/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 10:43:45 */
/* PRODUCT BUNDLE CSS */
.bundle-row {
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 0 12px;
  overflow-x: auto;
}

.bundle-meta {
  background-color: #f37921;
  width: fit-content;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: -9px;
  z-index: 1;
  position: relative;
  margin-inline: auto;
}

.bundle-item a {
  display: flex;
  flex-direction: column;
}

.product-bundles {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 24px;
}

.product-bundles>h3 {
  width: 100%;
  margin-bottom: 0;
}

.product-bundles>* {
  flex: 0 0 auto;
  width: 48%;
}

.bundle-row .bundle-item {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  padding: 0 12px;
}

.bundle-item a img {
  width: 100%;
  border-radius: 5px;
}

.bundle-row .bundle-item+.bundle-item::before {
  content: "+";
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  color: #101010;
  left: -6px;
  font-size: 18px;
  font-weight: 500;
}

.bundle-item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.bundle-item a:hover span {
  color: #f6771f;
}

.bundle-row:hover {
  border-color: #f07a23;
}

#nt-woo-single .cr-show-more-reviews-prd {
  margin: 0 !important;
}

/* product__bundles-section */

/* PRODUCT BUNDLE CSS */
/* PRODUCT BUNDLE PAGE */
.product__bundles-section .product-bundles {
  margin-top: 40px;
}

.product__bundles-section .product-bundles > h3 {
  text-align: center;
  width: 100%;
}

.product__bundles-section .product-bundles > * {
  flex: 0 0 auto;
  width: 31%;
}

.product__bundles-section .product-bundles-combo-3 > * {
  width: 48%;
}

.product-bundles-combo-3 {
  width: 100%;
  margin-bottom: 40px;
}

.bundle-meta {
  background-color: #f37921;
  width: fit-content;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: -9px;
  z-index: 1;
  position: relative;
  margin-inline: auto;
}

.bundle-row {
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 0 12px;
  overflow-x: auto;
}

.bundle-row .bundle-item {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  padding: 0 12px;
}

.bundle-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.bundle-item a img {
  width: 100%;
  border-radius: 5px;
}

.bundle-item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  color: #212529;
}

.bundle-row .bundle-item+.bundle-item::before {
  content: "+";
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  color: #101010;
  left: -6px;
  font-size: 18px;
  font-weight: 500;
}

.bundle-row:hover {
  border-color: #f07a23;
}

.bundle-item a span:hover {
  color: #f07a23;
}

.product-bundles-combo-3 .bundle-row .bundle-item {
  flex: auto;
}

@media (max-width: 767px) {
  .product-bundles-combo-2>* {
    width: 47%;
  }
}

@media (max-width: 575px) {
  .product-bundles-combo-3>* {
    width: 100%;
  }

  .product-bundles-combo-2>* {
    width: 100%;
  }
}

/* PRODUCT BUNDLE PAGE */


.product__bundles-section .variations_form .anarkali-btn {
  color: #fff;
  border: 1px solid #f9771f;
  margin-top: 10px;
  background: #f9771f;
}

.product__bundles-section .anarkali-small-title.variations-label {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--anarkali-dark);
  font-size: 14px;
  line-height: 24px;
}

.product__bundles-section .variations_form {
  margin-top: 8px;
}

.product__bundles-section .anarkali-variations-items.variations-items.type-pa_size {
  padding-top: 5px;
}

.product__bundles-section .anarkali-variations-items.variations-items select {
  padding-bottom: 5px;
}

.bundle-btn-wrap {
  text-align: center;
}

.bundle-add-to-cart {
  background-color: #f37921;
  color: #fff;
  border: 1px solid #f37921;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  padding: 6px 8px;
  display: inline-flex;
  margin-top: 12px;
  margin-inline: auto;
  width: fit-content;
}
.bundle-add-to-cart.disable-btn {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  opacity: 0.3;
}

.bundle-variation-select {
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-block: 10px;
  line-height: 1;
  min-height: 38px;
  margin-top: 12px;
  color: #000;
  text-transform: capitalize;
}
.bundle-variation-select:active, .bundle-variation-select:focus, .bundle-variation-select:focus-visible, .bundle-variation-select:focus-within {
  background-color: transparent;
  border-color: #000;
}