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

td.product-name a {
    color: #111 !important;
}
.testimonial-slides .swiper-slide.swiper-slide-active {
    background: #111 !important;
	box-shadow: none;
}
.testimonial-slides .swiper-pointer-events {
    padding: 7px;
}
.testimonial-slides .swiper-slide {
    padding: 15px 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}
.testimonial-slides .swiper-slide.swiper-slide-active h2 {
    color: #fff !important;
}
.testimonial-slides .swiper-slide.swiper-slide-active .e-rating-wrapper .e-icon-marked svg {
    fill: #fff !important;
}
.testimonial-slides .swiper-slide.swiper-slide-active .elementor-testimonial-content {
    color: #fff;
}
.testimonial-slides .swiper-slide.swiper-slide-active .elementor-testimonial-name {
    color: #fff;
}
.testimonial-slides .swiper-slide.swiper-slide-active .elementor-testimonial-job {
    color: #FFBC13;
}
ul.elementor-nav-menu li.current-menu-item a {
    color: #fff !important;
}
#footer-sec ul.elementor-nav-menu li.current-menu-item a {
    color: #111 !important;
}
.woocommerce-message {
    top: 46%;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-top-color: #A01C14;
}
.woocommerce .woocommerce-message .button {
    background: #A01C14;
    color: #fff;
}
.woocommerce .woocommerce-message .button:hover {
    background: #111;
    transition: .6s ease all;
    color: #fff;
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
	.woocommerce-message {
		top: 56%;

	}
}