.btn.btn-emag {
    background: linear-gradient(to right,#4a60c1 10%,#3985e0);
    border-width: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    padding-left: 42px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 500;
}

.btn.btn-emag>i {
    height: 36px;
    width: 60px;
    line-height: 36px;
    font-size: 21.33333px;
    border-radius: 3px;
    padding-right: 5px;
    color: #fff;
    background: #fe2d34;
    background-image: linear-gradient(to right,#cf3f50,#fe2d34);
    border-top-right-radius: 0 0!important;
    border-bottom-right-radius: 37% 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    z-index: 1;
}

.doua-randuri {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 18px; /* fallback */
    max-height: 36px; /* fallback */
    min-height: 36px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    /*text-align: center;*/
}

.whatsapp {
    position: fixed; 
    bottom: 50px; 
    right: 10px; 
    z-index: 999; 
    overflow: hidden; 
    padding: 10px; 
    color: #fff; 
    background-color: #25D366; 
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
}
.whatsapp:hover {
    color: #fff;
}

.label-black-friday-2{
    position: absolute;
    width: 100%;
    bottom: -9%;
    left: 0;
    text-align: center;
}

.pulse { 
    padding: 10px;
    box-shadow: 0 0 0 rgba(255,0,0, 4.7);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 4.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 4.7);
        box-shadow: 0 0 0 0 rgba(255,0,0, 4.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
        box-shadow: 0 0 0 10px rgba(255,0,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
        box-shadow: 0 0 0 0 rgba(255,0,0, 0);
    }
}