:root{
    --main_color: #7f3896
}

.products-grid{

}
.products-grid .products-grid__item{

}
.products-grid .products-grid__item .product-card-wrap{
    height: 100%;
}
.product-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card-wrap{
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
}
.product-card-wrap:hover{
    position: relative;
    margin-top: 0;
    padding: 0 20px;
    transition: .3s all;
}


/*.sidebar{*/
/*    position: static !important;*/
/*}*/

.whats_app{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;

}
.whats_app:before{
    content: '';
    display: block;
    border-radius: 50%;
    animation: animate-pulse 3s linear infinite;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%,-55%);
}
.whats_app a{
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    background: url("../../image/whatsapp.svg")center/cover no-repeat;

}

@keyframes animate-pulse{
    0%{

        box-shadow: 0 0 0 0 rgba(36, 209, 94,0.7),  0 0 0 0 rgba(36,209,94,0.7);
    }
    40%{
        border-radius: 50%;
        box-shadow: 0 0 0 20px rgba(36,209,94,0.0),  0 0 0 0 rgba(36,209,94,0.7);
    }
    80%{

        box-shadow: 0 0 0 20px rgba(36,209,94,0.0),  0 0 0 15px rgba(36,209,94,0);
    }
    100%{

        box-shadow: 0 0 0 0 rgba(36,209,94,0.0),  0 0 0 15px rgba(36,209,94,0);
    }

}

@media (max-width: 570px){
    .product-card-wrap .product-card div{
        width: 100% !important;
    }
}

.interactive-map__pin--43867{
    top: 342px;
    left: 192px;
}

.interactive-map__pin--43864{
    top: 332px;
    left: 492px;
}

.interactive-map__pin--43869{
    top: 62px;
    left: 590px;
}

.interactive-map__pin--43872{
    top: 29px;
    left: 500px;
}


.interactive-map__pin--43875{
    top: 270px;
    left: 542px;
}

.interactive-map__pin--43876{
    top: 271px;
    left: 141px;
}

.interactive-map__pin--43878{
    left: 260px;
    top: 425px;
}
.interactive-map__pin--43880{
    left: 608px;
    top: 46px;
}

.interactive-map__pin--43881{
    top: 244px;
    left: 244px;
}

.interactive-map__pin--43882{
        top: 60px;
    left: 492px;
}