.widget-cat-filter ul li:not(:last-child) {
  margin-bottom: 10px;
  padding: 5px 0;
  position: relative;
  border-bottom: 1px solid var(--bic-border-color);
}

.widget-cat-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-cat-filter ul li {
  position: relative;
}

.widget-cat-filter ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: var(--bic-text-color);
  text-decoration: none;
  transition: color .1s ease;
}


.widget-cat-filter ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--bic-border-color);
  border-radius: var(--bic-border-radius);
  transform: translateY(-50%);
  transition: all 0.1s ease;
}

.widget-cat-filter ul li a:hover {
  color: var(--bic-primary-color);
}

.widget-cat-filter ul li a:hover::before {
  width: 15px;
  height: 6px;
  background-color: var(--bic-primary-color);
}


.woocommerce-notices-wrapper {
  margin: 0 auto;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 15px 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--bic-primary-color);
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce-notices-wrapper a.button {
  background-color: var(--bic-color-primary) !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 30px !important;
  border-radius: 999px !important;
  text-transform: uppercase;
}

.woocommerce-notices-wrapper a.button:hover {
  opacity: 0.7;
}

.woocommerce-notices-wrapper a.restore-item {
  color: var(--bic-primary-color);
  font-weight: 600;
}

.woocommerce .woocommerce-Button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-Address-title a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  background: var(--bic-primary-color);
  font-size: var(--bic-size-16);
  color: var(--bic-text-color) !important;
  padding: 16px 20px;
  min-width: 180px;
  border: 1px solid var(--bic-primary-color);
  /* border-radius: 0; */
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.woocommerce .button:focus,
.woocommerce .button:hover {
  opacity: 0.9;
}

.woocommerce a.button.loading {
  cursor: progress;
  opacity: 0.9;
}

.woocommerce-privacy-policy-link {
  color: var(--bic-primary-color);
}

.onsale {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: var(--bic-primary-color);
  color: #fff;
  font-size: var(--bic-size-14);
  line-height: 1;
  padding: 4px 8px;
}

form.woocommerce-ordering {
  display: flex;
}

del .amount,
ins .amount {
  font-weight: 600;
}

del .amount {
  color: #ddd !important;
}

ins .amount {
  color: red;
  font-weight: 700;
}

.woocommerce .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

.woocommerce label.qty-label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.woocommerce .quantity .qty,
.woocommerce .quantity button {
  height: 40px;
  background: 0 0;
  border: 1px solid var(--bic-border-color);
  text-align: center;
  line-height: 1;
}

.woocommerce .quantity button {
  width: 32px;
  font-weight: 600;
  color: var(--bic-text-color);
}

.woocommerce .quantity .qty {
  -moz-appearance: textfield;
  appearance: textfield;
  width: 36px;
  color: var(--bic-text-color);
  font-weight: 700;
  margin-left: 8px;
  margin-right: 8px;
}

.woocommerce .quantity input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.woocommerce .buy-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
}

.woocommerce .buy-actions button {
  width: calc(100% / 2 - 15px);
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.flex-viewport {
  margin-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 1rem;

}

.woocommerce-product-gallery__image {
  background: #f1f1f1;
  border-radius: 1rem;
}

.flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 0 0 100px;
  max-width: 100px;
  max-height: 350px;
  align-items: start;
  display: block;
  overflow-y: auto;
}

.flex-control-thumbs li {
  position: relative;
  cursor: pointer;
  height: 100px;
  display: flex;
  margin-bottom: 10px;
}

.flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  background-color: #f2f2f2;
  border-radius: 10px;
  object-fit: cover;
  pointer-events: auto;
}

.flex-control-thumbs li img:not(.flex-active) {
  opacity: 0.5;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2rem;
}

h1.product_title.entry-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.prod_origin {
  font-weight: 600;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E0D8;
  display: none;
}

.product_meta {
  margin-top: 16px;
}

.product-detail-btn {
  margin-top: 32px;
}

.wc-tabs-wrapper {
  margin-top: var(--adt-gap);
}

ul.tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--bic-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

ul.tabs.wc-tabs li a {
  display: block;
  color: rgba(27, 27, 27, 0.4);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
}

ul.tabs.wc-tabs li {
  vertical-align: top;
  padding: 0;
  margin-right: 30px;
  white-space: nowrap;
}

ul.tabs.wc-tabs li::before {
  display: none;
}

ul.tabs.wc-tabs li.active a,
ul.tabs.wc-tabs li:hover a {
  color: var(--adt-primary-color);
  border-color: var(--adt-primary-color);
}

.product-item {
  position: relative;
  height: initial;
}

.product-item-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all .4s ease-in-out;
  border: 1px solid var(--bic-border-color);
  padding: 10px;
  border-radius: var(--bic-border-radius);
}

.product-item-thumbnail {
  display: block;
  position: relative;
  padding-top: 100%;
}

.product-item-thumbnail a {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}

.product-item:hover .product-item-thumbnail img {
  transform: translateY(-3px);
}

.product-item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 0px;
}

.product-item-title {
  font-size: var(--adt-font-size);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: var(--adt-primary-color);
}

.product-item-title a {
  color: currentColor;
  display: block;
}

.product-item-excerpt {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 10px;
}

.product-item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--adt-primary-color);
  font-weight: 600;
}

.product-item-btn a i {
  transition: var(--adt-transition);
  color: var(--adt-secondary-color);
}

.product-item:hover .product-item-btn a i {
  transform: translateX(5px);
}

.related-products {
  position: relative;
  margin-top: var(--adt-gap);
}

.related-products .swiper {
  padding: 30px 2px;
}

.widget-filter ul li a {
  position: relative;
  padding-left: 28px;
}

.widget-filter ul li a.active {
  color: var(--adt-primary-color);
  font-weight: 600;
}

.widget-filter ul li a::before {
  content: "";
  position: absolute;
  font-family: icomoon, fantasy !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--bic-border-color);
}

.widget-filter ul li a::after {
  content: "\e932";
  position: absolute;
  font-family: icomoon, fantasy !important;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  color: currentColor;
  opacity: 0;
}

.widget-filter ul li a.active::after,
.widget-filter ul li a:hover::after {
  opacity: 1;
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
  .product-item-excerpt {
    min-height: 48px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .product-item-excerpt {
    min-height: 45px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .product-item-excerpt {
    min-height: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .summary.entry-summary {
    margin-top: var(--adt-gap);
  }

  .woocommerce-product-gallery {
    display: block;
  }

  ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    max-width: unset;
    max-height: unset;
    overflow-x: auto;
  }

  .flex-control-thumbs li {
    padding: 0 5px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-item-excerpt {
    min-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .product-item-title a {
    display: -webkit-box;
    max-width: 100%;
    min-height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-item-excerpt {
    min-height: 48px;
  }
}

@media only screen and (max-width: 480px) {
  .product-item-info {
    padding: 15px 10px;
  }
}

/* Giỏ hàng */
tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
tr.woocommerce-cart-form__cart-item.cart_item .product-name,
tr.woocommerce-cart-form__cart-item.cart_item .product-price,
tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
  width: 22%;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
  width: 10%;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal,
tr.woocommerce-cart-form__cart-item.cart_item .product-price,
.woocommerce-cart span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
  color: var(--bic-primary-color);
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:nth-child(even) {
  background: transparent;
}

/* checkout */
.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
}

.checkout.woocommerce-checkout #customer_details,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  flex: 0 0 50%;
  max-width: 48%;
}

.checkout.woocommerce-checkout #customer_details .col-1,
.checkout.woocommerce-checkout #customer_details .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields:last-child h3,
#order_review_heading,
.stock.in-stock,
button.button.buy-now-btn {
  display: none;
}

.checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields:last-child {
  margin-top: 20px
}



/* Single-product */
.single-product .cart {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
}

.qty {
  width: 60px !important;
}

.minus svg,
.plus svg {

  display: block;
}

.minus,
.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  cursor: pointer;
}

.woocommerce-cart .minus,
.woocommerce-cart .plus,
.blog-detail__meta,
.blog-detail__foo {
  display: none;
}

.wc_payment_methods.payment_methods.methods,
.payment_box.payment_method_cod {
  list-style: none;
}


.pd-t80 {
  padding-top: var(--bic-gap);
}

/* form review */
#comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment_container {
  display: flex;
  justify-content: start;
  column-gap: 15px;
}

.comment_container img {
  height: auto;
  object-fit: cover;
  margin: 0;
}

.comment_container .comment-text p.meta {
  margin-bottom: 0;
  font-size: 16px;
}

.woocommerce p.stars a {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  position: relative;
}

.woocommerce p.stars a::before {
  font-size: 22px;
  line-height: 1;
}


.woocommerce p.stars a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a.active~a::before {
  content: "\f154";
  font-family: dashicons;
  text-transform: uppercase;
  font-size: 22px;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  color: #f0c420;


}

.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before {
  content: "\f155";
  color: #f0c420;
}

.star-rating span,
.woocommerce .star-rating span,
.product_list_widget .star-rating span,
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a,
.woocommerce .star-rating span:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before {
  color: #f0c420 !important;
}


div#review_form_wrapper {
  border: 1px solid var(--bic-border-color);
  padding: 30px;
  border-radius: var(--bic-border-radius);
  margin-top: 30px;
}

#comments .woocommerce-Reviews-title {
  font-size: 18px;
}

.custom-stars i {
  font-style: normal;
}

.custom-stars i::before {
  content: "\f155";
  font-family: dashicons;
  color: #f0c420;
  font-size: 24px;
  margin-right: 2px;
  display: inline-block;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}


.post-type-archive-product .woocommerce-Price-amount.amount {
  color: var(--bic-primary-color);
  font-weight: 700;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.single-product .woocommerce-Price-amount.amount {
    color: var(--bic-primary-color);
    font-size: 24px;
    font-weight: bold;
}




.single-product .related-products .product-item-inner ._rating {
    display: none;
}
.single-product .related-products .product-item-inner span.price {
    display: flex;
    align-items: center;
}
