.carousel-container {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 0 auto;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	/*margin-top: 35px;*/
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.item-container {
	position: relative;
	overflow: hidden;
	margin: 0px;
	width: 297px;
	min-height: 300px;
}
.owl-controls{
	text-align: center;
	position: relative;
	top: 0px;
}
.owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}
.owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span{
	display: inline-block;
	background: #B8B7B7;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-web-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #FFF;
	cursor: pointer;
	margin: 0 2px;
	padding: 0 !important;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span{
	background: #FF2A00;
	border: 2px solid #FF2A00;
}
.owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
@media screen and (max-width: 960px) {

	.carousel-container {
		width: 85%;
	}
	.owl-carousel {
		width: 100%;
	}

	.owl-controls {
		width: 100%;
	}
	
	.list-items{
		width: 85%;
	}
}

@media screen and (min-width: 960px) {

	.carousel-container {
		width: 940px;
	}
	.owl-carousel {
		width: 955px;
		width: 960px;
	}

	.owl-controls {
		width: 940px;
	}
	
	.list-items{
		width: 940px;
	}
}

@media screen and (max-width: 767px) {

	.carousel-container {
		width: 305px;
	}
	.owl-carousel {
		width: 320px;
	}
	.adv-slider.owl-carousel {width:300px; margin:0;}
	.owl-controls {
		width: 300px;
	}
	.list-items{
		width: 305px;
	}
}
/*
* 	Product slider
*/
.product-slider .item-container {
	color: #747474;
	background-color: #FFF;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.26);
	border: 0px solid #B8B7B7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.product-slider .item-container.first {
	margin-left: 0px;
}
.product-slider .item-container p {
	border-top: 1px solid #B8B7B7;
	text-align: left;
	padding: 15px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	background: #F9F9F9;
}
.product-slider .hidden-description p {
	margin-left: 10px;
	margin-right: 10px;
padding: 0px 10px !important;
}
.product-slider .item-container img {
	max-height: 300px;
}
.product-slider .hid .hidden-description button {
	margin-left: 10px;
	width: 44% !important;
	font-size: 100%;
	padding: 10px 5px;
	margin-top: 10px;
}
/*
* 	Base Product slider
*/
.base-product .item-container {
	overflow: visible;
	margin-bottom: 5px;
	text-align: center;
	margin: 0 auto;
}
.base-product .item-description {
	background-color: #FFF;
	width: 100%;
	height: 92px;
	margin-top: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 3px #B8B7B7;
	-webkit-box-shadow: 1px 1px 3px #B8B7B7;
	-moz-box-shadow: 1px 1px 3px rgba(184,183,183,1);
}
.base-product img {
	padding: 10px 0;
	margin-bottom: 20px;
	width: 100%;
}
.base-product .item-description p.aviable {
	margin-right: 2px;
	padding: 10px 0px 0 10px;
	font-size: 18px;
        line-height: 30px;
        background: #f2f2f3;
        text-align: left;
	width: 287px;
	border-bottom: 1px solid #dddddd;
}
.base-product .item-description p.price {
	margin-right: 2px;
	margin-top: 3px;
	padding: 0px 0px 0 10px;
	font-size: 28px;
        line-height: 40px;
	float: left;
}

.base-product .item-description p.price i{
	font-size: 26px;
line-height: 40px;
}

.base-product .item-description p.price em {
	font-size: 16px;
line-height: 22px;
	font-style: normal;
	text-decoration: line-through;
	color: #cc0000;
	padding-left: 1px;
display: block;
bottom: -4px;
position: absolute;
}
.base-product .item-description p.price em i{
	font-size: 15px;
line-height: 18px;
	color: #cc0000;
}

.base-product .item-description button.check {
	float: right;
	margin: 10px 10px 0 0px;
	font-size: 16px;
	padding: 8px 20px;
}
.base-product .item-description .hid {
	bottom: 85px;
	border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
	-moz-border-radius: 5px 5px 0px 0px !important;
	box-shadow: 1px 1px 3px #B8B7B7 !important;
	-webkit-box-shadow: 1px 1px 3px #B8B7B7 !important;
	-moz-box-shadow: 1px 1px 3px rgba(184,183,183,1) !important;
}
.base-product .item-description .hid button.arrow-all{
	text-align: center;
	background: url(../images/arrow_up.png) 5% 15px no-repeat;
	border-radius: 5px 5px 0px 0px !important;
	-webkit-border-radius: 5px 5px 0px 0px !important;
}
.base-product .item-description .hid button.down {
	background: url(../images/arrow_down.png) 5% 15px no-repeat;
}
.base-product .item-description .hid button.down:hover {
	background: url(../images/arrow_down_r.png) 5% 15px no-repeat;
}
.base-product .item-description .hid .hidden-description > ul {
	padding-left: 10px;
}
.base-product .item-description .hid .hidden-description > ul > li {
	width: auto;
	display: block;
	padding: 0;
	text-align: left;
	float: none;
}
.base-product .item-description span.option-name {
	color: #747474;
}
.base-product .hidden-description li {
	margin-right: 20px;
}
.base-product .hid .hidden-description {
	height: auto;
}
@media screen and (min-device-width: 768px) and (max-device-width: 959px){
	.item-description, .base-product .item-description p.aviable,{
		width: 100%;
	}
	.base-product .item-description p.price{
		padding: 0px 0px 0 10px;
	}
	.base-product .item-description button.check{
		margin: 10px 10px 0 0px;
		padding: 8px 0px;
	}
	.item-wrapper{
		width: 33%;
	}
	.item-container {
		width: 100%;
	}
	.base-product .item-description p.aviable {
		margin-right: 2px;
		padding: 10px 0px 0 1px;
		width: 100%;
	}
	.base-product .item-description p.price {
		margin-right: 2px;
		margin-top: 3px;
		padding: 0px 0px 0 10px;
		font-size: 20px;
			line-height: 40px;
		float: left;
	}
}
@media screen and (min-device-width: 481px) and (max-device-width: 767px){
	body section .product-menu .product-menu-content{
		height: 40px!important;
	}
	body section .product-menu .product-menu-content .product-name{
		font-size:
	}
	body section .content .product-category .product-category-content h1{
		padding-top: 70px!important;
	}
}
@media screen and (max-device-width: 481px){
	body section .product-menu .product-menu-content{
		height: 60px!important;
	}
	body section .content .product-category .product-category-content h1{
		padding-top: 90px!important;
	}
}
/*
* 	Delivery address slider
*/
.carousel-container.address {
	margin: 0px;
}
.address-slider .item-container {
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 3px #B8B7B7;
	-webkit-box-shadow: 0px 1px 3px #B8B7B7;
	-moz-box-shadow: 0px 1px 3px rgba(184,183,183,1);
	width: 270px;
	padding: 10px 15px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
}
.address-slider .item-container.first {
	margin-left: 0px;
}
.address-slider .address-table .title {
	color: #B8B7B7;
	width: 70px;
}
.address-slider .address-table td {
	padding: 10px 0;
}
.address-slider a {
	color: #FF2A00;
	display: inline;
}
.address-slider a.add-comment {
	border-bottom: 1px dashed #FF2A00;
}
.address-slider .address-comment {
	display: none;
	width: 100%;
}
.address-slider span {
	margin: 10px 0;
	display: block;
}
.address-slider button {
	width: 100%;
	margin: 10px 0;
}
/*
* 	advanced options slider
*/
#advanced-options-1 .item-container,
#advanced-options-2 .item-container {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	min-width: 260px;
	padding: 0 10px 10px 20px;
	width: 270px;
	line-height: 20px;
	position: relative;
	min-height: inherit;
}
#advanced-options-1 img,
#advanced-options-2 img{
	width: 100%;
	max-height: 180px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #F9F9F9;
	padding: 0;
	margin: 10px 0;
}
.adv-slider label {
	position: relative;
	display: inline-block;
	text-align: left;
}

.hidden-description {
	font-size: 14px;
}