/**
 * 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 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.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;
	background: #fff;
	-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;
	width: 100%; bottom: 8px
}

/* 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-color: transparent;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	outline: 0;
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.furniture-home .bx-wrapper .bx-pager.bx-default-pager a{border-width: 3px}
.market-home .bx-wrapper .bx-pager.bx-default-pager a{width: 10px; height: 10px; border-width: 2px; margin: 0 1px}
.clothes-home .bx-wrapper .bx-pager.bx-default-pager a{width: 13px; height: 13px; border-width: 2px; margin: 0 2.5px; background-color: #b4b4b4; border-color: #b4b4b4}

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

.clothes-home .bx-wrapper .bx-pager.bx-default-pager a:hover, .clothes-home .bx-wrapper .bx-pager.bx-default-pager a.active{background-color: #00cf92; border-color: #00cf92}
.furniture-home .bx-wrapper .bx-pager.bx-default-pager a:hover, .furniture-home .bx-wrapper .bx-pager.bx-default-pager a.active{background-color: #4b8a01; border-color: #4b8a01}
.market-home .bx-wrapper .bx-pager.bx-default-pager a:hover, .market-home .bx-wrapper .bx-pager.bx-default-pager a.active{background-color: #10b6db; border-color: #fff}

/* DIRECTION CONTROLS (NEXT / PREV) */

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

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

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

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

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 6;
}
.slide-fashion .bx-wrapper .bx-controls-direction a{top: calc(50% - 51px); width: 73px; height: 104px; background-color: rgba(255, 255, 255, 0.15); background-image: none;}
.slide-fashion .bx-wrapper .bx-controls-direction a:before{content: ""; position: absolute; width: 30px; height: 30px; top: calc(50% - 15px); border-width: 1px; border-style: solid; border-color: transparent; transform: rotate(-45deg);}
.slide-fashion .bx-wrapper .bx-controls-direction a.bx-next:before{border-right-color: rgba(0, 0, 0, 0.5); border-bottom-color: rgba(0, 0, 0, 0.5); right: calc(50% - 7px)}
.slide-fashion .bx-wrapper .bx-controls-direction .bx-next{right: 0}
.slide-fashion .bx-wrapper .bx-controls-direction a.bx-prev:before{border-left-color: rgba(0, 0, 0, 0.5); border-top-color: rgba(0, 0, 0, 0.5); left: calc(50% - 7px)}
.slide-fashion .bx-wrapper .bx-controls-direction .bx-prev{left: 0}
.slide-fashion .bx-wrapper .bx-controls-direction a:hover{background-color: #fff;}
.slide-fashion .bx-wrapper .bx-controls-direction a.bx-next:hover:before{border-right-color: #00b0ff; border-bottom-color: #00b0ff;}
.slide-fashion .bx-wrapper .bx-controls-direction a.bx-prev:hover:before{border-left-color: #00b0ff; border-top-color: #00b0ff}


.slide-clothes .bx-wrapper .bx-controls-direction a{top: calc(50% - 40px); width: 80px; height: 80px; background-image: none; border-radius: 50%; border: 2px solid #fff; opacity: 0; visibility: hidden; transition: all 0.5s;}
.slide-clothes .bx-wrapper:hover .bx-controls-direction a{visibility: visible; opacity: 1;}
.slide-clothes .bx-wrapper .bx-controls-direction a:before{content: ""; position: absolute; width: 18px; height: 18px; top: calc(50% - 9px); border-width: 2px; border-style: solid; border-color: transparent; transform: rotate(-45deg);}
.slide-clothes .bx-wrapper .bx-controls-direction a.bx-next:before{border-right-color: #fff; border-bottom-color: #fff; right: calc(50% - 5px)}
.slide-clothes .bx-wrapper .bx-controls-direction .bx-next{right: 0px}
.slide-clothes .bx-wrapper:hover .bx-controls-direction .bx-next{right: 50px}
.slide-clothes .bx-wrapper .bx-controls-direction a.bx-prev:before{border-left-color: #fff; border-top-color: #fff; left: calc(50% - 5px)}
.slide-clothes .bx-wrapper .bx-controls-direction .bx-prev{left: 0px}
.slide-clothes .bx-wrapper:hover .bx-controls-direction .bx-prev{left: 50px}
.slide-clothes .bx-wrapper .bx-controls-direction a:hover{border-color: #00fc92}
.slide-clothes .bx-wrapper .bx-controls-direction a.bx-next:hover:before{border-right-color: #00fc92; border-bottom-color: #00fc92;}
.slide-clothes .bx-wrapper .bx-controls-direction a.bx-prev:hover:before{border-left-color: #00fc92; border-top-color: #00fc92}




.product-img-thumb .bx-wrapper .bx-controls-direction a{
	top: auto;
	width: 100%; height: 20px; background-color: #ebebeb; margin: 0
}
.product-img-thumb .bx-wrapper .bx-controls-direction a:before{position: absolute; content: ""; border-width: 5px; border-style: solid; border-color: transparent; left: calc(50% - 5px)}
.product-img-thumb .bx-wrapper .bx-controls-direction a.bx-next:before{border-top-color: #818181; top: calc(50% - 3px)}
.product-img-thumb .bx-wrapper .bx-controls-direction a.bx-prev:before{border-bottom-color: #818181; bottom: calc(50% - 3px)}
.product-img-thumb .bx-wrapper .bx-controls-direction .bx-next, .product-img-thumb .bx-wrapper .bx-controls-direction .bx-prev{background-image: none; left: 0; right: 0}
.product-img-thumb .bx-wrapper .bx-controls-direction .bx-next{bottom: -57px}
.product-img-thumb .bx-wrapper .bx-controls-direction .bx-prev{top: -57px}

.block-quickview .product-img-thumb .bx-wrapper .bx-controls-direction .bx-next{bottom: -30px}
.block-quickview .product-img-thumb .bx-wrapper .bx-controls-direction .bx-prev{top: -30px;}

.food-home .homeslider .bx-wrapper .bx-controls-direction a.bx-prev:before{content: ""; position: absolute; top: calc(50% - 7px); left: calc(50% - 4px);  display: block; width: 14px; height: 14px; border-width: 2px; border-style: solid; border-color: #818181 #818181 transparent transparent; transform: rotate(-135deg);}
.food-home .homeslider .bx-wrapper .bx-controls-direction a.bx-prev:hover:before{border-color: #e91717 #e91717 transparent transparent;}
.food-home .homeslider .bx-wrapper .bx-controls-direction a.bx-next:before{content: ""; position: absolute; top: calc(50% - 7px); right: calc(50% - 4px); display: block; width: 14px; height: 14px; border-width: 2px; border-style: solid;border-color: #818181 #818181 transparent transparent; transform: rotate(45deg);}
.food-home .homeslider .bx-wrapper .bx-controls-direction a.bx-next:hover:before{border-color: #e91717 #e91717 transparent transparent;}
.food-home .homeslider .bx-wrapper .bx-controls-direction a{width: 70px;height: 70px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background-color: #fff;-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);box-shadow: 0 0 3px rgba(0,0,0,.25);}
.food-home .homeslider .bx-wrapper .bx-next, .food-home .bx-wrapper .bx-prev{background-image: none;}
.food-home .homeslider .bx-wrapper .bx-next{right: -35px}
.food-home .homeslider .bx-wrapper .bx-prev{left: -35px}
.food-home .homeslider .bx-pager.bx-default-pager{display: none;}

/*.homeslider .bx-wrapper .bx-controls-direction a{text-indent: 0}
.homeslider .bx-wrapper .bx-prev, .homeslider .bx-wrapper .bx-next{background-image: none;}
.homeslider .bx-wrapper .bx-prev .fa, .homeslider .bx-wrapper .bx-next .fa{font-family: 'Linearicons-Free'}
.homeslider .bx-wrapper .bx-prev .fa-angle-left:before{content: "\e875" !important}
.homeslider .bx-wrapper .bx-next .fa-angle-right:before{content: "\e876" !important}*/
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* 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/controls.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;
}
