<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  width: 100%;
  max-width: 1400px; }
  @media only screen and (max-width: 1199px) {
    .container {
      margin-left: auto;
      margin-right: auto; }
      .container .eb-main-wrapper {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px; } }

#header-top .contact-info {
  padding-top: 6px !important;
  display: flex;
  align-items: center; }

.modal-sm {
  width: 350px; }

/*
 * General
 */
.modal-dialog &gt; .modal-content {
  border: 3px solid #e31e27; }

.modal-header {
  border-bottom: 3px solid #e31e27; }

.modal-footer {
  border-top: 3px solid #e31e27;
  padding-bottom: 5px; }

.modal-title {
  font-weight: 600;
  font-size: 30px; }
  @media (max-width: 899px) {
    .modal-title {
      font-size: 20px; } }

body {
  background-color: #f2f2f2;
  color: #212121;
  font-family: "Open Sans", Arial;
  font-size: 14px; }

body.shop_checkout, body.shop_groupcheckout, body.shop_pointshop_checkout, body.shop_pointshop_viewcart, body.shop_pointshop_checkoutcomplete {
  background-color: #5f5f60; }

/*
 *  Disable responsiveness
 */
body &gt; div.container {
  min-width: 270px; }

body &gt; div.container-fluid {
  min-width: 300px; }

body &gt; div.container-fluid &gt; div.container {
  min-width: 270px; }

.clearfix-no-height {
  clear: both;
  height: 1px; }

.main-title, #despec-toner-guide #despec-toner-guide-content .despec-toner-guide-search-header {
  border-bottom: 5px solid #e31e27;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase; }

.container.one-col {
  padding: 0px; }

#content.one-col {
  background-color: #fff;
  border-radius: 4px; }

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none; }

#content {
  min-height: 500px;
  margin: 20px auto; }

body.shop_checkout #content &gt; div.row &gt; div.col-sm-10 {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 15px; }

strong {
  color: #4A4A4A; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.horizontal-category {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 20px; }
  .horizontal-category .nav-stacked &gt; li + li {
    margin-top: 0px; }
  .horizontal-category a, .horizontal-category a:visited {
    color: #fff; }
  .horizontal-category li.active &gt; a {
    color: #fff;
    background-color: #707070; }
  .horizontal-category .header {
    color: #fff;
    background-color: #fff;
    padding: 12px;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-transform: uppercase; }
  .horizontal-category ul li {
    border-bottom: 1px solid #707070; }
    .horizontal-category ul li:last-child {
      border-bottom: none; }
  .horizontal-category ul &gt; li &gt; ul {
    border-left: 5px solid #707070; }

.userGroup-container {
  margin: 0px auto;
  padding: 10px;
  width: 80%; }

.block-text {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px; }

.shop-frontpage-products {
  margin-top: 20px; }

.img-responsive {
  width: auto; }

/*
 * Header
 */
.logo_fill {
  width: 201px; }

.top-container {
  height: 90px; }
  .top-container &gt; .row {
    height: 100%; }
    .top-container &gt; .row .logo-container-eb {
      height: 100%;
      display: flex;
      align-items: center; }

#loginModal .logo, #forgotPasswordModal .logo {
  position: absolute;
  right: 33px;
  top: 10px;
  max-width: 250px;
  max-height: 100px; }
#loginModal .modal-content-right, #forgotPasswordModal .modal-content-right {
  border-left: 1px solid #E6E6E6; }
  #loginModal .modal-content-right .bullet, #forgotPasswordModal .modal-content-right .bullet {
    margin-bottom: 10px; }

#block-top_search_popup {
  padding-top: 3px;
  margin-left: -15px; }
  #block-top_search_popup #search-popover {
    margin-left: -15px;
    margin-top: 47px; }
  #block-top_search_popup .popover-content {
    width: 270px; }
  #block-top_search_popup .popover.bottom &gt; .arrow {
    left: 10%; }

#block-top_search {
  padding-top: 3px; }
  #block-top_search .input-group-addon {
    background-color: #e31e27;
    color: #fff;
    cursor: pointer; }

/*
 * Catalog navigation
 */
nav.catalog-horizontal {
  margin-bottom: 0;
  border: 0;
  min-height: 20px;
  background: 0; }
  nav.catalog-horizontal ul.navbar-nav &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 13px 12px;
    color: #fff;
    font-weight: 600; }
    @media (max-width: 1199px) {
      nav.catalog-horizontal ul.navbar-nav &gt; li &gt; a {
        padding: 13px 11px; } }
    nav.catalog-horizontal ul.navbar-nav &gt; li &gt; a:hover {
      color: #fff; }
  nav.catalog-horizontal ul &gt; li .first a {
    padding-left: 0px; }
  nav.catalog-horizontal ul &gt; li:hover {
    background-color: #e31e27; }

/*
 * END Catalog navigation
 */
#header-top-checkout {
  background-color: #fff;
  height: 92px; }
  #header-top-checkout #logo {
    position: relative; }
    #header-top-checkout #logo img {
      position: absolute;
      top: 13px;
      left: 0px; }
  #header-top-checkout .contact-info {
    padding-top: 36px;
    padding-left: 26px; }
    #header-top-checkout .contact-info a {
      color: #212121; }

#header-top {
  background-color: #fff;
  min-height: 46px;
  height: 46px;
  color: #979797; }
  @media only screen and (max-width: 599px) {
    #header-top {
      height: auto; } }
  @media (min-width: 1200px) {
    #header-top .contact-info {
      padding-top: 15px; } }
  @media (max-width: 1199px) {
    #header-top .contact-info {
      padding-top: 2px; } }
  #header-top .contact-info a {
    color: #212121; }
  #header-top #logo {
    position: relative; }
    #header-top #logo img {
      position: absolute;
      top: 0px;
      left: 0px; }
  #header-top .top-container .account_navigation-container {
    padding-top: 3px;
    float: right; }
    #header-top .top-container .account_navigation-container a {
      color: #212121; }
    #header-top .top-container .account_navigation-container ul {
      float: right; }
    @media (max-width: 1199px) {
      #header-top .top-container .account_navigation-container .nav &gt; li &gt; a {
        padding: 10px 8px;
        font-size: 12px; } }
    #header-top .top-container .account_navigation-container .cart-container {
      padding: 10px 15px; }
      @media (max-width: 1199px) {
        #header-top .top-container .account_navigation-container .cart-container {
          padding: 10px 8px;
          font-size: 12px; } }
      #header-top .top-container .account_navigation-container .cart-container:hover {
        background-color: #EEEEEE;
        border-radius: 4px; }
        #header-top .top-container .account_navigation-container .cart-container:hover a {
          text-decoration: none; }
      #header-top .top-container .account_navigation-container .cart-container .cart-top-cart-item {
        border-top: 1px solid #E6E6E6;
        padding: 10px 0px; }
      #header-top .top-container .account_navigation-container .cart-container .cart-top-cart-item:last-child {
        border-bottom: 1px solid #E6E6E6; }
      #header-top .top-container .account_navigation-container .cart-container .cart-buttons {
        padding: 10px 0px;
        border-top: 1px solid #E6E6E6; }
        #header-top .top-container .account_navigation-container .cart-container .cart-buttons .btn {
          color: #fff;
          width: 100%; }
      #header-top .top-container .account_navigation-container .cart-container .popover {
        top: 33px;
        width: 410px;
        max-width: 410px;
        right: -1px;
        left: auto;
        border: 6px solid #bbbbbb; }
        @media (max-width: 599px) {
          #header-top .top-container .account_navigation-container .cart-container .popover {
            width: 290px;
            max-width: 290px; } }
        #header-top .top-container .account_navigation-container .cart-container .popover &gt; .arrow:after, #header-top .top-container .account_navigation-container .cart-container .popover .arrow {
          right: 20px;
          left: auto; }
        #header-top .top-container .account_navigation-container .cart-container .popover &gt; .arrow:after {
          right: -10px; }
    #header-top .top-container .account_navigation-container li a, #header-top .top-container .account_navigation-container a {
      color: #212121; }

#header-bottom {
  background-color: #fff;
  min-height: 46px;
  height: 46px;
  border-bottom: 2px solid #e31e27; }
  #header-bottom .customer-type-selector {
    padding-top: 11px; }
    #header-bottom .customer-type-selector a {
      text-decoration: none;
      padding-left: 10px;
      padding-right: 10px;
      color: #212121; }
    #header-bottom .customer-type-selector a.active-customertype {
      font-weight: bold;
      color: #e31e27;
      cursor: default; }

.catalog-nav {
  border-bottom: 2px solid #e31e27;
  background-color: #e31e27; }
  @media only screen and (max-width: 899px) {
    .catalog-nav .icon-bar {
      background-color: #f2f2f2 !important; }
    .catalog-nav .navbar-collapse &gt; .nav .sub-menu {
      display: none !important; } }
  .catalog-nav .dropdown:hover .sub-menu {
    display: block; }
  .catalog-nav .nav &gt; li {
    position: static; }
  .catalog-nav .nav &gt; li &gt; a {
    position: static; }
  .catalog-nav .sub-menu {
    width: calc(100% - 30px);
    background-color: #fff;
    left: 0px;
    padding: 20px;
    border: 2px solid #e31e27;
    margin: 0px 15px;
    border-top: 0px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
    position: absolute; }
    .catalog-nav .sub-menu navbar-collapse {
      margin-left: 0px; }
    .catalog-nav .sub-menu ul.last {
      border-right: 0px solid #fff; }
    .catalog-nav .sub-menu ul {
      list-style-type: none;
      float: left;
      height: 100%;
      width: 25%;
      border-right: 2px solid #e31e27;
      padding-left: 15px;
      padding-right: 15px; }
      .catalog-nav .sub-menu ul li:hover {
        background-color: transparent; }
      .catalog-nav .sub-menu ul a {
        color: #212121;
        padding: 10px;
        display: block;
        font-weight: bold; }
        .catalog-nav .sub-menu ul a:hover {
          color: #e31e27; }
  .catalog-nav .active a {
    background-color: transparent !important;
    color: #212121 !important;
    font-weight: bold; }

.header-checkout-logo {
  width: 280px;
  height: 61px;
  object-fit: contain; }

#footer {
  background-color: #fff;
  padding-top: 35px;
  min-height: 150px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E6E6E6;
  box-shadow: 5px 0px 5px rgba(33, 33, 33, 0.2);
  line-height: 25px;
  color: #979797;
  color: #f2f2f2;
  background-color: #212121; }
  #footer #logo-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 599px) {
      #footer #logo-bottom {
        width: 100%;
        object-fit: scale-down; } }
  @media (min-width: 600px) {
    #footer address {
      text-align: right;
      float: left; } }
  @media (max-width: 599px) {
    #footer address {
      margin-top: 20px; }
    #footer .col-xs-12 {
      text-align: center; } }
  #footer strong {
    color: #e31e27; }
  #footer a {
    color: #f2f2f2; }

.catalog-top {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px; }
  .catalog-top &gt; .main-title, #despec-toner-guide #despec-toner-guide-content .catalog-top &gt; .despec-toner-guide-search-header {
    margin-top: 0;
    word-wrap: break-word; }
    @media (max-width: 899px) {
      .catalog-top &gt; .main-title, #despec-toner-guide #despec-toner-guide-content .catalog-top &gt; .despec-toner-guide-search-header {
        font-size: 24px; } }

.shop-catalog-category-title {
  margin-top: 0px;
  color: #fff; }

.secondtolast {
  margin-bottom: 20px; }

/*
 * Attributes selector popover
 */
.popover-attributes {
  z-index: 900; }

.product-info a.btn.add-to-cart-btn {
  color: #fff; }

/*
 * Pagination
 */
.pagination-info {
  float: right;
  margin-top: 26px; }

/*
 * Filters
 */
.shop-category-filter-icecat-order-span {
  margin-left: 10px; }
  .shop-category-filter-icecat-order-span input {
    margin-right: 5px;
    text-align: top;
    vertical-align: top; }

input[name='sis'] {
  margin-right: 5px;
  vertical-align: top; }

/*
 * Product catalog view
 */
.product-info {
  color: #000; }
  .product-info a, .product-info a:hover, .product-info a:visited, .product-info a:focus {
    color: #000; }

.product-info {
  padding: 10px; }
  .product-info .product-title {
    height: 44px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block; }

.special-label {
  color: #e31e27;
  margin: 8px 0px;
  display: block;
  text-align: right;
  font-weight: bold; }

.product-price {
  color: #e31e27;
  font-size: 16px; }
  .product-price .price-before {
    text-decoration: line-through;
    color: #ff0000; }
  .product-price .with-tax, .product-price .without-tax {
    text-align: right; }
  .product-price .price-label {
    color: #fff;
    font-size: 14px;
    margin-top: 2px; }

.add-favourite, .remove-favourite {
  color: #bbbbbb;
  font-size: 20px;
  display: block;
  padding-top: 2px;
  cursor: pointer; }
  .add-favourite:hover, .remove-favourite:hover {
    color: #e31e27; }

.remove-favourite {
  color: #e31e27; }

.product-container, .category-container {
  margin-bottom: 22px;
  min-height: 326px; }

.category-container {
  min-height: 266px; }

#add-to-cart-popover, #add-to-cart-popover-product {
  z-index: 101;
  width: 100%; }
  #add-to-cart-popover .success-box, #add-to-cart-popover-product .success-box {
    display: none; }
  #add-to-cart-popover .loader, #add-to-cart-popover-product .loader {
    display: inline-block; }
  #add-to-cart-popover .added-to-cart-title, #add-to-cart-popover-product .added-to-cart-title {
    display: none; }
  #add-to-cart-popover .adding-to-cart-title, #add-to-cart-popover-product .adding-to-cart-title {
    display: block; }
  #add-to-cart-popover.added-to-cart .loader, #add-to-cart-popover-product.added-to-cart .loader {
    display: none; }
  #add-to-cart-popover.added-to-cart .success-box, #add-to-cart-popover-product.added-to-cart .success-box {
    display: block;
    font-weight: 700; }
  #add-to-cart-popover.added-to-cart .adding-to-cart-title, #add-to-cart-popover-product.added-to-cart .adding-to-cart-title {
    display: none; }
  #add-to-cart-popover.added-to-cart .added-to-cart-title, #add-to-cart-popover-product.added-to-cart .added-to-cart-title {
    display: block; }
  #add-to-cart-popover .popover-title, #add-to-cart-popover-product .popover-title {
    font-weight: 700; }
  #add-to-cart-popover .popover-content, #add-to-cart-popover-product .popover-content {
    color: #e31e27;
    text-align: center; }
    #add-to-cart-popover .popover-content i, #add-to-cart-popover-product .popover-content i {
      font-size: 49px; }

#add-to-cart-overlay, #add-to-cart-overlay-product {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 4px;
  box-shadow: inset 0px 0px 50px black; }

.category-container-inner {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 50; }
  .category-container-inner &gt; a &gt; .category-title {
    border-bottom: 0;
    padding: 10px;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    overflow: hidden; }
  .category-container-inner:hover &gt; a &gt; .category-title {
    color: #e31e27; }

.category-grid {
  margin-top: 20px; }

.category-image {
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  height: 225px; }
  .category-image img {
    max-height: 225px;
    max-width: 225px; }

.product-image, .category-image, .product-thumb {
  position: relative; }
  .product-image .image-shadow, .category-image .image-shadow, .product-thumb .image-shadow {
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .product-image img, .category-image img, .product-thumb img {
    display: inline-block;
    z-index: 5;
    margin: auto;
    vertical-align: middle; }

.product-container-inner {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 50; }
  .product-container-inner .product-image {
    height: 179px;
    text-align: center;
    position: relative;
    border-radius: 4px; }
    .product-container-inner .product-image img {
      max-height: 169px;
      max-width: 261px; }

/*
 * Sku
 */
.sku-container {
  margin: 8px 0px;
  height: 40px;
  overflow: hidden; }

/**
 *   add to cart
 */
.product-quantity {
  padding: 5px;
  text-align: right;
  margin-right: 5px;
  margin-top: 1px; }

.product-quantity.form-control {
  display: inline-block;
  width: auto;
  margin-top: 0px; }

.add-to-cart-container {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #E6E6E6; }
  .add-to-cart-container .add-to-cart-btn {
    float: right;
    transition: all 0.5s ease; }

/*
 * Stock
 */
.stock-info-container {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #E6E6E6; }
  .stock-info-container .stock-indicator {
    border-radius: 18px;
    height: 10px;
    padding: 2px;
    margin-top: 4px;
    width: 10px;
    background-color: #ff0000;
    float: right; }
  .stock-info-container .stock-indicator.in-stock {
    background-color: green; }

/*
 * Add to cart popover
 */
#add-to-cart-popover .popover-content,
#add-to-cart-popover-product .popover-content {
  text-align: center; }

/*
 * Search
 */
#search-cat {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  padding-bottom: 20px; }
  #search-cat #search-cat-content td a {
    padding: 8px 8px;
    display: block;
    color: #4a4a4a; }
    #search-cat #search-cat-content td a:hover {
      color: #e31e27; }

/*
 * Autocomplete elm
 */
#ac-elm {
  background-color: #fff;
  border-radius: 4px;
  border: 6px solid #bbb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  #ac-elm ul li a {
    border-bottom: 1px solid #E6E6E6; }
    #ac-elm ul li a .ac-parent-title {
      font-size: 12px;
      font-weight: 600;
      color: #e31e27; }
    #ac-elm ul li a .ac-parent-title {
      border-left: 1px solid #E6E6E6;
      display: block; }
  #ac-elm ul li:last-child a {
    border-bottom: 0; }

/*
 * Related products (small right side boxes on product level).
 * Placed in this scss file for easy copying of the catalog product styles.
 */
.related-products-small .product-container-inner .product-title {
  height: 100%; }
.related-products-small .product-container-inner .product-price {
  font-size: 14px; }
.related-products-small .product-container-inner .add-to-cart-btn {
  width: 100%;
  margin-top: 10px;
  float: none; }
.related-products-small .product-container-inner:hover {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 100; }

/*
 * Special labels
 */
.special-label .popover {
  z-index: 185; }

.special-label {
  position: absolute;
  right: 40px;
  top: 20px; }
  .special-label .popover {
    display: block;
    text-align: right;
    font-weight: bold;
    position: relative;
    z-index: 185;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    width: auto; }
    .special-label .popover &gt; .arrow:after, .special-label .popover .arrow {
      border-color: transparent;
      border-style: solid;
      left: 20px;
      right: auto;
      border-top-color: #e31e27; }
    .special-label .popover &gt; .arrow {
      bottom: -7px; }
    .special-label .popover &gt; .arrow:after {
      left: -10px;
      margin-left: 0px; }
    .special-label .popover .special-text {
      background-color: #e31e27;
      color: #fff;
      padding: 6px 4px; }

@media (max-width: 899px) {
  .product-title {
    font-size: 24px; } }

#product-quantity, #product-attribute_1 {
  width: 180px;
  margin-right: 0px; }
  @media (max-width: 899px) {
    #product-quantity, #product-attribute_1 {
      width: 175px; } }

#add-to-cart-popover-product {
  max-width: 400px; }
  #add-to-cart-popover-product .btn {
    display: block; }

.title {
  color: #fff;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  height: auto;
  margin-top: 0;
  overflow: auto;
  padding-bottom: 10px;
  width: 100%; }

.container-bottom {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 50;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 0px;
  text-transform: uppercase;
  overflow: visible; }
  .container-bottom .title {
    font-size: 26px; }
  .container-bottom &gt; .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px; }
    .container-bottom &gt; .col-xs-8 &gt; h2 {
      margin-left: 15px; }
  .container-bottom #shop-catalog {
    background-color: #f2f2f2;
    border-top-right-radius: 4px;
    padding-right: 10px;
    padding-top: 10px;
    text-transform: none; }
  .container-bottom .pricebreak-container th {
    color: #e31e27;
    border-top: 0; }
  .container-bottom .pricebreak-container td {
    font-weight: bold; }
    .container-bottom .pricebreak-container td label[for="product-quantity"] {
      margin-top: 6px; }
    .container-bottom .pricebreak-container td .product-quantity {
      float: right;
      width: 26%; }
  .container-bottom .add-to-cart-btn {
    text-transform: none; }

.shop-product {
  margin-top: 20px; }
  .shop-product .description {
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    min-height: 105px;
    margin-top: 20px;
    border-top: 5px solid #E6E6E6; }
  .shop-product .sku-container {
    margin: 0;
    margin-bottom: 5px;
    font-style: italic;
    height: auto; }
  .shop-product .product-bottom {
    border-top: 3px solid #eee;
    padding-top: 10px;
    margin: 10px 0px; }
    .shop-product .product-bottom &gt; div {
      border-right: 1px solid #E6E6E6;
      display: table-cell;
      vertical-align: middle;
      float: none;
      height: 100%; }
      .shop-product .product-bottom &gt; div:last-child {
        border-right: 0; }
  .shop-product .stock-info-container {
    border-top: 0;
    margin: 0;
    padding: 0; }
    .shop-product .stock-info-container .stock-indicator {
      float: left;
      margin-right: 11px; }
    .shop-product .stock-info-container .stock-text {
      font-size: 14px; }
  .shop-product .product-price {
    font-size: 19px;
    text-transform: uppercase; }
  .shop-product .container-top {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 50;
    overflow: visible; }
    @media (max-width: 899px) {
      .shop-product .container-top .product-image-box {
        margin-right: -15px; } }
    .shop-product .container-top .product-image {
      text-align: center; }
      @media (max-width: 899px) {
        .shop-product .container-top .product-image {
          margin-right: -15px; } }
    .shop-product .container-top .product-info .inner-container {
      padding: 10px;
      padding-top: 0px; }

/*
 * Product images
 */
.product-thumb {
  margin: 10px 5px 0px;
  text-align: center;
  cursor: pointer;
  min-height: 66px; }
  .product-thumb img {
    max-height: 66px; }

.product-thumb:not(.video-link-thumb) img {
  position: relative;
  top: 10px; }

.video-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .video-link strong {
    transition: all 1s ease; }
    .video-link strong:hover {
      color: #e31e27;
      font-size: 20px; }

/*
 * Related products
 */
#related-products-anchor {
  margin-bottom: 10px; }

/*
 * special frontpage products
 */
.shop-new-products-titel {
  background-color: #fff;
  padding: 5px 0px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #e31e27;
  margin-bottom: 20px; }

.cart-count {
  display: block;
  margin-bottom: 10px; }

.go-to-payment-block {
  margin-top: 34px;
  margin-right: 21px; }

.login-box {
  padding: 5px;
  color: #212121;
  border-radius: 8px;
  font-weight: 500;
  min-width: 300px;
  padding-top: 30px;
  float: right; }
  .login-box a {
    padding: 5px 10px;
    background-color: #e31e27;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    float: right; }

.password-box {
  padding: 5px;
  color: #212121;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #A94442;
  position: relative;
  right: 170px;
  top: 56px;
  width: 150px;
  margin-right: -150px;
  font-weight: bold;
  background-color: #A94442; }
  .password-box a {
    padding: 5px 10px;
    background-color: #e31e27;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 8px; }

.cart-container table {
  border-top: 5px solid #e31e27;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-collapse: unset; }
.cart-container table.table th {
  background-color: #eee; }

/*
 * Checkout
 */
body.shop_groupcheckout hr, body.shop_myaccountgroup hr {
  margin: 10px 0;
  border-width: 5px;
  border-color: #e31e27; }

.required-field {
  color: #ff0000; }

#shop-checkout-group-select-metode &gt; div, .customer-type &gt; div {
  margin: 0px auto;
  padding: 10px;
  width: 80%; }
  #shop-checkout-group-select-metode &gt; div &gt; label, .customer-type &gt; div &gt; label {
    width: 32%;
    font-weight: 700; }

.qc-label {
  color: #4a4a4a;
  max-width: 260px; }
  .qc-label label input {
    margin-right: 5px;
    margin-bottom: 5px; }

#block-sc-mini {
  padding-top: 35px; }

.delivery-address .col-xs-6 {
  height: 34px;
  font-size: 14px;
  padding: 6px 15px; }

#shop-checkout-group-addresses input.form-control, #shop-checkout-group-addresses select.form-control {
  max-width: 95%; }
#shop-checkout-group-addresses ::-webkit-input-placeholder {
  color: #aeaeae;
  font-style: italic;
  opacity: 1; }
#shop-checkout-group-addresses :-moz-placeholder {
  color: #aeaeae;
  font-style: italic;
  opacity: 1; }
#shop-checkout-group-addresses ::-moz-placeholder {
  color: #aeaeae;
  font-style: italic;
  opacity: 1; }
#shop-checkout-group-addresses :-ms-input-placeholder {
  color: #aeaeae;
  font-style: italic;
  opacity: 1; }
#shop-checkout-group-addresses .required-field {
  float: right; }

td.quantity &gt; div {
  width: 200px; }

.shipping-payment-container {
  padding-left: 40px; }

div.clearfix.sep {
  margin-bottom: 20px; }

body.shop_groupcheckout #content &gt; div.row &gt; .col-xs-10 {
  background-color: #fff;
  border-radius: 4px; }

#cart-popover .btn-checkout {
  margin-left: 0px; }

.popover-error-message .popover {
  max-width: 200px;
  width: 200px;
  border-color: #a94442;
  background-color: #a94442;
  color: #fff;
  font-weight: bold; }
.popover-error-message .popover.top &gt; .arrow {
  border-top-color: #a94442; }
.popover-error-message .popover.top &gt; .arrow::after {
  border-top-color: #a94442; }
.popover-error-message .popover.left &gt; .arrow {
  border-left-color: #a94442; }
.popover-error-message .popover.left &gt; .arrow::after {
  border-left-color: #a94442; }
.popover-error-message .popover.right &gt; .arrow {
  border-right-color: #a94442; }
.popover-error-message .popover.right &gt; .arrow::after {
  border-right-color: #a94442; }
.popover-error-message .popover.bottom &gt; .arrow {
  border-bottom-color: #a94442; }
.popover-error-message .popover.bottom &gt; .arrow::after {
  border-bottom-color: #a94442; }

.checkout-title {
  border-bottom: 5px solid #e31e27;
  padding-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase; }

/*
 * General cart styles (Used by some top cart blocks)
 */
.cart-item-title {
  color: #000; }

.cart-item-price {
  color: #e31e27; }

.btn-go-to-cart {
  background-color: #e31e27;
  padding: 10px 12px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }
  .btn-go-to-cart:before {
    font-family: 'Glyphicons Halflings';
    content: "\e116";
    padding-right: 10px; }
  .btn-go-to-cart:hover {
    background-color: #e94b53; }

.btn-checkout, .btn-login, .btn-keep-shoping, .btn-empty-cart, .btn-return-to-cart, .btn-copy-adress, .btn-all-categories {
  background-color: #e31e27;
  padding-left: 7px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 10px 12px; }
  .btn-checkout img, .btn-login img, .btn-keep-shoping img, .btn-empty-cart img, .btn-return-to-cart img, .btn-copy-adress img, .btn-all-categories img {
    vertical-align: middle; }
  .btn-checkout:hover, .btn-login:hover, .btn-keep-shoping:hover, .btn-empty-cart:hover, .btn-return-to-cart:hover, .btn-copy-adress:hover, .btn-all-categories:hover {
    color: #fff;
    background-color: #e31e27; }

.shop-cart-button-minus, .shop-cart-button-plus {
  border: 0;
  background-color: #e31e27; }

.btn-keep-shoping {
  margin-right: 21px; }

.btn-checkout {
  background-color: #27ae60;
  padding-left: 7px;
  color: #fff; }
  .btn-checkout:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    margin-right: 10px;
    padding-left: 10px; }
  .btn-checkout:hover {
    background-color: #36d278; }

#div_form_checkout .form-horizontal .control-label {
  text-align: left; }
#div_form_checkout .checkout-title {
  border-bottom: none; }

.cart-total {
  padding: 10px 0px;
  border-top: 1px solid #E6E6E6;
  font-size: 16px; }
  .cart-total .total-price {
    color: #e31e27;
    font-weight: bold; }
  .cart-total .total-label {
    color: #e31e27;
    font-weight: bold; }

#addedToCartItem .cart-buttons &gt; div {
  width: 80%;
  margin: 0px auto; }

.cart-top-cart-item {
  margin-top: 10px; }

.shop_groupcheckout #content, .shop_pointshop_checkout #content {
  background-color: #fff;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px; }
  .shop_groupcheckout #content .title, .shop_pointshop_checkout #content .title {
    color: #212121; }

/*
 * Old cart
 */
#shop-cart {
  margin-bottom: 20px;
  color: #4a4a4a;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px; }
  #shop-cart .cart-title {
    border-bottom: 5px solid #E6E6E6;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase; }
  #shop-cart tr.shop-cart-tr-product &gt; td &gt; a {
    color: #4a4a4a; }
    #shop-cart tr.shop-cart-tr-product &gt; td &gt; a:hover {
      color: #4a4a4a; }
  #shop-cart .title {
    color: #e31e27; }

.totals-table {
  float: right;
  max-width: 550px;
  margin-bottom: 20px;
  border-top: 3px solid #E6E6E6;
  border-bottom: 3px solid #E6E6E6; }
  .totals-table td, .totals-table th {
    padding: 5px;
    font-weight: normal; }
  .totals-table tr.shop-cart-tr-total-price th {
    border-top: 3px solid #e31e27;
    font-size: 110%;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px; }
  .totals-table:after {
    clear: both; }

.table.cart &gt; tbody &gt; tr &gt; td {
  vertical-align: middle; }

.table.cart &gt; tbody &gt; tr &gt; td.quantity &gt; .btn, .table.cart &gt; tbody &gt; tr &gt; td.quantity &gt; .form-control {
  display: inline-block; }
.table.cart &gt; tbody &gt; tr &gt; td.total-price {
  min-width: 100px; }

#block-sc {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px; }
  #block-sc .company-info {
    float: right; }
    @media (max-width: 899px) {
      #block-sc .company-info {
        float: none;
        margin-top: 20px; } }
  #block-sc hr {
    margin: 8px 0px;
    border-width: 4px;
    border-color: #e31e27; }
  #block-sc a {
    color: #212121; }
  #block-sc li.active a {
    background-color: #e31e27;
    color: #fff; }
  #block-sc div.company-info {
    text-align: right;
    padding-bottom: 10px; }
    @media (max-width: 899px) {
      #block-sc div.company-info {
        text-align: left; } }
  #block-sc .customer-logo {
    text-align: center; }
    @media (max-width: 899px) {
      #block-sc .customer-logo {
        text-align: left; } }
    #block-sc .customer-logo img {
      display: inline-block;
      max-height: 81px; }
  #block-sc &gt; div.row &gt; div {
    display: table-cell;
    vertical-align: top; }
    #block-sc &gt; div.row &gt; div:last-child {
      border-right: 0; }

/*
 * Reorder
 */
#reorder-container .pagination, #favourites-container .pagination {
  margin: 0; }
#reorder-container .paginator-controls, #favourites-container .paginator-controls {
  margin: 10px; }
#reorder-container div.products-grid &gt; div.row, #favourites-container div.products-grid &gt; div.row {
  background-color: #f2f2f2;
  padding: 10px;
  padding-top: 22px; }
#reorder-container ul.shop_favourites_categories, #favourites-container ul.shop_favourites_categories {
  list-style-type: none;
  padding-left: 0px; }
  #reorder-container ul.shop_favourites_categories li &gt; a, #favourites-container ul.shop_favourites_categories li &gt; a {
    padding: 5px 0px;
    display: block; }
  #reorder-container ul.shop_favourites_categories li.level-1, #favourites-container ul.shop_favourites_categories li.level-1 {
    padding-left: 5px; }

.shop_favourites_categories {
  margin-bottom: 0px; }

@media (max-width: 599px) {
  #changeForm {
    text-align: center; } }

.new_customer .control-label {
  text-align: left; }
@media (max-width: 599px) {
  .new_customer .company_number {
    margin-bottom: 15px; } }

.toner-guide-link {
  font-weight: 600;
  padding-left: 15px;
  padding-top: 11px;
  color: #e31e27; }
  .toner-guide-link:hover {
    color: #fff; }

.toner-guide-left {
  margin-bottom: 15px; }
  .toner-guide-left .glyphicon {
    padding-top: 11px; }

#despec-toner-guide .btn {
  text-align: left; }
#despec-toner-guide #despec-toner-guide-content {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 4px; }
  #despec-toner-guide #despec-toner-guide-content .despec-toner-guide-search-header {
    margin-top: 0px; }
  #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer {
    cursor: pointer;
    padding: 5px;
    border-top: 1px solid #E6E6E6; }
    #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer:last-child {
      border-bottom: 1px solid #E6E6E6; }
    #despec-toner-guide #despec-toner-guide-content #despec-toner-guide-search .despec-toner-guide-search-printer:hover {
      font-weight: 600;
      color: #e31e27;
      background-color: #eee; }
#despec-toner-guide .shop-category-filter-icecat-title {
  font-weight: 600;
  color: #e31e27;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #E6E6E6; }
#despec-toner-guide #search-printer-ct {
  border-right: 3px solid #E6E6E6; }
#despec-toner-guide h4.main-title, #despec-toner-guide #despec-toner-guide-content h4.despec-toner-guide-search-header {
  margin-top: 0; }
#despec-toner-guide .divider {
  display: inline-block;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #4cae4c;
  margin: 0px 10px;
  margin-left: 4px; }

#cookieContainer {
  bottom: 0px;
  left: 0px;
  padding: 20px;
  position: fixed;
  background-color: #fff;
  border-top: 4px solid #e31e27;
  width: 100%;
  z-index: 999; }
  #cookieContainer .glyphicon-info-sign {
    font-size: 74px;
    color: #e31e27; }
    @media (max-width: 599px) {
      #cookieContainer .glyphicon-info-sign {
        font-size: 34px; } }
  #cookieContainer h3 {
    margin: 0;
    margin-bottom: 10px; }
  #cookieContainer .btn-large {
    font-size: 40px; }
    @media (max-width: 899px) {
      #cookieContainer .btn-large {
        font-size: 30px; } }
    @media (max-width: 599px) {
      #cookieContainer .btn-large {
        margin-top: 10px;
        font-size: 22px; } }

#cookieContainer-inner {
  line-height: 24px; }
  @media (max-width: 599px) {
    #cookieContainer-inner {
      line-height: 18px; } }

div.add-giftcard-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  max-width: 30%;
  table-layout: fixed;
  margin-bottom: 20px; }
  div.add-giftcard-container .block-header {
    background-color: #e31e27;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  div.add-giftcard-container .block-content {
    padding: 10px; }
    div.add-giftcard-container .block-content .btn-add-giftcard {
      margin-top: 10px; }

#catalog-filter-collection #catalog-filter-collection-container {
  background-color: #f2f2f2;
  border-color: transparent; }
  #catalog-filter-collection #catalog-filter-collection-container .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px; }
  #catalog-filter-collection #catalog-filter-collection-container .navbar-toggle {
    margin-right: 0px; }
#catalog-filter-collection .noUi-connect {
  background: #e31e27; }
#catalog-filter-collection .filter-title {
  background-color: #fff;
  color: #212121;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  #catalog-filter-collection .filter-title .popover-content {
    color: #212121; }
#catalog-filter-collection .filter-container {
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(192, 192, 192, 0.8);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  #catalog-filter-collection .filter-container table.table &gt; tbody &gt; tr &gt; td {
    padding: 5px; }
  #catalog-filter-collection .filter-container table.table &gt; tbody &gt; tr &gt; td.align-right {
    text-align: right; }
  #catalog-filter-collection .filter-container .count {
    font-size: 11px;
    color: #909090;
    font-weight: 700;
    white-space: nowrap; }
  #catalog-filter-collection .filter-container label {
    font-weight: normal;
    font-size: 13px;
    display: block;
    cursor: pointer;
    margin-bottom: 0px; }

.dontShowAutoToogle {
  font-size: 16px;
  cursor: pointer; }

.step-container {
  padding-left: 0px;
  padding-right: 0px;
  width: 602px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px; }

.smpl-step &gt; .smpl-step-step {
  padding: 0;
  position: relative; }

.smpl-step &gt; .smpl-step-step .smpl-step-num {
  margin-top: 10px;
  margin-left: -118px;
  font-size: 9px; }

.smpl-step &gt; .smpl-step-step .smpl-step-info {
  margin-top: 23px;
  font-size: 13px;
  white-space: nowrap;
  color: #fff; }

.smpl-step &gt; .smpl-step-step &gt; .smpl-step-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  background: #e31e27;
  color: #fff;
  top: 45px;
  left: 50%;
  margin-top: -35px;
  margin-left: -20px;
  border-radius: 50%; }

.smpl-step &gt; .smpl-step-step &gt; .progress {
  position: relative;
  border-radius: 0px;
  height: 4px;
  box-shadow: none;
  margin-top: 28px;
  margin-left: -8px; }

.smpl-step &gt; .smpl-step-step &gt; .progress &gt; .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #e31e27; }

.smpl-step &gt; .smpl-step-step.complete &gt; .progress &gt; .progress-bar {
  width: 100%; }

.smpl-step &gt; .smpl-step-step.active &gt; .progress &gt; .progress-bar {
  width: 50%; }

.smpl-step &gt; .smpl-step-step:first-child.active &gt; .progress &gt; .progress-bar {
  width: 0%; }

.smpl-step &gt; .smpl-step-step:last-child.active &gt; .progress &gt; .progress-bar {
  width: 100%; }

.smpl-step &gt; .smpl-step-step.disabled &gt; .smpl-step-icon {
  background-color: #f5f5f5; }

.smpl-step &gt; .smpl-step-step.disabled &gt; .smpl-step-icon:after {
  opacity: 0; }

.smpl-step &gt; .smpl-step-step:first-child &gt; .progress {
  left: 50%;
  width: 50%; }

.smpl-step &gt; .smpl-step-step:last-child &gt; .progress {
  width: 50%; }

.smpl-step &gt; .smpl-step-step.disabled a.smpl-step-icon {
  pointer-events: none; }

.admin-dg-label {
  font-size: 12px;
  margin: 8px 0px;
  display: block;
  text-align: right;
  color: #e31e27; }

.salesconsultant-logback {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
  border: 6px solid rgba(187, 187, 187, 0.7);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  z-index: 1000; }
  .salesconsultant-logback .alert {
    margin-bottom: 0px; }

.tag-container {
  padding-top: 10px;
  padding-bottom: 10px; }
  .tag-container a, .tag-container a:hover, .tag-container a:visited, .tag-container a:focus {
    padding: 5px 10px;
    background-color: #e31e27;
    color: #fff;
    border-radius: 4px;
    font-weight: bold; }

.tags-container {
  padding-top: 10px; }

.ideas-middle {
  border-top: 3px solid #eee;
  padding-top: 10px;
  margin: 10px 0px; }

.ideas-products {
  border-top: 3px solid #eee;
  padding-top: 10px; }

.ideas-title {
  height: 66px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px; }

.ideas-container-inner {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 50; }
  .ideas-container-inner &gt; .category-title, .ideas-container-inner &gt; a &gt; .category-title {
    border-bottom: 0;
    padding: 10px;
    padding-bottom: 0px;
    color: #e31e27;
    font-size: 18px;
    font-weight: 600; }
  .ideas-container-inner &gt; .category-title-description, .ideas-container-inner &gt; a &gt; .category-title-description {
    border-bottom: 0;
    padding: 10px;
    padding-top: 0px;
    color: #e31e27;
    font-size: 18px; }
  .ideas-container-inner:hover &gt; a &gt; .category-title {
    color: #212121; }
  .ideas-container-inner:hover &gt; a &gt; .category-title-description {
    color: #212121; }

.pointshop-cant-buy {
  pointer-events: none;
  opacity: 0.4; }

.product-price .price-label-missing, .with-tax-missing {
  color: #FF0000; }

.pointshop-buy-div {
  margin: auto;
  text-align: center; }

.add-to-pointshop-cart-container {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #E6E6E6; }
  .add-to-pointshop-cart-container .add-to-cart-btn {
    transition: all 0.5s ease; }

.attribute-message {
  color: #f00; }

.product-attribute-grid,
select.product_attribute {
  float: right; }

div.attribute-option {
  user-select: none;
  display: inline-block;
  margin: 3px 0px 0px 0px;
  cursor: pointer; }

.attribute-option-media {
  height: 32px;
  width: 32px;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.attribute-option-color {
  height: 32px;
  width: 32px;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.attribute-option-text {
  height: 32px;
  padding: 6px 16px 12px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center;
  color: #555; }

.attribute-option.selected {
  /* border: 1px solid #4A4A4A; */
  box-shadow: 0px 0px 0px 1px #4A4A4A; }

option.attribute-option[disabled] {
  font-style: italic;
  background: #ddd; }

.attribute-option.attribute-option-text[disabled] {
  background-color: #ddd;
  color: #777; }

.attribute-option.attribute-option-media[disabled] {
  opacity: 0.3; }

.price-break-container.has-discount {
  text-decoration: line-through; }

.product-gallery-image-container {
  min-height: 90px;
  margin-top: 10px; }

/*
 * Grid fix
 */
.container.alpha {
  padding-left: 0px; }

.container.omega {
  padding-right: 0px; }

.row.alpha {
  margin-left: 0px; }

.row.omega {
  margin-right: 0px; }

@media (max-width: 1199px) {
  .row.alpha-md {
    margin-left: 0px; } }

@media (max-width: 899px) {
  .row.alpha-sm {
    margin-left: 0px; } }

@media (max-width: 599px) {
  .row.alpha-xs {
    margin-left: 0px; } }

@media (max-width: 1199px) {
  .row.omega-md {
    margin-right: 0px; } }

@media (max-width: 899px) {
  .row.omega-sm {
    margin-right: 0px; } }

@media (max-width: 599px) {
  .row.omega-xs {
    margin-right: 0px; } }

.col-xs-1.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-1.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-1.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-1.alpha-xs {
    padding-left: 0px; } }

.col-xs-1.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-1.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-1.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-1.omega-xs {
    padding-right: 0px; } }

.col-sm-1.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-1.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-1.alpha-sm {
    padding-left: 0px; } }

.col-sm-1.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-1.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-1.omega-sm {
    padding-right: 0px; } }

.col-md-1.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-1.alpha-md {
    padding-left: 0px; } }

.col-md-1.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-1.omega-md {
    padding-right: 0px; } }

.col-lg-1.alpha {
  padding-left: 0px; }

.col-lg-1.omega {
  padding-right: 0px; }

.col-xs-2.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-2.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-2.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-2.alpha-xs {
    padding-left: 0px; } }

.col-xs-2.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-2.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-2.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-2.omega-xs {
    padding-right: 0px; } }

.col-sm-2.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-2.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-2.alpha-sm {
    padding-left: 0px; } }

.col-sm-2.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-2.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-2.omega-sm {
    padding-right: 0px; } }

.col-md-2.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-2.alpha-md {
    padding-left: 0px; } }

.col-md-2.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-2.omega-md {
    padding-right: 0px; } }

.col-lg-2.alpha {
  padding-left: 0px; }

.col-lg-2.omega {
  padding-right: 0px; }

.col-xs-3.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-3.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-3.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-3.alpha-xs {
    padding-left: 0px; } }

.col-xs-3.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-3.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-3.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-3.omega-xs {
    padding-right: 0px; } }

.col-sm-3.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-3.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-3.alpha-sm {
    padding-left: 0px; } }

.col-sm-3.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-3.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-3.omega-sm {
    padding-right: 0px; } }

.col-md-3.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-3.alpha-md {
    padding-left: 0px; } }

.col-md-3.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-3.omega-md {
    padding-right: 0px; } }

.col-lg-3.alpha {
  padding-left: 0px; }

.col-lg-3.omega {
  padding-right: 0px; }

.col-xs-4.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-4.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-4.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-4.alpha-xs {
    padding-left: 0px; } }

.col-xs-4.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-4.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-4.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-4.omega-xs {
    padding-right: 0px; } }

.col-sm-4.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-4.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-4.alpha-sm {
    padding-left: 0px; } }

.col-sm-4.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-4.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-4.omega-sm {
    padding-right: 0px; } }

.col-md-4.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-4.alpha-md {
    padding-left: 0px; } }

.col-md-4.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-4.omega-md {
    padding-right: 0px; } }

.col-lg-4.alpha {
  padding-left: 0px; }

.col-lg-4.omega {
  padding-right: 0px; }

.col-xs-5.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-5.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-5.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-5.alpha-xs {
    padding-left: 0px; } }

.col-xs-5.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-5.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-5.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-5.omega-xs {
    padding-right: 0px; } }

.col-sm-5.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-5.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-5.alpha-sm {
    padding-left: 0px; } }

.col-sm-5.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-5.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-5.omega-sm {
    padding-right: 0px; } }

.col-md-5.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-5.alpha-md {
    padding-left: 0px; } }

.col-md-5.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-5.omega-md {
    padding-right: 0px; } }

.col-lg-5.alpha {
  padding-left: 0px; }

.col-lg-5.omega {
  padding-right: 0px; }

.col-xs-6.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-6.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-6.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-6.alpha-xs {
    padding-left: 0px; } }

.col-xs-6.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-6.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-6.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-6.omega-xs {
    padding-right: 0px; } }

.col-sm-6.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-6.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-6.alpha-sm {
    padding-left: 0px; } }

.col-sm-6.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-6.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-6.omega-sm {
    padding-right: 0px; } }

.col-md-6.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-6.alpha-md {
    padding-left: 0px; } }

.col-md-6.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-6.omega-md {
    padding-right: 0px; } }

.col-lg-6.alpha {
  padding-left: 0px; }

.col-lg-6.omega {
  padding-right: 0px; }

.col-xs-7.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-7.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-7.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-7.alpha-xs {
    padding-left: 0px; } }

.col-xs-7.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-7.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-7.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-7.omega-xs {
    padding-right: 0px; } }

.col-sm-7.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-7.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-7.alpha-sm {
    padding-left: 0px; } }

.col-sm-7.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-7.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-7.omega-sm {
    padding-right: 0px; } }

.col-md-7.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-7.alpha-md {
    padding-left: 0px; } }

.col-md-7.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-7.omega-md {
    padding-right: 0px; } }

.col-lg-7.alpha {
  padding-left: 0px; }

.col-lg-7.omega {
  padding-right: 0px; }

.col-xs-8.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-8.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-8.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-8.alpha-xs {
    padding-left: 0px; } }

.col-xs-8.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-8.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-8.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-8.omega-xs {
    padding-right: 0px; } }

.col-sm-8.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-8.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-8.alpha-sm {
    padding-left: 0px; } }

.col-sm-8.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-8.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-8.omega-sm {
    padding-right: 0px; } }

.col-md-8.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-8.alpha-md {
    padding-left: 0px; } }

.col-md-8.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-8.omega-md {
    padding-right: 0px; } }

.col-lg-8.alpha {
  padding-left: 0px; }

.col-lg-8.omega {
  padding-right: 0px; }

.col-xs-9.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-9.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-9.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-9.alpha-xs {
    padding-left: 0px; } }

.col-xs-9.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-9.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-9.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-9.omega-xs {
    padding-right: 0px; } }

.col-sm-9.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-9.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-9.alpha-sm {
    padding-left: 0px; } }

.col-sm-9.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-9.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-9.omega-sm {
    padding-right: 0px; } }

.col-md-9.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-9.alpha-md {
    padding-left: 0px; } }

.col-md-9.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-9.omega-md {
    padding-right: 0px; } }

.col-lg-9.alpha {
  padding-left: 0px; }

.col-lg-9.omega {
  padding-right: 0px; }

.col-xs-10.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-10.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-10.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-10.alpha-xs {
    padding-left: 0px; } }

.col-xs-10.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-10.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-10.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-10.omega-xs {
    padding-right: 0px; } }

.col-sm-10.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-10.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-10.alpha-sm {
    padding-left: 0px; } }

.col-sm-10.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-10.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-10.omega-sm {
    padding-right: 0px; } }

.col-md-10.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-10.alpha-md {
    padding-left: 0px; } }

.col-md-10.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-10.omega-md {
    padding-right: 0px; } }

.col-lg-10.alpha {
  padding-left: 0px; }

.col-lg-10.omega {
  padding-right: 0px; }

.col-xs-11.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-11.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-11.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-11.alpha-xs {
    padding-left: 0px; } }

.col-xs-11.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-11.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-11.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-11.omega-xs {
    padding-right: 0px; } }

.col-sm-11.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-11.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-11.alpha-sm {
    padding-left: 0px; } }

.col-sm-11.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-11.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-11.omega-sm {
    padding-right: 0px; } }

.col-md-11.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-11.alpha-md {
    padding-left: 0px; } }

.col-md-11.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-11.omega-md {
    padding-right: 0px; } }

.col-lg-11.alpha {
  padding-left: 0px; }

.col-lg-11.omega {
  padding-right: 0px; }

.col-xs-12.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-xs-12.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-xs-12.alpha-sm {
    padding-left: 0px; } }

@media (max-width: 599px) {
  .col-xs-12.alpha-xs {
    padding-left: 0px; } }

.col-xs-12.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-xs-12.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-xs-12.omega-sm {
    padding-right: 0px; } }

@media (max-width: 599px) {
  .col-xs-12.omega-xs {
    padding-right: 0px; } }

.col-sm-12.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-sm-12.alpha-md {
    padding-left: 0px; } }

@media (max-width: 899px) {
  .col-sm-12.alpha-sm {
    padding-left: 0px; } }

.col-sm-12.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-sm-12.omega-md {
    padding-right: 0px; } }

@media (max-width: 899px) {
  .col-sm-12.omega-sm {
    padding-right: 0px; } }

.col-md-12.alpha {
  padding-left: 0px; }

@media (max-width: 1199px) {
  .col-md-12.alpha-md {
    padding-left: 0px; } }

.col-md-12.omega {
  padding-right: 0px; }

@media (max-width: 1199px) {
  .col-md-12.omega-md {
    padding-right: 0px; } }

.col-lg-12.alpha {
  padding-left: 0px; }

.col-lg-12.omega {
  padding-right: 0px; }

.eb-home-banner {
  display: flex;
  align-items: center;
  align-items: center;
  background-color: wheat;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold; }
  .eb-home-banner p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 24px; }

button:focus {
  outline: none !important; }

.eb-frontpage {
  padding-top: 40px; }
  .eb-frontpage a:not(.eb-slide-link) {
    background-color: #212121;
    color: #ddd;
    padding: 14px 30px;
    border-radius: 30px; }
  .eb-frontpage .eb-top-boxes {
    display: flex; }
    .eb-frontpage .eb-top-boxes .eb-slide-content {
      display: block;
      padding: 20px; }
    .eb-frontpage .eb-top-boxes__main, .eb-frontpage .eb-top-boxes__list {
      overflow: hidden;
      font-weight: bold; }
      .eb-frontpage .eb-top-boxes__main img, .eb-frontpage .eb-top-boxes__list img {
        width: 100%;
        max-height: 200px;
        object-fit: cover; }
    .eb-frontpage .eb-top-boxes__main {
      width: 50%;
      margin-right: 10px;
      background-color: #ddd; }
      .eb-frontpage .eb-top-boxes__main .eb-slide-title {
        font-size: 24px; }
      .eb-frontpage .eb-top-boxes__main img {
        max-height: 400px; }
      .eb-frontpage .eb-top-boxes__main .eb-slide-content a {
        margin-top: 20px;
        display: inline-block; }
    .eb-frontpage .eb-top-boxes__list {
      margin-left: 10px;
      width: 50%;
      max-height: 50%;
      list-style: none;
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .eb-frontpage .eb-top-boxes__list__item {
        width: 50%; }
        .eb-frontpage .eb-top-boxes__list__item:nth-child(odd) &gt; .eb-slide-link {
          margin-left: 0; }
        .eb-frontpage .eb-top-boxes__list__item:nth-child(even) &gt; .eb-slide-link {
          margin-right: 0; }
        .eb-frontpage .eb-top-boxes__list__item:nth-child(n+3) &gt; .eb-slide-link {
          margin-top: 20px; }
        .eb-frontpage .eb-top-boxes__list__item &gt; .eb-slide-link {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          background-color: #ddd;
          margin-left: 10px;
          margin-right: 10px;
          text-decoration: none;
          color: #212121;
          font-size: 16px; }
    @media only screen and (max-width: 999px) {
      .eb-frontpage .eb-top-boxes {
        flex-direction: column; }
        .eb-frontpage .eb-top-boxes__main, .eb-frontpage .eb-top-boxes__list {
          width: 100%;
          margin-left: 0;
          margin-right: 0; }
        .eb-frontpage .eb-top-boxes__list {
          margin-top: 20px; } }
    @media only screen and (max-width: 999px) and (max-width: 599px) {
      .eb-frontpage .eb-top-boxes__list__item {
        width: 100%; }
        .eb-frontpage .eb-top-boxes__list__item .eb-slide-link {
          margin-left: 0 !important;
          margin-right: 0 !important;
          margin-top: 0 !important; }
        .eb-frontpage .eb-top-boxes__list__item:nth-child(n+2) {
          margin-top: 20px; } }

@media only screen and (max-width: 1199px) {
  .eb-header-contact {
    visibility: hidden; } }
.eb-featured-prods-container {
  position: relative; }
  .eb-featured-prods-container__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e31e27;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 100%;
    z-index: 9; }
    .eb-featured-prods-container__btn[disabled] {
      filter: opacity(0.5);
      pointer-events: none; }
    .eb-featured-prods-container__btn path {
      fill: white; }
    .eb-featured-prods-container__btn--prev {
      left: -20px; }
      @media only screen and (max-width: 1420px) {
        .eb-featured-prods-container__btn--prev {
          left: 20px; } }
    .eb-featured-prods-container__btn--next {
      right: -20px; }
      @media only screen and (max-width: 1420px) {
        .eb-featured-prods-container__btn--next {
          right: 20px; } }
  .eb-featured-prods-container .eb-featured-prods {
    display: flex;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px; }
    .eb-featured-prods-container .eb-featured-prods__item {
      flex: 0 0 25%;
      transition: .5s ease; }
      @media only screen and (max-width: 999px) {
        .eb-featured-prods-container .eb-featured-prods__item {
          flex: 0 0 33.333%; } }
      @media only screen and (max-width: 760px) {
        .eb-featured-prods-container .eb-featured-prods__item {
          flex: 0 0 50%; } }
      @media only screen and (max-width: 599px) {
        .eb-featured-prods-container .eb-featured-prods__item {
          flex: 0 0 100%; } }
      .eb-featured-prods-container .eb-featured-prods__item--3 {
        flex: 0 0 33.333%; }
        @media only screen and (max-width: 999px) {
          .eb-featured-prods-container .eb-featured-prods__item--3 {
            flex: 0 0 33.333%; } }
        @media only screen and (max-width: 760px) {
          .eb-featured-prods-container .eb-featured-prods__item--3 {
            flex: 0 0 50%; } }
        @media only screen and (max-width: 599px) {
          .eb-featured-prods-container .eb-featured-prods__item--3 {
            flex: 0 0 100%; } }
      .eb-featured-prods-container .eb-featured-prods__item &gt; div {
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #ccc;
        padding: 20px;
        background-color: #fff;
        height: 100%; }
      .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod {
        text-decoration: none;
        color: #000;
        height: 100%;
        display: flex;
        flex-direction: column; }
        .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod img {
          width: 100%;
          height: 200px;
          object-fit: contain;
          margin-bottom: 20px; }
        .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod__title, .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod__price {
          display: block; }
        .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod__title {
          height: 100%;
          flex: 2; }
        .eb-featured-prods-container .eb-featured-prods__item .eb-home-prod__price {
          margin-top: 20px;
          color: #aaa;
          font-weight: bold; }

#block-sc .col-xs-12 &gt; img {
  width: 100%;
  height: auto; }

.eb-home-ctas {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  @media only screen and (max-width: 599px) {
    .eb-home-ctas {
      margin-left: 0;
      margin-right: 0; } }
  .eb-home-ctas__list {
    display: flex;
    list-style: none;
    padding-left: 0; }
    @media only screen and (max-width: 1199px) {
      .eb-home-ctas__list {
        flex-wrap: wrap; } }
  .eb-home-ctas__item {
    flex: 25%; }
    @media only screen and (max-width: 1199px) {
      .eb-home-ctas__item {
        flex: 50%; }
        .eb-home-ctas__item:nth-child(n+3) {
          margin-top: 20px; } }
    @media only screen and (max-width: 599px) {
      .eb-home-ctas__item {
        flex: 100% !important; }
        .eb-home-ctas__item:nth-child(n+2) {
          margin-top: 20px !important; } }
    .eb-home-ctas__item &gt; div {
      margin-left: 10px;
      margin-right: 10px; }
      @media only screen and (max-width: 599px) {
        .eb-home-ctas__item &gt; div {
          margin-left: 0;
          margin-right: 0; } }
    .eb-home-ctas__item .eb-slide-link {
      display: block;
      height: 260px;
      position: relative; }
      .eb-home-ctas__item .eb-slide-link img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .eb-home-ctas__item .eb-slide-link .eb-slide-content {
        position: absolute;
        z-index: 9;
        left: 0;
        margin: 0 auto;
        padding: 10px 40px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-color: rgba(33, 33, 33, 0.6);
        text-align: center;
        width: max-content;
        color: white; }
        @media only screen and (max-width: 699px) {
          .eb-home-ctas__item .eb-slide-link .eb-slide-content {
            padding-left: 10px;
            padding-right: 10px; } }
        .eb-home-ctas__item .eb-slide-link .eb-slide-content .eb-title {
          font-size: 24px;
          display: block;
          margin-bottom: 10px; }
        .eb-home-ctas__item .eb-slide-link .eb-slide-content .eb-text {
          margin-bottom: 0; }

.eb-featured-prods-wrapper {
  margin-bottom: 40px;
  display: flex;
  margin-top: 40px; }
  .eb-featured-prods-wrapper__content {
    width: calc(50% - 60px);
    background-color: #ccc;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px; }
    .eb-featured-prods-wrapper__content h1, .eb-featured-prods-wrapper__content h2, .eb-featured-prods-wrapper__content h3, .eb-featured-prods-wrapper__content h4, .eb-featured-prods-wrapper__content h5, .eb-featured-prods-wrapper__content h6 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 34px; }
    .eb-featured-prods-wrapper__content a {
      display: inline-block;
      background-color: #212121;
      color: #ddd;
      padding: 14px 30px;
      border-radius: 30px;
      font-weight: bold; }
  .eb-featured-prods-wrapper .eb-featured-prods {
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (max-width: 999px) {
    .eb-featured-prods-wrapper {
      flex-direction: column; }
      .eb-featured-prods-wrapper__content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px; } }

#block-sc {
  margin-bottom: 40px; }

.eb-footer {
  background-color: #212121;
  position: relative; }
  .eb-footer #logo-bottom {
    margin-top: -10px; }
  .eb-footer .bold-red {
    font-weight: bold;
    color: #e31e27; }
  .eb-footer .eb-footer-address {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .eb-footer #footer {
    border-top: 0; }
    @media only screen and (max-width: 899px) {
      .eb-footer #footer &gt; .row {
        display: flex;
        flex-direction: column; }
        .eb-footer #footer &gt; .row &gt; * {
          max-width: 500px;
          width: 100%;
          margin: 0 auto; }
      .eb-footer #footer .eb-footer-address {
        align-items: flex-start; }
        .eb-footer #footer .eb-footer-address address {
          text-align: left; } }
    .eb-footer #footer address {
      width: 100%; }
    .eb-footer #footer .eb-socials {
      list-style: none;
      padding-left: 0; }
      .eb-footer #footer .eb-socials__link {
        display: flex;
        align-items: center; }
      .eb-footer #footer .eb-socials svg {
        width: 30px;
        height: 30px; }
        .eb-footer #footer .eb-socials svg path {
          fill: white; }
    .eb-footer #footer .eb-openinghours {
      width: 100%; }
  .eb-footer .logo-container-eb {
    display: flex;
    flex-direction: column; }
  .eb-footer .eb-openinghours {
    width: 100%;
    margin-bottom: 20px; }

.eb-signup-form {
  color: #ddd;
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-left: auto;
  transition: .5s ease; }
  .eb-signup-form--show {
    bottom: 0%; }
  .eb-signup-form__close {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 0;
    border: 0;
    background-color: transparent; }
    .eb-signup-form__close svg {
      width: 30px;
      height: 30px; }
  .eb-signup-form #mc_embed_signup .mc-field-group input {
    color: black; }
  .eb-signup-form #mce-responses {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: white !important; }
    .eb-signup-form #mce-responses .response {
      color: white !important;
      width: 100% !important;
      line-height: 20px !important; }
  .eb-signup-form #mc_embed_shell {
    display: flex;
    position: relative;
    margin-left: auto;
    max-width: 500px;
    transform: translateX(15px); }
  .eb-signup-form #mc_embed_signup {
    background-color: steelblue;
    min-width: 400px;
    width: 100%; }
    .eb-signup-form #mc_embed_signup .asterisk {
      color: crimson; }
    .eb-signup-form #mc_embed_signup input[type="submit"] {
      display: inline-block;
      background-color: #212121;
      color: #ddd;
      padding: 14px 30px !important;
      border-radius: 30px;
      font-weight: bold;
      height: auto;
      margin: 0 auto;
      display: flex;
      line-height: normal;
      margin-top: 10px; }
  @media only screen and (max-width: 1439px) {
    .eb-signup-form {
      left: auto;
      right: 20px;
      width: 100% !important;
      max-width: none !important; }
      .eb-signup-form #mc_embed_shell {
        transform: translateX(0) !important; } }
  @media only screen and (max-width: 445px) {
    .eb-signup-form {
      right: auto;
      padding-left: 25px;
      padding-right: 40px; }
      .eb-signup-form #mc_embed_shell {
        width: 100%; }
      .eb-signup-form #mc_embed_signup {
        min-width: auto !important; } }

.eb-trustpilot {
  margin-left: 20px; }
  .eb-trustpilot img {
    max-width: 140px;
    width: 100%; }

.eb-header-contact {
  padding-left: 0;
  display: flex;
  flex-direction: column; }

.important-links ul {
  list-style: none;
  padding-left: 0; }

/*# sourceMappingURL=default.css.map */
</pre></body></html>