:root {
    --black-color: #000;
    --green-color: #00b156;
    --white-color: #fff;
    --orange-color: rgb(242, 153, 74);
}

/* vietnamese */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXsrPMBTTA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXsqPMBTTA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXskPMA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Space Grotesk';
    background: #f9fafa;
    overflow-x: hidden;
}

@keyframes textShadow {
    0% {
        text-shadow: inherit;
    }
    100% {
        text-shadow: 0 0.1em 50px #00b156, 0.05em -0.03em 15px #00b156, 0.05em 0.005em 10px #00b156, 0 0.08em 0 #00b156, 0.05em 0.08em 5px #00b156, 0 -0.03em 0 #00b156, -0.03em -0.03em 0 #00b156, -0.03em 0.08em 0 #00b156, -0.03em 0 0 #00b156;
    }
}

@keyframes textShadowRed {
    0% {
        text-shadow: inherit;
    }
    100% {
        text-shadow: 0 0.1em 50px red, 0.05em -0.03em 15px red, 0.05em 0.005em 10px red, 0 0.08em 0 red, 0.05em 0.08em 5px red, 0 -0.03em 0 red, -0.03em -0.03em 0 red, -0.03em 0.08em 0 red, -0.03em 0 0 red;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.top-header {
    padding: 5px;
    background: #ecf2f5;
}

.th-right>ul {
    display: flex;
    align-content: center;
}

.th-right>ul>li {
    position: relative;
    padding-right: 30px;
}

.th-right>ul>li:last-child {
    padding-right: 0;
}

.th-right>ul>li:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    top: 50%;
    width: 0.05rem;
    background: #ccc;
    right: 15px;
    transform: translateY(-50%);
}

.th-right>ul>li>a {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

::-webkit-scrollbar-thumb {
    background-color: #00b156;
}

::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.bh-wrap {
    min-height: 64px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.logo {
    padding: 10px;
}

img {
    width: 100%;
}

.logo img {
    display: block;
    object-fit: cover;
    height: 57px;
    width: 107px;
}

.bottom-header {
    background: #000;
}

.menu {
    height: 100%;
}

.menu>ul {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu>ul>li {
    padding: 0 10px;
    align-items: center;
    align-self: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.menu>ul>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 1000px;
    z-index: 2;
    display: none;
    background: #fff;
}

.menu>ul>li>a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    margin: auto;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
}

.menu>ul>li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.35rem;
    bottom: 0;
    left: 0;
    background: var(--green-color);
    transition: all .3s;
}

.menu>ul>li:hover:before, .menu>ul>li.active:before {
    width: 100%;
}

.action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.search {
    position: relative;
    height: max-content;
    border: 2px solid #616161;
    border-radius: 3px;
    background-color: #070707;
    margin-right: 30px;
}

.search form {
    height: 48px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
}

.cart a, .user a {
    color: #c5c5c5;
    font-size: 20px;
}

.search input {
    width: 282px;
    background: #000;
    text-indent: 12px;
    border: none;
}

.cart {
    margin-right: 50px;
}

.user {
    padding-right: 30px;
}

.cart a {
    position: relative;
}

.cart a span {
    position: absolute;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #EB5757;
    right: -10px;
    top: -3px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    line-height: 20px;
    font-weight: 500;
}

.owl-dots {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.owl-carousel button.owl-dot {
    width: 0.35rem;
    height: 0.35rem;
    background: #000;
    margin: 0 10px;
    border-radius: 50%;
    opacity: 0.25;
    transition: all .3s;
}

.owl-carousel button.owl-dot.active {
    opacity: 1;
}

.title {
    position: relative;
    display: block;
    text-transform: uppercase;
}

.title.line {
    margin: 15px auto;
    width: fit-content;
    padding: 0 50px;
}

.title p {
    font-weight: 700;
    font-size: 24px;
    position: relative;
    z-index: 9;
    background: #f9fafa;
}

.title.line:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hc-list {
    background: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 20px;
    width: 100%;
}

.hc-item a {
    align-items: center;
    background: #e5ebec;
    border: 1px solid #eaefef;
    border-radius: 6px;
    box-sizing: border-box;
    color: #003644;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 180px;
}

.hc-item a img {
    width: auto;
}

.hc-item a>span {
    padding: 10px 5px 0 5px;
    text-align: center;
}

.hc-name {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.hc-desc {
    font-size: 14px;
}

.hc-item a:hover {
    background: #ffc9bb;
    color: #000;
    cursor: pointer;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.home-category {
    margin-bottom: 60px;
}

.wrap-title ul {
    display: flex;
}

.wrap-title ul li {
    margin-right: 15px;
}

.wrap-title ul li:last-child {
    margin: 0;
}

.wrap-title>ul>li>a {
    background: #fff;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    color: #9e9e9e;
    font-size: .7rem;
    font-weight: 700;
    padding: 7px 15px;
    width: 100%;
    text-transform: uppercase;
    transition: all .3s;
}

.wrap-title>ul>li>a:hover {
    background: var(--green-color);
    border-color: var(--green-color);
    color: #fff;
}

.product-hot {
    margin-top: 30px;
}

.product-item {
    box-shadow: 2px 2px 11px hsla(0,3%,7%,.1)!important;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.product-info {
    padding: 10px;
}

.product-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .2s ease-in-out;
    word-break: break-all!important;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-price--current {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.product-price {
    display: flex;
    justify-content: space-between;
}

.addToCart {
    align-items: center;
    background: transparent;
    border: 1px solid #003644;
    border-radius: 3px;
    box-sizing: border-box;
    color: #003644;
    cursor: pointer;
    display: flex;
    gap: 2px;
    height: 26px;
    justify-content: center;
    padding: 0 5px;
}

.addToCart img {
    height: 12px;
    margin-right: 2px;
}

.addToCart span {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 12px;
    color: #003644;
}

.product-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scale(1);
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all .3s;
}

.menu .nav-link i {
    font-size: 12px;
    color: #999;
    margin-left: auto;
    margin-right: 10px;
}

.product-img {
    width: 100%;
    overflow: hidden;
}

.product-item:hover .product-img img {
    transform: scale(1.15);
}

.product-name:hover {
    color: var(--green-color);
}

.pc-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.color-item {
    /*margin-inline: 5px;*/
    border: 1px solid transparent;
}

.color-item.active {
    border-color: rgb(96, 132, 202);
}

/*.color-item img {*/
/*    width: 25px !important;*/
/*}*/

.product-info {
    position: relative;
}

.product-hidden {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}

.product-color {
    padding-top: 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .3s;
}

.wishlist-btn {
    background: hsla(0,0%,100%,.6);
    border: 0!important;
    border-radius: 2px!important;
    box-shadow: 0 4px 6px rgba(0,0,0,.07)!important;
    color: #003644;
    display: flex;
    gap: 5px;
    padding: 3px;
    font-size: 13px;
    margin-left: auto;
    margin-right: 7px;
    margin-bottom: 5px;
}

.product-item:hover .product-color {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.home-middle-slide {
    overflow: hidden;
    width: 100%;
}

.hms-wrap {
    max-width: 65%;
    margin: 0 auto;
}

.owl-middle .owl-stage-outer {
    overflow: initial;
}

.owl-middle .owl-item {
    transition: all .3s;
}

.owl-middle .owl-item:not(.active) {
    transform: scaleY(0.8);
}

.owl-middle .owl-item.active img {
    border-radius: 10px;
}

.home-middle-slide {
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
}

.owl-middle.owl-carousel {
    position: unset;
}

html .owl-carousel .owl-nav .owl-prev, html .owl-carousel .owl-nav .owl-next {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--green-color);
    color: var(--green-color);
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.home-middle-banner img {
    transform: scale(1);
    transition: all .6s;
}

.home-middle-banner img:hover {
    transform: scale(1.04);
}

.home-album {
    margin-top: 80px;
}

.view-album {
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    background: inherit;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    border: 1px solid black;
    padding: 8px 45px;
}

.view-album:hover {
    background: var(--green-color);
    color: #fff;
    border-color: var(--green-color);
}

.hover-scale>* {
    width: 100%;
    overflow: hidden;
}

.hover-scale img {
    transform: scale(1);
    transition: all .3s;
}

.hover-scale:hover img {
    transform: scale(1.15);
}

.album-wrap {
    margin-top: 20px;
}

.album-item a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.album-item a:before {
    content: "";
    width: 100%;
    background-color: rgb(0, 54, 68);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left : 0;
    height: 100%;
    z-index: 1;
}

.album-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 23px;
    z-index: 1;
}

.album-info span {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
}

.album-info p {
    margin-bottom: 5px;
}

.home-banner-policy {
    margin: 80px 0 40px;
}

.hbc-main {
    margin: 40px auto;
    background: #e8e8e8;
    width: 100%;
}

.hbc-wrap {
    max-width: 1290px;
    padding: 50px 0 20px;
    margin: 0 auto;
}

.hbc-item-wrap {
    position: relative;
}

.hbc-info {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hbc-tag {
    margin: 0;
    letter-spacing: 0.00938em;
    color: rgb(0, 177, 86);
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.hbc-name {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.hbc-img {
    border-radius: 3px;
    height: 327px;
    object-fit: cover;
}

.hbc-wrap .title p {
    background: #e8e8e8;
}

.hbc-wrap .title.line {
    margin-bottom: 5px;
}

.home-feedback .view-album {
    display: block;
    margin: 30px auto;
    width: fit-content;
}

.news-item-wrap {
    position: relative;
}

.news-title {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 37.5%, rgba(0, 0, 0, 0.85) 100%);
    padding: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.news-cate-item {
    margin-top: 20px;
}

.nct-title {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    font-size: 18px;
}

.nct-top {
    display: flex;
    justify-content: space-between;
}

.nct-img {
    width: 42%;
}

.nct-info {
    width: 55%;
}

.nct-item {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    border-color: rgb(224, 224, 224);
    border-width: 1px;
    box-shadow: rgba(19, 18, 18, 0.1) 2px 2px 11px !important;
    transition: all .6s;
}

.nct-cate {
    display: block;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgb(0, 177, 86);
    font-weight: 700;
    font-size: 11px;
    overflow-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.nct-title {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    cursor: pointer;
    height: max-content;
    transition: all 0.2s ease 0s;
    overflow-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    font-size: 15px;
}

.nct-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.nct-date {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.87);
}

.nct-view {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 400;
    font-size: 16px;
    color: #757575;
}

.nct-view i {
    margin-left: 8px;
}

.nct-item:hover {
    transform: translateY(-4px);
}

.home-hot-news {
    margin-bottom: 60px;
}

.top-footer-wrap {
    padding: 30px;
}

.policy-item a {
    display: flex;
}

.policy-item a img {
    height: 25px;
    width: auto;
    margin-right: 12px;
}

.policy-item span>span {
    display: block;
}

.top-footer {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.policy-title {
    font-size: 15px;
    font-weight: 600;
}

.policy-desc {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 14px;
    color: #757575;
}

.footer-logo img {
    width: 107px;
}

.bottom-footer {
    background: #f9fafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 0;
}

.bottom-footer-left {
    border-right: 1px solid #EEEEEE;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    width: 29.166667%;
}

.bottom-footer-wrap {
    display: flex;
    justify-content: space-between;
}

.bottom-footer-left ul {
    margin-top: 15px;
}

.company {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0;
}

.bottom-footer-left ul li a {
    font-size: 12px;
    font-weight: 600;
}

.bottom-footer-left .ft-social ul li {
    margin-right: 10px;
    display: inline-block;
}

.bottom-footer-left .ft-social ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    border: 1px solid #888;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.bottom-footer-left .ft-social ul li.zalo a {
    font-size: 12px;
}

.ft-payment {
    margin-top: 15px;
}

.ft-payment>p {
    font-weight: 600;
}

.ft-payment ul li {
    display: inline-block;
    margin-right: 10px;
}

.ft-payment ul li img {
    height: 20px;
    width: auto;
}

.bottom-footer-right {
    width: calc(100% - 29.166667%);
    border-left: 1px solid #EEEEEE;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsletter {
    padding: 20px;
    background: white;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
}

.newsletter-left {
    -webkit-flex-basis: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 58.333333%;
}

.newsletter-right {
    padding-left: 10px;
    -webkit-flex-basis: 41.666667%;
    -ms-flex-preferred-size: 41.666667%;
    flex-basis: 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 41.666667%;
}

.newsletter-left>p {
    font-weight: 700;
    margin-bottom: 0;
}

.newsletter-left>span {
    margin-bottom: 5px;
    font-size: 13px;
}

.subscribe {
    position: relative;
}

#subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    background: #00b156;
    border: 1px solid #00b156;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 90px;
    font-size: 14px;
}

#email {
    font-size: 15px;
    height: 40px;
    border-color: var(--green-color);
}

.bfr-bottom {
    width: calc(100% + 8px);
    margin-left: -8px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.bfr-bottom-left {
    -webkit-flex-basis: 71.666667%;
    -ms-flex-preferred-size: 71.666667%;
    flex-basis: 71.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 71.666667%;
    padding-left: 8px;
    padding-top: 8px;
    border-right: 1px solid #EEEEEE;
}

.bfr-bottom-left-wrap {
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.bfr-bottom-left-item {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 28%;
}

.bfr-bottom-left-item>p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.bfr-bottom-left-item ul li a {
    letter-spacing: 0.00938em;
    color: #616161;
    line-height: 25px;
    font-size: 12px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis!important;
    cursor: pointer;
    font-weight: 400;
}

.bfr-bottom-bottom-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    display: flex;
    padding: 25px 0;
}

.bfr-bottom-bottom-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
}

.order-search-btn {
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    padding: 14px 0;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}

.opinion {
    background: #fff;
    border: 2px solid #00B156;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    padding: 14px 0;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--green-color);
}

.bfr-bottom-right {
    padding-left: 8px;
    padding-top: 8px;
    -webkit-flex-basis: 28.333333%;
    -ms-flex-preferred-size: 28.333333%;
    flex-basis: 28.333333%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 28.333333%;
    display: flex;
}

.bfr-bottom-right-wrap {
    margin-left: 10px;
}

.bfr-bottom-right-item ul {
    width: 100%;
    padding-top: 4px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEEEEE;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.bfr-bottom-right-item * {
    font-size: 12px;
    font-weight: 600;
}

.bfr-bottom-right-item>p {
    margin-bottom: 3px;
    color: #616161;
}

.bfr-bottom-right-item:last-child ul {
    border: none;
}

.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 13px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.copyright p {
    margin: 5px 0;
    font-size: 14px;
}

header {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.menu-mobile {
    display: none;
}

.navigation>li {
    position: relative;
    display: inline-block;
}

.navigation>li:not(:last-child):after {
    content: "/";
    margin: 0 15px;
    display: inline-block;
}

.bg-cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99;
    display: none;
}

.paginator a, .paginator span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: transparent;
    margin-right: 10px;
    color: #312c2c;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    line-height: 32px;
    width: 32px;
    height: 32px;
    transition: all .5s;
}

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 6 Pro";
    font-weight: 600;
    color: var(--green-color);
}

.paging-next:before {
    content: "\f105";
}

.paging-previous:before {
    content: "\f104";
}

.paginator {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.paginator span.currentPage {
    background: var(--green-color);
    color: #fff
}

.paginator a:hover {
    background: rgba(0, 0, 0, 0.04);
}

/*cs*/
.pagination a {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: transparent;
    margin-right: 10px;
    color: #312c2c;
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 14px;
    border: none;
    line-height: 32px;
    width: 32px;
    height: 32px;
    transition: all .5s;
}

.next a, .prev a {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: var(--green-color);
}

.next a:before {
    content: "\f105";
}

.prev a:before {
    content: "\f104";
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.pagination .active a {
    background: var(--green-color);
    color: #fff
}

.pagination a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.product-img {
    position: relative;
}

.percent {
    position: absolute;
    align-items: center;
    background: #eb5757;
    border-radius: 0 3px 3px 3px;
    color: #fff;
    display: flex;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 35.76px;
    justify-content: center;
    letter-spacing: .3px;
    line-height: 14px;
    width: 35.76px;
    z-index: 9;
    top: -10px;
    right: 10px;
}

.percent:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 1.75px;
    left: -8.5px;
    border-bottom: 7px solid #eb5757;
    border-right: 11px solid transparent;
    transform: rotate(-90deg);
}

.product-price--current.price-sale {
    color: #eb5757;
    font-weight: 700;
    line-height: 24px;
}

.product-price--old {
    color: #858585;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: Roboto;
    margin-left: 5px;
}

.search input::placeholder {
    color: #ddd;
    opacity: 0.3;
}

.search input:focus {
    background: #fff;
    outline: none;
}

.search input:focus::placeholder {
    color: #000;
}

.searchFolding {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    padding: 16px 10px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
    width: 100%;
    min-width: 260px;
    display: none;
}

.hot-search {
    display: flex;
    align-items: center;
}

.hot-search img {
    width: 25px;
    margin-right: 5px;
}

.hot-search span {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 14px;
    color: var(--green-color);
}

.searchFolding>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.searchFolding>ul>li {
    width: calc(50% - 5px);
    margin-top: 10px;
}

.searchFolding>ul>li>a {
    align-items: center;
    background: #efefef;
    border-radius: 3px;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 8px 0;
    text-decoration: none;
    width: 100%;
}

.searchFolding>p {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

#modalCart .modal-dialog {
    max-width: 900px;
}

#modalCart .modal-header {
    border: none;
    padding: 2.25rem 2rem 0.75rem;
}

.cart-column {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.cart-info a img {
    width: 60px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
}

.cart-name-price {
    margin-left: 10px;
}

.cart-info {
    display: flex;
    align-items: center;
}

.cart-item {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.cart-name {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.cart-name-price .product-price--current {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Space Grotesk';
    margin-bottom: 0;
}

.column-item {
    font-weight: 600;
}

#modalCart .modal-header span {
    font-weight: 600;
    font-size: 14px;
}

#modalCart .modal-header span i {
    color: var(--green-color);
    font-size: 18px;
    margin-right: 3px;
}

.cart-qty {
    width: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: 600;
}

.cart-qty-down, .cart-qty-up {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    background: transparent;
}

.remove-cart, .remove-wishlist {
    margin-left: 35px;
    position: relative;
    cursor: pointer;
    color: rgb(242, 153, 74);
}

.remove-wishlist {
    margin-left: 5px;
}

.remove-cart:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    background: #ccc;
    height: 100%;
    top: 0;
    left: -20px;
}

.cart-item>div {
    display: flex;
    align-items: center;
}

.product--price p {
    margin-bottom: 0;
}

.total-cart-price {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap !important;
}

.total-cart-price span>span {
    color: rgb(235, 87, 87);
    font-weight: 600;
    font-size: 18px;
}

.total-cart-price a {
    background: #00b156;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    border-radius: 3px;
    font-weight: 700;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 220px;
    text-transform: uppercase;
}

#modalCart .modal-body {
    padding-bottom: 0;
}

.cart-item:last-child {
    margin-bottom: 0;
}

.btn-fixed {
    transform: none;
    position: fixed;
    bottom: 62px;
    font-size: 0.875rem;
    right: 24px;
    height: 56px;
    width: 56px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--green-color);
    color: #fff;
    cursor: pointer;
    z-index: 8;
}

.btn-fixed.contact-fixed {
    bottom: 130px;
    font-size: 1.25rem;
    box-shadow: none;
}

.btn-fixed.back-to-top {
    transform: scale(0);
    transition: all .3s;
}

.btn-fixed.back-to-top.in {
    transform: scale(1);
}

.list-contact {
    width: 250px;
    background: white;
    box-shadow: rgba(19, 18, 18, 0.1) 2px 2px 11px !important;
    border-radius: 3px !important;
    padding: 30px 34px;
    position: fixed;
    right: 24px;
    bottom: 200px;
    z-index: 9;
}

.list-contact li:not(:last-child) {
    margin-bottom: 20px;
}

.list-contact a {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.list-contact img {
    width: 36px;
    margin-right: 15px;
}

.list-contact span {
    display: flex;
    flex-wrap: wrap;
}

.list-contact p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgb(117, 117, 117);
}

.list-contact {
    display: none;
    transition: all .3s;
}

.close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    align-items: center;
    background: #003644;
    border: 3px solid #fbfdff;
    border-radius: 50%;
    color: #fbfdff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    padding: 0;
    width: 30px;
    z-index: 5000;
}

#modalCart .modal-dialog-scrollable .modal-content {
    overflow: inherit;
}

.top-search {
    background-color: rgb(238, 238, 238);
    padding: 30px 0;
    display: block;
    width: 100%;
}

.title-search {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 32px;
    font-weight: 700;
}
.pview-share ul {
    display: flex;
}

.pview-share ul li {
    margin-right: 7px;
}

.pview-share ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
}


.wrap-menu {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.nav {
    flex-direction: column;
}
.nav-link {
    color: rgb(0, 54, 68);
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: bold;
    background: rgb(242, 243, 246) !important;
    width: 100%;
    padding: 25px 18px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    min-width: 15vw;
    border: 1px solid rgb(224, 224, 224);
    flex-direction: column;
    font-size: 16px;
}
.menu .nav-link {
    padding: 10px 15px;
    flex-direction: row;
    border-radius: 0;
    justify-content: flex-start;
    border: 1px solid #ddd;
}
.nav-link.active, .nav-link:hover {
    color: rgb(0, 177, 86) !important;
    background: #fff !important;
    border: none;
    border-left: 6px solid rgb(0, 177, 86) !important;
}
.nav-link img {
    width: 25px;
    margin-bottom: 5px;
}
.menu .wrap-menu {
    background: #fff;
    margin-top: 0;
}
.menu .nav-link img {
    margin-right: 10px;
}
.wrap-menu .tab-content {
    width: 800px;
    padding-left: 30px;
    padding-right: 30px;
}
.tab-cate>a {
    margin-bottom: 16px;
    display: block;
    color: #000;
    cursor: pointer;
    font-family: Space Grotesk;
    padding: 0;
    text-decoration: none!important;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 18px;
    font-weight: 700;
}
.tab-cate>ul>li>a {
    color: #00b156;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.tab-cate>ul>li {
    margin-bottom: 10px;
}
.tab-cate>ul>li>ul {
    width: calc(100% - 16px);
}
.tab-cate>ul>li>ul>li>a {
    font-size: 14px;
}

.menu .wrap-menu .tab-content {
    padding-top: 12px;
    padding-bottom: 12px;
}
.menu .tab-cate>ul>li {
    width: 25%;
}
.menu .tab-pane>ul {
    display: flex;
    flex-flow: column wrap;
    box-sizing: border-box;
    margin: 0;
    height: 184px;
}
.tab-cate>ul>li>a {
    white-space: break-spaces;
}
.menu>ul>li>ul>li {
    padding: 5px 5px;
}
.menu>ul>li[data-id="48111"]>ul>li, .menu>ul>li[data-id="35512"]>ul>li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.menu .tab-cate>ul>li>ul>li {
    margin-top: 5px;
}

.menu>ul>li:first-child>a {
    animation: textShadow 2s infinite alternate-reverse;
}

.menu > ul > li:nth-child(2) > a {
    animation: textShadowRed 2s infinite alternate-reverse;
}

.navigation>li>a {
    color: #757575;
}

.modal-add-success, .modal-copy-success {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    transform: translateX(-100vw);
    transition: all .3s;
}

.modal-copy-success {
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    transform: translateX(100vw);
    z-index: 999;
}

.modal-add-success.active, .modal-copy-success.active {
    transform: translateX(0);
}

.mas-wrap {
    font-weight: 400;
    background-color: #00b156!important;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0/15%);
    box-shadow: 1px 1px 10px rgb(0 0 0/15%);
}

body {
    padding-top: 111px;
}

.menu #nav-pc-72896.tab-cate>ul>li:first-child {
    order: 1;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(2) {
    order: 2;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(3) {
    order: 3;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(4) {
    order: 4;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(5) {
    order: 1;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(6) {
    order: 3;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(7) {
    order: 4;
}

.menu #nav-pc-72896.tab-cate>ul>li:nth-child(8) {
    order: 1;
}

.ov-inherit {
    overflow: inherit !important;
}

.MuiSvgIcon-root {
    fill: #000;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.user {
    position: relative;
}

.user ul {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-height: 16px;
    width: 235px;
    padding: 8px 0;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}

.user ul.active {
    opacity: 1;
    visibility: visible;
}

.user li {
    padding: 6px 20px !important;
    transition: all .2s;
}

.user li:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.user ul li a {
    display: block;
    width: 100%;
}

.user ul li a span {
    letter-spacing: 0.00938em;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #212121;
}

.wl-avatar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    background-color: rgb(189, 189, 189);
    height: 78px;
    width: 78px;
    position: relative;
}

.post-content-wrap a {
    color: #0d6efd !important;
}

/*.filter-price {*/
/*    border-radius: 6px;*/
/*    padding: 14px;*/
/*    min-width: 150px;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    align-items: center;*/
/*    transition: all 0.3s ease 0s;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border: 1px solid rgb(0, 177, 86);*/
/*    color: rgb(0, 177, 86);*/
/*    margin: 0 20px;*/
/*}*/

/*.filter-price a {*/
/*    color: rgb(0, 177, 86);*/
/*    font-size: 18px;*/
/*}*/

/*.filter-price.active {*/
/*    background: rgb(0, 177, 86);*/
/*}*/

/*.filter-price.active a {*/
/*    color: #fff;*/
/*}*/

.wrap-prd>a img {
    display: none;
}



.section_coupons .row {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.section_coupons .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.section_coupons [class*=col-] {
    padding: 10px 15px;
}
.section_coupons .coupon_item {
    box-shadow: 0px 0px 4px 2px #ccc;
}
.coupon_item {
    position: relative;
    padding: 7px 27px;
}
.tron_container {
    position: absolute;
    top: 0;
    left: -5px;
}
.tron_container1 {
    position: absolute;
    top: 0;
    right: -5px;
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.coupon_item .coupon_copy, .coupon_het {
    border: 0;
    padding: 2px 8px 2px 8px;
    border-radius: 0;
    margin-bottom: 0px;
}
.coupon_item .coupon_copy:hover{
    color: #eee;
}
.coupon_copy, .coupon_het {
    background: #001f5d;
    color: #fff;
}
.tron {
    border-radius: 999px;
    background: white;
    border: 1px solid #fff;
    width: 25px;
    height: 20px;
    margin-bottom: 0.7px;
}
.tron1 {
    border-radius: 999px;
    background: white;
    border: 1px solid #fff;
    width: 25px;
    height: 20px;
    margin-bottom: 0.7px;
}
.coupon_item .coupon_body .coupon_head {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 18px;
    color: #27b56b;
    font-weight: 600;
}
.coupon_item .coupon_body .coupon_desc {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 0px;
    color: #27b56b;
    font-weight: 600;
}
.coupon_item .coupon_price{
    font-size: 30px;
    display: flex;
    align-items: baseline;
}
.coupon_item .coupon_price h1{
    margin-bottom: 0;
    font-size: 31px;
    color: #27b56b;
    font-weight: 900;
}
.coupon_item .coupon_price p{
    margin-bottom: 0;
    color: #27b56b;
    font-weight: 600;
    font-size: 20px;
}
.img-coupon .coupon_item {
    display: grid;
    align-items: center;
    background-image: url(https://file.hstatic.net/1000360022/file/pyrgdm9a_a795d60….png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
}
.coupon_copy_paste{
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon_copy_paste .code{
    font-size: 16px;
    font-weight: 500;
    color: #27b56b;
}
.section_coupons{
    margin: 10px 0 30px 0;
}
.section_coupons .row.coupon_bill{
    border-bottom: 5px solid #000;
}
.coupon_item .coupon_copy span{
    white-space: nowrap;
}



/*coupon*/
.product-coupon__wrapper {
    padding: 15px 0 0;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.product-coupon__wrapper .product-coupons {
    padding-bottom: 7px;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
    cursor: pointer;
    overflow-x: auto;
}
.product-coupon__wrapper .title {
    font-size: 16px;
    margin: 0 0 8px;
    display: block;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
    min-height: 120px;
    min-height: 100px;
    height: 100%;
}
.coupon_item.lite {
    flex: 0 0 auto;
    border-radius: 0;
    filter: none;
    min-height: 0;
    overflow: hidden;
    padding: 0!important;
    margin-left: 5px;
    margin-right: 5px;
}
.coupon_item.lite .coupon_content {
    border: 1px solid #27b56b;
    color: #27b56b;
    border-radius: 5px;
    padding: 5px 12px;
    position: relative;
    font-size: 14px;
}
.coupon_item.lite .coupon_content:before {
    left: -5px;
}
.coupon_item.lite .coupon_content:before, .coupon_item.lite .coupon_content:after {
    content: '';
    position: absolute;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #27b56b;
    top: 50%;
    transform: translateY(-50%);
}
.coupon_item.lite .coupon_content:after {
    right: -5px;
}
.product-coupons .icon i {
    font-size: 20px;
    margin-left: 5px;
    color: #dc2b2b;
}
.cart-coupon.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.cart-coupon {
    --width: 412px;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(var(--width));
    border-left: 1px solid #eee;
    z-index: 9999;
    background: #fff;
    margin: 0 !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    visibility: hidden;
    opacity: 0;
    max-width: var(--width);
}
.cart-coupon-header {
    height: 40px;
    display: grid;
    grid-template-columns: 0 1fr;
    text-align: center;
    align-items: center;
    box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
    font-weight: 500;
}
.cart-coupon-header .coupon-toggle-btn {
    padding: 8px 12px;
    font-size: 20px;
    display: flex;
    color: #574141;
    align-items: center;
    z-index: 3;
}
.cart-coupon .section_coupons {
    margin-top: 10px;
    max-height: 100%;
    overflow: auto;
}
.cart-coupon .section_coupons {
    padding: 0 20px;
}
.cart-coupon .section_coupons .scroll {
    flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 120px;
}
.cart-coupon .section_coupons .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
    min-height: 120px;
    min-height: 100px;
    height: 100%;
}
.coupon_icon.pos-relative.embed-responsive[class*=embed-responsive-] img {
    max-width: calc(100% - 12px);
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 5px 5px 10px;
}
.coupon_body .coupon_head {
    text-align: center;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 16px;
    color: #27b56b;
    font-weight: bold;
    margin-bottom: 0;
}
.coupon_item .coupon_body .coupon_desc {
    font-size: 14px;
    line-height: 1.2;
    color: #27b56b;
}
.home-category {
    margin-bottom: 0px;
}
.coupon_item .coupon_copy {
    border: none;
    padding: 2px 8px 3px 8px;
    border-radius: 0;
    margin-bottom: 3px;
    background: #27b56b;
    color: #fff;
    line-height: 22px;
}
.coupon_info_toggle {
    font-size: 14px;
    color: #353945;
    cursor: pointer;
    margin-bottom: 3px;
    text-decoration: underline;
    margin-left: 10px;
}
.coupon_item .coupon_modal {
    display: none;
}
.coupon_copy::after {
    content: "Đã sao chép";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.3);
}
.cart-coupon.active + .cart-coupon-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1001;
}
.coupon_body .coupon_item_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#popupCoupon .coupon-title {
    color: #27b56b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0px 16px 16px;
    text-align: center;
}
#popupCoupon .coupon-row:nth-child(2n) {
    background-color: #f3f3f3;
}
#popupCoupon .coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
#popupCoupon .coupon-label {
    color: #4c4c4c;
}
#popupCoupon .coupon-row .coupon-info {
    grid-column: 1/-1;
    grid-row: 2;
}
#popupCoupon .coupon-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F0F1F2;
    grid-gap: 15px;
}
#popupCoupon .modal-dialog{
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.coupon-action .btn {
    padding: 10px;
    border-color: #27b56b;
    color: #27b56b;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    background: #fff;
}
.coupon-action .btn.coupon_copy {
    background: #27b56b;
    color: #fff;
}
.coupon-action .btn {
    padding: 10px;
    border-color: #27b56b;
    color: #27b56b;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    background: #fff;
}
.coupon_copy {
    cursor: pointer;
    position: relative;
}
#popupCoupon{
    z-index: 9999999;
}
.section_coupons.pview_coupon .coupon_title{
    margin-bottom: 0;
}
.section_coupons.pview_coupon .coupon_item .coupon_body{
    padding: 0;
}

/*coupon cart*/
.coupon-toggle .cart-coupon__wrapper{
    border-top: solid 1px #e4e5e7;
    margin-top: 15px;
}
.coupon-toggle .cart-coupon__wrapper{
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    line-height: 1;
    border-bottom: solid 1px #e4e5e7;
    margin-bottom: 15px;
}
.coupon-toggle .cart-coupon__wrapper div {
    display: flex;
    align-items: center;
}
.coupon-toggle .coupon-toggle-btn {
    cursor: pointer;
    color: #2e72d2;
}
.coupon-toggle img {
    width: 20px;
    margin-right: 7px !important;
}
.coupon-toggle-btn .icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
/*end coupon cart*/

/*checkout coupon*/
.order-summary-section-display-discount{
    padding: 0px;
    border-top: 0px;
    padding-bottom: 1.5em;
    border-color: #e1e1e1;
}
.hrv-discount-choose-coupons {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #27b56b;
}
.hrv-discount-choose-coupons > div:first-child {
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.hrv-discount-choose-coupons {
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #27b56b;
}
.hrv-discount-choose-coupons #list_short_coupon {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.hrv-discount-choose-coupons #list_short_coupon > span:not(:last-child) {
    margin-right: 5px;
}
.hrv-discount-choose-coupons #list_short_coupon > span {
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    margin-bottom: 5px;
}
.hrv-discount-choose-coupons #list_short_coupon > span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #27b56b;
    background: #fff;
    z-index: 1;
    left: -7px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}
.hrv-discount-choose-coupons #list_short_coupon > span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #27b56b;
    background: #fff;
    z-index: 1;
    right: -7px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}
.hrv-discount-choose-coupons #list_short_coupon > span span {
    border: 1px solid #27b56b;
    padding: 5px 10px;
    border-radius: 3px;
    background: #fff;
    font-weight: 700;
    color: #27b56b;
}
.active-popup {
    opacity: 1 !important;
    visibility: visible !important;
}
.hrv-coupons-popup-site-overlay {
    background: #CFCFCF;
    position: fixed;
    opacity: 0.6 !important;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 123;
    visibility: hidden;
}
.hrv-coupons-popup {
    width: 375px;
    transition: opacity 0.5s ease-out;
    padding: 0;
    opacity: 1;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(33 33 33 / 20%);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 70vh;
    min-height: 500px;
    z-index: 1234;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.hrv-title-coupons-popup {
    display: flex;
    padding: 19px 16px;
    align-items: center;
    position: relative;
    box-shadow: inset 0px -1px 0px #eeeeee;
}
.hrv-title-coupons-popup p {
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    padding-right: 60px;
    color: #424242;
}
.hrv-title-coupons-popup div {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.hrv-title-coupons-popup div svg {
    float: right;
    cursor: pointer;
}
.hrv-content-coupons-code {
    overflow-x: hidden !important;
    overflow-y: auto;
    max-height: calc(100% - 82px);
    padding: 11px 12.5px;
}
h3.coupon_heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 3.5px;
    width: 100%;
    color: #424242;
}
.hrv-content-coupons-code .coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    padding: 10px 16px;
    display: flex;
    min-height: 80px;
    border-radius: 5px;
    margin: 5px 0px 15px 2px;
}
.hrv-content-coupons-code .coupon_icon {
    display: flex;
    width: 100%;
    align-items: center;
}
.hrv-content-coupons-code .coupon_icon > div {
    flex: 0 0 auto;
}
.hrv-content-coupons-code .coupon_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
}
.hrv-content-coupons-code .coupon_body .coupon_head {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.hrv-content-coupons-code .coupon_item div[class*="coupon_desc"] {
    width: 100%;
    font-size: 14px;
    color: #212121;
}
.hrv-content-coupons-code .coupon_item div[class*="coupon_desc"] {
    width: 100%;
    font-size: 14px;
    color: #212121;
}
.hrv-content-coupons-code .coupon_item .coupon_desc {
    display: none;
    position: relative;
    z-index: 2;
}
.hrv-content-coupons-code .coupon_item .coupon_actions {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.hrv-content-coupons-code .coupon_icon .icon-svg {
    width: 37px;
    flex: 0 0 auto;
    margin-right: 10px;
    text-align: center;
}
.hrv-content-coupons-code .coupon_item h3.coupon_title {
    font-size: 16px;
    width: calc(100% - 47px);
    margin: 0.25em 0 5px;
}
.hrv-content-coupons-code .coupon_icon .icon-svg svg {
    width: 100%;
}
.hrv-content-coupons-code .coupon_item h3.coupon_title span {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}
.hrv-content-coupons-code .coupon_item .coupon_exp {
    max-width: calc(100% - 75px);
    line-height: 20px;
    margin-top: 0px;
    font-size: 14px;
}
.hrv-content-coupons-code .coupon_item .coupon_more {
    cursor: pointer;
    color: #27b56b;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    font-size: 14px;
}
.hrv-content-coupons-code .coupon_item .coupon_more svg {
    fill: #338bdc;
    width: 10px;
    margin-left: 8px;
}
.btn_apply_line_coupon {
    color: #fff;
    padding: 5px 10px !important;
    width: auto !important;
    background: #27b56b;
    font-size: 14px;
}
.hrv-content-coupons-code .coupon_item .coupon_desc_short.close {
    display: none;
}
.hrv-content-coupons-code .coupon_item .coupon_desc_short.close + .coupon_desc {
    display: block;
}
.hrv-content-coupons-code .coupon_item .coupon_list{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.hrv-content-coupons-code .coupon_item .coupon_list.expanded{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: unset;
    -webkit-line-clamp: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.coupon_list li:nth-child(n+2) {
    display: none;
}
.coupon_list.expanded li {
    display: block;
}
.product-promotion {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px dashed #b00002;
    margin-top: 30px;
    position: relative;
    border-radius: .2rem;
}
.product-promotion__heading {
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    color: #b00002;
    background: #f9fafa;
    position: absolute;
    top: -20px;
}
.product-promotion__heading i{
    font-size: 18px;
}
.product-promotion>ul {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: #f9fafa;
    font-size: 14px;
}
.product-promotion ul li{
    padding: 3px 0;
    margin: 0;
    list-style: inside;
}
/*end checkout coupon*/
/*end coupon*/


.payment-info {
    display: none;
}
