a.icon-cart {
    margin-left: 9.6px;
}
a.burger {
    display: none;
    
}
a.icon-cart p {
    height: fit-content;
    width: fit-content;
    line-height: 10px;
    margin: auto;
    position: absolute;
    top: 2px;
    font-size: 10px;
    bottom: 0px;
    right: 0px;
    left: -2px;
}
a.icon-cart {
    position: relative;
}
.header .bar .left, .header .bar .right, .header .bar .center {
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
}
.header .bar .left { 
    left: 5.7%;
}
.header .nav ul li a {
    padding: 0px;
}
.header .bar .left {
    height: fit-content;
}
.header .bar .center  {
    width: fit-content;
}
.header .bar .left a span {
    font-family: 'GothamRoundedBold';
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0px;
}
@media (max-width: 900px) {
    .header .bar .left a span {
        font-size: 16px;
    }
}
.header .bar ul.shop.expanded li a span {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
}
ul.shop.expanded li a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
ul.shop.expanded li a span.menu-icon {
    margin-right: 5px;
}
span.menu-icon img {
    height: 20px;
    width: 20px;
}
ul.shop.expanded {
    border: 4px solid #000000;
    border-radius: 20px;
  }
  ul.shop.expanded li {
    margin: 13px 5px;
  }
@media (max-width:620px) {
    a.burger {
        display: block;
    }
    .header .bar .left a i {
        font-size: 18px;

    }
    .header .bar .left {
        position: absolute;
        left: 25px;
        height: fit-content;
    }
    
}
@media (max-width: 800px) {
    
      .header .bar .left {
          left: 3%;
      }
}
@media (max-width:620px) {
    a.icon-cart p {
        top: 2px;
        left: -2px;
    }
    .header .bar .right a.icon-cart {
        display: flex;
    }
}

.icon-assistive-technology svg{
      width: 82px;
    height: 32px;
      vertical-align: inherit;
}