/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.grid-products {
  padding-top: 4%;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .sidebar-col-post {
    display: none;
  }
}
.grid-products .sidebar-col-post .footer-news-item .footer-news-thumbnail {
  max-width: 65px;
}
.grid-products .sidebar-col-post .footer-news-item .content_news_footer .product-price {
  color: #d33;
  font-size: 14px;
  font-weight: 600;
}
.grid-products .products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-products .products.columns-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-products .products.columns-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 47.99875rem) {
  .grid-products .products.columns-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-products .products.columns-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-products .products.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(221, 221, 221, 0.2705882353);
  transform: translate(-50%, -50%);
}
.grid-products .products.loading::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3498db;
  animation: spin 0.8s ease-in-out infinite;
  z-index: 10;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.grid-products .content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.grid-products .content-col .all_breadcrumbs_grid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .content-col .all_breadcrumbs_grid {
    flex-direction: column;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
  }
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul {
  margin: 0;
  list-style: none;
  display: flex;
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  margin-left: 5px;
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul li:first-child::before {
  content: none;
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul li::before {
  content: "/";
  position: absolute;
  background: #fff;
  width: 8px;
  height: 100%;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.grid-products .content-col .all_breadcrumbs_grid .breadcrumbs_product ul li.current {
  font-weight: 600;
}
.grid-products .content-col .all_ordeby_grid {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-products .content-col .all_ordeby_grid {
    gap: 10px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .content-col .all_ordeby_grid {
    width: 100%;
    justify-content: space-between;
  }
}
.grid-products .content-col .all_ordeby_grid .yith-wcan-filters-opener {
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 22.5rem) {
  .grid-products .content-col .all_ordeby_grid .yith-wcan-filters-opener {
    font-size: 12px;
  }
}
.grid-products .content-col .all_ordeby_grid .yith-wcan-filters-opener:hover {
  background: transparent;
  border-color: transparent;
}
.grid-products .content-col .all_ordeby_grid .yith-wcan-filters-opener:hover .filter-icon {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .content-col .custom-view-switcher {
    display: none;
  }
}
.grid-products .content-col .custom-view-switcher .grid-switcher img {
  max-height: 25px;
  width: 100%;
  -webkit-filter: contrast(0.3);
          filter: contrast(0.3);
}
.grid-products .content-col .woocommerce-result-count {
  display: none;
}
.grid-products .content-col .woocommerce-ordering {
  margin-bottom: 0;
}
.grid-products .content-col .woocommerce-ordering select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  height: 35px;
  padding-left: 5px;
  border-radius: 4px;
  width: auto;
}
.grid-products .content-col .woocommerce-ordering select.orderby {
  opacity: 0;
  position: absolute;
  z-index: -9999;
  left: 0;
}
@media only screen and (max-width: -0.00125rem) {
  .grid-products .content-col .woocommerce-ordering select {
    width: 100%;
  }
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 0;
  padding: 1px 30px 0 8px;
  height: 30px;
  cursor: pointer;
  z-index: 99;
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger::before {
  content: "\f107";
  width: 12px;
  height: 15px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger > span {
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  color: #000;
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 22.5rem) {
  .grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger > span {
    font-size: 12px;
  }
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger ul {
  width: 260px;
  box-shadow: 0 0 32px 0 rgba(15, 15, 51, 0.1490196078);
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: absolute;
  right: 0;
  top: 30px;
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger ul li {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger ul li.selected {
  color: #1a1a1a;
  font-weight: 600;
}
.grid-products .content-col .woocommerce-ordering .woocommerce-orderby-trigger.open ul {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .yith-wcan-filters .apply-filters {
    color: #fff;
    font-weight: 600;
  }
}
.grid-products .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .yith-wcan-filters .yith-wcan-filter {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
    display: none !important;
  }
}
.grid-products .yith-wcan-filters .yith-wcan-filter .filter-title {
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-products .yith-wcan-filters .yith-wcan-filter .filter-content {
    display: block !important;
  }
}
.grid-products .yith-wcan-filters .yith-wcan-filter .price-slider .irs .irs-from {
  background-color: transparent;
  color: #000;
  left: 0 !important;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .price-slider .irs .irs-from::before {
  content: none;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .price-slider .irs .irs-to {
  background-color: transparent;
  color: #000;
  right: 0 !important;
  left: auto !important;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .price-slider .irs .irs-to::before {
  content: none;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .filter-content .filter-items .filter-item label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 5px;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .filter-content .filter-items .filter-item label a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  width: 100%;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .filter-content .filter-items .filter-item label a .item-count {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 30px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1058823529);
  border-radius: 35px;
  color: #777;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.grid-products .yith-wcan-filters .yith-wcan-filter .filter-content .filter-items .filter-item label a:hover .item-count {
  background: #d33;
  color: #fff;
  border-color: #d33;
}

.product {
  position: relative;
}
.product .item {
  background-color: #fff;
  overflow: hidden;
  display: block;
  height: 100%;
  padding: 0 0px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.product .item .product-image-add-to-cart {
  position: relative;
}
.product .item .product-image-add-to-cart .product-thumbnail img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .item .product-image-add-to-cart .sp_moi {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 7px;
  inset-inline-start: 7px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 50%;
  transition: opacity 0.3s ease;
  padding: 5px;
  border-radius: 35px;
  font-size: 14px;
  background: #438e44;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.product .item .product-image-add-to-cart .product-add-to-cart a {
  display: block;
  zoom: 1;
  opacity: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  margin-top: 0px;
  width: 100%;
  overflow: hidden;
  padding: 12px 12px 12px 12px;
  line-height: 1.4em;
  min-width: 100%;
  font-size: 13px;
  border-radius: 0;
  background: rgba(221, 51, 51, 0.8);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 26.25rem) {
  .product .item .product-image-add-to-cart .product-add-to-cart a {
    padding: 10px 12px 10px 12px;
    font-size: 10px;
  }
}
.product .item .woocommerce-loop-product__link {
  position: relative;
  padding: 10px;
}
.product .item .woocommerce-loop-product__link .woocommerce-loop-product__title {
  display: block;
  color: #333333;
  word-wrap: break-word;
  font-weight: 700;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 6px;
}
.product .item .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product .item .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.product .item .woocommerce-loop-product__link .product-category {
  color: #a5a5a5;
  font-size: 15px;
  margin-bottom: 6px;
}
.product .item .woocommerce-loop-product__link .price {
  color: #9c2330 !important;
  font-weight: 700;
  font-size: 18px !important;
}
.product .item:hover .product-image-add-to-cart .product-add-to-cart a {
  opacity: 1;
}
.product .item:hover .product-thumbnail img {
  opacity: 0.55;
}

.section.product .breadcrumbs_product {
  padding-top: 40px;
}
.section.product .breadcrumbs_product ul {
  margin: 0;
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .breadcrumbs_product ul {
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    white-space: nowrap;
    padding-left: 0;
    overflow: hidden;
  }
}
.section.product .breadcrumbs_product ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  margin-left: 5px;
}
.section.product .breadcrumbs_product ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.section.product .breadcrumbs_product ul li:first-child::before {
  content: none;
}
.section.product .breadcrumbs_product ul li::before {
  content: "/";
  position: absolute;
  background: #fff;
  width: 8px;
  height: 100%;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.section.product .breadcrumbs_product ul li.current {
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .breadcrumbs_product ul li.current {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    overflow: hidden;
  }
}
.section.product .all_product-promo {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100%);
}
.section.product .all_product-promo.show {
  transform: translateY(0);
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo {
    bottom: 62px;
  }
}
.section.product .all_product-promo .product-promo {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
  width: 100%;
  max-width: 1222px;
  margin: auto;
  padding: 10px 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .product-promo {
    flex-direction: column;
    padding: 10px;
  }
}
.section.product .all_product-promo .product-image-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .product-image-info {
    display: none;
  }
}
.section.product .all_product-promo .product-image-info .product-image {
  width: 60px;
  margin-right: 15px;
}
.section.product .all_product-promo .product-image-info .product-info {
  flex: 1 1 auto;
}
.section.product .all_product-promo .product-image-info .product-info .product-title {
  font-weight: 700;
  font-size: 14px;
}
.section.product .all_product-promo .add-to-cart {
  flex: 0 0 auto;
  margin-left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .add-to-cart {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.section.product .all_product-promo .add-to-cart .product-price {
  color: #d10000;
  font-weight: bold;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .add-to-cart .product-price {
    font-size: 14px;
  }
}
.section.product .all_product-promo .add-to-cart form {
  display: flex;
  align-items: center;
}
.section.product .all_product-promo .add-to-cart form .quantity {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.section.product .all_product-promo .add-to-cart form .quantity button {
  padding: 0 5px;
  min-width: 25px;
  min-height: unset;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: transparent;
  box-shadow: none;
}
.section.product .all_product-promo .add-to-cart form .quantity input {
  min-height: unset;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  width: 100%;
  max-width: 60px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .add-to-cart form .quantity input {
    max-width: 35px;
  }
}
.section.product .all_product-promo .add-to-cart form > button {
  background-color: #e53935;
  color: #fff;
  border: none;
  padding: 5px 20px;
  min-height: 42px;
  border-radius: 35px;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.section.product .all_product-promo .add-to-cart form > button:hover {
  background-color: #ee2;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .all_product-promo .add-to-cart form > button {
    font-size: 10px;
    padding: 5px 10px;
  }
}
.section.product .product-details {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-top: 40px;
}
.section.product .product-details .woocommerce-product-gallery-wrapper {
  height: -webkit-fit-content;
  height: fit-content;
  position: relative;
  width: 50%;
  flex: 0 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-wrapper-not-mobile {
    display: none;
  }
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
  position: relative;
  overflow: hidden;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image {
  background-color: #fff;
  position: relative;
  border-radius: 8px;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image a {
  border-radius: 8px;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image a img {
  border-radius: 8px;
  object-fit: contain;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 1.875rem;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1.875rem;
  z-index: 97;
  opacity: 0.1;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .thumb_video:after {
  content: "\f144";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .thumb_video .image-popup {
  display: none;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb {
  border: 1px solid #143e8e;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb {
  background: #fff;
  padding: 8px;
  transition: 0.2s ease;
  border-radius: 8px;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb a {
  border-radius: 8px;
  aspect-ratio: auto 2/2;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb a img {
  object-fit: contain;
}
.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb {
  border-radius: 8px;
}
.section.product .product-details .summary.entry-summary {
  flex: 1 1 0;
  position: relative;
  margin-bottom: 0;
  width: auto;
  height: -webkit-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary {
    flex: 0 0 auto;
    width: 100%;
  }
}
.section.product .product-details .summary.entry-summary .all_nd_entry-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.section.product .product-details .summary.entry-summary .all_nd_entry-summary .in-stock {
  display: none;
}
.section.product .product-details .summary.entry-summary .custom-stock-status {
  background: #edfcf3;
  color: #0f6a36;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 15px;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}
.section.product .product-details .summary.entry-summary .stock.out-of-stock {
  display: none;
}
.section.product .product-details .summary.entry-summary .bottom_product-single .container {
  padding: 0;
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary .bottom_product-single ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul li {
  background: #fcf8f2;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary .bottom_product-single ul li {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul li .icon {
  width: -webkit-fit-content;
  width: fit-content;
  height: 30px;
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul li .wrapper .title {
  font-size: 16px;
  color: #031903;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  line-height: normal;
}
.section.product .product-details .summary.entry-summary .bottom_product-single ul li .wrapper .content {
  font-size: 14px;
  color: #727272;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}
.section.product .product-details .summary.entry-summary .variation-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #929292;
  font-size: 16px;
}
.section.product .product-details .summary.entry-summary .variation-price:not(:has(.sale)) .regular {
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  color: #000000;
}
.section.product .product-details .summary.entry-summary .variation-price:not(:has(.sale)) .regular b {
  color: #143e8e;
  font-size: 17px;
}
.section.product .product-details .summary.entry-summary .variation-price p {
  margin-bottom: 0;
}
.section.product .product-details .summary.entry-summary .variation-price p.regular {
  color: #929292;
  text-decoration: line-through;
  padding: 0px 15px;
}
.section.product .product-details .summary.entry-summary .variation-price p.sale {
  font-weight: 500;
  color: #143e8e;
}
.section.product .product-details .summary.entry-summary .variation-price p.sale {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .variation-price p.sale {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .variation-price p.sale {
    font-size: 1.5rem;
  }
}
.section.product .product-details .summary.entry-summary .variation-price p span.text {
  display: none;
}
.section.product .product-details .summary.entry-summary .variation-price .price-section.sale .woocommerce-Price-amount {
  font-size: 24px;
  color: #031903;
  font-weight: 600;
}
.section.product .product-details .summary.entry-summary .variation-price .price-section.regular .woocommerce-Price-amount {
  color: #5b665b;
  font-size: 16px;
  font-weight: 400;
}
.section.product .product-details .summary.entry-summary .product_title {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.2em;
  font-weight: 700;
  color: #191716;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.section.product .product-details .summary.entry-summary .product_title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .product_title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .product_title {
    font-size: 1.5rem;
  }
}
.section.product .product-details .summary.entry-summary .price {
  margin-top: 0;
  color: #9c2330;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
.section.product .product-details .summary.entry-summary .price {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.product .product-details .summary.entry-summary .price .contact-link {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.section.product .product-details .summary.entry-summary .price .contact-link {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .price .contact-link {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .price .contact-link {
    font-size: 1.875rem;
  }
}
.section.product .product-details .summary.entry-summary .price .amount {
  font-size: 1.25rem;
}
.section.product .product-details .summary.entry-summary .price del {
  opacity: 1;
  display: flex;
  align-items: center;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
.section.product .product-details .summary.entry-summary .price del .amount {
  color: #000;
}
.section.product .product-details .summary.entry-summary .price del .amount {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .price del .amount {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .price del .amount {
    font-size: 0.875rem;
  }
}
.section.product .product-details .summary.entry-summary .product-content {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin: 20px 0;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.9em;
  color: #282834;
  font-weight: 400;
  margin-bottom: 25px;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description strong {
  color: #000;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p,
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p strong,
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li strong {
  font-weight: 500;
  flex: 0 0 155px;
  white-space: nowrap;
}
@media only screen and (max-width: -0.00125rem) {
  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p strong,
  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li strong {
    flex: 0 0 130px;
  }
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul {
  margin-left: 40px;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description .custom-short-desc-title {
  font-size: 16px;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #2a392b;
}
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description .custom-short-desc-title i {
  background: #cfb05f;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.product .product-details .summary.entry-summary form.cart {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
}
.section.product .product-details .summary.entry-summary form.cart > div {
  width: 100%;
}
.section.product .product-details .summary.entry-summary form.cart .variations {
  border-collapse: unset;
}
.section.product .product-details .summary.entry-summary form.cart .variations tbody .label {
  padding: 0;
  text-align: left;
}
.section.product .product-details .summary.entry-summary form.cart .variations tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.section.product .product-details .summary.entry-summary form.cart .quantity {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 0;
  float: none;
  border: 1px solid #d5d5d5;
  padding: 4px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 47.9375rem) {
  .section.product .product-details .summary.entry-summary form.cart .quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 200px;
  }
}
.section.product .product-details .summary.entry-summary form.cart .quantity input {
  border-radius: 0px;
  height: 26px;
  border: 0;
  padding: 0;
  width: 40px;
  min-width: unset;
  max-width: unset;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
          appearance: none;
}
.section.product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  background-color: #e53935;
  color: #fff;
  border: none;
  padding: 5px 20px;
  min-height: 42px;
  border-radius: 35px;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.section.product .product-details .summary.entry-summary form.cart button[name=add-to-cart]:hover {
  background-color: #ee2;
}
.section.product .product-details .summary.entry-summary .product_meta {
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 30px;
}
.section.product .product-details .summary.entry-summary .product_meta > * {
  display: block;
}
.section.product .product-details .summary.entry-summary .product_meta > *:not(:last-child) {
  margin-bottom: 8px;
}
.section.product .product-details .summary.entry-summary .product_meta .sku_wrapper {
  position: relative;
  font-weight: 600;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
.section.product .product-details .summary.entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
.section.product .product-details .summary.entry-summary .product_meta .posted_in:nth-child(2) {
  display: none;
}
.section.product .product-details .summary.entry-summary .product_meta .posted_in {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.section.product .product-details .summary.entry-summary .product_meta .posted_in a {
  font-weight: 400;
}
.section.product .product-details .summary.entry-summary .product_meta .posted_in a {
  color: #000;
}
.section.product .product-details .summary.entry-summary .product_meta .posted_in a:hover {
  color: #054bcb;
  text-decoration: none;
}
.section.product .product-details .summary.entry-summary .product_meta .all_social_pro_detail {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.section.product .product-details .summary.entry-summary .product_meta .all_social_pro_detail .title_social {
  font-weight: 700;
}
.section.product .product-details .summary.entry-summary .product_meta .all_social_pro_detail ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.product .product-details .summary.entry-summary .product_meta .tagged_as {
  position: relative;
  font-weight: 600;
}
.section.product .product-details .summary.entry-summary .product_meta .tagged_as a {
  font-weight: 400;
}
.section.product .product-details .summary.entry-summary .product_meta .tagged_as a {
  color: #000;
}
.section.product .product-details .summary.entry-summary .product_meta .tagged_as a:hover {
  color: #054bcb;
  text-decoration: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary {
    margin-top: 30px;
  }
}
.section.product .product-after-summary .container {
  padding-left: 0;
  padding-right: 0;
}
.section.product .product-after-summary .container .widget-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
}
.section.product .product-after-summary .container .widget-title span {
  border-bottom: 2px solid #f6921e;
}
.section.product .product-after-summary .container .flex {
  gap: 20px;
}
@media only screen and (max-width: -0.00125rem) {
  .section.product .product-after-summary .container .flex {
    flex-wrap: wrap;
  }
}
.section.product .product-after-summary .container .flex .cell.inf-product {
  width: calc(65% - 10px);
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container .flex .cell.inf-product {
    width: 100%;
  }
}
.section.product .product-after-summary .container .flex .cell.inf-product .widget-title {
  border-bottom: solid 2px #143e8e;
  color: #ffffff;
}
.section.product .product-after-summary .container .flex .cell.inf-product .widget-title span {
  background: #143e8e;
  display: inline-block;
  padding: 7px 40px;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
}
.section.product .product-after-summary .container .flex .cell.inf-product .woocommerce-tabs.wc-tabs-wrapper {
  background-color: #ffffff;
  padding: 20px;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product {
  width: calc(35% - 10px);
  border-radius: 6px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container .flex .cell.sidebar-product {
    width: 100%;
  }
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .widget-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products {
  grid-template-columns: repeat(1, 1fr);
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .woocommerce-loop-product__link {
  display: flex;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .woocommerce-loop-product__link .cover.thumbnails {
  width: 25%;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .woocommerce-loop-product__link .variation-price {
  position: absolute;
  bottom: 0;
  left: calc(25% + 15px);
  width: 75%;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .woocommerce-loop-product__link .onsale,
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .woocommerce-loop-product__link .price {
  display: none;
}
.section.product .product-after-summary .container .flex .cell.sidebar-product .products .add_to_cart_button {
  display: none;
}
.section.product .product-after-summary .wc-tabs-wrapper {
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1058823529);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper #tab-giao_hang_van_chuyen > table > tbody > tr {
    height: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .section.product .product-after-summary .wc-tabs-wrapper #tab-giao_hang_van_chuyen > table > tbody > tr > td {
    width: 100% !important;
    height: 100% !important;
  }
  .section.product .product-after-summary .wc-tabs-wrapper #tab-giao_hang_van_chuyen > table > tbody > tr > td table tbody {
    border: none;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  justify-content: center;
  width: 100%;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  display: flex;
  flex-flow: row wrap;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li {
  background-color: transparent;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li > a {
  display: inline-flex;
  align-items: center;
  padding: 4px 0px;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  color: #191716;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li > a {
    font-size: 14px;
    padding-top: 4px;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d33;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li:hover > a, .section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li.active > a, .section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li:focus > a {
  font-weight: 700;
  color: #191716;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li:hover > a::after, .section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li.active > a::after, .section.product .product-after-summary .wc-tabs-wrapper .wc-tabs > li:focus > a::after {
  width: 100%;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab :where(h2, h3, h4, h5, h6) {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description {
  padding: 30px 40px;
  font-size: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description {
    padding: 30px 0;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description > h2:first-child {
  display: none;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews {
  padding: 30px 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title {
    font-size: 1.0625rem;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title > span {
  color: #143e8e;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
    padding: 0;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  display: flex;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
  width: 3.125rem;
  height: 3.125rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text {
  position: relative;
  top: -4px;
  margin: 0;
  padding: 0;
  border: none;
  flex: 1 1 0;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .meta {
  margin-bottom: 5px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description {
  font-size: 15px;
  line-height: 1.6;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container > .comment-text .description p {
  line-height: inherit;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) {
    padding: 10px;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment):not(:last-child) {
  margin-bottom: 15px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
  margin-top: 10px;
  padding-left: 50px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children {
    padding-left: 10px;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist > :where(li.review, li.comment) .children > li.comment {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 15px;
}
@media only screen and (min-width: 64rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 1 1 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #review_form {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
  font-weight: 700;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
    font-size: 1.0625rem;
  }
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #054bcb;
  font-weight: 400;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  margin-top: 10px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  display: flex;
  flex-flow: row wrap;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label {
  font-size: 15px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating > label .required {
  color: #054bcb;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment {
  margin-top: 10px;
  margin-bottom: 5px;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label {
  display: none;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment > label .required {
  color: #054bcb;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea {
  padding: 10px;
  font-size: 15px;
  border-radius: 8px;
  width: 100%;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #000000;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea::placeholder {
  font-weight: 500;
  color: #000000;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea:focus {
  border: 1px solid #143e8e;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .form-submit [type=submit] {
  color: #fff;
  font-weight: 500;
  height: 40px;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
  background: #9c2330;
}
.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews .clear {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.section.product .product-after-summary .related.products {
  padding-bottom: 30px;
}
.section.product .product-after-summary .related.products .products {
  display: grid;
  grid-auto-flow: row;
  width: 100%;
}
.section.product .section-product-related {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.product .section-product-related {
    margin-top: 1.875rem;
  }
}
.section.product .section-product-related .widget-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  color: #242424;
  font-weight: 700;
  line-height: 1.4;
}
.section.product .section-product-related .widget-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #d33;
}
.section.product .section-product-related .widget-title .all_danhmuc_product {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.product .section-product-related .widget-title .all_danhmuc_product {
    scrollbar-width: thin;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}
.section.product .section-product-related .widget-title .all_danhmuc_product .xemtatca_product {
  background: #fff;
  color: #000;
  border: 1px solid #ffd355;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
}
.section.product .section-product-related .widget-title .all_danhmuc_product .xemtatca_product i {
  width: 20px;
  height: 20px;
  background: #ffd355;
  border: 1px solid #ffd355;
  border-radius: 50%;
  color: #3a3a3a;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.product .section-product-related .widget-title .all_danhmuc_product .xemtatca_product:hover {
  background: #ffd355;
}
.section.product .section-product-related .widget-title .all_danhmuc_product .xemtatca_product:hover i {
  border-color: #fff;
  background: #fff;
}

.product-details .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.product-details .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading:nth-child(3) {
  display: none;
}