#flex-aligned-spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#flex-aligned {
  display: flex;
  justify-content: center;
  align-items: center;
}
/** Product Listing **/
.filter-title {
  text-align: center;
}
.filter-title strong {
  font-weight: 600;
  border: 0;
  padding: 10px 75px;
  border-radius: 30px;
  position: unset;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #505050;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .filter.active .filter-title strong {
    top: 7px;
    position: absolute;
    padding: 11px 18px;
    margin-bottom: 0px;
  }
}
.page-products .columns {
  padding-top: 0px;
}
.page-products .columns .sidebar .filter-title {
  border-bottom: 0;
  height: auto;
}
.page-products .columns .sidebar .filter-content > .filter-subtitle {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-bottom: 0;
  padding: 10px;
  color: #01387c;
  font-weight: 600;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .sidebar .filter-content > .filter-subtitle {
    box-shadow: none;
    color: inherit;
    border-bottom: 1px solid #d0d0d0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-products .columns .sidebar .filter-content > .filter-subtitle {
    padding-bottom: 20px;
    font-size: 15px;
  }
}
.page-products .columns .sidebar .filter-options {
  background-color: #eee;
  top: 60px;
}
.page-products .columns .sidebar .filter-options .filter-options-title {
  color: #01387c;
  text-transform: none;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .sidebar .filter-options .filter-options-title {
    font-size: inherit;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
  }
}
@media only screen and (min-width: 1024px) {
  .page-products .columns .sidebar .filter-options .filter-options-title {
    font-size: 16px;
  }
}
.page-products .columns .sidebar .filter-options .filter-options-item {
  background-color: #fff;
  border-bottom: 0;
  margin-bottom: 3px;
}
.page-products .columns .sidebar .filter-options .filter-options-item .items .item {
  margin: 0;
}
.page-products .columns .sidebar .filter-options .filter-options-item .items .item > a {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .sidebar .filter-options .filter-options-item .items .item > a {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-products .columns .sidebar .filter-options .filter-options-item {
    background-color: #eee;
    padding-bottom: 0;
  }
  .page-products .columns .sidebar .filter-options .filter-options-item .filter-options-content {
    background-color: #fff;
    padding: 5px 10px;
  }
}
.page-products .columns .sidebar .filter .filter-current .filter-current-subtitle {
  display: none;
}
.page-products .columns .sidebar .filter .filter-current .items {
  padding: 15px 5px 30px;
  display: block;
}
.page-products .columns .sidebar .filter .filter-current .items .item {
  padding-left: 26px;
}
.page-products .columns .sidebar .filter .filter-current .action.remove {
  width: 20px;
  height: 20px;
  background-color: #a8a100;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-products .columns .sidebar .filter .filter-current .action.remove::before {
  color: #fff;
  font-weight: 600;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .sidebar .filter .filter-current .filter-current-subtitle {
    border-bottom: 1px solid #d0d0d0;
  }
}
.page-products .columns .sidebar .filter .block-actions.filter-actions {
  display: block;
  margin-top: -25px;
}
.page-products .columns .toolbar {
  margin-top: 5px;
}
.page-products .columns .toolbar .toolbar-amount {
  float: left;
}
.page-products .columns .toolbar .toolbar-amount .toolbar-number {
  color: #01387c;
  font-weight: 600;
}
.page-products .columns .toolbar .toolbar-sorter {
  float: right;
  position: unset;
}
.page-products .columns .toolbar .toolbar-sorter .sorter-action::before {
  color: #01387c;
}
.page-products .columns .toolbar .limiter-options,
.page-products .columns .toolbar .sorter-options {
  padding: 4px 25px 5px 0px;
  font-weight: 600;
  color: #01387c;
  border: 0;
  font-size: inherit;
  outline: none;
  margin-left: 5px;
  background-color: transparent;
  box-shadow: none;
  margin-right: 0;
  background-position: center right;
}
.page-products .columns .toolbar .limiter-options {
  width: 100%;
}
.page-products .columns .toolbar .field.limiter,
.page-products .columns .toolbar .pages {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1440px) {
  .page-products .columns .toolbar .toolbar-amount,
  .page-products .columns .toolbar .toolbar-sorter,
  .page-products .columns .toolbar .field.limiter {
    font-size: 15px;
  }
}
.page-products .columns .products {
  margin: 20px 0;
}
.page-products .columns .products .product-item {
  margin-bottom: 20px;
}
.page-products .columns .products .product-item .product-item-details {
  text-align: center;
}
.page-products .columns .products .product-item .product-item-details .product-item-name {
  min-height: 37px;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .products .product-item .product-item-details .product-item-name {
    min-height: unset;
  }
}
.page-products .columns .products .product-item .product-item-details .price-box {
  display: flex;
  flex-flow: column-reverse;
  margin: 0px 0 15px;
}
.page-products .columns .products .product-item .product-item-details .price-box .price {
  font-size: 15px;
  font-weight: 600;
  color: #01387c;
}
.page-products .columns .products .product-item .product-item-details .price-box .special-price .price {
  color: red;
}
.page-products .columns .products .product-item .product-item-details .price-box .old-price {
  margin: 0;
}
.page-products .columns .products .product-item .product-item-details .price-box .old-price .price-label {
  display: none;
}
.page-products .columns .products .product-item .product-item-details .price-box .old-price .price {
  text-decoration: line-through;
  color: #505050;
}
.page-products .columns .products .product-item .product-item-details .product-reviews-summary {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .products .product-item .product-item-details .product-reviews-summary {
    margin-bottom: 15px;
  }
}
.page-products .columns .products .product-item .product-item-photo > a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-products .columns .products .product-item .product-item-photo > a {
    padding: 15px;
  }
}
.page-products .columns .products .product-item .product-item-photo .product-image-wrapper.hover-effect > .product-image-photo {
  background-color: #fff;
}
.page-products .columns .products .product-item .product-item-photo .product-image-wrapper.hover-effect > .product-image-photo:first-of-type {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-products .columns .products .product-item .product-item-photo .hover-effect:hover .product-image-photo.hover-change {
    display: none;
  }
}
.page-products .columns .products.wrapper.list .product-item .product-item-details {
  text-align: left;
}
.page-products .columns .products.wrapper.list .product-item .product-image-wrapper.hover-effect > .product-image-photo:first-of-type {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-products .columns .products.wrapper.list .product-item .hover-effect:hover .product-image-photo.hover-change {
    display: block;
  }
}
.page-products .columns .pages {
  margin-bottom: 0;
}
.page-products .columns .pages .items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.page-products .columns .pages .items .item {
  position: unset;
}
.page-products .columns .pages .current .page {
  background-color: #a8a100;
  border: 1px solid #a8a100;
  color: #fff;
}
.page-products .columns .pages .page,
.page-products .columns .pages .action {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin-left: 0;
  font-size: 15px;
  border-radius: 0;
}
.page-products .columns .pages .page a,
.page-products .columns .pages .action a {
  color: #01387c;
}
/** Sub Categories **/
.sub-category-thumbnails {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.sub-category-thumbnails * {
  box-sizing: border-box;
}
.sub-category-thumbnails .sub-category {
  width: 50%;
  text-align: center;
  padding: 10px;
}
.sub-category-thumbnails .sub-category .sub-category-thumbnail {
  padding-top: 100%;
  position: relative;
}
.sub-category-thumbnails .sub-category .sub-category-thumbnail > a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px;
}
.sub-category-thumbnails .sub-category .sub-category-thumbnail > a img {
  max-height: 100%;
}
.sub-category-thumbnails .sub-category .text {
  color: #505050;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .sub-category-thumbnails .sub-category .text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-category-thumbnails .sub-category .text {
    font-size: 18px;
  }
}
.sub-category-thumbnails .sub-category .button {
  display: none;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .sub-category-thumbnails .sub-category .button {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .sub-category-thumbnails .sub-category {
    width: calc(100% / 3);
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-category-thumbnails .sub-category {
    width: 25%;
    padding: 20px;
  }
}
/** Product View **/
.catalog-product-view {
  /** Promos **/
}
.catalog-product-view klarna-placement {
  margin: 15px 0px;
  text-align: left;
}
.catalog-product-view .fotorama__nav--dots .fotorama__nav__frame {
  margin: 0 3px;
}
.catalog-product-view .fotorama__dot {
  width: 10px;
  height: 10px;
}
.catalog-product-view .fotorama__active .fotorama__dot {
  background-color: #01387c;
  border-color: #01387c;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.catalog-product-view .fotorama__thumb-border {
  border-color: #01387c;
  border-color: #a8a100;
}
.catalog-product-view .product-info-main {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main {
    text-align: center;
  }
}
.catalog-product-view .product-info-main .page-title {
  font-weight: 400;
  font-size: 19px;
  color: inherit;
  margin-bottom: 5px;
  margin-top: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku > strong {
  font-size: 0;
}
.catalog-product-view .product-info-main .product.attribute.sku > strong::after {
  content: 'Code:';
  font-size: 14px;
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
  font-size: 14px;
  margin-left: -4px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .oninc-product-info-overview-readmore > a {
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-info-price {
  margin-top: 10px;
  border-color: #d0d0d0;
  padding-bottom: 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: column-reverse;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  color: #01387c;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-info-price .price-box .price {
    font-weight: 700;
  }
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price {
  color: red;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
  color: #505050;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container {
    font-size: inherit;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container > span {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-info-price {
    margin-top: 5px;
  }
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock {
  color: green;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable {
  color: red;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.unavailable .backorder {
  color: #505050;
  text-transform: none;
  margin-left: -3px;
  font-size: 12px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: left;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .icon {
  background-color: #01387d;
  border-radius: 100%;
  margin-right: 15px;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .icon picture {
  display: flex;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .icon picture img {
  padding: 10px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .text {
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .text span:after {
  content: '*';
  color: #ff0000;
  margin-left: 3px;
}
.catalog-product-view .product-info-main .product-add-form .pallet-delivery .text a {
  font-size: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-add-form .swatch-attribute-label {
    padding: 0 10px;
  }
  .catalog-product-view .product-info-main .product-add-form .swatch-attribute-selected-option {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-add-form .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 5px 5px;
  }
}
.catalog-product-view .product-info-main .product-add-form .qty-change,
.catalog-product-view .product-info-main .product-add-form .input-text.qty {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-add-form .input-text.qty {
  font-size: 16px;
  border: 0;
  outline: none;
}
.catalog-product-view .product-info-main .product-add-form .qty-change {
  background-color: #eee;
  font-size: 24px;
  color: #01387c;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-add-form .qty-change.disabled {
  opacity: 0.4;
  cursor: default;
}
.catalog-product-view .product-info-main .product-add-form .tocart {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-addto-links .action {
  text-transform: none;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist {
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main #deko_calcalator {
  position: unset;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: none;
  opacity: 1;
}
.catalog-product-view .product-info-main #deko_calcalator.active {
  display: inline-block;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click {
  display: flex;
  justify-content: flex-end;
  flex-flow: row-reverse;
  padding: 12px 8px;
  width: auto;
  max-width: 385px;
  align-items: center;
  border-radius: 3px;
  border-color: #e0e0e0 !important;
  margin-top: 0;
  float: none;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click .finance-calculator-img {
  display: none;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click .finance-overview-product {
  width: 100%;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click .finance-pro-title {
  font-size: inherit;
  font-weight: 400;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click .finance-overview-hint {
  font-size: 12px;
}
.catalog-product-view .product-info-main .autifydigital-finance #calculator-button-click .omnicapitallogo {
  width: 100px;
}
.catalog-product-view .product-promos {
  margin: 25px 0;
}
.catalog-product-view .product-promos * {
  box-sizing: border-box;
}
.catalog-product-view .product-promos li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.catalog-product-view .product-promos li .icon {
  background-color: #01387c;
  border-radius: 100%;
  margin-right: 15px;
}
.catalog-product-view .product-promos li .icon picture {
  display: flex;
}
.catalog-product-view .product-promos li .icon img {
  padding: 10px;
  width: 44px;
  height: 44px;
}
.catalog-product-view .product-promos li .text {
  text-align: left;
  max-width: calc(100% - 63px);
  width: 100%;
}
.catalog-product-view .product-promos li .text h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: #01387c;
}
.catalog-product-view .product-promos li .text span {
  font-size: 14px;
}
.catalog-product-view .product-promos li .text a {
  display: block;
  font-size: 12px;
}
.catalog-product-view #tab-label-reviews-title.data.switch .counter {
  display: none;
}
.catalog-product-view .block .block-title {
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
  color: #01387d;
  padding-bottom: 5px;
}
.catalog-product-view .block .block-title > strong {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .block .block-title {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 50%;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 45%;
  }
}
