/** Shopify CDN: Minification failed

Line 15:10 Expected identifier but found whitespace
Line 15:12 Unexpected "{"
Line 15:21 Expected ":"
Line 15:40 Expected identifier but found "!"
Line 18:9 Expected identifier but found whitespace
Line 18:11 Unexpected "{"
Line 18:20 Expected ":"
Line 18:39 Expected identifier but found "!"

**/
/*   Top bar header */
  .top-bar-menu ul li a, .top-bar-text{
    color: {{ section.settings.color }} !important;
  }  
  .top-bar a svg path {
    fill: {{ section.settings.color }} !important; 
  }
  .flex-top-bar {
    display: flex;
    align-items: center;
    height:40px;
  }
  /* .flex-top-bar > div {
    width: 50%;
  } */
  .social_icon svg {
    width: 18px;
    margin-right: 15px;
  }
  .social_icon {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .top-bar-menu ul {
    margin: 0;
  }
  .social_icon a {
    width: 20px!important;
    margin-right: 15px;
  }
  .top-bar-social-icons {
    display: flex;
    justify-content: flex-end;
    padding-right: 3%;
    align-items: center;
  }
  .top-bar-text {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 400;
    line-height: 26.88px;
    text-align: center;
  }
  .top-bar {
    background-color: #000;
    color: #fff;
  }
  .top-bar a {
    color: #fff;
    font-size: 12px;
  }
  .top-bar-menu ul li {
    list-style: none;
    text-decoration: none;
    margin: 0;
  }
  .top-bar-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top-bar-menu ul li a {
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
  }
  .top-bar-menu ul li:first-child a {
    background-color: #e6e6e6;
    color: #000 !important;
  }
  .top-bar a svg path {
    fill: #fff;
  }
  