/* bundle slider */

.be-main-widgets-container {
  background-color: var(--up-body-bg) !important;
}

.bundle-expert-slideshow .be-settings-dropdown {
  right: 100px;
  top: 15px;
  transform: translateX(0);
}

.owl-carousel-bundle-expert.bundle-expert-slideshow.multi-kit-slideshow {
  padding: 0 !important;
}

.bundle-expert-slideshow .kit-widget {
  background-color: var(--up-bg-wd);
}

.bundle-expert-slideshow .kit-widget-header {
  padding: 15px 0px 30px 0px !important;
}
.bundle-expert-slideshow .kit-widget-header h3 {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--up-text-wd-color);
}

.bundle-expert-slideshow .kit-widget-header {
  background-color: var(--up-body-bg) !important;
  text-align: left !important;
}
.bundle-expert-slideshow .kit-widget-carousel > div {
  border: 0 !important;
}

.bundle-expert-slideshow .kit-items {
  border: 1px solid var(--up-border-color);
  border-radius: 20px;
}

.bundle-expert-slideshow .owl-dots {
  display: none;
}

.bundle-expert-slideshow .plus-symbol svg path {
  fill: var(--up-text-wd-color);
}

.bundle-expert-slideshow .owl-nav {
  background: var(--slider-navigation-bg);
  border: var(--slider-navigation-border);
  border-radius: 48px;
  width: 90px;
  height: 48px !important;
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
  transition: all 0.1s linear;
}
.bundle-expert-slideshow.owl-carousel.owl-carousel-bundle-expert.multi-kit-slideshow > .owl-nav .owl-prev,
.bundle-expert-slideshow.owl-carousel.owl-carousel-bundle-expert.multi-kit-slideshow > .owl-nav .owl-next {
  position: static;
}

.bundle-expert-slideshow .owl-prev i,
.bundle-expert-slideshow .owl-next i {
  color: var(--slider-arrow-color);
}

.bundle-expert-slideshow .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  color: #000;
}
.bundle-expert-slideshow.owl-carousel.owl-carousel-bundle-expert.multi-kit-slideshow > .owl-nav button {
  border: 0 !important;
  border-radius: 50%;
}

.owl-carousel-bundle-expert.bundle-expert-slideshow.multi-kit-slideshow > .owl-nav button:not(.disabled):hover {
  background-color: var(--slider-arrow-hover-bg);
  transition: all 0.2s;
}

.bundle-expert-slideshow .kit-widget-carousel .kit-item-product .be-product-title a,
.kit-widget-table .kit-item-product .be-product-title a {
  color: var(--up-text-wd-color);
}

.bundle-expert-slideshow .kit-item .item-price-discount {
  background-color: var(--special-bg-color);
  border: 1px solid var(--special-bg-color);
  color: var(--special-text-color);
}

.bundle-expert-slideshow .kit-form .kit-item .be-price .be-price-new,
.kit-widget .kit-item .be-price .be-price-new,
.kit-widget .kit-item .be-price-total .be-price-new-total {
  font-weight: 600;
  color: var(--up-text-wd-color);
}

.bundle-expert-slideshow .kit-form .kit-item .be-price,
.kit-widget .kit-item .be-price,
.kit-widget .kit-item .be-price-total {
  font-weight: 600;
  color: var(--up-text-wd-color);
}

.bundle-expert-slideshow .total-default-container {
  display: none;
}

.bundle-expert-slideshow .kit-widget-total-container {
  background-color: var(--up-bg-main);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid var(--up-border-color);
}

.bundle-expert-slideshow .be-price .total-kit {
  color: var(--up-text-wd-color);
  font-size: 24px !important;
  font-weight: 600;
  line-height: 32px;
}

.bundle-expert-slideshow .be-profit-price-row-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 24px;
  background: #e35845;
  padding: 10px 18px;
}

.kit-form .kit-item .be-price .be-price-old,
.kit-widget .kit-item .be-price .be-price-old,
.kit-widget .kit-item .be-price-total .be-price-old-total {
  color: var(--up-text-light-color);
}

.bundle-expert-slideshow .be-profit-price-row-container .be-profit-price-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bundle-expert-slideshow .be-profit-price {
  margin-left: 5px;
}

.kit-widget.be-css .btn-primary,
.kit-form.be-css .btn-primary,
.be-css-popup .modal-dialog .btn-primary {
  background-color: var(--up-bg-pp-add-to-cart);
  color: var(--up-color-pp-add-to-cart);
  border-color: var(--up-bc-pp-add-to-cart);
  border-radius: 44px;
}
.bundle-expert-slideshow .be-image-box {
  position: relative;
}

.bundle-expert-slideshow .be-image-box img {
  border-radius: 14px;
}
.be-image-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.022);
  border-radius: 20px;
}

.bundle-expert-slideshow .be-buttons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bundle-expert-slideshow .be-buttons > a > i {
  color: var(--up-color-pp-add-to-cart);
}

@media (min-width: 768px) {
  .be-image-box {
    padding: 20px;
    margin-bottom: 10px;
  }

  .bundle-expert-slideshow .kit-widget-total-container {
    width: 300px;
  }
  .bundle-expert-slideshow .kit-items {
    padding-right: 300px;
  }
}

@media (min-width: 992px) {
  .bundle-expert-slideshow .kit-widget-total-container {
    width: 220px;
  }
  .bundle-expert-slideshow .kit-items {
    padding-right: 220px;
  }

  .owl-carousel-bundle-expert {
    padding: 20px 0 !important;
  }

  .be-image-box {
    padding: 30px 80px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .owl-carousel-bundle-expert.bundle-expert-slideshow > .owl-nav {
    opacity: 1 !important;
  }
  .be-image-box {
    padding: 20px;
  }

  .bundle-expert-slideshow .kit-widget .kit-items {
    padding-right: 0px;
  }
  .bundle-expert-slideshow .kit-widget-total-container {
    position: relative;
    width: 100%;
    padding-top: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    border-left: 0;
    border-top: 1px solid var(--up-border-color);
  }

  .bundle-expert-slideshow .kit-widget-total-container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .bundle-expert-slideshow .kit-widget-total-container .be-buttons {
    flex-basis: 100%;
  }

  .bundle-expert-slideshow .kit-widget-header h3 {
    padding-right: 120px;
  }
}

@media (max-width: 375px) {
  .bundle-expert-slideshow .kit-item-product .be-product-title a {
    font-size: 12px !important;
  }

  .bundle-expert-slideshow .be-price .total-kit {
    font-size: 18px !important;
  }
}

/* end bundle slider */

/* one slide */

.owl-carousel-bundle-expert .kit-widget {
  background-color: var(--up-bg-wd);
}

.owl-carousel-bundle-expert .kit-widget-header {
  padding: 15px 0px 30px 0px !important;
}
.owl-carousel-bundle-expert .kit-widget-header h3 {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--up-text-wd-color);
}

.owl-carousel-bundle-expert .kit-widget-header {
  background-color: var(--up-body-bg) !important;
  text-align: left !important;
}
.owl-carousel-bundle-expert .kit-widget-carousel > div {
  border: 0 !important;
}

.owl-carousel-bundle-expert .kit-items {
  border: 1px solid var(--up-border-color);
  border-radius: 20px;
}

.owl-carousel-bundle-expert .plus-symbol svg path {
  fill: var(--up-text-wd-color);
}

.owl-carousel-bundle-expert .kit-widget-carousel .kit-item-product .be-product-title a,
.kit-widget-table .kit-item-product .be-product-title a {
  color: var(--up-text-wd-color);
}

.owl-carousel-bundle-expert .kit-item .item-price-discount {
  background-color: var(--special-bg-color);
  border: 1px solid var(--special-bg-color);
  color: var(--special-text-color);
}

.owl-carousel-bundle-expert .kit-form .kit-item .be-price .be-price-new,
.kit-widget .kit-item .be-price .be-price-new,
.kit-widget .kit-item .be-price-total .be-price-new-total {
  font-weight: 600;
  color: var(--up-text-wd-color);
}

.owl-carousel-bundle-expert .kit-form .kit-item .be-price,
.kit-widget .kit-item .be-price,
.kit-widget .kit-item .be-price-total {
  font-weight: 600;
  color: var(--up-text-wd-color);
}

.owl-carousel-bundle-expert .total-default-container {
  display: none;
}

.owl-carousel-bundle-expert .kit-widget-total-container {
  background-color: var(--up-bg-main);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid var(--up-border-color);
}

.owl-carousel-bundle-expert .be-price .total-kit {
  color: var(--up-text-wd-color);
  font-size: 24px !important;
  font-weight: 600;
  line-height: 32px;
}

.owl-carousel-bundle-expert .be-profit-price-row-container {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 24px;
  background: #e35845;
  padding: 10px 18px;
}

.kit-form .kit-item .be-price .be-price-old,
.kit-widget .kit-item .be-price .be-price-old,
.kit-widget .kit-item .be-price-total .be-price-old-total {
  color: var(--up-text-light-color);
}

.owl-carousel-bundle-expert .be-profit-price-row-container .be-profit-price-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel-bundle-expert .be-profit-price {
  margin-left: 5px;
}

.kit-widget.be-css .btn-primary,
.kit-form.be-css .btn-primary,
.be-css-popup .modal-dialog .btn-primary {
  background-color: var(--up-bg-pp-add-to-cart);
  color: var(--up-color-pp-add-to-cart);
  border-color: var(--up-bc-pp-add-to-cart);
  border-radius: 44px;
}

.owl-carousel-bundle-expert .be-image-box {
  position: relative;
}

.owl-carousel-bundle-expert .be-image-box img {
  border-radius: 14px;
}

.be-image-box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.022);
  border-radius: 20px;
}

.owl-carousel-bundle-expert .be-buttons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.owl-carousel-bundle-expert .be-buttons > a > i {
  color: var(--up-color-pp-add-to-cart);
}

@media (min-width: 768px) {
  .be-image-box {
    padding: 20px;
    margin-bottom: 10px;
  }

  .owl-carousel-bundle-expert .kit-widget-total-container {
    width: 300px;
    z-index: 9;
  }

  .owl-carousel-bundle-expert .be-profit-price-row-container {
    margin-bottom: 0;
  }
  .owl-carousel-bundle-expert .kit-items {
    padding-right: 300px;
  }
}

@media (min-width: 992px) {
  .owl-carousel-bundle-expert .kit-widget-total-container {
    width: 220px;
  }
  .owl-carousel-bundle-expert .kit-items {
    padding-right: 220px;
  }

  .owl-carousel-bundle-expert {
    padding: 20px 0 !important;
  }

  .be-image-box {
    padding: 30px 80px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .be-image-box {
    padding: 20px;
  }

  .owl-carousel-bundle-expert .kit-widget .kit-items {
    padding-right: 0px;
  }
  .owl-carousel-bundle-expert .kit-widget-total-container {
    position: relative;
    width: 100%;
    padding-top: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    border-left: 0;
    border-top: 1px solid var(--up-border-color);
  }

  .owl-carousel-bundle-expert .be-profit-price-row-container {
    margin-bottom: 0;
  }

  .owl-carousel-bundle-expert .kit-widget-total-container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .owl-carousel-bundle-expert .kit-widget-total-container .be-buttons {
    flex-basis: 100%;
  }

  .owl-carousel-bundle-expert .kit-widget-header h3 {
    padding-right: 120px;
  }
}

@media (max-width: 375px) {
  .owl-carousel-bundle-expert .kit-item-product .be-product-title a {
    font-size: 12px !important;
  }

  .owl-carousel-bundle-expert .be-price .total-kit {
    font-size: 18px !important;
  }
}
