@import url(https://fonts.cdnfonts.com/css/sf-pro-display);
@font-face {
font-family: 'SF Pro Display', sans-serif;
}
body {
font-family: 'SF Pro Display', sans-serif !important;
}
a {
text-decoration: none;
}
.footer-column .product-title {color:#fff;}
.footer-column .search-field {width:60% !important;color:#333 !important;background:#fff}
.footer-column .search-field::placeholder { color: #ccc;
opacity: 1; }
.footer-column .search-field:-ms-input-placeholder { color: #ccc;
}
.footer-column .search-field::-ms-input-placeholder { color: #ccc;
}
.footer-column button { 
background-color:#000 !important;
border-radius:10px; margin-left:10px;
}
.shop_attributes a[rel="tag"] {
pointer-events: none;
cursor: default;
}
.vmenu-title {width:100% !important;}
.product-image-item a {    
pointer-events: none;
cursor: default;
}
.feature-image  img {filter:brightness(75%);}
.a-expander-prompt {display:none;}
option {font-family:Arial !important;font-size:14px !important;}
.wishlist-title {
display: none;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img { }
.compare.button {
display: none;
} .yith-compare-open-popup {
font-family: "roadthemes-icon";
font-size: 2rem;
display: inline-block;
vertical-align: top;
font-weight: 400;
line-height: inherit;
position: relative;
}
.yith-compare-open-popup:before {
content: "\e90e";
}
.compare-count {
position: absolute;
font-size: 1.2rem;
width: 20px;
height: 20px;
line-height: 20px;
left: 14px;
bottom: 3px;
font-weight: 700;
background: #eb2606;
text-align: center;
color: #fff;
border-radius: 100%;
-webkit-border-radius: 100%;
} .rozerCustomBlock-btns {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
padding: 10px 0;
}
@media screen and (max-width: 576px) {
.rozerCustomBlock-btns a {
padding: 10px !important;
}
}