.widget-posts__image img {
    height: auto;
}
/*.departments__body {*/
/*    display: none;*/
/*}*/
body .swal2-container {
    z-index: 999999999999 !important;
}
a#btn-top-write-review {}

.product-card  a#btn-top-write-review {
    display: none;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: #321407 !important;
}
.product-card span.product__rating-legend_total-vote+span {
    display: none;
}
a.sub-category__item .box_img {
    padding-bottom: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.sub-category__item .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.sub-categories {
    align-items: flex-start;
}
.category-card__image img{
    height: auto;
}
div#main-menu {
    display: none;
}
div#login-form-popup {
    display: none;
}
.layout-switcher__list--brands a img{
    width: auto;
}
.view-options__legend {
    flex: 0 0 auto;
    margin-right: 20px;
}

.layout-switcher__list {
    justify-content: flex-end;
}
.view-options__control__container{
    flex: 0 0 auto;
}
.quickview .product__rating-legend span.product__rating-legend_total-vote + span, .quickview .product__rating-legend span.product__rating-legend_total-vote + span+a {
    display: none;
}

.layout-switcher__list.layout-switcher__list--brands{
    justify-content: flex-start;
}
.filter-dropdown-footer {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    padding: 15px 20px;
    height: auto;
}
.block-products__list__column .block-products__list__image img{
    width: auto;
}
.san_pham_mua_cung .block-products__list__column:first-child {
    display: none;
}

.san_pham_mua_cung .product-card__info {
    padding-bottom: 0;
}

.san_pham_mua_cung .block-products__list__column {
    border: 1px solid #ededed;
    border-radius: 0;
    border-width: 1px;
}

.block-products__list__column.selected {
    border: 1px solid #1a6f66;
}

.block-products__list__column.selected button.product-card__check {
    display: block !important;
    border-radius: 0;
}

.block-products__list__column:not(.selected) button.product-card__check {
    display: none;
}

.block-product-columns__column .saleoff {
    display: none;
}

.product-card__info .product__rating {
    margin-top: 0;
}
.mfp-wrap {
    display: none;
}


@media only screen and (max-width: 767px) {
    .mobile-header__info__logo__image img {
        height: auto;
    }
    .mobile-header__info__logo__image {
        width: 30%;
    }

    .mobile-header__info__work-time {
        width: 70%;
    }

    .site__body {
        overflow: hidden;
    }
}


.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {pointer-events: none;}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .2s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.load_home_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.logo_center {
    position: relative;
    z-index: 9;
    opacity: 1;
    transition: .4s all;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.load_home_page.complete .logo_center {
    opacity: 0;
}
.block-slideshow__slide-image{
    background-size: cover;
}
.product__rating {
    gap: 0;
    margin-top: 10px !important;
}

.product__rating-legend span {
    padding: 0;
}
.block-products__summary__select:hover {
    background: #e3a72f;
}
footer.site__footer {
    overflow: hidden;
}
.site{
    overflow: hidden;
}


.review__rating svg.rating__star:not(.rating__star--active) {
    fill: transparent;
    stroke: #d9d9d9;
}

button.filter-tag__remove {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3a72f;
    border: 1px solid transparent;
    color: #fff;
}
.footer-newsletter__form span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.footer-newsletter__form span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 10px;
}

.footer-newsletter__form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
}

.footer-newsletter .wpcf7-response-output {
    margin: 10px 0 0 !important;
    font-size: 14px;
}
.NK-form .form-respond-output {
    font-size: 14px;
}
ul.NK-my-account-nav li.NK-my-account-nav-link:nth-child(4),ul.NK-my-account-nav li.NK-my-account-nav-link:nth-child(5) {
    display: none;
}
.nk-checkout-page .checkout_coupon button {
    background: #e3a72f !important;
}

.nk-checkout-page button#place_order {
    background: #e3a72f !important;
}
.nk-checkout-page #customer-details ul.wc_payment_methods {
    padding: 0;
}
.cart-empty-image{
    background-color: #e3a72f  !important;
}
a.button.primary.wc-backward {
    background: #e3a72f;
    display: inline-flex;
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
}
tr.cl_dropcart__totals__ship-fee {
    display: none;
}
ul.thenativePagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
}

ul.thenativePagination a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 100px;
    color: #333;
    margin: 0 5px;
}

ul.thenativePagination .active a {
    background: #e3a72f;
    color: #fff;
    border-color: #e3a72f;
}
.product-card__gift__image{
    height: 40px;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.filter-dropdown-body__item__option {
    position: relative;
}
.block-products__list__column:hover .product-card__quickview{
    background: #e3a72f !important;
}
.order-item .NK-button {
    color: #fff !important;
    border-radius: 100px;
}
.order-item .NK-button:hover{
    background: #f7b924 !important;
    border-color: #f7b924 !important;
}
img.logo_center{
    height: auto;
}
/* Wrapper form tra cá»©u */
.form_tra_cuu {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #f7b924;
    border-radius: 8px;
    background: #fffdf5;
}

/* Label */
.form_tra_cuu label {
    font-weight: 600;
    color: #333;
}

/* Input */
.form_tra_cuu input[type="text"],
.form_tra_cuu input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #f7b924;
    border-radius: 6px;
    margin-bottom: 12px;
    outline: none;
}

.form_tra_cuu input:focus {
    border-color: #e0a800;
    box-shadow: 0 0 0 2px rgba(247, 185, 36, 0.25);
}

/* Button */
.form_tra_cuu button,
.form_tra_cuu input[type="submit"] {
    width: 100%;
    background: #f7b924;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.form_tra_cuu button:hover,
.form_tra_cuu input[type="submit"]:hover {
    background: #e0a800;
}

/* Káº¿t quáº£ tra cá»©u */
.form_tra_cuu .order-info,
.form_tra_cuu .woocommerce {
    margin-top: 15px;
}
.departments__body {
    background: linear-gradient(
            128deg, #321407, #C39041);
}
ul#shipping_method {
    list-style: none;
}
ul#shipping_method {
    margin: 0;
}
.arcu-widget.arcu-no-background .messangers-block .messangers-list-container .messangers-list li .messanger .arcu-item-icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse-border2 2000ms ease-out infinite;
    border: 1px solid #e3a72f;
    top: 50%;
    left: 50%;
    background: #e3a72f;
}
@keyframes pulse-border2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
.thumbnail-item__video {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.typography td {
    border: 1px solid #3333336b;
    padding: 10px;
}
img.aligncenter {
    display: block;
    margin: auto !important;
}
.product-tabs__content .typography table {width: 100%;}
.container.site-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links__item-body {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.site-header__work-time {
    display: none;
}

.site-header__hotline-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.search--location--header .search__body select#top_search_category {
    display: none;
}

.search--location--header .search__input {
    width: 400px;
    border: none;
}

.search--location--header .search__form {
    background: #fff;
    border-radius: 7px;
}

.search--location--header .search__suggestions {
    box-shadow: none;
    border: none !important;
}

.search--location--header .search__input~.search__border {
    display: none;
}
.departments__body{
    border-radius: 5px;
}
.departments:not(.departments--fixed) .departments__button {
    text-transform: uppercase;
}

.departments__button-arrow {
    fill: #fff;
    width: 13px;
    height: auto;
}

.nav-panel__row {
    gap: 20px;
}

.nav-panel__search {
    width: 100%;
}

[dir=ltr] .nav-panel__indicators {
    flex: 0 0 auto;
}
a.indicator__button.indicator__button--login {
    background: #7c4912;
    padding: 0 11px;
    height: 42px;
}

.indicator {
    align-items: center;
}

.nav-panel__indicators {
    height: 42px;
    border-radius: 5px;
    background: #c47d1d;
    overflow: hidden;
}

a#indicator__button-cart {
    padding: 0 2px;
}

.site-header__hotline {
    color: red;
    font-size: 18px;
}

.site-header__hotline strong.site-header__hotline-number {
    font-size: 21px;
    line-height: 1;
}

.nav-links__list {
    gap: 26px;
}
.nav-panel--sticky.nav-panel--stuck {
    position: fixed;
    top: 0; left: 0; right: 0;
    animation: nav-slide-in 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.indicator--hover .indicator__area {background: transparent !important;}
.nav-links__item-link--current>* {
    color: #e3a72f;
}
@keyframes nav-slide-in {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    .mobile-header__info__logo__image img{
        height: auto;
    }
    form.search__form{
        display: none;
    }
    .site{
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px){
    .arcu-widget .messangers-block .messangers-list.arcu-downtoup li, .arcu-widget .messangers-block .messangers-list.arcu-uptodown li, .arcu-widget .messangers-block .messangers-list.arcu-fromaside li {
        transition: transform .4s;
        transition-timing-function: cubic-bezier(.7, 0, .3, 1);
        transition-duration: .4s;
        transform: translate3d(0, 0, 0) !important;
    }

    .arcu-widget .messangers-block .messangers-list.arcu-downtoup, .arcu-widget .messangers-block .messangers-list.arcu-uptodown, .arcu-widget .messangers-block .messangers-list.arcu-fromaside {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: transform .4s;
        transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    }

    .arcu-widget.arcu-fadeindown .messangers-block {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .arcu-message-button {
        display: none !important;
    }

    .arcu-widget.arcu-no-background .messangers-block .messangers-list-container .messangers-list li {
        height: 66px;
    }

    .arcu-widget.right.arcu-message {
        bottom: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mobile-header__info__hotline {
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
    }

    .mobile-header__info__hotline a {
        display: flex;
    }

    .mobile-header__info__logo__image img {
        max-height: 100px;
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    img.logo_center {
        max-width: 60vw;
    }
    .homepage-h1-title {
        padding: 0 20px;
    }
    .mobile-header__info__hotline {
        display: block;
    }
    .view-options__container .view-options__legend {
        width: 50%;
        margin: 0;
    }

    .view-options__container .view-options__layout {
        width: 50% !important;
    }

    .view-options__control__container {
        width: 100%;
    }

    [dir=ltr] .view-options__control {
        margin: 0;
    }
    .sub-category__item {
        width: calc(50% - 5px);
    }
    .filter-dropdown-body__item__option {
        width: calc(50% - 4px);
    }

    .wc-empty-cart-message {
        padding-top: 30px;
    }

    a.button.primary.wc-backward {
        margin-bottom: 30px;
    }
    header.site__header.d-lg-none {
        position: relative;
        z-index: 999;
    }
    .nk-checkout-page .woocommerce-order #customer-details {
        width: 100%;
        max-width: 100%;
    }

    .nk-checkout-page .woocommerce-order {
        display: block;
    }

    .nk-checkout-page .woocommerce-order #order-review {
        max-width: 100%;
    }
}
