/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */


.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce a.button,
.woocommerce-page .content .h-section a.added_to_cart:hover, .woocommerce .content .h-section a.added_to_cart:hover,
.woocommerce-page .content .h-section a.added_to_cart, .woocommerce .content .h-section a.added_to_cart,
.added_to_cart.wc-forward {
text-align: center;
    background-color: rgb(70, 174, 186)!important;
    background-image: none;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    border-top-width: 2px;
    border-top-color: rgb(191, 220, 224);
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-right-width: 2px;
    border-right-color: rgb(191, 220, 224);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(191, 220, 224);
    border-bottom-style: solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 2px;
    border-left-color: rgb(191, 220, 224);
    border-left-style: solid;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}


.single-product.woocommerce-page .product .product_title {
	display: inline-block!important;
}

.related.products {
clear:both!important;
}

.wpcf7-response-output {
background-color: rgb(126, 116, 249)!important;
color: black!important;
}
