.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header {
  position: relative;
  width: 100% !important;
  z-index: 101;
  background: #fff;
  -webkit-transition: 0.3s ease background, 0.3s ease box-shadow;
  transition: 0.3s ease background, 0.3s ease box-shadow;
  border-bottom: 1px solid transparent;
  z-index: 9999; }
  #header:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease; }
    .mini_cart_active #header:after,
    .wishlist_active #header:after {
      opacity: 1;
      visibility: visible; }
  .mini_cart_active.home #header,
  .wishlist_active.home #header,
  .header_search_active.home #header {
    background: #fff;
    z-index: 999; }
  .fixed-position #header {
    border-bottom-color: #f2f2f2;
    box-shadow: 0px 3px 6px rgba(21, 71, 51, 0.2);
    background: #fff; }
  .single-product #header,
  .category-father #header {
    border-bottom: 1px solid #ECECEC; }

.header-offer-bar {
  background: #154733;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  -webkit-transition: 0.3s ease height, 0.3s ease max-height, 0.3s ease border;
  transition: 0.3s ease height, 0.3s ease max-height, 0.3s ease border;
  position: relative; }
  @media (min-width: 768px) {
    .header-offer-bar {
      font-size: 13px;
      line-height: 18px; } }
  @media (min-width: 992px) {
    .header-offer-bar {
      font-size: 14px;
      line-height: 20px; } }
  @media (min-width: 1200px) {
    .header-offer-bar {
      font-size: 16px; } }
  .header-offer-bar .top-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .header-offer-bar .offer-slider {
    position: relative;
    margin: 0 auto;
    padding: 0 0.9375rem;
    max-width: 18.75rem; }
    @media (min-width: 768px) {
      .header-offer-bar .offer-slider {
        max-width: 400px; } }
    .header-offer-bar .offer-slider > .slide + .slide {
      display: none; }
    .header-offer-bar .offer-slider .slide {
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767.98px) {
        .header-offer-bar .offer-slider .slide {
          min-height: 1.5625rem; } }
      .header-offer-bar .offer-slider .slide a {
        text-decoration: none;
        font-weight: 400;
        color: inherit; }
    .header-offer-bar .offer-slider .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 6;
      padding: 0;
      margin: 0;
      outline: none;
      background: none;
      line-height: 1;
      color: #fff;
      font-size: 0.5rem;
      border: none; }
      @media (min-width: 768px) {
        .header-offer-bar .offer-slider .slick-arrow {
          font-size: 10px; } }
      @media (min-width: 1200px) {
        .header-offer-bar .offer-slider .slick-arrow {
          font-size: 12px; } }
      .header-offer-bar .offer-slider .slick-arrow i {
        display: block; }
      .header-offer-bar .offer-slider .slick-arrow:hover {
        color: rgba(255, 255, 255, 0.7) !important; }
    .header-offer-bar .offer-slider .slick-prev {
      right: 0.625rem; }
      @media (min-width: 768px) {
        .header-offer-bar .offer-slider .slick-prev {
          right: 0; } }
    .header-offer-bar .offer-slider .slick-next {
      left: 0.625rem; }
      @media (min-width: 768px) {
        .header-offer-bar .offer-slider .slick-next {
          left: 0; } }
  .header-offer-bar .close-offer {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 12px; }
    @media (min-width: 992px) {
      .header-offer-bar .close-offer {
        right: 16px;
        font-size: 13px; } }
    @media (min-width: 1200px) {
      .header-offer-bar .close-offer {
        right: 21px;
        font-size: 14px; } }
    @media (max-width: 767.98px) {
      .header-offer-bar .close-offer {
        display: none; } }
  .header-offer-bar .slide a {
    text-decoration: none;
    padding: 6px 0;
    font-weight: 400;
    color: #fff;
    display: inline-block; }
    @media (min-width: 768px) {
      .header-offer-bar .slide a {
        padding: 10px 0; } }

.header-top {
  position: relative; }
  .header-top .header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.8125rem;
    min-height: 3.5rem; }
    @media (min-width: 768px) {
      .header-top .header-top-wrapper {
        min-height: 60px;
        padding: 0 30px; } }
    @media (min-width: 992px) {
      .header-top .header-top-wrapper {
        padding: 14px 40px 0; } }
    @media (min-width: 1200px) {
      .header-top .header-top-wrapper {
        padding: 14px 60px 0; } }
    @media (min-width: 1300px) {
      .header-top .header-top-wrapper {
        padding: 14px 75px 0; } }
  .header-top button:not(.nav-opener) {
    border: none;
    outline: none;
    background: none;
    line-height: 1;
    display: block;
    overflow: visible; }
    .header-top button:not(.nav-opener) i {
      display: block; }
      @media (max-width: 767.98px) {
        .header-top button:not(.nav-opener) i {
          padding: 1px; } }
  .header-top .btn-search-opener {
    color: #4e4b4b;
    font-size: 0.875rem;
    margin: 0 0 0 0.9375rem;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 60px;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility; }
    @media (min-width: 768px) {
      .header-top .btn-search-opener {
        font-size: 17px;
        margin: 0; } }
    @media (max-width: 767.98px) {
      .header-top .btn-search-opener {
        right: 2.8125rem; } }
    @media (min-width: 992px) {
      .header-top .btn-search-opener {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-top .btn-search-opener {
          color: #fff; } }
    .header_search_active .header-top .btn-search-opener .icon-search:before {
      content: "\e905" !important;
      font-size: 0.75rem; }

.logo {
  width: 7.8125rem;
  z-index: 8; }
  @media (max-width: 1199.98px) {
    .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (min-width: 768px) {
    .logo {
      width: 180px; } }
  @media (min-width: 992px) {
    .logo {
      width: 200px; } }
  @media (min-width: 1200px) {
    .logo {
      width: 248px; } }
  .logo a {
    display: block;
    position: relative; }
  .logo img {
    width: 100%;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity; }
    @media (min-width: 992px) {
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .logo img:not(.logo-white) {
        opacity: 0; }
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .logo img.logo-white {
        opacity: 1; } }
    .logo img.logo-white {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0; }

.nav-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 0 0 auto;
  background: none;
  outline: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 1200px) {
    .nav-opener {
      display: none; } }
  .nav-opener .nav-bar {
    font-size: 0;
    height: 2px;
    width: 1.25rem;
    background: #4e4b4b;
    -webkit-transition: 0.3s ease-in-out background;
    transition: 0.3s ease-in-out background;
    display: block;
    position: relative; }
    .nav-active .nav-opener .nav-bar {
      background: none !important;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .resize-active .nav-opener .nav-bar {
      -webkit-transition: none;
      transition: none; }
    .nav-opener .nav-bar:before, .nav-opener .nav-bar:after {
      position: absolute;
      left: 0;
      height: 2px;
      background: #4e4b4b;
      content: "";
      margin: 0;
      width: 100%; }
      .nav-active .nav-opener .nav-bar:before, .nav-active .nav-opener .nav-bar:after {
        -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s; }
      .resize-active .nav-opener .nav-bar:before, .resize-active .nav-opener .nav-bar:after {
        -webkit-transition: none;
        transition: none;
        -webkit-transition-delay: 0s, 0s;
                transition-delay: 0s, 0s; }
    .nav-opener .nav-bar:before {
      top: -0.3125rem;
      -webkit-transition: 0.3s ease top 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background;
      transition: 0.3s ease top 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background; }
      .nav-active .nav-opener .nav-bar:before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.3s ease top 0s, 0.3s ease transform 0.3s, 0.3s ease-in-out background;
        transition: 0.3s ease top 0s, 0.3s ease transform 0.3s, 0.3s ease-in-out background; }
    .nav-opener .nav-bar:after {
      bottom: -0.3125rem;
      -webkit-transition: 0.3s ease bottom 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background;
      transition: 0.3s ease bottom 0.3s, 0.3s ease transform 0s, 0.3s ease-in-out background; }
      .nav-active .nav-opener .nav-bar:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.3s ease bottom 0s, 0.3s ease transform 0.3s, 0.3s ease width 0.3s, 0.3s ease-in-out background;
        transition: 0.3s ease bottom 0s, 0.3s ease transform 0.3s, 0.3s ease width 0.3s, 0.3s ease-in-out background; }

.header-utility-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0; }
  @media (max-width: 1199.98px) {
    .header-utility-nav {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 992px) {
    .header-utility-nav {
      margin: 0 auto 0 0;
      max-width: calc(50% - calc(248px / 2));
      -webkit-box-flex: calc(50% - calc(248px / 2));
          -ms-flex: calc(50% - calc(248px / 2));
              flex: calc(50% - calc(248px / 2)); } }
  @media (min-width: 992px) {
    .header-utility-nav.header-utility-nav--left {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 992px) {
    .header-utility-nav.header-utility-nav--right {
      margin: 0 0 0 auto; } }
  @media (min-width: 992px) {
    .header-utility-nav > li {
      height: 19px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-utility-nav > li:nth-child(1) {
        border-left: 1px solid #bd8d44;
        padding-left: 19px; }
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li {
        border-left-color: #fff; }
        .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > a,
        .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav > li > button {
          color: #fff; } }
  .header-utility-nav > li > a,
  .header-utility-nav > li > button {
    position: relative; }
  .header-utility-nav .contact-menu {
    position: relative; }
  @media (max-width: 1199.98px) {
    .header-utility-nav .contact-menu,
    .header-utility-nav .account-menu {
      display: none; } }
  @media (min-width: 768px) {
    .header-utility-nav .contact-menu,
    .header-utility-nav .account-menu {
      padding: 0 5px; } }
  @media (min-width: 992px) {
    .header-utility-nav .contact-menu,
    .header-utility-nav .account-menu {
      margin-right: 10px; } }
  .header_contact_active .header-utility-nav .contact-menu .header_contact_control, .header_contact_active
  .header-utility-nav .account-menu .header_contact_control {
    font-weight: 700; }
  .header-utility-nav .contact-menu > a,
  .header-utility-nav .account-menu > a {
    z-index: 1; }
    @media (min-width: 768px) {
      .header-utility-nav .contact-menu > a,
      .header-utility-nav .account-menu > a {
        position: relative; } }
    @media (min-width: 992px) {
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
      .header-utility-nav .account-menu > a {
        color: #fff; }
        .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .contact-menu > a:after, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
        .header-utility-nav .account-menu > a:after {
          background: #fff; } }
  .header-utility-nav .contact-menu a,
  .header-utility-nav .account-menu a {
    color: #4e4b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .header-utility-nav .contact-menu a,
      .header-utility-nav .account-menu a {
        font-size: 16px; } }
  .header-utility-nav .counter_wish,
  .header-utility-nav .counter,
  .header-utility-nav .account-conter {
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background: #bd8d44;
    color: #ffffff;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    text-align: center;
    font-family: "Assistant", sans-serif;
    font-weight: 500; }
    @media (min-width: 768px) {
      .header-utility-nav .counter_wish,
      .header-utility-nav .counter,
      .header-utility-nav .account-conter {
        width: 16px;
        height: 16px;
        font-size: 12px;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) .header-utility-nav .counter_wish, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
      .header-utility-nav .counter, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
      .header-utility-nav .account-conter {
        background: #fff;
        color: #4e4b4b; } }
  .header-utility-nav .account-conter {
    margin-right: 0.5em; }
  .header-utility-nav .counter_wish,
  .header-utility-nav .counter {
    position: absolute;
    top: -5px;
    right: -3px;
    -webkit-transform: translate(-70%, 4%);
        -ms-transform: translate(-70%, 4%);
            transform: translate(-70%, 4%); }
    @media (max-width: 767.98px) {
      .header-utility-nav .counter_wish,
      .header-utility-nav .counter {
        right: 0.35rem;
        top: -3px; } }
  .header-utility-nav .btn-cart {
    font-size: 0.9375rem;
    padding-right: 1.375rem;
    padding-left: 0;
    color: #4e4b4b; }
    @media (min-width: 768px) {
      .header-utility-nav .btn-cart {
        font-size: 17px;
        margin: 0 2px 0 0;
        padding-right: 1.125rem; } }
  .header-utility-nav .btn-bookmark {
    font-size: 0.9375rem;
    margin-right: 0.875rem;
    padding-left: 0;
    padding-right: 1.25rem;
    color: #4e4b4b; }
    @media (min-width: 768px) {
      .header-utility-nav .btn-bookmark {
        font-size: 17px;
        margin: 0 10px 0 0;
        padding-right: 1rem; } }
  .header-utility-nav li.contact-menu:hover > .header-contact-menu {
    opacity: 1;
    visibility: visible; }
  .header-utility-nav .header-contact-menu,
  .header-utility-nav .drop-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    background: #fff;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility; }
    @media (min-width: 992px) {
      .header-utility-nav .header-contact-menu,
      .header-utility-nav .drop-menu {
        margin: 32px 0 0;
        padding-bottom: 5px;
        width: 172px; } }
    @media (min-width: 1200px) {
      .header-utility-nav .header-contact-menu,
      .header-utility-nav .drop-menu {
        margin-top: 43px;
        padding-bottom: 8px; } }
    .header-utility-nav .header-contact-menu:before,
    .header-utility-nav .drop-menu:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0; }
      @media (min-width: 992px) {
        .header-utility-nav .header-contact-menu:before,
        .header-utility-nav .drop-menu:before {
          height: 32px; } }
      @media (min-width: 1200px) {
        .header-utility-nav .header-contact-menu:before,
        .header-utility-nav .drop-menu:before {
          height: 43px; } }
    .header-utility-nav .header-contact-menu > li:first-child,
    .header-utility-nav .drop-menu > li:first-child {
      border-bottom: 1px solid #4e4b4b;
      margin: 0 0 7px;
      padding: 4px 0; }
    .header-utility-nav .header-contact-menu > li.hover > a,
    .header-utility-nav .drop-menu > li.hover > a {
      font-weight: 700; }
    .header-utility-nav .header-contact-menu > li > a,
    .header-utility-nav .drop-menu > li > a {
      display: block;
      padding: 4px 11px;
      font-size: 14px;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .header-utility-nav .header-contact-menu > li > a,
        .header-utility-nav .drop-menu > li > a {
          font-size: 16px; } }
      .header-utility-nav .header-contact-menu > li > a:hover,
      .header-utility-nav .drop-menu > li > a:hover {
        font-weight: 700; }
  .header-utility-nav li.account-menu {
    position: relative; }
    @media (min-width: 992px) {
      .header-utility-nav li.account-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-utility-nav li.account-menu:hover > .drop-menu {
      opacity: 1;
      visibility: visible; }
    .header-utility-nav li.account-menu .sep {
      margin: 0 6px; }
    .header-utility-nav li.account-menu .drop-menu {
      width: 100px; }
      .header-utility-nav li.account-menu .drop-menu > li:first-child {
        border: none;
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .header-utility-nav li.account-menu .drop-menu {
          margin: 12px 0 0;
          padding-bottom: 0;
          width: 110px; } }
      @media (min-width: 1200px) {
        .header-utility-nav li.account-menu .drop-menu {
          margin-top: 23px;
          padding-bottom: 0; } }

@media (min-width: 992px) {
  .header-navigation {
    padding-block: 4px 10px; } }

@media (max-width: 1199.98px) {
  #nav {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 280px;
    padding: 0 0 16px;
    border: 1px solid #f7f7f7;
    border-width: 1px 1px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease transform;
    transition: 0.5s ease opacity, 0.5s ease visibility, 0.5s ease transform;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden; }
    .resize-active #nav {
      -webkit-transition: none;
      transition: none; }
    .nav-active #nav {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .has_header_offer #nav {
      top: 132px; } }

@media (max-width: 991.98px) {
  .has_header_offer #nav {
    top: 102px; } }

@media (max-width: 767.98px) {
  #nav {
    width: 13.75rem;
    padding: 0 0 0.8125rem;
    top: 3.5rem; }
    .has_header_offer #nav {
      top: 5.0625rem; } }

@media (max-width: 991.98px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 102px; } }

@media (max-width: 782px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 116px; } }

@media (max-width: 767.98px) {
  .logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: calc(3.5rem + 46px); } }

@media (max-width: 991.98px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 134px; } }

@media (max-width: 782px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: 148px; } }

@media (max-width: 767.98px) {
  .has_header_offer.logged-in.admin-bar .sticky-wrap:not(.fixed-position) #nav {
    top: calc(5.0625rem + 46px); } }

#nav a {
  text-decoration: none; }

@media (min-width: 992px) {
  #nav .primary-menu,
  #nav .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 991.98px) {
  #nav .primary-menu,
  #nav .mobile-menu {
    padding: 0.875rem 0 0.625rem; } }

@media (min-width: 992px) {
  #nav .primary-menu > li,
  #nav .mobile-menu > li {
    margin: 0 0 0 20px; }
    #nav .primary-menu > li:hover > a:after, #nav .primary-menu > li.hover > a:after,
    #nav .mobile-menu > li:hover > a:after,
    #nav .mobile-menu > li.hover > a:after {
      opacity: 1;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }
    #nav .primary-menu > li:hover > .submenu-holder, #nav .primary-menu > li.hover > .submenu-holder,
    #nav .mobile-menu > li:hover > .submenu-holder,
    #nav .mobile-menu > li.hover > .submenu-holder {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }

@media (max-width: 991.98px) {
  #nav .primary-menu > li.menu-item-has-children.active > a:before,
  #nav .mobile-menu > li.menu-item-has-children.active > a:before {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
        -ms-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg); }
  #nav .primary-menu > li.menu-item-has-children > a:before,
  #nav .mobile-menu > li.menu-item-has-children > a:before {
    content: "\e901";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font: 0.5rem/ 1 "icomoon"; } }

#nav .primary-menu > li.menu_bold > a,
#nav .mobile-menu > li.menu_bold > a {
  font-weight: 700; }

#nav .primary-menu > li > a,
#nav .mobile-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #191919;
  padding: 0.5625rem 0; }
  #nav .primary-menu > li > a img,
  #nav .mobile-menu > li > a img {
    display: none;
    margin-left: 0.3125rem; }
  @media (min-width: 768px) {
    #nav .primary-menu > li > a,
    #nav .mobile-menu > li > a {
      font-size: 16px;
      line-height: 1.25;
      color: #4e4b4b; } }
  @media (min-width: 992px) {
    #nav .primary-menu > li > a,
    #nav .mobile-menu > li > a {
      padding: 0; }
      .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) #nav .primary-menu > li > a, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
      #nav .mobile-menu > li > a {
        color: #fff; }
        .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position) #nav .primary-menu > li > a:after, .home.header-light:not(.mini_cart_active):not(.wishlist_active):not(.header_search_active) .sticky-wrap:not(.fixed-position)
        #nav .mobile-menu > li > a:after {
          background: #fff; }
      #nav .primary-menu > li > a:after,
      #nav .mobile-menu > li > a:after {
        content: "";
        position: absolute;
        bottom: -2px;
        height: 1px;
        right: 0;
        width: 100%;
        background: #bd8d44;
        -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
        transition: 0.4s ease opacity, 0.4s ease transform;
        opacity: 0;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0; }
      #nav .primary-menu > li > a:hover:after,
      #nav .mobile-menu > li > a:hover:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
                transform-origin: 100% 0; } }

@media (min-width: 992px) {
  #nav .primary-menu .submenu-inner-holder > .sub-menu,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu {
    -ms-flex-preferred-size: calc(100% - 420px);
        flex-basis: calc(100% - 420px);
    max-width: calc(100% - 420px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1200px) {
  #nav .primary-menu .submenu-inner-holder > .sub-menu,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu {
    -ms-flex-preferred-size: calc(100% - 446px);
        flex-basis: calc(100% - 446px);
    max-width: calc(100% - 446px); } }

@media (min-width: 1300px) {
  #nav .primary-menu .submenu-inner-holder > .sub-menu,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu {
    -ms-flex-preferred-size: calc(100% - 525px);
        flex-basis: calc(100% - 525px);
    max-width: calc(100% - 525px); } }

#nav .primary-menu .submenu-inner-holder > .sub-menu > li,
#nav .mobile-menu .submenu-inner-holder > .sub-menu > li {
  line-height: 1; }
  @media (max-width: 991.98px) {
    #nav .primary-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children.active > a:before,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children.active > a:before {
      -webkit-transform: translate(0, -50%) rotate(-90deg);
          -ms-transform: translate(0, -50%) rotate(-90deg);
              transform: translate(0, -50%) rotate(-90deg); }
    #nav .primary-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children > a,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children > a {
      position: relative; }
      #nav .primary-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children > a:before,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu > li.menu-item-has-children > a:before {
        content: "\e901";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font: 0.4375rem/ 1 "icomoon"; } }
  #nav .primary-menu .submenu-inner-holder > .sub-menu > li > a,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu > li > a {
    font-size: 0.75rem;
    color: #4e4b4b;
    padding: 0.1875rem 0;
    margin-bottom: 0.5rem;
    display: block; }
    @media (min-width: 992px) {
      #nav .primary-menu .submenu-inner-holder > .sub-menu > li > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu > li > a {
        font-weight: 700;
        padding: 0;
        font-size: 16px;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      #nav .primary-menu .submenu-inner-holder > .sub-menu > li > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu > li > a {
        font-size: 18px;
        margin-bottom: 14px; } }

@media (min-width: 992px) {
  #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    padding-right: 2.75rem;
    border-left: solid 1px #d9d9d9; }
    #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par:first-of-type,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par:first-of-type {
      padding-right: 0;
      -ms-flex-preferred-size: 28.5%;
          flex-basis: 28.5%;
      max-width: 28.5%; }
    #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par:nth-of-type(2),
    #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par:nth-of-type(2) {
      -ms-flex-preferred-size: 32.5%;
          flex-basis: 32.5%;
      max-width: 32.5%; }
    #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par:last-of-type,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par:last-of-type {
      padding-left: 30px;
      border: none;
      -ms-flex-preferred-size: 39%;
          flex-basis: 39%;
      max-width: 39%; } }

#nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu,
#nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 992px) {
    #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li {
      margin-bottom: 10px; }
      #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.menu-item-has-children,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.menu-item-has-children {
        margin-bottom: 20px; }
        #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.menu-item-has-children:last-child,
        #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.menu-item-has-children:last-child {
          margin-bottom: 0; }
      #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.current-menu-itemm > a, #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.hover > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.current-menu-itemm > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.hover > a {
        font-weight: 700;
        border-bottom-color: #4e4b4b; }
        #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.current-menu-itemm > a:after, #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.hover > a:after,
        #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.current-menu-itemm > a:after,
        #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li.hover > a:after {
          opacity: 1;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
                  transform-origin: 100% 0; } }
  #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a,
  #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a {
    font-size: 0.75rem;
    color: #4e4b4b;
    padding: 0.1875rem 0;
    margin-bottom: 0.5rem;
    display: block; }
    @media (min-width: 992px) {
      #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a {
        font-size: 14px;
        padding: 3px 0 4px;
        display: table;
        margin: 0 0 10px;
        position: relative; }
        #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:after,
        #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:after {
          content: "";
          position: absolute;
          bottom: 0;
          height: 1px;
          right: 0;
          width: 100%;
          background: #bd8d44;
          -webkit-transition: 0.4s ease opacity, 0.4s ease transform;
          transition: 0.4s ease opacity, 0.4s ease transform;
          opacity: 0;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
                  transform-origin: 0 0; }
        #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:hover,
        #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:hover {
          font-weight: 700;
          border-bottom-color: #4e4b4b; }
          #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:hover:after,
          #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a:hover:after {
            opacity: 1;
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1);
            -webkit-transform-origin: 100% 0;
                -ms-transform-origin: 100% 0;
                    transform-origin: 100% 0; } }
    @media (min-width: 1200px) {
      #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a,
      #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a {
        font-size: 14px;
        padding: 4px 0; } }
    #nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a img,
    #nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu li > a img {
      max-width: 18px;
      display: inline-block;
      margin-left: 5px; }

#nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .menu-item-has-children > a,
#nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .menu-item-has-children > a {
  font-weight: 500; }

#nav .primary-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu,
#nav .mobile-menu .submenu-inner-holder > .sub-menu .sub-menu-par .sub-menu {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  border: none; }

@media (max-width: 1199.98px) {
  #nav .primary-menu {
    display: none; } }

@media (min-width: 992px) {
  #nav .primary-menu {
    margin-right: 3.75rem; } }

@media (max-width: 991.98px) {
  #nav .mobile-menu {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible; }
    #nav .mobile-menu > li {
      margin-bottom: 0.5rem; }
      #nav .mobile-menu > li a {
        font-size: 0.875rem;
        line-height: 1.46; }
    #nav .mobile-menu .active > a {
      font-weight: 600; }
    #nav .mobile-menu .sub-menu {
      padding-right: 0.625rem; }
      #nav .mobile-menu .sub-menu a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 0.75rem;
        line-height: 1.41;
        color: #191919;
        padding: 0.5625rem 0; } }

#nav .submenu-holder {
  padding: 0 0.6875rem; }
  @media (min-width: 992px) {
    #nav .submenu-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.4s ease-in-out opacity, 0.4s ease-in-out visibility, 0.4s ease-in-out transform;
      transition: 0.4s ease-in-out opacity, 0.4s ease-in-out visibility, 0.4s ease-in-out transform;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px); } }
  @media (min-width: 992px) {
    #nav .submenu-holder .submenu-inner-holder {
      min-height: 217px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      max-width: 1320px;
      margin-left: auto;
      margin-right: auto; } }

#nav .menu-banner-row {
  display: none; }
  @media (min-width: 992px) {
    #nav .menu-banner-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 420px;
          flex-basis: 420px;
      max-width: 420px; } }
  @media (min-width: 1200px) {
    #nav .menu-banner-row {
      -ms-flex-preferred-size: 446px;
          flex-basis: 446px;
      max-width: 446px; } }
  @media (min-width: 1300px) {
    #nav .menu-banner-row {
      -ms-flex-preferred-size: 525px;
          flex-basis: 525px;
      max-width: 525px; } }
  #nav .menu-banner-row .menu-banner {
    display: block;
    position: relative;
    overflow: hidden; }
    #nav .menu-banner-row .menu-banner:hover .bg-image img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    #nav .menu-banner-row .menu-banner .bg-image {
      position: relative;
      width: 100%;
      -webkit-transition: 0.3s ease-in-out transform;
      transition: 0.3s ease-in-out transform; }
      #nav .menu-banner-row .menu-banner .bg-image img {
        width: 100%;
        -webkit-transition: 0.3s ease-in-out transform;
        transition: 0.3s ease-in-out transform; }

@media (min-width: 1200px) {
  #nav .mobile-account-nav,
  #nav .social-network-wrap {
    display: none; } }

#nav .social-metwork-title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 1.5625rem; }

#nav .mobile-account-nav {
  padding: 0;
  margin-bottom: 1.25rem; }
  #nav .mobile-account-nav > li {
    line-height: 1;
    padding: 0 1.0625rem;
    border-bottom: solid 1px #ececec; }
    #nav .mobile-account-nav > li.active {
      background: #f9f9f9; }
      #nav .mobile-account-nav > li.active > a {
        font-weight: 600; }
        #nav .mobile-account-nav > li.active > a .icon-short-left-arrow {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
    #nav .mobile-account-nav > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      vertical-align: top;
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      color: #4e4b4b;
      padding: 0.9375rem 0; }
      #nav .mobile-account-nav > li > a.login-menu-list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        #nav .mobile-account-nav > li > a.login-menu-list .icon-account {
          margin-left: 0.3125rem; }
      #nav .mobile-account-nav > li > a .icon-short-left-arrow {
        font-size: 0.5rem;
        margin-right: auto;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        height: 20px;
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #nav .mobile-account-nav > li > a > span {
        margin-left: 10px; }
  #nav .mobile-account-nav .drop-menu {
    font-size: 0.75rem;
    line-height: 1.5; }
    #nav .mobile-account-nav .drop-menu > li {
      padding: 0.46875rem 0; }
      #nav .mobile-account-nav .drop-menu > li:first-child {
        padding-top: 0; }
      #nav .mobile-account-nav .drop-menu > li:last-child {
        padding-bottom: 0.9375rem; }
    #nav .mobile-account-nav .drop-menu a {
      color: #4e4b4b; }
      #nav .mobile-account-nav .drop-menu a img {
        margin-left: 0.5rem; }

#nav .social-network-wrap {
  margin-top: auto;
  text-align: center; }

#nav .social-networks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  margin-top: auto;
  padding-bottom: 1.5625rem; }
  #nav .social-networks > li {
    padding: 0 0.5625rem; }
    #nav .social-networks > li a {
      color: #bd8d44; }

.login-modal,
.register-modal {
  padding: 10px 0; }
  .login-modal.show,
  .register-modal.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .login-modal .modal-dialog,
  .register-modal .modal-dialog {
    margin: auto 1.25rem;
    width: calc(100% - 1.25rem); }
    @media (min-width: 768px) {
      .login-modal .modal-dialog,
      .register-modal .modal-dialog {
        margin: auto;
        max-width: 700px; } }
    @media (min-width: 992px) {
      .login-modal .modal-dialog,
      .register-modal .modal-dialog {
        margin: auto;
        max-width: 800px; } }
  .login-modal .modal-content,
  .register-modal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .login-modal .form-wrap-lft,
  .register-modal .form-wrap-lft {
    padding: 1.25rem 1.875rem; }
    @media (min-width: 768px) {
      .login-modal .form-wrap-lft,
      .register-modal .form-wrap-lft {
        padding: 30px 45px;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
        max-width: 55%; } }
    @media (min-width: 992px) {
      .login-modal .form-wrap-lft,
      .register-modal .form-wrap-lft {
        padding: 40px 55px; } }
  @media (max-width: 767.98px) {
    .login-modal .form-image,
    .register-modal .form-image {
      display: none; } }
  @media (min-width: 768px) {
    .login-modal .form-image,
    .register-modal .form-image {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
      max-width: 45%; } }
  .login-modal .form-image img,
  .register-modal .form-image img {
    height: 100%;
    object-fit: cover; }
  .login-modal .modal-close,
  .register-modal .modal-close {
    position: absolute;
    top: -0.625rem;
    right: -0.625rem;
    line-height: 1;
    text-decoration: none;
    color: #4e4b4b;
    font-size: 0.4375rem;
    z-index: 3;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    line-height: 1.3125rem;
    background: #fff;
    border: solid 1px #4e4b4b;
    text-align: center; }
    @media (min-width: 768px) {
      .login-modal .modal-close,
      .register-modal .modal-close {
        font-size: 12px;
        top: -14px;
        right: -14px;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 1.75rem;
        line-height: 1.875rem; } }
    @media (min-width: 992px) {
      .login-modal .modal-close,
      .register-modal .modal-close {
        top: -15px;
        right: -15px;
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
        line-height: 2.125rem; } }
    .login-modal .modal-close:hover,
    .register-modal .modal-close:hover {
      color: #000; }
  .login-modal h2,
  .register-modal h2 {
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.33333333;
    font-weight: 600;
    margin: 0 0 0.9375rem; }
    @media (min-width: 768px) {
      .login-modal h2,
      .register-modal h2 {
        font-size: 24px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .login-modal h2,
      .register-modal h2 {
        font-size: 28px;
        margin-bottom: 20px; } }
  .login-modal .btn_register,
  .register-modal .btn_register {
    display: table;
    margin: 0 auto 0.5625rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #4e4b4b;
    text-decoration: none; }
    .login-modal .btn_register span,
    .register-modal .btn_register span {
      color: #154733;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .login-modal .btn_register,
      .register-modal .btn_register {
        font-size: 14px;
        margin-bottom: 18px; } }
    @media (min-width: 992px) {
      .login-modal .btn_register,
      .register-modal .btn_register {
        margin-bottom: 25px; } }
  .login-modal .form-row,
  .register-modal .form-row {
    margin-left: -0.46875rem;
    margin-right: -0.46875rem; }
    @media (min-width: 768px) {
      .login-modal .form-row,
      .register-modal .form-row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 992px) {
      .login-modal .form-row,
      .register-modal .form-row {
        margin-left: -20px;
        margin-right: -20px; } }
    .login-modal .form-row .form-group,
    .register-modal .form-row .form-group {
      padding-left: 0.46875rem;
      padding-right: 0.46875rem; }
      @media (min-width: 768px) {
        .login-modal .form-row .form-group,
        .register-modal .form-row .form-group {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .login-modal .form-row .form-group,
        .register-modal .form-row .form-group {
          padding-left: 20px;
          padding-right: 20px; } }
      .login-modal .form-row .form-group.half,
      .register-modal .form-row .form-group.half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
      .login-modal .form-row .form-group:not(.half),
      .register-modal .form-row .form-group:not(.half) {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
  .login-modal .form-group,
  .register-modal .form-group {
    margin-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .login-modal .form-group,
      .register-modal .form-group {
        margin-bottom: 16px; } }
    @media (min-width: 992px) {
      .login-modal .form-group,
      .register-modal .form-group {
        margin-bottom: 25px; } }
  .login-modal .form-control,
  .register-modal .form-control {
    display: block;
    height: 2.625rem;
    border-color: rgba(176, 176, 176, 0.5);
    border-width: 0 0 1px;
    border-radius: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 0.625rem 0;
    color: #4e4b4b;
    box-shadow: none; }
    @media (min-width: 768px) {
      .login-modal .form-control,
      .register-modal .form-control {
        font-size: 14px;
        line-height: 1.5;
        height: 48px;
        padding: 10px 0; } }
    .login-modal .form-control::-webkit-input-placeholder,
    .register-modal .form-control::-webkit-input-placeholder {
      color: #4e4b4b; }
    .login-modal .form-control::-moz-placeholder,
    .register-modal .form-control::-moz-placeholder {
      opacity: 1;
      color: #4e4b4b; }
    .login-modal .form-control:-moz-placeholder,
    .register-modal .form-control:-moz-placeholder {
      color: #4e4b4b; }
    .login-modal .form-control:-ms-input-placeholder,
    .register-modal .form-control:-ms-input-placeholder {
      color: #4e4b4b; }
    .login-modal .form-control.placeholder,
    .register-modal .form-control.placeholder {
      color: #4e4b4b; }
    .login-modal .form-control:focus,
    .register-modal .form-control:focus {
      box-shadow: none; }
  .login-modal .error,
  .register-modal .error {
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .login-modal .error,
      .register-modal .error {
        font-size: 14px; } }
  .login-modal .alert,
  .register-modal .alert {
    border: none;
    border-radius: 0.125rem;
    color: #fff;
    display: none; }
    @media (min-width: 768px) {
      .login-modal .alert,
      .register-modal .alert {
        border-radius: 3px; } }
    .login-modal .alert.alert-danger,
    .register-modal .alert.alert-danger {
      background: #f00;
      color: #fff;
      display: block; }
    .login-modal .alert.alert-success,
    .register-modal .alert.alert-success {
      background: #000;
      color: #fff;
      display: block; }
    .login-modal .alert a,
    .register-modal .alert a {
      color: inherit;
      text-decoration: underline; }
      .login-modal .alert a:hover,
      .register-modal .alert a:hover {
        text-decoration: none; }
  .login-modal .btn,
  .register-modal .btn {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #154733;
    border: solid 1px #154733; }
    @media (min-width: 768px) {
      .login-modal .btn,
      .register-modal .btn {
        padding: 10px; } }
    @media (min-width: 992px) {
      .login-modal .btn,
      .register-modal .btn {
        padding: 12px; } }
    .login-modal .btn:hover,
    .register-modal .btn:hover {
      color: #154733 !important;
      border-color: #154733 !important; }
    @media (max-width: 767.98px) {
      .login-modal .btn,
      .register-modal .btn {
        line-height: 1rem; } }
  .login-modal .login-or-title,
  .register-modal .login-or-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1rem;
    font-weight: 500;
    margin: 0.9375rem 0 0.9375rem; }
    @media (min-width: 768px) {
      .login-modal .login-or-title,
      .register-modal .login-or-title {
        font-size: 14px;
        line-height: 1.5;
        margin: 25px 0 10px; } }
    @media (min-width: 992px) {
      .login-modal .login-or-title,
      .register-modal .login-or-title {
        margin: 25px 0 15px; } }
    .login-modal .login-or-title span,
    .register-modal .login-or-title span {
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 0 0.75rem; }
  .login-modal .social-login,
  .register-modal .social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 -0.46875rem; }
    @media (min-width: 768px) {
      .login-modal .social-login,
      .register-modal .social-login {
        margin: 0 -10px; } }
    .login-modal .social-login .btn-facebook,
    .login-modal .social-login .btn-google,
    .register-modal .social-login .btn-facebook,
    .register-modal .social-login .btn-google {
      font-size: 0.625rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: capitalize;
      text-decoration: none;
      color: #4e4b4b;
      font-weight: 400;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0.46875rem;
      background: #f9f9f9;
      padding: 0.625rem 1.5rem 0.5625rem;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      @media (min-width: 768px) {
        .login-modal .social-login .btn-facebook,
        .login-modal .social-login .btn-google,
        .register-modal .social-login .btn-facebook,
        .register-modal .social-login .btn-google {
          font-size: 14px;
          margin: 0 10px;
          padding: 0.9375rem 2.625rem; } }
      .login-modal .social-login .btn-facebook:hover,
      .login-modal .social-login .btn-google:hover,
      .register-modal .social-login .btn-facebook:hover,
      .register-modal .social-login .btn-google:hover {
        background: #eae8e8; }
      .rtl .login-modal .social-login .btn-facebook, .rtl
      .login-modal .social-login .btn-google, .rtl
      .register-modal .social-login .btn-facebook, .rtl
      .register-modal .social-login .btn-google {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .login-modal .social-login .btn-facebook i,
      .login-modal .social-login .btn-facebook span,
      .login-modal .social-login .btn-facebook img,
      .login-modal .social-login .btn-google i,
      .login-modal .social-login .btn-google span,
      .login-modal .social-login .btn-google img,
      .register-modal .social-login .btn-facebook i,
      .register-modal .social-login .btn-facebook span,
      .register-modal .social-login .btn-facebook img,
      .register-modal .social-login .btn-google i,
      .register-modal .social-login .btn-google span,
      .register-modal .social-login .btn-google img {
        position: relative;
        z-index: 2;
        display: inline-block;
        vertical-align: middle; }
      .login-modal .social-login .btn-facebook i,
      .login-modal .social-login .btn-facebook img,
      .login-modal .social-login .btn-google i,
      .login-modal .social-login .btn-google img,
      .register-modal .social-login .btn-facebook i,
      .register-modal .social-login .btn-facebook img,
      .register-modal .social-login .btn-google i,
      .register-modal .social-login .btn-google img {
        margin-left: 8px; }
        @media (min-width: 768px) {
          .login-modal .social-login .btn-facebook i,
          .login-modal .social-login .btn-facebook img,
          .login-modal .social-login .btn-google i,
          .login-modal .social-login .btn-google img,
          .register-modal .social-login .btn-facebook i,
          .register-modal .social-login .btn-facebook img,
          .register-modal .social-login .btn-google i,
          .register-modal .social-login .btn-google img {
            margin-left: 10px; } }
        .rtl .login-modal .social-login .btn-facebook i, .rtl
        .login-modal .social-login .btn-facebook img, .rtl
        .login-modal .social-login .btn-google i, .rtl
        .login-modal .social-login .btn-google img, .rtl
        .register-modal .social-login .btn-facebook i, .rtl
        .register-modal .social-login .btn-facebook img, .rtl
        .register-modal .social-login .btn-google i, .rtl
        .register-modal .social-login .btn-google img {
          margin-left: 0;
          margin-right: 8px; }
          @media (min-width: 768px) {
            .rtl .login-modal .social-login .btn-facebook i, .rtl
            .login-modal .social-login .btn-facebook img, .rtl
            .login-modal .social-login .btn-google i, .rtl
            .login-modal .social-login .btn-google img, .rtl
            .register-modal .social-login .btn-facebook i, .rtl
            .register-modal .social-login .btn-facebook img, .rtl
            .register-modal .social-login .btn-google i, .rtl
            .register-modal .social-login .btn-google img {
              margin-right: 10px; } }
      .login-modal .social-login .btn-facebook span,
      .login-modal .social-login .btn-google span,
      .register-modal .social-login .btn-facebook span,
      .register-modal .social-login .btn-google span {
        margin-top: 0.35em; }
      .login-modal .social-login .btn-facebook .icon-facebook,
      .login-modal .social-login .btn-google .icon-facebook,
      .register-modal .social-login .btn-facebook .icon-facebook,
      .register-modal .social-login .btn-google .icon-facebook {
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          .login-modal .social-login .btn-facebook .icon-facebook,
          .login-modal .social-login .btn-google .icon-facebook,
          .register-modal .social-login .btn-facebook .icon-facebook,
          .register-modal .social-login .btn-google .icon-facebook {
            font-size: 17px; } }
      .login-modal .social-login .btn-facebook .icon-google,
      .login-modal .social-login .btn-google .icon-google,
      .register-modal .social-login .btn-facebook .icon-google,
      .register-modal .social-login .btn-google .icon-google {
        font-size: 0.90625rem; }
        @media (min-width: 768px) {
          .login-modal .social-login .btn-facebook .icon-google,
          .login-modal .social-login .btn-google .icon-google,
          .register-modal .social-login .btn-facebook .icon-google,
          .register-modal .social-login .btn-google .icon-google {
            font-size: 18px; } }

.remeber-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.75rem 0 1.25rem; }
  .form-wrap-lft .remeber-check {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .form-wrap-lft .remeber-check {
        margin: 30px 0; } }
    @media (min-width: 992px) {
      .form-wrap-lft .remeber-check {
        margin: 40px 0; } }
  .remeber-check + .remeber-check {
    margin-top: -0.5rem; }
    @media (min-width: 768px) {
      .remeber-check + .remeber-check {
        margin-top: -10px; } }
  .remeber-check .checkbox {
    margin: 0;
    color: #4e4b4b;
    font-size: 0.8125rem;
    line-height: 1rem;
    position: relative;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .remeber-check .checkbox {
        font-size: 16px;
        line-height: 1.5;
        padding-right: 22px; } }
    .remeber-check .checkbox input[type="checkbox"] {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0; }
      .remeber-check .checkbox input[type="checkbox"]:checked ~ .fake-input:before {
        opacity: 1; }
    .remeber-check .checkbox a {
      color: #4e4b4b;
      text-decoration: underline; }
      .remeber-check .checkbox a:hover {
        text-decoration: none; }
    .remeber-check .checkbox .fake-input {
      position: absolute;
      right: 0;
      top: 0.5rem;
      border-radius: 0;
      width: 0.75rem;
      height: 0.75rem;
      border: 1px solid #4e4b4b;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: #f6f6f6; }
      @media (min-width: 768px) {
        .remeber-check .checkbox .fake-input {
          width: 15px;
          height: 15px;
          top: 12px; } }
      .remeber-check .checkbox .fake-input:before {
        content: "\e91f";
        position: absolute;
        top: 56%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font: 0.3125rem/ 1 "icomoon";
        color: #4e4b4b;
        opacity: 0; }
        @media (min-width: 768px) {
          .remeber-check .checkbox .fake-input:before {
            font-size: 0.4em;
            top: 50%; } }
    .remeber-check .checkbox p:empty {
      display: none; }
  .remeber-check .link-forgot-pass {
    color: #4e4b4b;
    text-decoration: underline;
    font-size: 0.6875rem;
    line-height: 1rem; }
    @media (min-width: 768px) {
      .remeber-check .link-forgot-pass {
        font-size: 14px;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .remeber-check .link-forgot-pass {
        font-size: 16px; } }
    .remeber-check .link-forgot-pass:hover {
      text-decoration: none; }

@media (max-width: 900px) and (orientation: landscape) {
  .header-mini-cart {
    overflow-y: auto;
    overflow-x: hidden; }
    .header-mini-cart .mini-cart-body {
      height: auto;
      max-height: 110vh; } }

.header-mini-cart,
.header-wishlist-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  -webkit-transition: 0.6s ease-in-out opacity, 0.6s ease-in-out visibility, 0.6s ease-in-out transform;
  transition: 0.6s ease-in-out opacity, 0.6s ease-in-out visibility, 0.6s ease-in-out transform;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden; }

.wishlist-body,
.mini-cart-items {
  overflow-y: auto;
  overflow-x: hidden; }
  .wishlist-body::-webkit-scrollbar,
  .mini-cart-items::-webkit-scrollbar {
    width: 6px; }
  .wishlist-body::-webkit-scrollbar-thumb,
  .mini-cart-items::-webkit-scrollbar-thumb {
    background: #4e4b4b; }

.header-wishlist-box {
  width: 17.5rem;
  border-top: 1px solid #ececec; }
  @media (min-width: 768px) {
    .header-wishlist-box {
      width: 420px; } }
  @media (min-width: 992px) {
    .header-wishlist-box {
      width: 470px; } }
  .wishlist_active .header-wishlist-box {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .header-wishlist-box .wishlist-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.6875rem;
    position: relative;
    padding: 0.9375rem 0.625rem;
    border-bottom: solid 1px #ececec;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    .header-wishlist-box .wishlist-header > * {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .header-wishlist-box .wishlist-header strong:not(.wishlist-heading) {
      font-weight: 400;
      color: #808080; }
    @media (min-width: 768px) {
      .header-wishlist-box .wishlist-header {
        height: 80px;
        padding: 15px 10px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .wishlist-header {
        height: 100px;
        padding: 20px 10px; } }
    .header-wishlist-box .wishlist-header .icon-empty-heart {
      position: absolute;
      line-height: 1;
      text-decoration: none;
      color: #4e4b4b;
      font-size: 0.6875rem;
      left: 0.9375rem;
      top: 1.125rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-header .icon-empty-heart {
          font-size: 12px;
          left: 15px;
          top: 20px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-header .icon-empty-heart {
          font-size: 14px;
          left: 25px;
          top: 24px; } }
    .header-wishlist-box .wishlist-header .wishlist-close {
      position: absolute;
      line-height: 1;
      text-decoration: none;
      color: #4e4b4b;
      font-size: 0.625rem;
      top: 1.125rem;
      right: 0.9375rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-header .wishlist-close {
          font-size: 10px;
          top: 1.25rem;
          right: 15px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-header .wishlist-close {
          font-size: 0.75rem;
          right: 1.5625rem;
          top: 1.5rem; } }
  @media (min-width: 992px) {
    .header-wishlist-box.wishlist-empty .wishlist-header {
      border: none; } }
  .header-wishlist-box .wishlist-heading {
    color: #222222;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center; }
    .header-wishlist-box .wishlist-heading span {
      font-size: 0.75rem;
      font-weight: 300;
      display: block;
      margin-top: 0.9375rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-heading span {
          font-size: 1rem;
          margin-top: 1.125rem; } }
    @media (min-width: 768px) {
      .header-wishlist-box .wishlist-heading {
        font-size: 19px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .wishlist-heading {
        font-size: 20px; } }
  .header-wishlist-box .btn-clear {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 0.625rem;
    color: #4e4b4b;
    text-decoration: underline;
    left: 0.5625rem; }
    @media (min-width: 768px) {
      .header-wishlist-box .btn-clear {
        font-size: 12px;
        left: 15px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .btn-clear {
        font-size: 13px;
        left: 18px; } }
  .header-wishlist-box.wishlist-empty .wishlist-body {
    height: auto; }
  .header-wishlist-box.wishlist-empty .wishlist-body .wishlist-items,
  .header-wishlist-box.wishlist-empty .btn-clear {
    display: none; }
  .header-wishlist-box.wishlist-empty .empty-wishlist-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-wishlist-box .wishlist-body {
    padding: 1.5625rem 9px 0;
    height: calc(100% - 3.375rem); }
    @media (min-width: 768px) {
      .header-wishlist-box .wishlist-body {
        height: calc(100% - 62px);
        padding: 20px 12px 0; } }
    @media (min-width: 992px) {
      .header-wishlist-box .wishlist-body {
        height: calc(100% - 72px);
        padding: 20px 16px 0; } }
  .header-wishlist-box .empty-wishlist-info {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 0.9375rem; }
    @media (min-width: 768px) {
      .header-wishlist-box .empty-wishlist-info {
        padding: 0 0 25px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .empty-wishlist-info {
        padding: 10px 0 34px; } }
    .header-wishlist-box .empty-wishlist-info .empty-wishlist-icon {
      display: block;
      margin-bottom: 1.25rem;
      font-size: 1.75rem;
      line-height: 1; }
      @media (min-width: 768px) {
        .header-wishlist-box .empty-wishlist-info .empty-wishlist-icon {
          margin-bottom: 2.5rem;
          font-size: 2.75rem; } }
    .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
      font-size: 0.75rem;
      line-height: 1;
      color: #303030;
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
          font-size: 16px;
          margin-bottom: 30px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
          margin-bottom: 2.1875rem;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .header-wishlist-box .empty-wishlist-info .wishlist-empty-message {
          margin-bottom: 40px;
          font-size: 1.25rem; } }
    .header-wishlist-box .empty-wishlist-info .btn {
      display: block;
      width: 8.125rem;
      margin: 0 auto;
      background: #154733;
      border-color: #154733;
      font-weight: 500;
      padding: 0.5rem; }
      .header-wishlist-box .empty-wishlist-info .btn:hover {
        color: #154733 !important;
        border-color: #154733 !important; }
      @media (min-width: 768px) {
        .header-wishlist-box .empty-wishlist-info .btn {
          width: 160px;
          padding: 9px 10px 10px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .empty-wishlist-info .btn {
          width: 180px; } }
      @media (min-width: 1200px) {
        .header-wishlist-box .empty-wishlist-info .btn {
          width: 200px; } }
  .header-wishlist-box .wishlist-items {
    margin: 0 -0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .header-wishlist-box .wishlist-items {
        margin: 0 -8px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .wishlist-items {
        margin: 0 -10px; } }
    .header-wishlist-box .wishlist-items .product-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 0 0.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-items .product-col {
          padding: 5px 8px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-items .product-col {
          padding: 7px 10px; } }
  .header-wishlist-box .wishlist-item {
    margin-bottom: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (min-width: 768px) {
      .header-wishlist-box .wishlist-item {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .header-wishlist-box .wishlist-item {
        margin-bottom: 30px; } }
    .header-wishlist-box .wishlist-item .img-wrap {
      position: relative;
      margin: 0 0 0.5rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-item .img-wrap {
          margin-bottom: 10px; } }
      .header-wishlist-box .wishlist-item .img-wrap img {
        width: 100%;
        text-indent: -99999px; }
        @media (max-width: 767.98px) {
          .header-wishlist-box .wishlist-item .img-wrap img {
            min-height: 7.75rem;
            object-fit: cover; } }
    .header-wishlist-box .wishlist-item .btn-remove-wishlist {
      position: absolute;
      top: 0.3125rem;
      left: 0.3125rem;
      z-index: 6;
      width: 1.5625rem;
      height: 1.5625rem;
      border-radius: 50%;
      font-size: 1rem;
      color: #4e4b4b;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 999; }
      .header-wishlist-box .wishlist-item .btn-remove-wishlist:hover {
        cursor: pointer;
        color: #bd8d44; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-item .btn-remove-wishlist {
          width: 18px;
          height: 18px;
          font-size: 15px;
          top: 6px;
          left: 6px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-item .btn-remove-wishlist {
          width: 20px;
          height: 20px; } }
    .header-wishlist-box .wishlist-item .product-name,
    .header-wishlist-box .wishlist-item .product-price {
      font-size: 0.75rem;
      line-height: 1.25;
      text-align: center;
      font-weight: 400;
      margin: 0 0 0.5rem; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-item .product-name,
        .header-wishlist-box .wishlist-item .product-price {
          font-size: 13px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-item .product-name,
        .header-wishlist-box .wishlist-item .product-price {
          font-size: 16px; } }
    .header-wishlist-box .wishlist-item .product-name a {
      color: #4e4b4b;
      text-decoration: none; }
    .header-wishlist-box .wishlist-item .product-price ins,
    .header-wishlist-box .wishlist-item .product-price del {
      margin: 0 4px;
      font-weight: 400; }
    .header-wishlist-box .wishlist-item .product-price br {
      display: none; }
    .header-wishlist-box .wishlist-item .product-price ins {
      text-decoration: none;
      color: #df3838; }
    .header-wishlist-box .wishlist-item .product-price del {
      color: #4e4b4b; }
    .header-wishlist-box .wishlist-item .jcf-select {
      border-top: 1px solid #7d7d7d;
      height: calc(1.75rem + 1px); }
      .header-wishlist-box .wishlist-item .jcf-select .jcf-select-text {
        font-size: 0.75rem;
        line-height: 1.75rem;
        font-weight: 400; }
        @media (min-width: 768px) {
          .header-wishlist-box .wishlist-item .jcf-select .jcf-select-text {
            font-size: 13px;
            line-height: 28px; } }
        @media (min-width: 992px) {
          .header-wishlist-box .wishlist-item .jcf-select .jcf-select-text {
            font-size: 14px; } }
      .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop {
        min-width: 100%;
        left: 0;
        right: 0; }
        .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list {
          font-size: 0.75rem;
          line-height: 1.25; }
          @media (min-width: 768px) {
            .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list {
              font-size: 13px; } }
          @media (min-width: 992px) {
            .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list {
              font-size: 14px; } }
          .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list .jcf-option {
            padding: 0.25rem 0.5rem; }
            @media (min-width: 768px) {
              .header-wishlist-box .wishlist-item .jcf-select .jcf-select-drop .jcf-list .jcf-option {
                padding: 5px 10px; } }
    .header-wishlist-box .wishlist-item .variation {
      margin-top: auto; }
      .header-wishlist-box .wishlist-item .variation ~ .btn-add-cart {
        margin-top: 0; }
    .header-wishlist-box .wishlist-item .btn-add-cart {
      font-size: 0.75rem;
      line-height: 1.25;
      font-weight: 400;
      border: 1px solid #154733;
      background: #154733;
      color: #fff;
      text-align: center;
      display: block;
      width: 100%;
      text-decoration: none;
      padding: 0.5625rem;
      margin-top: auto;
      -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
      transition: color 0.3s, background 0.3s, border-color 0.3s; }
      @media (min-width: 768px) {
        .header-wishlist-box .wishlist-item .btn-add-cart {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .header-wishlist-box .wishlist-item .btn-add-cart {
          font-size: 14px;
          padding: 11px 10px 10px; } }
      .header-wishlist-box .wishlist-item .btn-add-cart:hover {
        background: #fff;
        color: #154733;
        border-color: #154733; }
    .header-wishlist-box .wishlist-item .error-text {
      font-weight: 500; }

.header-mini-cart {
  border: 1px solid #ececec;
  width: 17.5rem; }
  @media (min-width: 768px) {
    .header-mini-cart {
      width: 420px; } }
  @media (min-width: 992px) {
    .header-mini-cart {
      width: 470px; } }
  .mini_cart_active .header-mini-cart {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  .header-mini-cart .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4.6875rem;
    position: relative;
    padding: 0.9375rem 0.625rem;
    border-bottom: solid 1px #ececec; }
    @media (min-width: 768px) {
      .header-mini-cart .cart-header {
        height: 80px;
        padding: 15px 10px; } }
    @media (min-width: 992px) {
      .header-mini-cart .cart-header {
        height: 100px;
        padding: 20px 10px; } }
    .header-mini-cart .cart-header .icon-shopping-bag {
      position: absolute;
      line-height: 1;
      text-decoration: none;
      color: #4e4b4b;
      font-size: 0.6875rem;
      left: 0.9375rem;
      top: 1.125rem; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-header .icon-shopping-bag {
          font-size: 12px;
          left: 15px;
          top: 20px; } }
      @media (min-width: 992px) {
        .header-mini-cart .cart-header .icon-shopping-bag {
          font-size: 0.875rem;
          left: 1.5625rem;
          top: 24px; } }
  @media (min-width: 992px) {
    .header-mini-cart.cart-empty .cart-header {
      border: none; } }
  .header-mini-cart .cart-close {
    position: absolute;
    line-height: 1;
    text-decoration: none;
    color: #4e4b4b;
    font-size: 0.625rem;
    top: 1.125rem;
    right: 0.9375rem; }
    @media (min-width: 768px) {
      .header-mini-cart .cart-close {
        font-size: 10px;
        top: 1.25rem;
        right: 15px; } }
    @media (min-width: 992px) {
      .header-mini-cart .cart-close {
        font-size: 0.75rem;
        right: 1.5625rem;
        top: 1.5625rem; } }
  .header-mini-cart .mini-cart-body {
    height: calc(100% - 16.25rem);
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      .header-mini-cart .mini-cart-body {
        height: calc(100% - 287px); } }
    @media (min-width: 992px) {
      .header-mini-cart .mini-cart-body {
        height: calc(100% - 327px); } }
    @media (min-width: 1200px) {
      .header-mini-cart .mini-cart-body {
        height: calc(100% - 327px); } }
  .header-mini-cart .mini-cart-items {
    height: 100%;
    padding-top: 0.9375rem; }
    @media (min-width: 768px) {
      .header-mini-cart .mini-cart-items {
        padding-top: 1.25rem; } }
  .header-mini-cart.cart-empty .mini-cart-body .mini-cart-items {
    height: auto; }
  .header-mini-cart.cart-empty .mini-cart-body .mini-cart-item,
  .header-mini-cart.cart-empty .cart-footer {
    display: none; }
  .header-mini-cart.cart-empty .empty-cart-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-mini-cart .empty-cart-info {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 0.9375rem;
    padding-top: 0.625rem; }
    @media (min-width: 768px) {
      .header-mini-cart .empty-cart-info {
        padding: 0 0 25px; } }
    @media (min-width: 992px) {
      .header-mini-cart .empty-cart-info {
        padding: 10px 0 34px; } }
    .header-mini-cart .empty-cart-info .empty-cart-icon {
      display: block;
      margin-bottom: 1.25rem;
      font-size: 1.75rem;
      line-height: 1; }
      @media (min-width: 768px) {
        .header-mini-cart .empty-cart-info .empty-cart-icon {
          margin-bottom: 2.5rem;
          font-size: 2.75rem; } }
    .header-mini-cart .empty-cart-info .cart-empty-message {
      font-size: 0.75rem;
      line-height: 1;
      color: #303030;
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .header-mini-cart .empty-cart-info .cart-empty-message {
          font-size: 16px;
          margin-bottom: 30px; } }
      @media (min-width: 992px) {
        .header-mini-cart .empty-cart-info .cart-empty-message {
          margin-bottom: 2.1875rem;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .header-mini-cart .empty-cart-info .cart-empty-message {
          margin-bottom: 40px;
          font-size: 1.25rem; } }
    .header-mini-cart .empty-cart-info .btn {
      display: block;
      width: 8.125rem;
      margin: 0 auto;
      background: #154733;
      border-color: #154733;
      font-weight: 500;
      padding: 0.5625rem; }
      .header-mini-cart .empty-cart-info .btn:hover {
        color: #154733 !important;
        border-color: #154733 !important; }
      @media (min-width: 768px) {
        .header-mini-cart .empty-cart-info .btn {
          width: 160px;
          padding: 9px 10px 10px; } }
      @media (min-width: 992px) {
        .header-mini-cart .empty-cart-info .btn {
          width: 180px; } }
      @media (min-width: 1200px) {
        .header-mini-cart .empty-cart-info .btn {
          width: 200px; } }
  .header-mini-cart .mini-cart-heading {
    color: #222222;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center; }
    .header-mini-cart .mini-cart-heading span {
      font-size: 0.75rem;
      font-weight: 300;
      display: block;
      margin-top: 0.9375rem; }
      @media (min-width: 768px) {
        .header-mini-cart .mini-cart-heading span {
          font-size: 1rem;
          margin-top: 1.125rem; } }
    @media (min-width: 768px) {
      .header-mini-cart .mini-cart-heading {
        font-size: 19px; } }
    @media (min-width: 992px) {
      .header-mini-cart .mini-cart-heading {
        font-size: 20px; } }
  @media (max-width: 767.98px) {
    .header-mini-cart .cart-footer {
      padding: 0 0.71875rem; } }
  .header-mini-cart .cart-coupon-wrap {
    padding: 0.4375rem 0 0.625rem;
    box-shadow: 0px 0px 10px rgba(21, 71, 51, 0.1); }
    @media (max-width: 767.98px) {
      .header-mini-cart .cart-coupon-wrap {
        margin-left: -0.75rem;
        margin-right: -0.75rem; } }
    @media (min-width: 768px) {
      .header-mini-cart .cart-coupon-wrap {
        padding: 0.75rem 1.625rem 0.75rem; } }
    @media (min-width: 992px) {
      .header-mini-cart .cart-coupon-wrap {
        padding: 1rem 1.625rem 1rem; } }
    .header-mini-cart .cart-coupon-wrap .cart-coupon-main {
      font-size: 0.75rem;
      font-weight: 400;
      color: #848484;
      position: relative;
      display: block;
      text-decoration: none;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-coupon-wrap .cart-coupon-main {
          font-size: 0.875rem;
          padding: 0; } }
      .header-mini-cart .cart-coupon-wrap .cart-coupon-main:before {
        content: "+";
        font-weight: 700;
        color: #4e4b4b;
        position: absolute;
        top: 50%;
        left: 0.625rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          .header-mini-cart .cart-coupon-wrap .cart-coupon-main:before {
            left: 0; } }
    .header-mini-cart .cart-coupon-wrap .cart-coupon-form {
      display: none;
      width: 100%;
      margin-top: 0.375rem; }
      @media (max-width: 767.98px) {
        .header-mini-cart .cart-coupon-wrap .cart-coupon-form {
          padding: 0 0.75rem; } }
    .header-mini-cart .cart-coupon-wrap form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-mini-cart .cart-coupon-wrap form:before, .header-mini-cart .cart-coupon-wrap form:after {
        display: table;
        content: "";
        clear: both; }
      .header-mini-cart .cart-coupon-wrap form input[type="text"] {
        width: calc(100% - 6rem);
        -webkit-appearance: none;
        appearance: none;
        box-shadow: none;
        outline: none;
        border: #9e9e9e solid 1px;
        padding: 0 0.625rem;
        height: 2.25rem;
        float: right;
        border-radius: 0; }
      .header-mini-cart .cart-coupon-wrap form .btn-coupon {
        width: 5.375rem;
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 0.625rem;
        text-align: center;
        background: #154733;
        border: solid 1px #154733;
        color: #fff;
        font-size: 0.875rem;
        float: left; }
        .header-mini-cart .cart-coupon-wrap form .btn-coupon:hover {
          color: #154733;
          border-color: #154733; }
    .header-mini-cart .cart-coupon-wrap.cart-coupon-toggle .cart-coupon-main:before {
      content: "-";
      font-size: 1.25rem; }
  .header-mini-cart .cart-sub-total {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.9375rem; }
    @media (min-width: 768px) {
      .header-mini-cart .cart-sub-total {
        font-size: 13px;
        line-height: 16px;
        margin-top: 1.25rem; } }
    @media (min-width: 992px) {
      .header-mini-cart .cart-sub-total {
        font-size: 14px;
        line-height: 1.25;
        margin-top: 1.5625rem; } }
    .header-mini-cart .cart-sub-total td,
    .header-mini-cart .cart-sub-total th {
      border: none;
      text-align: left;
      padding: 0.125rem 0;
      font-weight: 400; }
      .header-mini-cart .cart-sub-total td:first-child,
      .header-mini-cart .cart-sub-total th:first-child {
        padding-left: 0;
        text-align: right; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-sub-total td,
        .header-mini-cart .cart-sub-total th {
          padding: 3px 18px; } }
      @media (min-width: 992px) {
        .header-mini-cart .cart-sub-total td,
        .header-mini-cart .cart-sub-total th {
          padding: 5px 22px 4px; } }
    .header-mini-cart .cart-sub-total .discount-amount {
      direction: ltr;
      color: #df3838; }
    .header-mini-cart .cart-sub-total tfoot {
      font-weight: 500;
      font-size: 0.8125rem; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-sub-total tfoot {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .header-mini-cart .cart-sub-total tfoot {
          font-size: 1rem; } }
      .header-mini-cart .cart-sub-total tfoot td,
      .header-mini-cart .cart-sub-total tfoot th {
        font-weight: 500; }
  .header-mini-cart .cart-footer-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.75rem 0 0.625rem;
    padding: 0.8125rem 0 0.625rem; }
    @media (min-width: 768px) {
      .header-mini-cart .cart-footer-action {
        font-size: 22px;
        padding: 8px 18px;
        margin-top: 24px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .header-mini-cart .cart-footer-action {
        padding: 0 22px;
        margin-top: 28px; } }
    .header-mini-cart .cart-footer-action .btn {
      width: 100%;
      background: #154733;
      border-color: #154733; }
      @media (min-width: 768px) {
        .header-mini-cart .cart-footer-action .btn {
          font-size: 16px;
          line-height: 28px; } }
      @media (min-width: 992px) {
        .header-mini-cart .cart-footer-action .btn {
          font-size: 18px;
          line-height: 34px; } }
      .header-mini-cart .cart-footer-action .btn:not(:disabled):not(.disabled):hover {
        border-color: #154733;
        background: #fff;
        color: #154733; }
  .header-mini-cart .shopping-link {
    font-size: 0.6875rem;
    display: table;
    margin: 0 auto;
    vertical-align: top;
    line-height: 1.5;
    color: #4e4b4b;
    text-decoration: underline;
    font-weight: 400;
    display: none; }
    @media (min-width: 768px) {
      .header-mini-cart .shopping-link {
        font-size: 13px; } }
    @media (min-width: 992px) {
      .header-mini-cart .shopping-link {
        font-size: 14px; } }
    .header-mini-cart .shopping-link:hover {
      text-decoration: none; }
  .header-mini-cart.ajax_loading .loader-wrap {
    opacity: 1;
    visibility: visible; }
  .header-mini-cart .loader-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s ease visibility, 0.3s ease opacity;
    transition: 0.3s ease visibility, 0.3s ease opacity;
    opacity: 0;
    visibility: hidden; }

.mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.6875rem 0.625rem 0.8125rem;
  margin: 0;
  border-bottom: 1px solid #ececec; }
  @media (min-width: 768px) {
    .mini-cart-item {
      padding: 13px 18px 14px; } }
  @media (min-width: 992px) {
    .mini-cart-item {
      padding: 15px 25px 16px; } }
  .mini-cart-item:first-child {
    padding-top: 0.125rem; }
    @media (min-width: 768px) {
      .mini-cart-item:first-child {
        padding-top: 0; } }
  .mini-cart-item .product-image {
    -ms-flex-preferred-size: 6.25rem;
        flex-basis: 6.25rem;
    max-width: 6.25rem; }
    @media (min-width: 768px) {
      .mini-cart-item .product-image {
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
        max-width: 120px; } }
    @media (min-width: 992px) {
      .mini-cart-item .product-image {
        -ms-flex-preferred-size: 135px;
            flex-basis: 135px;
        max-width: 135px; } }
    @media (min-width: 992px) {
      .mini-cart-item .product-image {
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
        max-width: 150px; } }
  .mini-cart-item .product-detail {
    -ms-flex-preferred-size: calc(100% - 6.25rem);
        flex-basis: calc(100% - 6.25rem);
    max-width: calc(100% - 6.25rem);
    padding: 0.25rem 0.71875rem 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    @media (min-width: 768px) {
      .mini-cart-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 120px);
            flex-basis: calc(100% - 120px);
        max-width: calc(100% - 120px);
        padding: 3px 11px 3px 0; } }
    @media (min-width: 992px) {
      .mini-cart-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 135px);
            flex-basis: calc(100% - 135px);
        max-width: calc(100% - 135px); } }
    @media (min-width: 1200px) {
      .mini-cart-item .product-detail {
        -ms-flex-preferred-size: calc(100% - 150px);
            flex-basis: calc(100% - 150px);
        max-width: calc(100% - 150px); } }
  .mini-cart-item .preorder-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f6f6f6;
    position: relative;
    font-size: 0.5625rem;
    line-height: 1.25;
    min-height: 1.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1.375rem 0 0.25rem;
    margin: -0.25rem 0 0.3125rem; }
    @media (min-width: 768px) {
      .mini-cart-item .preorder-info {
        min-height: 22px;
        font-size: 10px;
        padding: 0 24px 0 10px;
        margin: -3px 0 6px; } }
    @media (min-width: 992px) {
      .mini-cart-item .preorder-info {
        min-height: 25px;
        font-size: 11px; } }
    @media (min-width: 1200px) {
      .mini-cart-item .preorder-info {
        font-size: 12px;
        padding: 0 26px 0 14px;
        margin-bottom: 7px; } }
    .mini-cart-item .preorder-info:before {
      content: "\e90c";
      position: absolute;
      height: 1.1875rem;
      width: 1.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font: 0.84375rem/ 1 "icomoon";
      top: 0;
      right: 0; }
      @media (min-width: 768px) {
        .mini-cart-item .preorder-info:before {
          height: 22px;
          width: 24px;
          font-size: 15px; } }
      @media (min-width: 992px) {
        .mini-cart-item .preorder-info:before {
          height: 25px;
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .mini-cart-item .preorder-info:before {
          width: 26px;
          font-size: 18px; } }
    .mini-cart-item .preorder-info .pre-title {
      font-weight: 500;
      font-size: 0.75rem;
      margin-left: 0.21875rem; }
      @media (min-width: 768px) {
        .mini-cart-item .preorder-info .pre-title {
          font-size: 13px; } }
      @media (min-width: 1200px) {
        .mini-cart-item .preorder-info .pre-title {
          font-size: 14px; } }
  .mini-cart-item .product-name {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 600;
    color: #4e4b4b;
    margin: 0 0 0.375rem; }
    @media (min-width: 768px) {
      .mini-cart-item .product-name {
        font-size: 14px;
        margin-bottom: 8px; } }
    @media (min-width: 992px) {
      .mini-cart-item .product-name {
        margin-bottom: 12px; } }
    .mini-cart-item .product-name a {
      color: #4e4b4b;
      text-decoration: none; }
  .mini-cart-item .product-variation-wrap {
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .mini-cart-item .product-variation-wrap {
        font-size: 0.875rem; } }
    .mini-cart-item .product-variation-wrap .product-variation {
      margin-bottom: 0.46875rem; }
      @media (min-width: 768px) {
        .mini-cart-item .product-variation-wrap .product-variation {
          margin-bottom: 8px; } }
      @media (min-width: 992px) {
        .mini-cart-item .product-variation-wrap .product-variation {
          margin-bottom: 12px; } }
      .mini-cart-item .product-variation-wrap .product-variation span {
        margin-left: 8px; }
  .mini-cart-item .product-price {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    font-weight: 600;
    color: #4e4b4b;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (min-width: 768px) {
      .mini-cart-item .product-price {
        font-size: 14px; } }
    .mini-cart-item .product-price ins,
    .mini-cart-item .product-price del {
      margin-left: 4px;
      font-weight: 600; }
    .mini-cart-item .product-price ins {
      text-decoration: none;
      color: #df3838; }
    .mini-cart-item .product-price del {
      color: #b0b0b0; }
  .mini-cart-item .variation-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 0.8125rem; }
    @media (min-width: 1200px) {
      .mini-cart-item .variation-info {
        font-size: 14px; } }
  .mini-cart-item .cart-quantity {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
    position: absolute;
    bottom: -6px;
    left: 0; }
    .checkout-container .mini-cart-item .cart-quantity {
      bottom: 0.3125rem; }
    .mini-cart-item .cart-quantity label {
      font-size: 0.70625rem;
      margin: 0.1875rem 0 0 0.59375rem;
      font-weight: 400;
      color: #4e4b4b; }
      @media (min-width: 768px) {
        .mini-cart-item .cart-quantity label {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .mini-cart-item .cart-quantity label {
          font-size: 14px; } }
  .mini-cart-item .cart-remove {
    font-weight: 400;
    font-size: 0.70625rem;
    line-height: 1.25;
    color: #4e4b4b;
    text-decoration: none;
    margin-right: auto;
    position: absolute;
    top: 0.3125rem;
    left: 0; }
    .mini-cart-item .cart-remove:hover {
      cursor: pointer;
      color: #bd8d44; }
    @media (min-width: 768px) {
      .mini-cart-item .cart-remove {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .mini-cart-item .cart-remove {
        top: 5px; } }

.search-suggest-wrap-main {
  position: fixed;
  top: 5.375rem;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 1.09375rem 0.625rem 1.09375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.1);
  bottom: 0;
  z-index: 9;
  overflow: hidden; }
  .header_search_active .search-suggest-wrap-main {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 767.98px) {
    .sticky-wrap-active_timer .search-suggest-wrap-main {
      top: 5.375rem; } }
  @media (max-width: 767.98px) {
    .search-suggest-wrap-main {
      overflow-y: auto; } }
  @media (min-width: 768px) {
    .search-suggest-wrap-main {
      padding: 2.8125rem 1.25rem 1.75rem 1.25rem;
      position: absolute;
      top: 100%;
      bottom: auto; } }
  @media (min-width: 992px) {
    .search-suggest-wrap-main {
      padding: 2.8125rem 2.5rem 1.75rem 2.5rem; } }
  @media (min-width: 1200px) {
    .search-suggest-wrap-main {
      padding: 2.8125rem 5.0625rem 1.75rem 5.1875rem; } }

.close-ajax-search {
  display: none;
  color: #4e4b4b; }
  .close-ajax-search:hover {
    color: #bd8d44; }
  @media (min-width: 768px) {
    .close-ajax-search {
      display: block;
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      text-align: center;
      line-height: 1.5rem;
      top: 1.0625rem;
      left: 3.1875rem; } }
  .close-ajax-search span {
    font-size: 0.875rem; }

.search-suggest-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .search-suggest-inner-wrap .ajax-search-suggest-wrap {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .search-suggest-inner-wrap .ajax-search-suggest-wrap {
      width: 50%; } }
  @media (min-width: 768px) {
    .search-suggest-inner-wrap .ajax-suggest-res-wrap {
      width: 50%;
      padding-right: 2.5rem; } }
  @media (min-width: 992px) {
    .search-suggest-inner-wrap .ajax-suggest-res-wrap {
      width: 50%;
      padding-right: 4.375rem; } }
  @media (min-width: 1200px) {
    .search-suggest-inner-wrap .ajax-suggest-res-wrap {
      padding-right: 8.25rem; } }

.search-product-wrapper {
  position: relative;
  overflow: hidden;
  scrollbar-width: none; }
  .search-product-wrapper::-webkit-scrollbar {
    display: none; }
  @media (max-width: 767.98px) {
    .search-product-wrapper {
      border-bottom: solid 1px #ececec;
      padding-bottom: 1.25rem; }
      .search-product-wrapper .css-loader {
        position: static;
        left: 50%;
        -webkit-transform: translate(0) translateZ(0);
                transform: translate(0) translateZ(0);
        margin: 15px auto;
        font-size: 60px;
        right: 0; }
        .search-product-wrapper .css-loader.hidden {
          display: none; } }
  .search-product-wrapper .product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.625rem; }
    @media (min-width: 768px) {
      .search-product-wrapper .product-row {
        margin: 0 -0.625rem; } }
    @media (min-width: 1200px) {
      .search-product-wrapper .product-row {
        margin: 0 -1.0625rem; } }
    .search-product-wrapper .product-row .product-col {
      width: 50%;
      margin-top: 1.25rem;
      padding: 0 0.5rem;
      text-align: center; }
      @media (min-width: 768px) {
        .search-product-wrapper .product-row .product-col {
          width: 33.33%;
          padding: 0 0.625rem;
          margin-top: 2.5rem; } }
      @media (min-width: 1200px) {
        .search-product-wrapper .product-row .product-col {
          padding: 0 1.0625rem; } }
  .search-product-wrapper .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .search-product-wrapper .btn-wrapper {
        margin-top: 2.125rem; } }
    .search-product-wrapper .btn-wrapper .btn {
      font-size: 1rem;
      line-height: 1.5;
      padding: 0;
      color: #bd8d44;
      font-weight: 500;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .search-product-wrapper .btn-wrapper .btn {
          font-size: 1.125rem; } }

.search-topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ajax-sugg-res-inner {
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .ajax-sugg-res-inner {
      margin-top: 0; } }
  .ajax-sugg-res-inner .search-topics-title {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4e4b4b;
    line-height: 1.46; }
    @media (min-width: 768px) {
      .ajax-sugg-res-inner .search-topics-title {
        font-size: 1.125rem;
        margin: 0 0 1rem; } }
  .ajax-sugg-res-inner .search-topics-col {
    margin-bottom: 1.125rem;
    padding-left: 1.25rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .ajax-sugg-res-inner .search-topics-col:nth-of-type(2n) {
      padding-left: 0; }
    @media (min-width: 1300px) {
      .ajax-sugg-res-inner .search-topics-col {
        padding-left: 4.9375rem;
        -ms-flex-preferred-size: 15rem;
            flex-basis: 15rem;
        max-width: 15rem; } }
    .ajax-sugg-res-inner .search-topics-col p {
      font-size: 0.75rem;
      line-height: 1.5;
      margin-bottom: 0.625rem; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner .search-topics-col p {
          font-size: 0.875rem;
          margin-bottom: 1.25rem; } }
    .ajax-sugg-res-inner .search-topics-col a.btn-primary {
      border: solid 1px #154733;
      background: #154733;
      padding: 0.5rem 1.5rem;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner .search-topics-col a.btn-primary {
          padding: 0.5625rem 1.875rem;
          font-size: 0.875rem; } }
      .ajax-sugg-res-inner .search-topics-col a.btn-primary:hover {
        color: #154733 !important;
        border-color: #154733 !important; }
  .ajax-sugg-res-inner ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      .ajax-sugg-res-inner ul.search-list-wrapp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 991.98px) {
      .ajax-sugg-res-inner ul.search-list-wrapp ul {
        padding-left: 3.25rem; } }
    .ajax-sugg-res-inner ul li {
      font-size: 0.75rem;
      line-height: 2;
      font-weight: 400; }
      @media (min-width: 768px) {
        .ajax-sugg-res-inner ul li {
          font-size: 0.875rem;
          line-height: 2.14; } }
      .ajax-sugg-res-inner ul li a {
        color: #4e4b4b; }
        .ajax-sugg-res-inner ul li a:hover {
          color: #bd8d44; }

.ajax-srch-inner .input-group {
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0.9375rem 0.0625rem 3.4375rem; }
  @media (min-width: 768px) {
    .ajax-srch-inner .input-group {
      padding: 0 1.65625rem 0.625rem 5.625rem; } }
  @media (min-width: 992px) {
    .ajax-srch-inner .input-group {
      padding: 0 1.65625rem 0.8125rem 5.625rem; } }
  @media (min-width: 1200px) {
    .ajax-srch-inner .input-group {
      padding: 0 1.65625rem 0.9375rem 5.625rem; } }

.ajax-srch-inner .icon-search-short {
  font-size: 0.625rem;
  position: absolute;
  bottom: 0;
  margin-bottom: 0.5rem;
  z-index: 4;
  right: 0;
  color: #4e4b4b; }
  @media (min-width: 768px) {
    .ajax-srch-inner .icon-search-short {
      margin-bottom: 0.875rem;
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .ajax-srch-inner .icon-search-short {
      margin-bottom: 1rem;
      font-size: 0.9375rem; } }
  @media (min-width: 1200px) {
    .ajax-srch-inner .icon-search-short {
      font-size: 1rem;
      margin-bottom: 1.1875rem; } }

.ajax-srch-inner .form-control {
  width: 100%;
  border: none;
  font-size: 0.75rem;
  font-weight: 300;
  color: #4e4b4b;
  padding: 0;
  height: 1.5rem; }
  @media (min-width: 768px) {
    .ajax-srch-inner .form-control {
      font-size: 1.125rem;
      font-weight: 400; } }
  .ajax-srch-inner .form-control::-webkit-input-placeholder {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(78, 75, 75, 0.5); }
    @media (min-width: 768px) {
      .ajax-srch-inner .form-control::-webkit-input-placeholder {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5; } }
  .ajax-srch-inner .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(78, 75, 75, 0.5); }
    @media (min-width: 768px) {
      .ajax-srch-inner .form-control::-moz-placeholder {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5; } }
  .ajax-srch-inner .form-control:-moz-placeholder {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(78, 75, 75, 0.5); }
    @media (min-width: 768px) {
      .ajax-srch-inner .form-control:-moz-placeholder {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5; } }
  .ajax-srch-inner .form-control:-ms-input-placeholder {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(78, 75, 75, 0.5); }
    @media (min-width: 768px) {
      .ajax-srch-inner .form-control:-ms-input-placeholder {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5; } }
  .ajax-srch-inner .form-control.placeholder {
    font-size: 0.75rem;
    font-weight: 300;
    color: rgba(78, 75, 75, 0.5); }
    @media (min-width: 768px) {
      .ajax-srch-inner .form-control.placeholder {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5; } }

.ajax-srch-inner .input-group-append {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  margin-bottom: 0.375rem; }
  @media (min-width: 768px) {
    .ajax-srch-inner .input-group-append {
      margin-bottom: 0.5rem; } }
  .ajax-srch-inner .input-group-append .ajax-srch-inner-btn {
    padding: 0;
    font-size: 0.75rem;
    color: #bd8d44;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.16667; }
    @media (min-width: 768px) {
      .ajax-srch-inner .input-group-append .ajax-srch-inner-btn {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 2; } }
    .ajax-srch-inner .input-group-append .ajax-srch-inner-btn span {
      font-size: 0.34375rem;
      margin-left: 0.5625rem; }
      @media (min-width: 768px) {
        .ajax-srch-inner .input-group-append .ajax-srch-inner-btn span {
          font-size: 0.525rem;
          margin-top: 0.25rem; } }
      .rtl .ajax-srch-inner .input-group-append .ajax-srch-inner-btn span {
        margin-left: 0;
        margin-right: 0.5625rem; }

.matat_badge {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.45;
  padding: 0.09375rem 0.6875rem 0.0625rem;
  background: #f5f5f5;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 0.1875rem;
  left: 0.1875rem;
  right: auto; }
  @media (min-width: 768px) {
    .matat_badge {
      height: 1.125rem;
      line-height: 1.125rem;
      top: 0.4375rem;
      left: 0.375rem;
      font-size: 0.75rem;
      padding: 0 0.375rem;
      font-weight: 300; } }
  .search-suggest-wrap-main .matat_badge {
    left: auto;
    right: 0.1875rem; }
    @media (min-width: 768px) {
      .search-suggest-wrap-main .matat_badge {
        left: auto;
        right: 0.375rem; } }

body.page-template-front-page.home #wrapper > .sticky-wrap-,
body.page-template-tpl-homepage #wrapper > .sticky-wrap- {
  height: auto !important; }

body.page-template-front-page.home #header,
body.page-template-tpl-homepage #header {
  background: none;
  position: fixed;
  top: 0;
  left: 0; }

body.page-template-front-page.home.admin-bar #header,
body.page-template-tpl-homepage.admin-bar #header {
  top: 46px; }
  @media (min-width: 783px) {
    body.page-template-front-page.home.admin-bar #header,
    body.page-template-tpl-homepage.admin-bar #header {
      top: 32px; } }

body.page-template-front-page.home .fixed-position #header,
body.page-template-tpl-homepage .fixed-position #header {
  background: #fff; }

body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep, body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep, body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .account-menu .sep {
  color: #fff; }

body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after, body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after, body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .nav-opener .nav-bar:after {
  background: #fff; }

body.page-template-front-page.home:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1), body.page-template-front-page.home:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1), body.page-template-front-page.home:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.header_search_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.mini_cart_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.wishlist_active) .sticky-wrap-:not(.fixed-position) .header-utility-nav > li:nth-child(1) {
  border-color: #fff; }

body.page-template-front-page.home:not(.header_search_active).nav-active #header, body.page-template-front-page.home:not(.mini_cart_active).nav-active #header, body.page-template-front-page.home:not(.wishlist_active).nav-active #header,
body.page-template-tpl-homepage:not(.header_search_active).nav-active #header,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active #header,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active #header {
  background: #fff; }

body.page-template-front-page.home:not(.header_search_active).nav-active .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.header_search_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.header_search_active).nav-active .header-top .btn-search-opener,
body.page-template-front-page.home:not(.header_search_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.header_search_active).nav-active .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.header_search_active).nav-active #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.header_search_active).nav-active .account-menu .sep, body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-top .btn-search-opener,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.mini_cart_active).nav-active #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .account-menu .sep, body.page-template-front-page.home:not(.wishlist_active).nav-active .header-utility-nav .btn-cart,
body.page-template-front-page.home:not(.wishlist_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-front-page.home:not(.wishlist_active).nav-active .header-top .btn-search-opener,
body.page-template-front-page.home:not(.wishlist_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-front-page.home:not(.wishlist_active).nav-active .header-utility-nav .account-menu a,
body.page-template-front-page.home:not(.wishlist_active).nav-active #nav .primary-menu > li > a,
body.page-template-front-page.home:not(.wishlist_active).nav-active .account-menu .sep,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.header_search_active).nav-active #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .account-menu .sep,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .account-menu .sep,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-utility-nav .btn-cart,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-utility-nav .btn-bookmark,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-top .btn-search-opener,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-utility-nav .contact-menu a,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-utility-nav .account-menu a,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active #nav .primary-menu > li > a,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .account-menu .sep {
  color: #4e4b4b !important; }

body.page-template-front-page.home:not(.header_search_active).nav-active .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.header_search_active).nav-active .nav-opener .nav-bar:after, body.page-template-front-page.home:not(.mini_cart_active).nav-active .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.mini_cart_active).nav-active .nav-opener .nav-bar:after, body.page-template-front-page.home:not(.wishlist_active).nav-active .nav-opener .nav-bar:before,
body.page-template-front-page.home:not(.wishlist_active).nav-active .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.header_search_active).nav-active .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .nav-opener .nav-bar:after,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .nav-opener .nav-bar:before,
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .nav-opener .nav-bar:after {
  background: #4e4b4b !important; }

body.page-template-front-page.home:not(.header_search_active).nav-active .header-utility-nav > li:nth-child(1), body.page-template-front-page.home:not(.mini_cart_active).nav-active .header-utility-nav > li:nth-child(1), body.page-template-front-page.home:not(.wishlist_active).nav-active .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.header_search_active).nav-active .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.mini_cart_active).nav-active .header-utility-nav > li:nth-child(1),
body.page-template-tpl-homepage:not(.wishlist_active).nav-active .header-utility-nav > li:nth-child(1) {
  border-color: #4e4b4b !important; }

.nav-active {
  overflow: hidden; }

@media (max-width: 1199px) {
  .admin-bar.has_header_offer nav#nav {
    margin-top: 32px; } }

@media (max-width: 767px) {
  .admin-bar.has_header_offer nav#nav {
    margin-top: 46px; } }
