/* IMPORTS */
.appearance-none {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
}
.sticky-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print {
    visibility: visible;
    overflow: visible;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print a[href]:after {
    content: none !important;
  }
  #section-to-print .no-print {
    visibility: hidden;
    display: none;
  }
  #section-to-print .no-print * {
    visibility: hidden;
    display: none;
  }
  #section-to-print .print {
    visibility: visible;
    display: block;
  }
  #section-to-print .print * {
    visibility: visible;
    display: block;
  }
  #section-to-print .account-sale-nav {
    float: left;
    width: 33%;
    padding: 20px;
  }
  #section-to-print .col-print-12 {
    width: 100%;
  }
}
/* FONTS */
@font-face {
  font-family: 'Oswald Normal';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg#AllerTypo-Bold') format('svg');
}
@font-face {
  font-family: 'Oswald light';
  src: url('../fonts/oswald-light-webfont.eot');
  src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('./fonts/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald-light-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dear Joe';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/DearJoefour.otf') format("opentype");
}
/* GDPR Cookie dialog */
/* GDPR Cookie */
.gdprcookie {
  z-index: 2147483648;
}
.gdprcookie .h2 {
  margin-bottom: 15px;
}
/* GDPR Cookie buttons */
.gdprcookie-buttons {
  float: right;
  width: 100%;
}
@media (max-width: 480px) {
  .gdprcookie-buttons .btn-advanced {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px;
  }
}
.gdprcookie-buttons .btn-success {
  width: auto;
  background: #61b900;
}
@media (max-width: 480px) {
  .gdprcookie-buttons .btn-success {
    width: 48%;
  }
}
.gdprcookie-buttons .btn-success.btn-deny {
  background: #edeced;
  color: #000;
  border: none;
}
@media (max-width: 480px) {
  .gdprcookie-buttons .btn-accept {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.gdprcookie-buttons .btn-deny {
  margin-left: auto;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .gdprcookie-buttons .btn-deny {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: 0;
  }
}
@media (max-width: 480px) {
  .gdprcookie-buttons {
    float: left;
    margin-top: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gdprcookie-buttons .btn-default.optout {
  display: none;
}
/* GDPR Cookie intro */
.gdprcookie-intro {
  float: left;
}
/* GDPR Cookie types */
.gdprcookie-types {
  float: left;
}
.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.gdprcookie-types li {
  position: relative;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 5rem 0 0;
}
@media (max-width: 769px) {
  .gdprcookie-types li {
    display: block;
  }
}
.gdprcookie-types input[type=checkbox] {
  position: absolute;
  left: 24px;
  opacity: 0;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
}
.gdprcookie-types input[type=checkbox] + label {
  position: relative;
  font-weight: bold;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: unset;
}
.gdprcookie-types input[type=checkbox] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
}
.gdprcookie-types input[type=checkbox] + label::after {
  content: attr(title);
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}
.gdprcookie-types input[type=checkbox]:checked + label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
}
.swiper-pagination {
  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;
  gap: 8px;
  background-color: rgba(240, 237, 232, 0.75);
  z-index: 9;
  padding: 8px 15px;
  border-radius: 100px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ff8300;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.swiper-pagination-bullet:hover {
  background-color: #0a4d96;
}
.swiper-pagination-bullet-active {
  background-color: #0a4d96;
  width: 18px;
}
.swiper-pagination-bullet-active:hover {
  background-color: #0a4d96;
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/* WIDGETS */
.carousel-home {
  margin: 0;
}
.carousel-home .carousel-inner > .item > img {
  width: 100%;
  margin-top: 0px;
}
.carousel-home .carousel-inner .container-inner {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 10px;
  height: 100%;
  margin-left: -1160/2px;
}
@media only screen and (max-width: 1200px) {
  .carousel-home .carousel-inner .container-inner {
    margin-left: 0px;
    left: 0;
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-home .carousel-inner .container-inner {
    margin-left: 0px;
    left: 0;
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-inner .container-inner {
    margin-left: 0px;
    width: 100%;
    left: 0;
    padding: 0px;
  }
}
.carousel-home .carousel-inner .container-inner > p {
  position: relative;
  z-index: 110;
}
.carousel-home .carousel-inner .container-inner .carousel-content {
  position: absolute;
  bottom: 16%;
  left: 8%;
  padding: 20px;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1200px) {
  .carousel-home .carousel-inner .container-inner .carousel-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-home .carousel-inner .container-inner .carousel-content {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-inner .container-inner .carousel-content {
    width: 100%;
    bottom: 20px;
    left: 20px;
  }
}
.carousel-home .carousel-inner .container-inner .carousel-content p.subtitle {
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-inner .container-inner .carousel-content p.subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
.carousel-home .carousel-inner .container-inner .carousel-content p.title {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 5px;
  font-family: 'Helvetica', serif;
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-inner .container-inner .carousel-content p.title {
    font-size: 18px;
    line-height: 18px;
  }
}
.carousel-home .carousel-inner .container-inner .buttons a.btn {
  background: #0a4d96;
  border-color: #0a4d96;
  font-size: 16px;
  padding: 8px 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-inner .container-inner .buttons a.btn {
    font-size: 14px;
    padding: 2px 14px;
  }
}
.carousel-home .carousel-inner .container-inner .buttons a.btn:hover,
.carousel-home .carousel-inner .container-inner .buttons a.btn:active,
.carousel-home .carousel-inner .container-inner .buttons a.btn:focus {
  background: #ff8300;
  border-color: #ff8300;
}
.carousel-home .carousel-options {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .carousel-home .carousel-options {
    display: none;
  }
}
.carousel-home .carousel-indicators {
  margin-bottom: 0;
  display: inline-block;
}
.carousel-home .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 6px 4px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-home .carousel-indicators li.active {
  background-color: white;
  border-color: white;
  width: 15px;
  height: 15px;
}
.carousel-home .carousel-indicators li:focus,
.carousel-home .carousel-indicators li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 480px) {
  .usp {
    padding: 12px 0px;
  }
}
.usp .icon {
  position: relative;
  width: 20%;
  display: table;
  float: left;
}
.usp .icon .fa-stack .fa-circle,
.usp .icon .fa-stack .fa-check {
  color: #68a839;
}
.usp p {
  color: #0a4d96;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 80%;
  padding-left: 10px;
  float: left;
  margin-bottom: 0px;
}
.cms-border .border-top {
  border-top: 1px solid #e5e3e3;
  padding: 8px 0px;
  display: block;
}
.cms-border .border-bottom {
  border-bottom: 1px solid #e5e3e3;
  padding: 8px 0px;
  display: block;
}
.cms-title h1,
.cms-title h2,
.cms-title h3,
.cms-title h4,
.cms-title h5 {
  padding: 30px 0px;
  color: #8c8c8c;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 13px;
}
.cms-basic-image {
  text-align: center;
}
.cms-basic-image img {
  border: 4px solid #f0ede8;
  margin: 28px 0px;
}
.cms-popular-product-groups img {
  margin: 0px auto;
}
.customerservice-block img {
  float: left;
}
.customerservice-block p {
  font-size: 15px;
  color: #0a4d96;
  font-weight: 600;
  float: left;
  padding: 20px;
  margin-bottom: 0px;
}
.customerservice-block p span {
  font-weight: 600;
  color: #000;
}
.pdp-blog-post-inner {
  padding-inline: 0;
}
.blog-block {
  margin-bottom: 40px;
}
.blog-block .blog-block-image {
  width: 100%;
  height: 140px;
}
.blog-block .blog-block-content {
  background: #fff;
  padding: 10px 0;
}
.blog-block .blog-block-content .blog-block-info {
  height: 26px;
}
.blog-block .blog-block-content .blog-block-info .date,
.blog-block .blog-block-content .blog-block-info .categorie {
  font-size: 18px;
  color: #8c8c8c;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Oswald Normal';
}
.blog-block .blog-block-content .blog-blog-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oswald Normal';
}
.blog-block .blog-block-content .blog-blog-description {
  font-size: 14px;
  color: #000;
  margin-bottom: 26px;
}
.blog-block .blog-block-content .blog-post-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-home {
  margin-bottom: 0px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.list-group-home a {
  padding: 4px 15px;
  border: none;
}
.list-group-home.products-home ul {
  margin-bottom: 0px;
}
.list-group-home.products-home ul li {
  margin-bottom: 0px;
}
.list-group-home.products-home ul.panel-collapse li {
  padding-bottom: 10px;
}
.list-group-home.products-home a {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-family: 'Oswald Normal';
}
.list-group-home.products-home a.product-list {
  color: #0a4d96;
  display: block;
  margin-bottom: 6px;
}
.list-group-home.products-home a.product-list:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0d8';
  float: right;
  font-weight: 600;
  color: #666;
  right: 18px;
}
.list-group-home.products-home a.product-list.collapsed {
  color: #000;
}
.list-group-home.products-home a.product-list.collapsed:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f0d7';
  float: right;
  font-weight: 600;
  color: #666;
  right: 18px;
}
.list-group-home.products-home .mobile-childs {
  margin-left: 20px;
  font-size: 13px !important;
}
.list-group.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productcard .price {
  margin-top: 26px;
}
.productcard .show-product a {
  color: #0a4d96;
}
.cms-link {
  font-size: 16px;
  color: #0a4d96;
  text-align: center;
  margin: 20px 0 30px 0;
  font-weight: 600;
  display: block;
}
.widget__faq details {
  margin-bottom: 15px;
}
.widget__faq details summary {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26px auto;
  grid-template-columns: 26px auto;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  outline: none;
  color: #0a4d96;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget__faq details summary::-webkit-details-marker {
  display: none;
  background: none;
  color: transparent;
}
.widget__faq details summary .angle-icon {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  text-align: center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.widget__faq details summary .angle-icon:before {
  content: '\f078';
}
@media (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widget__faq details summary {
    display: block;
  }
  .widget__faq details summary .angle-icon {
    margin-right: 5px;
  }
}
.widget__faq details description {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.widget__faq details[open] summary .angle-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.widget__faq details[open] description {
  opacity: 1;
  max-height: 50000px;
}
.header-widget-blocks {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}
.header-widget-blocks._desktop,
.header-widget-blocks._desktop-alt {
  grid-template-areas: "main main sub" "main main sub" "main main sub";
}
.header-widget-blocks._desktop-alt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-widget-blocks._mobile {
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header-widget-blocks._mobile {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
  }
  .header-widget-blocks._mobile .header-widget-blocks__sub {
    padding-top: 10px;
  }
}
.header-widget-blocks img {
  max-width: 100%;
  width: 100%;
}
.header-widget-blocks__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 10px;
}
.header-widget-blocks__main {
  height: 100%;
}
.hero-carousel {
  margin-inline: -20px;
}
@media screen and (min-width: 991px) {
  .hero-carousel__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 390px;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.hero-carousel__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 991px) {
  .hero-carousel__left {
    height: 100%;
    margin-bottom: 0;
  }
}
.hero-carousel__left .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-carousel__left .swiper-pagination-lock {
  display: none;
}
@media screen and (max-width: 991px) {
  .hero-carousel__left .swiper-pagination {
    bottom: 15px;
  }
}
.hero-carousel__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .hero-carousel__right {
    width: 295px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.hero-carousel__slide {
  height: 100%;
}
.hero-carousel__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .hero-carousel__slide img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.hero-carousel__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .hero-carousel__block.count_2 {
    height: calc((100% / 2) - 5px + (5px / 2));
  }
  .hero-carousel__block.count_3 {
    height: calc((100% / 3) - 5px + (5px / 3));
  }
}
.hero-carousel__block img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
@media screen and (max-width: 991px) {
  .hero-carousel__block img {
    width: 100%;
  }
}
.cms-background {
  background: #f0ede8;
}
.cms-container-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.force-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
}
/* PRODUCT LIST PAGE */
.pagination-nav {
  padding: 0px;
}
.pagination-nav .pagination li a {
  border-color: transparent;
  padding-left: 0px;
  color: #0a4d96;
  font-size: 13px;
  font-weight: 300;
}
.pagination-nav .pagination li a:hover {
  background: transparent;
}
.pagination-nav .pagination li.disabled a {
  color: #000;
}
.pagination-nav .pagination li span {
  border-color: transparent;
}
.pagination-nav .pagination > .disabled > span {
  border-color: transparent;
}
.pagination-nav .pagination > .disabled > a:hover {
  border-color: transparent;
}
.filter-choice .h3 {
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.filter-choice .list-group {
  margin-bottom: 0px;
}
.filter-choice .list-group a {
  border: none;
}
.filter-choice .list-group a:hover {
  background: transparent;
}
.filters .panel-group .panel .panel-heading .panel-title a {
  color: #000;
  font-size: 16px;
}
.filters .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"] {
  width: 100%;
  display: block;
}
.filters .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"]:after {
  font-size: 26px;
  line-height: 100%;
  top: 0;
}
.filters .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
  right: 4px;
  content: '+';
}
.filters .list-group-item > .badge {
  float: none;
  background: transparent;
  color: #7c7c7c;
  font-weight: 300;
}
.filters .panel-collapse .panel-body {
  border-top: 0px;
}
.filters .panel-collapse .panel-body .list-group a.list-group-item {
  padding: 6px 0px;
}
.filters .panel-collapse .panel-body .list-group a.list-group-item button {
  height: 18px;
  width: 18px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.filters .panel-collapse .panel-body .list-group a.list-group-item button.checkbox-button span.checked {
  color: #000;
  padding-left: 0px;
  position: relative;
  left: -3px;
}
.filters .panel-collapse .panel-body .list-group a.list-group-item .title {
  color: #000;
}
.filters .panel-collapse .panel-body .list-group a.list-group-item:hover {
  background: transparent;
}
.filters-mobile .panel-group .panel .panel-heading .panel-title a {
  color: #000;
  font-size: 16px;
}
.filters-mobile .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"] {
  width: 100%;
  display: block;
}
.filters-mobile .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"]:after {
  font-size: 26px;
  line-height: 10px;
  top: 0;
}
.filters-mobile .panel-group .panel .panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
  right: 2px;
  content: '+';
}
.filter-button-wrap .btn-primary {
  z-index: 1;
  padding: 10px 0;
  width: 50%;
  position: fixed;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.filter-button-wrap .btn-primary i {
  margin-right: 10px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  padding-left: 0px;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child button.checkbox-button {
  height: 18px;
  width: 18px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child .title {
  color: #000;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child:hover {
  background: transparent;
}
.product {
  padding: 15px 15px 5px;
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  border: 4px solid #f0ede8;
}
.product .product-star-widget {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .product {
    border-width: 3px;
    margin-bottom: 10px;
  }
}
.product-top {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-top .rating i {
  color: #FFBF00;
}
.product-top .rating i.blank {
  color: #AAAAAA;
}
.product-top .compare-toggle {
  color: #7c7c7c;
  font-size: 13px;
}
.product:hover {
  background: transparent;
}
.product .image {
  overflow: unset;
  margin-top: 0;
  max-height: 150px;
  position: relative;
}
.product .image a img {
  min-height: auto;
  max-height: 150px;
}
@media screen and (max-width: 768px) {
  .product .image a img {
    height: auto;
  }
}
.product .image .discount-tag {
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .product .image .discount-tag {
    top: 10px;
    width: 60px;
  }
}
.product .description {
  height: auto;
  min-height: 20px;
  margin: 0 0 5px 0;
}
.product .description h2.article-title {
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  word-break: break-word;
  font-size: 14px;
}
@media (max-width: 768px) {
  .product .description h2.article-title {
    font-size: 12px;
  }
}
.product .description h2.article-title a {
  color: #000;
  font-family: 'Oswald Normal';
  line-height: 22px;
}
.product .price {
  font-size: 16px;
  color: #0a4d96;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.product .price > span {
  float: left;
}
.product .price > span.price-standard {
  font-size: 12px;
  line-height: 12px;
}
.product .product-stock {
  height: 15px;
  font-size: 10px;
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
}
.product .product-stock .stock-indication .stock-negative {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 0px;
}
.product .product-stock .stock-indication .stock-positive {
  color: #61b900;
  font-size: 12px;
  letter-spacing: 0px;
}
.product .prod-code {
  font-size: 10px;
  text-align: right;
}
.product .ordertemplate-options {
  text-align: right;
}
.product-tag {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 70%;
  z-index: 1;
}
@media (max-width: 768px) {
  .product-tag {
    width: 65%;
  }
}
.search-options {
  padding-bottom: 15px;
  padding-top: 28px;
}
.search-options hr {
  display: none;
}
.search-options .display-modes {
  margin-top: 0;
  margin-right: 0;
  margin-left: 10px;
}
.search-options .display-modes .view {
  color: #7c7c7c;
  vertical-align: text-bottom;
}
.search-options .display-modes .grid-btn {
  margin-left: 10px;
  color: #666;
  cursor: pointer;
}
.search-options .display-modes .grid-btn.active {
  color: #ff8300;
}
.search-options .display-modes .grid-btn .glyphicon {
  font-size: 18px;
}
.search-options_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.search-options-bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}
.product-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .product-overview {
    margin-left: 0;
    margin-right: 0;
  }
  .product-overview .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.product-overview.list .product .description {
  height: 20px;
}
.list .product-col-item {
  width: 100%;
  padding: 0 10px;
}
.list .product-col-item .product {
  height: 190px;
  padding: 20px 15px 20px 15px;
  margin-bottom: 0;
  border: 1px solid #e5e3e3;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list .product-col-item .product:last-of-type {
  border-bottom: 1px solid #e5e3e3;
}
.list .product-col-item .product .compare-toggle {
  top: 20px;
  left: 180px;
}
.list .product-col-item .product .image {
  display: inline-block;
  width: 150px;
  margin-right: 15px;
  margin-top: 5px;
  max-height: 120px;
}
.list .product-col-item .product .image img {
  max-height: 120px;
  min-height: 100px;
}
.list .product-col-item .product .list-box {
  display: inline-block;
  width: calc(100% - 460px);
  position: relative;
  height: auto;
}
.list .product-col-item .product .list-box .description {
  display: inline-block;
  min-height: auto;
  max-height: auto;
  height: auto !important;
  line-height: 20px;
}
.list .product-col-item .product .list-box .description {
  margin: 0;
  height: 46px;
}
.list .product-col-item .product .list-box .description h2.article-title {
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list .product-col-item .product .list-box .product-stock {
  display: inline-block;
  width: 50%;
}
.list .product-col-item .product .order-info {
  width: 300px;
  text-align: right;
}
.list .product-col-item .product .order-info .price {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
}
.list .product-col-item .product .order-info .order-form-wrap {
  height: auto;
  width: auto;
  margin-left: 0px;
  margin-top: 2px;
  display: inline-block;
}
.list .product-col-item .product .order-info .order-form-wrap form {
  bottom: 0;
}
.list .product-col-item .product .order-info .order-form-wrap form .input-group {
  display: inline-block;
}
.list .product-col-item .product .order-info .order-form-wrap form input {
  display: inline-block;
  height: 30px;
  width: 60px;
}
.list .product-col-item .product .order-info .order-form-wrap form button {
  display: inline-block;
  height: 30px;
}
.list .product-col-item .product .product-tag {
  width: 130px;
  top: -2px;
  right: 0;
}
.compare-quickview .h2 .toggle-collapse {
  width: 65%;
}
.compare-quickview .h2 .view-comparison {
  width: 35%;
}
.product-compare .compare-products .group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .product .image {
  position: relative;
  overflow: unset;
}
.product-detail .product-tag {
  top: 0;
  right: 10px;
  width: 50%;
}
@media (max-width: 768px) {
  .product-detail .product-tag {
    width: 50%;
  }
}
.product-detail h1.section-title {
  color: #000;
  font-size: 28px;
  line-height: 40px;
}
.product-detail .social-share-icon {
  height: 50px;
  display: inline-block;
  vertical-align: baseline;
}
.product-detail .social-share {
  display: inline-block;
}
.product-detail .social-share a .a2a_svg {
  height: 26px;
  width: 26px;
  line-height: 26px;
}
.product-detail hr {
  border-color: #e5e3e3;
}
.product-detail .categories h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #000;
}
.product-detail .categories ul.list-unstyled li {
  margin-bottom: 5px;
}
.product-detail .categories ul.list-unstyled li a {
  color: #000;
}
.product-detail .article-number {
  border-top: 1px solid #e5e3e3;
  border-bottom: 1px solid #e5e3e3;
  padding: 12px 0px;
  font-size: 13px;
  color: #7c7c7c;
  margin-top: 20px;
}
.product-detail .product-details-wrapper .price-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a4d96;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .price-sales {
    font-size: 24px;
    display: inline-block;
  }
}
.product-detail .product-details-wrapper .price-sales .price-sales-taxed {
  padding: 0;
  color: #666;
  font-size: 13px;
  margin-left: 10px;
  font-weight: initial;
}
.product-detail .product-details-wrapper .price-sale {
  color: #aaa;
  text-decoration: line-through;
  margin-right: 10px;
  font-weight: bold;
}
.product-detail .product-details-wrapper .price-standard {
  display: inline-block;
  color: #0a4d96;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .price-standard {
    font-size: 24px;
    display: inline-block;
  }
}
.product-detail .product-details-wrapper .price-details {
  display: inline-block;
}
.product-detail .product-details-wrapper .price-details .price-sales {
  font-weight: 700;
}
.product-detail .product-details-wrapper .price-details .price-sales .price-sales-taxed {
  font-weight: 400;
}
.product-detail .product-details-wrapper .product-code {
  color: #666;
}
.product-detail .product-details-wrapper .product-save-more .h3 {
  color: #ff8300;
  font-weight: normal;
}
.product-detail .product-details-wrapper p.free-shipping {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 26px;
  font-weight: 600;
}
.product-detail .product-details-wrapper .stock-positive.h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: initial;
  letter-spacing: initial;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #68a839;
}
.product-detail .product-details-wrapper .stock-positive.h3 span.fa-stack {
  margin-right: 5px;
  color: #68a839;
  font-size: 15px;
}
.product-detail .product-details-wrapper .stock-row .h3 {
  text-transform: none;
  letter-spacing: 0px;
  color: #5bba00;
}
.product-detail .product-details-wrapper .outlet-stock-toggle {
  font-size: 14px;
  line-height: 25px;
}
.product-detail .product-details-wrapper .outlet-stock-toggle span {
  color: #144e96;
  font-weight: 300;
  cursor: pointer;
}
.product-detail .product-details-wrapper .outlet-stock-toggle span:hover {
  color: #23527c;
}
.product-detail .product-details-wrapper .ordertemplate-options {
  background: transparent;
  border-color: transparent;
  padding-left: 0px;
}
.product-detail .product-details-wrapper .alert {
  color: #aaa;
  background: none;
  border: none;
}
.product-detail .product-details-wrapper .order-form-wrap {
  width: auto;
}
@media screen and (max-width: 767px) {
  .product-detail .product-details-wrapper .order-form-wrap._in-store {
    width: 100%;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .btn-primary {
  margin: 0;
  background: #ff8300;
  border-color: #ff8300;
  padding: 3px 24px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .product-detail .product-details-wrapper .order-form-wrap .btn-primary {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .btn-primary {
    padding: 2px;
    margin-bottom: 0px;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .btn-primary .icon {
  font-size: 16px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .btn-primary .icon {
    font-size: 12px;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .btn-primary span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Oswald Normal';
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .btn-primary span {
    font-size: 16px;
  }
}
.product-detail .product-details-wrapper .order-form-wrap.hover-state .order-form .cart-added {
  margin-left: -8px;
}
.product-detail .product-details-wrapper .order-form-wrap .group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input {
    display: inline;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .amount,
.product-detail .product-details-wrapper .order-form-wrap .group-input .stock-row-pdp,
.product-detail .product-details-wrapper .order-form-wrap .group-input .stock-positive {
  display: inline;
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .amount {
  color: #000;
  font-size: 13px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .amount {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .stock-row-pdp {
    display: none;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .stock-row-pdp .stock-positive {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
  color: #5bba00;
  vertical-align: super;
  padding-left: 20px;
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .stock-row-pdp div {
  vertical-align: super;
  display: inline;
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .form-control {
  height: 30px;
  width: 60px;
  text-align: center;
  padding-right: 0;
  margin-right: 20px;
  font-size: 16px;
  display: inline;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .form-control {
    height: 30px;
    width: 50px;
    font-size: 14px;
    text-align: left;
    position: relative;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn {
  width: auto;
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary {
  margin: 0;
  background: #ff8300;
  border-color: #ff8300;
  padding: 3px 24px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary {
    padding: 2px;
    margin-bottom: 0px;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary .icon,
.product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary .fa-shopping-cart {
  font-size: 16px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary .icon,
  .product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary .fa-shopping-cart {
    font-size: 12px;
  }
}
.product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Oswald Normal';
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .product-detail .product-details-wrapper .order-form-wrap .group-input .input-group-btn .btn-primary span {
    font-size: 16px;
  }
}
.product-detail .product-details-wrapper .col-xs-12._flex {
  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;
}
@media (max-width: 768px) {
  .product-detail .product-details-wrapper .col-xs-12._flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail .product-details-wrapper .col-xs-12._flex .outlet-stock-toggle {
    margin-top: 10px;
  }
}
.product-detail .tab-content .tab-pane .product-col-item {
  padding-left: 5px;
  padding-right: 5px;
}
.product-detail .tab-content .tab-pane .product-col-item .product .compare-toggle {
  display: none;
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs {
  border: 0;
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li {
  float: none;
  text-align: center;
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li a {
  border: 0;
  padding-left: 0px;
  padding-right: 36px;
  font-size: 24px;
  text-transform: uppercase;
  color: #9b9b9b;
  font-family: 'Oswald Normal';
}
@media only screen and (max-width: 480px) {
  .product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li a {
    font-size: 15px;
  }
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li a:hover {
  background: transparent;
  border: 0;
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li.active a {
  color: #000;
}
.product-detail .tab-content .tab-pane .product-col-item .product .nav-tabs li.active a:hover {
  border: 0;
}
.product-detail .tab-content .tab-pane .product-col-item .product .tab-content .tab-pane .product-col-item .product .compare-toggle {
  display: none;
}
.product-detail .tab-content .tab-pane .product-col-item .product .tab-content .tab-pane .product-col-item .product .order-info .order-form-wrap {
  display: none;
}
.product-detail .tab-content .tab-pane .product-col-item .product .tab-content .tab-pane .product-col-item .product .order-info .order-form-wrap .order-form .group-input input {
  height: 30px;
  width: 60px;
  padding-right: 0;
  font-size: 13px;
}
.product-detail .tab-content .tab-pane .product-col-item .product .tab-content .tab-pane .product-col-item .product .order-info .order-form-wrap .order-form .group-input .input-group-btn .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-detail .tab-content .tab-pane .product-col-item .product .tab-content .tab-pane .product-col-item .product .order-info .product-stock {
  display: none;
}
.product-detail .ts-rating-light.productreviews {
  margin-left: 10px;
  margin-right: 10px;
}
.product-detail #js-reviewTabs {
  display: block;
  cursor: pointer;
}
.product-detail #js-reviewTabs etrusted-widget {
  pointer-events: none;
}
.product-detail .warning-message {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.product-detail .warning-message i {
  font-size: 16px;
}
.product-recent .compare-toggle {
  display: none;
}
.similar .title {
  font-size: 16px;
  font-family: 'Oswald Normal';
  text-transform: uppercase;
  font-weight: 300;
}
.product-similar .product {
  margin-bottom: 20px;
}
.pswp[aria-hidden=true] {
  display: none;
}
.carousel .carousel-inner {
  border: 4px solid #f0ede8;
}
.carousel .carousel-inner .item img {
  padding: 30px 10px;
}
.carousel .carousel-indicators {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .carousel-indicators li {
  border: 4px solid #f0ede8;
  width: 25%;
  height: auto;
  margin: 0 10px;
  text-indent: 0;
}
.carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.carousel .carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel .carousel-indicators li:after {
  content: none;
}
.carousel .carousel-indicators li img {
  width: 100%;
}
.pswp__button.pswp__button--close {
  background: url("./includes/default-skin.png") 0 0 no-repeat;
  background-position: 0 -44px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp[aria-hidden='true'] {
  display: none;
}
.outlet-modal .modal-header {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  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;
}
.outlet-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.outlet-modal .modal-body ul {
  margin-bottom: 0;
}
.outlet-modal .modal-body ul li {
  padding: 12px;
  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;
  margin: 0;
  border-bottom: 1px solid lightgray;
  color: #000;
  font-size: 12px;
}
.outlet-modal .modal-body ul li:last-child {
  border-bottom: none;
}
.outlet-modal .modal-body ul li .outlet-stock {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.outlet-modal .modal-body ul li .outlet-stock .xhr-content {
  font-weight: 700;
  margin-left: 5px;
}
/* MISC */
/* HEADER */
.navbar {
  background: #fff;
  min-height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .navbar {
    margin-bottom: 15px;
  }
}
.navbar.navbar-inverse {
  background: #fff;
  height: 38px;
}
.navbar.navbar-inverse .navbar-nav > li > a {
  color: #0a4d96;
  font-size: 14px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar.navbar-inverse .navbar-nav > li > a .caret,
.navbar.navbar-inverse .navbar-nav > li > a .fa,
.navbar.navbar-inverse .navbar-nav > li > a .user,
.navbar.navbar-inverse .navbar-nav > li > a .fas {
  color: #666;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown a:hover,
.navbar.navbar-inverse .navbar-nav > li.dropdown a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown a:active,
.navbar.navbar-inverse .navbar-nav > li.dropdown a:focus {
  color: #0a4d96;
  background: #fff;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu {
  padding: 10px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li a {
  padding: 0;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown .dropdown-menu li a span {
  display: block;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.languages .language .language__flag {
  margin-right: 5px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.languages .language__link .language__flag,
.navbar.navbar-inverse .navbar-nav > li.dropdown.languages .language__link .language__code {
  display: inline-block;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.languages .dropdown-menu li {
  margin-top: 13px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a {
  position: static;
  vertical-align: top;
  margin: 0 0 0 2em;
  padding: 0;
  font: bold 1em/36px 'helvetica neue', helvetica, arial, sans-serif;
  color: #0a4d96;
  text-transform: lowercase;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a:hover {
  color: #000;
  background-color: transparent;
  border: 0;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a[aria-expanded='true']:focus {
  outline: 2px solid #0a4d96;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  margin-left: 0.4em;
  background: url(./img/icons/sprite.png) -58px -60px no-repeat;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a:focus:after,
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a:hover:after,
.navbar.navbar-inverse .navbar-nav > li.dropdown > li > a[aria-expanded='true']:after {
  background-position: -58px -83px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets {
  width: 200px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets li {
  margin-bottom: 1.2em;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets p {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets a {
  color: #0a4d96;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.outlets a:hover {
  color: #000;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .dropdown-menu {
  padding: 0;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service li {
  padding: 2px 10px 2px 80px;
  background-color: #0a4d96;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service li a {
  color: #fff;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service li a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service li a:hover {
  text-decoration: underline;
  background: none;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq {
  clear: both;
  padding: 15px 5px 10px 5px;
  background-color: #fff;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number img,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq img {
  float: left;
  width: 70px;
  height: 50px;
  margin-right: 5px;
  background: url(./img/icons/sprite.png) -234px 0 no-repeat;
  position: absolute;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number a,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq a,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number span,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq span {
  display: block;
  margin-left: 75px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number a,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq a {
  color: #0a4d96;
  font-size: 14px;
  font-weight: bold;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq a:focus,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number a:hover,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq a:hover {
  color: #000;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .number span,
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq span {
  margin-right: 25px;
  font-size: 12px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq {
  padding-top: 5px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq img {
  background-position: -234px -55px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq a {
  font-size: 1em;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq span {
  margin-right: 15px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service .faq + li {
  padding-top: 10px;
}
.navbar.navbar-inverse .navbar-nav > li.dropdown.service li:last-child {
  padding-bottom: 10px;
}
.navbar.navbar-inverse .navbar-nav > .open > a {
  background: #fff;
}
.navbar .navbar-header .sidebar-toggle {
  font-size: 26px;
}
.navbar .navbar-header .account .fa-user {
  font-size: 24px;
}
.navbar .navbar-header .account .fa-caret-down {
  font-size: 20px;
}
.navbar .navbar-header .icon .glyphicon {
  font-size: 28px;
}
.navbar.mobile-top-menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.navbar.mobile-top-menu #js-mobile-search-bar {
  margin-top: 0;
  height: auto;
  padding: 15px;
  display: block !important;
}
.navbar.mobile-top-menu #js-mobile-search-bar .col-xs-12 {
  float: none;
}
.navbar.mobile-top-menu #js-mobile-search-bar form {
  margin: 0;
}
.navbar.mobile-top-menu .col-orange .basket {
  height: 47px;
}
.navbar.mobile-top-menu .col-orange .basket .fa-shopping-cart {
  margin-top: 14px;
}
.navbar.mobile-top-menu .col-orange .basket .badge {
  margin-top: 10px;
}
.navbar.mobile-top-menu .col-orange .basket .totals {
  display: inline-block;
  padding-top: 2px;
}
.navbar.mobile-top-menu .col-orange .basket .totals .total {
  color: #fff;
}
.navbar.mobile-top-menu + .mobile-menu-spacer {
  height: 127px;
}
.navbar.mobile-top-menu + .mobile-menu-spacer._minimal {
  height: 150px;
}
.navigation .navbar-collapse {
  border-bottom: 4px solid #e5e3e3;
  padding-bottom: 22px;
}
.navigation .navbar-collapse ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  gap: 40px;
  margin: 0 auto;
  float: none!important;
}
.navigation .navbar-collapse ul.navbar-nav::before,
.navigation .navbar-collapse ul.navbar-nav::after {
  content: none;
}
.navigation .navbar-collapse ul.navbar-nav li {
  margin: 0;
  float: none!important;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation .navbar-collapse ul.navbar-nav li a {
  font-family: 'Oswald Normal';
  padding-top: 0px;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  padding: 0 15px 0 5px;
  line-height: 26px;
}
.navigation .navbar-collapse ul.navbar-nav li a:hover,
.navigation .navbar-collapse ul.navbar-nav li a:focus,
.navigation .navbar-collapse ul.navbar-nav li a:active {
  color: #0a4d96;
}
.navigation .navbar-collapse ul.navbar-nav li a:first-child {
  padding-left: 0px;
}
.navigation .navbar-collapse ul.navbar-nav li a:last-child {
  padding-right: 0px;
}
.navigation .navbar-collapse ul.navbar-nav li.active a {
  color: #0a4d96;
}
.navigation .navbar-collapse ul.navbar-nav li.active a:hover,
.navigation .navbar-collapse ul.navbar-nav li.active a:focus,
.navigation .navbar-collapse ul.navbar-nav li.active a:active {
  color: #0a4d96;
}
.navigation .navbar-collapse ul.navbar-nav > .active > a:hover {
  color: #000;
  font-weight: 300;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .navigation .navbar-collapse ul {
      gap: unset !important;
    }
    .navigation .navbar-collapse ul.column-gap li {
      padding-right: 40px;
    }
    .navigation .navbar-collapse ul.column-gap li:last-child {
      padding-left: 0;
      padding-right: 0;
    }
  }
}
.header {
  background: #000;
}
.header .basket-preview {
  display: none;
  margin-top: 30px;
  margin-right: 10px;
}
.header.after-sticky {
  padding-top: 38px;
}
.header .row.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header img.logo-large {
  height: 98px;
  margin: auto;
  width: auto;
}
.header .navbar-collapse {
  display: none !important;
}
.header form .input-group {
  margin: 26px 0px;
}
.header form .input-group .twitter-typeahead .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
  font-size: 14px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.header form .input-group .input-group-btn .btn {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 13px;
  border-color: #fff;
  color: #000;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header form .input-group .input-group-btn .btn:hover,
.header form .input-group .input-group-btn .btn:focus,
.header form .input-group .input-group-btn .btn:active {
  background: #fff;
  border-color: #fff;
}
.header .basket a {
  width: 100%;
  text-align: -webkit-right;
}
.header .basket .icon {
  color: #fff;
}
.header .basket .totals .total {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}
.header .basket .basket {
  background: #ff8300;
  height: 47px;
  width: 47px;
  padding: 8px;
  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;
}
.header .basket .basket .totals {
  float: right;
  margin-top: 0px;
}
.header .basket .basket .icon {
  position: relative;
  font-size: 18px;
  padding-top: 4px;
}
.header .basket .basket .icon .badge {
  position: absolute;
  background: #0a4d96;
  top: -3px;
  left: 11px;
}
.header .basket .basket .link {
  color: #fff;
  margin-top: 0px;
  padding: 5px;
}
.header .basket .link {
  margin-top: 14px;
}
.header.visible-sticky {
  background: #fff;
}
.header.visible-sticky .basket-preview {
  display: none !important;
  margin-top: 4px;
}
.header.visible-sticky img.logo-large {
  background: url(./img/logo_VBA_website_diap.svg) 0px 0px no-repeat;
  width: auto;
  height: 44px;
  padding-left: 0;
  margin: 0;
}
.header.visible-sticky #navbar {
  padding-top: 18px;
  padding-bottom: 16px;
}
.header.visible-sticky .navbar-collapse {
  display: block !important;
  border-bottom: none;
}
.header.visible-sticky .navbar-collapse .navbar-right .register,
.header.visible-sticky .navbar-collapse .navbar-right .outlets,
.header.visible-sticky .navbar-collapse .navbar-right .service {
  display: none;
}
.header.visible-sticky .navbar-collapse .navbar-right .search-container {
  display: block !important;
}
.header.visible-sticky form {
  display: none;
}
.header.visible-sticky form .input-group {
  margin: 0px;
}
.header.visible-sticky form .input-group .twitter-typeahead .form-control {
  height: 50px;
}
.header.visible-sticky form .input-group .twitter-typeahead .form-control.tt-input,
.header.visible-sticky form .input-group .twitter-typeahead .form-control.tt-hint {
  display: none;
}
.header.visible-sticky .search-container .fa-search {
  color: #8c8c8c;
}
.header.visible-sticky .search-container form {
  display: block;
}
.header.visible-sticky .basket .link {
  margin-top: 0px;
}
.header.visible-sticky .basket .basket {
  margin: 0px;
  height: 38px;
  padding: 8px;
}
.header.visible-sticky .basket .basket .totals {
  margin-top: -4px;
}
.header.visible-sticky .basket .basket .icon {
  font-size: 18px;
  padding-top: 0px;
}
.header.visible-sticky .basket .basket .icon .badge {
  top: 0;
}
.header-social .header-tagline {
  padding-top: 20px;
}
.header-social .slogan-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-social .slogan-icons .slogan {
  padding: 24px 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}
.header-social .slogan-icons .slogan span {
  color: #0a4d96;
}
.header-social .slogan-icons .social-icons {
  padding: 16px 0 0 10px;
}
.header-social .slogan-icons .social-icons img {
  height: 32px;
}
.header-social hr {
  margin-top: 0px;
  border-color: #e5e3e3;
}
.logo-sticky {
  display: none !important;
}
.logo-static {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.scrolling .header-social {
  opacity: 0;
  visibility: collapse;
  height: 0;
  display: none;
  -webkit-transition: visibility 0s, opacity 0.4s;
  transition: visibility 0s, opacity 0.4s;
}
body.scrolling .navigation {
  opacity: 0;
  visibility: collapse;
  height: 0;
  -webkit-transition: visibility 0s, opacity 0.4s;
  transition: visibility 0s, opacity 0.4s;
  min-height: 10px;
  height: 10px;
  margin-bottom: 50px;
}
body.scrolling .navbar-sticky .visible-sticky {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body.scrolling .navbar-sticky .navigation {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-shadow: 0 5px 7px -3px rgba(167, 167, 167, 0.6);
  box-shadow: 0 5px 7px -3px rgba(167, 167, 167, 0.6);
  height: auto;
  margin-bottom: 0px;
}
body.scrolling .logo-sticky {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.scrolling .logo-static {
  display: none !important;
}
.search-container {
  display: none !important;
  position: relative;
}
.search-container .search-toggle {
  cursor: pointer;
}
.search-container .search-form {
  z-index: 999;
  position: absolute;
  top: 31px;
  right: 10px;
  height: auto;
  min-width: 200px;
  border: 3px solid #ff8300;
  background: #fff;
}
.search-container .search-form input {
  width: 100%;
  background: #fff;
  margin: 0;
  border: none !important;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  height: 40px;
}
.search-container .search-form .twitter-typeahead {
  width: 100%;
  height: 40px;
  float: left;
}
.search-container .search-form .twitter-typeahead input {
  width: 100%;
}
.search-container .search-form button {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-width: 0px;
}
.search-container .search-form button:hover {
  background: #fff;
}
.search-container .search-form button span {
  font-size: 14px;
  color: #000;
}
.search-container .twitter-typeahead hr {
  display: none;
}
.search-container .twitter-typeahead .dropdown-header {
  font-size: 17px;
  padding: 5px 15px;
}
.search-container .twitter-typeahead .tt-dropdown-menu {
  min-width: 315px;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-container .twitter-typeahead .tt-suggestion {
  padding: 7px 15px;
}
.top-menu .dropdown > a {
  height: 38px;
}
.noscroll .navbar {
  border-color: #000;
}
.noscroll .navbar #js-mobile-search-bar {
  height: 0;
  padding: 0;
}
.noscroll .navbar #js-mobile-search-bar form,
.noscroll .navbar #js-mobile-search-bar .product-scanner {
  display: none !important;
}
.mobile-breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb {
  margin-top: -10px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.breadcrumb ol li {
  margin: 0 5px;
}
.breadcrumb ol li i {
  color: #0a4d96;
}
.breadcrumb ol li i.far {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb > li a {
  color: #0a4d96;
}
.breadcrumb > li a i {
  color: inherit;
}
.breadcrumb > li.active {
  color: #7c7c7c;
}
.breadcrumb > li + li:before {
  content: '>';
}
.category-overview a img {
  border: 4px solid #f0ede8;
  padding: 10px 30px;
}
.category-overview a h3 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 5px;
}
.category-overview ul li {
  margin-bottom: 5px;
}
.category-overview ul li a {
  color: #000;
  font-size: 12px;
}
.category-overview ul li:last-child {
  margin-bottom: 25px;
}
.refinements h3,
.customer-data-nav h3,
.builtins-blog__group-filters h3,
.refinements .h3,
.customer-data-nav .h3,
.builtins-blog__group-filters .h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #0a4d96;
}
.refinements ul,
.customer-data-nav ul,
.builtins-blog__group-filters ul {
  padding-left: 0px;
}
.refinements ul li,
.customer-data-nav ul li,
.builtins-blog__group-filters ul li {
  margin-bottom: 10px;
  margin-left: 15px;
}
.refinements ul li a,
.customer-data-nav ul li a,
.builtins-blog__group-filters ul li a {
  font-size: 1em;
  color: #0c172d;
}
.basket-preview {
  display: none !important;
}
.basket-preview .preview-content {
  padding: 10px;
}
.basket-preview .preview-content table tbody tr.product-content td {
  border: 0;
}
.basket-preview .preview-content table tbody tr.product-content td.qty {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.basket-preview .preview-content table tbody tr.product-content td.name {
  text-transform: none;
  color: #000;
  font-size: 13px;
  word-break: break-word;
}
.basket-preview .preview-content table tbody tr.product-content td.price {
  color: #000;
  font-size: 14px;
}
.basket-preview .preview-content table tbody tr.subtotals td.qty {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.basket-preview .preview-content table tbody tr.subtotals td.price {
  font-size: 14px;
  color: #000;
}
.basket-preview .preview-content a.btn {
  background: #185093;
  text-transform: uppercase;
  font-family: 'Oswald Normal';
  font-size: 18px;
  padding: 12px 24px;
  margin-bottom: 10px;
  float: right;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.your-order {
  width: 100%;
}
.your-order .order__head {
  font-size: 12px;
}
.your-order .order__head td {
  vertical-align: top;
}
.your-order .order__body tr:first-of-type td {
  padding-top: 16px;
  font-weight: 700;
}
.your-order .order__body td {
  vertical-align: top;
}
.your-order .order__foot {
  font-weight: bold;
  color: #666;
}
.your-order .order__foot tr:first-of-type td {
  padding-top: 16px;
}
.your-order .order__foot td {
  vertical-align: top;
}
.your-order ._right {
  text-align: right;
  padding-left: 20px;
}
.js-payment-methods .radio-wrapper {
  position: relative;
}
.js-payment-methods .radio-wrapper input {
  visibility: visible;
}
.js-payment-methods .payment-option.selected {
  background-color: inherit;
}
.payment-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  table-layout: fixed;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .payment-table .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .payment-table .hide-on-desktop {
    display: none;
  }
}
.payment-table .desktop-ideal {
  width: 100%;
}
.payment-table .mobile-ideal {
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 60px);
}
.payment-method {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.payment-method__input {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.payment-method__input + label {
  display: block;
  position: relative;
  padding-left: 20px;
}
.payment-method__input + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 100%;
  background: #fff;
}
.payment-method__input + label::after {
  width: 10px;
  height: 10px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-method__input:checked + label::after {
  background: #000;
}
.payment__selector {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
.payment__selector::after {
  content: "\f0d7";
  font-family: 'fontawesome';
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
  color: #000;
  pointer-events: none;
}
.payment__selector button.form-control {
  text-align: left;
  display: block;
  font-family: sans-serif;
  color: #444;
  line-height: normal;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  height: 100%;
}
.payment__selector button.form-control::-ms-expand {
  display: none;
}
.payment__selector button.form-control:hover {
  border-color: #888;
}
.payment__selector button.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.payment__selector button.form-control option {
  font-weight: normal;
}
.payment__selector-menu {
  position: absolute;
  z-index: 20;
  display: none;
  padding: 10px 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  min-width: 100%;
  text-align: left;
}
.payment__selector-menu .payment-methods__item {
  color: #000;
}
.payment__selector-menu .payment-methods__item:hover {
  color: #0081ba;
}
.payment__selector-menu .payment-methods__item:last-child {
  margin-bottom: 0;
}
.payment__selector-menu.open {
  display: block;
}
.payment__selector-menu--right {
  right: 0;
  left: auto;
}
.payment__text {
  margin: 0;
}
.alert-giftcard {
  background-color: #FFE8D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert-giftcard i {
  color: #ff8300;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
}
.alert-giftcard span {
  font-size: 14px;
}
.alert-giftcard .bold {
  font-weight: 700;
}
.checkout-payment {
  background-color: #f5f5f5;
  padding: 20px;
  float: inherit;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-payment__title {
  margin: 0;
}
.checkout-payment > h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .checkout-payment {
    margin-bottom: 20px;
  }
}
.checkout-payment .panel-group {
  margin-bottom: 0;
}
.checkout-payment .panel-default {
  background: transparent;
}
.checkout-payment .payment-option {
  padding: 10px 0;
  background-color: transparent;
  margin-inline: 15px;
  width: -webkit-fill-available;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.checkout-payment .payment-option .payment-option-description {
  font-weight: normal;
  margin: 0;
  color: #6F6F6F;
}
.checkout-payment .payment-option a img {
  width: 40px;
  border-radius: 5px;
  height: auto;
}
.checkout-payment .payment-option input[type="radio"] {
  visibility: visible;
  position: relative;
  opacity: 1;
  top: 5px;
}
.checkout-payment .adyen-checkout__issuer-list {
  margin-top: 10px;
}
.checkout-payment .adyen-checkout__issuer-list .adyen-checkout__dropdown__button::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  background-image: none;
  height: auto;
}
.checkout-payment .adyen-checkout__label {
  font-weight: normal;
  margin-bottom: 0;
}
.checkout-payment .radio {
  padding-left: 5px;
  margin: 0;
}
.checkout-payment .radio label {
  padding-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-payment .radio label::after,
.checkout-payment .radio label::before {
  content: none;
}
.checkout-payment .adyen-checkout__card__brands img {
  display: block;
}
.checkout-payment .adyen-checkout__loading-input__form {
  margin-top: 10px;
}
.checkout-payment .adyen-checkout__dropdown__element__icon {
  margin-right: 0 !important;
}
.checkout-buttons-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .checkout-buttons-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .checkout-buttons-wrapper .btn-default {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .checkout-buttons-wrapper .btn-success {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.checkout-buttons-wrapper .checkout-terms {
  margin-left: auto;
}
@media (max-width: 991px) {
  .checkout-buttons-wrapper .checkout-terms {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.referentie .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #checkout-payment-form > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.checkout .link {
  font-weight: bold;
  font-size: 14px;
  color: #0a4d96;
}
.checkout-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-step li {
  float: none;
  width: 100%;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.checkout-step li a {
  text-transform: none;
  font-size: 14px;
  word-break: break-all;
}
.checkout-step li.active a i,
.checkout-step li.active a span {
  color: #ff8300;
}
.payment-option-description {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  margin: 10px 0;
  text-transform: none;
  font-weight: 300;
  color: #000;
}
#payment-accordion h4,
.checkout-payment #ideal-collapse .panel-body {
  padding-left: 10px;
}
/* FOOTER */
footer {
  background: #f0ede8;
}
footer .footer {
  padding-bottom: 20px;
}
footer h3 {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
footer ul {
  margin-bottom: 0;
}
footer ul.list-unstyled li {
  margin-bottom: 0px;
}
footer ul.list-unstyled li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer ul.list-unstyled li a.social-icon img {
  height: 32px;
}
footer ul.list-unstyled li a:hover {
  color: #ff8300;
}
footer ul.list-unstyled.shop-switch li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer ul.payment {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  footer ul.payment {
    margin-top: 47px;
  }
}
footer .mobile-border-logo hr {
  border: 1px solid #D8D5D1;
  margin-left: 0px;
  margin-right: 0px;
}
footer .payment-icons {
  margin-top: 0;
  height: 30px;
}
footer .payment-icons.fixed-height {
  height: 16px;
}
footer #newsletter {
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}
footer #newsletter label {
  position: absolute;
  top: 0.6em;
  left: 1em;
  color: #000;
  font-weight: bold;
  -webkit-transition: top 0.4s, left 0.4s;
  transition: top 0.4s, left 0.4s;
}
footer #newsletter.focus_filled label {
  top: -1.2em;
  left: 0;
  color: #000;
  font-weight: normal;
}
footer #email_newsletter {
  vertical-align: bottom;
  width: 200px;
  height: 33px;
  padding: 5px 10px 5px 5px;
  margin-right: -5px;
  color: #000;
  font-weight: bold;
  border: 1px solid #8c8c8c;
  border-right: 0;
}
footer #email_newsletter:focus {
  outline: 2px solid transparent;
}
footer #email_newsletter + input[type=submit] {
  vertical-align: bottom;
  width: 31px;
  height: 33px;
  margin-right: 2px;
  background: url(./img/sprite.png) -177px -62px no-repeat;
  border: 1px solid #8c8c8c;
  border-left: 0;
  border-radius: 0;
}
footer #email_newsletter + input[type=submit]:focus,
footer #email_newsletter + input[type=submit]:hover {
  background-position: -177px -93px;
}
footer #email_newsletter + input[type=submit]:focus {
  outline: 2px solid transparent;
}
footer .mouseDetected #email_newsletter:focus,
footer .mouseDetected #email_newsletter + input[type=image]:focus {
  outline: 0;
}
footer .footer-slogan hr {
  border-color: #8c8c8c;
}
footer .footer-slogan .img-slogan-footer {
  padding-top: 20px;
}
footer .footer-bottom {
  background: #f0ede8;
  color: #000;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer-bottom a {
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
}
footer .footer-bottom a:hover {
  color: #ff8300;
}
/* MOBILE OFF CANVAS MENU */
.menu__navigation {
  position: fixed;
  top: 65px;
  left: -100%;
  z-index: 2;
  width: 100%;
  opacity: 0;
  height: calc(100% - 65px);
  background-color: #F2F2F2;
  -webkit-transition: left 0.5s ease, opacity 0.5s ease;
  transition: left 0.5s ease, opacity 0.5s ease;
  overflow-x: scroll;
}
.menu__navigation._is-open,
.menu__navigation ._is-open {
  opacity: 1;
  left: 0;
  padding-bottom: 0;
}
.menu__navigation .navigation--container {
  list-style: none;
  padding: 0 15px;
  z-index: 1;
  margin: 0;
  background-color: #fff;
}
.menu__navigation .navigation--container .navigation--container {
  -webkit-transition: left 0.5s ease, opacity 0.5s ease;
  transition: left 0.5s ease, opacity 0.5s ease;
}
.menu__navigation .navigation--container .navigation--container:not(._is-open) {
  top: 67px;
  opacity: 0;
  left: -100vw;
  overflow: hidden;
}
.menu__navigation .navigation--container.__bottom-links,
.menu__navigation .navigation--container.__bottom-groups,
.menu__navigation .navigation--container.__socials {
  background: #f0ede8;
}
.menu__navigation .navigation--container.__bottom-links .list-group-item,
.menu__navigation .navigation--container.__bottom-groups .list-group-item,
.menu__navigation .navigation--container.__socials .list-group-item {
  background-color: transparent;
  font-size: 14px;
}
.menu__navigation .navigation--container.__bottom-links h3,
.menu__navigation .navigation--container.__bottom-groups h3,
.menu__navigation .navigation--container.__socials h3 {
  margin: 0;
  padding-top: 15px;
  color: #8c8c8c;
}
.menu__navigation .navigation--container.__bottom-links .list-group-item,
.menu__navigation .navigation--container.__bottom-groups .list-group-item {
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.menu__navigation .navigation--container.__bottom-groups .list-group-item {
  border: none;
  padding-bottom: 0;
}
.menu__navigation .navigation--container.__bottom-groups .list-group-item i {
  margin-right: 10px;
}
.menu__navigation .navigation--container.__socials {
  padding-bottom: 65px;
  padding-top: 15px;
}
.menu__navigation .navigation--container.__socials h3 {
  margin-bottom: 10px;
  border-top: 1px solid #e5e3e3;
}
.menu__navigation .navigation--container.__socials .navigation--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.menu__navigation .navigation--container.__socials .navigation--item:last-of-type {
  margin-right: 0;
}
.menu__navigation .navigation--container.__socials .navigation--item .list-group-item {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 37px;
  height: 37px;
  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;
  background-color: #0a4d96;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
}
.menu__navigation .navigation--container__main > .navigation--item._last-item a.list-group-item__main {
  border-bottom: none;
}
.menu__navigation .navigation--item._has-sub .list-group-item {
  display: block;
}
.menu__navigation .navigation--item._has-sub .list-group-item:focus,
.menu__navigation .navigation--item._has-sub .list-group-item:active {
  background: transparent;
}
.menu__navigation .navigation--item._has-sub .go-back {
  background: #0a4d96;
}
.menu__navigation .navigation--item._has-sub .go-back .heading {
  color: #fff;
}
.menu__navigation .navigation--item._has-sub .go-back .list-group-item {
  display: block;
  border: none;
  background: #0a4d96;
}
.menu__navigation .navigation--item._has-sub .go-back .list-group-item .sub-icon {
  float: left;
  position: relative;
  top: 12px;
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}
.menu__navigation .navigation--item._has-sub .sub-icon {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 900;
}
.menu__navigation .navigation--item._has-sub .navigation--item._has-sub .list-group-item .sub-icon {
  display: block;
}
.menu__navigation .navigation--item._has-sub .navigation--item .list-group-item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}
.menu__navigation .navigation--item._has-sub .navigation--item .list-group-item .sub-icon {
  display: none;
}
.menu__navigation .navigation--item._has-sub .navigation--item._link .list-group-item {
  color: #ff8300;
}
.menu__navigation .navigation--item._has-sub .navigation--item.go-back .list-group-item {
  font-family: 'Oswald Normal';
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.48;
}
.menu__navigation .navigation--item._has-sub .navigation--item.go-back .list-group-item .sub-icon {
  display: block;
}
.menu__navigation .navigation--item .list-group-item {
  border-top: none;
  padding: 15px 0;
  border-color: #e5e3e3;
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
  font-family: 'Oswald Normal';
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.48;
}
.menu__navigation .navigation--item .list-group-item:focus,
.menu__navigation .navigation--item .list-group-item:active {
  background: transparent;
  color: #0a4d96;
}
.menu__navigation .navigation--item .list-group-item.btn-link {
  color: #0a4d96;
}
.menu__navigation .sub-navigation,
.menu__navigation .sub-sub-navigation {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  padding: 0;
  position: fixed;
}
.menu__navigation .sub-navigation .navigation--item,
.menu__navigation .sub-sub-navigation .navigation--item {
  padding-left: 15px;
  padding-right: 15px;
}
.menu__navigation .sub-navigation._is-open,
.menu__navigation .sub-sub-navigation._is-open {
  padding-bottom: 130px;
  top: 67px;
}
.menu__navigation-bottom-actions {
  width: 100%;
  padding: 15px;
  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;
}
.menu__navigation-bottom-actions .tax-calculation {
  margin-right: 20px;
}
/* MOBILE TOP MENU */
.mobile-top-menu .grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  background: #000;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-top-menu .grid-row .mobile-menu-block {
  font-size: 10px;
  padding-right: 15px;
}
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon {
  float: left;
  margin: 0;
  width: 21px;
}
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon::after,
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon::before,
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon div {
  background-color: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon._is-open::before {
  -webkit-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon._is-open::after {
  -webkit-transform: translateY(-7px) rotate(-135deg);
  transform: translateY(-7px) rotate(-135deg);
}
.mobile-top-menu .grid-row .mobile-menu-block .menu-icon._is-open div {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-top-menu .grid-row .logo-block .logo-large {
  margin: 0;
  height: 100%;
  width: 100%;
  max-width: 250px;
}
.mobile-top-menu .grid-row .account-basket-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.mobile-top-menu .grid-row .account-block .account {
  color: white;
  font-size: 15px;
  position: relative;
}
.mobile-top-menu .grid-row .account-block .account .fa-check-circle {
  position: absolute;
  top: -10px;
  right: 0;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
  --fa-primary-color: #fff;
  --fa-secondary-color: #68a839;
}
.mobile-top-menu .grid-row .basket-block {
  margin-right: -10px;
  margin-left: 10px;
}
.mobile-top-menu .grid-row .basket-block .icon {
  margin: 0;
  float: none;
  font-size: 20px;
  position: relative;
}
.mobile-top-menu .grid-row .basket-block .icon .badge {
  padding: 0;
  position: relative;
  top: -13px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff8300;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.mobile-top-menu .grid-row .basket-block .js-basket-large {
  display: none;
}
.mobile-top-menu .navbar-header .sidebar-toggle {
  margin: 14px 0px !important;
}
.mobile-top-menu .navbar-header .title {
  text-transform: uppercase;
  color: #000;
  font-family: "Oswald Normal";
}
.mobile-top-menu .navbar-header .col-orange {
  background: #ff8300;
}
.mobile-top-menu .navbar-header .col-logo {
  padding-left: 0px;
  background: #000;
}
.mobile-top-menu .navbar-header .col-logo img {
  width: auto;
  height: 52px;
  margin: 0px auto;
}
.mobile-top-menu .navbar-header ul {
  margin-bottom: 0px;
}
.mobile-top-menu .navbar-header ul li {
  margin-bottom: 0px;
  margin-top: 13px;
}
.mobile-top-menu .navbar-header ul li.account {
  float: right;
}
.mobile-top-menu .navbar-header ul li a {
  color: #666;
}
.mobile-top-menu .navbar-header ul li .dropdown-menu {
  left: -108px;
}
.mobile-top-menu .icon {
  margin-top: 10px;
  float: left;
  color: #fff;
  margin-bottom: 5px;
}
.mobile-top-menu .icon .badge {
  position: absolute;
  right: 10px;
  top: 12px;
  left: auto;
  background: #00579b;
}
/* MOBILE SEARCH */
.mobile-search-bar.open {
  display: inline !important;
}
.mobile-search-bar form {
  margin-bottom: 15px;
}
.mobile-search-bar form .input-group .twitter-typeahead .form-control {
  border-color: #979797;
  border: 1px solid #979797;
  border-right: 0px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.mobile-search-bar form .input-group .input-group-btn .btn-default {
  border-color: #979797;
  border: 1px solid #979797;
  border-left: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* MOBILE BREADCRUMB */
.cat-link-mobile {
  margin: 10px 0;
  color: #0081ba;
}
.order-modal .description {
  word-break: break-word;
}
.basket .section-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}
.basket .order-costs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55%, 43%;
  grid-template-columns: 55%, 43%;
  padding: 30px;
}
.basket .order-costs hr {
  border-color: #ddd;
}
.basket .order-costs dt,
.basket .order-costs dd {
  color: #999;
}
.basket .order-costs dt {
  text-align: left;
  width: inherit;
}
.basket .order-costs dd {
  text-align: right;
  width: inherit;
}
.basket .order-costs .total,
.basket .order-costs .total + dd {
  color: #000;
  border-top: none;
  padding: 0;
  margin: 0;
}
.basket.preview .basket-preview {
  display: none !important;
}
.basket .mobile_order {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 1;
  left: 0;
}
.basket .mobile_order .btn {
  width: 100%;
}
.basket .recommendations h3 {
  margin-top: 0;
}
.basket .stock-indication {
  display: block;
}
.basket .stock-indication .stock-negative,
.basket .stock-indication .stock-positive {
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.basket .stock-indication .stock-negative {
  color: #aaa;
}
.basket .stock-indication .stock-positive {
  color: #61b900;
}
.basket .continue-checkout-btn {
  background-color: #68a83a;
  border-color: #68a83a;
}
.basket .continue-checkout-btn:hover {
  background-color: #68a83a;
  border-color: #68a83a;
}
.basket .coupon-code .form-control {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .basket tr {
    border-bottom: 2px solid #ddd;
  }
  .basket td.description {
    border-top: none;
  }
  .basket td.picture,
  .basket td.price {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .basket .bundle-line {
    top: -2px;
    position: relative;
    border-bottom: none;
  }
}
.basket .bundle-line table {
  margin-bottom: 0;
}
.basket .bundle-line table tr td.indent i {
  font-size: 16px;
  color: #333;
}
@media (max-width: 768px) {
  .basket .bundle-line table tr td.indent {
    width: 33px;
  }
}
.basket .bundle-line table tr td.bundle-name {
  vertical-align: middle;
}
.basket .bundle-line table tr td.bundle-name .label {
  margin-right: 5px;
  height: 100%;
}
@media (max-width: 768px) {
  .basket .bundle-line table tr td.bundle-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basket .bundle-line table tr td.bundle-name .product-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.basket .bundle-line table tr td.bundle-name button {
  display: block;
  margin-top: 10px;
}
.basket .bundle-line table tr td.premium-picture {
  width: 50px;
}
.basket .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .basket .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .basket .button-container hr {
    margin-inline: 0;
  }
  .basket .button-container .btn-default {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product .discount-tag,
.product-detail .discount-tag {
  position: absolute;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  line-height: 21px;
  background: #ff8300;
  left: -19px;
  top: calc(50% - 25px);
  font-weight: bold;
  width: 80px;
}
@media (max-width: 768px) {
  .product .discount-tag,
  .product-detail .discount-tag {
    font-size: 12px;
  }
}
.product .discount-tag:after,
.product-detail .discount-tag:after {
  content: '';
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 12px solid #ff8300;
  right: -12px;
  top: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .product .discount-tag:after,
  .product-detail .discount-tag:after {
    border-top-width: 23px;
    border-bottom-width: 23px;
  }
}
.product .discount-tag .discount-percentage,
.product-detail .discount-tag .discount-percentage,
.product .discount-tag .discount-text,
.product-detail .discount-tag .discount-text {
  display: inline-block;
  float: left;
  width: 100%;
  background: transparent;
  text-align: center;
}
@media (max-width: 768px) {
  .product .discount-tag .discount-percentage,
  .product-detail .discount-tag .discount-percentage,
  .product .discount-tag .discount-text,
  .product-detail .discount-tag .discount-text {
    line-height: 1;
  }
}
.product .discount-tag .discount-percentage,
.product-detail .discount-tag .discount-percentage {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .product .discount-tag .discount-percentage,
  .product-detail .discount-tag .discount-percentage {
    font-size: 18px;
  }
}
.product .discount-tag .discount-text .percentage-size,
.product-detail .discount-tag .discount-text .percentage-size {
  font-size: 17px;
}
.product-detail .discount-tag {
  font-size: 20px;
  line-height: 28px;
  left: 10px;
  top: calc(50% - 100px);
  z-index: 1;
  width: 100px;
}
.product-detail .discount-tag:after {
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
}
.product-detail .discount-tag .discount-percentage {
  font-size: 38px;
}
.product-detail .discount-tag .discount-text .percentage-size {
  font-size: 22px;
}
.ip-adress-modal .modal-content .modal-body {
  text-align: center;
  padding: 25px;
}
.ip-adress-modal .modal-content .modal-body .modal-title {
  color: #000;
}
.ip-adress-modal .modal-content .modal-body p {
  color: #0a4d96;
}
.ip-adress-modal .modal-content .modal-body .btn-orange {
  color: #fff;
  background-color: #ff8300;
}
.ip-adress-modal .modal-content:after {
  content: '';
  background: #0a4d96;
  height: 20px;
  width: 100px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(7deg);
  transform: translateX(-50%) rotate(7deg);
  opacity: 0.5;
}
.modal-dialog.basket-slidein {
  position: fixed;
  border-radius: 4px;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .modal-dialog.basket-slidein {
    width: 414px;
    -webkit-transform: translate(414px, 0) !important;
    transform: translate(414px, 0) !important;
  }
}
.modal-dialog.basket-slidein .modal-content {
  height: 100%;
  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;
  border: none;
}
.modal-dialog.basket-slidein .modal-content > * {
  font-family: 'Oswald Normal';
}
.modal-dialog.basket-slidein .modal-content .modal-header {
  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;
  background-color: #f0ede8;
}
.modal-dialog.basket-slidein .modal-content .modal-header > * {
  color: #000;
  text-transform: none;
}
.modal-dialog.basket-slidein .modal-content .modal-header .close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.modal-dialog.basket-slidein .modal-content .modal-body {
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
.modal-dialog.basket-slidein .modal-content .modal-body .divider {
  border: 1px solid #EAEAEA;
}
.modal-dialog.basket-slidein .modal-content .modal-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 10px 1fr 10px 10%;
  grid-template-columns: 10% 1fr 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-template-areas: "image title qty" ".. price ..";
}
.modal-dialog.basket-slidein .modal-content .modal-delete_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-dialog.basket-slidein .modal-content .modal-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
.modal-dialog.basket-slidein .modal-content .modal-title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  font-family: 'Oswald light';
}
.modal-dialog.basket-slidein .modal-content .modal-quantity {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: qty;
  color: #555555;
  text-align: end;
}
.modal-dialog.basket-slidein .modal-content .modal-price {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: price;
  font-size: 16px;
  color: #0a4d96;
  font-weight: 500;
}
.modal-dialog.basket-slidein .modal-content .modal-quantity,
.modal-dialog.basket-slidein .modal-content .modal-price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-dialog.basket-slidein .modal-content .modal-main {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.modal-dialog.basket-slidein .modal-content .modal-main > * {
  margin-bottom: 0;
  font-size: 16px;
}
.modal-dialog.basket-slidein .modal-footer {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px -2px 3px 0px #0000000D;
  box-shadow: 0px -2px 3px 0px #0000000D;
  z-index: 15;
}
.modal-dialog.basket-slidein .modal-footer .modal-total {
  width: 100%;
  margin-bottom: 10px;
}
.modal-dialog.basket-slidein .modal-footer .modal-total > * {
  color: #0a4d96;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-dialog.basket-slidein .modal-footer .modal-total__sum {
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
.modal-dialog.basket-slidein .modal-footer .modal-total__extra-info {
  font-size: 12px;
}
.modal-dialog.basket-slidein .modal-footer .btn-primary {
  font-family: 'Oswald light';
  font-size: 22px;
  background-color: #ff8300;
  border-color: #ff8300;
  width: 100%;
}
.modal-dialog.basket-slidein .modal-footer .btn-primary.__grey {
  background-color: grey;
  border-color: grey;
}
.modal.in.basket-modal-class .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-open div[id^="trustbadge-container"] {
  z-index: unset !important;
}
.order-form-wrap {
  width: 100%;
  background: none;
  padding: 0;
  display: inline-block;
}
.order-form-wrap.hover-state .order-form .cart-added {
  position: absolute;
  top: 2px;
  margin-left: -4px;
  font-size: 12px;
}
.order-form-wrap.hover-state .order-form button[type=submit] {
  background: #0a4d96 !important;
  border-color: #0a4d96 !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .order-form-wrap {
    float: none;
  }
}
.order-form-wrap .order-form {
  width: 100%;
  float: right;
}
.order-form-wrap .order-form .amount {
  display: none;
}
.order-form-wrap .order-form .stock-row-pdp {
  display: none;
}
.order-form-wrap .order-form .group-input {
  float: right;
}
.order-form-wrap .order-form .group-input input {
  height: 30px;
  display: inline;
  width: 60px;
  padding-right: 0px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media screen and (max-width: 1200px) {
  .order-form-wrap .order-form .group-input input {
    width: 5rem;
  }
}
@media screen and (max-width: 352px) {
  .order-form-wrap .order-form .group-input input {
    width: 100%;
  }
}
.order-form-wrap .order-form .group-input input ~ .input-group-btn button {
  width: 58px;
}
@media screen and (max-width: 352px) {
  .order-form-wrap .order-form .group-input input ~ .input-group-btn button {
    margin-top: 10px;
    width: 100%;
  }
}
.order-form-wrap .order-form .group-input .input-group-btn {
  display: inline;
}
.order-form-wrap .order-form .group-input .input-group-btn button {
  float: right;
  height: 30px;
  margin-left: 10px;
  background: #ff8300;
  border-color: #ff8300;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.order-form-wrap .order-form .group-input .input-group-btn button .fa-left {
  margin-right: 0px;
}
.order-form-wrap .order-form .group-input .input-group-btn button span {
  display: none;
}
.search-help .panel-title a[data-toggle=collapse]:after {
  content: "";
}
/* COLORS */
/* MIXINS */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Oswald Normal';
  text-transform: uppercase;
  color: #666;
  font-weight: 300;
}
.no-upper {
  text-transform: initial;
}
a {
  color: #144e96;
}
#form10203 .mpFormLabel {
  width: 234px;
}
#form10203 .mpFormField {
  padding-bottom: 10px;
}
#CNT10727 #field10727 input {
  margin-left: 0;
  margin-top: 0;
}
#CNT10727 #field10727 input[type=radio] + label {
  vertical-align: top;
  min-height: 0;
  padding: 0;
  background: transparent none;
}
#form10203 .submitCell {
  padding-left: 297px;
}
.modal-dialog .loader-icon > div p {
  display: none;
}
.modal-dialog .loader-icon > div:after {
  display: none;
}
.modal-dialog .loader-icon > div:before {
  content: '\f110';
  font-family: 'fontawesome';
  color: #ff8300;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 100%;
  line-height: 100%;
}
[data-href] {
  cursor: pointer;
}
#goog_conv_iframe {
  display: none;
}
.product .order-form-wrap {
  background: none;
  padding: 0;
}
.product .order-form-wrap._in-store {
  margin-bottom: 5px;
}
.product .order-form-wrap._in-store .btn-link {
  margin: 0;
  background: #ff8300;
  border-color: #ff8300;
  padding: 3px 24px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  height: 30px;
  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;
  color: white;
}
.product .order-form-wrap._in-store .btn-link:hover {
  text-decoration: none;
}
.product .stock-indication {
  display: block;
}
.product .stock-indication .stock-positive,
.product .stock-indication .stock-negative {
  font-weight: 600;
}
#top-link-block.affix {
  bottom: 3px;
  width: 40px;
}
.has-feedback .form-control {
  padding-right: 0;
}
.product-scanner .btn-default {
  background: #004996;
  color: #fff;
}
.product-scanner .scanner-overlay .loader-animation .dot:nth-child(1) {
  background-color: #ff8201;
}
.product-scanner .scanner-overlay .loader-animation .dot:nth-child(2) {
  background-color: #004996;
}
.product-scanner .scanner-overlay .loader-animation .dot:nth-child(3) {
  background-color: #000;
}
.product-scanner .scanner-overlay .product-found {
  border: 4px solid #f0ede8;
}
.product-scanner .scanner-overlay .product-found .product-container {
  margin-bottom: 20px;
}
.product-scanner .scanner-overlay .product-found .product-container .product-found-image {
  width: 100%;
}
.product-scanner .scanner-overlay .product-found .product-container header {
  margin-top: 20px;
}
.product-scanner .scanner-overlay .product-found .product-container .product-stock._positive {
  color: #5bba00;
}
.product-scanner .scanner-overlay .product-found .product-container .product-name {
  font-family: 'Oswald Normal';
  text-transform: uppercase;
  font-weight: 300;
}
.product-scanner .scanner-overlay .product-found .product-container .product-info .price .price-standard {
  margin-right: 0;
}
.product-scanner .scanner-overlay .product-found .product-container .product-info .price .price-sales {
  font-size: 16px;
  color: #0a4d96;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.product-scanner .scanner-overlay .product-found .product-container .product-info .price .price-sales .uom {
  display: none;
}
.product-scanner .scanner-overlay .product-found .product-container footer {
  background-color: transparent;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group {
  float: right;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group input {
  height: 30px;
  display: inline;
  width: 60px;
  padding-right: 0px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media screen and (max-width: 1200px) {
  .product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group input {
    width: 5rem;
  }
}
@media screen and (max-width: 352px) {
  .product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group input {
    width: 100%;
  }
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group input ~ .input-group-btn button {
  width: 58px;
}
@media screen and (max-width: 352px) {
  .product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group input ~ .input-group-btn button {
    margin-top: 10px;
    width: 100%;
  }
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group .input-group-btn {
  display: inline;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group .input-group-btn button {
  float: right;
  height: 30px;
  margin-left: 10px;
  background: #ff8300;
  border-color: #ff8300;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group .input-group-btn button .fa-shopping-cart {
  font-weight: 900;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group .input-group-btn button .fa-left {
  margin-right: 0px;
}
.product-scanner .scanner-overlay .product-found .product-container footer .order-form .input-group .input-group-btn button span {
  display: none;
}
#mp-subdiv1 {
  max-width: 600px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  width: 90%;
}
#mp-subdiv1 h1 {
  color: #0a4d96;
}
#mp-subdiv1 h1 span.subtitle {
  font-family: 'Dear Joe';
  display: block;
  text-transform: lowercase;
  color: #000;
  margin-top: 15px;
}
#mp-subdiv1 #mp-subcontent1 {
  padding: 30px;
}
#mp-subdiv1 #mp-subclose1 {
  top: 5px;
  right: 10px;
  font-size: 18px;
}
#mp-subdiv1 #mp-subcontentbody1 p {
  max-width: 300px;
  margin: 15px auto;
  font-size: 16px;
  line-height: 1.5;
}
#mp-subdiv1 #mp-subcontentbody1 p i {
  font-size: 5px;
  vertical-align: middle;
}
#mp-subdiv1 #mp-subform1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 300px;
  margin-inline: auto;
  gap: 10px;
}

