.mobile-block {
    display: none;
}

@media (max-width: 1400px) {
    .navbar-nav .nav-item .nav-link {padding: 0 8px;}
    li#lang-change {margin-left: 10px;margin-right: 0 !important;}
    li#lang-change a.dropdown-toggle.text-reset.py-2 {padding: 0 !important;}
}

@media (max-width: 1200px) {
    .widget-header.mr-3 {margin: 0 1px !important;}
    .widget-header .icon-area {font-size: 20px;}
    .navbar-expand-lg div#main_nav.navbar-collapse {flex-direction: column;}
    .navbar-expand-lg div#main_nav.navbar-collapse ul.navbar-nav.ml-md-auto {margin: 0 auto !important;}
    .product-single-details .tab-content .tab-pane .btn-wrapper {display: inline-block !important;width: 100%;}
    .product-single-details .tab-content .tab-pane .btn-wrapper a.btn {float: left;margin: 1% !important; padding: 10px;width: 48%;}
    .product-single-details .tab-content .tab-pane .btn-wrapper .dropdown.show.groupBuy-dropdown a.btn.btn-primary.dropdown-toggle {width: 100%;margin: 0 !important;}
    .product-single-details .review-tab-wrapper .nav-tabs .nav-link {padding: 14px;}
    .product-single-details .tab-content .tab-pane .btn-wrapper .dropdown.show.groupBuy-dropdown {float: left;margin: 1% !important;width: 48%;}
}

@media (max-width: 1140px) {
    .card-deal .col-heading {
        min-width              : 280px;
        -ms-flex-preferred-size: 280px;
        flex-basis             : 280px;
    }

    .nav-home-aside {
        width: 200px;
    }

    .introduction .img-block::before {
        width : 480px;
        height: 395px;
    }

    .introduction .img-block {
        width : 330px;
        height: 250px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left : 0.5rem;
    }
}

@media (max-width: 992px) {
    .front-header-search {visibility:hidden;}
    .table-shopping-cart tr td:first-child {
        width: 250px;
    }

    .table-shopping-cart .itemside .info {
        padding: 0;
    }

    .table-shopping-cart .itemside .aside {
        display: none;
    }

    .card-deal {
        display: block;
    }

    .card-deal .col-heading {
        min-width: 280px;
    }

    .slider-home-banner .carousel-item img {
        max-height: 350px;
    }
    
    .account-infor {
        padding-right: 50px;
        
    }
    
    .main-threeniti-nav .container {
        justify-content: flex-end;
    }
    
    .main-threeniti-nav {
        padding: 0;
        border: none;
        
    }
    
    .main-threeniti-nav button.toggl-btn-x {
        position: absolute;
        top: -78px;
    }
    
    .main-threeniti-nav ul.navbar-nav a.nav-link {
        padding-bottom: 9px;
    }
    
    .main-threeniti-nav ul.navbar-nav li#lang-change a.dropdown-toggle {
        padding-bottom: 10px !important;
    }
    
    .introduction .content-block {
        margin: 0;
        padding-left: 30px;
    }


}

@media all and (max-width: 768px) {
    .nav-home-aside {
        width        : 100%;
        margin-bottom: 20px;
    }
    .footer-top ul li {
        text-align: center;
    }
    .nav-home-aside .title-category {
        cursor            : pointer;
        padding           : 10px 10px;
        display           : block;
        border            : 1px solid #ddd;
        -webkit-box-shadow: 0px 2px 3px rgba(102, 102, 102, 0.1);
        box-shadow        : 0px 2px 3px rgba(102, 102, 102, 0.1);
        border-radius     : 5px;
    }

    .nav-home-aside .title-category .icon {
        float     : right;
        margin-top: 3px;
    }

    .nav-home-aside .menu-category {
        margin-bottom: 20px;
        display      : none;
    }

    .nav-home-aside .menu-category li {
        position: relative;
        display : block;
    }

    .nav-home-aside .menu-category a {
        color: #212529;
    }

    .nav-home-aside .menu-category>li>a {
        display: block;
        padding: 10px 0px;
    }

    .nav-home-aside .menu-category .submenu {
        display           : none;
        -webkit-box-shadow: initial;
        box-shadow        : initial;
        border            : 1px solid #ddd;
        position          : static;
        left              : 0;
        top               : 0;
        width             : auto;
        background        : #fff;
    }

    .nav-home-aside .menu-category li:hover .submenu {
        display: none;
    }

    .nav-home-aside .menu-category .has-submenu>a:after {
        -webkit-transform: rotate(90deg);
        transform        : rotate(90deg);
    }

    .list-inline-item {
        margin-bottom: 10px;
    }

    .slider-home-banner .carousel-item img {
        max-height: 250px;
    }

    .section-header .search-header {
        margin-top   : 1rem;
        margin-bottom: 1rem;
    }

    .section-header .logo {
        max-height: 32px;
        width     : auto;
    }

    .banner-quote {
        min-height: auto;
    }

    .icontext {
        margin-bottom: 20px;
    }

    .card-post {
        margin-bottom: 20px;
    }

    .card-product-grid .img-wrap {
        height: 200px;
    }

    .section-footer .title {
        margin-bottom: 0;
        margin-top   : 20px;
    }

    .item-feature {
        margin-bottom: 20px;
    }

    .mobile-order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order           : -1;
        order                    : -1;
    }

    .mobile-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order           : 1;
        order                    : 1;
    }

    .mobile-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order           : 2;
        order                    : 2;
    }

    .mobile-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order           : 3;
        order                    : 3;
    }

    .mobile-block {
        display: block;
    }

    .padding-y {
        padding-top   : 20px;
        padding-bottom: 20px;
    }

    .padding-top {
        padding-top: 20px;
    }

    .padding-bottom {
        padding-bottom: 20px;
    }

    .padding-y-lg {
        padding-top   : 30px;
        padding-bottom: 30px;
    }

    .padding-top-lg {
        padding-top: 30px;
    }

    .padding-bottom-lg {
        padding-bottom: 30px;
    }

    .container {
        padding-left : 20px !important;
        padding-right: 20px !important;
    }

    .row>[class^="col"] {
        padding-left : 5px;
        padding-right: 5px;
    }
    .banner-img {
        width: 100%;
    }
    .introduction .col-6 {
        max-width: 100%;
        flex: 100%;
    }
    
    .introduction .col-6 .img-block {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .introduction .col-6 .img-block .img-cover {
        padding: 5px;
    }
    .introduction .col-6 .content-block {
        position: relative;
        z-index: 1;
    }
    
    .introduction {
        padding: 40px 0;
    }
    .how-it-work-wrapper {
        flex-direction: column;
    }
    
    .how-it-work-wrapper .single-work {
        margin: 30px auto 0;
    }
    
    .how-it-work-wrapper .work-arrow {
        justify-content: center;
    }
    
    .how-it-work-wrapper .work-arrow img.arrow {
        transform: rotate(90deg);
    }
    section#services .col-sm-9 {
        max-width: 100%;
        flex: none;
    }
    
    section#services h1.headMain {
        font-size: 2rem;
    }
    .services .icon-box {
        margin-bottom: 10px;
        text-align: center;
    }
    .section-footer .title {
        text-align: center;
    }
    
    footer.section-footer aside.col-6 {
        width: 100%;
        flex: none;
        max-width: 100%;
        text-align: center;
    }
    
    .account-infor {
        display: none;
    }
    .main-threeniti-nav button.toggl-btn-x {
        top: -50px;
    }
    
    .introduction .col-6 .content-block {
        max-width: 100%;
        padding: 0;
    }
    
    li#currency-change {
        margin: 0 auto !important;
    }
    .navbar-nav .dropdown-menu .col-3, .navbar-nav .dropdown-menu .col-9 {
        flex: 100%;
        max-width: 100%;
    }
    
    .navbar-nav .dropdown-menu .col-9 div#myTabContent .col-7,.navbar-nav .dropdown-menu .col-9 div#myTabContent .col-5 {
        max-width: 100%;
        flex: 100%;
        display:none;
    }
    
    .navbar-nav .dropdown-menu .col-9 div#myTabContent .col-5 .moq-area h5 {
        text-align: center;
        justify-content: center;
    }
    .slider-home-banner .carousel-item>img {
        height: auto !important;
    }
    div#offer_flash_deal .col-heading.content-body header.section-heading {
        text-align: center;
    }
    
    div#offer_flash_deal .col-heading.content-body h3.section-title {
        margin: 0;
    }
    
    div#offer_flash_deal div#timer {
        text-align: center;
    }
    .featured-products a.nav-link {
        padding: 7px;
    }
    .featured-products .aiz-card-box {
        min-width: auto;
    }
    
    .featured-products .aiz-card-box a.img-wrap {
        height: 150px;
    }
    
    .featured-products .aiz-card-box a.img-wrap img {
        width: 100%;
    }
    div#discover_products .aiz-card-box {
        min-width: auto;
    }
    .store-cycle-block .card-body p {
        font-size: 14px;
    }
    .store-cycle-block .card-body {
        padding: 20px 10px;
    }
    .half-outside-arrow .slick-next {
        right: 10px;
    }

    .half-outside-arrow .slick-prev {
        left: 10px;
    }
    header.section-header a.d-block.py-20px {
        padding: 0;
    }
    .featured-products-wrapper .featured-products ul.nav-tabs {
        border: none;
    }
    
    .featured-products-wrapper .featured-products ul.nav-tabs a.nav-link.active {
        border: none;
        border-radius: 4px;
    }
    
    .wholesale-page section.banner {
        padding: 30px 0;
    }
    
    .banner-heading {
        font-size: 36px;
    }
    
    .wholesale-page .name-text {
        padding: 20px 20px 10px;
        font-size: 22px;
        margin: 0;
    }
    
    .wholesale-page .quote-icon {
        width: 40px;
    }
    
    .wholesale-page .ceo-headings {
        margin: 0;
        padding-left: 20px;
    }
    
    .wholesale-page .ceo-headings h3.name {
        font-size: 20px;
        margin: 0;
    }
    
    .wholesale-page .ceo-headings p.name-para {
        font-size: 14px;
    }
    
    .wholesale-page .low-price {
        padding: 30px 0;
    }
    
    .wholesale-page .low-price .col-lg-4 {
        margin-bottom: 10px;
    }
    .recently-added {
        background-position: center;
    }
    .wholesale-page .card-product-grid {
        min-width: auto;
    }
    .wholesale-page .explore.bg-white {
        padding: 30px 0;
    }
    div#featured_section button {
        padding: 10px;
    }
    .group-buy-process img.img-fluid {
        margin: 0 !important;
        max-width: 90%;
    }
    
    .group-buys .py-70 {
        padding: 30px 0;
    }
    
    .weather .quote-heading {
        font-size: 18px;
    }
    
    .weather button.btn {
        padding: 10px !important;
    }
    .weather h4.text-white {
        font-size: 18px;
    }

    .all-feature-area.px-4 {
        padding: 0 !important;
    }
    
    .Customization-page .py-70 {
        padding: 30px 0;
    }
    
    .video-area video {
        padding: 0 !important;
        margin-top: 10px;
        border-radius: 4px;
    }
    
    .started-section .text-center.my-5 {
        margin-top: 0 !important;
    }
    
    .started-section .row .col-lg-4 {
        margin-bottom: 20px;
    }
    div#customizaation_product_section .card.card-product-grid {
        min-width: auto;
    }
    
    div#customizaation_product_section .px-3 {
        padding: 0 !important;
    }
    
    div#customizaation_product_section .px-3 a.title.customization_text {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
     
    .banner h3 {
        font-size: 18px;
    }
    
    .banner video {
        border-radius: 4px;
        margin-top: 10px;
    }
    
    .readymade-branding .py-70 {
        padding: 30px 0;
    }
    
    .made-in-x-product section.banner-slider.banner {
        padding: 30px 0;
    }
    
    .made-in-x-product section.banner-slider.banner img.flag-img {
        border-radius: 4px;
        max-width: 50px;
        width: 100%;
        margin: 0 6px;
    }
    
    .made-in-x-product section.banner-slider.banner ul.slick-dots {
        bottom: -30px;
    }
    
    .made-in-x-product section.banner-slider.banner ul.slick-dots li {
        margin: 0;
    }
    
    .made-in-x-product section.banner-slider.banner .col-md-6:nth-child(2) {
        order: 1;
    }
    
    .made-in-x-product section.banner-slider.banner .col-md-6 {
        order: 2;
    }
    
    .made-in-x-product .py-70 {
        padding: 30px 0;
    }
    
    .country-product-tab div#v-pills-tab {
        flex-direction: row !important;
        justify-content: center;
    }
    
    .country-product-tab div#v-pills-tab span.icontext {
        margin: 0;
    }
    
    .country-product-tab div#v-pills-tab a.nav-link {
        display: flex;
        align-items: center;
    }
    
    .country-product-tab .c-p-area {
        height: auto;
        min-height: auto;
    }
    
    .values-card img.img-fluid {
        max-width: 100px;
        width: 100%;
    }
    
    .country-product-tab .card-product-grid.aiz-card-box {
        margin: 0;
    }
    
    .how-it-work div#accordion {
        background: transparent;
        box-shadow: none;
        border: none;
        margin: 0;
    }
    
    .how-it-work div#faq .card-body {
        padding: 0 8px;
    }
    
    .how-it-work div#myTabContent div#buying-on-threeniti {
        margin: 0;
    }
    
    .how-it-work section.help-topics .card {
        margin: 0;
    }
    
    .sell-on-threeniti .banner {
        padding: 30px 0;
    }
    
    .sell-on-threeniti .banner .col-lg-6 {
        order: 2;
        text-align: center;
    }
    
    .sell-on-threeniti .banner .col-lg-6:last-child {
        order: 1;
    }
    
    .sell-on-threeniti .banner .col-lg-6 h1.banner-heading {
        margin: 0;
        padding-bottom: 0px  !important;
    }
    
    .sell-on-threeniti .py-70 {
        padding: 30px 0;
    }
    
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 {
        height: auto;
        padding: 30px 0 0;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 h2 {
        text-align: center;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 .box21 {
        flex-direction: column;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 h6.heading-title {
        padding: 0 !important;
        text-align: center !important;
        margin-bottom: 30px;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 .box21 .img {
        text-align: center;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 .box21 .img img {
        margin: 0 auto;
    }
    
    .sell-on-threeniti .start-selling .scrollspy-example-2 .box21 .text21 {
        padding: 20px 0px;
        text-align: center;
    }
    
    .about-page-wrap .py-70 {
        padding: 30px 0;
    }
    
    .about-page-wrap .unique-strengths .row .col-md-3 {
        margin: 0 0 10px;
    }
    
    .product-single-details ul.nav.nav-tabs {
        border: none;
    }
    
    .product-single-details li.nav-item {
        margin: 1px;
    }
    
    .product-single-details li.nav-item a.nav-link {
        border-radius: 4px;
    }
    
    .product-single-details .review-tab-wrapper .nav-tabs .nav-link.active {
        border: 1px solid #dee2e6;
    }
    
    .product-single-details .share-block {
        right: 10px;
        top: 0;
    }
    
    .product-single-details .tab-content>.tab-pane  {
        position: relative;
    }
    
    .product-single-details .share-block a.share-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        background: white;
        box-shadow: 0 0 5px #0000003d;
        width: 30px;
        height: 30px;
    }
    
    .product-single-details h4.product-title {
        max-width: 85%;
    }
    
    .product-single-details .review-tab-wrapper .nav-tabs .nav-link {
        padding: 10px;
    }
    
    .review-tab-wrapper .nav-tabs {
        flex-direction: row;
        border: none;
    }
    
    .review-tab-wrapper .nav-tabs a.nav-link {
        padding: 10px;
        border: 1px solid transparent !important;
        border-radius: 0.37rem;
        margin: 0;
    }
    
    .review-tab-wrapper .nav-tabs a.nav-link.active {
        border-color: #dee2e6 !important;
    }
    ul.category-slide button.slick-arrow {
        left: 0;
    }
    
    ul.category-slide button.slick-arrow.slick-next {
        left: auto;
        right: 0;
    }
    ul.category-slide button.slick-arrow:before {
        top: 0;
        left: 0;
    }
    ul.category-slide li.submenu-block.slick-slide {
        margin: 0;
    }
    .aiz-user-panel ul.nav.nav-pills a.nav-link {
        padding: 10px !important;
        margin: 0px;
    }
    
    .aiz-user-panel ul.nav.nav-pills a.nav-link h6 {
        font-size: 12px;
    }
    .aiz-user-panel {
        width: 100%;
    }
    .aiz-pagination .pagination {
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    
    .aiz-pagination .pagination li.page-item .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media all and (max-width: 480px) {
    .product-single-details .tab-content .tab-pane .btn-wrapper .dropdown.show.groupBuy-dropdown, .product-single-details .tab-content .tab-pane .btn-wrapper a.btn {
        width: 98%;
    }
    .how-it-works .d-flex {
        flex-direction: column;
    }
    
    .how-it-works .d-flex h3 {
        width: 100%;
        margin-bottom: 10px !important;
        order: 2;
    }
    
    .how-it-works .d-flex a.btn-primary {
        margin-left: 0 !important;
        width: 100%;
        order: 1;
        margin-bottom: 10px;
    }
    .home-store .row {
        margin: 0;
    }
    .card-product-grid .info-wrap ul.list {
        flex-direction: column;
    }
    .card-product-grid .info-wrap ul.list .icontext {
        margin: 0;
    }
    .store-cycle-block li.col-6 {
        max-width: 100%;
        flex: 100%;
    }
    .card-product-grid {
        min-width: auto;
    }
    
    .product-single-details .btn-wrapper {
        flex-direction: column;
    }
    
    .product-single-details .btn-wrapper a.btn.btn-primary {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    
    .product-single-details div#group_buy header {
        flex-direction: column;
    }
    
    .product-single-details div#customization .card-body .col-6 {
        max-width: 100%;
        flex: none;
        margin-bottom: 20px;
    }
    
    .product-single-details div#customization .card-body .col-6:last-child {
        margin: 0;
    }
    
    .product-single-details .btn-wrapper a.btn.btn-primary.dropdown-toggle {
        width: 100%;
    }
    .top-banner.removable-session button {
        padding: 0;
        border-radius: 0;
        font-size: 10px;
        box-shadow:none;
        color: #000 !important;
        font-weight: 900;
    }
    .dropdown-item {
        padding: 0.25rem;
    }
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown_menu {
        position: absolute;
    }
 
    .dropdown-large {
        min-width: 850px;
        width: 92%;
        right: 0;
        top: 46px;
        margin: auto;
    }

    .dropdown-small {
        min-width: 180px;
    }
}

@media (min-width: 1140px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*# sourceMappingURL=responsive.css.map */