component-header-c .a_container { 
  position: absolute;
  height: auto;
  float: left;
  max-height: 100px;
  background-color: transparent;
  transition: all 0.3s;
/*  position: fixed;*/
  top: 0;
  width: 100%;
  z-index: 99;
}
component-header-c .a_container * {
  outline: none;
  text-decoration: none !important;
}
component-header-c .a_container .menu-on-desktop,
component-header-c .a_container .menu-on-desktop-scroll,
component-header-c .a_container .menu-on-mobile,
component-header-c .a_container .menu-on-desktop-not-home,
component-header-c .a_container .menu-on-mobile-active {
  float: left;
}
component-header-c .a_container .menu-on-desktop {
  width: 100%;
  display: block;

}

component-header-c .a_container .menu-on-desktop-scroll {
  left: 0;
  transition: all 0.5s;
  width: 100%;
  position: fixed;
  transform: translate3d(0, -360px, 0);
}

component-header-c .a_container .menu-on-desktop-not-home {
  left: 0;
 /* transition: all 0.5s;*/
  width: 100%;
  position: fixed;
 /* transform: translate3d(0, -360px, 0);*/
}


component-header-c .a_container .menu-on-desktop-scroll.active {
  transition: all 0.5s;
  left: 0;
  width: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
}


component-header-c .a_container .menu-on-desktop .on-left,
component-header-c .a_container .menu-on-desktop .on-right {
  float: left;
}
component-header-c .a_container .menu-on-desktop .on-left ._action,
component-header-c .a_container .menu-on-desktop .on-right ._action {
  float: left;
  width: 33%;
  text-align: left;
}
component-header-c .a_container .menu-on-desktop .on-left ._action .fa,
component-header-c .a_container .menu-on-desktop .on-right ._action .fa {
  line-height: 100px;
  color: pink;
  margin-right: 10px;
  font-size: 20px;
}
component-header-c .a_container .menu-on-desktop .on-left ._action a,
component-header-c .a_container .menu-on-desktop .on-right ._action a {
  text-align: center;
  line-height: 30px;
  margin: 35px 0px;
  color: #4c4c4c;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
component-header-c .a_container .menu-on-desktop .on-left ._action a.lighter,
component-header-c .a_container .menu-on-desktop .on-right ._action a.lighter {
  color: #9a9a9a;
}
component-header-c .a_container .menu-on-desktop .on-left ._menu,
component-header-c .a_container .menu-on-desktop .on-right ._menu {
  float: left;
  width: 100%;
  height: 100px;
}
component-header-c .a_container .menu-on-desktop .on-left ._menu menu-left a:not([data-button]),
component-header-c .a_container .menu-on-desktop .on-right ._menu menu-left a:not([data-button]),
component-header-c .a_container .menu-on-desktop .on-left ._menu menu-right a:not([data-button]),
component-header-c .a_container .menu-on-desktop .on-right ._menu menu-right a:not([data-button]) {
  line-height: 100px;
  color: black;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
  margin-right: 15px;
}
component-header-c .a_container .menu-on-desktop .on-left ._menu menu-left a:not([data-button]).lighter,
component-header-c .a_container .menu-on-desktop .on-right ._menu menu-left a:not([data-button]).lighter,
component-header-c .a_container .menu-on-desktop .on-left ._menu menu-right a:not([data-button]).lighter,
component-header-c .a_container .menu-on-desktop .on-right ._menu menu-right a:not([data-button]).lighter {
  color: #9a9a9a;
}
@media (max-width: 1199px) {
  component-header-c .a_container .menu-on-desktop .on-left ._action a,
  component-header-c .a_container .menu-on-desktop .on-right ._action a {
    display: none;
  }
}
@media (min-width: 1200px) {
  component-header-c .a_container .menu-on-desktop .on-left ._action a,
  component-header-c .a_container .menu-on-desktop .on-right ._action a {
    display: inline-block;
  }
}
component-header-c .a_container .menu-on-desktop .on-middle {
  float: left;
  max-width: 200px;
  max-height: 100px;
  overflow: hidden;
  text-align: center;
  padding-top: 57px;
  width: 200px;
  height: 100px;
}
component-header-c .a_container .menu-on-desktop .on-middle a {
  display: block;
}
component-header-c .a_container .menu-on-desktop .on-middle a img {
  transition: all 0.3s;
  margin: auto;
}
component-header-c .a_container .menu-on-desktop .on-middle a img.onScroll {
  display: none;
  opacity: 0;
}
component-header-c .a_container .menu-on-desktop .on-right ._action {
  float: right;
  text-align: right;
}
component-header-c .a_container .menu-on-desktop .on-right ._action .totalPrice {
  color: pink;
  margin-right: 10px;
  color: #4c4c4c;
  font-size: 16px;
  letter-spacing: 2px;
}
component-header-c .a_container .menu-on-desktop .on-right ._action .totalPrice .currency {
  font-size: 10px;
  letter-spacing: 0px;
}
component-header-c .a_container .menu-on-desktop .on-right ._action .totalCart {
  color: pink;
}
component-header-c .a_container .menu-on-desktop .on-right ._action .fa {
  margin-right: 0px;
  margin-left: 10px;
  color: pink;
}
component-header-c .a_container .menu-on-desktop .on-right ._menu {
  text-align: right;
  float: right;
  width: 100%;
}
component-header-c .a_container .menu-on-desktop .on-right ._menu a {
  transform: translate3d(0, -200px, 0);
  margin-top: 25px;
}
component-header-c .a_container.active {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  height: 69px;
  border-bottom: 1px solid #d9d9d9;
  transform: translate3d(0, 0, 0);
}
component-header-c .a_container.active .on-left ._action,
component-header-c .a_container.active .on-right ._action {
  height: 70px;
  overflow: hidden;
}
component-header-c .a_container.active .on-left ._action .fa,
component-header-c .a_container.active .on-right ._action .fa {
  line-height: 28px;
  margin: 20px auto;
}
component-header-c .a_container.active .on-left ._action a:not([data-button]),
component-header-c .a_container.active .on-right ._action a:not([data-button]) {
  line-height: 70px;
  margin: 0;
}
component-header-c .a_container.active .on-left ._menu,
component-header-c .a_container.active .on-right ._menu {
  height: 70px;
  overflow: hidden;
}
component-header-c .a_container.active .on-left ._menu menu-left a:not([data-button]),
component-header-c .a_container.active .on-right ._menu menu-left a:not([data-button]),
component-header-c .a_container.active .on-left ._menu menu-right a:not([data-button]),
component-header-c .a_container.active .on-right ._menu menu-right a:not([data-button]) {
  line-height: 70px;
  margin: 0;
  margin-right: 15px;
}
component-header-c .a_container.active .on-middle {
  margin-top: 0px;
  height: 70px;
  max-height: 70px;
  padding: 0px;
}
component-header-c .a_container.active .on-middle ._menu img {
  margin: 10px auto;
  height: 50px;
  width: auto;
}
component-header-c .a_container.active .on-right ._menu a {
  margin-top: 10px;
  transform: translate3d(0, 0, 0);
}
component-header-c .menu-on-desktop-scroll {
  position: relative;
  height: 100px;
  display: block;
  width: 100%;
  background-color: white;
}

component-header-c .menu-on-desktop-not-home {
  position: fixed;
  height: 70px;
  display: block;
  width: 100%;
  background-color: white;
}

component-header-c .menu-on-desktop-scroll.active {
  height: 70px;
}
component-header-c .menu-on-mobile {
  float: left;
  width: 100%;
  height: 64px;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: white;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
component-header-c .menu-on-mobile .on-left {
  float: left;
  width: 50px;
  height: 64px;
  text-align: center;
  outline: none;
}
component-header-c .menu-on-mobile .on-left .fa {
  line-height: 64px;
  font-size: 16px;
}
component-header-c .menu-on-mobile .on-middle {
  height: 64px;
  float: left;
  text-align: center;
}
component-header-c .menu-on-mobile .on-middle menu-middle {
  height: 64px;
  overflow: hidden;
  display: block;
}
component-header-c .menu-on-mobile .on-middle a {
  display: inline-block;
}
component-header-c .menu-on-mobile .on-middle img {
  height: 44px;
  margin: 10px 0px;
}
component-header-c .menu-on-mobile .on-middle *:hover {
  outline: none;
}
component-header-c .menu-on-mobile .on-right {
  float: left;
  width: 50px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  outline: none;
}
component-header-c .menu-on-mobile-scroll {
  height: 64px;
  width: 100%;
  float: left;
}
component-header-c .menu-on-mobile-active {
  background-color: #45370e;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 110;
  top: 0;
  transition: all 0.3s;
  transform: translate3d(0, -190vw, 0);
}
component-header-c .menu-on-mobile-active.active {
  transform: translate3d(0, 0, 0);
}
component-header-c .menu-on-mobile-active .on-top {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
component-header-c .menu-on-mobile-active .on-top a {
  display: block;
  text-align: center;
}
component-header-c .menu-on-mobile-active .on-top a img {
  margin: 10px 0px;
  height: 80px;
  width: auto;
}
component-header-c .menu-on-mobile-active .on-top a img.onScroll {
  display: none;
}
component-header-c .menu-on-mobile-active .on-top .on-right {
  position: absolute;
  top: 0px;
  right: 0px;
  outline: none;
  padding: 15px;
}
component-header-c .menu-on-mobile-active .on-bottom {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: 90px 0;
}
component-header-c .menu-on-mobile-active .on-bottom ._menu a {
 /* display: block;*/
  padding: 15px 0;
  font-size: 1.2em;
  color: #a39369;
  text-align: center;
  text-transform: uppercase;
}

component-header-c .menu-on-mobile-active .on-bottom ._menu a:hover{
      text-decoration: none;
      color: #fff;
}
component-header-c .menu-on-mobile-active .on-bottom ._menu a .fa {
  line-height: 23px;
  font-size: 1.2em;
  color: pink;
  padding: 0px 10px;
}
