body {
}

product-img-responsive {
    max-width: 120px;
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .product-img-responsive {
        max-width:100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /*max-width: 100% !important;*/
        max-width: 1320px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wa-float {
    position: fixed;
    bottom: 18px;
    left: 18px;
    z-index: 2147483647;
    display: flex;
}

html[dir="rtl"] .wa-float {
    left: auto;
    right: 18px;
}

.wa-float a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #25D366;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.wa-float svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

@@media print {
    .wa-float {
        display: none;
    }
}



