/*
    Primary:#0388c1
    Secondary:#ee1c25
*/

:root {
  --primary-color: #0388c1;
  --secondary-color: #ee1c25;
  --menu-hightlight: #f89424;
}

.announcement-bar {
  text-align: center;
  /* background-color: #ff0000; */
  color: var(--secondary-color);
  padding: 8px 15px;
  /* font-weight: 500; */
}
.announcement-bar span,
.announcement-bar__close {
  vertical-align: middle;
  display: inline-block;
  /* margin-top:3px; */
  /* margin-bottom: 3px; */
}
.announcement-bar .announcement-bar__close {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 18px;
  /* margin-left: 10px; */
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0px;
  /* margin-top: -10px; */
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .announcement-bar {
  background-color: #eeeeee;
  color: #f90000;
  padding-right: 70px;
  font-size: 12px;
  }
  #currency-switcher-wrapper-mobile {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    z-index: 10000;
  }
  #currency-switcher-wrapper-mobile .dropdown-heading {
    line-height: 31px;
    max-height: 31px;
  }
  #currency-switcher-wrapper-mobile .caret {
    opacity: 1;
    font-size: 20px;
  }

  #currency-switcher-wrapper-mobile .open .caret {
    color: #54457f;
  }
}

.announcement-bar-box {
  position: relative;
  display: inline-block;
  /* padding-right: 28px; */
}

.header-top-container {
  /* background-color: #ebebeb; */
  /* color: #fff; */
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 10px; */
  border-top: 1px solid #ddd;
}

.header-primary .hp-blocks-holder .row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  /* max-width: 100%; */
}

.top-head__info {
  font-size: 13px;
}

.top-head__info a {
  font-weight: 500;
  display: inline-block;
  /* vertical-align: middle; */
  /* opacity: 1; */
}

.top-head__info-phone {
  /* font-size: 16px; */
  /* margin-left: 3px; */
}

.top-head__info-email {
  color: inherit;
}
.header-top .header-top_row {
  font-size: 12px;
  color: #5f5e5b;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding-bottom: 5px; */
  padding: 0;
}

.header-top .header-top_row .left-column,
.header-top .header-top_row .right-column {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.header-top a.action.skip.contentarea {
  display: none;
}

@media (max-width: 1024px) {
  .header-top .header-top_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
  }
}

.header-top__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}

.header-container .item-left {
  /* border-right: 1px solid red; */
}

.header-top .item-right {
  margin: 0;
  float: none;
}
.header-top__list {
  padding: 0 8px;
  line-height: 30px;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.welcome.header-top__list {
  padding: 0;
  position: relative;
  /* padding-right: 15px; */
  font-weight: normal;
}

.welcome.header-top__list:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #000; /* padding-right: 15px; */
  position: absolute;
  right: -10px;
  top: 8px;
}

.header-top__list.welcome:hover {
  background: none;
  color: inherit;
}

.header-top__list .ic {
  color: var(--primary-color);
}

.header-top__list:hover,
.header-top__list.active {
  background-color: #f3f3f3;
  /* color: #fff; */
}

.header-top__list.active {
  font-weight: 500;
}
@media (max-width: 769px) {
  .header-top-container {
    display: none;
  }
}

.header-primary-container,
.header-m-primary-container {
  background-color: #fff;
}

.header-primary {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-primary .inner-container:before,
.header-primary .inner-container:after {
  display: none;
}

.header .logo-wrapper .logo {
  margin: 0;
  max-width: 100%;
  display: block;
}

.header .logo-wrapper .logo img {
  /* width: auto; */
  /* height: 100%; */
  /* display: inline; */
  /* max-width: 257px; */
}

.header-primary .hp-blocks-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  /* height: 100%; */
}

.header-container .hp-blocks-holder .hp-block {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  /* flex-grow: 1; */
  max-width: 100%;
  margin: 0;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  padding: 0 15px;
  text-align: left;
  /* background-color: #000; */
  /* height: 100%; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.header-container .hp-blocks-holder .central-column {
  padding-left: 20px;
  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;
  max-width: 40%;
  /* margin: 0 auto; */
  flex: 0 0 40%;
}

.header-container .hp-blocks-holder .central-column > .item {
  /* flex: 0 0 100%; */
  /* max-width: 100%; */
}

.header-container .hp-blocks-holder > .left-column {
  /* flex: 0 0 24%; */
  /* width: auto; */
  /* max-width: 24%; */
  /* background-color: #ff0000; */
  /* padding: 15px 40px; */
  /* padding-right: 40px; */
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  display: block;
}

.header-container .hp-blocks-holder .hp-block.right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: justify; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  /* text-align: right; */
  max-width: 100%;
  padding-left: 0;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-left: auto;
}

#user-menu-wrapper-regular {
  /* margin-right: -8px; */
}

#header-search .block-search {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  #header-search .block-search {
    min-width: 380px;
  }
  #user-menu-wrapper-regular {
    /* margin-right: -8px; */
  }
}
#header-search #search {
  border: 1px solid rgba(84, 69, 127, 0.3);
  height: 50px;
  line-height: normal;
  padding: 10px 50px 10px 10px;
  color: #555;
}

#header-search #search::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: normal;
  color: #aaa;
}
#header-search #action-search {
  /* border-radius: 50%; */
  /* background-color: #d3d4d9; */
  opacity: 1;
  border: 0;
  height: 48px;
  width: 48px;
  line-height: normal;
  margin: 0;
  cursor: pointer;
  z-index: 9999;
  color: var(--primary-color);
  top: 1px;
  right: 1px;
}

#header-search #action-search:not([disabled]) {
  background-color: #f3f3f3;
  color: var(--primary-color);
}
#header-search #action-search .icon {
  color: inherit;
  background-color: transparent;
}

.minicart-wrapper {
  margin-top: 0;
}
@media (min-width: 770px) {
  .header__icon-box .ico {
    color: var(--primary-color);
    font-size: 18px;
    display: block;
    text-align: center;
  }

  .header__user-icon.active .ico,
  .header__user-icon:hover .ico,
  #minicart.active .header__user-icon .ico {
    color: var(--primary-color);
  }
  #user-menu .label-icon {
    display: block;
    text-align: center;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    /* margin-top: 4px; */
  }

  .header__user-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__user-icon {
    /* padding: 7.5px !important; */
    cursor: pointer;
    line-height: normal;
    color: #555;
    /* border-radius: 5px; */
    margin-left: 10px;
    text-align: center;
    position: relative;
    display: block;
  }

  .header__user-icon {
    /* display: -webkit-inline-box !important; */
    display: -ms-inline-flexbox !important;
    /* display: inline-flex !important; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* padding: 10px; */
    margin-left: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 8px;
    border: 1px solid #ddd;
    text-align: left;
    /* height: 100%; */
  }

  .header__wishlist.header__user-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    font-size: 24px;
    color: var(--primary-color);
  }

  .header__icon-box {
    width: 48px;
    height: 48px;
    background-color: #eee;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
  }

  #minicart .header__icon-box {
    background-color: var(--primary-color);
    color: #fff;
  }

  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
    /* background-color: #fd5401; */
  }

  #minicart .header__icon-box__label {
    /* text-transform: uppercase; */
  }

  .sticky-header #minicart .header__icon-box .ico {
    font-size: 16px !important;
  }

  .sticky-header .nav-holders-wrapper .nav-holder {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header-account .label-icon,
  #user-menu .label-icon {
    /* font-weight: bold; */
    text-align: left;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: none;
    margin-right: 5px;
  }

  #header-account .links {
    float: none;
    font-size: 0;
  }
  /* #header-account .links > li{
  display: inline-block;
} */

  .header__user-icon.header__user-compare {
    margin-left: 0;
  }

  #minicart .header__user-icon {
    margin-left: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 8px;
    border: 1px solid #ddd;
    text-align: left;
    min-height: 52px;
  }

.sticky-header #minicart .header__user-icon {
    min-height: 0;
}

.sticky-header {}

  #minicart .ico {
    font-size: 24px;
    color: var(--primary-color);
  }

  .miniCartPriceBlok {
    font-size: 24px;
  }
  .sticky-header .miniCartPriceBlok {
    font-size: 14px;
  }
  .header__user-icon.no-display {
    display: none !important;
  }

  .header__user-icon.active,
  .header__user-icon:hover,
  #minicart.active .header__user-icon {
    /* background-color: #ff00001f; */
    /* color: #ff0000; */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); */
    border-color: transparent;
  }
  .show-account-dropdown {
    display: none;
  }

  #header-account .links.active {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    min-width: 150px;
    text-align: left;
    z-index: 99;
    margin-top: -3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }

  li.link-break {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none !important;
  }

  ul.header.links::before,
  ul.header.links::after {
    display: none;
  }

  #header-account .links > li {
    margin-left: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
  }

  #header-account .links > .header-links__register {
    background-color: var(--primary-color);
  }

  #header-account .links > li.wishlist {
    display: none;
  }
  #header-account .ess-icon {
    opacity: 1;
    cursor: pointer;
  }

  #header-account .label-icon {
    /* display: none; */
  }

  #header-account .links > li > a {
    color: #333;
    line-height: normal;
    opacity: 1;
    /* background-color: #eee; */
    /* border-bottom: 1px solid #ddd; */
    padding: 0;
    /* display: block; */
    font-size: 13px;
    padding: 0 8px;
    line-height: 36px;
    color: #555;
    background: none;
  }

  .links-wrapper-separators-left .links > li > * {
    background: none;
  }

  .header-links__currency .dropdown-heading {
    font-size: 13px;
    border: 2px solid #ccc;
    line-height: normal;
    vertical-align: middle;
    line-height: 26px;
  }
  .header-links__currency .dropdown-content{
    border: 2px solid #ccc;
    margin-top: -6px;
  }

  .header-links__currency {
    font-size: 13px;
  }

.header-links__currency .caret {
    opacity: 1;
}

  #header-account .links > li > .header-links__login,
  #header-account .links > li > .header-links__register {
    background-color: #5f5e5b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-account .links > li > .header-links__register {
    background-color: var(--primary-color);
  }

  #header-account .links > li:last-child > a {
    border: 0;
  }
  #header-account .links > li > a:hover,
  #header-account .links > li:hover > a {
    background-color: #f3f3f3 !important;
    color: var(--primary-color) !important;
    opacity: 1;
  }

  /*   #header-account .links > li > a.signin,
  #header-account .links > li > a.create {
    color: #ff0000;
  } */
  #minicart .ic-cart {
    display: none;
  }
}

@media (max-width: 1024px) {
  #header-account .label-icon,
  #user-menu .label-icon,
  .header-primary .trustpilot-logo {
    /* display: none !important; */
  }
}

@media (max-width: 769px) {
  .header-primary {
    display: none;
  }
  #header-account .icon-box,
  #header-account .label-icon,
  .authorization-link-or,
  .miniCartPriceBlok,
  #header-account .header__icon-box,
  #minicart .header__icon-box .ico {
    display: none;
  }

  #minicart .counter {
    /* top: 0; */
    /* right: 0; */
  }

  span.label-icon {
  }
  .header__user-account {
    display: block;
  }

  .header__icon-box__label {
    /* width: 100%; */
    display: inline-block;
  }

  .icon-shopping-cart {
    display: none;
  }
  .show-account-dropdown {
  }
}

/* minicart */
.minicart-wrapper .block-minicart {
  width: 360px;
  max-width: 360px;
}
.minicart-wrapper .action.showcart {
  max-height: none;
}

#minicart .dropdown-content {
  margin-top: -3px;
}
.block-minicart .subtotal > * {
  display: inline-block;
}
.block-minicart .block-content > .actions {
  margin-top: 10px;
}
.minicart-items-wrapper {
  padding-bottom: 0;
  max-height: 250px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  padding-top: 12px;
}

@media (max-width: 769px) {
  .minicart-wrapper .block-minicart {
    max-width: 100%;
  }
  .header-container .logo-wrapper--mobile .logo {
    margin: 15px 0;
  }

  .header-container .logo-wrapper--mobile .logo img {
    max-height: 80px;
  }
}

.info-box {
  background-color: #efefee;
  /* margin-top: 10px; */
  border-bottom: 1px solid #ccc;
}

.info-box .row > *:not(:last-child) {
  border-right: 1px solid #ccc;
}
.info-box__item {
  font-size: 14px;
  /* color: #5f5e5b; */
  padding: 8px 25px;
  text-align: center;
  /* width: 100%; */
  font-weight: 500;
}

.info-box__item span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.info-box__item .ico {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .info-box__item {
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
}

@media (min-width: 1025px) {
  .info-box__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#header-container .counter {
  border-radius: 100px;
  color: #fff;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 3px 6px;
  background-color: #5f5e5b;
  line-height: normal;
  font-weight: 500;
  font-size: 11px;
}

#minicart .counter,
.header__user-compare .counter,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  position: absolute;
  right: 3px;
  top: 4px;
}

@media (max-width: 769px) {
  #minicart .counter {
    top: -13px;
    right: auto;
    left: 4px!important;
  }
}
@media (max-width: 479px) {
  #minicart .counter {
    /* top: -10px; */
    /* right: -10px; */
  }
}

.sticky-container #minicart .counter {
  background-color: #413562;
}

.nav-container,
.sticky-header .sticky-container {
  /* background-color: #ff0000; */
  border-bottom: 4px solid var(--primary-color);
}

.sticky-header .sticky-container .navi-wrapper {
  border: 0;
  /* padding: 8px 0; */
}

.nav-container {
  /* background-color: #f3f3f3; */
  /* border-top: 1px solid #dadada; */
  /* margin-bottom: 10px; */
}

.sticky-header .header__user-icon .ico {
  font-size: 22px;
}

@media (min-width: 770px) and (max-width: 1000px) {
  .header .logo-wrapper .logo {
    max-width: 180px;
  }
  #minicart .header__icon-box__label {
    /* display: none; */
  }
}

@media (min-width: 992px) {
  .navi-wrapper {
    /* margin: 0 -5px; */
  }
  #mainmenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    /* justify-content: left; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainmenu li.level0 {
    margin: 0;
    /* position: relative; */
    margin-right: 3px;
  }

  #mainmenu li.level0.last_nav_menu a {
    background-color: var(--menu-hightlight);
  }

  #mainmenu li.level0.classic {
    position: relative;
  }
  #mainmenu li.level0 > a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    width: 1px;
    height: 54%;
    position: absolute;
    left: -10px;
    top: 23%;
    display: none;
  }
  #mainmenu li.level0:first-child > a::before {
    display: none;
  }
  #mainmenu li.level0 > a {
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
    /* border-bottom: 2px solid transparent; */
    line-height: 40px;
    background-color: var(--primary-color);
  }

  .sticky-header #mainmenu li.level0 > a {
    line-height: 50px;
  }

  #mainmenu li.level0 {
    /* margin: 0; */
  }
  #mainmenu li.level0:hover > a {
    background-color: var(--primary-color);
    color: #fff;
  }

  #mainmenu li.level0.active > a {
    background-color: var(--secondary-color);
    /* color: #ff0000; */
    /* border-bottom-color: #ff0000; */
  }

  #mainmenu li.nav-item--homeicon a {
    padding: 16px 12px;
  }
  .nav-regular li.level0 > a .caret {
    opacity: 0.9;
    line-height: normal;
    margin-right: -4px;
    /* position: absolute; */
    /* right: 0px; */
    /* top: 50%; */
    height: 16px;
    /* margin-top: 3px; */
    margin-left: 2px;
    /* display: none; */
  }

  .nav-regular .classic > .nav-panel--dropdown {
    width: auto;
    min-width: 250px;
    padding: 0;
    /* border-top: 2px solid #f3f3f3; */
  }
  .nav-regular .nav-panel li.classic {
    border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  }

  .nav-regular .nav-panel li.classic:last-child {
    border-bottom: 0;
  }
  .nav-regular .classic > .nav-panel--dropdown > li > a {
    line-height: normal;
    padding: 10px 10px;
  }
  .nav-regular .nav-panel li.classic:hover > a {
    background-color: rgba(0, 0, 0, 0.06);
    color: #333;
  }
  .nav-regular .nav-panel--dropdown .nav-item > a:hover {
    color: var(--primary-color);
  }
  .nav-regular .classic > .nav-panel--dropdown > li > a .caret {
    margin: 0;
  }
  #mainmenu .classic > .nav-panel--dropdown.level0 {
    left: 0 !important; /* padding: 0; */
  }

  #mainmenu .classic.last li.classic:hover > .nav-panel--dropdown {
    left: auto !important;
    /* padding: 0; */
    right: 100%;
  }
}

@media (max-width: 991px) {
  .nav-container .nav {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  #mainmenu li.level0 > a {
    padding: 0 8px;
    font-size: 12px;
  }

  #mainmenu li.nav-item--homeicon {
    display: none;
  }
}

#mainmenu ul.level0.nav-submenu.nav-panel--dropdown.nav-panel.dd {
  display: block !important;
}

.nav-regular .nav-item > a {
  font-size: 14px;
  color: #333;
  line-height: normal;
}

.nav-panel--dropdown.nav-panel.full-width.ddd {
  display: block !important;
}
.nav-regular .nav-panel.full-width {
  left: 0px !important;
}
.navi .nav-panel-inner {
  padding: 0;
}
.nav-regular .nav-submenu--mega > li > .nav-panel {
  margin-bottom: 0;
}
.nav-regular .nav-submenu--mega > .nav-item.parent > a {
  margin-bottom: 0;
}
.nav-regular .nav-submenu--mega > .nav-item {
  padding-bottom: 0;
}
.nav-regular .nav-submenu--mega > .nav-item > a {
  padding: 5px 10px;
  line-height: normal;
  font-weight: 500;
}
.nav-regular .nav-submenu--mega .nav-item > a {
  padding: 8px 10px;
}
.nav-regular.with-bullets
  .nav-submenu--mega
  > li:not(.nav-item--parent)
  > ul
  > li
  > a:before {
  line-height: normal;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 6px;
}
.nav-regular.with-bullets
  .nav-submenu--mega
  > li:not(.nav-item--parent)
  > ul
  > li
  > a {
  line-height: normal;
  padding-left: 22px;
}

.menu-feature-content {
}

.menu-feature {
  color: var(--primary-color);
  font-size: 18px;
}
.p-menu-feature {
  font-size: 14px;
  font-weight: 300;
  color: #5f5e5b;
}

#mobnav-trigger {
  float: none;
  background-color: var(--primary-color);
  color: #fff;
  /* margin-bottom: 15px; */
}
.menu-trigger .label {
  font-weight: 500;
}
#mobnav-trigger .line {
  /* background-color: #fff; */
}
#mobnav-trigger.active .line {
  background-color: #ffffff;
}

#mobnav-trigger.active {
  background-color: #5f5e5b;
  color: #ffffff;
}
.menu-trigger .menu-trigger-inner {
  /* background-color: #ff0000; */
  /* color: #fff; */
  /* padding: 15px 0; */
}

.nav-mobile .nav-item.level0 > a,
.header-mobile .skip-content .links > li > a {
  line-height: normal;
  padding: 12px 15px;
  background-color: #eee;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ddd;
  /* display: block; */
}

.nav-mobile .nav-item.item-active > a,
.nav-mobile .nav-item > a:hover,
.header-mobile .skip-content .links > li > a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.nav-mobile .nav-item.current > a,
.header-mobile .skip-content .links > li.current > a {
  background-color: var(--primary-color);
  color: #fff;
  /* font-weight: 500; */
}

#mainmenu .item-active > .opener {
  color: #fff;
}
#mainmenu .current > .opener {
  color: #fff;
}

.header-container .skip-link {
}
.header-mobile .skip-link:hover,
.header-mobile .skip-link.skip-active {
  background-color: #f5f5f5;
  /* color: #fff; */
}
.header-container .skip-link .label {font-size: 13px;}

#skip-links .icon-shopping-bag {
  /* display: none; */
}
#skip-links {
  margin-bottom: 15px;
}

@media only screen and (max-width: 769px) {
  .header-container .skip-link .icon {
    /* font-size: 22px !important; */
  }

.header__user-icon {
    position: relative;
}

  .counter-wrap {
    position: relative;
  }
}

.newsletter__title {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #fff;
}
.newsletter__title small {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  /* font-weight: 300; */
}

#footer-newsletter input::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
}

#footer-newsletter input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

#footer-newsletter input:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

#footer-newsletter input::-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

#footer-newsletter input::placeholder {
  color: #9c9c9c;
  opacity: 1;
  font-style: normal;
  font-size: 14px;
}

#footer-newsletter .control:before {
  display: none;
}

#footer-newsletter p {
  /* font-weight: 300; */
  margin-bottom: 0;
  font-size: 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

#footer-newsletter h5 {
  /* font-weight: lighter; */
}

#footer-newsletter .newsletter {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 560px;
  /* margin-bottom: 15px; */
}

#footer-newsletter a {
  color: inherit;
  display: inline-block;
}

#footer-newsletter a:hover {
  color: var(--primary-color);
}

#footer-newsletter .field {
  margin: 0;
}

#footer-newsletter label {
  display: block;
  margin-bottom: 0;
}

#footer-newsletter .form.subscribe {
  position: relative;
  display: block;
}

#footer-newsletter input {
  color: #000;
  border-color: #ccc;
  /* background-color: #f3f3f3; */
  height: 48px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* border-radius: 50px; */
  border: 0;
  padding: 16px;
  padding-right: 140px;
  width: 100%;
  border: 0 solid #5f5e5b;
}

#footer-newsletter .actions {
  height: 48px;
  display: block;
  /* background: #0062a1; */
  line-height: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}

#footer-newsletter .actions:hover {
  /* background: #f6cd00; */
}

#footer-newsletter .action.subscribe {
  /* background: none !important; */
  height: 46px;
  margin: 0;
  padding: 0;
  color: #fff;
  position: static;
  width: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#footer-newsletter .action.subscribe {
  /* background: none !important; */
  height: 48px;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 25px;
  background: #5f5e5b;
  /* border-radius: 0 50px 50px 0; */
}

#footer-newsletter .action.subscribe:hover {
  background: #5f5e5b;
  color: #fff;
}

#footer-newsletter {
  color: #fff;
  padding: 30px 0;
  background-color: var(--primary-color);
  border-top: 1px solid #ddd;
}

#footer-newsletter .social-links {
  margin-top: 30px;
}

#footer-newsletter .social-links .ib {
  background-color: #f6cd00;
  color: #0062a1;
  margin: 0 5px;
}

#footer-newsletter .social-links .ib:hover {
  background-color: #0062a1 !important;
  /* color: #ffffff!important; */
}

#footer-newsletter #newsletter-error {
  text-align: left;
  top: 100%;
  background: #f9dcdc;
  /* margin: 0; */
  padding: 5px 10px;
  width: 100%;
}

@media (max-width: 812px) {
  #footer-newsletter {
    padding: 15px 0;
  }
  #footer-newsletter input,
  #footer-newsletter .action.subscribe {
    height: 42px;
    font-size: 13px;
    line-height: normal;
  }
  #footer-newsletter .social-links {
    margin-top: 15px;
  }
}

.footer-primary-container {
  background-color: #f3f3f3;
  padding: 40px 0 10px;
  color: #000;
  font-size: 14px;
}
.footer-primary a {
  color: inherit;
}

.footer-primary a:hover {
  color: var(--primary-color);
}

.footer-primary address {
  margin-bottom: 15px;
}

.footer .heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  color: var(--primary-color);
  margin-bottom: 8px;
  border: 0;
}

.footer ul {
  margin-bottom: 0;
}

.footer-primary .block-content p:last-child {
  margin-bottom: 0;
}
.footer ul li {
  margin: 3px 0;
  line-height: normal;
}
.footer ul li a {
  display: inline-block;
  padding: 3px 0;
}

.footer-primary .block-content strong {
  color: #000;
}

.footer-bottom-container {
  background-color: #413562;
  padding: 0;
  font-size: 14px;
  color: #fff;
}

.footer-bottom a {
  color: inherit;
}
.footer-bottom a:hover {
  color: var(--primary-color);
}

.footer-copyright-container {
  padding: 12px 0;
  /* color: #ddd; */
  /* background-color: black; */
  font-size: 12px;
  line-height: 22px;
  /* border-top: 1px solid #6a6a6a; */
}

.footer-copyright-container a,
.footer-copyright-container span {
  display: inline-block;
  color: inherit;
}

.footer-copyright-container a:hover {
  color: #fff;
}
.footer .footer-copyright {
  font-size: 12px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* margin: 0; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-copyright p {
  margin-bottom: 0;
  /* margin-top: 12px; */
}
.poweredBy strong {
  color: #000;
}
.footer .footer-copyright a {
  color: inherit;
}
.footer .footer-copyright a:hover {
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .footer-primary .block-content {
    margin-bottom: 15px;
    display: block;
  }
  .footer .heading:after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .footer-primary-container {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  #scroll-to-top {
    display: none !important;
  }

  .footer .heading {
    padding: 8px 10px;
    background-color: #4c4c4c;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom: 0;
    color: #fff;
    position: relative;
  }

  .footer-primary-container {
    font-size: 14px;
  }

  .footer .heading::after {
    position: absolute;
    right: 6px;
    top: 6px;
  }

  .footer .active .heading {
    margin-bottom: 0;
  }

  .footer-primary .block-content {
    padding: 6px 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(0 0 0 / 20%);
    background-color: #ffffff;
  }
  .footer-bottom-container {
    /* padding-bottom: 10px; */
  }
  .footer .footer-copyright {
    /* font-size: 12px; */
  }
}

@media (max-width: 767.98px) {
  .footer .footer-copyright {
    text-align: center;
  }
}

.footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-payment img {
  margin: 10px 0 6px;
}

@media (max-width: 991.98px) {
  .footer-bottom-container {
    padding: 15px 0 7.5px 0;
  }
}

#scroll-to-top {
  color: #ccc !important;
  border: 1px solid #5b5b5b;
  background-color: rgb(91 91 91) !important;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 136px;
}

.footer_share-widget h6 {
  margin: 0;
  color: #eee;
  margin-right: 5px;
  font-weight: 500;
}

.footer_share-widget .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.footer_share-widget a {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
}

.footer_share-widget a:hover {
  color: #fff;
}

.legal-links {
  /* font-size: 14px; */
  margin: 8px 0;
}

.legal-links a {
    display: inline-block;
    vertical-align: middle;
}
.legal-links a {
}
.legal-links a:hover {
  color: #000;
}

.footer-badges {
  border-top: 1px solid #8d8d8d;
}

.footer__share-widget a {
  font-size: 20px;
  margin-right: 10px;
}

.footer-primary-bottom {
  text-align: center;
  font-size: 13px;
  /* padding: 30px 0; */
}

.footer-primary-bottom span {
    display: inline-block;
    vertical-align: middle;
}

.footer-primary-bottom img {
    max-width: 160px;
    margin-bottom: 15px;
}

.currency-heading {
    display: inline-flex;
    align-items: center;
    height: 100%;
    /* vertical-align: middle; */
    /* margin-top: 7px; */
}

.currency-heading>.label {
    margin-right: 5px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.currency-content {
    display: flex;
    margin: 0;
}

.currency-content li {
    margin: 0;
    padding: 0;
    margin-left: 4px;
    /* height: 100%; */
}

.currency-content li a,
.current-currency {
    padding: 2px 6px;
    background-color: #eee;
    /* height: 100%; */
    width: 24px;
    height: 24px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.current-currency,
.currency-content li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.current-currency {
    font-weight: bold;
}

@media (max-width: 769px) {
    .currency-heading {
        margin-top: 3px;
        margin-right: 3px;
    }
}

@media (max-width: 575.98px) {
    .currency-heading>.label {
        display: none;
    }
    .header-delivery-box {
    text-align: left;
    font-size: 10px;
    line-height: 16px;
}
}


.sticky-header .sticky-container{
      z-index: 900;
}