@charset "UTF-8";
/** $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 */
.onsale {
  display: none;
}

.product {
  padding: 5px !important;
  background: #f8f8f8;
  border-radius: 8px;
  list-style: none;
  transition: 0.4s;
  border: 1px solid #f7f7f7;
}
.product .woocommerce-loop-product__link {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
}
.product .woocommerce-loop-product__link .overlay,
.product .woocommerce-loop-product__link .custom-acf-thumbnail {
  position: relative;
  aspect-ratio: auto 1/1;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.product .woocommerce-loop-product__link .overlay img,
.product .woocommerce-loop-product__link .custom-acf-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-weight: 500;
  line-height: 24px;
  color: #000;
  padding-bottom: 0 !important;
  padding: 0;
  font-size: 20px;
  margin: 0;
}
.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    padding: 0;
    font-size: 13px;
    line-height: 17px;
  }
}
.product .woocommerce-loop-product__link .woocommerce-product-excerpt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.product .woocommerce-loop-product__link .woocommerce-product-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .product .woocommerce-loop-product__link .woocommerce-product-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .product .woocommerce-loop-product__link .woocommerce-product-excerpt {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.product .woocommerce-loop-product__link .price {
  display: flex !important;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
}
.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 15px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 19px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
    font-size: 14px;
  }
}
.product .woocommerce-loop-product__link .price del {
  line-height: 1;
  text-decoration: none;
}
.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount {
  color: #717171;
  text-decoration: line-through;
}
.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 19px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 21px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
    font-size: 15px;
  }
}
.product .woocommerce-loop-product__link .loop-stars-rating {
  display: none !important;
}
.product .button.view-details {
  color: #7a0e1b;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin: 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0;
  background: transparent !important;
  width: -webkit-fill-available;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 63.99875rem) {
  .product .button.view-details {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}
.product .button.view-details i,
.product .button.view-details svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 100%;
  background: linear-gradient(#f8f8f8, #f8f8f8) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box;
  transform: rotate(-45deg);
}
.product .button.view-details i,
.product .button.view-details svg {
  width: 1.875rem;
  height: 1.875rem;
}
.product .button.view-details i::before,
.product .button.view-details svg::before {
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 47.99875rem) {
  .product .button.view-details i,
  .product .button.view-details svg {
    display: none;
  }
}
.product .button.view-details svg {
  color: #c31515;
  padding: 5px;
}
.product .button.view-details:hover {
  color: #ffffff;
}
.product .added_to_cart.wc-forward {
  display: none;
}
.product .loop-product-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  flex-wrap: wrap;
}
.product .button.product_type_simple,
.product .button.buy-now-button {
  flex: 1 1 0;
  border-radius: unset;
  position: relative;
  align-self: flex-start;
  align-items: center;
  font-weight: 600;
  border: 0.6px solid #000000;
  text-align: center;
  border-radius: 25px;
  padding: 8px 16px;
  display: inline-flex;
  justify-content: center;
  background: transparent;
  box-sizing: border-box;
  line-height: 1.1;
  min-height: 32px;
  white-space: nowrap;
}
.product .button.product_type_simple,
.product .button.buy-now-button {
  font-size: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .product .button.product_type_simple,
  .product .button.buy-now-button {
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .product .button.product_type_simple,
  .product .button.buy-now-button {
    font-size: 0.875rem;
  }
}
.product .button.product_type_simple:hover,
.product .button.buy-now-button:hover {
  background: #7a0e1b;
  color: #ffffff;
}
.product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #7a0e1b;
}

.hd-thankyou-page {
  padding: 24px 0 48px;
}
.hd-thankyou-page .hd-thankyou-shell {
  display: grid;
  grid-template-columns: minmax(240px, 4fr) minmax(320px, 6fr);
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  background: #f7faf7;
}
.hd-thankyou-page .hd-thankyou-shell--full {
  grid-template-columns: 1fr;
  max-width: 780px;
}
.hd-thankyou-page .hd-thankyou-visual {
  position: relative;
  min-height: 420px;
  background: #7a0e1b;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-thankyou-page .hd-thankyou-visual__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}
.hd-thankyou-page .hd-thankyou-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hd-thankyou-page .hd-thankyou-visual__fallback {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.hd-thankyou-page .hd-thankyou-visual__fallback::before {
  content: "";
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}
.hd-thankyou-page .hd-thankyou-visual__fallback::after {
  content: "✓";
  position: absolute;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #7a0e1b;
  transform: translateY(-1px);
}
.hd-thankyou-page .hd-thankyou-visual__line {
  position: absolute;
  width: 88px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}
.hd-thankyou-page .hd-thankyou-visual__line--1 {
  top: 48px;
  left: 54px;
  transform: rotate(-26deg);
}
.hd-thankyou-page .hd-thankyou-visual__line--2 {
  right: 40px;
  bottom: 72px;
  transform: rotate(24deg);
}
.hd-thankyou-page .hd-thankyou-card {
  background: #ffffff;
  padding: 42px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hd-thankyou-page .hd-thankyou-card--full {
  padding: 48px 52px 42px;
}
.hd-thankyou-page .hd-thankyou-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(196, 154, 108, 0.12);
  color: #c49a6c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hd-thankyou-page .hd-thankyou-card__title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  color: #102018;
  font-weight: 800;
}
.hd-thankyou-page .hd-thankyou-card__message {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #4c5b55;
}
.hd-thankyou-page .hd-thankyou-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.hd-thankyou-page .hd-thankyou-meta__item {
  padding: 16px 16px 14px;
  border-radius: 18px;
  border: 1px solid #e3ece6;
}
.hd-thankyou-page .hd-thankyou-meta__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c7b74;
}
.hd-thankyou-page .hd-thankyou-meta__value {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  word-break: break-word;
}
.hd-thankyou-page .hd-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hd-thankyou-page .hd-thankyou-back.button {
  background: #c49a6c;
  border: 0;
  color: #ffffff;
  border-radius: 999px;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  box-shadow: #c49a6c;
  text-transform: none;
}
.hd-thankyou-page .hd-thankyou-back.button:hover, .hd-thankyou-page .hd-thankyou-back.button:focus {
  background: #7a0e1b;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(122, 14, 27, 0.34);
}
@media only screen and (max-width: 47.99875rem) {
  .hd-thankyou-page .hd-thankyou-shell {
    grid-template-columns: 1fr;
  }
  .hd-thankyou-page .hd-thankyou-visual {
    min-height: 280px;
  }
  .hd-thankyou-page .hd-thankyou-card,
  .hd-thankyou-page .hd-thankyou-card--full {
    padding: 30px 22px 24px;
  }
  .hd-thankyou-page .hd-thankyou-meta {
    grid-template-columns: 1fr;
  }
}

.post-type-archive-product .site-footer::before,
.single-product .site-footer::before,
.page-template-page-products .site-footer::before,
.tax-product_cat .site-footer::before {
  background: #f8f8f8 url("../img/banner-footer-vector.png") no-repeat top center;
  background-size: 100% 100%;
}

section.archive-product {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-top: 3.75rem;
  }
}
section.archive-product {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product {
    padding-bottom: 3.75rem;
  }
}
section.archive-product .heading-title._title {
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.archive-product .heading-title._title {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

section.archive-product .heading-title._title::before {
  content: "";
  display: inline-flex;
  background: url(../img/icon-line-title.png) no-repeat left center;
  background-size: 100% 100%;
  width: 365px;
  height: 6px;
}
section.archive-product .heading-title._title::after {
  content: "";
  display: inline-flex;
  background: url(../img/icon-line-title.png) no-repeat right center;
  background-size: 100% 100%;
  width: 365px;
  height: 6px;
  transform: rotate(-180deg);
}
section.archive-product .grid-products {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
section.archive-product .grid-products .woocommerce-notices-wrapper {
  flex: 1 1 100%;
}
section.archive-product .grid-products .sidebar-col {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .sidebar-col {
    display: block;
    width: 100%;
    height: auto;
    order: -1;
  }
}
section.archive-product .grid-products .sidebar-col .sidebar-col-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
section.archive-product .grid-products .sidebar-col .widgets-title {
  font-weight: 500;
  color: #7a0e1b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .grid-products .sidebar-col .widgets-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  section.archive-product .grid-products .sidebar-col .widgets-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col .widgets-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu {
  margin-bottom: 30px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu {
  display: grid;
  margin-top: 5px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a {
  width: 100%;
  position: relative;
  color: #2d3150;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 15px 13px;
  background: #ffffff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a::after {
  display: inline-block;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  margin-top: -3px;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a:hover {
  color: #0433bf;
}
section.archive-product .grid-products .sidebar-col .widget_nav_menu ul.menu li a:hover::after {
  content: "\e196";
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container {
    margin-bottom: 10px;
  }
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container .woof_container_inner input.woof_husky_txt-input {
  border: 1px solid #c2c0cb;
  height: 40px;
  border-radius: 4px;
  padding: 3px 12px 2px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container .woof_container_inner input.woof_husky_txt-input {
    padding: 3px 10px 2px;
  }
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container .woof_container_inner input.woof_husky_txt-input::-webkit-input-placeholder {
  color: #4c4a5b;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container .woof_container_inner input.woof_husky_txt-input::placeholder {
  color: #4c4a5b;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_text_search_container .woof_container_inner::after {
  position: absolute;
  content: "\f002";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  color: #7a0e1b;
  font-weight: 600;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li .woof_radio_term_reset {
  display: none !important;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li .woof_radio_label {
  font-weight: 400;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li .woof_radio_label .woof_radio_count {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li .woof_radio_label_selected {
  font-weight: 500;
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
  position: relative;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li .woof_radio_label_selected::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  left: -25.5px;
  line-height: 1;
  top: 11px;
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_container_product_cat ul.woof_list li.woof_childs_list_li ul.woof_childs_list {
  padding: 0 !important;
}
section.archive-product .grid-products .sidebar-col .woof_redraw_zone .woof_submit_search_form_container {
  display: none !important;
}
section.archive-product .grid-products .content-col {
  width: 75%;
}
section.archive-product .grid-products .content-col {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  section.archive-product .grid-products .content-col {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .content-col {
    width: 100%;
    order: -1;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .content-col {
    padding-bottom: 30px;
  }
}
section.archive-product .grid-products .content-col .woof_autohide_wrapper {
  display: none;
}
section.archive-product .grid-products .content-col .woof_products_top_panel {
  z-index: 9;
  margin: 5px 0 5px 0;
}
section.archive-product .grid-products .content-col .woof_products_top_panel .woof_products_top_panel_ul li {
  line-height: 1;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
section.archive-product .grid-products .content-col .woof_products_top_panel .woof_products_top_panel_ul li .woof_reset_button_2 {
  font-size: 0;
  position: relative;
  padding: 0;
  font-weight: 600;
}
section.archive-product .grid-products .content-col .woof_products_top_panel .woof_products_top_panel_ul li .woof_reset_button_2::before {
  display: inline-flex;
  content: "Xoá tất cả";
  font-size: 15px;
  line-height: 21px;
}
section.archive-product .grid-products .content-col .woof_products_top_panel .woof_products_top_panel_ul li ul[data-container=product_cat] li span {
  background: unset;
  background-size: unset;
  padding-right: 8px;
}
section.archive-product .grid-products .woocommerce-result-count,
section.archive-product .grid-products .woocommerce-ordering {
  font-weight: 400;
  float: none;
  flex: 0 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .woocommerce-result-count,
  section.archive-product .grid-products .woocommerce-ordering {
    font-size: 13px;
  }
}
section.archive-product .grid-products .woocommerce-result-count {
  position: relative;
  margin: 0;
  top: 8px;
}
section.archive-product .grid-products .woocommerce-ordering select:not([multiple]) {
  width: 100%;
  height: 42px;
  border: 0.5px solid #4c4a5b;
  border-radius: 30px;
  padding: 0 30px 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .woocommerce-ordering select:not([multiple]) {
    height: 38px;
    padding: 0 15px;
  }
}
section.archive-product .grid-products .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23333'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-chevron-down'%3e%3cpolyline%20points='6%209%2012%2015%2018%209'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right 0.45em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  display: block;
  padding-right: 1.4em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .woocommerce-ordering select {
    background-size: auto 25px;
  }
}
section.archive-product .grid-products .woocommerce-ordering select option:first-child {
  opacity: 0.6;
}
section.archive-product .grid-products .products {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 30px;
}
section.archive-product .grid-products .products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products {
    align-items: flex-start;
  }
}
section.archive-product .grid-products .products::before {
  content: none;
}
section.archive-product .grid-products .products .product {
  display: flex;
  flex-direction: row;
  gap: 15px 10px;
  flex-wrap: wrap;
  float: none;
  margin: 0;
  padding-bottom: 10px !important;
  transition: 0.4s;
  border: 0.5px solid #d3d3d3;
  height: 100%;
  align-content: space-between;
  align-self: flex-start;
}
section.archive-product .grid-products .products .product {
  width: calc(20% - 1rem);
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .grid-products .products .product {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products .product {
    width: 100%;
    height: auto;
    align-content: flex-start;
    flex-direction: row;
  }
}
section.archive-product .grid-products .products .product .woocommerce-loop-product__link {
  flex: 0 0 100%;
}
section.archive-product .grid-products .products .product .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.archive-product .grid-products .products .product .woocommerce-loop-product__title {
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  padding-bottom: 0 !important;
  padding: 0;
  font-size: 20px;
  margin: 0;
}
section.archive-product .grid-products .products .product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  section.archive-product .grid-products .products .product .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .grid-products .products .product .woocommerce-loop-product__title {
    padding: 0;
    font-size: 13px;
    line-height: 17px;
  }
}
section.archive-product .grid-products .products .product button.product_type_simple {
  display: none !important;
}
section.archive-product .grid-products .products .product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #7a0e1b;
}
section.archive-product .recently-viewed {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-top: 3.75rem;
  }
}
section.archive-product .recently-viewed {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  section.archive-product .recently-viewed {
    padding-bottom: 1.25rem;
  }
}
section.archive-product .recently-viewed .heading-title {
  margin-bottom: 40px;
}
section.archive-product .recently-viewed .product:hover {
  border: 1px solid #7a0e1b;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  border: 1px solid #a3a3a3;
}
@media only screen and (max-width: 47.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    display: none;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button::before {
  font-size: 18px;
  font-weight: 300;
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f060";
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: -25px;
}
@media only screen and (max-width: 63.99875rem) {
  section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 60px;
  }
}
section.archive-product .recently-viewed .swiper-container .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f061";
}
section.archive-product .recently-viewed .swiper-container .swiper-controls {
  height: 0;
}
section.archive-product .recently-viewed .swiper-container .swiper-pagination {
  bottom: -20px;
  margin-top: 0;
  line-height: 1;
}

#gallery-slider-for-woocommerce-js-extra {
  display: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-product .singular.products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .singular.products {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .singular.products {
    padding-top: 3.75rem;
  }
}
.single-product .singular.products {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .singular.products {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .singular.products {
    padding-bottom: 3.75rem;
  }
}
.single-product .singular.products::after {
  position: absolute;
  content: "";
  background: url("../img/about-raucu.png") no-repeat right center;
  background-size: contain;
  top: 3%;
  transform: translateY(-3%);
  right: 0;
  width: 145px;
  height: 242px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .singular.products::after {
    display: none;
  }
}
.single-product .product-details {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details {
    flex-direction: column;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details #wpgs-gallery {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details #wpgs-gallery {
    margin-bottom: 20px;
  }
}
.single-product .product-details .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper {
  aspect-ratio: 3/2;
}
.single-product .product-details .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper .wcgs-thumb img {
  border-radius: 12px !important;
}
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .spswiper-wrapper {
  height: 100% !important;
}
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .spswiper-slide {
  display: unset !important;
  margin: unset !important;
}
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image,
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image a,
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image img {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image,
  .single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image a,
  .single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image img {
    width: 99% !important;
    height: 99% !important;
  }
}
.single-product .product-details .wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image img {
  object-fit: cover;
  border-radius: 12px !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  width: 100%;
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images {
  margin-bottom: 10px;
  border-radius: 20px;
  background: #ffffff;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images:hover .swiper-button {
  opacity: 1;
  visibility: visible;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .image-popup {
  display: none;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover {
  border-radius: 20px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res {
  aspect-ratio: 4/3;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .wpg__image.cover .res img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  transform: unset;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button::before {
  font-size: 18px;
  border: 1px solid #000000;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button::before {
    font-size: 14px;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-button.swiper-button-next::before {
  transform: rotate(180deg);
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  margin-bottom: 0;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .cover {
  border-color: #7a0e1b;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover {
  border: 0.5px solid #cccccc;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res {
  aspect-ratio: 1/1;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-wrapper .swiper-slide .cover .res img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  position: absolute;
  z-index: 2;
  transform: unset;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
  font-size: 15px;
  border: 1px solid;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button::before {
    font-size: 12px;
  }
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-prev {
  left: 10px;
}
.single-product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-controls .swiper-button.swiper-button-next {
  right: 10px;
}
.single-product .product-details .iconic-woothumbs-all-images-wrap {
  float: none;
  width: 100%;
  flex: 1 1 auto;
  float: none;
  margin-bottom: 0;
  max-width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .iconic-woothumbs-all-images-wrap {
    max-width: 100%;
  }
}
.single-product .product-details .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails__image-wrapper {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 8px;
}
.single-product .product-details .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails__image-wrapper::before {
  border: 2px solid #ffffff;
  border-radius: 8px;
}
.single-product .product-details .iconic-woothumbs-all-images-wrap .iconic-woothumbs-thumbnails__image-wrapper::after {
  border: 2px solid #ddd;
  border-radius: 8px;
}
.single-product .product-details .entry-summary {
  float: none !important;
  margin-bottom: 0 !important;
  flex: 0 0 50%;
  min-width: 0;
  width: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.single-product .product-details .entry-summary .product-current-cat {
  margin-bottom: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-current-cat {
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .product-current-cat a {
  display: inline-flex;
  color: #7a0e1b;
  transition: 0.4s;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
}
.single-product .product-details .entry-summary .product-current-cat a:hover {
  transform: translateY(-5px);
}
.single-product .product-details .entry-summary .product_title {
  color: #7a0e1b;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .sharing-toolbox {
  display: none;
}
.single-product .product-details .entry-summary .sharing-toolbox .share-title {
  transform: unset;
  position: unset;
}
.single-product .product-details .entry-summary .price {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.single-product .product-details .entry-summary .price .woocommerce-Price-amount {
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .price .woocommerce-Price-amount {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .price .woocommerce-Price-amount {
    font-size: 22px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .price .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .price del {
  line-height: 1;
  text-decoration: none;
}
.single-product .product-details .entry-summary .price del .woocommerce-Price-amount {
  color: #717171;
  text-decoration: line-through;
}
.single-product .product-details .entry-summary .price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .price ins .woocommerce-Price-amount {
    font-size: 20px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .price ins .woocommerce-Price-amount {
    font-size: 25px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .price ins .woocommerce-Price-amount {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-rating {
  display: none !important;
}
.single-product .product-details .entry-summary .product-brand-sku {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #727272;
  margin-bottom: 15px;
  justify-content: space-between;
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku {
    flex-flow: row wrap;
    gap: 10px;
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku {
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
  display: block !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-product-rating {
    width: 100%;
  }
}
.single-product .product-details .entry-summary .product-brand-sku .custom-rating .woocommerce-review-link {
  white-space: normal;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-product .product-details .entry-summary .product-brand-sku strong {
  color: #7a0e1b;
  font-weight: 400;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox {
  display: block;
  position: relative;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .share-title {
  font-size: 0;
  color: #4c4a5b;
  cursor: pointer;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .share-title::before {
  content: "\f1e0";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-size: 14px;
  background: unset;
  height: auto;
  margin-right: 7px;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .share-title::after {
  display: inline-block;
  content: "Chia sẻ";
  text-decoration: underline;
  font-size: 14px;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .share-title:hover {
  color: #7a0e1b;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .social-share {
  overflow: hidden;
  max-height: 100%;
  transition: max-height 0.4s ease;
  position: absolute;
  right: 0;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .social-share ul.share-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .social-share ul.share-actions li.share-action {
  opacity: 0;
  transform: translateY(-10px);
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .social-share.active {
  max-height: -webkit-max-content;
  max-height: max-content;
  padding: 10px 10px 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 5px;
}
.single-product .product-details .entry-summary .product-brand-sku .sharing-toolbox .social-share.active ul li {
  animation: fadeInUp 0.3s forwards;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description {
  font-weight: 400;
  color: #4c4a5b;
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
  margin-bottom: 15px;
  color: #7a0e1b;
  font-weight: 700;
  display: none;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title i {
  background: #7a0e1b;
  padding: 3px 4px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 8px;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .woocommerce-product-details__short-description ._title {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description p {
  line-height: 26px;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description strong {
  font-weight: 600;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul {
  padding-left: 15px;
  margin: 0;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  list-style: disc;
}
.single-product .product-details .entry-summary .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}
.single-product .product-details .entry-summary .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  font-weight: 500;
  width: 100%;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-details .entry-summary .quantity {
    font-size: 17px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .single-product .product-details .entry-summary .quantity {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .quantity {
    font-size: 16px;
  }
}
.single-product .product-details .entry-summary .quantity .custom-stock-status {
  margin-bottom: 0 !important;
}
.single-product .product-details .entry-summary .quantity .controls.input-number-group {
  border-radius: 50px;
  border: 1px solid #333;
}
.single-product .product-details .entry-summary form.cart {
  display: flex;
  flex-flow: row wrap;
}
.single-product .product-details .entry-summary form.cart {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.single-product .product-details .entry-summary form.cart .button.buy-now-button {
  order: 2;
  flex: 0 0 calc(50% - 5px);
  display: flex;
  width: 100%;
  gap: 5px;
  border: 1px solid #7a0e1b;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #7a0e1b;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .product-details .entry-summary form.cart .button.buy-now-button:hover {
  background: transparent;
  color: #7a0e1b;
  border: 1px solid #7a0e1b;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary form.cart {
    gap: 8px;
  }
  .single-product .product-details .entry-summary form.cart .button.buy-now-button,
  .single-product .product-details .entry-summary form.cart button.single_add_to_cart_button {
    flex: 1 1 calc(50% - 4px);
    width: auto;
    min-width: 0;
    padding: 10px 8px;
  }
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button {
  order: 3;
  flex: 0 0 calc(50% - 5px);
  display: flex;
  width: 100%;
  gap: 5px;
  border: 1px solid #7a0e1b;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #7a0e1b;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button::before {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAuCAYAAABAm7v+AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF9SURBVHgB7ZiPUYMwFMY/PQZghGygI+AGuEGcQJ0AN9ANcAPdgDqBbiBOUDbA9yR3Jik0gaQtvcvv7ru+kvDyNf+gAZaRk0pSTfom9UocNyRJEjgS96StZmKfKhwQ7pXG04gu7jXh2QYuPOuxmc+JxBtSq2IuL0bqcPmNVi+YN+z+8icMRm2EKhvrqRwRkCOJrz3uEzAnPOsZEbBXkZhxL9e1F4BAANJK5tMzNqWV4wUBvGuJaiyn0fJsEYDe3SWW8wDPYcvUJ89+ezhymKuC4wJxkBi2C5u/axXmb3aHUsUbIw9LlP0hAh0b6rEiMuv7K+lHxVf4n8gd6RFh1Fp8S/pSMbdhbJj6GBbadQlzQwzFp53+EisjGXJxVobaiXgpGy1XO1Upw/4EdxgeKUFPaAXnKmG+YY4ytRyPhURa9jNIhlwkQy6SIRfJkItkyEUy5CIZcpEMuVidIfuw4QN+f5v5xT/WiYlxDrW60w8esg7rgc80d87/TqWGJH4BqQ7HDAVnK3kAAAAASUVORK5CYII=") no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button:hover {
  background: #ffffff;
  color: #7a0e1b;
}
.single-product .product-details .entry-summary form.cart button.single_add_to_cart_button:hover::before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.single-product .product-details .entry-summary .hb_after_lists ._after-lists {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-product .product-details .entry-summary .hb_after_lists ._after-lists {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.single-product .product-details .entry-summary .hb_after_lists ._after-lists:last-child {
  margin-bottom: 0;
}
.single-product .product-details .entry-summary .hb_after_lists ._after-lists ._images {
  width: 2.125rem;
  height: 2.125rem;
}
.single-product .product-details .entry-summary .hb_after_lists ._after-lists ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-details .entry-summary .hb_after_lists ._after-lists ._title {
  color: #4c4a5b;
}
.single-product .product-details .entry-summary .hb_after_button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.single-product .product-details .entry-summary .hb_after_button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .hb_after_button {
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 10px;
  }
}
.single-product .product-details .entry-summary .hb_after_button ._after-button {
  transition: 0.4s;
  position: relative;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button ._images {
  width: 2.1875rem;
  height: 2.1875rem;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(1) {
  border: 1px solid transparent;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 15px;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(1) ._svg {
  margin-left: 10px;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(1) ._svg i {
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(1) ._title {
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
  text-transform: capitalize;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(1):hover {
  transform: translateY(-5px);
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2) {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2) {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2) {
    justify-content: center;
  }
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2)::before {
  display: inline-block;
  content: "Hoặc gọi";
  color: #7a0e1b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2)::before {
    width: 100%;
    text-align: center;
  }
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2) ._title {
  color: #4c4a5b;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.single-product .product-details .entry-summary .hb_after_button ._after-button:nth-child(2) ._title strong {
  color: #ee1618;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary {
    margin-top: 20px;
  }
}
.single-product .product-after-summary .woocommerce-tabs {
  border-radius: 20px;
  padding: 40px;
  background: #f7f7f7;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs {
    border-radius: 10px;
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs {
    padding: 15px;
  }
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs ul.wc-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs::before, .single-product .product-after-summary .woocommerce-tabs ul.wc-tabs::after {
  display: none;
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li a {
  font-size: 20px;
  text-transform: capitalize;
  color: #9b9b9b;
  font-weight: 500;
  position: relative;
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li a::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  border-radius: 4px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li a {
    font-size: 16px;
  }
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li.active a {
  color: #7a0e1b;
}
.single-product .product-after-summary .woocommerce-tabs ul.wc-tabs li.active a::after {
  opacity: 1;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel .tab_title {
  font-size: 30px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #054bcb;
  display: none;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h2, .h2) {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h2, .h2) {
    font-size: 18px;
    line-height: 27px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h3, .h3) {
  font-size: 20px;
  line-height: 37px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h3, .h3) {
    font-size: 16px;
    line-height: 27px;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #2b2b2b;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h4, h5, h6, .h4, .h5, .h6) {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 37px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel :is(h4, h5, h6, .h4, .h5, .h6) {
    font-size: 14px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel .figure {
    width: 100% !important;
  }
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel b,
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel strong {
  font-weight: 600;
}
.single-product .product-after-summary .woocommerce-tabs .woocommerce-Tabs-panel p {
  line-height: 26px;
}
.single-product .product-after-summary .related-products {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products {
    padding-top: 3.75rem;
  }
}
.single-product .product-after-summary .related-products .heading-title {
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .product-after-summary .related-products .heading-title {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products .heading-title {
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .heading-title {
    margin-bottom: 20px;
  }
}
.single-product .product-after-summary .related-products .heading-title::before {
  content: "";
  display: inline-flex;
  background: url(../img/icon-line-title.png) no-repeat left center;
  background-size: 100% 100%;
  flex: 1;
  height: 6px;
}
.single-product .product-after-summary .related-products .heading-title::after {
  content: "";
  display: inline-flex;
  background: url(../img/icon-line-title.png) no-repeat right center;
  background-size: 100% 100%;
  flex: 1;
  height: 6px;
  transform: rotate(-180deg);
}
.single-product .product-after-summary .related-products .swiper-wrapper {
  padding-top: 10px;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
}
.single-product .product-after-summary .related-products .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: 0.4s;
}
.single-product .product-after-summary .related-products .swiper-controls {
  margin-top: 50px;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.single-product .product-after-summary .related-products .swiper-controls:not(.full) {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 48rem) {
  .single-product .product-after-summary .related-products .swiper-controls:not(.full) {
    padding-left: 0;
    padding-right: 0;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .single-product .product-after-summary .related-products .swiper-controls:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .single-product .product-after-summary .related-products .swiper-controls:not(.full) {
    max-width: 1280px;
  }
}
.single-product .product-after-summary .related-products .swiper-controls {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.single-product .product-after-summary .related-products .swiper-button {
  opacity: 1;
  position: unset !important;
  transform: unset !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 100%;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button {
    display: none;
  }
}
.single-product .product-after-summary .related-products .swiper-button::before {
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #220f8d 0%, #c31515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  background-clip: text;
  color: transparent;
  font-size: 18px !important;
}
.single-product .product-after-summary .related-products .swiper-button:hover {
  background: #7a0e1b !important;
}
.single-product .product-after-summary .related-products .swiper-button:hover::before {
  background: unset;
  color: #ffffff;
  -webkit-text-fill-color: unset;
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
  left: 0 !important;
  order: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-prev {
    left: 0 !important;
  }
}
.single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
  right: 0 !important;
  order: 3;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-button.swiper-button-next {
    right: 0 !important;
  }
}
.single-product .product-after-summary .related-products .swiper-pagination {
  margin-top: -10px;
  position: unset;
  transform: unset !important;
  width: auto !important;
  order: 2;
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet {
  background-color: #b6b6b6;
  opacity: 1;
  box-shadow: 0 0 0 2px #b6b6b6;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet {
    box-shadow: 0 0 0 1px #b6b6b6;
  }
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-next,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-next-next,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-prev,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: unset;
}
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-main,
.single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active {
  width: 64px !important;
  background-color: #7a0e1b !important;
  box-shadow: 0 0 0 2px #7a0e1b !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active-main,
  .single-product .product-after-summary .related-products .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px !important;
    box-shadow: 0 0 0 1px #7a0e1b !important;
  }
}

.woocommerce-pagination {
  width: 100%;
}
.woocommerce-pagination ul.page-numbers {
  border: transparent !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center;
  width: 100%;
  border: unset !important;
  margin: 0;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}

.woocommerce-pagination ul.page-numbers li {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  width: auto;
  line-height: normal;
  background: transparent;
  border-radius: 100%;
  border-right: unset !important;
  border: 1px solid #d6d6d6 !important;
  color: #534d41;
  overflow: unset !important;
  display: flex !important;
}
.woocommerce-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li {
  width: 2.1875rem;
  height: 2.1875rem;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li .current {
  height: 35px;
  width: 35px;
  line-height: inherit;
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #d6d6d6;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li span,
.woocommerce-pagination ul.page-numbers li a {
  color: #534d41;
  flex: 0 0 35px !important;
  max-width: 35px !important;
  width: 35px !important;
  height: 35px !important;
}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: flex !important;
  align-items: center;
  line-height: normal !important;
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span:hover {
  border: 1px solid #7a0e1b;
  color: #7a0e1b;
  background: transparent;
  font-weight: 600;
}
.woocommerce-pagination ul.page-numbers li a:focus {
  background: transparent !important;
  color: #000000 !important;
}
.woocommerce-pagination ul.page-numbers li svg {
  height: 20px;
}
.woocommerce-pagination ul.page-numbers li i {
  font-style: normal;
}
.woocommerce-pagination ul.page-numbers li a.prev {
  padding: 0 !important;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li a.prev i::before {
  content: "\f104";
  font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li a.next {
  padding: 0 !important;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #220f8d, #c31515) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li a.next i::before {
  content: "\f105";
  font-weight: 700;
}
.woocommerce-pagination ul.page-numbers li:hover a {
  background: transparent !important;
  border: 1px solid #7a0e1b !important;
}
.woocommerce-pagination ul.page-numbers li.current,
.woocommerce-pagination ul.page-numbers li .current {
  color: #000000 !important;
  background: transparent !important;
  border: 1px solid #7a0e1b;
}

/** */
.product-after-summary .tabs-heading-wrapper,
.product-after-summary .tabs-heading {
  display: none;
}

.product-desc-inner {
  line-height: 26px;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner {
    padding: 10px 0;
  }
}
.product-desc-inner .tab_title {
  font-size: 30px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #7a0e1b;
}
@media only screen and (max-width: 47.99875rem) {
  .product-desc-inner .tab_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.product-desc-inner #review_form {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-desc-inner #review_form .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.product-desc-inner #review_form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-desc-inner #review_form textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.product-desc-inner #review_form [type=text],
.product-desc-inner #review_form [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.product-desc-inner #review_form .form-submit input {
  font-size: 14px !important;
  padding: 15px 20px 10px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #7a0e1b;
  color: #ffffff !important;
  transition: 0.4s;
}
.product-desc-inner #review_form .form-submit input:hover {
  transform: translateY(-5px);
}
.product-desc-inner #review_form .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}
.product-desc-inner .viewmore-wrappers {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 90;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
  padding-bottom: 20px;
  padding-top: 0;
}
.product-desc-inner .viewmore-wrappers::before {
  height: 200px;
  content: "";
  will-change: background-color;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.4) 0%, rgba(248, 248, 248, 0.8) 42.31%, #ffffff 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  color: #000000;
  z-index: 10;
  transition: 0.4s;
  text-decoration: underline;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore::after {
  display: inline-block;
  margin-left: 10px;
  content: "\f103";
  font-family: "Font Awesome 6 Pro";
  display: none;
}
.product-desc-inner .viewmore-wrappers .btn-viewmore:hover {
  color: #7a0e1b;
  transform: translateY(-5px);
}

.woocommerce-review-tab-wrapper {
  margin-top: 30px;
  padding: 35px 30px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-review-tab-wrapper {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.woocommerce-review-tab-wrapper .review-design-title {
  display: none;
}
.woocommerce-review-tab-wrapper .woocommerce-Reviews-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce-review-tab-wrapper .comment-form-rating p.stars > span > a {
  line-height: 1;
}
.woocommerce-review-tab-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-review-tab-wrapper textarea {
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.woocommerce-review-tab-wrapper [type=text],
.woocommerce-review-tab-wrapper [type=email] {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.woocommerce-review-tab-wrapper .form-submit input {
  font-size: 14px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  background-color: #7a0e1b;
  color: #ffffff !important;
  transition: 0.4s;
}
.woocommerce-review-tab-wrapper .form-submit input:hover {
  transform: translateY(-5px);
}
.woocommerce-review-tab-wrapper .comment-form-cookies-consent label {
  display: unset;
  font-weight: 500;
  margin-bottom: 0;
}

.controls.input-number-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding: 5px;
}
.controls.input-number-group button {
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  cursor: pointer;
  border: unset;
  color: #031903;
  outline: none;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
}
.controls.input-number-group button {
  width: 2.25rem;
  height: 2.25rem;
}
.controls.input-number-group button:hover {
  opacity: 0.7;
}
.controls.input-number-group input {
  height: 36px;
  border: unset;
  background: transparent;
  padding: 0 0 0 15px;
  width: 50px;
  font-weight: 700;
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 63.99875rem) {
  .controls.input-number-group input {
    padding: 0;
  }
}
#review_form_wrapper form.comment-form {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  grid-gap: 20px;
}
#review_form_wrapper form.comment-form p {
  margin-bottom: 0 !important;
}
#review_form_wrapper form.comment-form p.comment-notes,
#review_form_wrapper form.comment-form p.comment-form-rating,
#review_form_wrapper form.comment-form p.comment-form-comment,
#review_form_wrapper form.comment-form .comment-form-cookies-consent,
#review_form_wrapper form.comment-form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
#review_form_wrapper form.comment-form p.comment-form-comment {
  margin-top: -25px !important;
}
#review_form_wrapper form.comment-form p.comment-form-comment textarea {
  padding: 10px;
  font-size: 14px;
}
#review_form_wrapper form.comment-form p.comment-form-author,
#review_form_wrapper form.comment-form p.comment-form-email {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 47.99875rem) {
  #review_form_wrapper form.comment-form p.comment-form-author,
  #review_form_wrapper form.comment-form p.comment-form-email {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#review_form_wrapper form.comment-form p.comment-form-author label,
#review_form_wrapper form.comment-form p.comment-form-email label {
  font-size: 16px;
  margin-bottom: 5px;
}
#review_form_wrapper form.comment-form p.comment-form-author input,
#review_form_wrapper form.comment-form p.comment-form-email input {
  width: 100%;
  height: 35px;
  text-indent: 5px;
  font-size: 14px;
}
#review_form_wrapper form.comment-form p.form-submit input {
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #630e27 4.55%, #8a1538 100%) !important;
  background: linear-gradient(180deg, #630e27 4.55%, #8a1538 100%);
  border-radius: 30px;
  color: #ffffff !important;
  transition: 0.4s;
}
#review_form_wrapper form.comment-form p.form-submit input:hover {
  transform: translateY(-5px);
}

/** Woocommerce Cart */
.woocommerce-cart .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.woocommerce-cart .section-page.singular .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-cart .section-page.singular .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.woocommerce-cart .section-page.singular .container .content {
  width: 100%;
}
.woocommerce-cart .section-page.singular .container .content .heading-title {
  display: none;
}
.woocommerce-cart .section-page.singular .container .content .woocommerce-shipping-fields {
  display: none;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
  }
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 20px !important;
  background-color: #efefef;
  border-radius: 6px;
  flex: 1 1 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 0;
    margin-top: 20px;
  }
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: #c49a6c;
  color: #fff;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items thead {
  background: transparent;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items thead tr.wc-block-cart-items__header {
  text-transform: capitalize;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items thead tr.wc-block-cart-items__header th {
  padding: 5px 10px;
  font-size: 18px;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody {
  border: unset;
  background-color: #f4f4f4;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr.wc-block-cart-items__row td {
  border-top: 10px solid #f3f3eb;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__image a img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr:first-child td {
  border-top: unset;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #333;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 13px;
  gap: 8px;
  line-height: 1.4;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price del {
  line-height: 1;
  text-decoration: none;
  color: #717171;
  text-decoration: line-through;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-cart-item__prices .price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
  margin-left: 0;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-badge {
  display: none;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__wrap .wc-block-components-product-metadata__description {
  display: none;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr .wc-block-cart-item__total .price .wc-block-formatted-money-amount {
  font-weight: 700;
}
.woocommerce-cart .section-page.singular .container .content article table.wc-block-cart-items tbody tr:nth-child(even) {
  background-color: #dbdbcf;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit {
  margin-bottom: 0;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit a {
  background: #7a0e1b;
  color: #ffffff;
  /* font-family: "Playfair Display", serif; */
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
}
.woocommerce-cart .section-page.singular .container .content article .wc-block-components-sidebar .wc-block-cart__submit a:hover {
  background: transparent;
  color: #7a0e1b;
  border-color: #7a0e1b;
}

/** */
.woocommerce-checkout .section-breadcrumb .breadcrumb-bg {
  display: none;
}
.woocommerce-checkout .section-page.singular .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.woocommerce-checkout .section-page.singular .container .content {
  width: 100%;
}
.woocommerce-checkout .section-page.singular .container .content .heading-title {
  display: none;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields .form-row,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields .form-row {
  margin: 0;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper .form-row-wide {
  grid-column: 1/-1;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-last {
  grid-column: span 1;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper #order_comments_field {
  grid-column: 1/-1;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper label {
  display: none;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea),
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea) {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.2;
  padding: 16px 18px;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper textarea {
  min-height: 96px;
  resize: vertical;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea)::-webkit-input-placeholder, .woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea)::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder,
.woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper :is(input[type=text], input[type=email], input[type=tel], textarea)::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field {
  position: relative;
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field .woocommerce-input-wrapper::before,
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0.7;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field .woocommerce-input-wrapper::before {
  left: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 6-9 12-9 12S3 16 3 10a9 9 0 1 1 18 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field .woocommerce-input-wrapper::after {
  right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");
}
.woocommerce-checkout .section-page.singular .container .content article #billing_city_field input {
  padding-left: 44px;
  padding-right: 44px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .section-page.singular .container .content article .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-checkout .section-page.singular .container .content article .woocommerce-billing-fields__field-wrapper .form-row-last {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout {
    flex-flow: row wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding-left: 0;
    order: -1;
    position: unset;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-checkout .section-page.singular .container .content article .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout {
  padding-top: 0;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  background: #7a0e1b;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
}
.woocommerce-checkout .section-page.singular .container .content article .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  background: transparent;
  color: #7a0e1b;
  border-color: #7a0e1b;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 15px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  line-height: 100%;
  font-weight: 500;
  color: #282828;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 14px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price {
    font-size: 13px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price del {
  line-height: 1;
  text-decoration: none;
  color: #717171;
  text-decoration: line-through;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
  text-decoration: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #282828;
  line-height: 1;
  margin-left: 0;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 16px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 17px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price ins {
    font-size: 15px;
  }
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-badge {
  display: none;
}
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description,
.woocommerce-checkout .section-page.singular .container .content article .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata {
  display: none;
}
.woocommerce-checkout .wc-vietqr-bank-details-heading {
  padding-top: 20px;
}
.woocommerce-checkout #radio-control-wc-payment-method-options-vietqr__content .vietqr-row,
.woocommerce-checkout .wc-vietqr-bank-details-heading + .vietqr-row {
  display: none !important;
}