/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/product-item-start/

.product-item .call-to-action:hover .elementor-cta__button{
	background:#f37f03 !important;
	border-color:#f37f03 !important;
}


section.related.products {
    display: block;
    clear: both;
	position: relative;
}
section.related.products:before{
	content: "";
}
section.related.products > h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 36px;
    text-align: center;
}

section.related.products  ul li h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 0 15px !important;
}

section.related.products .button.product_type_simple{
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(160deg, #F37F03 14%, #F7CDA096 90%);
    border-style: none;
	 margin: 0 15px 15px; 
}
section.related.products li.product { 
    border-color: #F1F1F1;
    --border-color: #F1F1F1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
section.related.products li.product:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
/product-item-end/


