/*ICONS*/


/*se repite el código de comunes.css porque en el modal de añadir unidades no coge el comunes.css, solo coge este archivo*/

@charset "UTF-8";

/* Generated by Glyphter (http://www.glyphter.com) on  Wed Jan 26 2022*/

@font-face {
    font-family: 'comunes';
    src: url('../fonts/comunes.eot');
    src: url('../fonts/comunes.eot?#iefix') format('embedded-opentype'), url('../fonts/comunes.woff') format('woff'), url('../fonts/comunes.ttf') format('truetype'), url('../fonts/comunes.svg#comunes') format('svg');
    font-weight: normal;
    font-style: normal;
}

.djv-icon-close:before {
    content: '\0054';
}

[class*='djv-icon']:before {
    display: inline-block;
    font-family: 'comunes';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button[data-v-6f05d5da] {
    height: 36px;
    background-color: #444;
    border: none;
    color: #fff;
    padding: 7px 7px 6px;
    font-family: comunes;
    position: relative;
    cursor: pointer;
    font-size: 0.9rem;
}


/*END ICONS*/


/* General styles */

.mar_r4 {
    margin-right: .25rem;
}

.mar_l4 {
    margin-left: .25rem;
}

.mar_r6 {
    margin-right: .375rem;
}

.mar_l6 {
    margin-left: .375rem;
}

.mar_r10 {
    margin-right: .625rem;
}

.mar_b10 {
    margin-bottom: .625rem;
}

.mar_b4 {
    margin-bottom: .25rem;
}

.mar_b6 {
    margin-bottom: .375rem;
}

.mar_t4 {
    margin-top: .25rem;
}

.mar_t10 {
    margin-top: .625rem;
}

.mar_r1 {
    margin-right: .75rem;
}

.mar_l1 {
    margin-left: .75rem;
}

.mar_b1,
.mar_tb1 {
    margin-bottom: .75rem;
}

.mar_b2 {
    margin-bottom: 1.5rem;
}

.mar_t1,
.mar_tb1 {
    margin-top: .75rem;
}


/* General styles end */

#cart .cart-grid-right .card-block.checkout {
    padding-bottom: 0;
}

#cart .cart-grid-right .cart-summary {
    margin-bottom: 20px;
}

#cart .free-shipping-checkout-block {
    background: var(--shipments);
    border-radius: 10px;
    padding: 20px;
    margin: 0 20px;
}

#cart .free-shipping-checkout-block p {
    color: var(--white);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

#cart .free-shipping-checkout-block a {
    font-size: 14px;
    line-height: normal;
    color: var(--dark_green);
}

#cart #content-wrapper {
    padding-top: 15px;
}

.cart-grid-right,
.cart-grid-body .cart-overview {
    padding: 0;
}

.promo-code .input-group .input-group-btn > .btn {
    border: 1px solid #000;
}

.promo-code .promo-input {
    background-color: #FFF;
}

.promo-code .alert-danger {
    display: none;
}

.cart-voucher .card-block,
.card .card-block.cart-summary-totals {
    padding: 0 1.25rem;
}

.card-block.checkout .btn-primary {
    text-align: center;
}

#cart .card .cart-summary-line.cart-total,
#checkout .card .cart-summary-line.cart-total {
    padding-top: 0;
}

.media .product-price {
    color: var(--black);
}

#cart .green-text {
    color: var(--shipments);
}

#cart #wrapper #main .cart-overview .body .products-container .title-container > * {
    line-height: 24px;
}

#cart .products-container .shipping-container {
    min-width: 206px;
}

#cart .opciones-entrega form .date .label-container label {
    text-align: left;
}

#cart .card .cart-summary-line.cart-total hr,
#checkout .card .cart-summary-line.cart-total hr {
    margin-top: 6px;
}

.cart-summary-totals,
.cart-summary-subtotals-container {
    gap: 0;
}

#cart-summary-product-list .media {
    display: flex;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #0000001a;
}

#cart-summary-product-list .media picture {
    display: block;
    width: 50px;
}

#cart .product-name a,
#cart .product-price {
    color: #000;
}

#cart .product-name a {
    font-weight: 400;
    text-decoration: none;
}

#cart a[class*='icon'],
#cart a[class*='djv-icon'] {
    text-decoration: none;
}

#cart .product-name a:hover {
    color: var(--links);
}

.cart-overview .body .products-container .title-container {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cart-overview .body .products-container .title-container .right-column {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-overview .body .products-container {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.cart-overview .body .cart-item .cart-detailed-product-line-modify .djv-icon-delete {
    grid-area: delete;
    text-align: center;
    font-size: 14px;
    color: red;
    padding-top: 6px;
}

.cart-overview .body .cart-item .cart-detailed-product-line-modify .product-price {
    font-size: 20px;
}

.djv-icon-trash:before {
    content: '\0079';
    color: var(--links);
}


/*.djv-icon-trash{
    position: relative;
}
.djv-icon-trash:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    background-image: url(/themes/dejavu_panda/assets/img/trash-icon.svg);
    right: 0;
    background-repeat: no-repeat;
}*/

.cart-overview .body .products-container .products .cart-item .top-info .remove-from-cart {
    width: 25%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail {
    display: flex;
    width: 65%;
    gap: 16px;
}

.cart-overview .body .products-container .products .cart-item .top-info.mobile {
    display: none;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-image {
    width: 30%;
}

.cart-overview .body .products-container .products .cart-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    padding: 20px;
    gap: 25px;
    font-size: 17px;
}

.cart-overview .body .products-container .title-container .left-column .shipment {
    font-size: 20px;
    margin-right: 10px;
}

.bold-text {
    font-weight: 700 !important;
}

.products-container .products .cart-item .editPersonalizationButtonV5 {
    display: block;
    position: relative;
}

.cart-overview .body .products-container .products .cart-item .top-info .qty-container #quantity_wanted {
    visibility: visible;
    margin-top: 0;
}

.cart-overview .body .products-container .products .cart-item .tabs-container.mobile {
    display: none;
    margin-top: 15px;
}

.cart-overview .body .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex > span {
    display: block;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form {
    text-align: left;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega .secction-label {
    margin-top: 0;
}

.cart-overview .body .products-container .products .cart-item .secction-label {
    margin: 10px 0 5px 0;
    text-align: left;
    width: 100%;
}

.cart-overview .body .cart-item .secction-label {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.cart-overview .body .cart-item .cart-detailed-product-line-modify .totalUnidades {
    grid-area: unidades;
    font-size: 15px;
    margin-top: 3px;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify {
    display: inline-block;
    width: 35%;
}

.cart-overview .body .products-container .products .cart-item .top-info {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    gap: 10px;
}

.cart-overview .body .products-container .products .cart-item .top-info .product-quantity {
    width: 50%;
}

.cart-overview .body .products-container .products .cart-item .top-info .product-quantity .product-add-to-cart-quantity {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 7px;
}
.cart-overview .body .products-container .products .cart-item .top-info .product-quantity .product-add-to-cart-quantity a:hover{
    text-decoration: none;
}

.cart-overview .body .cart-item .cart-detailed-product-line-modify {
    display: grid;
    grid-template-areas: "unidades precio delete" "edit precio delete";
    grid-template-rows: 30px 20px;
    text-align: center;
}

.cart-overview .body .products-container .products .cart-item .editPersonalizationButtonV5:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../img/edit-icon.svg);
    left: 0;
}

.cart-overview .body .products-container .products .cart-item .cart-edit-personalization {
    display: inline-block;
    padding-top: 0;
    width: 15px;
    height: 15px;
}

.cart-overview .body .products-container .products .cart-item .top-info .qty-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 7px;
}

.cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price {
    margin-bottom: 0;
}

.cart-overview .body .products-container .products .cart-item .secction-label {
    margin: 10px 0 5px 0;
    text-align: left;
    width: 100%;
}

.cart-overview .body .cart-item .secction-label {
    font-weight: 500;
    font-size: 14px;
}

.cart-overview .body .products-container .products .cart-item .tabs-container .options-container .attr-container .cart-resume-attributes {
    margin-bottom: 0;
    margin-left: 20px;
    list-style: none;
}

.cart-overview .body .products-container .products .cart-item .cart-edit-personalization {
    display: inline-block;
    padding-top: 0;
    width: 15px;
    height: 15px;
}

.cart-overview .body .products-container .bottom-block {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: end;
    border-top: 1px solid #ddd;
}

.cart-overview .body .products-container .bottom-block .blue-container {
    align-items: center;
    justify-content: end;
    color: #fff;
    height: 100%;
    width: 61%;
    display: flex;
    padding-right: 14px;
}

.cart-overview .body .products-container .bottom-block .blue-container .blue-content {
    background-color: var(--shipments);
    max-width: 264px;
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.1rem;
    position: relative;
}

.cart-overview .body .products-container .bottom-block .totals .totals-container .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 24px;
    gap: 50px;
}

.cart-overview .body .products-container .bottom-block .totals .totals-container .subtotal {
    color: var(--links);
}

.cart-overview .body .products-container .bottom-block .blue-container + .totals {
    width: 39%;
}

.cart-overview .body .products-container .bottom-block .blue-container .blue-content .triangulo {
    position: absolute;
    top: 50%;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 17px solid var(--shipments);
    transform: translateY(-50%);
}

.cart-overview .body .products-container .info-icon {
    border: 1px solid #FF7800;
    border-radius: 100%;
    width: 17px;
    font-size: 14px;
    height: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cart-overview .body .products-container .bottom-block .blue-container .blue-content .info-icon {
    border: 1px solid #fff;
    color: var(--white);
}

.cart-overview .body .products-container .products .cart-item .tabs-container .options-container .attr-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-overview .body .products-container .products .cart-item .tabs-container .options-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: left;
}

.cart-overview .body .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price {
    font-weight: 700;
    font-size: 20px;
}

#editPersonalizationModal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

#editPersonalizationModal #editPersonalizationBox {
    background-color: white;
    border-radius: 6px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 410px;
    z-index: 1000;
    padding: 5px;
}

#editPersonalizationModal #editPersonalizationBox #closeEditPersonalizationFormButton {
    display: block;
    font-size: 25px;
    line-height: 15px;
    padding: 10px;
    background-color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

#editPersonalizationModal #editPersonalizationForm {
    height: 80vh;
}


/* Checkout styles */

body#checkout section.checkout-step .step-edit,
body#checkout section.checkout-step .step-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: flex;
    gap: 4px;
    font-weight: 400;
}

body#checkout section.checkout-step .content {
    padding: 1rem 0 0;
}

body#checkout section.checkout-step .step-number,
body#checkout section.checkout-step.-reachable.-current .step-number {
    width: 14px;
    height: auto;
    padding: 5px 0 7px;
    font-size: 16px;
    color: var(--black);
    background: none;
    border: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    padding-bottom: 16px;
    font-size: 14px;
}

#checkout .step-title .done {
    color: var(--black);
    font-weight: bold;
}

.form-group input.form-control {
    background-color: #FFF;
}

#checkout .mensaje-aviso {
    font-size: 14px;
}

#checkout .aviso-dia {
    font-weight: 500;
}

/* Checkout styles end */


/* MOBILE */

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        width: 100%;
    }

    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .col-xl-1-2 {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-xl-1-5 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .pull-xl-1-2 {
        right: 10%;
    }

    .pull-xl-1-5 {
        right: 12.5%;
    }

    .pull-xl-2-4 {
        right: 20%;
    }

    .push-xl-1-2 {
        left: 10%;
    }

    .push-xl-1-5 {
        left: 12.5%;
    }

    .push-xl-2-4 {
        left: 20%;
    }

    .offset-xl-1-2 {
        margin-left: 10%;
    }

    .offset-xl-1-5 {
        margin-left: 12.5%;
    }

    .offset-xl-2-4 {
        margin-left: 20%;
    }

    .col-xl-10-8 {
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-xl-10-5 {
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-xl-9-6 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .pull-xl-10-8 {
        right: 90%;
    }

    .pull-xl-10-5 {
        right: 87.5%;
    }

    .pull-xl-9-6 {
        right: 80%;
    }

    .push-xl-10-8 {
        left: 90%;
    }

    .push-xl-10-5 {
        left: 87.5%;
    }

    .push-xl-9-6 {
        left: 80%;
    }

    .offset-xl-10-8 {
        margin-left: 90%;
    }

    .offset-xl-10-5 {
        margin-left: 87.5%;
    }

    .offset-xl-9-6 {
        margin-left: 80%;
    }

    .boxed_page_wrapper {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .container {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        width: 100%;
    }
}


body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-edit-personalization {
    display: inline-block;
    padding-top: 0;
    width: 15px;
    height: 15px;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .secction-label {
    margin: 10px 0 5px 0;
    text-align: left;
    width: 100%;
    color: #999;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item:last-child {
    border-bottom: none;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .edit-icon {
    width: 15px;
    height: 15px;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .editPersonalizationButtonV5 {
    display: block;
    position: relative;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .editPersonalizationButtonV5:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../img/edit-icon.svg);
    left: 0;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .remove-from-cart:before {
    color: var(--links);
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail {
    display: flex;
    width: 65%;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-image {
    width: 30%;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex {
    width: 70%;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price {
    margin-bottom: 0;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-tex .product-price small {
    display: inline;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-resume-attributes label,
body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-resume-attributes li {
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cart-overview .body .products-container .bottom-block .blue-container,
    .cart-overview .body .products-container .bottom-block .blue-container + .totals {
        width: 50%;
    }

    .cart-overview .body .products-container .products .cart-item .top-info {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .cart-overview .body .products-container .products .cart-item .top-info .remove-from-cart,
    .cart-overview .body .products-container .products .cart-item .top-info .qty-container {
        justify-content: center;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .cart-overview .body .products-container .bottom-block .blue-container {
        width: 59%;
    }

    .cart-overview .body .products-container .bottom-block .blue-container + .totals {
        width: 41%;
    }
}

@media (max-width: 768px) {
    .cart-overview .body .products-container .bottom-block {
        flex-direction: column;
    }

    .cart-overview .body .products-container .bottom-block .blue-container {
        text-align: center;
        justify-content: center;
    }

    .cart-overview .body .products-container .bottom-block .blue-container,
    .cart-overview .body .products-container .bottom-block .blue-container + .totals {
        width: 100%;
    }

    body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail {
        width: 100%;
    }

    body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item {
        flex-wrap: wrap;
    }

    body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-detail .cart-detailed-product-line-detail-image {
        margin: 0;
    }

    .cart-overview .body .products-container .bottom-block .totals .totals-container {
        display: flex;
        flex-wrap: wrap;
    }

    .cart-overview .body .products-container .bottom-block .totals .totals-container .line {
        width: 100%;
    }

    .card-block {
        padding: 1.25rem 1.25rem .5rem;
    }
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify {
    display: inline-block;
    width: 35%;
}

@media (max-width: 768px) {
    body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify {
        border: none;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
    }
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

@media (max-width: 768px) {
    body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega {
        max-width: 80%;
    }
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega .secction-label {
    margin-top: 0;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date .input {
    width: 12px;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date .label-container {
    display: flex;
    flex-direction: column;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date .label-container label {
    font-size: 15px;
    margin-bottom: 0;
}

body#cart #wrapper #main .cart-overview .body .products-container .products .cart-item .cart-detailed-product-line-modify .opciones-entrega form .date .label-container .unit-price {
    font-size: 12px;
    color: #999;
}

body#cart #wrapper #main .cart-overview .body .products-container .title-container {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 800px) {
    body#cart #wrapper #main .cart-overview .body .products-container .title-container {
        flex-direction: column;
        gap: 0;
    }
}

body#cart #wrapper #main .cart-overview .body .products-container .title-container .left-column .shipment {
    font-size: 20px;
    margin-right: 10px;
}

body#cart #wrapper #main .cart-overview .body .products-container .title-container .right-column {
    display: flex;
    align-items: center;
    gap: 8px;
}

body#cart #wrapper #main .cart-overview .body .products-container .title-container .right-column .shipping-value {
    display: flex;
    align-items: center;
}

body#cart #wrapper #main .cart-detailed-right-side .free-shipping-blue-block {
    margin-top: 20px;
    background-color: #406a76;
    border-radius: 10px;
    color: #fff;
    padding: 20px;
}

body#cart #wrapper #main .cart-detailed-right-side .free-shipping-blue-block p {
    margin-bottom: 10px;
    line-height: 20px;
}

body#cart #wrapper #main .cart-detailed-right-side .free-shipping-blue-block a {
    font-size: 14px;
    color: #90c2d0;
    cursor: pointer;
}

@media (max-width: 768px) {
    body#cart #wrapper #main .cart-detailed-right-side .free-shipping-blue-block {
        width: 90%;
        margin: 20px auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    body#cart #wrapper #main .cart-detailed-right-side .cart-detailed-totals .cart-total {
        padding: 8px;
    }
}

body#cart #wrapper #main .cart-detailed-right-side .cart-detailed-totals .cart-total .label {
    font-weight: 400;
    font-size: 17px;
}

body#cart #wrapper #main .cart-detailed-right-side .cart-detailed-totals .cart-total .value {
    font-weight: 400;
    font-size: 17px;
}

body#cart #wrapper #main .cart-detailed-right-side .cart-detailed-totals .cart-total .value.without-taxes {
    font-size: 18px !important;
}

body#cart #wrapper #main .cart-detailed-right-side .cart-detailed-totals .cart-total .value.bold-text {
    font-size: 20px !important;
}

.stsb_qty_wrap {
    display: none;
}