.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mgz-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.36;
  padding: 0.6rem 1em 0.6rem;
  background: #e3e3e3;
  border: 0;
}
.mgz-btn:hover {
  background: #ebebeb;
}
.mgz-btn:focus {
  outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  min-width: 140px;
}
.mgz-btn.mgz-btn-save {
  background: #007dbd;
  color: #FFF;
}
.mgz-btn.mgz-btn-save:hover {
  background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
  float: left;
  color: #fff;
  background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
  background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
  color: #FFF;
  background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
  background-color: #ca1c1c;
}
.mgz-icon {
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mgz-margin-bottom > .mgz-element-inner {
  margin-bottom: 15px;
}
.mgz-element-header_links {
  text-align: right;
}
.mgz-element-header_links .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.mgz-element-header_links .header.links > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
  color: #FFF;
}
.mgz-element-header_links .header.links > li > a {
  display: inline-block;
  color: #FFF;
}
.mgz-element-header_links .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.mgz-element-header_links .header.links > li.customer-welcome + .authorization-link {
  display: none;
}
.mgz-element-header_links .header.links > li.authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  margin: 0 -5px 0 5px;
}
.mgz-element-site_logo .logo {
  margin: 0;
  max-width: 100%;
}
.mgz-element-site_logo .nav-toggle {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hfb-logo-hamburger .logo {
    margin-left: 40px;
  }
}
.hfb-header .block-search {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hfb-header .mgz-element-column.mgz-element-search_form-wrapper {
    position: static;
  }
  .hfb-header .mgz-element-search_form {
    position: static;
  }
  .hfb-header .minisearch.active .control {
    display: block;
  }
  .hfb-header .block-search .control {
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -15px;
    position: absolute;
  }
  .hfb-header .block-search .form.active .control input {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .mgz-element-minicart .minicart-wrapper {
    margin: 0;
  }
}
.mgz-element-links .title {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.mgz-element-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mgz-element-links ul li {
  margin: 0;
}
.hfb-links-dropdown .title {
  margin: 0;
}
.hfb-links-layout-vertical ul {
  vertical-align: top;
}
.hfb-links-layout-vertical ul li {
  margin: 0 0 10px 0;
}
.hfb-links-layout-horizontal ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hfb-links-accordion .title span:after {
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e62a';
    margin-left: 5px;
  }
  .hfb-links-accordion .title.active span:after {
    font-family: 'Magezon-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e629';
  }
}
.mgz-element-hamburger_icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mgz-element-hamburger_icon {
    display: block;
  }
}
.hfb .block.newsletter {
  width: 100%;
}
.hfb > .full_width_row > .mgz-element-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .hfb {
    overflow: hidden;
  }
}
.hfb-header {
  overflow: visible !important;
  z-index: 9;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.hfb-header-scrolltofixed .sticky-hide {
  display: none;
}
.hfb-dropdown .label {
  display: none;
}
.hfb-dropdown .action > strong {
  margin-right: 3px;
}
.hfb-dropdown .options {
  display: inline-block;
  position: relative;
}
.hfb-dropdown .options:before,
.hfb-dropdown .options:after {
  content: '';
  display: table;
}
.hfb-dropdown .options:after {
  clear: both;
}
.hfb-dropdown .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.hfb-dropdown .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hfb-dropdown .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'Magezon-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hfb-dropdown .options .action.toggle:hover:after {
  color: inherit;
}
.hfb-dropdown .options .action.toggle:active:after {
  color: inherit;
}
.hfb-dropdown .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.hfb-dropdown .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hfb-dropdown .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'Magezon-Icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hfb-dropdown .options .action.toggle.active:hover:after {
  color: inherit;
}
.hfb-dropdown .options .action.toggle.active:active:after {
  color: inherit;
}
.hfb-dropdown .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFF;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.hfb-dropdown .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.hfb-dropdown .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.hfb-dropdown .options ul.dropdown:before,
.hfb-dropdown .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.hfb-dropdown .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #FFF transparent;
  z-index: 99;
}
.hfb-dropdown .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.hfb-dropdown .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.hfb-dropdown .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.hfb-dropdown .options.active {
  overflow: visible;
}
.hfb-dropdown .options.active ul.dropdown {
  display: block;
}
.hfb-dropdown .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.hfb-dropdown .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.hfb-dropdown .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.hfb-dropdown .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.hfb-dropdown strong {
  font-weight: 400;
}
.hfb-dropdown.dropdown-right .options ul.dropdown {
  right: 0;
}
.hfb-dropdown.dropdown-right .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.hfb-dropdown.dropdown-right .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
@media (min-width: 768px) {
  .hfb-header {
    border: 0;
    margin-bottom: 0;
  }
  .hfb-header .switcher .label {
    display: none;
  }
  .hfb-header .switcher .action > strong {
    margin-right: 3px;
  }
  .hfb-header .switcher .options {
    display: inline-block;
    position: relative;
  }
  .hfb-header .switcher .options:before,
  .hfb-header .switcher .options:after {
    content: '';
    display: table;
  }
  .hfb-header .switcher .options:after {
    clear: both;
  }
  .hfb-header .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .hfb-header .switcher .options .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .hfb-header .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'Magezon-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .hfb-header .switcher .options .action.toggle:hover:after {
    color: inherit;
  }
  .hfb-header .switcher .options .action.toggle:active:after {
    color: inherit;
  }
  .hfb-header .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .hfb-header .switcher .options .action.toggle.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .hfb-header .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'Magezon-Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .hfb-header .switcher .options .action.toggle.active:hover:after {
    color: inherit;
  }
  .hfb-header .switcher .options .action.toggle.active:active:after {
    color: inherit;
  }
  .hfb-header .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #FFF;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .hfb-header .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
  }
  .hfb-header .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .hfb-header .switcher .options ul.dropdown:before,
  .hfb-header .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .hfb-header .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #FFF transparent;
    z-index: 99;
  }
  .hfb-header .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .hfb-header .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .hfb-header .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .hfb-header .switcher .options.active {
    overflow: visible;
  }
  .hfb-header .switcher .options.active ul.dropdown {
    display: block;
  }
  .hfb-header .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px;
  }
  .hfb-header .switcher .options ul.dropdown a:visited {
    color: #333;
    text-decoration: none;
  }
  .hfb-header .switcher .options ul.dropdown a:hover {
    color: #333;
    text-decoration: none;
  }
  .hfb-header .switcher .options ul.dropdown a:active {
    color: #333;
    text-decoration: none;
  }
  .hfb-header .switcher strong {
    font-weight: 400;
  }
  .hfb-header .switcher.dropdown-right .options ul.dropdown {
    right: 0;
  }
  .hfb-header .switcher.dropdown-right .options ul.dropdown:before {
    left: auto;
    right: 10px;
  }
  .hfb-header .switcher.dropdown-right .options ul.dropdown:after {
    left: auto;
    right: 9px;
  }
}
