.bannerProduct {
    display: flex;
    flex-wrap: wrap;
}

.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 17px;
}

.addThis_listing {
    padding: 0;
    list-style-type: none;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: fixed;
    right: 25px;
    bottom: 70px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 19;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.website-alo-phone {
    position: fixed;
    right: 15px;
    bottom: 180px;
    visibility: visible;
    background: 0 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 19;
}

.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 35px;
    left: 1px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .5s;
    background-color: #fe935b;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 48px;
    left: 15px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
    background-color: #ff762f;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
}

.website-alo-phone .animated.infinite.tada {
    animation-name: tada;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite i {
    zoom: 1.7;
    color: #fff;
    display: block;
    padding: 3px;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}