/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; }
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; }

.flexslider .owl-item {
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.flexslider ul.slides li {
	list-style: none;
	display: inline-block;
}
.flexslider ul.slides li .img-wrap {
margin-left: -3px;
}
.psc-prod-details .addocart {
	margin-top: 15px;
	overflow: hidden;
	height: 30px;
	widows:100%;
	position: relative;
}
div.psc-prod-details > div > span.product_addocart {
	float: right;
}
div.psc-prod-details > div > span.product_addocart > a {
	color: #ffffff;
	background: #00aae5;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	padding: 4px 10px 6px 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}
.flexslider .psc-prod-details span.product_addocart a:hover {
	color: #414141;
	background: #ffd24a;
	border: none;
	box-shadow: none;
}
div.psc-prod-details span.pricecart {
	float: left;
	padding: 5px 0px;
}
.psc-prod-details > div > span span.amount {
	color: #414141;
	font-size: 13px;
	font-weight: bold;
}

/*Custom Blank styling  */
/*Copy to your theme's css stylesheet to avoid losing changes if you update this  */
/*---div that contains entire slider/carousel---*/
.flexslider h2 {
	text-align: center;
	line-height: 20px;
}
.flexslider h2 span {
	background: #ffd24a;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 9px;
	display: inline-block;
	margin-left: 15px;
	border-radius: 5px;
	line-height: 16px;
}
.flexslider ul.slides {
	padding: 0;
	margin: 10px 0 20px 0;
	overflow: hidden;
	position: relative;
}
/*---style the li that contains each product--*/ 

.flexslider ul.slides li {
	list-style:none;
}

.flexslider ul.slides li .psc-prod-container .img-wrap {
	

}

.flexslider ul.slides li .psc-prod-container .img-wrap:hover {

}

.flexslider ul.slides li img {
	border: 1px solid #dadada;
	padding: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

	.flexslider ul.slides li img:hover  {



		}

.flexslider .psc-prod-details {
	text-align: center;
}
.flexslider .psc-prod-details span a {
	color: #00aae5;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
.flexslider .psc-prod-details span a:hover {
	color: #00aae5;
	border-bottom: 1px solid rgba(0, 170, 229, 0.39);
}

/*---wrap to style the product image--*/ 

.flexslider ul.slides li .psc-prod-container .img-wrap {

    padding: 4px;

	margin-bottom: 1.2em;

	}

	.flexslider ul.slides li .psc-prod-container .img-wrap:hover {



		}

		.flexslider ul.slides li .psc-prod-container .img-wrap img {

			margin:0 auto;

			}

		/*---title of the product---*/

.flexslider span.title {
	display: block;
	overflow: hidden;
	height: 56px;
}

		/*---price of the product---*/ 

		.flexslider span.amount {

			color:#5A5A5A;

			}

/*---ul containing the nav buttons/arrows---*/ 

.flexslider ul.flex-direction-nav {



	}

	.flexslider ul.flex-direction-nav li {
		list-style:none;
	}

	/*---previous button/arrow---*/
ul.slides > div.owl-nav {
	position: absolute;
	top: calc(40% - 15px);
	width: 100%;
}
ul.slides > div.owl-nav .owl-prev,
ul.slides > div.owl-nav .owl-next {
	position: absolute;
	z-index: 9;
	cursor: pointer;
}
ul.slides > div.owl-nav .owl-prev {
	left: 0;
}
ul.slides > div.owl-nav .owl-next {
	right: 0;
}
ul.slides > div.owl-nav > div.owl-prev > i {
	background: url(arrows.png) no-repeat scroll 0 0 transparent;
	display: block;
	height: 29px;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 18px;
}
ul.slides > div.owl-nav > div.owl-next > i {
	background: url(arrows.png) no-repeat scroll -18px 0 transparent;
	display: block;
	height: 29px;
	right: 0;
	top: 0;
	text-indent: -9999px;
	width: 18px;
}

/*---ol containing the control nav bullet slide indicators---*/ 

.flexslider ol.flex-control-nav {



	}

	/*---control nav bullets---*/ 

	.flexslider ol.flex-control-nav li {



		}

		.flexslider ol.flex-control-nav li a {



			}

/*---Styles determining width of the product div containers---*/
.flexslider ul.slides li .psc-prod-container {
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
}
.flexslider ul.slides li .psc-prod-container:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}
.flexslider ul.slides li div:first-child {



	}

.flexslider ul.slides li div:last-child {

	

	}



/*---styles determining width of the product div containers---*/

.flexslider .one-slide {
	text-align: center;
	display: inline-block;
	width: 200px;
}

.flexslider .two-slides {

    float: left;

    margin-left: 5%;

    width: 42.5%;

	}

.flexslider .three-slides {

    float: left;

    margin-left: 5%;

    width: 26.6%;

	}

.flexslider .four-slides {

    float: left;

    margin-left: 5%;

    width: 18.7%;

	}

.flexslider .five-slides {

	width:15.2%;

	margin-left:4%;

	float:left;

	}

.flexslider .six-slides {

	width:15%;

	margin-left:2%;

	float:left;

	}

/*---vertical orientation---*/

.psc-vertical  ul.slides .psc-prod-container {

    margin: 10% auto 0;

    width: auto;

	}

.psc-vertical ul.flex-direction-nav a.prev {

    background: url("../images/sliding-arrows.png") no-repeat scroll 0 -32px transparent;

    display: block;

    height: 32px;

    left: 24%;

    margin-top: 0;

    text-indent: -9999px;

    top: 0;

    width: 32px;

	}

.psc-vertical ul.flex-direction-nav a.next {

	background: url("../images/sliding-arrows.png") no-repeat scroll -32px -32px transparent;

	display: block;

	height: 32px;

	left:24%;

	bottom:0;

	top:auto;

	text-indent: -9999px;

	width: 32px;

	}