#whatsappchat.top-left {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
}
#whatsappchat.top-right {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
}
#whatsappchat.bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
#whatsappchat.bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}
#whatsappchat img {
    max-width: 76px;
}
/*10Jan25*/
#order_whatsappchat.bottom-left.top {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    z-index: 9;
}
#order_whatsappchat.bottom-left a {
    color: #fff;
    padding: 10px 20px 10px 10px;
    background: #1da851;
    border-radius: 0 10px 10px 0;
    display: flex;
    font-size: 15px;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
}
#order_whatsappchat img {
    max-width: 30px;
}
#order_whatsappchat.bottom-left.top {
    bottom: 68px;
}
@media (max-width: 767px){
    .checkout-index-index #order_whatsappchat.bottom-left {
        display: none;
    }
    #order_whatsappchat.bottom-left {
        z-index: 9;
    }
}
#whatsappchat.bottom-left a {
    color: #fff;
    padding: 10px 20px 10px 10px;
    background: #1da851;
    border-radius: 0 10px 10px 0;
    display: flex;
    font-size: 15px;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
}
#whatsappchat img {
    max-width: 30px !important;
}
#whatsappchat.bottom-left.top {
    bottom: 68px;
}
#whatsappchat.bottom-left {
    margin-left: 0;
    z-index: 9;
}
@media (min-width: 1024px){
    .checkout-index-index #whatsappchat.bottom-left,.checkout-index-index #order_whatsappchat.bottom-left {
        left: auto;
        right: 0;
    }
    .checkout-index-index #whatsappchat.bottom-left a,.checkout-index-index #order_whatsappchat.bottom-left a {
        padding: 10px 15px 10px 10px;
        border-radius: 10px 0 0 10px;
    }
}
/*10Jan25*/