@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
}
/*.header_left a img {*/
/*    max-height: 54px;*/
/*}*/
.cart_main_left_info {
    margin-right: 12px;
}
.currency_link2 {
    color: var(--Neutral-600, #9B9B9B);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 15px;
    border-radius: 0px;
}
.currency_link2.active {
    color: var(--Neutral-Near-Black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 15px;
    border: 0px;
    border-bottom: 1px solid var(--Primary, #00A99D);
    border-radius: 0px;
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}
.header_top {
    background: var(--neutral-white, #FBFBFB);
    padding: 16px 0px;
}
.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobile_header {
    display: none;
}
.btn_cart {
    color: var(--neutral-white, #FFF);
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: capitalize;
    padding: 0px;
}
.btn_currency {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    color: var(--Secondary, #014944);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding: 0px;
}
.btn_currency.active {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    color: var(--Secondary, #00A99D);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding: 0px;
    border: 0px;
    border-bottom: 1px solid var(--Primary, #00A99D);
    border-radius: 0px;
    margin-top: 2px;
    padding-bottom: 1px;
}

.btn_currency.active svg path {
    stroke: #00A99D;
}
.header_right {
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
}
.header_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 36px;
}
.header_link {
    color: var(--Secondary, #014944);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    text-decoration: none;
}
.header_link.active {
    color: var(--Primary, #00A99D);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    border: 0px;
}
.currency_drop {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-white, #FFF);  
    position: absolute;
    top: 60px;
    right: 0px;
}
.currency_link.active {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--Primary, #00A99D);
    text-decoration: none;
    padding: 2px 0px 2px;
}
.currency_link {
    color: var(--neutral-600, #9B9B9B);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    text-decoration: none;
}
.cart_drop {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 390px;
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-200, #FBFBFB);
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

.cart_top {
    padding: 16px 24px;
}
.cart_top_frame {
    display: flex;
    flex-direction: row;
}
.cart_top_frame_left {
    width: 215px;
}
.cart_top_frame_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 127px;
}
.cart_head_titles {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.cart_main_element {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cart_main_left {
    width: 221px;
    display: flex;
    flex-direction: row;
    gap: 17px;
    align-items: center;
}
.cart_product_type {
    color: var(--neutral-600, #9B9B9B);
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 18.9px */
    margin-bottom: 0px;
}
.cart_product_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 20.475px */
    margin-bottom: 0px;
}
.cart_qty_cover {
    border: 1px solid var(--neutral-500, #D0D0D0);
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}
.cart_qty_btn_cover {
    border-left: 1px solid var(--neutral-500, #D0D0D0);
}
.cart_qty_input_btn {
    padding: 0px 8px;
    max-height: 13px;
    border-radius: 0px;
    background: #FFFFFF;
}
.cart_qty_btn_cover .cart_qty_input_btn:first-of-type {
    border-bottom: 1px solid var(--neutral-500, #D0D0D0);
}
.cart_qty_input_btn img {
    margin-top: -16px;
}
.cart_qty_input {
    padding: 4px 12px;
    border: 0px!important;
    max-width: 30px;
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Urbanist';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: capitalize;
    border-radius: 0px;
    background: transparent;
}
.cart_qty_btn_cover {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.cart_main_frame_right_price {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 23.625px */
    margin-bottom: 0px;
}
.cart_main_frame_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 137px;
}
.cart_main {
    border: 1px solid #9B9B9B;
    border-right: 1px solid var(--neutral-500, #D0D0D0);
    border-left: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-400, #F4F4F4);
}
.cart_drop_footer_top_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.cart_drop_footer {
    padding: 16px;
    border-top: 0px;
}
.btn_grey {
    background: var(--neutral-700, #656565);
    color: var(--neutral-400, #F4F4F4);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding: 11px 8px;
    border-radius: 0px;
}
.btn_greenish {
    background: var(--neutral-700, #00A99D);
    color: var(--neutral-400, #F4F4F4);
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    padding: 11px 8px;
    border-radius: 0px;
}
.cart_drop_footer_bottom_frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.cart_footer_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 25.6px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer {
    background: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 71px 0px;
}
.footer_copyrights {
    color: var(--Secondary, #014944);
    font-family: 'Raleway';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; 
    margin-bottom: 0px;
}
.footer_copy_div {
    width: 163px;
}
.footer_titles {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%; /* 19.2px */
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 16px;
}
.footer_links {
    color: var(--Secondary, #014944);
    font-family: 'Raleway';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; 
    text-decoration: none;
}
.footer_main_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 136px;
}
.footer_link_main_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
}
.footer_link_main_div div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.footer_right_right {
    width: 245px;
}
.footer_right_right div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

@media only screen and (max-width: 600px) {
    .footer_left {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .table_body_col {
        width: 133px!important;
    }
    .footer_main_frame {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 44px;
    }
    .footer_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 34px;
        align-items: center;
    }
    .footer_titles {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 128%; /* 19.2px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .footer_link_main_div div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .footer {
        background: url(../img/footer_bg_mobo.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 40px 0px;
    }
    .footer_right_right div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .mobo_currency_drop {
        border: none;
        background: transparent;
        padding: 0px 0px;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        flex-direction: column;
        gap: 2px;
    }
    .close_cart_menu_mobo {
        display: flex;
        padding: 2px 0px;
        align-items: center;
        gap: 20px;
        margin-left: 24px;
        padding: 8px 0px;
    }
    .btn_currency_mobo_selector {
        color: var(--neutral-700, #656565);
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        border: transparent;
        text-align: center;
        background: transparent;
        padding: 6px;
    }
    .btn_currency_mobo_selector.active {
        color: var(--neutral-white, #FFF);
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        text-align: center;
        background: var(--Primary, #00A99D);
    }
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }
    .cart_drop {
        position: absolute;
        right: 0px;
        top: 74px;
        width: 100%;
        border: 1px solid var(--Outline, #E0E0E0);
        background: var(--neutral-white, #FBFBFB);
    }
    .header_top {
        border-bottom: 2px solid var(--Primary, #00A99D);
        background: var(--neutral-white, #FFF);
        padding: 16px 0px;
    }
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 24px;
    }
    .header_mobo_main_slide {
        overflow: auto;
        background: #FFF;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px;
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        height: 590px;
    }
    .hamburger_menu {
        position: absolute;
        width: 30px;
        right: 0px;
        top: 0px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 30px;
        right: 0px;
        top: 0px;
    }
    .cart_menu_close {
        position: absolute;
        width: 24px;
        right: 0px;
        top: -1px;
    }
    .header_link {
        color: var(--Secondary, #014944);
        text-align: center;
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        padding: 16px 24px;
        border-bottom: 1px solid #9B9B9B;
    }
    .btn_account_mobo {
        border-radius: 60px;
        background: var(--core-primary, #0F5548);
        padding: 20px 32px;
        color: var(--neutral-white, #FFF);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        width: -webkit-fill-available;
        margin: 0px 24px 16px;
    }
    .header_link.active {
        color: var(--neutral-white, #FFF);
        text-align: center;
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        padding: 16px 24px;
        background: var(--Primary, #00A99D);
        text-decoration: none;
    }
    .cart_top {
        border-top: 1px solid #9B9B9B;
    }
    .cart_main_left img {
        width: 40px!important;
        height: 52px;
    }
    .btn_currency_mobo_selector.active svg path {
        fill: #FFFFFF;
    }
    .btn_currency_mobo_selector svg path {
        fill: #656565;
    }
    .btn_currency_mobo_selector {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .btn_grey {
        padding: 11px 6px;
    }
    .cart_main {
        border: 0px;
        background: #FBFBFB;
        border-bottom: 1px solid #9B9B9B;
        border-top: 1px solid #9B9B9B;
    }
    .cart_product_type {
        color: var(--neutral-600, #9B9B9B);
        font-family: 'Raleway';
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.5%; /* 18.9px */
    }
    .cart_product_title {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Raleway';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.5%; /* 20.475px */
    }
    .cart_main_frame_right_price {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.5%; /* 23.625px */
    }
    .cart_footer_title {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Libre Bodoni';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 128%; /* 25.6px */
        text-transform: capitalize;
    }
    .btn_currency {
        color: var(--Secondary, #014944);
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.35px;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 24px;
        gap: 10px;
        border-radius: 0px;
    }
    
    .footer_desktop {
        display: none;
    }
    .footer_title {
        color: var(--neutral-near-black, #0E0E0E);
        text-align: center;
        font-family: 'Bona Nova';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 32.4px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .footer_divs_internal {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .footer_links {
        text-align: center;
        text-transform: capitalize;
        color: var(--Secondary, #014944);
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 157.5%; /* 23.625px */
    }
    .footer_mobo {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .footer_maker {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .footer_copy_right {
        color: var(--neutral-600, #9B9B9B);
        text-align: center;
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 185.714% */
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}