/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*hide things in checkout*/
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout .woocommerce-table--order-details tfoot,
.woocommerce-checkout .woocommerce-table--order-details .product-total,
.woocommerce-checkout .woocommerce-table--order-details .product-quantity,
.woocommerce-checkout .woocommerce-table--order-details th.product-name,
.woocommerce-checkout .woocommerce-thankyou-order-details{
	display: none;
}

div[data-cky-tag="detail-powered-by"]{
	display: none !important;
}

@media (max-width: 576px){
.cky-modal {
  max-width: 90% !important;
  width: 90% !important;
  left: 50% !important;
}
}
.cky-banner-element{
	cursor: pointer;
}


.single-product .wc-appointments-appointment-cost{
	display: none !important;
}

/*traducciones por CSS*/
html[lang="sv-SE"] button[aria-label="Show more"]{
	font-size: 1px;
	color: #fff !important;
}
html[lang="sv-SE"] button[aria-label="Show more"]:after{
	content:'Visa mer';
	font-size: 14px;
	color: #000;
}
html[lang="sv-SE"] button[aria-label="Show less"]{
	font-size: 1px;
	color: #fff !important;
}
html[lang="sv-SE"] button[aria-label="Show less"]:after{
	content:'Visa mindre';
	font-size: 14px;
	color: #000;
}


html[lang="es-ES"] .morning .slot_heading,
html[lang="es-ES"] .afternoon .slot_heading,
html[lang="es-ES"] .evening .slot_heading{
	font-size: 0.1px !important;
	color: transparent !important;
}
html[lang="es-ES"] .morning .slot_heading:before,
html[lang="es-ES"] .afternoon .slot_heading:before,
html[lang="es-ES"] .evening .slot_heading:before{
	font-size: 14px;
	color: #000;
}
html[lang="es-ES"] .morning .slot_heading:before{
	content: "Mañana";
}
html[lang="es-ES"] .afternoon .slot_heading:before{
	content: "Tarde";
}
html[lang="es-ES"] .evening .slot_heading:before{
	content: "Tarde-noche";
}