/**
 * General custom styles
 */

/* Fix button styling for owl-carousel items */
.owl-carousel .product-block button.addtocart {
    padding: 8px 20px;
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    width: auto;
    border: 1px solid #dddddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: #e8e8e8;
    transition: all 300ms ease 0s;
    border-radius: 4px;
}
.owl-carousel .product-block button.addtocart:hover {
    background-color: #0842a6;
    color: #ffffff;
    border-color: #0842a6;
}
.owl-carousel .product-block .button-addtocart {
    text-align: center;
}
