/*Products
---------------------------------------------- */

.page-id-192 h1.entry-title {
    display: none;
}

.cat-woocommerce ul li.product {
    list-style-type: none;
	text-align: center;
	width: 34%;
}

.cat-woocommerce .carousel-wrap {
    margin-bottom: 120px;
}

.hero-container {
	background-color: #fff;
	float: left;
	width: 100%;
}

.cat-woocommerce .hero-container .wrap {
	margin: 40px auto 0;
	max-width: 1120px;
	width: 100%;
}

.cat-woocommerce .hero-container div#slider .carousel-cell {
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	width: 100%;
}

.cat-woocommerce div#slider.intro-slider {
    width: 85%;
    margin: auto;
}

.cat-woocommerce .carousel-wrap img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    object-fit: contain;
    height: 300px;
}

.cat-woocommerce h2.carousel-title {
    border-left: 3px solid #104e90;
    padding-left: 15px;
}

.cat-woocommerce .hero-container .introduction {
	margin-top: 40px;
}