﻿.wlcts__deal__details-modal .modal-info-wrapper {
    overflow-y: auto;
    max-height: 50vh;
}

.wlcts__deal__details-modal .modal-header {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.wlcts__deal__details-modal .modal-header:has(.wlcts__countdown) {
    flex-direction: column;
    align-items: end;
}

.wlcts__deal__details-modal .wlcts__countdown {
    position: unset;
    margin: 10px auto 0 0;
    width: 100%;
}

.wlcts__deal__details-header {
    display: flex;
    flex-direction: column-reverse;
}

.wlcts__deal__details-header>.header-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.wlcts__deal__details-header>.header-wrapper h5 {
    font-size: 2rem;
}

.wlcts__deal__details-header>.brand-div {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.wlcts__deal__details-header>.brand-div img {
    width: 12rem;
    margin: 0 0 1.6rem;
}

.wlcts__deal__details-header>.brand-div p {
    max-width: 11rem;
    padding: 1.8rem 0 0;
    word-break: break-word;
}

.wlcts__deal__details-modal .modal-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: auto;
    color: #9E9E9E;
}

.wlcts__deal__details-body {
    margin: 2.4rem 0;
}

.wlcts__deal__details-body h5 {
    color: #002E5D;
    margin-bottom: 1rem;
}

.wlcts__deal__details-body ul {
    list-style: none;
    padding: 0;
}

.wlcts__deal__details-body ul li {
    margin: 0 0 0.8rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #424242;
}

.wlcts__deal__details-modal .modal-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer {
    width: 100%;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content .wlcts__deal-member-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content .wlcts__deal-member-price .price {
    color: #424242;
    font-size: 2rem;
    font-weight: bold;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content .wlcts__deal-member-price .subtitle {
    font-size: 14px;
    font-weight: bold;
}

.wlcts__deal__details-modal .wlcts__deal-price-content {
    margin: 0px !important;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content .wlcts__deal-retail-price .price {
    color: #9E9E9E;
}


.wlcts__deal__details-btns {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    margin: 0;
    width: 100%;
}

.wlcts__deal__details-btns .btn__book-now {
    margin: auto 0;
    color: #fff;
    border: 1px solid #002E5D;
    border-radius: 8px;
    box-shadow: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
}

.wlcts__deal__details-btns .btn__book-now:hover,
.wlcts__deal__details-btns .btn__phone-call:hover {
    box-shadow: none;
}

.wlcts__deal__details-btns .btn__book-now {
    padding: 12px 20px;
    color: #ffffff;
    background: #212121;
}

.wlcts__deal__details-btns .btn__phone-call {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    color: #424242
}

.wlcts__deal__details-modal .wlcts__h-line {
    margin: 0;
}

.wlcts__deal__details-footer {
    margin: 21px 0;
}

.wlcts__deal__details-footer h6 {
    margin: 0 0 2.4rem;
    color: #002E5D;
}

.wlcts__deal__details-footer a {
    padding: 0.8rem 1.6rem;
    color: #002E5D;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid #002E5D;
    box-sizing: border-box;
    border-radius: 30px;
    text-transform: capitalize;
}

.wlcts__deal__details-terms {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: justify;
    color: #424242;
}

.wlcts__deal__details-modal .modal-content {
    border-radius: 2rem;
}

@media only screen and (min-width: 62.0625em) {
    .wlcts__deal__details-modal .modal-info-wrapper {
        overflow-y: auto;
        max-height: 350px;
    }

    .wlcts__deal__details-modal .modal-dialog {
        border-radius: 4rem;
        width: 100%;
        max-width: 102.4rem;
    }


    .wlcts__deal__details-modal .modal-header:has(.wlcts__countdown) {
        flex-direction: row-reverse;
    }

    .wlcts__deal__details-modal .wlcts__countdown {
        position: unset;
        margin: 0 auto 0 0;
        width: auto;
    }

    .wlcts__deal__details-modal .modal-content {
        padding: 56px;
        border-radius: 2rem;
    }


    .wlcts__deal__details-modal .close {
        color: #424242;
        opacity: 1;
        font-size: 2.4rem;
        font-weight: 500;
    }

    .wlcts__deal__details-header {
        flex-direction: row;
        justify-content: space-between;
    }

    .wlcts__deal__details-header>.brand-div {
        flex-direction: column;
        justify-content: flex-start;
    }

    .wlcts__deal__details-header>.brand-div img {
        min-width: 13rem;
        margin: 1rem 0 0;
    }

    .wlcts__deal__details-header>.brand-div p {
        max-width: 20rem;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .wlcts__deal__details-header>.header-wrapper h5 {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        color: #101828;
    }

    .wlcts__deal__details-header>.header-wrapper p {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #9E9E9E;
    }

    .wlcts__deal__details-body ul {
        columns: 2;
        max-width: 70%;
    }

    .wlcts__deal__details-footer {
        margin: 3.2rem 0;
    }

    .wlcts__deal__details-modal .modal-footer-wrapper {
        flex-direction: row;
    }

    .wlcts__deal__details-modal .modal-related-wrapper {
        flex-direction: row;
        justify-content: flex-start;
    }



    .wlcts__deal__details-modal .wlcts__deal__details-footer {
        width: 45%;
    }

    .wlcts__deal__details-modal .wlcts__deal__details-footer .wlcts__deal-price-content {
        width: 80%;
        justify-content: space-between;
    }

    .wlcts__deal__details-modal .wlcts__deal-price-content {
        display: flex;
        margin: 17px 0px;
    }

    .wlcts__deal__details-btns {
        flex-direction: row;
        justify-content: flex-end;
        width: 55%;
        margin: 3.2rem 0;
    }

    .wlcts__deal__details-btns .btn__book-now,
    .wlcts__deal__details-btns .btn__phone-call {
        width: auto;
    }

    .wlcts__deal__details-btns .btn__phone-call {
        margin: auto 32px;
        color: #424242;
    }

    .wlcts__deal__details-footer {
        display: flex;
        align-items: center;
    }

    .wlcts__deal__details-footer h6 {
        margin: 0 2.4rem 0 0;
    }
}