@charset "UTF-8";




/*======================================================
CESTA COMPRA
======================================================*/
.paginacesta{
display: flex;
width: 100%;
column-gap: 3rem;
}

.lacesta {
width: 100%;
}

.columna_cesta{
width: 40%;
}

.columna_cesta>div{
position: sticky;
top: 85px;
margin-top: 2rem;
}

.cesta_cuerpo .fila_cesta_cuerpo{
display: inline-flex;
width: 100%;
margin-bottom: 0.87rem;
background-color: whitesmoke;
padding: 1rem;
border: solid 1px #ededed;
align-items: center;
}

.cesta_cuerpo .fila_cesta_cuerpo.es_complemento{
margin-top: -0.95rem;
border-top: none;
}

.cesta_cuerpo .campo_textos{
width: 100%;
}

.cesta_cuerpo .fila_1{
display: flex
;
justify-content: space-between;
/* border-bottom: solid 1px #d9d9d9; */
/* padding-bottom: 5px; */
padding-top: 11px;
margin-bottom: 0px;
}

.cesta_cuerpo .fila_1 .nombre a{
text-decoration: none;
color: #98ba10;
font-size: 1.1rem;
font-weight: 900;
font-family: "Merriweather", serif;
}

.cesta_cuerpo .fila_1 .nombre a:hover{
text-decoration: none;
}

.cesta_cuerpo.es_complemento .fila_1 .nombre a{
color: #878787;
font-weight: 500;
}

.cesta_cuerpo .fila_1 .nombre a:hover{
text-decoration: underline;
}

.cesta_cuerpo .eliminar {
display: flex;
align-items: center;
width: 30px;
}

.cesta_cuerpo .eliminar a{
color: #f95959;
padding: 0px 0px;
/* padding-right: 0px; */
font-size: 19px;
}

.cesta_cuerpo .eliminar a i{
webkit-transition: all .0s ease-in-out;
-o-transition: all .0s ease-in-out;
transition: all .0s ease-in-out;
}

.cesta_cuerpo .eliminar a:hover{
color: grey;
}

.cesta_cuerpo .campo_imagen{
margin-right: 2rem;
}

.cesta_cuerpo .campo_imagen img{
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border: solid 1px #e2e2e2;
aspect-ratio: 1 / 1;
border: none;
aspect-ratio: 4 / 6;
max-height: 148px;
border-radius: 5px;
box-shadow: 2px 2px 2px #0000001a;
}

.cesta_cuerpo .campo_imagen a:hover img{
opacity: 0.5;
}

.cesta_cuerpo .fila_2{
display: flex;
justify-content: space-between;
padding: 0.8rem 0rem;
}

.cesta_cuerpo .fila_2 .propiedades{
width: 40%;
/*display: flex;*/
align-items: baseline;
column-gap: 7px;
}

.cesta_cuerpo .fila_2 .propiedades >div{
margin-bottom: 0.3rem;
font-size: 13px;
color: #353535;
letter-spacing: 0.1px;
/* border-right: 1px #e1e1e1 solid; */
padding-right: 7px;
}

.cesta_cuerpo .fila_2 .propiedades >div:last-child{
border-right: none;
}

.cesta_cuerpo .fila_2 .propiedades >div span{
font-weight: 700;
margin-right: 3px;
}

.cesta_cuerpo .fila_2 .propiedades >div strong{
font-weight: 400;
}

.cesta_cuerpo .fila_2 .propiedades >div span::after{
content: ":";
}

.cesta_cuerpo .fila_2 .propiedades .comentarios span{
font-size: 0.7rem;
}

.cesta_cuerpo .fila_2 .precio{
width: 10%;
text-align: center;
display: flex;
align-items: center;
}

.cesta_cuerpo .fila_2 .precio .new{
width: 100%;
font-size: 1.1rem;
font-weight: 500;
}

.cesta_cuerpo .fila_2 .precio.condesc{
/*flex-direction: column;*/
}

.cesta_cuerpo .fila_2 .precio .old{
color: #ababab;
text-decoration: line-through;
font-size: 0.9rem;
}

.cesta_cuerpo .fila_2 .cantidad{
width: 10%;
display: flex;
align-items: center;
}

.cesta_cuerpo .fila_2 .cantidad .texto{
width: 40%;
text-align: center;
border: none;
font-weight: bold;
padding: 8px 10px;
}

.cesta_cuerpo .fila_2 .cantidad .control{
border: none;
width: 30%;
background-color: transparent;
font-size: 1.1rem;
webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-weight: bold;
font-size: 17px;
color: #909090;
padding: 7px;
}

.cesta_cuerpo .fila_2 .cantidad .control:hover{
background-color: #e7e7e7;
}

.cesta_cuerpo .fila_2 .total{
width: 10%;
text-align: center;
font-weight: bold;
font-size: 1.1rem;
display: flex;
align-items: center;
justify-content: center;
}

.titulo_cesta{
margin-bottom: 1rem;
}

.titulo_cesta h2{
font-size: 2rem;
padding: 0px;
margin-bottom: 0.5rem;
color: #000000;
}

.titulo_cesta h2 span{
font-weight: bold;;
}

.titulo_cesta.resumen{
text-align: right;
}


.cesta_total{

}

.cesta_total .fila{
display: flex;
justify-content: space-between;
/* margin-bottom: 0.5rem; */
/* background-color: whitesmoke; */
padding: 13px 10px;
border-top: solid 1px #e9e9e9;
}

.cesta_total .fila.total{
font-weight: bold;
}

.cesta_total .fila >div:first-child{
font-weight: 600;
}

.cesta_total1 .gratis{
color: #52c765;
font-weight: bold;
}

.cesta_total .notatransporte{
padding: 10px;
font-size: 0.75rem;
color: #7c7c7c;
}

.botonescesta{
margin-top: 2rem;
}

.botonescesta a, .botonescesta input{
text-decoration: none;
display: block;
width: 100%;
text-align: center;
margin-bottom: 0.6rem;
padding: 12px;
font-weight: 500;
}

.boton_compra_principal{
border: solid 1px #52c765;
color: white;
background-color: #52c765;
font-size: 1rem;
}

.boton_compra_principal:hover{
opacity: 0.5;
color: white;
}

.boton_compra_secundario{
border: none;
color: #000000 !important;
font-weight: 600 !important;
background-color: white;
border: solid 1px #000000;
}

.boton_compra_secundario:hover{
opacity: 0.5 ;

}

.cesta_total1 .fila{
display: flex;
justify-content: space-between;
border-bottom: solid 1px #d5d5d5;
padding: 12px 0px;
align-items: center;
}

.cesta_total1 .fila:last-child{
border-bottom: none;
font-size: 1.2rem;
font-weight: bold;
}


.cesta_total1 .campo{

}

.cesta_total1 .fila .campo:first-child{
font-weight: bold;
}

.cesta_total1 .fila .campo:last-child{
text-align: right;
}

@media (max-width: 1800px){

    .cesta_cuerpo .fila_2 .propiedades {
    width: 15%;
    }

}

@media (max-width: 1500px){

    .paginacesta {
    column-gap: 1.5rem;
    }

    .cesta_total1 .campo {
    font-size: 14px;
    }

    .botonescesta a, .botonescesta input {
    padding: 10px 10px;
    font-size: 14px;
    }

    .titulo_cesta h2 {
    font-size: 1.5rem;
    }

    .cesta_cuerpo .fila_2 .cantidad {
    width: 15%;
    }

}

@media (max-width: 1400px){

    .cesta_cuerpo .fila_2 .propiedades {
    width: 20%;
    }

}

@media (max-width: 1200px){

    .titulo_cesta.resumen {
    display: none;
    }

    .columna_cesta{
    margin-top: 1rem;
    }

    .cesta_total .notatransporte {
    text-align: right;
    }

    .botonescesta {
    margin-top: 3rem;
    }

    .paginacesta {
    display: block;
    }

    .columna_cesta {
    width: 100%;
    padding: 0px 4px;
    }

    .cesta_total1 .fila {
    padding: 15px 0px;
    }

    .cesta_total1 .campo {
    font-size: 16px;
    }

    .botonescesta a, .botonescesta input {
    padding: 16px 10px;
    font-size: 14px;
    }

}

@media (max-width: 991.98px){ 

    .cesta_cuerpo .fila_1 {
    margin-bottom: 10px;
    }

    .titulo_cesta {
    margin-bottom: 2rem;
    }

    .cesta_total .fila {
    padding: 13px 0px;
    }

    .botonescesta a {
    font-size: 1rem;
    }

    .cesta_cuerpo .fila_cesta_cuerpo {
    margin-bottom: 1rem;
    }

    .cesta_cuerpo .fila_1 .nombre a {
    font-size: 1rem;
    }

}



@media (max-width: 767.98px){

    .cesta_cuerpo .fila_cesta_cuerpo{
    padding: 10px;    
    }

    .cesta_cuerpo .campo_imagen img {
    max-width: 80px;
    }

    .cesta_cuerpo .eliminar a {
    font-size: 17px;
    padding: 0px;
    }

    .cesta_cuerpo .fila_2 .total {
    font-size: 14px;
    }

    .cesta_cuerpo .fila_2 .precio .old {
    font-size: 13px;
    }

    .cesta_cuerpo .fila_2 .precio .new {
    font-size: 14px;
    font-weight: bold;
    }

    .cesta_cuerpo .fila_1 {
    margin-bottom: 0px;
    }

    .titulo_cesta h2 {
    font-size: 1rem;
    text-align: center;
    }

}

@media (max-width: 575.98px){

    .cesta_cuerpo .fila_cesta_cuerpo{
        display: block;
    }

    .cesta_cuerpo .campo_imagen img {
    max-width: 80px;
    }

    .cesta_cuerpo .campo_imagen {
        margin-right: 0px;
    }

    .cesta_cuerpo .fila_1 {
        margin: 0px;
        padding: 0px;
        margin-bottom: 9px;
        margin-top: 15px;
    }

    .cesta_cuerpo .fila_2 {
        display: block;
        padding-top: 0px;
    }

    .cesta_cuerpo .fila_2 .propiedades >div {
        padding-right: 4px;
        display: inline-block;
        color: #817f7f;
    }

    .cesta_cuerpo .fila_2 .total {      
        display: block;
        width: 100%;
        text-align: left;
        font-size: 17px;
        margin-bottom: 14px;
        background-color: #e5e5e5;
        padding: 6px 10px;
    }

    .cesta_cuerpo .fila_2 > div{
        display: block !important;
        width: 100% !important;
    }


    .cesta_cuerpo .fila_2 .precio{
    text-align: left;
    margin-top: 6px;
    margin-bottom: 15px;
    /* background-color: #e1e1e1; */
    }

    .cesta_cuerpo .fila_2 .cantidad {
        display: flex !important;
        justify-content: flex-start;
        margin-bottom: 17px;
    }

    .cesta_cuerpo .fila_2 .cantidad .control {
        width: 36px;
        background-color: #e7e7e7;
        border: none;
        padding: 5px 7px;
    }

    .cesta_cuerpo .fila_2 .cantidad .texto {
        width: 76px;
        padding: 9px 10px;
        font-size: 13px;
        height: 100%;
    }
    
    .cesta_cuerpo .eliminar  {
    text-align: center;
    }

    .cesta_cuerpo .eliminar a{
        font-size: 16px;
        padding: 0px;
        color: white;
        background-color: #f95959;
        padding: 7px;
        display: block;
    }


}

/*======================================================
ARIADNA COMPRA
======================================================*/

.ariadna_compra{
text-align: center;
margin: 0;
padding: 1rem;
background-color: whitesmoke;
}

.ariadna_compra ul{
text-align: center;
margin: 0;
margin-bottom: 0;
padding: 0;
}

.ariadna_compra ul li{
display: inline-block;
color: #000000;
/*padding: 0 0.5rem;*/
font-weight: bold;
font-size: 0.9rem;
}

.ariadna_compra ul li::before {
/*padding-right: 0.8rem;
color: #15362d4a;
content: ">";
font-size: 1.2rem;
font-weight: 400;*/
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f054";
font-size: 0.6rem;
padding-right: 0.6rem;
padding-left: 0.6rem;
}

.ariadna_compra ul li.desact,
.ariadna_compra ul li.desact::before{
opacity: 0.25;
font-weight: 400;
}


.ariadna_compra ul li:first-child::before{
 content: none;   
} 

.ariadna_compra a{
color: inherit;
font-weight: 400;
text-decoration: none;
}

.ariadna_compra a:hover{
color: grey;
}

@media (max-width: 575.98px){

    .ariadna_compra {
    padding: 0.8rem 0rem;
    }

    .ariadna_compra ul li {
    font-size: 10px;
    font-weight: 700;
    }

    .ariadna_compra ul li::before {
    font-size: 0.6rem;
    padding-right: 5px;
    padding-left: 5px;
    opacity: 0.2;
    }

}

/*======================================================
COMPRA PASOS
======================================================*/

.contenedor_final .titulo{
font-weight: bold;
border-bottom: solid 1px #d5d5d5;
padding-bottom: 0.5rem;
margin-bottom: 1rem; 
}

.contenedor_final .form-group{
margin-bottom: 1rem;
}

.contenedor_final .form-group label{
font-weight: bold;
font-size: 0.8rem;
margin-bottom: 5px;
}

.contenedor_final .form-group select{
appearance: auto;
cursor: pointer;
}

.contenedor_final{
margin-bottom: 1rem;    
}

.contenedor_final .boxgologin{
margin-bottom: 1rem;
border-bottom: solid 1px #d5d5d5;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
} 

.contenedor_final .boxgologin a{
background-color: #244e6c;
padding: 7px 21px;
display: inline-block;
border-radius: 33px;
text-decoration: none;
font-size: 0.9rem;
margin-left: 7px;
color: white;
}

.contenedor_final .boxgologin a:hover{
background-color: grey;
}

#lista_fpagos{
margin-bottom: 3rem;
}

#lista_fpagos .radio{
font-size: 0.9rem;
margin-bottom: 0.5rem;
font-weight: bold;
}

.contenedor_final .articulos_resumen {
display: flex;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}

.contenedor_final .articulos_resumen .contenido{
line-height: 21px;
}

.contenedor_final .articulos_resumen .imagen img{
width: 92px;
max-width: none;
padding-right: 20px;
}

.contenedor_final .articulos_resumen .contenido b{
font-weight: 200;
font-size: 0.7rem;
margin-left: 0px;
margin-right: 7px;
}

.contenedor_final .articulos_resumen h5{
text-decoration: none;
margin-bottom: 0px;
font-weight: bold;
font-size: 0.8rem;
}

.contenedor_final .articulos_resumen h5 a{
text-decoration: none;
color: inherit;
}

.contenedor_final .articulos_resumen span{
font-size: 0.8rem;
}

.contenedor_final .cesta_total {
margin-top: 3rem;
}

.contenedor_final .checkbox {
font-size: 15px;
margin-top: 1.5rem;
margin-bottom: 1rem;
}

.contenedor_final .checkbox label{
display: flex;  
cursor: pointer;
}

.contenedor_final .checkbox input{
height: 10px;
}

.contenedor_final .checkbox .aceptarcond{
margin-top: -5px;
margin-left: 5px;
}

.contenedor_final .condiciones_compra_mini{
font-size: 10px;
padding: 0px 3px;
line-height: 20px;
color: #000000;
}

.texto_proceso_compra{
text-align: center;
max-width: 800px;
margin: 0 auto;
margin-top: -3rem;
margin-bottom: 4rem;
background-color: #f1f1f1;
padding: 20px;
}

.texto_proceso_compra p{
font-size: 0.9rem;
/* color: grey; */
margin-bottom: 0px;
font-weight: bold;
}


.cuadros_info_cliente{
margin-bottom: 1rem;
background-color: whitesmoke;
padding: 18px 15px;
}

.cuadros_info_cliente h4{
font-size: 17px;
font-weight: bold;
margin-bottom: 11px;
/* background-color: #f1f1f1; */
/* padding: 10px 10px; */
border-bottom: solid 1px #d0d0d0;
padding-bottom: 7px;
color: #000000;
text-transform: uppercase;
font-weight: 900;
}

.cuadros_info_cliente p{
margin-bottom: 3px;
font-size: 14px;
line-height: 22px;
}

.cuadros_info_cliente p:last-child{
margin-bottom: 0px;
}

.cuadros_info_cliente p a{
font-weight: bold;
color: black;
}

.contenedor_pagop{
margin-bottom: 2rem;
}

.contenedor_pagop .titulo{
border-bottom: solid 1px #dddddd;
padding-bottom: 8px;
margin-bottom: 18px;
font-weight: 900;
font-size: 16px;
background-color: whitesmoke;
padding: 10px 9px;
margin-left: -9px;
}

.contenedor_pagop p{
font-weight: 400;
font-size: 14px;
margin-bottom: 8px;
line-height: 22px;
letter-spacing: -0.2px;
}

@media (max-width: 1800px){

    .contenedor_final .boxgologin{
    display: block;
    text-align: center;
    }

    .contenedor_final .boxgologin a{
    margin-top: 8px;
    width: 100%;
    text-align: center;
    }

}

@media (max-width: 1500px){

    .texto_proceso_compra{
    margin-top: -2rem;
    margin-bottom: 4rem;
    }

}

@media (max-width: 1200px){

    .contenedor_final {
    margin-bottom: 3rem;
    max-width: 490px;
    }

    .texto_proceso_compra {
        margin-top: -1.5rem;
        margin-bottom: 3rem;
    }

}

@media (max-width: 991.98px){ 
    
    .contenedor_pagop p {
    font-size: 13px;
    margin-bottom: 16px;
    }

    .texto_proceso_compra {
    margin-top: -0.5rem;
    margin-bottom: 3rem;
    padding: 12px;
    }

    .texto_proceso_compra p {
    font-size: 12px;
    font-weight: 600;
    }

}

@media (max-width: 575.98px){    
    
    .texto_proceso_compra {
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 2rem;
    }

    .texto_proceso_compra {
    padding: 8px;
    }

    .texto_proceso_compra p {
    font-size: 11px;
    font-weight: 600;
    }

    .cuadros_info_cliente h4 {
    font-size: 14px;
    }
    
}



.boxlogin {
    margin-bottom: 1rem;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.boxlogin a,
.boxlogin button {
    background-color: #244e6c;
    padding: 7px 21px;
    display: inline-block;
    border-radius: 33px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 7px;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
}

.boxlogin a:hover,
.boxlogin button:hover {
    background-color: grey;
}


@media (max-width: 1800px) {
    .boxlogin {
        display: block;
        text-align: center;
    }

    .boxlogin a,
    .boxlogin button {
        margin-top: 8px;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}
