/*
Theme Name: Ruou vang
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --primary: #942838;
  --secondary: #fcb714;
  --brand: #f7f4eb;
}

@font-face{font-family:icons;src:url(inc/fonts/icons.eot?t=1750252268);src:url(inc/fonts/icons.eot?t=1750252268#iefix) format('eot'),url(inc/fonts/icons.woff?t=1750252268) format('woff'),url(inc/fonts/icons.ttf?t=1750252268) format('truetype'),url(inc/fonts/icons.svg?t=1750252268#icons) format('svg')}

.tabs .description_tab a:before {
    content: "\EA28";
    font-family: 'icons'
}

i.fa-truck:before {
    content: "\EA39";
    font-family: 'icons';
}
.ns-Icon:before {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.ns-Icon--deliveryTruck:before{
  content:"\EA39"
}

.product-attribute__item p {
    margin-bottom: 10px;
}

.product-info .price-wrapper {
    padding-top: 8px;
    padding-bottom: 12px;
}

.price-wrapper bdi {
    font-weight: 900;
}
p.price.product-page-price.price-on-sale {
    display: flex;
    gap: 24px;
    align-items: baseline;
}

.price-wrapper del {
    order: 2;
    text-decoration: none;
    position: relative;
}

.price-wrapper > span {
    font-weight: 900;
    display: flex !important;
    justify-content: center;
    align-items: baseline;
    color: var(--primary);
}

.product-info .price-wrapper span.price-main {
    font-size: 40px;
}

.product-info .price-wrapper del span.price-main {
    font-size: 24px;
}

.price-wrapper del span {
    color: #000;
    font-size: 90%;
}

.price-wrapper del:before,
.product-highlight-left.custom-style .product-price del.regular-price:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #990D23;
    position: absolute;
    top: 8px;
    left: 8px;
    transform: rotate(-20deg);
}

.product-info .price-wrapper del:before {
    width: 80px;
}

.product-highlight-left.custom-style .product-price del.regular-price:before {
    left: 95px;
    top: 13px;
}

.product-info .price-wrapper del span {
    font-size: 16px;
}

.product-info .price-wrapper del:before {
    top: 14px;
    left: 16px;
}

.product-small.col .col-inner {
    height: 100%;
}

.woocommerce-mini-cart__buttons a.button:hover {
    color: white;
}

#reviews {
    background: white;
    border-radius: 16px;
    padding: 40px;
}

.review-form-inner .stars span {
    margin-left: 8px;
    margin-top: 10px;
    display: block;
}

.stars a {
  font-size: 24px;
  color: transparent;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
  border: 0 !important;
}

.stars a::after {
  position: absolute;
  left: 0px;
  top: -7px;
  color: #ccc;
  text-indent: 0;
}

.stars a.selected::after {
  color: orange;
}

.text-white {
  color: white;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.bg-white {
  background-color: white;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.home_main {
    background: var(--brand) url('https://ruouvang.giaodien.org/wp-content/uploads/2025/07/HABILLAGE-GENERIQUE-ANG-scaled.png');
    background-size: 100%;
}

.tax-product_cat main#main,.single-post main#main {
    background: var(--brand) url('https://ruouvang.giaodien.org/wp-content/uploads/2025/07/HABILLAGE-GENERIQUE-ANG-scaled.png');
    background-size: 100%;
}

.archive main#main .page-wrapper {
    padding-top: 0;
}

.archive main#main .page-wrapper .banner {
    padding-top: 150px;
}

.archive main#main .page-wrapper .banner h1.page-title {
    font-size: 30px;
}

.archive main#main .row.category-page-row {
    background: var(--brand);
}

.home_main {
    padding: 0 !important;
}

.row.home_ss {
  position: relative;
  background: white;
  max-width: 1480px;
}

.row.home_ss1 {
  padding: 100px 120px;
}

.row.home_ss2 {
  padding: 64px 80px;
}

.row.home_ss3 {
  padding: 64px 80px;
}

.row.home_ss4 {
  padding: 64px 80px;
}

.row.home_ss5 {
  padding: 64px 80px 0;
}

.row.home_ss6 {
  padding: 30px 80px;
}

.row.home_ss2, .row.home_ss4 {
  background: rgb(247, 244, 235);
}

.row.home_ss1::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 80px;
  right: 80px;
  border: 1px solid var(--primary);
  border-radius: 0;
  pointer-events: none;
  z-index: 0;
}

.row.home_ss > .col {
  position: relative;
  z-index: 1;
  padding: 0;
}

.row.home_ss1 > .col .col-inner {
  height: 100%;
}

.row.home_ss1 .col.large-4:first-child p {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    color: var(--primary);
}

.row.home_ss1 .col.large-4:first-child p span {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

.row.home_ss1 .col.large-8 .col .col-inner {
    background: var(--primary);
    color: white;
    font-size: 14px;
    font-weight: 900;
    padding: 12px 8px;
}

.row.home_ss1 .col.large-8 .col .col-inner .flex {
    gap: 10px;
    align-items: center;
    height: 100%;
}

.row.home_ss1 .col.large-8 .col .col-inner .flex p {
    margin-bottom: 0;
}

.row.home_ss1 .col.large-8 .col {
    padding-bottom: 0;
}

.row.home_ss1 > .col .col-inner .row {
    height: 100%;
}

.row.home_ss1 .col.large-8 .col:last-child .col-inner {
    background: var(--secondary);
    color: var(--primary);
}

.home_ss h2.section-title.section-title-normal,.home_ss h2.section-title.section-title-center {
    border-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}

.section-title span {
    border-bottom: 0;
    position: relative;
    display: flex;
    padding-bottom: 0;
    color: var(--primary);
    justify-content: center;
}

.section-title span:after {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--secondary);
    position: absolute;
    bottom: -8px;
    left: 0;
}

.home_ss h2.section-title.section-title-center b {
    display: none;
}

.home_ss h2.section-title.section-title-center {
    display: block;
    text-align: center;
    position: relative;
}

.home_ss h2.section-title.section-title-center span.section-title-main {
    display: flex;
    justify-content: center;
}

.home_ss h2.section-title.section-title-center span:after {
    left: auto;
}

.product-small.box {
    height: 100%;
    background-color: rgb(255 255 255 / 44%);
    box-shadow: 0 0 8px rgba(148, 40, 56, .2);
}

.home_ss .row.large-columns-4 .col-inner {
    height: 100%;
}

.home_ss .product-small.box .box-image {padding: 16px;}

.home_ss .product-small.box .box-text {
    padding-top: 0;
    padding-bottom: 10px;
}

.product-cate {
    font-size: 13px;
    color: #851c2e;
    margin-top: 5px;
}

.product-attribute {
    font-size: 12.5px;
    color: #555;
}

.product-small.box .box-text > .add-to-cart-button {
    display: none;
}

.product-small.box p.name.product-title a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 40px;
    margin-bottom: 12px;
}

.product-small.box .product-cate, .product-small.box .product-attribute-1 {
    background: black;
    color: white;
    padding: 4px;
    margin-bottom: 6px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.product-small.box .product-attribute-1 {
  background: var(--primary)
}

.product-small.box .product-attribute-2, 
.product-small.box .product-attribute-3 {
  color: var(--primary);
  font-size: 12px;
}

.product-small.box .price-wrapper span.price-main,
.product-highlight-left.custom-style span.price-main {
    font-size: 24px;
}

.product-small.box .price-wrapper del span.price-main,
.product-highlight-left.custom-style del span.price-main {
    font-size: 16px;
}

.product-small.box .price-wrapper ins {
  padding-right: 8px;
}

.product-small.box .price-wrapper span.price {
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-small.box .price-wrapper .product-attribute span {
    font-size: 10px;
    font-weight: 500;
    color: #555;
}

.product-small.box .product-delivery {
    font-size: 12px;
    color: var(--primary);
}

.product-small.box form.cart {
    margin-bottom: 0;
}

.product-small.box form.cart .ux-quantity {
    margin-top: 0;
}

.product-small.box form.cart button.button.add_to_cart_button {margin: 0;background: #ff7300;min-height: 38px;font-size: 14px;font-weight: 400;}

.product-small.box form.cart .product-actions {justify-content: center;}

.product-small.box form.cart .ux-quantity .minus, .product-small.box form.cart .ux-quantity .plus, .dinhit-featured-products .minus,.dinhit-featured-products .plus {
    width: 24px;
    background: white !important;
    border-color: #ff7300 !important;
    color: black !important;
    min-height: 38px !important;
}

.product-small.box form.cart .ux-quantity .qty,.dinhit-featured-products .qty {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-color: #ff7300;
    min-height: 38px;
}

.badge-container {
    left: auto;
    right: 30px;
    font-size: 14px;
    display: none;
}

.badge-container .callout.badge {
    width: 50px;
    height: 40px;
}

.badge-container .callout.badge .badge-inner.secondary.on-sale {
    border-radius: 6px;
    background: var(--secondary);
}

.home_ss3 .product-small.box {
    padding: 60px 0;
    min-height: 560px;
}

.home_ss3 .product-small.box p.name.product-title a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.home_ss3 .product-small.box form.cart .product-actions {
    justify-content: center;
}

.home_ss3 .product-small.box .price-wrapper span.price-main {
    font-size: 44px;
}

.home_ss3 .product-small.box span.woocommerce-Price-amount.amount {
    font-size: 30px;
}

.home_ss3 .product-small.box .price-wrapper .price {flex-wrap: wrap;}

.home_ss3 .product-small.box .price-wrapper .price del span.woocommerce-Price-amount.amount {
    font-size: 18px;
}

.home_ss3 .product-small.box .price-wrapper .price del .price-main {
    font-size: 30px;
}

.home_ss3 .product-small.box .price-wrapper .price del {
    margin-top: -12px;
}

.home_ss3 .product-small.box .price-wrapper del:before {
    width: 80px;
    top: 26px;
    left: 16px;
}

.home_ss3 .product-small.box .price-wrapper .product-attribute {
    padding-top: 8px;
    padding-bottom: 8px;
}

.home_ss3 .product-small.box .product-delivery {
    padding-bottom: 8px;
}

.home_ss3 .col.large-6:last-child {
    padding-left: 30px;
}

.home_ss3 .col.large-6:last-child .image-cover {
    padding-top: 264px !important;
}

.home_ss3 .col.large-6:last-child .box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_ss3 .col.large-6:last-child .box {
    position: relative;
}

.home_ss3 .col.large-6:last-child .box-text h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.home_ss3 .col.large-6:last-child .box-text h4:before {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--secondary);
    position: absolute;
    bottom: -12px;
}

.home_ss5 .col .col-inner {
    background: var(--primary);
    padding: 60px 100px;
    height: 100%;
}

.home_ss5 .col:last-child .col-inner {
    background: var(--secondary);
}

.home_ss5 .col:first-child {
    padding-right: 15px;
}

.home_ss5 .col:last-child {
    padding-left: 15px;
}

.home_ss5 .section-title span {
    color: white;
    font-size: 28px;
}

.home_ss5 .col .col-inner .icon-box {
    margin-bottom: 32px;
    align-items: center;
}

.home_ss5 .col .col-inner .icon-box .icon-box-img {
  width: 80px !important;
  height: 80px;
}

.home_ss5 .col .col-inner .icon-box .icon-box-text p {
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.home_ss5 .col .col-inner .icon-box .icon-box-text .flex {
    flex-wrap: wrap;
}

.home_ss5 .col:last-child h2.section-title.section-title-center span:after {
    background: white;
}

.home_ss5 .col:last-child .section-title span {
    color: var(--primary);
}

.home_ss5 .icon-box:hover .has-icon-bg .icon .icon-inner {
    background: none;
}

.home_ss6 .container.section-title-container {
    margin-bottom: 0;
}

.home_ss6 h2.section-title.section-title-center {
    font-size: 24px;
}

.home_ss6 .text p {
    font-size: 14px;
    margin-bottom: 12px;
}

.category-info {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 250px
}

.category-info div div {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
}

.category-info h1 {
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
}

.category-info p {
    max-width: 500px;
}

.category-toolbar {
    align-items: center;
    justify-content: end;
    gap: 32px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.category-toolbar select.orderby {
    border-radius: 5px;
    background-position: right .45em top 50%;
    padding-right: 30px;
}

.phongvt-slider-nav {
    text-align: center;
    margin-top: 10px;
}
.slider-prev,
.slider-next {
    background: #333;
    color: #fff;
    border: none;
    padding: 0;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-prev:hover,
.slider-next:hover {
    background: #000;
}

.product-highlight-left.custom-style {
    display: flex;
    border: 2px solid var(--secondary);
    max-height: 580px;
	min-height: 568px;
}

.product-highlight-left.custom-style .box-text {
    flex-basis: 50%;
    background: var(--secondary);
    padding: 28px;
    text-align: center;
}

.product-highlight-left.custom-style .box-image {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-highlight-left.custom-style .box-text h2.product-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    min-height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-highlight-left.custom-style .box-text .product-type {
    border: 1px solid #333;
    color: #333;
    padding: 4px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.product-highlight-left.custom-style .box-text .product-grape {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 4px;
    border-radius: 50px;
    margin-top: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.product-highlight-left.custom-style .box-text .product-location {
    padding-top: 12px;
    padding-bottom: 4px;
    color: var(--primary);
    font-size: 12px;
}

.product-highlight-left.custom-style .box-text .product-date {
    color: var(--primary);
    font-size: 12px;
}

.product-highlight-left.custom-style .box-text .product-abv {
    font-size: 12px;
    color: #555;
}

.product-highlight-left.custom-style .box-text .delivery-time {
    font-size: 12px;
    color: var(--primary);
    padding-top: 6px;
}

.product-highlight-left.custom-style .box-text form.cart {
    flex-wrap: nowrap;
}

.product-highlight-left.custom-style .box-text form.cart .ux-quantity.quantity > * {min-height: 38px;max-height: 38px;}

.product-highlight-left.custom-style .box-text form.cart button.button.add_to_cart_button {
    min-height: 38px;
    max-height: 38px;
}

.product-highlight-left.custom-style .box-text form.cart .quantity {
    flex: unset;
}

.product-highlight-left.custom-style .current-price span {
    color: var(--primary)
}

.product-highlight-left.custom-style .product-price {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.product-highlight-left.custom-style .product-price > * {
    width: 100%;
}

.product-highlight-left.custom-style .product-price span.current-price {
    font-size: 24px;
    margin-bottom: -8px;
}

.product-highlight-left.custom-style .product-price .current-price span.price-main {
    font-size: 36px;
}

.product-highlight-left.custom-style .product-price del.regular-price {text-decoration: none;position: relative;}

.dinhit-featured-products .product-highlight-slider-wrapper {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    left: -8px;
    transform: translateY(-50%);
    margin: 0;
}

button.slider-next {
    left: auto;
    right: -8px;
}

/* .shop-container .product-small.col .box-image {
    width: 50%;
} */

.dinhit-slider .product-small.box {
    box-shadow: 0 0 4px rgba(148, 40, 56, .2);
}

.dinhit-slider .product-small.box p.name.product-title a {
    padding-left: 10px;
    padding-right: 10px;
}

.product-small.box .box-image img {
    padding-top: 8px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.dinhit-featured-products .product-small {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

section.dinhit-featured-products .col.large-4 {
    margin-top: -4px;
}

nav.rank-math-breadcrumb a,nav.rank-math-breadcrumb span {
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    color: #555;
}

.category-breadcrumb {
    display: flex;
    align-items: center;
    min-height: 44px;
}

nav.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before{
  width: 12px !important;
    height: 12px !important;
    padding: 0;
    border-radius: 3px !important;
    border-color: var(--primary) !important;
}

form.woocommerce-ordering,select.orderby {
    margin: 0;
}

.category-toolbar.flex.container {
    padding: 0 0 16px;
    min-height: 44px;
}

#shop-sidebar span.widget-title.shop-sidebar {
    font-size: 16px;
    font-weight: 600;
}

#shop-sidebar .is-divider.small {
    max-width: 100%;
    background: none;
    border-bottom: 1px dotted;
    margin-top: 8px;
}

#shop-sidebar i.prdctfltr-down {
    color: #333;
    opacity: 1;
}

#shop-sidebar label {
    font-weight: 400;
    font-size: 12px;
}

#shop-sidebar span.prdctfltr_count {
    padding: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 14px;
    height: 14px;
    margin-top: -3px;
}

#shop-sidebar span.widget-title.shop-sidebar {
    font-size: 16px;
    font-weight: 600;
}

#shop-sidebar .is-divider.small {
    max-width: 100%;
    background: none;
    border-bottom: 1px dotted;
    margin-top: 8px;
}

#shop-sidebar i.prdctfltr-down {
    color: #333;
    opacity: 1;
}

#shop-sidebar label {
    font-weight: 400;
    font-size: 12px;
}

#shop-sidebar span.prdctfltr_count {
    padding: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 14px;
    height: 14px;
    margin-top: -3px;
}

#shop-sidebar input#s {
    font-size: 14px;
    min-height: 38px;
    box-shadow: none;
}

#shop-sidebar button.ux-search-submit.submit-button {
    font-size: 14px;
    min-height: 38px;
}

#shop-sidebar button.ux-search-submit.submit-button i.icon-search:before {
    color: white;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    border: 1px solid var(--primary) !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:after {
    content: '\f00c';
    position: absolute;
    top: -5px;
    left: 2.8px;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 10px;
    color: var(--primary);
}

.prdctfltr_collector.prdctfltr_collector_flat {
    padding-left: 10px;
    padding-right: 10px;
}

.prdctfltr_collector.prdctfltr_collector_flat span.prdctfltr_title_selected {
    font-size: 12px;
    border-radius: 4px;
}

.dinhit-featured-products  button.button.add_to_cart_button {
    background: #ff7300;
    min-height: 38px;
    font-size: 14px;
    font-weight: 400;
}

.tabs .description_tab a,.related h3.product-section-title,.expert-opinion-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 0;
    color: var(--secondary) !important;
}

.tabs .description_tab {position: relative;font-size: 16px;font-weight: 600;display: flex;justify-content: center;}

.tabs .description_tab a:before {
    display: none;
}

.tabs .description_tab:before,
.related h3.product-section-title:before,
.expert-opinion-title:before,
.food-pairings-box h5:before {
    content: "\EA28";
    color: var(--secondary);
    font-size: 150px;
    font-weight: 300;
    font-family: 'icons';
    position: absolute;
    top: -36px;
    height: 80px;
    line-height: 1;
}

.expert-opinion-title:before {
	top: -46px;
}

.product-footer .woocommerce-tabs {
    border: 0;
}

.single .page-title-inner {
    padding-top: 0;
    min-height: 44px;
}

.product-info .price-wrapper span {
    justify-content: start;
    font-size: 28px;
}

.single-product .page-title:not(.featured-title)+main .product-main {
    padding-top: 40px;
}

.single-product .page-title:not(.featured-title)+main .product-main .row,.product-footer .woocommerce-tabs .tab-panels {
    background: white;
    max-width: 1270px;
    border-radius: 12px;
}

.product-footer .woocommerce-tabs .tab-panels {
    padding: 40px;
    margin-top: 15px;
}

.single-product .product-info h1.product-title {
    font-size: 28px;
    padding-top: 24px;
}

.single-product .product-info .product-attribute__item strong {
    font-size: 14px;
}

.single-product .product-info .product-attribute__item p, .single-product .product-info .product-review-summary p a {
    font-size: 16px;
}

.single-product .product-info .product-review-summary {
    border-top: 1px dotted #3d3d3d;
    border-bottom: 1px dotted #3d3d3d;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.single-product .product-info .product-review-summary p {
    margin-bottom: 0;
}

.single-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.single-product .woocommerce-product-rating a.woocommerce-review-link.open-review-popup {
    padding-left: 0;
}

.product-footer .woocommerce-tabs {
    font-size: 14px;
    padding-bottom: 0;
}

.product-footer .woocommerce-tabs ul, .product-footer .woocommerce-tabs p {
    margin-bottom: 12px;
}

.product-footer .woocommerce-tabs .tabs {
    margin-bottom: 30px;
}

.related h3.product-section-title {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.related h3.product-section-title:before {
    top: 0;
}

.related .product-small.col {
    padding-top: 10px !important;
}

.related {
    padding-bottom: 30px;
    border: 0;
}

.related button.flickity-button,.related button.flickity-button:hover {
    background: none;
    box-shadow: none;
    opacity: 1;
    transform: none !important;
}

.related .slider-nav-reveal .flickity-prev-next-button.previous {
    left: 0 !important;
}

.related .slider-nav-reveal .flickity-prev-next-button.next {
    right: 0 !important;
}

.related button.flickity-button svg.flickity-button-icon {
    background: var(--secondary);
    width: 30px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
    opacity: 1;
}

.related h6 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #66523c;
    margin-bottom: 30px;
}

.related .related-post {
    display: flex;
    gap: 12px;
}

.related .related-post .related-item {
    flex-basis: 25%;
    max-width: 25%;
}

.related .related-post .related-item .related-title a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 12px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}

.related .related-post .related-item .related-image img {
    min-height: 194px;
    object-fit: cover;
}

.header-bottom-nav > li > a {
    font-size: 14px;
    font-weight: 700 !important;
}

.header-bottom-nav .sub-menu.nav-dropdown {
    box-shadow: 0 0 4px #999;
}

.ux_menu_custom h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px dotted #999;
    padding-bottom: 4px;
}

.ux_menu_custom .ux-menu .ux-menu-link__link {
    font-size: 13px;
    line-height: 1;
    min-height: auto;
    padding: 6px 0;
    color: #333;
}

.ux_menu_custom .ux-menu .ux-menu-link__link:hover {
    text-decoration: underline;
    color: var(--primary)
}

.ux_menu_custom,.ux_menu_custom .row2 .col {
    padding-bottom: 0 !important;
}

.footer-section {
    padding: 48px 0 0 !important;
}

.footer-section h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    position: relative;
    margin-bottom: 32px;
}

.footer-section h6:before {
    content: '';
    width: 30px;
    height: 3px;
    background: var(--secondary);
    position: absolute;
    bottom: -14px;
    left: 0;
}

.footer-section p,.footer-section li {
    font-size: 14px;
}

.footer-section .icon-box-text {
    width: 74%;
}

.footer-section .row2 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-section .row2 .col {
    padding-bottom: 0;
    line-height: 1;
}

.footer-section .row2 a.button {
    margin-bottom: 0;
}

.footer-section .row3 {
    padding-top: 30px;
}

.footer-section .row3 p {
    margin-bottom: 10px;
}

.footer-section .row3 .col.large-12 {
    padding-bottom: 10px;
}

.footer-section .row4 .col.large-6 {
    padding-bottom: 0;
}

.back-to-top {
    border: none !important;
    background: rgba(255,255,255,.7) !important;
    padding: 12px !important;
    max-width: 100px;
}

.back-to-top i.icon-angle-up {
    position: relative;
}

.back-to-top i.icon-angle-up:after {
    content: 'Về đầu trang';
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: ralewaylight, sans-serif;
    font-weight: 300;
    padding-top: 6px;
    line-height: 1.5;
}

ul.nav-dropdown {
    font-size: 12px;
    padding: 8px;
    /* top: 58px; */
    box-shadow: 0 0 6px #ddd;
    width: 100%;
}

ul.nav-dropdown a:hover {
    color: var(--primary)
}

.cart-item ul.nav-dropdown img.attachment-woocommerce_thumbnail {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 4px;
}

.checkout-page-title .page-title-inner {
    padding-top: 0;
}

.checkout-page-title .page-title-inner nav.breadcrumbs a, .checkout-page-title .page-title-inner nav.breadcrumbs span {
    font-size: 14px;
    text-transform: none;
}

.cart-container .cart-collaterals.large-5 {
    border: 2px solid var(--secondary) !important;
    border-radius: 12px;
    padding: 30px !important;
}

.cart-container .large-5 .wc-proceed-to-checkout a {
    font-size: 14px;
    border-radius: 6px;
}

.cart-container .large-5 input#coupon_code {
    font-size: 14px;
    box-shadow: none;
    border-radius: 6px;
}

.cart-container .large-5 button.is-form.expand.button {
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
}

.cart-container .large-5 .has-border {
    border-radius: 12px;
}

.cart-container .large-5 button#place_order {
    border-radius: 8px;
}

.cart-container .large-7 a.button-continue-shopping {
    border-radius: 6px !important;
}

a.icon-remove, a.remove {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.cart-container .large-7 .ux-quantity.quantity .minus,.cart-container .large-7 .ux-quantity.quantity .plus {
    width: 28px;
    border-color: var(--secondary);
    background: none;
}

.cart-container .large-7 .ux-quantity.quantity input.qty {
    border-left: 0;
    border-right: 0;
    border-color: var(--secondary);
    box-shadow: none;
}

.cart-container .large-7 .ux-quantity.quantity .minus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cart-container .large-7 .ux-quantity.quantity .plus {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#customer_details input,#customer_details textarea {
    font-size: 14px;
    border-radius: 6px;
    box-shadow: none;
}

.page-checkout .large-7.col > p {
    display: none;
}

.page-checkout .large-7.col address p {
    margin-bottom: 6px;
    font-size: 14px;
    font-style: normal;
}

.header-search-form-wrapper input.search-field {
    border-color: var(--primary) !important;
}

.header-search-form-wrapper i.icon-search:before {
    color: var(--primary);
    font-size: 14px;
}

.header-nav a.button {
    border-radius: 50px !important;
}

.header-main .header-nav li {
    margin: 0;
}

ul.header-nav.header-nav-main.nav.nav-right {
    gap: 32px;
}

ul.header-nav.header-nav-main.nav.nav-right > li > a {
    padding: 0;
    gap: 10px;
}

i.icon-shopping-bag:before {
    content: "\EA5A";
    font-family: 'icons';
}

i.icon-search:before {
    content: "\EA6E";
    font-family: 'icons';
}

i.icon-user:before {
    content: "\EA21";
    font-family: 'icons';
}

ul.header-nav.header-nav-main.nav.nav-right > li > a i.icon-user,
ul.header-nav.header-nav-main.nav.nav-right > li > a i.icon-shopping-bag {
    order: 1;
}

ul.header-nav.header-nav-main.nav.nav-right > li > a span.header-account-title,
ul.header-nav.header-nav-main.nav.nav-right > li > a span.header-cart-title {
    order: 2;
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
}

.account-item a span {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
}

.account-item a {
    position: relative;
}

.account-item .nav-top-not-logged-in:before {
    content: "\EA21";
    font-family: 'icons';
    font-size: 20px;
}

.category-header .flex.container {
    justify-content: space-between;
}

.category-header .flex.container > * {
    flex-basis: 50%;
}

div#review-popup {
    position: relative;
    max-width: 1270px;
    transform: translateX(-50%);
    left: 50%;
}

div#review-popup .review-form-inner.has-border {
    border-radius: 10px;
}

.section-title.section-title-center b {
    display: none;
}

.section-title.section-title-center {
    display: flex;
    justify-content: center;
}

.section-title.section-title-center span:after {
    left: auto;
}

.section-title.section-title-normal {
    border-bottom: 0;
}

.expert-opinion-box {
    background: var(--brand);
    padding: 40px 0;
}

.product-nutrition-box .product-nutrition-table {
    padding: 20px 0;
    max-width: 50%;
}

.expert-opinion-title,.food-pairings-box h5 {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.food-pairings-box h5 {
    margin-bottom: 50px;
}

.food-pairings-box h5:before {
    top: -34px;
    color: #333;
}

.food-pairings-box.features {
    padding-top: 40px;
}

.expert-opinion-box .col2 div p {
    border-top: 1px dashed var(--primary);
    padding-top: 16px;
}

.expert-opinion-box .col2 div p:first-child {
    border: 0;
    padding: 0;
}

.product-footer {
    padding-top: 30px;
}

.nutrition-table td:last-child {
    text-align: right;
}

.dinhit-cat-custom {
    display: none;
}

.product-attribute__item.wine_type {
    margin-bottom: 10px;
}

.product-attribute__item.wine_type a,
.product-attribute__item.location a{
    background: var(--primary);
    width: fit-content;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
}

.product-attribute__item.brand a {
    font-size: 16px;
    color: #000;
}

.product-attribute__item.location a {
    background: #000;
}

.product-attribute__item.date {
    font-style: italic;
    color: #888;
}

.product-attribute__item.brand {
    margin-bottom: 10px;
}

.product-attribute__item.att {
    margin-bottom: 10px;
}

.food-pairings-box i, .prdctfltr_checkboxes i {
    font-family: 'icons' !important;
    font-size: 40px;
    color: #d41c28;
}

.prdctfltr_checkboxes i {
    font-size: 20px;
    width: 20px;
}

.prdctfltr_ket-hop label,
.prdctfltr_huong-vi label {
    display: flex !important;
    gap: 6px;
}

.prdctfltr_ket-hop .prdctfltr_active span:after,
.prdctfltr_huong-vi .prdctfltr_active span:after,
.prdctfltr_ket-hop label>span:before,
.prdctfltr_huong-vi label>span:before {
    display: none !important; 
}

i.icon-khai-vi:before {
  content: '';
}
i.icon-banh-ngot:before {
  content: '\EA17';
}
i.icon-thit-nguoi:before {
  content: '\EA0B';
}
i.icon-ca-sot:before {
  content: '\EA18';
}
i.icon-gan-ngong:before {
  content: '\EA0D';
}
i.icon-thit-thu-rung:before {
  content: '\EA14';
}
i.icon-mon-nuong:before {
  content: '';
}
i.icon-ca-nuong:before {
  content: '\EA19';
}
i.icon-kem-va-sorbet:before {
  content: '\EA15';
}
i.icon-thit-cuu:before {
  content: '\EA01';
}
i.icon-banh-man:before {
  content: '\EA1D';
}
i.icon-thit-do:before {
  content: '\EA1F';
}
i.icon-hai-san-vo-cung:before {
  content: '\EA12';
}
i.icon-pho-mai-mem:before {
  content: '\EA0F';
}
i.icon-pho-mai-dam-vi:before {
  content: '\EA0E';
}
i.icon-thit-nuong-va-ro-ti:before {
  content: '';
}
i.icon-thit-trang:before {
  content: '\EA1E';
}
i.icon-mang-tay:before {
  content: '';
}

i.icon-huong-trai-cay-vi-tuoi-gion:before {
  content: '\EA10';
}
i.icon-huong-trai-cay-vi-nhe-nhang:before {
  content: '\EA13';
}
i.icon-huong-trai-cay-tron-vi:before {
  content: '\EA11';
}
i.icon-huong-thom-dam-da-phuc-hop:before {
  content: '\EA06';
}
i.icon-ruou-dam-co-tiem-nang-phat-trien:before {
  content: '\EA07';
}
i.icon-can-bang-tron-vi:before {
  content: '\EA08';
}

.sticker {
    position: absolute;
    padding: 6px 10px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    border-radius: 4px;
    pointer-events: auto;
    z-index: 25;
}

.sticker-top {
    top: 8px;
    right: 30px;
}

.sticker-bottom {
    bottom: 8px;
    left: 30px;
}
.sticker[class*="sticker-icon-"] {
    width: 40px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}

.sticker-icon-offre-a-saisir {
    background-image: url('/wp-content/uploads/2025/07/moins-20.png');
}

.sticker-icon-30-points {
    background-image: url('/wp-content/uploads/2025/07/picto-achat-petite-recoltes.png');
}

.sticker-icon-green-leaf {
    background-image: url('/wp-content/uploads/2025/07/bio2.png');
}

.sticker-icon-haute-valeur {
    background-image: url('/wp-content/uploads/2025/07/hve2.png');
}

.sticker-icon-terra-vitis {
    background-image: url('/wp-content/uploads/2025/07/vignette-terra-vitis.png');
}

.sticker-icon-vegan {
    background-image: url('/wp-content/uploads/2025/07/vegan.png');
}

.product-small .box-image {
    position: relative;
}

.dinhit-stickers-wrapper {
    position: absolute;
    /* width: calc(100% - 20px);
    height: calc(100% - 20px); */
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    pointer-events: none;
    z-index: 20;
}

.prdctfltr_checkboxes .pf_more span {
    text-transform: none !important;
    font-size: 12px;
}

.prdctfltr_checkboxes .pf_more span:before {
    width: 100px !important;
    background: none;
    border-bottom: 1px dotted;
}

/* .single-product .page-title:not(.featured-title)+main .product-main .row.row-small {
    display: block;
    max-width: 100%;
} */

.single .product-main .sticker[class*="sticker-icon-"] {
    width: 80px;
    height: 80px;
}

.single-product .page-title:not(.featured-title)+main .product-main .row.row-small .col.large-10 {
    max-width: 100%;
}

.related .product-small.col .box-image {
    width: 100%;
}

.category main#main {
    background: #f5f5f5;
}

.category main#main .col.post-item .col-inner {
    background: white;
    padding: 16px;
    border-radius: 8px;
}

.category main#main .box-image {
    border-radius: 8px;
}

.category .post-sidebar.large-3.col span.widget-title {
    background:  var(--secondary);
    color: white;
    width: 100%;
    display: block;
    padding: 12px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.category .post-sidebar.large-3.col .is-divider.small {
    display: none;
}

.category .post-sidebar.large-3.col ul {
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 0 10px;
    border-radius: 4px;
}

.category .post-sidebar.large-3.col ul a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.category .post-sidebar.large-3.col ul .flex-row.recent-blog-posts {
    align-items: center;
}

.category .post-sidebar.large-3.col ul.product_list_widget .price-main {
    font-size: 14px;
}

.category .post-sidebar.large-3.col ul.product_list_widget .price-sub {
    font-size: 12px;
}

.category .post-sidebar.large-3.col ul.product_list_widget a {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 2px;
}

.category .post-sidebar.large-3.col span.post_comments.op-7.block.is-xsmall,
.category .post-sidebar.large-3.col .star-rating  {
    display: none;
}

.category .post-sidebar.large-3.col del {
    text-decoration: none;
}

.category main#main .col.post-item .col-inner h5 a.plain {
    font-size: 20px;
}

.product-gallery {
    display: flex;
}

.product-thumbnails .flickity-slider>.col {
    max-width: 100%;
    position: unset !important;
    padding: 2px 4px !important;
}

.product-thumbnails {
    flex-basis: 20%;
    max-width: 20%;
    order: 1;
    position: unset;
}

.product-images {
    flex-basis: 80%;
    max-width: 80%;
    order: 2;
}

.product-thumbnails .flickity-slider {
    transform: none !important;
    overflow-y: auto;
}

.product-thumbnails button.flickity-button {
    display: none;
}

.product-thumbnails img {
    transform: translateY(-3px) !important;
    height: 100%;
}

.product-thumbnails a {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0 !important;
    transform: none !important;
}

.product-thumbnails .flickity-slider>.col.is-selected a {
    border-color: var(--primary) !important;
}

@media (min-width: 768px) {
    .product-thumbnails .flickity-viewport {
        height: 100% !important;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .dinhit-cat-custom {
        display: block;
    }

    .row.home_ss {
        padding: 30px 15px;
    }

    .row.home_ss1 {
        padding: 30px;
    }

    .row.home_ss1::before {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .row.home_ss1 .col.large-4 .box-vertical {
        display: flex;
        margin-bottom: 15px;
    }

    .row.home_ss1 .col.large-8 .col {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .row.home_ss1 .col.large-8 .col:last-child {
        margin-bottom: 0;
    }

    .home_ss h2.section-title.section-title-normal, .home_ss h2.section-title.section-title-center {
        font-size: 24px;
        justify-content: center;
    }

    .section-title span {
        display: flex;
        justify-content: center;
    }

    .home_ss3 .col.large-6:last-child {
        padding-left: 0;
    }

    .home_ss5 .col .col-inner {
        padding: 30px;
        height: auto;
    }

    .home_ss5 .col:first-child {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .home_ss5 .col:last-child {
        padding-left: 0;
    }

    .row.home_ss6 {
        padding-top: 0;
    }

    .home_ss3 .product-small.box {
        min-height: auto;
        padding: 10px 0;
    }

    .home_ss3 .product-small.box p.name.product-title a {
        font-size: 18px;
    }

    .home_ss3 .col.large-6:last-child .box-text h4 {
        font-size: 22px;
    }

    .home_ss5 .section-title span {
        font-size: 24px;
    }

    .footer-section {
        padding: 30px 0 !important;
    }

    .footer-section .row1 .col {
        padding-bottom: 20px;
    }

    .footer-section .row2 .col {
        padding-bottom: 15px;
    }

    .footer-section .row2 .col:first-child .col {
        padding-bottom: 0;
    }

    .footer-section .row2 .col:first-child .col p {
        margin-bottom: 0;
    }

    .footer-section .row2 .col:first-child .row {
        align-items: center;
    }
    
    .category-info img {
        min-height: 100px;
        object-fit: cover;
    }

    .category-info h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .product-highlight-left.custom-style .box-text {
        padding: 10px;
    }

    .product-highlight-left.custom-style .box-text h2.product-title {
        font-size: 18px;
        min-height: auto;
    }

    .product-highlight-left.custom-style .box-text .product-type,.product-highlight-left.custom-style .box-text .product-grape {
        font-size: 10px;
    }

    .product-highlight-left.custom-style .product-price span.current-price {
        font-size: 20px;
    }

    .product-highlight-left.custom-style .product-price .current-price span.price-main {
        font-size: 28px;
    }

    .product-highlight-left.custom-style .product-price {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .product-highlight-left.custom-style .product-price del.regular-price:before {
        top: 14px;
        left: 54px;
    }

    .badge-container {
        right: 10px;
        margin-top: 10px;
    }

    .product-highlight-left.custom-style .box-text form.cart button.button.add_to_cart_button {
        width: 50%;
        display: block;
        font-size: 10px;
    }

    .product-highlight-left.custom-style .box-text form.cart {
        flex-wrap: wrap;
        gap: 0;
    }

    .category-header .flex.container {
        flex-wrap: wrap;
    }

    .category-header .flex.container > * {
        flex-basis: 100%;
    }

    .category-header .flex.container .flex.container {flex-wrap: wrap;}

    .flex.container .category-toolbar.flex {
        gap: 4px;
        padding-bottom: 15px;
        justify-content: space-between;
    }

    .flex.container .category-toolbar.flex select.orderby {
        font-size: 10px;
    }

    .flex.container .category-toolbar.flex .result-count {
        font-size: 12px;
    }

    .single main#main {
        background: var(--brand);
    }

    .single-product .page-title:not(.featured-title)+main .product-main {
        padding-top: 0;
    }

    .single-product .page-title:not(.featured-title)+main .product-main .row, .product-footer .woocommerce-tabs .tab-panels {
        border-radius: 0;
    }

    .single .page-title-inner {
        padding-top: 8px;
    }

    .cart a.button {
        font-size: 12px !important;
    }

    .cart .single_add_to_cart_button,.cart .ux-buy-now-button {
        font-size: 12px;
    }

    .single-product .product-info h1.product-title {
        font-size: 24px;
    }

    .single-product .product-info h1.product-title {
        font-size: 24px;
    }

    .description_tab a {
        text-align: center;
    }

    .product-footer .woocommerce-tabs .tab-panels {
        padding: 20px;
    }

    .product-small.box p.name.product-title a {
        font-size: 14px;
        min-height: auto;
    }

    /* .product-small.box .price-wrapper span {
        font-size: 14px !important;
    } */

    .product-small.box form.cart .product-actions {
        flex-wrap: wrap;
    }

    .product-small.box .price-wrapper span.price-first-digit, .product-highlight-left.custom-style span.price-first-digit {
        font-size: 20px;
    }

    .product-small.box .price-wrapper del span {
        font-size: 10px;
        margin-right: 0;
        display: inline-block;
    }

    .price-wrapper > span {
        flex-wrap: wrap;
        gap: 8px;
    }

    .price-wrapper del:before {
        top: 9px;
        left: 0;
    }

    .category-info {
        background-position: 0 0 !important;
    }

    .category-info p {
        max-width: 100%;
    }

    .category-info div div {
        width: 100%;
    }

    .home_ss .container.section-title-container {
        margin-bottom: 0;
    }

    .contact_ss1 .col.large-12, .contact_ss1 .col.large-6:last-child {
        padding-bottom: 0;
    }

    .contact_ss1 a.button {
        margin-right: 0;
    }

    .dinhit-cat-custom nav.woocommerce-breadcrumb.breadcrumbs {
        display: none;
    }

    .dinhit-cat-custom {
        display: flex;
        justify-content: space-between;
    }

    .dinhit-cat-custom .category-filtering.category-filter-row {
        padding: 0 0 10px;
    }

    .header-bottom-nav {
        justify-content: space-between;
    }

    .header-bottom {
        background-color: #f7f4eb !important;
    }

    .header-bottom span.header-account-title,
    .header-bottom  span.header-cart-title {
        display: none;
    }

    .header-bottom .nav>li {
        position: unset;
    }

    .header-bottom ul.nav-dropdown {
        top: 52px;
        box-shadow: unset;
        width: calc(100% + 30px);
        background: var(--primary);
        border-bottom: 1px solid #ffffff57;
    }

    .header-bottom ul.nav-dropdown input {
        background: white;
    }

    .header-bottom ul.nav-dropdown li.header-search-form {
        width: 100%;
    }

    .header-bottom ul.nav-dropdown li,.header-bottom ul.nav-dropdown a {
        color: white;
    }

    .header-bottom ul.nav-dropdown bdi {
        color: white;
    }

    .header-bottom ul.nav-dropdown p.woocommerce-mini-cart__buttons.buttons {
        display: flex;
        gap: 8px;
    }

    .header-bottom ul.nav-dropdown a.button.wc-forward {
        background: white;
        color: var(--primary);
    }

    .header-bottom ul.nav-dropdown a.button.checkout.wc-forward {
        background: var(--secondary);
        color: white;
    }

    .header-bottom-nav i:before {
        color: #666;
		font-size: 20px;
    }

    .header-bottom-nav i.icon-menu:before {
        content: "\EA55";
        font-family: 'icons';
        font-size: 24px;
        color: var(--primary);
    }

    .header-bottom-nav span.menu-title {
        display: block !important;
        font-size: 12px;
        font-weight: 300;
        text-transform: none;
    }

    .header-bottom-nav i.icon-search {
        padding-top: 3px;
    }
	
	.header-bottom-nav i {
		height: 30px;
		display: flex;
		align-items: center;
	}

    .category-filtering  i.icon-equalizer:before {
        content: '\f0b0';
        font-family: FontAwesome;
    }

    .category-filtering a {
        font-size: 14px;
        font-weight: 300;
        text-transform: none;
    }

    .category-info:before {
        content: '';
        width: 100%;
        height: 100%;
        background: #00000040;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sticker[class*="sticker-icon-"] {
        width: 30px;
        height: 30px;
    }

    .dinhit-stickers-wrapper {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
    }

    .dinhit-featured-products .sticker[class*="sticker-icon-"] {
        width: 60px;
        height: 60px;
    }

    .archive main#main {
        background: #fff;
    }

    .related .related-post .related-item {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        gap: 12px;
    }

    .related .related-post {
        flex-wrap: wrap;
    }

    .related .related-post .related-item .related-image {
        max-width: 30%;
    }

    .related .related-post .related-item .related-title a {
        text-align: left;
    }

    .related .related-post .related-item .related-image img {
        min-height: 80px;
    }

    .account-item a span {
        font-weight: 300;
    }

    .account-item .nav-top-not-logged-in {
        color: hsla(0,0%,40%,.85) !important;
    }

    .account-item .nav-top-not-logged-in span {
        font-size: 0;
    }

    .account-item .nav-top-not-logged-in:before {
        font-weight: 300;
        margin-right: -16px;
    }

    .header-bottom {
    position: relative;
    z-index: 1000;
    }

    #main-menu.mobile-sidebar {
    padding: 15px;
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary);
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
    }

    #main-menu.mobile-sidebar.menu-show {
    display: block !important;
    max-height: 100vh;
	height: 100vh;
    opacity: 1;
    overflow-y: auto;
    }

    #main-menu.mobile-sidebar a {
        color: white;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 18px;
    }

    #main-menu.mobile-sidebar i.icon-angle-down {
        color: white;
    }

    #main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li+li {
        border-top: 1px dashed #dddddd30;
    }

    .nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background: none;
    }

    #main-menu.mobile-sidebar .sub-menu a {
        font-size: 14px;
    }

    #main-menu.mobile-sidebar .sub-menu {
        padding-bottom: 12px;
    }

    #main-menu.mobile-sidebar.menu-show button.toggle {
        margin-right: -14px;
    }

    .product-gallery {display: flex;flex-wrap: wrap;justify-content: space-around;gap: 12px;}

    .product-images {
        max-width: 100%;
        flex-basis: 100%;
        order: 1;
    }

    .product-thumbnails {
        max-width: 100% !important;
        width: 100% !important;
        flex-basis: 100%;
        order: 2;
    }

    .product-thumbnails .flickity-slider>.col {
        max-width: 25%;
        position: absolute !important;
        padding: 2px 4px !important;
    }

    .product-main .sticker-top {
        right: 0;
    }

    .product-main .sticker-bottom {
        left: 0;
    }

    .page-title .flex-col.flex-grow.medium-text-center {
        text-align: left !important;
    }

    .sticker-top {
        right: 12px;
    }

    .sticker-bottom {
        left: 12px;
    }
	
	.product-attribute__item {
		min-width: 124px !important;
	}
   
}

