
.shopping_cart h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}
#content_cart{
    max-width: 1400px;
    margin: auto;
    margin-bottom: 80px;
}
#list-product-cart {
    display: inline-block;
    width: 69%!important;
    max-width: 69%!important;
}
#list-product-cart .productListing {
    width: 100%!important; /* Asegura que las tablas internas respeten el ancho */
    table-layout: auto; /* Controla el tamaño de las celdas */
    border-collapse: collapse; /* Elimina los espacios entre celdas */
}
#list-product-cart >tbody{
    margin: 0px 50px;
    display: block;
}
@media (max-width: 998px) {
    #content_cart{
        max-width: 100%;
        margin: auto;
    }
    .shopping_cart h1{
        padding: 0px 10px;
    }
    #list-product-cart >tbody{
        margin: 0px 10px;
        display: block;
    }
    #subtotal >div {
        padding: 14px 8px!important;
    }
    .productListing-data img{
        display: none;
    }
}
#list-product-cart .tableHeader{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
#list-product-cart .productListing-total b, #list-product-cart .productListing-data b{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
#list-product-cart .button-mini{
    background: #DDD;
    color: #000;
}

#subtotal {
    display: inline-block;
    width: 26%!important;
    max-width: 26%!important;
    vertical-align: top;
    background-color: #FAFAFA;
    border: 2px solid #E9E9E9;
    border-radius: 10px;

}
#subtotal >div{
    padding: 30px;
}
#subtotal .main .sequra-product-price-js{
    width: 100%;
    display: block;
    text-align: left;
}
#subtotal .Sequra__PromotionalWidgetWrapper{
    text-align: right;
    padding-top: 26px;
}
#subtotal .infoBoxContents a.button{
    display: block;
    border-radius: 25px;
    background: #B31221;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-seguir-comprando{
    color: #2B3039;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    padding: 50px;
}

@media (max-width: 968px) {
    #list-product-cart {
        display: inline-block;
        width: 100%!important;
        max-width: 100%!important;
    }
    #subtotal {
        width: 100%!important;
        max-width: 100%!important;
        background-color: white;
        border: none;
        border-radius: 0px;
        display: flex;
    }
    #subtotal > div{
        background-color: #FAFAFA;
        border: 2px solid #E9E9E9;
        border-radius: 10px;
        margin-left: 10px !important;
    }
    .btn-seguir-comprando {
        padding: 20px 15px 20px;
        display: block;
    }
}
@media (max-width: 700px) {
    .shopping_cart h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
    }
    #subtotal > div{
        background-color: white;
        border: none;
        border-radius: 0px;
    }
    #content_cart{
        margin-bottom: 20px;
    }
    #subtotal {
        display: block;
    }
    #subtotal [title="Separador"]{
        display: none;
    }
    #subtotal .main .sequra-product-price-js{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }
    #subtotal .Sequra__PromotionalWidgetWrapper {
        padding-top: 10px;
    }
    #subtotal .infoBoxContents a.button{
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }
    .btn-seguir-comprando {
        text-align: center;
        padding: 5px 15px 20px;
    }
}

