.product-info .price .other-price {
    padding-bottom: 7px;
    font-size: 19px;
    color: #ff3e3e;
    font-weight: 600;
}
.product-grid .product .name a {
    font-size: 16px;
}
.header-top-inner a {
    color: #925517;
    font-weight: 700;
    font-size: 16px;
}
.owl-controls .owl-buttons {
   visibility: visible !important;
    opacity: 1 !important;
}



@media (max-width: 500px){
.responsive .product-grid > .row > div {
    width: 50%;
    float: left;
}
.product-grid .product {
    padding-top: 5px;
}
}

