/****************************************
*! DEFINED CSS
*****************************************/

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }

    .fl_wrap_sm {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .fl_nowrap_sm {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .dashboard .col-md-8 {
        max-width: 100% !important;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }

    .fl_wrap_md {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .fl_nowrap_md {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .fs_md_14 {
        font-size: 14px
    }

    .fs_md_18 {
        font-size: 18px
    }

    .fs_md_50 {
        font-size: 50px
    }

    .fs_md_20 {
        font-size: 20px
    }

    .fs_md_55 {
        font-size: 55px
    }

    .fs_md_60 {
        font-size: 60px
    }

    .tl_md {
        text-align: left
    }

    .tr_md {
        text-align: right
    }

    .tc_md {
        text-align: center
    }

    .dn_mb, .dn_md {
        display: none
    }

    .db_mb, .db_md {
        display: block
    }

    .dib_mb, .dib_md {
        display: inline-block
    }

    .pa_md {
        position: absolute
    }

    .fs_md_11 {
        font-size: 11px
    }

    .fs_md_15 {
        font-size: 15px
    }

    .fs_md_18 {
        font-size: 18px
    }

    .fs_md_30 {
        font-size: 30px
    }

    .fs_md_35 {
        font-size: 35px
    }

    .fs_md_40 {
        font-size: 40px
    }
    .cat_space_item{
        margin-bottom: 44px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    [data-kl-full-width] {
        left: calc((-100vw - -1170px) / 2);
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xl-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }

    .fl_wrap_xl {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .fl_nowrap_xl {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }

    .fl_wrap_lg {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .fl_nowrap_lg {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .db_lg {
        display: flex;
        justify-content: center;
    }

    .dib_lg {
        display: inline-block
    }

    .dn_lg {
        display: none
    }

    .fs_lg_14 {
        font-size: 14px
    }

    .fs_lg_18 {
        font-size: 18px
    }

    .fs_lg_50 {
        font-size: 50px
    }

    .fs_lg_20 {
        font-size: 20px
    }

    .fs_lg_60 {
        font-size: 60px
    }


    .tr_lg {
        text-align: right
    }

    .tc_lg {
        text-align: center
    }

    /*.col-lg-15, .col-md-15, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-15, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-nt-auto {
        padding-right: 15px;
        padding-left: 15px;
    }*/
}

@media (min-width: 1230px) {
    .container {
        max-width: 1440px;
    }
}

/****************************************
*! BASE CSS
*****************************************/

@media (min-width: 500px) {
    .medizin_laypout .product-cd-heading,
    .medizin_laypout .countdown-label {
        margin-right: 18px;
    }
}

@media (min-width: 641px) {
    .on_list_view_true .pr_list_item .product-image {
        width: 180px;
        margin-right: 30px;
    }

    .on_list_view_true .pr_list_item .product-inner {
        padding: 20px;
        -ms-flex-align: center;
        align-items: center;
    }

    .on_list_view_true .pr_list_item .product-info {
        margin: 15px 0 15px 0 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .on_list_view_true .pr_list_item .product-info__btns {
        margin-left: 30px;
        min-width: 180px;
        margin-top: 0
    }

    #nt_content .thema-challenge__container, .empty_cart_page, .cat_emty_noprs {
        margin: 200px 0
    }
}

@media (min-width: 767px) {
    .type_prs_countd_deal .medizin_laypout {
        padding: 0 30px 48px;
    }

    .medizin_laypout .flickity-prev-next-button.previous {
        margin: 0 0 0 -53px;
    }

    .medizin_laypout .flickity-prev-next-button.next {
        margin: 0 -53px 0 0;
    }

    .wrapper_boxed .medizin_laypout .flickity-prev-next-button.next {
        margin-right: -45px;
    }

    .wrapper_boxed .medizin_laypout .flickity-prev-next-button.previous {
        margin-left: -45px;
    }
}

@media (min-width: 768px) {
    .pos_text_alt .category-content {
        margin: -74px 23px 0;
        padding: 22px 28px 30px;
    }

    .type_slideshow .flickity-page-dots,
    .type_banner_collection .flickity-page-dots {
        bottom: 20px;
    }

    .dek_img_slide, .dek_img_slide.nt_bg_lz {
        display: block;
    }

    .sr_txt_mb, .cat_view .dev_mobile,
    .mb_img_slide, .mb_img_slide.nt_bg_lz {
        display: none;
    }

    .pr__view-in-space {
        display: none !important
    }

    .sr_txt {
        display: inline-block;
    }

    .cat_sortby > a {
        border: 1px solid #ddd;
        padding: 7px 7px 7px 15px;
        min-width: 190px;
    }

    .cat_view .dev_tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pr_carousel:after {
        content: '';
    }

    .watchCSS:after {
        content: 'flickity';
    }

    .product .summary {
        margin-top: 0
    }

    .thumb_bottom .row.p-nav {
        margin-top: 10px;
        margin-right: -5px;
        margin-left: -5px;
    }

    .thumb_bottom .p-nav .n-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .only_owl_mb.nt_slider:not(.flickity-enabled) {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .thumb_2 .row.p-thumb {
        margin-right: -5px;
        margin-left: -5px;
    }

    .thumb_2 .row.p-thumb .p-item {
        padding: 5px;
        width: 50%;
    }

    .sp-single-3 .p-thumb .p-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .ul_tabs.des_mb_2,
    .sp-single-3 .p-thumb .p-item.last_visible {
        margin-bottom: 0;
    }

    .ul_tabs.des_mb_2 > .tab_title_block {
        display: inline-block
    }

    .ul_tabs li.tab_title_block a {
        min-height: 40px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 40px;
        border: 1px solid transparent;
        padding: 0 25px;
        margin: 0;
        border-radius: 0;
    }

    .browser-Internet.platform-Windows .ul_tabs li.tab_title_block a {
        line-height: 40px;
    }

    .sp-tabs {
        padding-top: 50px;
    }

    .sp-tabs > .sp-tab.des_style_2:first-of-type {
        margin-top: -50px;
    }

    .tab-heading .txt_h_tab {
        padding: 10px 20px;
    }

    .title_2 > span {
        margin: 0 30px;
    }

    .title_2:before, .title_2:after {
        width: 60px;
    }

    .cat_space_0 {
        margin-left: 0;
        margin-right: 0
    }

    .cat_space_0 .cat_space_item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

    .cat_space_2 {
        margin-left: -1px;
        margin-right: -1px
    }

    .cat_space_2 .cat_space_item {
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 2px
    }

    .cat_space_6 {
        margin-left: -3px;
        margin-right: -3px
    }

    .cat_space_6 .cat_space_item {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px
    }

    .cat_space_10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .cat_space_10 .cat_space_item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }

    .newsletter_se .signup-newsletter-form input.input-text {
        min-width: 320px
    }

    .newsletter_se .signup-newsletter-form .submit-btn {
        min-width: 200px
    }

    .newl_des_3 .signup-newsletter-form .col_email {
        margin: 0
    }

    .newsletter_se.newl_des_3 .signup-newsletter-form .col_email {
        margin: 0 10px
    }

    .newl_des_1 .signup-newsletter-form {
        padding: 2px;
    }

    .newl_des_1 .signup-newsletter-form .submit-btn {
        border-radius: 50px;
    }

    .newl_des_6 .section-title {
        font-size: 35px;
    }

    .newsletter_se.newl_des_6 .signup-newsletter-form input.input-text {
        min-width: 450px;
    }

    .type_newsletter .nt_bg_overlay .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .type_newsletter .content_pos_1 .container {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .type_newsletter .content_pos_3 .container {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .type_newsletter .nt_bg_overlay {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }

    .type_newsletter .nt_bg_overlay.tl {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .type_newsletter .nt_bg_overlay.tr {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .newsletter_se .signup-newsletter-form input.input-text,
    .newsletter_se .signup-newsletter-form .submit-btn {
        height: 50px;
    }

    .type_faq .sp-tabs {
        padding-top: 0;
    }

    .template-cart .additional_checkout_buttons, .template-cart .additional_checkout_buttons .thema-cleanslate > div {
        display: inline-block;
    }

    .wrap_title.des_title_13 {
        max-width: 83.33333333%;
        margin-left: auto;
        margin-right: auto;
    }

    .h3.heading_sea {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .wrap_sea_section .input-group__field.search-form__input-wrapper,
    .wrap_sea_section input.search-form__input,
    .wrap_sea_section button.search-form__connected-submit {
        height: 60px
    }

    .our-store {
        padding: 60px;
    }

    .on_list_view_true .pr_list_item .rte {
        display: block;
    }

    .template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:after,
    .template-index .ssw-html-widget.ssw-instagram-widget > div:first-child:before {
        width: 60px;
    }

    .template-index .ssw-instagram-grid-title {
        margin: 0 30px;
    }
    .dark-mode .summary-inner.gecko-scroll-quick:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, rgba(255, 255, 255, 0)), to(#fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 94%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 94%, #fff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, rgba(26, 26, 26, 0)), to(#1a1a1a));
        background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 94%, #1a1a1a 100%);
        background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 94%, #1a1a1a 100%)
    }
}

@media (min-width: 1024px) {
    #footer-menu {
        display: flex;
        justify-content: flex-end;
    }

    #nt_countdow_ppr_txt .nt_countdow_page {
        min-width: 400px;
    }

    .wrap_title.des_title_13 {
        max-width: 66.66666667%;
    }
}

@media all and (min-width: 1025px) {
    #widget-fave-html .ssw-fave-btn-content {
        font-size: 11px;
    }

    .wrapper_cus .container,
    .wrapper_cus #ntheader .container,
    .wrapper_cus .caption-w-1,
    .wrapper_boxed .container,
    .wrapper_boxed #ntheader .container,
    .wrapper_boxed .caption-w-1 {
        max-width: 1420px
    }

    body, #nt_wrapper {
        background-color: #fff
    }

    .css_mb {
        display: block
    }

    .calc_footer_sticky:not(.template-index) #nt_content {
        padding-bottom: 10px;
    }

    .des_header_3 .col_group_btns {
        min-width: 16.666667%;
    }

    .wrapper_wide .container, .wrapper_wide #ntheader .container, .wrapper_wide .caption-w-1, .container_cat.cat_wide {
        max-width: 1600px;
    }

    .wrapper_content_full .container, .wrapper_content_full #ntheader .container, .container_cat.cat_full {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wrapper_boxed #nt_wrapper {
        margin: 0 auto;
        max-width: 1200px;
        -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
        box-shadow: 0 1px 9px rgba(0, 0, 0, .08);
    }

    .wrapper_boxed .type_mega.menu_wid_full > .sub-menu {
        max-width: 1200px;
        margin: 0 auto;
    }

    .wrapper_boxed #ntheader .ntheader_wrapper,
    .wrapper_boxed.h_transparent_true.template-index #ntheader .ntheader_wrapper {
        left: auto;
        right: auto;
        width: 100vw;
        max-width: 1200px;
    }

    .wrapper_boxed .h__banner {
        width: 100vw;
        max-width: 1200px;
        margin: 0 auto;
    }

    .cat_space_0 {
        margin-left: 0;
        margin-right: 0
    }

    .cat_space_0 .cat_space_item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

    .cat_space_2 {
        margin-left: -1px;
        margin-right: -1px
    }

    .cat_space_2 .cat_space_item {
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 2px
    }

    .cat_space_6 {
        margin-left: -3px;
        margin-right: -3px
    }

    .cat_space_6 .cat_space_item {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 6px
    }

    .cat_space_10 {
        margin-left: -5px;
        margin-right: -5px
    }

    .cat_space_10 .cat_space_item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }

    .header_full_true .header__mid > .container,
    .header_full_true .h__banner > .container,
    .header_full_true .h__top > .container {
        max-width: 100%
    }

    .h_icon_pegk .nt_action > a, .h_icon_pegk .nt_action > div {
        padding: 0 6px;
    }

    .des_header_7 #nt_wrapper, .des_header_7 .sticky_atc_wrap, .des_header_7:not(.h_calc_ready) #thema-section-header_banner {
        padding-left: 280px;
    }

    .des_header_3.header_full_true .branding > a {
        margin-left: 10px
    }

    .header_7 {
        position: fixed;
        width: 280px;
        margin-left: -280px;
        z-index: 1000;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        background-color: #fff;
        border-right: 2px solid rgba(150, 150, 150, .15)
    }

    .header_7 .header__mid {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .nt_packery .pr_grid_item .product-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 15px;
        opacity: 0;
    }

    .cl_h7_btns {
        margin-top: 20px;
        text-align: center
    }

    .h_icon_iccl .cl_h7_btns {
        margin-top: 25px;
    }

    .cat_space_20 {
        margin-left: -10px;
        margin-right: -10px
    }

    .cat_space_20 .cat_space_item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .cat_space_30 {
        margin-left: -15px;
        margin-right: -15px
    }

    .cat_space_30 .cat_space_item {
        margin-bottom: 45px;
        padding: 0px 10px 10px;
    }

    .header_8 a.icon_search {
        display: none
    }

    body:not(.des_header_1):not(.des_header_6):not(.des_header_10) #nt_menu_canvas.lazyload {
        display: none;
    }

    .type_slideshow .container .flickity-prev-next-button.previous {
        left: -30px;
    }

    .type_slideshow .container .flickity-prev-next-button.next {
        right: -30px;
    }

    .nt_full .flickity-prev-next-button.previous {
        left: 30px;
    }

    .nt_full .flickity-prev-next-button.next {
        right: 30px;
    }

    .thumb_left .col_nav,
    .thumb_right .col_nav {
        max-width: 100px;
    }

    .thumb_left .col_nav.nav_large,
    .thumb_right .col_nav.nav_large {
        max-width: 170px;
    }

    .thumb_left .col_nav.nav_small,
    .thumb_right .col_nav.nav_small {
        max-width: 70px;
    }

    .section_sidebar_shop > h3,
    .section_sidebar_shop > .h3,
    .cat_hidden_false .cat_sidebar,
    .hidden_sortby_false.widget,
    .no_hidden_sidebar,
    .pop_default .btn_filter[data-opennt="#thema-section-nt_filter"],
    .pop_default .btn_filter[data-opennt="#thema-section-nt_filter2"],
    .des_header_10 .nt_action > a.icon_search {
        display: none
    }

    #cat_thema, #cat_thema ul li li,
    .hidden_false.sidebar .section_sidebar_shop,
    .cat_hidden_false .cat_sortby,
    .pop_default .btn_filter {
        display: block;
    }

    .hidden_sortby_false.widget + .widget {
        margin-top: 0 !important
    }

    #cat_thema ul li {
        line-height: 25px;
        list-style: outside none none;
        display: inline-block;
        margin: 0;
        position: relative;
    }

    #cat_thema ul li a {
        padding: 10px 15px;
    }

    .cat_view .dev_tablet {
        display: none;
    }

    .cat_view .dev_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cat_toolbar {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .cat-shop .sub-menu {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .space_20.sidebar_nt {
        margin-top: 20px
    }

    .space_30.sidebar_nt {
        margin-top: 30px
    }

    .space_40.sidebar_nt {
        margin-top: 40px
    }

    .space_50.sidebar_nt {
        margin-top: 50px
    }

    .variations_button > .wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .thumb_left .col_thumb {
        -ms-flex-order: 12;
        order: 12;
    }

    .thumb_left .col_nav {
        padding-right: 5px;
        -ms-flex-order: 1;
        order: 1;
    }

    .thumb_right .col_thumb {
        padding-right: 5px;
    }

    .thumb_right .col_nav {
        padding-left: 5px;
    }

    .thumb_left .col_nav,
    .thumb_right .col_nav {
        width: 100%;
    }

    .thumb_left .p-nav,
    .thumb_right .p-nav {
        margin-top: 0;
        min-height: 100%;
        overflow: hidden;
    }

    .thumb_left .p-nav .n-item,
    .thumb_right .p-nav .n-item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }

    .thumb_left .p-nav .n-item:last-child,
    .thumb_right .p-nav .n-item:last-child {
        margin-bottom: 50px;
    }

    .single_add_to_cart_button {
        margin-top: 0;
        -ms-flex-order: 2;
        order: 2;
    }

    .pr_no_pick_true .thema-payment-button {
        display: none;
    }

    button.single_add_to_cart_button.disabled {
        opacity: .5;
    }

    .atc-slide:not(.btn_full_true) .single_add_to_cart_button,
    .atc-slide:not(.btn_full_true) .variations_button {
        width: auto;
        min-width: 160px;
        max-width: 100%;
    }

    .footer__bot .col-lg-6.col_2 {
        margin-top: 0
    }

    .footer__bot .col-lg-6.col_1 {
        text-align: left
    }

    .footer__bot .col-lg-6.col_2 {
        text-align: right
    }

    .use_border_true .nt_shipping {
        padding: 20px;
    }

    .use_border_true .nt_shipping:after {
        left: 15px;
        right: 15px;
    }

    .des_style_1 .sp-tab-content {
        display: block !important;
    }

    .label_style_rounded .on_list_view_true .pr_list_item .nt_label {
        height: 50px;
        width: 50px;
        font-size: 13px;
    }

    .dark-mode .css_ntbar::-webkit-scrollbar-track, .dark-mode .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-track, .dark-mode .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-track, .dark-mode .mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.15)
    }

    .dark-mode .css_ntbar::-webkit-scrollbar-thumb, .dark-mode .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-thumb, .dark-mode .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-thumb, .dark-mode .mfp-content .css_ntbar .css_ntbar::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.25)
    }

    .dark-mode .col_nav.t4_show .btn_pnav_next, .dark-mode .col_nav.t4_show .btn_pnav_prev {
        color: #fff
    }

    .dark-mode .type_banner_collection .container .cat_banner_prs {
        border-color: rgba(255, 255, 255, 0.15)
    }
}

@media (min-width: 1025px) and (max-width: 1199px){
    .dashboard .address-list .item .action a.text-danger.ml-2.btn.mw-0,
    .dashboard .address-list .item .action a.btn.btn-save.rounded-0.mw-0.btn-round {
        min-width: 100px !important;
    }
}

@media (max-width: 420px){
    .dashboard .address-list .item .action a.text-danger.ml-2.btn.mw-0,
    .dashboard .address-list .item .action a.btn.btn-save.rounded-0.mw-0.btn-round{
        min-width: 33vw !important;
    }

    .order-list .item .action a.btn{
        min-width: auto !important;
    }
}

@media (min-width: 1025px){
    .variations_button > .wrap{
        flex-wrap: wrap !important;
    }
}

    @media (min-width: 768px) and (max-width: 1024px){
    .p-nav .n-item .nt_bg_lz{
        left: 2vw;
    }
}
/*
@media (max-width: 767px){
    .p-nav .n-item .nt_bg_lz{
        left: 6vw;  
    }
}*/

@media screen and (min-width: 1140px) {
    .hero_video_se iframe {
        width: 100%;
        height: 300%;
        left: auto;
        top: -100%;
    }

    #nt_content .thema-challenge__container {
        margin: 250px 0
    }
}


@media (max-width: 1024px) {

    .prs_bordered_grid_true .products.nt_products_holder .nt_pr {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    .icon_cart .ch_tt_price.ttip_nt {
        display: none
    }

    .type_faq .sp-tabs {
        padding-top: 0;
    }

    .type_faq .sp-tabs + .sp-tabs {
        margin-top: 40px;
    }

    .header_2 .nt_menu > li:not(.branding), .dn_true_1024, .nt_action .push_side.dn, .nt_action .push_side.dnt4 {
        display: none
    }

    .nt_menu > li.menu-item.branding > a {
        padding-right: 0;
        padding-left: 0;
    }

    .sidebar.sidebar_nt {
        -ms-flex-order: 0;
        order: 0;
    }

    .cat_space_6,
    .cat_space_10,
    .cat_space_20,
    .cat_space_30 {
        margin-left: -5px;
        margin-right: -5px
    }

    .cat_size_4.cat_space_30 .cat_grid_item_1 .cat_grid_item__overlay {
        padding-top: 111%;
    }

    .cat_size_4.cat_space_30 .cat_grid_item_4 .cat_grid_item__overlay {
        padding-top: 228%;
    }

    .cat_size_4.cat_space_10 .cat_grid_item_1 .cat_grid_item__overlay {
        padding-top: 108.01754385964912%;
    }

    .cat_size_4.cat_space_6 .cat_grid_item_1 .cat_grid_item__overlay {
        padding-top: 107.615789%;
    }

    .des_style_1.des_mb_2.sp-tab {
        padding: 0;
    }

    .des_style_1.des_mb_2.sp-tab:not(:last-child) {
        margin-bottom: 10px;
    }

    .panel{
        border: 1px solid
    }

    .des_style_1.des_mb_2.ul_tabs, .des_style_1.des_mb_2.sp-tab:not(.clicked_accordion) > .sp-tab-content {
        display: none;
    }

    .des_style_1.des_mb_2.sp-tab, .des_style_1.des_mb_2.sp-tab > .heading, .des_style_1.des_mb_2.sp-tab.active:not(.clicked_accordion) > .sp-tab-content {
        display: block !important;
    }

    .des_style_1.des_mb_2.sp-tab > .sp-tab-content {
        padding: 20px;
        border: 1px solid #f5f5f5;
        border-top: 0;
    }

    .des_style_2 .sp-tab-content [data-kl-full-width], .des_style_1.des_mb_2 .sp-tab-content [data-kl-full-width] {
        left: auto;
        padding: 0;
        width: auto
    }

    .type_newsletter2 .col-new {
        max-width: 600px;
        margin-top: 20px;
    }

    .dark-mode .pr_grid_item .product-image .hover_button, .dark-mode .pr_grid_item .product-image:hover .hover_button {
        background-color: #1a1a1a
    }

    .cltouchevents .dark-mode ul.cat_lv_0 {
        border-color: rgba(255, 255, 255, 0.15)
    }

    #widget-fave-html {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {

    .first-column {
        width: 100%;
        padding: 0;
        float: none;
        margin-bottom: 30px;
    }

    .second-column {
        width: 100%;
        padding: 0;
        float: none;
    }

    .ajax_pp_popup.ps_ajax_pp_js {
        padding: 30px 20px;
    }

}

@media (max-width: 768px) {
    .tab_name {
        margin-right: 0;
    }

    .tab_se_header.des_tab_7, .tab_se_header.des_tab_8 {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0;
    }

    .tab_cat_title.des_tab_7,
    .tab_cat_title.des_tab_8 {
        flex: 1 1 auto;
        padding-top: 10px;
        max-width: 100%;
        width: 100%;
        border-top: 2px solid #EAEAEA;
        text-align: center;
    }

    .sp-single .row.product.mt__40 {
        margin-top: 15px;
    }

    /* .blog_main_cont > img {
        height: auto !important;
    } */
}

@media (max-width: 767px) {
    .featured_product_se .entry-summary {
        margin-top: 30px;
    }

    .salse_pp_mb_false {
        display: none;
    }

    .cat_size_4.cat_space_30 .cat_grid_item_1 .cat_grid_item__overlay {
        padding-top: 108%;
    }

    #trust_seal_ppr img.img_tr_s1 {
        width: 100% !important
    }

    .txt_col_img {
        margin-top: 30px;
    }

    .hide_m767_true {
        display: none
    }

    .products:not(.articles) .flickity-prev-next-button {
        top: 30%;
        transform: none;
    }

    .flickity-prev-next-button.previous {
        left: 8px;
    }

    .flickity-prev-next-button.next {
        right: 8px;
    }

    .type_image_text_overlay .lh__1,
    .type_hero_video .lh__1,
    .type_slideshow .lh__1 {
        line-height: 1.22857143;
    }

    .footer_collapse_true .row > .mb__50 {
        margin-bottom: 30px
    }

    .footer_collapse_true .widget-title {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 10px
    }

    .footer_collapse_true .footer_opened.widget_logo .widget-title {
        margin-bottom: 10px
    }

    .footer_collapse_true .widget-title + .widget_footer {
        display: none
    }

    .type_newsletter2 .class_ip {
        text-align: center;
    }

    .newl_des_5 .signup-newsletter-form,
    .newl_des_5 .signup-newsletter-form input.input-text,
    .newl_des_5.newsletter_se .signup-newsletter-form .submit-btn {
        border-radius: 0;
    }

    .newl_des_4 .mc4wp-form-fields {
        padding: 0 30px;
    }

    .newl_des_4 .signup-newsletter-form input.input-text {
        margin-bottom: 10px;
    }

    .nt_action #ssw-topauth, .nt_action .ssw-link-fave-menu {
        display: none;
    }

    .tab-panels {
        margin-top: 20px;
    }

    .tabset > label {
        padding: 10px;
        border: 1px solid #cccccc;
        margin: 2px 0;
    }

    .tabset > input:checked + label {
        background-color: #444444;
        color: #ffffff;
        border: 1px solid #444444
    }

    .tabset > label::after {
        content: none;
    }

    .tabset .table-responsive {
        border-bottom: 0;
    }

    .ajax_pp_popup.ask_ajax_pp_js {
        padding: 20px;
    }
}

@media (max-width: 749px) {
    .small--hide {
        display: none !important;
    }

    .order-table {
        border: 0
    }

    .order-table thead {
        display: none;
    }

    .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .order-table th, .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 0.5rem 0;
        border: 0;
        margin: 0
    }

    .order-table th::before, .order-table td::before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%
    }

    .order-table tbody tr th:first-child {
        padding-top: 1.25em
    }

    .order-table tbody tr td:last-child {
        padding-bottom: 1.25em
    }

    .order-table tbody th::before, .order-table tbody td::before {
        font-weight: 600
    }

    .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
        padding-top: 1.25em;
        border-top: 1px solid #e8e9eb;
    }

    .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
        padding-bottom: 1.25em;
    }

    .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
        border-top: 1px solid #e8e9eb;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }

    table.responsive-table {
        border: 1px solid #ddd;
    }

    table.responsive-table tbody > tr {
        border-bottom: 1px solid #ddd;
    }

    .responsive-table thead {
        display: none
    }

    .responsive-table th, .responsive-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 15px;
        border: 0;
        margin: 0
    }

    .responsive-table th::before, .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px;
        font-weight: normal
    }

    .responsive-table__row + .responsive-table__row, tfoot > .responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 55px
    }

    .responsive-table__row + .responsive-table__row::after, tfoot > .responsive-table__row:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 27.5px;
        right: 27.5px;
        border-bottom: 1px solid #e8e9eb
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive table {
        border-width: 0;
        margin: 0;
    }
}

/****************************************
*! STYLE CSS
*****************************************/

@media (min-width: 375px) {
    #nt_cart_canvas, #nt_login_canvas, #nt_menu_canvas, #nt_search_canvas {
        width: 320px
    }

    #nt_menu_canvas > i {
        left: 320px;
    }

    .store_availabilities_modal {
        width: 320px;
    }
}

@media (min-width: 641px) {
    .cat_sortby:before {
        display: none;
    }

    .nt_sortby {
        z-index: 5;
        position: relative;
        width: auto;
        height: auto;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none;
        box-shadow: none;
        border-radius: 3px;
    }

    .nt_sortby .ic_triangle_svg {
        display: block
    }

    .nt_sortby h3, .nt_sortby .h3 {
        display: none;
    }

    .wrap_sortby {
        position: absolute;
        width: auto;
        height: auto;
        top: 10px;
        left: auto;
        right: 0;
        bottom: auto;
        min-width: 190px;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        background: #fff;
        color: #677279;
        z-index: 4;
        cursor: auto;
        border-radius: 3px;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        will-change: transform;
        max-height: none;
        overflow: auto;
    }

    .cat_sortby_js.opended .nt_sortby .wrap_sortby {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1.001);
        transform: scale(1.001);
        transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    }
}

@media (min-width: 768px) {

    .p_group_btns {
        right: 20px;
        bottom: 12px;
    }

    .p_group_btns.nt_hide_2 {
        pointer-events: none;
    }

    .round_cd_true .pr_deal_dt {
        margin: 10px;
        border-radius: 20px;
        width: auto;
        font-size: 14px;
    }

    .round_cd_false .pr_deal_dt {
        width: auto;
        font-size: 14px;
        box-shadow: none;
        margin: 0;
    }

    .mini_cart_footer p.fs__12 {
        font-size: 13px;
    }

    #nt_cart_canvas, #nt_login_canvas, #nt_menu_canvas, #nt_search_canvas {
        width: 340px
    }

    #nt_menu_canvas > i {
        left: 340px;
    }

    #content_quickview .thema-section-pr_summary {
        padding: 30px 40px 30px 0;
    }

    .t4_compare_true #content_quickview .thema-section-pr_summary {
        padding: 30px 30px 30px 0;
    }

    .summary-inner.gecko-scroll-quick {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        width: auto;
    }

    .summary-inner.gecko-scroll-quick:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        right: 15px;
        bottom: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, rgba(255, 255, 255, 0)), to(#fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 94%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 94%, #fff 100%);
    }

    .gecko-scroll-content-quick {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .threesixty .nav_bar {
        bottom: 40px !important;
    }

    #nt_backtop {
        right: 35px;
    }

    .pin__title:before, .pin__popup:before {
        display: block;
    }

    .footer_collapse_true .nav_link_icon {
        display: none
    }

    .mfp-wrap .pin_lazy_js .pin__popup {
        width: 310px;
        padding: 5px;
    }

    .mfp-wrap .pin__type_txt {
        max-width: 400px;
    }

    .pswp__thumbnails {
        width: auto;
        top: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 100vh;
        margin: 50px;
        background: transparent;
        overflow: visible;
    }

    .pswp__caption {
        opacity: 1;
    }

    .store_availabilities_modal {
        width: 340px;
    }

    .thema-caption--midle-left {
        top: 50%;
        left: 0;
        right: auto;
        transform: translate(0, -50%);
    }

    .thema-caption--midle-right {
        top: 50%;
        right: 0;
        left: auto;
        transform: translate(0, -50%);
    }

    .thema-caption-layout-01__subtitle {
        font-size: 18px;
    }

    .thema-caption-layout-01__title {
        font-size: 55px;
    }

    .type_slideshow button.thema-caption-layout-01__button.slt4_btn,
    .type_slideshow a.thema-caption-layout-01__button.slt4_btn {
        font-weight: 600;
        min-height: 40px;
        font-size: 14px;
    }

    .thema-slide-element__pdb-600 {
        padding-top: 500px;
    }
}

@media (min-width: 1025px) {
    .thema_toolbar {
        display: none;
    }

    .css_ntbar::-webkit-scrollbar,
    .css_scrollbar .fixcl-scroll .fixcl-scroll-content::-webkit-scrollbar,
    .css_scrollbar .gecko-scroll-content-quick::-webkit-scrollbar {
        display: block;
    }

    .css_ntbar::-webkit-scrollbar,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar {
        width: 3px;
    }

    .css_ntbar::-webkit-scrollbar-track,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-track,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .css_ntbar::-webkit-scrollbar-thumb,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-thumb,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .nt_packery .product-attr {
        display: none;
    }

    .nt_packery .product-inner {
        overflow: hidden
    }

    .nt_packery .product-info {
        transition: all .3s;
        visibility: hidden;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.6);
        background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
        background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);

    }

    .nt_packery .product-title a {
        color: #fff;
    }

    .nt_packery .price .cb,
    .nt_packery .cg, .nt_packery .price, .nt_packery .price del {
        color: rgba(255, 255, 255, .7);
    }

    .nt_packery .product-inner:hover .product-info {
        opacity: 1;
        visibility: visible;
    }

    .nt_packery .swatch__list--item {
        border-color: #fff;
    }

    .cat-shop .sub-menu {
        display: block;
        top: 100%;
        left: 0;
        z-index: 300;
        width: 210px;
        padding: 5px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        text-align: left;
        max-height: 330px;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateY(15px) translateZ(0);
        transform: translateY(15px) translateZ(0);
        -webkit-transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
        transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    }

    #cat_thema .current_intent > .sub-menu,
    #cat_thema li:not(.idea_intent):hover > .sub-menu,
    .clno-hovermq #cat_thema .has-children > .sub-menu.child-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
    }

    .hidden_false .nt_svg_loader {
        display: block
    }

    .hover_button .nt_add_qv, .hover_button .pr_atc {
        padding: 0;
        font-size: 14px;
        margin: 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .hover_button .nt_add_qv i, .hover_button .pr_atc i {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 20px;
        -webkit-transition: opacity .15s ease, transform .25s ease;
        transition: opacity .15s ease, transform .25s ease;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .hover_button .nt_add_qv:hover i, .hover_button .pr_atc:hover i {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .hover_button .nt_add_qv > span, .hover_button .pr_atc > span {
        display: block;
        padding: 8px 34px;
        -webkit-transition: transform .25s ease, opacity .15s ease;
        transition: transform .25s ease, opacity .15s ease;
    }

    .hover_button .nt_add_qv:hover > span, .hover_button .pr_atc:hover > span {
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
    }

    .hover_button .nt_add_qv:before, .hover_button .pr_atc:before {
        display: none
    }

    #cat_thema ul li a a {
        padding: 10px
    }

    .des_header_7 .nt_fk_canvas {
        left: 280px !important;
        right: auto !important;
    }

    .des_header_7 .nt_fk_canvas:not(.act_opened) {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        box-shadow: none;
    }

    .des_header_7 .nt_mb_menu li.nt_opended > a,
    .des_header_7 .nt_mb_menu li:active > a,
    .des_header_7 .nt_mb_menu li > a:hover {
        background-color: transparent;
    }

    .des_header_7 .nt_action .my-account ul {
        left: -5px;
        right: auto;
    }

    .des_header_7 .nt_currency ul {
        left: -10px;
        right: auto;
    }

    .nt_fk_full .js_prs_search > .col-auto,
    .nt_fk_full .skeleton_wrap > .col-auto {
        max-width: 200px;
        min-width: 200px;
    }

    .nt_fk_full .mini_search_frm {
        padding: 50px 65px 40px;
    }

    .nt_fk_full .mini_search_frm .close_pp {
        font-size: 50px;
        top: 0;
        right: 0;
    }

    .nt_fk_full .mini_search_frm i.iccl.iccl-search {
        font-size: 20px;
        color: #222;
        right: 30px;
        position: absolute;
        top: 15px;
    }

    .nt_fk_full .mini_search_frm .search_header__submit {
        width: auto;
        /* background-color: transparent !important; */
    }

    #nt_search_canvas.nt_fk_full {
        max-width: 90%;
        margin: 30px auto;
    }

    #nt_search_canvas.nt_fk_full .skeleton_img {
        width: 170px;
    }

    #nt_search_canvas.nt_fk_full .skeleton_txt2 {
        margin: 0 auto;
    }

    .nt_fk_full .frm_search_input {
        padding-left: 0;
    }

    #nt_search_canvas.nt_fk_full select {
        height: 50px;
        font-size: 15px;
        min-width: 300px;
    }

    .nt_fk_full input.search_header__input:not([type="submit"]):not([type="checkbox"]) {
        height: 50px;
        font-size: 16px;
    }

    #nt_search_canvas.nt_fk_full .product_list_widget {
        padding: 30px 20px;
    }

    .mfp-content.popup_filter, .mfp-inline-holder .mfp-content.popup_filter {
        width: 340px;
    }

    .cart_des_4.nt_action > .icon_cart > a {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart_des_4.nt_action > .icon_cart .tcount {
        position: relative;
        top: auto;
        right: auto;
        background-color: transparent;
        color: #222;
        box-shadow: none;
        width: auto;
        height: auto;
        font-size: 14px;
        margin-left: 6px;
    }

    .nt_label {
        height: 25px;
        width: 60px;
        font-size: 14px;
    }

    .label_style_rounded .nt_label {
        height: 60px;
        width: 60px;
        font-size: 14px;
    }

    .thumb_left .col_nav.t4_show, .thumb_right .col_nav.t4_show {
        position: relative;
        overflow: hidden;
    }

    button.btn_pnav_prev,
    button.btn_pnav_next {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(48% - 10px);
        width: -webkit-calc(48% - 10px);
        padding: 0;
        border-radius: 0;
        font-size: 18px;
        line-height: 1;
        color: #222;
        pointer-events: none;
        opacity: 0;
        display: block;
        border: 1px solid !important;
    }

    button.btn_pnav_next {
        left: auto;
        right: 5px;
    }

    .thumb_right button.btn_pnav_prev {
        left: auto;
        right: 15px;
    }

    .thumb_right button.btn_pnav_next {
        right: auto;
        left: 5px;
    }

    button.btn_pnav_prev:hover, button.btn_pnav_next:hover {
        background-color: rgba(245, 245, 245, 0.8);
    }

    .col_nav.t4_show .btn_pnav_prev,
    .col_nav.t4_show .btn_pnav_next {
        color: #222;
        pointer-events: auto;
        opacity: 1;
        transition: background-color .25s ease, box-shadow .25s ease;
    }

    .Search_dropdown_prepared #nt_search_canvas {
        bottom: auto;
        margin: 0 30px;
        visibility: hidden;
        opacity: 0;
        transform: scale(0.9);
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
        will-change: transform;
        pointer-events: none;
        border-radius: 3px;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    }

    .Search_dropdown_prepared.hsearch-dropdown-opened #nt_search_canvas {
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    }

    .Search_dropdown_prepared #nt_search_canvas .mini_cart_header {
        display: none;
    }

    .Search_dropdown_prepared #nt_search_canvas .product_list_widget {
        position: static;
        max-height: 75vh;
    }

    .Search_dropdown_prepared #nt_search_canvas .detail_link {
        display: block;
        margin-top: 10px;
    }

    .hsearch-dropdown-opened .mask-overlay {
        background-color: rgba(0, 0, 0, .3);
    }

    .kl-header__style-3 .col_group_btns {
        min-width: 16.666667%;
    }

    .nt_action > a, .nt_action > div {
        padding: 0 8px;
    }

    .h_icon_pegk .nt_action > a, .h_icon_pegk .nt_action > div {
        padding: 0 6px;
    }

    .nt_label {
        height: 25px;
        width: 60px;
        font-size: 14px;
    }

    .label_style_rounded .nt_label {
        height: 60px;
        width: 60px;
        font-size: 14px;
    }

    .css_ntbar::-webkit-scrollbar,
    .css_scrollbar .fixcl-scroll .fixcl-scroll-content::-webkit-scrollbar,
    .css_scrollbar .gecko-scroll-content-quick::-webkit-scrollbar {
        display: block;
    }

    .css_ntbar::-webkit-scrollbar,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar {
        width: 3px;
    }

    .css_ntbar::-webkit-scrollbar-track,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-track,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .css_ntbar::-webkit-scrollbar-thumb,
    .css_scrollbar .fixcl-scroll ::-webkit-scrollbar-thumb,
    .css_scrollbar .gecko-scroll-quick ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .thema-slide-element__pdb-600 {
        padding-top: 600px;
    }

    .thumb_left .p-nav .flickity-slider,
    .thumb_left .p-nav .flickity-viewport,
    .thumb_right .p-nav .flickity-slider,
    .thumb_right .p-nav .flickity-viewport {
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible !important;
        height: auto !important;
    }
}

@media (min-width: 1366px) {
    .type_lookbook_img .pin__type .pin_tt.mfp_js {
        display: none;
    }

    .pin__type .mfp-hide {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .cart_header{
        display: none;
    }
    
    .cart_des_3.nt_action > a.icon_like {
        display: none
    }

    .cltouchevents ul.cat_lv_0 {
        border-top: 1px solid #dedede;
    }

    .cltouchevents a.cat_link {
        line-height: 1.6;
        padding-top: 9px;
        padding-bottom: 9px;
        display: block;
    }

    .cltouchevents #cat_thema ul.sub-menu {
        padding: 0;
    }

    .drift-bounding-box, .drift-zoom-pane, .dt_img_zoom {
        display: none !important
    }

    .Search_dropdown_prepared #nt_search_canvas {
        top: 0 !important;
        left: auto !important;
    }

    .js_prs_search > * {
        width: 100%;
    }

    .js_prs_search > * > .row {
        padding: 15px 0;
        margin: 0 -5px;
    }

    .js_prs_search > * > .row > .col-12 {
        padding: 0 0 0 10px;
    }

    .js_prs_search > * > .row > .col-12:first-child {
        min-width: 95px;
        max-width: 95px;
        padding-left: 0 !important;
    }

    .js_prs_search > * > .row > .col-12 + .col-12 {
        max-width: calc(100% - 95px);
        text-align: start;
    }

    .js_prs_search .img_fix_search img {
        background-size: contain;
    }

    .js_prs_search > *:not(:last-child) {
        border-bottom: 1px solid #f5f5f5;
    }

    .thema_toolbar_true #nt_backtop,
    .thema_toolbar_true .popup_slpr_wrap {
        bottom: 60px;
    }

    .thema_toolbar_true {
        padding-bottom: 55px;
    }

    .pr_grid_item .product-image .hover_button,
    .pr_grid_item .product-image:hover .hover_button {
        opacity: 1;
        visibility: visible;
        left: auto;
        transform: none;
        top: auto;
        bottom: 10px;
        right: 10px;
        z-index: 20;
        transition: all .3s ease;
        border-radius: 35px;
        padding: 0;
    }

    .hover_button .nt_add_qv, .hover_button .pr_atc {
        font-size: 0;
        margin: 0;
        box-shadow: none;
        padding: 10px;
    }

    .hover_button .nt_add_qv > span:not(.tt_txt), .hover_button .pr_atc > span:not(.tt_txt) {
        display: none;
    }

    .hover_button .nt_add_qv i, .hover_button .pr_atc i {
        font-size: 16px;
    }

    .nt_labels {
        top: 10px;
        right: 10px;
    }

    .product-image .nt_add_w, .product-image .nt_add_cp {
        left: 10px;
        top: 10px;
    }
    .product-image .nt_add_w {
        opacity: 1;
    }

    .product-image .nt_add_w > a,
    .product-image .nt_add_cp > a {
        opacity: 1;
        visibility: visible;
        font-size: 16px;
        color: #222;
    }

    .product-image:hover a.db:before, .product-image:hover .product-attr {
        opacity: 0;
        visibility: hidden;
    }

    .sepr_deal_dt.pa.pe_none.op__0.l__0.r__0.b__0.donetmcd {
        position: static;
        transform: none;
        -webkit-transform: none;
        margin-top: 10px;
    }

    .sepr_coun_dt > span {
        min-width: 40px;
        min-height: 40px;
        font-size: 14px;
        line-height: 14px;
    }

    .sepr_coun_dt > span > span {
        font-size: 12px;
    }

    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }

    .nt_labels {
        top: 10px;
        right: 10px;
    }
    
    footer#nt_wrapper {
        padding-bottom: 55px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 767px) {

    .pa_md .ins_content_wrap,
    .pa_md .ins_content.b_type_4 > .ins_content_wrap {
        box-shadow: none;
        outline: none;
        padding: 0;
        margin-bottom: 25px;
        background-color: transparent
    }

    .ins_content.b_type_4 > .ins_content_wrap {
        max-width: 60%;
    }

    .nt_currency.curt4_fixed.cur_stt_2 {
        display: none
    }

}

@media only screen and (max-width: 749px) {
    .store-availabilities-modal--active {
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 9999;
    }
}

@media (max-width: 320px) {
    .mini_search_frm {
        padding: 15px 20px;
    }

    .frm_search_cat {
        margin-bottom: 15px;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/svg/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

@media (max-width: 480px){
    button.mfp-close {
        position: absolute;
        top: 0;
        background-color: rgba(0, 0, 0, .4);
        right: 5%;
    }
}

/****************************************
*! HOME-GLASSES CSS
*****************************************/

@media (min-width: 768px) {
    .section-title {
        font-size: 36px;
        font-weight: 500;
    }
}

@media (min-width: 1025px) {
    .wrapper_cus .container,
    .wrapper_cus #ntheader .container,
    .wrapper_cus .caption-w-1,
    .wrapper_boxed .container,
    .wrapper_boxed #ntheader .container,
    .wrapper_boxed .caption-w-1 {
        max-width: 1420px;
    }

    body {
        background-color: #fff;
    }

    #nt_wrapper {
        background-color: #fff;
    }

    .css_mb {
        display: block;
    }
}

@media (min-width: 768px) {
    body.rtl #content_quickview .thema-section-pr_summary {
        padding: 30px 0 30px 40px;
    }

    body.rtl .cat_sortby > a {
        padding: 7px 15px 7px 7px;
    }

    body.rtl .p_group_btns {
        left: 20px;
    }

    body.rtl #nt_backtop {
        right: auto;
        left: 35px;
    }

    body.rtl .title_2 > span {
        margin: 0 30px;
    }

    body.rtl .tr_md {
        text-align: left;
    }

    body.rtl .tl_md {
        text-align: right;
    }
}

@media (min-width: 1025px) {
    body.rtl.des_header_7 #nt_menu_canvas {
        display: none;
    }

    body.rtl.des_header_7 #nt_wrapper {
        padding-left: 0;
        padding-right: 280px;
    }

    body.rtl .header_7 {
        margin-left: 0;
        margin-right: -280px;
        border-right: 0;
        border-left: 2px solid rgba(150, 150, 150, 0.15);
    }

    body.rtl.des_header_7 .nt_fk_canvas {
        left: auto !important;
        right: 280px !important;
        -webkit-transform: translate3d(104%, 0, 0);
        transform: translate3d(104%, 0, 0);
    }

    body.rtl.des_header_7 .popup_slpr_wrap {
        right: auto;
        left: 125px;
    }

    body.rtl .thumb_left .col_thumb {
        padding-left: 15px;
        padding-right: 5px;
    }

    body.rtl .thumb_left .col_nav {
        padding-right: 15px;
        padding-left: 5px;
    }

    body.rtl .cl_h7_btns {
        margin-top: 20px;
        text-align: center;
    }

    body.rtl .tr_lg {
        text-align: left;
    }

    body.rtl .tl_lg {
        text-align: right;
    }

    body.rtl .nt_full .flickity-rtl .flickity-prev-next-button.previous {
        right: 30px;
    }

    body.rtl .nt_full .flickity-rtl .flickity-prev-next-button.next {
        left: 30px;
    }

    body.rtl .nt_fk_full .frm_search_input {
        padding-right: 0;
        padding-left: 15px;
    }

    body.rtl .nt_fk_full .mini_search_frm .close_pp {
        left: 0;
        right: auto;
    }

    body.rtl .nt_fk_full .mini_search_frm i.iccl.iccl-search {
        left: 30px;
        right: auto;
    }
}

@media (min-width: 1200px) {
    body.rtl [data-kl-full-width] {
        left: auto;
        right: calc((-100vw - -1170px) / 2);
    }
}

@media (max-width: 1024px) {
    body.rtl .nt_labels,
    body.rtl .pr_grid_item .product-image .hover_button,
    body.rtl .pr_grid_item .product-image:hover .hover_button {
        right: auto;
        left: 10px;
    }

    body.rtl .product-image .nt_add_w {
        left: auto;
        right: 10px;
    }
}

@media (max-width: 767px) {
    body.rtl .popup_slpr_wrap {
        left: auto;
        right: 3px;
    }
}

@media (max-width: 575px) {
    body.rtl .sticky_atc_btn .quantity {
        margin-left: 0;
    }
}

@media (max-width: 370px) {
    body.rtl .popup_slpr_wrap {
        left: auto;
        right: 0;
    }
}

@media (min-width: 768px) {
    .thema-glasses__main-slide__container .img_slider_block {
        padding-top: 600px;
    }
}

@media (min-width: 1025px) {
    .thema-glasses__main-slide__container .img_slider_block {
        padding-top: 700px;
    }
}

@media (min-width: 768px) {
    .thema-glasses__main-slide__slide-01 .pa_txts {
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }
}

@media (min-width: 768px) {
    .thema-glasses__main-slide__slide-01-title {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .thema-glasses__main-slide__slide-01-br-01 {
        height: 15px;
    }
}

@media (min-width: 768px) {
    .thema-glasses__main-slide__slide-01-code {
        font-size: 24px;
    }

    .thema-glasses__main-slide__slide-01-br-02 {
        height: 30px;
    }

    .thema-glasses__main-slide__slide-01-btn-01.button {
        font-weight: 500;
        min-height: 50px;
        font-size: 14px;
    }

    .thema-glasses__main-slide__slide-01-btn-02.button {
        font-weight: 500;
        min-height: 50px;
        font-size: 14px;
    }

    .thema-glasses__main-slide__slide-02 .pa_txts {
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }

    .thema-glasses__main-slide__slide-02-first-title {
        font-size: 60px;
    }

    .thema-glasses__main-slide__slide-02-br-01 {
        height: 5px;
    }

    .thema-glasses__main-slide__slide-02-second-title {
        font-size: 60px;
    }

    .thema-glasses__main-slide__slide-02-br-02 {
        height: 15px;
    }

    .thema-glasses__main-slide__slide-02-text-01 {
        font-size: 16px;
    }
    
    .thema-glasses__main-slide__slide-02-text-01 {
        font-size: 16px;
    }

    .thema-glasses__main-slide__slide-02-br-03 {
        height: 8px;
    }

    .thema-glasses__main-slide__slide-02-text-02 {
        font-size: 14px;
    }

    .thema-glasses__main-slide__slide-02-br-04 {
        height: 45px;
    }

    .thema-glasses__main-slide__slide-02-btn.button {
        font-weight: 500;
        min-height: 50px;
        font-size: 14px;
    }

    .thema-glasses__main-slide__slide-03 .pa_txts {
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }

    .thema-glasses__main-slide__slide-03-text-01 {
        font-size: 24px;
    }

    .thema-glasses__main-slide__slide-03-br-01 {
        height: 15px;
    }

    .thema-glasses__main-slide__slide-03-text-02 {
        font-size: 60px;
    }

    .thema-glasses__main-slide__slide-03-br-02 {
        height: 5px;
    }

    .thema-glasses__main-slide__slide-03-text-03 {
        font-size: 60px;
    }

    .thema-glasses__main-slide__slide-03-br-03 {
        height: 35px;
    }

    .thema-glasses__main-slide__slide-03-btn.button {
        font-weight: 600;
        min-height: 50px;
        font-size: 14px;
    }

    .thema-glasses__banner-double__cat-01 .nt_promotion_html {
        top: 30%;
        width: auto;
        right: 5%;
        transform: translate(5%, -30%);
        left: auto;
    }

    .thema-glasses__banner-double__cat-01 .dek_img_slide.nt_bg_lz {
        padding-top: 52.63157894736842%;
    }

    .thema-glasses__banner-double__cat-01-first-title {
        letter-spacing: 1px;
        font-size: 28px;
    }

    .thema-glasses__banner-double__cat-01-br {
        height: 9px;
    }

    .thema-glasses__banner-double__cat-01-second-title {
        line-height: 33px;
        font-size: 31px;
    }

    .thema-glasses__banner-double__cat-02 .nt_promotion_html {
        top: 30%;
        width: auto;
        right: 5%;
        transform: translate(5%, -30%);
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .thema-glasses__banner-double {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 767px) {
    .thema-glasses__break-line--none-on-mobile {
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .thema-glasses__shipping-info-container {
        margin: 20px auto 20px auto;
    }
}

@media only screen and (max-width: 767px) {
    .thema-glasses__blog-post-container {
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 767px) {
    .thema-glasses__vertical-products {
        margin: 20px auto 0;
    }
}

/****************************************
*! BLOG
*****************************************/

@media only screen and (min-width: 1024px){
    .blog_main_cont > img{
        width: 50% !important;
    }
}

@media only screen and (max-width: 512px){
    .blog-article{
        width: 75% !important;
        margin: 0 auto;
    }
}

/****************************************
*! END
*****************************************/

@media only screen and (max-width: 768px){
    .at-share-btn-elements{
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 1024px){
    .urun-sayfa-container{
        justify-content: space-evenly !important;
    }
}

@media only screen and (max-width: 375px){
    .header__mid .row>*{
        padding: 0 !important;
    }

    #nt_menu_canvas{
        width: 250px !important
    }

    #nt_menu_canvas > i{
        left: 250px !important;
        transition: 0ms !important
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .account-login-container {
        flex-direction: row !important;
    }
}

@media only screen and (max-width: 1200px){
    .account-login-container{
        margin-top: 80px !important;
        gap: 100px;
    }

    #loginForm{
        width: 300px;
    }

    .account-create-container{
        width: 300px !important;
        box-sizing: content-box;
        padding: 0;
    }

    .cart_page_section{
        width: 100% !important;
        max-width: unset !important;
        flex:unset !important;
    }
}

@media (min-width: 766px) and (max-width: 991px){
    .order-list .item .status{
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .post_nt_loop img{
        min-height: 200px;
        height: 18vw;
        object-fit: cover;
        width: 100%;
    }
    .cart_meta_prices.price{
        justify-content: center;
        display: flex;
    }
}
@media only screen and (max-width: 768px) {
    .post_nt_loop img{
        min-height: 230px;
        height: 41vw;
        object-fit: contain;
        width: 100%;
    }
}
@media only screen and (max-width: 370px) {
    .product-details-quantity{
        flex-wrap: wrap;
        row-gap: 1rem;
    }
}
@media (max-width: 768px) {
    .login-container {
        width: 100% !important;
        align-items: baseline;
    }
}
@media (max-width: 767px) {
    .box-content .col-md-12 .col-md-4,.address_edit_div .col-md-4{
        padding: 0px !important;
    }
}

