.product-item-wrap .product-price-rating { /* Product thumb card price */
		display:none !important;
}
.product-item-wrap .on-sale{  /* Product thumb card Sale precentage label */
	display:none !important;
}
.woocommerce .product .single-product-info .price, .woocommerce .product .single-product-info .stock{ /* Product view page Price &amp; Stock available */
	display:none !important;
}
.woocommerce .product-actions .product-action-item{ /* Product thumb card hover 'Add to cart button' */
	display:none !important;
}
.woocommerce div.product form.cart{ /* Product view page Add to cart button &amp; qty menu */
	display:none !important;
}
.item-shopping-cart, .shopping-cart-icon{ /* Header 'Cart' icon */
		display:none !important;
}
.top-bar-wrapper{ /* Bar above logo &amp; serach header, include Account dropdown, Language, Currency switch */
	display:none !important;
}

.intro-row .vc_custom_1489197915943{
	background: linear-gradient(180deg, rgba(240,240,240,1) 33%, rgba(200,198,199,1) 100%) !important;
}

.about-button .btn{
	border-radius: 35px;
}

.g5plus-cat-icon-box.cat-bg-image .icon-image{ /* Main page catagories image size */
	width: 200px !important;
	height: 200px !important;
}

/* Main page &amp; global carusol dots color */
.owl-dots .owl-dot {
	background-color: #bdbdbd;
}
.owl-dots .owl-dot.active{
	background-color: #7dc023;
}