
/* MODULE  HOME FEATURED PRODUCT */
.featured-products {
    margin-top: 68px;
}
.featured-products h2 {
    /* font-family: 'Butler-Medium'; */
    font-size: 36px;
    color: #090908;
    text-transform: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.product_list.products.grid.row.homecat-tab-new_arrivals.active li.product-flag.new{
        background: rgb(253, 90, 0);
}
.featured-products .product_list .product-description .namecontent a {
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
span.aeuc_before_label {
    display: none;
}

.ets_home_categories > form {
    display: none;
}
#wrapper .banner {
    text-align: center;
}
.carousel-indicators li:hover {
    background: #75b263;
}
.carousel-indicators {
    z-index: 2;
}
#custom-text {
    height: auto;
}
ul#ui-id-1 {
    display: none !important;
}
#custom-text p {
    color: black;
}
.carousel-indicators .active {
    background-color: #75b263;
}
figcaption.caption {
    display: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d3d3d3;
    border: none;
    border-radius: 10px;
}
article.product-miniature.js-product-miniature {
    width: 20%;
    margin: 0px!important;
    font-size: 0px;
    display: inline-block;
    padding: 0px 16px 13px;
}.header-nav .container .row .col-xs-12 .col-md-5.col-xs-12 {
    padding: 0px;
    display: inline-block;
    /* width: 41%; */
    vertical-align: middle;
}

.header-nav .container {
    padding: 0px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    border: none;
}
section#wrapper {
    background: none;
}
/*.featured-products h2:before {
    content: '';
    display: block;
    width: 45px;
    height: 28px;
    margin: auto;
    border-top: 1px solid #d8d8d8;
}*/

ul#ppbanners_displayWrapperTop {
    width: 100vw;
    margin-left: calc((-50vw) + 50% );
}
#index .carousel {
     box-shadow: none;
     margin-bottom: 18px;
}
#index .carousel figure {
    margin: 0px;
}
#index .carousel .carousel-inner {
    margin: 0px;
    max-height: 340px;
}
@media(max-width:991px) {
	#index .carousel {
     	box-shadow: none;
    	margin-bottom: 8px;
    	padding-top:30px;
	}	
}
@media(max-width:767px) {
	#index .carousel {
	   	padding-top: 15px;
	}
	#index article.product-miniature.js-product-miniature{
		width: 33%;
	}
}
@media(max-width: 424px){
	#index article.product-miniature.js-product-miniature{
		width: 50%;
	}
}
