.vcmp-clear {
	clear:both;
	padding:0!important;
}
.vcmp-wootab {
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
.vcmp-wootab * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body.custom-font-enabled {
	text-transform: uppercase;
}
.vcmp-wootab a {
	text-decoration:none;
}
.vcmp-wootab .vcmp-item {
	width:100%;
}
.vcmp-wootab .clearfix:before,
.vcmp-wootab .clearfix:after {
	content: '';
	display: table;
}
.vcmp-wootab .clearfix:after {
	clear: both;
}
.vcmp-wootab .clearfix:after {
	clear: both;
}
.vcmp-wootab .vcmp-item {
	position: relative;
	text-align: center;
	cursor: default;
	margin-bottom:20px;
}
.vcmp-filter .vcmp-item {
	opacity:0;
	display:none;
}
.vcmp-wootab {
	overflow: hidden;
	width: 100%;
	list-style: none;
}
.vcmp-wootab .vcmp-header-container {
	border:1px solid #999;
	border-radius: 20px;
	padding:10px;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.03);
}
.vcmp-woo-image {
	width:15%;
	float:left;
	line-height: 0;
}
.vcmp-woo-name {
	width:35%;
	float:left;
	text-align:left;
	margin:15px 0 0 0;
}
.vcmp-woo-stars {
	width:10%;
	float:left;
	margin:35px 0 0 0;
}
.vcmp-woo-stock {
	width:15%;
	float:left;
	margin:30px 0 0 0;
}
.vcmp-woo-price {
	width:10%;
	float:left;
	margin:30px 0 0 0;
}
.vcmp-woo-link {
	width:15%;
	float:left;
}
.vcmp-woo-name > a {
	display:block;
}
.vcmp-wootab .vcmp-header-container > div {
	padding:10px;
}
.vcmp-wootab .vcmp-header-container img {
	border-radius: 15px;
}
.vcmp-woo-image img {
	border-radius:0;
	box-shadow:0 0 0;
}
.vcmp-woo-link a {
	display:block;
}
.vcmp-woo-link .add_to_cart_button,
.vcmp-woo-link .plus_show,
.vcmp-woo-link .wc-forward {
	padding:6px;
	text-align:center;
	border-radius:15px;
}
.vcmp-woo-link .add_to_cart_button,
.vcmp-woo-link .wc-forward {
	margin-bottom:15px;
}
.vcmp-wootab .vcmp-item-sale {
    padding: 10px;
    position: absolute;
}
.vcmp-woo-title-table .vcmp-header-container > div {
	margin:0!important;
	line-height: 1;
}
.vcmp-line-through {
	text-decoration:line-through;
	padding-right:10px;
}
/* PAGINATION & FILTER */
.vcmp-pagination {
	margin-top:30px;
	text-align:center;
}
.vcmp-pagination a, .vcmp-pagination .pagination .current {
    padding: 8px 20px;
	margin: 0 1% 0 0;
	display:inline-block;
}
.vcmp-wootab  ul {
	margin:0;
	padding:0;
	list-style:none!important;
}
.vcmp-wootab  ul li {
	display:inline-block;
	padding:0 10px;
	margin:0;
	cursor:pointer;
	border-right:1px solid rgba(255,255,255,0.6);
}
.vcmp-wootab ul li:last-child {
	border-right:0;
}
.vcmp-wootab  .pagination {
	display:block;
	text-align:center;
}
.vcmp-wootab  ul li {
		margin-bottom:10px!important;
}
.vcmp-controls {
	text-align:center;
}
.vcmp-controls ul {
	margin-bottom:50px;
}
.vcmp-controls ul li {
    border-right: 0 none;
    cursor: pointer;
    display: inline-block;
    margin: 0 1% 0 0;
    padding: 8px 20px;
}
.vcmp-woo-name span {
    margin-top: 10px;
    display: block;
}
.vcmp-woo-link .added {
    display: none;
}
@media screen and (max-width: 800px) {
	.vcmp-header-container > div {
		width:100%;
	}
	.vcmp-woo-name {
		text-align:center;
	}
	.vcmp-woo-stars.woocommerce {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
	}

	.woocommerce .star-rating::before {
    float: none !important;
		position: inherit !important;
	}

	}
	.woocommerce .star-rating {
	    float: none!important;
	    width: auto!important;
	    text-align: center!important;
	}

}
