.prod-home-categories, .popup-home-products{
    -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
    background-color: #fff;
    border-radius: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 4px solid transparent;
}
.prod-home-categories .elementor-image-box-img img{
    width: 100%;
    background: #E6E7E8;
}
.popup-home-products .elementor-image-box-img img{
    width: 100%;
    background: #E6E7E8;
    object-fit: none;
    height: 250px;
}
.prod-home-categories:hover, .popup-home-products:hover{
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-bottom: 4px solid #858585;
    cursor: pointer;
}
.woostify-svg-icon.icon-shopping-cart-2{
    padding-right: 8px;
    height: 17px;
    vertical-align: middle;
}
.no-scroll{
    overflow-y: hidden;
}
.products-popup{
    display: grid !important;
}
.products-popup .prod-main-content{
    max-width: 400px;
}
.products-popup .elementor-widget-image-box .elementor-image-box-img{
    display: block;
}
.products-popup .prod-main-content .elementor-image-box-content{
    padding-bottom: 25px;
}
/* Basic styling for the modal overlay and content */
.modal-overlay {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 0 auto;
}
.modal-content .btn-close{
    right: 30px;
    top: 30px;
    border-radius: 100%;
    z-index: 3;
    position: absolute;
    text-shadow: none;
    background: #fff;
    color: #ff7070;
    border: 2px solid #ff7070;
    opacity: 1;
    font-size: 16px;
    width: 30px;
    transition: all 0.2s linear;
}
.modal-content .btn-close:hover{
    color: #ff0a0a;
    border-color: #ff0a0a;
}
.modal-content h2 {
    margin-top: 0;
}

.close-btn {
    background: #ff5c5c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.trigger-btn {
    padding: 10px 20px;
    background-color: #0071a1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-content {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 992px) {
    .modal-content {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-content {
        max-width: 1140px;
    }
}
@media (max-width: 667px) {
    .products-popup{
        display: block !important;
    }
    .products-popup .prod-main-content{
        margin-bottom: 25px !important;
    }
}
.express-order-details{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 1rem 1rem;
    border-radius: 0.3rem !important;
    font-size: 16px;
    font-weight: 400;
}