/* CSS Document */
select{
	display:none;
}

.selectbox{
  cursor: pointer;
	font-size:14px;
	line-height:36px;
	position:relative;
	width:175px;
	margin:15px 0;
	height:36px;
}

.options{
	float:left;
}

.options .option{
	clear:both;
}

input{
  padding: 0 12px 0 13px;
  cursor: pointer;
	font-size:14px;
	line-height:36px;
	position:relative;
	width:225px;
	margin:0 0 15px;
	outline:none;
	border:2px solid;
}

textarea{
  padding: 0 12px 0 13px;
  cursor: pointer;
	font-size:14px;
	line-height:36px;
	position:relative;
	width:450px;
	max-width:100%;
	height:175px;
	margin:0 0 15px;
	outline:none;
}

.selectbox .arrow{
	width:36px;
	height:36px;
	position:absolute;
	right:0;
	background:url(../../templates/soloma4/includes/images/arrow.png) center no-repeat;
	background-size:18px 14px;
}

.selectbox .list{position:absolute;width:100%;cursor:pointer;border:2px solid;background:#FFF}
.selectbox .list.open{height:auto;max-height:185px;overflow:scroll;z-index:10;}
.selectbox .list .option.selected{display:block!important;}
.selectbox .list .option{display:none;text-align:left;}
.selectbox .open.list .option{display:block;}
.selectbox .list .option.default:hover, .selectbox .list .option.selected:hover{background:none;}
.selectbox .list.open .option:hover,.selectbox .list.open .option.selected{background:#ebebeb!important;}
.selectbox .list span.value{display:none;}
.selectbox .list span.text{margin:0px 0 -2px;display:block;border-bottom:1px solid #cfddda;-moz-text-align-last:left!important;text-align-last:left!important;text-align:left!important;font-size:14px!important;padding:0 15px;line-height:36px!important;box-sizing: border-box;}
.selectbox .list select{display:none;}

section.producten{
	padding-bottom:50px;
}
/*****************************************/
/***************** Header ****************/
/*****************************************/
#header #icons{
	position: absolute;
  margin-left: auto;
  right: 50px;
  top: 0;
}

#header #icons .icon{
	height:58px;
	width:58px;
	float:left;
	margin-left:2px;
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	margin-top:6px;
}

#header #icons.style2 .icon:not(.whatsapp){
	width:25px;
	margin-left: 10px;
}

#header #icons .icon a{
	display:block;
	height:100%;
	width:100%;
}

#header #icons .icon:not(.cart){
	background-color:transparent;
}

#header #icons .icon:not(.cart){
	background-color:transparent;
	line-height: 52px;
}

#header #icons .icon:not(.cart):hover{
	background-color:transparent;
}

#header #icons .icon:hover{
	background-color:#b9ddd4;
}

#header #icons .icon.account{
	background-image:url(../../templates/soloma4/includes/images/account.png);
	background-size:17px 21px;
}

#header #icons .icon.wishlist{
	background-image:url(../../templates/soloma4/includes/images/wishlist.png);
    background-size:23px 20px;
    background-position-y:22px;
}

#header #icons .icon.cart{
	background-image:url(../../templates/soloma4/includes/images/cart.png);
	background-size:27px 27px;
}

#header #icons .icon .count{
	display:block;
	position:absolute;
	background:#f2f2f2;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:12px;
	height:12px;
	bottom:14px;
	right:14px;
	color:#a5b2b6;
	text-align:center;
	line-height:12px;
	font-size:8px;
	padding-left:1px;
}

#header #icons.style2 .icon{background-color:transparent;line-height: 56px;}
#header #icons.style2 .icon.cart2 svg{vertical-align: middle}

/*****************************************/
/**************** Products ***************/
/*****************************************/
section.producten{
	overflow: visible;
}

.pagination{display: none}

#products, .category{
	width:100%;
	position:relative;
	overflow: hidden;
	margin: 0 auto;
}

#products .product{
	position:relative;
}


#products .product img{
	max-width:100%;
	vertical-align:middle;
}

.product .price-next .product-title{
	width: 75%;
	float: left;
}

.product .price-next .product-price, #dynamic_fields .product .price-next .product-price{
	width: 25%;
	float:right;
	text-align: right;
	margin-top: 10px;
	font-size: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 767px){
	.product .price-next .short-description, .product .price-next .product-title, .product .price-next .product-price, #dynamic_fields .product .price-next .product-price{
		text-align: left;float:none;width:100%;font-size: 16px;margin:0;
	}
}

#dynamic_fields .product a .price-next , #products .product a .price-next {
	text-align: left;
}

.product .price-next .product-subtitle{
	clear: both;
}

.product.default .image{padding-top:75%;height:1px!important;}
.square .image{padding-top:100%;height:1px!important;}
.long .image{padding-top:150%;height:1px!important;}
.double .image{padding-top:200%;height:1px!important;}
.product .image img{
    width: auto!important;
    max-width: none!important;
    height: 100%!important;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 3;
    border: none;
    padding: 0;
    display: block;
    top: 0;
}
.product .image{width: 100%;overflow: hidden;position: relative;}


#products .product{
	margin:0;
}

#products .product{
	margin:0 0 10px;
	box-sizing:border-box;
	height:auto;
}

#products .productlist{
	display: flex;
  flex-flow: row wrap;
}

#products.two .product{width: 50%;}
#products.three .product{width: 33.33%;}
#products.four .product{width: 25%;}
#products.five .product{width: 20%;}

#products .product img{width:100%;height:auto;}
#products .product a{
	display:block;
	font-size:16px;
	text-decoration:none;
	line-height:25px;
	text-align:center;
	font-weight:100;
}

#products .product .product-title{
	margin-top:10px;
}

#products .product .product-price{
	font-size:16px;
	line-height:25px;
	margin-bottom:10px;
}

#products .product .hover{
	display:none;
}

#products{
	margin:0 auto 30px auto;
}

#products .product > #stickers{
	position:absolute;
	top:15px;
	z-index:9;
}

#products .product.first > #stickers{right:25px;}
#products .product.middle > #stickers{right:20px;}
#products .product.last > #stickers{right:15px;}

.producten .all{
	position: relative;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#stickers img,
#products #stickers img{
	padding: 0!important;
	max-height:65px!important;
	max-width:65px!important;;
}

#quickview .ajax #stickers{
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
}

#quickview .ajax #stickers img{
	max-height:90px!important;
	max-width:90px!important;
}

#stickers .sticker{cursor:pointer;}

/*****************************************/
/************* Category **************/
/*****************************************/
ul.category{
	margin-bottom:15px;
}

ul.category li a{
    display: block;
    text-decoration: none;
		padding:5px 15px;
}
ul.category li{
  border: 2px solid;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  padding:0;
  letter-spacing: 3px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  margin: 0 8px 15px 7px;
  cursor: pointer;
}

ul.category li:hover, ul.category li.active, ul.category li:hover a, ul.category li.active a{
	color:#FFF;
}

/*****************************************/
/************* Custom Input **************/
/*****************************************/
.field{
	clear: both;
}

.field label{
	display: none;
}

.field input{
	width:83%!important;
	box-sizing: border-box;
	text-align: left!important;
	margin-bottom:10px!important;
}

/*****************************************/
/*************** Quickview ***************/
/*****************************************/
#quickview{
	position:absolute;
	width:100%;
	padding:15px 0;
	text-align:left;
	display:none;
	z-index:10;
}

#quickview.full{
	display:block;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
}

#quickview .close{
	position:absolute;
	height:36px;
	width:36px;
	background:url(../../templates/soloma4/includes/images/close.png) no-repeat center;
	background-size:22px 22px;
	top:0;
	right:0;
	border:2px solid #f2f2f2;
	border-top:none;
	cursor:pointer;
	z-index:10;
}

#quickview a{
	text-decoration:none;
}

#quickview .images{
	position: relative;
}

#quickview .description{
	padding-right:25px;
}

#quickview .images img{
	width:100%;
}

#quickview .thumbs{
	margin: 27px 0;
	overflow: hidden;
	display: grid;
	grid-gap: 28px;
	grid-template-columns: repeat(4,calc(25% - 21px));

}

#quickview .thumbs a{
	display: block;
}

#quickview .thumbs .thumb img{
	cursor: pointer;
}

#quickview .content{
	box-sizing: border-box;
}

#quickview .content .short_description{
	max-width: 390px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 25px;
	margin-bottom: 25px;
}

#quickview .productinformation .price {
	margin-bottom: 25px;
}

#quickview h1, #quickview .productinformation .price{
	text-align:left;
	font-size: 28px!important;
	line-height: 35px;
	font-weight: 500;
}

#quickview h2{
	text-align:left;
	margin:15px 0 0!important;
}

#quickview .sku{
	margin-bottom:15px;
}

#quickview .options{
	margin: 0 0 20px;
	float: none;
	max-width: 390px;
}

#quickview .selectbox{
	margin: 15px 0 15px;
	width: 100%;
}

#quickview .selectbox .list{
	border:1px solid;
	border-radius: 3px;
}

#quickview .selectbox::-webkit-scrollbar, #quickview .list::-webkit-scrollbar {
	display:none;
}

#quickview .price{
	font-size:18px;
	line-height:36px;
	margin:30px 0 0;
	font-weight: 500;
}

#quickview .count{
	margin:0;
	clear:both;
	float:left;
}

#quickview .specs{
	clear: both;
}

#quickview input{
	padding:0;
	text-align:center;
	width:50px;
	margin:0;
}

#quickview .cart_button {
	overflow: hidden;
}

#quickview .cart_button input{
	border-radius: 3px;
	border:1px solid;
	margin-right: 4px;
}

#quickview .addtocart{
  padding: 0 15px;
  cursor: pointer;
	font-size:14px;
	line-height:36px;
	width:165px;
	text-align:center;
	float:left;
	border: 2px solid;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 500;
}

#quickview .addtocart svg{
	vertical-align: middle;
}

#quickview .wishlist{
	background:url(../../templates/soloma4/includes/images/wishlist_white.png) no-repeat center #cfddda;
  background-size:23px 20px;
	color:#fff;
	border: 2px solid #cfddda;
  cursor: pointer;
	font-size:14px;
	line-height:36px;
	width:36px;
	text-align:center;
	float:left;
	margin-left:10px;
	height:36px;
}

#quickview .wishlist:hover, #quickview .wishlist.active{
	background:url(../../templates/soloma4/includes/images/wishlist_red.png) no-repeat center #cfddda;
    background-size:23px 20px;
}

.specs{
	list-style: none;
	padding-left:0;
	font-size: 14px;
	opacity: 0.6;
	font-weight: 500;
}

.specs .title{
	min-width:150px;
	display: inline-block;
	margin-bottom: 0;
}

.specs .icon{
	display: inline-block;
	width:24px;
	height:24px;
	text-align: center;
	margin-right:5px;
}

.specs .icon img{
	max-width: 24px;
	max-height: 24px;
	vertical-align:middle;
}

#personaldata .input{max-width:50%;box-sizing: border-box;}

@media only screen and (max-width: 1024px){
 	#products .product .product-title{font-size:14px;line-height:22px;}
 	#products .product .product-price{font-size:14px;line-height:22px;}
}

@media only screen and (max-width: 767px){
 	#products .product,
 	#products .product.first,
 	#products .product.last{
 		width:50%!important;
 	}

	#products .product > #stickers{right:25px!important}

 	#products .product.first{clear: none;}
 	#products .product:nth-child(2n){clear:both;}
 	.home #products .product:nth-child(2n){clear:none;}
 	.home #products .product:nth-child(3n){clear:both;}

	#product .left,
	#product .right{
		width: 100%;
    max-width: 100%!important;
    clear: both;
	}

	#quickview.full{margin:0;}
	#product .productinformation{padding:0 25px!important;}
	#quickview.full .addtocart{margin:10px 0 0 10px!important;}
	#quickview.full .count{margin:10px 0 0!important;}

 	#quickview .content{width:100%;padding:0 15px;}
 	#quickview{padding-top:0;}
 	#quickview h1{padding:0;}
 	#quickview .close{background-color:#FFF;}
}
