/* 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;
}

/* PLANS */
.plansCard {
    position: relative;
}
.offerNamePrice > h5 {
    font-weight: 500;
}
.giftPrime2 > p {
    display: inline;
}
.mb-2.text-decoration-line-through {
    display: none;
}
h2.display-6 {
    color: black !important;
    font-weight: 600;
    font-size: 45px;
}
.offerNamePrice > .mb-0 {
    color: gray;
    font-weight: 400;
}
.offerNamePrice {
    border-bottom: 1px solid var(--main-light);
    padding-bottom: 1rem;
}
.featuresPrime ul {
    margin-top: 1rem;
}
.order-0 .featuresPrime {
    margin: 0;
}
.order-4 > div {
    background: var(--bg-plan4) !important;
}
.order-5 > div {
    background: black !important;
}
.order-5 p, .order-5 h2, .order-5 h5, .order-5 li {
    color: white !important;
}
.order-5 .btn {
    background: white !important;
    color: black !important;
}
.buttonParent {
    width: 100%;
    padding: 0 20px;
    bottom: 0;
    left: 0;
}
.buttonParent>a {
    position: absolute;
    bottom: 0;
    left: 32%;
}
.order-0 .offerNamePrice, .order-0 .giftPrime2 {
    border: 0!important;
}