#whatsapp { position: fixed; bottom: 240px; right: 10px; z-index: 1060; background-color: #6fcb3e; width: 46px; height: 46px; border-radius: 50%; background-image: url("../img/whatsapp.svg"); background-position: center; background-repeat: no-repeat; background-size: 46px 46px; box-shadow: 0 8px 17px 0 rgb(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0, 0, 0, 0.2); }
#telegram { position: fixed; bottom: 170px; right: 10px; z-index: 1060; background-color: #009dfe; width: 46px; height: 46px; border-radius: 50%; background-image: url("../img/telegram.svg"); background-position: center; background-repeat: no-repeat; background-size: 32px 32px; box-shadow: 0 8px 17px 0 rgb(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0, 0, 0, 0.2); }

#email_us { position: fixed; bottom: 100px; right: 10px; z-index: 1060; background-color: #373778; width: 46px; height: 46px; border-radius: 50%; background-image: url("../img/email.png"); background-position: center; background-repeat: no-repeat; background-size: 46px 46px; box-shadow: 0 8px 17px 0 rgb(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0, 0, 0, 0.2); }
    #email_us .cd-btn { background-color: transparent; }
        #email_us .cd-btn:hover { background-color: transparent; }
/*.cd-modal-action .cd-btn {
	  display: none !important;
	}*/

@media (max-width: 768px) {
    /*.cd-modal-action .cd-btn {
    display: none !important;
  }*/
    .btnDiscount { top: unset !important; left: auto !important; right: 10px !important; bottom: 250px !important; }
    #btnDiscount { width: 96px !important; height: 96px !important; border-radius: 50% !important; box-shadow: 0 8px 17px 0 rgb(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0, 0, 0, 0.2) !important; border: 1px solid #666; }
    #btnDiscount { width: 48px !important; height: 48px !important; }
}

@media only screen and (max-width: 768px) {
    /*.cd-modal-action {
		display:none;
	}*/
}
