#order_email {display:none}
/*  календарь */
.default_date{color: #ff7700; cursor: pointer;}
.title_date{color: #0099ff;}
/*.act_date{color: #0099ff;}*/
.current_date{color: #0099ff;cursor: pointer;}
.inactivated_date {color: #bbbbbb;cursor: not-allowed;}
.no_slot_date{color: #bbbbbb;cursor: not-allowed;}
#addtocartbtn{
    /*display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
    padding: .5em 1.8em;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50px;
    background: linear-gradient(270deg,#F70 0%,#FF9B43 100%);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    border: none;
    color: white;
}
#addtocartbtn:hover{
    background: linear-gradient(34deg,rgba(0,204,51,0.5942752100840336) 0%,rgba(0,204,51,1) 50%,rgba(0,204,51,1) 100%) !important;
    border-image: linear-gradient(34deg,rgba(0,204,51,0.5942752100840336) 0%,rgba(0,204,51,1) 50%,rgba(0,204,51,1) 100%) !important;
}
.headercalendar {padding: 15px;}