.angle,
.wrapper,
footer {
  position: relative;
}
.angle-before:before,
footer:before {
  content: '';
  background-color: inherit;
  height: 40px;
  width: 100%;
  transform: skewY(-0.5deg);
  position: absolute;
  left: 0;
  top: -20px;
}
.angle-after:after,
.wrapper:after {
  content: '';
  background-color: inherit;
  height: 50%;
  width: 100%;
  transform: skewY(0.5deg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.angle-left:before {
  content: '';
  background-color: inherit;
  height: 100%;
  width: 50%;
  transform: skewX(-5deg);
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
.angle-right:after {
  content: '';
  background-color: inherit;
  height: 100%;
  width: 50%;
  transform: skewX(5deg);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: -1;
}
.wrapper {
  padding-bottom: 15px !important;
  background: white !important;
  overflow: hidden;
}
.alpheios-scale {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  transform: scale(1.05);
}
.btn-alpheios,
footer .footer-content-newsletter-social form button[type="submit"],
.quick-cart-link,
.product-info .btn-primary {
  background: #F9EA3C !important;
  color: #222222 !important;
  font-family: "Gibson W01 Semibold", sans-serif !important;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  border: none;
}
.btn-alpheios:hover,
footer .footer-content-newsletter-social form button[type="submit"]:hover,
.quick-cart-link:hover,
.product-info .btn-primary:hover {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  background: #e2d007 !important;
}
.btn-alpheios-gray {
  color: #e5e7e9;
}
.btn-alpheios-gray:hover {
  color: #8b8b8b !important;
}
.btn-alpheios-gray-dark {
  color: #8b8b8b;
}
.btn-alpheios-gray-dark:hover {
  color: #212B63 !important;
}
.btn:focus,
button:focus,
input[type="submit"]:focus {
  outline: none !important;
}
.btn-default {
  color: #5698AF !important;
  border: 1px solid #5698AF !important;
}
.btn-primary {
  background: #F9EA3C !important;
  color: #222222 !important;
  font-family: "Gibson W01 Semibold", sans-serif !important;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  border: none;
}
.btn-primary:hover {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  background: #e2d007 !important;
}
.btn-link-dark,
.cart-page-form .cart-links--right #createQuote,
.cart-page-form .cart-links--right #cart-to-wishlist,
.product-details .product-info form .add-to-wishlist,
.product-details .product-info form .add-to-quote,
.modal-dialog .product-details form .add-to-compare {
  font-family: "Gibson W01 Regular", sans-serif !important;
  border: none !important;
  color: #212B63 !important;
  padding: 3px;
  font-size: 0.9em;
  width: auto;
  margin: 0 5px 0 0;
  display: inline;
}
.btn-link-dark:hover,
.btn-link-dark:active,
.cart-page-form .cart-links--right #createQuote:hover,
.cart-page-form .cart-links--right #createQuote:active,
.cart-page-form .cart-links--right #cart-to-wishlist:hover,
.cart-page-form .cart-links--right #cart-to-wishlist:active,
.product-details .product-info form .add-to-wishlist:hover,
.product-details .product-info form .add-to-wishlist:active,
.product-details .product-info form .add-to-quote:hover,
.product-details .product-info form .add-to-quote:active,
.modal-dialog .product-details form .add-to-compare:hover,
.modal-dialog .product-details form .add-to-compare:active {
  background: transparent !important;
  text-decoration: underline;
  box-shadow: none;
}
.btn-link-dark:after,
.cart-page-form .cart-links--right #createQuote:after,
.cart-page-form .cart-links--right #cart-to-wishlist:after,
.product-details .product-info form .add-to-wishlist:after,
.product-details .product-info form .add-to-quote:after,
.modal-dialog .product-details form .add-to-compare:after {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 8px!important;
  content: "\e080" !important;
}
body {
  font-family: "Gibson W01 Regular", sans-serif !important;
}
body ::selection {
  background: #5698AF;
  color: #eeeeee;
}
body ::-moz-selection {
  background: #5698AF;
  color: #eeeeee;
}
a {
  color: #5698AF;
  font-family: "Gibson W01 Regular", sans-serif !important;
  font-weight: 400;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gibson W01 Semibold", sans-serif;
}
.homepage .product-list-container h2 {
  letter-spacing: 0.3px;
  text-transform: none;
  color: #202b64;
}
.wrapper {
  margin-bottom: 40px;
  font-family: "Gibson W01 Regular", sans-serif;
}
.no-search-result-title * {
  font-size: 14px !important;
}
.form-group-hidden {
  display: none;
}
.share-tools li {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  max-width: none;
}
.share-tools li a * {
  color: #8b8b8b !important;
}
.share-tools li:hover {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  max-width: none;
  color: #212B63 !important;
}
.share-tools li:hover a * {
  color: #212B63 !important;
}
@font-face {
  font-family: "Gibson W01 Bold";
  src: url("fonts/gibson/1096898/f69f041e-eec5-4c57-b703-7f27e8e82dba.eot?#iefix");
  src: url("fonts/gibson/1096898/f69f041e-eec5-4c57-b703-7f27e8e82dba.eot?#iefix") format("eot"), url("fonts/gibson/1096898/f389f79b-6013-4448-aa6a-b6fd235eab80.woff2") format("woff2"), url("fonts/gibson/gibson/1096898/dcf6fa37-a637-4e4a-8836-644ec4185b83.woff") format("woff"), url("fonts/gibson/1096898/b46e5649-b0e9-4214-a340-395b6154f84d.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson W01 Bold Italic";
  src: url("fonts/gibson/1096901/4f804e75-7613-461b-b0ac-dea6f6ad2f90.eot?#iefix");
  src: url("fonts/gibson/1096901/4f804e75-7613-461b-b0ac-dea6f6ad2f90.eot?#iefix") format("eot"), url("fonts/gibson/1096901/bff9f675-9266-4309-85f7-e411862ea197.woff2") format("woff2"), url("fonts/gibson/1096901/e0535088-bf8e-49d6-8f48-e6e8f27fc35d.woff") format("woff"), url("fonts/gibson/1096901/eeb1d076-1571-41f0-bb75-08f6406fafaf.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson W01 Light";
  src: url("fonts/gibson/1096904/8c8c87b5-b4cc-4e13-968b-3a5349f9b8fe.eot?#iefix");
  src: url("fonts/gibson/1096904/8c8c87b5-b4cc-4e13-968b-3a5349f9b8fe.eot?#iefix") format("eot"), url("fonts/gibson/1096904/f9652f61-d4a3-4553-8fef-1c806d729599.woff2") format("woff2"), url("fonts/gibson/1096904/288a6353-855b-42b6-85f9-ff40f95a7801.woff") format("woff"), url("fonts/gibson/1096904/f36faf6d-a5e3-4ba1-bc3d-bdd58f094a05.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson W01 Light Italic";
  src: url("fonts/gibson/1096907/81e776bf-9c9c-4387-a067-241f60b35e37.eot?#iefix");
  src: url("fonts/gibson/1096907/81e776bf-9c9c-4387-a067-241f60b35e37.eot?#iefix") format("eot"), url("fonts/gibson/1096907/cd9dc30d-7f43-4f61-8726-ed88a81a843e.woff2") format("woff2"), url("fonts/gibson/1096907/384c3c56-d8ac-4d21-b631-470b4aeb0a7b.woff") format("woff"), url("fonts/gibson/1096907/508168de-017e-4f10-af88-8ca89183e297.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson W01 Regular";
  src: url("fonts/gibson/1096910/cf92324e-b812-499e-a59d-ea8219cf304c.eot?#iefix");
  src: url("fonts/gibson/1096910/cf92324e-b812-499e-a59d-ea8219cf304c.eot?#iefix") format("eot"), url("fonts/gibson/1096910/1a225081-916f-484d-81f1-4715b8fe18ee.woff2") format("woff2"), url("fonts/gibson/1096910/194f1486-eb82-4e2a-b488-1bada9f96825.woff") format("woff"), url("fonts/gibson/1096910/cabceed6-e15e-476c-8a80-ca17fae88901.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonW01-RegularItalic";
  src: url("fonts/gibson/1096913/cd8551ca-2894-433a-8983-649ce5f997da.eot?#iefix");
  src: url("fonts/gibson/1096913/cd8551ca-2894-433a-8983-649ce5f997da.eot?#iefix") format("eot"), url("fonts/gibson/1096913/cf2adb94-892c-420a-9c38-18e06dd18abe.woff2") format("woff2"), url("fonts/gibson/1096913/86b098f1-5271-436e-8857-a1e82089e0a0.woff") format("woff"), url("fonts/gibson/1096913/8a1fce66-77d2-4034-8df5-f848d70463e7.ttf") format("truetype");
}
@font-face {
  font-family: "Gibson W01 SemiBold";
  src: url("fonts/gibson/1096916/342f32db-44df-4bd7-8c4d-6182ad51c637.eot?#iefix");
  src: url("fonts/gibson/1096916/342f32db-44df-4bd7-8c4d-6182ad51c637.eot?#iefix") format("eot"), url("fonts/gibson/1096916/fcc67812-9197-431b-b33a-43a8ca921483.woff2") format("woff2"), url("fonts/gibson/1096916/6bbb06a1-56bb-4dc0-854d-9a48a4022aeb.woff") format("woff"), url("fonts/gibson/1096916/f5ee2c47-9a35-4de6-a1e3-f6454ebfce94.ttf") format("truetype");
}
@font-face {
  font-family: "GibsonW01-SemiboldItali";
  src: url("fonts/gibson/1096919/d57aea23-84d5-489e-a0f6-6edb0c4f8e3d.eot?#iefix");
  src: url("fonts/gibson/1096919/d57aea23-84d5-489e-a0f6-6edb0c4f8e3d.eot?#iefix") format("eot"), url("fonts/gibson/1096919/baf895a8-3acf-491c-861b-4e51b70f929e.woff2") format("woff2"), url("fonts/gibson/1096919/aa14d2ba-65f1-4d19-ab92-d52749d4588f.woff") format("woff"), url("fonts/gibson/1096919/3854f43d-b99d-42f0-892e-b33d1e656c0a.ttf") format("truetype");
}
.gibson--bold {
  font-family: "Gibson W01 Bold", sans-serif;
}
.gibson--regular {
  font-family: "Gibson W01 Regular", sans-serif;
}
.gibson--light {
  font-family: "Gibson W01 Light", sans-serif;
}
.gibson--semibold {
  font-family: "Gibson W01 Semibold", sans-serif;
}
.container-break {
  max-width: 1140px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .container-break {
    max-width: 960px !important;
  }
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.desktop {
  display: block;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
.hide {
  display: none;
}
.show {
  display: block;
}
/**** SVG ICONS *****/
.icon-svg {
  background: url('img/icons/sprite-icons.svg') no-repeat;
  background-size: 30px;
  background-position: 0px 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .icon-svg {
    background: url('img/icons/sprite-icons.png') no-repeat;
  }
}
/* Fallback to PNG Icon for browsers that do not support SVG */
.no-svg .icon-svg {
  background: url('img/icons/sprite-icons.png') no-repeat;
}
.icon-facebook {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon-twitter {
  background-position: 0 -30px;
  background-repeat: no-repeat;
}
.icon-youtube {
  background-position: 0 -60px;
  background-repeat: no-repeat;
}
.icon-vimeo {
  background-position: 0 -90px;
  background-repeat: no-repeat;
}
.icon-pinterest {
  background-position: 0 -120px;
  background-repeat: no-repeat;
}
.icon-googleplus {
  background-position: 0 -150px;
  background-repeat: no-repeat;
}
.icon-instagram {
  background-position: 0 -180px;
  background-repeat: no-repeat;
}
.icon-linkedin {
  background-position: 0 -210px;
  background-repeat: no-repeat;
}
.btn-tool .glyphicon {
  font-size: 22px;
}
.btn-tool ~ .btn-tool {
  margin-left: 10px;
}
.btn-circle .glyphicon {
  font-size: 12px;
}
/* Icons (.btn-tool) after a list within a product line item description */
.pli-description .dl-horizontal + .btn-tool {
  margin-top: 7.5px;
}
.pli-description .dl-horizontal + .btn-tool ~ .btn-tool {
  margin-top: 7.5px;
  margin-left: 10px;
}
/* small arrow beside a link/button that opens a drop box */
.switch_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #212B63 !important;
  display: inline-block;
  height: 0;
  margin-left: 3px;
  margin-top: -2px;
  vertical-align: middle;
  width: 0;
}
header {
  position: relative;
  top: 0;
  z-index: 990;
  margin-bottom: 10px !important;
}
header .top-header {
  min-height: 34px;
  background-color: #212B63 !important;
}
header .top-header:after {
  transform: skewY(-0.5deg);
  bottom: -25px;
  z-index: 0;
  height: 70%;
}
header .top-header a {
  color: #eeeeee !important;
}
header .top-header .glyphicon:before {
  color: #5698AF !important;
}
header .top-header .glyphicon-header-icon {
  display: none!important;
}
header .top-header .navbar-toggle {
  background-color: transparent !important;
}
header .top-header .icon-bar {
  background-color: #5698AF;
}
header .top-header .collapsed .icon-bar {
  background-color: #eeeeee;
}
header .top-header .switch_arrow {
  border-top: 4px solid #fffffd !important;
}
header .top-header .header-utility > * {
  float: left;
  white-space: nowrap;
  line-height: 34px;
}
header .top-header .header-utility ul li {
  letter-spacing: 0.3px;
  font-family: "Gibson W01 Light", sans-serif;
}
header .top-header .header-utility .header-links {
  list-style: none;
}
header .top-header .header-utility .header-links li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 34px;
  text-transform: none;
  font-family: "Gibson W01 Light", sans-serif;
}
header .top-header .header-utility .header-links li a {
  font-family: "Gibson W01 Light", sans-serif !important;
}
header .top-header .header-utility .header-links li:hover a {
  font-family: "Gibson W01 Light", sans-serif !important;
  color: #8b8b8b !important;
}
header .top-header .header-utility .header-links li:only-child:after {
  content: none !important;
}
header .top-header .header-utility .header-links li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 25%;
  right: -10px;
}
header .top-header .header-utility .language-switch {
  float: right;
}
header .top-header .header-utility .language-switch .language-switch-container {
  top: 34px;
  right: 0;
  width: 41px;
  color: #222222 !important;
}
header .top-header .header-utility .language-switch .language-switch-container a {
  font-family: "Gibson W01 Light", sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase !important;
  color: #222222 !important;
}
header .top-header .header-utility .language-switch .language-switch-container a:hover {
  text-decoration: underline;
}
header .top-header .header-utility .language-switch .language-switch-container .language-switch-menu-container {
  padding-left: 5px;
}
header .top-header .header-utility .language-switch .language-switch-link span {
  letter-spacing: 0.3px;
  font-family: "Gibson W01 Light", sans-serif;
  color: #fffffd !important;
}
header .top-header .header-utility .language-switch-active .language-switch-link span {
  color: #222222 !important;
}
header .top-header .user-links {
  line-height: 34px;
}
header .top-header .user-links li {
  float: right;
  margin-right: 50px;
  line-height: 34px;
}
header .top-header .user-links li a {
  text-transform: none;
  letter-spacing: 0.3px;
  font-family: "Gibson W01 Light", sans-serif;
}
header .top-header .user-links li a span {
  text-transform: none;
  letter-spacing: 0.3px;
  font-family: "Gibson W01 Light", sans-serif;
}
header .top-header .user-links li a span.glyphicon {
  font-family: 'Glyphicons Halflings';
}
header .top-header .user-links li .compare-status .compare-count-text div {
  right: -10px;
  left: 100%;
}
header .top-header .user-links li .compare-status .compare-count-text span {
  text-transform: none;
  letter-spacing: 0.3px;
  font-family: "Gibson W01 Light", sans-serif;
}
header .top-header .header-utility,
header .top-header .user-links {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
header .mid-header {
  padding: 17px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .mid-header .quick-order-links {
  text-align: left;
}
header .mid-header .quick-order-links a {
  padding-top: 20px;
  float: left;
  line-height: 13px;
  color: #212B63;
  text-transform: none;
}
header .mid-header .quick-order-links a span {
  right: 5px;
}
header .mid-header .quick-order-links a .glyphicon {
  display: none;
}
header .mid-header .header-search-container input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-appearance: none;
}
header .mid-header .header-search-container button.btn-search {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
header .mid-header .header-search-container button.btn-search:active {
  box-shadow: none;
}
header .mid-header .row {
  position: relative;
  height: 50px;
}
header .mid-header .row > div {
  top: 50%;
  transform: translateY(-50%);
}
header .mid-header .row .logo-wrapper a img {
  margin-top: -5px;
  height: 50px;
}
header .bottom-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background: white;
}
header .bottom-header .main-navigation ul .home {
  display: none;
}
header .bottom-header .main-navigation ul.main-navigation-list li.dropdown {
  background: none!important;
}
header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 {
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: 53px;
}
header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 ul.category-level2 li a {
  font-size: 14px;
  line-height: 24px;
  font-family: "Gibson W01 Light", sans-serif !important;
}
header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 ul.category-level2 li a {
  line-height: 24px;
  font-family: "Gibson W01 Light", sans-serif !important;
}
header .bottom-header .main-navigation .dropdown .dropdown-menu li {
  background: none;
}
header .bottom-header .main-navigation .dropdown .dropdown-menu li a {
  font-size: 16px;
  line-height: 24px;
  border: none;
  position: relative;
  font-family: "Gibson W01 Regular", sans-serif !important;
  color: #222222;
}
header .bottom-header .main-navigation .dropdown a {
  padding: 0;
  line-height: 54px;
  font-size: 15px;
  color: #212B63;
  background-color: transparent !important;
  text-transform: none;
}
header .bottom-header .main-navigation .dropdown a:hover {
  text-decoration: underline;
}
header .bottom-header .main-navigation .dropdown a.dropdown-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #555555;
}
header .bottom-header .main-navigation .dropdown a.dropdown-toggle .glyphicon {
  -webkit-text-stroke: 4px white;
}
@media (max-width: 992px) {
  header .mid-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .mid-header .row {
    height: 120px;
  }
  header .mid-header .row .logo-wrapper a img {
    height: 40px;
    margin-top: 5px;
  }
  header .mid-header .row > div.mobile-navigation {
    top: 5px;
    padding-left: 0;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle {
    background: white;
    float: left;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #212B63;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle .glyphicon-remove {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] {
    padding: 13px 18px;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] .glyphicon-remove {
    display: inline;
    font-size: 20px;
    color: #000064;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] .icon-bar {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] {
    padding: 17px 17px;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] .glyphicon-remove {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] .icon-bar {
    display: block;
  }
  header .mid-header .row > div.mobile-navigation .menu-title {
    line-height: 52px;
    font-size: 18px;
    text-transform: uppercase;
    color: #212B63;
  }
}
@media (max-width: 768px) {
  header .promo-header {
    margin-top: 0px;
  }
  header .header-utility .header-links {
    display: none;
  }
  header .header-utility span {
    display: none;
  }
  header .top-header {
    position: relative;
    z-index: 9999;
  }
  header .top-header .glyphicon-shopping-cart {
    display: block!important;
    line-height: 60px;
    text-align: center;
    text-indent: 10px;
    top: 0;
  }
  header .top-header .glyphicon-shopping-cart:before {
    color: #222222 !important;
    font-size: 20px;
  }
  header .top-header .mobile-cart-counter {
    right: 10px;
    text-indent: -9999px;
  }
  header .top-header .mobile-cart-counter span {
    text-indent: 1px !important;
    float: left;
    width: 100%;
  }
  header .top-header:after {
    content: none !important;
  }
  header .top-header .user-links li {
    float: left;
    margin-left: 15px;
  }
  header .top-header .user-links li:first-child {
    float: right;
    margin-right: 50px;
  }
  header .top-header .user-links li:last-child {
    position: absolute;
    height: 63px;
    width: 70px;
    background: #F9EA3C;
    right: -50px;
    top: 34px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
  header .top-header .header-utility > * {
    line-height: 34px;
  }
  header .top-header .header-utility .language-switch {
    display: inline;
    float: right;
    margin-right: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
  }
  header .top-header .header-utility .language-switch a.language-switch-link {
    text-align: center;
    padding-top: 0;
  }
  header .top-header .header-utility .language-switch a.language-switch-link span {
    display: block;
  }
  header .top-header .header-utility .language-switch a.language-switch-link span.glyphicon-header-icon {
    display: none;
  }
  header .top-header .header-utility .language-switch a.language-switch-link span.glyphicon-shopping-cart {
    display: block!important;
  }
  header .top-header .header-utility .language-switch a.language-switch-link span .switch_arrow {
    position: absolute;
    top: 17px;
    right: 30px;
  }
  header .top-header .header-utility .language-switch .language-switch-container {
    box-shadow: none;
  }
  header .top-header .header-utility .language-switch .language-switch-container .language-switch-menu-container {
    text-align: center;
    padding-left: 15px;
  }
  header .top-header .header-utility .language-switch .language-switch-container .language-switch-menu-container ul {
    width: 100%;
  }
  header .mid-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .mid-header .row {
    height: 120px;
  }
  header .mid-header .row .logo-wrapper a img {
    height: 40px;
    margin-top: 5px;
  }
  header .mid-header .row > div {
    top: 0;
    transform: none;
  }
  header .mid-header .row > div.logo-wrapper {
    float: left;
    display: inline-block;
    top: 5px;
    transform: translateX(20%);
    padding-left: 0;
  }
  header .mid-header .row > div.mobile-navigation {
    top: 5px;
    padding-left: 0;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle {
    background: white;
    float: left;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #212B63;
  }
  header .mid-header .row > div.mobile-navigation .navbar-toggle .glyphicon-remove {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] {
    padding: 13px 18px;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] .glyphicon-remove {
    display: inline;
    font-size: 20px;
    color: #000064;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="true"] .icon-bar {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] {
    padding: 17px 17px;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] .glyphicon-remove {
    display: none;
  }
  header .mid-header .row > div.mobile-navigation button[aria-expanded="false"] .icon-bar {
    display: block;
  }
  header .mid-header .row > div.mobile-navigation .menu-title {
    line-height: 52px;
    font-size: 18px;
    text-transform: uppercase;
    color: #212B63;
  }
  header .mid-header.mid-header-checkout .row {
    height: 60px;
  }
  header .mid-header .header-search-container {
    background: #eff5fa;
    height: 60px;
    float: left;
    display: block;
    margin-top: 10px;
  }
  header .mid-header .header-search-container .search {
    margin-top: 10px;
    padding: 0px 10px;
    height: 40px;
  }
  header .mid-header .header-search-container .search input.form-control {
    padding: 0;
    text-indent: 10px;
    box-shadow: none!important;
    -webkit-appearance: none;
  }
  header .mid-header .header-search-container button.btn-search {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 36px!important;
    top: 11px;
    right: 10px!important;
    width: 60px;
    box-shadow: none!important;
  }
  header .bottom-header {
    border: none;
  }
  header .bottom-header .navbar-collapse {
    border: none;
  }
  header .bottom-header .main-navigation ul.category-level1.dropdown-menu {
    border: none;
  }
  header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 {
    top: 0;
  }
  header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 li.main-navigation-level1-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: calc(85% + 1px);
  }
  header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 li.main-navigation-level1-item a {
    font-family: "Gibson W01 Light", sans-serif !important;
    color: #000064;
  }
  header .bottom-header .main-navigation ul.main-navigation-list li > ul.category-level1 li.main-navigation-level1-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .bottom-header .main-navigation .dropdown a {
    color: #212B63;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
    text-indent: 15px;
    font-family: "Gibson W01 Regular", sans-serif;
  }
  header .bottom-header .main-navigation .dropdown a.dropdown-toggle {
    text-indent: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    margin-top: -1px;
  }
  header .bottom-header .main-navigation .dropdown a.dropdown-toggle .glyphicon {
    color: #8b8b8b;
  }
  header .bottom-header .main-navigation .dropdown a.dropdown-toggle::last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .bottom-header .main-navigation .dropdown:last-child a.dropdown-toggle {
    height: 51px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-search-container {
  z-index: 100;
}
.header-search-container input.form-control {
  border-radius: 5px;
  background: white;
  color: rgba(0, 0, 0, 0.2) !important;
  padding-right: 35px;
  border: 1px solid #eff5fa;
}
.header-search-container input.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
.header-search-container input.form-control:focus {
  color: #222222 !important;
}
.header-search-container button.form-control.glyphicon-search span:before {
  color: #222222 !important;
}
@media (max-width: 768px) {
  .header-search-container .search-suggest-results {
    width: 100% !important;
  }
}
.header-search-container .search-suggest-results li:hover {
  background-color: #5698AF !important;
}
.search-container .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 36px !important;
  border-left: 1px solid #eff5fa !important;
  background: white !important;
  top: 1px;
  right: 16px !important;
}
.search-container .btn-search:hover {
  background: #d2d5d9 !important;
}
.search-container .btn-search span:before {
  color: #0a286c !important;
}
@media (max-width: 768px) {
  .search-container .btn-search {
    right: 0 !important;
  }
  .search-container .btn-search,
  .search-container input {
    border-radius: 0 !important;
  }
}
footer {
  background: #212B63;
  margin-top: 20px;
  color: #eeeeee !important;
}
footer a {
  color: #eeeeee !important;
}
footer a:hover {
  text-decoration: underline !important;
}
footer .glyphicon {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  color: #5698AF;
}
footer h4:hover .glyphicon {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  transform: rotate(-90deg);
}
footer .footer-content {
  max-width: 1140px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px !important;
  color: white;
}
@media (max-width: 992px) {
  footer .footer-content {
    max-width: 960px !important;
  }
}
footer .footer-content > div {
  margin-bottom: 10px;
}
footer .footer-content > div li {
  list-style: none;
}
footer .footer-content > div li:nth-child(1) {
  margin-bottom: 15px;
}
footer .footer-content > div li:nth-child(1) a {
  font-family: "Gibson W01 Bold", sans-serif;
  font-size: 1.3em;
}
footer .footer-content > div li:nth-child(1) .dropdown-toggle {
  display: none;
}
footer .footer-content > div li:not(:first-child) a {
  font-size: 1.1em;
  font-family: "Gibson W01 Light", sans-serif;
  font-weight: 100;
}
footer .footer-content-newsletter-social h2 {
  margin-top: 0;
  color: white;
}
footer .footer-content-newsletter-social > div:nth-child(2) h2 {
  margin-top: 15px;
}
footer .footer-content-newsletter-social form input,
footer .footer-content-newsletter-social form button {
  border-radius: 5px;
  height: 35px;
}
footer .footer-content-newsletter-social form input:focus,
footer .footer-content-newsletter-social form button:focus {
  outline: none;
}
footer .footer-content-newsletter-social form input {
  width: 60%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  padding-left: 5px;
  color: #222222;
}
footer .footer-content-newsletter-social form button[type="submit"] {
  width: calc(40% - 1px);
  margin-left: -4px !important;
  margin-top: -1px;
  font-family: "Gibson W01 Regular", sans-serif;
  text-transform: capitalize !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
}
@media (max-width: 992px) {
  footer .footer-content-newsletter-social form input,
  footer .footer-content-newsletter-social form button {
    width: 100% !important;
    border-radius: 5px !important;
  }
  footer .footer-content-newsletter-social form button {
    margin-top: 5px;
    margin-left: 0 !important;
  }
}
footer .footer-content-newsletter-social .social-links {
  float: left;
  padding: 0;
  display: block !important;
}
footer .footer-content-newsletter-social .social-links ul li {
  margin: 0;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 13px;
  width: calc(100% / 8 - 10px);
  min-width: 25px;
}
footer .footer-content-newsletter-social .social-links ul li a {
  display: block!important;
}
@media (max-width: 1200px) {
  footer .footer-content-newsletter-social .social-links ul li {
    margin-right: 5px;
    width: calc(100% / 8 - 2px);
  }
}
@media (max-width: 992px) {
  footer .footer-content-newsletter-social .social-links ul li {
    margin-right: 5px;
    width: calc(100% / 4 - 10px);
  }
}
@media (max-width: 768px) {
  footer .footer-content-newsletter-social .social-links ul li {
    width: calc(100% / 8 - 10px);
    min-width: 35px;
  }
}
footer .footer-payment-methods {
  max-height: 60px;
}
footer .footer-payment-methods img,
footer .footer-payment-methods a {
  max-height: 30px;
}
.disclaimer {
  color: #eeeeee !important;
}
.footer-top {
  background: #212B63;
}
.footer {
  padding: 30px 0 15px;
  background-color: #212B63;
  margin-top: 0;
}
.newsletter button {
  right: 10px !important;
  top: 8px !important;
  font-size: 14px !important;
  text-shadow: 0px 0px 1px #eee;
}
.brands-carousel {
  background-color: #F0F5FA;
  height: 70px;
  padding: 0;
}
.brands-carousel .carousel-inner .row {
  position: relative;
  height: 70px;
}
.brands-carousel .carousel-inner .row div {
  transform: translateY(-50%);
  top: 50%;
}
.brands-carousel .carousel-inner .row div img {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 40px;
}
.brands-carousel .carousel-inner .row div:hover img {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  opacity: 1;
}
.usp-links {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #222222;
}
@media (max-width: 768px) {
  .usp-links {
    height: auto;
  }
}
.usp-links li {
  text-align: left;
  color: #222222;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .usp-links li {
    display: table;
    top: 50%;
    transform: translateY(25%);
  }
}
.usp-links li:before {
  content: url('img/checkmark_light.svg');
  background: #4DAE49;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  padding: 0px 3px 0 3px;
}
@media (max-width: 768px) {
  .usp-links li:before {
    display: table-cell;
  }
}
.usp-links li a {
  font-size: 13px;
  color: #222222 !important;
  text-decoration: none;
  font-family: "Gibson W01 Light", sans-serif !important;
}
@media (max-width: 768px) {
  .usp-links li a {
    display: table-cell;
    margin-top: 3px;
    float: left;
  }
}
.usp-links-home {
  border-top: 0;
  background-color: transparent;
  color: #222222;
}
@media (max-width: 768px) {
  .usp-links-home {
    height: auto;
  }
}
.usp-links-home li {
  margin-left: 0;
  color: #222222;
  display: inline-block;
}
.usp-links-home li:before {
  content: url('img/checkmark_light.svg');
}
.usp-links-home li a {
  color: #222222 !important;
}
@media (max-width: 768px) {
  .usp-links-home li {
    display: table;
    margin-left: 15px;
  }
  .usp-links-home li:before {
    display: table-cell;
  }
  .usp-links-home li a {
    margin-top: 3px;
    float: left;
    display: table-cell;
  }
}
.usp-links--pdp {
  height: auto;
  text-align: left;
  float: right;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.usp-links--pdp li {
  display: block;
  transform: none;
  top: 0;
}
.usp-links--pdp li mark {
  color: #4DAE49 !important;
}
@media (max-width: 768px) {
  .usp-links--pdp li {
    display: table;
  }
}
.promo-banner {
  height: 30px;
  text-align: center;
  background: #4DAE49;
}
.promo-banner span,
.promo-banner a {
  font-family: "Gibson W01 Regular", sans-serif;
  color: #ffffff;
}
.promo-banner a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .promo-banner {
    height: auto;
    padding-bottom: 5px;
  }
}
.product-list-container .product-list .slick-list .product-list-item .product-tile .product-title {
  font-family: "Gibson W01 Bold", sans-serif;
}
.product-list-container .product-list .slick-list .product-list-item .product-tile .price-container .current-price {
  font-family: "Gibson W01 Regular", sans-serif;
}
.carousel {
  margin-top: -10px;
}
.home-top-carousel .right.carousel-control,
.home-top-carousel .left.carousel-control {
  color: #212B63;
}
.home-top-carousel .carousel-indicators .active {
  background-color: #212B63;
  border: #212B63;
}
.cookieBar {
  background-color: #eff5fa;
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
}
.cookieBar .cookieItem {
  color: #000000;
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cookieBar .cookieItem .col-md-12 {
    padding: 0;
  }
}
.cookieBar .cookieItem div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cookieBar .cookieItem span {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 13px;
  color: #222222;
}
.cookieBar .cookieItem a {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 13px;
  color: #5698AF!important;
}
.cookieBar .cookieItem a.hidecookiebar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #c7e2e9;
  border-right: 1px solid #c7e2e9;
}
@media (max-width: 768px) {
  .cookieBar .cookieItem a.hidecookiebar {
    height: 50px;
    border: 0;
    border-top: 1px solid #c7e2e9;
    padding: 0;
  }
}
.cookieBar .cookieItem a.hidecookiebar .inner {
  padding: 8px 15px;
  color: #FFFFFF;
  background-color: #61C469;
}
.cookieBar .cookieItem a.hidecookiebar:hover {
  text-decoration: none;
  color: #168989;
}
.cookieBar .cookieItem a.hidecookiebar:hover:after {
  color: #168989;
}
.cookieBar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1000;
}
.home-split-banner-item {
  margin: 30px 0;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  float: left;
}
.home-split-banner-item:nth-child(odd) {
  padding-right: 10px;
}
.home-split-banner-item:nth-child(even) {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .home-split-banner-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 15px 0;
    padding: 0 0 10px !important;
  }
}
.cart-page-form a {
  color: #212B63;
}
.cart-page-form a:hover {
  color: #5698AF;
}
.cart-page-form .availability {
  color: #4DAE49;
}
.cart-page-form-ship-window {
  display: none;
}
.cart-page-form .add-to-wishlist-btn {
  display: none;
}
.cart-page-form .list-body .list-item .quantity .form-group {
  width: 100%;
  float: left;
}
.cart-page-form .list-body .list-item .quantity .form-group label {
  width: 100%;
  text-align: left;
}
.cart-page-form .list-body .list-item .quantity .form-group input {
  min-width: 0;
  border-radius: 5px;
  float: left;
  width: 70%;
  display: inline;
}
.cart-page-form .list-body .list-item .quantity .form-group .cart-free-gift {
  text-align: left;
  width: 70%;
  float: left;
  display: inline-block;
  margin-top: 8px;
}
.cart-page-form .list-body .list-item .quantity .delete-from-cart-btn {
  position: relative;
  top: -3px;
  left: -1px;
  display: inline;
  color: #8b8b8b !important;
}
.cart-page-form .list-body .list-item .quantity .delete-from-cart-btn .glyphicon-trash {
  transform: scale(0.8);
  top: 10px;
}
.cart-page-form .list-body .list-item .quantity .delete-from-cart-btn:hover {
  color: #212B63 !important;
}
.cart-page-form .back-to-shopping-link {
  position: relative;
  padding: 0;
}
.cart-page-form .back-to-shopping-link:before {
  content: url('img/chevron_left.svg');
  position: absolute;
  left: -20px;
  top: calc(50%);
  transform: translateY(-50%);
  margin-top: 3px;
}
.cart-page-form .quick-order-rows-container a {
  position: relative;
  padding: 0;
}
.cart-page-form .quick-order-rows-container a:before {
  content: url('img/chevron_left.svg');
  position: absolute;
  right: -22px;
  top: -6px;
  transform: rotate(-180deg);
}
.cart-page-form .cart-links--left #createQuote,
.cart-page-form .cart-links--left #cart-to-wishlist {
  display: none;
}
.cart-page-form .cart-links--left .shopping-links {
  clear: none;
}
.cart-page-form .cart-links--right .shopping-links {
  display: none;
}
.cart-page-form .cart-links--right #createQuote,
.cart-page-form .cart-links--right #cart-to-wishlist {
  margin: 0;
  border: none !important;
  color: #212B63 !important;
  padding: 2px;
  display: inline;
  text-transform: none !important;
  text-align: center;
  width: 50%;
  float: left;
  font-family: "Gibson W01 Light", sans-serif;
}
.cart-page-form .cart-links--right #createQuote:after,
.cart-page-form .cart-links--right #cart-to-wishlist:after {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 8px!important;
  content: "\e080" !important;
}
.cart-page-form .cart-links--right #createQuote:hover,
.cart-page-form .cart-links--right #cart-to-wishlist:hover {
  background: none !important;
  text-decoration: underline;
}
.pli-description ul {
  display: none;
}
.pli-description a {
  color: #5698AF;
}
.datepicker-days table {
  border-spacing: 5px;
  border-collapse: separate;
}
.datepicker-days table tbody tr .active {
  background: #212B63 !important;
}
.datepicker-days table tbody tr .today {
  background: #5698AF !important;
}
.datepicker-days table tbody tr .disabled {
  background: #eeeeee !important;
  color: #8b8b8b !important;
}
.datepicker-days table tbody tr td {
  border-radius: 5px !important;
  padding: 10px !important;
  border-spacing: 3px;
}
.contact-header {
  padding: 0;
}
.contact-header-top {
  padding: 0;
}
.contact-header-top h2 {
  width: 100%;
}
.contact-header-top p,
.contact-header-top img {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  float: left;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact-header-top p,
  .contact-header-top img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.contact-header-bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #cadced;
  padding: 20px;
}
.contact-header-bottom-item {
  position: relative;
  display: inline-block;
  float: left;
  max-height: 50px;
  width: 33.3%;
}
.contact-header-bottom-item img,
.contact-header-bottom-item li {
  position: relative;
  top: 50%;
}
.contact-header-bottom-item img {
  float: right;
  height: 50px;
  left: -20px;
}
.contact-header-bottom-item li {
  width: calc(90% - 50px);
  list-style: none;
  display: inline-block;
  float: left;
  height: 50px;
}
.contact-header-bottom-item li a:nth-child(1) {
  line-height: 50px;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #F9EA3C !important;
  color: #222222 !important;
  font-family: "Gibson W01 Semibold", sans-serif !important;
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  border: none;
}
.contact-header-bottom-item li a:nth-child(1):hover {
  transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -khtml-transition: all 150ms ease;
  background: #e2d007 !important;
}
.contact-header-bottom-item li .dropdown-toggle {
  display: none !important;
}
@media (max-width: 768px) {
  .contact-header-bottom-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pagination-sites ul {
  margin-left: 10px;
}
.pagination-sites ul li {
  margin-right: 5px;
}
.product-list-container {
  /* ACCORDION */
}
.product-list-container .crossell-tabs {
  position: relative;
  min-height: 400px;
  clear: both;
  margin: 25px 0;
}
@media (max-width: 768px) {
  .product-list-container .crossell-tabs {
    min-height: 0px;
  }
}
.product-list-container .tab {
  float: left;
}
.product-list-container .tab label {
  font-size: 14px;
  font-family: "Gibson W01 Light", sans-serif;
  color: black;
  white-space: nowrap;
  line-height: 40px;
  background-color: white;
  border: 1px solid #eff5fa;
  padding: 0 20px;
  margin-left: -1px;
  position: relative;
  left: 1px;
}
.product-list-container .tab label:hover {
  cursor: pointer;
}
.product-list-container .tab label span {
  margin-left: 10px;
  color: #acacac;
}
.product-list-container .tab [type=radio] {
  display: none;
}
.product-list-container .content {
  position: absolute;
  top: 80px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 0px;
}
.product-list-container .content .slick-next,
.product-list-container .content .slick-prev {
  z-index: 0;
}
.product-list-container .content .product-list.slick-carousel {
  padding: 0 20px;
  background-color: white;
}
.product-list-container .content .product-list .slick-list {
  position: relative;
  background: white;
}
.product-list-container .content .product-list a.product-title {
  font-size: 15px;
  text-align: left;
  float: left;
  position: relative;
  width: calc(100% - 50px);
}
.product-list-container .content .product-list a.product-title::after {
  content: url('img/chevron_left.svg');
  position: absolute;
  top: 15px;
  right: -50px;
  padding: 7px 0;
  border-radius: 5px;
  transform: rotate(180deg);
  bottom: -30px;
  width: 30px;
  height: 40px;
  background: #F9EA3C;
}
.product-list-container .content .product-list .product-tile {
  min-height: 335px;
  background-color: white;
}
.product-list-container .content .product-list .product-tile .current-price {
  width: calc(100% - 50px);
  font-size: 18px;
  text-align: left;
}
.product-list-container [type=radio]:checked ~ label {
  background: #eff5fa;
  z-index: 2;
}
.product-list-container [type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.product-list-container #accordion .panel {
  margin-top: -1px;
}
.product-list-container #accordion .panel.panel-1 {
  border-radius: 4px 4px 0 0;
}
.product-list-container #accordion .panel .panel-heading {
  float: left;
  width: 100%;
  padding: 15px;
  min-height: auto;
  background: #eff5fa;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
.product-list-container #accordion .panel .panel-heading span {
  margin-left: 7px;
  color: #acacac;
}
.product-list-container #accordion .panel .panel-heading:after {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 15px!important;
  content: "\e259";
  float: right;
  color: #212B63;
}
.product-list-container #accordion .panel .panel-heading.collapsed:after {
  font-family: 'Glyphicons Halflings' !important;
  font-size: 15px!important;
  content: "\e258";
  float: right;
  color: #212B63;
}
.bundled-product-list {
  margin-bottom: 30px;
}
.bundled-product-list form.product-form {
  margin-bottom: 30px;
  float: left;
}
.bundled-product-list h3 {
  color: #00819A;
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 25px;
  color: black;
}
.bundled-product-list-actions .add-to-cart {
  float: right;
}
.bundled-product-list .retail-product-list-item {
  padding: 0 0 15px;
  margin-top: 15px;
  border-bottom: 1px solid #cccccc;
}
.bundled-product-list .product-tile-list .product-image img {
  max-width: 130px;
}
@media (max-width: 768px) {
  .bundled-product-list .product-tile-list .product-image img {
    max-width: 78px;
  }
}
.bundled-product-list .product-details .label-quantity {
  font-size: 15px;
  width: auto;
}
.bundled-product-list .product-details input.form-control {
  width: auto;
}
.bundled-product-list .product-details .form-group {
  width: auto!important;
}
.bundled-product-list .product-list a.product-title {
  text-align: left;
}
.bundled-product-list .product-list .price-container {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.bundled-product-list .product-list .price-container .current-price {
  float: left;
  width: 100%;
  margin-right: 10px;
  font-size: 20px;
}
.bundled-product-list .product-list .price-container .current-price .price-excl-vat,
.bundled-product-list .product-list .price-container .current-price .price-incl-vat {
  float: left;
  font-size: 20px;
  font-family: "Gibson W01 Regular", sans-serif;
}
.bundled-product-list .product-list .price-container .current-price .price-excl-vat .price-additional-text,
.bundled-product-list .product-list .price-container .current-price .price-incl-vat .price-additional-text {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 13px;
  padding-left: 5px;
  top: 0;
}
.bundled-product-list .product-list .price-container .current-price s .price-incl-vat:after {
  content: none;
}
.order-history-item {
  float: left;
  width: 100%;
  border: 1px solid #F0F5FA;
  margin-bottom: 30px;
}
.order-history-item .list-header {
  padding: 0 10px;
  background-color: #F0F5FA;
  border: 0;
}
@media (max-width: 768px) {
  .order-history-item .list-header {
    display: block;
  }
}
.order-history-item .list-header .list-header-item {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
  border: 0;
}
.order-history-item .list-header .list-header-item strong {
  padding-right: 10px;
}
.order-history-item .list-header a {
  color: #202b64;
  text-decoration: underline;
}
.order-history-item .list-body {
  padding: 10px 10px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .order-history-item .list-body {
    flex-wrap: wrap;
  }
}
.order-history-item .list-body .list-body-item {
  width: calc(100% / 6);
  padding-left: 0px;
  float: left;
  display: inline;
  word-break: break-word;
}
.order-history-item .list-body .list-body-item:first-child {
  min-width: 155px;
}
.order-history-item .list-body .list-body-item:nth-child(4) {
  min-width: 200px;
}
.order-history-item .list-body .list-body-item:last-child {
  max-width: 90px;
}
@media (max-width: 768px) {
  .order-history-item .list-body .list-body-item {
    display: block;
    width: 100%;
  }
}
.order-history-item .list-body .list-body-item .list-body-item-header {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
}
.order-history-item .list-body .list-body-item .list-body-item-data {
  display: block;
  float: left;
}
.order-history-item .list-body .list-body-item a {
  color: #202b64;
  margin-top: 15px;
  float: left;
  text-decoration: underline;
}
.category-panel {
  padding: 5px;
}
.filter-panel .filter-group li.filter-layer1 {
  padding-left: 15px;
}
.filter-panel .filter-group li.filter-layer2 {
  padding-left: 25px;
}
.filter-panel .filter-group li.filter-layer3 {
  padding-left: 35px;
}
.filter-panel .filter-group .filter-list .filter-item .filter-item-name {
  letter-spacing: -0.2px;
}
.filter-panel .filter-group .filter-list .filter-item .icon-selected {
  background-color: #5698AF;
}
.mobile-filter-toggle {
  cursor: pointer;
}
.mobile-filter-toggle .glyphicon {
  cursor: pointer;
}
.product-tile-actions .btn {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-top: 0 !important;
  color: #e5e7e9 !important;
}
.product-tile-actions .btn:hover {
  color: #8b8b8b !important;
}
.product-tile a.product-title {
  line-height: 16px;
}
.product-tile a.product-title span {
  font-family: "Gibson W01 Semibold", sans-serif;
  color: #212B63;
  font-size: 14px;
}
.product-tile .current-price {
  font-size: 14px;
  font-family: "Gibson W01 Regular", sans-serif;
  color: #222222;
}
.product-tile .product-image-container .express-shop-trigger {
  z-index: 100;
  background-color: #5698AF;
}
.product-sprite,
.product-label.product-label-meestverkocht,
.product-label.product-label-bestseller,
.product-label.product-label-eigenmerk,
.product-label.product-label-bestekeuze,
.product-label.product-label-professionelekeuze,
.product-label.product-label-aanbevolen,
.product-label.product-label-innovatie,
.product-label.product-label-aanbieding,
.product-label.product-label-actie,
.product-label.product-label-op,
.product-label.product-label-nieuw,
.product-label.product-label-inprijsverlaagd,
.product-label.product-label-cradletocradle,
.product-label.product-label-vive,
.product-label.product-label-cleandealkeuze {
  background: url('img/icons/product_sprite.png') no-repeat;
}
.product-sprite_FR,
.locale-fr .product-label.product-label-meestverkocht,
.locale-fr .product-label.product-label-bestseller,
.locale-fr .product-label.product-label-eigenmerk,
.locale-fr .product-label.product-label-bestekeuze,
.locale-fr .product-label.product-label-professionelekeuze,
.locale-fr .product-label.product-label-aanbevolen,
.locale-fr .product-label.product-label-innovatie,
.locale-fr .product-label.product-label-aanbieding,
.locale-fr .product-label.product-label-actie,
.locale-fr .product-label.product-label-op,
.locale-fr .product-label.product-label-nieuw,
.locale-fr .product-label.product-label-inprijsverlaagd,
.locale-fr .product-label.product-label-cradletocradle,
.locale-fr .product-label.product-label-vive,
.locale-fr .product-label.product-label-cleandealkeuze {
  background: url('img/icons/product_sprite_FR.png') no-repeat;
}
.product-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 23px;
  width: 230px;
  background-position-x: 0;
}
.product-label.product-label-meestverkocht {
  background-position-y: 1px;
}
.product-label.product-label-bestseller {
  background-position-y: -22px;
}
.product-label.product-label-eigenmerk {
  background-position-y: -45px;
}
.product-label.product-label-bestekeuze {
  background-position-y: -68px;
}
.product-label.product-label-professionelekeuze {
  background-position-y: -90px;
}
.product-label.product-label-aanbevolen {
  background-position-y: -113px;
}
.product-label.product-label-innovatie {
  background-position-y: -136px;
}
.product-label.product-label-aanbieding {
  background-position-y: -158px;
}
.product-label.product-label-actie {
  background-position-y: -180px;
}
.product-label.product-label-op {
  background-position-y: -203px;
}
.product-label.product-label-nieuw {
  background-position-y: -226px;
}
.product-label.product-label-inprijsverlaagd {
  background-position-y: -249px;
}
.product-label.product-label-cradletocradle {
  background-position-y: -271px;
}
.product-label.product-label-vive {
  background-position-y: -294px;
}
.product-label.product-label-cleandealkeuze {
  background-position-y: -486px;
}
.locale-fr .product-label {
  position: absolute;
  top: 90px;
  left: -6px;
  height: 23px;
  width: 230px;
  background-position-x: 0;
}
.locale-fr .product-label.product-label-meestverkocht {
  background-position-y: 1px;
}
.locale-fr .product-label.product-label-bestseller {
  background-position-y: -22px;
}
.locale-fr .product-label.product-label-eigenmerk {
  background-position-y: -45px;
}
.locale-fr .product-label.product-label-bestekeuze {
  background-position-y: -67px;
}
.locale-fr .product-label.product-label-professionelekeuze {
  background-position-y: -90px;
}
.locale-fr .product-label.product-label-aanbevolen {
  background-position-y: -113px;
}
.locale-fr .product-label.product-label-innovatie {
  background-position-y: -136px;
}
.locale-fr .product-label.product-label-aanbieding {
  background-position-y: -158px;
}
.locale-fr .product-label.product-label-actie {
  background-position-y: -181px;
}
.locale-fr .product-label.product-label-op {
  background-position-y: -203px;
}
.locale-fr .product-label.product-label-nieuw {
  background-position-y: -226px;
}
.locale-fr .product-label.product-label-inprijsverlaagd {
  background-position-y: -249px;
}
.locale-fr .product-label.product-label-cradletocradle {
  background-position-y: -271px;
}
.locale-fr .product-label.product-label-vive {
  background-position-y: -294px;
}
.locale-fr .product-label.product-label-cleandealkeuze {
  background-position-y: -486px;
}
.quick-cart-link {
  padding: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  position: relative;
  min-width: 170px;
  height: 54px;
}
.quick-cart-link--empty {
  background: #cccccc !important;
}
.quick-cart-link:before {
  content: '';
  background-color: inherit;
  height: 100%;
  width: 50%;
  transform: skewX(-5deg);
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
.quick-cart-link > a {
  padding: 10px 10px 10px 50px;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-left: -15px;
  color: #222222 !important;
}
.quick-cart-link > a span {
  position: relative;
  text-align: left;
  display: block;
}
.quick-cart-link > a .itemcount {
  font-family: "Gibson W01 Semibold", sans-serif;
}
.quick-cart-link > a .glyphicon {
  position: absolute;
  left: 5px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.quick-cart-link .mini-cart-price {
  color: #222222 !important;
}
.quick-cart-link:hover .mini-cart {
  color: #222222;
}
.quick-cart-link .mini-cart {
  top: 54px;
}
.quick-cart-link .mini-cart .product-rows-block .product-row .mini-product-info a {
  color: #222222;
}
.quick-cart-link .mini-cart .product-rows-block .product-row .mini-product-info .cart-pli-data {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 13px;
}
.quick-cart-link .mini-cart .product-rows-block .product-row .mini-product-info .cart-pli-data span {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 13px;
}
.quick-cart-link .mini-cart .btn-scroll-up .glyphicon,
.quick-cart-link .mini-cart .btn-scroll-down .glyphicon {
  color: #5698AF;
}
.product-info .btn-primary {
  border: none !important;
}
.product-info button.add-to-wishlist,
.product-info button.add-to-quote {
  text-transform: none;
  font-family: "Gibson W01 Light", sans-serif;
  clear: none;
  margin-right: 15px;
}
.product-details-top-line a.prev-product {
  margin-left: 15px;
}
.product-details-top-line a.prev-product:before {
  font-size: 13px;
  color: inherit;
  content: "<";
  float: left;
  margin-right: 5px;
}
.product-details-top-line a.prev-product:hover:after {
  color: #212B63;
}
.product-details-top-line a.next-product {
  margin-right: 15px;
}
.product-details-top-line a.next-product:after {
  font-size: 13px;
  color: inherit;
  content: ">";
  float: right;
  margin-left: 5px;
}
.product-details-top-line a.next-product:hover:after {
  color: #212B63;
}
.product-details-top-line .share-tools li {
  max-width: 50px !important;
}
.product-details-top-line .share-tools li a {
  color: #8b8b8b !important;
}
.product-details-top-line .share-tools li a:hover {
  color: #212B63 !important;
}
.product-details-top-line .share-tools li button .share-label,
.product-details-top-line .share-tools li button .glyphicon {
  color: #8b8b8b !important;
}
.product-details-top-line .share-tools li button .share-label:hover,
.product-details-top-line .share-tools li button .glyphicon:hover {
  color: #212B63 !important;
}
.product-details-top-line .share-tools li button:hover * {
  color: #212B63 !important;
}
.product-details-top-line .share-tools li:hover {
  max-width: none !important;
}
#product-detail-page .product-list a.product-title {
  font-size: 15px;
  text-align: left;
  float: left;
}
#product-detail-page .product-list .product-tile {
  min-height: 335px;
  background-color: white;
}
#product-detail-page .product-list .product-tile .current-price {
  font-size: 18px;
  text-align: left;
}
#product-detail-page .panel-group .panel-body {
  padding-top: 70px;
}
#product-detail-page .panel-group .panel-body .slick-slider {
  padding: 0 15px;
}
#product-detail-page .panel .product-list-item {
  padding-left: 5px;
  padding-right: 5px;
}
#product-detail-page .panel .product-tile {
  min-height: auto;
}
.product-details #accordion {
  padding: 15px;
}
.product-details #accordion .panel-heading {
  color: #222222;
  display: block;
  width: 100%;
}
.product-details #accordion .panel-heading::first-letter {
  text-transform: capitalize;
}
.product-details #accordion .panel-heading.large {
  margin-top: 30px;
  font-size: 25px;
}
.product-details #accordion .panel-heading.medium {
  font-size: 18px;
}
.product-details #accordion .panel-heading.small {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.product-details #accordion .panel-heading.small::first-letter {
  text-transform: capitalize;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item {
  padding: 5px 0;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item a {
  color: #212B63;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item a .glyphicon {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 15px;
  color: #555555;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item a:hover {
  color: #212B63;
  text-decoration: underline;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item a:hover .glyphicon {
  text-decoration: none;
  color: #555555;
}
.product-details #accordion .panel-body .download-link .product-attachments .product-attachments-list-item p {
  margin-bottom: 0;
  text-indent: 25px;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item {
  padding: 5px 0;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item a {
  color: #212B63;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item a .glyphicon {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 15px;
  color: #555555;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item a:hover {
  color: #212B63;
  text-decoration: underline;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item a:hover .glyphicon {
  text-decoration: none;
  color: #555555;
}
.product-details #accordion .dangerous-goods .panel-body .download-link .product-attachments-list-item p {
  margin-bottom: 0;
  text-indent: 25px;
}
.product-details #accordion #descriptions-tab,
.product-details #accordion #attachments-tab,
.product-details #accordion #product-specs-tab {
  padding-bottom: 30px;
}
.product-details #accordion #descriptions-tab .panel-heading,
.product-details #accordion #attachments-tab .panel-heading,
.product-details #accordion #product-specs-tab .panel-heading,
.product-details #accordion #descriptions-tab .panel-body,
.product-details #accordion #attachments-tab .panel-body,
.product-details #accordion #product-specs-tab .panel-body {
  padding: 0;
}
@media (max-width: 768px) {
  .product-details #accordion #descriptions-tab,
  .product-details #accordion #attachments-tab,
  .product-details #accordion #product-specs-tab {
    float: left;
  }
}
.product-details #accordion #product-specs-tab {
  width: 100%;
}
.product-details #accordion dl {
  display: flex;
  flex-wrap: wrap;
}
.product-details #accordion dl .product-attributes-container {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.product-details #accordion dl .product-attributes-container .panel-heading {
  padding: 15px 0;
}
.product-details #accordion dl .product-attributes-container dd {
  display: none;
}
.product-details #accordion dl .product-attributes-container .dt-row {
  float: left;
  width: 100%;
}
.product-details #accordion dl .product-attributes-container .dt-row:nth-child(even) {
  background: #eff5fa;
}
.product-details #accordion dl .product-attributes-container .dt-row:last-child {
  margin-bottom: 35px;
}
.product-details #accordion dl .product-attributes-container .dt-row dt,
.product-details #accordion dl .product-attributes-container .dt-row dd {
  color: #222222;
  font-size: 13px;
  width: 50%;
  line-height: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: normal;
  float: left;
  margin-bottom: 0;
}
.product-details #accordion dl .product-attributes-container .dt-row .ish-ca-value {
  display: inline-block;
  margin-bottom: 0px;
}
.product-details .product-detail-contact textarea {
  min-height: 200px;
}
.product-details .product-info form div[role="alert"] {
  display: none;
}
.product-details .product-info form .product-quantity,
.product-details .product-info form .add-to-cart {
  float: left;
}
.product-details .product-info form .product-quantity {
  width: 30%;
  height: 44px;
}
.product-details .product-info form .product-quantity label {
  display: none !important;
}
.product-details .product-info form .product-quantity .form-group {
  height: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  width: 100%;
}
.product-details .product-info form .product-quantity .form-group input {
  height: 100%;
}
.product-details .product-info form .add-to-cart {
  width: 70%;
  margin-left: 25px;
  float: right;
  min-height: 60px;
}
.product-details .product-info form .add-to-quote {
  margin-top: 0;
}
.product-details .price-container .current-price {
  font-family: "Gibson W01 Regular", sans-serif;
}
.product-details .product-availability .outofstock {
  color: #e74c3c !important;
}
.product-details .product-availability .instock {
  color: #4DAE49 !important;
}
@media (max-width: 768px) {
  .product-details h1 {
    font-size: 26px;
  }
  .product-details #accordion .dt-row {
    float: left;
    display: block;
    width: 100%;
  }
  .product-details #accordion .dt-row dl,
  .product-details #accordion .dt-row dd {
    display: table-cell;
  }
}
@media (max-width: 768px) {
}
.recently-viewed .recently-viewed-list .product-list .slick-track .product-list-item .product-tile .product-title {
  text-align: left;
}
.recently-viewed .recently-viewed-list .product-list .slick-track .product-list-item .product-tile .product-title a {
  font-family: "Gibson W01 Regular", sans-serif;
}
.recently-viewed .recently-viewed-list .product-list .slick-track .product-list-item .product-tile .price-container .current-price {
  display: none;
}
.product_contact_form_sent,
.product_contact_form_error {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid;
}
.product_contact_form_sent {
  color: #4DAE49;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.product_contact_form_error {
  color: #e74c3c;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.account-wrapper .account-nav-box .account-navigation li a {
  color: #5698AF;
}
.account-wrapper .account-nav-box .account-navigation .account-nav-header {
  background: #212B63 !important;
  border: 1px solid #eeeeee !important;
}
.account-wrapper .account-nav-box .account-navigation .account-nav-header p {
  color: #eeeeee !important;
}
.account-wrapper .tax-addressbox {
  margin-bottom: 15px;
}
.circle-icon {
  background: #212B63 !important;
  color: #eeeeee !important;
}
.account-dashboard.bubble-section .col-sm-6 {
  width: 49.9%;
}
.account-create-full-page input {
  margin-right: 5px;
}
.order-summary .btn-primary {
  text-transform: none;
}
.order-summary .cost-summary .dl-horizontal dt + dd {
  margin-bottom: 0;
}
.order-summary .cost-summary .dl-horizontal dt,
.order-summary .cost-summary .dl-horizontal dd {
  font-family: "Gibson W01 Regular", sans-serif;
  font-size: 14px;
  margin-bottom: 3.75px;
}
.order-summary .cost-summary .dl-horizontal dt span,
.order-summary .cost-summary .dl-horizontal dd span {
  font-family: "Gibson W01 Semibold", sans-serif;
}
.order-summary .cost-summary .dl-horizontal dt.total-price,
.order-summary .cost-summary .dl-horizontal dd.total-price {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}
.order-summary .cost-summary .dl-horizontal dd {
  width: 155px;
  margin-left: 160px;
}
.shipping-instruction .checkbox {
  min-height: 0;
}
.shipping-instruction-label {
  padding-left: 0 !important;
}
.shipping-instruction-info {
  margin-bottom: 0 !important;
}
.checkout-shipping-page section,
.checkout-shipping-page .section {
  margin-bottom: 0 !important;
}
.checkout-shipping-page .checkout-expected-delivery .input-help {
  padding-left: 5px;
}
.checkout-shipping-page .checkout-expected-delivery .form-group {
  margin-left: 0 !important;
}
.checkout-shipping-page .checkout-expected-delivery .form-group input#ExpectedDelivery {
  -webkit-appearance: textarea;
}
.checkout-address-page .register-section {
  margin-top: 60px;
}
.checkout-address-page .cost-summary .checkout-continue-btn {
  display: none;
}
#payment-accordion .panel .radio strong {
  float: left;
  line-height: 35px;
  height: 30px;
  width: auto;
  text-indent: 55px;
}
#payment-accordion .panel .radio input {
  margin-top: 10px;
  left: 15px;
}
#payment-accordion .panel .radio input[data-testing-id="payment-Visa-element"] + strong {
  background: url('img/icons/icon-visa.svg') 0 7px no-repeat;
  background-size: 45px;
}
#payment-accordion .panel .radio input[data-testing-id="payment-MasterCard-element"] + strong {
  background: url('img/icons/icon-mastercard.svg') 0 0 no-repeat;
}
#payment-accordion .panel .radio input[data-testing-id="payment-Mister Cash-element"] + strong,
#payment-accordion .panel .radio input[data-testing-id="payment-Bancontact-element"] + strong {
  background: url('img/icons/icon-bancontact.svg') 0 0 no-repeat;
}
#payment-accordion .panel .radio input[data-testing-id="payment-Invoice-element"] + strong,
#payment-accordion .panel .radio input[data-testing-id="payment-Betalen op rekening-element"] + strong {
  background: url('img/icons/icon-invoice.svg') 0 0 no-repeat;
}
#payment-accordion .panel .radio input[data-testing-id="payment-iDEAL-element"] + strong,
#payment-accordion .panel .radio input[data-testing-id="payment-iDeal-element"] + strong {
  background: url('img/icons/icon-ideal.svg') 0 0 no-repeat;
}
.progress-bar-panel {
  background: #eeeeee;
  overflow: auto;
}
.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.progress-steps li {
  color: #555555;
  border-bottom: 4px solid #cccccc;
  line-height: 50px;
  float: left;
  width: 20%;
  padding-left: 15px;
}
.progress-steps li .progress-number {
  background: #555555;
}
@media (max-width: 768px) {
  .progress-steps li {
    padding-left: 0;
  }
  .progress-steps li .progress-label {
    min-height: 30px;
    letter-spacing: -0.2px;
    line-height: 12px;
  }
}
.progress-steps .progress-active {
  border-bottom: 4px solid #212B63;
}
.progress-steps .progress-active .progress-number {
  background: #5698AF;
  color: #fffffd;
}
.progress-steps .progress-active .progress-label {
  color: #5698AF;
}
.progress-steps .progress-complete {
  border-bottom: 4px solid #212B63;
}
.progress-steps .progress-complete .progress-number {
  background: #212B63;
  color: #fffffd !important;
}
.progress-steps .progress-complete a {
  color: #212B63;
}
.progress-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 22.5px;
  text-align: center;
  line-height: 30px;
  font-weight: "Gibson W01 Bold", sans-serif;
  background: #cccccc;
  color: #ffffff;
}
.progress-complete .progress-number {
  background: #fffffd;
  color: #212B63 !important;
  border: 2px solid #212B63 !important;
  line-height: 26px;
}
.no-search-result .contact-us {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .category-page .category-header,
  .family-page .category-header {
    display: flex;
    flex-flow: column;
  }
  .category-page .category-header .category-title,
  .family-page .category-header .category-title,
  .category-page .category-header .category-info,
  .family-page .category-header .category-info {
    padding-left: 15px !important;
  }
  .category-page .category-header .category-title,
  .family-page .category-header .category-title {
    order: 1;
  }
  .category-page .category-header .category-image,
  .family-page .category-header .category-image {
    order: 2;
  }
  .category-page .category-header .category-info,
  .family-page .category-header .category-info {
    order: 3;
  }
}
.category-page .category-header .category-title,
.family-page .category-header .category-title {
  margin-top: 0;
}
.category-page .category-header .category-title,
.family-page .category-header .category-title,
.category-page .category-header .category-info,
.family-page .category-header .category-info {
  padding-left: 0;
}
.category-page .category-image,
.family-page .category-image {
  margin-bottom: 10px;
}
.category-page .category-image img,
.family-page .category-image img {
  width: 100% !important;
}
.category-page .notext,
.family-page .notext {
  display: flex;
  flex-flow: column;
}
.category-page .notext .category-title,
.family-page .notext .category-title {
  order: 1;
}
.category-page .notext .category-image,
.family-page .notext .category-image {
  order: 2;
}
.modal-dialog .product-details form {
  text-align: center;
}
.modal-dialog .product-details form .add-to-compare {
  width: auto;
  display: inline;
  clear: both;
  padding-left: 0;
}
.modal-dialog .product-details form .product-quantity,
.modal-dialog .product-details form .add-to-cart {
  margin-bottom: 10px;
}
.modal-dialog .product-details form .btn {
  margin-top: 0;
}
.modal-dialog .product-details form .add-to-quote,
.modal-dialog .product-details form .add-to-wishlist {
  width: auto;
  float: none;
}
.modal-dialog .product-details .add-to-cart {
  width: 100% !important;
}
.modal-dialog .product-details .add-to-compare {
  float: left;
}
.modal-dialog .product-details .add-to-wishlist {
  clear: both;
}
.modal-dialog .product-details .add-to-compare,
.modal-dialog .product-details .add-to-wishlist,
.modal-dialog .product-details .add-to-quote {
  padding: 3px !important;
}
.retour-header ol,
.retour-header ul,
.retour-header img {
  width: 50%;
  float: left;
}
.retour-header img {
  padding: 10px;
}
.retour-form .has-feedback .form-control {
  padding-right: 15px;
}
.retour-form .salutation {
  width: auto;
  float: left;
  min-width: 25%;
}
.retour-form .salutation .title-radio,
.retour-form .salutation .title-label {
  width: 25%;
  float: left;
  height: 25px;
}
.retour-form .salutation .title-radio {
  width: 25px;
  margin-right: 15px;
  margin-left: 0;
}
.retour-form .title-radios .title-label {
  float: left;
  margin-top: 7px;
}
.retour-form .title-radios input.title-radio {
  width: auto;
  display: inline-block;
  margin-right: 30px;
  height: 12px;
  float: left;
  margin-top: 12px;
  margin-left: 7px;
  box-shadow: none;
}
.retour-form .title-label {
  margin-top: 7px;
}
.retour-form .info-icon {
  position: absolute;
  right: -10px;
  top: 10px;
}
.retour-form .submit_btn {
  clear: both;
}
.service-message {
  float: right;
  width: 50%;
  margin-top: -40px;
}
body.errorpage .errorpage-content .error-text {
  background: none;
}
body.errorpage .errorpage-content input.form-control {
  display: inline-block;
  float: left;
  width: calc(100% - 50px);
  height: 34px;
  background: none;
  border: 1px solid #eff5fa;
}
body.errorpage .errorpage-content .btn-primary {
  position: relative;
  left: 0;
  float: left;
  display: inline-block;
  line-height: 34px;
  height: 30px;
  max-height: 34px;
  padding: 0 12px;
  margin-top: -1px;
  margin-left: -1px;
  width: 49px;
  border: 1px solid #eff5fa !important;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
  margin-bottom: 2rem;
}
.static-page h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page h2 {
  font-size: 2.0rem;
  line-height: 1.25;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Gibson W01 SemiBold", sans-serif;
  color: #202b64;
  text-transform: none;
}
.static-page p {
  margin-top: 0;
  font-family: "Gibson W01 Light", sans-serif;
}
.table-compare .table > tbody > tr > td .product-image a img {
  width: 100%;
}
