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

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

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

#left-column .wk_product_slider_block_center_gray .bx-next {
  right: 0px;
}

#left-column .wk_product_slider_block_center_gray .bx-prev {
  left: 0px;
}

#right-column .wk_product_slider_block_center_gray .bx-next {
  right: 0px;
}

#right-column .wk_product_slider_block_center_gray .bx-prev {
  left: 0px;
}

.wk-slider-addtocart-container {
  max-width: 100%;
  text-align: center;
  padding-top: 8px;
}

.wk_product_slider .product-title a {
  text-align: center;
}

.wk_product_slider .product {
  padding: 15px;
}

.wk_product_slider_block_center_gray .thumbnail-container {
  height: 358px;
}

.wk_product_slider_block_center_gray .thumbnail-container .product-description {
  height: 120px;
}

.wk_product_slider_block_center_gray
  .product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  bottom: 0rem;
}

.wk_product_slider_block_center_gray
  .product-miniature
  .thumbnail-container:hover
  .highlighted-informations {
    bottom: 0rem;
}
