/* GENERAL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.pull-right{
	float:right;
}
.pull-left{
	float:left
}
.strong,
.text-strong{
	font-weight:bold;
}
.l-h-2x{
	line-height:48px;
}
.text-nowrap {
	white-space: nowrap;
}
.text-muted{
	color:#999
}
.text-success{
	color:#2ebeaf
}
.text-warning{
	color:darkorange;
}
.text-danger{
	color:#d1363a
}
.webshop-bg-lt{
	background-color:#fafbff
}
/* ACCOUNT */
.table th{
	text-align:left;
}

/* BADGE */
.product-badge{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	padding: 5px 8px;
	border-radius: 3px;
}
@media(max-width:760px){
	.product-badge {
		right: 10px;
		top: 10px;
		font-size: 14px;
	}
}
.single-product-sticky{
	position: fixed;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	transition: top 0.3s ease;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 88;
	border-bottom: 1px solid #e0e2e6;
	padding:15px 0;
	opacity:0;
	top:0px
}
.single-product-sticky .product-image{
	width: 73px;
	padding-right: 15px;
}
.product-down .single-product-sticky{
	top:98px;
	opacity:1;
}
.single-product-sticky .product-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* BADGES */
.badge-webshop {
	padding-right: 9px;
	padding-left: 9px;
	border-radius: 9px;
}
.webshop-label{
	border-radius:3px;
}
.webshop-label, .webshop-badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	min-width: 20px;
	text-align: center;
}
.webshop-label-primary,
.webshop-badge-primary{
	background-color:#d1363a
}

.webshop-label-important,
.webshop-badge-important{
	background-color:#d1363a
}
.webshop-label-success,
.webshop-badge-success{
	background-color:#2ebeaf
}
/* WEBSHOP BUTTONS */

.btn-webshop,
.btn-webshop-link{
	height:48px;
	line-height:48px;
	font-size:15px;
	border:none;
	text-align:center;
	cursor:pointer;
}
.btn-webshop{

	background: #ebc363;
	color: #3b3b74;
	border-bottom: 1px solid #967b3b;
	margin:0;
	padding: 0px 15px;
	border-radius:3px!important;
	-moz-border-radius:3px!important;
	-webkit-border-radius:3px!important;
}

.btn-webshop-sm{
	height:40px;
	line-height:40px;
}
.btn-webshop-stroke{
	border:1px solid #d1363a;
	color:#d1363a;
	background:#fff
}
.btn-webshop-fb{
	background-color:#385898;
	color:#fff;
}
.btn-webshop-lt{
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
}
.btn-webshop-sm{
	height: 42px;
	line-height: 42px;
}
.btn-webshop .icon{
	font-size:22px;
	display: inline-block;
	vertical-align: middle;
}
.btn-webshop-lg{
	width:100%;
}
a.btn-webshop{
	display:inline-block;
}
.btn-webshop-close{
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	background-color: #dfe1e8;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color:#111
}
.btn-webshop-close-lg{
	width:48px;
	height:48px;
	line-height:48px;
}
.label.or{
	position:relative;
}
.label.or span{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 3px;
	color:#ababab
}
.label.or:after{
	content:' ';
	position:absolute;
	top:50%;
	height:1px;
	left:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3d3d3+25,d6d6d6+50,d3d3d3+75,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(211,211,211,1) 25%, rgba(214,214,214,1) 50%, rgba(211,211,211,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 25%,rgba(214,214,214,1) 50%,rgba(211,211,211,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(211,211,211,1) 25%,rgba(214,214,214,1) 50%,rgba(211,211,211,1) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/* WEBSHOP VIEW SORT */
.webshop-category-view{
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px;
	/* border-bottom: 1px dashed #dadada; */
	/* border-top: 1px dashed #dadada; */
	background: #fafbff;
	border-radius: 4px;
}
.webshop-category-view .label{
	display:inline-block;
	line-height:42px;
	color:#999;
	padding-right:10px;
}
.webshop-category-type ul{
	list-style:none;
	height:40px;
	padding:0;
	margin:0 0 0 20px;
	border:1px solid #dadada;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.webshop-category-type ul li{
	cursor:pointer;
	display:inline-block;
	color: #999;
	float:left;
	height:38px;
	line-height: 42px;
	background: #f6f7fb;
	padding:0 15px;
	border-left:1px solid #dadada;
}
.webshop-category-type ul li:first-child{
	border:none;
}
.webshop-category-type li.current,
.webshop-category-type li:hover{
	background: #ffffff;
	color: #333;
}
/* WEBSHOP PAGINATION */
.webshop-pagination{text-align: right;}
.webshop-pagination .pagination{
	list-style:none;
	padding:0;
	margin:0;
	padding: 15px 10px;
	background: #fafbff;
	border-radius: 2px;
}
.webshop-pagination .pagination li{
	display:inline-block;
}
.webshop-pagination .displaying-num{
	font-style:italic;
	color:#666	;
	line-height:24px;
}
.webshop-pagination .page-numbers{
	min-width: 36px;
	display:inline-block;
	line-height: 36px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#333;
	border: 1px solid #e7e9ed;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.webshop-pagination .page-numbers:hover{
	border-color:#aaa
}

.webshop-pagination .active .page-numbers{
	background: #5eb9ae;
	border: 1px solid #5eb9ae;
	color: #fff;
}

.webshop-pagination .page-numbers.dots{
	border: none;
	background: none;
	width: auto;
	min-width: initial;
}
@media (max-width: 670px) {

	.webshop-pagination .pagination{
		float:none;
		text-align:center;
	}
	.webshop-pagination .page-numbers{
		margin:0 5px;
	}
	.webshop-pagination .pagination .muted{
		display:none
	}
}
/* WEBSHOP GRID VIEW */
.webshop-view{
	list-style:none;
	padding:0;
}
.webshop-grid-view{
	list-style:none;
	padding: 0;
	margin:0 -10px;
}

.webshop-grid-view .product{
	overflow:hidden;
	position:relative;
	margin-bottom: 40px;
	padding: 0 10px;
}

@media(max-width:760px){
	.webshop-grid-view{
		margin:0 -7px;
	}
	.webshop-grid-view .product{
		padding:0 7px
	}
}
.webshop-grid-view .product p{
	margin:0;
}
.webshop-grid-view .product .inner{
}
.webshop-grid-view .product-image{
	position: relative;
	border: 1px solid #e7e9ed;}
.webshop-grid-view .product-info{

}
.webshop-grid-view .product-title {
	height: 37px;
	line-height: 18px;
	overflow: hidden;
}
.webshop-grid-view .product-title a{
	color:#706f6f;
	font-weight:bold;
	font-size:18px;
}
@media(max-width:670px){

	.webshop-grid-view .product-details {
		padding: 10px 0;
	}

	.webshop-grid-view .product-title {
		height: 38px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.webshop-grid-view .product-title a{
		font-size:16px
	}
}
.webshop-grid-view .product-price{
	font-weight:bold;
	font-size: 20px;
	color: #141413;
}
.webshop-grid-view .product-price .price-old{
	padding: 0 5px 0 0;
	font-weight:normal;
	text-decoration:line-through;
	color: #999;
}
.webshop-grid-view .product-details{
	padding: 15px 0 10px 0;
}
.webshop-grid-view .product-variations{
	min-height:30px;
	padding:10px 0;
}
.webshop-grid-view .product-variations select{
	width:100%;
}

.webshop-grid-view .product-actions{
	list-style:none;
	padding:0;
	margin:0;
	height: 49px;
}
.webshop-grid-view .product-actions li{
	width:50%;
	float:left;
}
.webshop-grid-view .product-actions li .btn-webshop{
	width:80px;
	padding:0
}

.product-stock-available{
	color: #2ebeaf;
}
.product-no-stock{
	color:#e93d3d
}
.product-stock i{
	margin: 0 5px 0 0
}
.webshop-grid-usps{
	list-style:none;
	padding:0;
	background: #fafbff;
	border-radius: 3px;
}
.webshop-grid-usps li{
	display:inline-block;
	margin:0 10px
}

/* BRAND GRID */
.webshop-grid-view .brand-image {
	border: 1px solid #e7e9ed;
}
.webshop-grid-view .brand-title a{
	padding:15px 0 0 0;
	color: #706f6f;
	font-weight: bold;
	font-size: 18px;
	display:inline-block;
}
/* COMPARE VIEW */
.webshop-compare-view .product-image{
	padding: 20px 20px 10px 20px
}
.webshop-compare-view .product-stock{
	color:#00af6a;
	line-height:21px;
	padding-bottom:15px;

}
.webshop-compare-view .product-stock i{
	font-size:14px;
	margin-right:5px;
}
.webshop-compare-view .product-title{
	font-size:22px;
	font-weight:600;
	padding-top:10px;
}
.webshop-compare-view .product-price{
	color:#111;
	padding-bottom:5px;
	font-weight:bold;
	font-size: 22px;
	line-height: 21px;
}

.webshop-compare-view .product-line{
	border-top: 1px solid #dbdbdb;
	line-height: 24px;
	min-height: 56px;
}
.webshop-compare-view .bg-lt{
	background-color:#fafafa
}
/* WEBSHOP LIST VIEW */
.webshop-list-view .product{
	border-top:1px solid #dadada;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.webshop-list-view .product:first-child{
	border:none;
	padding-top:0;
	margin-top:0
}
.webshop-list-view .product-image{

}
.webshop-list-view .product-content{

}
.webshop-list-view .product-title{
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
.webshop-list-view .product-info{
	padding: 0 0 0 20px
}
.webshop-list-view .product-price{
	font-weight:bold;
	font-size:14px;
	padding: 0 0 10px 0;
}
/* WEBSHOP CATEGORY */
.webshop-grid-view .category .inner{
	padding:10px;
	border:1px solid #dadada;

}
.webshop-grid-view .category .inner:hover{
	box-shadow: 0 0.6rem 0.8rem -0.3rem #eee;
	border-color: #cccbcb;
}
.webshop-grid-view .category-title{
	height:40px;
	line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* PRODUCT SINGLE */
.product-specifications .product-stock{
	display: inline-block;
	border-radius: 2px;

}
.product-specifications .product-stock-available{
	border:1px solid #2ebeaf;
	padding: 0 5px;
}
.product-specifications .product-no-stock{
	border:1px solid #e93d3d
}
.product-specifications .product-quantities{
	border-top:1px solid #dadada;
	padding-top:15px;
	margin: 0 0 15px 0;
}
.product-single .product-quantities ul{
	list-style:none;
	margin:0;
	border-radius: 3px;
	padding:  10px;
	border: 1px solid #2ebeaf;
}
.product-single .product-quantities ul li{
	padding:5px 0;
	cursor:pointer;

}
.product-single .product-quantities ul li strong{
	color:#2ebeaf
}
.product-single .product-price{
	font-weight:bold;
	font-size:24px;
	color:#3d3d3d;
	display:inline-block;
}
.product-single .product-price .price-old{
	padding: 0 10px 0 0;
	font-weight:normal;
	font-size:16px;
	text-decoration:line-through;
	color:#999
}
.product-single .product-tax{
	color:#999;
	font-size:12px
}
.product-single #product-stock-container{
	display:inline-block;
}
.product-single .productTop{
	padding: 0 0 20px 0
}
.product-single .product-image{
	border:1px solid #dadada;
	overflow:hidden;
	position:relative;
}
.product-single .product-image img{
	vertical-align:top;
}

.product-single .product-specifications table{
	width:100%;
}
.product-single .product-specifications table td{
	width:50%;
}
.product-single .product-specifications table tr:last-child td{
	border:none;
}
.product-single .product-usps{
	border-top:1px solid #dadada;
	padding:20px 0 5px 0
}
.product-single .product-usps ul{
	list-style:none;
	padding:0;
	margin:0
}
.product-single .product-usps ul li{
	position:relative;
	margin: 0 0 12px 0;
	padding-left:18px
}
.product-single .product-usps ul li:before{
	position:absolute;
	left:0;
	font-family:'FontAwesome';
	content:'\f058';
	color: #2ebeaf;
}

.product-single .webshop-readmore[data-readmore-toggle]{

}
.product-single .webshop-readmore{
	position:relative;
	padding-bottom:30px;
	overflow:hidden
}
.webshop-more{
	padding-top:20px;
	display:inline-block
}
.product-single .webshop-readmore[data-readmore] .webshop-more-fade{
	position:absolute;
	bottom:0;
	display: block;
	content:' ';
	width: 100%;
	height: 30px;
	background: #fff;
	background: linear-gradient(rgba(255,255,255,0),#fff);
	border-bottom: 1px solid #e6e6e6;
}

.product-single .productDescription table{
	margin: 0 0 20px 0;
}


.product-single .productDescription table thead{
	text-align:left;
}
.product-single .productDescription table td,
.product-single .productDescription table th{
	padding:5px 0
}
.product-single .productDescription table td{
	border-top:1px solid #dadada
}
.product-single .product-combination{
	padding:20px;
	background:#fff;
	border:1px solid #dadada;
	border-radius:2px;
	margin-bottom:20px;
}
.product-single .product-combination .product-buy-container{
	padding-top:20px;
	border-top:1px solid #dadada
}
.product-single .product-combination-title{
	font-weight:bold;
	padding-bottom:10px
}
.product-single .product-combination .product-price{
	font-size:15px;
	line-height:20px;
}
.product-single .product-combination-title small{
	margin:0 5px;
	color:#999
}
.product-single .product-combination .photo{
	position:relative;
}
.product-single .product-combination-product.plus .photo:before{
	font-family: 'FontAwesome';
	content: '\f067';
	position: absolute;
	left: -16px;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	color: #999;
}

.product-images-container{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	padding: 20px 30px;
	position:relative;
}
.product-media{
	position:relative;
	padding: 0 5px;
}
.product-media .webshopVideoBtn{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	/* box-shadow: 0 2px 5px rgba(0,0,0,0.5); */
	background: #d1363a;
	padding: 5px;
	border-radius: 3px;
}
.webshop-carousel{
	margin:0
}
.webshop-carousel .owl-nav .owl-next,
.webshop-carousel .owl-nav .owl-prev{
	color: #222;
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.webshop-carousel .owl-nav .owl-next i,
.webshop-carousel .owl-nav .owl-prev i{
	line-height:60px;
}

.webshop-carousel .owl-nav .owl-prev{
	left: -20px;
	text-align: left;
}
.webshop-carousel .owl-nav .owl-next{
	right: -20px;
	text-align: right;
}


/*
Slider dots
 */
.webshop-carousel .owl-dots{
	position: absolute;
	text-align: center;
	bottom: 0px;
	width: 100%;
}
.webshop-carousel .owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	background: #dadada;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.webshop-carousel .owl-dots .owl-dot.active{
	background-color: #de0000;
}


#product-specifications h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	margin:0
}
.product-specification-list{
	width:100%;
}

.product-specification-list td{
	padding:3px 10px;
}
.product-specification-list tr td:first-child{
	width:40%
}
@media(max-width:670px){
	.product-specification-list td{
		width:100%!important;
		display:block;
		font-weight:300;
	}
	.product-specification-list td:first-child{
		font-weight:bold;
	}
}
.product-specification-list tr:nth-child(odd) td{
	background:#fbfbfb
}
.productSpecificationList .variations-dropdown{
	width:100%;
}
.productSpecificationList .product-specification-rating td{
	border-top:1px solid #dadada;
}
.product-specification-list .product-specification-info{
	background:#33a6e1;
	border-radius:100%;
	color:#fff;
	width: 20px;
	height: 20px;
	line-height: 22px;
	font-size: 12px;
	text-align:center;
	background: #33a6e1;
	display: inline-block;
	margin-right: 5px;
}

/* COLOR VARIATIONS*/
.variation-image,
.variation-color{
	cursor:pointer;
	display:inline-block;
	margin:0 5px 0 0;
	border-radius:4px;
	padding:5px;
	border:2px solid #ddd
}
.variation-color{
	border-radius:100%

}
.variation-image input,
.variation-color input{
	display:none;
}
.variation-color-value{
	width:30px;
	height:30px;
	border-radius:100%
}

.variation-color.selected,
.variation-image.selected{
	border-color:#53bcaf
}
.variation-color.error,
.variation-image.error{
	border-color:#cc0000
}
.product-buy-container{
	position:relative;
}
@media (max-width: 670px) {

	.webshop-grid-view .btn-webshop{
		float:none;
		margin-top:15px
	}
}
.product-actions{
	padding-top:15px
}
.product-actions ul{
	list-style:none;
	padding:0;
	margin:0;
}
.product-actions ul li a{
	line-height:32px;
	color:#444
}
.product-actions ul li a i{
	margin-right:7px;
}
.product-nav{
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada
}
.product-nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
.product-nav ul li{
	display:inline-block;
}
.product-nav ul li a{
	margin-right:20px;
	line-height:48px;
	color:#111
}
.product-nav ul li a:hover{
	color:#999
}
/* VARIATIONS */
.product-variations{
	margin: 20px 0 0 0;
}
.product-variations .product-variation-title{
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#e8e8e8;
	border:1px solid #dadada;
	border-bottom:0;
}
.product-variations > ul{
	list-style:none;
	padding:0;
	margin:0;
	border:1px solid #dadada
}
.product-variations > ul > li{
	border-top: 1px solid #dadada;
}
.product-variations > ul > li:first-child{
	border-top:none;
}

.product-variations .variation-title{
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#f6f6f6;
	cursor:pointer;
}

.product-variations .variation-title .state{
	float:right;
	width:20px;
	height:20px;
	margin:11px 0;
	background-image:url('images/product-variationsState.png')
}
.product-variations .variation-title .state.selected{
	background-position: 0 -20px;
}
.product-variations .variation-values{
	display:none;
	border-top:1px solid #dadada;
}

.product-variations .variation-values ul{
	list-style:none;
	padding:10px;
	margin:0;
}
.product-variations .variation-values ul li{
	float:left;
	width:110px;
	height:130px;
	margin:10px;
	cursor:pointer;
}
.product-variations .variation-values ul li input{
	display:none;
}
.product-variations .variation-values ul li .image{
	width:108px;
	height:108px;
	border:1px solid #dadada;
}
.product-variations .variation-values ul li.selected .image{
	border-color:#ed6c1e
}
.product-variations .variation-values ul li .title{
	padding:5px 0 0 0;
}

#product-comments{
	list-style:none;
	padding:0;
	margin:0;
}
#product-comments .product-comment{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom:1px solid #e0e2e6;
}

#product-comments .product-comment .product-comment-meta{
	padding: 0 0 10px 0
}
#product-comments .product-comment .product-comment-time{
	font-style:italic;
	padding:0 0 10px 0
}
#product-comments .product-comment .product-comment-head{
	padding:0 0 5px 0;
}
#product-comments .product-comment .product-comment-title{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	display:inline-block;
	vertical-align:top
}

.product-comment .webshop-comment-author:after{
	content:'|';
	margin:0 0 0 8px;
}

.webshop-comment-arguments ul{
	list-style:none;
	padding:0;
	margin:0;
}

/* PRODUCT REVIEW */
.product-review .product-image{
	position: relative;
	border: 1px solid #e7e9ed;
}
.product-review h2{
	margin-bottom:10px
}
/* RATING */
.webshop-rating label,
.webshop-rating .product-rating-full,
.webshop-rating .product-rating-empty {
	cursor:pointer;
	margin: 0 3px 0 0;
	width: 18px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	float: left;
	background: transparent url('assets/images/stars.svg') no-repeat top left;
	background-size: 18px 36px;
	background-position: 0 -18px;
}
.webshop-rating-lg label,
.webshop-rating-lg .product-rating-full,
.webshop-rating-lg .product-rating-empty{
	width:36px;
	height:36px;
	background-size:36px 108px;
	background-position:0 -36px;
}
.webshop-rating .product-rating-selected{
	background-position:0 0
}
.webshop-rating .error{
	background-position:0 -72px
}
.webshop-rating .accessibility {
	top: 0;
	left: -9999px;
	height: 0;
	width: 0;
	position: absolute;
}
.webshop-rating-box{
	margin: 0 0 20px 0
}
.product-comment-rating-container{
	display:inline-block;
	padding:0 10px 0 0;
	width:90px;
}
.product-comment-rating-bar{
	height:16px;
	width:90px;
	background: transparent url('assets/images/stars.svg') top left;
	background-size: 18px 54px;
	background-position: 0 -18px;
}
.product-comment-rating{
	height:18px;
	width:0;
	background: transparent url('assets/images/stars.svg') repeat-x top left;
	background-size: 18px 54px;
	background-position: 0 0px;
}
.product-comment-rating.rating-1{
	width:18px;
}
.product-comment-rating.rating-2{
	width:36px;
}
.product-comment-rating.rating-3{
	width:54px;
}
.product-comment-rating.rating-4{
	width:72px;
}
.product-comment-rating.rating-5{
	width: 90px;
}

.webshop-rating .product-rating-info{
	height:18px;
	line-height:18px;
	margin-left:5px;
}
.webshop-rating-lg .product-rating-info{
	height:36px;
	line-height:36px;
}
/* MESSAGES */
.flash,
#error-message{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius:2px
}
.flash-success {
	color: #fff;
	background-color: #2ebeaf;
}
.flash .flash-link{
	font-weight:600
}
.flash-success .flash-link {
	color: #2b542c;
}
.flash-info{
	background-color:#ffe6ab
}

.flash-error,
#error-message{
	color:#fff;
	background-color:#d1363a;

}
/* WEBSHOP QUESTIONS */
#product-questions{
	list-style:none;
	padding:0;
	margin:0;
}
#product-questions li .product-question{
	font-weight:bold;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e0e2e6;
}
#product-questions li .product-answer{
	padding:10px 0 0 0;
}
/* PRODUCT TABS */
.product-tabs .nav {
	height:36px;
	list-style:none;
	padding:0 20px;
	margin:0;
	border-bottom:1px solid #dadada;
}
.product-tabs .nav li {
	height:36px;
	float: left;
	margin: 0 10px 0 0;
}
.product-tabs .nav li a {
	display: block;
	color:#666;
	font-size:14px;
	text-decoration:none;
	line-height:35px;
	text-align: center;
	border: 1px solid #fff;
	border-bottom:0;
	padding: 0 20px;
}
.product-tabs .nav li a.current{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color:#333;
	border:1px solid #dadada;
	border-bottom:1px solid #fff;
	background:#fff;
}
.product-tabs .nav li a:hover {
	color:#333;
}
.product-tabs .list-wrap > div{
	padding:15px 0
}
/* PRODUCT CHECKOUT MESSAGE */
.webshop-checkout-message{
	background:#fff;
	padding:10px;
	border:1px solid #e0e2e6;
	border-top:none;
	position:absolute;
	top:33px;
	left:0;
	right:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.webshop-checkout-message .links{
	padding:10px 0 0 0;
	margin: 10px 0 0 0;
	border-top:1px solid #e0e2e6;
}
.webshop-checkout-message .webshop-checkout-message-close{
	float:right;
}

/* MERCHANT */
.merchant label{
	display:inline-block;
	line-height:32px
}
.merchant label img{
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
}
/* SHOPPINGCART */
#webshop-shoppingcart{
	width:100%;
}
.webshop-shoppingcart th{
	text-align:left;
	padding:0 15px 0 0 ;
}
.webshop-shoppingcart td{
	padding: 10px 15px 10px 0;
}
#webshop-shoppingcart-summary td{
	padding:5px 0;
}
/* CHECKOUT */
.webshop-table,
.webshop-checkout,
.webshop-shoppingcart{
	width:100%;
}
.webshop-table.striped th,
.webshop-table.striped td,
.webshop-checkout thead th,
.webshop-shoppingcart thead th{
	line-height:30px;
	border-bottom:1px solid #d0d2d8;
	text-align:left;
}
.webshop-table.striped td,
.webshop-checkout tbody td,
.webshop-shoppingcart tbody td{
	padding-top:12px;
	padding-bottom:12px;
	vertical-align:top
}
.webshop-checkout-sm tbody td,
.webshop-checkout-sm tbody th{
	padding:5px 0
}
.webshop-shoppingcart .webshop-shoppingcart-item-delete{
	line-height:36px;
	margin-left:10px
}
.webshop-shoppingcart .price{
}
#webshop-panel-delivery-date .webshop-shoppingcart td{
	width:50%
}
.webshop-checkout-navigation{
	padding: 25px 0 10px 0;
	border-top: 1px solid #d0d2d8;
	margin-top: 20px;
}
.webshop-checkout-navigation .btn-webshop{
	background-color:#2ebeaf;
	border-bottom:1px solid #14675e;
	color: #fff;
}
/* SHOPPINGCART COMBINATION */
.webshop-shoppingcart-combination p{
	margin:10px 0 5px 0
}
.webshop-shoppingcart-combination ul{
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
}
.webshop-shoppingcart-combination ul li{
	position:relative;
	padding-left:15px;
	padding-bottom: 8px;
}
.webshop-shoppingcart-combination ul li:before{
	content:'\-';
	position:absolute;
	left:0
}
/* MERCHANTS */
.webshop-merchant-fields{
	margin:15px 0 0 0;
}
.webshop-merchant-fields table{
	width:100%;
}
.webshop-merchant-fields table td{
	border:none!important;
}

#webshop-checkout-shippingmethods tbody td,
#webshop-checkout-merchants tbody td{
	padding:15px 0;
}
#webshop-checkout-merchants .webshopMerchantRadio{
	width:40px
}
#webshop-checkout-shippingmethods tbody td,
#webshop-checkout-merchants tbody td,
.webshop-shoppingcart tbody td{
	border-top:1px solid #e0e2e6
}
#webshop-checkout-shippingmethods tbody tr:first-child td,
#webshop-checkout-merchants tbody tr:first-child td,
.webshop-shoppingcart tbody tr:first-child td{
	border-top:none;
}
#webshop-checkout-customer td{
	padding:10px 0;
	width:50%;
}
.webshop-checkout.two-col tbody td{
	width:50%
}
.webshop-checkout.two-col tbody td:first-child{
	padding-right:10px!important;
}
.webshop-checkout.two-col tbody td:last-child{
	padding-left:10px!important;
}

/* SHOPPINGCART ITEM EDIT */
.webshop-shoppingcart-variations{

}
.webshop-shoppingcart-product{

	padding:10px 0;
	font-weight:bold;
	border-bottom:1px solid #e0e2e6
}
.webshop-shoppingcart-product:first-child{
	padding-top:0;
}
.webshop-shoppingcart-product:last-child{
	border:0;
	padding-bottom:0;
}
.webshop-shoppingcart-selection .row > div{
	width:100%
}
.product-shoppingcart .product-image{
	overflow:hidden;
	position:relative;
}
/* CHECKOUT NAVIGATION */
#webshop-checkout-navigation{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden;
	margin:0 0 20px 0
}
#webshop-checkout-navigation a{
	display:block;
	/* height:26px; */
}
#webshop-checkout-shoppingcart{
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
	position:absolute;
	color:#fff;
	background: #33a6e1;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;

}
#webshop-checkout-shoppingcart a{
	color:#fff;

}
/* NAVIGATION */

#webshop-checkout-navigation {
	display: block
}
#webshop-checkout-navigation ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#webshop-checkout-navigation li {
	display: block;
	float: left;
	height: 50px;
	position: relative;
	font-size: 16px;
}

#webshop-checkout-navigation .steps-1 li {
	width: 50%
}
#webshop-checkout-navigation .steps-2 li {
	width: 50%
}
#webshop-checkout-navigation .steps-3 li {
	width: 33.33%
}
#webshop-checkout-navigation .steps-4 li {
	width: 25%
}
#webshop-checkout-navigation .steps-5 li {
	width: 20%
}
#webshop-checkout-navigation .steps-6 li {
	width: 16.66%
}
#webshop-checkout-navigation .steps-7 li {
	width: 14.28%
}
#webshop-checkout-navigation .steps-8 li {
	width: 12.5%
}
#webshop-checkout-navigation #webshop-checkout-steps a,
#webshop-checkout-navigation #webshop-checkout-steps div {
	background: #ffffff;
	border: 1px solid #e0e2e6;
	border-left-width: 0;
	border-right-width: 0;
	color: #2ebeaf;
	display: block;
	line-height: 46px;
	margin-right: 10px;
	padding-left: 22px;
	padding-right: 10px;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#webshop-checkout-navigation a,
#webshop-checkout-navigation a:hover,
#webshop-checkout-navigation a:visited {
	text-decoration: none
}
#webshop-checkout-navigation #webshop-checkout-steps li.first a,
#webshop-checkout-navigation #webshop-checkout-steps li.first div {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
	background-clip: padding-box;
	padding-left: 10px;
}
#webshop-checkout-navigation #webshop-checkout-steps li.last a,
#webshop-checkout-navigation #webshop-checkout-steps li.last div {
	border-right-width: 1px;
	border-radius: 0 3px 3px 0;
	background-clip: padding-box;
	margin-right: 0
}
#webshop-checkout-navigation .arrow {
	height: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	transform: rotate(360deg);
	width: 0
}
#webshop-checkout-navigation .arrowStart {
	border-bottom: 24px solid transparent;
	border-left: 10px solid #e0e2e6;
	border-top: 24px solid transparent;
	left: 1px;
}
#webshop-checkout-navigation .arrowStartOverlay {
	border-bottom: 24px solid transparent;
	border-left: 10px solid #fff;
	border-top: 24px solid transparent;
	left: 0;
}
#webshop-checkout-navigation .arrowEnd {
	background: #fff;
	border-bottom: 24px solid transparent;
	border-left: 10px solid #e0e2e6;
	border-top: 24px solid transparent;
	right: 1px;
}
#webshop-checkout-navigation .arrowEndOverlay {
	border-bottom: 24px solid transparent;
	border-left: 10px solid #ffffff;
	border-top: 24px solid transparent;
	right: 2px;
}
#webshop-checkout-navigation #webshop-checkout-steps li div {
	color: #999
}
#webshop-checkout-navigation #webshop-checkout-steps li a:hover {
	border-color: #2ebeaf;
	color: #2ebeaf;
}
#webshop-checkout-navigation #webshop-checkout-steps li a:hover .arrowStart,
#webshop-checkout-navigation #webshop-checkout-steps li a:hover .arrowEnd {
	border-left-color: #2ebeaf;
}
#webshop-checkout-navigation #webshop-checkout-steps .current > * {
	background-color: #2ebeaf;
	border-color: #2ebeaf;
	color: #FFF;
}

#webshop-checkout-navigation #webshop-checkout-steps .completed > *{
	border-color: #2ebeaf;
	padding-right: 10px;
	color: #2ebeaf;
}
#webshop-checkout-navigation #webshop-checkout-steps .completed > * .arrowEnd,
#webshop-checkout-navigation #webshop-checkout-steps .completed > * .arrowStart{
	border-left-color: #2ebeaf;
}
#webshop-checkout-navigation .current .arrow {
	height: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 0
}
#webshop-checkout-navigation .current .arrowStart {
	border-left-color: #2ebeaf;
}
#webshop-checkout-navigation .current .arrowEnd {
	background-color: #fff;
	background-image: none;
	border-bottom: 24px solid transparent;
	border-left: 10px solid #2ebeaf;
	border-top: 24px solid transparent;
	right: 1px;
}
#webshop-checkout-navigation .current .arrowEndOverlay {
	background-image: none;
	border-bottom: 24px solid transparent;
	border-left: 10px solid #2ebeaf;
	border-top: 24px solid transparent;
	display: block;
	right: 2px;
}


/* MOBILE VAR */

@media (max-width: 670px) {
	#webshop-checkout-steps-xs {
		display: flex
	}
}
#webshop-checkout-steps-xs li{
	position:relative;
	flex:1;
	height: 60px;
}
#webshop-checkout-steps-xs li a,
#webshop-checkout-steps-xs li div{
	width: 38px;
	height: 38px;
	border-radius:100%;
	text-align:center;
	line-height: 38px;
	border: 2px solid #e0e2e6;
	background:#fff;
	float:right;
	position: relative;
}
#webshop-checkout-steps-xs li:first-child,
#webshop-checkout-steps-xs li:first-child{
	float:left;
	width: 38px;
	flex:none;
}
#webshop-checkout-steps-xs li span{
	right: 0;
	display:inline-block;
	text-align:center;
	font-size: 11px;
	position: absolute;
	top: 30px;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	color: #888;
}

#webshop-checkout-steps-xs li.current div{
	border-color:#2ebeaf;
	background:#2ebeaf;
	color:#fff;
}
#webshop-checkout-steps-xs li.completed a{
	color:#2ebeaf;
	border-color:#2ebeaf
}

#webshop-checkout-steps-xs li:after{
	content:' ';
	position:absolute;
	height:2px;
	right: 38px;
	background:#e0e2e6;
	top: 18px;
	z-index: 1;
	left: 0;
}
#webshop-checkout-steps-xs li.current:after,
#webshop-checkout-steps-xs li.completed:after{
	background:#2ebeaf
}
#webshopOrderComment{
	width:100%;
	resize:vertical;
	min-height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #e0e2e6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.webshop-field{
	margin: 0px 0 15px 0;
}
.webshop-field input[type="text"],
.webshop-field input[type="number"],
.webshop-field input[type="email"],
.webshop-field input[type="password"],
.webshop-field textarea,
.webshop-field select{
	min-width:50px;
	margin: 0;
	height: 48px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	padding: 0 10px;
	color: #626363;
	border: 1px solid #e0e2e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	/*box-shadow:inset 0 0 5px 0 rgba(0,0,0, 0.2);*/
}
.webshop-field input:disabled{
	background-color:#e0e2e6;
	cursor:not-allowed;
}
.webshop-field textarea{
	padding:10px;
	resize:vertical
}
.webshop-field .arterisk{
	color: #f05075;
	font-size: 18px;

}
.variation-head{
	padding:0 0 10px 0
}
.variation-label{
	font-weight:normal;
}
.webshop-field textarea{
	min-height:75px
}
.webshop-field input[type="text"].inputsmall{

}
.webshop-field label{
	display:block;
	padding: 0 0 5px 0;
}
.webshop-shoppingcart-item-quantity{
	max-width:70px
}
.webshop-datepicker:after{

}
.webshop-label-group{
	position:relative;
	padding-left: 25px;
	display: block;
}
.webshop-label-group input{
	position:absolute;
	left:0;
	top: 6px;
}
.webshop-panel{
	position:relative;
	overflow:hidden;

}
.webshop-panel h2{
	padding: 0;
	margin: 0 0 15px 0;
}

.webshop-block{
	border: 1px solid #e0e2e6;
	border-radius: 2px;
}
.webshop-block .body{
	padding:20px;
}

#webshop-customer-shipping-label{
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	display:block;
	border-top:1px solid #e0e0e0
}
#webshop-shipping-label-add{
	border-top:1px solid #e0e0e0
}
.webshop-shipping-fields{
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
/* MESSAGES */
.message{
	display:none;
	padding:10px;
	margin: 0 0 15px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.message.message-error,
.webshop-field input.error,
.webshop-field select.error,
.webshop-shipping-fields input.error,
.webshop-field textarea.error,
.webshop-address input.error {
	border: 1px solid #cc0000;
	background-color:#f2dede
}
.message.error{
	display:block;
}
/* OVERLAY */
.webshop-overlay{
	background-image: url('images/loader.gif');
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background-color: rgba( 255,255,255, 0.6);
}
.webshop-overlay .webshop-loading{
	color:#2ebeaf;
	position:absolute;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
}
/* WEBSHOP MESSAGES */
.webshop-message-trigger{
	cursor:pointer
}
.webshop-message{
	width:215px;
}
.webshop-message-title{
	padding: 0 0 15px 0;
	font-weight:bold;
}
.webshop-message-text{
	padding: 0 0 15px 0;
}
.webshop-message-buttons{
	padding:15px 0 0 0;
	border-top:1px solid #e0e0e0
}
.webshop-message .btn-webshop{
	width:100px
}

/* WEBSHOP POPUP */
.webshop-dropdown{
	line-height:24px;
	color: #7a7979;
	display:none;
	position:absolute;
	z-index:101;
	right:-1px;
	top:100%;
	width:340px;
	background:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.webshop-dropdown > *{
	overflow:hidden;
}
.webshop-dropdown-sm{
	width:200px
}
.webshop-dropdown-md{
	width:300px
}
.webshop-dropdown:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: -7px;
	right: 7px;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.webshop-dropdown:after{
	content: "";
	position: absolute;
	display: inline-block;
	top: -6px;
	right: 8px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.webshop-dropdown-trigger{
	cursor:pointer;
	position:relative;
}
/* SHOPPINGCART SMALL */
#webshop-shoppingcart-small{

	min-width: 26px;
	height: 40px;
	position: relative;
}
#webshop-shoppingcart-small-wrapper {
	min-width: 32px;
	height: 40px;
	cursor:pointer;
}
.webshop-shoppingcart-small-price{
	color: #3b3b3b;
	font-weight: bold;
}
.webshop-shoppingcart-small-items{
	color:#96aabd;
}
.webshop-shoppingcart-small-items-count{
	position: absolute;
	right: -3px;
	top: 6px;
	background: #de0000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 100%;
	text-align: center;
	font-size: 10px;
	color:#fff;
}
#webshop-shoppingcart-small-icon{
	position: relative;
	width: 32px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	float: right;
	font-size: 28px;
	padding-right: 10px;
}
#webshop-shoppingcart-small-items{
	float:left;
	padding: 0 10px 0 0;
	line-height: 18px;
	font-size: 14px;
	text-align: right;
}

#webshop-shoppingcart-small .webshop-shoppingcart{
	margin: 0 0 10px 0;
}

#webshop-shoppingcart-small .webshop-shoppingcart-small-content{
	top:45px;
	padding:20px;
}

#webshop-shoppingcart-small .webshop-shoppingcart .price{
	text-align:right;
	padding-right:0;
}

/* ACCOUNT DROPDOWN */
.webshop-group{
	position:relative
}

.webshop-dropdown ul{
	margin:0;
	padding:0;
}
.webshop-dropdown ul li{
	margin: 0;
	display: block;
	padding: 0;
	line-height: 32px;
}
.webshop-dropdown h2{
	line-height:24px
}
/* ASSOCIATED PRODUCTS */
.associatedProducts{
	list-style:none;
	padding:0;
	margin: 0 -8px 0 -7px;
}
.associatedProducts li{
	float:left;
	height:160px;
	width:137px;
	margin: 0 8px 0 7px
}

/* WEBSHOP SEARCH*/
.webshop-search{
	position:relative;
	background:#fff;
	border: none;
	border-radius: 2px;
}
.webshop-search .search-text{
	height: 42px;
	width: 98%;
	font-size: 14px;
	border: 0;
	display: inline-block;
	float: left;
	padding-left: 10px;
	background:none;
	-webkit-appearance: none;
}
.webshop-search .select{
	width: 35%;
	float:left;
	padding-right:42px;
}
.webshop-search .select:after{
	right:45px;
	top:50%;
	margin-top:-9px
}
.webshop-search .search-select{
	float: left;
	width: 100%;
	height: 42px;
	padding: 5px;
	line-height: 1;
	font-size: 13px;
	border: 0;
	border-left: 1px solid #e9e9e9;
	border-radius: 0;
	background:#fff;
}
.webshop-search .search-btn{
	height: 42px;
	width:42px;
	position:absolute;
	right:0;
	background: transparent;
	border: 0;
	color: #393939;
	cursor: pointer;
}

.webshop-search-results{
	background: #fff;
	position: absolute;
	z-index:101;
	top: 46px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	overflow:hidden;
}
.webshop-search-results ul{
	list-style:none;
	padding:0;
	margin:0;
}
.webshop-search-results ul li{
	color:#666;
	line-height: 20px;
	border-bottom: 1px solid #e0e2e6;
	padding: 10px 0;
}
.webshop-search-results ul li:last-child{
	border:none;
}
.webshop-search-results ul li img{
	float: left;
	max-width: 3em;
	max-height: 3em;
	margin-right: 1em;
}
.webshop-search-results ul li .product-title{
	overflow: hidden;
	max-width: 60%;
	max-height: 1.2em;
	margin: 0px 10px;
	font-weight: bold;
}
.webshop-search-results ul li .product-price{
	margin: 0 5px;
	font-size: 0.9em;
}
.webshop-search-results ul li .product-price .oldPrice{
	color:#999;
	text-decoration: line-through;
}
.webshop-search-results ul li .btn-webshop{
	float:right;
	margin: 0px 10px 0 0;
}
.webshop-search-results ul li a{
	display:block;
	padding: 0 10px 0 30px;
	color: #333;
	position: relative;
}

.webshop-search-results ul li a.submit:before{
	font-family: 'FontAwesome';
	content:'\f061';
	padding-right: 7px;
	font-size: 14px;
	left: 10px;
	position: absolute;
	color:#999
}
.webshop-search-results .title{
	padding:0 10px;
	line-height:34px;
	background-color: #f9f9f9;
}
.webshop-search-results .title .count{
	margin: 0 0 0 10px;
	font-size: 12px;
	color: #666;
	border-radius: 71px;
	background: #e0e2e6;
	padding: 2px 7px;
}

/* FANCYGBOX REWRITE */
.fancybox-product .fancybox-inner{

}
.fancybox-product .fancybox-skin{
	background-color:#fff!Important
}
.fancybox-product .fancybox-nav span{
    background: none!important;
    color: #111!important;
    font-size: 50px;
    visibility: visible!Important;
    margin: 0!important;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
}
.fancybox-product .fancybox-close{
	right:0!important;
	top:0!important;
	background-image:none!important;
	text-align:center;
	margin:15px;
	padding:0;
}
.fancybox-product .fancybox-nav {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
}
/* WEBSHOP FILTERS */
.webshop-filter-title{
	font-weight: 900;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	border-bottom:1px solid #dadada
}
.webshop-filter-values{
	color:#1f1f1f
}
.webshop-filter-values ul{
	list-style:none;
	padding:0 0 30px 0;
	margin:0;
}
.webshop-filter-values ul li{
	padding:8px 0
}
/* COUPON */
.webshop-coupon-table td{
	border-bottom: 1px solid #e0e2e6;
}
.webshop-coupon-table tr:last-child td{
	border:none
}
/* SHOPPINGCART ADDED */
.webshop-shoppingcart-inner{
	max-height: 30rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.webshop-shoppingcart-table td{
	vertical-align:top!important;
	border-top:1px solid #e0e2e6!important
}

.webshop-shoppingcart-popup .webshop-checkout-navigation{
	border-top:1px solid #e0e2e6!important

}
@media (min-width: 768px) {
	.webshop-shoppingcart-popup .product-single .product-combination .product-buy-container {
		padding: 0;
		border: 0;
	}
}
.webshop-shoppingcart-popup .product-prices{
	text-align:right
}

.webshop-shoppingcart-popup .title{
	padding:0 0 10px 0!important
}
.no-wrap,
.webshop-shoppingcart-popup .price{
	white-space: nowrap;
	overflow: hidden;
}

.webshop-shoppingcart-popup .webshop-shoppingcart .webshop-shoppingcart-item-delete{
	line-height:inherit;
}

.webshop-shoppingcart-popup .product-combination .photo {
	padding: 10px;
}


/* DATEPICKER */
.ui-datepicker{
	min-width:250px;
	display:none;
	background:#fff;
	position:absolute;
	z-index:99!important;
	border:1px solid #c4c4c4;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 2px 0 0 0;
}
.ui-datepicker:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: -7px;
	left: 4px;
	border-bottom: 7px solid #c4c4c4;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.ui-datepicker:after{
	content: "";
	position: absolute;
	display: inline-block;
	top: -6px;
	left: 5px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
}
.ui-datepicker-trigger{
	height: 46px;
	line-height: 46px;
	background: none;
	border: none;
	margin: -20px -40px 0 -30px;
}
.ui-datepicker-header{
	padding:0;
}
.ui-datepicker-header .ui-datepicker-title{
	font-family: 'Cabin', sans-serif;
	font-size:16px;
	text-align:center;
	line-height:32px;
	height:32px;
}
.ui-datepicker-title select{
	background:#fff;
	height:20px;
	width:50%;
	border:1px solid #c4c4c4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.ui-datepicker-prev,
.ui-datepicker-next{
	color:#333;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f00d";
	cursor:pointer;
	width:24px;
	display:inline-block;
	text-align:center;
	font-size:20px;
	line-height:32px;
	height:32px;
}
.ui-datepicker-prev{
	float:left;
}
.ui-datepicker-next{
	float:right;
}
.ui-datepicker-prev:after{
	content: "\f104"
}
.ui-datepicker-next:after{
	content: "\f105"
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	display:none;
}
.ui-datepicker-calendar{
	width:100%;
	border-collapse:collapse
}
.ui-datepicker-calendar th{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#f6f6f6;
}
.ui-datepicker-calendar td{
	position:relative;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #c4c4c4;
}
.ui-datepicker-calendar td:hover{
	background:#ddd;
}
.ui-datepicker-calendar tr td:first-child{
	border-left:none;
}
.ui-datepicker-calendar tr:last-child td{
	border-bottom:none;
}
.ui-datepicker-calendar .ui-state-disabled{
	background:#f6f6f6
}

.ui-datepicker-calendar .ui-datepicker-current-day a{
	background:#df1f29;
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	left:-1px;
	color:#fff;
}
.ui-datepicker-calendar td a{
	display:block;
	color:#333
}
.ui-timepicker-div dl{
	padding:15px 10px 10px 10px;
	margin:0;
}
.ui-timepicker-div dt{
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}
.ui-timepicker-div dd{
	margin: 0 10px 10px 40%;
}
.ui-datepicker-buttonpane{
	border-top:1px solid #c4c4c4;
	background:#f6f6f6;
	padding:10px;
}

@media (max-width: 670px) {

	.webshop-filter-container {
		padding: 50px 15px 15px 15px;
		position: fixed;
		top: 0;
		right: -71%;
		bottom: 0;
		z-index: 101;
		display: block!important;
		width: 71%!important;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition: right 0.3s ease;
		-webkit-transition: right 0.3s ease;
		transition: right 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		box-shadow: 0 0 5px rgba(0,0,0,0.25);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
		background: #fff;
	}

	.webshop-filter-container .filters{
		margin:0!important;
		border:0!important;
		border-radius:0!important
	}
	.webshop-filter-container .pointer{
		display:none;
	}

	.webshop-filter-container .specifications{
		border:0;
		margin:0;
	}

	.in-screen{
		right:0;
	}

	.inscreen-close{
		top: 20px;
		right: 20px;
		position: absolute;
		width: 40px;
		padding: 0;
	}

	.product-buy-container.single{
		position:fixed;
		z-index: 999999;
		bottom:0;
		padding: 15px 15px 0 15px!Important;
		left:0;
		right:0;
		background:#fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}

}

.product-single .product-specs > div{
	display:inline-block
}
.product-single .product-specs > div:after{
	content:'|';
	padding:0 10px;
	color:#e0e2e6
}
.product-single .product-specs > div:last-child:after{
	display:None;
}
.product-single .price-round,
.product-single .price-decimal,
.product-single .price-old {
	float: left;
}

.product-single .price-new {
	margin-bottom: 10px;
}

.product-single .price-decimal {
	line-height: 18px;
	font-size: 14px;
}

.product-single .price-special {
	color: #d01820;
}

.product-single .product-tax * {
	font-size: 12px !important;
	line-height: 12px;
}

.product-single .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.product-single .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.webshop-grid-view .price-round,
.webshop-grid-view .price-decimal,
.webshop-grid-view .price-old {
	float: left;
}

.webshop-grid-view .price-new {
	margin-bottom: 10px;
}

.webshop-grid-view .price-decimal {
	line-height: 15px;
	font-size: 14px;
}

.webshop-grid-view .price-special {
	color: #d01820;
}

.webshop-grid-view .product-tax * {
	font-size: 12px !important;
	line-height: 12px;
}

/* WEBSHOP CATEGORIES */
.webshop-assortment{

}
.webshop-categories{
	position: absolute;
	z-index:9999;
	left:0;
	right:0;
}


.webshop-categories-list{
	background:#fff;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.open .webshop-categories-list{
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.webshop-categories.active{
	position:relative;
	z-index:99
}
.webshop-categories-list ul{
	list-style:none;
	padding:0;
	margin:0;
}
.webshop-categories-list{
	animation: scale-drop-down .25s cubic-bezier(.1,1.45,.35,1);
	transform-origin: top right;
	min-height: 650px;
	width:300px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webit-border-radius:2px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
/*
.webshop-categories-list:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: -7px;
	left: 7px;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}*/
.open .webshop-categories-list{
	box-shadow: none;

}
.webshop-categories-list > ul > li{
	line-height:40px;

}

.webshop-categories-list > ul > li.current-child > a{
	background-color:#fafbff;
}
.webshop-categories-list > ul > li.active > a{
	font-weight:bold;
	color:#1788ca!important
}
.webshop-categories-list ul li:last-child{
	border:none;
}
.webshop-categories-list ul li a{
	display:block;
	color:#353535;
	padding:0 15px;
	position: relative;
	z-index: 12;
}
.webshop-subcategories .webshop-categories-list ul li a{
	padding:0;
}

.webshop-categories-list > ul > li.current > a{
	color:#ee8830;
}
.webshop-subcategories .count{
	font-size: 11px;
	color: #999;
	border-radius: 20px;
	background: #eee;
	padding: 0 7px;
	margin: 0 0 0 10px;
}
@media (min-width: 670px) {
	.webshop-categories-list > ul > li.current-child.haschild > a{
		width:102%;
		background:#fff;
	}
}
.webshop-categories-list > ul > li.category-sale a{
	color:#e93d3d
}
.webshop-categories-list > ul > li > a:after{
	content: '\f105';
	color:#9e9e9e;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	float:right;
}
.webshop-categories-list > ul > li.haschild > a:after{
	content: '\f107';
}
.webshop-categories-list > ul > li.haschild.active > a:after{
	content: '\f106';
}
.webshop-categories-list ul .webshop-subcategory-list{
	display:none;
}

.webshop-categories-list ul .webshop-subcategory-list.active{

}

.webshop-subcategory-list .inner{
	border-left:1px solid #e9e9e9;
	padding:15px 20px;
	min-height:650px;
}

.webshop-subcategory-list {
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding: 0;
	padding-left:300px;
	left:0;
	right:0;
	position: absolute;
	top: 0;
	background: #fff;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 1px solid #e9e9e9;
	height: 100%;
}
.webshop-subcategory-list ul{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.webshop-subcategory-list ul li a{
	padding:0;
}

.webshop-subcategory-list ul li,
.webshop-subcategory-list ul li a{
	line-height:36px;
}
.webshop-subcategory-list ul li a:hover{
	color:#999
}
.fancybox-inner{
	overflow:hidden!important;
}
.fancybox-inner > div{
	max-height:101%;
	overflow-y:auto
}