/* UTILS */
.max-lines-1,
.max-lines-2,
.max-lines-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-lines-1 {
    -webkit-line-clamp: 1;
}

.max-lines-2 {
    -webkit-line-clamp: 2;
}

.max-lines-3 {
    -webkit-line-clamp: 3;
}

.iti {
    width: 100% !important;
}

.w-fitcontent {
    width: fit-content;
}

.pointer {
    cursor: pointer;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.brightness-95 {
    filter: brightness(95%);
}

/* Checkout and Cart */
.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 0;
    display: block;
}
.subscribe-box .col-4.col-sm-3 {
    width: 55px;
}

.subscribe-box .col-8.col-sm-9 {
    width: calc(100% - 55px) !important;
}
.subscribe-box .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Root Colors */
.bg-green {
    background-color: var(--cta-green) !important;
}

.text-success {
    color: var(--cta-green) !important;
}

/* Prime plans */

.colParent {
    border: 2px solid var(--main);
}
.offerNamePrice {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}
.offerNamePrice h5 {
    font-size: 27px!important;
    margin-bottom: 1.3rem!important;
    color: #000 !important;
    line-height: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.offerNamePrice h2 {
    color: var(--main) !important;
}
.offerNamePrice p {
    font-size: small;
    font-weight: bold;
}
.featuresPrime {
    margin-top: 1rem;
}
.giftPrime {
    background-color: #333333;
    padding: 1rem 0;
    color: #fff;
}
.giftPrime p {
    color: #fff!important;
}
.giftPrime p:nth-child(1) {
    font-weight: bold!important;
}
.giftPrime p:nth-child(2) {
    font-size: small!important;
}