:root {
  --bg-main: #b6713e;
}

a {
  color: #000 !important;
}
a:hover {
  color: #b6713e !important;
}
.color-main {
  color: #b6713e;
}
.fff {
  font-family: "Outfit", sans-serif;
}

.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.75rem;
}
.fs-9 {
  font-size: 0.65rem;
}
.fs-10 {
  font-size: 0.55rem;
}

.animate {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.animate.active {
  opacity: 1;
  animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.color-dark {
  color: #000;
}
.w-fit-content {
  width: fit-content;
}

.header-nav.header-nav-main.nav.nav-left {
  justify-content: center;
  gap: 20px;
}
.header-nav.header-nav-main.nav.nav-left li a {
  font-weight: 500;
}
.header-nav.header-nav-main.nav.nav-left li:hover .sub-menu.nav-dropdown {
  border-top: 1px solid rgba(229, 229, 229, 0.6);
}
.header-wrapper .header-inner {
  padding: 0 115px !important;
}

.header-wrapper .container:nth-last-child(1) {
  padding: 0;
}
.nav-top-link i {
  margin-top: 4px;
  transition: all 0.5s linear;
  transform: rotate(180deg);
}
.nav-top-link:hover i {
  transform: rotate(0deg);
  color: #000;
}
.menu-item:hover {
  color: #000;
}

.fw-bold {
  font-weight: bold;
}
.text-dark {
  color: #000;
}
.icon-footer {
  width: 40px;
  height: 40px;
}
.text-hover-main-3:hover {
  color: #b6713e;
}
.icon-footer:hover {
  background: #b6713e;
  color: #fff !important;
}
.back-to-top {
  border: 1px solid #b6713e;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(-500px) translateX(-50%);
  background: #b6713e !important;
  color: #ffffff !important;
}

.back-to-top.active {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.back-to-top:hover {
  background: transparent !important;
  color: #b6713e !important;
}

.ring-to-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--bg-main);
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--bg-main), 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.ring-to-top {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  bottom: 100px;
  right: 25px;
  border: 1px solid var(--bg-main);
  background: var(--bg-main) !important;
  color: #fff !important;
  z-index: 2;
  display: none !important;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.nav-top-link i {
  transform: rotate(0);
}
.btn-all {
  background: #ecdec1;
  padding: 0 20px;
  min-height: 52px;
  border-radius: 5px;
  transition: all 0.5s linear;
  color: #000;
}
.btn-all:hover {
  background: #b6713e;
  color: #fff !important;
}
.btn-all i {
  transform: rotate(-40deg);
  transition: all 0.2s linear;
}
.btn-all:hover i {
  transform: rotate(0deg);
}

section {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
section .scroll {
  width: 100%;
  display: flex;
}
section .scroll .home-1 {
  padding: 10px 0;
  background-color: #f0f8fe;
  color: #000;
  white-space: nowrap;
  animation: animate 40s linear infinite;
  animation-delay: -2s;
}

.rotate {
  transform: rotate(2deg);
  bottom: 44px;
  width: 120%;
  left: -10px;
}
.rotate-2 {
  transform: rotate(355deg);
  top: 66px;
  width: 120%;
  left: -10px;
}
.bg-opacity {
  background: #00000063;
}

section .scroll div img {
  width: 24px;
  height: 24px;
}
section .scroll div span {
  padding: 0 20px;
}
@keyframes animate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section .scroll.text1 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.box-image .image-tools {
  display: none;
}

.custom-buttons-under-image a,
.custom-buttons-under-image .yith-wcwl-add-button {
  transition: 0.3s ease;
}
.custom-buttons-under-image .wishlist-fragment:hover .yith-wcwl-add-button,
.custom-buttons-under-image a:hover {
  background-color: #b6713e;
  color: #000;
  box-shadow: none;
}
.form-top-row  .wishlist-fragment a,
.product-small .wishlist-fragment a {
  font-size: 0;
}
.custom-buttons-under-image .wishlist-fragment {
  margin: 0;
}
.custom-buttons-under-image .wishlist-fragment .yith-wcwl-add-button,
.custom-buttons-under-image .quick-view {
  margin: 0;
  padding: 0;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
.custom-buttons-under-image .quick-view i,
.custom-buttons-under-image .wishlist-fragment .yith-wcwl-add-button svg {
  margin: 0 !important;
}
.custom-buttons-under-image .wishlist-fragment .yith-wcwl-add-button a:hover {
  background: transparent;
}
.product-small .col-inner {
  position: relative;
}
.product-small .col-inner .custom-buttons-under-image {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translate(-50%, 242px);
}
.product-small .col-inner:hover .custom-buttons-under-image {
  opacity: 1;
  transform: translate(-50%, 265px);
}

.custom-buttons-under-image .wishlist-fragment:hover .yith-wcwl-add-button svg,
.custom-buttons-under-image .quick-view:hover i {
  color: #fff;
}
.tooltip .tooltip-inner {
  background-color: #b6713e; /* Change this to your desired background color */
  color: #ffffff; /* Change this to your desired text color */
}

/* Custom arrow color to match the tooltip background */
.tooltip .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #b6713e; /* Must match the background color */
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #b6713e;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #b6713e;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #b6713e;
}
button[name="ux-buy-now"] {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  height: 50px;
  width: 100%;
  color: #222;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}
button[name="ux-buy-now"]:hover {
  background-color: #b6713e;
  color: #fff;
  border-color: #b6713e;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
}
button[name="add-to-cart"] {
  /* width: 78% !important; */
  border-radius: 5px;
  width: 100%;
  height: 50px;
  color: #222;
  margin: 0;

  background: #ededed !important;
  border-color: #ededed !important;
}
button[name="add-to-cart"]:hover {
  background: #b6713e !important;
  color: #fff !important;
  border-color: #b6713e !important;
}
.ux-quantity.quantity.buttons_added {
  height: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  text-align: center;
  border: 1px solid #ddd;
  align-items: center;
  padding: 0 10px;
}
.ux-quantity.quantity.buttons_added * {
  border: none;
  outline: none;
  box-shadow: none;
}

.price-wrapper del .woocommerce-Price-amount.amount {
  font-size: 16px;
}
.price-wrapper del {
  text-decoration: none;
}
.price-wrapper del bdi {
  text-decoration: line-through;
}
.custom-form-style .form-top-row .wishlist-wrap {
  width: fit-content;
}
.custom-form-style .form-top-row .wishlist-wrap .yith-wcwl-add-button {
  width: 50px;
  background: #ededed;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.custom-form-style .form-top-row .wishlist-wrap .yith-wcwl-add-button svg {
  margin: 0;
}
.custom-form-style .form-top-row .wishlist-wrap .yith-wcwl-add-button:hover {
  background: #b6713e;
  color: #fff;
}
.custom-form-style
  .form-top-row
  .wishlist-wrap
  .yith-wcwl-add-button:hover
  svg {
  color: #fff;
}
.product-summary .woocommerce-Price-currencySymbol {
  font-size: revert !important;
  vertical-align: middle !important;
}
.price.product-page-price.price-on-sale del span,
.price.product-page-price.price-on-sale ins span {
  font-weight: bold;
}
.price.product-page-price.price-on-sale del {
  padding-right: 15px !important;
}
.price.product-page-price.price-on-sale ins {
  border-left: 2px solid #666666b3 !important;
  padding-left: 17px !important;
}
.price-wrapper .price {
  display: flex !important;
  align-items: center;
}
.price.product-page-price.price-on-sale .sale-bubble {
  background-color: #ff6400;
  width: fit-content;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  /* display: block; */
  padding: 3.5px 15px 3.5px;
  border-radius: 20px;
  margin-left: 20px;
}
.form-top-row .yith-wcwl-add-to-wishlist,
.form-top-row .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin: 0;
}
.top-divider {
  border: none;
}
.header {
  border-bottom: 1px solid #e2e2e2;
}
.container .row:not(.row-collapse) {
  max-width: 100% !important;
  margin: 0;
}
.social-icons a.tooltip {
  text-align: center !important;
  display: inline-block !important;
  opacity: 1 !important;
  line-height: 2.4em !important;
}
.text-card-product-page {
  top: -12px;
}
.tabs.wc-tabs.product-tabs *.active a {
  color: #b6713e !important;
}
.tabs.wc-tabs.product-tabs * a {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
}
.tabs.wc-tabs.product-tabs * a::before {
  background-color: #b6713e !important;
}
.box-text.box-text-products .price-wrapper .price {
  justify-content: center;
}
.product-small .price-wrapper .sale-bubble {
  display: none;
  opacity: 0;
}
.product-images .image-tools,
.product-images .badge-container {
  display: none;
}

/* product-small col has-hover product type-product post-287 status-publish first instock product_cat-product_home has-post-thumbnail sale shipping-taxable purchasable product-type-simple is-selected */

/* .product-small.product.product_cat-product_home {
  height: 100%;
} */
.product-small.product .col-inner {
  min-height: 100%;
}
.star-rating.gray-stars.none::before {
  color: #ccc;
}
.star-rating.gray-stars.none .star::before {
  content: "";
}
.product-small.product .box-text.box-text-products {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-small.product .add-to-cart-button {
  margin: 0;
  padding: 0;
}
.product-small.product .add-to-cart-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: none;
  outline: none;
}
.product-small.product .add-to-cart-button a:hover {
  background-color: #b77341;
  color: #fbfbfb !important;
}
.col-inner {
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-about-right .img-inner,
.img-about-right .img-inner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .header-wrapper .header-inner {
    padding: 0 15px !important;
  }
}
@media (max-width: 1440px) {
  .tabs.wc-tabs.product-tabs * a {
    font-size: 18px;
  }
  .tabs.wc-tabs.product-tabs {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .tabs.wc-tabs.product-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}

#circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#circle text {
  font-size: 16px;
  font-weight: bold;
}

#circle svg {
  width: 200px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.badge-container .badge-inner {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 50px;
  height: 25px;
  border-radius: 3px;
}
.trending-product .product-small.box {
  display: flex;
}
.trending-product .custom-buttons-under-image,
.trending-product .product-small.box .add-to-cart-button {
  display: none !important;
}
.trending-product .product-small.box .box-image {
  width: 131px;
  height: 171px;
  padding: 0;
}
.trending-product .badge-container {
  margin-top: 0px;
}
.col-count-product > .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ux-timer.light span {
  box-shadow: 0 0 0 1px rgb(0, 0, 0, 0.1);
}
/* .trending-product .product-small.box .box-text-products {
  height: 100%;
} */
.flickity-button.flickity-prev-next-button.previous,
.flickity-button.flickity-prev-next-button.next{
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.flickity-button.flickity-prev-next-button.previous svg,
.flickity-button.flickity-prev-next-button.next svg{
  background: #b6713e;
  border: 1px solid #b6713e;
  border-radius: 5px;
  fill: #fff !important;
}
.flickity-button.flickity-prev-next-button.previous svg .arrow,
.flickity-button.flickity-prev-next-button.next svg .arrow{
  fill: #fff !important;
}
.flickity-button.flickity-prev-next-button.previous svg:hover,
.flickity-button.flickity-prev-next-button.next svg:hover{
  background: #fff;
  fill: #b6713e !important;
}
.flickity-button.flickity-prev-next-button.previous svg:hover .arrow,
.flickity-button.flickity-prev-next-button.next svg:hover .arrow{
  fill: #b6713e !important;
}

.custom-product-list{
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-direction: column;

}
.item-product a span{
  font-size: 16px;
  font-weight: bold;
}
.btn-track{
  background: #b6713e;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}
.btn-track:hover{
  background: #fff !important;
  color: #b6713e !important;
}
.button-contact{
  background: #ecdec1;
  color: #000000 !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #ecdec1;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.button-contact:hover{
  background: #b6713e !important;
  color: #fff !important;
}
ol, ul{
  padding-left: 0px;
}
.return-to-shop .button ,
.ux-mini-cart-footer .wc-forward {
  color:#fff !important;
}
.return-to-shop .button:hover  ,
.ux-mini-cart-footer .wc-forward:hover {
  color:#b6713e !important;
  background: #fff !important;
  border-color: #b6713e !important;
}
.flex-grow{
  flex-grow: 1 !important;
}
#top-bar{
  display: none !important;
}

@media screen and (max-width: 768px) {
  .primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline.text_replaceable{
  padding:  0 .6em;
}
  
}

/* .shop_table .order-total td, .shop_table .order-total th, .shop_table thead th{
  border-width:1px;
} */
td, th{
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.cart_totals tbody tr td, .shop_table tfoot tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type, td.product-total{
  text-align: left;
}
.woocommerce-MyAccount-content .button{
  color: #fff !important;
}
.woocommerce-MyAccount-content .button:hover{
  opacity: 1 !important;
  color: #b6713e !important;
  background: #fff !important;
  border-color: #b6713e !important;
}
.my-account .large-3{
  max-width: 25%;
}
.product-add-to-cart a {
  background: #b6713e !important;
  color: #fff !important;
  border-color: #b6713e !important;
  border: 1px solid #b6713e !important;
  text-decoration: none !important;
  padding: 10px 20px;
}
.product-add-to-cart a:hover {
  background: #fff !important;
  color: #b6713e !important;
  border-color: #b6713e !important;
}
.wc-proceed-to-checkout a{
  background: #b6713e !important;
  color: #fff !important;
  border-color: #b6713e !important;
  border: 1px solid #b6713e !important;
  text-decoration: none !important;
  padding: 10px 20px;
}
.wc-proceed-to-checkout a:hover {
  background: #fff !important;
  color: #b6713e !important;
  border-color: #b6713e !important;
  box-shadow: none !important;
}
.ux-timer.light span:nth-child(2),
.ux-timer.light span:nth-child(1){
  display: none !important;
}

#circle text {
  font-size: 16px;
  font-weight: bold;
  
  text-transform: uppercase;
  letter-spacing: 1px;
    fill: black; /* Màu chữ /
  / stroke: white; Nền trắng phía sau /
  stroke-width: 4px; / Độ dày nền /
  paint-order: stroke; / Vẽ nền trước chữ */
}

#circle svg {
  width: 200px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}