
@media (max-width: 1100px) and (min-width: 768px) {
    .mobileMenu {
        display: none;
    }
}
@media (max-width: 767px) {
    .modal.show .modal-dialog {
        margin: 0 auto;
    }
    .big-24 {
        font-size: 18px;
        line-height: 24px;
    }
    .big-18, .medium-2-title {
        font-size: 16px;
        line-height: 20px;
    }
    .card-24 {
        padding: 16px;
    }
    .header {
        position: relative;
    }
    .header .navbar .logo {
        height: 45px;
    }
    .header .navbar .logo img {
        height: 40px;
    }
    .header .help-header {
        display: none;
    }
    .header .navbar .info-logo {
        margin-right: 0;
    }
    .header .navbar .info-logo .num {
        font-size: 16px;
        line-height: 20px;
    }
    .header .navbar .info-logo .text {
        font-size: 11px;
        line-height: 12px;
    }
    .header .navbar .left {
        width: 100%;
        display: grid;
        grid-template-areas: "a b"
                             "c c";
    }
    .header .navbar .left .search {
        grid-area: c;
        margin-left: 0;
        margin-top: 16px;
    }
    .header .navbar .right {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 6px;
        background: white;
        z-index: 13;
        justify-content: space-between;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "a c d b";
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    }
    .header .navbar .right > .link {
        width: 100%;
    }
    .header .navbar .right .dropcenter {
        grid-area: b;
        margin-right: 0;
    }
    .header .navbar .right .dropcenter, .header .navbar .right .login-link {
        grid-area: b;
        margin-right: 0;
    }
    .header .navbar .right .link {
        margin-right: 0;
    }
    .category-header {
        display: none;
    }
    .dropcenter .dropdown-menu {
        top: unset;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 21px;
        left: unset;
        right: 0;
        width: 300px;
        max-width: 320px;
        float: none;
    }
    .dropcenter .dropdown-menu::before {
        left: unset;
        right: 30px;
        top: unset;
        bottom: -17px;
        border-bottom: none;
        border-top: 17px solid white;
    }

    .modal-simple .modal-content {
        padding: 16px;
    }
    .modal-simple .close {
        top: 20px;
        right: 16px;
    }

    .m-show {
        display: block !important;
    }

    .footer .payments-list {
        padding: 0 15px;
        overflow-x: auto;
        padding-bottom: 12px;
        justify-content: flex-start;
        grid-gap: unset;
    }
    .footer .payments-list img {
        margin-right: 16px;
    }
    .footer .footer-copyright .copyright {
        flex-wrap: wrap;
        grid-gap: 8px;
    }
    .footer-copyright {
        padding-bottom: 64px;
    }

    .section-title, .medium-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
    }
    .form-group-v {
        margin-bottom: 16px;
    }
    #profile .form-group-v {
        margin-bottom: 16px;
    }

    .owl-carousel.owl-mini {
        display: none;
    }
    .advantages {
        display: none;
    }
    .products .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
    .owl-carousel.owl-products .owl-stage {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
        transform: none !important;
    }
    .item-product .image {
        height: 164px;
    }
    .item-product .info {
        padding: 8px;
    }

    .info-desc {
        background: #FAFAFA;
    }
    .info-desc .info-inner {
        padding: 16px;
        background: transparent;
        border-radius: 0;
    }
    .info-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .info-desc p {
        margin-bottom: 8px;
    }

    /* Breadcrumbs */
    .breadcrumbs-inner {
        overflow-x: auto;
        padding-bottom: 8px;
    }
    .breadcrumbs a, .breadcrumbs span {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
    }

    /* Inner Page */
    .product-list .product-header-list {
        display: grid;
        justify-content: unset;
        grid-gap: 12px;
        width: 100%;
    }
    .product-list .product-header-list h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .product-list .product-header-list .sort {
        width: 100%;
        justify-content: space-between;
    }
    .product-list .product-header-list .sort .text {
        display: none;
    }

    .product-body-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
    .product-footer-list {
        flex-wrap: wrap;
        grid-gap: 16px;
        flex-direction: column-reverse;
    }
    .product-footer-list .pagination {
        width: 100%;
        height: 38px;
        position: relative;
        justify-content: center;
    }
    .product-footer-list .pagination-list {
        width: 140px;
        justify-content: center;
        overflow-x: auto;
    }
    .product-footer-list .pagination span, .product-footer-list .pagination a {
        width: 24px;
        height: 24px;
    }
    .product-footer-list .all-pages {
        display: block;
    }
    .product-footer-list .pagination .prev, .product-footer-list .pagination .next {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    .product-footer-list .pagination .prev {
        margin-right: 12px;
        left: 0;
    }
    .product-footer-list .pagination .next {
        margin-left: 12px;
        right: 0;
    }
    .btn-filter {
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 54px;
        z-index: 9;
        margin: auto;
        left: 0;
        right: 0;
    }
    .btn-filter button {
        padding: 12px 32px;
    }
    .btn-filter button span:before {
        content: "Фильтр";
    }
    .filter {
        display: none;
    }
    .filter.open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;
        background-color: white;
        padding: 32px 15px;
    }
    .filter.open::before {
        content: "Фильтр";
        position: relative;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 24px;
        display: block;
    }
    .filter-buttons {
        display: flex !important;
        align-items: center;
        grid-gap: 8px;

        position: fixed;
        width: 100%;
        left: 0;
        padding: 0 15px;
        bottom: 16px;
    }
    .filter-buttons button {
        width: 100%;
        height: 40px;
        font-size: 14px;
        font-weight: normal;
    }

    /* About Company */
    .tab-side .nav-tabs {
        display: flex;
        /* grid-gap: 16px; */
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 7px;
        margin-bottom: 16px;
    }
    .tab-side .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 12px 16px;
    }
    .tab-side .nav-tabs .nav-item.show .nav-link, .tab-side .nav-tabs .nav-link.active {
        border-bottom: 4px solid #FF6523;
    }
    .tab-side .tab-content {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    /* Basket Order */
    .basket-order-list {
        grid-template-columns: 1fr;
    }
    .basket-order-list .image img {
        width: 100%;
    }
    .basket-order-list .price-basket {
        text-align: left;
    }
    .basket-page .card-24 {
        /*margin: 0 -16px;*/
        /*border-radius: 0;*/
        margin-bottom: 16px;
    }
    .fixed-scroll .card-24 {
        border-radius: 0;
    }
    #myTab .nav-link {
        padding: 16px;
    }
    .basket-order .list .left, .basket-order .list .right, .final-order .left, .final-order .right {
        font-size: 14px;
    }
    /* Basket */
    .btn-uncheck-all i {
        margin-right: 0;
    }
    .btn-uncheck-all span {
        display: none;
    }
    .basket-list {
        grid-template-areas:
        "a b c"
        "a e d";
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #F2F2F2;
    }
    .basket-list .info-basket {
        min-width: auto!important;
    }
    .basket-list .image {
        height: 72px;
        width: 72px;
    }
    .basket-list .image img {
        height: 100%;
        width: 100%;
    }
    .basket-list .price-basket {
        line-height: 36px;
        text-align: left;
    }
    .basket-list .wrap {
        justify-content: flex-end;
    }
    .wrap button {
        padding: 0;
        background: #FAFAFA;
        border: none;
    }
    .wrap input {
        padding: 0;
        border: none;
    }

    #big .item img {
        height: 375px;
    }
    #thumbs {
        display: none;
    }
    .product-inner-page .info-product .inner-side {
        display: grid;
        justify-content: unset;
    }
    .product-inner-page .info-product .inner-side.price .left {
        display: none;
    }
    .product-inner-page .info-product .inner-side.price .right {
        grid-gap: 12px;
        width: 100%;
        justify-content: space-between;
    }
    .info-product .price .right .price-num {
        font-size: 18px;
        line-height: 24px;
    }
    .info-product .price .right .quantity {
        font-size: 12px;
        line-height: 14px;
    }
    .difference-info {
        display: flex;
        align-items: flex-start;
        overflow-x: auto;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .difference-info .inner-side {
        margin-bottom: 0;
    }
    .product-inner-page .info-product .inner-side.color-pick .right {
        overflow-x: auto;
        padding-bottom: 12px;
    }
    .info-product .color-pick .color-flex {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .info-product .size-pick .size-list {
        grid-template-areas: "a b"
                             "c d";
        display: grid;
        grid-template-columns: unset;
        grid-gap: 8px;
    }
    .info-product .size-pick .size-list span.size {
        grid-area: a;
    }
    .info-product .size-pick .size-list span.price-size {
        grid-area: b;
        text-align: right;
    }
    .info-product .size-pick .size-list span.quantiry-size {
        grid-area: c;
        font-size: 10px;
        line-height: 12px;
    }
    .info-product .size-pick .size-list .wrap {
        justify-content: flex-end;
        grid-area: d;
    }
    .info-product .size-pick .size-list .wrap button {
        padding: 0;
        background: #FAFAFA;
        border: none;
    }
    .info-product .size-pick .size-list .wrap input {
        padding: 0;
        border: none;
    }

    .btns-flex {
        display: grid;
    }     
    .btns-flex button {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .more-info-product .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .more-info-product .tab-content .tab-pane .inner-side {
        grid-template-columns: unset;
        grid-gap: 8px;
    }
    .more-info-product .tab-content .tab-pane .inner-side .left {
        font-size: 12px;
        line-height: 18px;
    }
    .more-info-product .card {
        margin-bottom: 16px;
    }
    

    .category-list {
        position: fixed;
        top: 0;
        height: 100%;
        background-color: white;
        width: 90%;
        overflow-y: auto;
        padding-bottom: 64px;
    }
    .category-list::before, .category-list::after {
        content: unset;
    }
    .category-list-inner {
        display: grid;
    }
    .category-list .left {
        width: 100%;
        overflow: auto;
        display: none;
    }
    .category-list .left ul {
        display: flex;
        align-items: center;
    }
    .category-list .left .link {
        padding: 12px 24px;
    }
    .category-list .left .link.active {
        border-right: none;
        border-bottom: 2px solid #FF6523;
    }
    .category-list .right {
        width: 100%;
        padding: 12px 0;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px 12px;
        justify-content: space-between;
    }

    .mobileMenu .category-col {
        width: 100%;
    }

    .mobileMenu .category-col .text-collapse {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 0;
        padding: 10px 0;
        position: relative;
        pointer-events: unset;
    }
    .mobileMenu .category-col .text-collapse::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #E5E5E5;
        left: 0;
        bottom: 0;
    }
    .mobileMenu .category-col .text-collapse.collapsed::before {
        content: unset;
    }
    .text-collapse i {
        display: block;
        transition: .3s;
    }
    .text-collapse.collapsed i {
        transform: rotate(-180deg);
        transition: .3s;
        filter: contrast(0) invert(0) brightness(1.5);
    }
    .mobileMenu .category-col .text-collapse.collapsed {
        color: #000000;
    }
    .mobileMenu .category-col .text-collapse {
        color: #FF6523;
    }
    .mobileMenu .category-col .link {
        padding: 12px 17px;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #888888;
    }
    .cat-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 53px;
        left: 40%;
        border: none;
        border-radius: 50%;
        background-color: #FF6523;
        width: 64px;
        height: 64px;
        z-index: 15;
    }
    .cat-close i {
        filter: contrast(1) invert(1);
    }
    
    .collapse:not(.show) {
        display: none;
    }

    /* Profile Page */
    .tab-secondary .tabs {
        grid-gap: 0;
        justify-content: space-between;
    }
    .tab-secondary .tab {
        white-space: nowrap;
    }
    .item-order {
        display: grid;
        grid-template-areas: "c b"
                             "a a";
        
    }
    .item-order .left {
        grid-area: a;
    }
    .item-order .center {
        grid-area: b;
    }
    .item-order .right {
        grid-area: c;
    }
    .item-order .right .text-16 {
        margin-bottom: 16px;
        text-align: left !important;
    }
    .in-orders-body .inner-side {
        display: grid;
        grid-gap: 8px;
    }
    .in-orders-body .inner-side .left {
        width: 100%;
    }
    .in-orders-footer .item-order-list {
        grid-template-columns: unset;
    }
    .orders-list .in-orders-footer .item-order-list-left {
        display: grid;
    }
    
    .gradient-info {
        grid-template-columns: unset;
    }
    .table-simple .tr-head span, .table-simple .tr-row span {
        padding: 0 8px;
    }
    .copy-link .copy-input {
        width: 100%;
    }

    .product-body-list.list .item-product, .product-body-list.list .item-product .info-list-view {
        grid-template-columns: unset;
        grid-gap: 12px;
    }
    .product-body-list.list .item-product h4 {
        text-align: left;
    }
    .product-body-list.list .item-product .info-list-view {
        grid-template-areas: "b"
                             "a";
    }
    .product-body-list.list .item-product .info-list-view .left {
        grid-area: a;
    }
    .product-body-list.list .item-product .info-list-view .right {
        grid-area: b;
    }
    .product-body-list.list .item-product .image {
        width: 100%;
    }

    .btn-profile-action {
        display: grid;
        grid-gap: 8px;
    }
    .btn-profile-action a {
        text-align: center;
        padding: 8px 16px;
    }
    .block-list {
        display: grid;
        margin-bottom: 24px;
    }
    .block-list .text-16 {
        margin-bottom: 16px;
    }
    .w-200 {
        width: 100%;
    }
    
    .images-search {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .category-list .show-child {
        display: none!important;
    }

    .category-list-inner .right .mobileMenu {
        display: block;
        width: 100%;
    }
    
    .profile .col-lg-2 {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {    
    .header .header-logotype {
        margin-right: 15px;
    }
    
    .info-logo {
        display: none!important;
    }
    
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-xl {
        max-width: 1400px;
    }
    
    .info-logo { 
        display: grid!important;
    }
}

/** Mobile Menu */
.mobileMenu #menu-nav-tab .nav-link{
    padding: 14px;
    border-radius: 0;
    width: 50%;
}

.mobileMenu #menu-nav-tab .nav-link.active {
    border-top: 3px solid #ff6523;
    font-size: 1.25rem;
}

.mobileMenu #taobao-tab {
    margin: 0!important;
}