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

/** slider-sale
===================================*/

.sliderbx-sale .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 33px;
	*zoom: 1;
	/* z-index:1; */
	overflow: hidden;
}
.sliderbx-sale .slider-sale li, .sliderbx-sale .slider-bestsellers li {
	background-color: #fff;
    border: 1px solid rgba(179, 179, 179, 0.33);
	-webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.02);
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.02);
	padding: 7px;
	min-height:370px;
/* 		box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */

}
.sliderbx-sale .slider-sale li:hover, .sliderbx-sale .slider-bestsellers li:hover {
    border: 1px solid #d70004;
}
.sliderbx-sale a img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.sliderbx-sale .name-product {
    /* height: 50px; */
	margin-bottom: 10px;
}
.sliderbx-sale .name-product a {
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;

}
.sliderbx-sale .description-product {
	/* height: 80px; */
	margin-bottom: 10px;
}
.sliderbx-sale .price-product {
	text-align: center;
    color: #121212;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
}

/** slider-main
===================================*/
.caption-slade{
    position: absolute;
    left: 50%;
    top: 50%;
	width: 490px;
	text-align: center;
	margin: -45px 0 0 -245px;
	z-index:5;
}
p.caption-slade a{
	text-decoration: none;
}
.big-text-slide, .medium-text-slide, .small-text-slide {
	display: block;
}
.big-text-slide{
	font-size: 55px;
	line-height: 40px;
	/* line-height: 46px; */
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(21, 21, 21, 0.28) 1px 0px, rgba(21, 21, 21, 0.28) -1px 0px, rgba(21, 21, 21, 0.28) 0px 1px, rgba(21, 21, 21, 0.28) 0px -1px, rgba(21, 21, 21, 0.28) 1px 1px, rgba(21, 21, 21, 0.28) -1px -1px, rgba(21, 21, 21, 0.28) -1px 1px, rgba(21, 21, 21, 0.28) 1px -1px;
}
.medium-text-slide{
	font-size: 33px;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(21, 21, 21, 0.28) 1px 0px, rgba(21, 21, 21, 0.28) -1px 0px, rgba(21, 21, 21, 0.28) 0px 1px, rgba(21, 21, 21, 0.28) 0px -1px, rgba(21, 21, 21, 0.28) 1px 1px, rgba(21, 21, 21, 0.28) -1px -1px, rgba(21, 21, 21, 0.28) -1px 1px, rgba(21, 21, 21, 0.28) 1px -1px;
	/* margin-bottom: 6px; */
}
.small-text-slide{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(21, 21, 21, 0.28) 1px 0px, rgba(21, 21, 21, 0.28) -1px 0px, rgba(21, 21, 21, 0.28) 0px 1px, rgba(21, 21, 21, 0.28) 0px -1px, rgba(21, 21, 21, 0.28) 1px 1px, rgba(21, 21, 21, 0.28) -1px -1px, rgba(21, 21, 21, 0.28) -1px 1px, rgba(21, 21, 21, 0.28) 1px -1px;
}
.sliderbx {
	margin-top: -32px;
	margin-bottom: 40px;
	border-bottom: 1px #cecece solid;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(25, 25, 25, 0.2);
	-moz-box-shadow:    0px 5px 6px 0px rgba(25, 25, 25, 0.2);
	box-shadow:         0px 5px 6px 0px rgba(25, 25, 25, 0.2);
	/* background: #998e7b; */
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0 85px;
	*zoom: 1;
}
.sliderbx  .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	/* z-index:1; */
	overflow: hidden;
}
/*.sliderbx  .bx-wrapper li:after {
	content:'';
	display: block;
	width: 370px;
	height: 370px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(255, 255, 255, 0.21);
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -185px 0 0 -185px;
	z-index:2;
}
.sliderbx  .bx-wrapper li:before {
	content:'';
	display: block;
	width: 344px;
	height: 344px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(255, 255, 255, 0.21);
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -172px 0 0 -172px;
	z-index:3;
}*/
.sliderbx .bx-wrapper img {
	margin: 0 auto;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/** THEME
===================================*/
/* .sliderbx-sale {
	margin: 0 auto;
    max-width: 1600px;
    min-width: 980px;
} */
/* .main-content {
    box-sizing: border-box;
    margin: 0 33px;
    position: relative;

} */
.sliderbx  .bx-wrapper .bx-viewport {
	margin: 0;
}
.sliderbx-sale .bx-wrapper .bx-viewport {
	margin: 0 0 20px;

}
.bx-wrapper .bx-viewport {
	margin: 30px 0 17px;
/* 	-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: -5px; */
	/* 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%;
}
.sliderbx .bx-wrapper .bx-pager,
.sliderbx .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}

/* 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;
}
.sliderbx .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 0%,#e6e6e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.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;
}
.sliderbx .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sliderbx .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #e10019; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNlMTAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmIwMDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #e10019 1%, #bb000d 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#e10019), color-stop(100%,#bb000d)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #e10019 1%,#bb000d 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #e10019 1%,#bb000d 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #e10019 1%,#bb000d 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #e10019 1%,#bb000d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10019', endColorstr='#bb000d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border: 1px solid #9e010c;
	width: 18px;
	height: 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin: 0 4px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.72);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.72);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.72);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.sliderbx .bx-wrapper .bx-prev {
	left: 50%;
    margin-left: -270px;
	background: url(images/controls.png) no-repeat 0 -61px;
}
.sliderbx .bx-wrapper .bx-next {
	right: 50%;
	margin-right: -270px;
	background: url(images/controls.png) no-repeat -61px -61px;
}
.sliderbx-sale .bx-wrapper .bx-prev {
	left: 0;
	background: url(images/controls.png) no-repeat 0 -61px;
	z-index: 1;
}
.sliderbx-sale .bx-wrapper .bx-next {
	right: 0;
	background: url(images/controls.png) no-repeat -61px -61px;
	z-index: 1;
}
.sliderbx-sale .bx-viewport{
position: relative;
z-index: 10;
}
.image-product .slider-image .bx-wrapper .bx-prev, .bx-wrapper .bx-prev {
	left: 20px;
	background: url(images/controls.png) no-repeat 0 -61px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}
.image-product .slider-image .bx-wrapper .bx-next, .bx-wrapper .bx-next {
	right: 20px;
	background: url(images/controls.png) no-repeat -61px -61px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}
.image-product .slider-image .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.image-product .slider-image .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:hover {
	background-position: -61px 0;
}
.image-product .bx-wrapper .bx-prev {
    background-position: -119px -8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.image-product .bx-wrapper .bx-next {
    background-position: -153px -8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.image-product .bx-wrapper .bx-prev:hover {
    background-position: -119px -42px;
}
.image-product .bx-wrapper .bx-next:hover {
    background-position: -153px -42px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 999;
}

.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;
}
ul.slider {
/* 	padding: 1px;
	left: 2px; */
}
.slider li a img, .slider2 li a img{
	border: 2px solid #fff;
}
.slider li a img:hover, .slider2 li a img:hover {
	border: 2px solid #d00000;
}
