/* 
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
*/

/* Fonts de Google */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;700&display=swap');

html {
        scroll-behavior: smooth;
    }

/* CSS Product Cards */

span.product_category_title, .cg-grams, .cg-cantidad_de_unidades, .cg-tipo_de_envio, .cg-fruta_disney, .cg-fruta_100, .cg-frutas_electrolitos  {
    font-size: 1rem;
    color: #000!important;
    font-family: 'Nunito Sans', sans-serif;
	text-decoration: none !important;
    cursor: default !important;
}

.cg-fruta_disney {
  color: #000 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.cg-tipo_de_envio {
	padding: 5px 0;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

h2.woocommerce-loop-product__title {
    padding-bottom: 0px !important;
}

span.price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: left;
}

ins {
    padding-right: 30px;
    font-size: 1.3rem;
    text-decoration: none;
}

ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: auto;
}

/* Estado base: padding y radius siempre presentes (evita el salto),
   y la transición se define acá, no en el hover */
.elementor-products-grid ul.products.elementor-grid li.product {
    padding: 30px;
    border-radius: 25px;
    background-color: #fff;
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

/* Hover: escala sutil + leve elevación, sombra suave y difusa */
.elementor-products-grid ul.products.elementor-grid li.product:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10),
                0 4px 10px rgba(0, 0, 0, 0.06);
    z-index: 5;
}

@media screen and (max-width:767px) {
	span.price {
		display: block !important;
	}
	
	ins {
		padding: 0px;
		font-size: 1rem;
	}
	
	ul.products li.product .button {
		width: 100%;
	}
	
}

/* Barra Busqueda */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid #d9d9d9;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-family: 'Nunito Sans', sans-serif;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-color:#d9d9d9;
   }

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	border: 1px solid #d9d9d9;
}

/* CSS FORM WOOCOMMERCE */

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .select2-container--default .select2-selection--single {
    border: 1px solid #f3f3f3;
    border-radius: 25px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, button#wpmc-back-to-cart, button#wpmc-next, button#wpmc-prev {
    background: #3d75ea;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px 8px 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 30px 8px 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #2a68e9;
  color: #fff;
}

/* CSS Pasos a pasos finalizar compra */

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    border-color: transparent;
	background: #108121;
	color: #fff;
}

/* WooCommerce Message */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: none;
    border-radius: 25px;
    background: #eceef0;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.woocommerce-error {
    background: #e20613;
    color: #fff;
}

.woocommerce-message {
    background: #3bae2b;
    color: #fff;
}

a.restore-item {
	
}

.woocommerce-message a {
  background-color: transparent !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  padding: 5px 0px 0px 0px !important;
}

/* CSS TABLE CARRITO */

.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
    border-radius: 0px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background-color: #eceef0;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent !important;
}

table td, table th {
	border: none;
}

.woocommerce table.shop_table td {
    padding: 20px 12px;
}

td.product-thumbnail, td.product-remove {
    text-align: center;
}

.elementor-widget-woocommerce-cart .woocommerce .remove {
	font-weight: bold;
	border: 2px solid #e20613;
	color: #e20613 !important;
	width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
	
}

.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
  color: #fff !important;
  background: #e20613 !important;
}

a {
	color: #e20613;
}

/* CSS ICONS CART */

span.elementor-button-icon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

i.eicon-cart-light {
    padding-right: 5px;
}

.search_nav_movile.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    fill: #fff !important;
}

/* CSS Panel Mi Cuenta */

nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 5px 0px;
}

@media screen and (max-width:767px) {
	
	nav.woocommerce-MyAccount-navigation {
    padding: 30px 0px;
}

nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-transform: uppercase;
    font-size: 0.8rem;
	font-weight: bold;
    padding: 5px;
    text-align: center !important;
    display: inline-block;
}

nav.woocommerce-MyAccount-navigation ul li {
    height: 95px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 10px 5px;
    flex: 1;
    justify-content: center;
    border: 2px solid #ECEEF0;
	flex-direction: column;
}
	
	.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    display: flex;
    flex-direction: column-reverse;
}
	
	.woocommerce a.remove {
		font-size: 1rem !important;
	}
	
	/* CSS ICONS MENU CUENTA  */
	
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
	font-size: 25px;
}
	
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wlfmc-wishlist:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
	font-size: 25px;
	}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f291";
	font-size: 25px;
	}
	
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f358";
	font-size: 25px;
	}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
	font-size: 25px;
	}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ff";
	font-size: 25px;
	}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
	font-size: 25px;
	}
	
}

/* CSS Login Menu Movil */

.login-link a.elementor-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.title_welcome {
    font-weight: 100;
    font-size: 1.3rem;
    padding-bottom: 5px;
}

/* CSS Fly Cart */

div#woofc-count {
    border-radius: 50%;
}

/* CSS Text Whatsapp */

.wa__btn_popup_txt {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
	.woofc-count, .wa__btn_popup {
 bottom: 90px !important;
}
}

.text-link:hover {
	color: #e20613;
}


/* CSS LEER MAS O LEER MENOS */

a.read-more, a.read-less {
    font-weight: bold;
    text-decoration: underline !important;
    text-transform: uppercase;
    color: #E20613 !important;
	cursor: pointer;
}

a.read-more:hover, a.read-less:hover {
	color: #39A935 !important;
}

/* CSS SINGLE PRODUCT */
.woocommerce span.onsale {
    color: var( --e-global-color-42be2ec );
    background-color: var( --e-global-color-0c07ab8 );
    font-family: "Nunito Sans", Sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 6rem;
    min-height: 6rem;
    line-height: 6rem;
    margin: 10px;
}

/*** CSS 2026 ****/

button#place_order {
    background: #108121;
    padding: 20px;
}

.wpmc-nav-wrapper {
    justify-content: start;
}

button#wpmc-prev {
    background: #E20613;
}

button#wpmc-next {
    background: #108121;
}

a.checkout-button.button.alt.wc-forward, a.button.wc-backward {
    background: #108121;
    line-height: 0.1rem;
    padding: 30px;
}

a.button.wc-backward {
    background: #108121;
	color: #fff;
    line-height: 0.1rem;
    padding: 20px;
}

a.button.wc-backward:hover {
	background: #39a935 ;
	color: #fff;
}

#billing_country_field,
#shipping_country_field {
    display: none !important;
}

.woocommerce-error,
.woocommerce-error li,
.woocommerce-error a,
.woocommerce-error strong {
    color: #fff !important;
}

input#coupon_code {
    width: 50%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 1px solid #cfc8d8;
    border-radius: 25px;
}

tr.cart-discount.coupon-20-off-compra-mayorista td {
	color: #e20613;
	font-weight: bold;
}

tr.order-total td {
	color: #108121;
    font-size: 1.3rem;
}

.woocommerce table.shop_table td {
    padding: 5px;
}

dl.variation {
    font-size: 0.7rem;
    line-height: 1rem;
}

ul#shipping_method label {
    color: #108121 !important;
	font-weight: bold;
}

/****************/

@media screen and (max-width: 767px) {
	form#woocommerce-checkout-form-coupon {
    display: flex !important;
    flex-direction: column;
}

input#coupon_code {
    width: 300px !important;
}
	
	.coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
	
	.coupon #coupon_code, .coupon button[name="apply_coupon"] {
    width: 100% !important;
	}
		.woocommerce-form-coupon .form-row-last, .woocommerce-form-coupon button[name="apply_coupon"] {
    width: 100% !important;
}
	
	.wpmc-nav-wrapper #wpmc-prev, .wpmc-nav-wrapper #wpmc-next, a.button.wc-backward {
    width: 100% !important;
    display: block;
	text-align: center;
}
}