/*!
Theme Name: sticky
Theme URI: https://sticky.vn
Author: Sticky.vn
Author URI: https://sticky.vn
Description: Website duoc thiet ke boi Sticky.vn
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sticky
*/


/*
|--------------------------------------------------------------------------
| General CSS
|--------------------------------------------------------------------------
|
| Updated: 22/10/2021
|
*/

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: none;
    }
    .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%;
    }
    .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%;
    }
}

@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: none;
    }
    .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%;
    }
    .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 {
        -ms-flex: 0 0 83.333333%;
        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 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .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%;
    }
}

@media (min-width:992px) {
    .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: none;
    }
    .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%;
    }
    .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%;
    }
}

@media (min-width:1200px) {
    .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: none;
    }
    .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%;
    }
    .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%;
    }
}

.d-none {
    display: none!important;
}

.d-inline {
    display: inline!important;
}

.d-inline-block {
    display: inline-block!important;
}

.d-block {
    display: block!important;
}

.d-table {
    display: table!important;
}

.d-table-row {
    display: table-row!important;
}

.d-table-cell {
    display: table-cell!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important;
    }
    .d-sm-inline {
        display: inline!important;
    }
    .d-sm-inline-block {
        display: inline-block!important;
    }
    .d-sm-block {
        display: block!important;
    }
    .d-sm-table {
        display: table!important;
    }
    .d-sm-table-row {
        display: table-row!important;
    }
    .d-sm-table-cell {
        display: table-cell!important;
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-inline {
        display: inline!important;
    }
    .d-md-inline-block {
        display: inline-block!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-md-table {
        display: table!important;
    }
    .d-md-table-row {
        display: table-row!important;
    }
    .d-md-table-cell {
        display: table-cell!important;
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important;
    }
    .d-lg-inline {
        display: inline!important;
    }
    .d-lg-inline-block {
        display: inline-block!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-table {
        display: table!important;
    }
    .d-lg-table-row {
        display: table-row!important;
    }
    .d-lg-table-cell {
        display: table-cell!important;
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important;
    }
    .d-xl-inline {
        display: inline!important;
    }
    .d-xl-inline-block {
        display: inline-block!important;
    }
    .d-xl-block {
        display: block!important;
    }
    .d-xl-table {
        display: table!important;
    }
    .d-xl-table-row {
        display: table-row!important;
    }
    .d-xl-table-cell {
        display: table-cell!important;
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}

@media print {
    .d-print-none {
        display: none!important;
    }
    .d-print-inline {
        display: inline!important;
    }
    .d-print-inline-block {
        display: inline-block!important;
    }
    .d-print-block {
        display: block!important;
    }
    .d-print-table {
        display: table!important;
    }
    .d-print-table-row {
        display: table-row!important;
    }
    .d-print-table-cell {
        display: table-cell!important;
    }
    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important;
    }
}


/*
|--------------------------------------------------------------------------
| Theme CSS
|--------------------------------------------------------------------------
|
| About author: https://Sticky.vn/
|
*/

:root {
    --primary-color: #000;
    --white-color: #ffffff;
    --gray-color: #B5B5B5;
    --font-family: 'Myriad Pro';
}

.l-container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    max-width: 95%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    font-weight: normal;
    background-color: var(--white-color);
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: var(--font-family), sans-serif;
    font-weight: bold;
}

ol,
ul {
    list-style: none;
}

a {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.img-wrap {
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}

.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}


/* html {
    scroll-behavior: smooth;
  } */

.block-title {
    width: 60%;
    margin: 0 auto 32px;
}

.block-title .title {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 2.375rem;
    line-height: 44px;
    color: var(--primary-color);
}

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

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn,
button,
input[type="submit"] {
    border: 0;
    background-color: var(--primary-color);
    font-size: 0.9rem;
    font-family: var(--font-family);
    color: var(--white-color);
    padding: 9px 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
    opacity: 0.6;
}

input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='number'] {
    outline: none;
    border: 1px solid var(--primary-color);
    background: transparent;
    font-family: var(--font-family);
    color: var(--primary-color);
    font-size: 0.9rem;
    width: 100%;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
}

.d-flex_align-center {
    display: flex;
    align-items: flex-start;
}


/* Header */

@-webkit-keyframes slide-top-fixed {
    0% {
        -webkit-transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slide-top-fixed {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .home .header {
    border: none;
    z-index: 9;
    position: relative;
} */

.header {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B5B5B5;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 997;
    background-color: var(--white-color);
}


/* .header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 997;
    background: var(--white-color);
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} */


/* .header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: #fff;
}

.header.is-scroll {
    position: fixed;
    display: block;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 9999;
}

.header.menu-invisible {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
} */

.header .header-main {
    margin-top: -32px;
}

.header-top .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-left a .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.header-top-left .phone {
    margin-right: 32px;
}

.header-top-left .phone .icon {
    background-image: url("assets/images/ic-phone.svg");
}

.header-top-left .email .icon {
    background-image: url("assets/images/ic-email.svg");
}

.header-top-right .header-item {
    margin-right: 25px;
    display: flex;
    align-items: flex-start;
}

.header-cart .header-cart-icon span,
.header-top-right .header-item .language,
.header-top-right .header-item:last-child {
    margin-right: 0 !important;
}

.header-top-right .header-item span:first-child {
    margin-right: 8px;
}

.header-top-right .header-search .header-item-icon {
    background-image: url("assets/images/ic-search.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.header-top-right .header-search .header-item-icon.show {
    background-image: url("assets/images/ic-close.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-search {
    position: absolute;
    top: 12px;
    right: 26%;
    transform: scale(0);
    transition: all .5s;
}

.popup-search.show {
    transform: scale(1);
}

.popup-search form input {
    border: none;
    border-bottom: 1px solid;
    padding: 0px 0px 6px 6px;
}

.mt {
    margin-top: 24px;
}

.header-account .header-item-icon {
    background-image: url("assets/images/ic-account.svg");
}

.header-cart .header-item-icon {
    background-image: url("assets/images/ic-cart.svg");
}

.header-item .header-item-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.header-cart .header-cart-icon {
    position: relative;
}

.header-cart .cart-count {
    position: absolute;
    top: -11px;
    right: -14px;
    background-color: #E63946;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 0.6rem;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header .header-main .main-menu-container {
    margin-top: -20px;
}

.header .header-main .logo-mobile {
    display: none;
}

.header .header-main .logo-mobile img {
    width: 100px;
}

.header .header-main ul.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

.header .header-main ul.main-menu>li.menu-item:nth-of-type(n+3) {
    order: 2;
}
.header .header-main ul.main-menu>li.menu-item:nth-of-type(n+4) {
    order: 3;
}

ul.main-menu li.menu-item a {
    font-size: 1.125rem;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.header .header-main ul.main-menu>li.menu-item a::after {
    display: block;
    content: '';
    border-bottom: solid 2px var(--primary-color);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 250ms ease-in-out;
}

ul.main-menu li.current-menu-item a {
    border-bottom: solid 2px var(--primary-color);
}

.header .header-main ul.main-menu>li.menu-item a:hover::after {
    transform: scale(1);
}

.header .header-main ul.main-menu .logo {
    order: 1;
}

.header .header-main ul.main-menu .logo img {
    width: 100px;
}

ul.main-menu>li.menu-item-has-children {
    position: relative;
}

.header .header-main ul.main-menu>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 230px;
    background: var(--white-color);
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

.header .header-main ul.main-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.main-menu>li.menu-item-has-children>ul.sub-menu li.menu-item a {
    font-size: 0.9rem;
}

.header .header-main-item {
    display: flex;
}

.header .header-main-item .header-item {
    display: none;
}

.header .header-main-item .header-item {
    margin-right: 24px;
}

.header .nav-burger {
    background-image: url("assets/images/menu.svg");
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}


/* End Header */


/* Menu Mobile */

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 450px;
    width: 100%;
    padding: 12px;
    background-color: var(--white-color);
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.menu-mobile.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.btn-close {
    background-image: url("assets/images/ic-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
}

.menu-mobile .box-search {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.menu-mobile .box-search form {
    position: relative;
    width: 100%;
}

.menu-mobile .box-search form input {
    width: 100%;
    border-radius: 6px;
    border-color: #c4c4c4;
}

.menu-mobile .box-search form .btn-search {
    background-color: transparent;
    background-image: url("assets/images/ic-search.svg");
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-mobile .main-menu-mobile {
    margin: 30px 10px 0 0;
}

.menu-mobile .main-menu-mobile ul.main-menu>li.menu-item {
    margin-bottom: 24px;
}

.menu-mobile .main-menu-mobile ul.main-menu>li.menu-item a {
    font-size: 1rem;
}

.menu-mobile .main-menu-mobile ul.main-menu>li.menu-item-has-children>ul.sub-menu {
    margin-top: 8px;
    margin-left: 14px;
    display: none;
    line-height: 2;
}

.menu-mobile .main-menu-mobile ul.main-menu>li.menu-item-has-children::before {
    content: '';
    background-image: url("assets/images/ic-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -10px;
    top: 2px;
    display: inline-block;
    transition: all 0.3s;
}

.menu-mobile .main-menu-mobile ul.main-menu>li.menu-item-has-children.active::before {
    transform: rotate(-180deg);
}


/* Menu Mobile */


/* 404 */

.page-404 {
    padding: 32px 0;
    text-align: center;
}

.page-404 h1 {
    font-size: 7.5rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.page-404 p {
    margin-bottom: 16px;
}


/* End 404 */


/* Section Home Page */

.section-home-page {
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
}

.section-home-page img {
    height: 100vh;
}

.section-home-page .slider-home-page {
    position: relative;
}


/* .section-home-page .slider-home-page img {
    object-fit: contain;
} */

.section-home-page .slider-home-page .slick-next,
.section-home-page .slider-home-page .slick-prev {
    width: 50px;
    height: 50px;
    bottom: -5px;
    top: auto;
    z-index: 9;
}

.section-home-page .slider-home-page .slick-prev {
    right: 140px;
    left: auto;
}

.section-home-page .slider-home-page .slick-next {
    right: 70px;
}

.section-home-page .slider-home-page .slick-next::before,
.section-home-page .slider-home-page .slick-prev::before {
    content: '';
    opacity: 1;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 50px;
    height: 50px;
}

.section-home-page .slider-home-page .slick-next::before {
    background-image: url("assets/images/arrow-right.svg");
}

.section-home-page .slider-home-page .slick-prev::before {
    background-image: url("assets/images/arrow-left.svg");
}

.section-home-page .box-slide-count {
    position: absolute;
    left: 50px;
    bottom: 20px;
}

.section-home-page .box-slide-count span {
    font-weight: bold;
    font-size: 2rem;
    line-height: 100%;
}

.section-home-page .box-slide-count span.current-slide {
    font-weight: normal;
    font-size: 4.8rem;
}

.section-home-page .follow-us {
    display: flex;
    align-items: center;
    position: fixed;
    top: 50%;
    right: -110px;
    left: auto;
    transform: translateY(-50%) rotate(-90deg);
}

.section-home-page .follow-us span,
.section-home-page .follow-us ul li a {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 25px;
}

.section-home-page .follow-us ul {
    display: flex;
}

.section-home-page .follow-us ul li {
    margin-left: 5px;
}


/* End Section Home Page */


/* Breadcrums */

.breacrumb {
    margin: 20px 0;
}

.breacrumb .current {
    font-weight: bold;
}


/* End Breadcrums */


/* About-blog */


/* ---- Blog-header ---- */

.blog-header .blog-header-item {
    display: grid;
    grid-template-columns: 50%;
    grid-gap: 10px;
}

.blog-header .blog-header-item .blog-item {
    position: relative;
}

.blog-header .blog-header-item .item2 {
    grid-column: 1;
    grid-column: 2 / span 2;
}

.blog-header .blog-header-item .item1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.blog-header .blog-header-item .blog-item .img-wrap {
    padding-top: 78%;
}

.blog-header .blog-header-item .item2 .img-wrap {
    padding-top: 39.25%;
}

.blog-header .blog-header-item .blog-item .content {
    position: absolute;
    background: #fff;
    bottom: 10px;
    right: 8%;
    width: 85%;
    padding: 10px 15px;
}

.blog-header .blog-header-item .blog-item .content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 26px;
    font-family: var(--font-family);
}

.blog-header .blog-header-item .blog-item .content .date {
    display: flex;
    align-items: center;
}

.blog-header .blog-header-item .blog-item .content .date .icon img {
    width: 15px;
    height: auto;
    position: relative;
}

.blog-header .blog-header-item .blog-item .content .date .text-date {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 18px;
    margin: 0 5px;
}


/* ---- End blog-header ---- */


/* --- blog-center ----*/

.blog-item {
    background: #f7f7f7;
}

.blog-item .content {
    padding: 5px 15px;
    margin-bottom: 20px;
}

.blog-item .content .title {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0;
}

.blog-item .content .date .icon img {
    width: 15px;
    height: auto;
}

.blog-center .mg {
    margin: 20px 0;
}

section {
    margin-bottom: 32px;
}


/* --- end blog-center ----*/


/* End about-blog */


/* Album */

.section-album {
    margin: 24px 0;
}

.section-album .item .img-wrap img:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-album .item {
    background: #F7F7F7;
    margin-bottom: 48px;
}

.section-album .item .img-wrap {
    padding-top: 65vh;
}

.section-album .item .title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 12px 0;
}

.btn {
    padding: 8px 18px;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
}

.section-album .btn {
    margin: 0 auto;
    display: block;
    width: 12%;
    text-align: center;
}


/* End Album*/

.fashion-deatail .entry-content {
    background: #F7F7F7;
    padding: 16px;
}

.entry-content p {
    margin-bottom: 16px;
    text-align: justify;
    font-size: 1rem;
}


/* blog-headr */

.blog-item .img-wrap img:hover,
.item-celeb .img-wrap .fancybox img:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-header .blog-header-item .blog-item .img-wrap .content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin: 0;
}

.page-title .post-date,
.content .post-date {
    display: flex;
}

.post-date .icon::before {
    background-image: url(assets/images/clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 19px;
    content: " ";
    position: absolute;
}

.post-date .text-date {
    font-size: 0.8rem;
    line-height: 1.25rem;
    font-style: normal;
    font-weight: normal;
    margin: 0 25px;
}


/* end blog-header */


/* blog-center */

.blog-center .item .content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
}

.load-more-wrapper {
    text-align: center;
}

.load-more-wrapper .facetwp-facet {
    margin-bottom: 0;
}

.facetwp-facet .facetwp-load-more {
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    border-radius: 8px;
}


/* end blog-center */


/* page-title */

.page-title .box-image {
    position: relative;
}

.page-title .box-image .img-wrap {
    padding-top: 73vh;
}

.page-title .box-image .box-title {
    position: absolute;
    background: #fff;
    bottom: 20px;
    left: 3%;
    padding: 5px 15px;
}

.page-title .box-image .box-title .title {
    font-size: 1.8rem;
    line-height: 3.1875rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}


/* End page-header */


/* section-related-post */

.section-related-post .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
}

.section-related-post .item .content .title {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 10px;
}


/* End section-related-post  */


/* ---- about-slide ---- */

.about-slide {
    padding: 0;
}

.about-slide .slide-item {
    padding: 6px;
    position: relative;
    text-align: center;
}

.about-slide .slick-slider .slick-prev {
    left: 8%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 43px;
    height: 43px;
}

.about-slide .slick-slider .slick-prev::before {
    background-image: url("assets/images/btn-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    color: unset;
}

.about-slide .slick-slider .slick-next {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    right: 8%;
    width: 43px;
    height: 43px;
    z-index: 2;
}

.about-slide .slick-slider .slick-next::before {
    background-image: url("assets/images/btn-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 24px;
    height: 24px;
    color: unset;
}


/* ---- End about-slide ---- */


/* About-policy */

.section-policy .tabbed-policy {
    display: flex;
}

.section-policy .tabbed-policy .list-tab {
    padding: 20px;
    background: #f7f7f7;
}

.section-policy .tabbed-policy .list-tab .title {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin: 0 10px;
}

.section-policy .tabbed-policy .list-tab .tab-link {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.section-policy .tabbed-policy .list-tab .tab-link::before {
    background-image: url("assets/images/book.svg");
    width: 19px;
    height: 19px;
    content: " ";
}

.section-policy .tabbed-policy .list-tab .tab-link.current .text {
    color: #2277CC;
}

.section-policy .tabbed-policy .list-tab .tab-link.current::before {
    background-image: url("assets/images/book-blue.svg");
}

.section-policy .tabbed-policy .tab-content {
    display: none;
    background: #ededed;
    padding: 20px 0;
    margin: 0 20px;
}

.section-policy .tabbed-policy .tab-content {
    padding: 15px;
    width: 70%;
}

.section-policy .tabbed-policy .tab-content .title {
    font-size: 1.1rem;
    line-height: 1.75rem;
    text-align: center;
    text-transform: uppercase;
}

.section-policy .tabbed-policy .tab-content .inner {
    font-size: 1.125rem;
    line-height: 1, 57rem;
    font-weight: 600;
}

.section-policy .tabbed-policy .tab-content p {
    font-size: 0.9rem;
    margin: 5px 20px;
}

.section-policy .tabbed-policy .tab-content p.title {
    display: block;
}

.section-policy .tabbed-policy .tab-content.current {
    display: block;
}

.section-policy .tabbed-policy .list-tab .tab-link .image img {
    width: 15px;
    height: auto;
    object-fit: cover;
}

.section-policy .tabbed-policy .list-tab .tab-link .text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 0 10px;
}


/* End about-policy */


/* About-contact */

.about-contact .form-contact {
    position: relative;
}

.form-contact .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}


/* .form-contact .form-control-wrap{
    display: flex;
    margin: 10px 0;
  }
  .form-contact p .form-control-wrap:first-child{
   margin-top: 20px;
  } */

.form-contact .wpcf7-form .form-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 12px 0;
}

.form-contact .wpcf7-form .box-icon {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-contact .wpcf7-form .box-icon .icon,
.form-contact .wpcf7-form .box-icon-textarea .icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.form-contact .wpcf7-form .box-icon .icon.name {
    background-image: url(assets/images/Phonebook.svg);
}

.form-contact .wpcf7-form .box-icon .icon.email {
    background-image: url(assets/images/icon-email.svg);
}

.form-contact .wpcf7-form .box-icon .icon.phone {
    background-image: url(assets/images/icon-phone.svg);
}

.form-contact .wpcf7-form .box-icon .icon.chest {
    background-image: url(assets/images/icon-chest.svg);
}

.form-contact .wpcf7-form .box-icon .icon.stay {
    background-image: url(assets/images/icon-stay.svg);
}

.form-contact .wpcf7-form .box-icon-textarea .icon.flag {
    background-image: url(assets/images/icon-flag.svg);
}

.form-contact .wpcf7-form .form-group .wpcf7-form-control-wrap {
    flex: 1;
}

.form-contact .wpcf7-form .form-group .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10.5px 10px;
}

.form-contact .wpcf7-form .box-icon-textarea {
    background: #000;
    width: 45px;
    /* height: 182px; */
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-contact .wpcf7-form textarea {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-family: var(--font-family);
    resize: none;
}

.form-contact .wpcf7-form .wpcf7-submit {
    padding: 12px 90px;
}

.form-contact .wpcf7-form .wpcf7-submit:hover {
    background: #4a4a4a;
}

.form-contact .wpcf7 form {
    margin: 15px 0;
}


/* End about-contact */


/* fashion-show */

.box-list-fashion .item-pro {
    margin-bottom: 30px;
}

.box-list-fashion .item-pro .box-item {
    height: 100%;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.box-list-fashion .item-pro .box-item .img-wrap img:hover {
    -webkit-transform: scale(1.07) translateZ(0);
    transform: scale(1.07) translateZ(0);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.box-list-fashion .item-pro .box-item .info-product {
    background: #F7F7F7;
    padding: 14px 12px 10px;
}

.box-list-fashion .item-pro .box-item .info-product .name-pro {
    font-size: 1.2rem;
    line-height: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*END - CATEGORY -FASHION-SHOW */


/* SINGLE-SHOW */

.fashion-deatail .title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 44px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.interested-products .title-interested {
    padding-bottom: 20px;
}

.interested-products .title-interested h3 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 26px;
    text-transform: uppercase;
}


/* slider */

.js .slider-single-fashion>div:nth-child(1n+2) {
    display: none;
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
    display: block;
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.slide-image .slider-single-fashion .img-wrap {
    padding-top: 40%;
}

.slick-slide {
    margin-left: 6px;
}


/* the parent */

.slick-list {
    margin-left: -6px;
}

.slide-image .slider-nav-fashion .img-wrap {
    padding-top: 80%;
}

.slide-image .slick-slider {
    margin-top: -25px;
}


/*end- lider */


/* END - SINGLE-SHOW */

.celebrity .img-wrap {
    padding-top: 150%;
}

.celebrity .box-info h5 {
    font-size: 1.1rem;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}


/* Product */

.section-banner-product {
    margin-top: 32px;
}

.section-banner-product .box-banner .img-wrap {
    padding-top: 75vh;
}

.breacrumb {
    margin: 20px 0;
}

.breacrumb .breacrumbs {
    display: flex;
}

.breacrumb .breacrumbs a {
    padding-right: 4px;
}

.breacrumb .breacrumbs span {
    padding-left: 4px;
    font-weight: 700;
}

.section-product .widget-category {
    background: #F7F7F7;
    padding: 15px;
}

.sidebar-product .product-categories .cat-item a {
    position: relative;
    right: 0;
}

.sidebar-product .product-categories .cat-item a:hover {
    right: -4px;
    opacity: 0.8;
    font-weight: 700;
}

.widget-category-mobile,
.section-product .btn-filter {
    display: none;
}

.section-product .widget-category .title-widget {
    margin: 0 0 24px;
    font-size: 1.375rem;
}

.section-product .widget-category .list-widget li {
    line-height: 2;
}

.item-product {
    margin-bottom: 24px;
    overflow: hidden;
}

.item-product .box-img {
    overflow: hidden;
}

.item-product .info-product {
    margin-top: 12px;
}

.item-product .top,
.item-product .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-product .info-product .name {
    font-size: 1rem;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* .icon-like {
    background-image: url("assets/images/icon-like.png");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-like.change {
    background-image: url("assets/images/icon-heart.png");
} */

.item-product .bottom .price {
    font-weight: 700;
    width: 75%;
}

.item-product .bottom .price .price-product {
    display: flex;
    justify-content: space-between;
}

.item-product .bottom .price del {
    color: #b5b5b5;
}

.item-product .bottom .price.sale {
    color: #b5b5b5;
}

.item-product .img-product {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.item-product .img-product.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.item-product .img-product.active img {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.item-product .img-product .img-wrap {
    padding-top: 150%;
}

.item-product .list-color {
    display: flex;
    margin-top: 8px;
}

.item-product .box-img:hover .btn-cart {
    visibility: visible;
    bottom: 4%;
    opacity: 1;
}

.item-product .btn-cart {
    cursor: pointer;
    border-radius: 6px;
    position: absolute;
    bottom: 0%;
    left: 16%;
    width: 70%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.item-product .list-color li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    margin-right: 4px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pd10 {
    padding: 0 10px;
}

.sidebar-product {
    position: sticky;
    top: 120px;
    left: 0;
}

.sidebar-product .widget.widget-category .facetwp-link {
    margin-bottom: 12px;
}

.sidebar-product .widget.widget-category .facetwp-counter {
    display: none;
}

.section-product .box-img {
    position: relative;
}

.loading-add-to-cart::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    display: block;
    z-index: 9;
    border: 5px solid #000000;
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 0.8s linear infinite;
}

.loading-add-to-cart::after {
    content: "";
    width: 100%;
    background: rgba(255, 255, 255, .5);
    height: 100%;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: 0 0 0 2px #cc1818 !important;
    border: 1px solid #cc1818;
}


/* End product */


/*  Product details*/

.section-product-details .flex {
    display: flex;
}

.section-product-details .p {
    padding: 0 6px;
}

.section-product-details .slider-small .img-wrap {
    padding-top: 152.9%;
}

.section-product-details .slider-big .img-wrap {
    padding-top: 18.9%;
}

.section-product-details .details-product .name-product {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
}

.section-product-details .details-product .info-warehouse {
    margin: 24px 0;
}

.section-product-details .details-product .warehouse-product {
    margin-left: 24px;
}

.section-product-details .details-product .price {
    margin: 36px 0;
}

.section-product-details .details-product .price .main-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
}

.section-product-details .details-product .sale-price {
    font-size: 24px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #B5B5B5;
    margin-left: 24px;
}

.section-product-details .details-product .style {
    padding: 24px;
    background-color: #F7F7F7;
    width: 70%;
}

.section-product-details .details-product .style .size {
    margin-top: 36px;
}

.section-product-details .details-product .list-color,
.section-product-details .details-product .list-size {
    display: flex;
    margin: 12px 0;
}

.section-product-details .details-product .list-color span {
    width: 50px;
    height: 15px;
    display: block;
    margin-right: 4px;
    border: 1px solid #000000;
}

.section-product-details .details-product .list-size span {
    border: 1px solid #000000;
    width: 40px;
    text-align: center;
    margin-right: 8px;
}

.section-product-details .details-product .size a {
    color: #00aeff;
}

.section-product-details .details-product .evaluate {
    margin: 24px 0;
    display: flex;
}

.section-product-details .details-product .evaluate .list-star {
    display: flex;
    margin-left: 12px;
    margin-right: 10px;
}

.section-product-details .details-product .evaluate .list-star li {
    width: 20px;
    margin-left: 8px;
}

.section-product-details .details-product .add-product {
    display: flex;
    align-items: center;
}

.section-product-details .details-product form {
    width: 9%;
}

.section-product-details .details-product form input {
    height: 40px;
    padding: 8px;
    width: 100%;
}

.section-product-details .details-product .btn.add {
    margin-left: 12px;
}

.section-product-details .details-product .icon-like {
    margin-left: 24px;
    margin-right: 8px;
}

.section-product-details .details-product .like {
    text-transform: uppercase;
}

.section-product-details .details-product .list-contact {
    display: flex;
    width: 70%;
    background-color: #f7f7f7;
    padding: 12px 24px;
    margin: 42px 0;
    align-items: center;
    justify-content: space-around;
}

.section-product-details .details-product .list-contact a {
    display: flex;
}

.section-product-details .details-product .list-contact .icon {
    width: 20px;
    margin-right: 8px;
}

.section-product-details .details-product .list-contact .title {
    text-transform: uppercase;
}

.section-product-details .product-desc .list-tab {
    display: flex;
    background-color: #F7F7F7;
}

.section-product-details .product-desc .tab {
    padding: 12px 24px;
}

.section-product-details .product-desc .content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.section-product-details .product-desc .tab.active {
    border: 1px solid #000000;
}

.section-product-details .product-desc .content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 24px 0;
}

.section-slider-idol .title,
.section-slider-product .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
}

.section-slider-idol .item {
    text-align: center;
    margin-right: 12px;
}

.section-slider-product .item-product {
    margin-right: 12px;
}

.section-slider-idol .item .name {
    margin-top: 16px;
}

.section-slider-idol .item .img-wrap {
    padding-top: 116.25%;
}

.section-slider-idol .slick-prev:before,
.section-slider-idol .slick-next:before {
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.section-slider-idol .slick-prev:before {
    background-image: url("assets/images/prev_arrow.svg");
}

.section-slider-idol .slick-next:before {
    background-image: url("assets/images/next_arrow.svg");
}

.section-slider-idol .slick-arrow {
    z-index: 9;
}

.section-slider-idol .slick-prev {
    left: 3%;
}

.section-slider-idol .slick-next {
    right: 3%;
}


/* End product details*/


/* Contact */

.section-contact .box-info .widget-info {
    margin-top: 24px;
}

.section-contact .box-info h2.title {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-contact .box-info .info {
    margin-bottom: 0;
}

.section-contact .box-info .info.address .icon {
    background-image: url(assets/images/ic-location-black.svg);
}

.section-contact .box-info .info.phone .icon {
    background-image: url(assets/images/ic-phone-black.svg);
}

.section-contact .box-info .info.email .icon {
    background-image: url(assets/images/ic-email-black.svg);
}


/* End Contact */


/* Testimonial */

.section-testimonial .block-title {
    width: 90%;
}

.section-testimonial .block-title h2.title {
    font-size: 1.4rem;
}

.section-testimonial .grid-row {
    display: flex;
    flex-wrap: wrap;
}

.section-testimonial .grid-row .grid-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.section-testimonial .grid-row .grid-item:nth-child(even) {
    flex-direction: row-reverse;
}

.section-testimonial .grid-row .grid-item:nth-child(even) .box-item-testimonial {
    flex-direction: row-reverse;
}

.section-testimonial .grid-row .grid-item:nth-child(even) .box-content-testimonial {
    margin-left: 0;
    margin-right: 20px;
}

.section-testimonial .grid-row .grid-item .box-item-testimonial {
    width: 50%;
    background-color: #F7F7F7;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 28px 20px;
    border-radius: 20px;
}

.section-testimonial .box-item-testimonial .img-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.section-testimonial .box-item-testimonial .box-content-testimonial {
    margin-left: 20px;
}

.section-testimonial .box-item-testimonial .box-content-testimonial p {
    font-size: 0.9rem;
    line-height: 20px;
    font-weight: 400;
}

.section-testimonial .box-item-testimonial .box-content-testimonial .box-title {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.section-testimonial .box-content-testimonial .box-title span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 25px;
    flex: 1;
}

.section-testimonial .box-content-testimonial .box-title img {
    width: 20px;
    object-fit: contain;
}


/* End Testimonial */


/* Footer */

footer.footer {
    background-color: var(--primary-color);
    padding: 20px 0;
    color: var(--primary-color);
}

.footer .footer-top {
    padding-bottom: 20px;
    border-bottom: 2px solid #B5B5B5;
}

.footer .footer-top .system {
    display: flex;
    align-items: stretch;
    margin-left: -15px;
}

.footer .footer-top .system li {
    width: 25%;
    padding-left: 15px;
    text-align: center;
    color: var(--white-color);
}

.footer .footer-top .system li img {
    width: 24px;
    margin-bottom: 14px;
}

.footer .footer-top .system li .title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.footer .footer-top .system li .des {
    font-size: 0.9rem;
    line-height: 22px;
}

.footer .footer-main {
    padding: 50px 0;
    border-bottom: 2px solid #B5B5B5;
    background-color: #F7F7F7;
}

.footer .footer-main .box-info .box-logo {
    display: inline-flex;
    align-items: center;
    border: 1px solid #B5B5B5;
    height: 50px;
}

.footer-main .box-info .box-logo .box-image {
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
	padding: 18px;
    height: 100%;
}

.footer-main .box-info .box-logo .box-image img {
    width: 100%;
}

.footer-main .box-info .box-logo h2.text-logo {
    font-size: 1.1rem;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
}

.footer-main .box-info .description {
    font-size: 1rem;
    margin: 24px 0;
}

.box-info .info {
    display: inline-flex;
    align-items: stretch;
    margin-bottom: 16px;
}

.footer-main .box-info .info.address {
    display: flex;
}

.footer a {
    color: var(--primary-color);
}

.box-info .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: block;
    margin-top: -2px;
    filter: brightness(0);
}

.footer-main .box-info .address a {
    font-size: 0.9rem;
    font-style: italic;
    margin-left: 24px;
}

.footer-main .box-info .address .icon {
    background-image: url("assets/images/ic-location-white.svg");
}

.footer-main .box-info .email .icon {
    background-image: url("assets/images/ic-email-white.svg");
}

.footer-main .box-info .phone {
    margin-left: 12px;
}

.footer-main .box-info .phone .icon {
    background-image: url("assets/images/ic-phone-white.png");
}

.footer-main .widget-footer .widget-footer_title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 24px;
}

.footer-main .widget-footer ul.list-menu li {
    margin-bottom: 20px;
}

.footer-main .widget-footer ul.list-menu li:last-child {
    margin-bottom: 0;
}

.footer-main .widget-footer ul.list-social {
    display: flex;
    align-items: center;
}

.footer-main .widget-footer ul.list-social li {
    margin-right: 16px;
}

.footer-main .widget-footer ul.list-social li:last-child {
    margin-right: 0;
}

.footer-main .widget-footer ul.list-social li a {
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.footer-main .widget-footer ul.list-social li a img {
    width: 24px;
    height: 24px;
    filter: brightness(0);
}

.footer-main .widget-footer a.footer-vn_registered {
    margin-top: 24px;
    display: block;
}

.footer-main .widget-footer a.footer-vn_registered img {
    width: 80px;
}

.footer .footer-bottom {
    padding-top: 20px;
    text-align: center;
}

.compensate-for-scrollbar {
    padding: 0 !important;
}


/* End Footer */

.popup-mini-cart {
    position: fixed;
    right: 0;
    top: 0;
    background: var(--white-color);
    width: 500px;
    height: 100%;
    padding: 14px;
    transform: translateX(200%);
    transition: all .4s ease-in-out;
    overflow-y: auto;
    z-index: 99999;
}

.popup-mini-cart.show {
    transform: translateX(0);
}

.popup-mini-cart .widget-mini-cart.ajax-loading {
    width: 100%;
    height: 100%;
    position: relative;
}

.popup-mini-cart .widget-mini-cart.ajax-loading::before {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    border: 5px solid #000000;
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
}

.popup-mini-cart .btn-close {
    top: 20px;
    right: 14px;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    transition: 0.3s ease-in-out;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

#toast {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 999999;
}

.toast {
    background-color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 2px;
    border-left: 4px solid #47d864;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    padding: 20px 0;
    min-width: 300px;
    max-width: 350px;
    transition: all linear .3s;
}

.toast+.toast {
    margin-top: 16px;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 32px));
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.toast .toast__icon {
    background-image: url(assets/images/ic-check-success.png);
    width: 26px;
    height: 26px;
}

.toast .toast__close {
    background-image: url(assets/images/icon-close.png);
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.toast .toast__title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.toast .toast_msg {
    font-size: 0.9rem;
    margin-top: 6px;
    line-height: 1.5;
}

.toast .toast__body {
    flex-grow: 1;
}

.toast .toast__icon,
.toast .toast__close {
    margin: 0 16px;
}


/* End Toast */


/* Table Choosize */

.popup-table-choose-size {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    z-index: 9999;
    display: none;
    animation: fadeIn linear .1s;
    padding: 10px;
}

.popup-table-choose-size.open {
    display: block;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* End Table Choosize */


/* Woocommerce 3282 -> 3684 */

.woocommerce .woocommerce-result-count {
    margin-top: 15px;
}

.page-content {
    margin: 50px 0;
    padding-bottom: 80px;
}

.page-content .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce .woocommerce-breadcrumb {
    font-weight: bold;
    color: var(--primary-color);
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: normal;
    color: var(--primary-color);
}

.woocommerce form .form-row textarea {
    padding-top: 13px;
    padding-left: 13px;
    height: 7em !important;
    font-family: var(--font-family);
    border: 1px solid var(--primary-color);
    resize: none;
}

.woocommerce form .input-text,
.select2-container--default .select2-selection--single {
    border-radius: 6px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
}

#billing_first_name_field {
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    height: 40px;
}

.woocommerce a.added_to_cart {
    display: none !important;
}

.facetwp-facet {
    margin-bottom: 0 !important;
}

.facetwp-facet.facetwp-facet-load_more_shop {
    text-align: center;
    margin-top: 24px;
}

.facetwp-facet.facetwp-facet-load_more_shop button {
    border-radius: 8px;
}

.woocommerce .woocommerce-ordering select {
    padding: 12px;
    background: rgba(23, 22, 26, 0.04);
    border: 0;
}

.widget-mini-cart ul.cart_list li a:not(.remove) {
    margin-right: 18px;
}


/* .widget-mini-cart ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 8px;
} */

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-product-thumbnail img {
    width: 100px;
    height: 100px;
    margin: 0;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-info-product {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .product-title a {
    font-weight: 400;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl {
    padding-left: 0;
    border-left: none;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl dt,
.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl dd {
    margin: 0;
    padding: 0;
}

.widget-mini-cart .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl dt {
    margin-right: 4px;
    font-weight: 400;
}

.widget-mini-cart ul.product_list_widget li a.remove {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
}

.widget-mini-cart ul.product_list_widget li {
    position: relative;
    border-bottom: 1px solid rgb(217 217 217);
}

.widget-mini-cart ul.product_list_widget li span.quantity {
    display: block;
}

.woocommerce-mini-cart__buttons.buttons {
    display: none;
}

.widget-mini-cart .woocommerce-mini-cart__total.total {
    margin-top: 12px;
}

.widget-mini-cart .btn.btn-success {
    margin-top: 24px;
    text-align: center;
    display: block;
    border-radius: 2px;
}


/* .woocommerce .minicart-content ul.cart_list li a:first-child {
    position: absolute;
    top: 45%;
    left: 3%;
    transform: translate(-50%, -50%);
} */

.widget-mini-cart .woocommerce-Price-amount {
    font-weight: bold;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-product-thumbnail img {
    width: 100px;
    height: 100px;
    margin-right: 16px;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-info-product {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-info-product .product-title a {
    font-weight: 400;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl {
    display: block;
    margin: 0;
}

.minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl dt {
    font-weight: 400;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    position: relative;
    border-bottom: 1px solid rgb(217 217 217);
    padding: 8px 0 !important;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    border-bottom: 0;
}

.woocommerce .minicart-content ul.cart_list li dl {
    border: none;
    display: inline-block;
    padding-left: 0;
    margin-top: 14px;
}

.woocommerce .minicart-content ul.cart_list li dl dd {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce .minicart-content ul.cart_list li .quantity {
    display: block;
}

.woocommerce div.product form.cart div.quantity {
    display: flex;
    border: 1px solid var(--primary-color);
}

.cart .quantity .btn-quantity {
    background: transparent !important;
    color: #000;
    font-size: 1.3rem;
    padding: 6px;
}

.woocommerce .quantity .qty {
    background-color: transparent !important;
}

.cart .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.page-content .woocommerce-mini-cart__total.total {
    margin-top: 0;
}

.page-content .payment-box.white-box {
    margin-top: 24px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.white-box,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
    background-color: var(--white-color);
    box-shadow: 0px 5px 50px rgb(51 73 90 / 20%);
    border-radius: 16px;
    padding: 16px;
}

.cart-in-checkout.white-box,
.woocommerce-billing-fields {
    margin-bottom: 24px;
}

.title-box,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce .voucher-panel p.form-row-first {
    width: 100% !important;
}

.woocommerce .voucher-panel p.form-row-last {
    width: 100%;
    text-align: right;
}

.woocommerce .voucher-panel button,
.woocommerce .place-order button {
    border: 0;
    background-color: var(--primary-color) !important;
    font-size: 0.9rem;
    font-family: var(--font-family);
    color: var(--white-color) !important;
    padding: 9px 24px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
}

.woocommerce .voucher-panel button:hover,
.woocommerce .place-order button:hover {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
    opacity: 0.6;
}

.woocommerce .voucher-panel .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce .voucher-panel .box-form {
    margin-top: 12px;
}

.woocommerce .breacrumb #crumbs {
    text-align: center;
}

.woocommerce .breacrumb h1.title {
    text-align: center;
    margin-bottom: 64px;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount,
.minicart-content .woocommerce-Price-amount {
    font-size: 1.1rem;
    font-weight: bold;
}

.woocommerce a.remove {
    color: var(--primary-color) !important;
}

.woocommerce a.remove:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.woocommerce form.login {
    display: flex;
    flex-direction: column;
}

.woocommerce-mini-cart__empty-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--primary-color);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
    margin: 0;
    padding: 0 30px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 12px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    margin-bottom: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li.active {
    border: 1px solid #000000;
}

.voucher-panel .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    border: none;
    padding: 0;
    margin: 0;
}

.woocommerce .blockUI.blockOverlay {
    background-color: transparent !important;
}

.woocommerce .blockUI.blockOverlay.hide {
    display: none !important;
}

.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader:before {
    background-image: unset;
    border: 5px solid #000000;
    border-top: 5px solid #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 0.8s linear infinite;
}

.minicart-content {
    position: relative;
}

.minicart-content.loading-add-to-cart::before {
    width: 30px;
    height: 30px;
}

.voucher-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voucher-wrap .cart-discount {
    position: relative;
    border: 1px dotted #000000;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.voucher-wrap .cart-discount .code {
    font-weight: 600;
    text-transform: uppercase;
}

.voucher-wrap .cart-discount span.title {
    display: inline-block;
    font-weight: 400;
}

.voucher-wrap .cart-discount .box-price {
    margin-right: 16px;
}

.voucher-wrap .cart-discount .box-price .woocommerce-Price-amount {
    font-weight: 700;
}

.total-payment {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 8px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.voucher-wrap .cart-discount a {
    font-size: 0;
}

.voucher-wrap .cart-discount a::after {
    content: "X";
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    font-weight: 700;
    color: #F00;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    position: relative;
}

.woocommerce-checkout-payment .wc_payment_methods li .payment_box p {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.page-content .thankyou-wellcome .img-thankyou {
    background-image: url("assets/images/icon-ok.svg");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.page-content .thankyou-wellcome .text {
    text-align: center;
    margin: 12px 0 24px;
    font-size: 1.3rem;
}

.page-content .thankyou-wellcome .text a {
    font-weight: 700;
}

.page-content .thankyou-wellcome ul.order_details {
    display: flex;
    justify-content: center;
}

.page-content .box-order-details p:first-child {
    display: none;
}

.page-content .box-order-details {
    display: flex;
    justify-content: space-between;
}

.page-content .box-order-details .woocommerce-order-details,
.page-content .box-order-details .woocommerce-customer-details {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid;
    box-shadow: 0px 5px 50px rgb(51 73 90 / 20%);
    border-radius: 16px;
    width: 49%;
}

.page-content .box-order-details .woocommerce-order-details h2,
.page-content .box-order-details .woocommerce-customer-details h2,
.page-content .box-order-details .woocommerce-customer-details address {
    margin-bottom: 12px;
}

.sidebar-product .contain-widget {
    margin-bottom: 0 !important;
}

.sidebar-product .product-categories .cat-item:last-child {
    margin-bottom: 0 !important;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 22px;
    color: #F00;
    margin-right: 2px !important;
}

.yith-wcwl-add-to-wishlist .single_add_to_wishlist {
    display: inline-block !important;
}

.yith-wcwl-add-button a {
    font-size: 0px;
}

.yith-wcwl-add-button a i {
    font-size: 30px;
    color: red;
}

.icon-like.change {
    background-image: none !important;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.woocommerce #review_form #respond textarea {
    padding: 10px 10px 0 10px;
}

.woocommerce div.product p.price del {
    text-decoration-color: var(--gray-color);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product form.cart .variations label {
    margin: 0 !important;
}

.woocommerce table.my_account_orders .button,
.page-template-template-myaccount .woocommerce button.button {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 16px;
    text-align: justify;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row select {
    height: 40px;
    border: 1px solid var(--primary-color);
    background: transparent;
    font-family: var(--font-family);
    color: var(--primary-color);
    font-size: 0.9rem;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}

.woocommerce table.wishlist_table th.product-price,
.woocommerce table.wishlist_table th.product-stock-status {
    text-align: center;
}

.wishlist_table ins {
    text-decoration: none;
    font-weight: 700;
}

.wishlist_table .woocommerce-Price-amount {
    margin: 0 4px;
    font-weight: 700;
}

.wishlist_table del {
    text-decoration-color: var(--gray-color);
    color: var(--gray-color);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: flex;
    align-items: center;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin-right: 14px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    padding: 10px;
}

.woocommerce .voucher-panel button {
    margin: 10px 0;
    ;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    text-align: center;
}

table.wishlist_table thead th {
    border: none;
}

.product-template-default .woocommerce-message {
    display: none;
}

.woocommerce-info .showlogin {
    font-weight: 600;
}

.woocommerce-account-fields {
    display: none;
}

.page-checkout .woocommerce-error {
    display: none;
}

.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total,
.woocommerce table.shop_table tfoot td {
    text-align: right;
}

#yith-wcwl-popup-message {
    display: none !important;
}


/* Single Product */

.item-product .box-img {
    position: relative;
}

.product .images .single-product-main-image .slick-slide {
    height: 754px !important;
}

#wpgis-gallery .slick-slide.slick-current.slick-active img .product .images .single-product-main-image .slick-slide img,
.woocommerce div.product div.images img,
.lookbook ul li img {
    height: 100%;
}

.woocommerce span.onsale {
    top: 18px;
    left: 160px;
}

#wpgis-gallery .slick-track {
    margin-top: -10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 28px 0;
    max-width: 95%;
    width: 100%;
}

.woocommerce div.product .summary p.price .woocommerce-Price-amount {
    font-weight: 700;
    /* font-size: 2rem; */
    font-size: 1.6rem;
    line-height: 24px;
}

.woocommerce div.product .summary p.price del bdi {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 32px;
}

.product_meta {
    justify-content: flex-start !important;
}

.product_meta .sku_wrapper {
    margin-right: 57px;
    font-size: 1rem;
    color: #777777;
}

.woocommerce div.product form.cart .variations label {
    margin-bottom: 16px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 18px 4px 0 !important;
}

.woocommerce button.button.alt.disabled:hover {
    background-color: #000000 !important;
}

.woocommerce #review_form #respond p.stars a {
    color: var(--wc-orange);
}

.summary .price-product del {
    color: var(--gray-color);
}

.single_variation_wrap .box-product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-left: 8px;
    margin-bottom: 0px !important;
}

#wpgis-gallery .slick-slide {
    height: 175px;
}

.lookbook ul li img {
    max-height: 550px !important;
}

.product .box-product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .circle-onsale {
    position: absolute;
    top: 10px;
    left: 150px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: var(--white-color);
    font-size: 0.8rem;
    background-color: #F00;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-25deg);
    user-select: none;
}

.product .circle-onsale::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--white-color);
    border-radius: 5px;
    position: absolute;
    display: block;
    top: 5px;
}

.product .circle-onsale .txt-onsale {
    font-size: 1.4rem;
    font-weight: 700;
}

.woocommerce div.product .summary p.price {
    display: flex;
    flex-direction: column-reverse;
}

.table-choose-size {
    cursor: pointer;
    font-size: 18px;
    color: #219EBC;
    /* display: flex;
    align-items: center; */
}

.table-choose-size svg {
    fill: #219EBC;
    width: 10px;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    font-size: 20px;
    font-weight: 700;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span,
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}

.summary .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after,
.summary .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before {
    width: 0 !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled {
    border: none;
}

.woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.woocommerce-mini-cart__total .title strong {
    color: #333;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    overflow: hidden;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart-subtotal .title {
    font-size: 1rem;
    color: #333;
}

.cart-subtotal span {
    font-size: 1.1rem;
}

.woocommerce-mini-cart__total.fee {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.woocommerce-mini-cart__total.total-price .woocommerce-Price-amount {
    color: #F00;
    font-size: 1.4rem;
}

.yith-wcwl-add-button .blockUI.blockOverlay {
    display: none !important;
}

.shop_table .woocommerce-cart-form__cart-item .variation dd p {
    font-weight: 600;
}

.shop_table .woocommerce-cart-form__cart-item .woocommerce-Price-amount {
    font-size: 0.9rem;
    margin-left: 3px;
}

.shop_table .actions button {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 0.8rem;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop_table .actions button:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    opacity: .8;
}

.separator {
    display: none;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#billing_last_name_field {
    width: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9rem;
}

.btn-backToShop {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 18px;
    color: #219EBC;
}

.btn-backToShop svg {
    width: 10px;
    fill: #219EBC;
}

.page-content .thankyou-wellcome .text a {
    color: #F00;
}

.thankyou-wellcome .btn-backToShop {
    color: #F00;
    font-size: 1.2rem;
    font-weight: 600;
}

.thankyou-wellcome .btn-backToShop svg {
    fill: #F00;
}


/* ,
.minicart-content .woocommerce-mini-cart__total.total */


/* End Woocommerce */

.txt-copyright {
    color: #fff;
}

.people_slides {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 52px;
}
.people_slides li{
    margin-bottom: 30px !important;
}
.section-header__title{
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
}
.btn-shop{
    display: flex;
    margin: 0  auto;
    justify-content: center;
    align-items: center;
}
.btn-shop .load-more{
    background-color: var(--primary-color);
    color: var(--white-color);
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    font-family: var(--font-family);
    padding: 9px 24px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.btn-shop .load-more:hover{
    opacity: .6;
}
/* Responsive */

@media (max-width: 1399px) {
    .header .header-main ul.main-menu>li.menu-item-has-children>ul.sub-menu {
        left: -50px;
    }
}

@media (max-width: 1199px) {
    .blog-item .content .title {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {


    .header .header-main ul.main-menu {
        display: none;
    }
    .header .header-main .logo-mobile {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header .header-main .logo-mobile a {
        display: block;
    }
    .header .header-main-item .header-item a {
        display: block;
    }
    .header .header-main .main-menu-container {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .header .nav-burger {
        display: inline-block;
    }
    .blog-header .blog-header-item .box-item .content .title {
        font-size: 0.8rem;
        line-height: 20px;
    }
    .blog-header .blog-header-item .box-item .content .date .text-date {
        font-size: 0.7rem;
        line-height: 8px;
    }
    .sidebar-product {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        z-index: 9999;
        background: #f7f7f7;
        padding: 24px;
        height: 100%;
        transition: all .5s;
    }
    .sidebar-product.open {
        transform: translateX(0%);
    }
    .section-product .btn-filter {
        background-image: url("assets/images/ic-list.png");
        height: 28px;
        width: 28px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: fixed;
        right: 0;
        top: 50%;
        transition: all .5s;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 2px;
    }
    .section-product .btn-filter.open {
        background-image: url(assets/images/icon-close-white.png);
        z-index: 999999;
        top: 0;
        right: 0;
    }
    .section-product-details .details-product .style,
    .section-product-details .details-product .list-contact {
        width: 100%;
    }
    .item-product .top,
    .item-product .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-album .btn {
        width: 100%;
    }
    .section-album .item .title {
        font-size: 16px;
    }
    .footer-main .widget-footer .widget-footer_title {
        margin-bottom: 10px;
    }
    .footer-main .widget-footer ul.list-menu li {
        margin-bottom: 8px;
    }
    .page-title .box-image .img-wrap {
        padding-top: 16vh;
    }
    .section-banner-product .box-banner .img-wrap {
        padding-top: 180%;
    }
    .page-title .box-image .img-wrap.mobile {
        padding-top: 180%;
    }
    .section-album .item .img-wrap.mobile {
        padding-top: 180%;
    }
    .page-title .box-image .box-title .title {
        font-size: 1.6rem;
    }
    .page-title .box-image .box-title {
        right: 3%;
    }
    /* section-contact */
    .section-contact .form-contact {
        margin-top: 15px;
    }
    .section-testimonial .grid-row .grid-item:nth-child(even) .box-item-testimonial {
        flex-direction: row;
    }
    .section-testimonial .grid-row .grid-item:nth-child(even) .box-content-testimonial {
        margin-left: 20px;
        margin-right: 0;
    }
    .section-testimonial .grid-row .grid-item .box-item-testimonial {
        width: 100%;
    }
    .page-checkout .column-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 100%;
    }
    .header {
        padding: 0;
    }
    .header .main-menu-container .menu-main-menu-container {
        display: none;
    }
    .header .header-main {
        margin-top: 0;
    }
    .header .header-main .main-menu-container {
        margin-top: 0;
    }
    .menu-mobile {
        max-width: 100%;
    }
    .header .header-top-right .header-search {
        display: none;
    }
    .header-top-right .header-item {
        margin-right: 10px;
    }
    .header-top-left .phone {
        margin-right: 10px;
    }
    .header .header-main .logo-mobile img {
        width: 70px;
    }
    .header .header-top {
        display: none;
    }
    .header .header-main-item .header-item {
        display: block;
    }
    .popup-mini-cart {
        width: 100%;
    }
    .section-home-page .slider-home-page .slick-prev::before {
        width: 40px;
    }
    .section-home-page .slider-home-page .slick-next::before {
        width: 40px;
    }
    .footer-main .box-info .info {
        margin-bottom: 14px;
        display: flex;
    }
    .footer-main .box-info .info:last-child {
        margin-bottom: 0;
    }
    .footer .footer-top .system {
        flex-wrap: wrap;
    }
    .footer .footer-top .system li {
        width: 50%;
    }
    .footer .footer-top .system li:nth-child(3),
    .footer .footer-top .system li:nth-child(4) {
        margin-top: 24px;
    }
    .footer-main .box-info .phone {
        margin-left: 0;
    }
    .footer-main .box-info .address a {
        display: none;
    }
    .blog-header .blog-header-item {
        display: unset;
    }
    .blog-header .blog-header-item .box-item {
        margin: 10px 0;
    }
    .page-title .box-image .box-title .title {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .section-policy .tabbed-policy .list-tab .title {
        margin: 0;
        text-align: center;
    }
    .section-policy .tabbed-policy {
        display: block;
    }
    .section-policy .tabbed-policy .tab-content {
        padding: 15px 10px;
        width: 100%;
        margin: 20px 0;
    }
    .box-list-fashion .item-pro .box-item .info-product .name-pro {
        font-size: 0.8rem;
    }
    /* .section-home-page .follow-us {
        right: -110px;
    } */
    .section-home-page .box-slide-count span.current-slide {
        font-size: 3.8rem;
    }
    .section-home-page .slider-home-page .slick-prev {
        right: 77px;
    }
    .section-home-page .slider-home-page .slick-next {
        right: 20px;
    }
    .section-home-page .follow-us span,
    .section-home-page .follow-us ul li a {
        font-weight: bold;
        font-size: .8rem;
        line-height: 25px;
    }
    /* blog-header */
    .blog-header .blog-header-item .blog-item .content {
        bottom: 0;
    }
    .blog-item .content {
        bottom: 10px;
    }
    /* SINGLE-FASHION-SHOW */
    .fashion-deatail .title {
        font-size: 1.8rem;
    }
    .interested-products .title-interested h3 {
        font-size: 1.2rem;
    }
    .celebrity .box-info h5 {
        font-size: 0.7rem;
    }
    .blog-header .blog-header-item .blog-item .img-wrap {
        padding-top: 56.25%;
    }
    .blog-header .blog-header-item .blog-item {
        margin-bottom: 15px;
    }
    /*END - SINGLE-FASHION-SHOW */
    /* FASHION-SHOW-MYLINH */
    .page-title .box-image .box-title {
        bottom: 15px;
    }
    /*END-FASHION-SHOW-MYLINH */
    /* about-slider */
    .about-slide .slick-slider .slick-prev {
        left: 3%;
    }
    .about-slide .slick-slider .slick-next {
        right: 3%;
    }
    .form-contact .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
    .mt-mobile {
        margin: 15px 0;
    }
    .voucher-panel {
        margin-bottom: 24px;
    }
    .header .header-main-item .header-item {
        margin-right: 16px;
    }
    .header .header-main-item .header-item:last-child {
        margin-right: 0;
    }
    .item-product .btn-cart {
        display: none;
    }
    .wishlist_table.mobile li {
        margin-bottom: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .wishlist_table.mobile li .item-details table.item-details-table td.label {
        width: auto !important;
    }
    .woocommerce .wishlist-title {
        text-align: center;
        margin-bottom: 0 !important;
    }
    .page-content .box-order-details {
        flex-wrap: wrap;
    }
    .page-content .box-order-details .woocommerce-order-details,
    .page-content .box-order-details .woocommerce-customer-details {
        width: 100%;
    }
    .page-content .thankyou-wellcome ul.order_details {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .woocommerce ul.order_details li {
        width: 100%;
        float: none;
        border: none;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce ul.order_details li strong {
        font-size: 0.8rem;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-left: 0 !important;
    }
    #add_payment_method #payment div.payment_box,
    .woocommerce-cart #payment div.payment_box,
    .woocommerce-checkout #payment div.payment_box {
        padding: 0 !important;
    }
    .woocommerce .voucher-panel .box-form {
        display: flex;
        align-items: center;
    }
    .woocommerce .voucher-panel button {
        width: 100%;
    }
    .woocommerce .voucher-panel p.form-row-last {
        width: 40%;
    }
    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
        padding: 0;
    }
    .minicart-content ul.cart_list li a:nth-child(2) {
        margin-left: 10px;
    }
    .woocommerce .minicart-content ul.cart_list li a:first-child {
        left: 0;
    }
    .woocommerce .voucher-panel p.form-row-last {
        width: 50%;
    }
    #toast {
        right: 0px;
        left: 0px;
    }
    /* Single Product */
    .woocommerce div.product div.images {
        display: flex;
        flex-direction: column;
    }
    .vertical-img-left.wpgis-slider-for {
        width: 100%;
    }
    .woocommerce span.onsale {
        left: 25px;
    }
    .product .images .single-product-main-image .slick-slide {
        height: 500px !important;
    }
    #wpgis-gallery .slick-slide {
        height: 100px;
    }
    .product_bottom span.icon,
    .product_bottom .addtoany_list svg {
        display: inline-block;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        text-align: center;
    }
    .product_bottom>div a {
        align-items: center;
        justify-content: center;
    }
    .product_bottom .icon {
        padding-right: 24px;
        margin-right: 0;
    }
    .woocommerce div.product div.images {
        margin-bottom: 0;
    }
    .product .images .slick-slider {
        margin-bottom: 12px;
    }
    .product_meta {
        margin-bottom: 14px !important;
    }
    .woocommerce div.product .summary p.price del bdi {
        font-size: 1.2rem !important;
    }
    .woocommerce div.product .summary p.price .woocommerce-Price-amount {
        font-size: 1.2rem;
    }
    .single_variation_wrap .box-product-rating {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .woocommerce div.product .woocommerce-product-rating {
        margin-left: 0 !important;
    }
    .product_bottom span,
    .product_bottom .addtoany_no_icon {
        font-size: 0 !important;
    }
    .product_bottom .addtoany_no_icon::before {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .lookbook ul li img {
        max-height: 300px !important;
    }
    .product_meta {
        flex-direction: column;
    }
    /* .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
    } */
    .product .circle-onsale {
        top: 5px;
        left: 5px;
        width: 70px;
        height: 70px;
        font-size: 0.6rem;
    }
    .product .circle-onsale .txt-onsale {
        font-size: 1.2rem;
    }
    .section-testimonial .block-title {
        width: 100%;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        margin-right: 8px !important;
    }
    .popup-table-choose-size {
        left: 5px;
        right: 5px;
        transform: translate(0, -50%);
    }
    .section-testimonial .box-item-testimonial {
        margin-bottom: 24px;
    }
    #add_payment_method #payment div.form-row,
    .woocommerce-cart #payment div.form-row,
    .woocommerce-checkout #payment div.form-row {
        padding-left: 0;
        padding-right: 0;
    }
    .total-payment {
        font-size: 1rem;
    }
    .minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble {
        margin-top: 4px;
    }
    .minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl {
        display: inline-block;
    }
    .minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item .box-varialble dl:first-child {
        margin-right: 8px;
    }
    .minicart-content .woocommerce-mini-cart .woocommerce-mini-cart-item {
        margin-left: -8px;
    }
    #billing_last_name_field {
        width: 100%;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .white-box,
    .woocommerce-billing-fields,
    .woocommerce-additional-fields {
        padding: 10px;
    }
    .woocommerce-mini-cart__total.total-price .woocommerce-Price-amount,
    .cart-subtotal span {
        font-size: 1rem;
    }
    .woocommerce-page table.cart td.actions .coupon {
        display: flex;
    }
    .woocommerce-mini-cart__total .title strong,
    .cart-subtotal .title {
        font-size: 0.9rem;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-size: 0.9rem;
    }
    .mg-rol {
        margin-left: -8px;
        margin-right: -8px;
    }
    .pad-col {
        padding-left: 8px;
        padding-right: 8px;
    }
    .woocommerce-mini-cart__total .woocommerce-Price-amount,
    .minicart-content .woocommerce-Price-amount {
        font-size: 1rem;
    }
    .item-product .box-action-product {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        width: 100%;
        margin: 10px 0;
    }
    .item-product .box-action-product .box-action-add-cart .btn-add-to-cart-mobile {
        display: block;
        position: relative;
        left: 0;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0;
    }
    .item-product .box-action-product .btn-add-to-cart-mobile .icon {
        background-image: url(assets/images/add-to-cart.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        width: 20px;
        height: 20px;
        display: block;
    }
    .loading-add-to-cart::before {
        width: 35px;
        height: 35px;
        top: 42%;
        left: 40%;
    }
    .toast {
        background-color: #FFF;
        display: flex;
        align-items: center;
        border-radius: 2px;
        border-left: 4px solid #47d864;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
        padding: 10px 0;
        min-width: 100%;
        max-width: 100%;
        transition: all linear .3s;
    }
    .toast .toast__icon {
        width: 22px;
        height: 22px;
    }
    .toast .toast__close {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }
    .toast .toast__title {
        font-size: 0.9rem;
    }
    .toast .toast_msg {
        font-size: 0.8rem;
    }
    .toast .toast__icon,
    .toast .toast__close {
        margin: 0 8px;
    }
    .people_slides {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .blog-header .blog-header-item .box-item .img-wrap {
        padding-top: 75.25%;
    }
    .woocommerce-MyAccount-content .addresses .woocommerce-Address {
        width: 100% !important;
        max-width: 100% !important;
        float: left !important;
        margin-bottom: 24px;
    }
    .section-testimonial .grid-row .grid-item .box-item-testimonial {
        padding: 14px;
    }
    .section-testimonial .box-item-testimonial .img-avatar {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 574px) {
    .footer .footer-top .system li {
        width: 100%;
    }
    .footer .footer-top .system li:nth-child(2) {
        margin-top: 24px;
    }
    .box-list-fashion .item-pro .box-item .info-product .name-pro {
        font-size: 0.8rem;
    }
    .fashion-deatail .title {
        font-size: 1rem;
        line-height: 1.5;
    }
    /* .lost_password{
        margin: 0 2px;
    } */
    .section-product-details .details-product .evaluate .list-star {
        margin-right: 4px;
    }
    .section-product-details .details-product .evaluate .list-star li {
        margin-left: 2px;
    }
    .section-product-details .details-product .btn-add {
        padding: 6px 10px;
    }
    .section-product-details .details-product .icon-like {
        margin-left: 16px;
    }
    .blog-header .blog-header-item .blog-item .img-wrap .content .title {
        font-size: 0.9rem;
    }
    .voucher-wrap .cart-discount {
        width: 100%;
    }
}

