/*
Theme Name: Emarati Solar Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Demo-style grey product cards (Shop 50 look) */
.products-grid .product-col .product-inner,
ul.products li.product .product-inner {
    background: #f4f4f6;
    border-radius: 12px;
    padding: 14px 14px 22px;
    transition: box-shadow .3s;
}
.products-grid .product-col .product-inner:hover,
ul.products li.product .product-inner:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.product-col .product-image {
    background: transparent;
    border: 0;
}
.product-col .product-image img {
    mix-blend-mode: multiply;
    border-radius: 8px;
}
.product-col .product-content {
    text-align: center;
    background: transparent;
    padding-top: 10px;
}

/* Demo green Call Us button (quaternary) */
.btn-quaternary {
    background-color: #5CA835 !important;
    border-color: #5CA835 !important;
    color: #fff !important;
}
.btn-quaternary:hover, .btn-quaternary:focus {
    background-color: #4c9129 !important;
    border-color: #4c9129 !important;
}
