.grid_item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid_item figure{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .grid_item figure{
        height: 200px;
    }
}
.active-url-link{
    color: #ffae00 !important;
    font-weight: bold;

}
.btn_go_whatsapp {
    background-color: #039238;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;

}

.btn_go_whatsapp-share {
    color: #ffffff;
    padding: 5px 5px;
    border-radius: 0px;
    width: 30px;
    text-align: center;
    height: 30px;
}
.btn_go_whatsapp-share i{
    font-size: 15px;
}
.btn_go_whatsapp-share:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.btn-facebook {
    background-color: #1877F2;
}
.btn-instagram {
    background-color: #E1306C;
}
.btn-twitter {
    background-color: #1DA1F2;
}
.btn-linkedin {
    background-color: #0077B5;
}
.btn-pinterest {
    background-color: #E60023;
}
.btn-whatsapp {
    background-color: #25D366;
}
.footer-end{
    background-color: #2c2e83;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
.footer-end a{
    color: #fff;
}
.old_price{
    color: red;
    text-decoration: line-through;
    opacity: 0.5;
}
.btn-delete-cart-ps{
    background-color: #ff0000 !important;
    color: #fff !important;
}
.btn-delete-cart-ps:hover{
    background-color: #ff5f5f !important;
}
