.template-product-booking #slideThumb {
  display: none; }

.template-product-booking .product-detail {
  padding: 60px 0; }

.template-product-booking .product-question {
  padding: 0; }

.template-product-booking .wrapper-next-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--shop-color-border); }
  .template-product-booking .wrapper-next-product > a {
    color: var(--shop-color);
    font-size: 22px; }

.template-product-booking .product-next {
  width: 50%; }

.product-next {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end; }
  .product-next .product-next--content .title a {
    font-size: 17px;
    display: flex;
    margin-bottom: 5px;
    font-weight: 600;
    display: inline-block;
    color: var(--shop-color-title);
    font-family: var(--font-title-theme); }
  .product-next .product-next--image img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    width: 100%; }

.product-gallery__inner {
  display: flex;
  flex-wrap: wrap;
  background: #fff; }

.product-gallery__thumb {
  margin-top: 10px;
  width: 100%; }
  .product-gallery__thumb .product-thumb {
    border-radius: 2px;
    border: 1px solid #f7f7f7;
    transition: border-color 300ms ease;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-gallery__thumb .product-thumb.swiper-slide-thumb-active {
      border-color: var(--shop-color); }
  .product-gallery__thumb:hover .swiper-nav-thumb .swiper-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .product-gallery__thumb:not(.swiper-initialized) {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px; }
    .product-gallery__thumb:not(.swiper-initialized) .swiper-slide {
      flex: 0 0 calc(100% / 6); }

.product-gallery__slide {
  width: 100%; }
  .product-gallery__slide:not(.swiper-initialized) {
    display: flex;
    flex-wrap: nowrap; }
    .product-gallery__slide:not(.swiper-initialized) .swiper-slide {
      flex: 0 0 100%;
      max-width: 100%; }
  .product-gallery__slide:hover .swiper-nav-main .swiper-button {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.product-gallery .product-thumb__link.boxlazy-img {
  width: 100%; }

.product-gallery .boxlazy-img__aspect img {
  object-fit: cover;
  width: 100%; }

.product-gallery .boxlazy-img__aspect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-gallery .boxlazy-img__aspect iframe {
    max-height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    overflow: hidden; }

.product-gallery .swiper-button {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: scale(0);
  cursor: pointer; }
  .product-gallery .swiper-button svg {
    width: 15px;
    height: 100%;
    display: block;
    margin: 0 auto;
    fill: #000;
    stroke: #000; }
  .product-gallery .swiper-button.swiper-prev {
    left: 10px; }
  .product-gallery .swiper-button.swiper-next {
    right: 10px; }
  .product-gallery .swiper-button.swiper-button-disabled {
    opacity: .8;
    cursor: default; }
    .product-gallery .swiper-button.swiper-button-disabled svg {
      fill: #9e9e9e; }

.product-gallery .swiper-nav-thumb .swiper-button {
  top: calc(50% - 13px);
  width: 26px;
  height: 26px; }
  .product-gallery .swiper-nav-thumb .swiper-button svg {
    width: 11px; }

.list-faqs {
  max-width: 840px;
  font-size: 15px; }
  .list-faqs .faq-item {
    border: none;
    font-size: 17px;
    border-radius: 0;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 12px 30px; }
  .list-faqs .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    position: relative;
    cursor: pointer; }
    .list-faqs .header-faqs:before {
      content: "";
      right: 5px;
      top: 5px;
      position: absolute;
      box-sizing: border-box;
      height: 8px;
      width: 8px;
      border-style: solid;
      border-color: currentColor;
      border-width: 0px 1px 1px 0px;
      transform: rotate(45deg);
      transition: border-width 150ms ease-in-out;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .list-faqs .header-faqs.opened {
      border-color: #000; }
    .list-faqs .header-faqs.opened:before {
      -moz-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .list-faqs .content-faqs {
    display: none;
    padding-top: 10px; }

.form-booking {
  margin-top: 30px; }
  @media (max-width: 992px) {
    .form-booking {
      margin-top: 20px; } }

.widget-wrapper {
  padding: 35px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  box-shadow: 10px 4px 60px rgba(148, 148, 148, 0.15); }
  @media (max-width: 992px) {
    .widget-wrapper {
      padding: 20px; }
      .widget-wrapper.widget-links {
        margin-top: 30px; } }
  .widget-wrapper .widget-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(36, 36, 36, 0.15);
    color: var(--shop-color-title); }
    @media (max-width: 992px) {
      .widget-wrapper .widget-title {
        margin-top: 0px;
        margin-bottom: 15px; } }
    .widget-wrapper .widget-title:before {
      position: absolute;
      content: '';
      height: 3px;
      width: 50px;
      left: 0;
      bottom: -2px;
      background-color: var(--shop-color); }
  .widget-wrapper .widget-menu li {
    margin-bottom: 10px; }
    .widget-wrapper .widget-menu li a {
      font-size: 17px;
      color: var(--shop-color-title); }
      .widget-wrapper .widget-menu li a:hover {
        transition: .3s all;
        color: var(--shop-color); }
        .widget-wrapper .widget-menu li a:hover i {
          margin-left: 5px;
          transition: .3s all; }
  .widget-wrapper .widget-menu ul {
    padding-left: 15px;
    padding-top: 5px; }
    .widget-wrapper .widget-menu ul li {
      margin-bottom: 5px; }
      .widget-wrapper .widget-menu ul li a {
        font-size: 14px; }

.product-widget-banner {
  position: relative;
  z-index: 1;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .product-widget-banner {
      margin-top: 20px; } }
  .product-widget-banner .product-add-content {
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    box-shadow: 10px 4px 60px rgba(148, 148, 148, 0.15); }
    .product-widget-banner .product-add-content .title {
      color: currentColor;
      text-decoration: underline;
      margin-bottom: 20px;
      font-family: var(--font-title-theme); }
    .product-widget-banner .product-add-content .desc {
      font-size: 17px;
      color: currentColor; }
    .product-widget-banner .product-add-content .button {
      margin-top: 20px; }
    .product-widget-banner .product-add-content:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: .55;
      background-color: #000; }

.productDetail_style__01 {
  padding: 30px 0; }
  .productDetail_style__01 .wrapbox-left .select-actions {
    display: flex;
    gap: 15px;
    flex-direction: column; }
    .productDetail_style__01 .wrapbox-left .select-actions .addcart-area {
      flex: 1;
      margin-top: 0; }
    .productDetail_style__01 .wrapbox-left .select-actions .quantity-area .quantity-input,
    .productDetail_style__01 .wrapbox-left .select-actions .quantity-area .qty-btn {
      width: 48px;
      height: 48px;
      line-height: 48px; }
  .productDetail_style__01 .productDetail--content .product-price {
    background: unset;
    padding: 0 !important; }
  .productDetail_style__01 .productDetail--main {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .productDetail_style__01 .productDetail--gallery {
    position: relative;
    background: #fff; }
  .productDetail_style__01 .productDetail--gallery .productList-slider .product-gallery img {
    cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }
  .productDetail_style__01 .productDetail--gallery .productList-slider .owl-dots {
    display: none; }
  @media (min-width: 992px) {
    .productDetail_style__01 {
      /*.combo-info--vertical {
		.combo-info--content {display: flex;justify-content: space-between;flex-wrap: wrap;}
		.combo-content--name {flex: 0 0 100%;max-width: 100%;}
		.combo-content--total {flex: unset;}
		.combo-item {flex: 0 0 24%;max-width: 24%;}
		.combo-item--images a {border: 1px solid #dfdfdf;width: 150px;}
		.combo-item:not(:last-child) .combo-item--images:before {left: 150px;}
		.combo-content--total {border-top:0;border-left: 1px dashed #ddd;padding-top: 0;padding-left: 30px;}
		.combo-content--total .wrapbox-total {flex-direction: column;justify-content: center;align-items: flex-start;}
		.combo-content--total .wrapbox-total .combo-total {margin-bottom: 10px;margin-right: 0;}
	}*/ }
      .productDetail_style__01 .product-container-gallery {
        padding: 15px;
        padding-left: 0; }
      .productDetail_style__01 .productDetail--box .product-description,
      .productDetail_style__01 .productDetail--box .product-coupon,
      .productDetail_style__01 .productDetail--box .product-question {
        padding: 0;
        margin-top: 30px; }
      .productDetail_style__01 .productDetail--content .wrapbox-detail {
        padding-right: 0; }
      .productDetail_style__01 .productDetail--gallery {
        width: 50%; }
      .productDetail_style__01 .productDetail--content {
        width: 50%;
        background: #fff; }
      .productDetail_style__01 .productCarousel-slider:not(.owl-loaded) .product-gallery {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%; }
      .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
        flex: 0 0 calc((100% - 75px)/6);
        max-width: calc((100% - 75px)/6);
        margin-right: 15px; }
      .productDetail_style__01 .product-deliverly {
        border-radius: 4px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 15px; } }
  @media (max-width: 991px) {
    .productDetail_style__01 .productDetail--main {
      display: block; }
    .productDetail_style__01 .productDetail--gallery .productList-thumb {
      padding: 15px; }
    .productDetail_style__01 .productCarousel-thumb:not(.owl-loaded) .product-thumb {
      flex: 0 0 calc((100% - 60px)/5);
      max-width: calc((100% - 60px)/5);
      margin-right: 15px; }
    .productDetail_style__01 .wrapbox-right .wrapbox-detail {
      padding: 0; }
    .productDetail_style__01 .wrapbox-right .product-banner {
      margin-bottom: 0px; } }

.productDetail-related .owlCarousel-dfex:not(.owl-loaded, .owl-loaded) .product-loop-slide,
.productDetail-recently-viewed .owlCarousel-dfex:not(.owl-loaded, .owl-loaded) .product-loop-slide {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 992px) {
    .productDetail-related .owlCarousel-dfex:not(.owl-loaded, .owl-loaded) .product-loop-slide,
    .productDetail-recently-viewed .owlCarousel-dfex:not(.owl-loaded, .owl-loaded) .product-loop-slide {
      flex: 0 0 50%;
      max-width: 50%; } }

.productDetail-related {
  margin-top: 0px;
  margin-bottom: 0; }
  .productDetail-related .productRelated-title h2 {
    margin: 0 0 20px;
    font-size: 24px;
    text-align: left; }
  .productDetail-related .product-loop .proloop-actions__inner .actions-secondary .button .btnico + span {
    display: none; }
  .productDetail-related .listProduct-row {
    margin: 0; }
  @media (min-width: 768px) {
    .productDetail-related .productRelated-content {
      margin: 0 -7px; } }
  @media (max-width: 767px) {
    .productDetail-related .listProduct-row {
      margin: 0 -2px; }
    .productDetail-related .productRelated-title h2 {
      font-size: 18px;
      padding-left: 15px; }
    .productDetail-related .owl-stage {
      left: -18px; } }

.productDetail-recently-viewed {
  margin-top: 40px; }
  .productDetail-recently-viewed .productViewed-title h2 {
    margin: 0 0 20px;
    font-size: 24px;
    text-align: left; }
  .productDetail-recently-viewed .listProduct-row {
    margin: 0; }
  @media (min-width: 768px) {
    .productDetail-recently-viewed .productViewed-content {
      margin: 0 -7px; } }
  @media (max-width: 991px) {
    .productDetail-recently-viewed {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .productDetail-recently-viewed .listProduct-row {
      margin: 0 -2px; }
    .productDetail-recently-viewed .productViewed-title h2 {
      font-size: 18px;
      padding-left: 15px; }
    .productDetail-recently-viewed .owl-stage {
      left: -18px; } }
