@media (min-width: 1200px) {
    .container {
        min-width: 1230px;
    }
}
 
.header {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  text-align: center;
  border-bottom: 0 none;
  background-color: orange;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ps-dropdown > a {
    position: relative;
    display: block;
    padding-right: 20px;
  }
  
  .ps-dropdown > a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .ps-dropdown ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    min-width: 120px;
    max-width: 200px;
    width: 100%;
    padding: 4px 0;
    background-color: #fff;
    -ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    visibility: hidden;
    opacity: 0;
    text-align: left;
  }

  .ps-dropdown ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .ps-dropdown ul li a {
    display: block;
    font-size: 1.3rem;
    color: #000;
    padding: 6px 10px;
  }
  
  .ps-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
  }
  
  .ps-dropdown.open ul {
    visibility: visible;
    opacity: 1;
  }
  
  .ps-block--user-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    text-align: left;
  }
  
  .ps-block--user-header .ps-block__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .ps-block--user-header .ps-block__left i {
    font-size: 30px;
    line-height: 1em;
  }
  
  .ps-block--user-header .ps-block__right {
    padding-left: 10px;
  }
  
  .ps-block--user-header .ps-block__right a {
    display: block;
    font-weight: 700;
    line-height: 18px;
  }
  
  .ps-block--user-header .ps-block__right a:hover {
    color: #ffffff;
  }

  .ps-form--quick-search {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  
  .ps-form--quick-search .form-control {
    background-color: #fff;
    color: #000;
    height: 42px;
    border: none;
    border-radius: 0;
  }
  
  .ps-form--quick-search .form-group--icon {
    background-color: #ffffff;
    border-radius: 4px 0 0 4px;
  }
  
  .ps-form--quick-search .form-group--icon i {
    z-index: 1;
  }
  
  .ps-form--quick-search select.form-control {
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    text-indent: 10px;
    position: relative;
    z-index: 2;
    background-color: transparent;
  }
  
  .ps-form--quick-search select.form-control::-webkit-input-placeholder {
    color: #666666;
  }
  
  .ps-form--quick-search select.form-control::-moz-placeholder {
    color: #666666;
  }
  
  .ps-form--quick-search select.form-control:-moz-placeholder {
    color: #666666;
  }
  
  .ps-form--quick-search select.form-control:-ms-input-placeholder {
    color: #666666;
  }
  
  .ps-form--quick-search button {
    background-color: #000;
    color: #ffffff;
    border: none;
    font-weight: 700;
    padding: 0 24px;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    transition: all .4s ease;
  }

  .header--standard .ps-form--quick-search {
    width: 600px;
  }
  
  .header--standard .ps-form--quick-search button {
    background-color: #f6eaba;
    color: black;
  }
  
  .header--standard .ps-form--quick-search button:hover {
    background-color: black;
    color: orange;
  }

  .header--standard .ps-form--quick-search .form-group--icon {
    border: 1px solid #e1e1e1;
    min-width: 80px;
    border-radius: 4px 0 0 4px;
  }
  
  .header--standard .ps-form--quick-search .form-group--icon select {
    height: 40px;
    border: none;
  }
  
  .header--standard .ps-form--quick-search input {
    border: 1px solid #e1e1e1;
    border-left: none;
  }


  
  .mega-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 15px 30px 10px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #ccc;
  }
  
  .mega-menu > * {
    width: 100%;
    padding: 10px 15px;
  }
  
  .mega-menu h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  
  .mega-menu .mega-menu__column {
    min-width: 180px;
  }
  
  .mega-menu .mega-menu__list {
    background-color: transparent;
  }
  
  .mega-menu .mega-menu__list li a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
  }
  
  .mega-menu .mega-menu__list li a.has-badge {
    padding-right: 20px;
  }
  
  .mega-menu .mega-menu__list li a.has-badge:after {
    content: 'New';
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 9px;
    color: #ffffff;
    padding: 0px 8px;
    line-height: 2em;
    border-radius: 10px;
    background-color: #fcb800;
  }
  
  .mega-menu .mega-menu__list li a.has-badge.sale {
    color: #ec0101;
  }
  
  .mega-menu .mega-menu__list li a.has-badge.sale:after {
    content: 'Sale';
    background-color: #ffa800;
  }
  
  .mega-menu .mega-menu__list li a:hover {
    color: #fcb800;
  }
  
  .menu {
    text-align: left;
  }
  
  .menu > li {
    display: inline-block;
  }
  
  .menu > li > a {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
  }
  
  .menu > li > a:hover {
    color: #000;
  }
  
  .menu > li:first-child {
    padding-left: 0;
  }
  
  .menu > li:first-child > a {
    padding-left: 0;
  }
  
  .menu > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  .menu > li .sub-toggle {
    margin-left: 5px;
    display: none;
  }
  
  .menu > li .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  
  .menu > li .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
  }
  
  .menu > li.menu-item-has-children {
    position: relative;
  }
  
  .menu > li.menu-item-has-children > a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  
  .menu > li.menu-item-has-children > a:before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10000;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
  }
  
  .menu > li.has-mega-menu {
    position: relative;
  }
  
  .menu > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
  
  .menu > li.has-mega-menu:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .menu > li:hover .sub-toggle {
    color: #ffffff;
  }
  
  .menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  
  .menu > li:hover.menu-item-has-children > a:before {
    visibility: visible;
    opacity: 1;
  }
  
  .menu--product-categories {
    position: relative;
    height: 100%;
  }
  
  .menu--product-categories .menu__toggle {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
  }
  
  .menu--product-categories .menu__toggle i {
    font-size: 20px;
    margin-right: 10px;
  }
  
  .menu--product-categories .menu__toggle span {
    font-size: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  
  .menu--product-categories .menu__toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  
  .menu--product-categories .menu__toggle:hover:before, .menu--product-categories .menu__toggle.active:before {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  .menu--product-categories .menu__content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    z-index: 1000;
    min-width: 100%;
    padding-top: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale3d(1, 1, 0) translateY(30px);
    transform: scale3d(1, 1, 0) translateY(30px);
  }
  
  .menu--product-categories .menu--dropdown {
    background-color: #fff;
    min-width: 260px;
    /* JV */
    max-height: 380px;
    overflow-y: auto;
    
  }
  
  .menu--product-categories:hover .menu__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  
  .menu--dropdown > li {
    background-color: #f6eaba;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .menu--dropdown > li > a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
  
  .menu--dropdown > li > a i {
    margin-right: 10px;
    font-size: 18px;
  }
  
  .menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    /* min-width: 530px; */
    visibility: hidden;
    opacity: 0;
    border-left: none;
  
    /* JV */
    min-width: 380px;
    max-width: 520px;
  }
  
  .menu--dropdown > li:hover {
    background-color: #fcb800;
  }
  
  .menu--dropdown > li:hover.has-mega-menu .mega-menu {
    background-color: #f6eaba;
    visibility: visible;
    opacity: 1;
  }
  
  .menu--mobile .sub-menu {
    position: relative;
    display: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    border: none;
  }
  
  .menu--mobile .sub-menu > li > a {
    border: none;
    padding: 10px 20px;
  }
  
  .menu--mobile .mega-menu {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    max-width: 100%;
    padding-left: 15px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  
  .menu--mobile .mega-menu h4 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    line-height: 20px;
  }
  
  .menu--mobile .mega-menu .mega-menu__column {
    padding: 0;
  }
  
  .menu--mobile .mega-menu .mega-menu__list {
    display: none;
    padding-left: 15px;
  }
  
  .menu--mobile .mega-menu .mega-menu__list li a {
    color: #666;
    border: none;
  }
  
  .menu--mobile .mega-menu .mega-menu__list li a:hover {
    color: #000;
  }
  
  .menu--mobile > li {
    border-bottom: 1px solid #dedede;
  }
  
  .menu--mobile > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
  }
  
  .menu--mobile > li > a:hover {
    padding-left: 5px;
    color: #000;
  }
  
  .menu--mobile > li.menu-item-has-children {
    position: relative;
  }
  
  .menu--mobile > li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block;
  }
  
  .menu--mobile .mega-menu {
    border: none;
  }
  
  .menu--mobile .mega-menu h4 {
    font-weight: 500;
  }
  
  .menu--mobile .mega-menu__list > li {
    border-bottom: 1px solid #dedede;
  }
  
  .menu--mobile .mega-menu__list > li a {
    padding: 10px 0;
  }
  
  .menu--mobile .mega-menu__list > li:last-child {
    border: none;
  }
  
  /*4. MODULES */
  .navigation {
    background-color: #fcb800;
  }
  
  .navigation > .ps-container, .navigation > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  
  .navigation > .ps-container > *, .navigation > .container > * {
    width: 100%;
  }
  
  .navigation__extra > li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
  }
  
  .navigation__extra > li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 15px;
    background-color: #000;
  }
  
  .navigation__extra > li a {
    color: #000000;
  }
  
  .navigation__extra > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  .navigation__extra > li:last-child:after {
    display: none;
  }
  
  .navigation__extra .ps-dropdown img {
    margin-right: 8px;
  }
  
  .navigation .navigation__left {
    max-width: 260px;
  }
  
  .navigation .navigation__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 35px;
  }
  
  .header .header__extra {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 42px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .header .header__extra > i {
    font-size: 30px;
    line-height: 42px;
  }
  
  .header .header__extra span {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
  }
  
  .header .header__extra span i {
    font-size: 12px;
    font-style: normal;
    line-height: 1em;
    font-weight: 500;
  }
  
  .header .header__extra:hover i {
    color: #ffffff;
  }
  
  .header .header__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  
  .header .header__actions > * {
    margin: 0 20px;
  }
  
  .header .header__left {
    max-width: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header .header__left .menu--product-categories {
    display: none;
  }
  
  .header .header__right {
    max-width: 370px;
  }
  
  .header .header__top {
    padding: 25px 0;
    background-color: #fcb800;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .header .header__top .ps-container, .header .header__top .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
  
  .header .header__top .ps-container > *, .header .header__top .container > * {
    width: 100%;
  }
  
  .header.header--sticky .menu--product-categories .menu__toggle i {
    font-size: 30px;
  }
  
  .header.header--sticky .menu--product-categories .menu__toggle span {
    font-size: 16px;
  }
  
  .header.header--sticky .header__top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: none;
    padding: 10px 0;
  }
  
  .header.header--sticky .header__left .ps-logo {
    display: none;
  }
  
  .header.header--sticky .header__left .menu--product-categories {
    display: block;
    background-color: transparent;
  }
  
  @media (max-width: 1199px) {
    .header {
      display: none;
    }
    .header.header--mobile {
      display: block;
    }
  }
  
  .header--standard .ps-block--user-header a:hover {
    color: #fcb800;
  }
  
  .header--standard .header__top-links {
    width: 100%;
  }
  
  .header--standard .header__top-links > li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 15px;
    position: relative;
  }
  
  .header--standard .header__top-links > li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 15px;
    width: 0;
    border-right: 1px solid #e1e1e1;
  }
  
  .header--standard .header__top-links > li > a {
    color: #666666;
  }
  
  .header--standard .header__top-links > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  
  .header--standard .header__top-links > li:last-child:after {
    display: none;
  }
  
  .header--standard .header__top-links .language > a img {
    margin-right: 5px;
  }
  
  .header--standard .header__top-links .ps-block--user-header .ps-block__left i {
    font-size: 14px;
  }
  
  .header--standard .header__top-links .ps-block--user-header .ps-block__right a {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
    color: #666666;
  }
  
  .header--standard .header__top-links .ps-block--user-header .ps-block__right a:first-child:after {
    content: '/';
    padding-left: 10px;
  }
  
  .header--standard .header__top-links .ps-block--user-header .ps-block__right a:hover {
    color: #fcb800;
  }
  
  .header--standard .header__top {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: none;
  }
  
  .header--standard .header__top .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header--standard .header__top .header__left {
    max-width: 50%;
  }
  
  .header--standard .header__top .header__left p {
    margin-bottom: 0;
    color: #666666;
    line-height: 30px;
  }
  
  .header--standard .header__top .header__left p strong {
    color: #000;
  }
  
  .header--standard .header__top .header__right {
    text-align: right;
    max-width: 50%;
  }
  
  .header--standard .header__content-left {
    max-width: 270px;
    padding-right: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header--standard .header__content-left .ps-logo {
    margin-right: 30px;
  }
  
  .header--standard .header__content-center {
    max-width: 600px;
  }
  
  .header--standard .menu--product-categories .menu__toggle i {
    font-size: 30px;
  }
  

  
  .header--standard .header__content {
    padding: 20px 0;
  }
  
  .header--standard .header__content .menu--product-categories .menu__toggle:hover:before {
    display: none;
  }
  
  .header--standard .header__content .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header--standard .header__content .container > * {
    width: 100%;
  }
  
  .header--standard .header__extra span {
    background-color: #fcb800;
  }
  
  .header--standard .header__extra span i {
    color: #000;
    font-weight: 700;
  }
  
  .header--standard.header--sticky .header__top {
    position: relative;
  }
  
  .header--standard.header--sticky .header__content {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid orange;
    padding: 20px 0;
    background-color: orange;
  }
  
  .header--standard.header--sticky .header__content .menu--product-categories {
    display: block;
  }
  
  .header--standard.header--sticky .ps-logo {
    display: none;
  }
  
  @media (max-width: 1199px) {
    .header--standard {
      display: none;
    }
  }
  
  .header--product {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  
  .header--product .navigation {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .header--product.header--sticky {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  
  .header--product.header--sticky .navigation {
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #eaeaea;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  .header--mobile {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    text-align: center;
    border-bottom: 0 none;
    background-color: #fcb800;
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  .header--mobile::after {
    clear: both;
    content: "";
    display: table;
  }
  
  .header--mobile .navigation__extra {
    display: inline-block;
  }
  
  .header--mobile .navigation__extra li {
    margin-right: 5px;
    padding-right: 5px;
  }
  
  .header--mobile .navigation__extra li:after {
    display: none;
  }
  
  .header--mobile .header__extra span {
    background-color: #fcb800;
  }
  
  .header--mobile .header__actions i {
    font-size: 24px;
  }
  
  .header--mobile .ps-block--user-header i {
    font-size: 24px;
  }
  
  .header--mobile .header__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-color: #f4f5f5;
    padding: 15px 30px;
  }
  
  .header--mobile .header__top > * {
    width: 100%;
  }
  
  .header--mobile .header__top .header__left {
    max-width: 40%;
  }
  
  .header--mobile .header__top .header__left p {
    margin-bottom: 0;
  }
  
  .header--mobile .header__top .header__right {
    max-width: 60%;
    text-align: right;
  }
  
  .header--mobile .header__top .header__right .navigation__extra {
    display: inline-block;
  }
  
  .header--mobile .navigation--mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 10px 30px;
    border-bottom: none;
  }
  
  .header--mobile .navigation--mobile .navigation__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .header--mobile .header__extra span {
    background-color: #000;
  }
  
  .header--mobile .header__extra span i {
    color: #ffffff;
    font-weight: 600;
  }
  
  .header--mobile.active {
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
  }
  
  .header--mobile.header--sticky .navigation--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fcb800;
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  }
  
  @media (min-width: 1200px) {
    .header--mobile {
      display: none;
    }
  }
  
  @media (max-width: 991px) {
    .header--mobile .header__top .header__left {
      display: none;
    }
    .header--mobile .header__top .header__right {
      max-width: 100%;
      text-align: center;
    }
    .header--mobile .ps-search--mobile {
      display: block;
    }
  }
  
  @media (max-width: 767px) {
    .header--mobile .navigation__extra li > a {
      display: none;
    }
    .header--mobile .ps-search--mobile {
      display: block;
    }
  }
  
  @media (max-width: 479px) {
    .header--mobile .header__top {
      display: none;
    }
    .header--mobile .header__actions > * {
      margin: 0;
      margin-right: 20px;
    }
    .header--mobile .header__actions i {
      font-size: 24px;
    }
    .header--mobile .ps-block--user-header {
      margin-right: 0;
    }
    .header--mobile .ps-block--user-header i {
      font-size: 24px;
    }
    .header--mobile .ps-block--user-header .ps-block__right {
      display: none;
    }
    .header--mobile .ps-search--mobile {
      display: block;
    }
  }
  
  .header--mobile-product .header__back {
    vertical-align: middle;
    text-align: left;
  }
  
  .header--mobile-product .header__back strong {
    font-size: 18px;
    vertical-align: middle;
  }
  
  .header--mobile-product .header__back i {
    vertical-align: middle;
    margin-right: 16px;
    font-size: 24px;
    color: #000;
  }
  
  .header--mobile-product .navigation--mobile .navigation__left {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  
  .header--mobile-categories .header__back {
    vertical-align: middle;
    text-align: left;
  }
  
  .header--mobile-categories .header__back strong {
    font-size: 18px;
    vertical-align: middle;
  }
  
  .header--mobile-categories .header__back i {
    vertical-align: middle;
    margin-right: 16px;
    font-size: 24px;
    color: #000;
  }
  
  .header--mobile-categories .navigation--mobile .navigation__left {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  
  .header--mobile-categories .header__filter {
    padding: 10px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    background-color: #f5f5f5;
  }
  
  .header--mobile-categories .header__filter > * {
    flex-basis: 100%;
    max-width: 50%;
  }
  
  .header--mobile-categories .header__filter button {
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 30px;
    background-color: transparent;
    font-size: 14px;
  }
  
  .header--mobile-categories .header__filter button:after {
    content: '\e93a';
    font-family: Linearicons;
    margin-left: 20px;
  }
  
  .header--mobile-categories .header__filter button i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 20px;
    color: #666;
  }
  
  .header--mobile-categories .header__filter .header__sort {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 10px;
  }
  
  .header--mobile-categories .header__filter .header__sort i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 20px;
    color: #666;
  }
  
  .header--mobile-categories .header__filter .header__sort .select2 .select2-selection {
    border: none;
    background-color: transparent;
  }
  
  .header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__rendered {
    background-color: transparent;
    text-align: left;
  }
  
  .header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__arrow:before {
    content: '\e93a';
    font-family: Linearicons;
  }
  
  .header--mobile-categories .header__filter > button {
    border-right: 1px solid #ccc;
  }
  
  .navigation--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  
  .navigation--sidebar .navigation__actions {
    text-align: center;
  }
  
  .navigation--sidebar .navigation__actions .ps-dropdown {
    margin-bottom: 10px;
  }
  
  .navigation--sidebar .navigation__actions .ps-dropdown > a {
    font-size: 1.4rem;
    color: #666;
  }
  
  .navigation--sidebar .navigation__header {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background-color: #fcb800;
  }
  
  .navigation--sidebar .navigation__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  
  .navigation--sidebar .navigation__header .ps-btn--close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  
  .navigation--sidebar .navigation__header .ps-btn--close:before, .navigation--sidebar .navigation__header .ps-btn--close:after {
    background-color: #ffffff;
    height: 60%;
  }
  
  .navigation--sidebar .navigation__content {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  
  .navigation--sidebar .header__actions a {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px;
  }
  
  .navigation--sidebar .header__actions a i {
    font-size: 24px;
    color: #000;
    vertical-align: middle;
  }
  
  .navigation--sidebar .header__actions .ps-dropdown a {
    padding-right: 0;
  }
  
  .navigation--sidebar .header__actions .ps-dropdown a:after {
    display: none;
  }
  
  .navigation--sidebar .header__actions .ps-cart-toggle {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    line-height: 30px;
  }
  
  .navigation--sidebar .header__actions .ps-cart-toggle span {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translate(25%, -100%);
    transform: translate(25%, -100%);
    background-color: #000;
  }
  
  .navigation--sidebar .header__actions .ps-cart-toggle span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-style: normal;
    font-size: 11px;
  }
  
  .navigation--sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  @media (min-width: 1200px) {
    .navigation--sidebar .navigation__actions {
      display: none;
    }
  }
  
  @media (max-width: 479px) {
    .navigation--sidebar {
      width: 100%;
    }
  }
  
  .navigation--list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10002;
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    background-color: #ffffff;
  }
  
  .navigation--list .navigation__item {
    text-align: center;
  }
  
  .navigation--list .navigation__item i {
    font-size: 24px;
  }
  
  .navigation--list .navigation__item span {
    display: block;
  }
  
  .navigation--list .navigation__item.active i {
    color: #fcb800;
  }
  
  .navigation--list .navigation__item.active span {
    color: #fcb800;
  }
  
  .navigation--list .navigation__content {
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  
  @media (min-width: 1200px) {
    .navigation--list {
      display: none;
    }
  }
  
  .navigation--mobile-product {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10002;
    border-top: 1px solid #ccc;
    background-color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  
  .navigation--mobile-product > * {
    width: 100%;
    flex-basis: 50%;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
  }
  
  .navigation--mobile-product .ps-btn--black {
    color: #ffffff;
  }
  
  @media (min-width: 1200px) {
    .navigation--mobile-product {
      display: none;
    }
  }
  
  .navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
  
  .navigation--sticky .navigation {
    background-color: #fff;
  }
  
  .navigation--sticky .header__top {
    display: none;
  }
  
  .navigation--sticky.navigation--pin {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .navigation--sticky.navigation--unpin {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  
  .navigation--sticky.header--1.navigation--pin .navigation {
    background-color: rgba(0, 0, 0, 0.95);
  }
  
  .navigation--sticky.header--1.navigation--pin.header--black .navigation {
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  .navigation--sticky.header--2.navigation--pin.active {
    background-color: #fff;
    -webkit-transform: translate(270px, 0);
    transform: translate(270px, 0);
  }
  
  @media (max-width: 1199px) {
    .navigation--sticky.navigation--unpin {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  
  .ps-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .ps-site-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  
  .ps-search--mobile {
    margin: 0 auto;
    padding: 10px 20px;
  }

.ps-block--category-2 ul, .ps-block--products-of-category .ps-block__categories ul, .ps-block--product-box ul, .ps-block--categories-box ul, .ps-block--menu-categories .ps-block__content ul, .ps-block--shopping-total ul, .ps-block--ourteam ul, .ps-block--vendor-filter ul, .ps-block--store ul, .ps-panel--sidebar ul, .widget_sidebar ul, .widget_shop ul, .widget_category ul, .widget_footer ul, .widget--blog ul, .widget--vendor ul, .ps-carousel--animate ul, .ps-product ul, .ps-product--detail .ps-product__countdown figure ul, .ps-product--hot-deal .ps-product__header ul, .ps-product--photo ul, .ps-filter ul, .ps-filter--sidebar ul, .ps-form--account ul, .ps-product-list ul, .ps-deal-of-day ul, .ps-shopping .ps-shopping__header ul, .ps-best-sale-brands ul, .ps-blog .ps-blog__header ul, .ps-my-account-2 ul, .ps-store-list .ps-store-link ul, .ps-page--comming-soon ul, .header ul, .navigation--sidebar ul, .ps-block--category-2 ol, .ps-block--products-of-category .ps-block__categories ol, .ps-block--product-box ol, .ps-block--categories-box ol, .ps-block--menu-categories .ps-block__content ol, .ps-block--shopping-total ol, .ps-block--ourteam ol, .ps-block--vendor-filter ol, .ps-block--store ol, .ps-panel--sidebar ol, .widget_sidebar ol, .widget_shop ol, .widget_category ol, .widget_footer ol, .widget--blog ol, .widget--vendor ol, .ps-carousel--animate ol, .ps-product ol, .ps-product--detail .ps-product__countdown figure ol, .ps-product--hot-deal .ps-product__header ol, .ps-product--photo ol, .ps-filter ol, .ps-filter--sidebar ol, .ps-form--account ol, .ps-product-list ol, .ps-deal-of-day ol, .ps-shopping .ps-shopping__header ol, .ps-best-sale-brands ol, .ps-blog .ps-blog__header ol, .ps-my-account-2 ol, .ps-store-list .ps-store-link ol, .ps-page--comming-soon ol, .header ol, .navigation--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header__content .header__content-right .header__actions a:hover{
  color: #f6eaba;
}

.header .header__content .header__content-left .menu--product-categories .menu__toggle a:hover{
  color: #f6eaba;
}
