/*COLOR*/
.searchsuite-submit:hover{
	background: #ce1c27 !important;
	box-shadow: 0 1px 5px rgb(206, 28, 39) inset;
	-moz-box-shadow: 0 1px 5px rgb(206, 28, 39) inset;
	-webkit-box-shadow: 0 1px 5px rgb(206, 28, 39) inset;
	-o-box-shadow: 0 1px 5px rgb(206, 28, 39) inset;
	background: rgb(206, 28, 39);
	background: -moz-linear-gradient(0deg, rgb(206, 28, 39) 0%, rgb(206, 28, 39) 81%);
	background: -webkit-linear-gradient(0deg, rgb(206, 28, 39) 0%, rgb(206, 28, 39) 81%);
	background: -o-linear-gradient(0deg, rgb(206, 28, 39) 0%, rgb(206, 28, 39) 81%);
	background: -ms-linear-gradient(0deg, rgb(206, 28, 39) 0%, rgb(206, 28, 39) 81%);
	background: linear-gradient(0deg, rgb(206, 28, 39) 0%, rgb(206, 28, 39) 81%);
}

.autocomplete-title {font-size: 18px; line-height: 20px; text-transform: uppercase; color: #ce1c27; text-align: left;}
.autocomplete-title h4 {font-size: 18px; font-weight: 500; text-transform: uppercase; color: #ce1c27;}

/*Popup Add to Cart*/
button#continue_shopping span:hover {
	background: #ce1c27 !important;
}

/*Cart*/
a.addtocart {
    background:#ce1c27;
}
.product-view .product-shop .price-box .special-price .price {
	color:#ce1c27 !important;
}
.cart-table button.button span {
	background-color: #ce1c27 !important;
	border-color: #ce1c27 !important;
}
.cart-table button.btn-continue span,
.cart-table button.btn-continue span:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	color:#ce1c27 !important;
	text-decoration: underline !important;
}

.catalog-product-view .product-info .grouped-items-table .price-box > .special-price .price,
.product-view .product-shop .price-box .regular-price .price,
.price {
	color:#ce1c27 !important;
}

/*Delivery Date*/
.estimated-delivery-date {
	border-left: 5px solid #ce1c27;
	background-color: #f5eaea;
}
.estimated-delivery-date::before {
    border-left: 6px solid #ce1c27;
}
.estimated-delivery-date .edd_countdown {
	color: #ce1c27;
}

/*Slider*/
.slider-container {
	padding: 15px 0 15px;
}

/*Blog*/
.home-blog-horeca h2,
.sidebar-blog-horeca h2 {
	color:#ce1c27;
}

/*Template Category*/
.form-landing-category {
	border:2px solid #ce1c27;
}
