
:root {
    /* ? COLORES*/
    --cn: #3a3a3a;
    --cg0: #53585b;
    --cg1: #575757;
    --cg2: #808080;
    --cg3: #a9a9a9;
    --lg: #f2f2f2;
    --lg2: #e9e9e9;
    /* - */
    /* - */
    /* ? TAMAÑOS de fuente */
    --fs1: 14px;
    /* - */
    /* - */
    /* ? FUENTES */
    --lora: 'Lora', serif;
    --open: 'Open Sans', sans-serif;
    /* - */
    /* - */
    /* ? MÁRGENES y padding */
    --wrp: 0 40px;
    /*padding de wrapper-> widget-landing*/
    /* ? TIMING de transiciones */
    --tt: .3s;
}


/* ===============================

    ?selector de la página de FICHA:
    
    .catalog-product-view

   ===============================*/



/*  todo lo que está OCULTO*/



/* *MENU ACTIVO */
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top{
    border-color: #333333 !important;
    border-radius: 3px;
}

/* *RESEÑA */
/* .reviews-actions{
    display: none !important;
} */
.catalog-product-view .product-reviews-summary.empty {
    text-align: center;
}

/* *BORDE EXTRA */
.product-info-main .product-info-price{
    border-bottom: none !important; 
} 

.product-addto-links{
    display: none !important;
}

.product.info.detailed{
    /* display: none !important; */
}
.product.attribute.sku {
    display: none !important;
}
/*  todo lo que está OCULTO*/
/** ENLACES RRSS */
.product-social-links {
    display: none !important;
}

/* * DIRECCIÓN COLUMNA PRINCIPAL */
.catalog-product-view .column.main {
    flex-flow: column nowrap !important;
    width: 100%; 
    align-items: end;
    max-width: 1300px;
    margin: 0 auto;
 }


.breadcrumbs {
    margin: 35px 25px 15px;
}


 

.gallery-placeholder{
    /* foto */
}
.column.main {
    /* max-width: 1300px; */
    flex-flow: column !important;
    align-items: center;
}
.producto-principal{
    width: 100% !important;
}

/* *CAMBIO ORDEN  */
.product-add-form {
    order: 1;
}
/* *CONTENEDOR TEXTO */
.product-info-main {
    display: flex;
    flex-flow: column; 
    /* margin-top: 48px; */
    margin-top: 7em;
    margin-right: 2em;
    width: 30% !important;
}

/* !ANCHO GENERAL DE LOS CONTENEDORES DE TEXTO*/
.catalog-product-view .product-reviews-summary,
.catalog-product-view .page-title-wrapper,
.catalog-product-view .product-info-main .product-info-price,
.catalog-product-view .product-add-form .fieldset
{
    /* background: red; */
    width: 100%;
}


/* *TITULO */
h1.page-title{
    margin-bottom: 0px !important;
}
h1.page-title span{
    font-size: 26px !important;
}
/* *RESEÑA */
.reviews-actions{
    font-size: 13px !important;
}
.reviews-actions a{
    color: var(--cg3);
    font-family: var(--lora);
    transition: var(--tt);
}
.reviews-actions:hover a{
    color: var(--cg1); 
    transition: var(--tt);
}
/* * DECORACIÓN RESEÑA */
.reviews-actions .action.add::before {
    background: var(--cg3); 
    padding: 3px;
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 4px;
    margin-bottom: 1px; 
    transition: .4s ease;
}
.reviews-actions:hover .action.add::before{
    background-color: var(--cg1); 
    transform:rotate(360deg) scale(1.2);
    border-radius: 50%;
    transition: all var(--tt), transform .6s ease; 
}
/* *RESEÑA + PRECIO */
.product-info-main .product-info-price{ 
    display: flex !important;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center; 
    margin-bottom: .5em !important;
} 
/* *PRECIO */
[data-price-type="finalPrice"] .price{
    font-family: var(--lora); 
}
.product-info-main .product-info-price .price-box {
    display: flex !important;
    flex-flow: row nowrap;
    width: unset !important;
    padding-bottom: 0 !important;
}
.catalog-product-view span.price{
    font-size: 30px !important;
}
.catalog-product-view .old-price{
    font-family: var(--lora);
    margin: 0 6px;
}
.price-label{
    display: none !important;
}
.catalog-product-view [data-price-type="oldPrice"] .price{
    font-size: 16px !important;
}
/* *DISPONIBLE */
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    text-transform: uppercase;
    font-family: 'Lora';
    /* border: 2px solid var(--cg2); */
    border: 1px solid var(--cg2);
    padding: .25em .75em;
    border-radius: 36px;
    font-size: 11px !important;
    width: 77px;
    box-shadow: inset 0px 0px 1px 0px #00000042;
}

.product-info-main .product-info-stock-sku {
    padding-bottom: 0;
    /* padding-left: 0; */
    text-align: center;
}
/* ajuste de padding */
.product-info-stock-sku span{
    padding: 2px 0 0;
    display: block !important;
}

/* *DESCRIPCIÓN CORTA */
.product-info-main .product.attribute.overview {
    margin: 12px 0 25px;
    border-top: 1px solid var(--cg3) !important;
    border-bottom: 1px solid var(--cg3) !important;
    padding: 9px 0;
}


/* *MARGEN CANTIDAD */
.product-info-main .product-add-form{
    padding: 0 !important;
}

.catalog-product-view .fieldset{
    
}
/* *CANTIDAD CUENTA */
.metrosCantidadBox {
    display: flex;
    flex-flow: row-reverse nowrap;
    margin-bottom: 3em;
    justify-content: center;
    margin-top: 2.4em;
} 
label.label {
    display: flex;
    align-items: center;
    font-family: 'Lora';
    font-variant: all-small-caps;
    font-size: 16px;
    font-weight: 700;
    margin-left: .5em;
} 

.field.qty {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /* padding: 0 4px; */
    background: transparent;
    border-radius: 3px;
}

/* .qtydecr, .qtyincr {
    background: #8a8a8a;
    padding: 2px 8px;
    color: white;
    border-radius: 6px 0 0 6px;
    box-shadow: 1px 1px 3px #000000;
}  */

/* BOTONES V1 */

/* input#qty {
    border: none;
    box-shadow: 0px 2px 3px #0000005c, 2px 1px 3px #0000005c;
    border-radius: 9px;
    font-weight: 600;
    padding: 20px 10px;
    z-index: 10;
} */

/* ?BOTONES V2 */

/* .qtydecr, .qtyincr {
    background: #8a8a8a;
    padding: 2px 8px;
    FONT-WEIGHT: 100; 
    color: white;
    border-radius: 6px 0 0 6px;
    box-shadow: 1px 1px 3px #000000;
    background: linear-gradient(
150deg
, #000000ab, #0000006b);
} */

.qtydecr{ 
    background: #f1f1f1;
    padding-left: 4px;
    border-radius: 3px 0 0 3px;
}
.qtyincr{ 
    background: #f1f1f1;
    padding-right: 4px; 
    border-radius: 0 3px 3px 0;
} 
input#qty {
    border: none;
    /* box-shadow: 0px 2px 5px #00000050; */
    /* border-radius: 7px; */
    z-index: 100;
    /* font-family: 'Lora'; */
    font-family: 'Coda', 'Lora', sans-serif;
    font-weight: 700;
    /* padding: 20px 10px; */
    height: 40px;
    
    /* background: linear-gradient(328deg, #eaeaea, #ffffff);} */
    /* background: #eaeaea; */
    background: transparent;
    background: #f1f1f1;
}
input#qty:focus ,input#qty:hover {
    box-shadow: none !important;
}
.control {
    /* margin: 0 8px; */
    z-index: 100;
    position: relative;
}
.product-options-wrapper .control{
    width: 100%;
}
/* *MENSAJE ERROR */
div.mage-error[generated]{
    text-align: center !important;
}
#qty-error {
    position: absolute;
    top: 36px;
    width: 100%;
    white-space: pre;
    /* left: 16px; */
    display: flex;
}

/* !!!  este elemento causa problemas con la galería*/
div#product-options-wrapper{
    /* display: none !important; */
}


/* *ANIMACIONES BOTONES DE CANTIDAD */



/*? ANIMACION VIEJA */
/* .qtyincr:hover, .qtydecr:hover {
    transition: .3s ease;
    box-shadow: 2px 2px 3px #2f2f2f;
} */

.qtyincr i, .qtydecr i{
    transition: .3s ease; 
    /* text-shadow: 1px 1px 3px #040404, -1px -1px 1px black; */
}
.qtyincr:hover i, .qtydecr:hover i{
    transition: .3s ease;
    color: white;
    /* text-shadow: 1px 1px 3px #040404, 0px 0px 1px black; */
}



/* ULTIMOS CAMBIOS */
.qtyincr:hover, .qtydecr:hover {
    transition: all .3s ease;
    /* transform: translateY(-1px); */
    /* box-shadow: 2px 2px 3px #2f2f2f; */
    background-size: 100%;
    /* color: white; */
    background: var(--cg1);
}
.qtyincr, .qtydecr {
    display: none !important;
    transition: .3s ease;
    cursor: pointer; 

    
    /* padding: 3px 8px 2px; */
    height: 40px;
    width: 24px;
    /* background: #8a8a8a; */
    /* color: #e2e0e0; */
    /* box-shadow: 1px 1px 3px #000000, inset 0px 0px 1px 1px #404040; */
    /* background: linear-gradient( 
150deg
, #313131, #a9a9a9);
    background-size: 200%; */
}
.qty div {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* *BOTON COMPRAR */

.catalog-product-view .action.primary {
    background: var(--cg1);
    background: linear-gradient(45deg, var(--cn), var(--cg2));
    border: none;
    border-radius:0px;
    margin-bottom: 2em !important;
    transition: .4s ease;
    padding: 12px 18px;
    font-family: var(--lora);
    font-weight: 500;
    font-size: 16px !important;
    text-transform: uppercase;
    /* transition: background .6s ease; */
}
.catalog-product-view .action.primary:hover,.catalog-product-view .action.primary:focus {
    /* background-color: var(--cn) !important; */
    background-size: 200%;
    border: none;
    transition: .4s ease;
    /* transition: background .6s ease; */
    box-shadow: none;
}



#product-addtocart-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all .3s ease-out ;
}
.iconoBotonComprar {
    filter: invert(1);
}
/* *ANIMACIÓN BOTON COMPRAR -> CARRITO */
.catalog-product-view .action.primary .iconoBotonComprar { 
    transition: .4s ease; 
}
.catalog-product-view .action.primary:hover .iconoBotonComprar {
    transform: translateX(6px) rotate(-5deg);
    transition: .4s ease; 
}
/* *SECCION ICONOS */
.iconosProductosBody {
    /* background: var(--cg0); */
    /* color: white; */
    color: var(--cn);
    background: transparent;
    font-family: var(--lora);
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 1px;
    /* background: linear-gradient(45deg, var(--cg2), var(--cg0)); */
}
.iconosProductosBoxTop{
    display: flex;
    flex-flow: row nowrap; 
}
.iconosProductosBox {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.iconoProducto{
    width: 2.75em;
    filter: invert(1);
}
.textoProductoBox {
    text-align: center;
    font-size: 12px;
    width: 70%;
    word-break: break-word;
}


/* *GALLERY */
.catalog-product-view .product.media{
    width: 67% !important;
}

.fotorama__stage {
    margin: 0 !important;
    /* display: flex; */
    width: 100% !important; 
    /* justify-content: center; */
}

.fotorama__stage__frame .fotorama__img{
    border-radius: 3px;
    margin-top: -16px;
    height: 90% !important; 
}
.fotorama--fullscreen{
    background: var(--cn) !important;
    background: linear-gradient(to bottom, #3a3a3a, #8c8c8c) !important;
}
img.fotorama__img--full.fotorama__img--zoommable {
    border-radius: 3px;
    margin-top: 30px !important;
}

/** INTEFAZ GALERÍA */
.fotorama-sprite, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__thumb--icon, .fotorama__video-close{
    filter: invert(1);
}

#description {
    padding: 2.5em 2em;
}

/* *DESCRIPCIÓN LARGA */
.product.info.detailed {
    width: 100% !important;
}
.product.info.detailed *{
    border: none !important;
    font-family: var(--lora) !important;
}
.product.attribute.description {
    line-break: auto !important;
    word-break: break-all;
}
.value div, .value p { 
    line-break: auto !important;
    word-break: break-word;
}

.data.item.content, .data.item.title a{
    background: var(--lg) !important; 
    transition: .2s ease;
} 
.data.item.title:hover a{
    background-color: var(--cg1);
    transition: .2s ease;
}
.data.item.title{
    font-family: 'Lora';
    font-weight: 600;
    text-transform: uppercase; 
} 
.data.item.title.active a{  
    font-weight: bolder !important;
    background: #d0d0d0 !important; 
} 
.product.data.items>.item.title>.switch { 
    padding: 1px 35px 3px 35px; 
}
.data.item.title:first-child a{
    border-radius: 9px 0 0 0;
}


.product.attribute.description, .product.attribute.overview { 
    font-family: var(--lora);
}
/* ?ARTICULOS RELACIONADOS Y OTROS PRODUCTOS */
/* *ARTICULOS RELACIONADOS Y OTROS PRODUCTOS */

#block-related-heading, #block-upsell-heading{
    color: var(--cg1) !important;
}
.bloque-otros-productos #block-related-heading{
    margin-top: 70px; 
}
/* OCULTO TEXTO ACCIONES */
.related .block-actions{
    display: none !important;
}


.bloque-otros-productos {
    display: flex;
    flex-flow: column;
    width: 100%;
}
.bloque-otros-productos .product.details.product-item-details {
    display: flex !important;
    flex-flow: column;
}
ol.products.list.items.product-items{
    display: flex;
    flex-flow: row nowrap;
    margin: 40px 100px;
}
li.item.product.product-item{
    display: flex;
    justify-content: center;
    margin: 0 20px;
} 
.bloque-otros-productos .product-item-info{
    width: 100% !important;
}
.bloque-otros-productos .price-box{
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0;
}
.bloque-otros-productos .product-item .old-price{
    margin: 0 !important;
}
.upsell .product-item-info{
    width: 40% !important;
}
.upsell .price-box .price{
    font-size: 16px ;
}
.related [data-price-type="finalPrice"] .price{
    font-size: 24px !important;
    font-weight: 600;
}
.field.choice.admin__field.admin__field-option.required {
    display: flex;
    align-items: center;
}
.field.choice.admin__field.admin__field-option.required input:focus{
    box-shadow: none !important;
}
.bloque-otros-productos .product-image-photo{
    margin: auto !important;
    width: 100% !important;
}
/* checkbox oculto OCULTO */
.field.choice.related{
    display: none !important;
}
.block.related .related-available .product-item-name{
    margin: 0 !important;
}
.bloque-otros-productos .product-item-link{
    margin: 0 !important;
    font-size: 14px;
    color: var(--cg1);
}
.abs-product-link:hover > a, .product-item-name:hover > a, .product.name:hover a > a{
    border-bottom: 3px dotted var(--cg2);
}

/* margen por defecto quitado en la primera imagen */
.page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0px !important;
}


    /**SELECT  */
.product-options-wrapper .field.required {
    display: flex;
    flex-direction: column;
    align-items: center;
}

select{
    /* font-family: 'Lato'; */
    font-family:  var(--lora), var(--open), sans-serif !important;
    border: 2px solid var(--cg3) !important;
    border-radius: 3px;
    font-weight: 500;
    text-align-last: center;
}
/* *GUIA */ 
    .guia-boton {
        position: relative;
        text-decoration: underline var(--cg2);
        margin-top: .75em;
        color: var(--cg1);
        font-size: 12px;
        font-family: 'Lora'; 
    }
    
    .guia-boton:hover{ 
        text-decoration: underline;
        color: black;
    }
    
    .capa-guia {
        display: none;
        position: fixed;
        width: 100vw; 
        height: 100vh;
        z-index: 1002;
        top: 0;
        left: 0;
        font-family: var(--lora);
        overflow: scroll;
    }

    .contenedor-tallas {
    display: flex;
    flex-flow: column;
    z-index: 1003;
    background:white;
    margin: 4% auto;
    box-shadow:0 0 0 400px #000000a6;
    align-items: center;
    width:90%;
    border-radius: 9px;
}
    .tallas-titulo {
        font-size: 30px;
        font-weight: 700;
        /* text-align: center; */
        margin: 0 auto;
    }

    .tallas-titulo {
        font-size: 30px;
        font-weight: 700;
        /* text-align: center; */
        margin: 16px auto 24px;
    }

    .tallas-titulo::before, .tallas-titulo::after {
    background: var(--cn);
    padding: 3px;
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 4px;
    margin-bottom: 5px;
    }

    .tallas-tabla {
        margin: 0 auto;
        margin-bottom: 2.5em;
        z-index: 10;
        /* border: 2px solid #777777; */
        border: 2px solid #3a3a3a45;
        border-radius: 5px; 
    }

    .tt {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .tt div {
        text-align: center;
        width: 36px;
        padding: .5em;
        margin: 0;

    }

    .tt div:first-child { 
        text-align: left;
        width: 120px;
        padding: .5em 1em;
        font-weight: 700;
        margin: 0;

    }

    .tt div:nth-child(odd) {
        background-color: #f5f5f5;
    }

    /* .tt div{
        margin: 0 .5em;
    } */
    .tallas-img{
        width: 40%;
        display: flex;
        justify-content: center;
    }
    .tallas-texto {
        width: 60%;
        font-size: 14px;
        line-height: 1.5;
    }

    .tallas-img svg {
        width: 70%;
    }

    .tallas-info {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: 85%;
        margin-bottom: 1.5em;
    }
    .aclaracion {
        font-size: 12px;
        font-style: italic;
        color: var(--cn);
        margin-top: .4em;
    }
    .aclaracion::before{
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
    }

    .cerrar-guia {
    display: flex;
    flex-flow: row;
    align-self: flex-end;
    /* margin-right: .5em; */
    padding: 8px;
    padding-right: 12px
    }
    .capa-guia .icono-cerrar {
    width: 30px;
    height: 30px;
    }
    .capa-guia path{
        stroke: var(--cn)
    } 
/* !MEDIA */
/* !MEDIA */
/* !MEDIA */
/* !MEDIA */
/* !MEDIA */




@media only screen and (max-width: 767px){

    .catalog-product-view .column.main {
        flex-flow: column nowrap !important;
        width: 100%; 
     }
    
     /* *DESCRIPCIÓN */
     .product-info-main { 
        align-items: center;
        margin-top: 0;
        width: 100% !important;
        margin-left: initial;
    }
}
