@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:opsz,wght@6..12,600&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}


.top-bar-findstores .item-col-4 {
    width: 100%;
    max-width: calc(100% / 3);
}

.soldout-product {
    color: #FF0000;
}

.buying-products {
    color: #0000FF;
}

.item-col-4 .content-right .text-top {
    font-size: 18px;
}

.items-ngang .horizontal-img img {
    min-height: 100%;
    max-height: 100%;
}

.items-ngang .info p.des {
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: none;
}

.items-ngang .info {
    width: 40%;
}

.items-ngang .item-img {
    width: 60%;
}

.items-doc .item-img img {
    min-height: 100%;
    max-height: 100%;
    aspect-ratio: 6/4;
    width: 100%;
}

.items-doc .item-img {
    height: 100%;
}

.blog-head-item h3.title {
    text-align: left;
}

.post-blog-container .right-col-post, .discount-label,
.blog-read-viewed .blog-read-item:nth-child(n+6),
.mostView, .pview-purchase, .item-agency {
    display: none;
}

.category-section .product-category-carousel .pro-loop {
    padding-right: 0;
}

.category-section .product-category-carousel .owl-item {
    margin-right: 15px;
}

@media (min-width: 1700px) {
    .container-fluid {
        padding: 0 146px;
    }
}

@media (min-width: 1400px) {
    .menu-wrap .main-menu > ul > li {
        padding-right: 35px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}

.top-bar {
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    font-size: 14px;
}

.free-ship-bar {
    background-color: #f26a21;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.hotline-header a {
    color: #fff;
    font-size: 14px;
}

.main-header {
    display: flex;
    align-items: center;
    /*padding: 10px 0;*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-wrapper {
    background-color: #f9f9f9;
}

.logo img {
    width: 70px;
    height: 35px;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
    gap: 25px;
}

.main-menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.main-menu .highlight-sale {
    color: #ff4d4d;
}

.header-search form {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(114, 114, 114, 0.5);
}

.header-search img {
    width: 20px;
}

.header-search input {
    border: none;
    padding: 6px 12px;
    outline: none;
    /*width: 230px;*/
}

body {
    overflow-x: hidden;
}

.header-search button {
    background: none;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}

.header-icons a {
    margin-left: 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.header-icons a span {
    position: relative;
    top: 2px;
    font-size: 12px;
}

.header-icons a i {
    padding-right: 5px;
    font-size: 19px;
}

.header-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

.logo {
    padding: 0 !important;
}

.header-icons a:first-child {
    margin-left: 0;
}

/* Ưu đãi */
.section-voucher-highlight {
    text-align: center;
    padding: 30px 20px 0;
}

.voucher-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.voucher-heading {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.voucher-carousel .voucher-item {
    padding-right: 10px;
}

.voucher-card {
    height: 120px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 68px 10px, transparent 10px, red 10.5px), linear-gradient(transparent 25%, red 0, red 75%, transparent 0);
    -webkit-mask-size: 100%, 2px 10px;
    -webkit-mask-repeat: repeat, repeat-y;
    -webkit-mask-position: 0 -10px, 67px;
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
}

.voucher-card::before,
.voucher-card::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.voucher-card::before {
    left: -10px;
}

.voucher-card::after {
    right: -10px;
}

.title {
    color: #000;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.hot-collection .hot-arrival .title {
    padding: 0 0 35px;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}
.hot-collection .hot-arrival .title a {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.pro-loop {
    display: block;
    position: relative;
    height: auto;
    background: transparent;
    padding-left: 1px;
}

.product-related-box .pro-loop {
    padding-right: 20px;
}

.pro-loop .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pro-loop .product-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pro-loop a {
    display: block;
    position: relative;
}

.pro-loop .product-detail {
    padding: 0;
}

.product-detail .box-pro-detail {
    z-index: 9;
    width: 100%;
    text-align: center;
}

.pro-loop .product-detail h3 {
    margin: 0;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    min-height: 20px;
    padding-top: 10px;
}

.pro-loop .product-detail h3 a {
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-align: start;
}

p.pro-price {
    color: #ff2323;
    font-size: 16px;
    margin: 0;
}

p.pro-price.highlight {
    font-weight: bold;
}

.frameSale {
    min-height: 20px;
}

.quickView {
    border: none;
    border-radius: 0;
    border-right: 1px solid white;
}

.actionLoop a {
    font-size: 13px;
}

.category-collocation .wrap-item-small .pro-loop.product-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
}

.owl-carousel .pro-loop {
    padding-right: 20px;
}

.blog-section .sectionTitleTab h2 {
    padding-right: 0;
}

.blog-section .sectionTitleTab h2 a {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

#addToCart, #addToCartQv, .addToCart {
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.header-icons img {
    width: 20px;
}

.header-icons {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.category-collocation .product-loop-review {
    padding-left: 0 !important;
}

.category-collocation .pro-loop.product-wrapper {
    padding-bottom: 0;
}

@media (min-width: 1025px) {
    .product-block:not(.recommend-block) {
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        position: relative;
    }

    .actionLoop {
        background: black;
        position: absolute;
        bottom: -38px;
        width: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        padding: 7px 0;
        z-index: 9;
    }

    .actionLoop a {
        float: left;
        width: 50%;
        color: white;
        text-align: center;
        padding: 3px 10px;
        cursor: pointer;
    }

    .actionLoop a {
        float: left;
        width: 50%;
        color: white;
        text-align: center;
        padding: 3px 5px;
        cursor: pointer;
    }
}

.sale-off-section {
    /*padding-top: 30px;*/
}

.flash-sale-header {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 40px;
}

.flash-sale-title {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.flash-sale-timer {
    display: flex;
    gap: 5px;
}

.timer-box {
    padding: 5px 8px;
    text-align: center;
    border-radius: 3px;
}

.timer-digit {
    font-size: 16px;
    display: block;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
    border-radius: 3px;
    letter-spacing: 5px;
}

.timer-label {
    font-size: 10px;
    display: block;
    opacity: 0.7;
    margin-top: 5px;
}

.product-lists-home .owl-controls .owl-prev, .product-lists-home .owl-controls .owl-next {
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    z-index: 9;
}

.product-lists-home .owl-controls .owl-prev {
    left: 0;
}

.product-lists-home .owl-controls .owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
}

.sectionTitleTab {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    justify-content: center;
}

.sectionTitleTab h2 {
    margin: 0;
    font-size: 14px;
    padding-right: 35px;
    text-transform: uppercase;
}

.sectionTitleTab h2 a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.category-list {
    display: flex;
    column-gap: 45px;
}

.category-list li a {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.category-list li:hover a {
    color: #d8492c;
}

.loading-box {
    width: auto;
    text-align: center;
    max-width: 100%;
}

.titleTabItem.active a {
    color: #d8492c;
    /*font-weight: bold;*/
    border-bottom: 2px solid;
}

.titleTabItem a {
    /*padding-bottom: 10px;*/
}

.news-lists-home .owl-item:first-child {
    padding-left: 0;
}

.news-lists-home .owl-item {
    padding-left: 15px;
}

.news-title {
    font-size: 16px;
    font-weight: 600;
}

.news-desc {
    margin-bottom: 15px;
    max-height: 55px;
    overflow: hidden;
}

.news-title a {
    color: #333;
}

.news-img img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
}

.section-newsHome {
    display: flex;
    justify-content: center;
}

.newsletter-wrap {
    background-color: #f9f9f9;
    text-align: center;
    padding: 40px 20px;
    font-family: sans-serif;
}

.newsletter-title {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 8px;
}

.newsletter-description {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #73727d;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.newsletter-input {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    min-width: 530px;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.newsletter-button {
    padding: 12px 60px;
    background-color: #dd1d21;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-button:hover {
    background-color: #b5181b;
}

a.social-icon {
    height: 38px;
    width: 38px;
    box-shadow: none;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon img {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.social-icon img:hover {
    transform: scale(1.1);
}

body .footer {
    background-color: #fff;
    color: #333;
    padding: 40px 0 20px;
    font-family: sans-serif;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-company-detail {
    line-height: 1.6;
    margin: 0;
    max-width: 320px;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-social-icon img {
    width: 36px;
    height: 36px;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.footer-social-icon img:hover {
    transform: scale(1.1);
}

.footer-menu {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
}

.footer-menu-title, .footer-company-title {
    margin: 0 0 23px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.instuction_footer, ul.menu_footer {
    display: block;
}

.footer-column ul li {
    margin: 0 0 14px;
    cursor: pointer;
    display: block;
    padding: 0;
}

.footer-column ul a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-align: initial;
}

.instuction_footer li a:after {
    display: none;
}

.footer-column ul a:hover {
    text-decoration: underline;
}

.footer-apps {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-qr {
    width: 70px;
    height: 70px;
}

.footer-app-links img {
    display: block;
    margin-bottom: 8px;
    height: 40px;
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-copy {
    margin: 0;
    font-size: 13px;
}

.footer-certificates img {
    height: 38px;
    margin-left: 10px;
}

.thumbnail-img {
    padding-left: 15px !important;
    padding-right: 30px !important;
}

.thumbnail {
    background-color: initial;
    border: 0;
}

#detail-product .product h1 {
    display: block;
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#detail-product .product h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.attr-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}

.attr-group .size a {
    background: #fff;
    padding: 0 10px;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
}

.attr-group .color a {
    background: #fff;
}

.attr-group .color a img {
    border-radius: 50%;
}

#detail-product .product .price .variant-price {
    color: #333F48 !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

#detail-product .product .price .variant-price sup {
    color: #333F48 !important;
}

.wrap-cart-btn {
    display: flex;
    column-gap: 20px;
    margin-bottom: 15px;
}
.wrap-cart-btn #js-add-cart {
    width: 50%;
    font-weight: 500;
    font-size: 13px;
}
#js-add-cart, #notIndex-fixed-actions .fixed-item:not(:last-child), .mb-2 {
    margin-bottom: 0;
}

#js-add-cart, #js-add-cart:active, #js-add-cart:focus, #js-add-cart:hover {
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
}

#addToCart {
    border: 1px solid #DA291C;
    color: #fff;
    background-color: #DA291C;
}

.attr-name.attr-name-size .tinhsize a {
    color: #63B1BC;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left 0 center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjA4MzMgNC41ODI5MkwxMy4zMzMzIDUuODMyOTJNOS41ODMzNCA3LjA4MjkyTDEwLjgzMzMgOC4zMzI5Mk03LjA4MzM0IDkuNTgyOTJMOC4zMzMzNCAxMC44MzI5TTQuNTgzMzQgMTIuMDgyOUw1LjgzMzM0IDEzLjMzMjlNMi4xMzgwNSAxNC42Mzc3TDUuMzYxOTEgMTcuODYxNUM1LjUyNjkxIDE4LjAyNjUgNS42MDk0MiAxOC4xMDkxIDUuNzA0NTUgMTguMTRDNS43ODgyNCAxOC4xNjcyIDUuODc4MzggMTguMTY3MiA1Ljk2MjA3IDE4LjE0QzYuMDU3MjEgMTguMTA5MSA2LjEzOTcxIDE4LjAyNjUgNi4zMDQ3MiAxNy44NjE1TDE3Ljg2MTkgNi4zMDQzNUMxOC4wMjY5IDYuMTM5MzQgMTguMTA5NCA2LjA1Njg0IDE4LjE0MDMgNS45NjE3QzE4LjE2NzUgNS44NzgwMiAxOC4xNjc1IDUuNzg3ODcgMTguMTQwMyA1LjcwNDE5QzE4LjEwOTQgNS42MDkwNSAxOC4wMjY5IDUuNTI2NTUgMTcuODYxOSA1LjM2MTU0TDE0LjYzOCAyLjEzNzY4QzE0LjQ3MyAxLjk3MjY4IDE0LjM5MDUgMS44OTAxNyAxNC4yOTU0IDEuODU5MjZDMTQuMjExNyAxLjgzMjA3IDE0LjEyMTYgMS44MzIwNyAxNC4wMzc5IDEuODU5MjZDMTMuOTQyOCAxLjg5MDE3IDEzLjg2MDIgMS45NzI2OCAxMy42OTUyIDIuMTM3NjhMMi4xMzgwNSAxMy42OTQ5QzEuOTczMDQgMTMuODU5OSAxLjg5MDU0IDEzLjk0MjQgMS44NTk2MyAxNC4wMzc1QzEuODMyNDQgMTQuMTIxMiAxLjgzMjQ0IDE0LjIxMTQgMS44NTk2MyAxNC4yOTVDMS44OTA1NCAxNC4zOTAyIDEuOTczMDQgMTQuNDcyNyAyLjEzODA1IDE0LjYzNzdaIiBzdHJva2U9IiM2M0IxQkMiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    position: relative;
    padding: 0 20px 0 26px;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

.attr-name.attr-name-size {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attr-name.attr-name-size .tinhsize {
    margin-bottom: 0;
    background: #fff;
}

.attr-name.attr-name-size .tinhsize a:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTJMMTAgOEw2IDQiIHN0cm9rZT0iIzYzQjFCQyIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.attr-name.attr-name-size .tinhsize a:hover {
    border: 0 !important;
}

.attr-name.attr-name-size .tinhsize a:before {
    display: none;
}

.product-tabs {
    border-top: 1px solid #ddd;
    margin-top: 48px;
}

.tab-item {
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
}

.tab-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    color: #333f48;
}

.breadcrumb {
    padding-left: 0;
}

.tab-content {
    padding: 0 0 12px 0;
    display: none;
    color: #333;
    line-height: 1.6;
    padding-bottom: 7px;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.active-tab .tab-content {
    display: block;

}

.benefit-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    gap: 20px;
}
.benefit-wrapper .benefit-icon img {
    width: 44px;
    height: 44px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 0 12px;
}

.benefit-item:last-child {
    border-right: none;
}

.benefit-icon {
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-content {
    font-size: 14px;
    color: #444;
}

.benefit-content strong {
    display: block;
    color: #333F48;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.benefit-wrapper .benefit-item:nth-child(2) {
    justify-content: center;
}
.benefit-wrapper .benefit-item:nth-child(3) {
    justify-content: end;
}

.benefit-item.return-product {
    justify-content: end;
}

.benefit-content div {
    margin-top: 5px;
}

.block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

.sale-products {
    margin-top: 60px;
}

.layout-collections .section-collection {
    padding: 0;
}

.layout-collections .toolbar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.layout-collections .toolbar-products .head-title {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.layout-collections .toolbar-products h1 {
    font-size: 22px;
    margin: 0;
    padding-right: 15px;
    padding-left: 0;
}

.product-filter-mb {
    display: none;
}

.filter-current {
    display: none;
}

.widget-title {
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-color: #c12;
    border-left: 3px solid;
    padding: 6px 0 6px 13px;
}

.filter-current .filter-subtitle {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.filter-current .list-tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 15px 0 0 0;
    color: #5d5d5d;
    font-size: 13px;
    display: none;
    padding: 2px 10px 3px 24px;
}

.filter-inner .filter-head {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    width: auto;
}

.filter-inner .filter-head p {
    margin: 0;
}

.filter-inner .filter_group .filter_group_block {
    position: relative;
}

.filter-inner .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

.filter-inner .filter_group .filter_group-content {
    padding: 10px 0;
}

.checkbox-list li {
    position: relative;
    margin: 0 0 12px;
    cursor: pointer;
}

.checkbox-list input[type='checkbox'], .checkbox-list input[type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
}

.checkbox-list li label {
    cursor: pointer;
}

.filter-size .checkbox-list {
    display: flex;
    flex-wrap: wrap;
}

.filter-size .checkbox-list li {
    margin: 0 14px 15px 0;
    line-height: normal;
    padding: 0;
}

.filter-size .checkbox-list input[type="checkbox"] {
    display: none;
}

.filter-size .checkbox-list li label {
    border: 1px solid #eaeaea;
    min-width: 45px;
    min-height: 45px;
    border-radius: 4px;
    padding: 0 15px;
    position: relative;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.filter-price__range {
    padding: 40px 22px 45px 12px;
}

.filter-price .noUi-target {
    height: 6px;
    background: #e5e5e5;
    border: 0;
    box-shadow: none;
}

.filter-price .noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
    margin-left: 0;
}

.filter-price__value {
    text-align: center;
    display: none;
}

.filter-price__value #smooth-steps-values {
    background: #f5f5fa;
    padding: 10px 35px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}

.filter-footer {
    display: none;
}

.layout-collections .toolbar-products .product-sort {
    display: none;
    position: relative;
    margin-left: auto;
}

.layout-collections .toolbar-products .product-sort .title {
    position: relative;
}

.layout-collections .toolbar-products .product-sort .text {
    margin-left: 15px;
    min-width: 230px;
    min-height: 50px;
    line-height: 46px;
    border: 1px solid #dde1ef;
    display: inline-block;
    border-radius: 4px;
    padding: 0 15px;
}

.layout-collections .toolbar-products .product-sort .icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.layout-collections .toolbar-products .product-sort .icon svg {
    display: block;
    width: 20px;
    height: 100%;
    margin: auto;
}

.layout-collections .toolbar-products .sort-by-content {
    position: absolute;
    width: 230px;
    top: calc(100% - 1px);
    right: 0;
    z-index: 9;
    background: #fff;
    border: 1px #dde1ef solid;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.3s ease;
}

.layout-collections .toolbar-products .sort-by-content li {
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 0px;
}

.menuCollection {
    display: flex;
    margin: 0 0 30px 0;
}

.menuCollection a {
    display: inherit;
    line-height: 10px;
    font-size: 15px;
}

.checkbox-list input[type='checkbox']:before, .checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.checkbox-list input[type='checkbox']:after, .checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px;
}

.menuCollection li ~ li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #c3c3c3;
}

.advanced-filter:before {
    display: inline-block;
    font: 19px / 1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    color: #ddd;
    content: "\f096";
    padding-right: 10px;
}

.pro-loop.product-wrapper {
    padding-bottom: 20px;
}

.advanced-filter.check:before {
    display: inline-block;
    font: 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #e4393c;
    content: "\f14a";
}

.menu-top > li {
    width: auto;
    border-right: 0;
}

.coll-icon .ico-top {
    display: none;
}

.main-menu ul {
    gap: inherit;
}

.main-menu > ul > li {
    padding-right: 20px;
}

.main-menu > ul > li > a {
    text-transform: uppercase;
    position: relative;
}

.main-menu > ul > li.hasChild > a:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: -15px;
    top: 0;
    color: inherit;
}

.flash-sale-header {
    display: flex;
    row-gap: 10px;
    margin-bottom: 35px;
}

.footer-column-wrap {
    padding-top: 40px;
}

.pro-color {
    display: none;
}

.buy-now-home {
    display: none;
}

.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;
}

.new-collection .title {
    padding: 50px 0 36px 0;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}
.new-collection .title a {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.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: #ff944d;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.coupon_item .coupon_body .coupon_desc {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 0px;
    color: #ff944d;
    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: #ff944d;
    font-weight: 900;
}

.coupon_item .coupon_price p {
    margin-bottom: 0;
    color: #ff944d;
    font-weight: 600;
    font-size: 20px;
}

.img-coupon .coupon_item {
    display: grid;
    align-items: center;
    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: #ff944d;
}

.section_coupons {
    margin: 10px 0 0 0;
}

.section_coupons .row.coupon_bill {
    border-bottom: 5px solid #000;
    padding: 0;
}

.coupon_item .coupon_copy span {
    white-space: nowrap;
}

.index_coupons .coupon_item {
    padding: 7px 20px;
}

.index_coupons .coupon_item .coupon_body {
    padding: 5px 5px 5px 2px;
}

.index_coupons .coupon_item .coupon_body .coupon_title {
    font-size: 13px;
}

.index_coupons .coupon_item .coupon_body .coupon_desc {
    font-size: 13px;
}

.index_coupons .coupon_item .coupon_price h1 {
    font-size: 18px;
}

.index_coupons .coupon_item .coupon_price p {
    font-size: 16px;
}

.index_coupons .coupon_copy_paste .code {
    font-size: 12px;
}

.index_coupons .coupon_item .coupon_copy {
    font-size: 10px;
}

.index_coupons .coupon_item .coupon_copy.active {
    opacity: 0.5;
}

.index_coupons .coupon_item .coupon_copy {
    opacity: 1;
}

.section_coupons .row.coupon_bill {
    border-bottom: unset;
}

.img-coupon {
    padding-right: 25px;
    padding-left: 10px;
}

.see-more-product {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}

.button.btn-see-more {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: var(--shop-color-button);
    color: var(--shop-color-button-text);
    padding: 12px 12px;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
    min-width: 400px;
    display: block;
    margin: 0 auto;
}

.button.btn-see-more:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.btnlight:hover, .button.btnlight:focus {
    color: #fff;
}

.button:hover:before, .button:focus:before {
    width: 120%;
}

.product-loop-review {
    width: 100%;
}

.product-loop-review .pro-loop {
    float: initial;
}

.category-collocation .product-loop-review.item-large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.category-collocation .wrap-item-small {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column: 3 / 5;
    grid-row: auto;
    padding: 0;
}

.category-collocation .wrap-item-small-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column: 1 / 3;
    grid-row: auto;
    padding: 0;
}

.product-loop.item-large-2 {
    grid-row: 4 / 6;
    grid-column: 3 / 5;
}

.category-collocation .wrap-item-small .actionLoop a,
.category-collocation .wrap-item-small-2 .actionLoop a {
    width: 100%;
}

.site-footer-container {
    display: none;
}

.compare-price {
    color: #696969;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 14px;
    padding-left: 5px;
}

.box-pro-prices {
    margin-top: 5px;
    text-align: start;
}

.navbar-mainmenu {
    text-align: center;
}

.navbar-mainmenu ul {
    margin: 0;
}

.navbar-mainmenu ul > li {
    display: inline-block;
    position: relative;
}

.menuList-main > li > a {
    opacity: 0.85;
    position: relative;
    z-index: 2;
    display: block;
    padding: 30px 0;
    width: 100%;
    letter-spacing: 0.75px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: none;
    transition: none;
    color: #000000;
}

.menuList-main .has-submenu.fullwidth {
    position: initial;
}

.menuList-main li.has-submenu .menuList-submain {
    background: #fff;
    min-width: 230px;
    max-width: 180%;
    padding: 12px 0;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menuList-main .has-submenu.fullwidth .multicolumn {
    padding: 25px 0;
    left: 0;
    right: 0;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.menuList-main .has-submenu.fullwidth .multicolumn-container-new {
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.menuList-main .has-submenu.fullwidth .multicolumn-container-new .itemMegaMenu {
    width: calc(100% / 4);
    padding: 10px;
}

.menuList-main .has-submenu.fullwidth .multicolumn-container-new .itemMegaMenu span {
    margin: 5px 0 0 0;
    display: block;
}

.menuList-main > li > a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.menuList-main > li:hover > a svg {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menuList-main > li > a svg {
    fill: #000000;
}

.menuList-main li.has-submenu:hover > .menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.menu-wrap {
    position: initial;
}

.main-header {
    position: initial;
}

.header-wrapper > .container-fluid {
    position: initial;
}

.header-wrapper {
    position: relative;
}

.menuList-main .has-submenu > a:after {
    content: "";
    padding-bottom: 80px;
    position: absolute;
    display: block;
    width: 130px;
    z-index: 99;
}

.box-right {
    white-space: nowrap;
}

.notify {
    position: relative;
}

.notify .noti-tt {
    color: #fff;
    position: relative;
    cursor: pointer;
    display: flex;
}

.notify .noti-tt svg {
    margin-right: 7px;
    fill: currentColor;
}

.notify .noti-tt .noti-numb {
    position: absolute;
    top: -5px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: #ff0000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
}

.d-none {
    display: none !important;
}

.notify .notify-container {
    position: absolute;
    z-index: 99;
    top: calc(100% + 6px);
    right: -12px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    transform: translateY(20px);
}

.notify .notify-container:after {
    content: "";
    position: absolute;
    top: -24px;
    right: 15%;
    z-index: 99;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    width: 0;
    height: 0;
}

.notify .sitenav-wrapper {
    background: #fff;
    width: auto;
    min-width: 360px;
    z-index: 15;
    padding: 0;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0;
}

.sitenav-inner .sitenav-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.notify .sitenav-header {
    display: none;
}

.sitenav-inner .sitenav-header__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.sitenav-inner .sitenav-content {
    padding: 15px;
    position: relative;
    /*overflow-y: scroll;*/
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.list-notify .article-item {
    padding: 12px 0;
}

.list-notify .article-item__block {
    display: flex;
}

.list-notify .article-item__detail .art-title {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
}

.list-notify .article-item__detail .art-meta {
    font-size: 12px;
    color: #121212;
}

.list-notify .article-item__detail .art-date:after {
    content: "-";
    padding: 0 5px;
}

.list-notify .article-item__detail .art-link a {
    color: #007ff0;
    font-size: 12px;
}

.free-ship-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 146px;
}

.notify:hover .notify-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.list-notify .article-item__detail .art-title a {
    font-weight: 600;
}

.wrapper-btn-store {
    width: 50%;
}

.wrapper-btn-store a {
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: var(--shop-color-button);
    color: var(--shop-color-button-text);
    padding: 12px 12px;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:before {
    content: '';
    display: block;
    background-color: var(--shop-color-hover);
    position: absolute;
    left: -10%;
    top: -10%;
    bottom: -10%;
    width: 0;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: width 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button.btnlight {
    background: #fff;
    color: #000000;
    border: 1px solid #000000;
}

.button.btnlight:hover, .button.btnlight:focus {
    color: #fff;
}

.button:hover:before, .button:focus:before {
    width: 120%;
    background: #000000;
}

.section-collection .title:after {
    display: none;
}

.pro-loop .proloop-actions {
    padding: 0 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.pro-loop .proloop-actions__inner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 40px;
    --height-action: 40px;
    --width-action: 40px;
}

.pro-loop .proloop-actions__cart {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    position: relative;
}

.pro-loop .proloop-actions__inner .actions-primary {
    width: 100%;
}

.pro-loop .proloop-actions__inner .actions-primary .btn-proloop-cart {
    background: #fff;
    color: #121212;
    border: 0;
    border-radius: 4px;
    position: relative;
    padding: 0 6px;
    height: 40px;
    border-radius: 5px;
    width: calc(100% - 10px);
    line-height: 40px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease, color 300ms ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px !important;
}

.pro-loop .proloop-actions__inner .actions-primary .btn-proloop-cart svg {
    vertical-align: -3px;
    fill: currentColor;
}

.pro-loop .proloop-actions__inner .actions-boxqty {
    justify-content: center;
    -ms-justify-content: center;
    position: absolute;
    width: calc(100% - 10px);
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.pro-loop .proloop-actions__inner .actions-boxqty .actions-wrapqty {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.pro-loop .proloop-actions__quickview {
    flex: 0 0 40px;
    max-width: 40px;
}

.pro-loop .proloop-actions__inner .icon-quickview {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-align: center;
    background: #333;
    color: #fff;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 3px !important;
}

.pro-loop .proloop-actions__inner .icon-quickview svg {
    width: 18px;
    fill: #fff;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.tooltip-cs .tooltip-hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 0;
    height: 0;
    border: solid;
    border-width: 8px 8px 0 8px;
    border-color: transparent;
    border-top-color: #000;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.pro-loop .product-block:hover .product-img .proloop-actions {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.pro-loop .proloop-actions__inner .icon-quickview svg path {
    fill: #fff;
}

.proloop-actions .button:hover:before, .proloop-actions .button:focus:before {
    background: transparent;
}

.pro-loop .proloop-actions__inner .actions-primary .btn-proloop-cart:hover {
    background: #121212;
    color: #fff;
}

.notify .noti-tt img {
    width: 20px;
    filter: invert(1);
}

.new-collection .see-more-product {
    /*padding-top: 20px;*/
    clear: both;
}

.banner-promotion, .qty {
    margin-bottom: 40px;
}

.voucher-item {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
}

.block-voucher .voucher-item {
    padding: 5px 12px;
    display: flex !important;
}

.voucher-item-info {
    display: -webkit-flex;
    display: flex;
    border-radius: 4px;
    min-height: 116px;
    position: relative;
    width: 100%;
}

.voucher-items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.voucher-item-info:before {
    content: "";
    width: 1px;
    border-right: 1px dashed #cbd5e1;
    top: 15px;
    bottom: 15px;
    position: absolute;
    right: 123px;
    z-index: 4;
}

.voucher-item-detail {
    flex-grow: 1;
    padding: 16px 16px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(40, 41, 61, .08), 0 .5px 6px rgba(96, 97, 112, .16);
    width: calc(100% - 141px);
    width: -moz-calc(100% - 141px);
    width: -webkit-calc(100% - 141px);
    width: -o-calc(100% - 141px);
    border-radius: 4px 0 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.voucher-item-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.voucher-item-des {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.voucher-item-date {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    align-items: flex-end;
    line-height: 16px;
    justify-content: space-between;
}

.voucher-item-date > span {
    margin-right: 12px;
    margin-bottom: 2px;
}

.voucher-item-date .expire {
    color: #ff8674;
    font-weight: 500;
    margin-bottom: 2px;
}

.voucher-item-condition {
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 2px;
}

.voucher-item-action {
    width: 110px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 4;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(40, 41, 61, .08), 0 .5px 6px rgba(96, 97, 112, .16);
    position: relative;
    border-radius: 0 4px 4px 0;
    padding: 0 17px 0 2px;
}

.voucher-item-info:after {
    content: "";
    width: 30px;
    background-color: #fff;
    position: relative;
    margin: 11px 0 10px;
    min-width: 30px;
    z-index: 3;
}

.voucher-item-action:after, .voucher-item-action:before {
    content: '';
    height: 17px;
    width: 30px;
    position: absolute;
    left: -30px;
    background-size: 100% 100%;
}

.voucher-item-action:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU3Rjg4QTg1Q0RGRTExRURBRTk5QzExNEJFRDNEMEM0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU3Rjg4QTg2Q0RGRTExRURBRTk5QzExNEJFRDNEMEM0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTdGODhBODNDREZFMTFFREFFOTlDMTE0QkVEM0QwQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTdGODhBODRDREZFMTFFREFFOTlDMTE0QkVEM0QwQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4XL9zKAAADAUlEQVR42sRUS0wTQRjeeexut13o+xFAJRw4tCEx0RD0IK0HEr1hbBNiVCJ4kIPExDs0Jhhj1FuTXkzAeGm5GE/EHrj2RgJdOJBwUEtLrYXSpa/dHXea1qBBikrCt9n8m9mZ7/v/f74ZQAhhzgIY6KDiemgMzM7OgmbUGIbo3+DfM6NFNfkPIxwOAxAMBpH+MvF4nKFRkiTi9XoBjTMzM7+soBzHyICGFCGgNRCKx6FP50mlUsDn84FUyttcH2eA3z9uGBjoIJubm4woiqRUKgG32w1kWdZyuZw2NTVFaBJ0up6I1urMUcKtbtHEI5EI6O/vBzzPw0wmQ3I5E+zt7WWy2SSh/Ki7+7wg8xpmygKu1ZyYZXm0vv4V9PRYkM1mA+9XVkBOkhg9EdoNsLy8fKSqLgppZS6XBDc2KthoNCKpKCFYcuNqFeESD5CCd7DocLCFihGBkZG7LrqwpD8UqIyJwyFotZqiyXK6znGXidks1q3WNIlGo8qfWk6FaUwmkyxC51ABZpBFFXGFw1At1IGqKkAQDIDqiNRcS0sL2eP8MTR00+x2+xi9ZUogEEB+v1+je/m7KG1vPC4hCkFg2I+xD7vH8cJ2xhRFJ7vHfoerq/u6Hxr73DLST1AT0m3wePJ6ZWZcLKqoHW9b4emn9/rUbAVznIqSyQEUCoXAIRc3Xn2M7q9uIpWFsBPNzT2+2PYct5twZfDS2Mti9LndzhGWzWgejwfHYjFFP32Mz9dwe0O0XLbinLoFkepgnU77xf+u2GYxT4yODrsEgcNWax+3tVVFiUQCWq0FKoiT+TxtK1JVGTuRhQveuGbv6vI8acdLb5W2N1OpdLB4687ENK+BGsa8ctCh1t3Nf980DfEyCxWliiEUuPn5188sFvODUxGm2N3bf/tuYfFVIvEpLyNWsWGWbG+XCe8sQ5PBgAOD122TD8fCoskUPAnfiYUpVFX9kk7vvPmcTq+9mIuslZkD5tH4/QvDw1dvWywdkxCCzpNy/ZXwaQIyZ4QzE/4hwACTLkuaxIFi5QAAAABJRU5ErkJggg==);
    top: -6px;
}

.voucher-item-action:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRERkI5OTk3Q0RGRTExRUQ5MUI5REJCNjIwQjQ2NjNCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRERkI5OTk4Q0RGRTExRUQ5MUI5REJCNjIwQjQ2NjNCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NERGQjk5OTVDREZFMTFFRDkxQjlEQkI2MjBCNDY2M0IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NERGQjk5OTZDREZFMTFFRDkxQjlEQkI2MjBCNDY2M0IiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz65TsE9AAADHklEQVR42sRVS2tTQRQ+M/fmPqdNbtLUNNrWlYtmZxa6swt/gdiqIChuii4U/4CNP0DduGkpQRc+aNWNuBBErQhu3Ii262I1vZhnm8T7modzg0rRKpUKHRjuMMz5vnO+78xcJOSAXRgYdmnsGrH6L4c55+16s1VefPHm4Z07D1YBDLh4+fTY/uHRwsjI0CVFUfZuFwtt1+N2u/Nwbu7B1cXFVy0hEAMbs3h/Y30dEWwqR44czpw7d+pyOp06+9+IG63WrVMnzl9BRKWWSIZCdFkioYlOpyt0PYHbba4kk4bW8LrK4/nZG4RYx3fsMWPsc3nu/rVkMh11A+4zZoeJRDew7TAYHrZpvB4dVcMgUHyN4bBcvneVc7GxY+KK++X6kxfPa1+/toL0HoPmchZzHIdqmhZLHRUKBSa9jyyrFiWTGn36+nWt0WiWd0zsVqrvHN2UwFGUlgTF4lCUz+fZ7OwsnZmZofIIXVlZobZt074+EdnghG/fvb+7Y4+PHjszkFaHqOc1I9NsUlkhn56eZgihXpwMR5OTk1iqIIvIJ1z3o6KkTO3R7Zu1vxKfPHlhOAzDHojneaCQPqHpBveCdUoAs07HpwMDmNVqKXroUIZJUi5J+WaQUqmEX74EbJp1eaMC2Wi62mrVlXS6P+H7GDMtVGWvIPBMME2AmE9F/aant2kPQNdtoDTiCZ4SG83PPBjp4y0YpMT/xAhxpacZ8aPSX4hj4djU1BQCKPJm85nodoFbFufVyEdZcLCgdWRYFPm+LyLDQLjrKoGq9ntra6pfr3ueYTjBBmkEjgPhqGzdffCJVatVLiX+QbiVNb292PtiESBuvmy2EHpeJTowqIWGoQSEDPqUqvJW5MLOWtNX9YNW4MugrE8gl1NkxgGkQAcXCiKTAe66rhgfHxel0rQER3/27LsSsnomE5BJAK5U8tHqqo4JIcJxhkQt9QGTjCWySwVAExMTipywvLwslpaWfiLPz89ztKm8rST+rWzZp/Ic+p5A7zs2NoYWFhZATiF5ensxX7xAW8iG/iLrtp/jX+I38wi0S79j+CbAADiblrPLUfHeAAAAAElFTkSuQmCC);
    bottom: -7px;
}

.voucher-item-action .action {
    color: #63b1bc;
    background-color: #fff;
    border: 1px solid #ff944d;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 8px 10px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 2px;
}

.block-voucher .voucher-item-action .action {
    width: auto;
    font-weight: 600;
    background-color: #ff944d;
    color: #fff;
}
body {
    position: relative;
}
.item-card__badge-wrapper {
    background: red;
    color: #fff;
    width: 65px;
    font-size: 13px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    margin-left: 15px;
}
.layout-collections.search-page .toolbar-products h1 {
    font-size: 20px;
}

.layout-collections.search-page .section-collection {
    padding: 5px 0 15px;
}
.album-list .item-album {
    padding: 10px;
    position: relative;
}
.collection-image-wrap {
    display: block;
    overflow: hidden;
}
.album-list .item-album .collect-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.album-list .item-album .collect-overlay a {
    display: inline-block;
    width: 70%;
    border: 1px solid #333;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 18px 8px;
    margin-bottom: 10px;
    transition: all .3s;
    color: #000;
}
.album-list .item-album:hover .collect-overlay {
    opacity: 1;
    visibility: visible;
}
.collect-img img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.clock {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.clock .clock-item {
    width: 15%;
}
.title-count-down {
    margin: 20px 0;
}

.notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1101;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 640px;
    color: #000;
    background-color: #fff;
    border: 1px solid gray;
}
@media (max-width: 767px) {
    .notification-content-extended {
        width: 96%;
        left: 2%;
        right: 10px;
        margin: 0;
    }
}
.notification-content-extended {
    border: none;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
.notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    background: #f8f9f9;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}
.notification-content-extended h1 {
    border-bottom: 1px solid #eee;
}
.notification-content-extended h1 {
    border-bottom: 1px solid;
    background: #ff944d;
    color: #fff;
}
.notification-content-extended .close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
.notification-content-extended h1 span {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #acacac;
    text-shadow: none;
    font: 13px / 1 'glyphs';
    opacity: 1;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.notification-body-extended {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
.ty-product-notification__body {
    padding: 15px 10px;
    min-height: 72px;
}
.notification-content-extended .ty-product-notification__body {
    overflow: auto;
}
.ty-product-notification__item {
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    justify-content: space-between;
    position: relative;
}
.remove-cart-item {
    position: absolute;
    left: -7px;
    top: -10px;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
}
.ty-product-notification__image, .ty-product-notification__body .ty-no-image {
    float: left;
    min-width: 0;
    width: 80px;
    margin: 0 auto 0 0;
}
@media (max-width: 767px) {
    .ty-product-notification__image {
        float: none;
        display: block;
        margin: 0 auto;
    }
}
.ty-product-notification__content {
    overflow: hidden;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin-left: 15px;
}
.ty-product-notification__product-name {
    float: left;
    display: block;
    margin-bottom: 7px;
    flex: 1;
}
@media (max-width: 767px) {
    .ty-product-notification__product-name {
        max-width: 200px;
    }
}
.ty-product-notification__price {
    margin-top: 10px;
    clear: both;
    margin-bottom: 10px;
}
.product-qty {
    clear: both;
    display: flex;
    align-items: center;
}

.product-qty i {
    padding: 5px 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: auto;
    font-size: 14px;
    cursor: pointer;
}

#psQttDown {
    border-left: 1px solid #000;
}

#psQttUp {
    border-right: 1px solid #000;
}

.product-qty input {
    border: 1px solid #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px !important;
}
.ty-product-notification__divider {
    margin: 0 0 10px 0;
}
.ty-float-left {
    float: left;
}
.ty-product-notification__amount {
    width: 46%;
}
.ty-float-right {
    float: right;
}
.ty-product-notification__subtotal {
    font-weight: bold;
    width: 46%;
    text-align: right;
}
.ty-product-notification__buttons {
    padding: 15px 10px;
    background: #ecf0f1;
}
.ty-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 14px;
    outline: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #bdc3c7;
    background-image: none;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.428571429;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}
.ty-btn__secondary {
    background: #ff944d;
    color: #fff;
    border-radius: 20px;
}
.ty-product-notification__buttons .ty-btn {
    border-radius: 20px;
    text-transform: inherit;
}
.notification-body-extended .ty-btn {
    padding: 6px 15px;
}
.ty-btn__primary {
    background: #d29e0e;
    color: #fff;
    border-radius: 20px;
}
.ty-product-notification__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.label-sold {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 0;
}
.title-top {
    font-weight: 600;
    font-size: 30px;
}
.title-top a {
    color: #000;
}
@media (min-width: 1600px) {
    .header-search input {
        width: 230px;
    }
}
@media (min-width: 1320px) {
    .logo {
        width: 10%;
    }

    .menu-wrap {
        width: 75%;
    }

    .header-icons {
        width: 15%;
    }
}
@media (min-width: 1200px) {
    .index_coupons .img-coupon.col-xl-3 {
        width: 20%;
    }

    .category-collocation .product-paginator {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 0;
    }
}

/*coupon*/
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1320px) {
    .logo {
        width: 5%;
    }

    .menu-wrap {
        width: 90%;
        padding: 0 15px !important;
    }

    .header-icons {
        width: 5%;
    }
    .header-icons a span {
        display: none;
    }

    .header-icons a span.number {
        display: block;
        position: absolute;
        top: -15px;
        left: 15px;
        background: #000;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .header-icons a:last-child {
        position: relative;
    }
    .free-ship-bar{
        padding: 5px 15px;
    }
}
@media (min-width: 992px) {

    .sticky-sidebar {
        top: 30px;
        position: sticky;
        -webkit-transition: top 400ms ease;
        -moz-transition: top 400ms ease;
        transition: top 400ms ease;
    }

    .filter-current {
        margin-bottom: 0;
    }

    .d-lg-none {
        display: none !important;
    }

    .navbar-mainmenu ul > li:nth-child(7) {
        display: none;
    }
    .news-img img {
        height: 250px;
    }
    .wrap-item-small .image-resize a, .wrap-item-small-2 .image-resize a {
        height: 363px;
    }
    .image-6.product-loop-review .image-resize a {
        height: 554px;
    }
}

@media (min-width: 992px) {
    .wrapper-sidebar-filter {
        margin-left: auto;
        position: relative;
        z-index: 9;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner {
        display: flex;
        align-items: center;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-head {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 30px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-subtitle {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        background: url(https://file.hstatic.net/200000000133/file/down-arrows_51c0ba74263a4ce2b650d50de0a7c4d1.svg);
        background-size: 14px;
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 20px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content {
        display: none;
        position: absolute;
        background: #FFFFFF;
        width: 220px;
        padding: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content .checkbox-list li {
        display: flex;
        align-items: center;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content .checkbox-list li label {
        font-size: 14px;
        line-height: 1.2;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-size .checkbox-list {
        gap: 5px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-size .checkbox-list li {
        margin: 0;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-size .checkbox-list li label {
        min-width: 35px;
        min-height: 35px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-price, .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-event {
        right: 0;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block .filter_group-content.filter-price {
        width: 300px;
        padding: 15px 30px;
    }

    .wrapper-sidebar-filter .filter-wrapper .filter-content .filter-inner .filter-options .filter_group .filter_group_block:hover .filter_group-content {
        display: block;
    }

    .group-info {
        padding-left: 0 !important;
    }

    .blockCenterPrd {
        padding-right: 0 !important;
    }
    .header-icons .number {
        position: absolute;
        background: red;
        color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        text-align: center;
        line-height: 15px;
        font-weight: 600;
        top: -10px;
        right: 15px;
    }

    .header-icons a:last-child {
        position: relative;
    }
    #boxMenu {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .logo-mobile {
        padding: 0;
    }

    #mobile-menu a.cart-link, #mobile-menu a.cart-link span {
        position: relative;
    }
    #mobile-menu .fixed-nav {
        box-shadow: 0 0 2px #727272;
    }
}

@media (max-width: 991px) {
    #mobile-menu .fixed-nav img {
        padding-top: 0;
        max-width: 85px;
    }

    #mobile-menu .navbar-toggle img {
        width: 20px;
    }

    #mobile-menu a.cart-link .number {
        background: #ff944d;
    }

    #mobile-menu a.cart-link i {
        color: #333;
    }
    #header-user {
        font-size: 22px;
        color: #333;
        margin: 0 15px 0 10px;
    }
    .free-ship-bar {
        display: none;
    }

    .frm-search input {
        border-radius: 25px !important;
        border: 1px solid rgba(114, 114, 114, 0.5);
    }

    #mobile-menu .navbar-toggle {
        position: static;
    }

    .logo-mobile {
        width: auto;
    }

    #mobile-menu .fixed-nav {
        display: flex;
        padding: 10px 0;
        align-items: center;
        justify-content: space-between;
    }
    .footer-column {
        margin-top: 20px;
    }
    #mobile-menu a.cart-link {
        margin-bottom: 0;
        /*top: unset;*/
    }

    #mobile-menu .fixed-nav img {
        max-height: 100% !important;
    }

    #mobile-menu a.cart-link .number {
        top: -10px;
        right: -10px;
        width: 15px;
        height: 15px;
    }
    .quickview-information {
        padding: 0 20px;
    }
    .quickview-image img {
        height: 300px;
    }
    .blogs-container .row,
    .top-bar-findstores .row,.main-map .row,.bottom-bar .row{
        margin: 0 !important;
    }

    .blogs-container .blog-head,
    .blogs-container .items-doc,
    .bottom-bar,
    .blogs-container .items-ngang{
        padding: 0 10px;
    }

    .blog-head-item h3 a {
        font-size: 14px;
    }
    .blogs-container .items-ngang .itemshori {
        display: flex;
        flex-direction: column;
    }

    .blogs-container .items-ngang .itemshori .info {
        order: 3;
        margin-top: 10px;
    }

    .blogs-container .items-doc .nitems,
    .bottom-bar .right{
        width: 100%;
    }

    .top-bar-findstores .row>div {
        text-align: center;
    }

    .item-col-4 .content-right .text-top {
        font-size: 14px;
        padding: 5px 0;
    }

    .item-col-4 .content-right .text-bot {
        font-size: 12px;
    }
    .ovl-search-mobile {
        background: #ff944d;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        color: #fff;
    }
    .layout-collections.search-page .section-collection{
        padding: 0;
    }
    .row {
        padding: 0 10px;
        margin: 0 !important;
    }
    .title-promotion-page {
        font-size: 18px;
    }
    .album-list .item-album {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 0 0 16px;
    }
    .album-list .item-album:nth-child(odd) {
        padding-left: 0 !important;
        clear: both;
    }
    .album-list .item-album:nth-child(even) {
        padding-right: 0 !important;
    }
    .frm-search {
        padding: 10px 5px;
        position: relative;
    }
    .frm-search span {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .frm-search input{
        padding: 6px 10px 6px 25px;
    }
    .pro-loop .product-img .label-sold img {
        height: auto;
        width: 55px;
    }
}

@media screen and (max-width: 768px) {
    .benefit-wrapper {
        flex-direction: column;
        padding: 0;
    }

    .pro-loop .proloop-actions {
        display: none;
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner .item .img img {
        width: 22px;
        padding-bottom: 7px;
    }

    .site-footer-container {
        display: block;
    }

    .img-coupon {
        min-width: 65%;
    }

    .pro-color {
        display: block;
    }

    .benefit-item {
        border-right: 0;
        padding: 0;
    }

    .header-icons a span {
        display: none;
    }

    #boxMenu {
        opacity: 0;
    }

    #boxMenu.mm-opened {
        opacity: 1;
        z-index: 99;
    }

    .sectionTitleTab {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .category-list {
        padding-top: 15px;
    }

    .category-list .titleTabItem {
        padding: 10px 0;
    }

    .newsletter-input {
        min-width: auto;
        padding: 5px 10px;
    }

    .section-voucher-highlight {
        padding: 30px 0 0;
    }

    .pro-loop {
        padding-right: 15px;
    }

    .pro-color ul {
        padding-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        align-items: flex-start;
    }

    .pro-color ul li a {
        display: inline-block;
        border-radius: 100%;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 1px solid #e6e7e8;
        padding: 1px;
        background-clip: content-box !important;
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .color-swatches li {
        opacity: 1;
        padding: 0;
    }

    .title {
        font-size: 18px;
    }

    .category-list li a {
        font-size: 16px;
    }

    .blog-section .sectionTitleTab h2 a {
        font-size: 18px;
    }

    .blog-section .sectionTitleTab h2 {
        margin-top: 20px;
    }

    .newsletter-button {
        padding: 12px 15px;
    }

    .footer-column {
        padding-top: 20px;
    }

    .buy-now-home {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, .5);
        position: absolute;
        right: 15px;
        bottom: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNC43NzUzIDkuNDY2OVY3LjQ2NjgyQzE0Ljc3NTMgNS45OTQgMTMuNTgxNCA0LjgwMDA1IDEyLjEwODYgNC44MDAwNUMxMC42MzU3IDQuODAwMDUgOS40NDE3OSA1Ljk5NCA5LjQ0MTc5IDcuNDY2ODJWOS40NjY5TTE3LjkxNDEgMTIuNTAxN0wxNy43MTQxIDEwLjM2ODJDMTcuNjE4MSA5LjM0Mzc5IDE3LjU3IDguODMxNTYgMTcuMzM5NyA4LjQ0NDNDMTcuMTM2NyA4LjEwMzIzIDE2LjgzNyA3LjgzMDI0IDE2LjQ3ODQgNy42NjAwNkMxNi4wNzE0IDcuNDY2ODIgMTUuNTU2OSA3LjQ2NjgyIDE0LjUyOCA3LjQ2NjgyTDkuNjg5MTYgNy40NjY4MkM4LjY2MDIyIDcuNDY2ODIgOC4xNDU3NCA3LjQ2NjgyIDcuNzM4NjcgNy42NjAwNkM3LjM4MDE1IDcuODMwMjQgNy4wODAzNyA4LjEwMzIzIDYuODc3NDYgOC40NDQzQzYuNjQ3MDcgOC44MzE1NiA2LjU5OTA1IDkuMzQzNzkgNi41MDMwMSAxMC4zNjgyTDYuMTAyOTkgMTQuNjM1MUM1Ljk4OTI2IDE1Ljg0ODMgNS45MzIzOSAxNi40NTQ4IDYuMTMzNjkgMTYuOTIzNEM2LjMxMDUzIDE3LjMzNSA2LjYyMDQyIDE3LjY3NTMgNy4wMTM3IDE3Ljg4OTdDNy40NjEzOSAxOC4xMzM5IDguMDcwNjQgMTguMTMzOSA5LjI4OTE1IDE4LjEzMzlIMTIuMTA4NkgxMy41MTgzIiBzdHJva2U9IiMzMzNGNDgiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE4LjAwMDEgMTkuMDAwMlYxNU0xNiAxNy4wMDAxSDIwLjAwMDEiIHN0cm9rZT0iI0RBMjkxQyIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
        z-index: 5;
        cursor: pointer;
        display: block;
    }

    .buy-now-home span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        position: absolute !important;
        word-wrap: nowrap !important;
    }

    #img-child-mobile .owl-controls .owl-buttons div {
        font-size: 15px;
    }

    .layout-collections .toolbar-products .head-title {
        margin-bottom: 15px;
        width: 100%;
    }

    .layout-collections .toolbar-products h1 {
        font-size: 18px;
    }

    .product-filter-mb {
        padding: 5px 12px;
        margin-right: 5px;
        border-radius: 6px;
        border: 1px solid #dde1ef;
        background: #ffffff;
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .layout-collections .section-collection {
        padding-top: 0;
    }

    .product-filter-mb p {
        margin-right: 7px;
        margin-bottom: 0;
    }

    .filter-current {
    }

    .widget-title {
        margin-bottom: 0;
        display: none;
    }

    .filter-current .filter-subtitle {
        margin-bottom: 0;
        font-size: 18px;
    }

    .filter-current .list-tags {
        display: none;
    }

    .filter-content {
        display: none;
        position: fixed;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
        overflow: hidden;
    }

    .filter-content.show-filter .filter-inner {
        pointer-events: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .filter-content.show-filter .overlays-rgba {
        pointer-events: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.5);
    }

    .filter-content .filter-inner {
        position: absolute;
        height: 100%;
        width: 85%;
        max-width: 480px;
        background: #ffffff;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        flex-direction: column;
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .filter-content .filter-head {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 12px 15px;
        background: #fff;
        color: #000;
        font-size: 22px;
        border-bottom: 1px solid #e7e7e7;
    }

    .filter-content .filter-head .btn-filter-close svg {
        width: 17px;
        height: 100%;
        margin: 0 auto;
        cursor: pointer;
    }

    .filter-content .filter-options {
        flex: 1 1 auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        padding: 10px 15px 10px;
        border-bottom: 1px solid var(--shop-color-border);
    }

    .m-menu-fix {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.16);
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner {
        display: flex;
        justify-content: center;
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner .item {
        flex: 1 1 auto;
        text-align: center;
    }

    .general .ty-tygh a {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        -webkit-transition: all 150ms;
        -moz-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner .item > span, .general.mobile .m-menu-fix .m-menu-fix__inner .item > a > span {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner .item .img {
        align-items: self-end;
    }

    .general.mobile .m-menu-fix .m-menu-fix__inner .item .span-text {
        font-size: 12px;
        font-weight: 400;
    }

    .img-inner svg {
        width: 50px;
        height: 25px;
    }

    .button.btn-see-more {
        min-width: auto;
        padding: 8px 20px;
    }

    .general.mobile .fix-support-box-outer {
        position: fixed;
        background-color: #fff;
        z-index: 10;
        bottom: 54px;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.16);
        padding: 10px 0 0 0;
        box-sizing: border-box;
        width: 45px;
        max-height: 45vh;
        left: calc(71.666666666667vw);
        left: -moz-calc(71.666666666667vw);
        left: -o-calc(71.666666666667vw);
        left: -webkit-calc(71.666666666667vw);
        display: none;
        -webkit-border-radius: 100px 100px 0 0;
        border-radius: 100px 100px 0 0;
        text-align: center;
    }

    .general.mobile .fix-support-box-outer.open-support {
        display: block;
        animation-name: fadeInUp;
        animation-duration: .5s;
        animation-fill-mode: both;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }
    .general.mobile .fix-support-box-outer {
        z-index: 10000;
    }

    .general.mobile .fix-support-box-outer .support-contents {
        max-height: calc(45vh - 35px);
        max-height: -webkit-calc(45vh - 35px);
        max-height: -moz-calc(45vh - 35px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call {
        position: relative;
        right: auto;
        bottom: auto;
        z-index: 100003;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call {
        bottom: auto !important;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call .list-support {
        position: relative;
        min-height: auto;
        bottom: 0;
        transition: .3s all ease;
        display: block;
    }

    .general .let-call .list-support .item {
        flex: 0 0 100%;
        height: 50px;
        cursor: pointer;
        margin-bottom: 15px;
        position: relative;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call .list-support .item {
        height: 40px;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call .list-support .item a {
        width: auto;
        display: inline-block;
    }

    .general.mobile .fix-support-box-outer .support-contents .let-call .list-support .item img {
        height: 34px;
        width: 34px;
    }

    .free-ship-bar {
        display: none;
    }

    .user-wrapper .loginFb {
        width: 100%;
    }

    .home-coupon .section_coupons .row.coupon_bill {
        justify-content: flex-start;
    }

    .user-wrapper .loginGg {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .titleTabItem.active a {
        border-bottom: 0;
    }

    .category-list .owl-item {
        width: auto !important;
        padding-right: 20px;
    }

    .see-more-product {
        clear: both;
    }

    .box-pro-prices {
        height: 40px;
    }

    .product-lists-home .pro-loop {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin: 0 0 16px;
    }

    .product-lists-home:not(.owl-carousel) .pro-loop:nth-child(odd) {
        padding-left: 0 !important;
        clear: both;
    }

    .product-lists-home:not(.owl-carousel) .pro-loop:nth-child(even) {
        padding-right: 0 !important;

    }

    /*.product-lists-home .owl-item:nth-child(2n+1) .pro-loop {*/
    /*    padding-left: 0 !important;*/
    /*    padding-right: 8px !important;*/
    /*    margin-bottom: 0;*/
    /*}*/

    /*.product-lists-home .owl-item:nth-child(2n) .pro-loop {*/
    /*    padding-right: 0 !important;*/
    /*    padding-left: 8px !important;*/
    /*    margin-bottom: 0;*/
    /*}*/

    .container, .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .category-section {
        padding-top: 0;
    }

    .section_coupons.home-coupon .row.coupon_bill {
        justify-content: flex-start;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 5px;
    }

    #detail-product .thumbnail {
        padding: 0;
    }

    #detail-product .thumbnail {
        padding: 0;
    }

    #detail-product .row, .tp_product_detail .row {
        margin: 0 !important;
    }

    .container, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0 !important;
    }

    .product-related-box {
        padding: 0 16px;
    }

    .pro-loop .product-detail h3 a {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: start;
        color: #333f48;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pro-price-del del {
        display: block;
        color: #333f48;
        text-decoration: line-through;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-right: 6px;
        margin-top: 4px;
        text-decoration-color: #5c6368;
        padding-left: 0;
    }

    .menuCollection a {
        line-height: 24px;
    }

    .block-voucher .voucher-items-list .voucher-item {
        margin: 0;
        max-width: 100%;
        padding: 6px;
        display: flex !important;
    }

    .voucher-item-detail {
        flex-grow: 1;
        padding: 15px 0 11px 10px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(40, 41, 61, .08), 0 .5px 6px rgba(96, 97, 112, .16);
        width: 220px;
        border-radius: 4px 0 0 4px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .voucher-items-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;;
        -webkit-overflow-scrolling: touch;
        flex-direction: row !important;
    }

    .voucher-items-list .voucher-item {
        margin-right: 16px !important;
    }

    .voucher-items-list .voucher-item:last-child {
        margin-right: 0 !important;
    }

    .section_coupons {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    #mobile-menu .navbar-toggle {
        position: initial;
        margin-left: 0;
    }

    #mobile-menu a.cart-link {
        position: relative;
        margin-bottom: 0;
        line-height: normal;
        margin-top: 0;
        margin-right: 0;
        top: 0;
    }

    #mobile-menu .fixed-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-mobile {
        width: auto;
        padding-top: 0;
    }

    #mobile-menu a.cart-link span {
        position: relative;
        top: 0px;
        right: 15px;
    }
    .news-img img {
        height: 150px;
    }

    .tp_product_detail .row {
        padding: 0;
    }

    .product-related-box {
        padding: 0;
    }
}

@media screen and (max-width: 475px) {
    .general.mobile .fix-support-box-outer {
        left: calc(64.666666666667vw);
        left: -moz-calc(64.666666666667vw);
        left: -o-calc(64.666666666667vw);
        /* left: -webkit-calc(68.666666666667vw); */
    }
    .pro-loop .product-img img {
        height: 287px;
        object-fit: cover;
    }
}

.cloudzoom-blank, .cloudzoom-zoom-inside {
    display: none !important;
}

#detail-product .product .price {
    padding: 32px 0 36px;
    display: flex;
}

.qv-wrap-color, .qv-wrap-size {
    display: flex;
    flex-wrap: wrap;
}

.qv-wrap-color a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.colornew .qv-wrap-color a, .sizenew .qv-wrap-size a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.colornew .qv-wrap-color a.active:before, .colornew .qv-wrap-color a:hover:before,
.sizenew .qv-wrap-size a.active:before, .sizenew .qv-wrap-size a:hover:before
{
    content: '';
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(/tp/T0198/img/bg-product.png);

}
.colornew a, .sizenew a {
    position: relative;
}
.product-viewdetail {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
#mobile-menu .fixed-nav {
    z-index: 999;
}
.quickview-information #addToCartQv {
    width: 100%;
}
.icon-product-sale {
    left: 6px;
    background: #e70505;
    letter-spacing: 0.5px;
    min-width: 52px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
    position: absolute;
    position: absolute;
    top: 6px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
}
.icon-product-sale i {
    font-size: 15px;
}

/*!*new css*!*/
/*@media (min-width: 768px) {*/
/*    .new-collection .product-lists-home , .hot-collection .product-lists-home, .sale-off-section .product-lists-home  {*/
/*        margin: 0 -12px;*/
/*    }*/
/*    .flash-sale-body {*/
/*        margin-left: -12px;*/

/*    }*/
/*}*/

.slick-arrow {
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    z-index: 9;
    background: #869791;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-arrow:hover {
    background: #fff;
}
.slick-arrow i {
    font-size: 25px;
    color: #000
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0
}

@media (min-width: 768px) {
    .product-single__thumbnails {
        display: flex;
    }
    .product-image__thumb {
        width: 80px;
        margin-left: 20px;
        min-width: 80px;
    }
    .product-image__main {
        width: calc(100% - 130px);
    }
    .slick-slide {
        margin-bottom: 10px;
    }
    .wrap-size-qty {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wrap-size-qty .wrap-qty {
        width: 50%;
        text-align: right;
    }
    .wrap-size-qty .wrap-qty .qty.input-group {
        margin-left: auto;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .wrap-cart-btn {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .product-image__main {
        margin-bottom: 10px;
    }
    .slick-slide {
        margin-right: 10px;
    }
    .wrap-cart-btn a,.wrap-cart-btn #js-add-cart {
        font-size: 10px;
        padding: 15px 10px;
    }

    .wrap-cart-btn {
        column-gap: 10px;
    }

    .product-lists-home.product-paginator {
        width: 100%;
    }
}

.product-image__thumb .slick-current.slick-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333F48;
    border-radius: 2px;
    z-index: 3;

}
.image-item {
    position: relative;
}

.product-image__thumb .slick-current.slick-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 2px;

}
.product-lists-album .pro-loop {
    margin-bottom: 20px;
}

.album-content h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 35px 0;
}
.product-lists-album .box-pro-prices{
    height: 40px;
}

#home-slider .owl-item:nth-child(1), #home-slider .item:nth-child(1).full {
    background: transparent !important;
}