.call-widget, .whatsapp-widget {
    position: fixed;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    z-index: 9999;
	 border-radius: 100%;
}
.call-widget:hover, .whatsapp-widget:hover{
 background: linear-gradient(to left, #624c37, #ed9b1d);
}
.call-widget:active, .whatsapp-widget:active{
 background: linear-gradient(to left, #624c37, #ed9b1d);
}
.call-link, .whatsapp-link {
    display: block;
    text-decoration: none !important;
    color: #000;
    font-weight: 700;
}

.call-widget {
    right: 20px;
    bottom: 110px;
}

.call-widget-full{
    right: 0px;
    bottom: 0px;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    z-index: 9999;
}

.whatsapp-widget {
    right: 20px;
    bottom: 160px;
	
}
@media only screen and (max-width: 768px) {
    .call-widget, .whatsapp-widget {
        display: block;
        font-size: 14px;
		   

    }
}
@media only screen and (max-width: 768px) {
    .call-widget-full {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.whatsapp-qr-container {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.whatsapp-qr-background {
    width: 100%;
    height: 100%;
    background-image: url('../images/whatsapp-layout.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-qr-background img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 15px; 
    left: 15px;
    z-index: 10;
}
