div#side-notifications {
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 100000000000;
    width: auto;
}
div#side-notifications .notification {
    float: right;
    width: 330px;
    padding: 25px 20px 13px;
    position: absolute;
    bottom:0px;    
    background: white;
    color: #000000;
    text-align: center;    
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.28);
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.28);
    border-radius: 3px;        
}



div#side-notifications .notification.active {
    transform: translate(0,25%);
    transition: all .24s ease-in-out;
    opacity: 0;
}

div#side-notifications .notification.active.show {
    transform: translate(0,0);
    opacity: 1;    
    transition: all .38s ease-in-out;   	
}


div#side-notifications .notification.delayed {
    bottom:-40px;
    opacity:0;
    transition:all 0.25s;
}

div#side-notifications .notification.delayed.show {
    bottom:0px;
    opacity:1;
    
   transition: opacity 0.7s ease-in-out, bottom 0.55s  ease-out;
	
}

div#side-notifications .notification .close { 
    font-size: 18px;
    color: black;
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 6px 10px;
    cursor:pointer;    
}
div#side-notifications .notification .close:hover { color:#909090; }



div#side-notifications .notification p.data { 
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.19px;   
    line-height: 22px;
    margin-bottom:5px;
}

div#side-notifications .notification p.bottom-data { 
    font-size: 14px;
}


div#side-notifications .notification.loyalty-expire { 
    background: #FFF2FE;
}
div#side-notifications .notification.loyalty-new-stage {
    width:290px; 
    background: #FFECE1;
    padding-right: 30px;
    padding-left: 30px;
}


/* Type 1 */
div#side-notifications .notification.type1 {
    width: 357px;
    border: 1px solid #CECECE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 5px;
}
div#side-notifications .notification.type1 .title {
    font-size: 24px;
    font-family: 'almoni-neue-bold';
    line-height: 30px;
    margin-bottom: 6px;
}
div#side-notifications .notification.type1 .desc {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 24px;
}
div#side-notifications .notification.type1 .action-row {
    margin-top: 25px;
}
div#side-notifications .kerastase-notification .fab {
    right: 23px;
    font-size: 26px;
    position: absolute;
    top: 6px;
}
div#side-notifications .kerastase-notification .fa-whatsapp:before {    
    font-family: 'Font Awesome 5 Brands';
}

div#side-notifications .kerastase-notification .btn:hover {
    background: #16BF55;
    color: white;
    box-shadow: 2px 2px 0 0 #16bf554d;
    -moz-box-shadow: 2px 2px 0 0 #16bf554d;
    -webkit-box-shadow: 2px 2px 0 0 #16bf554d;
}
div#side-notifications .kerastase-notification .btn {
    background: #FFFFFF;
    border: 1px solid #16BF55;
    border-radius: 21px;
    color: #16BF55;
    font-size: 17px;
    font-family: 'almoni-neue-bold';
    height: 42px;
    line-height: 40px;
    padding: 0;
    min-width: 195px;
    position: relative;
    padding-right: 23px;
    display: inline-block;
    float: none;

    box-shadow: 4px 4px 0 0 #16bf554d;
    -moz-box-shadow: 4px 4px 0 0 #16bf554d;
    -webkit-box-shadow: 4px 4px 0 0 #16bf554d;
}
div#side-notifications .notification.type1 .link-btn.close {
    font-size: 17px;
    text-decoration: underline;
    position: relative;
    top: -14px;
    margin-right: 7px;
}
div#side-notifications .notification.type1 .link-btn.close:hover { 
    text-decoration: none;
}

div#side-notifications .kerastase-notification.custom-action .btn {
    background: #16BF55;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    font-family: 'almoni-neue-bold';
    height: 45px;
    line-height: 44px;
    padding: 0;
    min-width: 199px;
    position: relative;
    padding-right: 23px;
    display: inline-block;
    float: none;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div#side-notifications .kerastase-notification.custom-action .fab {
    font-size: 22px;
    color: #fff;
    top: 10px;
}
div#side-notifications .custom-action.kerastase-notification {
    position: fixed;
    right: 155px;
    bottom: 8px;
    z-index: 100000000;
}
div#side-notifications.custom-action-active { 
    position: static;
    bottom: 0;
    right: 0;
    z-index: initial;
    width: 0px;
}

div#side-notifications .school-call.kerastase-notification.custom-action .btn { 
    background: black;
    border: black;
    font-size: 18px;
    padding-right: 0;
    border-radius: 40px;
}
div#side-notifications .school-call.custom-action.kerastase-notification {
    right: 10px;
}
div#side-notifications .school-call.custom-action.kerastase-notification .btn i{
    font-size: 15px;
    margin-left: 7px;
    position: relative;
    top: 1px;
}
div#side-notifications .school-call.custom-action.kerastase-notification .btn i:before { 
    font-weight: bold;
}
div#side-notifications .school-call.kerastase-notification.custom-action .btn:hover {
    background: #333;
}


@media only screen and (max-width: 980px) {
    div#side-notifications .custom-action.kerastase-notification {        
        right: auto;
        left: 20px;                
    }
}

@media only screen and (max-width: 580px) {
    div#side-notifications {
        right: 0px;
        bottom: 0px;    
        width: 100%;    
    }    

    div#side-notifications .notification {
        width: 99% !important;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0.5%;
    }

    div#side-notifications .notification p.data {
        font-size: 24px;
        line-height: 27px;
    }


   
}

@media only screen and (max-width: 380px) {
    div#side-notifications .notification {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 16px;
        padding-bottom: 7px;
    }
    div#side-notifications .notification p.data {
        font-size: 20px;
        line-height: 24px;
        margin-bottom:2px;
    }
}