@charset "UTF-8";

.websima-product-bundle-cart-name {
  font-size: 12px;
}

.websima-product-bundle-cart-name .item span {
  font-weight: bold;
}

.woocommerce_single_product_bundle {
  margin-top: 1.5rem;
  background: var(--c-neutral-100);
  border-radius: 12px;
  padding: 2rem;
}
.bundle__title {
  text-align: center;
  color: var(--c-primary);
  font-variation-settings: var(--fw-400);
}
.woocommerce_single_product_bundle .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #585859;
}

.product-bundle-wrapper .item-product:first-child {
  margin-top: 1.5rem;
}

.product-bundle-wrapper .item-product {
  padding: 1rem;
  margin-top: 1.5rem;
  border-radius: 2rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  display: flex;
  gap: 1rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}

.woocommerce_single_product_bundle .head i.closed {
  transform: rotate(-90deg);
}

.woocommerce_single_product_bundle .head i {
  transition: transform 500ms;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transform: rotate(90deg);
}

.product-bundle-wrapper .item-product .item-head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-bundle-wrapper .item-product .product-thumbnail {
  display: flex;
  width: 7rem;
  flex: none;
  /* border-radius: 12px; */
  /* background-color: #f7f7f7; */
  /* padding: 8px; */
  align-items: center;
  justify-content: center;
}

.product-bundle-wrapper .item-product .product-thumbnail img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.product-bundle-wrapper .item-product .product-title {
  display: inline-block;
  flex: 1 0 0;
  font-size: 13px;
}

.product-bundle-wrapper .item-product .product-bot {
  flex: 1;
}

.product-bot .price > span:before,
.product-bot .price ins:before {
  font-size: 12px;
  line-height: 1;
}

.product-bot .on-sale {
  left: unset;
  right: 0;
  top: 4px;
}

.product-bot .reg-price {
  font-size: 12px;
  padding-right: 40px;
  color: #999999;
}

.product-bot .price > span,
.product-bot .price ins {
  font-size: 16px !important;
  gap: 6px !important;
  line-height: 1;
}

.product-bot .icon-eye:hover {
  background-color: var(--color1);
}

.product-bot .icon-eye {
  transition: background-color 500ms;
  border-radius: 12px;
  background-color: #faba75;
  color: #fff;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.product-bot .woocommerce-Price-currencySymbol {
  font-size: 9px !important;
  margin-right: -4px !important;
}

.product-bundle-wrapper .item-product .product-price {
  position: relative;
}

.product-bundle-wrapper .item-product .product-price .sale-percent {
  padding: 2px 5px;
  margin: 5px;
  background: #e54444;
  color: #fff;
}

.product-bundle-wrapper .item-product .product-price .price {
  display: block;
  border: unset;
}
.product-bundle-wrapper .item-product .product-price .price .num {
  margin-left: 0.3rem;
  color: var(--c-secondary-shade);
}
@media (min-width: 992px) and (max-width: 1399.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}
