Just disabled all plugins, refreshed and still shows the same?
This is the extra css I have?
.woocommerce .quantity, .woocommerce-page .quantity {
height: auto;
width: auto;
max-width: 150px;
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 0 rgba(0,0,0,.1);
margin-right: 10px!important;
}
.woocommerce table.shop_table .product-name .price, .woocommerce-cart table.shop_table .product-name .amount {
display: inline;
margin-top: 5px;
}
.comments-likes .love-it-wrapper a:before, .comments-likes .love-it-wrapper span:before {
content: “\f164″;
font-family: FontAwesome;
}
.fa-heart {
display: inline-block!important;
}
.fa-heart:before {
content: "\f164";
}
.loved .love-count {
color: #81d742!important;
}
@media (min-width: 1200px) {
.woocommerce ul.products li.product figure {
padding-bottom: 225px!important;
}
}