@media (max-width: 1200px) {
.menu-item-has-children .righticon {
width: 100%;
height: 50px;
top: 5px;
text-align: right;
}
}
#floatingreservationsbutton {
display:none;
}
@media (max-width: 650px) {
#floatingreservationsbutton {
display: block;
position: fixed;
text-decoration: none;
z-index: 2147483647;
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
transform: scale(1);
bottom: 15px;
left: 20px;
background:#701314;
color:#fff;
text-align:center;
line-height:55px;
}
#floatingreservationsbutton svg {
width: 24px;
vertical-align: middle;
}
#floatingreservationsbutton svg path {
fill:#fff;
}
}