.border-10 img,
.border-10 .img {
  border-radius: 10px;
}

.box-img-cat {
  box-shadow: none;
}

.box-img-cat {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, .15);
  text-transform: uppercase;
}

.box-img-cat .box-text {
  background-color: var(--bg-yellow-overlay) !important;
}


.box-img-cat h3 a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif !important;
  color: var(--text-color) !important;
}

.column-service .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.service-title {
  display: flex;
  gap: 20px;
  color: white;
  align-items: center;
  margin: 20px 0;
}

.service-title i {
  border: 1px solid #ccc;
  width: 50px;
  height: 50px;
  line-height: 45px !important;
  border-radius: 100%;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-title a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500 !important;
}

/* product attr */
.product-attribute.product-attribute-hz {
  margin: 0 15px;
}

.product-attribute__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0;
  width: 33.33%;
}

.product-attribute__item .pa-icon img {
  max-width: 25px;
  height: auto;
}

.product-attribute__item .pa-info {
  padding: 0 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.product-attribute__item .pa-info__label {
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}

.product-attribute-v .product-attribute__item .pa-info__value p a,
.product-attribute-v .product-attribute__item .pa-info__value {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #191919;
  text-transform: capitalize;
}

.product-attribute-v .product-attribute__item .pa-icon img {
  max-width: 20px;
  height: auto;
}

.product-attribute-hz .product-attribute__item .pa-info__value {
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  color: #191919;
}

.product-attribute-hz .product-attribute__item .pa-info__value a {
  font-size: 11px;
  color: var(--primary-color);
}

.line-divider {
  border-top: 1px dashed var(--yellow-border);
  padding: 10px 0;
}

.variations {
  position: relative;
}

table {
  border-color: #ececec;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}

table.variations .label {
  padding-right: 20px;
}

.variations td,
.variations th {
  border: 0;
  letter-spacing: normal;
  padding: .2em 0;
  text-transform: none;
  vertical-align: middle;
}

table.variations label {
  white-space: nowrap;
}

table.variations .value {
  width: 100%;
}

.ux-swatches {
  --swatch-size-x-small: 15px;
  --swatch-size-small: 20px;
  --swatch-size-medium: 30px;
  --swatch-size-large: 45px;
  --swatch-size-x-large: 70px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 5px 0;
}

.ux-swatch--label.selected {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.ux-swatch--label {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ux-swatch {
  align-items: center;
  box-shadow: 0 0 0 1px #d5d5d5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}

.ux-swatch--label.selected {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.ux-swatch--label {
  font-size: 14px;
}

.ux-swatch__text {
  padding: 8px;
}

.box-policy {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: #f7f7f7;
}

.box-policy ul {
  margin-bottom: 0;
}

.box-policy ul li {
  font-size: 14.4px;
  margin-bottom: 3px;
}

span.amount {
  color: var(--primary-color) !important;
}

button.single_add_to_cart_button.button.alt {
  background-color: var(--primary-color) !important;
  font-size: 1em;
  border-radius: 5px;
}

/* related product */
.badge-container {
  margin: 10px;
}

.z-1 {
  z-index: 21;
}

.left {
  left: 0;
}

.top {
  top: 0;
}

.absolute {
  position: absolute !important;
}

.wcl-product {
  padding: 9px 9px 50px;
  height: 100%;
}

.flex {
  display: flex;
}

.wcl-product__img,
.wcl-product__info {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.wcl-product__img {
  position: relative;
}

.product-attribute-v ul {
  list-style: none;
  display: block;
}

.product-attribute ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.product-attribute-v .product-attribute__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-attribute__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0;
  width: 33.33%;
}

.wcl-product-title {
  margin-top: 24px;
  font-family: "Lora", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #191919;
}


.wcl-product-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 9px;
}

@media (max-width:900px){
	.wcl-product-actions {
		flex-direction: column;
		justify-content:center;
		align-items:center;
	}
	.wcl-product-actions .w-50 {
		max-width: 100%;
		flex-basis: 100%;
		text-align: center;
	}
	.wcl-product-actions .wcl-button {
		margin-top: 10px;
	}
}

@media (max-width:768px){
	.wcl-product-actions {
		flex-direction: column;
		justify-content:center;
		align-items:center;
	}

}

.flex .w-50 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.wcl-price {
  color: var(--primary-color);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}

p.name.product-title.woocommerce-loop-product__title a {
  color: var(--primary-color);
  text-wrap:wrap;
}

.box a {
  display: inline-block;
}

.wcl-product .button.primary {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 30px;
  border-radius: 4px;
}

.icon-box-hotline {
  background: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 15px;
}

.icon-box-hotline h5,
.icon-box-hotline h4,
.icon-box-hotline h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #767676;
}

.icon-box-hotline p {
  margin-bottom: 12px;
}

.icon-box-hotline a {
  color: var(--primary-color);
}

/* gift box */
.g-2024-img-box {
  background: var(--bg-gif-box-yellow);
  border-radius: 10px;
  overflow: hidden;
}

.g-2024-img-box h3 {
  color: #87511c !important;
}

.box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.box-image img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.text-right-map h5 {
  text-decoration: underline;
  color: #f1f1f1;
}

.text-right-map ul {
  list-style-type: square;
  margin-bottom: 1.3em;
  color: #f1f1f1;
}

.img-map img {
  max-height: 594px;
  object-fit: contain;
}

/* product custom slider */
.gift-box-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.he-100 {
  height: 100%;
}

justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.stack-col {
  flex-direction: column;
}

.stack {
  --stack-gap: 0;
  display: flex;
}

.stack-col>* {
  margin: 0 !important;
}

.gift-box-item .gnew {
  margin-bottom: 0;
}

.box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.box-image>a,
.box-image>div>a {
  display: block;
}

.box-image img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.text-center {
  text-align: center;
}

.box-text {
  font-size: .9em;
  padding-bottom: 1.4em;
  padding-top: .7em;
  position: relative;
  width: 100%;
}

.text-center .is-divider,
.text-center .is-star-rating,
.text-center .star-rating,
.text-center>div,
.text-center>div>div {
  margin-left: auto;
  margin-right: auto;
}

gci-title h3 {
  color: #660f25;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  line-height: 1.3;
}

.g-2023-note {
  font-size: 10px;
  margin: 10px 0;
  color: #87511c;
}

.button.primary.button-g-2024 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  background: linear-gradient(343deg, #d4914c 1.36%, #d6924d 12.06%, #de9951 18.87%, #eca457 23.73%, #ffb461 27.62%, #fbb25d 35.41%, #f1ab54 42.22%, #e0a143 48.05%, #e2a445 49.03%, #eeb350 54.86%, #f4bd56 60.7%, #f7c059 70.43%, #f8cc7a 74.32%, #fbe2b3 83.08%, #fdf1dc 89.89%, #fefbf5 94.75%, #fff 98.64%);
  border-radius: 7px !important;
  border: none !important;
  margin-top: 16px;
}

.button.primary.button-g-2024 span {
  background: linear-gradient(296deg, #f2bb63 1.92%, #d4a142 50%, #d18c47 98.08%);
  display: block;
  margin: 2px;
  padding: 5px 10px;
  line-height: 19px;
  border-radius: 3px;
}

.is-shade:after {
  box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .1), inset 0 2em 15px 0 hsla(0, 0%, 100%, .2);
}

.gci-title h3 {
  color: #660f25;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  line-height: 1.3;
}

.gci-price-new {
  font-size: 14px;
}

.gci-price-new {
  text-align: center;
  color: #990d23;
  font-weight: 700;
}

.row-slick-sale {
  position: relative;
  max-width: 1200px !important;
}

.row-slick-sale .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  cursor: pointer;
}

.row-slick-sale .slide-arrow {
  font-size: 20px;
  font-weight: 600;
  z-index: 10;
}

.row-slick-sale .prev-arrow {
  left: 0px;
}

.row-slick-sale .next-arrow {
  right: 0px;
}

.row-slick-sale .woocommerce-loop-product__link {
  font-family: "Lora", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 21px;
  color: #191919 !important;
}


.row-slick-sale .title-wrapper {
  margin-bottom: 30px;
}


.row-slick-sale .add-to-cart-button a {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 1px;
  border-radius: 4px;
}

.row-slick-sale .button.primary {
  background-color: var(--primary-color);
  padding: 5px 15px;
}