/* 
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 */
@font-face { font-family: Churchward Lorinat-Regular; 
src: url(http://test-site.com/wp-content/themes/hello-theme-child-master/fonts/Churchward Lorina.ttf);
font-weight: normal; 
}

/* Personalizando page checkout */
.woocommerce .col2-set .col-1 {
	background-color: #F2F2F2 !important;
	padding: 20px 38px 10px !important;
}
.woocommerce .col2-set .col-2 {
	background-color: #F2F2F2 !important;
	padding: 20px 38px 10px !important;
}

/* Personalizando page thankyou-order */
.woocommerce-order .woocommerce-bacs-bank-details {
    background-color: #f2f2f2 !important;
	padding: 20px 18px !important;
}
.woocommerce-order .woocommerce-thankyou-order-details {
    background-color: #f2f2f2 !important;
	padding: 20px 38px 10px !important;
}

/* Personalizando form libro de reclamaciones */
.wpcf7 .part-izq {
	width: 49%;
	float:left;
}
.wpcf7 .part-der {
	width: 49%;
	float:right;
}

/* Personalizando time slots de calendario - movil  */

@media (max-width: 720px) {
	body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
/* 		background: #77877c !important; */
	}
}

@media (max-width: 720px) {
    body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
        display: inline !important;
    }
}

/* En menu - ocultando acciones temporalmente */
.carrito-yuyariy {
/* 	display: none; */
/* 	usando config del elemento */
}