
.site-header {
  background-color: #FFFFFF;
}


/*--------------------------------------------------------------------------------
# Menu
--------------------------------------------------------------------------------*/


.desktop-menu {
  width: 100%;
}

.desktop-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.desktop-menu ul li ul {
  display: block;
}

.desktop-menu ul li ul li {
  padding-top: 20px;
  padding-bottom: 20px;
}



.desktop-menu ul li {
  display: flex;
  align-items: center;
}

.desktop-menu li a {
  padding-left: 12px;
  padding-right: 12px;
  color: #8C8C8C;
  text-transform: uppercase;
}

.desktop-menu li a:hover {
  text-decoration: underline;
}



.desktop-menu li.current-menu-item {
  text-decoration: underline;
}



.mobile-menu-button {
    font-size: 18px;
    cursor: pointer;
    padding-right: 0;
}


i.fa-times { display: none; }


.mobile-menu-container {
    -webkit-height: calc(100vh - 60px);
       -moz-height: calc(100vh - 60px);
            height: calc(100vh - 60px);
    position: absolute;
    z-index: 1000;
    display: none;
}


.mobile-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.mobile-menu-container ul li { padding: 13px 0; }

.mobile-menu-container ul li a {
    font-size: 32px;
    color: #ffffff;
}


.mobile-menu-container ul li a:hover {
    text-decoration: none;
}




.mobile-menu-button {
	font-size: 26px;
	position: relative;
	z-index: 500;
	text-align: center;
}

.mobile-menu-button .fa-times {
	display: none;
	font-size: 30px;
	position: relative;
	left: 3px;
}


#mobile-navigation {
	width: 100%;
	text-align: center;
	height: 100vh;
	z-index: 200;
	position: fixed;
	align-items:center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	display: none;

}

#mobile-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -20px;

}


#mobile-navigation li,
#mobile-navigation .language-switcher a {
	padding: 10px 20px;
	font-size: 24px!important;
	line-height: 32px;
}


#mobile-navigation a:hover,
#mobile-navigation .language-switcher:hover a, {
	color: #000;
	background-color: transparent!important;
}






/*--------------------------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------------------------*/



   .menu-icon-container {
       position: absolute;
       top: 0;
       left: 20px;
       top: 18px;
       z-index: 1001;
   }


   .menu-icon-container-fixed {
       position: fixed!important;
       top: 18px;
       left: 9px;
   }



   .toggle-button {
     position: relative;
     width: 40px;
     height: 40px;
     display: inline-block;
     padding: 7px;
     transition: .25s;
     z-index: 1001;
     top: 0px;
     right: 12px;
   }


   .toggle-button:hover {
     cursor: pointer;
   }


   .toggle-button .menu-bar {
     position: absolute;
     border-radius: 2px;
     width: 65%;
     transition: .5s;
   }



  .toggle-button .menu-bar-top {
    border: 2px solid #505050;
    border-bottom: none;
    top: 13px;
  }



  .toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #505050;
    margin-top: 3px;
    margin-bottom: 3px;
    top: 15px;
  }


  .toggle-button .menu-bar-bottom {
    border: 2px solid #505050;
    border-top: none;
    top: 23px;
  }



   .button-open .menu-bar-top {
     transform: rotate(45deg) translate(3px, 4px);
     transition: .5s;
     right: -5px;
   }


   .button-open .menu-bar-middle {
     transform: translate(-180px);
     transition: .1s ease-in;
     opacity: 0;
   }


   .button-open .menu-bar-bottom {
     transform: rotate(-45deg) translate(3px, -4px);
     transition: .5s;
     right: -5px;

   }


   .menu-wrap {
       background-color: #EBEBEB;
       position: fixed;
       top: 0;
       left: 0;
       margin-left: -320px;
       height: 100%;
       width: 320px;
       font-weight: 100;
       overflow: auto;
       transition: .25s;
       z-index: 1000;
   }

   .menu-wrap a {
       color: #505050;
       text-decoration: none;
   }

   .menu-show {
       margin-left: 0;
   }


   .menu-wrap .menu-sidebar {
     padding: 100px 40px;
     float: left;
   }

   .menu-wrap .menu-sidebar ul {
       list-style: none;
   }

   .menu-wrap .menu-sidebar > div > ul {
       list-style: none;
       margin: 0;
   }



   .menu-wrap .menu-sidebar ul li {
       padding: 12px 0;
       font-size: 24px;
       line-height: 36px;
       cursor: pointer;
   }


   .menu-wrap .submenu { margin: 0; }


   .menu-wrap .sub-menu-button {
       color: #ffffff;
       margin-left: 30px;
       cursor: pointer;
   }

   .menu-wrap .sub-menu-back-button {
       color: #ffffff;
       cursor: pointer;
       padding-bottom: 8px;
       display: block;
       margin-top: 8px;
   }


   .menu-wrap .sub-menu-back-button .fa {
       font-size: 13px;
       font-weight: bold;
   }

   .menu-wrap .sub-menu-back-button span {
       text-transform: uppercase;
       font-weight: bold;
       font-size: 13px;
       margin-left: 8px;
       position: relative;
       top: 0px;
   }

   .menu-wrap .sub-menu {
       padding: 104px 40px 100px 80px;
       background-color: #041721;
       position: fixed;
       top: 0;
       right: 0;
       height: 100%;
       width: 320px;
       margin-right: -320px;
       font-size: 20px;
       font-weight: 100;
       overflow: auto;
       transition: .25s;
       z-index: 11;
   }


   .menu-wrap .sub-menu-show {
       margin-right: 0;
   }




/*--------------------------------------------------------------------------------
# Cart Counter
--------------------------------------------------------------------------------*/


   .cart-counter-container {
     width: 100%;
     text-align: right;
     margin-top: -42px;
     margin-bottom: 10px;
   }

  .cart-counter-container.mobile {
      position: absolute;
      width: 60px;
      top: 17px;
      right: 15px;
      margin-top: 0;
   }

   .cart-counter {
   	display: inline-block;
   	margin-left: 12px;
   }

   .cart-counter a:before {
   	font-family: "Font Awesome 6 Pro";
   	font-size: 16px;
   	width: 30px;
   	text-align: center;
   	outline: 0;
   	transition: color 0.2s;
   	display: inline-block;
   	color: #323232!important;
   	line-height: 36px;
   	margin-top: 0px;
   	top: 4px;
   	position: relative;
   	margin-left: -17px;
   }



   .cart-counter.delayed-hover {
   	pointer-events: none;
   }

   .cart-counter a:before {
   	font-size: 18px;
   }

   @media screen and (min-width: 768px) {
   	.cart-counter a:before,
   	.my-account-button a {
   		font-size: 18px;
   		top: 10px;
   	}


   }

   .my-account-button a.account-link {
   	color: #f78caa!important;
   }


   .my-account-button a {
       margin-left: 0px;
   }


   .cart-counter a:before {
       content: "\f290";
   		font-weight: 300;
   }


   .cart-count {
   	position: absolute;
   	top: 0px;
   	font-weight: 400;
   	font-size: 14px;
   }

   @media screen and (max-width: 767px) {
   	.cart-count {
   		left: 12px;
   		font-size: 12px;
   	}
   }



   .cart-counter a {
   	text-decoration: none;
   	position: relative;
   }




/*--------------------------------------------------------------------------------
# Top Row
--------------------------------------------------------------------------------*/



.top-row-sticky-wrapper {
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}



.top-row-sticky-container {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 0px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .top-row-sticky-container {
    position: sticky;
    padding-top: 20px;
  }
}


.home .top-row-sticky-container {
  display: none;
}

.admin-bar .top-row-sticky-container {
  top: 32px;
}

.top-row {
  display: flex;
  justify-content: space-between;
}

.top-row h1,
.top-row h2 {
  margin-bottom: 10px;
}

.top-row h2  {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}


.top-row div,
.top-row a,
.top-row span  {
  font-size: 14px;
  color: #8C8C8C;
  font-weight: 400;
}

.top-row a,
.top-row span  {
  display: inline-block;
  white-space: nowrap;
}

.top-row a:hover {
  text-decoration: underline;
}

.top-row span:hover {
  cursor: pointer;
}

@media screen and (min-width: 991px) {
  .filter-button {
    display: none!important;
  }
}

.top-row span.filter-button::after {
  content: '\f054';
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  margin-left: 6px;
  font-size: 10px;
}


.top-row span.filter-button.active::after {
  content: '\f078';
}


.top-row a.active {
  text-decoration: underline;
}

.top-row .anchor-nav {
  line-height: 1.7em;
  margin-bottom: 20px;
}

.top-row .anchor-nav a {
  margin-right: 20px;
}


.top-row .facetwp-facet {
  margin-bottom: 20px;
}

.top-row-logo {
  width: 65px;
  margin-right: -10px;
  opacity: 0;
  transition: opacity 0.15s;
}

.top-row-logo.visible {
  opacity: 1.0;
  transition: opacity 0.15s;
}



.top-row .facetwp-facet {
  display: inline-block;
}
