.notifications{
    position: fixed;
    right: 25px;
    background: #fff;
    padding: 14px;
    z-index: 9999;
    top: 110px;
    border-radius: 50%;
    color: #fff;
    background: #df0334;
    text-transform: uppercase;
    width: 30px;
    height: 30px;
}
.notifications a{
	text-decoration: none;
	color: #fff;
}
.notifications a:hover{
	color: #fff;
}
.notifications:hover .notifications-label{
    /*display: block;*/
    width: 130px;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.notifications-count{
    font-size: 25px;
    display: block;
    color: #fff;
    position: relative;
    z-index: 1;
    top: 2px;
    text-align: center;
    background: #df0334;
}
.notifications-label{
    position: absolute;
    right: 33px;
    display: block;
    top: 12px;
    background: #df0334;
    padding: 10px;
    width: 0px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* display: none; */
    white-space: nowrap;
    font-size: 13px;
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(223, 3, 52, 0.4);
  box-shadow: 0px 0px 0px 5px  rgba(223, 3, 52, 0.5);
  animation: pulse 1s infinite;
}

.admin-link {
    position: fixed;
    z-index: 9999999999999;
    background: #ffc80a;
    top: 84px;
    left: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    width: 107px;
}

.button span.ladda-label,
.button span.ladda-spinner
{
  padding: 0;
}

.has-error .help-block.help-block-error{
  color: red;
  font-size: 14px;
}
/*.pulse:hover,
.pixels-wrapper.active .pulse{
  animation: none;
  box-shadow: none;
}*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 3, 52, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(223, 3, 52, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(223, 3, 52, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(223, 3, 52, 0.5);
    box-shadow: 0 0 0 0 rgba(223, 3, 52, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(223, 3, 52, 0);
      box-shadow: 0 0 0 10px rgba(223, 3, 52, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(223, 3, 52, 0);
      box-shadow: 0 0 0 0 rgba(223, 3, 52, 0);
  }
}

.st0{fill:#1D1D1B;}
.st1{fill:#1D1D1B;stroke:#1D1D1B;stroke-width:2;stroke-miterlimit:10;}
.st2{fill:url(#SVGID_1_);}
.st3{fill:url(#SVGID_2_);}
.st4{opacity:0.32;fill:url(#SVGID_3_);}
.st5{opacity:0.32;fill:url(#SVGID_4_);}
.st6{opacity:0.32;fill:url(#SVGID_5_);}

.mobile-header__logo svg,
.mobile-header__logo img,
.site-header__logo svg,
.site-header__logo img{
  width: 100%;
}
.site-header__logo{
  background: #FFF;
}


.search--location--header .search__input,
.search--location--header .search__input:hover{
  color: #3d464d;
}

.has-error  .help-block.help-block-error,
.has-error  .help-block{
    margin-top: .25rem;
    font-size: 70%;
    color: #dc3545;
    /*position: absolute;*/
    top: 100%;
    margin: 0;
    line-height: 1;
    right: 0px;
    width: auto;
    color: #fff;
}

.has-error input{
  border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-error{
  position: relative;
}

.active-star{
  color: #94b800;
}

.restu-menu-item .menu-cat.not:before{
  background: #b80000;
}

button.order-btn:focus{
  background: #FFF;
}

.restu-menu-item .menu-price .order-block .order-btn{
  background: #FFF;
}

.has-error .help-block{
    color: #fff;
    /*position: absolute;*/
    background: #b80000;
    padding: 5px 5px 4px 5px;
    top: 47px;
    right: 10px;
    width: auto;
    text-transform: uppercase;
    line-height: 1;
}

.has-error input:not([type]),
.has-error input[type=text]:not(.browser-default),
.has-error input[type=password]:not(.browser-default),
.has-error input[type=email]:not(.browser-default),
.has-error input[type=url]:not(.browser-default),
.has-error input[type=time]:not(.browser-default),
.has-error input[type=date]:not(.browser-default),
.has-error input[type=datetime]:not(.browser-default),
.has-error input[type=datetime-local]:not(.browser-default),
.has-error input[type=tel]:not(.browser-default),
.has-error input[type=number]:not(.browser-default),
.has-error input[type=search]:not(.browser-default),
.has-error textarea.bsm-textarea{
    border-bottom: 1px solid #b80000;
    -webkit-box-shadow: 0 1px 0 0 #b80000;
    box-shadow: 0 1px 0 0 #b80000;
}

.restu-menu-item .menu-price .order-block .order-btn{
  font-size: 12px;
}

.menu-title a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 180px;
    vertical-align: top;
}

.menu-desc.row.align-items-center{
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.reviews-author__photo,
.clients-slide__photo{
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
}

.header-logo__icon{
  background: #FFF;
}