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