@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .mobile-none{display:none;}
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 5;
    }

    .header__burger:before,
    .header__burger:after {
        content: '';
        background-color: #020614;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header__burger:before {
        top: 0;
    }

    .header__burger:after {
        bottom: 0;
    }

    .header__burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }

    .header__burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header__burger.active span {
        -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        transform: translateX(-35px);
    }

    .header__burger span {
        background-color: #020614;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0; 
        top: 9px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    

    .header__nav{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #020614;
        z-index: 100;
        border-top: 0;
        color: var(--white);
        
        
        transition: all .2s ease;
    }
    .header__nav.active {
        left: 0;
    }
    .header__nav .btn-checkout {
        color: var(--white);
        /* padding-left: 0;
        padding-right: 0; */
    }
    .mob-dropdown{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mob-dropdown .user-dropdown__top{
        border-bottom: none;
    }
    .mob-dropdown{
        padding-bottom:26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.153112);
    }
    .mob-dropdown .drop-account .nav-menu .nav-menu__icon{margin-left: 8px;}
    .nav-menu li a{padding-left: 0;padding-right: 0;}
    .header__nav .header__container{
        padding: 110px 48px 20px;
        overflow: auto;
        height: 100%;
    }
    .header__menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 64px;
    }
    .sub-menu {
        display: none;
    }
    .menu-close {
        position: absolute;
        top: 25px ;
        right: 20px;
        background-color: transparent;
        border-radius: 0;
    }
    .btn-checkout {
        margin-bottom: 60px;
    }
    .nav-menu li {
        min-width: 160px;
    }
    .mobile-hidden {
        display: none;
    }
    .wrapper {
        padding-top: 80px;
    }
    .header__nav .btn-primary-light {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(65.2388px);
        color: white;
    }   
    .sub-menu {
        padding: 0;
    }
    .sub-menu li a {
        padding: 10px 10px 10px 30px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #6F768F;
    }
    .content-order {
        padding: 30px 0;
    }
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    .promotion-main-title {
        padding-top: 70px;
    }
    .order-form__logo {
        margin-bottom: 22px;
    }
    .order-form__title {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 38px;
    }
    .form-user__content {
        padding: 12px;
    }
    .form-user__img {
        flex: 0 0 90px;
        height: 90px;
        width: 90px;
        margin-right: 20px;
    }
    .form-user__content.guest {
        padding: 12px;
    }
    .account-info {
        margin: -5px -10px;
    }
    .account-info__item {
        padding: 5px 10px;
    }
    .header.header-back .header__top {
        padding: 0 15px ;
    }
    .header-back-item .logo {
        transform: translateX(0);
    }
    .header-back-item {
        justify-content: flex-end;
    }
    .btn-form {
        margin-top: 30px;
    }
    .order-form__item .range-slider-wrpr+.range-slider-wrpr {
        margin-top: 20px;
    }
    .select__list {
        min-width: 150px;
    }
    .order-items {
        padding: 16px;
    }
    .order-price__text {
        font-size: 12px;
    }
    .coupone-added {
        max-width: 200px;
    }
    .faq__tabs-nav-link {
        padding: 16px!important;
        font-size: 16px;
    }
    .order-form__item .tab-nav .btn.btn-sm2{
        padding: 8px;
    }
    .tabs .tab-nav ul .btn:not(:last-child) {
        margin-right: 5;
    }
}
@media (max-width: 400px) { 
    .protect-info__item {
        flex: 0 0 100%;
    }
}
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .nav-menu li {
        position: relative;
    }

    .nav-menu li .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: var(--white);
        box-shadow: 0px 6px 12px 0px rgb(1 3 11 / 21%);
        transition: all .2s ease;
    }

    .nav-menu li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .mobile-visible {
        display: none;
    }
}

@media (min-width: 1200px) {}