.module-head-title{
	align-items: center;
	justify-content: center;
    flex-direction: row;
    width: 100%;
}
.one-column-content .module-head-title:after {
    content: "";
    display: flex;
    flex: 1 1;
    margin: auto;
    border-bottom: 2px solid #fbb041;
	margin-left: 20px;}
.one-column-content .module-head-title:before {
    display: flex;
    flex: 1 1;
    margin: auto;
    border-bottom: 2px solid #fbb041;
    margin-right: 20px;
}
a.ac-prod-name{
	color: #000;
	
}
.product-card {
	border: 1px solid #ddd;
}
.h-100{
	height: 100% !important;
}

.product-card-title {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
	padding: 5px;
	margin: 0;
}

.product-card-price {
    align-items: center;
    padding-bottom: 13px;
	text-align: center;
	justify-content: center;
}
.product-card-item {
    align-items: center;
    padding-bottom: 13px;
	text-align: center;
}
.product-price-special {
    align-items: center;
    padding-bottom: 13px;
	text-align: center !important;
	margin: 0;
	justify-content: center;
}

.product-card-title, .product-card-price, .product-card-description {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.banner-items-container{
    display:none;
}
.badgeitem {
    
    font-size: 8px;
	width: 50px !important;
	height: 20px !important;
   
}