@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

header#masthead {
    height: 100px;
    padding: 0px 30px;
    z-index: 9;
    background: var(--kratom-primary);
    transition: all 0.25s;
}

header#masthead a {
    color: #fff;
}

#page-home header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

#page-home #masthead.active {
    background: var(--kratom-primary);
}

.header-buttons {
    margin-left: auto;
}

.header-buttons a:last-child {
    margin-left: 30px;
}

.top-bar {
    height: 50px;
    background: var(--kratom-black);
    display: none;
}

.main-header-bar-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.site-header .site-logo-img img {
    max-height: 32px;
    height: 32px;
    width: auto;
}

.site-header .sub-menu {
    display: none;
}

.site-header {
    display: flex;
    align-items: center;
}

.site-navigation {
    margin-left: 60px;
    line-height: 0;
}

.main-header-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-header-menu li {
    margin-right: 40px;
}

.main-header-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.main-header-menu a:hover,
.current-menu-item a {
    color: var(--kratom-secondary) !important;
}

#site-header-cart .site-header-cart-li {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.astra-site-header-cart i.astra-icon:after {
    background: #0a1b3c;
    color: #ffffff;
    content: attr(data-cart-total);
    position: absolute;
    font-style: normal;
    top: -10px;
    right: -12px;
    font-weight: 700;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    font-size: 11px;
    padding-left: 0;
    padding-right: 2px;
    line-height: 17px;
    letter-spacing: -.5px;
    height: 18px;
    min-width: 18px;
    border-radius: 99px;
    text-align: center;
    z-index: 1;
}


.title-bar-wrap,
.woocommerce-products-header {
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    _background-image: linear-gradient(to right, #a2cc6e, #f1b28b, #a2cc6e);
    _background: #F4F5F3;
    padding: 50px 30px;
    margin-bottom: 15px;
    _border-bottom: 1px solid var(--kratom-border);
    background-image: url('../img/banner_bg.jpg');
    color: #fff;
}

.title-bar-wrap:after,
.woocommerce-products-header:after {
    _content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    display: block;
    background-image: linear-gradient(to right, #e4f1d5, #fdf0e8, #eaf3df);
}

.header-footer-buttons {
    display: none;
}

@media (max-width: 1040px) {
    .site-navigation {
        display: none;
    }

    .header-footer-buttons {
        display: block;
    }
}