.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
    background-image: linear-gradient(to bottom, rgba(55,55,55,0.4) 0%,rgba(255,255,255,0) 100%);
    background-color: transparent;
}

.site-header .site-header__left .logo .logo__orange-white--temp, .site-header .site-header__left .logo .logo__orange-black--temp {
  display: none !important;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;  
}

@media only screen and (max-width: 1024px) {
  .site-header {
    height: 66px;
  }
  
    .site-header .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .site-header .container {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1025px) {
    .site-header:hover,
    .site-header.solid,
    .site-header.permanent-solid {
        background-color: #bab2ad;
      background-image: none;
    }
}

.site-header .logo {
    display: flex;
    align-items: center;
    width: 117px;
/*  20 Years logo only  */
/*     width: 45px;  */
    padding: 22px 0;
    margin: 0 auto;
}

.site-header .logo > a:first-child {
  width: 325px;
}
.site-header .logo > a:last-child {
  width: 100px;
}

@media only screen and (min-width: 1025px) {
    .site-header .logo {
        width: 100px;
    }
    
    .site-header .site-header__left .logo {
        height: 100%;
    }
}

@media only screen and (min-width: 865px) {
     .site-header .logo {
/*          width: 125px; */
         width: 185px;
         margin: auto;
    }
    .site-header .logo__orange-white, .site-header .logo__black-white {
         width: 125px;
         margin: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .site-header .logo {
        width: 150px;
    }
}

.site-header .site-header__left .logo .logo.__orange-white {
    display: block;
    cursor: pointer;
}

.site-header .site-header__left .logo .logo__orange-white--temp, .site-header .site-header__left .logo .logo__orange-black--temp {
  height: 39px;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .site-header .site-header__left .logo .logo__orange-white--temp, .site-header .site-header__left .logo .logo__orange-black--temp {
    display: none;
  }
}

.site-header .site-header__left .logo .logo__black-white {
    display: none;
    cursor: pointer;
}

.site-header .site-header__left .navigation__toggle {
    position: absolute;
    top: 0;
    right: 35px;
    width: 18px;
    height: 100%;
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    .site-header .site-header__left .navigation__toggle {
        display: none;
    }
}

.site-header .site-header__left .navigation__toggle span {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 18px;
    height: 3px;
    background-color: #ffffff;
    transition: transform .2s ease-in-out;
}

.site-header .site-header__left .navigation__toggle span:nth-child(1) {
    transform: translateY(-4px);
}

.site-header .site-header__left .navigation__toggle span:nth-child(2) {
    transform: translateY(4px);
}

@media only screen and (max-width: 1024px) {
    .site-header.open .site-header__left {
        background-color: #ea6852;
    }

    .site-header.open .site-header__left .logo__orange-white {
        display: none;
    }

    .site-header.open .site-header__left .logo__black-white {
        display: block;
    }
  
  .site-header.open .site-header__left #site-shop {
      display: block; 
  }
  .site-header.open .site-header__left #site-shop span {
      display: block; 
  }
}

.site-header.open .site-header__left .navigation__toggle span:nth-child(1) {
    transform: translateY(0) rotate(-135deg);
}
.site-header.open .site-header__left .navigation__toggle span:nth-child(2) {
    transform: translateY(0) rotate(135deg);
}

.site-header .site-header__left {
    z-index: 90;
    position: relative;
    background-color: #bab2ad;
}

@media only screen and (min-width: 1025px) {
    
    .site-header .site-header__left {
        background-color: transparent;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 865px) {
    .site-header .site-header__left {
        padding-right: 25px;
    }
}

/* Navigation */
.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul a {
    font-size: 1rem;
    color: #ffffff;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul a {
        font-size: 1rem;
        font-weight: 600;
    }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 865px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    border-bottom: 1px solid #ffffff;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        border-bottom: none;
    }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    display: block;
    max-width: none;
    padding: 15px 0 10px;
    font-family: "Cairo", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 29px 10px;       
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    } 
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 29px 15px;
    }
}

/* @media only screen and (min-width: 1367px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 29px 20px;
    }
} */

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children {
    position: relative;
}

.site-header .navigation__submenu-toggle {
    position: absolute;
    display: inline-block;
    top: 0;
    right: -1px;
    width: 17px;
    height: 17px;
    background-image: url('https://cdn2.hubspot.net/hubfs/3446270/xsens-2019-theme/chevron/chevron-white.svg');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px;
    transform: rotate(90deg);
}

@media only screen and (min-width: 1025px) {
    .site-header .navigation__submenu-toggle { display: none; }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper {
    display: none !important;
    position: relative;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    padding: 0 0 20px;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper {
        display: block !important;
        position: absolute;
        padding: 10px 0 20px;
    }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children.open .hs-menu-children-wrapper {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children.open .navigation__submenu-toggle {
    transform: rotate(180deg);
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    width: 200vw;
    height: 100%;
    left: -100vw;
    background-color: rgba(231, 105, 87, .83);
    z-index: -1;   
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper > li {
        transform: translateY(-5px);
        opacity: 0;
        transition: all .2s ease-in-out;
    }

    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li {
        transform: translateX(0);
        opacity: 1;
        transition: all .15s ease-in-out .2s;
    }

    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(1) {
        transition: all .15s ease-in-out .2s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(2) {
        transition: all .15s ease-in-out .25s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(3) {
        transition: all .15s ease-in-out .30s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(3) {
        transition: all .15s ease-in-out .35s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(4) {
        transition: all .15s ease-in-out .40s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(5) {
        transition: all .15s ease-in-out .45s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(6) {
        transition: all .15s ease-in-out .50s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(7) {
        transition: all .15s ease-in-out .55s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(8) {
        transition: all .15s ease-in-out .60s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(9) {
        transition: all .15s ease-in-out .65s;
    }
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper > li:nth-child(10) {
        transition: all .15s ease-in-out .70s;
    }
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a {
    width: auto;
    max-width: 100%;
    padding: 6px 0;
    transition: color .2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a {
        padding: 6px 10px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a {
        padding: 6px 15px;
    }
}
@media only screen and (min-width: 1300px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper li a {
        padding: 6px 20px;
    }
}

@media only screen and (min-width: 1025px) {
    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li > a::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #ffffff;
        margin-top: 3px;
        transition: width .2s ease-in-out;
    }

    .site-header .hs-menu-wrapper.hs-menu-flow-horizontal li:hover > a::after {
        width: 100%;
    }
}

.site-header .navigation {
    z-index: 80;
    background-color: #ea6852;
    transform: translateY(-110%);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .site-header .navigation {
        flex: 1 1 0%;
        transform: translateY(-1px);
        background-color: transparent;
    }
  .menu__shop-item{
    display: none;
  }
}

.site-header.open .navigation {
    transform: translateY(0);
}

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}

.site-header__right {
    display: flex;
    position: relative;
    align-items: center;
    margin-left: 20px;
  padding-bottom: 6px;
}

@media only screen and (min-width: 865px) {
    .site-header__right {
        margin-left: 40px;
    }
}

.hs-search-field {
    position: absolute;
    top: 23px;
    left: 30px;
    transform: translateX(-100%);
    z-index: -1;
}

.hs-search-field__bar form {
    width: 0%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.hs-search-field__bar .hs-search-field__input {
    border: 2px solid #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* suggestions disabled */

.hs-search-field__suggestions {
    display: none;
}

.hs-search-field__bar .hs-search-field__input:focus,
.hs-search-field__bar .hs-search-field__input:active,
.hs-search-field__bar .hs-search-field__input:active:focus {
    border-color: #ea6852;
    outline: none;
}


.hs-search-field.shown {
    z-index: 50;
}

.hs-search-field.shown form {
    width: 300px;
    opacity: 1;
    z-index: 10;
}

#search-toggle, #site-shop {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
}

#site-shop {
    margin-left: 10px;
    margin-right: 10px;
    background: none;
    width: auto;
    height: auto;
}

#site-shop span {
    display: none;
}

/*
*/

#search-toggle {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url('https://cdn2.hubspot.net/hubfs/3446270/xsens-2019-theme/search.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;  
}

.site-header.search-open .navigation,
.site-header.search-open #site-shop {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width: 1024px) {    
  .site-header .site-header__right {
    height: calc(100% - 3px);
    position: absolute;
    right: 60px;
    top: 0;
    margin-left: 0;
    z-index: 99;    
  }
  
  .site-header.search-open .site-header__right {
    width: 100%;
    right: 0;
    padding: 0 20px;
    background-color: #bab2ad;
  }
  
  .site-header.search-open .site-header__right .hs-search-field.shown {
    width: calc(100% - 80px);
    transform: translateX(0%);    
    top: auto;
    left: 60px;
  }
  
  .site-header.search-open .site-header__right .hs-search-field.shown form {
    width: 100% 
  }
  
  .site-header.open #site-shop {
      display: block;
      margin: 0;
  }
  .site-header.open #site-shop span {
      display: block; 
  }
}

@media only screen and (min-width: 1025px) {
    #search-toggle {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url('https://cdn2.hubspot.net/hubfs/3446270/xsens-2019-theme/search.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% 80%;
    }
    
    #site-shop {
        display: inline-block;
        width: 21px;
        height: 21px;
        margin-right: 20px;
        color: white; 
        text-decoration: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% 80%;
    }
  
    #site-shop span {
      display: none;
    }
}