section .section-top .section-tit1 {
    margin-bottom: 10rem;
}
section #blq1 #blq1-left #carrito-productos .linea-producto {
    padding: 2rem 0;
    border-top: 0.5rem solid #d3d3d4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section #blq1 #blq1-left #carrito-productos .linea-producto:last-of-type {
    border-bottom: 0.5rem solid #d3d3d4;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-left img {
    width: 100%;
    border: 0.5rem solid #d8d8d8;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-mid {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha {
    margin-left: auto;
    text-align: right;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-mid,
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-mid .prod-tit {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2rem;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-mid .prod-ud {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-mid .prod-ud .prod-contador > * {
    display: inline-block;
    vertical-align: middle;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha .icono-trash {
    width: 6rem;
    color: #aeaeae;    
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha .precio-ud {
    color: #aeaeae;
    font-size: 4rem;
    line-height: 1.2;
}
section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha .precio-tot {
    color: var(--corp);
    font-weight: bold;
}
section #blq1 #blq1-right > div {
    font-size: 4rem;
    line-height: 1.2;
}
section #blq1 #blq1-right .blq-sombra {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    font-size: 3.5rem;
    line-height: 1.2;
}
section #blq1 #blq1-right .blq-sombra .blq-tit {
    padding: 2rem 5rem;
    background-color: black;
    color: white;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.2;
}
section #blq1 #blq1-right .blq-sombra .blq-cont {
    padding: 4rem 5rem;
}
section #blq1 #blq1-right .blq-sombra .resumen-precio {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
section #blq1 #blq1-right .blq-sombra .resumen-tot {
    width: calc(100% + 10rem);
    padding: 2rem 5rem;
    margin: 2.5rem 0 3.75rem -5rem;    
    background-color: #f7f7f8;
    font-size: 5rem;
}
section #blq1 #blq1-right .blq-sombra .btn-gray {
    background-color: #d8d8d8;
    color: white;
}
section #blq1 #blq1-right .blq-sombra .vaciar-carrito {  
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 1.2;
    text-decoration: underline;
    display: inline-block;
}
section #blq1 #blq1-right .blq-sombra .vaciar-carrito,
section #blq1 #blq1-right .blq-sombra .vaciar-carrito:active {
    color: black;
}
section #blq1 #blq1-right .blq-sombra .vaciar-carrito:hover,
section #blq1 #blq1-right .blq-sombra .vaciar-carrito:focus {
    color: var(--corp);
}
section #blq1 #blq1-right .pedido-nota {
    padding-left: 6.75rem;    
    margin-top: 6rem;   
    font-weight: 600;
    position: relative;
}
section #blq1 #blq1-right .pedido-nota,
section #blq1 #blq1-right .pedido-nota small {
    font-size: 2.75rem; 
}
section #blq1 #blq1-right .pedido-nota:before {
    content: '';
    width: 5rem;
    height: 5rem;
    background-image: url('../../../../images/iconos/alert.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 5rem;
    line-height: 1.0;
    position: absolute;
    left: 0;
    top: 0;
}
section #blq1 #blq1-right .pedido-nota .alert-danger {
    padding: 0;
    border: none;
    background-color: transparent;
    color: var(--corp);
}

section .carritoDetalle-vacio {
    text-align: center;
}
section .carritoDetalle-vacio p {
    line-height: 1.2;
}

@media (min-width: 768px) {
    section {
        padding-bottom: 20rem;
        min-height: calc(var(--vh) - 35rem);        
    }
    section #blq1 #blq1-left > div {
        padding-left: 28.5rem;
    }
    section #blq1 #blq1-right > div {
        padding-right: 28.5rem;
    }
    section #blq1 #blq1-left #carrito-productos .linea-producto .producto-left {
        margin-right: 7rem;
        -webkit-flex: 0 0 32.25rem;
        flex: 0 0 32.25rem;
    }
    section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha .precio-tot {    
        font-size: 7rem;
    }
    section .carritoDetalle-vacio img {
        width: 36.75rem;
        margin-top: 17.5rem;
        margin-bottom: 17.5rem;
    }
    section .carritoDetalle-vacio p {
        margin-bottom: 7rem;
        font-size: 7rem;
    }
}
@media (max-width: 767px) {
    section {
        min-height: calc(var(--vh) - 19.5rem);
        padding-bottom: 10rem;
    }    
    section #blq1 #blq1-left #carrito-productos .linea-producto .producto-left {
        margin-right: 2.5rem;
        -webkit-flex: 0 0 20rem;
        flex: 0 0 20rem;
    }
    section #blq1 #blq1-left #carrito-productos .linea-producto .producto-left img {
        border-width: 0.25rem;
    }
    section #blq1 #blq1-left #carrito-productos .linea-producto .producto-dcha .precio-tot {    
        font-size: 5rem;
    }
    section #blq1 #blq1-right {
        margin-top: 10rem;
    }
    section #sinProductos img {
        width: 26rem;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    section #sinProductos p {
        margin-bottom: 5rem;
        font-size: 5rem;
    }
    
    
}