/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

div.wk_pro-category {
	float: left;
	width: 100%;
  margin-top: 20px;
}

div.wk_pro-category .thumbnail-container a {
	text-align: center;
}

h3.wk_pro-category-h{
	margin-bottom: 25px;
	/* color: #c60 !important;
  font-family: verdana,arial,helvetica,sans-serif !important; */
  font-size: 16px !important;
  font-weight: 600;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

ul.product_list li.wk_related_li{
	/* width: 264px !important; */
  float: left;
}

div.home-product-block > div.bx-wrapper .bx-viewport {
  padding: 0px 8px;
}

.wk_pro-category .wk-bought-product-list img {
  max-width: 97%;
  margin-left: 0px !important;
}

div.home-product-block > div.bx-wrapper{
	max-width: 100% !important;
}

/* Slider CSS Start */
.wk-whoboughtalsobought-section .bx-controls-auto {
  display: none;
}
.wk-whoboughtalsobought-section .bx-controls-direction {
  position: relative;
  z-index:100;
}
.wk-whoboughtalsobought-section .bx-controls-direction a {
  position: absolute;
  z-index: 999;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  display: block;
  background: red;
  outline: none;
}
.wk-whoboughtalsobought-section .bx-controls-direction .bx-next:hover,
.wk-whoboughtalsobought-section .bx-controls-direction .bx-prev:hover {
    background-position: 0 0;
}
@media (max-width: 768px) {
  ul.product_list li.wk_related_li{
    float: none;
  }
  .wk-whoboughtalsobought-section .thumbnail-container.wk-bought-product-list {
    margin-left: 58px;
  }
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-prev {
    margin-top: -60%;
    left: 0px;
    background: url(../img/gray_prev.png) no-repeat 0 -30px;
  }
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-next {
    margin-top: -60%;
    right: 0px;
    background: url(../img/gray_next.png) no-repeat 0 -30px;
  }
}
@media (min-width: 760px) and (max-width: 1024px) {
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-prev {
    margin-top: -29.5%;
    left: 0px;
    background: url(../img/gray_prev.png) no-repeat 0 -30px;
  }
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-next {
    margin-top: -29.5%;
    right: 0px;
    background: url(../img/gray_next.png) no-repeat 0 -30px;
  }
}
@media (min-width: 1024px) {
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-prev {
    margin-top: -18.5%;
    left: -30px;
    background: url(../img/gray_prev.png) no-repeat 0 -30px;
  }
  .wk-whoboughtalsobought-section .bx-controls-direction .bx-next {
    margin-top: -18.5%;
    right: -30px;
    background: url(../img/gray_next.png) no-repeat 0 -30px;
  }
}
/* Slider CSS End */