/* Page Header*/
.page-header {
  margin-top: -16px;
  margin-bottom: 56px;
  background-size: cover;
  min-height: 241px;
  border-bottom: 1px solid rgba(238, 241, 245, 1);
}

.page-header h1 {
  font-size: 30px;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

/* Page Header - Breadcrumbs*/
.page-header .breadcrumbs {
  margin-bottom: 32px;
}
.page-header .breadcrumbs div {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 18, 36, 0.9) !important;
  border-right: 1px solid rgba(0, 18, 36, 0.9) !important;
}
.page-header .breadcrumbs div:first-child {
  padding-left: 0 !important;
}
.page-header .breadcrumbs div:last-child {
  border-right: 0 !important;
  font-weight: bold !important;
}
.page-header .breadcrumbs div a {
  color: rgba(0, 18, 36, 0.9) !important;
}
.page-header .breadcrumbs div a span {
  margin-bottom: 0 !important;
  font-family: "Open Sans" !important;
}
.page-header .breadcrumbs div:last-child a span {
  font-weight: bold !important;
}
.page-header.light .breadcrumbs div {
  color: rgba(255, 255, 255, 1) !important;
  border-right: 1px solid rgba(255, 255, 255, 1) !important;
}
.page-header.light .breadcrumbs div a {
  color: rgba(255, 255, 255, 1) !important;
}
.page-header.light .breadcrumbs div:last-child {
  border-right: 0 !important;
  font-weight: bold !important;
}
.page-header.light .breadcrumbs div a span {
  margin-bottom: 0 !important;
}
.page-header.light h1 {
  color: rgba(255, 255, 255, 1) !important;
}
.page-header.light p {
  color: rgba(255, 255, 255, 1) !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-header {
    background-size: cover;
    background-position-x: 86%;
  }
  .page-header h1 {
    font-size: 24px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .page-header {
    background-position: 85%;
    background-repeat: no-repeat;
    margin-top: 1px !important;
  }
  .page-header h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .page-header.centered {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    padding-top: 222px;
    text-align: center;
  }
  .page-header.centered.block-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    padding-top: 16px;
    text-align: center;
  }
  .page-header.nomargin {
    margin-bottom: 0 !important;
  }
}
/* Page Sort*/
.page-sort {
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(238, 241, 245, 1);
}
.page-sort .order-products {
  float: right;
}
.page-sort .order-products .custom-select {
  background: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.page-sort .order-products .custom-select:after {
  /*float: right;
  color: rgba(0, 18, 36, 1);
  font-family: "Material Icons";
  font-size: 1.8rem;
  line-height: 1rem;
  font-weight: normal;
  content: "\e313";*/
}
.page-sort .filter-products {
  width: 120px;
  float: right;
}
.page-sort .vat-toggler {
  width: 140px;
  float: right;
}
@media (max-width: 575.98px) {
  .page-sort #product-count {
    width: 48%;
    float: left;
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .page-sort .filter-products {
    width: 48%;
  }
  .page-sort .order-products {
    width: 52%;
  }
  .page-sort .vat-toggler {
    width: 52%;
    float: left;
    border-bottom: 1px solid #dee2e6 !important;
  }
  .page-sort .vat-toggler .switch {
    margin-right: 36px;
  }
}

/* Page Section Menu */
#page-section-menu {
  width: 100% !important;
}
/* Page Section Menu - Fixed On Scroll */
.page-section-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 5000;
}
.page-section-menu-fixed a:first-child {
  border-radius: 0 !important;
  border-left: 0 !important;
}
.page-section-menu-fixed a:last-child {
  border-radius: 0 !important;
  border-right: 0 !important;
}

/* Block Intro */
.section-intro-block {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 56px !important;
  text-align: center !important;
}
.section-intro-block p:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1400px) {
}
@media (min-width: 768px) {
  .section-intro-block {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: 16.666667%;
  }
}

/* Hero Block */
.hero-block {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px !important;
}

/* Feature Three Block */
.feature-three-block {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 56px !important;
}
.feature-three-block img {
  margin-bottom: 23px !important;
}
.feature-three-block video {
  margin-bottom: 23px !important;
}
.feature-three-block .video-outer {
  position: relative;
}
.feature-three-block .video-outer i {
  position: absolute;
  top: calc(50% - 16px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgba(255, 255, 255, 0.9) !important;
}
.feature-three-block .video-outer:hover i {
  color: rgba(255, 255, 255, 1) !important;
}
.feature-three-block p:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .feature-three-block {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* Spacers */
.spacer-mt-z {
  margin-top: 0;
}
.spacer-mt-xs {
  margin-top: 8px;
}
.spacer-mb-xs {
  margin-bottom: 8px;
}
.spacer-mt-sm {
  margin-top: 16px;
}
.spacer-mb-z {
  margin-bottom: 0;
}
.spacer-mb-sm {
  margin-bottom: 16px;
}
.spacer-mt-md {
  margin-top: 32px;
}
.spacer-mb-md {
  margin-bottom: 32px;
}
.spacer-mt-lg {
  margin-top: 56px;
}
.spacer-mb-lg {
  margin-bottom: 56px;
}
.spacer-mt-xl {
  margin-top: 112px;
}
.spacer-mb-xl {
  margin-bottom: 112px;
}
.spacer-pt-xs {
  padding-top: 8px;
}
.spacer-pb-xs {
  padding-bottom: 8px;
}
.spacer-pt-sm {
  padding-top: 16px;
}
.spacer-pb-sm {
  padding-bottom: 16px;
}
.spacer-pt-md {
  padding-top: 32px;
}
.spacer-pb-md {
  padding-bottom: 32px;
}
.spacer-pt-lg {
  padding-top: 56px;
}
.spacer-pb-lg {
  padding-bottom: 56px;
}
.spacer-pt-xl {
  padding-top: 112px;
}
.spacer-pb-xl {
  padding-bottom: 112px;
}
