@media (min-width: 1060px) {
    .mobile-header {
        display: none;
    }
    .categories__mobile {
        display: none;
    }
    .popular__mobile {
        display: none;
    }
}

@media (max-width: 1060px) {
    .mobile-header .navigation {
        position: relative;
        line-height: 75px;
        transition: 0.6s;
        transition-property: line-height;
    }
    .mobile-header.sticky .navigation {
        line-height: 60px;
    }
    .mobile-header .navigation .menu {
        position: relative;
        display: flex;
        justify-content: center;
        list-style: none;
        user-select: none;
    }
    .menu-item>a {
        color: #fff;
        font-size: 19px;
        text-decoration: none;
        margin: 8px;
        padding: 25px 0;
    }
    .menu-item>a:hover {
        color: #469DFF;
        transition: 0.3s;
    }
    .menu-item .sub-menu {
        position: absolute;
        background: #23252B;
        top: 74px;
        line-height: 40px;
        list-style: none;
        border-radius: 0 0 8px 8px;
        /* box-shadow: 0 5px 25px rgb(0 0 0 / 20%); */
        pointer-events: none;
        transform: translateY(20px);
        opacity: 0;
        transition: 0.3s;
        transition-property: transform, opacity;
    }
    .mobile-header.sticky .menu-item .sub-menu {
        top: 60px;
    }
    .menu-item:hover .sub-menu {
        pointer-events: all;
        transform: translateY(0);
        opacity: 1;
    }
    .menu-item .sub-menu .sub-item {
        position: relative;
        padding: 7px 0;
        cursor: pointer;
        box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
    }
    .menu-item .sub-menu .sub-item a {
        color: #fff;
        font-size: 19px;
        text-decoration: none;
        padding: 15px 30px;
    }
    .menu-item .sub-menu .sub-item:hover {
        background: #4080EF;
    }
    .menu-item .sub-menu .sub-item:last-child:hover {
        border-radius: 0 0 8px 8px;
    }
    .mobile-header {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #23252B;
        box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
        padding: 0 100px;
        transition: 0.6s;
    }
    .header-1 {
        display: none !important;
    }
    .mobile-header .logo img {
        width: 159px;
    }
    .mobile-header .navigation .menu {
        position: fixed;
        display: block;
        background: #23252b;
        min-width: 280px;
        height: 93vh;
        top: 70px;
        right: -100%;
        padding: 90px 70px;
        visibility: hidden;
        overflow-y: auto;
        transition: 0.5s;
        transition-property: right, visibility;
    }
    .mobile-header.sticky .navigation {
        line-height: 75px;
    }
    .mobile-header .navigation .menu.active {
        right: 0;
        visibility: visible;
    }
    .menu-item {
        position: relative;
    }
    .menu-item .sub-menu {
        opacity: 1;
        position: relative;
        top: 0;
        transform: translateX(10px);
        background: rgb(35 36 42);
        border-radius: 5px;
        overflow: hidden;
        display: none;
    }
    .mobile-header.sticky .menu-item .sub-menu {
        top: 0;
    }
    .menu-item:hover .sub-menu {
        transform: translateX(10px);
    }
    .menu-item .sub-menu .sub-item {
        box-shadow: none;
    }
    .menu-item .sub-menu .sub-item:hover {
        background: none;
    }
    .menu-item .sub-menu .sub-item a:hover {
        color: #4080EF;
        transition: 0.3s;
    }
    .close-btn {
        position: absolute;
        background: url(../images/close.png)no-repeat;
        width: 29px;
        height: 24px;
        background-size: 25px;
        background-position: center;
        top: 0;
        left: 0;
        margin: 25px;
        cursor: pointer;
    }
    .menu-btn {
        background: url(../images/menu.png)no-repeat;
        width: 40px;
        height: 40px;
        background-size: 30px;
        background-position: center;
        cursor: pointer;
        display: block;
    }
    .menu-btn-close {
        background: url(../images/close.png)no-repeat;
        width: 40px;
        height: 40px;
        background-size: 30px;
        background-position: center;
        cursor: pointer;
        display: block;
    }
    .mobile-header {
        padding: 15px 20px;
    }
    .mobile-header.sticky {
        padding: 10px 20px;
    }
    .page-banner {
        position: relative;
        margin-top: 70px;
    }
    .categories__carousel_desktop {
        display: none;
    }
    .popular__carousel_desktop {
        display: none;
    }
    .popular h2 {
        text-align: left;
        font-size: 37px;
        line-height: 50px;
        color: white;
        margin-bottom: 55px;
    }
    .popular .title_line {
        border: 1px solid white;
        background: whitesmoke;
        position: absolute;
        width: 40%;
        right: 0px;
        top: 113px;
    }
    .size_selector .title-box4 h4 {
        color: white;
        text-align: left;
    }
}

@media (min-width: 789px) {
    .mobile-banner-content {
        display: none;
    }
    .mobi-dsk {
        display: none;
    }
    .para_amination-3 {
        display: none;
    }
    .but_mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-banner .owl-carousel {
        /*z-index: -1;*/
    }
    .single-banner-slide {
        height: 27vh !important;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .header-cart .dropdown-toggle {
        width: 25px;
        height: 32px;
        position: absolute !important;
        border: none;
        background-color: transparent;
        text-align: center;
        padding: 0;
        top: -302px;
        right: 38px;
        z-index: 27;
        position: relative;
        transition: all 0.3s ease 0s;
        /* top: -61%; */
    }
    .header-cart-dropdown {
        background-color: #000000;
        border-top: 2px solid #737373;
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
        padding: 45px 0px;
        width: 308px;
        position: absolute !important;
        border-radius: 0;
        top: -311px !important;
        right: 16px !important;
        z-index: 12;
        left: auto !important;
        transform: translate(0px, 0) !important;
    }
    .all-banner-slide .owl-dots .owl-dot span,
    .count {
        display: none;
    }
    .mobile-banner-content .banner-content h2 {
        font-size: 44px;
        color: white;
        margin-bottom: 40px;
        line-height: 53px;
    }
    .mobile-banner-content .banner-content p {
        font-size: 15px;
        color: #f3f3f3;
        margin-bottom: 30px;
    }
    /*.mobile-col {*/
    /*    display: none;*/
    /*}*/
    .single-banner-slide a {
    color: #262323;
    background: #fff;
    padding: 16px 16px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    margin-top: 36px;
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}

.single-banner-slide h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 24px;
}
    .mobile-banner-content .banner-content a {
        color: #000;
        background: #fff;
        padding: 23px 81px;
        text-align: center;
        border-radius: 100px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        transition: 0.3s;
        border: 2px solid;
        letter-spacing: 4px;
    }
    .mobile-banner-content .banner-content a:hover {
        color: #191919;
        background: #ffffff;
        border: 1px solid #000;
    }
    .mobile-banner-content {
        /* position: absolute; */
        z-index: 10;
        margin-top: -26px;
    }
    .Outfit {
        position: relative;
    }
    .section-title h1 {
        font-size: 60px !important;
        font-size: 60px !important;
    }
    .side-star {
        position: absolute;
        right: 12%;
        top: -11px;
        z-index: -1;
    }
    .offer-single-banner-slide {
        height: 46vh !important;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .panel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: initial;
    bottom: 4%;
    right: 4vw;
    transform: rotate(0deg);
}
    .panel .owl-dots .owl-dot span {
        width: 51px;
        height: 12px;
        margin: 5px 7px;
        border: 3px solid rgb(255, 255, 255);
        box-shadow: 1px px 10px rgb(255, 255, 255);
        background: #ffffff;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
    }
    .panel {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 1.5em;
        text-align: center;
        color: white;
        position: relative;
        box-sizing: border-box;
        height: 530px !important;
        padding: 30px 6px !important;
    }
    .product-area h2 {
        text-align: left;
        font-size: 37px;
        line-height: 50px;
        color: white;
        margin-bottom: 21px;
    }
    .view-btn-class a {
        /* border: 1px solid white; */
        padding: 19px 70px !important;
        border-radius: 53px !important;
        padding: 15px 65px;
        /* background: white !important; */
        color: #ffffff;
        font-family: 'Roboto-black';
    }
    .offer-title {
        color: white !important;
        font-size: 30px !important;
        position: absolute;
        top: 24px;
        line-height: 50px;
        left: 30px;
        z-index: 99;
        text-align: left;
    }
    .product-area {
        padding-top: 70px;
        position: relative;
        padding-bottom: 40px;
        margin-top: -7px;
    }
    .product-area .title_line {
        border: 1px solid white;
        background: whitesmoke;
        position: absolute;
        width: 29%;
        right: 0px;
        top: 19%;
    }
    .filter-categories .content .content-overlay {
        background: linear-gradient(180deg, rgba(246, 246, 246, 0.269642891336222) 1%, rgb(23 23 23 / 64%) 92%);
        position: absolute;
        height: 79%;
        width: 290px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
    .filter-item-more {
        display: none;
    }
    .filter_cat_name {
        display: flex;
        justify-content: center;
    }
    .filter_cat_name h4 {
        color: white;
        font-family: 'Roboto-regular';
        margin-top: 10px;
        font-size: 17px;
        text-align: left;
        line-height: 28px;
        text-align: center;
    }
    .filter_cat_name a {
        text-align: center;
    }
    .filter_cat_name h4 {
        position: relative;
    }
    .filter_cat_name .make_a_line::before {
        content: "";
        position: absolute;
        width: 19%;
        height: 9%;
        right: 40%;
        bottom: -3px;
        background-color: #fff;
    }
    .restricted_area {
        padding-top: 103px;
        padding-bottom: 100px;
        position: relative;
    }
    .arr_up {
        position: absolute;
        width: 130px;
        top: 9%;
        left: 5%;
    }
    .res_title-past h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        font-weight: 500;
        top: 10%;
        right: 7%;
    }
    .res_title-up h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        font-weight: 500;
        top: -9px;
        left: 3%;
    }
    .res_title-e h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        font-weight: 500;
        top: 4%;
        right: 13%;
    }
    .arr_down {
        position: absolute;
        width: 130px;
        bottom: 10%;
        right: 13%;
    }
    .res_title-down h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        font-weight: 500;
        bottom: 27px;
        left: 8%;
    }
    .res_title-spec h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        font-weight: 500;
        bottom: 5px;
        right: 15%;
    }
    .res_title-year-one h6 {
        font-family: 'Orbitron', sans-serif;
        color: white;
        position: absolute;
        width: 182px;
        bottom: 11%;
        left: 9%;
    }
    .abt-dsk {
        display: none;
    }
    .about_us {
        padding: 80px 2px;
        position: relative;
        text-align: center;
    }
    .about_us h1 {
        font-family: 'Roboto-Black';
        font-size: 93px;
        color: white;
        top: 12%;
        left: 3%;
        position: absolute;
    }
    .about_us h2 {
        font-family: 'Roboto-Black';
        font-size: 76px;
        color: white;
        top: 34%;
        right: 1%;
        position: absolute;
    }
    .white-star {
        position: absolute;
        right: 4%;
        bottom: 28%;
    }
    .abt-dec {
        font-size: 14px;
        font-family: 'Roboto-regular';
        color: white;
        margin-top: 15%;
        margin-left: 7%;
        margin-bottom: 27px;
        position: initial;
    }
    .about_us_button {
        color: #000 !important;
        position: initial;
        /* margin-bottom: 31px !important; */
        /* margin-left: 23% !important; */
        z-index: 10 !important;
        text-align: center;
        margin-top: 22px !important;
        padding: 19px 82px !important;
        background: white !important;
    }
    .product-area .title_line {
        border: 1px solid white;
        background: whitesmoke;
        position: absolute;
        width: 35%;
        right: 0px;
        top: 20%;
    }
    .get_started h1 {
        font-size: 43px;
        line-height: 50px;
        color: white;
        margin-top: -44px;
    }
    .get_started .title_line {
        border: 1px solid white;
        background: whitesmoke;
        position: absolute;
        width: 40%;
        right: 0px;
        bottom: 76%;
    }
    .subscribe-des p {
        color: white;
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 22px;
    }
    .subscribe-button {
        text-align: center;
    }
    .subscribe-button a {
        color: #040404;
        background: #fff;
        padding: 19px 82px;
        border-radius: 100px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        /* margin-top: 67px; */
        transition: 0.3s;
        border: 2px solid;
        letter-spacing: 4px;
    }
    .footer_head h1 {
        text-transform: uppercase;
        font-size: 50px;
        line-height: 60px;
        margin-top: 25px;
        font-family: 'Roboto-bold';
    }
    .footer_about {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-right: 0px;
    }
    .fw-title .title {
        font-size: 21px;
        color: #0f0f0f;
        font-weight: 700;
        margin-bottom: 7px;
        font-family: 'Roboto-bold';
    }
    .footer-widget {
        padding: 0px 10px;
        margin-bottom: 17px;
    }
    .fw-link ul li a {
        font-size: 17px;
        color: #262626;
        font-family: 'Roboto-bold';
    }
    .footer-widget p {
        font-size: 17px;
        color: #000;
        font-weight: 600;
        font-family: 'Roboto-bold';
    }
    .para_amination {
        display: none;
    }
    .about-section-1 .about-main-heading .abt-heading-1 h1 {
        color: white;
        font-size: 80px;
        position: absolute;
        font-family: 'Roboto-Black';
        top: -44px;
    }
    .about-section-1 .about-main-heading .abt-heading-2 h1 {
        color: white;
        font-size: 84px;
        position: absolute;
        font-family: 'Roboto-Black';
        top: 49px;
        right: 0%;
        letter-spacing: 10px;
    }
    .about-section-1 .about-main-heading .abt-heading-3 h1 {
        color: white;
        font-size: 84px;
        position: absolute;
        font-family: 'Roboto-Black';
        top: 138px;
        left: 15px;
        letter-spacing: 10px;
    }
    .pt-10 {
        padding-top: 60px!important
    }
    .pt-5 {
        padding-top: 10px!important;
    }
    .pb-4 {
        padding-bottom: 5px!important;
    }
    .pb-6 {
        padding-bottom: 15px!important;
    }
    .pb-8 {
        padding-bottom: 20px!important;
    }
    .pb-7 {
        padding-bottom: 18px!important;
    }
    .about-content-3 .list-2,
    .about-content-3 .list-3,
    .about-content-3 .list-4 {
        display: none;
    }
    .about-content-3 h2 {
        color: white;
        font-size: 71px;
        margin-left: 0px;
        line-height: 104px;
        margin-top: -43px;
    }
    .get-social .title-1 {
        font-size: 84px;
        font-family: 'Roboto-Black';
        color: white;
    }
    .get-social .title-2 {
        font-size: 84px;
        font-family: 'Roboto-Black';
        color: white;
        text-align: right;
        margin-top: -27px;
    }
    .about-features h1 {
        font-size: 45px;
        font-family: 'Roboto-Black';
        color: white;
        text-align: left;
    }
    .about_section-6 {
        padding: 0px 12px;
    }
    .para_amination-2 {
        display: none;
    }
    .user-profile {
        padding-top: 20px;
        margin-left: 0%;
        padding-bottom: 60px;
    }
    .tracking-order {
        padding: 40px 20px;
    }
    .past-order {
        padding: 0px 0px;
    }
    .user_profile_title h2 {
        color: white !important;
        font-size: 35px;
    }
    .delta-login {
        padding-top: 68px;
        padding-bottom: 100px;
    }
    .checkout_product_table .product-name h2 {
        color: white;
        font-size: 30px;
        margin-top: 20px;
    }
    .price {
        text-align: left !important;
        margin-top: 33px;
    }
    .item_content {
        display: flex;
        /*justify-content: center;*/
        margin-top: 7px;
    }
    .checkout_product_table .product-content span {
        color: white;
        font-family: 'Roboto-Black';
        margin-right: 29px;
        margin-bottom: 23px;
    }
    .item_content .remove {
        position: absolute;
        top: 1px;
        right: 15px !important;
        color: white;
        font-size: 33px;
    }
    .price {
        text-align: left !important;
        margin-top: 18px;
    }
    .customs_sel_box {
        width: 150px;
        padding: 5px 2px 6px 2px;
        border: 1px solid;
        background-size: 6%;
        background: #ffffff00;
        color: white !important;
    }
    .odr-1 {
        order: 1;
    }
    .odr-2 {
        order: 2;
    }
    .odr-3 {
        order: 3;
    }
    .odr-4 {
        order: 4;
    }
    .checkout_pagination {
        display: flex;
        justify-content: center;
        border-top: 1px solid white;
        padding: 16px 30px 0px 30px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .view-btn-class-next {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .size-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 23px;
    }
    .size-list li {
        width: 73px;
        /* background-color: #fff; */
        height: 45px;
        text-align: center;
        border: 1px solid #f0f3f8;
        color: white;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    }
    
    .qty button {
    width: 73px;
    height: 45px;
    border: 2px solid;
    color: #ffffff;
    font-size: 15px;
    background: #57575700;
}
.qty input {
    width: 73px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ffffff;
    background: #ffffff00;
    color: #ffffff;
}
.buy_qty button {
    width: 73px;
    height: 45px;
    border: 2px solid;
    color: #201f1f;
    font-size: 15px;
    border: 2px solid #000000;
}
.buy_qty input {
    width: 73px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    border: 2px solid #000000;

    color: #151515;
}
    .shop_details_content {
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .desktop {
        display: none;
    }
    .buy_price_set {
        margin-left: 25%;
        margin-right: 25%;
    }
    .buy_size .item_code {
        color: #000;
        font-family: 'Roboto-Black';
        margin-right: 21px;
    }
    .item_code {
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .but_mobile .content__submit--line {
        width: 100%;
        height: 3px;
        background-color: #000;
        margin-bottom: 17px;
        margin-top: 15px;
    }
    .buy_price h5 {
        color: #000;
        font-size: 24px;
        margin-top: -2px;
    }
}

@media (max-width: 450px) {
    .section-title h1 {
        font-size: 76px !important;
    }
    .categories .section-title h1 {
        font-size: 57px !important;
    }
    /*.Outfit .active {*/
    /*    width: 315.4px !important;*/
    /*    margin-right: 10px !important;*/
    /*}*/
    .categories .active {
        width: 315.4px !important;
        margin-right: 10px !important;
    }
    .delta-login .content__input--form>label>input {
        box-sizing: border-box;
        width: 349px;
        height: 53px;
        margin-bottom: 30px;
        padding-left: 24px;
        /* border: none; */
        border: 1px solid white;
        border-radius: 30px;
        background-color: rgb(255 255 255 / 0%);
        color: #e8e8e8;
        outline: none;
    }
    .delta-login .content__input--form p {
        margin: 11px;
        padding-left: 2px;
        font-size: 15px;
        color: white;
        font-family: 'Roboto-bold';
    }
    .view-btn-class-login a {
        border: 1px solid white;
        border-radius: 25px;
        padding: 15px 144px;
        color: #353535;
        font-family: 'Roboto-black';
        font-size: 13px;
        letter-spacing: 3px;
        background: white;
    }
    .placed-container {
        padding-left: 25px;
    }
    .order_placed_content {
        margin-top: 40px;
    }
    .order_placed_content h2 {
        font-size: 46px;
        color: white;
    }
    .order_placed_content {
        padding: 0px 25px;
    }
    .checkout_step::before {
        content: '';
        display: block;
        height: 3px;
        width: 89px;
        background-color: #ffffff;
        top: 18px;
        position: absolute;
        left: -77px;
        z-index: 0;
    }
    /* .checkout_section .progress_box {
        margin-bottom: 0px;
        padding-left: 36px;
        margin-top: 28px;
    } */
    .ps-checkout .form-check label {
        margin-top: 4px;
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        font-family: 'Roboto-Black';
    }
    .new_adress {
        background: white;
        border-radius: 30px;
        padding: 12px 18px 6px 16px;
        margin-bottom: 14px;
    }
    .fast_deliver_days {
        position: initial;
        font-size: 12px;
        top: 5px;
        left: 30%;
        color: #000;
    }
    .fast_deliver_price {
            top:0px;
        /*margin-left: 107px;*/
            right: 10%;
            position: absolute;
    }
    .check_progress .progress-container {
        display: flex;
        position: relative;
        margin-bottom: 15px;
        margin-top: 30px;
        max-width: 100%;
        width: 90% !important;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 1030px) {
    .offer-single-banner-slide {
        height: 49vh;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    /* .popular .title_line {
        display: none !important;
    }
    .title_line {
        display: none;
    } */
    .uk {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .delta-login .content__input--form>label>input {
    box-sizing: border-box;
    width: 342px;
    height: 40px;
    margin-bottom: 30px;
    padding-left: -3px;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 1px;
    background-color: rgb(255 255 255 / 0%);
    color: #e8e8e8;
    outline: none;
    }
}

@media only screen and (max-width: 991px) {
    .footer_head h1 {
        text-transform: uppercase;
        font-size: 48px;
        line-height: 53px;
        font-family: 'Roboto-bold';
    }
    .sidebar .filterBox {
        padding: 0;
        border: none;
    }
    .filterbar .sidebar_tags {
        padding: 0px;
        height: 100%;
        overflow: auto;
    }
    .filterbar .sidebar_widget:not(.filterBox),
    .filterbar .static-banner-block {
        display: none;
    }
    .filterbar.active {
        left: 0;
    }
    .filterbar.active .closeFilter {
        color: #ffffff;
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 15px;
        left: 100%;
        background-color: #000000;
        box-shadow: 0 0 5px #ddd;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .sidebar .filterBox {
        border-bottom: 1px solid #ddd;
        padding: 15px;
        color: white;
    }
    .section-title h1 {
    /* font-size: 90px !important; */
}
}

@media (max-width: 360px) {
    .section-title h1 {
        font-size: 64px !important;
    }.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: white;
    position: relative;
    box-sizing: border-box;
    height: 489px !important;
    padding: 30px 6px !important;
}
.panel .owl-dots .owl-dot span {
    width: 43px !important;
    height: 12px;
    margin: 5px 7px;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 1px px 10px rgb(255, 255, 255);
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}


.mobile-banner-content .banner-content a {
    color: #000;
    background: #fff;
    padding: 23px 62px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid;
    letter-spacing: 4px;
}
}

@media (min-width: 769px) and (max-width: 1030px) {
    .panel {
        width: 100%;
        height: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 1.5em;
        text-align: center;
        color: white;
        position: relative;
        box-sizing: border-box;
        /* height: 794px !important; */
        padding: 15px 15px !important;
    }
    .about-section-1 .about-main-heading .abt-heading-3 h1 {
        color: white;
        font-size: 150px;
        position: absolute;
        font-family: "Roboto-Black";
        top: 88px;
        right: 0%;
        letter-spacing: 10px;
    }
    .about-features h1 {
    font-size: 82px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
}
.about-features h1 {
    font-size: 82px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
}
.about-features h1 {
    font-size: 82px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
}
.about-section-1 .about-main-heading .abt-heading-2 h1 {
    color: white;
    font-size: 150px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 91px;
    left: 3%;
    letter-spacing: 10px;
}
.about-content-3 h2 {
    color: white;
    font-size: 98px;
    /*margin-left: -9px;*/
    margin-top: 10px;
    line-height: 104px;
}
.get-social .title-2 {
    font-size: 150px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
    margin-top: -40px;
}
.get_started .title_line {
    border: 1px solid white;
    background: whitesmoke;
    position: absolute;
    width: 33%;
    right: 0px;
    bottom: 64%;
}

.subscribe-btn{
    margin-top: 32px;
}
.about_us h2 {
    font-family: "Roboto-Black";
    font-size: 150px;
    color: white;
    top: 35%;
    right: 4%;
    position: absolute;
}
.product-area .title_line {
    border: 1px solid white;
    background: whitesmoke;
    position: absolute;
    width: 38%;
    right: 0px;
    top: 19%;
}

}
@media (max-width: 991px) {
    .about-content-3 .list-2,
    .about-content-3 .list-3,
    .about-content-3 .list-4 {
        display: none !important;
    }
    .about-content-3 .list-1 {
        margin-left: -9px;
    }
}

@media (min-width: 1029px) and (max-width: 1500px) {
    .about-section-1 .about-main-heading .abt-heading-3 h1 {
        color: white;
        font-size: 170px;
        position: absolute;
        font-family: 'Roboto-Black';
        top: 88px;
        right: 7%;
        letter-spacing: 10px;
    }.about-section-1 .about-main-heading .abt-heading-2 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 91px;
    left: 10%;
    letter-spacing: 10px;
}

.about-features h1 {
    font-size: 82px;
    font-family: "Roboto-Black";
    color: white;
    text-align: right;
}
}



@media (min-width: 769px) and (max-width: 991px) {
    .price {
    text-align: left !important;
    /*margin-top: 33px;*/
}
.item_content .remove {
    position: absolute;
    top: -21px;
    right: 0px;
    color: white;
    font-size: 33px;
}
.item_content {
        display: flex;
        /*justify-content: center;*/
        margin-top: 7px;
    }
    
 .checkout_product_table .product-content span {
    color: white;
    font-family: 'Roboto-Black';
    margin-right: 29px;
    margin-bottom: 23px;
}  
  .item_code {
    margin-bottom: 10px;
    margin-right: 20px;
}


    
    
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .size_selector img {
        width: 100% !important;
    }
}



        
        @media (max-width: 600px) {
            .subscribe_title h1 {
                font-size: 36px;
                color: white;
            }
            .subscribtion_content p {
                text-align: center;
                color: white;
                font-size: 16px;
            }
            .rvers {
                flex-direction: column-reverse;
            }
        }
        
        @media (max-width: 991px) {
            .rvers {
                flex-direction: column-reverse;
            }
        }
        
        @media (min-width: 601px) and (max-width: 990px) {
            .subscribe_title h1 {
                font-size: 55px;
                color: white;
            }
        }
        
        .newsletter-right img {
            height: 100%;
            width: auto;
            object-fit: cover;
        }
        
        @media only screen and (max-width: 767px) {
            .newsletter-right {
                margin-top: 30px;
            }
        }
        
        @media (min-width: 991px) and (max-width: 1400px) {
            .subscribe_title h1 {
                font-size: 49px;
                color: white;
            }
        }


@media (max-width: 768px){

.footer_search-input {
    width: 75%;
    background: none;
    border: none;
}

}

@media (max-width: 768px){
.fw-title .title a{
    font-size: 22px !important;
    color: #0f0f0f  !important;
    font-weight: 700  !important;
    margin-bottom: 7px !important;
    font-family: 'Roboto-bold !important;
}}



 @media (min-width: 1580px) and (max-width: 1700px) {


.about-section-1 .about-main-heading .abt-heading-3 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 88px;
    right: 18%;
    letter-spacing: 10px;
}
}
@media (min-width: 1700px) and (max-width: 2000px) {


.about-section-1 .about-main-heading .abt-heading-3 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 88px;
    right: 26%;
    letter-spacing: 10px;
}
}
@media (min-width: 1350px) and (max-width: 1490px) {


.about-section-1 .about-main-heading .abt-heading-3 h1 {
    color: white;
    font-size: 170px;
    position: absolute;
    font-family: "Roboto-Black";
    top: 88px;
    right: 22%;
    letter-spacing: 10px;
}
}
@media only screen and (max-width: 991px) {
    .product-full .arr_down {
        position: absolute;
        width: 47px;
        z-index: 99;
        bottom: 23%;
        right: 2%;
    }
}

@media only screen and (min-width: 991px) {
    .product-full .arr_down {
        display: none;
    }
}

@media (max-width: 355px) {
    .outfit-checkout .split span {
        color: white;
        /* margin-right: 20px; */
        font-size: 11px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .footer_search-input {
        width: 197px;
        background: none;
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    .order-details .order-number span {
        color: white;
        font-size: 15px;
        font-weight: 800;
        margin-left: 4px !important;
    }
}

    
    