

.whatsapp-order-wrapper{
    position: fixed;
    right: 0;
    bottom: 77px;
    z-index: 99;
    cursor: pointer;
}
.whatsapp-order-wrapper .phone-icon-animation-container{
    position: relative;
    width: 260px;
    height: 101px;
}
.whatsapp-order-wrapper .text-wrapper{
    position: absolute;
    background: #50cc5d;
    color: #fff;
    text-align: center;
    width: 215px;
    height: 58px;
    top: 18px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
.whatsapp-order-wrapper .text-wrapper p{
    margin: 0;
}
.whatsapp-order-wrapper .text-wrapper .title{
    font-size: 13px;
    font-weight: 600;
}
.whatsapp-order-wrapper .text-wrapper .cta{
    font-size: 13px;
}
.whatsapp-order-wrapper .phone-icon-animation-container img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.whatsapp-order-wrapper  .item-01{
    width: 93px;
    height: 93px;
    border-radius: 180px;
    position: absolute;
    left: 0;
    top: 0;
    background: #50cc5d;
}
.whatsapp-order-wrapper  .item-03{
    width: 93px;
    height: 93px;
    border-radius: 180px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 50px;
    justify-content: center;
}
.whatsapp-order-wrapper  .item-04{
    width: 38px !important;
    right: 5px !important;
    left: auto !important;
    bottom: 0 !important;
    top: auto !important;
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

/* Mobile Layout */
@media only screen and (max-width: 767px){


    .whatsapp-order-wrapper{
        bottom: 0;
    }
    .whatsapp-order-wrapper .phone-icon-animation-container{
        width: 50vw;
        height: 58px;
    }
    .whatsapp-order-wrapper .item-01{
        display: none;
    }
    .whatsapp-order-wrapper .item-03{
        width: 58px;
        height: 58px;
        font-size: 40px;
    }
    .whatsapp-order-wrapper .text-wrapper{
        width: 100%;
        top: 0;
    }
}

.border {
    border-top: solid 6px #ffffff;
    border-radius:  0 0 2rem 2rem;
}