.product.type-product{
	float:left;
	width:100%;
	margin:30px 0px 0px 0px;
}
.product.type-product .thumbnails{
	margin:0px;
	background-color:#fff;
	text-align:center;
}
.product.type-product .thumbnails a{
	display:inline-block;
	float:none;
	margin:8px;
	border:solid 2px rgba(0,0,0,0.3);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.product.type-product .thumbnails a{
}
.product.type-product .thumbnails a img{
	width:auto;
}
.product.type-product .onsale{
	position:absolute;
	right:30px;
	top:30px;
	border-radius:100%;
	height:50px;
	width:50px;
	color:#000;
	text-align:center;
	padding:13px 0px;
	box-shadow:0px 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 0px 8px rgba(0,0,0,0.2);
}

.product.type-product .images{
	float:left;
	position:relative;
	width:450px;
	border:solid 3px rgba(0,0,0,0.05);
}
.product.type-product .images img{
	width:100%;
}
.woocommerce-tabs{
	float:left;
	width:100%;
	margin:30px 0px 0px 0px;
}
.product.type-product .description{
	background-color:transparent;
}
.summary {
	padding-left:480px;
}
.summary h1{
	font-size:20px;
	margin:0px 0px 20px 0px;
	padding:10px;
}
.summary tr td{
	padding:10px 10px;
}
.summary select{
	border-radius:0px;
	margin:0px;
}
.summary label{
	color:#666;
	text-shadow:none;
	margin:5px 0px;
}
.reset_variations{
	padding:8px 20px 9px 20px;
	color:#989898;
	text-align:center;
	margin:20px 0px 0px 10px;
	background-color:#DBDBDB;
    text-shadow: 1px 1px 0 #FFFFFF;
	-moz-text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF;
}
.reset_variations:hover{
	color:#989898
}

.summary .label{
	background:none;
}
.summary form{
	float:left;
	width:100%;
}
.summary .input-text, .product-quantity .input-text, .actions .input-text, .cart-menu .input-text{
	border-radius:0px;
	width:40px;
	text-align:center;
	margin:0px;
}
.actions .input-text{
	width:200px;
	text-align:left;
	min-height:40px;
	margin:0px 10px 0px 0px;
}
.quantity {
	float:left;
	width:100%;
	margin:20px 0px;
}
.cart-menu .quantity{
	margin:5px 0px;
}
.summary .clear{
	clear:inherit;
}
.summary .plus, .summary .minus, .product-quantity .minus, .product-quantity .plus, .cart-menu .minus, .cart-menu .plus{
	background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 35px;
    margin: 0;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    width: 35px;
	border:none;
	background-image:url("../../images/plus.png");
}
.cart-menu .minus, .cart-menu .plus{
	height: 25px;
	width:25px;
}
.cart-menu .input-text{
	min-height:25px;
}
.summary .minus, .product-quantity .minus, .cart-menu .minus{
	background-image:url("../../images/minus.png");
}

.summary button{
	border-radius:0px;
	padding:10px 20px 10px 40px;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	border:none;
	display:inline-block;
	position:relative;
}
.summary button:before{
	content:"\f07a";
	position:absolute;
	left:12px;
	font-size:20px;
	position:absolute;
	font-family:FontAwesome
}
.summary button:hover{
	color:#FFF;
}
#tab-description, #tab-reviews, #tab-additional_information{
	padding:20px;
	background-color:#FFF;
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
}
.price_tag{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:5px 10px;
	border:solid 1px rgba(0,0,0,0.1)
}
.price_tag p, .price a{
	margin:0px;
	font-size:18px;
	font-weight:normal;
}
.price_tag del, .price del{
	color:red;
	margin:0px 10px 0px 0px;
}

.product.type-product h2{
	font-size:25px;
	margin:0px 0px 10px 0px;
	line-height:none;
}
.woocommerce-tabs ul.tabs{
	float:left;
	width:100%;
	list-style:none;
	margin:0px;
}
.woocommerce-tabs ul.tabs li{
	float:left;
	background-color:#dbdbdb;
}
.woocommerce-tabs ul.tabs li a{
	padding:15px 20px;
	font-size:18px;
	display:block;
	color:#989898;
	font-weight:400;
	text-shadow:1px 1px 0px rgba(255,255,255,1);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,1);
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,1);
}
.woocommerce-tabs ul.tabs li.active{
	background-color:#FFF;
	box-shadow:2px -1px 9px -3px rgba(0,0,0,0.3);
	-moz-box-shadow:2px -1px 9px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px -1px 9px -3px rgba(0,0,0,0.3);
	position:relative;
}
.product_meta, .single_variation{
	float:left;
	width:100%;
	background-color:#FFF;
	padding:20px ;
}
.single_variation p{
	margin:0px;
	font-weight:16px;
}
.product_meta span{
	float:left;
	width:100%;
	padding:5px 0px;
	
	font-weight:normal;
}
.product_meta span span{
	width:auto;
	float:none;
	padding:0px;
	background:none;
}
.product_meta span a{
	padding:3px 5px;
	
}
.product_meta span a:hover{
	color:#FFF;
	text-shadow:none;
}
#tab-reviews #comments{
	float:left;
	width:100%;
}
#tab-reviews #comments ol{
	list-style:none;
}
#tab-reviews #comments ol li{
	margin:10px 0px 0px 0px;
	float:left;
	width:100%;
	padding:10px;
	border:solid 1px rgba(0,0,0,0.2);
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.3);
}
#tab-reviews #comments ol li:first-child{
	margin:0px;
}
#tab-reviews #comments ol li img{
	float:left;
}

.comment-text {
    padding: 0 0 0 80px;
}
.shop_attributes{
	text-align:left;
}
.shop_attributes p{
	margin:0px;
}

/*----------- Cart Page -----------*/

.entry-title, .page-title{
	margin:0px 0px 30px 0px;
	font-size:26px;
	font-weight:normal;
	padding:15px 20px;
	border-bottom:solid 2px;
	background-color:#FFF;
	line-height:normal;
}

.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button{
	border: medium none;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
	float:right;
    padding: 10px 20px;
	margin:0px 5px;
}
.edit-link a{
	color:#FFF;
	padding:7px 20px;
}
.added_to_cart:hover{
	color:#FFF;
}
a.single_add_to_cart_button{
	margin:0px 0px 20px 0px;
}
.add_to_cart_button, .added_to_cart, a.product_type_grouped{
	margin:0px;
	text-align:center;
	float:left;
	width:100%;
}
.checkout_coupon .button{
	float:left;
	margin:0px;
}
.checkout_coupon input[type="text"]{
	border-radius:0px;
	width:100%;
}
.add_to_cart_button:hover{
	color:#FFF;
}
.entry-content form{
	width:100%;
	float:left;
}
.shop_table{
	float:left;
	width:100%;
}
.shop_table thead tr th{
		
}


.shop_table tbody tr td{
	text-align:center;
	padding:12px;
	border:solid 1px rgba(0,0,0,0.1);
	background:#fff;
}
.shop_table tfoot th, .shop_table tfoot td{
	font-weight:normal;
	font-size:16px;
	padding:10px;
	color:#000;
}
.shop_table{
	margin:0px 0px 30px 0px;
}
.shop_table thead tr th, .shop_table tfoot td, .shop_table tfoot th{
	padding:10px 10px;
	font-size:18px;
	color:#000;
	font-weight:normal !important;
	text-shadow:1px 1px 0px rgba(255,255,255,1);
	border: solid 1px rgba(0,0,0,0.1);
	background:#e6e6e6
}
.product-remove .remove{
	display:inline-block;
	height:25px;
	width:25px;
	position:relative;
	border-radius:3px;
}
form.checkout{float:left;width:100%;}
.product-remove .remove:before{
	content:"\f00d";
	font-family:fontAwesome;
	position:absolute;
	color:#FFF;
	width:100%;
	left:0px;
	top:2px;
	text-align:center;
}
.product-name a{
	font-size:16px;
}
.variation{
	margin:10px 0px 0px 0px;
	font-size:16px;
}
.variation p{
	margin:0px;
}
.variation dt, .variation dd{
	float:left;
	width:50%;
	margin:0px 0px 10px 0px;
}
td.actions{
	background-color:#f4f4f4;
}
.actions .coupon{
	float:left;
	text-align:left;
}
.actions label{
	margin:7px 13px 0px 0px;
	float:left;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info{
	float:left;
	width:100%;
	color:#FFF;
	padding:10px 15px;
	margin:20px 0px 0px 0px;
}
.woocommerce-cart .woocommerce-error{
	margin:0px 0px 0px 0px;
	border:none;
	padding:0px;
}
.woocommerce-info{
	margin:0px 0px 30px 0px;
}
.showcoupon{
	padding:2px 10px;
	background-color:#fff;
	margin:0px 0px 0px 10px;
}
.woocommerce-cart .woocommerce-message{
	margin:0px;
}
.woocommerce-message .button{
	background-color:#FFF;
	color:#333;
	padding:5px 10px;
}
.woocommerce-message .button:hover{
	color:#FFF;
}
.related {
	float:left;
	width:100%;
}
.related li, .woo_product li, .woo_product .span3{
	list-style:none;
	background-color:#FFF;
	padding:10px;
	border:solid 1px rgba(0,0,0,0)
}
.related li:hover, .woo_product li:hover, .woo_product .span3:hover{
	border:solid 1px ;
}
.related li img, .woo_product li img, .woo_product .span3 img{
	width:100%;
}
.related li a, .woo_product li a, .woo_product .span3 a{
	display:block;
	width:100%;
	float:left;
}
.related li h3, .woo_product li h3, .woo_product .span3 h3{
	font-size:18px;
	margin:0px 0px 0px 0px;
}
.related .price, .woo_product .price{
	width:100%;
	float:left;
	padding:5px 0px;
	font-weight:normal !important
}
.related .price ins, .woo_product .price ins{
	color:#333;
}
.cart-collaterals{
	float:left;
	width:100%;
}
.cart-collaterals .cart_totals {
	float:left;
	width:48.5%;
	background-color:#FFF;
	padding:20px;
	text-align:left;
}
.cart-collaterals h2, .shipping_calculator h2 a{
	font-size:25px;
	margin:0px 0px 10px 0px;
	line-height:normal;
}
.shipping_calculator select, .shipping_calculator input[type="text"]{
	width:100%;
	border-radius:0px;
}
.cart-collaterals .cart_totals table tr td{
	padding:10px 10px 10px 10px;
}
.cart-collaterals .cart_totals table tr th{
	padding:10px 10px 10px 0px;
	font-weight:normal;
}
.cart-collaterals .shipping_calculator{
	float:right;
	width:48.5%;
	padding:20px;
	background-color:#fff;
}
.return-to-shop{
	padding:5px 0;
	background-color:#FFF;
}
.return-to-shop a{
}
.return-to-shop:before{
	content:"\f060";
	font-family:fontAwesome;
	width:100%;
	left:0px;
	top:0px;
	padding:5px 10px;
}
.woocommerce-product-rating{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.star-rating{
	margin:5px 10px 0px 0px;
}
.woocommerce-review-link{
	font-weight:16px;
}
.shop_attributes tbody tr th{
	padding:5px 20px 5px 0px;
	font-weight:normal;
	font-size:16px;
}
.col2-set{
	float:left;
	width:100%;
}
.col-1, .col-2{
	width:48.5%;
	float:left;
	background-color:#FFF;
	padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0px 0px 30px 0px;
}
.col-2{
	float:right;
}
.col-1 input[type="text"], .col-2 input[type="text"], .col-2 textarea, .login input[type="text"], .login input[type="password"], .create-account input[type="password"], .comment-form input[type="text"], .comment-form textarea{
	width:100%;
	border-radius:0px;
	resize:none;
}
.col-2 textarea{
	height:200px;
}
.col-1 .input-checkbox{
	margin:0px 10px 0px 0px;
}

#payment{
	float:left;
	width:100%;
	background-color:#FFF;
	padding:20px;
}

#payment ul{
	list-style:none;
	margin:0px 0px 10px 0px;
}
#payment ul li{

	padding:15px;
	margin:0px 0px 10px 0px;
	border:solid 1px rgba(0,0,0,0.2)
}
#payment ul li p{
	margin:0px;
}
#payment .input-radio {
    float: left;
    margin: 0 10px 0 0 !important;
}
.checkbox{
	display:inline-block;
	padding:0px;
}
.woocommerce-error {
	list-style:none;
}
.woocommerce-error li{
	padding:10px;
}
.login .button{
	float:none;
	margin:0px;
}
.login a{
	color:#333;
}
.showlogin{
	color:#FFF;
}
.comment-respond ul li{
	margin:0px;
}













/*Rating Starts*/
@font-face {
	font-family:'star';
	src:url('https://www.mijnheld.com/wp-content/themes/be-human/frontend/cp_font/woo_font/star.eot');
	src:url('https://www.mijnheld.com/wp-content/themes/be-human/frontend/cp_font/woo_font/star.eot#iefix') format('embedded-opentype'), url('https://www.mijnheld.com/wp-content/themes/be-human/frontend/cp_font/woo_font/star.woff') format('woff'), url('https://www.mijnheld.com/wp-content/themes/be-human/frontend/cp_font/woo_font/star.ttf') format('truetype'), url('https://www.mijnheld.com/wp-content/themes/be-human/frontend/cp_font/woo_font/star.svg#star') format('svg');
	font-weight:normal;
	font-style:normal
}
.woocommerce p.stars:after, .woocommerce-page p.stars:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
	width:80px;
	height:16px;
	position:relative;
	float:left;
	background:url(https://www.mijnheld.com/wp-content/themes/be-human/frontend/images/star.png) repeat-x left 0
}
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:0;
	padding-top:16px;
	overflow:hidden
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
	background:url(https://www.mijnheld.com/wp-content/themes/be-human/frontend/images/star.png) repeat-x left -16px
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background:url(https://www.mijnheld.com/wp-content/themes/be-human/frontend/images/star.png) repeat-x left -32px
}
.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
	width:16px;
	z-index:10
}
.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
	width:32px;
	z-index:9
}
.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
	width:48px;
	z-index:8
}
.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
	width:64px;
	z-index:7
}
.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
	width:80px;
	z-index:6
}
.woocommerce-product-rating .star-rating{height:4em;width:6em;}
.woocommerce .star-rating, .woocommerce-page .star-rating {
	float:left;
	overflow:hidden;
	position:relative;
	height:1em;
	line-height:1em;
	font-size:1em;
	width:5.4em;
	font-family:'star'
}
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content:"\73\73\73\73\73";
	color:#e0dadf;
	float:left;
	top:0;
	left:0;
	position:absolute
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	overflow:hidden;
	float:left;
	top:0;
	left:0;
	position:absolute;
	padding-top:1.5em
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	content:"\53\53\53\53\53";
	top:0;
	position:absolute;
	left:0
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	display:block;
	margin:0 0 .5em;
	float:none
}
.@media (min-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 979px) {
	.product.type-product .images{
		width:350px;
	}
	.summary{
		padding-left:370px;
	}
	.actions .input-text{
		width:120px;
	}
	.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button{
		padding:10px 15px;
	}
}
@media (max-width: 767px){
	.summary{
		padding-left:0;
	}
	.product.type-product .images{
		margin:0px 0px 20px 0px;
	}
	.related li, .woo_product li{
		float:left;
	}
	.actions .button, .add_to_cart_button, .edit-link a, .added_to_cart, a.product_type_grouped, a.single_add_to_cart_button, .shipping_calculator .button, #payment .button, .checkout_coupon .button, .login .button, .actions input[type="text"]{
		width:100% !important;
		margin:0px 0px 10px 0px;
	}
	.cart_totals {
		margin:0px 0px 20px 0px;
	}
	.shipping_calculator{
		float:left !important
	}
}
@media (max-width: 480px) {
}
@media (max-width: 979px) {
}