:root{
    --website-color: #4ea1f3;
    --bs-blue: #0d6efd;
    --bs-cyan: #0dcaf0;
    --bs-gray: #9a9ca5;
    --bs-green: #44670d;
    --bs-light-green: #7DAF18;
}
.product-grid{
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;

}
.product-grid:before,
.product-grid:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 1px solid #32854b;
    border-left: 1px solid #32854b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.product-grid:after{
    border: none;
    border-right: 1px solid #32854b;
    border-bottom: 1px solid #32854b;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.product-grid:hover:before,
.product-grid:hover:after{
    width: 100%;
    height: 100%;
}
.product-grid .product-image{
    padding: 1px;
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-sale-label{
    color: #fff;
    background-color: #57b8eb;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 2px 8px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li a{
    color: #aaa;
    font-size: 16px;
    line-height: 31px;
    height: 33px;
    width: 33px;
    margin: 0 0 7px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{
    color: #fff;
    background-color: #32854b;
    border-color: #32854b;
}
.product-grid .product-content{ padding: 15px; }
.product-grid .title{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 11px;
}
.product-grid .title a{
    color: #202020;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #999; }
.product-grid .price{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 12px;
}
.product-grid .price span{ text-decoration: line-through; }
.product-grid .add-cart{
    color: #32854b;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
}
.product-grid .add-cart:hover{
    color: #fff;
    background: #32854b;
    border-color: #32854b;
}
.product-grid .add-cart-btn{
    color: #f3f3f3;
    background: #32854b;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid #32854b;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
}
.add-cart-btn{
    color: #f3f3f3!important;
    background: #32854b;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid #32854b;
    border-radius: 5px;
    /*display: block;*/
    transition: all 0.3s ease;
}
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

/*==============counter==========*/
.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
}
.quantity__minus,
.quantity__plus {
    display: block;
    width: 2rem;
    height: 2rem;
    /*margin: 0 0.5rem 0 0.5rem;*/
    background: #32854b;
    text-decoration: none;
    text-align: center;
    line-height: 2rem;
}
.quantity__minus:hover,
.quantity__plus:hover {
    background: #32854b;
    color: #fff;
}
.quantity__minus {
    border-radius: 3px 0 0 3px;
}
.quantity__plus {
    border-radius: 0 3px 3px 0;
}
.quantity__input {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    /*border-top: 2px solid #000;*/
    /*border-bottom: 2px solid #000;*/
    /* border-left: 1px solid #dee0ee; */
    /* border-right: 2px solid #dee0ee; */
    background: #32854b;
    color: #ffffff;
}
.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}
.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}
.no-border-radius {
    border-radius: 0px !important;
}

.ing-spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: var(--bs-green);
    border-bottom-color: var(--bs-green);
    border-left-color: var(--bs-light-green);
    border-right-color: var(--bs-light-green);
    animation: spinner .8s ease-in-out infinite alternate
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
.bg-add-card {
    background-color: #d9d9d9;
}
.text-e5e {
    color: #d9d9d9 ;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
    .plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .plans .plan {
        width: 100%;
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}
@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}
