@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap");

/** $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 */
.order-history-link {
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
}
.order-history-link::before {
  /*font-size: 16px;*/
  font-weight: 400;
}
.order-history-link:hover {
  color: #7C8182;
}
/** */
.wc-mini-cart .cart-contents {
  display: flex;
  align-items: center;
  border-radius: 40px;
  height: 36px;
  aspect-ratio: 1/1;
  padding-inline: 1px;
  transition: background-color 0.25s ease;
  color: #fff;
  position: relative;
}
.wc-mini-cart .cart-contents .cart-icon {
  height: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  transition: all 0.25s ease;
  position: relative;
  font-size: 0;
}
.wc-mini-cart .cart-contents .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-mini-cart .cart-contents .cart-icon::before {
  color: currentColor;
  font-size: 20px;
  font-weight: 400;
}
.wc-mini-cart .cart-contents .cart-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -7px;
  background-color: #075584;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  font-weight: 600;
}
.wc-mini-cart .cart-contents .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-mini-cart .cart-contents:hover {
  background-color: #7C8182;
}
.wc-mini-cart .cart-contents:hover .cart-icon::before {
  color: #7C8182;
}
.wc-mini-cart .mini-cart-dropdown {
  display: none;
}
/** */
.woocommerce-products-footer {
  margin-top: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .woocommerce-products-footer {
    margin-top: 30px;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  /*border-right: inherit;*/
  margin: inherit;
}
.woocommerce nav.woocommerce-pagination ul li.current,
.woocommerce nav.woocommerce-pagination ul li .current {
  color: #fff !important;
  background-color: #7C8182 !important;
}
/** */
.section.section-product .woocommerce-notices-wrapper {
  margin-inline: auto;
  max-width: 640px;
}
.section.section-product .woocommerce-notices-wrapper:not(.full) {
  padding-inline: 0.625rem;
}
@media only screen and (min-width: 40rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 768px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    padding-inline: 0.625rem;
    max-width: 768px;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 80rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 90rem) {
  .section.section-product .woocommerce-notices-wrapper:not(.full) {
    max-width: 1440px;
  }
}
.section.section-product .woocommerce-notices-wrapper .woocommerce-message {
  outline: none;
  border-top-color: #7C8182;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
}
.section.section-product .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #7C8182;
  line-height: normal;
  top: 15px;
  left: 15px;
}
.section.section-product .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
  background-color: #7C8182;
  border-color: #7C8182;
  line-height: 1.2;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 20px;
  height: 32px;
  position: relative;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 35px;
  color: #fff;
}
.section.section-product .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
  background-color: #D49300;
  border-color: #D49300;
  color: #fff;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product {
    margin-top: 20px;
  }
}
.section.section-product .onsale {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.section.section-product .title_archive_product {
  margin-bottom: 0;
}
.section.section-product .product-diem-den {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.section.section-product .product-diem-den a {
  color: #515151;
  font-weight: 500;
}
.section.section-product .product-detail {
  display: flex;
  flex-flow: row wrap;
  gap: 25px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-product .product-detail {
    gap: 0;
  }
}
.section.section-product .product-detail .all_noidung_tour_gallery_tour {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 400px - 25px);
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-product .product-detail .all_noidung_tour_gallery_tour {
    max-width: 100%;
  }
}
.section.section-product .product-detail .iconic-woothumbs-all-images-wrap {
  flex: 0 0 auto;
  width: 100%;
}
.section.section-product .product-detail .all_entry-summary {
  flex: 0 0 400px;
  min-width: 0;
  width: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-product .product-detail .all_entry-summary {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section.section-product .product-detail .summary.entry-summary {
  position: sticky;
  top: 40px;
  width: 100%;
}
.section.section-product .product-detail .summary.entry-summary .accordion {
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: none;
  line-height: 1.4;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  /*touch-action: manipulation;*/
  outline: none;
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-title {
  font-size: clamp(0.9375rem, 0.8875rem + 0.125vw, 1rem);
  line-height: clamp(1.3125rem, 1.2425rem + 0.175vw, 1.4rem);
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content {
  border: none;
  padding: 15px 0;
  font-size: 14px;
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content :where(ul, ol) {
  padding-left: 25px;
  list-style-type: disc;
}
.section.section-product .product-detail .summary.entry-summary .accordion .accordion-item .accordion-content :where(ul, ol) li:not(:last-child) {
  padding-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .all_thongtin_tour_desk {
    display: none;
  }
}
.all_thongtin_tour_mobile {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .all_thongtin_tour_mobile {
    display: block;
    margin-top: 20px;
  }
}
.all_thongtin_tour_desk .title_lkh,
.all_thongtin_tour_mobile .title_lkh {
  color: #184c61;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.all_thongtin_tour_desk .title_lkh,
.all_thongtin_tour_mobile .title_lkh {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.all_thongtin_tour_desk .all_thongtin_gia_tour,
.all_thongtin_tour_mobile .all_thongtin_gia_tour {
  border-radius: 8px;
  background: #f7f7f7;
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .date_prodetail,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .date_prodetail {
  color: #be0b11;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .date_title_prodetail,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .date_title_prodetail {
  color: #184c61;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_ngaydi_ngayve,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_ngaydi_ngayve {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve {
  width: calc(50% - 7.5px);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #515151;
  font-size: 16px;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve .content_ngaydi_ngayve_left > strong,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve .content_ngaydi_ngayve_left > strong {
  color: #184c61;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve .content_ngaydi_ngayve_right,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_ngaydi_ngayve .ngaydi_ngayve .content_ngaydi_ngayve .content_ngaydi_ngayve_right {
  color: #184c61;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years {
  width: calc(50% - 7.5px);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years,
  .all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years {
    width: 100%;
  }
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_left,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_left {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #515151;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_left strong,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_left strong {
  color: #184c61;
  font-size: 16px;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_right,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .all_price_tour_for_years .price_tour_for_years .price_tour_for_years_right {
  color: #be0b11;
  font-size: 20px;
  font-weight: 700;
}
.all_thongtin_tour_desk .all_thongtin_gia_tour .luuy_prodetail,
.all_thongtin_tour_mobile .all_thongtin_gia_tour .luuy_prodetail {
  border-radius: 8px;
  background: #fff9f1;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #184c61;
  line-height: 1.6;
}
.all_thongtin_tour_desk .image_bando_prodetail,
.all_thongtin_tour_mobile .image_bando_prodetail {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 12px;
}
.all_thongtin_tour_desk .image_bando_prodetail img,
.all_thongtin_tour_mobile .image_bando_prodetail img {
  width: 100%;
  border-radius: 12px;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet,
.all_thongtin_tour_mobile .all_lichtrinhchitiet {
  border-radius: 8px;
  background: #f7f7f7;
  padding: 20px 8px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet {
  display: flex;
  gap: 15px;
  margin: 0;
  background: #fff;
  padding: 14px 12px;
  border-radius: 4px;
  transition: all 0.3s;
}
@media only screen and (max-width: 47.99875rem) {
  .all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet,
  .all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet {
    flex-direction: column;
  }
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_left,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_left {
  flex: 0 0 auto;
  color: #d27715;
  font-size: 18px;
  font-weight: 500;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right {
  flex: 1 1 auto;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .title_lichtrinhchitiet,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .title_lichtrinhchitiet {
  color: #184c61;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .title_lichtrinhchitiet i,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .title_lichtrinhchitiet i {
  font-weight: 400;
  color: #515151;
  font-size: 15px;
  transition: all 0.5s;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .desc_lichtrinhchitiet,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet .lichtrinhchitiet_right .desc_lichtrinhchitiet {
  color: #515151;
  line-height: 1.6;
  transition: all 0.5s;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet.active .title_lichtrinhchitiet i,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet.active .title_lichtrinhchitiet i {
  transform: rotate(180deg);
}
.all_thongtin_tour_desk .all_lichtrinhchitiet .lichtrinhchitiet.active .desc_lichtrinhchitiet,
.all_thongtin_tour_mobile .all_lichtrinhchitiet .lichtrinhchitiet.active .desc_lichtrinhchitiet {
  opacity: 1;
  overflow: visible;
  height: auto;
  margin-top: 10px;
}
.all_thongtin_tour_desk .all_thongtincanluuy,
.all_thongtin_tour_mobile .all_thongtincanluuy {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy {
  width: calc(50% - 10px);
  background: #f7f7f7;
  padding: 10px 12px;
  border-radius: 4px;
  height: fit-content;
}
@media only screen and (max-width: 47.99875rem) {
  .all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy,
  .all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy {
    width: 100%;
  }
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy .title_thongtincanluuy,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy .title_thongtincanluuy {
  color: #184c61;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy .title_thongtincanluuy i,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy .title_thongtincanluuy i {
  font-weight: 400;
  color: #515151;
  font-size: 15px;
  transition: all 0.5s;
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy .desc_thongtincanluuy,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy .desc_thongtincanluuy {
  color: #515151;
  line-height: 1.6;
  transition: all 0.5s;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy.active .title_thongtincanluuy i,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy.active .title_thongtincanluuy i {
  transform: rotate(180deg);
}
.all_thongtin_tour_desk .all_thongtincanluuy .thongtincanluuy.active .desc_thongtincanluuy,
.all_thongtin_tour_mobile .all_thongtincanluuy .thongtincanluuy.active .desc_thongtincanluuy {
  opacity: 1;
  overflow: visible;
  height: auto;
  margin-top: 10px;
}
/** */
.woocommerce div.product .product-detail .summary.entry-summary .product_title {
  color: #184c61;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_title {
  font-size: clamp(1.125rem, 0.925rem + 0.5vw, 1.375rem);
  line-height: clamp(1.575rem, 1.295rem + 0.7vw, 1.925rem);
}
.woocommerce div.product .product-detail .summary.entry-summary .all_title_pro_detail {
  border-radius: 8px;
  background: #f7f7f7;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_tongquan_pro_detail {
  border-radius: 8px;
  background: #f7f7f7;
  padding: 12px 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_tongquan_pro_detail .tongquan_pro_detail {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_tongquan_pro_detail .tongquan_pro_detail.active {
  background: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail {
  border-radius: 8px;
  background: #a91b20;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail .all_khung_gia {
  display: flex;
  gap: 5px;
  align-items: center;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail .all_khung_gia > p {
  color: #d1d1d1;
  font-weight: 300;
  font-size: 15px;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail .all_khung_gia del {
  color: #d1d1d1;
  font-weight: 300;
  font-size: 15px;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail .all_khung_gia .price {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary .all_gia_tour_pro_detail .prodetail_lhtv {
  border-radius: 8px;
  background: #fff;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #184c61;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.woocommerce div.product .product-detail .summary.entry-summary .sku_wrapper {
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary .sku_wrapper .sku {
  font-weight: 400;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #666;
  letter-spacing: -0.1px;
}
.woocommerce div.product .product-detail .summary.entry-summary > p.price {
  letter-spacing: -0.1px;
  margin-bottom: 10px;
  color: #F93939;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 15px;
  background-color: #fefefe;
  /*border-radius: 16px;*/
  margin-bottom: 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description {
    border: none;
    padding: 0;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > p:not(:last-child) {
  margin-bottom: 5px;
}
.woocommerce div.product .product-detail .summary.entry-summary .woocommerce-product-details__short-description > ul {
  padding-left: 25px;
  margin: 0 0 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary .lien-he-mua-hang {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary .lien-he-mua-hang {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary .lien-he-mua-hang .lh-item {
  background: #075584;
  border: solid 1px #007abd;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}
.woocommerce div.product .product-detail .summary.entry-summary .lien-he-mua-hang .lh-item a {
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary .lien-he-mua-hang .lh-item .lh-text-number {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 24.375rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart {
    flex-direction: column;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity {
  flex: 0 0 auto;
  width: 90px;
}
@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity {
    width: 100%;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .quantity .qty {
  height: 42px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #333;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .single_add_to_cart_button {
  flex: 1 1 0;
  min-width: 0;
  height: 42px;
  width: 100%;
  color: #fff;
  border: 1px solid #5c0101;
  text-shadow: 0 0 1px #333;
  background: #f50808;
  padding: 10px;
  background-image: linear-gradient(to bottom, #f50808, #9e5218);
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .single_add_to_cart_button:hover {
  background-color: #7C8182;
  border-color: #7C8182;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button {
  flex: 0 0 auto;
  height: 42px;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  gap: 10px;
  background: -webkit-linear-gradient(top, #0f5a88, #003a5e);
  border: 1px solid #5c0101;
  color: #fff;
  padding-inline: 30px;
}
@media screen and (max-width: 24.375rem) {
  .woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button {
    width: 100%;
  }
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button > span:nth-child(2) {
  font-weight: 400;
}
.woocommerce div.product .product-detail .summary.entry-summary form.cart .buy-now-button:hover {
  background-color: #D49300;
  border-color: #D49300;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form {
  display: block;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) {
  border: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr:nth-child(even) {
  background: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr :where(th, td) {
  padding: 0;
  font-size: 15px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr td {
  padding-bottom: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .variations :where(thead, tbody, tfoot) tr td select {
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  min-width: 50%;
  width: auto;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price {
  letter-spacing: -0.1px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price .woocommerce-Price-amount.amount {
  color: #D49300;
  font-weight: 700;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price del {
  margin-right: 5px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price del .woocommerce-Price-amount.amount {
  font-weight: 400;
  color: #666;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price span.price ins {
  text-decoration: none;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  flex: 0 0 auto;
  width: 90px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
  height: 42px;
  border-radius: 50px;
  width: 100%;
  border: 1px solid #333;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 1 1 0;
  min-width: 0;
  height: 42px;
  border-radius: 50px;
  background-color: #D49300;
  border-color: #D49300;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #7C8182;
  border-color: #7C8182;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button {
  flex: 0 0 auto;
  height: 42px;
  border-radius: 50px;
  background-color: #7C8182;
  border-color: #7C8182;
  color: #fff;
  padding-inline: 30px;
}
.woocommerce div.product .product-detail .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .buy-now-button:hover {
  background-color: #D49300;
  border-color: #D49300;
  color: #fff;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta {
  display: flex;
  flex-flow: column nowrap;
  gap: 7px;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) a {
  font-weight: 400;
  color: #333;
}
.woocommerce div.product .product-detail .summary.entry-summary .product_meta :where(.posted_in, .tagged_as) a:hover {
  color: #D49300;
}
/** */
.woocommerce #reviews #comment {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.woocommerce #reviews .comment-form-comment {
  width: 100%;
  max-width: 800px;
}
.woocommerce #reviews .comment-form-comment label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
  margin: 3px 5px;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item):not(.selected) {
  /*box-shadow: none;*/
}
.related.products,
.section-product-related {
  margin-top: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .related.products,
  .section-product-related {
    margin-top: 20px;
  }
}
.related.products > h2,
.section-product-related > h2 {
  color: #184c61;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.related.products > h2,
.section-product-related > h2 {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.related.products .swiper-container,
.section-product-related .swiper-container {
  width: 100%;
}
.related.products .swiper-container .swiper-slide,
.section-product-related .swiper-container .swiper-slide {
  width: calc(33.3333333333% - 0.8333333333rem);
}
@media only screen and (max-width: 63.99875rem) {
  .related.products .swiper-container .swiper-slide,
  .section-product-related .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .related.products .swiper-container .swiper-slide,
  .section-product-related .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 23.75rem) {
  .related.products .swiper-container .swiper-slide,
  .section-product-related .swiper-container .swiper-slide {
    width: 100%;
  }
}
.related.products .swiper-container .swiper-slide .product,
.section-product-related .swiper-container .swiper-slide .product {
  width: 100% !important;
}
.related.products .swiper-container .swiper-controls .swiper-button-prev,
.section-product-related .swiper-container .swiper-controls .swiper-button-prev {
  left: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .related.products .swiper-container .swiper-controls .swiper-button-prev,
  .section-product-related .swiper-container .swiper-controls .swiper-button-prev {
    left: 0;
  }
}
.related.products .swiper-container .swiper-controls .swiper-button-next,
.section-product-related .swiper-container .swiper-controls .swiper-button-next {
  right: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .related.products .swiper-container .swiper-controls .swiper-button-next,
  .section-product-related .swiper-container .swiper-controls .swiper-button-next {
    right: 0;
  }
}
.related.products .swiper-container .swiper-controls .swiper-pagination,
.section-product-related .swiper-container .swiper-controls .swiper-pagination {
  bottom: -40px;
}
.related.products .swiper-controls .swiper-button::before,
.section-product-related .swiper-controls .swiper-button::before {
  border: 1px solid #052532;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #809197;
}
@media only screen and (max-width: 47.99875rem) {
  .thong-tin-tour {
    margin-top: 10px;
  }
}
.thong-tin-tour .item-tour {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 15px;
  margin-bottom: 5px;
}
.thong-tin-tour .item-tour .title_ma {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #515151;
}
.thong-tin-tour .item-tour .title_ma svg {
  color: #184c61;
}
.thong-tin-tour .item-tour > span {
  color: #184c61;
  font-size: 16px;
  font-weight: 600;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .woocommerce-products-header {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .woocommerce-shop-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .woocommerce-shop-info .woocommerce-result-count {
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .woocommerce-shop-info .woocommerce-result-count {
    margin-bottom: 10px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .woocommerce-shop-info .woocommerce-ordering {
  margin-bottom: 0;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .woocommerce-shop-info .woocommerce-ordering select {
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  font-size: 14px;
  padding: 0 30px 0 15px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product {
  width: calc(33.3333333333% - 20px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  border: solid 1px #ededed;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 63.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 28.125rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product {
    width: 100%;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .onsale {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link {
  padding: 8px;
  background: #f7f7f7;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .thumb.wc-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .thumb.wc-thumb > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  margin-top: 15px;
  color: #184c61;
  font-weight: 600;
  margin-bottom: 0;
  min-height: 54px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media screen and (max-width: 31.25rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    min-height: 45px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .gia-tour {
  color: #515151;
  font-size: 16px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .gia-tour strong {
  color: #be0b11;
  font-size: 20px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link .xemchitiet_tour {
  border: 1px solid #184c61;
  border-radius: 4px;
  text-align: center;
  color: #184c61;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 3px 0;
  padding: 5px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #000;
}
@media only screen and (min-width: 48rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product .loop-stars-rating {
    margin-top: 7px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product span.price {
  display: flex;
  display: none;
  margin-top: 10px;
  letter-spacing: -0.2px;
  flex-direction: column-reverse;
  align-items: center;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product span.price {
  font-size: clamp(0.875rem, 0.825rem + 0.125vw, 0.9375rem);
  line-height: clamp(1.225rem, 1.155rem + 0.175vw, 1.3125rem);
}
@media only screen and (max-width: 47.99875rem) {
  :is(.section.archive.archive-product,
  .related.products,
  .section.section-product-terms,
  .section.section-home-products,
  .section.section-product-cat) .products .product span.price {
    margin-top: 5px;
  }
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product span.price ins {
  text-decoration: none;
  font-size: 16px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product span.price del .amount {
  font-weight: 500 !important;
  color: #626262 !important;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product span.price .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #f00;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .wvs-archive-variations-wrapper .variations {
  margin-top: 10px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper {
  margin: 0;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper .archive-variable-items {
  margin-bottom: 0;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more) {
  background-color: #f3f3f3;
  color: #3e3e3e;
  width: 100%;
  font-weight: 500;
  border-radius: 50px;
  font-size: 14px;
  line-height: normal;
  height: 36px;
  padding: 0 10px;
  letter-spacing: -0.1px;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more) {
  display: flex;
  align-items: center;
  justify-content: center;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more).ajax_add_to_cart, :is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more).view-more {
  background-color: #7C8182;
  border-color: #7C8182;
}
:is(.section.archive.archive-product,
.related.products,
.section.section-product-terms,
.section.section-home-products,
.section.section-product-cat) .products .product :where(.button.product_type_simple,
.button.product_type_grouped,
.button.product_type_external,
.button.product_type_variable,
.view-more):hover {
  background-color: #D49300;
  border-color: #D49300;
  color: #fff;
}
.section.archive.archive-product {
  margin-top: 0;
}
.woocommerce-child-terms {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .woocommerce-child-terms {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .woocommerce-child-terms {
    margin-bottom: 3.125rem;
  }
}
.woocommerce-child-terms .item a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.woocommerce-child-terms .item a .thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 80px;
}
.woocommerce-child-terms .item a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.woocommerce-child-terms .item a .name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4;
  color: #000000;
}
.woocommerce-child-terms .item a:hover .name {
  color: #D49300;
}
/** */
.section.section-product-terms {
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-terms {
    margin-top: 20px;
    padding-top: 15px;
  }
}
.section.section-product-terms > .container {
  position: relative;
}
.section.section-product-terms > .container::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
  top: -30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-terms > .container::before {
    top: -15px;
  }
}
/** */
.section.section-product-banner {
  margin-top: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-banner {
    margin-top: 15px;
  }
}
.section.section-product-banner .product-banner {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.section.section-product-banner .product-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.section.section-product-banner .heading-title {
  margin-top: 30px;
  text-transform: uppercase;
}
.section.section-product-banner .heading-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.6625rem, 0.8225rem + 2.1vw, 2.7125rem);
}
.section.section-product-banner .content {
  color: #444;
}
/** */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
  opacity: 0.9;
}
.woocommerce a.added_to_cart {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator + .wp-block-heading {
  display: none;
}
.product.type-product .thumb.wc-thumb {
  overflow: hidden;
  border-radius: 6px;
}
.product.type-product .thumb.wc-thumb > img {
  pointer-events: unset;
  transform: scale(1.0001);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;
}
.product.type-product .thumb.wc-thumb > img:hover {
  transform: scale(1.06);
  opacity: 1;
}
.iconic-woothumbs-thumbnails__image-wrapper img,
.iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
  width: 100%;
  aspect-ratio: 3/2 !important;
  object-fit: cover;
  object-position: center;
}
.iconic-woothumbs-responsive-media {
  aspect-ratio: 3/2 !important;
}
.iconic-woothumbs-responsive-media > .plyr--video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.image-variable-items-wrapper .variable-item:not(.image-variable-item):not(.radio-variable-item) {
  width: fit-content !important;
  border-radius: 0 !important;
}
.image-variable-items-wrapper .variable-item:not(.image-variable-item):not(.radio-variable-item) .variable-item-span {
  line-height: normal;
  display: block;
  overflow: unset !important;
  padding: 0 3px;
}
/** Cart & checkout */
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 500;
  margin-bottom: 5px !important;
  color: #333;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  color: #F93939;
}
.wc-block-components-button:not(.is-link) {
  /*background-color: #F3F3F3;*/
  background-color: #D49300;
  color: #3e3e3e;
  line-height: 1.2;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
}
.wc-block-components-button:not(.is-link):hover {
  color: #fff;
  background-color: #7C8182;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-weight: 700;
  color: #fff;
}
.wc-block-components-formatted-money-amount {
  font-weight: 500;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}
.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
}
.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 !important;
  padding: 0 !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 15px;
  line-height: 1.4;
}
.wc-block-components-sidebar-layout {
  align-items: flex-start;
}
.wc-block-components-sidebar {
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 20px !important;
  background-color: #efefef;
  border-radius: 6px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding-left: 16px !important;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: 600 !important;
  margin: 0 !important;
}
.wc-block-components-order-summary.is-large {
  padding: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 0 !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-weight: 400;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: none !important;
  padding-top: 20px !important;
  font-size: 15px;
  margin-bottom: 20px !important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
  text-decoration: underline;
}
@media screen and (max-width: 45.9375rem) {
  .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    display: none !important;
  }
}
@media screen and (max-width: 45.9375rem) {
  .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
  }
}
:is(.wc-block-components-product-metadata,
.wp-block-woocommerce-cart-order-summary-shipping-block,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-address-form__postcode,
.wp-block-woocommerce-checkout-order-summary-shipping-block,
.wc-block-checkout__use-address-for-billing,
#shipping-option) {
  /*margin: 0 !important;*/
  /*@include mixin.hidden-text;*/
}
.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  display: none;
}
.wc-block-components-radio-control-accordion-content {
  font-size: 0.875em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  border-radius: 35px;
  background-color: #D49300;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 20px 5px 20px;
  height: 40px;
  position: relative;
  border: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
  text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  background-color: #7C8182;
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.section.product-attributes {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .section.product-attributes {
    margin-bottom: 1.875rem;
  }
}
.section.product-attributes .inner {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section.product-attributes .inner .filter-title {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .inner .filter-title {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.section.product-attributes .inner .woocommerce.widget_layered_nav {
  position: relative;
  margin-bottom: 15px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span {
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 8px 25px 8px 15px;
  background-color: #f2f2f2;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  margin-right: 15px;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span::after {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f078";
  width: 12px;
  height: 7px;
  display: inline-flex;
  position: absolute;
  right: 8px;
  top: 9px;
  transition: 0.2s;
  font-size: 11px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > span:hover::after {
  transition: 0.2s;
  content: "\f077";
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  background-color: #f9f2e1;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-width: 250px;
  max-width: calc(100vw - 20px);
  z-index: 22;
  padding-top: 7px;
  padding-bottom: 7px;
  top: calc(100% + 8px);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease;
  display: none;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul.align-right {
  left: auto;
  right: 0;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li a {
  padding: 0 15px;
  color: #000000;
  line-height: 24px;
  font-size: 14px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li a:hover {
  color: #D49300;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav > ul li span.count {
  display: none;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav.active > ul {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-flow: row nowrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > span {
  font-size: 15px;
  font-weight: 500;
  flex: 0 0 auto;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.section.product-attributes .inner .woocommerce.widget_layered_nav_filters > ul li a::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  content: "\f00d";
  order: 1;
  margin-right: 0;
  margin-left: 5px;
  font-size: 15px;
  color: #000000;
}
@media (max-width: 600px) {
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
  .is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    height: 0 !important;
  }
}
.woocommerce-tabs ul.tabs {
  background: #075584;
  min-height: 29px;
  color: #fff;
  padding: 5px 0px 5px 35px;
  font-weight: 600;
  display: block;
}
.woocommerce-tabs ul.tabs::before {
  content: none !important;
}
.woocommerce-tabs ul.tabs li {
  border: none !important;
  background: transparent;
  color: #fff;
}
.woocommerce-tabs ul.tabs li::before, .woocommerce-tabs ul.tabs li::after {
  content: none !important;
}
.woocommerce-tabs ul.tabs li.active {
  background: transparent !important;
  color: #fff !important;
}
.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.wc-block-components-radio-control-accordion-content {
  color: #f93939;
}