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

/* grid_view_start */

.wk-collection-banner-Image {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: center;
  width: 100%;
  height: 182px;
}

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

.collection-banner-text {
  position: relative;
  float: left;
  font-size: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: aliceblue;
}

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

.wk_grid_view {
  margin: auto;
  margin-top: 50px;
  width: 80%;
}

/* .wk_grid_view .row div{
border:1px solid black;

} */

.wk_grid_view > .row > div {
  padding: 10px;
}

.wk_grid_view img {
  width: inherit;
  height: inherit;
}

.wk-grid-view-image-text {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: white;
  width: 68%;
  text-align: center;
}
.hot-spot i {
  font-size: 14px;
}

/* grid_view_end */
