.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.box_anmation{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 0px 23px;
  background: #f7f7f7;box-shadow: 0 0 10px #f9f9f9;
}
.box-animate-colum { 
  display: block; padding: 15px 30px; text-align: center; 
}
.box_anmation::before, .box_anmation::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9c0043;
}
.box-animate-colum::before, .box-animate-colum::after {
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background:#9c0043;
}
.box_anmation:hover::before, .box_anmation:hover::after {
  width: 100%;
}
.box_anmation:hover .box-animate-colum::before, .box_anmation:hover .box-animate-colum::after {
  height: 100%;
}

/*----- button 6 -----*/
.menu-box::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.menu-box::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.menu-box .box-animate-colum::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.menu-box .box-animate-colum::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.menu-box:hover::before, .menu-box:hover::after{
  left: 0;
}
.menu-box:hover .box-animate-colum::before, .menu-box:hover .box-animate-colum::after{
  top: 0;
}
#order-online {
  margin-bottom: 110px;
}
.c-container {
  padding-left: 15px;
  padding-right: 15px;
}


.additional-links mobile{
  display: none !important;
}
@media only screen and (max-width: 479px) {
    .additional-links.mobile {
        display: none !important;
    }
}