/*
* 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
*/

/* for the hotspot tooltip */
.wk-iamge {
  width: 110px;
  height: 110px;
}
@media only screen and (min-width: 330px) and (max-width: 450px) {
  .wk-iamge {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 330px) {
  .wk-iamge {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .wk-iamge {
    width: 90px;
    height: 90px;
  }
}

.card.card-block.wk-tooltip {
  cursor: default;
}
.card-block {
  padding: 0.25rem 0.25rem 0.5rem !important;
}
.wk-tooltip {
  width: 10vw;
  height: inherit;
}

.wk-tooltip-image {
  width: 100%;
  margin: auto;
  position: relative;
}

.wk-tooltip-image img {
  width: inherit;
  height: inherit;
}

.wk-tooltip-name {
  font-size: 0.8rem;
  color: black;
}
.wk-tooltip-price {
  color: #0aafc7;
  font-size: 0.8rem;
}
.open_in_new {
  color: #525252;
  font-size: 1rem !important;
  position: absolute;
  left: 8.1vw;
  top: 0.2vw;
}

.b {
  border: 1px solid black;
}
.wishlist-button-add {
  display: none !important;
}
.wk-collection-look-product.product-variants {
  background-color: white;
  padding: 5px 13px;
}

.product-variants-item {
  display: inline-grid !important;
  margin: 1.25rem 0px 0.5rem !important ;
}

.product-not-available {
  color: red;
  margin: 0px 0px 16px;
}

.wk_look_cover_img {
  /* width: 33rem; */
  /* height: 29rem; */
  /* background: white; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
}
.wk_look_cover_img_inside {
  width: 100%;
  flex-basis: 50%;
}

.wk-look-li-image {
  width: inherit;
  /*height: inherit;*/
  height: 98px;
}
.wk_look_cover_img img {
  width: inherit;
  height: inherit;
}

.image-selected {
  border: 1px solid #1c1c1c;
}

.wk-banner-image-collection-controller {
  margin-bottom: 40px;
  width: 100%;
  height: 200px;
  position: relative;
}

.wk-banner-image-collection-controller img {
  height: inherit;
  width: inherit;
}

.wk_look_img {
  height: 6rem;
}

.out-of-stock {
  color: red;
}

.text-on-image-collection-banner {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 2.5%;
  width: 94%;
  text-align: center;
  color: white;
  font-size: 2.5vw;
  font-weight: bold;
  word-wrap: break-word;
  height: 35px;
  line-height: 1em;
}

.bootstrap-touchspin .wk-stl-quantity-wk.input-group {
  height: 2.5rem !important;
}

.product-quantity div.bootstrap-touchspin input.form-crol,
.bootstrap-touchspin input.input-group {
  height: 2.75rem !important;
}

.overlay-loader {
  background-color: rgba(1, 1, 1, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wk-choose-option {
  margin: 55px 0px 4px 0px;
}

.wk-stl-loader-div {
  text-align: center;
  margin-top: 20%;
}

.wk-collection-look-product {
  margin-bottom: 5px;
}

.wk-product-name {
  color: #525252;
}
.open_in_new_product i {
  font-size: 1rem;
}

.open_in_new_product {
  color: #525252;
}
.add-to-cart {
  margin-left: -3px !important;
}

.out-of-stock {
  float: right;
}

.product-quantity {
  margin-bottom: 1rem;
}

.images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
}

.scroll-box-arrows {
  display: block !important;
}

.wk-look-li-image-parent {
  display: inline;
  width: 5rem !important;
  height: 5rem !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wk_look_cover_img {
    width: 100% !important;
    height: 23rem;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wk_look_cover_img {
    width: 100% !important;
    height: 30rem;
    text-align: center;
  }
  .bootstrap-touchspin {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
  .wk_look_cover_img {
    width: 100% !important;
    height: 26rem;
  }
  .bootstrap-touchspin {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 374px) {
  .wk_look_cover_img {
    width: 100% !important;
    height: 20rem;
  }
  .bootstrap-touchspin {
    margin-bottom: 20px;
  }
}
.wk-add-to-cart {
  float: right;
}
.wk_ajax_add_to_cart_button .material-icons {
  margin-right: unset !important;
}

.thumb-container.wk-look-li {
  margin: 5px 2px 5px 2px;
}
.action-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
