/* 
Theme Name: Tasman Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema customizado por Tasman. https://tasman.es
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
*/



/* -------------------------HEADER---------------------------- */
.menu-principal div nav ul li ul li a {
    margin-left: 0px !important;
    padding-left: 10px !important;
}

.title-menu a {
    text-transform: none !important;
    border-bottom: 1px solid #DADADA !important;
}

.menu-principal div nav ul li ul {
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15) !important;
}

.menu-principal div nav ul li ul li ul {
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15) !important;
}

.menu-principal div nav ul li ul li ul li a {
    margin-left: 0px !important;
    padding-left: 5px !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #ffffff;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	vertical-align: top;
	text-align: left !important;
	
}
.woocommerce .elementor-718 .elementor-element.elementor-element-4c504d71 form.cart table.variations label {
	text-align: left !important;
	
}


/* -------------GENERAL---------------- */
ul {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

.single_variation_wrap {
	padding: 10px 15px 40px;
}
.regalo {
	margin-bottom: 20px;
}
.grecaptcha-badge {
	display: none;
}

.woocommerce .elementor-718 .elementor-element.elementor-element-b41d618 .woocommerce-tabs ul.wc-tabs li a {
	background-color: rgba(255,255,255,0.4) !important;
}
.woocommerce .elementor-718 .elementor-element.elementor-element-b41d618 .woocommerce-tabs ul.wc-tabs li.active a {
	background-color: var(--e-global-color-2da43ac) !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	background-color: rgba(255,255,255,0.4) !important;
	border: none !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding-left: 0px !important;
}
.single_variation_wrap {
	padding-left: 0px !important;
}
.ml-onclick-form {
	border-radius: 0px;
	background-color: var(--e-global-color-2da43ac);
	color: var(--e-global-color-text);
	border: none;
	font-family: "Josefin Slab", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 700;
	padding: 20px 25px 20px 25px;
}
.ml-onclick-form:hover, .ml-onclick-form:focus {
	background-color: var(--e-global-color-text);
	color: var(--e-global-color-8feb86a);
}
/* -------------MEDIA QUERIES---------------- */
@media only screen and (max-width: 1024px) {
    .menu-principal div nav ul {
        box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15) !important;
        z-index: -1 !important;
    }
	.woocommerce #reviews #comments ol.commentlist {
		padding-left: 0px !important;
	}
}
@media only screen and (max-width: 767px){
	.ml-onclick-form {
		font-size: 18px !important;
	}
}