/*Contact us page*/
.contact-bg{
    background-image: url("../../../themes/default/images/contact/contact-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.no-spacing {
    margin: -2px 0 0 0 ;
    padding: 0;
}
.contact-form-fields{
    border-radius: 4px!important;
    padding: 08px;
}
.btn-contact-submit{
    background-color: rgba(237, 33, 36, 0.76);
    color: white;
    border-radius: 4px;
}
.btn-contact-submit:hover{
    background-color: rgba(237, 33, 36, 0.65);
    color: white;
    border-radius: 4px;
}
.map{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
 }
/*product category page*/
.category-card {
    background-image: linear-gradient(#2E0303, #000000,#000000);
    /*height: 280px;*/
}
.category-card-img{
    width: 250px;
}
