/* 
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 */


.custom-product-image{

position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    transition: height .2s ease-in;
	     margin: 0 0 1em;
	}
	
.custom-product-image img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    inset: 0;
	margin:0 !important;
	    transition: .1s transform;
}

.custom-product-image:hover img{
	    transform: scale(1.2);
}

body .elementor-testimonial {
padding: 40px;
}
body .elementor-testimonial .elementor-testimonial__content{
	       border: 0 !important;
    
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
	padding-top: 20px !important;
    padding-bottom: 40px !important;
}
body .elementor-testimonial .elementor-testimonial__header{
    border: 0 !important;
padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
}

.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button{
display:none;
}


@media (min-width: 1025px) {.elementor-nav-menu li.login-btn{
    display: none;
}
}
body .elementor-nav-menu li.login-btn{
text-align: center;}

body .elementor-nav-menu li.login-btn a {
       background-color: #face09 !important;
    color: #0d3411 !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    display: inline-block;
    margin: 20px auto;
    height: 38px;
    line-height: 16px !important;
}
}

body .elementor-nav-menu li.login-btn a:hover {
    background-color: #f79d00 !important;
}
 
.elementor-nav-menu li.login-btn a:after {
    display: none;
}