@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

::-webkit-scrollbar-thumb {
    background-color: #c0c2cb;
}

::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

body::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #212121;
}

a:hover {
    color: inherit;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
img, svg {
    vertical-align: initial;
}
button:focus {
    outline: none;
}

.container {
    max-width: 1274px;
}

.container-fluid--ct2 {
    max-width: 1382px;
    --bs-container-width: 1382px;
}

.container-fluid--ct5 {
    max-width: 1122px;
    --bs-container-width: 1122px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}

.container-fluid--ct {
    max-width: 1847px;
    --bs-container-width: 1847px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    position: relative;
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-12, .gy-12 {
    --bs-gutter-y: 0.75rem !important;
}
.g-12, .gx-12 {
    --bs-gutter-x: 0.75rem !important;
}

.pb-75 {
    padding-bottom: 4.6875rem !important;
}

.p-45, .py-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
}

.p-45, .py-45 {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
}

.pb-45 {
    padding-bottom: 2.8125rem !important;
}

.p-30, .py-30 {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important;
}

.p-12, .py-12 {
    padding-top: 0.75rem!important;
    padding-bottom: 0.75rem!important;
}

.mb-25 {
    margin-bottom: 1.5625rem!important;
}

.mt-55 {
    margin-top: 3.4375rem!important;
}

.mt-60 {
    margin-top: 3.75rem!important;
}

.pb-50 {
    padding-bottom: 3.125rem!important;
}

.pt-50 {
    padding-top: 3.125rem!important;
}

.pt-20 {
    padding-top: 1.25rem!important;
}

.pb-60 {
    padding-bottom: 3.75rem!important;
}

.pb-65 {
    padding-bottom: 4.0625rem!important;
}

.pt-30 {
    padding-top: 1.875rem!important;
}

.g-45, .gy-45 {
    --bs-gutter-y: 2.8125rem!important;
}

.mt-45 {
    margin-top: 2.8125rem!important;
}

input:focus {
    outline: none;
}

.top-header {
    background: #212121;
}

.top-header * {
    color: #fff;
}

.hd-countdown {
    float: right;
    font-weight: 700;
    align-items: center;
    height: 100%;
}

.hd-countdown span {
    margin-right: 5px;
}

.bottom-header {
    border-bottom: 1px solid rgba(192, 194, 203, 0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.16);
    box-shadow: 0 1px 5px rgba(0,0,0,.16);
}

.fixed .bottom-header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo {
    display: flex;
}

.logo a {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo a img {
    width: 124px;
    height: auto;
}

.menu>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu>ul>li {
    padding: 0 10px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.menu>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
}

.action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.action>div {
    margin-left: 25px;
}

.action img {
    width: 16px;
}

.action .cart a {
    position: relative;
}

.action .cart span {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f4b301;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
}

.banner-home::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, white);
    z-index: 2;
}

.product-item {
    position: relative;
}

.product-info {
    padding: 1rem 0;
}

.product-image img {
    width: 100%;
    border-radius: 0.3125rem;
}

#blockCategory {
    padding: 2.1875rem 0;
}

#blockCategory .product-item .product-info {
    position: absolute;
    bottom: 10px;
    width: calc(100% - var(--bs-gutter-x));
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#blockCategory .product-item .product-info p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

#blockCategory .product-item .product-info a {
    background: #fff;
    width: 50%;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 600
}

.section__heading {
    padding: 25px 0;
    text-align: center;
}

.section__heading-title {
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding-top: 0;
    margin: 0;
    padding-bottom: 0;
}

#blockPolicy, #blockHomeVideo {
    padding: 50px 0;
    background: #fff9f1;
    display: flex;
    flex-wrap: wrap;
}

#blockHomeVideo {
    padding-bottom: 0;
}

#blockHomeVideo .row {
    align-items: flex-end;
}

#blockHomeVideo .row>div:first-child {
    margin-bottom: 5rem;
}

#blockPolicy .product-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: 0 0;
    height: 95px;
}

.iconPolicy {
    display: flex;
    background: #f4b301;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,30%);
}

#blockPolicy .product-info p {
    margin-top: 80px;
    color: #f4b301;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
}
#blockPolicy .product-info > span p{
    margin-top: 0;
}

#blockPolicy .product-info span {
    margin-bottom: 0;
    margin-top: 0.35rem;
    line-height: 1.6;
    font-weight: 400;
}

#blockHomeVideo p {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0;
}

#blockHomeVideo span {
    font-size: 21px;
}

#blockHomeVideo a {
    height: 48px;
    width: 30%;
    color: #fff;
    background: #f4b301;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 600;
}

#blockHomeVideo p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9%;
    height: 0.15rem;
    background: #000;
}

#blockCategory .product-item .product-image__img-wrapper img {
    border-radius: 0.3125rem;
    height: 100%;
}

.bgProduct {
    background-image: url(/tp/T0390/img/bg_product.jpg);
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 35%;
}

.section-product {
    position: relative;
}

.section-product .section__heading {
    margin: 0;
    padding: 25px 0;
}

.section-product .section__heading img {
    width: 20%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 63px);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.35;
}

.product-image {
    position: relative;
}

.section-product .product-image a.quickView {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    border: 2px solid #212121;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-product .product-image a.quickView img {
    width: 20px;
    height: 20px;
}

.product-image .wishlistItems {
    position: absolute;
    top: 10px;
    right: 20px;
    background: 0 0;
    font-size: 23px;
    z-index: 1;
    color: #8e9095;
}

.product-image .wishlistItems img {
    width: 30px;
    height: 30px;
}

.product-image .wishlistItems i.fas {
    color: #212121;
}

.product-title {
    font-size: 14px;
    margin: 0 0 0.5rem;
    color: #000;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-meta {
    font-size: 1.3rem;
}

.product-price {
    margin-bottom: 5px;
}

.product-price--current {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-right: 0.4rem;
}

.product-price--origin {
    color: #8e9095;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: line-through;
}

.percent-tag {
    font-weight: 500;
    background: #8e9095;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0.2rem;
    display: inline-block;
    position: relative;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    letter-spacing: 0.02em;
}

.percent-tag::before {
    content: "";
    border: 0.25rem solid transparent;
    border-right-color: #8e9095;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress {
    width: 32%;
    height: 3px;
    margin: 15px auto 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.pc-wrapper {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.pc-wrapper .color-item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 5px 5px 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.pc-wrapper .color-item img {
    border-radius: 50%;
}

.pc-wrapper .color-item.pc-active {
    border: 2px solid #f4b301;
}

.out-stock {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/tp/T0390/img/out-stock.png) center / 75% no-repeat;
    z-index: 2;
}

.viewAll {
    height: 48px;
    width: 242px;
    color: #fff;
    background: #f4b301;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 20px auto;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #212121;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#blockTag {
    padding: 45px 0 80px;
}

.tag-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.tag-item {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0.875rem;
    margin: 0 1rem 1rem 0;
    border-radius: 0.3125rem;
    color: #636363;
    background-color: #fff;
    border: 1px solid #636363;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tag-item:hover {
    background: #f2f2f2;
}

.tag-item span {
    margin-left: 10px;
}

#blockSocial {
    position: relative;
}

.bg-social {
    background-image: url(/tp/T0390/img/bg_social.jpg);
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 35%;
}

#blockSocial .section__heading img {
    width: 20%;
    filter: invert(1);
}

#blockSocial .product-info p {
    font-size: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#blockSocial .product-info {
    text-align: center;
}

#blockSocial .product-info p.desc {
    margin-top: 0.25rem;
    padding: 0 15%;
    min-height: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: normal;
    font-weight: 400;
    text-transform: none;
}

#blockSocial .product-info a {
    display: block;
}

#blockSocial .viewAll {
    background: #212121;
    line-height: 42px;
    font-weight: 400;
    font-size: 18px;
    height: 42px;
    color: #fff;
}

.new-tag {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 77px;
    height: 21px;
    color: #fff;
    background: #f4b301;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

#blockSearch {
    position: fixed;
    top: 106px;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: calc(100vh - 106px);
    padding: 80px 0 40px;
    border-bottom: 1px solid rgba(192, 194, 203, 0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.16);
    box-shadow: 0 1px 5px rgba(0,0,0,.16);
    overflow: auto;
    display: none;
}

.fixed #blockSearch {
    top: 66px;
    height: calc(100vh - 66px);
}

.search-form {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.search-form form {
    width: 48%;
    display: flex;
    justify-content: center;
}

.search-form form input {
    width: calc(100% - 40px);
    border: none;
    border-bottom: 1px solid #212121;
    height: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.search-form form button {
    width: 40px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #212121;
    background: 0 0;
    text-align: right;
}

.bs-category {
    max-width: 636px;
}

.bs-category-item {
    margin-bottom: 1%;
    position: relative;
}

.bs-category-item p {
    color: #fff;
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    padding: 1.5rem 0.75rem;
    z-index: 9;
}

.bs-title {
    font-weight: 600;
    text-transform: uppercase;
}

.bs-tag>li>a {
    border-radius: 30px;
    margin: 0 0.5rem 0.75rem 0;
    border: 1px solid #c0c2cb;
    padding: 0.5rem 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.bs-tag>li>a>span {
    margin-left: 5px;
}

.bs-product-nav {
    margin-top: 80px;
}

.bs-product {
    height: 555px;
}

.nav-social li {
    margin-right: 10px;
}

.nav-social li a {
    color: #c0c2cb;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 0;
    transition: all .4s;
}

.nav-social li:hover a {
    color: #212121;
}

.nav-social li.active a {
    border-bottom: 1px solid #212121;
    color: #212121;
}

.close-search {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.hd-coupon strong {
    font-size: 18px;
}

.hd-coupon span {
    font-size: 12px;
}

.hd-order-search a {
    height: 100%;
    display: flex;
    align-items: center;
}

.hd-order-search span {
    font-size: 14px;
    font-weight: 400;
}

.hd-order-search img {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    margin-right: 0.5rem;
}

.satisfy-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.satisfy-content img {
    margin-bottom: 25px;
    width: 250px;
}

.satisfy-content>div {
    text-align: center;
}

.satisfy-content p {
    margin: 15px 0 80px;
    font-size: 14px;
    font-weight: 400;
}

.satisfy-content .viewAll {
    margin-bottom: 0;
}

#blockSatisfy {
    padding: 1.875rem 0 4.375rem;
    background: #fff9f1;
    position: relative;
}

#blockSatisfy::before {
    height: 4.375rem;
    background-color: #FCE299;
}

#blockSatisfy::after {
    height: 2.1875rem;
    background-color: #F4B301;
}

#blockSatisfy::before, #blockSatisfy::after {
    content: "";
    position: absolute;
    width: 140%;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.your-style {
    display: flex;
    align-items: flex-end;
}

.ys-left {
    padding-right: 2rem;
    width: 48.8%;
}

.ysl-title {
    margin-bottom: -3.5rem;
    text-align: center;
    width: 18.75rem;
    margin-left: auto;
}

.ysl-title img {
    display: block;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.ysl-title p {
    font-size: 14px;
    margin: 0;
}
#bnBottom img{
    width: 100%;
}
.ys-left>picture img {
    display: block;
    width: 913px;
    max-width: initial;
    height: auto;
    float: right;
}

.ys-right {
    padding-left: 2rem;
    width: 42.9%;
}

.owl-style.owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

.owl-style.owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

.os-item p {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 2.625rem;
}

.ys-right .progress {
    width: 100%;
    max-width: 371px;
    margin: 40px auto 0;
}

.home-coupon {
    display: flex;
    flex-wrap: wrap;
}

.hc-left {
    width: 25%;
    align-self: center;
    padding-right: 0.5rem;
}

#blockYourStyle {
    padding: 2.1875rem 0 5rem;
}

.ys-right .viewAll {
    margin-bottom: 0;
}

.hc-left {
    width: 25%;
    align-self: center;
    padding-right: 0.5rem;
}

.hc-right {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    border-left: 1px solid #212121;
    padding-left: 0.5rem;
}

.hcl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hcr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 0.5rem;
}

.hc-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hc-desc {
    margin-left: 17px;
    font-size: 1rem;
    font-weight: 500;
}

#homeCoupon>.container {
    padding-top: 30px;
}

.home-coupon {
    padding-bottom: 1.5625rem;
}

.hc-bottom {
    width: 100%;
    margin-top: 0.625rem;
    display: flex;
    justify-content: center;
}

.hc-bottom a {
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    padding: 13px 120px;
    line-height: initial;
    border-radius: 5px;
    text-transform: uppercase;
    background: #f4b301;
    border-color: #f4b301;
}

footer {
    font-size: 0.75rem;
    padding: 2.875rem 0;
    background: #f9f9f9;
    color: #212121;
}

footer * {
    font-weight: 400;
}

footer .row-custom {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1rem;
}

footer .col-custom {
    width: 20%;
    flex: initial;
}

.ft-logo {
    margin-bottom: 1.25rem;
}

.ft-logo img {
    display: block;
    width: 130px;
    height: auto;
}

.ft-title {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    font-weight: 700;
}

.footer>.col-custom>ul {
    font-size: 0.75rem;
}

.footer>.col-custom>ul>li {
    margin-bottom: 0.5rem;
}

footer .col-custom:nth-child(4n) {
    width: 40%;
}

.social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-nav>li {
    margin-right: 1.875rem;
}

.social-nav>li>a {
    display: block;
    height: 100%;
}

.social-nav>li img {
    display: block;
    height: 100%;
    width: auto;
}

.bo-cong-thuong {
    display: inline-block;
    width: 7.5rem;
}

.m-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-control, .form-select {
    border: 1px solid #c0c2cb;
    background: #fff;
    height: 41px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m-search .form-control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.75rem;
    border-radius: 0.3125rem 0 0 0.3125rem;
}

.m-search .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0 0.3125rem 0.3125rem 0;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 10px;
    letter-spacing: 0;
    background: #212121;
    border-color: #212121;
    color: #fff;
}

footer .col-custom:last-child {
    width: 100%;
    margin-top: 3rem;
    text-transform: uppercase;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 3;
}

.owl-carousel button.owl-dot {
    border: 1px solid #8e9095;
    width: 5px;
    height: 5px;
    margin: 0 4px;
    border-radius: 50%;
    background: #8e9095;
}

.owl-carousel button.owl-dot.active {
    background: #fff;
    border-color: #fff;
}

.owl-carousel.banner-home .owl-nav button.owl-next, .owl-carousel.banner-home .owl-nav button.owl-prev {
    top: 50%;
}

.owl-carousel.banner-home .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel.banner-home .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel.banner-home .owl-dots {
    bottom: 15px;
}

.owl-carousel.banner-home button.owl-dot {
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
}

.owl-carousel.banner-home button.owl-dot.active {
    background: #212121;
    border-color: #212121;
}

#blockSearch .section-product .product-image a.quickView {
    display: none;
}

.modal.show .modal-dialog {
    height: calc(100vh - 3.5rem);
}

.modal-content {
    height: 100%;
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog {
    width: calc(100% - 2rem);
    max-width: 502px;
}

.modal-dialog--895 {
    max-width: 895px;
}

.modal-left-side, .modal-right-side {
    width: 50%;
}

.modal-left-side {
    padding: 2rem 3.3125rem;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

#modalSignin .modal-body, #modalSignup .modal-body {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-right-side img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-content {
    border-radius: 0;
}

.form-title {
    margin-bottom: 3.75rem;
    margin-top: 5.125rem;
}

.form-title img {
    display: block;
    margin: 0 auto;
    width: 8.5rem;
    height: auto;
}

.form-desc {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
}

.modal-body input, .modal-body button, .modal-body a {
    height: 37px;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #212121;
    font-weight: 600;
    padding-left: 0.875rem;
    border-radius: 0;
    font-weight: 400;
    font-size: 12px;
}

.modal-body button {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    text-transform: uppercase;
    font-size: 14px;
}

.modal-body a {
    color: #212121;
    border-color: #c0c2cb;
    background-color: transparent;
    text-align: center;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body a img {
    margin-right: 1rem;
}

.modal-body input::placeholder {
    font-weight: 400;
    color: #636363;
    font-size: 12px;
}

.modal-body input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f4b301;
    outline: 0;
    box-shadow: none;
}

.otherSignin {
    width: 100%;
    margin-top: 5.625rem;
}

.or {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.or:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 0.01rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #212121;
}

.or span {
    padding: 0 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.form-control:disabled {
    background-color: #c0c2cb;
    border-color: #c0c2cb;
}

.no-account {
    text-align: center;
    font-size: 0.825rem;
    font-weight: 400;
}

.no-account span {
    font-weight: 600;
    cursor: pointer;
}

.product-image__img-wrapper>a:first-child {
    display: block;
}

.product-image__img-wrapper>a:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.product-image__img-wrapper>a:first-child:hover:after {
    opacity: 1;
}

.loading-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1002;
    background-color: rgba(55,55,55,.8);
    display: none;
}

.loading-box .spinner-border {
    width: 2rem;
    height: 2rem;
}

.section-product .product-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.section-product .product-image__img-wrapper {
    text-align: center;
    overflow: hidden;
}

.section-product .img-loop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-product .product-image .product-image__img-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 150%;
}

picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-sidebar {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}

.cart-sidebar.active {
    opacity: 1;
    visibility: visible;
}

.cart-sidebar .cart-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    color: #212121;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border: 1px solid rgba(192,194,203,.5);
    width: 394px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.cart-sidebar.active .cart-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.cart-title {
    text-transform: uppercase;
    font-size: 1.125rem;
    padding: 1.2rem 1.5rem;
    background-color: #f9f9f9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title span {
    text-transform: none;
    font-size: .875rem;
    font-weight: 500;
    margin-left: 0.25rem;
}

.close-cart {
    cursor: pointer;
}

.close-cart {
    font-size: 21px;
}

.cart-title-sub {
    padding: 0.6rem 1.5rem;
    background-color: #8e9095;
    font-size: .75rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
}

.cart-title-sub img {
    filter: invert(1);
    width: 1.375rem;
    height: auto;
    margin-right: 0.5rem;
}

.cart-title-sub span {
    font-weight: 500;
}

.cart-body {
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
}

.cb-cart {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.m-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid rgba(192, 194, 203, 0.5);
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
}

.m-cart-2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-color: rgba(220, 220, 220, 0.5);
}

.m-cart__img {
    width: 97px;
    position: relative;
    display: block;
    --bs-aspect-ratio: calc(381 / 288 * 100%);
}

.m-cart__img img {
    border-radius: 0.3125rem;
}

.m-cart-2 .m-cart__info {
    width: calc(100% - 97px);
    padding-left: 0.5rem;
}

.m-cart__info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-cart-2 .m-cart__info__row--1 {
    text-align: right;
}

.m-cart-2 .m-cart__info__row__left {
    width: 100%;
    padding-right: 0;
}

.m-cart-2 .m-cart__info__row + .m-cart__info__row {
    margin-top: 0.75rem;
}

.m-cart-2 .m-cart__title {
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}

.m-cart__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.m-cart__price {
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.m-cart-2 .m-cart__price__new {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.5rem;
    font-weight: 400;
}

.m-cart-2 .m-cart__price__old {
    font-size: 0.75rem;
    color: #c0c2cb;
    font-weight: 500;
    font-weight: 400;
}

.quantity-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 88px;
    height: 21px;
}

.quantity-picker__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 21px;
    background-color: #f6f6f6;
    border-radius: 0.3125rem;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    font-size: 0.625rem;
}

.qty-input {
    font-size: 0.825rem;
    font-weight: 500;
    width: calc(100% - 42px);
    text-align-last: center;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
}

.aside__content__total {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(192,194,203,.5);
    flex-shrink: 0;
}

.aside__content__total__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aside__content__total__title {
    font-weight: 400;
    letter-spacing: .02em;
}

.aside__content__total__price {
    font-size: 1.125rem;
    font-weight: 700;
    color: #f4b301;
    letter-spacing: .02em;
}

.aside__content__total__bottom {
    margin-top: 1rem;
}

.aside__content__total__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    padding: 0.6rem;
    background: #f4b301;
    border-color: #f4b301;
    border-radius: 0.3125rem;
    color: #fff;
}

.aside__content__total__btn>i {
    display: block;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.cart-content {
    position: relative;
}

.cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(191,193,203,.5);
    z-index: 10;
}

.thank-box {
    position: absolute;
    width: 25%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 15px;
    background: #fff;
    text-align: center;
    border-radius: 0.75rem;
}

.thank-box__title {
    margin: 0;
    font-weight: 700;
    color: #f4b301;
}

.thank-box__icon {
    width: 3rem;
    margin-bottom: 2rem;
}

.nav-social {
    z-index: 1;
}

.modal-dialog--937 {
    max-width: 937px;
}

.fast-buy__img {
    position: relative;
    display: block;
    --bs-aspect-ratio: calc(519 / 393 * 100%);
}

.fast-buy__img::before {
    content: '';
    display: block;
    padding-top: var(--bs-aspect-ratio);
}

.fast-buy__img>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.qv .pd-image, .qv .pd-info {
    width: 50%;
}

.qv .pd-info {
    padding: 0 3.125rem;
}

.swiper-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
}

.swiper-vertical-qv {
    width: calc(100% - 2.5rem);
}

.swiper-action-wrap .swiper-pagination {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    position: unset;
}

.swiper-action-wrap .swiper-button-prev, .swiper-action-wrap .swiper-button-next {
    width: 2rem;
    height: 2rem;
    position: unset;
    color: #373737;
    font-size: 0.625rem;
    margin: 0;
}

.swiper-action-wrap .swiper-pagination-bullet {
    margin: 3.5px;
    width: 6px;
    height: 6px;
}

#modalQuickView .modal-body {
    padding: 1.5rem 0;
}

.btnAddToCartQv#addQuickCart {
    padding: 0;
    font-size: 0.8rem;
}

.swiper-pagination-bullet-active {
    background: #373737 !important;
}

.modal-body .req a {
    padding: 0;
    margin-bottom: 0;
}

.modal-body .req a img {
    margin: 0;
}

.container-fluid--ct7 {
    max-width: 1124px;
    --bs-container-width: 1124px;
}
.order-success {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #212121;
    -webkit-box-shadow: 0 3px 30px rgb(0 0 0 / 3%);
    box-shadow: 0 3px 30px rgb(0 0 0 / 3%);
    background: #fff;
}
.order-view {
    background-color: #f6f6f6;
    background-image: url(/tp/T0390/img/order-success-bg.png);
    background-repeat: no-repeat;
    background-size: 22.25rem auto;
    background-position: left 2rem top -5.5rem;
    padding: 3.75rem 0 5.625rem;
    height: 100%;
}
.order-success__left {
    width: 55%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 2rem 4.625rem 4.375rem;
}
.order-success__right {
    width: 45%;
}
.order-success__head {
    padding: 2.75rem 0 1.25rem;
    background-image: url(../images/order-success-head.png);
    background-size: 1.75rem;
    background-position: top right;
    text-align: center;
    background-repeat: no-repeat;
}
.paginator {
    display: flex;
    justify-content: center;
}
.paginator a, .paginator span {
    position: relative;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #312c2c;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border: 1px solid #000;
    line-height: 25px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 1px #000;
    transition: all .3s;
}
span.labelPages, span.titlePages, .paginator a.paging-first, .paginator a.paging-last {
    display: none;
}
.paging-next:before, .paging-last:before, .paging-previous:before, .paging-first:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}
.paging-next:before {
    content: "\f105";
}
.paging-previous:before {
    content: "\f104";
}
.paginator span.currentPage, .paginator a:hover, .paginator span:hover {
    background: #f4b301;
    color: #fff;
    border-color: #f4b301;
    box-shadow: 0px 0px 1px #f4b301;
}

