/**
* 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-productvideo-section .bx-next {
	position:absolute;
	top:40%;
	right: 100px;
	/* left: 95%; */
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/arrow-right.png) no-repeat 0 -30px;
	display:block;
	outline: none;
}

/*previous button*/
.wk-productvideo-section .bx-prev {
	position:absolute;
	top:40%;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/arrow-left.png) no-repeat 0 -30px;
	display:block;
	outline: none;

}
.prod_video_cont div:first-child {
	 width: 500px;
	 height: 280px !important;
	 margin: 0 auto;
}

/*next/prev button hover state*/
.wk-productvideo-section .bx-next:hover,
.wk-productvideo-section .bx-prev:hover {
	background-position: 0 0;
}

.wk-productvideo-section .bx-wrapper {
   margin:0 auto;
   /* width: 1050px !important; */
   /* max-width: 1060px !important;
   margin: 0px auto !important; */
}

.wk-productvideo-section .bx-wrapper ul li {
 text-align: center;

}

.wk-productvideo-section .thumbnail-container{
	box-shadow: none !important;
}

/* #products .product-miniature .product-flags .new, #products .product-miniature .on-sale, #products .product-miniature .discount-percentage {
	left:0 !important;
} */

.liwk {
	float: left;
}
/* .wk-productvideo-section .pager {
	width: 600px;
} */

.wk-productvideo-section .products_slider {
	float: left;
	width: 100%;
	margin-top: 20px;
}

/* Slider CSS Start */
.wk-productvideo-section .bx-controls-auto {
	display: none;
  }
	.wk-productvideo-section .bx-controls-direction {
	position: relative;
	z-index:100;
  }
  .wk-productvideo-section .bx-controls-direction a {
	position: absolute;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	display: block;
	background: red;
	outline: none;
  }
  .wk-productvideo-section .bx-controls-direction .bx-next:hover,
  .wk-productvideo-section .bx-controls-direction .bx-prev:hover {
	  background-position: 0 0;
  }
  @media (max-width: 768px) {
	ul.page-product-box li.wk_related_li{
	  float: none;
	}
	.wk-productvideo-section .bx-controls-direction .bx-prev {
	  margin-top: -60%;
	  left: 0px;
	  background: url(../img/gray_prev.png) no-repeat 0 -30px;
	}
	.wk-productvideo-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-productvideo-section .bx-controls-direction .bx-prev {
	  margin-top: -29.5%;
	  left: 0px;
	  background: url(../img/gray_prev.png) no-repeat 0 -30px;
	}
	.wk-productvideo-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-productvideo-section .bx-controls-direction .bx-prev {
	  margin-top: -18.5%;
	  left: -30px;
	  background: url(../img/gray_prev.png) no-repeat 0 -30px;
	}
	.wk-productvideo-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 */



