/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.bundle-product {
  border-bottom:solid 1px #cccccc;
  margin-bottom:20px;
  padding-bottom:20px;
}
.bundle-product select {
  border: 1px solid #e7e7e7;
  height: 35px;
  min-width: 15rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 11px;
  line-height: 1.8rem;

}
.bundle-product-name {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.bundle-product-actions {
  -webkit-box-flex: 0 0 30%;
  -moz-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.wk-bundle-margin-top-2 {
  margin-top: 2rem;
}

.wk-bundle-rounded {
  border-radius: 0.25rem;
}

.wk-bundle-text-right {
  text-align: right;
}

.wk-padding-point-5 {
  padding: 0.5rem;
}

.wk-bundle-border {
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.wk-bundle-border-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wk-is-required-block {
  color: #9a9a9a;
}

.wk-bundle-sub-product .color {
  box-shadow: none;
}

.wk-bundle-sub-product .wk-product-quantity .wk-qty,
.wk-bundle-sub-product .wk-product-quantity .wk-qty .input-group {
  /* width: 100% !important; */
  margin-right: 0 !important;
}

.wk-bundle-sub-product .product-cover img {
  box-shadow: none !important;
}

.wk-sub-product-variants>.product-variants-item select {
  background-color: #fff;
  padding-right: 1.875rem;
}

.wk-sub-product-variants>.product-variants-item ul li {
  margin-right: 0.625rem;
}

.wk-bundle-product-select .wk-select-sub-product {
  width: 100%;
}

/* Start Left Column Slider CSS */
.wk_bp_slider_view {
  padding: 1rem;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.wk_bp_slider_view .carousel-indicators {
  position: absolute;
  bottom: -16px;
  left: 41%;
  z-index: 15;
  width: 78%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  top: auto;
  bottom: -14px;
}

.wk_bp_slider_view .carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #7a7a7a;
}

/* The colour of the indicators */
.wk_bp_slider_view .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.wk_bp_slider_view .carousel-indicators {
  margin-bottom: -18px;
}

.wk_bp_slider_view .carousel-indicators .active {
  background: #707070 !important;
}

/* End Left Column Slider CSS */

/* Start Slider CSS */
.wk_bp_slider_view .MultiCarousel {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* background-color: #ffffff; */
  padding: 0 10px;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item {
  float: left;
  margin-right: 0px;
}

.wk_bp_slider_view .MultiCarousel .MultiCarousel-inner .item>div {
  padding: 5px;
  margin: 5px;
}

.wk_bp_slider_view .MultiCarousel .leftLst,
.wk_bp_slider_view .MultiCarousel .rightLst {
  position: absolute;
  border-radius: 0%;
  top: calc(50% - 20px);
  background-color: #ffffff;
  border: none !important;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 25px;
}

.wk_bp_slider_view .MultiCarousel .leftLst:focus,
.wk_bp_slider_view .MultiCarousel .rightLst:focus {
  outline: none !important;
}

.wk_bp_slider_view .MultiCarousel .leftLst {
  left: 0;
}

.wk_bp_slider_view .MultiCarousel .rightLst {
  right: 0;
}

.wk_bp_slider_view .MultiCarousel .leftLst.over,
.wk_bp_slider_view .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
  display: none;
}

.wk_quantity_wanted {
  color: #232323;
  background-color: #fff;
  padding: 0.175rem 0.5rem;
  width: 3rem;
}

.wk_disable {
  pointer-events: none;
  cursor: not-allowed !important;
}

.wk_disabled {
  /* pointer-events: none; */
  cursor: not-allowed !important;
}

.wk-product-right-block .add-to-cart {
  font-size: 12px;
}

.wk_plus_symbol_grid {
  position: absolute;
  top: 50%;
  left: -12px;
  color: #9b9b9b !important;
}

.wk-ribbon-wrapper-bp {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.wk-ribbon-bp {
  font: bold 10px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 4px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #9b9b9b;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.wk-ribbon-bp:before,
.wk-ribbon-bp:after {
  content: "";
  position: absolute;
  bottom: -3px;
}

.wk-ribbon-bp:before {
  left: 0;
}

.wk-ribbon-bp:after {
  right: 0;
}

@media screen and (max-width: 480px) {
  .wk_plus_symbol_grid {
    display: none;
  }
}

@media screen and (max-width: 684px) {
  .wk_plus_symbol_grid {
    display: none;
  }
}

.wk-bp-cart-popup {
  font-size: 10px !important;
}

.wk-sub-product-variants .input-color:checked+span {
  border: 2px solid #2fb5d0 !important;
}

.wk-bp-color-border {
  border: 2px solid #2fb5d0 !important;
}

.wk-sub-product-variants .input-color:hover+span {
  border: 2px solid #2fb5d0 !important;
}

.wk-bundle-product-select {
  text-align: center;
}

.wk-bundle-product-select .wk-select-sub-product {
  width: 75%;
  text-align: center;
  overflow: hidden;
  white-space: inherit;
}

.wk_grid_section_title {
  background-color: #f1f1f1;
  padding: 5px 8px;
  margin-bottom: 5px;
}

.wk-bp-custom-margin-t {
  margin: 5px 0px !important;
}

.wk-bp-custom-padding-t {
  padding: 5px 0px !important;
}

.wk-bp-custom-margin-b {
  margin-bottom: 5px !important;
}

.wk-bp-custom-margin-2-t {
  margin-top: 2px !important;
}

.wk-bp-custom-margin-10-t {
  margin-top: 10px !important;
}

.wk-bp-custom-margin-2-b {
  margin-bottom: 2px !important;
}

.wk-sub-product-title {
  font-size: 14px;
  color: #232323;
  letter-spacing: 0;
}

.wk-bundle-sub-product .product-cover {
  margin-bottom: 6px;
}

.wk-bp-grid-dropdown {
  background-color: #ffffff !important;
}

.wk-row-margin {
  margin-bottom: 25px;
}

.wk_bp_loading-image {
  position: absolute;
  top: 212px;
  left: 100px;
  z-index: 10;
}

.wk-loader-disable-element {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.wk_bp_slider_view .wk-btn-slider {
  padding: 1px 6px !important;
  border-width: 0px !important;
  border-color: none;
  background-color: #f1f1f1 !important;
  cursor: pointer;
}

.wk-bp-slider-view-title {
  background-color: #f1f1f1;
}

.wk-bp-slider-view-body {
  background-color: #ffffff;
}

.wk_bp_slider_view-title {
  padding-bottom: 6px !important;
}

.wk_bp_slider_view .item {
  position: relative;
}

.wk_bp_cancel {
  position: absolute;
  z-index: 1;
  right: 12px;
  background-color: #ffffff;
  color: rgb(112, 109, 109);
  box-shadow: 0px 0px 3px rgba(75, 74, 74, 0.3);
  opacity: 0.5;
  top: 12px;
  cursor: pointer;
}

.wk_bp_cancel .material-icons {
  color: black;
}

.wk_bundle_section_redirect .wk_chk_circle {
  color: #5a9913;
}

.wk_bundle_section_redirect .wk_add_circle {
  color: #7a7a7a;
}

.wk-section-right-block .card-block {
  padding-top: 0.5rem !important;
}

.highlight {
  border: 2px solid #2fb5d0;
}

/* .quickview .wk-section-right-block {
    display: none !important;
} */


.wk-promo-bp-configure {
  text-align: center;
  margin: 1rem;
}

.wk_bp_promo-start-price {
  font-size: 11px;
  text-decoration: #000000;
}

@media only screen and (max-width: 769px) {
  .wk_bp_section_resp {
    margin-bottom: 1.5rem;
  }

  .card {
    background-color: #fff !important;
  }

  .wk-bundle-product-select .wk-select-sub-product {
    width: 100%;
  }
}

.wk-bundle-product-select {
  margin-top: 5px;
}

.wk-select-border {
  border: 2px solid #2fb5d0 !important;
}

.wk_bundle_promotion_slider_cont .bx-next {
  position: absolute;
  top: 40%;
  right: 14px;
  z-index: 999;
  width: 40px !important;
  height: 40px !important;
  text-indent: -999999px;
  background: url(../../img/gray_next.png) no-repeat 0 0px;
  display: block;
  outline: none;
}

/*previous button*/
.wk_bundle_promotion_slider_cont .bx-prev {
  position: absolute;
  top: 40%;
  left: 14px;
  z-index: 999;
  width: 40px !important;
  height: 40px !important;
  text-indent: -999999px;
  background: url(../../img/gray_prev.png) no-repeat 0 0px;
  display: block;
  outline: none;
}

.quickview .wk_bundle_section_redirect {
  display: none;
}

.quickview .wk-section-right-block {
  text-align: left;
}

.quickview .wk-section-right-block-top {
  margin-left: 2.5rem;
}

/** Touch sping design **/
.wk-touch-btn {
  position: absolute;
}

.wk-bootstrap-touchspin-down {
  position: relative;
  top: -26px;
  left: -12px;
  size: 5px;
  padding: 0;
  /* background: #ffffff; */
  cursor: pointer;
  color: initial;
}

.wk-bootstrap-touchspin-up {
  position: relative;
  top: -22px;
  size: 5px;
  left: -12px;
  padding: 0;
  /* background: #ffffff; */
  cursor: pointer;
  color: initial;
}

.wk-bootstrap-touchspin-down i, .wk-bootstrap-touchspin-up i {
  font-size: 18px !important;
}

.wk-boot-touchspin a:hover, .wk-boot-touchspin a:visited, .wk-boot-touchspin a:focus {
  color: initial !important;
}

.wk-bootstrap-touchspin-down:focus, .wk-bootstrap-touchspin-up:focus {
  outline: none !important;
}

.wk-boot-touchspin .wk_quantity_wanted {
  height: 38px;
}

.wk-boot-touchspin .wk_touch_spin_bar {
  border-bottom: 1px solid gray;
  position: relative;
  top: -23px;
  size: 6px;
  width: 24px;
  left: -12px;
  z-index: 100;
}

.wk-section-right-block-top {
  text-align: left;
}