img{
    max-width: 100%;
    height: auto;
}

.shop-sec{
    padding: 100px 0;
}


@media(max-width:767px){
    .shop-sec{
        padding: 30px 0;
    }
}

.product-box{
    padding: 10px;
    border:1px solid #a1a387;
}

.pro-img{
    height: 360px;
    background-color:#dddfb8;
}

.pro-img img{
    height: 100%;
    object-fit: contain;
}

.price-head{
    padding: 10px 0;
}

.product-box h4{
    padding-bottom:10px;
}

.pro-quantity select{
    height: 60px;
    width: 100%;
    border: none;
    background-color: #0d190e;
    border: 1px solid var(--grdeen-border-color, #e7e7e7);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 15px;
    color: #f4fcf7;
    font-family: var(--grdeen-font, "Inter", sans-serif);
    display: block;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ins-btn {
    text-align: center;
}

p{
    color: #eee;
}

.order_box{
    padding: 10px;
    border: 1px solid var(--grdeen-border-color, #e7e7e7);
}

.order_box li{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    color: #eee;
}

.order_box li span{
    color: #eee;
}

.creat_account  label{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.error_handler_body_content p{
    color: #333;
}



/* Cookie Consent */

#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #1a9120;
        padding: 15px;
        /* display: flex; */
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #1a9120;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #1a9120;
    }


