

  
  
  .js-sip__facetmobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
  

  }

  .js-sip__facetmobile__overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.45s ease-in-out;

  }

  body.hiddenoverflow{
    overflow-y: hidden;
  }
  



.js-sip__facetmobile__menu {
  height: 100%;
}



  .sip__facetmobile__header__container {
    
  flex: 0 0 auto;
  }


  .sip__facetmobile__body__container{
    flex: 1 1 auto;
    position: relative;/* need this to position inner content */
    overflow-y: auto;
  }


  .sip__facetmobile__footer__container {
    
    flex: 0 0 auto;
    text-align: center;
    }
  
  
    .sip__facetmobile__footer {
    
        background: var(--mainColor);
        color: #ffffff;
      
        display: inline-block;
        border-radius: 3px;
        padding: 10px 15px;
        font-weight: bold;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-decoration: none;
        margin: 1rem 0;
        cursor: pointer;

        }
      
  .sip__facetmobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 1200;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }


  
  .menu.active .menu__mobile__back {
    display: block;
  }
  
  .sip__facetmobile__title {
    font-size: 1rem;
    font-weight: 500;
    z-index: 1200;
    padding-left: 1rem;
  
    text-transform: capitalize;
  }
  
  .sip__facetmobile__close {
    border: none;
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  

  
  .dropdown-menu {
    z-index: 1109;
  }
  
  ul.dropdown-menu > li {
    display: block;
    line-height: 1;
    margin: 0;
  
    > a {
      display: block;
      line-height: 3.125rem;
      height: 3.125rem;
      padding: 0 1rem 0 1rem;
    }
  }
  

  
  .nav-links li {
    margin: 0;
    padding: 13px 16px;
  }
  
  
  
  .burger-dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .burger-dropdown > a::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%230E0E0E' viewBox='0 0 32 32'%3E%3Cpath d='M30.485 7.244L16 21.729 1.515 7.244 0 8.757l16 16 16-16z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    padding: 20px;
    transform: rotate(-90deg);
    float: right;
  }

