/* 
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 */
/* FAQ Design Fix */
.cs-faq-fix .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-radius: 32px 32px 0 0 !important;
}

@media (max-width: 1024px) {
	.cs-faq-fix .e-n-accordion-item[open] > .e-n-accordion-item-title {
		border-radius: 24px 24px 0 0 !important;
	}
}

@media (max-width: 767px) {
	.cs-faq-fix .e-n-accordion-item[open] > .e-n-accordion-item-title{
		border-radius: 16px 16px 0 0 !important;
	}
}

/* WooCommerce Fixes and Styles */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff !important;
	border-top-color: #7A5C61 !important;
}

.woocommerce-info::before {
	color: #7A5C61 !important;
}

.return-to-shop a {
	background-color: var(--e-global-color-primary) !important;
    font-size: 20px !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    color: var(--e-global-color-009fd56) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 40px 40px 40px 40px !important;
    padding: 24px 36px 24px 36px !important;
}


@media (max-width: 1024px) {
	.return-to-shop a {
    	font-size: 18px !important;
    	padding: 20px 32px 20px 32px !important;
	}	
}

@media (max-width: 767px) {
	.return-to-shop a {
	    font-size: 16px !important;
    	padding: 16px 28px 16px 28px !important;
	}
}