@font-face {
    font-family: 'AvantGardeMdITC';
    src: url('../fonts/avantgardemditc.ttf') format('truetype');
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}


.header_center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.header_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.header_top {
    padding: 20px 0px;
    background: #1E1F21;
    box-shadow: 0px 4px 22.4px 0px rgba(18, 18, 21, 0.50);
}
.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobile_header {
    display: none;
}
.btn_header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0px;
    color: var(--Text-beige, #FFE8CF);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.btn_header.active {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0px;
    color: var(--Text-beige, #D0221A)!important;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border: 0px;
}
.btn_header:hover {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0px;
    color: var(--Text-beige, #FFE8CF);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.header_bar {
    width: 1px;
    height: 40px;
    background: #37373E;
}
.currency_drop {
    display: flex;
    padding: 10px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 28px;
    left: -16px;
    background: #1E1F21;
}
.currency_drop_div {
    position: relative;
}

.footer_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    padding-top: 12px;
}

.footer_main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 81px;
    justify-content: space-between;
}
.footer_titles {
    color: var(--Accent-red, #D0221A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 22.752px */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.footer_add {
    color: var(--Text-beige, #FFE8CF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 46px;
}
.footer_link {
    color: var(--Text-beige, #FFE8CF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 0px;
}
.footer_top {
    padding: 39px 0px 70px;
}
.footer {
    background: url(../img/footer_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer_right_r_bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 737px;
}
.footer_link_div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer_bot_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_bot_info_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
}
.footer_copyright {
    color: var(--Text-beige, #FFE8CF);
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    max-width: 549px;
    margin-bottom: 0px;
}
.footer_bottom {
    padding: 18px 0px;
    background: var(--Dark, #1E1F21);
}

.cart_logo_div {
    border-radius: 58px;
    background: var(--Linear, linear-gradient(135deg, #F9EC7D 0%, #F5B100 100%));
    box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.15), 7px 0px 20px 0px rgba(255, 255, 255, 0.15) inset;
    padding: 10px;
}


.service_drop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.80);
    width: 132px;
    padding: 10px 14px;
    gap: 10px;
    top: 28px;
    left: -16px;
}
.btn_service {
    color: var(--Dark, #0C111F);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 0px;
    text-align: left;
}
.btn_currency {
    color: var(--Dark, #0C111F);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 0px;
}

.cart_product_row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.cart_drop {
    padding: 60px;
    border-radius: 4px;
    background: #1E1F21;
    box-shadow: 0px 4px 22.4px 0px rgba(18, 18, 21, 0.50);
    position: absolute;
    top: 63px;
    right: 50px;
    min-width: 551px;
}
.cart_product_row_right {
    display: flex;
    width: 309px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.product_title {
    color: var(--Text-beige, #FFE8CF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 14px;
}
.prod_price {
    color: var(--Accent-red, #D0221A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 22.752px */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.prod_quantity {
    color: var(--Accent-red, #D0221A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.btn_rm {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--Text-beige, #FFE8CF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0px;
}
.gruped {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 304px;
}
.cart_tot {
    color: var(--Accent-red, #D0221A);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 32.232px */
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.cart_drop_bottom_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    margin-bottom: 20px;
}
.cart_che_btn {
    background: url(../img/cart_che_btn.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
    width: 194px;
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 13px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.cart_drop_div {
    position: relative;
}
.cart_drop_top {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

@media only screen and (max-width: 600px) {
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }
    .header_top {
        background: var(--Dark, #1E1F21);
        box-shadow: 0px 4px 22.4px 0px rgba(18, 18, 21, 0.50);
        padding: 14px 0px;
    }
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 40px;
        width: 140px;
    }
    .header_mobo_main_slide {
        overflow: auto;
        background: #191A1D;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px;
        height: 590px;
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 40px;
        padding: 57px 24px 57px;
        /* height: 590px; */
    }
    .hamburger_menu {
        position: absolute;
        width: 40px;
        right: 0px;
        top: 0px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 40px;
        right: 0px;
        top: 0px;
    }
    .cart_menu_close {
        position: absolute;
        width: 40px;
        right: 0px;
        top: 0px;
    }
    .btn_cart_mobo {
        padding: 0px;
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }
    .header_mobo_bar {
        width: 1px;
        height: 40px;
        background: #37373E;
        margin-left: 14px;
        margin-right: 14px;
    }
    .cart_btn_div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .currency_drop {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        top: 10px;
        left: 0;
        background: #191A1D;
    }
    .footer_main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 28px;
    }
    .footer_right {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
        padding-top: unset;
    }
    .footer_titles {
        color: var(--Accent-red, #D0221A);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Bellefair';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 94.8%; /* 17.064px */
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 13px;
    }
    .footer_add {
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 14px;
    }
    .footer_right_r_bottom {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: fit-content;
        gap: 24px;
    }
    .footer_top {
        padding: 28px 12px 24px;
    }
    .footer_link {
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .footer_bottom {
        padding: 22px 12px 23px;
        background: var(--Dark, #1E1F21);
    }
    .footer_bot_info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
    }
    .footer_bot_info_left {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
    .footer_copyright {
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 0px;
        text-align: left;
    }
    .footer {
        background: url(../img/footer_bg_mobo.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .cart_product_row {
        display: flex;
        align-items: flex-start;
        gap: 9px;
    }
    .cart_product_row_right {
        display: flex;
        width: 226px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }
    .product_title {
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 6px;
    }
    .blablabla {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .blabla {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cart_product_row_left, .cart_product_row_left img {
        width: 66px;
        height: 97px;
    }
    .prod_quantity {
        color: var(--Accent-red, #D0221A);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    .prod_price {
        color: var(--Accent-red, #D0221A);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Bellefair';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 94.8%; /* 17.064px */
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    .btn_rm {
        color: var(--Text-beige, #FFE8CF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .main_cart_drop {
        width: 327px;
        padding: 20px 14px;
        border-radius: 4px;
        background: #1E1F21;
        box-shadow: 0px 4px 22.4px 0px rgba(18, 18, 21, 0.50);
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
    .xyz {
        color: var(--Accent-red, #D0221A);
        text-align: center;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Bellefair';
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 114%; /* 34.2px */
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 24px;
    }
    .cart_tot {
        color: var(--Accent-red, #D0221A);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Bellefair';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 94.8%; /* 22.752px */
        letter-spacing: 3px;
        text-transform: uppercase;
    }
    .cart_drop_top {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .cart_drop_bottom_top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    .f_bot_font {
        color: var(--Text-beige, #FFE8CF);
        font-family: 'Poppins';
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .footer_right_r_bottom {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 670px;
    }
    .footer_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
        padding-top: 12px;
    }
    .footer_main {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 32px;
    }
    .header_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .header_center {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .footer_right_r_bottom {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 670px;
    }
    .footer_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
        padding-top: 12px;
    }
    .footer_main {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 32px;
    }
    .header_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .header_center {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
}

@media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}