/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition:box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition:box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor:not-allowed
}

select::-ms-expand {
    display:none
}

select[multiple] {
    height: auto;
    background-image:none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color:#faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color:#cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color:#cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color:#cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color:#cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color:#cc4b37
}

.is-invalid-label {
    color:#cc4b37
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color:#cc4b37
}

.form-error.is-visible {
    display:block
}

.hide {
    display:none !important
}

.invisible {
    visibility:hidden
}




 .afterPriceInfo{
     display:none;
 }
.entry-summary > .afterPriceInfo, .product_infos  > .afterPriceInfo{
     display:block;
 }
.entry-summary > .afterPriceInfo .installment-mercadopago select, .product_infos > .afterPriceInfo .installment-mercadopago select{
    padding: 0.3em 1em;
    border-color: #aaa;
    border-radius: 0.25em;
    font-weight: 500;
    min-height:2.5em;
}

.entry-summary > .afterPriceInfo i,.product_infos > .afterPriceInfo i {
    margin-right:1em;
    font-size:1.3em;
}
.shippingData i{
    /*display:none;*/
	margin-right:0.5em!important;
}
.shippingData {
    margin: 0 1em;
    margin-bottom:1em;
    background: #232323;
    width: 100%;
    display:block;
    padding: 0.6em 0.8em;
    max-width:335px;

    color: white;
    margin-top: 0.5em;
}


.afterPriceInfo .installment-mercadopago {
    margin:0 auto;
    padding: 0.5em 0.8em;
    color: #3c6800;
    max-width:400px;
}
span.info-mp {
    margin: 0 auto;
    width: 100%;
    font-size: 0.75em;
    font-style: italic;
    max-width: 335px;
    display: block;
    padding-left: 4.3em;
    /* text-align: center; */
    margin-top: -0.2em;
}
.afterPriceInfo .installment-mercadopago select {
    color: #3c6800;
    box-shadow: 0px 0px 0px 1px #3c6800;
}
.related .installment-mercadopago {
    display: none;
}

.installment-mercadopago > select {
    display: inline-block;
    width: 90%;
    max-width: 280px;
    display: inline-block;
}
.ads.gift {
    margin: 0 auto;
    display: block;
    text-align: center;
}
 .entry-summary .installment-mercadopago select, .product_infos .installment-mercadopago select{

    font-size: 1.2em;
}

.entry-summary .installment-mercadopago select *, .product_infos .installment-mercadopago select * {
    padding: 0.3em 1em;
    height: 1em;
    display: block;
}

.woocommerce-LoopProduct-link .installment-mercadopago select{
    /**/
    padding: 0.3em 0.5em;
    font-size:0.7em;
    text-align: center;
}


.products .installment-mercadopago select{
    /**/
padding: 0.3em 1em;
    border-color: #aaa;
    border-radius: 0.25em;
    font-weight: bold;
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent!important;
    border: none;
    padding-left: 0;
    /*width: inherit;*/
}

.site-footer-widget-area .installment-mercadopago select, .site-footer-widget-area .installment-mercadopago {
    display: inline-block;
    background-color: transparent;
    border: none;
    padding-left: 0;
}



.color.color-box.color-badge {
    border: 1px solid #ececec;
    transition: all 0.3s ease-in-out;
    opacity:0.8;
}
.color.color-box.color-badge:hover {
    box-shadow: 0 0 0 2px #f5f5f5, 0 0 0px 3px #a0a0a0;
    opacity: 0.9;
}

/* css for color badge in shop filter */


.woocommerce div.product .product_meta a.button {
    color: white !important;
    line-height: 3em;
    background-color: #444;
}
span.woof_checkbox_count {
    color: #9c9c9c;
    float: right;
    padding: 0.0em 0.3em;
    position: absolute;
    right: 1em;
    background: #e8e8e8;
    border-radius: 0.5em;
    font-weight: bold;
    font-size: 0.9em;
}

ul.woof_list.woof_list_checkbox {
    position: relative;
}

.woof_container_inner_color .woof_checkbox_count {
    display: none;
}
/* css for counts */

.woof_container_inner_talle label.woof_checkbox_label {
    padding: 0.3em 0.6em;
    border: 1px solid #d1d1d1;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.woof_container_inner_talle .icheckbox_flat-red {
    display: none;
}

.woof_container_inner_talle label.woof_checkbox_label:hover {
    box-shadow: 0 0 0 4px #f5f5f5, 0 0 0px 5px #f1f1f1;
    opacity: 0.9;
}
/* css for talles */

@media screen and (max-width:470px){

.entry-summary > .afterPriceInfo .installment-mercadopago > select,.product_infos > .afterPriceInfo .installment-mercadopago > select
    {
        max-width:85%;
    }
}







.afterPriceInfo{
columns:1;
}
.afterPriceInfo .installment-mercadopago{
        font-size:1em;

order:2;
}
.afterPriceInfo .installment-mercadopago select {
    border: 0!important;
    font-size:1em;
    box-shadow:none!important;
    padding:0!important;
    font-weight:800;
    margin:0;
}

.afterPriceInfo .installment-mercadopago {
    padding:0;
}
.shippingData {font-size:0.75em;margin:0.5em;
    background-color:color(srgb 0.1666 0.725 0.1608);
    padding:0.3em 1em!important;
    /* min-width:300px; */
    text-align: center;
    display: inline-block;
    order:1;
    display:inline-flex;
    padding-right:1em!important;
    border-radius:0.5em;width:auto;}

.info-mp {
    padding:0 1em 1em 0.5em!important;
    width:auto!important;
    padding-left:1em!important;
    padding-right:1em!important;
    margin:0!important;
    display:none!important;
}

.shippingData.gift{
	background-color:color(srgb 0.725 0.1595 0.1595);
}

.icon1 {
    display: inline-block;
    padding: 0.5em;
    margin:0;
    font-size:1em;
}


.icon1 i{
    margin:0;
    margin-right:0!important;
    padding:0;
}
.aditionalData > p {
    display: block;
    margin:0;
}
.aditionalData .info i::before{
    content:"?";
    font-weight:bold;

}
.aditionalData .info{
    background:#ccc;
    color:#fff;
    border-radius:5em;
    font-size:0.55em;
    margin-left:0.4em;
    font-weight:normal;
    padding: 0.5em 0.3em;
    padding-left:0.2em;
    padding-bottom:0.2em;
    text-align:center;
}
.aditionalData .info i{
    width:0;
    text-align:center;
    margin:0;
    width:1em;
    
    padding:0em;
}

.aditionalData .subText{
    margin:0;
    padding:0;
    font-size:0.8em;
    margin-left:2em;
    position:relative;
    top:-0.8em;
}

.aditionalData .headText{
    font-weight:bold;
    font-size:0.8em;
    padding:0;
    margin:0;
}
.afterPriceInfo span, .afterPriceInfo spap {
    font-family:"NeueEinstellung",-apple-system,BlinkMacSystemFont,Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;
}
.installment-mercadopago {
    margin: 0 0em!important;
    font-weight:600!important;
}

.installment-mercadopago select{
        font-family:"NeueEinstellung",-apple-system,BlinkMacSystemFont,Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;

    font-weight:500!important;
}

.installment-mercadopago i{
    display:none;
}

.product_infos .price{
    margin-bottom:0em;
}

.product_summary_middle .marca{
    color:rgba(6, 101, 247, 1);
    font-family:"NeueEinstellung",-apple-system,BlinkMacSystemFont,Arial,Helvetica,'Helvetica Neue',Verdana,sans-serif;

    text-transform:uppercase;
    font-size:0.8em;
    font-weight:bold;
}

ul.variable-items-wrapper[aria-label=Estampa], 
ul.variable-items-wrapper[aria-label=Tipo] {
}

ul.variable-items-wrapper[aria-label=Estampa] li, 
ul.variable-items-wrapper[aria-label=Tipo] li,
ul.variable-items-wrapper[aria-label=Estampa] span, 
ul.variable-items-wrapper[aria-label=Tipo] span{
width:auto!important;
    padding:0.2em;
  border-radius:0.25em!important;
  text-transform:uppercase;

}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width:auto!important;
    float:none!important;
}

.custom-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.custom-badge img {
    max-width: 50px;  /* Ajustá según tus necesidades */
    max-height: 50px; /* Ajustá según tus necesidades */
}

.single-product-image-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.single-product-image-badge img {
    max-width: 50px;
    max-height: 50px;
}


.withoutTaxes {
    font-size:14px;
    font-weight:normal;
    color:#999;
}


.installment-mercadopago select {
    background-image: none;
}

.woocommerce div.product .product_meta a.button {
    background: #ec7a5c !important;
}

.product.type-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .product.type-product  a.button.product_type_variable.add_to_cart_button {
    display: none;
}
.product.type-product .woocommerce-loop-product__title a{
    font-size:16px;
    color:#444!important;
}
.product.type-product .price bdi{
    font-size:15px;
    color:#444!important;
        font-weight:500!important;
    font-family:"General Sans", arial,

}

.product.type-product small, .product.type-product small * {
    color:#f7941d!important;
    font-size:15x;
    font-family:"General Sans", arial,

}

.product.type-product span.brand-name {
    display: block;
    padding-top:0.9em!important;
    font-weight:300;
    text-transform:uppercase;

    font-size:13px;
    
    margin: 0;
    margin-bottom:-1.5em;
}


.product.type-product h2.woocommerce-loop-product__title {
    margin-top:0;
    margin-top:0.3em!important;
    line-height:1em;
    font-weight:500!important;
}

h1, h2, h3, h4, h5, h6, .comments-title, .comment-author, #reply-title, .site-footer .widget-title, .accordion_title, .ui-tabs-anchor, .products .button, .site-title a, .post_meta_archive a, .post_meta a, .post_tags a, #nav-below a, .list_categories a, .list_shop_categories a, .main-navigation > ul > li > a, .main-navigation .mega-menu > ul > li > a, .more-link, .top-page-excerpt, .select2-search input, .product_after_shop_loop_buttons a, .woocommerce .products-grid a.button, .page-numbers, input.qty, .button, button, .button_text, input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .yith-wcwl-wishlistexistsbrowse.show a, .share-product-text, .tabs > li > a, label, .shopkeeper_new_product, .comment-respond label, .product_meta_title, .woocommerce table.shop_table th, .woocommerce-page table.shop_table th, #map_button, .woocommerce .cart-collaterals .cart_totals tr.order-total td strong, .woocommerce-page .cart-collaterals .cart_totals tr.order-total td strong, .cart-wishlist-empty, .wishlist-empty, .cart-empty, .return-to-shop .wc-backward, .order-number a, .post-edit-link, .from_the_blog_title, .icon_box_read_more, .vc_pie_chart_value, .shortcode_banner_simple_bullet, .shortcode_banner_simple_height_bullet, .product-category .woocommerce-loop-category__title, .categories_grid .category_name, .woocommerce span.onsale, .woocommerce-page span.onsale, .out_of_stock_badge_single, .out_of_stock_badge_loop, .page-numbers, .post-nav-links span, .post-nav-links a, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse, .filters-group, .product-name, .product-quantity, .product-total, .download-product a, .woocommerce-order-details table tfoot th, .woocommerce-order-details table tfoot td, .woocommerce .woocommerce-order-downloads table tbody td:before, .woocommerce table.woocommerce-MyAccount-orders td:before, .widget h3, .widget .total .amount, .wishlist-in-stock, .wishlist-out-of-stock, .comment-reply-link, .comment-edit-link, .widget_calendar table thead tr th, .page-type, .mobile-navigation a, table thead tr th, .portfolio_single_list_cat, .portfolio-categories, .shipping-calculator-button, .vc_btn, .vc_btn2, .vc_btn3, .account-tab-item .account-tab-link, .account-tab-list .sep, ul.order_details li, ul.order_details.bacs_details li, .widget_calendar caption, .widget_recent_comments li a, .edit-account legend, .widget_shopping_cart li.empty, .cart-collaterals .cart_totals .shop_table .order-total .woocommerce-Price-amount, .woocommerce table.cart .cart_item td a, .woocommerce #content table.cart .cart_item td a, .woocommerce-page table.cart .cart_item td a, .woocommerce-page #content table.cart .cart_item td a, .woocommerce table.cart .cart_item td span, .woocommerce #content table.cart .cart_item td span, .woocommerce-page table.cart .cart_item td span, .woocommerce-page #content table.cart .cart_item td span, .woocommerce-MyAccount-navigation ul li, .cd-quick-view .cd-item-info .product_infos .quickview-badges .onsale, .woocommerce-info.wc_points_rewards_earn_points, .woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-page .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce .cart-collaterals .cart_totals tr.shipping th, .woocommerce-page .cart-collaterals .cart_totals tr.shipping th, .woocommerce .cart-collaterals .cart_totals tr.order-total th, .woocommerce-page .cart-collaterals .cart_totals tr.order-total th, .woocommerce .cart-collaterals .cart_totals h2, .woocommerce .cart-collaterals .cross-sells h2, .woocommerce-cart #content table.cart td.actions .coupon #coupon_code, form.checkout_coupon #coupon_code, .woocommerce-checkout .woocommerce-info, .shopkeeper_checkout_coupon, .shopkeeper_checkout_login, .minicart-message, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th, .woocommerce-page .woocommerce-checkout-review-order table.shop_table tfoot td, .woocommerce-page .woocommerce-checkout-review-order table.shop_table tfoot th, .no-products-info p, .getbowtied_blog_ajax_load_button a, .getbowtied_ajax_load_button a, .index-layout-2 ul.blog-posts .blog-post article .post-categories li a, .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories li a, .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more, .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a, .product_meta, .product_meta span, .product_meta a, .product_layout_classic div.product span.price, .product_layout_classic div.product p.price, .product_layout_2 div.product span.price, .product_layout_2 div.product p.price, .product_layout_3 div.product span.price, .product_layout_3 div.product p.price, .product_layout_4 div.product span.price, .product_layout_4 div.product p.price, .related-products-title, .product_socials_wrapper .share-product-text, #button_offcanvas_sidebar_left .filters-text, .woocommerce-ordering select.orderby, .fr-position-text, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr td, .catalog-ordering .select2-container.orderby a, .catalog-ordering .select2-container span, .widget_product_categories ul li .count, .widget_layered_nav ul li .count, .woocommerce-mini-cart__empty-message, .woocommerce-ordering select.orderby, .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::before, .woocommerce-page .cart-collaterals .cart_totals table.shop_table_responsive tr td::before, .login-register-container .lost-pass-link, .woocommerce-cart .cart-collaterals .cart_totals table td .amount, .wpb_wrapper .add_to_cart_inline .woocommerce-Price-amount.amount, .woocommerce-page .cart-collaterals .cart_totals tr.shipping td, .woocommerce-page .cart-collaterals .cart_totals tr.shipping td, .woocommerce .cart-collaterals .cart_totals tr.cart-discount th, .woocommerce-page .cart-collaterals .cart_totals tr.cart-discount th, .woocommerce-thankyou-order-received, .woocommerce-order-received .woocommerce table.shop_table tfoot th, .woocommerce-order-received .woocommerce-page table.shop_table tfoot th, .woocommerce-view-order .woocommerce table.shop_table tfoot th, .woocommerce-view-order .woocommerce-page table.shop_table tfoot th, .woocommerce-order-received .woocommerce table.shop_table tfoot td, .woocommerce-order-received .woocommerce-page table.shop_table tfoot td, .woocommerce-view-order .woocommerce table.shop_table tfoot td, .woocommerce-view-order .woocommerce-page table.shop_table tfoot td, .language-and-currency #top_bar_language_list > ul > li, .language-and-currency .wcml_currency_switcher > ul > li.wcml-cs-active-currency, .language-and-currency-offcanvas #top_bar_language_list > ul > li, .language-and-currency-offcanvas .wcml_currency_switcher > ul > li.wcml-cs-active-currency, .woocommerce-order-pay .woocommerce .woocommerce-form-login p.lost_password a, .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a, .woocommerce form.login .lost_password, .comment-reply-title, .product_content_wrapper .product_infos .out_of_stock_wrapper .out_of_stock_badge_single, .product_content_wrapper .product_infos .woocommerce-variation-availability p.stock.out-of-stock, .site-search .widget_product_search .search-field, .site-search .widget_search .search-field, .site-search .search-form .search-field, .site-search .search-text, .site-search .search-no-suggestions, .latest_posts_grid_wrapper .latest_posts_grid_title, p.has-drop-cap:not(:focus):first-letter, .paypal-button-tagline .paypal-button-text, .tinvwl_add_to_wishlist_button, .product-addon-totals, body.gbt_custom_notif .page-notifications .gbt-custom-notification-message, body.gbt_custom_notif .page-notifications .gbt-custom-notification-message *, body.gbt_custom_notif .page-notifications .product_notification_text, body.gbt_custom_notif .page-notifications .product_notification_text *, body.gbt_classic_notif .woocommerce-error a, body.gbt_classic_notif .woocommerce-info a, body.gbt_classic_notif .woocommerce-message a, body.gbt_classic_notif .woocommerce-notice a, .shop_table.cart .product-price .amount, p.has-drop-cap:first-letter, .woocommerce-result-count, .widget_price_filter .price_slider_amount, .woocommerce ul.products li.product .price, .product_content_wrapper .product_infos table.variations td.label, .woocommerce div.product form.cart .reset_variations, .cd-quick-view .cd-item-info .product_infos .product_price .price, #powerTip, div.wcva_shop_textblock, .wcva_filter_textblock, .wcva_single_textblock, .cd-quick-view .swatchtitlelabel, .cd-quick-view .wcva_attribute_sep, .cd-quick-view .wcva_selected_attribute, .added_to_cart, .upper a, .wp-block-woocommerce-active-filters ul.wc-block-active-filters-list li *, .wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all, .product_navigation #nav-below span, .order-info mark, .top-headers-wrapper .site-header .site-header-wrapper .site-title, .mobile-navigation > ul > li > ul > li.menu-item-has-children > a, .mobile-navigation > ul > li > ul li.upper > a, .mobile-navigation > ul > li > ul > li > a{
    font-family: "General Sans", sans-serif!important;
}
nav ul .menu-item a{
    font-weight: 600!important;
}

.canchero-precio-transferencia {
    display: flex;
    align-items: center;
    background-color: #e8f5e9;
    border: 2px solid #66bb6a;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    font-family: "General Sans", sans-serif;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    animation: fadeIn 0.4s ease-in;
}

.canchero-precio-transferencia .icono {
    font-size: 2em;
    color: #388e3c;
    margin-right: 15px;
}

.canchero-precio-transferencia .info {
    color: #1b5e20;
}

.canchero-precio-transferencia .info strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 4px;
}

.canchero-precio-transferencia .monto {
    font-size: 1.4em;
    font-weight: bold;
    color: #1b5e20;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}



a#modo-modal-cta {
    margin-top:1em;
    background:#00D0A6!important;
}

a#select-gateway {
    margin-top:1em;
    color:black!important;
}


button.woocommerce-button.button.woocommerce-form-login__submit {
    background:#333!important;
}