/* ******************************************** */
/** CART Summary
/* ******************************************** */

.c-summary :is(.c-summary-table__text,.c-summary-table__value){
    font-size: 1.6rem;
}

.c-summary__title{
    font-size: clamp(2.1rem, 2.25vw, 2.7rem);
    font-weight: 200;
    border-bottom: 0.3rem solid currentColor;
    display: inline-block;
    line-height: 0.9;
}

.c-summary__link{
    display: block;
    font-size: 1.4rem;
    margin-top: 0.3em;
    text-decoration: underline;
    color: #ff7200;
}

.c-summary-table{
    width: 100%;
    margin-top: 30px;
}

.c-summary__holder{
    background-color: #DAD3C0;
    padding: 25px 20px;
}

.c-summary__holder--checkout {
    font-size: 1.6rem;
}

.c-summary-table__value{
    text-align: right;
    font-weight: 700;
}

.c-summary-table__row:first-child>* {
    padding-top: 0;
}

.c-summary__total{
    padding: 20px 0;
    text-align: right;
}

.c-summary .c-summary__total-num{
    font-size: 1.9rem;
    white-space: nowrap;
    font-weight: 700;
}

.c-summary .c-summary__total-iva{
    font-weight: 500;
    font-size: 1.3rem;
}

.c-summary .c-summary__total-text {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.c-summary__bottom{
    margin-top: 40px;
    text-align: center;
    font-size: 1.4rem;
}

.c-summary__checkout-btn{
    width: 240px;
    display: flex;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.c-summary__continue{
    margin-top: 25px;
}

.c-summary__text{
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.8em;
}

.c-summary__terms{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.c-summary__btns{
    margin: 30px 0;
}

.c-summary__warning{
    margin: 30px 0;
    padding: 18px;
    border: 1px solid var(--color-error);
    color: var(--color-error);
    font-size: 1.4em;
    text-align: center;
    background-color: rgb(255 0 0 / 4%);
}

/* Discount applied */

.c-discount-applied__code{
    white-space: normal;
}

.c-discount-applied__num{
    color: var(--color-gray);
    font-weight: 600;
    font-size: .8em;
    margin-top: 10px;
    margin-right: 10px;
}

.c-discount-applied__delete{
    color: var(--color-error);
    font-size: .8em;
    font-weight: 600;
}

.c-discount-applied__delete .c-link__icon{
    font-size: .8em;
}

.c-summary-table__col{
    border-bottom: 1px solid #201f1d4a;
    vertical-align: middle;
    padding: 20px 0;
}

.c-summary-table__value{
    white-space: nowrap;
}



@media (min-width: 375px) {

    .c-summary__holder{
        padding: 35px 30px;
    }

    .c-summary__total{
        padding: 20px 0 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        text-align: left;
    }

    .c-summary .c-summary__total-text{
        font-size: 1.7rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    .c-summary__total-iva{
        display: block;
        text-align: right;
        margin-top: 0.2em;
    }

}

/* ********************** de Tablet a DESKTOP ********************** */

@media (max-width: 979px) {

    .c-summary__bottom,
    .c-summary__discount{
        display: none;
    }

}

/* ********************** de Tablet a DESKTOP ********************** */

@media (min-width: 980px) {

    .c-summary-table__col{
        padding: 16px 0;
    }

}

/* ********************** de Desktop a DESKTOP 2 ********************** */

@media (min-width: 1200px) {

    .c-summary__holder{
        padding: 38px 35px;
    }

    .c-summary .c-summary__total-text{
        font-size: 1.8rem;
    }

    .c-summary .c-summary__total-num{
        font-size: 2.2rem;
    }

    .c-summary .c-summary__total-iva{
        font-size: 1.5rem;
    }

}


/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {

    .c-summary-table__col{
        padding: 20px 0;
    }

    .c-summary__bottom{
        font-size: 1.5rem;
    }

    .c-summary__checkout-btn{
        font-size: 1.7rem;
    }

}

