/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
a:hover{
    color: black;
}
/*
.block_newsletter form input{
	border: 2px solid #f7ac00;
	background-color: #f7ac00;
}

.block_newsletter form input:focus, .block_newsletter form input:active{
	border: 2px solid #f7ac00 !important; 
	background-color: #f7ac00 !important;
}


.btn-primary{
	border: 2px solid #F66A0A;
	background-color: #F66A0A;
	transition: all 0.2s ease-in;
}

.btn-primary:hover{
	border: 2px solid #F66A0A;
	background-color: #F66A0A;
}

a {
    color: #2fb5d2;
    text-decoration: none
}

a:focus,a:hover {
    color: #208094;
    text-decoration: underline
}
 */

.block-category .category-cover {
	position: initial !important;
    right: .75rem;
    bottom: 0
}

.block-category .category-cover img {
    width: 100% !important;
    height: auto !important;
}
#product-availability,
.tax-shipping-delivery-label{
	display:none;
}

#header .menu, #header .menu>ul>li{
font-size:14px !important;}

.current-price span{
	font-size: 2rem;
}