/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	height:392px !important;
	position: relative;
	margin: 0 auto 1px;
	padding:0 10px;
	*
	zoom: 1;
	/* max-width:1240px !important; */
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff; */
	left: 0;
	/*background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -17px;
	/* background: url(images/controlss.png) no-repeat 0 -32px; */
}

.bx-wrapper .bx-next {
	right: -17px;
	/* background: url(images/controlss.png) no-repeat -43px -32px; */
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0; opacity:1
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0; opacity:1
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.7
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* New lines  */
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  /* cursor: pointer; */
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 1;
}
.bx-wrapper .bx-prev.disabled,
.bx-wrapper .bx-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.bx-wrapper .bx-prev {
  left: -26px;
}
.bx-wrapper .bx-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  left: 10px;
}
.bx-wrapper .bx-prev:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.bx-wrapper .bx-next {
  right: -26px;
}
.bx-wrapper .bx-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #2e8ab8;
  top: 50%;
  right: 10px;
}
.bx-wrapper .bx-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;

}


/* New lines ended  */
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controlss.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;

	padding: 10px;
}




.featured-bg {
	
	height: 200px;
	width: 135px;
}

.featured-bg div {
	position: relative;
	top: 0px;
	left: 0px;
}

.featured-bg div img {
	width: 135px;
	height:190px;
}

.std .bx-wrapper ul li {
	margin-left:0 !important;
	margin-right:1.2em;
}

span#prevBtn a{
  
   background-image:url(buttons.png);position:absolute; display: inline-block;  width:33px; height:33px;margin-top: -120px; margin-left:-17px;
	
}

span#nextBtn a {
  position:absolute; right:35px; display: inline-block;

background-image:url(buttons.png); background-position:33px 0px;position:absolute; display: inline-block;  width:33px; height:33px;margin-top: -120px; margin-left:-10px;
  
}

.catalog-listing, .products-grid{
	background-color:#f1f1eb;
	padding: 20px 22px 0;
}
/* numeric controls */

ol#controls {
	margin: .1em 0;
	padding: 0 0 5px 0;
	height: 20px;
}

ol#controls li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	line-height: 20px;
}

ol#controls li a {
	float: left;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	background: #EDE4E7;
	color: #555;
	padding: 0 5px;
	text-decoration: none;
}

ol#controls li.current a {
	background: #8B3892;
	color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}

span.price {
	font-size: 14px !important;
	letter-spacing: 0.4px;
}
#slidersd
{
	width:auto !important;

}
.featured-product-body a {
  width: 59px;
  margin: auto;
  display: inline-block;
  
}
.featured-product-body h2 {

	text-overflow: ellipsis;
	overflow:hidden;
	max-height: 50px !important;
}

/*<!--new lines m2.3-->*/

.bxslider .product-item-details h2, .feat-sku
{
	text-align:center;
	text-overflow:ellipsis;
	overflow: hidden;
	height:42px !important;
	line-height:1.4rem;
	color: #000;
	font-size:14px;
}
.feat-sku
{
	height:26px !important;
}
.bxslider .product-item-details h2 a
{
	font-size:13px;
	color:#9d162e !important;
	font-weight:bold;
	margin: 0 2px;
}
.bxslider .product-item-details .price-box, price
{
	display:inline-block;
	height:20px !important;
	color: #3399cc; width:135px; text-align:center;
}
.bxslider .product-item-actions
{
	text-align:right;

}
ul.bxslider
{
	margin-top:0;
}

@media (min-width: 640px) {
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
	background: #ffffff !important;
	box-shadow: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	position: relative;
}
.products-grid .product-item-actions {
	margin: -5px 0 10px !important;
}
.products-grid .product-item-inner
{
	margin:0 !important;
	padding: 0 !important;
	border:unset !important;
}
}
.products-grid .product-item-actions {
	margin: -5px 0 10px !important;
}