.form__row{
    display: flex;
    justify-content: space-around; 
    gap: 20px; 
}
.form__col6{
    width: 50%;
} 

.cabecera__info{
    display: none;
}
.cabecera__usuario, .cabecera__telefono{
    display: inherit;
}
.cabecera__telefono a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: calc(100% - 36px);
    font-size: 1.8rem;
    width: 160px;
    text-align: center;
    letter-spacing: -0.7px;
}
.cabecera__telefono a i{
    font-size: 2.6rem;
}
.cabecera__menu{
    order: 1;
}
.cabecera__logo{
    order: 2;
}
.cabecera__buscador{
    order: 3;
}
.cabecera__buscador label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cabecera__buscador input {
    position: inherit;
    display: block;
    width: 185px;
    height: 41px;
    font-size: 1.5rem;
    padding-right: 15px;
    outline: none;
    border: none;
    box-shadow: none; 
}
.cabecera__buscador-resultados {
    top: 53px;
}
.cabecera__telefono{
    order: 4;
}
.cabecera__correo{
    order: 5;
}
.cabecera__usuario{
    order: 6;
}
.cabecera__carro{
    order: 7;
}

.menu {
    height: calc(100vh - 50px);
}

main {
    padding-top: 51px;
}

.productos__titulo{
    display: inline-block;
    position: relative;
    top: 6px;
}
.productos .boton{
    width: auto;
    float: right;
}

/*box*/
.box__contenedor{
    margin-bottom: 40px;
    border: 1px solid var(--light-grey);
    padding: 30px;
}

/*tabs*/
.tabset > label {
    padding: 14px;
}
.tabset--lizq::before, .tabset--lder::after{
    position: absolute;
    display: block;
    top: 49px;
    left: -25px;
    content: ' ';
    height: 1px;
    width: 30px;
    background-color: var(--light-grey);
} 
.tabset--lder::after{
    left:initial;
    right: -25px; 
}
.tab-panel {
    padding: 30px 0;
}

/*resumen*/
.resumen{
    border: 1px solid var(--light-grey);
    padding: 20px;
}
.resumen__costos{
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
}
.resumen__total-valor{
    font-size: 1.7rem;
}



/*mi cuenta*/
.vista-mi-cuenta .capa__info{ 
    padding: 0 30px; 
}
.vista-mi-cuenta__historial .hide{ 
    display: inline-block;
}
.vista-mi-cuenta__direccion{
    border: 1px solid var(--light-grey);
    padding: 22px 23px 20px 18px;
}

/*productos*/
.productos__listado .producto {
    width: calc(33.333% - 8px); 
}

/*vista desplegada*/
.vista-desplegada__precio {
    flex-direction: row;
    align-items: center;
}
.vista-desplegada__precio-antes {
    margin-left: 10px;
}
.vista-desplegada .tabset > label {
    padding: 14px 20px;
    font-size: 1.6rem;
}

/*carro*/
.vista-carro__box{
    border: 1px solid var(--light-grey);
    padding: 15px;
}
.vista-carro__producto{
    padding: 5px 15px; 
    margin: 0;
}
.vista-carro__box-titulo.t1 {
    width: 60%;
}
.vista-carro__box-titulo.t2, .vista-carro__box-titulo.t3 {
    width: 20%;
}
.vista-carro__listado{
    border: 1px solid var(--light-grey); 
}
.vista-carro__producto:last-child{
    border-bottom: none;
}
.vista-carro__producto-foto{  
    display: block;
    max-width: 90px;
}
.vista-carro__producto-foto img{
    width: 100%;
} 
.vista-carro__producto-nombre{
    font-size: 1.6rem;
    padding-left: 15px;
    width: 50%;
}
.vista-carro__producto .vista-desplegada__cantidad{
    width:20%;
}
.vista-carro__producto-precio{
    width: 20%;
    font-size: 1.7rem;
}

/*checkout*/
.vista-finalizar-compra__listado{
    border: 1px solid var(--light-grey);
    border-bottom: none;
}
.vista-finalizar-compra__producto{
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}
.vista-finalizar-compra__producto-foto{
    display: block;
    width: 100px;
    margin-left: 15px;
}
.vista-finalizar-compra__producto-nombre{ 
    width: 65%;
}
.vista-finalizar-compra__producto-precio{
    width: 20%;
    font-weight: bold; 
    font-size: 1.7rem;
    text-align: right;
    margin-right: 20px;
}
.vista-finalizar-compra .resumen{
    padding-top: 0;
    margin-top: 0;
}
.vista-finalizar-compra .resumen__costos{
    border-top: none;
    margin-top: 0;
}


/*capa*/
.capa__info {padding: 25px;}
.capa__titulo{font-size: inherit;}
.capa__prehtml.p .capa__prehtml-item {width: calc(33% - 5px); }

/*toolbox*/
.toolbox {
    width: 50%;
    top: -150px;
    left: initial;
    right: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}