a {
    color: #bd4b34;
}

body {
    background: #f2f2f2;
}

footer {
    background: #bd4b34;
}

footer, footer a {
    color: #ffffff95;
}

.checkout-process>.step .step-mark.step-active:after {
    background: #bd4b34;
}

.badge-info {
    color: #bd4b34;
    background-color: #da7f30;
}

div[data-filter-attribute="variety"], div[data-filter-attribute="brand"], div[data-filter-attribute="container-type"], div[data-filter-attribute="container-size"] {
    display: none !important;
}

.s-container-name {
    display: none;
}

.alert-info {
    color: #bd4d34;
    background-color: rgba(255,255,255,0.8);
    border-color: #bd4d34;
}

.alert-warning {
  color: #fff;
  background-color: #bd4b34;
  border-color: #fff;
}

.s-alert .alert-info{	
    -webkit-animation: pulse-alert-field 3s infinite;	
            animation: pulse-alert-field 3s infinite;
}

.add-cart-item{	
    -webkit-animation: pulse-add-to-cart 1.5s infinite;	
            animation: pulse-add-to-cart 1.5s infinite;
}

.s-product-max-order-quantity{
    display: none;
}

@-webkit-keyframes pulse-add-to-cart {
	0% {
		transform: scale(0.90);
	}  
	
	30% {
		transform: scale(0.90);
	}

	50% {
		transform: scale(1);
	}
	
	70% {
		transform: scale(0.90);
	}

	100% {
		transform: scale(0.90);
	}
}

@keyframes pulse-add-to-cart {
	0% {
		transform: scale(0.90);
	}
	
	30% {
		transform: scale(0.90);
	}

	50% {
		transform: scale(1);
	}
	
	70% {
		transform: scale(0.90);
	}

	100% {
		transform: scale(0.90);
	}
}

@-webkit-keyframes pulse-alert-field {
	0% {
		transform: scale(1);
	}  
	
	40% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.97);
	}
	
	60% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pulse-alert-field {
	0% {
		transform: scale(1);
	}  
	
	30% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.97);
	}
	
	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

:root {
    --s-columns-xs: 1; --s-item-width-xs: calc((100vw * 12/12 - 30px - 27px) / 1);
}
