/* UTILS */
.max-lines-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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-box .col-4.col-sm-3 {
    width: 55px;
}

.subscribe-box .col-8.col-sm-9 {
    width: calc(100% - 55px) !important;
}

.subscribe-checkbox {
    width: 40px;
    height: 40px;
    border: 2px solid #18992c;
    border-radius: 5px;
    display: block;
}

.subscribe-box .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Root Colors */
button:focus,
.btn:focus,
.btn-light:focus,
.btn-dark:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: var(--main) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

.bg-main {
    background-color: var(--main);
}

.bg-main-light {
    background-color: var(--main-light);
}

.bg-main-dark {
    background-color: var(--main-dark);
}

.bg-light {
    background-color: var(--grey-light) !important;
}

.bg-dark {
    background-color: var(--grey-dark) !important;
}

.bg-green {
    background-color: var(--cta-green) !important;
}

.text-main {
    color: var(--main);
}

.text-main-light {
    color: var(--main-light);
}

.text-main-dark {
    color: var(--main-dark);
}

.text-grey {
    color: var(--grey);
}

.text-success {
    color: var(--cta-green) !important;
}

.text-accent {
    color: var(--accent);
}

.btn-main {
    color: white;
    border: var(--main-dark);
    background-color: var(--main);
}

.btn-main:hover {
    background-color: var(--main-dark);
    color: white
}

a {
    text-decoration: none;
    color: #b3aa9b;
}

.benefit-item {
    padding: 45px;
}

.search-form .btn {
    width: 50px;
    min-width: unset;
    background-color: transparent;
}

.search-form .form-control {
    padding-bottom: 0;
}

.footer-top {
    border-bottom: 1px solid #e5e2dd;
    padding-bottom: 30px;
}

.footer-top-contact {
    color: #999;
    font-size: 14.81px;
}

.look-book {
    z-index: -1;
}

.look-book h1 {
    position: relative;
    z-index: 100;
}
/* 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;
}

/* 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;
}
.order-0 .featuresPrime {
    margin: 0;
}
.order-4 > div {
    background: #e5e1de !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%;
}