﻿#modalCartclear .modal.show {
   
    opacity: 9;
    z-index: 9;
    transition: 1s;
}

.cart-clear-model .modal-dialog {
    left: -50%;
    transition: .8s !important;
    top: 80px;
    max-width: 570px;
}

.cart-clear-model .modal.show .modal-dialog {
    left: 0;
    top: 30px;
}

#modalCartclear .modal {
    display: block !important;
    z-index: -9;
    opacity: 0;
    transition: 1s;
}

 

/*clearcart popup styles*/


.cart-clear-model .modal-content {
    border-radius: 0;
}



.cart-clear-model .modal-body {
    padding-bottom: 30px;
}

.cart-clear-model .modal-header {
    background: #002f6d;
    padding: 0.3rem 1rem;
    justify-content: center;
}

.cart-clear-model .modal-title {
    font-family: var(--font-noto);
    font-size: 24px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.cart-clear-model img {
    height: 45px;
    margin: 1rem 0;
}

.cart-clear-model h6 {
    font-size: 18px;
    color: #002f6d;
    font-weight: 600;
    margin-bottom: 16px;
}

.cart-clear-model p {
    font-size: 16px;
    color: #444444;
}

.clear-yes {
    background: var(--primary-green);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1rem;
    margin: 0 auto;
    width: 170px;
    font-size: 16px;
}

.clear-no {
    border: solid 2px var(--primary-green);
    background-color: #fff;
    padding: 0.3rem 1rem;
    color: #fff;
    font-weight: 600;
    width: 170px;
    font-size: 16px;
    margin-right: 10px;
}

/*already cart style*/
.is-cart-item{
    display:none;
}
/*.product-list-active.already-cart:hover .is-cart-item {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2;
}*/
.product-list-active.already-cart:hover .is-cart-item {
    display: block;
}
.product-list-active.already-cart:hover::after {
    position: absolute;
    right: 12px;
    content: "";
    left: 12px;
    top: 12px;
    bottom: 12px;
    background: rgba(255,255,255,.8);
    z-index: 1;
}
.product-list-active.already-cart:hover .is-cart-item {
    padding: 10px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 3px;
    background: #005696;
    z-index: 3;
    transform: translate(-50%, -50%);
    width:90%;
    color:#fff;
}
.close-clear-cartpopup {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 32px;
    position: absolute;
    right: 15px;
    color: #fff;
}
#modalCartclear .modal-header{
    align-items:center;
}
.delta-price-card {
    height: 100%;
    position: relative;
    cursor: pointer;
}

    .delta-price-card.scaled {
        transform: scale(1.05);
        transform-origin: top;
    }

.selected-delta {
    color: #3daf2c;
    font-size: 50px;
    position: absolute;
    top: -35px;
    left: -25px;
}

.buy-now-btn.delta-buy-now {
    width: 200px;
}


@media (max-width:767.98px) {
    .clear-no {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/* --------------subscription styles--------------- */
.products_plans_wrapper {
    padding: 3rem 0 2rem 0;
}

    .products_plans_wrapper .subs_plan {
        width: 90%;
        border-bottom: solid 1px #707070;
    }

        .products_plans_wrapper .subs_plan strong {
            background: #fff;
            padding: 15px 70px;
            position: absolute;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 26px;
            font-weight: 600;
            text-transform: capitalize;
            color: #444;
        }

            .products_plans_wrapper .subs_plan strong::before {
                width: 8px;
                height: 8px;
                background: #707070;
                border-radius: 50%;
                position: absolute;
                content: "";
                left: 0;
                top: 31px;
            }

            .products_plans_wrapper .subs_plan strong::after {
                width: 8px;
                height: 8px;
                background: #707070;
                border-radius: 50%;
                position: absolute;
                content: "";
                right: 0;
                top: 31px;
            }

    .products_plans_wrapper .list_box_wrapper {
        width: 75%;
        padding: 5rem 3rem 0 3rem;
    }

    .products_plans_wrapper .delta-price-card {
        max-width: 320px;
        box-shadow: 0 3px 6px 0 rgba(211, 211, 211, 0.58);
        border: 0;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 0 15px;
        border-radius: 0;
    }

    .products_plans_wrapper .delta-price-hr p.hd-p {
        font-size: 20px;
        font-weight: 400;
        color: #444;
        margin-bottom: 6px;
    }

        .products_plans_wrapper .delta-price-hr p.hd-p.rate {
            font-weight: 600;
            font-size: 22px;
        }

    .products_plans_wrapper .delta-price-hr .list-head > p strong {
        font-size: 25px;
        font-weight: 600;
        color: #005696;
    }

    .products_plans_wrapper .price_list_bottom {
        width: 90%;
    }

    .products_plans_wrapper .product-list-active .selected-tick-first-row {
        display: block !important;
        position: absolute;
        top: -25px;
        left: -15px;
        height: 40px;
        width: 40px;
        object-fit: contain;
    }

    .products_plans_wrapper .product_list_box_style:first-child .delta-price-card::before {
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.6;
        z-index: -1;
    }

    .products_plans_wrapper .product_list_box_style:nth-child(2) .delta-price-card::before {
        background-color: #effafc;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
    }

    .products_plans_wrapper .product_list_box_style:nth-child(3) .delta-price-card::before {
        background-color: #e3f2fb;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
    }

    .products_plans_wrapper .product_list_box_style:last-child .delta-price-card::before {
        background-image: linear-gradient(to bottom, #00a0c8, #002f6d);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
    }

    .products_plans_wrapper .product_list_box_style:last-child .delta-price-hr .list-head > p strong, .products_plans_wrapper .product_list_box_style:last-child .delta-price-hr p.hd-p {
        color: #fff;
    }

    .products_plans_wrapper .product_list_box_style:last-child .products_plans_wrapper .list-head {
        border-bottom: solid 1px #e2e1e0;
    }

.product-list-active {
    border: solid 1px #3cad2c !important;
}

.products_plans_wrapper .list-head {
    border-bottom: solid 1px #a9c9e2;
}

#itemCart {
    font-size: 18px;
    color: red;
}

.delta-price-card-parent.card {
    border-radius: 0;
    border: 0;
    max-width: 320px;
}

.product_list_box_style .btn-success {
    padding: 6px 40px;
    border: solid 1.5px var(--primary-green);
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 0;
}

    .product_list_box_style .btn-success.buyNowActive {
        background: var(--primary-green);
        border: 0;
        color: #fff;
    }

.login-register-wrap .login-btn {
    background: var(--primary-green);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1rem;
    width: 200px;
    font-size: 16px;
}

.login-register-wrap .register-btn {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 2px var(--primary-green);
    background-color: #fff;
    padding: 0.3rem 1rem;
    color: var(--primary-green);
    font-weight: 600;
    width: 180px;
    font-size: 16px;
}


.login-register-wrap a {
    margin: 0 10px;
}

.login-register-wrap {
    margin: 20px 0;
    width:100%;
}

.product_list_box_style {
    text-align: center;
}

    .product_list_box_style:first-child .login-myaccount, .product_list_box_style:last-child .login-myaccount {
        display: none;
    }

@media (max-width:1536px) {
    .products_plans_wrapper .subs_plan strong {
        font-size: 22px;
    }

        .products_plans_wrapper .subs_plan strong::before, .products_plans_wrapper .subs_plan strong::after {
            top: 28px;
        }

    .products_plans_wrapper .list_box_wrapper {
        width: 85%;
    }

    .products_plans_wrapper .delta-price-hr .list-head > p strong {
        font-size: 22px;
    }

    .products_plans_wrapper .delta-price-hr p {
        font-size: 20px;
    }
}

@media (max-width:1366px) {
    .products_plans_wrapper .list_box_wrapper {
        width: 94%;
    }

    .products_plans_wrapper .delta-price-hr p.hd-p.rate {
        font-size: 20px;
    }

    .products_plans_wrapper .delta-price-hr p.hd-p {
        font-size: 17px;
    }

    .product_list_box_style.p-4 {
        padding: 1rem !important;
    }

    .products_plans_wrapper .list_box_wrapper {
        width: 100%;
        padding: 5rem 0rem 0 0rem;
    }
}

@media (max-width:1199.98px) {
    .products_plans_wrapper .list_box_wrapper {
        width: 100%;
    }
}

@media (max-width:991.98px) {
    .p-5.product_list_box_style {
        padding: 1rem !important;
    }
}

@media (max-width:767.98px) {
    .products_plans_wrapper .delta-pricing.p-5 {
        padding: 0 !important;
    }

    .products_plans_wrapper .subs_plan {
        width: 100%;
    }

    .products_plans_wrapper .subs_plan {
        border-bottom: 0;
        text-align: center;
    }

        .products_plans_wrapper .subs_plan strong {
            font-size: 22px;
            position: relative;
            transform: inherit;
            left: auto;
            background: transparent;
            display: inline-block;
            padding: 15px 6px;
        }

            .products_plans_wrapper .subs_plan strong::after, .products_plans_wrapper .subs_plan strong::before {
                content: none;
            }

    .products_plans_wrapper .list_box_wrapper {
        width: 100%;
        padding: 1rem 1rem 0 1rem;
    }
    .products_plans_wrapper .active-border{
        margin-top:30px !important;
    }
}
