/* GENERAL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.pull-right{
	float:right;	
}
.pull-left{
	float:left	
}
.strong{
	font-weight:bold; 
}
/* WEBSHOP BUTTONS */
.webshopBtn{
	height:36px;
	line-height:36px;
	border:none;
	background:#dadada;
	color:#333;
	text-align:center;
	cursor:pointer;
	margin:0;
	padding:0 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.webshopBtnLarge{
	width:100%;	
}
a.webshopBtn{
	display:inline-block;	
}
/* WEBSHOP VIEW SORT */
.webshopCategoryView{
	position: relative;
	background:#efefef;
	border:1px solid #dadada;
	height: 36px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin: 0 0 20px 0;
	padding:0 6px
}
.webshopCategoryType ul{
	list-style:none;
	padding:6px 0;
	margin:0;
}
.webshopCategoryType ul li{
	cursor:pointer;
	float:left;
	height:24px;
	line-height:24px;
	margin: 0 0 0 6px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 10px 0 26px;
	background-image: url('images/view_types.png');
	background-repeat:no-repeat;
	background-position: 6px 5px
}
.webshopCategoryType li.webshopCategoryListType{
	background-position: 6px -17px	
}
.webshopCategoryType li.current,
.webshopCategoryType li:hover{
	background-color:#dadada;	
}
.webshopCategorySort{
	padding:6px 0;
	line-height:24px;
}
.webshopCategorySort select{
	height:24px;
	border:1px solid #dadada;
}
/* WEBSHOP PAGINATION */
.webshopCategoryPagination .tablenav{
	height:36px;
	float:right;
}
.webshopCategoryPagination .displaying-num{
	font-style:italic;
	color:#666	;
	line-height:24px;
}
.webshopCategoryPagination .page-numbers{
	padding:0 10px;
	display:inline-block;
	line-height:24px;
	margin:0 0 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #e4e3e3;
	color:#333;
}
.webshopCategoryPagination .page-numbers.current{
	color:#fff;
	background:#333;
}
/* WEBSHOP GRID VIEW */
.webshopView{
	list-style:none;
	padding:0;
	margin:0;	
}
#webshopGridView{
	list-style:none;
	padding:0;
	margin:0 -10px -20px -10px;	
}

#webshopGridView li.product{
	width:218px;
	height:250px;
	float:left;
	padding:0;
	border:1px solid #dadada;
	margin:0 10px 20px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
}
#webshopGridView li.product p{
	margin:0;	
}
#webshopGridView li.product:nth-child(3n){
	
}
#webshopGridView .productImage{
	height:160px;
	padding:20px 20px 0 20px;
}
#webshopGridView .productInfo{
	position:absolute;
	left:0;
	right:0;
	top:180px;
	background: rgba(255,255,255,0.9);
	border-top:1px solid #e4e4e4;
	padding:10px 20px 20px 20px;
	line-height:24px;
	height:250px;
}
#webshopGridView .productTitle{
	
}
#webshopGridView .productPrice{
	font-weight:bold;
	font-size:14px;	
}
#webshopGridView .productPrice .priceOld{
	padding: 0 10px 0 0;
	font-weight:normal;
	text-decoration:line-through
}
#webshopGridView .productDetails{
}
#webshopGridView .productVariations{
	min-height:30px;
	padding:10px 0;
}
#webshopGridView .productVariations select{
	width:100%;	
}
#webshopGridView .productDescriptionShort{
	min-height:80px;
	padding:10px 0 0 0;
	line-height:18px;
}
#webshopGridView .productActions{
	list-style:none;
	padding:0;
	margin:0;
}
#webshopGridView .productActions li{
	width:50%;
	float:left;
}
#webshopGridView .productActions li .webshopBtn{
	width:80px;
	padding:0	
}
#webshopGridView .productActions li.moreBtn .webshopBtn{
	float:right;	
}
/* WEBSHOP LIST VIEW */
#webshopListView li.product{
	border-top:1px solid #dadada;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
#webshopListView li.product:first-child{
	border:none;
	padding-top:0;
	margin-top:0
}
#webshopListView .productImage{
	float:left;
	width:178px;
	height:140px;
}
#webshopListView .productContent{
	width:280px;
	float:left;
	height:140px;
	padding: 0 0 0 20px
}
#webshopListView .productTitle{
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
#webshopListView .productInfo{
	width:202px;
	float:left;
	height:140px;
	padding: 0 0 0 20px
}
#webshopListView .productPrice{
	font-weight:bold;
	font-size:14px;
	padding: 0 0 10px 0;
}
/* WEBSHOP CATEGORY */
#webshopGridView li.category{
	width:161px;
	height:200px;
	float:left;
	padding:20px;
	border:1px solid #dadada;
	margin:0 10px 20px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* PRODUCT SINGLE */
.productSingle .productPrice .priceOld{
	padding: 0 10px 0 0;
	font-weight:normal;
	text-decoration:line-through
}
.productSingle .productTop{
	padding: 0 0 20px 0	
}
.productSingle .productImage{
	float:left;
	width:390px;
	border:1px solid #dadada;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden
}
.productSingle .productImage img{
	vertical-align:top;	
}
.productSingle .productSpecifications{
	float:right;
	width:292px;	
}
.productSingle .productSpecifications table{
	width:100%;	
}
.productSingle .productSpecifications table td{
	width:50%;
	line-height:42px;
}
.productSingle .productSpecifications table tr:last-child td{
	border:none;	
}
.productExtraImagesContainer{
	border-top:1px solid #dadada;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height:100px;
	padding:0 35px;
	position:relative;	
}
.productCarouselNavigation{
	cursor:pointer;
	position:absolute;
	height:100px;
	background-color:#efefef;
	width:25px;
	top:0;
	background-image: url('images/arrows.png');
	background-repeat:no-repeat
}
#prevImage{
	left:0;	
	background-position: 0 center;
	border-right:1px solid #dadada
}
#nextImage{
	right:0;
	background-position: -26px center;
	border-left:1px solid #dadada	
}
.productExtraImages{
	list-style:none;
	padding:0;
	margin:0;
	height:100px;
}
.productExtraImages li{
	float:left;	
	height:100px;
	width:100px;
	margin: 0 10px 0 0
}
#webshopSpecificationList{
	width:100%;
}
#webshopSpecificationList td{
	padding:5px 0;
	border-top:1px solid #ddd
}
#webshopSpecificationList td.strong{
	width:30%	
}
#webshopSpecificationList tr:first-child td{
	border-top:0
}
.productSpecificationList .variations-dropdown{
	width:100%;	
}
.productSpecificationList .productSpecificationRating td{
	border-top:1px solid #dadada;	
}
.webshopPurchaseContainer{
	position:relative;	
}
.webshopProductActions{
	border:1px solid #dadada;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:32px;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.webshopProductActions li{
	width:50%;
	float:left;
	line-height:32px;
	text-align:center;
}
.webshopProductActions li a{
	color:#666;
	display:block;	
}
.webshopProductActions li:first-child a{
	border-right:1px solid #dadada	
}
.webshopProductActions li a:hover{
	background:#efefef;
	color:#333;
}

/* VARIATIONS */
.variationSelect{
	margin: 20px 0 0 0;	
}
.variationSelect .variationSelectTitle{
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#e8e8e8;
	border:1px solid #dadada;
	border-bottom:0;	
}
.variationSelect > ul{
	list-style:none;
	padding:0;
	margin:0;
	border:1px solid #dadada	
}
.variationSelect > ul > li{
	border-top: 1px solid #dadada;	
}
.variationSelect > ul > li:first-child{
	border-top:none;	
}

.variationSelect .variationTitle{
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#f6f6f6;
	cursor:pointer;	
}

.variationSelect .variationTitle .state{
	float:right;
	width:20px;
	height:20px;
	margin:11px 0;
	background-image:url('images/variationSelectState.png')
}
.variationSelect .variationTitle .state.selected{
	background-position: 0 -20px;	
}
.variationSelect .variationValues{
	display:none;
	border-top:1px solid #dadada;	
}

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

#webshopComments{
	list-style:none;
	padding:0;
	margin:0;
}
#webshopComments li{
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top:1px solid #ddd;
}
#webshopComments li:first-child{
	padding:0;
	margin:0;
	border-top:none;
}
#webshopComments li .webshopCommentMeta{
	padding: 0 0 10px 0	
}
#webshopComments li .webshopCommentTime{
	font-style:italic;
	padding:0 0 10px 0
}
#webshopComments li .webshopCommentHead{
	padding:0 0 5px 0;
}
#webshopComments li .webshopCommentTitle{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	display:inline-block;
	vertical-align:top
}
/* RATING */
#webshopRating label, 
#webshopRating .ratingFull,
#webshopRating .ratingEmpty {
	margin: -2px 0;
	width: 18px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	float: left;
	background: transparent url('images/stars.png') no-repeat top left;
	background-size: 18px 36px;
	background-position: 0 -18px;
}
#webshopRating .ratingSelected{
	background-position:0 0	
}
#webshopRating .accessibility {
	top: 0;
	left: -9999px;
	height: 0;
	width: 0;
	position: absolute;
}
#webshopCommentBox{
	margin: 0 0 20px 0	
}
.webshopCommentRatingContainer{
	display:inline-block;
	padding:0 10px 0 0;
	width:90px;	
}
.webshopCommentRatingBar{
	height:18px;
	width:90px;
	background: transparent url('images/stars.png') top left;
	background-size: 18px 36px;
	background-position: 0 -18px;

}
.webshopCommentRating{
	height:18px;
	width:0;
	background: transparent url('images/stars.png') repeat-x top left;
}
.webshopCommentRating.rating-1{
	width:18px;	
}
.webshopCommentRating.rating-2{
	width:36px;	
}
.webshopCommentRating.rating-3{
	width:54px;	
}
.webshopCommentRating.rating-4{
	width:72px;	
}
.webshopCommentRating.rating-5{
	width:90px;	
}
/* WEBSHOP QUESTIONS */
#webshopQuestions{
	list-style:none;
	padding:0;
	margin:0;
}
#webshopQuestions li .webshopQuestion{
	font-weight:bold;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ddd;	
}
#webshopQuestions li .webshopAnswer{
	padding:10px 0 0 0;
}
/* PRODUCT TABS */
.productTabs .nav {
	height:36px;
	list-style:none;
	padding:0 20px;
	margin:0;
	border-bottom:1px solid #dadada;
}
.productTabs .nav li { 
	height:36px;
	float: left;
	margin: 0 10px 0 0;
}
.productTabs .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;
}
.productTabs .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;	
}
.productTabs .nav li a:hover { 
	color:#333;
}
.productTabs .list-wrap > div{
	padding:15px 0	
}
/* PRODUCT CHECKOUT MESSAGE */
.webshopCheckoutMessage{
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	position:absolute;
	top:33px;
	left:0;
	right:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.webshopCheckoutMessage .links{
	padding:10px 0 0 0;
	margin: 10px 0 0 0;
	border-top:1px solid #ddd;
}
.webshopCheckoutMessage .closeCheckoutMessage{
	float:right;	
}
/* SHOPPINGCART */
#webshopShoppingcart{
	width:100%;	
}
#webshopShoppingcart  th{
	text-align:left	
}
#webshopShoppingcart td{
	vertical-align:middle	
}
/* CHECKOUT */
.webshopCheckout,
.webshopShoppingcart{
	width:100%;	
}
.webshopCheckout thead th,
.webshopShoppingcart thead th{
	line-height:30px;
	border-bottom:1px solid #ccc;	
}
.webshopCheckout tbody td,
.webshopShoppingcart tbody td{
	line-height:30px;
	vertical-align:top
}
#webshopDeliveryDateBox .webshopShoppingcart td{
	width:50%	
}
.webshopCheckoutNaviation{
	padding: 15px 0;
	height:32px;
}

/* MERCHANTS */
.webshopMerchantFields{
	border-top:1px solid #ddd;
	margin:15px 0 0 0;	
}
.webshopMerchantFields table{
	width:100%;	
}
.webshopMerchantFields table td{
	border:none!important;	
}

#webshopCheckoutShippingMethods tbody td,
#webshopCheckoutMerchants tbody td{
	padding:15px 0;	
}
#webshopCheckoutMerchants .webshopMerchantRadio{
	width:40px	
}
#webshopCheckoutShippingMethods tbody td,
#webshopCheckoutMerchants tbody td,
#webshopShoppingcart tbody td{
	border-top:1px solid #ddd	
}
#webshopCheckoutShippingMethods tbody tr:first-child td,
#webshopCheckoutMerchants tbody tr:first-child td,
#webshopShoppingcart tbody tr:first-child td{
	border-top:none;	
}
#webshopCheckoutCustomer td{
	padding:10px 0;
	width:50%;	
}
.webshopCheckout.two-col tbody td{
	width:50%	
}
.webshopCheckout.two-col tbody td:first-child{
	padding-right:10px!important;	
}
.webshopCheckout.two-col tbody td:last-child{
	padding-left:10px!important;	
}

/* CHECKOUT NAVIGATION */
#checkoutNavigation{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	overflow:hidden;
	margin:0 0 20px 0
}
#checkoutNavigation a{
	display:block;	
	height:26px;
}
#checkoutShoppingcart{
	width:36px;
	height:36px;
	float:left;
	position:absolute;
	background:#333 url('icons/webshop-icon-light.png') no-repeat center center;
}
/* COUPON */
.webshopCouponApply{
	padding: 0 0 0 20px	
}
#checkoutSteps{
	list-style:none;
	padding:0 0 0 36px;
	margin:0;
	float:right;
	width: 100%;
	box-sizing:border-box;
	height:36px;
	line-height:36px;
}
#checkoutSteps li{
	position:relative;
	background:#dadada;
	float:left;
	height:36px;
	width:33.33%	
}
#checkoutSteps li.active{
	background:#333;
	color:#fff;
}
#checkoutSteps li.active a{
	color:#fff;	
}
#checkoutSteps li.active.current{
	
}
#checkoutSteps li .arrow{
	position: absolute;
	z-index: 1;
	top: 0;
	right: -11px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 10px;
	border-color: transparent transparent transparent #fff;	
}
#checkoutSteps li .arrow .inner{
	position: absolute;
	z-index: 1;
	top: -18px;
	right: 1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 10px;
	border-color: transparent transparent transparent #333;		
}
#checkoutSteps li span{
	padding: 0 15px;
	display:block;
	height:36px;
	border-left:1px solid #fff;
}
#checkoutSteps li:last-child span{
		
}

#webshopOrderComment{
	width:100%;
	resize:vertical;
	min-height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.hidden{
	padding:20px 0 0 0;
	display:none;	
}
.webshopField{
	margin: 0 0 15px 0	
}
.webshopField input[type="text"],
.webshopField input[type="number"],
.webshopField input[type="email"],
.webshopField input[type="password"],
.webshopField textarea,
.webshopField select{
	margin: 0;
	height:32px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #626363;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*box-shadow:inset 0 0 5px 0 rgba(0,0,0, 0.2);*/
}
#webshopShoppingcart select{
	width:auto	
}
.webshopField input[type="number"]{
	width:100px;	
}
.webshopField textarea{
	min-height:75px	
}
.webshopField input[type="text"].inputsmall{
	
}
.webshopField label{
	display:block;	
}
.webshopFieldHalf{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	width:50%
}
.webshopFieldHousenumberAddition{
	padding: 0 0 0 20px	
}
.webshopBox{
	position:relative;
	overflow:hidden;
	padding:20px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.webshopBox h2{
	padding: 0 0 15px 0	
}
.webshopCustomerOverview{
	margin:20px 0;
	height:90x;
	line-height:16px
}
#webshopAccount,
#webshopBoxOrder,
#webshopCouponBox,
#webshopShippingBox,
#webshopBoxTerms,
#webshopDeliveryDateBox{
	margin:20px 0 0 0	
}
#webshopCustomerShippingLabel{
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	display:block;
	border-top:1px solid #e0e0e0	
}
/* MESSAGES */
.message{
	display:none;
	padding:10px;
	margin: 0 0 15px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.message.error,
.webshopField input.error,
#error-message{
    border: 1px solid #cc0000;
	background-color:#f2dede	
}
.message.error{
	display:block;	
}
/* OVERLAY */
.webshopOverlay{
	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 MESSAGES */
.webshopMessage{
	width:215px;	
}
.webshopMessageText{
	padding: 0 0 15px 0;
	font-weight:bold;
}
.webshopMessageButtons{
	padding:15px 0 0 0;
	border-top:1px solid #e0e0e0	
}
.webshopMessage .webshopBtn{
	width:100px	
}
/* SHOPPINGCART SMALL */
#webshopShoppingcartSmall{
	min-width:32px;
	height:32px;
	line-height:32px;
	position:relative;
	background:#e0e0e0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#webshopShoppingcartSmallWrapper{
}
#webshopShoppingcartSmallIcon{
	width:32px;
	height:32px;
	line-height:32px;
	float:left;
	display:inelin-block;
	background:#333 url('icons/webshop-icon-light.png') no-repeat center center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#webshopShoppingcartSmallItems{
	float:left;
	padding:0 10px;
}
#webshopShoppingcartSmall .close{
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	background:#dadada;
	border-radius:999px;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
}
#webshopShoppingcartSmall .webshopShoppingcart{
	margin: 0 0 20px 0;	
	border-top:1px solid #ddd
}
#webshopShoppingcartSmall .webshopShoppingcartSmallContent{
	display:none;
	position:absolute;
	z-index:1;
	right:0;
	top:37px;
	padding:20px;
	width:340px;
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e0e0e0
}
#webshopShoppingcartSmall .webshopShoppingcart .price{
	text-align:right;	
}
/* 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
}