/*============================================================================
    Prefix mixin for generating vendor prefixes.
==============================================================================*/
/*!
   * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */

@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");


.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1220px !important;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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-custom-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-custom-5,
.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: 10px;
    padding-left: 10px;
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-custom-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .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-custom-lg-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .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;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

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

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
input,
textarea,
select {
    font-family: "Kanit", sans-serif;
}

body {
    font-family: "Kanit", "IBM Plex Sans Thai Looped", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Kanit", sans-serif;
}

/*================ Typography ================*/
.headings {
    font-size: 36px;
    font-weight: 600;
}

.subheadings {
    font-size: 25px;
    font-weight: normal;
    color: #6445ee;
}

.primary_color {
    color: #6445ee !important;
}
.social__share-popup .primary_color p {
    color: #6445ee !important;
}
.secondary_color {
    color: #e0fb3f !important;
}

/*============================================================================
  #Mixin
  ==============================================================================*/
@keyframes sm_loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*============================================================================
      Common
  ==============================================================================*/
iframe {
    max-width: 100%;
}

.close {
    cursor: pointer;
}

.tooltip {
    display: none;
}

.sold_out {
    pointer-events: none;
    cursor: none;
}

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

.prd__error-message {
    color: #d20000;
    font-size: 14px;
    line-height: 1.2;
}
@media (min-width: 576px) {
    .prd__error-message {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.mt-15 {
    margin-top: 15px;
}

.image__lazyload {
    width: 100%;
}

.smart_tooltip {
    position: relative;
    display: inline-flex;
    height: 18px;
    cursor: pointer;
}
.smart_tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    color: #666;
    text-align: left;
    border-radius: 3px;
    padding: 8px;
    font-size: 10px;
    line-height: 16px;
    /* Position the tooltip */
    position: absolute;
    font-weight: normal;
    z-index: 10;
    bottom: 35px;
    left: -15px;
    margin-left: 0;
    border: 1px solid #6445ee;
    font-family: "IBM Plex Sans", sans-serif;
}
.smart_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: auto;
    left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #2035c7 #2035c7 transparent transparent;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    bottom: -8px;
}
.smart_tooltip:hover .tooltiptext {
    visibility: visible;
}
.smart_tooltip.tooltip_right .tooltiptext {
    left: auto;
    right: -10px;
}
.smart_tooltip.tooltip_right .tooltiptext:after {
    left: auto;
    right: 10px;
}
@media (max-width: 575.98px) {
    .smart_tooltip .tooltiptext {
        left: -100px;
    }
    .smart_tooltip .tooltiptext::after {
        left: 100px;
    }
    .smart_tooltip.mb_right .tooltiptext {
        left: auto;
        right: -10px;
    }
    .smart_tooltip.mb_right .tooltiptext:after {
        left: auto;
        right: 10px;
    }
}

.smart_tooltip-icon {
    background: #ccc;
    width: 10px;
    height: 10px;
    line-height: 1;
    font-size: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #333;
}

.drawer__close {
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.drawer__close.drawer__close-small {
    width: 25px;
    height: 25px;
}
.drawer__close.drawer__close-small::before,
.drawer__close.drawer__close-small::after {
    height: 15px;
    width: 2px;
}
.drawer__close.drawer__close-large {
    width: 20px;
    height: 20px;
}
.drawer__close.drawer__close-large::before,
.drawer__close.drawer__close-large::after {
    height: 18px;
    width: 2px;
}
@media (min-width: 576px) {
    .drawer__close.drawer__close-large {
        width: 35px;
        height: 35px;
    }
    .drawer__close.drawer__close-large::before,
    .drawer__close.drawer__close-large::after {
        height: 28px;
        width: 2px;
    }
}
.drawer__close::before,
.drawer__close::after {
    background-color: #333;
    transition: transform 0.5s ease-in-out;
    position: absolute;
    content: "";
    height: 23px;
    width: 2px;
}
.drawer__close::before {
    transform: rotate(45deg);
}
.drawer__close::after {
    transform: rotate(-45deg);
}
.drawer__close.drawer__close--blue::after,
.drawer__close.drawer__close--blue::before {
    background-color: #2035c7;
}
@media only screen and (min-width: 780px) {
    .drawer__close:hover::before {
        transform: rotate(135deg);
    }
    .drawer__close:hover::after {
        transform: rotate(-135deg);
    }
}

.d-mobile {
    display: block;
}

.d-desktop {
    display: none;
}

@media only screen and (min-width: 780px) {
    .d-mobile {
        display: none;
    }
    .d-desktop {
        display: block;
    }
}
/*================ #Border page ================*/
.border-page #MainContent {
    overflow: hidden;
}
@media (min-width: 576px) {
    .border-page #MainContent {
        border-width: 20px;
    }
}

/*================ #Overlay ================*/
.smart_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1040;
    top: 0;
    left: 0;
    bottom: 0;
}

.smart_loading {
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
.smart_loading svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    fill: #fff;
    height: 60px;
}

.comment-form input:not(.btn),
.comment-form textarea,
.comment-form select,
.comment-form .disclosure__toggle {
    background: #f7f8fa;
}

/* Add Animation */
@keyframes animate_modal {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animate_modal_close {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -300px;
        opacity: 0;
    }
}
.smart_modal {
    display: none;
    height: 100vh;
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1041;
    overflow: hidden;
}
.smart_modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    text-align: center;
}
.smart_modal .close svg {
    fill: #333;
    pointer-events: none;
    width: 17px;
    height: 17px;
}
.smart_modal .close line {
    stroke: #333;
}
.smart_modal.smart_modal-small .modal-content {
    width: 550px;
}
.smart_modal.smart_modal-medium .modal-content {
    width: 768px;
}
.smart_modal .modal-center {
    display: flex;
    align-items: center;
    height: 100%;
}
.smart_modal .modal-center .modal-content {
    margin: 0 auto;
}
.smart_modal .modal-content {
    width: 1060px;
    max-width: 80%;
    max-height: 80vh;
    background: #fff;
    margin: 130px auto 60px;
    position: relative;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    animation-name: animate_modal;
    animation-duration: 0.4s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}
.smart_modal .modal-content.close_modal {
    animation: animate_modal_close 400ms linear;
}
.smart_modal .modal-content__padding {
    padding: 30px;
}
.smart_modal .modal__overlay {
    z-index: 1;
}
@media (max-width: 575.98px) {
    .smart_modal .close {
        right: 15px;
        top: 15px;
    }
    .smart_modal .modal-content {
        max-height: 80vh;
        margin: 35px auto;
        max-width: calc(100% - 20px);
    }
    .smart_modal .modal-content__padding {
        padding: 30px 20px;
    }
}

.modal-content__scoll .modal-content {
    padding: 30px;
    overflow: hidden;
    max-height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column;
}
@media (max-width: 575.98px) {
    .modal-content__scoll .modal-content {
        padding: 30px 10px 30px 15px;
    }
}
.modal-content__scoll .content__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #2035c7 rgba(153, 153, 153, 0.1);
    scrollbar-width: thin;
    /* width */
    /* Track */
    /* Handle */
}
.modal-content__scoll .content__scroll::-webkit-scrollbar {
    width: 6px;
}
.modal-content__scoll .content__scroll::-webkit-scrollbar-track {
    background: rgba(153, 153, 153, 0.1);
}
.modal-content__scoll .content__scroll::-webkit-scrollbar-thumb {
    background: #2035c7;
    border-radius: 4px;
}

.success__modal .success__icon svg,
.failed__modal .success__icon svg {
    width: 140px;
    height: 140px;
}
.success__modal h2,
.failed__modal h2 {
    margin: 20px 0 10px;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-hidden .page-container {
    transform: none;
}

.overlay {
    background: rgba(51, 51, 51, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
}

span.checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: -2px !important;
    border: 1px solid #999;
    position: absolute;
    left: 0;
}
span.checkbox svg {
    display: none;
    width: 12px;
    height: 12px;
    margin: auto;
    margin-top: 3px;
}

.custom_ckeckbox {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_ckeckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom_ckeckbox input:checked + span svg {
    display: block;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-model-view {
    padding-top: 100%;
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}
.responsive-model-view model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.responsive-video video {
    width: 100%;
}

.shopify-payment-button .shopify-payment-button__button--hidden {
    display: none;
}

/*============================================================================
    Smart loading
  ==============================================================================*/
.smart-loading {
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    width: auto;
    height: auto;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
.smart-loading svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 60px;
    fill: #fff;
    height: 60px;
}

/*============================================================================
      End Smart loading
  ==============================================================================*/
/*============================================================================
    Breadcrumb
  ==============================================================================*/
.breadcrumb {
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
}
.breadcrumb a {
    font-size: 12px;
    color: #333;
}
.breadcrumb span {
    color: #333;
    font-size: 12px;
}
.breadcrumb .dividers {
    padding: 0 5px;
}

.contact_info {
    font-family: "Kanit", sans-serif;
}
.contact_info a {
    text-decoration: underline;
}
.contact_info a:hover {
    text-decoration: none;
}

.contact-form textarea.form-control {
    height: 130px;
}
.contact-form .form-group {
    display: flex;
    flex-direction: column;
}
.contact-form .form-group label.error {
    order: 5;
}
.contact-form .btn {
    min-width: 180px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*============================================================================
      Header
  ==============================================================================*/
.site-header {
    font-family: "Kanit", sans-serif;
    transition: 0.3s;
    z-index: 10;
}
.site-header .site-header__cart .bag-header__icon {
    padding-right: 15px;
}

.sticky-header .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.sticky-header .site-header .header-left__col {
    top: 0;
}
@media only screen and (max-width: 1170px) and (min-width: 576px) {
    .sticky-header .button__group-canvas,
    .sticky-header .social__share-popup .offcanvas-content {
        top: 132px !important;
    }
}
@media (max-width: 575.98px) {
    .sticky-header .button__group-canvas,
    .sticky-header .social__share-popup .offcanvas-content {
        top: 133px !important;
    }
}

.site-header__logo-image {
    width: 81px;
}

.site-header a {
    text-decoration: none;
    font-weight: 400;
}
.site-header .site-header__icons-wrapper svg:not(.not-fill) {
    width: 20px;
    height: 20px;
}
.site-header .site-header__icons-wrapper svg:not(.not-fill) path {
    fill: #666;
}
.site-header .site-header__icons-wrapper svg:not(.not-fill):hover {
    fill: #6445ee;
}
.site-header .site-header__icons-wrapper .site-header__icon:active svg,
.site-header .site-header__icons-wrapper .site-header__icon:focus svg {
    fill: var(--color-primary) !important;
}
.site-header .site-header__icons-wrapper .site-header__icon:active svg path,
.site-header .site-header__icons-wrapper .site-header__icon:focus svg path {
    fill: var(--color-primary) !important;
    stroke: var(--color-primary) !important;
}
.site-header .site-header__icons-wrapper .site-header__icon:active svg line,
.site-header .site-header__icons-wrapper .site-header__icon:focus svg line {
    stroke: var(--color-primary) !important;
}
.site-header .site-header__icons {
    white-space: normal;
}
.site-header .site-header__icons-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666;
}
.site-header .site-header__icon {
    display: flex;
    align-items: center;
    min-height: 47px;
}
.site-header .site-header__icon:hover svg path {
    fill: #6445ee;
}
.site-header .site-header__icon:hover svg path {
    fill: #6445ee;
}
.site-header .site-header__icon .register_link--join-now {
    padding-left: 5px;
    font-weight: 400;
    color: var(--color-primary);
}
.site-header .site-header__icon .register_link--join-now:hover {
    font-weight: bold;
}
@media only screen and (min-width: 780px) {
    .site-header .js-mobile-nav-toggle {
        display: none;
    }
}
.site-header span.checkbox svg {
    width: 12px;
    height: 12px;
}
.site-header span.checkbox svg:hover {
    fill: #333333;
}
.site-header .header-left__col {
    position: relative;
    max-width: 160px;
    background: #e0fb3f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}
.site-header .header-right__col {
    position: static;
    padding: 0;
}
.site-header .header-right__col > .row {
    margin-right: 0;
}
.site-header .header_navigation-top li:first-child {
    width: 245px;
}
.site-header .header_navigation-top li:last-child {
    width: 150px;
}
.site-header .header_navigation-top .site-nav__link {
    background: #fff;
    color: #6445ee;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}
.site-header .header_navigation-top svg {
    display: none;
    margin-left: 15px;
}
.site-header .header_navigation-top .active > .site-nav__link {
    background: #e0fb3f;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: #6445ee;
}
.site-header .header_navigation-top .active svg {
    display: inline-block;
}

.header__account-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.header__account-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.site-header__account-name {
    padding-left: 8px;
}

.header-group__submenu {
    padding-right: 20px;
}
.header-group__submenu .submenu-top .site-nav > li > .site-nav__link {
    color: #6445ee;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 7px 20px;
}
.header-group__submenu .submenu-top .site-nav > li:first-child > .site-nav__link {
    padding-left: 35px;
}
.header-group__submenu .submenu-top .site-nav > li.autoship-program > .site-nav__link,
.header-group__submenu .submenu-top .site-nav > li.shop-with-a-representative > .site-nav__link {
    font-weight: 400;
}
.header-group__submenu .submenu-top .site-nav > li.site-nav--active > .site-nav__link {
    font-weight: 400;
}
.header-group__submenu .submenu-top .site-nav > li .icon_home {
    padding-left: 25px;
}
@media only screen and (min-width: 1200px) {
    .header-group__submenu .submenu-top .site-nav > li .icon_home {
        padding-left: 35px;
    }
}
@media only screen and (min-width: 780px) {
    .header-group__submenu .submenu-top {
        display: none;
        position: static;
        flex-wrap: wrap;
    }
    .header-group__submenu .submenu-top.active {
        display: flex;
    }
    .header-group__submenu .submenu-top.submenu__online-shopping .header_navigation {
        width: 100%;
    }
    .header-group__submenu .submenu-top .site-nav {
        position: static;
    }
    .header-group__submenu .submenu-top .site-nav .icon_home svg {
        height: 15px;
        width: 18px;
    }
    .header-group__submenu .submenu-top .site-nav__dropdown li {
        width: 100%;
    }
}

.submenu__business-right .btn {
    padding: 5px 15px;
    text-transform: none;
    margin-right: 10px;
}
.submenu__business-right .site-nav__dropdown {
    top: 36px;
    right: 0;
    left: auto;
}

.top-header {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    z-index: 1000;
    height: 32px;
}
.top-header .col-left {
    margin-left: 298px;
    font-family: "Kanit", sans-serif;
}
.top-header .col-right {
    margin-left: auto;
    width: auto;
    flex: 0 auto;
    padding-right: 30px;
    font-family: "Kanit", sans-serif;
}
.top-header .disclosure button svg {
    width: 12px;
    height: 12px;
}
.top-header .btn-header__top {
    color: #333333;
    padding: 8px 25px;
    border-radius: 0;
    text-transform: capitalize;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}
.top-header .btn-header__top.has_icon {
    position: relative;
    padding-left: 25px;
}
.top-header .btn-header__top.has_icon svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    fill: #333333;
    top: 6px;
}
.top-header .btn-header__top.has_icon .icon-chevron-down {
    left: auto;
    right: 0;
    width: 14px;
    height: 14px;
    top: 11px;
}
.top-header .btn-header__top.has_icon:hover {
    color: #9da9fa;
}
.top-header .btn-header__top.has_icon:hover svg {
    fill: #9da9fa;
}
.top-header.language {
    padding-right: 26px;
    padding-top: 10px;
}
.top-header.shop-localtion {
    padding: 10px 6px;
}
.top-header.shop-localtion svg {
    width: 16px;
    height: 16px;
    left: -16px;
}
.top-header .icon-map path {
    fill: #fff;
}

.top-header__countdown-title {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #333333;
}

.top-header__countdown {
    padding-left: 12px;
}
.top-header__countdown .count_item {
    padding: 0 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header__countdown .count_item span.number {
    background: #000;
    min-width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin: 4px auto;
}
@media only screen and (min-width: 1024px) {
    .top-header__countdown .count_item span.number {
        font-size: 16px;
        padding: 2px 4px;
    }
}
.top-header__countdown .count_item span.label {
    display: block;
    background: transparent;
    padding: 0;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    font-size: 9px;
    height: auto;
    margin: -4px 0 4px;
    text-transform: uppercase;
}

@media screen and (max-width: 576.98px) {
    .wrapper-announce {
        align-items: center;
        flex-wrap: wrap;
    }
    .top-header__countdown-title {
        margin: 5px 0;
    }
}
/*============================================================================
      End header
  ==============================================================================*/
/*============================================================================
      Menu header
  ==============================================================================*/
.canvas__menu-action {
    display: none;
    border-bottom: 1px solid #999;
}
.canvas__menu-action > div {
    padding: 10px 20px;
}
.canvas__menu-action .canvas__menu-close .close {
    margin-right: 10px;
}
.canvas__menu-action .canvas__menu-close .icon {
    width: 10px;
    height: 10px;
}
.canvas__menu-action .canvas__menu-back {
    display: none;
    border-top: 1px solid #999;
}
.canvas__menu-action .canvas__menu-back .back {
    margin-right: 10px;
}
.canvas__menu-action .canvas__menu-back .icon {
    width: 15px;
    height: 15px;
}

.canvas__menu-overlay {
    display: none;
}

.selectors-form__item + .selectors-form__item {
    padding-left: 5px;
}

.site-nav .site-nav-lv-3 {
    position: relative;
}
.site-nav .site-nav-lv-3:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}
@media only screen and (max-width: 780px) {
    .site-nav .site-nav-lv-3:hover ul {
        display: none;
        visibility: visible;
        opacity: 1;
    }
}
.site-nav .site-nav-lv-3.active ul {
    display: block;
}
.site-nav .site-nav-lv-3 ul {
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 180px;
}
@media only screen and (max-width: 780px) {
    .site-nav .site-nav-lv-3 ul {
        display: none;
    }
}

.site-nav .site-nav__dropdown .site-nav__link--button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media only screen and (min-width: 780px) {
    .site-nav .site-nav__dropdown .site-nav__link--button svg {
        transform: rotate(-90deg);
    }
}

.site-nav--has-megamenu {
    position: static;
}
.site-nav--has-megamenu .megamenu {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.site-nav--has-megamenu .megamenu h4 {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}
.site-nav--has-megamenu .megamenu .site-nav__link {
    padding-left: 0;
}
.site-nav--has-megamenu .megamenu .megamenu__image a {
    display: block;
    padding: 10px 0;
}
.site-nav--has-megamenu .megamenu .megamenu__image-desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.site-nav--has-megamenu .megamenu .quickview a {
    padding: 0;
}
.site-nav--has-megamenu .megamenu .product-card__title a {
    padding: 0;
}
.site-nav--has-megamenu.site-nav--active-dropdown .megamenu {
    display: block;
}

.megamenu__content-desc {
    color: #333;
    font-size: 12px;
}

.site-nav .megamenu__content-btn {
    margin-top: 20px;
    padding: 10px 30px;
}

/*============================================================================
      End menu header
  ==============================================================================*/
/*============================================================================
      Mini cart
  ==============================================================================*/
.site-header__cart:hover .minicart__wrapper {
    display: block;
}
.site-header__cart.no-item:hover .minicart__wrapper {
    display: none;
}

.site-header__cart .minicart__wrapper {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 26px 20px 23px;
    top: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    width: 280px;
    text-align: left;
    display: none;
}

.minicart__wrapper .minicart__action {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 10px;
}
.minicart__wrapper .minicart__action .minicart__button-cart {
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #6445ee;
}
.minicart__wrapper .minicart__action .custom_ckeckbox {
    font-size: 12px;
    margin-bottom: 12px;
}
.minicart__wrapper .minicart__item {
    display: flex;
    padding: 20px 0;
    position: relative;
    align-items: flex-end;
}
.minicart__wrapper .minicart__item .minicart__remove {
    background: rgba(153, 153, 153, 0.2);
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.minicart__wrapper .minicart__item .minicart__remove svg {
    width: 12px;
    height: 12px;
}
.minicart__wrapper .minicart__item .minicart__media {
    width: 150px;
    min-width: 150px;
    text-align: center;
}
.minicart__wrapper .minicart__item .minicart__content {
    padding-left: 15px;
    width: 100%;
}
.minicart__wrapper .minicart__item .minicart__info {
    margin: 0;
    justify-content: space-between;
    align-items: baseline;
    align-items: flex-end;
}
.minicart__wrapper .minicart__item .minicart__info .cart__item-error {
    margin-top: 10px;
}
.minicart__wrapper .minicart__item .qty__box-title {
    color: #666;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 11px;
}
.minicart__wrapper .minicart__item .minicart__options {
    font-size: 12px;
    line-height: 19px;
    color: #333;
}
.minicart__wrapper .minicart__item .minicart__info-price {
    text-align: right;
}
.minicart__wrapper .minicart__item .minicart__info-price label {
    display: inline-block;
}
.minicart__wrapper .minicart__item .minicart__title {
    white-space: normal;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.minicart__wrapper .minicart__item .minicart__title a {
    color: #333;
    width: 90%;
}
.minicart__wrapper .minicart__item .minicart__price {
    font-size: 14px;
}
.minicart__wrapper .minicart__item .minicart__price label {
    font-weight: 400;
    margin: 0 0 0 3px;
}
.minicart__wrapper .minicart__item .minicart__price .minicart__price-compare {
    display: none;
    text-decoration: line-through;
}
.minicart__wrapper .minicart__item .minicart__price .minicart__price-compare label {
    display: none;
}
.minicart__wrapper .minicart__item .minicart__price.on-sale .minicart__price-compare {
    display: inline-block;
    padding-right: 5px;
}
.minicart__wrapper .minicart__item .minicart__price.on-sale .minicart__price-regular {
    color: #fd2729;
}
.minicart__wrapper .minicart__cvqv {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}
.minicart__wrapper .minicart__cvqv .cvqv__title {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}
.minicart__wrapper .minicart__cvqv .cvqv__number {
    font-size: 14px;
    line-height: 18px;
}
.minicart__wrapper .minicart__list {
    overflow: auto;
    overflow-x: hidden;
}
.minicart__wrapper .minicart__list .qty__box-title {
    margin-bottom: 3px;
}
.minicart__wrapper .minicart__list .minicart__media {
    position: relative;
}
.minicart__wrapper .minicart__list .minicart__media .autoship {
    margin-top: 0;
    position: absolute;
    top: 0;
}
@media (max-width: 575.98px) {
    .minicart__wrapper .minicart__list .minicart__media .autoship {
        width: 80px;
    }
}

.minicart__progress-bar {
    margin-top: 50px;
}
@media (max-width: 575.98px) {
    .minicart__progress-bar {
        margin-top: 30px;
    }
}

.minicart__quantity {
    margin-top: 10px;
    max-width: 85px;
    text-align: center;
}

.qty__box {
    position: relative;
    max-width: 85px;
    display: flex;
}
.qty__box.disabled {
    pointer-events: none;
}
.qty__box button {
    width: 10px;
    background: transparent;
    border: none;
    font-size: 25px;
    font-family: "Kanit", sans-serif;
    padding: 0;
    color: #333;
    line-height: 1;
}
.qty__box button.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.qty__box input {
    font-family: "Kanit", sans-serif;
    width: 100%;
    max-height: 30px;
    text-align: center;
    padding: 0 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-color: #707070;
    border-radius: 0;
    border-width: 0 0 1px 0;
    margin: 0 10px;
}

.cvqv__number span {
    font-weight: 400;
}

.total__cvqv-wrap .total__cvqv-title {
    color: #666;
}
.total__cvqv-wrap .total__cvqv-number {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.cart__total {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.cart__total label {
    display: inline-block;
    margin: 0 0 0 5px;
}

.cart__total-title {
    color: #333;
    font-weight: 400;
}

.cart__total-price {
    font-size: 20px;
    font-weight: 400;
}

.cart__shipping-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
}
.cart__shipping-title label {
    display: inline-block;
    margin: 0 0 0 3px;
}

.progress__bar-shipping {
    position: relative;
    height: 10px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 40px;
    max-width: 485px;
    margin: 0 auto;
}
.progress__bar-shipping .scrollbar {
    position: absolute;
    height: 10px;
    top: -1px;
    left: 0;
    width: 0;
    background: #ff9a00;
    border-radius: 40px;
}
.progress__bar-shipping .scrollbar.free-ship-color {
    background: #70aaf6;
}

.cart__no-item {
    margin-top: 150px;
    text-align: center;
}
.cart__no-item .icon__wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.cart__no-item .icon__wrap svg {
    margin-bottom: 5px;
    fill: #999;
}
.cart__no-item .icon__wrap svg.icon-bag {
    width: 38px;
    height: 36px;
}

@media (max-width: 575.98px) {
    .minicart__wrapper .minicart__item:first-child {
        padding-top: 0;
    }
    .minicart__wrapper .minicart__item .minicart__media {
        width: 80px;
        min-width: 80px;
    }
    .minicart__wrapper .minicart__item .minicart__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .minicart__wrapper .minicart__item .minicart__title {
        font-size: 14px;
    }
    .minicart__wrapper .minicart__item .minicart__info {
        flex-wrap: nowrap;
    }
    .minicart__wrapper .minicart__item .minicart__cvqv .cvqv__title {
        margin-right: 0;
    }
    .minicart__wrapper .minicart__item .minicart__cvqv .cvqv__number {
        margin-left: 5px;
    }
    .minicart__wrapper .minicart__item .minicart__info-price {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}
/*============================================================================
      End mini cart
  ==============================================================================*/
/*============================================================================
      Canvas cart
  ==============================================================================*/
.offcanvas--right {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.offcanvas--right.active {
    opacity: 1;
    visibility: inherit;
    z-index: 9999;
}
.offcanvas--right.active .offcanvas-content {
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.offcanvas__header-title {
    color: #6445ee;
    font-size: 36px;
}
@media (max-width: 575.98px) {
    .offcanvas__header-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.offcanvas-cart {
    font-family: "Kanit", sans-serif;
}

.offcanvas-cart__header {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offcanvas-cart__header .close svg {
    width: 28px;
    height: 28px;
}

.offcanvas-content {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    max-width: 90%;
    padding: 0;
    z-index: 1041;
    max-width: 90%;
    width: 705px;
    padding: 25px 20px 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-shadow: 0 0 66px rgba(41, 43, 46, 0.31);
    box-shadow: 0 0 66px rgba(41, 43, 46, 0.31);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -moz-transform: matrix(1, 0, 0, 1, 705, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 705, 0);
    -o-transform: matrix(1, 0, 0, 1, 705, 0);
    transform: matrix(1, 0, 0, 1, 705, 0);
    overflow-x: hidden;
    overflow-y: auto;
}
.offcanvas-content > .close {
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .offcanvas-content > .close {
        right: 20px;
    }
}
.offcanvas-content .offcanvas-cart__footer {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding-bottom: 50px;
}
@media (max-width: 575.98px) {
    .offcanvas-content .offcanvas-cart__footer {
        padding-bottom: 25px;
    }
}
.offcanvas-content .offcanvas-cart__footer .minicart__total-wrap {
    margin-top: 34px;
}
@media (max-width: 575.98px) {
    .offcanvas-content .offcanvas-cart__footer .minicart__total-wrap {
        margin-top: 20px;
    }
}
.offcanvas-content .offcanvas-cart__footer .minicart__action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
@media (max-width: 575.98px) {
    .offcanvas-content .offcanvas-cart__footer .minicart__action {
        margin-top: 30px;
    }
}
.offcanvas-content .offcanvas-cart__footer .minicart__action .link-readmore {
    margin-top: 10px;
}
.offcanvas-content .minicart__button-cart {
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #6445ee;
}

@media (min-width: 576px) {
    .offcanvas-header {
        margin-bottom: 45px;
    }
    .offcanvas-content {
        padding: 50px 45px 0;
    }
}
/*============================================================================
      End canvas cart
  ==============================================================================*/

/*============================================================================
      Quantity input custom
  ==============================================================================*/
.product-quantity__custom {
    display: flex;
    justify-content: space-between;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
}
.product-quantity__custom input::-webkit-outer-spin-button,
.product-quantity__custom input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-quantity__custom input[type="number"] {
    -moz-appearance: textfield;
}
.product-quantity__custom .item__inventory {
    display: flex;
}
.product-quantity__custom .item__inventory label {
    margin-right: 5px;
}

.product-quantity__icon-minus,
.product-quantity__icon-plus {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
}
.product-quantity__icon-minus.disabled,
.product-quantity__icon-minus[disabled="disabled"],
.product-quantity__icon-plus.disabled,
.product-quantity__icon-plus[disabled="disabled"] {
    opacity: 0.3;
    pointer-events: none;
}
.product-quantity__icon-minus::-moz-selection,
.product-quantity__icon-plus::-moz-selection {
    background-color: transparent;
}
.product-quantity__icon-minus svg,
.product-quantity__icon-plus svg {
    fill: #999;
}

.product-quantity__icon-minus {
    left: 0;
}

.product-quantity__icon-plus {
    right: 0;
}

.product_period {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.product_period .period__title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Kanit";
    padding: 0 8px;
}
.product_period .period__value {
    font-size: 14px;
    font-weight: bold;
    color: #fd2729;
}

/*============================================================================
      End quantity input custom
  ==============================================================================*/
/*============================================================================
      Product detail
  ==============================================================================*/
.product-single {
    overflow-anchor: none;
}
.product-single .product-form__swatch,
.product-single .product-form .product-form__selector {
    margin-top: 15px;
}
.product-single .product__thumbnails-img.lazyload {
    opacity: 0;
}
.product-single .price__sale::after {
    top: 46%;
}
.product-single .product-single__autoship {
    margin-left: auto;
}
.product-single .smosc__tab {
    margin-top: 65px;
}
.product-single .smosc__tab-content hr {
    margin: 7px 0;
}
.product-single .smosc__tab-content iframe {
    width: 100%;
}
.product-single .smosc__tab-headers ul {
    display: flex;
}
.product-single .smosc__tab-headers ul li {
    padding: 0;
    width: 25%;
}
.product-single .smosc__tab-headers ul li .title {
    font-family: "Kanit", sans-serif;
}
.product-single .tab__header-icon {
    min-height: 42px;
}

.product-single__title {
    margin-bottom: 14px;
    font-size: 25px;
    font-weight: 500;
}

.product-single__collections {
    font-size: 14px;
    line-height: 24px;
}

.product-single__vote {
    margin: 9px 0 15px;
}
.product-single__vote .spr-badge {
    display: flex;
    align-items: center;
}
.product-single__vote .spr-badge[data-rating="0.0"] {
    display: none;
}
.product-single__vote .spr-badge-caption {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.product-single__wishlist-favorite {
    margin: 30px 0 0;
}
.product-single__wishlist-favorite .content {
    cursor: pointer;
    display: flex;
}
.product-single__wishlist-favorite .content_remove {
    display: none;
}
.product-single__wishlist-favorite .loader {
    width: 20px;
    height: 20px;
    display: none;
    margin-bottom: 6px;
}
.product-single__wishlist-favorite .show-loading .loader {
    display: block;
}
.product-single__wishlist-favorite .show-loading .icon-wishlist,
.product-single__wishlist-favorite .show-loading .icon-favorite {
    display: none;
}
@media (max-width: 575.98px) {
    .product-single__wishlist-favorite .icon-favorite,
    .product-single__wishlist-favorite .icon-wishlist {
        width: 22px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.product-single__wishlist-favorite .product-single__wishlist {
    margin-right: 20px;
    display: flex;
}
.product-single__wishlist-favorite .product-single__favorite {
    display: flex;
}
.product-single__wishlist-favorite .title {
    margin-left: 6px;
    font-size: 14px;
}
.product-single__wishlist-favorite .product-single__wishlist.active .content_remove,
.product-single__wishlist-favorite .product-single__favorite.active .content_remove {
    display: flex;
}
.product-single__wishlist-favorite .product-single__wishlist.active .content_add,
.product-single__wishlist-favorite .product-single__favorite.active .content_add {
    display: none;
}

.product-single__price-group {
    border-top: 1px solid #ccc;
    padding: 20px 0 10px;
}
.product-single__price-group .autoship-note {
    display: flex;
    margin-left: auto;
    font-size: 14px;
    color: #999;
    align-items: center;
}
.product-single__price-group .autoship-note .desc span {
    font-weight: 600;
    color: #333;
}
.product-single__price-group .autoship-note .smart_tooltip {
    margin-left: 3px;
}

.product-single__price > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}
.product-single__price .price_note {
    font-size: 14px;
}
.product-single__price .price_tooltip {
    min-height: 18px;
    margin-bottom: 5px;
}
.product-single__price .price {
    font-size: 16px;
}
.product-single__price .price label {
    color: inherit;
    display: inline-block;
}
.product-single__price .price--on-sale .price__regular label {
    color: inherit;
}
.product-single__price .price__sale {
    text-decoration: none;
    position: relative;
    color: #999;
}
.product-single__price .price__regular {
    font-size: 16px;
    font-weight: 600;
    color: #999;
}
.product-single__price .product-single__price-member .price__regular {
    font-size: 20px;
    color: #333;
}
.product-single__price .product-single__price-member.price--on-sale .price__regular {
    color: #fd2729;
}
.product-single__price .smart_tooltip {
    margin-left: 3px;
}

.product-single__price-retail.price--on-sale .price__regular {
    color: #666;
}

.product-single__group-qty {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    font-family: "Kanit";
    max-width: 350px;
    color: #666;
}
.product-single__group-qty .price label {
    color: #666;
}
.product-single__group-qty .item {
    border: 1px solid #f2f2f2;
    padding: 17px 25px;
}
.product-single__group-qty .item.cvqv__wrap {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}
.product-single__group-qty .item.cvqv__wrap .cv_qv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-single__group-qty .item.cvqv__wrap .item__space {
    position: relative;
    width: 1px;
    background: #f2f2f2;
    margin: -18px 0;
}
.product-single__group-qty .item.cvqv__wrap .price__regular {
    padding: 0;
}
.product-single__group-qty .item .quantity_info > .label {
    color: #333;
}
.product-single__group-qty .item .label {
    width: 100%;
    color: #999;
    margin-bottom: 0;
    font-weight: 400;
}
.product-single__group-qty .product-quantity__controls {
    width: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #333;
}
.product-single__group-qty .product-quantity__controls.disabled {
    pointer-events: none;
}
.product-single__group-qty .product-quantity__controls.disabled .product-quantity__icon-minus,
.product-single__group-qty .product-quantity__controls.disabled .product-quantity__icon-plus,
.product-single__group-qty .product-quantity__controls.disabled .quantity__custom--input {
    opacity: 0.3;
}
.product-single__group-qty .product-quantity__controls input {
    width: 42px;
    padding: 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #333;
    line-height: 1;
    height: 24px;
    text-align: center;
}
.product-single__group-qty .product-quantity__controls .product-quantity__icon-minus,
.product-single__group-qty .product-quantity__controls .product-quantity__icon-plus {
    font-size: 32px;
    font-weight: 400;
    width: auto;
}
.product-single__group-qty .cashback .price {
    font-weight: normal;
}
@media (max-width: 1024px) {
    .product-single__group-qty .cashback .smart_tooltip .tooltiptext {
        left: -100px;
    }
    .product-single__group-qty .cashback .smart_tooltip .tooltiptext:after {
        left: 100px;
    }
}
@media (max-width: 575.98px) {
    .product-single__group-qty .cashback .smart_tooltip .tooltiptext {
        left: auto;
        right: -15px;
    }
    .product-single__group-qty .cashback .smart_tooltip .tooltiptext:after {
        left: auto;
        right: 15px;
    }
}

.message-limited-purchase {
    line-height: 1.2;
    margin-top: 15px;
}
.message-limited-purchase p {
    font-size: 14px;
    color: #d20000;
    margin: 0;
}

.product-single__group-button {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 15px;
}
.product-single__group-button > .btn,
.product-single__group-button > .shopify-payment-button {
    width: 50%;
}
.product-single__group-button .btn-cart {
    background: #e0fb3f;
    margin-right: 8px;
}
.product-single__group-button .btn-checkout {
    margin-left: 8px;
}

.product-single__soldout {
    margin-top: 30px;
}

.product-single__delivery-fee {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-single__delivery-fee svg {
    margin-right: 10px;
}
.product-single__delivery-fee p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.product-single__delivery-fee strong {
    font-family: "Kanit", sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.social__share-wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.social__share-wrap .share-line svg {
    width: 25px;
}
.social__share-wrap .btn--getlink {
    color: #fff;
    background: #333;
    padding: 8px 10px 7px;
    font-weight: 500;
    font-size: 12px;
    margin-left: 5px;
}

.social__sharing-title {
    margin-right: 10px;
}

.product-single-getlink .smart_tooltip svg {
    margin-bottom: -3px;
}

.product-single-getlink__input {
    display: flex;
}
.product-single-getlink__input .getlink__input {
    flex: 1;
    padding: 10px;
    height: 30px;
    font-size: 12px;
    color: #333;
}
.product-single-getlink__input .btn__copy {
    margin-left: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-single-getlink__input .btn__copy svg {
    margin-right: 5px;
}

.product-single_article-related {
    margin-top: 30px;
}
.product-single_article-related.our__blog {
    padding-bottom: 0;
}

.product-single-tags-warning {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #6445ee;
    padding-top: 25px;
}
.product-single-tags-warning hr {
    border: none;
    margin: 5px 0;
}

.product-single__media-tags {
    position: absolute;
    top: 0;
}
.product-single__media-tags .tag-item {
    background: #ccc;
    padding: 5px;
    margin-right: 5px;
    color: #222;
    display: inline-block;
}
.product-single__media-tags .tag-item:last-child {
    margin-right: 0;
}

.product-single__net_weight {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-top: 15px;
}

.product-single__thumbnails {
    margin: 0;
}

@media (min-width: 576px) {
    .product__sticky-media {
        position: sticky;
        top: 100px;
        height: 100%;
    }
}
.product-single__media-group .product__tags {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
}
@media (max-width: 575.98px) {
    .product-single__media-group .product__tags {
        left: 0;
    }
}
.product-single__media-group .product__tags .tags-name {
    min-width: 88px;
}
.product-single__media-group .product__tags .tags-name:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 780px) {
    .product-single__media-group.slider-media .product-single__thumbnails {
        display: block;
    }
}

.product__howitwork {
    background: #fff5f5;
    padding: 44px 0 71px;
    margin-top: 30px;
    overflow: hidden;
}
.product__howitwork .img-top-right,
.product__howitwork .img-bot-left {
    display: none;
}

.howitwork__top .title {
    color: #6445ee;
    margin-bottom: 10px;
}
.howitwork__top .desc {
    color: #999;
}
.howitwork__top .sub-title {
    font-size: 20px;
}
.howitwork__top p {
    margin-bottom: 20px;
}

.howitwork__mid {
    text-align: center;
    margin-top: 30px;
}
.howitwork__mid h2 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.howitwork__mid h2 br {
    display: none;
}
.howitwork__mid h2 img {
    position: unset;
}
.howitwork__mid .howitwork__item {
    padding: 30px;
}
.howitwork__mid .howitwork__item .media {
    max-width: 95px;
    margin: 0 auto 20px;
}

.howitwork__bottom {
    background: #f4aaaa;
    padding: 20px;
    margin-top: 15px;
}
.howitwork__bottom p {
    margin-bottom: 0;
    color: #fff;
}

.howitwork__note {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.howitwork__top,
.howitwork__mid,
.howitwork__bottom,
.howitwork__note {
    position: relative;
    z-index: 1;
}

.product-single__reviews {
    background: #f2f2f2;
    padding: 50px 0;
}
.product-single__reviews .spr-container {
    padding: 0;
    border: none;
}
.product-single__reviews .spr-header-title {
    margin-bottom: 5px;
    font-size: 30px;
}
.product-single__reviews .spr-icon {
    font-size: 10px;
    margin-right: 5px;
    top: 0;
}
.product-single__reviews .spr-icon:last-child {
    margin-right: 0;
}
.product-single__reviews .spr-icon-star {
    color: #ffb503;
    height: 25px;
}
.product-single__reviews .spr-header .spr-icon-star {
    color: #333;
}
.product-single__reviews .spr-review-header-byline {
    font-size: 14px;
    font-style: normal;
    opacity: 1;
    color: #333;
    margin-top: 6px;
    pointer-events: none;
}
.product-single__reviews .spr-review-header-byline strong {
    font-weight: 600;
    position: relative;
}
.product-single__reviews .spr-review-header-byline strong:first-child::after {
    content: "*************";
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background: #f2f2f2;
    padding: 0 3px;
    word-break: keep-all;
    overflow: hidden;
    min-width: 25px;
}
.product-single__reviews .spr-review-header-byline strong:last-child {
    font-weight: 400;
}
.product-single__reviews .spr-review-content-body,
.product-single__reviews .spr-review-reply-body {
    font-size: 14px;
    line-height: 20px;
}
.product-single__reviews .rte .spr-summary-actions-newreview {
    padding: 12px 25px;
}
.product-single__reviews .spr-summary-actions-newreview {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 12px 25px;
    background-color: #e0fb3f;
    color: #6445ee;
    font-weight: 400;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1;
    font-family: "Kanit", sans-serif;
}
.product-single__reviews .spr-review-reportreview {
    display: none;
}
.product-single__reviews .spr-reviews {
    border-top: 1px solid #999;
    margin: 34px 0 0 0;
}
.product-single__reviews .spr-review {
    border: none;
    padding: 0;
    margin: 24px 0 0 0;
}
.product-single__reviews .spr-form {
    border-color: #999;
}
.product-single__reviews .spr-form > form {
    max-width: 500px;
}
.product-single__reviews .spr-form-input {
    font-style: italic;
}
.product-single__reviews .spr-form-input::placeholder {
    color: #999;
}
.product-single__reviews .spr-form-input-textarea {
    height: 150px;
}
.product-single__reviews .spr-form-actions .spr-button-primary[disabled] {
    background: var(--color-primary);
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.product-single__reviews .spr-form-message {
    font-weight: 600;
    text-align: center;
}
.product-single__reviews .spr-form-message-success {
    font-size: 18px;
    color: #105eef;
}
@media (min-width: 575.98px) {
    .product-single__reviews .spr-form-message-success {
        text-align: center;
    }
}

div.spr-pagination {
    padding-top: 20px;
}
div.spr-pagination .spr-pagination-page {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    color: #999;
}
div.spr-pagination .spr-pagination-page.is-active {
    background-color: #333;
    color: #fff;
}
div.spr-pagination a {
    color: #999;
}

@media (min-width: 576px) {
    .product-single__net_weight {
        margin-left: 115px;
    }
    .ss-product-detail {
        margin-top: 50px;
    }
    .product-single__price-group {
        display: flex;
    }
    .product-single__price .smart_tooltip {
        margin: 0 10px;
    }
    .product-single__price:not(.autoship-price) .product-single__price-member {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #ccc;
        min-width: 150px;
    }
    .product__howitwork {
        background: #fff5f5;
        position: relative;
        margin-bottom: 30px;
        margin-top: 100px;
    }
    .product__howitwork .img-top-right,
    .product__howitwork .img-bot-left {
        display: unset;
        position: absolute;
    }
    .product__howitwork .img-top-right {
        top: 0;
        right: 0;
    }
    .product__howitwork .img-bot-left {
        bottom: 0;
        left: 0;
    }
    .howitwork__top .title {
        margin-bottom: 17px;
    }
    .howitwork__top .sub-title {
        font-size: 30px;
    }
    .howitwork__mid {
        text-align: center;
        margin-top: 100px;
    }
    .howitwork__mid h2 {
        margin-bottom: 70px;
        position: relative;
        display: inline-block;
        font-size: 35px;
        font-weight: 500;
    }
    .howitwork__mid h2 img {
        position: absolute;
        top: 0;
        right: -163px;
    }
    .howitwork__mid h2 br {
        display: unset;
    }
    .howitwork__mid .howitwork__item {
        padding: 0 30px;
    }
    .howitwork__mid .howitwork__item .media {
        max-width: none;
        margin: 0 auto 15px;
    }
    .howitwork__bottom {
        background: #f4aaaa;
        padding: 25px 33px;
        margin-top: 35px;
    }
    .howitwork__note {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .product__thumbnails-wrap {
        display: none;
    }
    .product-single .share__modal .list-social .social__sharing-title {
        display: none;
    }
    .product-single .smosc__tab-headers ul li a {
        font-size: 12px;
    }
    .product-single__title {
        margin-top: 20px;
    }
    .product-single__period {
        font-size: 14px;
    }
    .product-single__price {
        display: flex;
    }
    .product-single__price.autoship-price {
        margin-bottom: 15px;
    }
    .product-single__price.autoship-price .product-single__price-retail {
        margin-left: auto;
    }
    .product-single__price.autoship-price .price_tooltip {
        width: auto;
    }
    .product-single__price .price_tooltip .smart_tooltip .tooltiptext {
        left: -70px;
    }
    .product-single__price .price_tooltip .smart_tooltip .tooltiptext::after {
        left: 70px;
    }
    .product-single__price-member {
        margin-bottom: 10px;
    }
    .product-single__price-member,
    .product-single__price-retail {
        margin-left: auto;
    }
    .product-single__group-qty {
        max-width: 100%;
    }
    .product-single__group-qty .item {
        padding: 15px 25px;
    }
    .product-single__group-qty .item.cvqv__wrap {
        justify-content: flex-start;
    }
    .product-single__group-qty .item.cvqv__wrap .cv_qv {
        margin-right: 15px;
    }
    .product-single__group-qty .item.cvqv__wrap .item__cashback {
        margin-left: 15px;
    }
    .product-single__group-qty .item.cvqv__wrap .item__cashback .price {
        font-size: 16px;
    }
    .product-single__group-qty .product-quantity__controls input {
        width: 55px;
    }
    .product-single__wishlist-favorite {
        flex-direction: column;
    }
    .product-single__wishlist-favorite .product-single__wishlist {
        margin: 0 0 8px 0;
    }
    .product-single__delivery-fee strong {
        display: block;
        line-height: 1;
    }
    .product-single__delivery-fee svg {
        min-width: 50px;
    }
    .product-single__delivery-fee .delivery_fee_note {
        display: block;
        margin: 0;
        font-size: 12px;
    }
    .product-single__reviews {
        padding: 40px 0 20px;
    }
    .product-single__reviews .spr-header-title,
    .product-single__reviews .spr-summary {
        text-align: left;
    }
    .product-single__reviews .spr-summary-actions-newreview {
        width: 100%;
        margin-top: 15px;
    }
    .product-single__reviews #shopify-product-reviews {
        margin: 0;
    }
    .product-single__reviews .spr-review {
        margin: 10px 0 0 0;
        word-break: break-word;
    }
    .product-form__cart,
    .product-form__item {
        margin-bottom: 0;
    }
    .product-single__group-button {
        padding-top: 0;
    }
    .product-form__item--submit {
        display: flex;
        flex-wrap: wrap;
    }
    .product-form__item--submit .prd__error-message {
        width: 100%;
    }
    .product-form__item--submit .available,
    .product-form__item--submit .unavailable {
        padding-top: 0;
        flex: 1;
    }
    .product-form__item--submit .product-single__soldout {
        margin-top: 0;
        text-align: right;
    }
    .product-form__item--submit .product-single__soldout .btn {
        width: 100% !important;
    }
}
.smosc__tab {
    margin-top: 50px;
}

.smosc__tab-headers {
    overflow: hidden;
}
.smosc__tab-headers ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    border-bottom: 1px solid #6445ee;
}
.smosc__tab-headers ul li {
    display: block;
    padding: 0 23px 0 0;
}
.smosc__tab-headers ul li:last-child {
    padding-right: 0;
}
.smosc__tab-headers ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #6445ee;
    outline: none;
    display: block;
    padding: 5px 0 15px;
    transition: 0.3s;
    text-align: center;
}
.smosc__tab-headers ul li a .title {
    display: block;
}
.smosc__tab-headers ul li a .tab__header-icon {
    display: block;
}
.smosc__tab-headers ul li a .tab__header-icon-active {
    display: none;
}
.smosc__tab-headers ul li a.active {
    font-weight: 600;
}
.smosc__tab-headers ul li a.active .tab__header-icon {
    display: none;
    text-align: center;
}
.smosc__tab-headers ul li a.active .tab__header-icon-active {
    display: block;
}

.smosc__tab-content {
    display: none;
    position: relative;
}
.smosc__tab-content.active {
    display: block;
}

.smosc__tab-effect .smosc__tab-headers ul {
    justify-content: center;
    align-items: flex-end;
    min-height: 55px;
    border-color: #e5e5e5;
    font-family: "Kanit", sans-serif;
}
.smosc__tab-effect .smosc__tab-headers ul li {
    padding: 0;
}
.smosc__tab-effect .smosc__tab-headers ul li a {
    background: #eee;
    padding: 13px 60px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.25px;
    border-radius: 5px 5px 0 0;
    border: 0;
    position: relative;
    border-color: #e5e5e5;
}
.smosc__tab-effect .smosc__tab-headers ul li a.active {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #fff;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 15px 60px;
}
.smosc__tab-effect .smosc__tab-headers ul li a.active:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}
@media (max-width: 575.98px) {
    .smosc__tab-effect .smosc__tab-headers ul li:first-child {
        width: 55%;
    }
    .smosc__tab-effect .smosc__tab-headers ul li:last-child {
        width: 45%;
    }
    .smosc__tab-effect .smosc__tab-headers ul li a {
        padding: 8px 15px;
        font-size: 16px;
    }
    .smosc__tab-effect .smosc__tab-headers ul li a.active {
        padding: 10px;
        font-size: 16px;
    }
}

.spr-badge .spr-badge-starrating {
    line-height: 0;
}
.spr-badge .spr-badge-starrating .spr-icon {
    color: #ffb503;
    font-size: 9px;
    margin-right: 3px;
}
@media (min-width: 576px) {
    .spr-badge .spr-badge-starrating .spr-icon {
        margin-right: 6px;
    }
}
.spr-badge .spr-badge-starrating .spr-icon:last-child {
    margin-right: 0;
}

.product-page-info__payments {
    border: 1px solid #999;
    padding: 10px 15px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.product-page-info__payments label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background: #fff;
    padding: 0 20px;
}
@media only screen and (max-width: 780px) {
    .product-page-info__payments label {
        text-align: center;
        left: 20px;
        right: 20px;
        margin: auto;
        transform: none;
    }
}
.product-page-info__payments .payment-icons {
    text-align: center;
    padding: 15px 0 10px;
}
.product-page-info__payments .payment-icons li {
    margin: 0 2px;
}

/*============================================================================
      End product detail
  ==============================================================================*/
/*============================================================================
      Product-form
  ==============================================================================*/
.product-form .product-form__selector {
    display: flex;
    margin: 0 -5px;
}
.product-form .product-form__selector .selector-wrapper {
    flex: 1;
    padding: 0 10px;
}
.product-form .product-form__selector .selector-wrapper select {
    width: 100%;
}
.product-form .product-form__selector .selector-wrapper > label {
    color: #000;
    font-weight: 600;
    line-height: 26px;
}

/*============================================================================
      Swatch
  ==============================================================================*/
.swatch {
    display: flex;
    flex-wrap: wrap;
    font-family: "Kanit", sans-serif;
}
.swatch .header {
    color: #000;
    font-weight: 600;
    line-height: 26px;
    display: none;
}
.swatch .swatch_list {
    margin-bottom: 10px;
}
.swatch .swatch-element {
    display: inline-block;
    position: relative;
}
.swatch .swatch-element:not(.color) {
    margin: 0 5px 10px 0;
}
@media (min-width: 576px) {
    .swatch .swatch-element:not(.color) {
        margin: 0 10px 10px 0;
    }
}
.swatch .swatch-element.available .soldout-img {
    display: none;
}
.swatch .swatch-element.available .smart_tooltip:hover .tooltiptext {
    visibility: hidden;
}
.swatch .swatch-element.color {
    margin: 5px 2px 0 0;
}
.swatch .swatch-element.color label {
    background: #fff;
    min-width: 60px;
    height: 60px;
}
.swatch .swatch-element.color label::before {
    content: "";
    border: 5px solid #fff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.swatch .swatch-element.color label::after {
    content: "";
    border: 3px solid transparent;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}
.swatch .swatch-element.color input:checked + label {
    border-radius: 6px;
    overflow: hidden;
}
.swatch .swatch-element.color input:checked + label::after {
    border: 3px solid #6445ee;
}
.swatch .swatch-element.color input:checked + label::before {
    border: 5px solid #fff;
    border-radius: 6px;
    overflow: hidden;
}
.swatch .swatch-element input {
    display: none;
}
.swatch .swatch-element input:checked + label {
    border: 1px solid #6445ee;
    color: #fff;
    background: #6445ee;
}
.swatch .swatch-element input:checked + label::before {
    content: "";
    border: 3px solid #6445ee;
    left: -3px;
    right: -3px;
    width: auto;
    top: -3px;
    bottom: -3px;
    position: absolute;
}
.swatch .swatch-element label {
    background-size: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 22px;
    font-size: 12px;
    color: #6445ee;
    padding: 0 10px;
    position: relative;
    text-align: center;
    line-height: 16px;
    background: #fff;
    border: 1px solid #999;
}
@media (min-width: 576px) {
    .swatch .swatch-element label {
        padding: 0 18px;
    }
}
.swatch .swatch-element label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}
.swatch .swatch-element .smart_tooltip {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: -5px;
}
.swatch .swatch-element .smart_tooltip .tooltiptext {
    left: 0;
    width: 80px;
    right: 0;
    margin: 0 auto;
}

/*============================================================================
      Product list
  ==============================================================================*/
.collection-hero {
    position: relative;
    overflow: hidden;
    margin-top: -45px;
    margin-bottom: 20px;
    display: none;
}

@media (min-width: 576px) {
    .collection-hero {
        display: block;
        margin-bottom: 60px;
    }
}
.collection-hero__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    opacity: 1;
}

.collection-hero--product-list {
    margin-bottom: 34px;
}

.collection-description {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 130px 11px 20px;
    font-size: 14px;
    line-height: 18px;
}
.collection-description > * {
    color: #fff;
}
.collection-description h1 {
    font-size: 30px;
}
.collection-description h1,
.collection-description p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .collection-description {
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .collection-hero_parallax {
        background-attachment: fixed;
    }
}

.collection-header .section-header,
.collection-header .section-header h1 {
    margin: 0;
}

.collection__no-matches {
    padding: 40px 0 50px;
    text-align: center;
}

.grid--view-items {
    display: -ms-flexbox;
    display: flex;
}
.grid--view-items .grid__item {
    float: none;
}

.grid-view-item.product-card {
    float: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.grid-view-item.product-card .vendor {
    font-size: 12px;
    line-height: 1;
    color: #333;
}
.grid-view-item.product-card .grid-view-vote {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grid-view-item.product-card .grid-view-vote .spr-badge-caption {
    font-size: 12px;
    color: #999;
    margin-left: 3px;
    font-family: "Kanit", sans-serif;
}
@media (min-width: 576px) {
    .grid-view-item.product-card .grid-view-vote .spr-badge-caption {
        margin-left: 8px;
    }
}
.grid-view-item.product-card .grid-view-vote .vendor + .spr-badge {
    text-align: right;
}
.grid-view-item.product-card .grid-view-vote .spr-badge {
    min-width: 90px;
    line-height: 0;
    margin: 5px 0 20px;
}
.grid-view-item.product-card .grid-view-vote .spr-badge[data-rating="0.0"] {
    display: none;
}

.products_list .filters-toolbar-wrapper {
    border: none;
}
.products_list .product-card__title {
    border: none;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.products_list .view_all {
    margin-top: 65px;
}
.products_list .view_all .btn {
    padding: 17px 40px;
}
.products_list [class^="spr-icon-"]:before,
.products_list [class*=" spr-icon-"]:before {
    font-size: 12px;
}
.products_list .spr-badge-caption {
    font-size: 12px;
    font-weight: normal;
}
.products_list .price .price-item {
    font-weight: 500;
}

.product-card {
    position: relative;
    padding: 0 0 0 5px;
}
@media (min-width: 576px) {
    .product-card {
        padding: 0 0 0 10px;
    }
}
.product-card.grid-view-item .product__tags {
    top: -5px;
    z-index: 3;
}
.product-card .product-card__image-wrapper {
    height: 180px;
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .product-card .product-card__image-wrapper {
        height: 278px;
    }
    .product-card .product-card__image-wrapper:hover .quickview {
        opacity: 1;
        z-index: 1;
    }
}
.product-card .product__tags {
    position: absolute;
    margin-left: -5px;
}
@media (min-width: 576px) {
    .product-card .product__tags {
        margin-left: -10px;
    }
}
.product-card .action {
    position: absolute;
    left: 9px;
    bottom: 6px;
    z-index: 2;
}
.product-card .action .product-form__cart {
    background: rgba(153, 153, 153, 0.15);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    margin: 0;
}
.product-card .action .product-form__cart:hover {
    background: #ecff77;
}
.product-card .action .product-form__cart:hover svg {
    fill: #fff;
}
.product-card .action .product-form__cart svg {
    margin: 0;
}
.product-card .action .product-form__cart.disable {
    opacity: 0.5;
    pointer-events: none;
}

.product-card__image-with-placeholder-wrapper {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
@media (min-width: 768px) {
    .product-card__image-with-placeholder-wrapper:hover {
        border: 1px solid #e4e4e4;
    }
}
@media (max-width: 767px) {
    .product-card__image-with-placeholder-wrapper {
        border-top: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
    }
}

.product-card__title {
    display: inline;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-card__title:hover {
    color: var(--color-primary);
}

.product-card__options {
    margin-top: 13px;
}
.product-card__options.product-form__swatch {
    margin-left: 2px;
    display: flex;
    flex-wrap: wrap;
}

.product-card__variant-title {
    font-size: 12px;
    line-height: 15px;
    color: #333;
    margin-bottom: 7px;
    font-family: "Kanit", sans-serif;
}

.product-card__price-wrap .product-card__price .price__regular {
    font-size: 16px;
    font-weight: 600;
}

.product-card__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    color: #999;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 575.98px) {
    .product-card__price {
        font-size: 12px;
    }
}
.product-card__price .price_note {
    margin-right: auto;
}
.product-card__price .price__regular {
    font-weight: bold;
}
.product-card__price.price--on-sale .price__regular {
    color: #fd2729;
}
@media (max-width: 575.98px) {
    .product-card__price.price--on-sale .price__sale {
        margin-top: 3px;
    }
    .product-card__price.price--on-sale .price__regular {
        width: 100%;
        text-align: right;
    }
}
.product-card__price .price__sale {
    padding: 0;
}

@media (max-width: 575.98px) {
    .product-card__price-member {
        margin-bottom: 8px;
    }
}
.product-card__price-member .price__regular {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.product-card__price-retail .price__regular {
    font-size: 14px;
}
.product-card__price-retail.price--on-sale .price__regular {
    color: #666;
}

.products__color-variant {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px -6px;
    position: relative;
    z-index: 3;
}
.products__color-variant .products__color-item label {
    width: 21px;
    height: 21px;
    margin: 3px;
    min-width: 21px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}
.products__color-variant .products__color-item label::after {
    content: "";
    border: 1px solid transparent;
    position: absolute;
    display: block;
    top: -2px;
    left: -2px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
}
.products__color-variant .products__color-item label img {
    cursor: pointer;
}
.products__color-variant .products__color-item.active label::after {
    border-color: #6445ee;
}
.products__color-variant .products__color-img {
    display: none;
}
.products__color-variant.layout-image .products__color-item.active .products__color-img::after {
    border-color: #6445ee;
}
.products__color-variant.layout-image .products__color-item .products__color-img {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 3px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.products__color-variant.layout-image .products__color-item .products__color-img::after {
    content: "";
    border: 2px solid transparent;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}
.products__color-variant.layout-image label {
    display: none;
}

.grid-view-item__image-wrapper,
.product-single__media-group .feature-media {
    overflow: hidden;
}

.product__tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    flex-direction: column;
    align-items: baseline;
    font-family: "Kanit", sans-serif;
}

.tags-name {
    padding: 5px;
    text-transform: capitalize;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 12px;
    margin-top: 10px;
    text-align: center;
}
.tags-name.sale_off {
    background: #fd9b27;
}
.tags-name.sale_percen {
    background: #f53533;
}
.tags-name.sold_out {
    background: #707070;
}
.tags-name.autoship {
    background: red;
}

.tags__view-list {
    position: relative;
}
.tags__view-list .product__tags {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    line-height: 1;
    z-index: 1;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tags__view-list .product__tags .tags-name {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 5px;
    line-height: 1;
    font-size: 12px;
    font-family: "Kanit", sans-serif;
}
.tags__view-list .product__tags .tags-name:last-child {
    margin: 0;
}
.tags__view-list .product__tags .tags-name.sold_out {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    opacity: 0.7;
}

.filters__wrapper .filters__select-label {
    cursor: pointer;
    position: relative;
}

.product-card__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    line-height: 1.5;
}

/*============================================================================
    End product list
  ==============================================================================*/
/*============================================================================
    Collection autoship
  ==============================================================================*/
@media (min-width: 768px) {
    .collection__autoship {
        margin-top: -110px;
    }
}
.collection__autoship .banner-bottom {
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.collection__autoship .banner-bottom .desc,
.collection__autoship .banner-bottom .desc p {
    color: #666;
}
.collection__autoship .filters-toolbar-wrapper {
    margin-top: 25px;
}

.autoship__joining .note-joining-container p {
    color: #999999;
    font-style: italic;
}
.autoship__joining .note-joining-container .note-title {
    font-weight: 500;
}
.autoship__joining .note-joining-container .note-content a {
    text-decoration: underline;
}

.autoship__joining .h1 {
    margin-bottom: 40px;
}

.autoship__joining-item {
    padding: 0 20px 0 0;
    text-align: center;
}
.autoship__joining-item .media {
    height: 65px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.autoship__joining-title {
    font-weight: 600;
}

.products_list-autoship {
    margin-top: 30px;
}
.products_list-autoship .tags-name.autoship {
    display: none;
}

.product-card__variant:not(.soldout):hover label::before {
    content: " ";
    border: 3px solid #6445ee;
    left: -3px;
    right: -3px;
    width: auto;
    top: -3px;
    bottom: -3px;
    position: absolute;
}

.product-card__autoship {
    margin-left: 10px;
    padding: 10px;
}
.product-card__autoship .product-card__image-wrapper {
    height: 110px;
}
.product-card__autoship .product-card__image-with-placeholder-wrapper {
    border: none;
}
.product-card__autoship .product-card__title {
    font-weight: bold;
}
.product-card__autoship .product-card__variant-title,
.product-card__autoship .product-card__options.product-form__swatch {
    margin-top: 12px;
}
.product-card__autoship .product-form__cart {
    margin-top: 15px;
}
.product-card__autoship .product-card__price-retail .price__regular {
    font-size: 16px;
}
.product-card__autoship .row .col-7 .action {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin-top: 5px;
}
.product-card__autoship .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .collection__autoship .banner-bottom {
        margin: 0 0 30px;
        padding: 25px 100px;
    }
    .collection__autoship .filters-toolbar-wrapper {
        margin-top: 35px;
    }
    .product-card__autoship:hover .quickview {
        opacity: 1;
        z-index: 1;
    }
    .product-card__autoship.hide_quickview .quickview {
        opacity: 0;
        z-index: -1;
    }
    .product-card__autoship .product-card__image-wrapper {
        height: 227px;
    }
    .product-card__autoship .product-card__title {
        margin-top: 30px;
    }
    .product-card__autoship .product-card__variant-title,
    .product-card__autoship .product-card__options.product-form__swatch {
        margin-top: 35px;
    }
    .product-card__autoship .product-card__price-retail .price__regular {
        font-size: 18px;
    }
    .product-card__autoship .action {
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .collection__autoship .banner-bottom {
        margin: 30px auto;
    }
    .collection__autoship .banner-bottom h3 {
        font-size: 18px;
    }
    .collection__autoship .banner-bottom .desc {
        font-size: 16px;
        text-align: left;
    }
    .collection__autoship .filters-toolbar__item-child {
        width: 100%;
    }
    .autoship__joining .h1 {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .product-card__autoship {
        border-color: #f2f2f2 #f2f2f2 #ccc #f2f2f2;
        border-width: 1px 1px 2px 1px;
    }
}
/*============================================================================
    End collection autoship
  ==============================================================================*/
/*============================================================================
      Collection list
  ==============================================================================*/
@media (min-width: 576px) {
    .collection_header {
        text-align: center;
    }
}
.collection__item-header {
    display: flex;
    justify-content: space-between;
}
.collection__item-header .title {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 600;
}
.collection__item-header .link-readmore {
    min-width: 50%;
    text-align: right;
    font-size: 14px;
}
@media (min-width: 1024px) {
    .collection__item-header {
        min-width: 30%;
    }
    .collection__item-header h3 {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .collection__item-header {
        flex-wrap: wrap;
    }
    .collection__item-header .title {
        margin-bottom: 5px;
    }
    .collection__item-header .link-readmore {
        width: 100%;
        margin-bottom: 5px;
    }
}

.collection_item {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.collection_item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.collection_item .collection__no-matches {
    padding: 0;
}
@media (min-width: 1024px) {
    .collection_item .collection__no-matches {
        margin: 50px 0;
    }
}

.collection_grid.style_2 {
    overflow: unset;
}
.collection_grid.style_2 .collection-grid-item__title {
    position: relative;
    top: 0;
    bottom: 0;
    transform: none;
    padding-top: 20px;
    text-shadow: none;
    color: #333333;
}
.collection_grid.style_2 .collection-grid-item__title-wrapper::before {
    display: none;
}
.collection_grid.style_3 .collection-grid-item__title {
    left: 10px;
    right: 10px;
    bottom: 0;
    transform: none;
    top: auto;
    width: auto;
    color: #333333;
    text-shadow: none;
    padding: 10px 0;
    transition: 0.3s;
}
.collection_grid.style_3 .collection-grid-item__title-wrapper::before {
    display: none;
}

/*============================================================================
      End collection list
  ==============================================================================*/
/*============================================================================
      List card
  ==============================================================================*/
.list-card__background {
    background: #e0fb3f;
    color: #fff;
}

.ss-list-card a,
.ss-list-card .title {
    color: #6445ee;
    font-weight: 400;
    margin: 0;
}
.ss-list-card h3 {
    font-size: 16px;
}
.ss-list-card .item {
    margin: 23px 0;
    position: relative;
}
.ss-list-card .style_2 {
    margin-right: -10px;
    margin-left: -10px;
}
.ss-list-card .style_2 > div {
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.ss-list-card .style_2 .item {
    display: flex;
    align-items: center;
}
.ss-list-card .style_2 .item .media {
    max-width: 62px;
    padding-right: 15px;
    text-align: center;
}
.ss-list-card .style_2 .item .media img {
    height: auto;
    width: auto;
}
.ss-list-card .style_2 .item .desc {
    font-size: 12px;
    font-family: "Kanit";
    color: #333333;
}

@media (max-width: 575.98px) {
    .list-card__background {
        padding: 20px 0;
    }
    .ss-list-card .item {
        margin: 10px 0;
    }
    .ss-list-card .style_2 .item .media {
        min-width: 50px;
        padding-right: 10px;
    }
    .ss-list-card .style_2 .item .desc {
        display: none;
    }
}
/*============================================================================
      End collection list
  ==============================================================================*/
/*============================================================================
    Business Unilever about
  ==============================================================================*/
body.business .index-section--slideshow {
    padding-bottom: 0;
}

.home-unilever__about {
    padding-bottom: 0;
    position: relative;
}
.home-unilever__about .unilever__about-top {
    background: #2e2b39;
    color: #fff;
    padding: 25px 0 80px;
}
.home-unilever__about .unilever__about-top .title {
    color: #e0fb3f;
}
.home-unilever__about .unilever__about-top .unilever__about-more {
    color: #e0fb3f;
    font-style: normal;
    text-decoration: underline;
}
.home-unilever__about .unilever__about-top .unilever__about-more:hover {
    color: rgba(224, 251, 63, 0.7019607843);
}
.home-unilever__about .unilever__about-top .unilever__about-desc {
    font-size: 18px;
    line-height: 28px;
    font-family: "Kanit", "IBM Plex Sans Thai Looped", sans-serif;
}

@media (max-width: 575.98px) {
    .home-unilever__about .unilever__about-top {
        padding: 25px 0 50px;
    }
    .home-unilever__about .unilever__about-top .unilever__about-desc {
        font-size: 18px;
    }
    .home-unilever__about .unilever__about-top .unilever__about-more {
        display: block;
        font-size: 16px;
        margin-top: 5px;
    }
}
/*============================================================================
    Business Member privileges
  ==============================================================================*/
.home-member__privileges .home-member__privileges__background {
    padding: 0 0 200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    box-shadow: 45vw 0 500px -98px #a7a8a9 inset;
    background-size: cover;
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .col-item {
    margin-bottom: 40px;
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .item {
    background: #fff;
    padding: 20px;
    height: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .media {
    display: flex;
    align-items: flex-end;
    min-height: 65px;
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .media img {
    max-height: 60px;
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .title {
    margin: 10px 0 0 0;
    font-size: 16px;
}
.home-member__privileges .home-member__privileges__background .unilever__about-list .desc {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-family: "Kanit", "IBM Plex Sans Thai Looped", sans-serif;
    font-weight: 400;
}
.home-member__privileges .home-member__privileges__background .unilever__about_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -50px;
}
.home-member__privileges .home-member__privileges__background .row__privileges {
    position: relative;
}
.home-member__privileges .home-member__privileges__background .row__privileges .rte-setting p {
    font-size: 16px;
    line-height: 22px;
    display: inline;
}
.home-member__privileges .home-member__privileges__background .row__privileges .rte-setting a {
    color: #e0fb3f;
}
.home-member__privileges .home-member__privileges__background .row__privileges .rte-setting a:hover {
    color: rgba(224, 251, 63, 0.7);
}
@media (max-width: 575.98px) {
    .home-member__privileges .home-member__privileges__background .unilever__about-list {
        margin-top: -35px;
    }
    .home-member__privileges .home-member__privileges__background .unilever__about-list .item {
        padding: 0 20px 20px;
    }
    .home-member__privileges .home-member__privileges__background .unilever__about_wrapper {
        display: block;
        height: unset;
        z-index: 4;
        top: unset;
    }
}
.home-member__privileges .item-content {
    padding-right: 50px;
}
.home-member__privileges .title {
    font-size: 40px;
    line-height: 46px;
}
.home-member__privileges .p {
    color: #999;
}
.home-member__privileges .item-media img {
    width: 100%;
    display: none;
}
.home-member__privileges .box-shadow-img {
    display: none;
}

@media (max-width: 575.98px) {
    .home-member__privileges {
        position: relative;
    }
    .home-member__privileges .home-member__privileges__background {
        padding: 0;
        background-image: unset !important;
        box-shadow: unset;
        margin-top: -40px;
    }
    .home-member__privileges .title {
        font-size: 40px;
    }
    .home-member__privileges .item-content {
        position: relative;
        padding: 50px 15px 0;
        z-index: 1;
    }
    .home-member__privileges .box-shadow-img {
        display: block;
        position: absolute;
        z-index: 1;
        box-shadow: 0 35px 50px -4px white inset;
        width: 100%;
        height: 100%;
    }
    .home-member__privileges .item-media {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 -15px;
        width: auto;
    }
    .home-member__privileges .item-media img {
        display: unset;
    }
    .home-member__privileges .content-bg {
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
    }
}
@media only screen and (max-width: 575.98px) and (max-width: 575.98px) {
    .home-member__privileges .content-bg {
        margin-top: 220px;
    }
}
@media only screen and (max-width: 575.98px) and (max-width: 470px) {
    .home-member__privileges .content-bg {
        margin-top: 161px;
    }
}
@media only screen and (max-width: 575.98px) and (max-width: 400px) {
    .home-member__privileges .content-bg {
        margin-top: 90px;
    }
}
/*============================================================================
      End unilever about
  ==============================================================================*/
/*============================================================================
      Image marquee
  ==============================================================================*/
.ss-image__marquee {
    overflow: hidden;
    position: relative;
}

.ss-image__marquee .row {
    height: 100%;
}

@media (max-width: 1024.98px) {
    .ss-image__marquee {
        display: flex;
        flex-wrap: wrap;
    }
    .js-image__marquee img {
        width: auto;
        height: 200px;
        max-width: none;
    }
    .image__marquee-content {
        padding: 30px 20px;
    }
    .image__marquee-content .desc p {
        color: #666666;
    }
    .ss-image__marquee .js-image__marquee:first-child {
        order: -1;
    }
    .ss-image__marquee .marquee__content-wrap {
        order: -1;
    }
}
@media (min-width: 1025px) {
    .ss-image__marquee .container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .image__marquee-content {
        background: #f2f2f2;
        max-width: 440px;
        display: flex;
        height: 100%;
        padding: 50px;
        justify-content: center;
        flex-direction: column;
    }
    .image__marquee-content .desc p {
        color: #666666;
    }
    .image__marquee-content a {
        font-family: "Kanit", sans-serif;
    }
    .js-image__marquee img {
        width: unset;
        height: 250px;
        max-width: unset;
    }
}
@media (max-width: 576.98px) {
    .image__marquee-content {
        background: #f2f2f2;
    }
    .image__marquee-content .desc p {
        font-size: 16px;
        line-height: 22px;
    }
    .image__marquee-content a {
        font-family: "Kanit", sans-serif;
    }
}
/*============================================================================
      End image marquee
  ==============================================================================*/
/*============================================================================
      Video webm
  ==============================================================================*/
.ss-video-webm {
    position: relative;
}
.ss-video-webm video {
    width: 100%;
}
.ss-video-webm .ss-video__content {
    z-index: 1;
}
@media (min-width: 576px) {
    .ss-video-webm {
        overflow: hidden;
        max-height: 622px;
    }
    .ss-video-webm .video-wrap .icon_play {
        display: none;
    }
    .ss-video-webm .ss-video__content {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .ss-video-webm .ss-video__content .title,
    .ss-video-webm .ss-video__content p {
        color: #fff;
    }
    .ss-video-webm .ss-video__content .desc {
        font-size: 16px;
        line-height: 22px;
    }
    .ss-video-webm .ss-video__content .btn {
        margin-top: 20px;
    }
    .ss-video-webm .ss-video__content .video__content {
        max-width: 560px;
    }
    .ss-video-webm .ss-video__content .video__content .title {
        font-size: 40px;
        line-height: 46px;
        color: #e0fb3f;
    }
}
@media (max-width: 575.98px) {
    .ss-video-webm .video-wrap {
        position: relative;
        text-align: center;
    }
    .ss-video-webm .video-wrap .icon_play {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }
    .ss-video-webm .ss-video__content {
        position: relative;
        margin: -150px 0 0;
    }
    .ss-video-webm .ss-video__content .video__content .title {
        font-size: 40px;
        line-height: 46px;
        color: #fff;
    }
    .ss-video-webm .ss-video__content .video__content .desc {
        background: #fff;
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
        padding: 20px 20px 25px;
    }
    .ss-video-webm .ss-video__content .video__content .desc p {
        line-height: 22px;
    }
    .ss-video-webm .ss-video__content .h1 {
        color: #2035c7;
    }
    .ss-video-webm .ss-video__content .btn {
        margin-top: 25px;
    }
    .ss-video-webm video {
        width: auto;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .home-business_testimonial {
        padding-top: 0;
    }
}
.home-business_testimonial .title {
    margin-bottom: 35px;
}

/*============================================================================
      End video webm
  ==============================================================================*/
/*============================================================================
      Footer
  ==============================================================================*/
.site-footer {
    color: #fff;
    background-color: #2e2b39;
}
.site-footer a {
    text-decoration: none;
}
.site-footer a {
    color: #fff;
    font-weight: 400;
}
.site-footer a:hover {
    color: #e0fb3f;
}

.site-footer h4,
.site-footer .h4 {
    font-size: 16px;
    color: #e0fb3f;
    font-weight: 400;
}

.footer__social {
    margin-top: 27px;
}
.footer__social li {
    padding-right: 20px;
    display: inline-block;
}
.footer__social li a {
    display: block;
}
.footer__social li a:hover svg {
    width: 25px;
    height: 25px;
    fill: #e0fb3f;
}
.footer__social li svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.footer__social li:last-child {
    padding: 0;
}

.footer__contact li {
    margin-bottom: 6px;
    font-size: 11px;
}
.footer__contact li:last-child {
    margin-bottom: 0;
}

.footer__contact li,
.footer__contact li a {
    width: 100%;
}
@media (min-width: 1024px) {
    .footer__contact li,
    .footer__contact li a {
        display: flex;
    }
}

.footer_icon {
    padding-right: 10px;
}
.footer_icon svg {
    fill: #e0fb3f;
}
.footer_icon svg circle {
    fill: #e0fb3f;
}

.footer__group-image a {
    margin-right: 15px;
}
.footer__group-image a img {
    max-height: 46px;
}
.footer__group-image a:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .footer__group-image img {
        height: 40px;
        object-fit: cover;
    }
}
@media (min-width: 768px) and (max-width: 1170px) {
    .footer__group-image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__group-image a {
        margin-right: 0;
    }
    .footer__group-image a + a {
        margin-top: 10px;
    }
}
@media (max-width: 420px) {
    .footer__group-image {
        display: flex;
        flex-direction: column;
    }
    .footer__group-image a {
        margin-right: 0;
    }
    .footer__group-image a + a {
        margin-top: 5px;
    }
}

@media (max-width: 576px) {
    .footer__group-image {
        text-align: left !important;
    }
}
.site-footer__bottom {
    padding: 0px 10px;
}
.site-footer__bottom .site-footer__linklist.list--inline li {
    border-left: 1px solid #fff;
    line-height: 1;
}
.site-footer__bottom .site-footer__linklist.list--inline li:first-child {
    border: none;
}
.site-footer__bottom .site-footer__linklist.list--inline li:first-child a {
    padding-left: 0;
}
@media (max-width: 575.98px) {
    .site-footer__bottom .site-footer__linklist.list--inline .footer__linklist--display-br {
        display: none;
    }
}
@media (min-width: 576px) {
    .site-footer__bottom .site-footer__linklist.list--inline .footer__linklist--display-br {
        display: block;
    }
}
.site-footer__bottom .site-footer__linklist.list--inline a {
    padding: 0 5px;
    line-height: 1;
}
.site-footer__bottom .site-footer__linklist.list--inline a:hover {
    color: #e0fb3f;
}
.site-footer__bottom .footer__copyright {
    color: #fff;
    line-height: 18px;
    padding-bottom: 10px;
}
.site-footer__bottom > div {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .site-footer__bottom__content {
        display: block !important;
    }
}
.footer__language-switch .h4,
.footer__language-switch h4 {
    margin: 30px 0 5px;
}
.footer__language-switch a {
    margin-right: 15px;
}
.footer__language-switch a.active {
    text-decoration: underline;
    color: #e0fb3f;
}

/*============================================================================
      End footer
  ==============================================================================*/
/*============================================================================
      Account
  ==============================================================================*/
.address__form h1 {
    text-transform: uppercase;
}
@media only screen and (min-width: 780px) {
    .address__form h1 {
        margin-bottom: 40px;
    }
}
.address__form h2 {
    outline: none;
}
.address__form .form-actions {
    margin-bottom: 20px;
}
.address__form .btn {
    margin-bottom: 0;
}

.myaccount__order-history {
    margin-bottom: 30px;
}
@media only screen and (min-width: 780px) {
    .myaccount__order-history {
        margin-bottom: 50px;
    }
}

/*============================================================================
      End account
  ==============================================================================*/
/*================ #Wishlist - Favorite ================*/
.tab-wishlist-favorite a {
    padding: 10px 30px;
    border: 1px solid #ccc;
}
.tab-wishlist-favorite a:last-child {
    margin-left: -1px;
}
.tab-wishlist-favorite a.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

/*================ #Time line ================*/
.smart__timeline .section-header h1 {
    margin-bottom: 60px;
}
@media (max-width: 480px) {
    .smart__timeline .section-header h1 {
        margin-bottom: 40px;
    }
}

.smart__timeline-right {
    padding-left: 80px;
    line-height: 26px;
}
.smart__timeline-right p {
    margin-bottom: 20px;
}
.smart__timeline-right p.mb-0 {
    margin-bottom: 0;
}
.smart__timeline-right ol {
    margin: 0 0 0 45px;
}
.smart__timeline-right h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    padding-top: 40px;
    border-top: 1px solid #f2f2f2;
    font-weight: 600;
}
.smart__timeline-right h4:first-child {
    padding: 0;
    border: 0;
}
@media (max-width: 767px) {
    .smart__timeline-right h4 {
        margin-top: 30px;
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .smart__timeline-right {
        padding-left: 15px;
    }
}

.smart__timeline-content {
    padding-left: 80px;
    position: relative;
}
.smart__timeline-content .content {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 60px;
}
.smart__timeline-content .content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.smart__timeline-content .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .smart__timeline-content .content {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .smart__timeline-content .content {
        padding: 20px;
    }
}
.smart__timeline-content .step {
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    width: 60px;
    border-radius: 100%;
    height: 60px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    position: absolute;
    left: 0;
    line-height: 1;
    z-index: 1;
    background: #6445ee;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 8px;
}
.smart__timeline-content .step span {
    font-size: 20px;
}
@media (max-width: 767px) {
    .smart__timeline-content .step {
        height: 35px;
        width: 35px;
        font-size: 12px;
        left: 10px;
    }
}
@media (max-width: 480px) {
    .smart__timeline-content .step {
        left: 0px;
        font-size: 9px;
    }
    .smart__timeline-content .step span {
        font-size: 11px;
    }
}
.smart__timeline-content:before {
    position: absolute;
    top: 0;
    left: 28px;
    height: calc(100% + 60px);
    width: 4px;
    background: #006EF2;
    content: "";
}
.smart__timeline-content:last-child:before {
    display: none;
}
@media (max-width: 480px) {
    .smart__timeline-content {
        padding-left: 50px;
        padding-right: 10px;
    }
    .smart__timeline-content:before {
        left: 16px;
    }
}

/*============================================================================
    Login canvas
  ==============================================================================*/
.offcanvas-content.offcanvas-login {
    width: 555px;
}
.offcanvas-content.offcanvas-login .form-actions {
    margin: 50px 0;
    font-size: 14px;
}
.offcanvas-content.offcanvas-login .form-actions .btn {
    margin: 0 auto;
}
.offcanvas-content.offcanvas-login .desc-top {
    margin-top: 30px;
    font-weight: bold;
}
.offcanvas-content.offcanvas-login .desc-top a {
    font-weight: bold;
}
.offcanvas-content.offcanvas-login .desc-bottom {
    margin-top: 20px;
}
.offcanvas-content.offcanvas-login .form-group-icon label {
    display: inline-block;
}
.offcanvas-content.offcanvas-login .forgot_password {
    float: right;
}
.offcanvas-content.offcanvas-login label.incorrect_email_password {
    display: none;
    margin: 5px 0 0 0;
    color: #d20000;
    font-size: 12px;
    line-height: 1;
}
.offcanvas-content.offcanvas-login form.error label.incorrect_email_password {
    display: inline-block;
}
.offcanvas-content.offcanvas-login form.error input {
    color: #fd3c3e;
    border-color: #fd3c3e;
}
.offcanvas-content.offcanvas-login form.error input:-webkit-autofill,
.offcanvas-content.offcanvas-login form.error input:-webkit-autofill:hover,
.offcanvas-content.offcanvas-login form.error input:-webkit-autofill:focus,
.offcanvas-content.offcanvas-login form.error input:-webkit-autofill:active {
    color: #fd3c3e;
    -webkit-text-fill-color: #fd3c3e;
}

/*============================================================================
    End login canvas
  ==============================================================================*/
/*============================================================================
    FAQs
  ==============================================================================*/
.faqs__page .faqs-menu a.active {
    color: #333;
    text-decoration: none;
}
.faqs__page .faqs-sidebar__bottom {
    margin-top: 20px;
}
.faqs__page .faqs-sidebar__bottom .link-readmore {
    text-transform: none;
}
.faqs__page .time,
.faqs__page .phone {
    margin-top: 15px;
}
.faqs__page .phone {
    display: flex;
    align-items: center;
}
.faqs__page .phone svg {
    fill: #ccc;
    margin-right: 10px;
}

.rte ul.list_faqs {
    list-style: none;
    margin: 0;
}

.list_faqs {
    list-style: none;
    margin: 0;
}
.list_faqs > li {
    margin-bottom: 30px;
}
.list_faqs > li > h3 {
    display: block;
    font-weight: normal;
    position: relative;
    background: #333;
    color: #fff;
    padding: 15px 60px 15px 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.list_faqs > li > h3 svg {
    position: absolute;
    right: 20px;
    top: 15px;
}
.list_faqs > li > * {
    display: none;
}
.list_faqs > li.show > * {
    display: block;
}
.list_faqs > li.show > h3 svg {
    transform: rotate(180deg);
}

/*============================================================================
    End FAQs
  ==============================================================================*/
/*============================================================================
    Progress step
  ==============================================================================*/
.smart-progress__steps {
    padding: 5px 0 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-family: "Kanit", sans-serif;
}
.smart-progress__steps .progress__step-item {
    flex: 1;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.smart-progress__steps .progress__step-item::before,
.smart-progress__steps .progress__step-item::after {
    content: "";
    position: absolute;
    left: -50%;
    width: 100%;
}
.smart-progress__steps .progress__step-item::after {
    background: #999;
    height: 4px;
    top: 15px;
}
.smart-progress__steps .progress__step-item::before {
    background: #999;
}
.smart-progress__steps .progress__step-item:first-child::after {
    display: none;
}
.smart-progress__steps .progress__step-item .icon_active {
    display: none;
}
.smart-progress__steps .progress__step-item.active::after {
    background: #6445ee;
}
.smart-progress__steps .progress__step-item.active .progress__step-content {
    color: #6445ee;
}
.smart-progress__steps .progress__step-item.active .progress__step-number {
    background: #6445ee;
}
.smart-progress__steps .progress__step-item.active:not(.current) .icon_active {
    display: block;
}
.smart-progress__steps .progress__step-item.active:not(.current) .number {
    display: none;
}
.smart-progress__steps .progress__step-item.current .progress__step-content {
    display: block;
    color: #6445ee;
}
.smart-progress__steps .progress__step-content {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    margin-top: 10px;
    display: none;
}
.smart-progress__steps .progress__step-number {
    width: 28px;
    height: 28px;
    display: flex;
    margin: 0 auto;
    background: #999;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

@media (min-width: 576px) {
    .smart-progress__steps {
        padding: 5px 0 15px;
    }
    .smart-progress__steps .progress__step-content {
        display: block;
    }
}
/*============================================================================
    End progress step
  ==============================================================================*/
/*============================================================================
    Cookieconsent
  ==============================================================================*/
.smart_cookieconsent {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    justify-content: space-between;
}
.smart_cookieconsent .cookieconsent__content-left,
.smart_cookieconsent p {
    font-size: 14px;
    color: #fff;
}
.smart_cookieconsent .cookieconsent__content-right .btn--cookieconsent {
    font-weight: 500;
}
@media (max-width: 1170px) {
    .smart_cookieconsent {
        padding: 20px 0;
    }
    .smart_cookieconsent.style_bottom {
        bottom: 60px;
    }
    .smart_cookieconsent .cookieconsent__content-right {
        text-align: right;
        margin-top: 15px;
    }
    .smart_cookieconsent .cookieconsent__content-right .btn--cookieconsent {
        font-size: 14px;
        line-height: 20px;
    }
}

/*============================================================================
    End cookieconsent
  ==============================================================================*/
/*============================================================================
    Promo Popup
  ==============================================================================*/
.promo-popup__modal .modal-content {
    width: 750px;
}
.promo-popup__modal .modal-content .drawer__close::before,
.promo-popup__modal .modal-content .drawer__close::after {
    background: #fff;
}

.promo-popup__form {
    position: relative;
}
.promo-popup__form .promo-popup__bg {
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}
.promo-popup__form .promo-popup__content {
    position: absolute;
    max-width: 330px;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    color: #fff;
}
.promo-popup__form .promo-popup__content .input-group {
    margin-bottom: 6px;
}
.promo-popup__form .promo-popup__content .message-container {
    min-height: 1.5em;
}
.promo-popup__form .promo-popup__content .message-container .form-message {
    padding: 0;
    margin: 0;
    text-align: center;
}
.promo-popup__form .promo-popup__content .message-container .form-message.form-message--error,
.promo-popup__form .promo-popup__content .message-container .form-message.form-message--success {
    border: 0;
    background-color: unset;
    color: #fff;
}
.promo-popup__form .main-title {
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 1;
}
.promo-popup__form input {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0 10px;
}

/*============================================================================
    End Promo Popup
  ==============================================================================*/
/*============================================================================
    Contact page
  ==============================================================================*/
.contact-page .social-sharing {
    margin-top: 15px;
}
.contact-page .social-sharing .btn--share svg {
    width: 25px;
    height: 25px;
}
.contact-page .form_desc {
    margin-bottom: 30px;
    font-family: "Kanit", "IBM Plex Sans Thai Looped", sans-serif;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .contact-page .contact_form {
        margin-top: 40px;
    }
    .contact-page .social-sharing .btn--share {
        margin-right: 15px;
    }
    .contact-page .social-sharing .btn--share svg {
        width: 32px;
        height: 32px;
    }
}

/*============================================================================
    End contact page
  ==============================================================================*/
/*============================================================================
    Congratulations
  ==============================================================================*/
.modal__content-congratulations {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}
.modal__content-congratulations .avatar img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
}
.modal__content-congratulations .title {
    margin-top: 20px;
    font-weight: bold;
}
.modal__content-congratulations .title span {
    font-weight: 500;
}
.modal__content-congratulations .desc {
    font-family: "Kanit", "IBM Plex Sans Thai Looped", sans-serif;
    font-weight: 500;
}
.modal__content-congratulations .btn {
    margin-top: 40px;
}

/*============================================================================
    Welcome back
  ==============================================================================*/
.welcome-back__modal .modal-content {
    width: 600px;
}
.welcome-back__modal .media {
    padding: 30px 0;
}
.welcome-back__modal .btn {
    margin: 30px 0 20px;
}
.welcome-back__modal .different_account {
    display: block;
    text-transform: none;
}

/*============================================================================
    Datepicker
  ==============================================================================*/
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #6445ee;
    box-shadow: #2035c7 0 1px 3px 0 inset;
}

/*============================================================================
    Responsive
  ==============================================================================*/
@media only screen and (max-width: 1170px) {
    .canvasmenu__mobile .header_navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        height: 100vh;
        z-index: 1040;
        overflow-y: auto;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 100px;
        background-color: #ffffff;
        display: block !important;
        overflow-x: hidden;
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .canvasmenu__mobile .header_navigation ul {
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
    }
    .canvasmenu__mobile .header_navigation > ul.site-nav {
        top: 0;
        box-shadow: none;
        overflow: visible;
    }
    .canvasmenu__mobile .header_navigation ul.show_children {
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .canvasmenu__mobile .header_navigation ul > li {
        border-bottom: 1px solid #999;
    }
    .canvasmenu__mobile .header_navigation ul > li .site-nav__link {
        padding: 10px 20px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #333333;
    }
    .canvasmenu__mobile .header_navigation ul > li .site-nav__link svg {
        font-size: 12px;
        width: 12px;
        height: 12px;
        transform: rotate(-90deg);
    }
    .canvasmenu__mobile .header_navigation li[data-has-dropdowns] {
        position: static;
    }
    .canvasmenu__mobile .header_navigation ul,
    .canvasmenu__mobile .header_navigation li {
        width: 100%;
        display: block;
        margin: 0;
    }
    .canvasmenu__mobile .header_navigation .site-nav__dropdown {
        padding: 0;
        left: 100%;
        width: 100%;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        border: none;
    }
    .canvasmenu__mobile .header_navigation li.show_submenu > .site-nav__dropdown {
        display: block;
    }
    .canvasmenu__mobile .header_navigation .megamenu {
        padding: 10px;
    }
    .canvasmenu__mobile .header_navigation .megamenu h4 {
        margin: 15px 0 0 0;
    }
    .canvasmenu__mobile .header_navigation .megamenu ul > li .site-nav__dropdown-megamenu li:last-child {
        border: none;
    }
    .canvasmenu__mobile .header_navigation .megamenu ul > li .site-nav__link {
        padding: 10px 0;
    }
    .canvasmenu__mobile .header_navigation .megamenu .grid-view-item__image-wrapper {
        max-width: none !important;
    }
    .canvasmenu__mobile.show_canvas .header_navigation {
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .canvasmenu__mobile.show_canvas .canvas__menu-overlay {
        display: block;
    }
    .collection-header.br-bottom {
        border: none;
        margin: 0;
    }
}
@media only screen and (max-width: 780px) {
    .site-header .header-left__col {
        max-width: 126px;
        margin-right: 0;
    }
    .site-header .header-left__col .site-header__logo {
        padding-left: 0px;
    }
    .header_menu-main .site-nav {
        width: 100%;
        display: flex;
    }
    /*.header-right__action {
      display: none;
    }*/
    .header-bottom__mobile {
        border-top: 1px solid #999;
    }
    .header-bottom__mobile .site-header__icons-wrapper {
        justify-content: inherit;
    }
    .header-bottom__mobile .site-header__search-toggle {
        margin-left: auto;
    }
}
/*============================================================================
    Share popup
  ==============================================================================*/
.social__share-popup .button__group {
    display: flex;
    align-items: center;
    color: #6445ee;
    cursor: pointer;
}
.social__share-popup .button__group.button__group-canvas {
    background: rgba(242, 242, 242, 0.9);
    padding: 11px 18px;
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0;
    top: 140px;
    box-shadow: 0px 3px 1px 0px rgba(175, 175, 175, 0.2509803922);
    z-index: 9;
}
.social__share-popup .button__group span {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.25px;
    margin-left: 5px;
}
@media (max-width: 575.98px) {
    .social__share-popup .button__group {
        flex-direction: column;
    }
    .social__share-popup .button__group.button__group-canvas {
        padding: 7px;
    }
}
.social__share-popup .button__group:hover svg {
    width: 20px;
    height: 20px;
}
.social__share-popup .button__group:hover span {
    font-weight: 700;
}
.social__share-popup .button__group:hover svg {
    width: 20px;
    height: 20px;
}
.social__share-popup .button__group:hover span {
    font-weight: 700;
}
.social__share-popup.active .offcanvas__social-share,
.social__share-popup .offcanvas__social-share.active {
    opacity: 1;
    visibility: inherit;
    z-index: 9999;
}
.social__share-popup.active .offcanvas__social-share .offcanvas-content,
.social__share-popup .offcanvas__social-share.active .offcanvas-content {
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.social__share-popup .offcanvas__social-share {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.social__share-popup .offcanvas-content {
    background: #f2f2f2;
    box-shadow: 0 0 4px rgba(41, 43, 46, 0.1);
    width: 388px;
    bottom: auto;
    height: auto;
    top: 140px;
    padding: 20px 20px 25px 20px;
}
.social__share-popup .offcanvas__share-header {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.social__share-popup .offcanvas__share-content {
    margin-top: 10px;
}
.social__share-popup .offcanvas__share-content .content-header .title {
    margin: 0;
    font-size: 16px;
}
.social__share-popup .offcanvas__share-content .content-header .ttile-top {
    color: #666;
}
.social__share-popup .offcanvas__share-content .social-sharing svg {
    max-height: 16px;
    width: auto;
}
.social__share-popup .offcanvas__share-content .social-sharing .btn--share {
    margin-right: 10px;
    padding: 0;
}
.social__share-popup .offcanvas__share-content .social__sharing-title {
    margin-right: 8px;
    font-size: 12px;
    font-family: "Kanit", sans-serif;
}
.social__share-popup .offcanvas__share-content .share {
    justify-content: inherit;
    margin: 20px 0 10px;
}
.social__share-popup .offcanvas__share-content .share-url .form-control {
    width: 100%;
    height: 30px;
    font-size: 12px;
    border-color: #333;
    padding: 6px 10px;
}
.social__share-popup .offcanvas__share-content .share-url-copy {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: "Kanit", sans-serif;
}
.social__share-popup .offcanvas__share-content .share-url-copy span {
    padding: 0 10px 0 0;
}
.social__share-popup .offcanvas__share-content .share-url-copy svg {
    height: 17px;
    width: auto;
}
.social__share-popup .offcanvas__share-content .content-bottom {
    margin-top: 30px;
}
.social__share-popup .offcanvas__share-content .content-bottom p {
    font-size: 14px;
    margin: 0;
}
.social__share-popup .offcanvas__share-content .content-bottom .share-note {
    font-size: 12px;
    font-style: italic;
    color: #999;
}
@media (max-width: 575.98px) {
    .social__share-popup .offcanvas-content {
        width: 275px;
        padding: 15px 10px 20px;
    }
    .social__share-popup .offcanvas-content .share-url {
        padding-right: 10px;
    }
    .social__share-popup .offcanvas__share-content .content-bottom {
        margin-top: 20px;
    }
    .social__share-popup .offcanvas__share-content .share {
        margin: 10px 0 10px;
    }
}

/*============================================================================
    Facebook live chat
  ==============================================================================*/
@media (max-width: 991px) {
    .fb_dialog_content > iframe {
        bottom: 80px !important;
        margin: 0 !important;
    }
}
/*============================================================================
    Connection line error
==============================================================================*/
.bad_connection .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.bad_connection .media-top {
    text-align: center;
    margin: 5px 0 50px;
}
.bad_connection .btn {
    align-items: center;
    display: flex;
    height: 50px;
}
@media (max-width: 575.98px) {
    .bad_connection .media-top {
        margin: 5px 0 30px;
    }
    .bad_connection .group-buttons {
        flex-direction: column;
        max-width: 236px;
        margin: 0 auto;
    }
    .bad_connection .group-buttons .btn {
        justify-content: center;
    }
    .bad_connection .group-buttons .btn:last-child {
        margin-top: 15px;
    }
}

/*============================================================================
    Wishlist - Favorite
==============================================================================*/
.page_wishlist .section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page_wishlist .section-header .nav a:last-child {
    margin-left: 40px;
}
.page_wishlist .section-header .nav a.active {
    color: #9da9fa;
}
.page_wishlist .product-card .icon__wishlist-favorite {
    position: absolute;
    right: 5px;
    z-index: 5;
    top: 5px;
}
.page_wishlist .page__no-item .desc {
    font-size: 14px;
}
.page_wishlist .page__no-item a {
    text-decoration: underline;
}
@media (max-width: 575.98px) {
    .page_wishlist .section-header {
        flex-direction: column;
    }
    .page_wishlist .section-header h1 {
        margin-bottom: 10px;
    }
    .page_wishlist .section-header .nav {
        margin-left: auto;
    }
    .page_wishlist .section-header .nav a:last-child {
        margin-left: 20px;
    }
}

/*============================================================================
    Line authenitcation success
==============================================================================*/
.line-authenitcation-success .media {
    max-width: 195px;
    margin: 128px auto 52px;
}
.line-authenitcation-success .content-top .main-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.line-authenitcation-success .content-top .sub-title {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-bottom: 7px;
}
.line-authenitcation-success .content-bottom {
    max-width: 547px;
    margin: 0 auto;
    display: flex;
    margin-top: 118px;
}
.line-authenitcation-success .content-bottom .content-left {
    text-align: right;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 24px;
}
.line-authenitcation-success .content-bottom .content-right {
    display: flex;
    grid-gap: 20px;
    min-width: 310px;
}
.line-authenitcation-success .content-bottom .content-right__info {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-family: "Kanit", sans-serif;
}
.line-authenitcation-success .content-bottom .content-right__info a {
    color: #1a25bc;
    text-decoration: underline;
}
.line-authenitcation-success .content-bottom .content-right__info .title {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}
.line-authenitcation-success .content-bottom .content-right__info .line span,
.line-authenitcation-success .content-bottom .content-right__info .email span {
    min-width: 50px;
    display: inline-block;
}
.line-authenitcation-success .content-bottom .content-right__media {
    margin-top: 5px;
}
@media (max-width: 1400px) {
    .line-authenitcation-success .media {
        margin: 50px auto 30px;
    }
    .line-authenitcation-success .content-bottom {
        margin-top: 50px;
    }
}
@media (max-width: 575.98px) {
    .line-authenitcation-success .content-bottom {
        flex-direction: column;
        margin-top: 0;
    }
    .line-authenitcation-success .content-bottom .content-left {
        margin: 0;
        padding: 0 0 15px 0;
        border: none;
        text-align: left;
    }
    .line-authenitcation-success .content-bottom .content-left br {
        display: none;
    }
}

/*============================================================================
    Page error login
==============================================================================*/
.page_error-login {
    text-align: center;
}
.page_error-login .media {
    padding: 108px 0 30px;
}
.page_error-login .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 5px;
}
.page_error-login .desc {
    line-height: 22px;
    font-weight: 400;
}
.page_error-login .desc a {
    color: #6445ee;
}
.page_error-login .error-action {
    margin-top: 30px;
}
.page_error-login .error-action .btn {
    min-width: 236px;
    height: 50px;
    line-height: 30px;
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .page_error-login .media {
        padding: 50px 0 30px;
    }
}
@media (max-width: 575.98px) {
    .page_error-login .media {
        padding: 30px 0;
    }
    .page_error-login .error-action {
        margin-top: 15px;
    }
}

#fb-root {
    position: relative;
    z-index: 10;
}

@media (max-width: 575.98px) {
    #fb-root {
        display: none;
    }
    body.template-404 #fb-root,
    body.contact #fb-root,
    body.faq #fb-root {
        display: block;
    }
}
@media (min-width: 576px) {
    #PageContainer .blog-slider {
        flex: 1 0 31.333333%;
    }
}
.product-qr-code .site-header .header-right__col .row .header-right__action,
.vip-subcription .site-header .header-right__col .row .header-right__action,
.business-card .site-header .header-right__col .row .header-right__action,
.favorite-qr .site-header .header-right__col .row .header-right__action {
    flex: 1;
}
.product-qr-code .box__toolbar--mobile,
.vip-subcription .box__toolbar--mobile,
.business-card .box__toolbar--mobile,
.favorite-qr .box__toolbar--mobile {
    height: 95px;
}
.product-qr-code .box__toolbar--mobile .toolbar__lists,
.vip-subcription .box__toolbar--mobile .toolbar__lists,
.business-card .box__toolbar--mobile .toolbar__lists,
.favorite-qr .box__toolbar--mobile .toolbar__lists {
    grid-template-columns: repeat(5, 1fr);
}
.product-qr-code .box__toolbar--mobile .toolbar__lists li:not(.active) a:hover .toolbar__list--label,
.vip-subcription .box__toolbar--mobile .toolbar__lists li:not(.active) a:hover .toolbar__list--label,
.business-card .box__toolbar--mobile .toolbar__lists li:not(.active) a:hover .toolbar__list--label,
.favorite-qr .box__toolbar--mobile .toolbar__lists li:not(.active) a:hover .toolbar__list--label {
    margin-top: 8px;
}
.product-qr-code .box__toolbar--mobile li:not(.active) .toolbar__list--label,
.vip-subcription .box__toolbar--mobile li:not(.active) .toolbar__list--label,
.business-card .box__toolbar--mobile li:not(.active) .toolbar__list--label,
.favorite-qr .box__toolbar--mobile li:not(.active) .toolbar__list--label {
    text-align: center;
    color: #333333;
    font-size: 12px;
    margin-top: 13px;
}
.product-qr-code .box__toolbar--mobile li.active .toolbar__list--label,
.vip-subcription .box__toolbar--mobile li.active .toolbar__list--label,
.business-card .box__toolbar--mobile li.active .toolbar__list--label,
.favorite-qr .box__toolbar--mobile li.active .toolbar__list--label {
    font-weight: 700;
    text-align: center;
    color: #6445ee;
    font-size: 12px;
    margin-top: 8px;
}
.product-qr-code .box__toolbar--mobile li:nth-child(4).active .toolbar__list--label,
.vip-subcription .box__toolbar--mobile li:nth-child(4).active .toolbar__list--label,
.business-card .box__toolbar--mobile li:nth-child(4).active .toolbar__list--label,
.favorite-qr .box__toolbar--mobile li:nth-child(4).active .toolbar__list--label {
    margin-top: unset;
}
.product-qr-code .icon-chevron-down,
.vip-subcription .icon-chevron-down,
.business-card .icon-chevron-down,
.favorite-qr .icon-chevron-down {
    display: none;
}
.product-qr-code .site-footer,
.vip-subcription .site-footer,
.business-card .site-footer,
.favorite-qr .site-footer {
    border-top: 3px solid #e7fc6e;
}

@media print {
    .page-break {
        clear: both;
        page-break-after: always;
    }
}
.special-offers__item__information {
    --mask: radial-gradient(5.5px at 5.5px 100%, #0000 98%, #000) -5.5px;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.special-offers__item__qr-code {
    --mask: radial-gradient(5.5px at 5.5px 0, #0000 98%, #000) -5.5px;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.site-footer__bottom .site-footer__linklist.list--inline li:nth-child(5) {
    border: none;
}

.border-page .page__setup-password-step2 .box__content #national_id {
    position: relative;
    top: -21px;
}
.border-page .page__setup-password-step2 .box__content #national_id .form__submit {
    margin-top: 20px;
    margin-bottom: 10px;
    position: static;
    max-width: 400px;
}

@media (max-width: 571px) {
    .border-page .page__setup-password-step2 .box__content .form__submit {
        max-width: unset !important;
        padding: 7px 0;
    }
}
/*============================================================================
    Popup pinto checkout
  ==============================================================================*/
.pinto_program_popup.smart_modal {
    z-index: 10000;
}
.pinto_program_popup.smart_modal .modal-content {
    width: 25%;
    padding-top: 80px;
}
.pinto_program_popup.smart_modal .modal-content .desc > p {
    margin: 0;
    color: #fa5695;
    font-size: 16px;
    font-weight: 600;
}
.pinto_program_popup.smart_modal .modal-content .btn {
    width: 73%;
    margin-top: 20px;
}
.product__tags .tags-name.tags-custom {
    text-transform: unset;
}

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