@media (max-width:500px) {
.swiper-pagination-lines.swiper-pagination {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: center;
		margin-top: 40px;
	}
}
/* 🌸 Todos los botones principales (rosa por defecto) */
.button, 
.add_to_cart_button, 
.ajax_add_to_cart, 
.single_add_to_cart_button, 
.checkout-button, 
.wp-element-button, 
.wc-block-components-button {
    background-color: #EC7CAE !important; /* Rosa */
    border-color: #EC7CAE !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

/* 🌊 Efecto hover (azul) */
.button:hover, 
.add_to_cart_button:hover, 
.ajax_add_to_cart:hover, 
.single_add_to_cart_button:hover, 
.checkout-button:hover, 
.wp-element-button:hover, 
.wc-block-components-button:hover {
    background-color: #02afe8 !important; /* Azul */
    border-color: #02afe8 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(2, 175, 232, 0.3);
}

/* 🛒 Botones especiales del carrito */
.woocommerce-cart .button, 
.woocommerce-checkout .button {
    background-color: #EC7CAE !important;
}

/* 🎯 Botones de pagos */
#payment .button, 
.place-order .button {
    background-color: #EC7CAE !important;
}
/*jhsjhsjhsjsh
/* Remove B.S. from 
 * the admin bar */

#wp-admin-bar-elementor_inspector,
#wp-admin-bar-revslider {
	display: none;
}

#wp-admin-bar-elementor_edit_page  > a > span {
	display: none;
}

#wp-admin-bar-new-content > a span.ab-label {
	display: none;	
}

#wp-admin-bar-edit > a {
	font-size: 0;
	padding: 0;
}

.counter-style-neue .ft-counter-number-wrapper .elementor-counter-number {
	display: inline-block;
}
.nf-form-content textarea.ninja-forms-field {
    height: 200px;
    border-radius: 20px;
}
.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background: #EC7CAE;
    border: 1px solid #c4c4c4;
    border-radius: 10px !important;
    box-shadow: none;
    color: #EC7CAE;
    transition: all .5s;
}
.nf-repeater .nf-repeater-fieldsets legends{
	display:none
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    color: white;
}
nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #025450 !important;
    border: 0;
    color: #EC7CAE;
    transition: all .5s;
}
textarea {
    width: 100%;
    border-radius: 10px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: var(--notech-gray, #777181);
    border: 1px solid var(--notech-bdr-color, #e9e9ee);
    border-radius: 10px;
    padding: 3px;
    width: 100% !important;
}
label{
	color:white
}
body, button, input, select, optgroup, textarea {
    color: #ffffff;
    font-family: var(--notech-font, "Kumbh Sans", sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
button[type="submit"] {
    background-color: #EC7CAE ; 
    color: white; 
    border: 1px solid #EC7CAE ; 
    padding: 10px 20px; 
    cursor: pointer; 
	margin-top: 1rem;
	border-radius:10px;
}

button[type="submit"]:hover {
    background-color: #EC7CAE ; 
    border-color: #EC7CAE ;
	color:grey;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    color: black;
	 font-family: "Baloo Thambi 2", Arial, sans-serif;
}
nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #ec7cae !important;
    border: 0;
    color: #EC7CAE;
    transition: all .5s;
	 font-family: "Baloo Thambi 2", Arial, sans-serif;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #e80000;
    display: none;
}
.xpro-woo-product-grid-add-to-cart-btn .button {
    position: relative;
    padding: 12px 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    background-color: #ff64a9;
    
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    margin-top: 15px;
	font-family: "Baloo Thambi 2", Arial, sans-serif;
}
select, optgroup, textarea {
    color: #000000;
    font-family: var(--notech-font, "Kumbh Sans", sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}



.woocommerce-single-product .summary .cart .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 50px;
    width: 100%;
    border: none;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
    border-radius: 10px;
    font-weight: var(--fw-sbold);
    background: rgb(var(--color-primary));
    color: white);
    box-shadow: 0 0 0 rgb(var(--color-secondary));
    transition: all var(--tspeed);
    line-height: 1;
    color: white;
}
.woocommerce-single-product .summary .product_title {
    margin-bottom: 2px;
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
}
.woocommerce-single-product .summary .price {
	font-family: var(--notech-font, "Kumbh Sans", sans-serif);
    font-size: var(--h4-size);
    font-weight: var(--fw-bold);
    color: rgb(var(--color-secondary));
}
.woocommerce-single-product .summary .cart .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-weight: var(--fw-sbold);
    background: rgb(var(--color-primary));
    color: #eee;
    box-shadow: 0 0 0 rgb(var(--color-secondary));
    transition: all var(--tspeed);
    line-height: 1;
}
    .woocommerce-single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding-left: 0;
        color: rgb(var(--color-primary));
    }
.woocommerce-single-product .summary .cart .single_add_to_cart_button:hover {

    color: #ffffff; 
}

.woocommerce-message {
        flex-flow: row;
        text-align: unset;
        color: black !important;
    }

element.style {
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 50px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: var(--fw-sbold);
    line-height: 1;
    background: rgb(var(--color-secondary));
    color: rgb(255 255 255);
    border: none;
    transition: all var(--tspeed);
}
.woocommerce-message, .woocommerce-Message {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
    padding: 20px 40px;
    border-top: 4px solid rgb(var(--color-dark));
    background: rgb(var(--color-lighter));
    text-align: center;
    color: black;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 50px;
    border-radius: 0;
    font-size: 1rem;
    font-weight: var(--fw-sbold);
    line-height: 1;
    background: rgb(255 255 255);
    color: rgb(var(--color-secondary));
    border: none;
    transition: all var(--tspeed);
}
.xpro-woo-product-grid-add-to-cart-btn .added_to_cart {
    margin: 0 7px;
    color: black;
	display: -webkit-inline-box;
}
.variation-Color {
	color: black;
}
.woocommerce-Price-amount{
	color: #02afe8;
}

.add_to_cart_button:hover,
.ajax_add_to_cart:hover,
.single_add_to_cart_button:hover {
    background-color: #02afe8 !important; /* Azul */
    border-color: #02afe8 !important;
    transform: translateY(-2px); /* Efecto de elevación */
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 57px;
    font-size: 1.125rem;
    background: rgb(var(--color-primary));
    color: rgb(255 255 255);
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    outline: none;
    color: #02afe8;
    border-radius: 10px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

.woofc-area.woofc-style-01 .woofc-inner, .woofc-area.woofc-style-03 .woofc-inner, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background-color: #02afe8;
    border-radius: 10px;
}
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right;
    color: black;
}
.wc-block-components-radio-control__description-group>span, .wc-block-components-radio-control__label-group>span {
    display: table-cell;
    color: black;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle;
    color: black;
	 margin-left: 1rem;
}
.wc-block-checkout__terms {
    margin: 36px 0;
    color: black;
    margin-left: 1rem;
}


.wc-block-checkout__form {
    margin: 0;
    max-width: 100%;
    margin-left: 2rem !important;
}
.wp-element-button, .wp-block-button__link {
    background-color: rgb(var(--color-secondary)) ;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    color: black;
    flex-basis: 0;
    flex-grow: 1;
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: black;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px;
    color: black;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    color: black;
    flex-basis: 0;
    flex-grow: 1;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 8px;
    color: black;
}
	.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    color: black !important;
    flex-basis: 0;
    flex-grow: 1;
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: black;
}
.woocommerce .table.shop_table.cart .tr .actions{
    padding-top: 30px;
    display: none;
}
.woocommerce-shipping-destination{
 
    color: black;
}
.actions{
	display:none;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e;
    display: none;
}
.wc-block-components-chip .wc-block-components-chip__remove {
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
    display: none;
}
.woocommerce-page-title {
    margin-bottom: 90px;
    padding: 60px 0;
    background: rgba(var(--color-secondary), 0.05);
    display: none;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer;
    color: black;
}
.product_title.entry-title{
	font-family: "Baloo Thambi 2" !important;
	font-weight:bold;
}
.woocommerce-Price-amount.amount{
	font-family: "Baloo Thambi 2" !important;
	font-weight:bold;
}
.single_add_to_cart_button.button.alt{
	border-radius: 10px !important;
}
.wc-block-components-order-summary__button-text{
	color:black;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
            color: black !important;
        }
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    color: black !important;
}
th {
    text-align: inherit;
    color: black !important;
}



p {
    margin-top: 0;
    margin-bottom: 1rem;
	color: black !important;
   
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers), .site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers) {
    --fh_color: var(--color-text);
    --border_size: 1px;
    --bottom: 0;
    position: relative;
    display: inline-flex;
    border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
    color: inherit;
    --color: var(--color-link);
    --fh_color: var(--color);
    border-bottom: 1px solid rgba(var(--fh_color), 0.7);
    color: rgb(0 0 0);
    text-decoration: none;
}
.cvGsUA a {
            color: black;
	font-weight: bold;
        }
.form-group label {
    color: black;
}
#pop-event{
	/*z-index: 20 !important;*/
}
.woocommerce-MyAccount-navigation-link--downloads{
	display: none !important; 
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    display: none;
}

.swatch-azul{
	color: #02afe8;
}

.pum-theme-11394 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
	top: 9% !important;
	right: 5% !important;
	color: #ff6eae !important;
	font-size: 36px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{
	color: black
}

@media screen and (max-width: 700px){
	.pum-theme-11394 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
		top: 2% !important;
		right: 4% !important;
		font-size: 30px !important;
	}
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td{
	color: black;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td .button, .woocommerce-account .woocommerce .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr td .button{
	color: white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset{
	color: black;
}

.wc-block-components-address-card{
	color: black;
}
.wc-block-components-address-card__edit{
	color: #ff8ebd;
}
.um-field-label label{
	color: black;
}
.pum-theme-11388 .pum-container, .pum-theme-lightbox .pum-container{
	border: none !important;
}
.custom-product-gallery{
	display: flex;
  flex-direction: row-reverse;
	max-height: 23rem;
}

.custom-product-gallery ol {
	overflow-y: auto;
}

.custom-product-gallery ol li {
	margin-top: 5px !important;
}

.custom-product-gallery .flex-viewport{
	align-self: center;
}
address {
	color: black;
}
.woocommerce-column--billing-address{
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce-column--shipping-address{
	width: 100% !important;
	max-width: 100% !important;
}
.woocommerce-notice--success{
	font-size: 30px !important;
	font-weight: 700 !important;
}
.woocommerce-order{
	padding-left: 70px;
  padding-right: 70px;
}
.woocommerce-order p{
	padding: 0px 15px;
}
.woocommerce-order-details{
	padding: 0px 15px;
}
.woocommerce-customer-details--phone{
	padding: 0px 0px !important;
}
.woocommerce-customer-details--email{
	padding: 0px 0px !important;
}
@media and screen (max-width: 768px){
	.woocommerce-order{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ppcp-place-order-description{
	display: none;
}

.product_meta {
    display: none !important;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* 🎀 CONTENEDOR PRINCIPAL DEL FORMULARIO */
.nf-form-cont {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(236, 124, 174, 0.3);
    box-shadow: 0 10px 30px rgba(236, 124, 174, 0.1);
}

/* 🌸 CAMPOS DE FORMULARIO */
.nf-form-content input:not([type=button]), 
.nf-form-content textarea, 
.nf-form-content select {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #EC7CAE !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    color: #333 !important;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(236, 124, 174, 0.1) !important;
}

/* Efecto hover/active en campos */
.nf-form-content input:not([type=button]):focus, 
.nf-form-content textarea:focus, 
.nf-form-content select:focus {
    border-color: #02afe8 !important;
    box-shadow: 0 0 0 3px rgba(2, 175, 232, 0.2) !important;
    outline: none;
}

/* 🏷️ ETIQUETAS CON BORDE NEGRO */
.nf-form-content label {
    color: #02afe8 !important;
    font-family: "Baloo Thambi 2", cursive !important;
    font-size: 18px !important;
   margin-bottom: 8px !important;
}

/* 🔘 BOTONES */
.nf-form-content input[type=button], 
.nf-form-content input[type=submit] {
    background: linear-gradient(135deg, #EC7CAE 0%, #FF65A9 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    color: white !important;
    padding: 16px 40px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 15px rgba(236, 124, 174, 0.4) !important;
    display: inline-block !important;
    margin: 10px auto 0 !important;
    text-shadow: 
        -1px -1px 0 #000,
        0 -1px 0 #000,
        1px -1px 0 #000,
        -1px 0 0 #000,
        1px 0 0 #000,
        -1px 1px 0 #000,
        0 1px 0 #000,
        1px 1px 0 #000 !important; /* Borde negro para texto del botón */
}

/* Efecto hover botón */
.nf-form-content input[type=button]:hover, 
.nf-form-content input[type=submit]:hover {
    background: linear-gradient(135deg, #02afe8 0%, #0280e8 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 175, 232, 0.4) !important;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
    .nf-form-cont {
        padding: 20px;
    }
    .nf-form-content input:not([type=button]), 
    .nf-form-content textarea {
        padding: 12px 15px !important;
    }
    
    /* Borde más grueso en móviles para mejor legibilidad */
    .nf-form-content label,
    .nf-form-title h3 {
        text-shadow: 
    
            1.5px -1.5px 0 #000,
            -1.5px 1.5px 0 #000,
            1.5px 1.5px 0 #000 !important;
    }
}

/* ✨ EXTRAS ESTÉTICOS */
/* Placeholders con estilo */
.nf-form-content ::placeholder {
    color: #aaa !important;
    font-style: italic;
}

/* TÍTULO CON BORDE NEGRO */
.nf-form-title h3 {
    color: #EC7CAE !important;
    text-align: center;
    font-family: "Baloo Thambi 2", cursive !important;
	font-weight: 800 !important;
    font-size: 28px !important;
    margin-bottom: 8px !important;
    position: relative;
    
}

.nf-form-title h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #EC7CAE, #02afe8);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Borde negro para texto de error (si lo necesitas) */
.nf-error-msg {
    text-shadow: 
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000 !important;
    color: #ffeb3b !important; /* Amarillo para contrastar */
}
}

.woocommerce-product-rating, 
.star-rating {
    display: none !important;
}

.woocommerce-product-rating, 
.star-rating {
    display: none !important;
}
