@charset "UTF-8";

/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
/** $string - svg */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** keyframe */
/** add unique id image url */
.woocommerce .no-rating:before {
  color: #cccccc;
  font-weight: 800;
}

.title-row-bew {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-schedule-btn {
  text-transform: none;
  height: 45px;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.download-schedule-btn:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
}

.download-schedule-btn svg {
  width: 18px;
  height: 18px;
}

.woocommerce .star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.woocommerce .star-rating:before {
  font-weight: 900;
  left: 50%;
  transform: translateX(-50%);
}

.product .single_add_to_cart_button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  border: solid 1px #555 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #fff !important;
  background: #555 !important;
  border-radius: 0px !important;
  letter-spacing: 2px;
}

@media only screen and (max-width: 35.99875rem) {
  .product .single_add_to_cart_button {
    width: calc(100% - 94px);
  }
}

.product .single_add_to_cart_button:hover {
  background: #d41830;
  color: #ff0;
}

.product.product-type-variable .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}

.product .price {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  letter-spacing: -0.5px;
  align-items: flex-end;
}

.product .price .amount {
  color: #ffd220;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%;
  margin-right: 0.88vw;
}

@media only screen and (max-width: 47.99875rem) {
  .product .price .amount {
    font-size: 29px;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .product .price .amount {
    font-size: 25px;
  }
}

.product .price del .amount {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
  text-decoration: line-through;
}

@media only screen and (max-width: 47.99875rem) {
  .product .price del .amount {
    font-size: 18px;
  }
}

.product .price ins {
  text-decoration: none;
  order: -1;
}

/** */
.products .product {
  background-color: #fff;
  border-radius: 23px;
  padding-bottom: 20px;
  width: 95%;
  margin: auto;
}

.products .product .onsale {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 0;
  pointer-events: none;
  z-index: 2;
  font-size: 11px;
  color: #fff;
  background-color: #F6921E;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 5px;
  min-height: auto;
  line-height: inherit;
}

.products .product .woocommerce-loop-product__link .cover {
  margin-bottom: 17px;
  border-radius: 23px;
}

.products .product .woocommerce-loop-product__title {
  width: 100%;
  max-width: 100%;
  color: #454545;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
  margin-bottom: 10px;
  /* height: 50px; */
  padding: 0 17px 0 17px;
}

.products .product .woocommerce-loop-product__price {
  padding: 0 17px 0 17px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: none;
}

.products .product .woocommerce-loop-product__price del {
  color: #6a6a6a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  text-decoration: line-through;
}

.products .product .woocommerce-loop-product__price ins {
  color: #ffd220;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.products .product .variation-price:not(:has(.sale)) .regular {
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  color: #000;
}

.products .product .variation-price:not(:has(.sale)) .regular b {
  color: #F6921E;
  font-size: 17px;
}

.products .product .variation-price .regular {
  margin-bottom: 0px;
  color: #8d9293;
  font-size: 13px;
  text-decoration: line-through;
}

.products .product .variation-price .sale {
  font-size: 15px;
  line-height: normal;
}

.products .product .variation-price .sale b {
  color: #F6921E;
  font-size: 17px;
}

.products .product .loop-stars-rating {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
}

.products .product .price {
  margin-top: 10px;
  justify-content: center;
}

@media only screen and (max-width: 35.99875rem) {
  .products .product .price {
    margin-top: 5px;
  }
}

.products .product .btn {
  height: 46px;
  border-radius: 100px;
  border: 1px solid #61ab7f;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 6px 6px 6px 19px;
  margin: 0 17px 0 17px;
  background: rgba(19, 129, 64, 0.03);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  transition: all 0.5s;
}

.products .product .btn p {
  color: #454545;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.products .product .btn img {
  width: 35px;
  height: 35px;
}

.products .product .all_duration {
  width: 8.375rem;
  height: 1.9375rem;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.19rem;
  left: -6px;
  z-index: 1;
  background-color: #1d94a2;
  border-radius: 0.875rem 1.25rem 1.25rem 0rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.products .product .all_duration .rectangle {
  width: 1.375rem;
  height: 0.5rem;
  position: absolute;
  bottom: -8px;
  left: -8px;
  z-index: 2;
}

.products .product .view-details {
  width: 100%;
  background: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.products .product .view-details i {
  font-weight: 400;
  color: #000;
  transform: rotate(-45deg);
}

.products .product a.button {
  margin-top: 10px;
  transition: 0.3s;
  font-size: 14px;
  line-height: normal;
  background: none;
  font-weight: 500;
  padding: 4px 12px;
  color: #6c757d;
}

.products .product a.button:hover {
  color: #38abdf;
}

.products .product a.button.add_to_cart_button {
  width: 100%;
  background: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.products .product:hover .woocommerce-loop-product__title {
  text-decoration: underline;
  color: #1d94a2;
}

.products .product:hover .btn {
  border-color: transparent;
  background-color: #1d94a2;
}

.products .product:hover .btn p {
  color: #fff;
}

/** */
.grid-products .products,
.related.products .products {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-auto-flow: row;
  width: 100%;
}

@media only screen and (min-width: 48rem) {

  .grid-products .products,
  .related.products .products {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 48rem) {

  .grid-products .products,
  .related.products .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64rem) {

  .grid-products .products,
  .related.products .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-products .products>.product,
.related.products .products>.product {
  transition: 0.3s;
}

.grid-products .products>.product .product-category-link,
.related.products .products>.product .product-category-link {
  padding-top: 10px;
  color: #222222;
  text-transform: uppercase;
  font-size: 11px;
}

.grid-products .products>.product .button.add_to_cart_button,
.related.products .products>.product .button.add_to_cart_button {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media only screen and (min-width: 64rem) {

  .grid-products .products>.product .button.add_to_cart_button,
  .related.products .products>.product .button.add_to_cart_button {
    padding-left: 0.9375rem;
  }
}

@media only screen and (min-width: 64rem) {

  .grid-products .products>.product .button.add_to_cart_button,
  .related.products .products>.product .button.add_to_cart_button {
    padding-right: 0.9375rem;
  }
}

.woof_radio_term_reset_visible {
  display: none !important;
}

.woof_radio_label_selected {
  font-weight: unset;
}

/** */
.section.archive-product {
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 999999;
  background: #FCF7F1;
}

@media only screen and (min-width: 48rem) {
  .section.archive-product {
    padding-bottom: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .section.archive-product {
    padding-bottom: 1.875rem;
  }
}

.section.archive-product .child-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section.archive-product .child-categories .child-categories-content {
  width: 40%;
}

@media only screen and (max-width: 47.99875rem) {
  .section.archive-product .child-categories .child-categories-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section.archive-product .child-categories .child-categories-content h1 {
  margin-bottom: 60px;
  position: relative;
  font-size: 32px;
  font-weight: 500;
}

.section.archive-product .child-categories .child-categories-content h1::before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: -15px;
  height: 2px;
  width: 36px;
  background-color: #d1d1d1;
}

.section.archive-product .child-categories .child-categories-img {
  width: calc(60% - 20px);
}

@media only screen and (max-width: 47.99875rem) {
  .section.archive-product .child-categories .child-categories-img {
    width: 100%;
  }
}

.section.archive-product .term-description {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.section.archive-product .grid-products {
  padding-top: 1.875rem;
  justify-content: space-between;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  /** */
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products {
    padding-top: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .section.archive-product .grid-products {
    padding-top: 1.875rem;
  }
}

@media only screen and (min-width: 36rem) {
  .section.archive-product .grid-products {
    display: flex;
    flex-flow: row wrap;
  }
}

.section.archive-product .grid-products>.woof_auto_1_columns {
  width: 25%;
  border: unset;
  padding: 0;
  background: transparent;
}

@media only screen and (max-width: 63.99875rem) {
  .section.archive-product .grid-products>.woof_auto_1_columns {
    width: 100%;
    display: none;
  }
}

.section.archive-product .grid-products>.woof_auto_1_columns .woof_container_inner h4 {
  font-size: 1rem;
  text-transform: capitalize;
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products>.woof_auto_1_columns .woof_container_inner h4 {
    font-size: 1.0625rem;
  }
}

.section.archive-product .grid-products>.woof_auto_1_columns .woof_submit_search_form_container {
  display: none;
}

.section.archive-product .grid-products>.woof_auto_1_columns .woof_list label {
  font-weight: 300;
  font-size: 0.875rem;
}

.section.archive-product .grid-products>.woof_auto_1_columns .woof_price_filter,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_thuong-hieu,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_product_cat,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_xuat-xu,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_do-day,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_de-cao-su,
.section.archive-product .grid-products>.woof_auto_1_columns .woof_fs_phan-loai {
  border: solid 1px #eee;
  padding: 9px;
  margin-bottom: 20px;
  background: #fff;
}

.section.archive-product .grid-products>.woocommerce {
  width: 73%;
}

@media only screen and (max-width: 63.99875rem) {
  .section.archive-product .grid-products>.woocommerce {
    width: 100%;
  }
}

.section.archive-product .grid-products>.sidebar-col h4 {
  font-size: 1rem;
  text-transform: capitalize;
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products>.sidebar-col h4 {
    font-size: 1.0625rem;
  }
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters {
  background-color: unset;
  margin-bottom: 0;
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters .yith-wcan-filter {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  padding: 2rem 2.44rem 2.25rem 1.87rem !important;
  border-radius: 23px;
  text-transform: uppercase;
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters .yith-wcan-filter .filter-title {
  color: #1d94a2;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters .yith-wcan-filter label>a {
  font-weight: 400;
  font-size: 0.75rem;
}

.section.archive-product .grid-products>.sidebar-col .yith-wcan-filters.open {
  background-color: #fff;
}

.section.archive-product .grid-products>.sidebar-col .filter-price-slider .price-slider {
  width: 80%;
  margin: 0 auto;
}

.section.archive-product .grid-products>.content-col .yith-wcan-filters-opener {
  padding: 10px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.archive-product .grid-products>.content-col .yith-wcan-filters-opener {
    margin-bottom: 30px;
  }
}

.section.archive-product .grid-products>#woof_results_by_ajax {
  width: 73%;
}

@media only screen and (max-width: 63.99875rem) {
  .section.archive-product .grid-products>#woof_results_by_ajax {
    width: 100%;
  }
}

.section.archive-product .grid-products .woocommerce-notices-wrapper {
  font-size: 14px;
  color: #38abdf;
  flex: 0 0 100%;
}

.section.archive-product .grid-products .woocommerce-result-count {
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  min-height: 35px;
  display: flex;
  align-items: center;
  flex: 1 1 0;
  display: none;
}

@media only screen and (max-width: 47.99875rem) {
  .section.archive-product .grid-products .woocommerce-result-count {
    display: none;
  }
}

.section.archive-product .grid-products .woocommerce-ordering {
  flex: 0 0 auto;
  margin-bottom: 0;
  display: none;
}

.section.archive-product .grid-products .woocommerce-ordering select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  height: 35px;
  padding-left: 5px;
  border-radius: 4px;
  width: auto;
}

@media only screen and (max-width: 35.99875rem) {
  .section.archive-product .grid-products .woocommerce-ordering select {
    width: 100%;
  }
}

.section.archive-product .grid-products .products {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .products {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64rem) {
  .section.archive-product .grid-products .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section.archive-product .grid-products .products .product .custom-product-image-wrapper {
  height: 100%;
}

.section.archive-product .grid-products .products .product .custom-product-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.section.archive-product .grid-products .woocommerce-pagination {
  border: none;
  margin-top: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .section.archive-product .grid-products .woocommerce-pagination {
    margin-top: 1.875rem;
  }
}

.section.archive-product .grid-products .woocommerce-pagination .pagination {
  border: none;
}

.section.archive-product .grid-products .woocommerce-pagination .pagination li {
  border-right: none;
  border: 1px solid #fff;
}

.section.archive-product .grid-products .woocommerce-pagination .pagination li a:hover,
.section.archive-product .grid-products .woocommerce-pagination .pagination li a:focus,
.section.archive-product .grid-products .woocommerce-pagination .pagination li span.current {
  background: #f6921e !important;
  color: #fff;
}

.section.archive-product .grid-products .woocommerce-pagination .pagination li a,
.section.archive-product .grid-products .woocommerce-pagination .pagination li span {
  background: #fff;
  padding: 0;
  line-height: 24px;
  color: #6d6e70;
}

@media only screen and (min-width: 64rem) {
  .section.archive-product .grid-products .content-col {
    flex: 1 1 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .content-col .woocommerce-result-count {
    float: left;
  }
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .content-col .woocommerce-ordering {
    float: right;
  }
}

.section.archive-product .grid-products .content-col .products {
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .content-col .products {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .content-col .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64rem) {
  .section.archive-product .grid-products .content-col .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 48rem) {
  .section.archive-product .grid-products .content-col .products {
    clear: both;
  }
}

.section.archive-product .grid-products .content-col .products .product .custom-product-image-wrapper {
  height: 100%;
}

.section.archive-product .grid-products .content-col .products .product .custom-product-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/** */
.background-color {
  background: #f5f5f5;
}

/** */
.section.product .woocommerce-notices-wrapper {
  font-size: 14px;
}

.section.product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #F6921E;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  color: #fff;
}

.section.product .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "\f058";
  color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  margin-right: 8px;
  font-weight: 900;
  position: static;
}

.section.product .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  outline: none;
}

.section.product .woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  order: 100;
  float: right;
  padding: 0;
  background: none;
  line-height: 1.7;
}

.section.product .product-details {
  position: relative;
}

.section.product .product-details .combined-info {
  margin-bottom: 15px;
  background: #fafafa;
  padding: 10px 15px;
  align-items: center;
}

.section.product .product-details .combined-info .onsale {
  line-height: 24px;
  min-height: auto;
  top: 0;
  left: 0;
  position: relative;
  z-index: 2;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 0px;
  pointer-events: none;
  background: #F6921E;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  margin-left: 30px;
}

.section.product .product-details .section-other-products {
  margin-bottom: 15px;
}

.section.product .product-details .section-other-products:last-child {
  margin-bottom: 5px;
}

.section.product .product-details .section-other-products .title {
  line-height: normal;
  margin-bottom: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.section.product .product-details .section-other-products .other-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style-type: none;
  margin: 0;
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-details .section-other-products .other-products-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section.product .product-details .section-other-products .other-products-list .item a {
  border: 1px solid #898989;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  height: 100%;
}

.section.product .product-details .section-other-products .other-products-list .item a .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}

@supports (-webkit-line-clamp: 2) {
  .section.product .product-details .section-other-products .other-products-list .item a .name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.section.product .product-details .section-other-products .other-products-list .item a .custom-price {
  color: #d0011b;
  font-weight: 700;
}

.section.product .product-details .section-other-products .other-products-list .item a .custom-price ins {
  text-decoration: none;
}

.section.product .product-details .section-other-products .other-products-list .item a:hover {
  border-color: #F6921E;
  background-color: #F6921E;
}

.section.product .product-details .section-other-products .other-products-list .item a:hover .name,
.section.product .product-details .section-other-products .other-products-list .item a:hover .custom-price {
  color: #fff;
}

.section.product .product-details .woocommerce-product-gallery-wrapper {
  height: -webkit-fit-content;
  height: fit-content;
  position: relative;
  flex: 0 0 auto;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery-wrapper-not-mobile {
    display: none;
  }
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery {
  margin-bottom: 0;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images {
  width: 100%;
  height: 100%;
  position: relative;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.35%, rgba(0, 0, 0, 0.23) 40.57%, rgba(0, 0, 0, 0.34) 50.09%, rgba(0, 0, 0, 0.6) 75.74%);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image {
  position: relative;
  margin-bottom: 0;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image a {
  aspect-ratio: unset !important;
  height: 100vh;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image a {
    height: 50vh;
  }
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__images .swiper-slide .wpg__image .image-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 1.875rem;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1.875rem;
  z-index: 97;
  opacity: 0.1;
  display: none;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
  margin-top: 0.625rem;
  position: absolute;
  width: 100%;
  padding: 1.25vw 2vw;
  bottom: 5vw;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 3;
}

@media only screen and (min-width: 64rem) {
  .section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs {
    margin-top: 0.9375rem;
  }
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .thumb_video:after {
  content: "\f144";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .thumb_video .image-popup {
  display: none;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb {
  border-radius: 15px;
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  transition: 0.2s ease;
  border-radius: 15px;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb a {
  border-radius: 5px;
  aspect-ratio: auto 4/2;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide .wpg__thumb a img {
  border-radius: 15px;
}

.section.product .product-details .woocommerce-product-gallery-wrapper .woocommerce-product-gallery .wpg__thumbs .swiper-slide.swiper-slide-thumb-active .wpg__thumb {
  border-radius: 5px;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  background-color: transparent;
  box-shadow: 0 0 6px rgba(56, 171, 223, 0.5);
}

.section.product .product-details .summary.entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  bottom: 15vw;
  left: 6.25vw;
  z-index: 3;
  max-width: 41vw;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary {
    width: 100%;
    max-width: 90%;
  }
}

.section.product .product-details .summary.entry-summary .all_nd_entry-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.section.product .product-details .summary.entry-summary .variation-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #929292;
  font-size: 16px;
}

.section.product .product-details .summary.entry-summary .variation-price:not(:has(.sale)) .regular {
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  color: #000;
}

.section.product .product-details .summary.entry-summary .variation-price:not(:has(.sale)) .regular b {
  color: #F6921E;
  font-size: 17px;
}

.section.product .product-details .summary.entry-summary .variation-price p {
  margin-bottom: 0;
}

.section.product .product-details .summary.entry-summary .variation-price p.regular {
  color: #929292;
  text-decoration: line-through;
  padding: 0px 15px;
}

.section.product .product-details .summary.entry-summary .variation-price p.sale {
  font-weight: 500;
  color: #F6921E;
  font-size: 24px;
}

.section.product .product-details .summary.entry-summary .variation-price p span.text {
  display: none;
}

.section.product .product-details .summary.entry-summary .contact-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.section.product .product-details .summary.entry-summary .contact-product .item {
  background: rgba(0, 102, 255, 0.0588235294);
  border-radius: 8px;
  transition: 0.4s;
  cursor: pointer;
}

.section.product .product-details .summary.entry-summary .contact-product .item.zalo {
  border: 1px solid #0068ff;
  color: #0068ff;
}

.section.product .product-details .summary.entry-summary .contact-product .item.phone {
  border: 1px solid #ff6900;
  background: rgba(255, 105, 0, 0.1);
  color: #ff6900;
}

.section.product .product-details .summary.entry-summary .contact-product .item .inf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  gap: 10px;
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-details .summary.entry-summary .contact-product .item .inf {
    padding: 6px 15px;
  }
}

.section.product .product-details .summary.entry-summary .contact-product .item .inf img {
  max-width: 24px;
  width: 100%;
  height: auto;
}

.section.product .product-details .summary.entry-summary .contact-product .item .inf span {
  white-space: nowrap;
  font-size: 0.8125rem;
}

.section.product .product-details .summary.entry-summary .section-form-phone {
  background-color: #38abdf;
  padding: 10px;
  font-size: 14px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_text i {
  font-size: 40px;
  font-size: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .section-form-phone_text i {
    font-size: 2.1875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .section-form-phone_text i {
    font-size: 2.5rem;
  }
}

.section.product .product-details .summary.entry-summary .section-form-phone_text .text {
  line-height: 22px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_text b {
  color: #F6921E;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form {
  margin-top: 10px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form input {
  padding: 0 10px;
  height: 35px;
  border-radius: 0;
  border: 1px solid #cccccc;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form input[type=submit] {
  background-color: #F6921E;
  color: #fff;
  border: none;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .wpcf7-response-output {
  font-size: 14px;
  margin-top: 5px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .form-phone {
  width: 100%;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .form-phone input {
  width: 100%;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .form-submit {
  position: absolute;
  right: 0;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .form-submit input {
  padding: 0 20px;
}

.section.product .product-details .summary.entry-summary .section-form-phone_form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary {
    margin-top: 25px;
  }
}

.section.product .product-details .summary.entry-summary .product_title {
  color: #fff;
  font-size: 2.25vw;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-details .summary.entry-summary .product_title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-details .summary.entry-summary .product_title {
    font-size: 20px;
  }
}

.section.product .product-details .summary.entry-summary .rating-and-productsold {
  font-size: 14px;
  color: #767676;
  gap: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section.product .product-details .summary.entry-summary .rating-and-productsold .star i {
  color: #fec909;
}

.section.product .product-details .summary.entry-summary .rating-and-productsold .relative:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 60%;
  background-color: #767676;
  transform: translateY(-50%);
}

.section.product .product-details .summary.entry-summary .rating-and-productsold span {
  font-weight: 600;
  color: #000;
}

.section.product .product-details .summary.entry-summary .woocommerce-product-rating {
  margin-top: 5px;
  margin-bottom: 0;
}

.section.product .product-details .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 13px;
  color: #000;
}

.section.product .product-details .summary.entry-summary .price {
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-bottom: 20px;
  margin-top: 0;
  color: #F6921E;
}

.section.product .product-details .summary.entry-summary .price .contact-link {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1;
}

@media only screen and (min-width: 48rem) {
  .section.product .product-details .summary.entry-summary .price .contact-link {
    font-size: 1.6875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary .price .contact-link {
    font-size: 1.875rem;
  }
}

.section.product .product-details .summary.entry-summary .product-content {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  margin: 20px 0;
}

.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 15px;
  color: #4c4b4b;
  font-weight: 400;
  padding-bottom: 10px;
}

.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p,
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 47.99875rem) {

  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p,
  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li {
    padding: 0;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p strong,
.section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li strong {
  flex: 0 0 155px;
  white-space: nowrap;
}

@media only screen and (max-width: 35.99875rem) {

  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description p strong,
  .section.product .product-details .summary.entry-summary .woocommerce-product-details__short-description ul li strong {
    flex: 0 0 130px;
  }
}

.section.product .product-details .summary.entry-summary form.cart {
  display: none;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  flex-direction: column;
}

@media only screen and (min-width: 64rem) {
  .section.product .product-details .summary.entry-summary form.cart {
    margin-top: 0.625rem;
  }
}

.section.product .product-details .summary.entry-summary form.cart>div {
  width: 100%;
}

.section.product .product-details .summary.entry-summary form.cart .variations {
  border-collapse: unset;
  display: none;
}

.section.product .product-details .summary.entry-summary form.cart .variations tbody .label {
  padding: 0;
  text-align: left;
}

.section.product .product-details .summary.entry-summary form.cart .variations tbody tr:nth-child(even) {
  background-color: #fff;
}

.section.product .product-details .summary.entry-summary form.cart .quantity {
  max-width: 90px;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  float: none;
}

.section.product .product-details .summary.entry-summary form.cart .quantity input {
  border-radius: 0px;
  height: 38px;
  border: 1px solid rgba(10, 10, 10, 0.3);
  padding: 0 15px;
  width: 100%;
  min-width: unset;
  max-width: unset;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
}

.section.product .product-details .summary.entry-summary form.cart .quantity input:hover,
.section.product .product-details .summary.entry-summary form.cart .quantity input:focus {
  border-color: rgba(56, 171, 223, 0.5);
}

.section.product .product-details .summary.entry-summary form.cart .single_add_to_cart_button {
  float: none;
}

.section.product .product-details .summary.entry-summary form.cart button[name=add-to-cart] {
  width: 100%;
  color: #fff;
  height: 38px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  background-color: #000;
  border-radius: 5px;
}

.section.product .product-details .summary.entry-summary form.cart button[name=add-to-cart]:hover {
  background-color: #38abdf;
}

.section.product .product-details .summary.entry-summary .product_meta {
  font-size: 14px;
  margin-top: 20px;
  display: none;
}

.section.product .product-details .summary.entry-summary .product_meta>* {
  display: block;
}

.section.product .product-details .summary.entry-summary .product_meta>*:not(:last-child) {
  margin-bottom: 8px;
}

.section.product .product-details .summary.entry-summary .product_meta .sku_wrapper {
  position: relative;
  font-weight: 600;
}

.section.product .product-details .summary.entry-summary .product_meta .sku_wrapper::before {
  content: "\f029";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #38abdf;
  font-size: 15px;
}

.section.product .product-details .summary.entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 600;
}

.section.product .product-details .summary.entry-summary .product_meta .posted_in {
  position: relative;
  font-weight: 600;
}

.section.product .product-details .summary.entry-summary .product_meta .posted_in::before {
  content: "\f03a";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #38abdf;
  font-size: 15px;
}

.section.product .product-details .summary.entry-summary .product_meta .posted_in a {
  font-weight: 600;
  color: #000;
}

.section.product .product-details .summary.entry-summary .product_meta .posted_in a:hover {
  color: #38abdf;
  text-decoration: none;
}

.section.product .product-details .summary.entry-summary .product_meta .tagged_as {
  position: relative;
  font-weight: 600;
}

.section.product .product-details .summary.entry-summary .product_meta .tagged_as::before {
  content: "\f02c";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
  color: #38abdf;
  font-size: 15px;
}

.section.product .product-details .summary.entry-summary .product_meta .tagged_as a {
  font-weight: 600;
  color: #000;
}

.section.product .product-details .summary.entry-summary .product_meta .tagged_as a:hover {
  color: #38abdf;
  text-decoration: none;
}

.section.product .product-after-summary {
  background: #FCF7F1;
  padding: 4rem 0 0;
  position: relative;
  background: #FCF7F1;
  margin-top: -2rem;
  z-index: 10;
  border-radius: 1.5rem 1.5rem 0 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary {
    margin-top: 30px;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary {
    flex-direction: column-reverse;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-left {
  width: 73.58%;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-left {
    width: 100%;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right {
  flex-shrink: 1;
  display: flex;
  margin: 0px;
  inset: 0px;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  width: 23%;
  padding: 0px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right {
  display: flex;
  flex: 1;
  width: 100%;
  position: relative;
  width: 100%;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__detail-priceForm {
  display: flex;
  flex-direction: column;
  width: 21.875rem;
  height: -webkit-fit-content;
  height: fit-content;
  background: white;
  border-radius: 16px;
  margin-left: 4px;
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__detail-priceForm {
    width: 100%;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .priceForm-content {
  width: 100%;
  padding: 16px 16px 20px;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .priceForm-content .header {
  color: #1d94a2;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  border-bottom: 4px solid #fafafa;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price {
  border-bottom: 4px solid #fafafa;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-item span:first-child {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-item span:first-child {
    font-size: 18px;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-item .tour__price-res {
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: line-through;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-item .tour__price-res {
    font-size: 20px;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-actual .tour__price-res {
  color: #1d94a2;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-actual .tour__price-res {
    font-size: 25px;
  }
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__price .tour__price-msg {
  color: #FF7F0A;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 3px;
}

.section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__btn-item {
  background: #1d94a2;
  color: #ececec;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  width: 100%;
  height: 32px;
  border-radius: 100px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .all-col-product-after-summary .product-after-summary-right .container-right .tour__btn-item {
    height: 40px;
    font-size: 18px;
  }
}

.section.product .product-after-summary .container-fluid .all_tongquan_tour .content_tongquan_tour {
  margin-bottom: 60px;
}

.section.product .product-after-summary .container-fluid .all_tongquan_tour .content_tongquan_tour table {
  white-space: pre-wrap;
}

.section.product .product-after-summary .container-fluid .all_tongquan_tour .content_tongquan_tour table tbody {
  width: 100%;
  display: table;
}

.section.product .product-after-summary .container-fluid .all_tongquan_tour .content_tongquan_tour table tbody th,
.section.product .product-after-summary .container-fluid .all_tongquan_tour .content_tongquan_tour table tbody td {
  border: 1px solid #e6e6e6;
}

.section.product .product-after-summary .container-fluid .content_chitiet_tour table {
  white-space: pre-wrap;
}

.section.product .product-after-summary .container-fluid .content_chitiet_tour table tbody {
  width: 100%;
  display: table;
}

.section.product .product-after-summary .container-fluid .content_chitiet_tour table tbody th,
.section.product .product-after-summary .container-fluid .content_chitiet_tour table tbody td {
  border: 1px solid #e6e6e6;
}

.section.product .product-after-summary .container-fluid .widget-title {
  color: #1d94a2;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .widget-title {
    font-size: 25px;
  }
}

.section.product .product-after-summary .container-fluid .flex {
  gap: 20px;
}

@media only screen and (max-width: 35.99875rem) {
  .section.product .product-after-summary .container-fluid .flex {
    flex-wrap: wrap;
  }
}

.section.product .product-after-summary .container-fluid .flex .cell.inf-product {
  width: calc(65% - 10px);
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .flex .cell.inf-product {
    width: 100%;
  }
}

.section.product .product-after-summary .container-fluid .flex .cell.inf-product .widget-title {
  border-bottom: solid 2px #F6921E;
  color: #fff;
}

.section.product .product-after-summary .container-fluid .flex .cell.inf-product .widget-title span {
  background: #F6921E;
  display: inline-block;
  padding: 7px 40px;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
}

.section.product .product-after-summary .container-fluid .flex .cell.inf-product .woocommerce-tabs.wc-tabs-wrapper {
  background-color: #fff;
  padding: 20px;
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product {
  width: calc(35% - 10px);
  border-radius: 6px;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 20px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .container-fluid .flex .cell.sidebar-product {
    width: 100%;
  }
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product .widget-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product .products {
  grid-template-columns: repeat(1, 1fr);
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product .products .woocommerce-loop-product__link {
  display: flex;
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product .products .woocommerce-loop-product__link .cover.thumbnails {
  width: 25%;
}

.section.product .product-after-summary .container-fluid .flex .cell.sidebar-product .products .woocommerce-loop-product__link .variation-price {
  position: absolute;
  bottom: 0;
  left: calc(25% + 15px);
  width: 75%;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs {
  display: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  justify-content: center;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs:hover,
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs:focus {
  border-bottom-color: rgba(246, 146, 30, 0.2);
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs>li>a {
  background-color: #fff;
  /*box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);*/
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs>li.active>a,
.section.product .product-after-summary .wc-tabs-wrapper .wc-tabs>li:focus>a {
  color: #000;
  font-weight: 600;
  border-bottom: 3px solid #F6921E;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab :where(h2, h3, h4, h5, h6) {
  font-family: "Roboto Flex", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab#tab-description>h2:first-child {
  display: none;
}

@media only screen and (max-width: 63.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title {
  font-size: 1rem;
}

@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title {
    font-size: 1.0625rem;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .woocommerce-Reviews-title>span {
  color: #F6921E;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
  margin: 0;
  padding: 1.25rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 10px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist {
    padding: 0;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container {
  display: flex;
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.avatar {
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  padding: 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.avatar {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text {
  position: relative;
  top: -4px;
  margin: 0;
  padding: 0;
  border: none;
  flex: 1 1 0;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text .meta {
  margin-bottom: 5px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text .meta .woocommerce-review__dash {
  color: #adb5bd;
  font-size: 13px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text .meta .woocommerce-review__published-date {
  color: #adb5bd;
  font-size: 13px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text .description {
  font-size: 15px;
  line-height: 1.6;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist .comment_container>.comment-text .description p {
  line-height: inherit;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment) {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment) {
    padding: 10px;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment):not(:last-child) {
  margin-bottom: 15px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment) .children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding-left: 50px;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment) .children {
    padding-left: 10px;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #comments .commentlist> :where(li.review, li.comment) .children>li.comment {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 15px;
}

@media only screen and (min-width: 64rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 1 1 0;
  }
}

@media only screen and (max-width: 63.99875rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #review_form {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
  font-size: 1rem;
  font-weight: 700;
}

@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title {
    font-size: 1.0625rem;
  }
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #reply-title #cancel-comment-reply-link {
  font-size: 13px;
  color: #38abdf;
  font-weight: 400;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  margin-top: 10px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating>label {
  font-size: 15px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating>label .required {
  color: #38abdf;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-rating select#rating {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment {
  margin-top: 10px;
  margin-bottom: 5px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment>label {
  display: none;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment>label .required {
  color: #38abdf;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea {
  padding: 10px;
  font-size: 15px;
  border: 1px solid rgba(246, 146, 30, 0.5);
  border-radius: 8px;
  width: 100%;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #000;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea::placeholder {
  font-weight: 500;
  color: #000;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .comment-form-comment textarea:focus {
  border: 1px solid #F6921E;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .form-submit [type=submit] {
  background-color: #F6921E;
  color: #fff;
  font-weight: 500;
  height: 40px;
  border: none;
  padding: 0 15px;
  border-radius: 5px;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews #review_form_wrapper #respond #commentform .form-submit [type=submit]:hover {
  background-color: #38abdf;
}

.section.product .product-after-summary .wc-tabs-wrapper .wc-tab #reviews .clear {
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  white-space: nowrap;
}

.section.product .product-after-summary .related.products {
  padding-bottom: 30px;
}

.section.product .product-after-summary .related.products .products {
  display: grid;
  grid-auto-flow: row;
  width: 100%;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .related.products .products {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}

@media only screen and (min-width: 48rem) {
  .section.product .product-after-summary .related.products .products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64rem) {
  .section.product .product-after-summary .related.products .products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.section.product .section-product-related {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  background: #FCF7F1;
}

@media only screen and (min-width: 64rem) {
  .section.product .section-product-related {
    padding-top: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .section.product .section-product-related {
    padding-bottom: 1.875rem;
  }
}

.section.product .section-product-related .widget-title {
  color: #1d94a2;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section.product .section-product-related .widget-title {
    font-size: 25px;
  }
}

.section.product .section-product-related .products .product .custom-product-image-wrapper {
  height: 100%;
}

.section.product .section-product-related .products .product .custom-product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** */
.widget_shopping_cart {
  left: auto !important;
  position: absolute;
  top: 105%;
  right: 0;
  width: 300px;
  background-color: transparent;
  text-align: left;
  z-index: 1499;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.53, 0.01, 0.18, 1);
  margin-bottom: 0;
  visibility: hidden;
  padding-top: 5px;
}

@media only screen and (min-width: 48rem) {
  .widget_shopping_cart ul.product_list_widget {
    height: auto;
  }

  .widget_shopping_cart ul.product_list_widget li {
    padding: 8px 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    border-bottom: none;
  }

  .widget_shopping_cart p.total {
    background: none;
    border: none;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #0a0a0a;
  }

  .widget_shopping_cart p.total strong {
    font-size: 14px;
    font-weight: 500;
  }

  .widget_shopping_cart p.total .amount {
    font-weight: 700;
    color: #38abdf;
  }

  .widget_shopping_cart p.buttons {
    background: none;
    padding: 0;
  }

  .widget_shopping_cart a.button {
    display: block;
    margin-top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    background-color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    border-radius: 5px;
  }

  .widget_shopping_cart a.button:hover {
    color: #fff;
    background-color: #F6921E;
    border: 1px solid #38abdf;
  }

  .widget_shopping_cart a.button::after {
    display: none;
  }

  .widget_shopping_cart a.button.checkout {
    margin-top: 10px;
    color: #fff;
    background-color: #38abdf;
    border-color: #38abdf;
  }

  .widget_shopping_cart a.button.checkout:hover {
    color: #fff;
    background-color: #F6921E;
  }

  .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    margin: 8px 0 0 0;
  }
}

/** */
.widget_shopping_cart_content {
  padding: 7px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: 300;
  border-radius: 5px;
}

@media only screen and (min-width: 48rem) {
  .widget_shopping_cart_content {
    overflow: hidden;
  }
}

/** */
@media only screen and (min-width: 48rem) {

  #shopping-cart:hover .widget_shopping_cart,
  #shopping-cart.hover .widget_shopping_cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

#shopping-cart .header-cart-contents .icon::before {
  content: "\f07a";
  font-weight: 300;
}

/** */
.woocommerce-mini-cart__total.total {
  border-top: 1px double #e9e6ed;
}

ul.cart_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cart_list li.mini_cart_item {
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
  padding: 8px 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  border-bottom: none;
}

ul.cart_list li.mini_cart_item .item-image-holder {
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 5px;
}

ul.cart_list li.mini_cart_item .item-image-holder a {
  outline: none;
  display: block;
  padding: 0;
}

ul.cart_list li.mini_cart_item .item-image-holder img {
  display: block;
  margin: 0;
  float: none;
  width: 100%;
  height: auto;
  max-width: unset;
}

ul.cart_list li.mini_cart_item .item-info-holder {
  padding-right: 15px;
  flex: 1 1 0;
  min-width: 0;
}

ul.cart_list li.mini_cart_item .item-info-holder .product-title {
  margin-bottom: 0;
  font-size: 13px;
}

ul.cart_list li.mini_cart_item .item-info-holder .product-title>a {
  outline: none;
  padding: 0;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}

ul.cart_list li.mini_cart_item a.remove {
  position: absolute;
  top: 10px;
  right: 0px;
  left: auto;
  padding: 0;
  text-indent: 0;
  font-size: 20px;
  outline: none;
  width: 0.875rem;
  height: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  border-radius: 50%;
  background-color: rgba(246, 146, 30, 0.8);
  color: #fff;
}

ul.cart_list li.mini_cart_item a.remove::before {
  display: none;
}

ul.cart_list li.mini_cart_item>a:not(.remove) {
  flex: 1 1 0;
  display: flex;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  line-height: 1.3;
  font-size: 14px;
  align-items: flex-start;
  padding: 0 10px 0 0;
}

ul.cart_list li.mini_cart_item>a:not(.remove) img {
  width: 50px;
  border-radius: 5px;
  display: block;
}

ul.cart_list li.mini_cart_item dl.variation {
  margin: 5px 0 0 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}

ul.cart_list li.mini_cart_item dl.variation dt {
  margin-bottom: 0;
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 5px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: normal;
}

ul.cart_list li.mini_cart_item dl.variation dd {
  margin-bottom: 0;
  flex: 0 0 calc(60% - 5px);
  max-width: calc(60% - 5px);
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

ul.cart_list li.mini_cart_item dl.variation dd>* {
  margin-bottom: 0;
}

ul.cart_list li.mini_cart_item .quantity {
  color: #F6921E;
  font-weight: 500;
  font-size: 14px;
}

ul.cart_list li.mini_cart_item .quantity .amount {
  font-weight: 700;
  color: #38abdf;
}

ul.cart_list li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100%;
  float: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  display: block;
  word-break: break-word;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content #ez-toc-container {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content table.table_product {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content table.table_product tbody {
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content table.table_product tbody tr {
  display: flex;
}

@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content table.table_product tbody tr {
    flex-direction: column;
  }
}

@media only screen and (max-width: 47.99875rem) {
  .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content table.table_product tbody tr td {
    width: 100% !important;
  }
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content.expanded {
  max-height: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description.entry-content iframe {
  width: 100%;
}

#btn-more-content {
  color: #fff;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 8px 24px;
  text-align: center;
  margin: 0 auto 20px auto;
  background: #f6921e;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
  gap: 10px;
}

#btn-more-content:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 6px;
  transform: rotate(0deg);
}

#btn-more-content:hover {
  background: #F6921E;
  transition: 0.3s;
}

#btn-more-content.active:after {
  transform: rotate(180deg);
  padding-left: 0;
  padding-right: 6px;
}

#tab-additional_information h2 {
  font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: none;
  box-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
}

.woocommerce #reviews #comment {
  height: 120px;
}

.woocommerce #review_form #respond p.comment-form-author {
  display: flex;
  flex-direction: column;
}

.woocommerce #review_form #respond p.comment-form-author label,
.woocommerce #review_form #respond p.comment-form-email label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.woocommerce #review_form #respond p.comment-form-author input,
.woocommerce #review_form #respond p.comment-form-email input {
  border-radius: 8px;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  height: 35px;
}

.woosb-wrap.woosb-bundled {
  margin-top: 10px;
}

.woosb-wrap .woosb-summary {
  font-weight: 600;
}

.woosb-products .woosb-product .woosb-title .woosb-name a {
  color: #000;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
}

table.cart td.actions .coupon input[name=coupon_code] {
  width: 220px;
  max-width: 80%;
  height: 40px;
  font-size: 14px;
}

.woocommerce .quantity .qty {
  height: 40px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #000;
}

.woosb-products .woosb-product .woosb-quantity input {
  border: 1px solid #e5e5e5;
}

.woocommerce table.shop_table td a {
  color: #000;
  font-weight: 500;
}

a.checkout-button.button.alt.wc-forward,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #38abdf;
}

a.checkout-button.button.alt.wc-forward:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: #F6921E;
}

#billing_first_name_field {
  width: 100%;
}

ul.payment_methods li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.buy_now_button {
  display: none !important;
  margin-left: 4px !important;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  border: solid 1px #F6921E !important;
  font-size: 15px !important;
  color: #fff !important;
  background: #F6921E !important;
  border-radius: 0px !important;
}

@media only screen and (max-width: 35.99875rem) {
  .buy_now_button {
    margin-left: 0 !important;
    margin-top: 5px !important;
    width: 100%;
  }
}

.buy_now_button i {
  padding-right: 3px;
}

.buy_now_button:hover {
  background: #d06505 !important;
  color: #ff0 !important;
}

.btn-buynow button.single_add_to_cart_button.loading:after {
  display: none;
}

.btn-buynow button.single_add_to_cart_button.button.alt.loading {
  color: #fff;
  pointer-events: none !important;
}

.btn-buynow button.buy_now_button {
  position: relative;
  color: rgba(255, 255, 255, 0.05);
}

.btn-buynow button.buy_now_button:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.woocommerce-checkout .woocommerce-order {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce-order .woocommerce-cart-progress-bar {
  order: 1;
}

@media only screen and (max-width: 35.99875rem) {
  .woocommerce-checkout .woocommerce-order .woocommerce-cart-progress-bar {
    margin-bottom: 30px;
  }
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice--success.woocommerce-thankyou-order-received {
  order: 2;
}

.woocommerce-checkout .woocommerce-order ul.order_details {
  order: 3;
}

@media only screen and (max-width: 35.99875rem) {
  .woocommerce-checkout .woocommerce-order ul.order_details {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 35.99875rem) {
  .woocommerce-checkout .woocommerce-order ul.order_details li {
    border-right: none;
  }
}

.woocommerce-checkout .woocommerce-order>p {
  order: 4;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  order: 5;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  order: 6;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: inline-table;
  width: 100%;
}

.woocommerce-checkout form.checkout.woocommerce-checkout label {
  display: block;
  margin-bottom: 0;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.woocommerce-checkout form.checkout.woocommerce-checkout input,
.woocommerce-checkout form.checkout.woocommerce-checkout textarea {
  height: 40px;
  border: 1px solid #d2d6dc;
  border-radius: 0.3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout textarea {
  height: 90px;
  padding: 10px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 40px;
  line-height: 40px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.woocommerce-checkout h3 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .woocommerce-checkout h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 64rem) {
  .woocommerce-checkout h3 {
    font-size: 1.5rem;
  }
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 35.99875rem) {

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout .woocommerce-page .col2-set {
  width: 48%;
  float: left;
}

@media only screen and (max-width: 35.99875rem) {

  .woocommerce-checkout .woocommerce .col2-set,
  .woocommerce-checkout .woocommerce-page .col2-set {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
  width: 100%;
  margin-top: 10px;
}

.woocommerce-additional-fields h3 {
  margin-bottom: 5px;
  display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item span {
  font-size: 14px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.selected {
  box-shadow: 0 0 0 2px #F6921E !important;
}

.rx_listing .rx_review_block .rx_body .rx_photo {
  height: 100px !important;
}

.rx_listing .rx_review_block .rx_body .rx_photo .popup-link,
.rx_listing .rx_review_block .rx_body .rx_photo .popup-link>a {
  height: 100% !important;
}

.woocommerce-Reviews-title {
  display: none;
}

.rx_review_summery_block {
  display: none;
}

/**  giở hàng */
.woocommerce-cart .section.singular.page .grid-posts {
  display: unset;
}

.woocommerce-cart .section.singular.page .grid-posts .sidebar-col {
  display: none;
}

.woocommerce-cart .section.singular.page .grid-posts .content-col {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 40%;
}

@media only screen and (max-width: 35.99875rem) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none;
}

/** Thành toán */
.woocommerce-checkout .section.singular.page .grid-posts {
  display: unset;
}

.woocommerce-checkout .section.singular.page .grid-posts .sidebar-col {
  display: none;
}

.woocommerce-checkout .section.singular.page .grid-posts .content-col {
  width: 100%;
}

.woocommerce-checkout .woocommerce .col2-set,
.woocommerce-checkout .woocommerce-page .col2-set {
  width: 45%;
}

@media only screen and (max-width: 35.99875rem) {

  .woocommerce-checkout .woocommerce .col2-set,
  .woocommerce-checkout .woocommerce-page .col2-set {
    width: 100%;
  }
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 50%;
}

@media only screen and (max-width: 35.99875rem) {

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    width: 100%;
  }
}

/** */
.body.yith-wcan-preset-modal-open:after {
  display: none !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.wpg__image.cover {
  margin-bottom: 25px;
}

.image-popup {
  display: none;
}

/*# sourceMappingURL=woocommerce.css.map*/