/*responsive break point*/
/* for-mobile-devices */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1400px and up) */
/*flex box mixins*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nfw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dire-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dire-row-initial {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.dire-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*transition mixins*/
@media (min-width: 769px) {
  .cms-home .nav-sections {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cms-home .page-header {
    margin-bottom: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nav-sections {
    background: #ffffff;
    padding-top: 20px;
  }
  .nav-sections .navigation ul li a:visited {
    color: #2a2a2a;
  }
  .nav-sections .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
    border-width: 0;
    color: #f47321;
  }
  .nav-sections .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .nav-sections .navigation .level0.active > a {
    color: #f47321;
  }
  .nav-sections .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .nav-sections .navigation .level0 > .level1 {
    font-weight: 400;
  }
  .nav-sections .navigation .level0 > .level-top {
    font-weight: 600;
  }
  .nav-sections .navigation .level0:first-of-type {
    border-top: none;
  }
}
.nav-sections .section-item-title {
  display: none;
}
.nav-sections .nav-sections-item-content {
  margin-top: 0;
}
@media (min-width: 769px) {
  .nav-sections {
    background: #f47321;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nav-sections .navigation {
    background: #ffffff;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation {
    background: #f47321;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation ul {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .nav-sections .navigation ul > li {
    margin-right: 40px;
  }
}
@media (min-width: 1400px) {
  .nav-sections .navigation ul > li {
    margin-right: 60px;
  }
}
.nav-sections .navigation ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .nav-sections .navigation .parent .level-top:after {
    font-size: 14px;
    top: 9px;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0 > .level-top {
    color: #ffffff;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .nav-sections .navigation .level0 > .level-top {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0 > .level-top:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0.has-active > .level-top {
    color: #ffffff;
    opacity: 0.8;
    border-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0.active > .level-top {
    color: #ffffff;
    opacity: 0.8;
    border-color: #ffffff;
  }
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0:first-child > .level-top {
    padding-left: 0;
  }
}
.nav-sections .navigation .level0 .submenu {
  border: none;
  z-index: 2;
}
.nav-sections .navigation .level0 .submenu a:hover {
  background: #f47321;
  color: #ffffff;
}
.nav-sections .navigation .level0 .submenu a.ui-state-focus {
  background: #f47321;
  color: #ffffff;
}
@media (min-width: 769px) {
  .nav-sections .navigation .level0.active > a {
    border-width: 0 0 3px 0;
  }
}
@media (max-width: 768px) {
  .nav-sections .navigation .level0.active > a {
    border-width: 0;
  }
}
header.page-header .panel.wrapper {
  background-color: #418393;
  border-bottom: 0;
}
header.page-header .panel.wrapper .header.panel {
  padding-bottom: 5px;
  padding-top: 5px;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header.page-header .panel.wrapper .header.panel .top-header-details-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  header.page-header .panel.wrapper .header.panel .top-header-details-container {
    flex-direction: column-reverse;
  }
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information,
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information li,
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li {
  font-size: 14px;
  line-height: 20px;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information li a,
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li a {
  color: #ffffff;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information li a strong,
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li a strong {
  font-weight: 400;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information img {
  filter: brightness(7);
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information li + li {
  padding-left: 20px;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .store-information li .header-store-info {
  padding-right: 5px;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li {
  padding: 0 10px;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li.links {
  display: inline-block;
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 0px) and (max-width: 767px) {
  header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li + li {
    border-left: none;
  }
}
header.page-header .panel.wrapper .header.panel .top-header-details-container .links-collection li:last-child {
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  header.page-header .panel.wrapper .header.panel .top-header-details-container > div {
    display: block;
    width: 100%;
  }
  header.page-header .panel.wrapper .header.panel .top-header-details-container > div .links-collection {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
  }
  header.page-header .panel.wrapper .header.panel .top-header-details-container > div .store-information {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  header.page-header .panel.wrapper .header.panel .header.links {
    display: none;
  }
}
header.page-header .header.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 15px;
  padding-top: 15px;
}
header.page-header .header.content::before,
header.page-header .header.content::after {
  display: none;
}
@media (min-width: 768px) {
  header.page-header .header.content {
    padding: 18px 0;
  }
}
header.page-header .header.content .logo {
  margin: 0;
}
header.page-header .header.content .block.block-search {
  float: none;
  padding: 0;
  margin-left: auto;
  margin-top: 0;
}
@media (min-width: 768px) {
  header.page-header .header.content .block.block-search {
    margin-left: 0;
    width: 490px;
  }
}
header.page-header .header.content .block.block-search .search .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #dde3f0;
  margin-bottom: 0;
}
header.page-header .header.content .block.block-search .search .label:before {
  font-size: 20px;
  line-height: 21px;
  color: #282828;
  margin-right: 0;
}
header.page-header .header.content .block.block-search .control {
  border-top: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  header.page-header .header.content .block.block-search .control {
    position: initial;
    width: initial;
    background-color: transparent;
  }
}
header.page-header .header.content .block.block-search .minisearch .action.search {
  width: 40px;
  height: 40px;
  background-color: #f47321;
  border-radius: 50%;
  right: 3px;
  top: 3px;
}
header.page-header .header.content .block.block-search .minisearch .action.search::before {
  color: #ffffff;
}
header.page-header .header.content .cstm-stored-logo {
  padding-left: 42px;
}
@media (min-width: 769px) {
  header.page-header .header.content .cstm-stored-logo {
    padding-left: 0;
  }
}
header.page-header .header.content .cstm-stored-logo .logo {
  max-width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  header.page-header .header.content .cstm-stored-logo .logo {
    display: block;
  }
}
header.page-header .header.content .cstm-stored-logo .mobile-logo {
  display: block;
  max-width: 100px;
}
@media (min-width: 1200px) {
  header.page-header .header.content .cstm-stored-logo .mobile-logo {
    display: none;
  }
}
header.page-header .header-right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.page-header .my-account {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 769px) {
  header.page-header .my-account {
    margin-left: 0;
    margin-right: 0;
  }
}
header.page-header .my-account span {
  border: 2px solid #dde3f0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
  cursor: pointer;
}
header.page-header .my-account span:hover {
  border-color: #f47321;
}
header.page-header .my-account span svg {
  width: 17px;
  height: 17px;
}
header.page-header .my-account .d-mobile {
  display: none;
}
header.page-header .my-account .dropdown {
  position: absolute;
  background-color: #ffffff;
  min-width: 140px;
  padding: 10px;
  box-shadow: 0 0 7px 2px #eae9e9;
  margin-top: 1px;
  display: none;
  z-index: 15;
}
header.page-header .my-account .dropdown:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  float: left;
  position: absolute;
  left: 18px;
  top: -6px;
}
@media (min-width: 0px) and (max-width: 767px) {
  header.page-header .my-account .dropdown {
    right: 0;
  }
  header.page-header .my-account .dropdown:after {
    left: 38px;
  }
}
header.page-header .minicart-wrapper {
  margin-top: 0;
}
header.page-header .minicart-wrapper .action.showcart {
  border: 2px solid #dde3f0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
}
header.page-header .minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/cart.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: none;
}
header.page-header .minicart-wrapper .action.showcart:hover {
  border-color: #f47321;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -3px;
  right: -7px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  border-radius: 50%;
  background: #f47321;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
@media (min-width: 769px) {
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    right: 10px;
  }
}
