/*
* 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-grid-view-image-text {
  word-break: break-all;
}
.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: 0.8rem !important;
  position: absolute;
  left: 8.1vw;
  top: 0.2vw;
}

.b {
  border: 1px solid black;
}

/* list_view start */
.wk_list_view {
  width: 77%;
  margin: auto !important;
  margin-bottom: 20px !important;
}
.main-collection-box img {
  width: 100%;
  height: 100%;
}

.main-collection-box {
  padding: 18px;
  /* width: 77%;
    margin: auto !important; */
  background: white;
  margin-top: 20px !important;
}

.main-collection-box li {
  font-size: 14px;
  margin-left: 10px;
  list-style-type: disc;
}

.collection-detail {
  margin-top: 6%;
  display: inline-block;
  padding: 0px 20px;
}

.collection-detail-quantity {
  margin-left: 8px;
  margin-top: 26px;
}

.collection-price {
  padding-top: 12%;
  text-align: end;
}
.collection-detail .row > * {
  vertical-align: middle;
}

.collection-image-inside-div {
  display: inline-block;
  max-width: 100% !important;
  height: 11.5rem;
}

.collection-box-look-price p {
  color: #2eb5d2;
}
.collection-box-look-price {
  padding: 5px;
}

.collection-box-explore-look-button {
  text-align: end;
}

.b {
  border: 2px solid black;
}

.collection-box-explore-look-button a {
  background: black !important;
}

.wk-collection-banner-Image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: center;
  margin-bottom: 2rem;
  width: 100%;
  height: 182px;
  overflow: hidden;
}

.collection-banner-text {
  position: relative;
  float: left;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.collection-banner-text > p {
  color: aliceblue;
  font-size: 2.5rem;
}
.collection-banner-new-text > p {
  color: black !important;
  font-size: 2.5rem;
}

/* .collection-banner-text .parent {
    padding-top: 10px;
} */

/* list_view end */

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .collection-image {
    text-align: center !important;
  }
  .collection-detail > .row {
    margin: 0px;
  }

  .collection-detail {
    margin-top: 14%;
    display: inline-block;
    padding: 0px 20px;
  }

  .collection-image-inside-div {
    display: inline-block;
    max-width: 50% !important;
    height: 14.5rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  /* list view */
  .collection-detail {
    margin-top: 0%;
    display: inline-block;
    padding: 0px 20px;
  }

  .collection-box-explore-look-button {
    text-align: center;
  }
  .collection-box-look-price {
    text-align: center;
  }
  /* list view */
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  /* list view  */
  .collection-image img {
    max-width: inherit;
    max-height: inherit;
  }

  .collection-box-explore-look-button {
    text-align: center;
  }
  .collection-detail {
    margin-top: 5px;
    text-align: center;
  }

  .collection-box-look-price {
    text-align: center;
  }

  .collection-box-explore-look-button {
    text-align: center;
  }
  .collection-image {
    text-align: center;
  }
  .collection-detail li {
    list-style-type: none !important;
  }
  .collection-image {
    margin-top: 20px;
  }
  .collection-price {
    padding-top: 4px;
  }

  /* list view  */
}
