/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.col-header-center {
text-align: center;
}
.tel a{
color: #e63636 !important ;
margin-right: 20px;
}
.search-menu {
padding: 0 10px;
}
.search-menu input.form-search-control{
margin-top: 6px;
padding: 5px;
}
.search-menu .search-btn{
background: transparent;
    margin-top: 13px;
    border: none;
    margin-left: -35px;
    z-index: 9;
	    cursor: pointer;
}
.search-menu .search-btn i{
font-size: 16px;
}
/* .category-id-32 #js-product-list-top .products-nb-per-page , 
.category-id-32 #js-product-list-top .showing ,
#search_filters ul li .magnitude{
display:none;
} */

@media only screen and (max-width: 767px) {
   .tel a {
    color: #777 !important;
    margin-right: 20px;
    font-size: 1.5em;
}
}
