﻿
.backgroundCompanyOragnationColor1 {
    background-color: #293575 !important;
}

.backgroundCompanyOragnationColor1 {
}

.productGroups .swiper-slide {
    border-radius: unset;
}

    .productGroups .swiper-slide:hover {
        box-shadow: unset;
    }

.productGroups .swiper {
    box-shadow: unset;
    padding: unset !important;
}

.productGroups .swiper-slide {
    padding: unset !important;
}


.buttonbar-second {
    display: inline-block !important;
    text-align: right;
    height: auto;
    position: fixed;
    left: 0;
    padding: 0;
    margin: 0;
    bottom:150px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.whatsapp-icon-img {
    /*width: 54px;*/
    height: 70px !important;
    border-radius: 54px;
    z-index: 9999999999999 !important;
    animation: pulse 2s infinite;
}


.animation-pulse-2s {
    animation: pulse 2s infinite;
}
.z-index-500000{
    z-index: 500000;
}