﻿.title-box-popup {
    font-size: 15px;
}

.desc-box-popup {
    font-size: 11px;
    color: #595959
}

.link-title {
    color: blue;
    font-size: 12px
}

.popup {
    z-index: 1000;
    bottom: 104px;
    transition: all 0.3s ease;
}

.chat-icon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 7px
}

.shadow-box-light {
    box-shadow: 10px 10px 20px 0 rgb(80 249 131/43%);
}

.shadow-box-dark {
    box-shadow: 0 4px 4px rgb(0 0 0/25%);
}

.chat-icon:hover {
    transform: scale(1.1);
}

.chat-icon.active {
    background-color: black !important;
    padding: 10px
}

.box-item {
    color: #000;
    width: 294px;
    height: 64px;
    box-shadow: 0 4px 19px -4px rgb(0 0 0/25%);
    box-shadow: 10px 10px 20px 0 rgb(152 173 217/25%);
    margin-block: 8px
}

.chat-box {
    bottom: 20px;
    right: 13px
}

.mobile-call-left {
    position: fixed !important;
    bottom: 25px !important;
    left: 13px !important;
    z-index: 99999 !important;
    width: 64px !important;
    height: 64px !important;
    background: transparent !important;
    border-radius: 50% !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

    .mobile-call-left img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        pointer-events: none !important;
    }

    .mobile-call-left:hover {
        transform: scale(1.1) !important;
    }

.contacts {
    padding: 3px 7px
}

    .contacts:hover {
        background-color: #E5EBEB;
        font-weight: bold;
        border-radius: 5px;
    }

.avatar {
    width: 48px;
    height: 48px
}

@media only screen and (max-width:680px) {
    .chat-box {
        bottom: 55px
    }

    .mobile-call-left.show-for-mobile {
        display: flex !important;
        bottom: 61px !important;
    }

    .popup {
        bottom: 134px;
    }
}

/* Fix WhatsApp icon positioning on product details pages for mobile */
@media only screen and (max-width:680px) {
    body.detail-back .chat-box {
        bottom: 140px
    }

    body.detail-back .popup {
        bottom: 214px;
    }

    body.detail-back .mobile-call-left {
        bottom: 136px !important;
    }
}