 /*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1719996834
Updated: 2024-07-03 08:53:12

*/

.custom-product-review h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 89px;
    font-size: 40px;
    font-family: poppins;
}
.custom-star-rating {
    font-size: 0; /* Remove white space between inline-block elements */
}

.custom-star-rating label {
    display: inline-block;
    cursor: pointer;
}

.custom-star-rating label .icon {
    font-size: 25px;
    color: #7A7A7A; /* Default color of stars */
    opacity: 0.7;
}

.custom-star-rating input[type="radio"] {
    display: none; /* Hide the radio buttons */
}

/* Highlight stars up to the checked radio button */
.custom-star-rating input[type="radio"]:checked ~ label .icon {
    color: #FFAC33; /* Color of selected stars */
}

/* Highlight stars on hover */
.custom-star-rating label:hover .icon,
.custom-star-rating label:hover ~ label .icon {
    color: #FFAC33; /* Color on hover */
}

/* Reset the stars after the hovered star */
.custom-star-rating label:hover ~ label ~ label .icon {
    color: #ccc; /* Reset color for stars after the hovered star */
}


.woocommerce .star-rating {
    float: none;
}


.custom-product-review .single-review {
    margin-bottom: 2px;
    background: #fff;
    border-radius: 46px;
    height: fit-content;
    padding: 33px;
    overflow: hidden;
    position: relative;
}

.woocommerce .star-rating::before {
    color: #CEC9C1;
}

.custom-product-review {
    /* padding: 3vw; */
}

.read-more-link {
    color: #0073aa;
    cursor: pointer;
}

.single-review.expanded {
    max-height: none;
}

.splide__arrow:hover {
    background-color: #E7D1C9;
}
.splide__arrow {
    background: #F6F2F0!important;
}
/* .splide__arrow--next {
    margin-right: -36px;
}
.splide__arrow--prev {
    margin-left: -36px;
} */

.review-head {
    display: flex;
    align-items: center;
}

.review-head .woocommerce-review__author {
    margin-right: auto; /* Pushes the name to the left */
    font-weight: bold;
    font-size: 21px;
}

.review-head .woocommerce-review__rating {
    margin-left: auto; /* Pushes the star rating to the right */
}

.review-head .star-rating {
    text-align: right; /* Aligns the stars to the right */
    margin-top: -25px;
    font-size: 1.3em;

}

.review-head .star-rating span  {
    color: #FFAC33;
}

.custom-product-review .woocommerce-review__date {
    color: #949494;
    font-weight: normal;
    font-size: 16px;
}


.custom-product-review-form {
    margin-top: 130px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background: #F0E9E6;
    padding: 42px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.custom-product-review-form form .form-row label {
    line-height: 2;
    font-size: 18px;
    font-family: 'Poppins';
} 
.custom-product-review-form form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    height: 197px;
    border-radius: 9px;
}

.custom-product-review-form .review-title {
    font-size: 18px;
    font-family: 'Poppins';
}
.custom-product-review-form .custom-star-rating {
    border: none;
}


.custom-product-review-form h3 {
    font-family: poppins;
    font-size: 31px;
    font-weight:400;
}

.custom-product-review-form .form-submit {
    margin-top: 40px;
    margin-left: 7px;
}

.custom-product-review-form .form-submit [type=submit] {
    width: 200px;
    height: 53px;
    color: #000;
    font-family: poppins;
    font-weight: 300;
    background: #E7D1C9;
    border: none;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.woocommerce-review-error {
text-align: center;
    font-family: 'Poppins';
    color: #F15574;
    font-size: 20px;
    font-weight: bold;}

.custom-product-review-empty {
    text-align: center;
    font-family: poppins;
    font-weight: 300;
    font-size: 18px;
}


.woocommerce-review-success {
    text-align: center;
    font-family: 'Poppins';
    font-size: 25px;
    color: #62C954;
}

.moove-gdpr-dark-scheme {
	border-radius: 2px!important;
    border: none!important;
}



@media (min-width: 767px) {
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
        padding: 20px 25px!important;
    }
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:first-child {
    background-color: #e7d1c9!important;
    color: #000!important;
}


#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-size: 17px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
    font-weight: 500!important;
    font-size: 15px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    font-size: 15px!important;
    margin: 2px!important;
    font-weight: 500!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    color: #000!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    color: #000!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {

    color: #000!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    color: #000!important;
}



.single-post .page-content {
    display: flex;
    min-height: 64vh;
    flex-direction: row;
    width: calc((1 - var(--container-widget-flex-grow))* 100%);

    justify-content: space-between;
    align-items: stretch;
    gap: 0px 0px;
    overflow: hidden;
    transition: 0.3s;
    padding-top: 2.5%;
    padding-bottom: 07%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 08%;
    padding-right: 08%;
    width: 70%;
}
.single-post .entry-title {
    max-width: 54.5%;
}


    @media (max-width: 767px) {
        .single-post .page-content{
            min-height: 0vh;
            flex-direction: column-reverse;
            gap: 35px 35px;
            padding-top: 10%;
            padding-bottom: 0%;
            padding-left: 05%;
            padding-right: 5%;
            width: auto;
        }
        .single-post .entry-title{
            max-width: 94%;
margin-bottom: -50px;
        }
    
    }

    .single-post #comments {
        padding-left: 08%;
        padding-right: 08%;
    }


/* Grid container for the posts */
.post-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr);  */
    grid-template-columns: 1fr;
    gap: 20px; /* Adds space between grid items */
    margin: 0 auto; /* Center the grid */
    padding: 20px;
}

/* Individual post item styling */
.post-grid .post-item {
    background-color: #f9f9f9;

    border-radius: 5px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: transform 0.3s ease;
}

/* Hover effect for the post items */
.post-grid .post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Post title styling */
.post-grid .post-item h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Post thumbnail styling */
.post-grid .post-item img {
    width: 100%; /* Makes the image take the full width of the parent div */
    height: 400px; /* Fixed height of 400px */
    object-fit: cover; /* Ensures the image covers the area without distortion, cropping if necessary */
    border-radius: 5px;
    margin-bottom: 10px;
}



/* Responsive styling for smaller screens */
@media (max-width: 900px) {
    .post-grid {
        /* grid-template-columns: repeat(2, 1fr);  */
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .post-grid {
        grid-template-columns: 1fr; /* 1 column on very small screens */
    }
}


.post-item a {
    text-decoration: none;
    color: #000!important;

}
.post-item h2 {
    text-decoration: none;
    color: #000;
}

.post-item .content-area {
    padding: 20px;
}


.page-id-3580  .elementor-element-60faa4f6 {
display: none!important;
visibility: hidden!important;
}

.page-id-3580 .elementor-social-icons-wrapper {
    display: none!important;
visibility: hidden!important;
}

.page-id-3580 .elementor-element-fe0d10e {
    display: none!important;
visibility: hidden!important;
}

.page-id-3580 .elementor-element-47edc5e7  {
    display: none!important;
visibility: hidden!important;
}

.page-id-3580 .elementor-menu-cart__toggle {
    display: none!important;
    visibility: hidden!important;
}

.page-id-3580 .entry-title {
    display: none!important;
    visibility: hidden!important;
}







/* .cross-sell-grid container */
.cross-sell-grid .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 products per row on desktop */
    gap: 20px; /* Adjust the gap between the products */
}

/* Mobile: 2 products per row */
@media (max-width: 767px) {
    .cross-sell-grid .products {
        grid-template-columns: repeat(2, 1fr); /* 2 products per row on mobile */
    }
}

/* Optional: Style the discounted price */
.cross-sell-discounted-price {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
}

.cross-sell-discounted-price span {
    font-size: 1.2em;
}

/* Optional: Add margin below the "Add to cart" button */
.product-item a.add_to_cart_button {
    margin-top: 10px;
}



.cross-sells ul.products::before {
    content: none!important;
    display: none!important;
}




form[action*="kajabi"] {
    display: none !important;
}



div[class*="kajabi-form"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
