.product-grid-item .product-title a,
.product-title a{
font-family: "Cocomat Pro" !important; font-size: 1.6rem;
text-transform: none !important;
font-weight: 400;
}
.product-grid-item:hover .product-grid-item .product-title a,
.product-grid-item:hover .product-title a{
color: #000 !important;
} body .price del,
body .price .amount{
font-family: "Arquitecta" !important; font-size: 2.5rem;
}
.woodmart-hover-standard .woodmart-buttons{
display: none !important;
}
.woodmart-sticky-btn{
background-color: #ECF1F6;
}
body .woodmart-hover-quick .woodmart-add-btn>a span{
padding-top: 16px;
}
body .product-grid-item {
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
border: 1px solid transparent;
padding: 0.6vw;
}
body .product-grid-item:hover{
border: 1px solid #978d7d73 !important;
}
body .product-grid-item .product-element-top:hover .hover-img{
transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
-o-transform: scale(1)!important;
}
.labels-rounded .onsale{
min-height: 55px;
padding: 8px;
font-size: 16px;
border-radius: 35px;
}
@media (max-width: 768px){
.product-grid-item .price{
margin-bottom: 50px;
}
}
@media (max-width: 375px){
body .price .amount{
font-size: 2rem;
}
.product-grid-item .product-title a, .product-title a{
font-size: 1.4rem;
line-height: 1.3;
}
}
/*
.products-bordered-grid:not(.elements-list) .product,
.products-bordered-grid.elements-grid,
.products-bordered-grid .owl-carousel-item,
.products-bordered-grid .owl-stage-outer{
border-color: #978d7d !important
}/*