/* ModelPage- COLORPICKER */
.RTE--bullets ul li{
    line-height: 28.4px;
}
.RTE--modal .modal-dialog{
    max-width: 719px;
}
.RTE--modal .px-40px{
    padding-left: 40px;
    padding-right: 53px;
}
.RTE--modal .px-30px{
    padding-left: 41px;
    padding-right: 41px;
}
.RTE--modal .btn-close{
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(71deg) brightness(112%) contrast(101%);
    opacity: 1;
    height:17.5px !important;
    width:17.5px !important;
}
.RTE--modal .modal-body a{
    color: white;
}

.RTE--modal .modal-body p{
    font-size: 22px;
    line-height: 36.4px;
}

/* ModelPage- SPECS */
.RTE--table-specs table, .RTE--offer table{
    width: 100% !important;
}
.RTE--table-specs table tbody tr td:first-child{
    width: 34% !important;
    padding-left: 10px !important;
    vertical-align: top !important;
}
.RTE--table-specs table tbody tr td:last-child{
    width: 66% !important;
    vertical-align: top !important;
}
.RTE--table-specs table tbody tr{
    line-height: 40px !important;
    font-family: Nobel !important;
    font-size: 20px;
}

/* OFFER-NEW DETAILS - TEXT BLOCK*/
.RTE--offer table tbody tr td{
    vertical-align: top !important;
    padding: 5px;
}


/* LEGAL PAGE & PRIVACY*/
    .RTE--legal p a{
        color: black;
        word-break: break-all;
    }
    .RTE--legal p{
        width: 100%;
    }


@media (max-width: 575px) {
    /* ModelPage- COLORPICKER */
    .RTE--modal .modal-dialog{
        margin: 0.5rem 16.5px;
    }
    .RTE--modal .modal-body p{
        font-size: 18px;
        line-height: 25px;
    }
    .RTE--modal .px-40px{
        padding-left: 49px;
        padding-right: 49px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .RTE--modal .px-30px{
        padding-left: 16.5px;
        padding-right: 16.5px;
    }
}

@media (max-width: 991px) {
    /* ModelPage- SPECS */
    .RTE--table-specs table tbody tr td:first-child{
        width: 43% !important;
    }
    .RTE--table-specs table tbody tr td:last-child{
        width: 57% !important;
    }
    .RTE--table-specs table tbody tr{
        font-size: 14px;
    }
}