<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 100%;
  font-weight: 300 !important;
  color: #1a1a1a;
  background: #f8f7f8 !important;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important;
}

h2 {
  font-size: 2rem;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #e63027 !important;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.header {
  background-color: #fff;
  display: flex;
  top: 0px;
  margin-top: 0px !important;
  z-index: 1000;
  position: fixed;
  width: 100%;
}

.header-spacer {
  height: 162px;
}

.header-spacer-admin {
  height: 197px;
}

.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
  flex: 1;
  width: 100%;
  margin-bottom: 5px;
}

.admin-header-links * {
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
  color: white !important;
}

.admin-header-links a {
  color: white !important;
  text-decoration: none;
}

.admin-header-links .impersonate a:hover,
.admin-header-links .impersonate a:focus {
  color: #e63027 !important;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header-upper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 85px;
  justify-content: initial;
}

.header-logo {
  display: block;
  width: 200px;
  height: auto;
  padding: 16px 0;
}

.header-logo a {
  display: block;
}

.header &gt; .container-fluid {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
}

.center-1 {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}

.page {
  padding: 15px;
}

.header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  pointer-events: none;
}

.header-menu {
  width: 150px;
  color: #fff;
  float: left;
  border-right: solid 1px #052838;
  cursor: pointer;
}

.header-menu a.cd-dropdown-trigger {
  color: #fff !important;
}

.header-lower {
  border-top: solid 1px rgb(153, 153, 153);
  height: 64px;
  display: block;
  width: 100%;
  position: relative;
}

.search-box {
  padding: 20px 0 0 0 !important;
  flex: 1;
}

.search-box form {
  width: 100%;
}

.search-box input[type=text] {
  width: calc(100% - 250px);
}

#small-searchterms {
  font-size: 0.8rem !important;
}

.search-camera {
  cursor: pointer;
}

.search-box-container {
  display: block;
  position: relative;
  margin: 5px 50px;
}

#searchclose svg {
  height: 18px;
  width: 18px;
}

#search-fileUpload-container, #search-fileUpload-mob-container {
  display: none;
}

.userinfoContainer {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 0.7em;
}

.search-box-text::-webkit-search-decoration,
.search-box-text::-webkit-search-cancel-button,
.search-box-text::-webkit-search-results-button,
.search-box-text::-webkit-search-results-decoration {
  display: none;
}

.search-result-description {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.search-magnify-glass svg {
  height: 18px;
  width: 18px;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

#photoSearch, #photoSearchMobile {
  cursor: pointer;
}

#fileUpload-desktop-container, #fileUpload-mob-desktop-container {
  background-color: #fff;
  min-height: 60px;
  display: table;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#fileUpload-desktop, #fileUpload-mob-desktop {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.navbar {
  padding: 0px !important;
}

.fileUpload-desktop-dragover, .fileUpload-mob-desktop-dragover {
  border: dotted 1px #ff2923;
}

.header-links-wrapper {
  clear: both;
  padding-top: 10px;
  margin-bottom: 3px;
  position: relative;
}

.header-links li {
  float: left;
  list-style: none;
  font-weight: 400;
  color: #1a1a1a;
  height: 60px;
  margin-left: 10px;
}

.header-links li a {
  font-weight: 400;
  color: #1a1a1a;
  font-size: 14px;
}

.header-links li svg {
  width: 21px;
  height: 21px;
  color: #000;
}

.currency-selector {
  margin-right: 5px;
  float: left;
}

.language-list {
  list-style: none;
  margin: 17px 21px;
  padding: 2px;
}

.language-list li {
  margin: 0px 5px 0px 0px;
  float: left;
  list-style-image: none;
}

.header-customer-wrapper {
  position: relative;
  background-color: #fff;
  margin-right: 10px;
  height: 50px;
  display: flex;
}

.header-customer-wrapper * a {
  white-space: nowrap;
}

.header-customer-wrapper div {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header-links * svg {
  margin-right: 5px;
  margin-top: -2px;
}

.header-links * a, .header-links &gt; a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.cart-qty {
  margin-left: 10px;
  margin-top: -27px;
  position: absolute;
  background: #e63027;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 4px;
  border-radius: 7.5px;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}

.ico-cart {
  position: relative;
}

.header-navigation {
  display: block;
  width: 100%;
}

.foerchnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

.foerchnav nav {
  display: block;
}

.foerchnav div.navigation {
  font-size: 16px;
  font-weight: 300;
  line-height: 65px;
  padding: 0 25px;
  margin-left: -25px;
  padding-left: 25px;
  margin: 0;
  position: relative;
  background: #fff;
  display: flex;
  outline: 0;
  cursor: pointer;
  white-space: nowrap;
}

.foerchnav nav.active &gt; div.navigation:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e63027;
  visibility: visible;
  content: "";
  z-index: 5;
}

.foerchnav nav.active &gt; div.dropdown-wrapper {
  display: block;
}

.dropdown-wrapper {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 64px);
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 230px;
  z-index: 0;
}

.dropdown-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  pointer-events: none;
}

.dropdown-wrapper-inner {
  max-height: calc(100vh - 166px);
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 0 24px;
}

.wrapper-column {
  display: block;
  width: 25%;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
}

.wrapper-column nav {
  display: block;
}

.wrapper-column .navigationUi-link {
  padding: 8px 16px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.wrapper-column .navigationUi-link svg {
  width: 25px;
  height: 25px;
  color: black !important;
  margin-top: -1px;
}

.navigationUi-productName {
  display: block;
  font-weight: 300;
  margin-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  color: #1a1a1a !important;
}

.wrapper-column .navigationUi-link:hover span, .wrapper-column .navigationUi-link:hover {
  color: #e63027 !important;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.topLinkButton {
  min-height: 46px;
}

.topLinkButton a:link, .topLinkButton a:hover {
  color: #000 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  margin: 15px 0px 14px 0;
}

.topLinkButton svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.topLinkButton a:link, .topLinkButton a:hover {
  color: #000 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.topLinkButton svg {
  width: 20px;
  height: 20px;
}

.headerTopLink {
  font-size: 14px;
  line-height: 1.43;
}

.footer {
  background: #1A2740;
  box-shadow: 0 120vh 0 119vh #1A2740;
  color: #fff;
  font-size: 13px;
  line-height: 1.54;
  z-index: 1;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer &gt; .container-fluid {
  background: #1A2740;
  box-shadow: 0 120vh 0 119vh #1A2740;
  color: #fff;
  font-size: 13px;
  line-height: 1.54;
  max-width: 1440px;
}

.footer * .title {
  font-weight: 400 !important;
  font-size: 14px;
  margin-bottom: 21px;
  margin-top: 32px;
}

.footer a:link, .footer a:visited {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover {
  color: #e63027 !important;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-powered-by, .footer-powered-by a {
  text-align: right;
  font-size: 0.9em !important;
}

.mainFooter-seperator {
  margin: 32px -16px 0;
  border-color: #999;
}

.footer-block {
  padding: 15px 0 0 0;
}

.footer-block .list {
  list-style: none;
  padding-left: 1em;
}

.footer-block .list li {
  margin-left: -20px;
  font-weight: 400 !important;
  display: table-row;
}

.footer-block .list li:before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23e63027' d='M8 15.06l1.06 1.061 6.061-6.058L9.061 4 8 5.06l5 5.002z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 4px;
  margin-right: 0.5em;
  margin-top: 0.3em;
  display: table-cell;
}

.footer-lower {
  padding: 16px 0;
}

.follow-us .social ul {
  margin: 0 0 30px;
  padding: 0 0 30px;
  font-size: 0;
}

.follow-us .social li {
  display: inline-block;
  margin: 0 5px;
}

.follow-us .social a {
  display: block;
  width: 38px;
  height: 38px;
  background: url("/Themes/Foerch2021/Content/images/social-sprite.png") no-repeat;
  font-size: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

.follow-us .social a:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}

.follow-us .social .facebook a {
  background-position: 0 0;
}

.follow-us .social .twitter a {
  background-position: -38px 0;
}

.follow-us .social .rss a {
  background-position: -76px 0;
}

.follow-us .social .youtube a {
  background-position: -114px 0;
}

.follow-us .social .google-plus a {
  background-position: -152px 0;
}

.follow-us .social .instagram a {
  background-position: -191px 0;
}

.follow-us .social .linkedin a {
  background-position: -230px 0;
}

.master-wrapper-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.master-wrapper-content {
  padding-bottom: 10px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.master-wrapper-content .container-fluid {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
}

.flyout-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 300px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: none;
}

.flyout-cart.active {
  display: block;
}

.mini-shopping-cart {
  padding: 12px;
  text-align: left;
  font-size: 12px;
}

.mini-shopping-cart .count {
  padding: 5px 0 15px;
  color: #444;
}

.mini-shopping-cart .count a {
  margin: 0 2px;
  font-weight: bold;
  color: #444;
}

.mini-shopping-cart .items {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}

.mini-shopping-cart .item {
  overflow: hidden;
  padding: 5px 0;
  border-top: solid 1px #999;
}

.mini-shopping-cart .picture {
  float: left;
  width: 70px;
  text-align: center;
}

.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mini-shopping-cart .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mini-shopping-cart .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.mini-shopping-cart .picture + .product {
  margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
  font-size: 13px;
}

.mini-shopping-cart .name a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.mini-shopping-cart .name a:hover,
.mini-shopping-cart .name a:focus {
  color: #e63027;
  text-decoration: underline;
}

.mini-shopping-cart .attributes, .mini-shopping-cart .price, .mini-shopping-cart .quantity {
  font-size: 11px;
}

.mini-shopping-cart .totals {
  margin: 0 0 12px;
  font-size: 14px;
}

.mini-shopping-cart .totals strong {
  font-size: 16px;
  color: #444;
}

.mini-shopping-cart .buttons {
  margin: 0 0 5px;
}

.mini-shopping-cart button[type=button] {
  display: inline-block;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.mini-shopping-cart button[type=button]:hover,
.mini-shopping-cart button[type=button]:focus {
  background-color: #248ece;
}

/*** MOBILE NAVIGATION ***/
.header-menu {
  position: relative;
  z-index: 4;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 40px;
}

.menu-toggle,
.sublist-toggle {
  display: none;
}

.menu-toggle {
  background: #4ab2f1 url("../images/menu-icon.png") right center no-repeat;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.top-menu {
  display: none;
}

.top-menu &gt; li {
  position: relative;
  margin: 1px 0;
  background-color: #f6f6f6;
}

.top-menu &gt; li &gt; a {
  display: block;
  min-height: 55px;
  padding: 18px;
  font-size: 15px;
  color: #555;
}

.top-menu &gt; li &gt; a:focus {
  position: relative;
  z-index: 1;
}

.top-menu .sublist {
  display: none;
  background-color: #fff;
  padding: 5px 0;
}

.top-menu .sublist li {
  position: relative;
  margin: 1px 0 1px 20px;
}

.top-menu .sublist li a {
  display: block;
  padding: 15px 18px;
  font-size: 15px;
}

.sublist-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  border-left: 1px solid #fff;
  background: url("../images/toggle-black.png") center no-repeat;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.sublist .sublist-toggle {
  height: 49px;
}

.sublist .sublist li {
  background-color: #f6f6f6;
}

.sublist .sublist .sublist li {
  background-color: #fff;
}

.block-category-navigation {
  display: none;
}

.block-account-navigation {
  float: none;
  margin: auto !important;
}

.write-review .review-rating {
  text-align: center;
}

.html-product-reviews-page .write-review .review-rating {
  text-align: left;
}

.write-review .review-rating div.name-description {
  width: 100%;
  margin: 0 5px 0 0;
  text-align: center;
  font-weight: bold;
}

.html-product-reviews-page .write-review div.name-description {
  text-align: left;
}

.html-product-reviews-page .form-label {
  font-weight: bold;
}

.product-reviews-overview .title {
  font-weight: bold;
}

.product-review-item .review-info {
  font-size: 0.8em;
}

.product-review-helpfulness {
  font-size: 0.75em;
}

.review-item-head {
  font-weight: bold;
}

.fdialog {
  display: block;
  width: 564px;
  max-width: 100%;
  padding: 0 8px;
  margin: 48px auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  background-color: #fff;
  padding: 16px 16px;
}

.fdialog .title h1 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.login-page, .password-recovery-page, .context-selection {
  display: block;
  width: 564px;
  max-width: 100%;
  padding: 0 8px;
  margin: 48px auto;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.login-page .tab-content {
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  background-color: #fff;
  padding: 16px 16px;
}

.login-page .tab-content .title {
  margin-bottom: 16px !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.login-page .tab-content {
  min-height: 150px;
}

.login-page.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.login-page .nav-tabs {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 0 solid #dee2e6;
  cursor: pointer;
}

.login-page .nav-tabs .nav-item.active, .nav-tabs .nav-item.active {
  color: #1a1a1a;
  background-color: #fff;
  border-color: transparent !important;
}

.nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  position: relative;
  border-color: none;
  border-color: transparent !important;
  z-index: 101;
  top: -1px;
}

.nav.nav-tabs .nav-item .nav-link {
  border-color: none;
}

.nav.nav-tabs .nav-item .nav-link.active:after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: -11px;
  background: #fff;
  z-index: 1;
}

.tab-content .tab-pane {
  z-index: 100;
}

.address-container, company-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.address-radio-tile-group, .company-radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.address-input-container, .company-input-container {
  position: relative;
  width: 215px;
  min-height: 100px;
  margin: 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.address-radio-button, .company-radio-button {
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 8px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.address-radio-tile, .company-radio-tile {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  padding: 10px 5px 10px 25px;
  transition: transform 300ms ease;
  text-align: left;
  box-sizing: border-box;
}

.address-radio-tile-label, .company-radio-tile-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.address-radio-button:checked + .address-radio-tile, .company-radio-button:checked + .company-radio-tile {
  background-color: #002643;
  border: 2px solid #002643;
  color: #fff;
  box-sizing: border-box;
}

.address-radio-button:checked + .address-radio-tile &gt; .address-radio-tile-label, .company-radio-button:checked + .company-radio-tile &gt; .company-radio-tile-label {
  color: #fff !important;
  background-color: #002643;
  font-weight: 600;
  box-sizing: border-box;
}

.breadcrumb {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 20px 0 32px;
  clear: both;
}

.breadcrumb ul {
  list-style: none;
  margin-left: -24px;
}

.breadcrumb ul li {
  display: inline-block;
  float: left;
}

.breadcrumb ul li a:link, .breadcrumb ul li a:visited {
  color: #1A2740;
}

.breadcrumb ul li a:link, .breadcrumb ul li a:hover, .breadcrumb ul li a:visited {
  color: #1a1a1a !important;
  text-decoration: underline;
}

.breadcrumb .delimiter {
  display: inline-block;
  margin-right: 12px;
  width: 16px;
  margin-left: 12px;
}

.isLastCategory {
  text-decoration: none;
  color: #1a1a1a !important;
}

.bestsellers-container {
  width: 300px;
  float: right;
  min-height: 585px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}

.bestsellers-container .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  z-index: 10;
}

.bestsellers-container .nav-tabs .nav-item button {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  max-width: 170px;
}

.bestsellers-container .tab-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
}

.bestsellers-container .tab-content &gt; .active {
  display: flex !important;
}

.bestsellers-container .tab-pane {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  background-color: white;
}

.bestsellers-container .tab-pane .loader {
  display: flex;
  flex: 1;
  align-content: center;
  align-items: center;
}

.bestsellers-scroll-buttons, .my-last-purchases-scroll-buttons {
  display: flex;
  width: 100%;
  min-height: 25px;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
}

.outer-bestsellers, .outer-lastpurchase {
  display: none;
  flex-direction: column;
  flex: 1;
}

#inner-bestsellers, #inner-lastpurchase {
  font-size: 0.8em;
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  display: block;
  height: 460px;
}

#inner-bestsellers table, #inner-lastpurchase table {
  margin: 0px auto;
  border-collapse: collapse;
  width: 95%;
}

#inner-bestsellers table td, #inner-bestsellers table th, #inner-lastpurchase table td, #inner-lastpurchase table th {
  border-top: 1px solid #999;
}

#inner-bestsellers table tr:last-child td, #inner-lastpurchase tr:last-child td {
  border-bottom: 1px solid #999;
}

#inner-bestsellers table .product-img, #inner-lastpurchase table .product-img {
  text-align: center;
  font-size: 11px;
}

#inner-bestsellers table a:link, #inner-lastpurchase a:link {
  text-decoration: none !important;
  font-weight: 600;
}

#inner-bestsellers table a:hover, #inner-lastpurchase a:hover {
  text-decoration: underline !important;
}

.bestsellers-scroll-buttons:hover, .my-last-purchases-scroll-buttons:hover {
  background-color: #1A2740;
}

.bestsellers-scroll-buttons:hover &gt; i, .my-last-purchases-scroll-buttons:hover &gt; i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.scrollUp {
  padding: 3px;
}

.scrollDown {
  padding: 9px;
}

.arrow {
  border: solid #1A2740;
  border-width: 0 2px 2px 0;
  padding: 4px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sub-category-item {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
  display: grid;
  height: 100%;
}

.sub-category-item .picture {
  margin: 0 auto 16px;
}

.sub-category-item &gt; a {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 0 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none !important;
}

.sub-category-item div.picture img {
  max-height: 94px;
  width: auto;
}

.sub-category-item h4 {
  line-height: 1.5;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #1a1a1a;
}

.show-subCategories-wrapper {
  background-color: #fff;
  border: 1px solid #1A2740;
  border-bottom: 0;
  box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19), inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  position: relative;
}

.show-subCategories-wrapper .show-subCategories {
  display: block;
  visibility: visible;
  transform: none;
}

.show-subCategories {
  background-color: #fff;
  border: 1px solid #1A2740;
  border-top: 0;
  box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19), inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
  height: auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: 1;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(-90deg);
}

.show-subCategories hr {
  border-top: 1px solid #1A2740;
  margin: 0 16px 16px;
  display: block;
}

.show-subCategories ul {
  display: block;
  margin-right: 16px;
}

.show-subCategories ul li {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.show-subCategories:before {
  background-color: #fff;
  height: 7px;
  content: "";
  position: absolute;
  top: -4px;
  left: 1px;
  right: 1px;
  z-index: -1;
}

.subCategory a:link, .subCategory a:visited {
  color: #1a1a1a !important;
  text-decoration: none;
}

.subCategory a:hover {
  color: #e63027 !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (hover: hover) {
  .show-subCategories {
    background-color: #fff;
    border: 1px solid #1A2740;
    border-top: 0;
    box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19), inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
    height: auto;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 1001;
    visibility: hidden;
    transform-origin: top;
    transform: rotateX(-90deg);
  }
}
@media (hover: hover) {
  .show-subCategories {
    background-color: #fff;
    border: 1px solid #1A2740;
    border-top: 0;
    box-shadow: 0 6px 6px 0 rgba(22, 37, 63, 0.23), 0 10px 20px 0 rgba(22, 37, 63, 0.19), inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
    height: auto;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    z-index: 1001;
    visibility: hidden;
    transform-origin: top;
    transform: rotateX(-90deg);
  }
}
/* Product grid/list */
.product-grid .link-button .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
}

.product-grid .link-button:not(:disabled):not(.disabled) .icon {
  color: #e63027;
}

.product-grid .product-item .link-button .icon {
  color: inherit;
  margin: -1px 0 -2px;
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1A2740;
}

.product-grid .product-item .link-button {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.43;
  padding: 11px 0.75rem;
}

.product-grid .product-item .product-title {
  margin-bottom: -8px;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 4px;
  margin-right: 8px;
  margin-left: 8px;
  color: #1a1a1a;
}

.product-grid .product-item .picture {
  height: 200px;
  padding: 40px 16px;
  background: #fff;
}

.product-grid .product-item .picture img {
  max-width: 120px;
  max-height: 120px;
}

.product-grid .product-item {
  background: #fff;
}

.product-grid .item-box {
  padding-bottom: 16px;
}

.product-list .product-item .product-title {
  font-size: 14px;
  line-height: 1.43;
  color: #1a1a1a;
}

.product-list {
  border: 1px solid #999;
  padding: 0 !important;
}

.product-list .item-box:first-child {
  border-top: 0;
}

.product-list .product-item .picture .picture-wrapper {
  max-width: 55px;
}

.product-list .product-item .picture {
  color: #1a1a1a;
  width: 70px;
  height: 55px;
  margin-right: -7px;
}

.product-list .product-item .icon {
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1A2740;
  margin-right: 8px;
}

.product-list .link-button:not(:disabled):not(.disabled) .icon {
  color: #e63027;
}

.product-list .product-item svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.product-list .item-box {
  padding-right: 12px;
  background: #fff;
  border-top: 1px solid #999;
}

.product-list .product-item img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
}

.product-list .product-item:before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #999;
}

.product-list .product-item .row {
  min-height: 70px;
  margin-right: -11px;
  margin-left: -11px;
}

.product-selectors {
  margin-bottom: 20px;
}

.product-viewmode .product-viewmode-label {
  flex: 1 1 auto;
  margin: 0;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.product-viewmode .product-viewmode-input.selected .btn {
  color: #fff;
  background-color: #1A2740;
  border-color: #1A2740;
  box-shadow: none;
  cursor: default;
}

.product-viewmode .btn {
  color: #1a1a1a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.34;
  border-radius: 0;
  min-width: 46px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-viewmode .btn .icon {
  color: inherit;
  margin: -1px 0 -2px;
}

.product-viewmode .icon {
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1A2740;
}

.product-viewmode .btn .icon svg {
  width: 1em;
  height: 1em;
  margin-top: -1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.product-viewmode .product-viewmode-input .btn {
  border: 1px solid #e3e3e3;
  background: #fff;
}

.product-title-head {
  margin-bottom: 34px !important;
}

.product-page-size span, .product-sorting span {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 400;
}

.product-page-size .form-select,
.product-sorting .form-select {
  background-color: unset;
  border: 0;
  color: #1a1a1a;
  padding: 0.375rem 2rem 0.375rem 0;
}

.gallery .picture {
  background-color: #fff;
  margin-bottom: 8px;
  padding-top: 100%;
  cursor: pointer;
  overflow: hidden;
}

.gallery .picture .picture-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.gallery .picture .picture-wrapper img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
}

.gallery .picture-thumbs {
  margin: -4px;
}

.gallery .picture-thumbs .thumb-item {
  padding-top: 25%;
  min-width: 25%;
  font-size: 0;
  cursor: pointer;
}

.gallery .picture-thumbs .thumb-item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #fff;
}

.gallery .picture-thumbs .thumb-item .picture-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 80% !important;
  width: 80% !important;
  overflow: hidden;
}

.overview .product-description {
  padding-bottom: 16px;
}

.overview .product-description .product-description-wrapper {
  overflow: hidden;
}

.overview .product-description .product-description-tech {
  border-top: 1px solid #999;
  padding: 16px 0;
}

.overview .product-description .product-description-tech-title {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

.overview .product-description .product-description-tech-table {
  font-size: 14px;
  line-height: 1.43;
}

.overview .product-description .product-description-tech-table td {
  width: 30%;
  padding: 0;
  vertical-align: top;
}

.overview .product-description-actions {
  margin-top: 0;
  padding-top: 4px;
  border-top: 1px solid #999;
  padding-bottom: 0;
}

/* Product - Detail */
.product-container {
  margin-bottom: 16px;
}

.product-container .datablades .datablade-icon {
  height: 1.072em;
  margin-top: -0.072em;
  width: auto;
  display: inline-block;
  margin-right: 0.572em;
  vertical-align: middle;
  border-style: none;
}

.product-details-page .tabs-wrapper {
  margin-top: 32px;
  display: block;
}

.product-details-page .tabs-wrapper .nav-tabs {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
  border-bottom: 0 solid #dee2e6;
  cursor: pointer;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-item {
  margin-bottom: 0;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link.active {
  background: #1A2740;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1a1a1a;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link {
  color: #1A2740;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 16px;
  white-space: nowrap;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  padding: 0.5rem 1rem;
}

.product-details-page .tabs-wrapper .nav-link.active .count {
  background: #fff;
  color: #1A2740;
}

.product-details-page .tabs-wrapper .nav-link .count {
  background: #1A2740;
  margin-left: 8px;
  background: #e63027;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 4px;
  border-radius: 7.5px;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}

.product-details-page .tabs-wrapper .tab-content {
  border-top: 10px solid #1A2740;
}

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link.active {
  background: #1A2740;
  color: #fff;
  box-shadow: none;
  z-index: auto;
  border-color: transparent;
  position: relative;
}

.product-details-page .tabs-wrapper .tab-pane:not(:first-child).active:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-top: -6px;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06);
  position: absolute;
  top: 0;
  left: 0;
}

.product-details-page .tabs-wrapper .tab-pane:not(:first-child) {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #999;
  background: #fff;
}

.product-details-page .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active:after {
  content: none;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link:hover {
  color: #1A2740 !important;
}

.product-details-page .tabs-wrapper .nav-tabs .nav-link.active:hover {
  color: #fff !important;
}

.product-table-wrapper {
  background: #fff;
}

.product-table-wrapper .product-table {
  background: #fff;
  color: #1a1a1a;
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.dataTables_wrapper .datatables-bottom {
  background: #f8f7f8 !important;
}

.product-table-wrapper .product-table thead th {
  height: 46px;
  padding: 3px 4px;
  font-size: 14px;
  font-weight: 300;
  vertical-align: bottom;
  min-width: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #999;
}

.product-table-left td:first-child {
  padding-left: 16px;
  width: 1%;
}

.product-table-wrapper .product-table tbody td {
  border-bottom: 1px solid;
  padding: 12px 8px;
  font-size: 12px;
  line-height: 1.67;
  vertical-align: top;
  border-color: #999;
  min-height: 62px;
}

.product-table-wrapper .product-table .custom-checkbox {
  padding-left: 18px;
}

.product-table-wrapper .product-table .custom-control:last-child {
  margin-bottom: 0;
}

.product-table-wrapper .product-table .custom-control {
  margin-bottom: 14px;
  position: relative;
  display: block;
  min-height: 1.38rem;
  padding-left: 1.875rem;
}

.product-table-wrapper .product-table .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.2525rem;
  opacity: 0;
}

.product-table-wrapper .product-table input.custom-control-input + label {
  cursor: pointer;
}

.product-table-wrapper .product-table .custom-control-label {
  font-size: 14px;
  line-height: 1.43;
  padding-top: 2px;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.product-table-wrapper .product-table .custom-checkbox .custom-control-label::after,
.product-table-wrapper .product-table .custom-checkbox .custom-control-label::before {
  left: -18px;
  border-radius: 2px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-table-wrapper .product-table .custom-control-label::before {
  position: absolute;
  top: 0.1275rem;
  left: -1.875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #1A2740;
  box-shadow: 0 0 0 0 #e3e3e3, inset 0 0 2px 0 rgba(0, 0, 0, 0.75);
}

.product-table-wrapper .product-table .custom-checkbox .custom-control-label::after {
  background-position-x: 100%;
}

.product-table-wrapper .product-table .custom-control-label::after {
  position: absolute;
  top: 0.1275rem;
  left: -1.875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: 50%/100% no-repeat;
}

.product-table-wrapper .product-table td + td.product-table-add-to-cart,
.product-table-wrapper .product-table td + td.product-table-attached-column {
  border-left-width: 0;
}

.product-table-wrapper .product-table td + td {
  border-left: 1px solid;
}

.product-table-first-column {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.product-table-first-column-btn {
  display: flex;
  align-items: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-align: left;
  background: 0 0;
  cursor: pointer;
}

.product-table-first-column-btn.empty {
  cursor: auto;
}

.product-table-first-column .active::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: -53px;
  bottom: -16px;
  width: calc(100% + 61px);
  height: 4px;
  z-index: 101;
}

.product-table-wrapper .product-table .img-wrapper {
  display: inline-block;
  width: 50px;
  background-size: 50px;
  height: 50px;
  margin-right: 16px;
  position: relative;
  display: block;
  background: #fff;
}

.product-table-wrapper .product-table .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
  vertical-align: middle;
  border-style: none;
}

.product-table-wrapper .product-table .btn-icon,
.product-table-wrapper .product-table .icon-wrapper {
  color: inherit;
}

.product-table-collapse-icon {
  margin-right: 4px;
}

.product-table-wrapper .product-table .btn-icon {
  display: inline-block;
  background: 0 0;
  border: 0;
  padding: 0;
  text-align: left;
  min-width: 0;
}

.product-table-wrapper .product-table .icon-wrapper {
  display: inline-block;
  align-self: center;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
}

.product-table-wrapper .product-table .icon-wrapper svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.product-table-wrapper .product-table .sku {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  padding-top: 2px;
}

.product-table-wrapper .product-table .name {
  line-height: 1.67;
  color: #999;
}

.product-table-wrapper .product-table .text-muted {
  color: #999 !important;
}

.product-table-wrapper .product-table tr:not(.tr-row) td {
  border-bottom: 1 px solid #999;
}

.product-table-wrapper .product-table .product-table-collapsed {
  visibility: hidden;
  position: relative;
  width: 100%;
  padding: 10px 56px;
  background: #fff;
  z-index: 100;
  margin-top: 13px;
}

.product-table-wrapper .product-table .product-table-collapsed.active {
  visibility: visible !important;
}

.product-table-wrapper .product-table tbody:last-child tr:last-child td .product-table-collapsed {
  border-bottom-width: 0;
}

.product-details-page .product-table-description {
  font-size: 14px;
}

.product-details-page .product-table-description table.dataTable {
  border: none;
}

.product-details-page .product-table-description &gt; :last-child {
  margin-bottom: 0;
}

.product-details-page .product-table-description table {
  width: 100%;
  border: 1px solid #999;
}

.product-details-page .product-table-description table tbody {
  border: 1px solid #999;
}

.product-details-page .product-table-description table tbody tr {
  border-top: 1px solid #999;
  margin-top: -1px;
}

.product-details-page .product-table-description table .dataTable-th {
  padding-left: 16px;
  padding-right: 16px;
}

.product-details-page .product-table-description table tbody td {
  padding: 10px 16px;
  font-size: 14px;
  vertical-align: top;
  border-top-width: 0;
  border-bottom: 1px solid #999;
}

.product-details-page .product-table-description table td + td,
.product-details-page .product-table-description table th + th {
  border-left: 1px solid #999;
}

.product-table-wrapper .product-table .technical-data-table td:first-child {
  padding-right: 38px;
}

.product-table-wrapper .product-table .technical-data-table td {
  padding: 8px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.43;
  border: 1px solid #e3e3e3 !important;
  border-width: 1px 0 !important;
}

.product-table-wrapper-outer {
  position: relative;
  width: 100%;
}

.product-table-wrapper-inner {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-table-wrapper .middle-tab {
  width: calc(100% - 2px);
}

.product-table-wrapper .middle-tab td:first-child {
  border-left: 1px solid #999;
}

.product-table-wrapper-right {
  margin-left: -2px;
}

.product-table-wrapper .add-to-cart-selection {
  min-width: 158px !important;
}

.product-table-wrapper .add-to-cart-qty-section {
  display: block;
}

.product-table-wrapper .qty-section,
.product-table-wrapper .qty-section-total {
  line-height: 1.38;
}

.product-table-add-to-cart {
  border-left: 0;
}

.product-table-wrapper .product-table .qty-section-left {
  padding-right: 4px;
}

.product-table-wrapper .qty-section-left {
  padding-right: 8px;
}

.product-table-wrapper .qty-section .form-group {
  margin-bottom: 4px;
}

.product-table-wrapper .product-table .qty-section-qty,
.product-table-wrapper .product-table .qty-section-x {
  font-size: 12px;
}

.product-table-wrapper .qty-section .form-control-sm {
  padding-left: 8px;
  padding-right: 8px;
}

.product-table-wrapper .qty-section-qty {
  width: 55px;
}

.product-table-wrapper .qty-section-x {
  font-size: 14px;
}

.product-table-wrapper .qty-section-total,
.product-table-wrapper .qty-section-x {
  color: #999;
}

.product-table-wrapper .packaging dd select,
.product-table-wrapper .qty-section-x {
  line-height: 32px;
}

.product-table-wrapper .product-table .qty-section-right {
  padding-left: 4px;
}

.product-table-wrapper .qty-section-right {
  padding-left: 8px;
}

.product-table-wrapper .qty-section-mid + .qty-section-right .packaging dd select {
  padding-left: 2px;
}

.product-table-wrapper .qty-section-total {
  font-size: 12px;
  white-space: nowrap;
}

.product-table-wrapper .product-table tbody td.product-table-add-to-cart {
  padding-right: 16px;
  text-align: right;
  white-space: nowrap;
}

.product-table-wrapper .btn-add-to-cart,
.product-table-wrapper .btn-add-to-cart:hover {
  color: #fff;
}

.product-table-wrapper .btn-add-to-cart {
  background-color: #8ccc64;
  border-color: #8ccc64;
  box-shadow: none;
  color: #fff;
}

.product-table-wrapper .packaging dt {
  display: none;
}

.product-table-wrapper .packaging dl {
  margin: 0 !important;
}

.product-table-wrapper .packaging dd select {
  width: 55px !important;
}

@media (max-width: 991.98px) {
  .product-table-wrapper .packaging dd select {
    width: 80px !important;
  }
}
.product-table-wrapper .packaging dd select {
  min-height: calc(1.5em + 0.5rem + 2px);
  display: block;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 0;
  appearance: auto !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #fff;
}

.product-table-wrapper .packaging dd select:focus {
  color: #212529;
  background-color: #fff;
}

.product-table-wrapper .packaging dd select {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.one-column-wide .container-fluid:not(.product-essential) {
  max-width: unset !important;
  padding: 0px !important;
}

.page.product-details-page {
  padding: 0;
}

.product-table-wrapper .add-to-cart-panel .qty-label,
.product-table-wrapper .add-to-cart-panel .qty-input {
  display: none;
}

.product-documents_p {
  padding-top: 16px;
}

.product-documents .product-documents-headline {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-documents .product-documents-item .icon {
  margin-right: 8px !important;
}

.product-documents-item a {
  padding: 11px 0.75rem;
}

.product-documents .product-documents-icon {
  display: inline-block;
  width: auto;
  height: 16px;
  margin: -2px 10px 0 2px;
}

.product-documents .product-documents-icon img {
  vertical-align: middle;
  border-style: none;
}

.product-documents .btn-link {
  color: #1a1a1a;
}

.product-documents .btn-link {
  font-size: 14px;
  line-height: 1.43;
  padding-top: 0;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  min-width: 0;
}

.product-documents .btn-link .icon {
  color: inherit;
  margin-right: 8px;
  color: inherit;
  position: relative;
  margin: -1px 0 -2px;
  display: inline-block;
  align-self: center;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1A2740;
}

.product-documents .btn-link .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.product-table-wrapper .package-add-container {
  padding-right: 16px;
  white-space: nowrap;
}

.paging-wrapper-bottom .dataTables_length select {
  background-color: unset;
  border: 0;
  color: #1a1a1a;
  padding: 0.375rem 2rem 0.375rem 0;
  cursor: pointer;
}

.paging-wrapper-bottom .dataTables_info {
  padding: 0 !important;
}

.dataTables_processing {
  top: 60% !important;
  margin: 0 !important;
  width: 300px !important;
}

.gallery .picture-thumbs .thumb-item:nth-child(n+5) {
  display: none;
}

.gallery .picture-thumbs .thumb-item .productImagesThumbs-more {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: rgba(247, 247, 247, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #1A2740;
  z-index: 2;
}

/* Homepage */
#homepageTileGrid .height0 .card-img {
  height: 280px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}

#homepageTileGrid .height1 .card-img {
  height: 280px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}

#homepageTileGrid .card {
  border: 0px solid transparent !important;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06) !important;
}

#homepageTileGrid .card-img {
  background-origin: content-box;
  padding-top: 25px;
}

#homepageTileGrid .card-title {
  font-size: 14px !important;
  font-weight: 800 !important;
}

#homepageTileGrid .card-pretitle {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #e63027;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: absolute;
  top: 10px;
}

#homepageTileGrid .card-text {
  font-size: 18px !important;
  font-weight: 700 !important;
}

#homepageTileGrid .card-img-overlay {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

#homepageTileGrid .card-link svg {
  width: 20px;
  height: 15px;
  color: #e63027;
}

#homepageTileGrid .card-link {
  font-size: 13px !important;
  text-decoration: none !important;
  font-weight: 300 !important;
}

#homepageTileGrid .card-link:hover {
  text-decoration: underline !important;
}

#homepageTileGrid .card-price {
  background-color: #e63027;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px 20px;
  min-width: 50px;
  font-size: 16px;
  font-weight: 700;
}

/* News */
.footerNews .height0 .card-img {
  height: 280px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}

.footerNews .height1 .card-img {
  height: 280px;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}

.footerNews .card {
  border: 0px solid transparent !important;
  box-shadow: 0 3px 6px 0 rgba(22, 37, 63, 0.1), 0 3px 6px 0 rgba(22, 37, 63, 0.06) !important;
}

.footerNews .card-img {
  background-origin: content-box;
  padding-top: 25px;
}

.footerNews .card-title {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.footerNews .card-pretitle {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #e63027;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: absolute;
  top: 10px;
}

.footerNews .card-text {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.footerNews.card-img-overlay {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.footerNews .card-link svg {
  width: 20px;
  height: 15px;
  color: #e63027;
}

.footerNews .card-link {
  font-size: 13px !important;
  text-decoration: none !important;
  font-weight: 300 !important;
}

.footerNews .card-link:hover {
  text-decoration: underline !important;
}

.footerNews .card-price {
  background-color: #e63027;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  padding: 10px 20px;
  min-width: 50px;
  font-size: 16px;
  font-weight: 700;
}

/* shopping cart */
.order-summary-content .cart {
  width: 100%;
  background-color: #fff;
  padding: 5px;
}

.order-summary-content .cart th {
  border: solid 1px #999;
  font-size: 14px;
  font-weight: 300;
  padding: 12px;
  line-height: 1.2;
  vertical-align: bottom;
}

.order-summary-content .cart td {
  border: solid 1px #999;
  padding: 16px 12px 12px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

.order-summary-content .cart td.image, .order-summary-content .cart th.image {
  border-left: none !important;
}

.order-summary-content .cart th.remove-from-cart, .order-summary-content .cart td.remove-from-cart {
  border-right: none !important;
}

.order-summary-content .cart td.remove-from-cart {
  padding: 16px 0 12px 16px;
  vertical-align: middle;
}

.order-summary-content .sku-number {
  white-space: nowrap;
}

.order-summary-content td.subtotal {
  white-space: nowrap;
  font-weight: 700;
}

.order-summary-content td.product a {
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
}

.order-summary-content .unit-price {
  white-space: nowrap;
}

.order-summary-content #batchUpdate .cardbox {
  height: 100%;
  padding: 20px 16px;
  background: #fff;
}

.order-summary-content #batchUpdate .cartbox-head {
  margin-bottom: 16px;
}

/**/
.container-fluid.inrow {
  flex-direction: row !important;
}

.block-account-navigation {
  display: block;
  padding: 16px;
  background: #fff;
}

.block-account-navigation .title {
  margin: -16px;
  padding: 16px 36px 16px 16px;
  height: 59px;
  font-size: 16px;
  font-weight: 300;
  color: #1a1a1a;
  text-align: left;
}

.block-account-navigation .list {
  list-style: none;
}

.block-account-navigation .list a {
  text-decoration: none;
  font-size: 13px;
}

.center-2 .page-title h1 {
  font-size: 24px !important;
}

.center-2 .page-body {
  display: block;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #999;
  margin-bottom: 24px;
  font-size: 14px;
}

.address-list-page .address-list {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.address-item {
  padding-right: 15px;
  margin-bottom: 20px;
  width: 330px;
}

.address-item .title {
  font-weight: 700;
}

.address-item .info {
  list-style: none;
  margin-left: -32px;
}

.order-overview ul, .order-details-area ul, .payment-method-info ul, .shipping-method-info ul {
  list-style: none;
}

.order-overview .title, .order-details-area .title, .order-overview .order-number, .payment-method-info .title, .shipping-method-info .title {
  font-weight: 700;
}

/* Checkout */
.opc {
  list-style: none;
}

.opc li {
  margin-left: -32px;
}

.step-title {
  display: flex;
  clear: both;
  width: 100%;
  border: solid 1px #999;
  margin-top: 15px;
}

.step-title * {
  float: left;
}

.step-title h2 {
  font-size: 16px;
  padding: 12px 10px 10px 10px;
  margin: 0;
  font-weight: 700 !important;
}

.step-title .number {
  font-size: 16px;
  padding: 10px;
  margin: 0;
  font-weight: 700;
}

.step.a-item {
  text-align: center;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  padding: 15px 15px;
}

.method-list {
  list-style: none;
}

.tab-section.allow.active {
  background-color: #fff;
}

.tab-section {
  background-color: #efefef;
}

.section.order-summary .order-summary-content * ul {
  list-style: none;
}

.order-review-data {
  font-size: 12px;
}

/*Pagination*/
.catalog-footer {
  margin-bottom: 48px;
}

.pager {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.pager .paging-wrapper-bottom {
  padding-bottom: 0;
}

.pager .ng-select,
.pager .paging-index,
.pager .paging-label {
  margin-left: 4px;
  margin-right: 4px;
}

.pager .paging-wrapper {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
}

@media (min-width: 992px) {
  .pager .paging-wrapper {
    justify-content: flex-end;
  }
}
.pager .btn.btn-icon:not(:disabled) {
  color: #1A2740;
}

.pager [type=button]:not(:disabled) {
  cursor: pointer;
}

.pager .btn-icon {
  display: inline-block;
  background: 0 0;
}

.pager .btn.btn-icon {
  min-width: 0;
  margin-left: 4px;
  margin-right: 4px;
}

.pager .btn-icon.disabled,
.pager .btn-icon:disabled {
  color: #999;
  pointer-events: none;
}

.pager .btn.disabled,
.pager .btn:disabled {
  opacity: 1;
  box-shadow: none;
  color: #999;
  cursor: not-allowed;
}

.pager .btn-icon.disabled .icon,
.pager .btn-icon:disabled .icon {
  color: #999;
}

.pager .btn .icon {
  color: inherit;
  position: relative;
  margin: -1px 0 -2px;
}

.pager .icon {
  display: inline-block;
  align-self: center;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  font-size: 20px;
  max-height: 20px;
  color: #1A2740;
}

.pager .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.order-list-page .page-body {
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px !important;
}

.table &gt; :not(:first-child) {
  border-top: inherit !important;
}

.product-no-reviews {
  font-size: 12px;
  padding: 5px 0px;
}

.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #0b508e;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

.bar-notification .content {
  margin: 0 10px 0 0;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("../images/close.png") center no-repeat;
  cursor: pointer;
}

.eu-cookie-bar-notification {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  color: #000;
}

.eu-cookie-bar-notification .container-fluid {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
}

.eu-cookie-bar-notification .text {
  margin-bottom: 20px;
  line-height: 20px;
  float: left;
  display: inline-block;
}

.eu-cookie-bar-notification .buttons-more {
  float: left;
  display: inline-block;
}

.eu-cookie-bar-notification button {
  min-width: 60px;
  margin: 5px 0 10px;
  padding: 8px 12px;
  font-size: 14px;
  border: solid 1px #ccc;
  color: #333;
}

.eu-cookie-bar-notification button:hover {
  color: #fff;
}

.eu-cookie-bar-notification a {
  display: block;
}

.eu-cookie-bar-notification a:hover {
  text-decoration: underline;
}

.ExtendedAuthentication .social ul {
  border: none !important;
  text-align: center;
}

.navbar-light .navbar-toggler {
  color: rgb(0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1em !important;
  height: 1em !important;
}

#navbarToggleToMenu {
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  height: calc(100vh - 87px);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  flex-direction: column;
  z-index: 10005;
  padding: 15px;
}

#navbarToggleToMenu.adminActive {
  top: 126px !important;
  height: calc(100vh - 126px) !important;
}

#navbarToggleToMenu .mobileMenuTitle {
  padding: 0px 5px 4px 5px;
  border-bottom: solid 1px #808080;
}

#navbarToggleToMenu nav {
  display: flex;
  flex-direction: column;
}

#navbarToggleToMenu nav a {
  padding: 5px 5px 4px 10px;
  text-decoration: none;
  font-size: 0.9em;
}

#navbarToggleToMenu nav svg {
  width: 20px;
  height: 20px;
  color: black !important;
  margin-right: 5px;
}

.topic-page .page-body strong {
  font-weight: 700 !important;
}

.ui-menu-item a {
  display: block;
}

.ui-state-active {
  border: solid 1px #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

.ui-state-active a {
  color: #000 !important;
}

.product-searched {
  background-color: rgb(3, 30, 69) !important;
  color: white;
}

@media (min-width: 992px) {
  .cart-column {
    min-width: 90px;
  }
}
@media (min-width: 992px) {
  .cart-column-input {
    min-width: 90px;
  }
}
.product-details-filter {
  background: #1A2740;
  color: #fff;
  padding: 0 20px;
  border-bottom: 10px solid #1A2740;
}

.product-details-filter-button {
  background: #1A2740 !important;
  color: #fff !important;
  border: none;
}

.selectBox {
  position: relative;
  padding: 0 6px;
  display: flex;
  font-size: 12px;
  height: 28px;
  cursor: pointer;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.checkBoxesPar {
  position: relative;
}

.checkBoxesItems {
  padding: 10px;
  border: 1px solid #1A2740;
  background: #fff;
  color: #1A2740;
  min-width: 120px;
  font-size: 12px;
}

.checkBoxes {
  display: none;
  z-index: 2;
  background: #fff;
  color: #1A2740;
  padding: 0 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 12px;
}

.checkBoxes label {
  display: block;
  font-size: 12px;
}

.checkBoxesCount {
  margin-left: 2px;
  margin-right: 2px;
  background: #e63027;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0 4px;
  border-radius: 7.5px;
  min-width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  visibility: hidden;
}

.filterReset {
  background: #fff;
  color: #1A2740;
  font-size: 12px;
}

.btn-sm-xs-filterReset {
  font-size: 12px !important;
}

.btn-sm-xs {
  font-size: 12px !important;
  padding: 3px 6px !important;
}

.product-table-specAttr-column {
  padding: 0px !important;
  height: 100%;
}

.product-table-specAttr-column-div-first {
  padding: 12px 15px 12px 8px;
  border-left: 1px solid rgba(0, 0, 0, 0);
  height: 90px;
}

.product-table-specAttr-column-div {
  padding: 12px 15px 12px 8px;
  border-left: 1px solid black;
  height: 90px;
}

.product-table-specAttr-column-div-th {
  padding: 4px 15px 3px 8px;
  border-left: 1px solid rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.product-table-specAttr-column-div-par {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: inherit;
  align-items: stretch;
}

.attrName {
  visibility: hidden;
  font-size: 14px;
}

.loaderPar {
  position: relative;
}

.loader {
  text-align: center;
  padding-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  color: #1A2740;
  height: 110px;
  width: 100%;
}

.product-filter {
  margin: 0px 0px 0px 12px;
  border: 1px solid rgb(153, 153, 153) !important;
  background-color: #fff !important;
}

.container-fluid-center .page {
  padding-top: 0px !important;
}

.attrFilterGroup, .activeFilterGroup {
  border-bottom: 1px solid #999;
}

.filter-content ul {
  list-style-type: none;
  padding: 0px 8px;
  margin: 0px;
}

.filter-content ul li {
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.notVisible {
  display: none !important;
}

.item, .activeFilters, .filters {
  font-size: 12px !important;
}

.filters {
  padding: 0px 8px;
}

.itemCheck {
  margin-right: 5px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 768px) {
  .header-spacer {
    height: 90px !important;
  }
  .header-spacer-admin {
    height: 130px;
  }
  .header-logo {
    display: block;
    width: 120px;
    height: auto;
    padding: 30px 0;
  }
  .header-upper {
    justify-content: space-between;
  }
  .header-links-wrapper {
    padding-top: 20px;
  }
  .eu-cookie-bar-notification .content {
    width: auto;
    margin: auto;
  }
  .footer * .title {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  a .product-price-from, a:focus .product-price-from {
    color: black !important;
  }
  .product-price-from {
    font-size: 14px;
    padding-right: 10px;
  }
}
</pre></body></html>