:root {
    --chann_1: #de1281;
    --chann_2: #eb6718;
    --chann_4: #03a9f4;
}

html {
    font-family: "Teachers", sans-serif;
}

main {
    width: 100%;
    max-width: 1920px;
}

header {
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.chann_1 header {
    background-image: url("../img/logo-head-1.png");
    background-size: auto 30px;
}

.chann_1 header .row {
    min-height: 30px;
}

.chann_2 header {
    background-image: url("../img/logo-head-2.svg");
    background-size: auto 40px;
}

.chann_2 header .row {
    min-height: 40px;
}

.chann_4 header {
    background-image: url("../img/logo-head-4.png");
    background-size: auto 40px;
}

.chann_4 header .row {
    min-height: 40px;
}

footer {
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.chann_1 footer {
    background-image: url("../img/logo-foot-1.png");
    background-size: auto 30px;
    min-height: 30px;
    background-color: var(--chann_1);
}

.chann_2 footer {
    background-image: url("../img/logo-foot-2.svg");
    background-size: auto 35px;
    min-height: 35px;
    background-color: var(--chann_2);
}

.chann_4 footer {
    background-image: url("../img/logo-head-4.png");
    background-size: auto 40px;
    min-height: 40px;
    background-color: var(--chann_4);
}

.chann_1 .spinner-border, .chann_1 .cont-loader p {
    color: var(--chann_1);
}

.chann_1 .btn-outline-danger {
    border-color: var(--chann_1);
    color: var(--chann_1);
}

.chann_1 .btn-check:checked+.btn {
    border-color: var(--chann_1);
    background-color: var(--chann_1);
}

.chann_2 .spinner-border, .chann_2 .cont-loader p {
    color: var(--chann_2);
}

.chann_2 .btn-outline-danger {
    border-color: var(--chann_2);
    color: var(--chann_2);
}

.chann_2 .btn-check:checked+.btn {
    border-color: var(--chann_2);
    background-color: var(--chann_2);
}

.chann_4 .spinner-border, .chann_4 .cont-loader p {
    color: var(--chann_4);
}

.chann_4 .btn-outline-danger {
    border-color: var(--chann_4);
    color: var(--chann_4);
}

.chann_4 .btn-check:checked+.btn {
    border-color: var(--chann_4);
    background-color: var(--chann_4);
}

.btn.my-btn-wide:disabled {
    background-color: rgba(200, 200, 200, 0.85);
    border-color: #cccccc;
}

.btn.my-btn-wide {
    width: 100%;
    max-width: 350px;
}

.cont-loader {
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
}

.cont-loader .spinner-border {
    width: 4.5rem;
    height: 4.5rem;
}

.lang-sel {
    box-sizing: content-box;
    width: 20px;
    padding-right: 1.95rem;
    padding-left: 0.5rem;
}

.form-select.lang-sel {
    background-position: right 0.50rem center;
}

.alert-danger img {
    height: 38px;
    width: 38px;
}

.card {
    max-width: 540px;
}

.option .card-header {
    color: #ffffff;
}

.card-header.paid {
    background-color: forestgreen;
}

.card-header.pending {
    background-color: slategrey;
}

.card .prod-img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.card-text li {
    list-style: none;
}

.card-text img.lang {
    height: 24px;
    width: auto;
}

.card-text .ranges li {
    border-right: none;
}

.card-text.remote-text li {
    border-right: none;
}

.ranges li:not(:last-child):after {
    content: '\2022';
    display: inline-block;
    margin: 0 0.5rem;
}

.proposal .ranges {
    border: 1px solid #cccccc;
}

.proposal .ranges input[type=number] {
    width: 55px;
}

.proposal .ranges .row:not(:first-of-type) {
    margin-top: 0.5rem;
}

.opt-main-img {
    width: 100%;
    max-height: 230px;
}

.form-switch .form-check-input {
    width: 2.7rem;
    height: 1.3rem;
    cursor: pointer;
}

#total-price {
    border: none;
    width: auto;
}

.confirm-review .card {
    max-width: 540px;
}

.confirm-review .bool-check {
    height: 18px;
}

.confirm-review .bool-check svg {
    vertical-align: unset;
}

.ref-cont {
    max-width: 540px;
}

.ref-cont input {
    max-width: 300px;
}

.striked {
    text-decoration: line-through;
}

/* ERROR PAGE */

.error-layout img {
    width: 100%;
    height: auto;
}

/* MODAL */

.modal.error .modal-header {
    background-color: rgb(238, 75, 43);
    color: #ffffff;
}

.modal.error .btn-close {
    background-color: #ffffff;
}

/* MEDIA QUERIES */

/* MD */

@media (min-width: 768px) {

    .chann_1 header {
        background-size: auto 60px;
    }

    .chann_1 header .row {
        min-height: 60px;
    }

    .chann_1 footer {
        background-size: auto 40px;
        height: 40px;
    }

    .chann_2 header {
        background-size: auto 70px;
    }

    .chann_2 header .row {
        min-height: 70px;
    }

    .chann_2 footer {
        background-size: auto 45px;
        height: 45px;
    }

    .card {
        max-width: unset;
    }

    /*.card.option {
        max-width: 500px;
    }*/

    .lang-sel {
        width: 25px;
        padding: .375rem 2.25rem .375rem .75rem;
        background-position: right .75rem center;
    }

    .card .prod-img {
        max-width: 100%;
        height: 100%;
        max-height: unset;
    }

    .card.option .prod-img {
        height: 80px;
    }

    .card-text li {
        border-right: 1px solid #aaaaaa;
    }

    .card-text.remote-text li {
        border-right: none;
    }

    .ref-cont {
        max-width: unset;
    }

    .confirm-review .card {
        max-width: 1000px;
    }

    .confirm-review .cod-sconto {
        max-width: 1000px;
    }
}