/*
Theme Name: Hello Elementor Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* img-slider */
.cus-img-slider .swiper .swiper-slide-inner img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
a.phone,
a.header-email{
    color: #fff;
}

a.phone:hover,
a.header-email:hover{
    color: #FFED00;
}
.eael-feature-list-item p a, 
.woocommerce .woocommerce-table__product-name > a,
.product-name a{
    color: var(--e-global-color-secondary);
}
.wcpt-table tbody tr td {
    vertical-align: middle;
}
.wcpt-navigation {
    display: none;
}
.wc-block-components-button:not(.is-link) {
    background-color: #FFED00;
}
.wc-block-components-button:not(.is-link):hover {
    background-color: #000;
}
.woocommerce .cart .button {
    background-color: #DF2C14;
    color: #fff;
}
.woocommerce .coupon .button {
    color: #515151;
    background-color: #e9e6ed;
}
@media screen and (max-width: 768px) {
	    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
    }
}
