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

.ti-widget.ti-goog .ti-rating-text strong.ti-rating {color:#fff !important;}
.ti-widget.ti-goog .ti-rating-text .nowrap {color:#fff !important;}


.homeSlide .elementor-slide-heading span {
    font-family: "Anjel Script", sans-serif;
    font-weight: 400;
}
.headingLeaf:after {
    content: '';
    background-image: url(images/leaf.png);
    background-size: 100% !important;
    background-repeat: no-repeat;
    position: absolute;
    right: -45px;
    width: 53px;
    height: 53px;
    top: -19px;
}
.popupImg a{
    width:100%;
    display:inline-block !important;
}
.pinkAnchor a{
    color:#ea7e8a !important;
}
.bottomGallery .swiper-slide img {
    height: 300px !important;
    object-fit: cover;
    width: 100% !important;
    object-position: center;
}
.galleryWidth figure.gallery-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.single-product table.variations, .single-product table.variations td, table, .single-product .variations tr, .single-product table.variations th {
    text-align: left;
    background: transparent !important;
    padding: 0;
}
@media only screen and (max-width: 767px) {
  .galleryWidth .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 33.33% !important;
    }
    .galleryWidth figure.gallery-item img{
        height:130px;
    }
}
