/* ICON BAR BEGINS */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }
  @media (max-width: 1440px) {
    .icon-bar {
      max-width: 50px; } }
  @media (max-width: 1440px) {
    .icon-bar img {
      width: 100%;
      max-width: 15px; } }

/* Style the icon bar links */

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-bottom: 1px solid #fff;
  font-size: 20px; }
.icon-bar a:last-child {border-bottom: unset;}
  @media (max-width: 1440px) {
    .icon-bar a {
      padding: 12px; } }

.icon-bar {color: #ffffff; overflow: hidden; border-top-right-radius: 15px; border-bottom-right-radius: 15px; box-shadow: 0px 0px 30px rgb(0 0 0 / 15%); z-index: 999; }
.icon-bar .appointment {background: #000000;}
.icon-bar .phone {background: #000000;}
.icon-bar .book {background: #000000; }
.icon-bar .cart {background: #000000; }
.icon-bar .shop { background: #000000; }
/* ICON BAR ENDS */
