/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body,
h1,
h2,
h3 {
  color: #4d4d4d !important;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.footer-bar,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  background: #fff;
}
.column.main table {
  border: #ccc;
}
.column.main table.table-checkout-shipping-method {
  border: 0px;
}
.table-checkout-shipping-method .col-carrier {
  display: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  font-size: 16px;
}
#cart-totals table {
  border: 0px;
}
.action.primary:hover {
  border: 0px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
#minicart-content-wrapper .subtotal span.label {
  display: none;
}
@media (max-width: 767px) {
  .logo img {
    width: auto;
    height: auto;
    max-height: 50px;
    margin-left: 20px;
  }
  .header.content .openingstijden {
    padding: 10px 0 0;
    float: left;
  }
  .page-header .header.panel {
    padding: 0px !important;
    display: none;
  }
  .page-header .header.content {
    padding-top: 9px !important;
  }
  .block-search {
    margin-top: 0px;
  }
  .block-search .label {
    padding-bottom: 2px;
    position: absolute;
    right: 70px;
  }
  .page-header .minicart-wrapper {
    margin-right: 20px;
    z-index: 2;
  }
  .page-header .minicart-wrapper .block-minicart {
    color: #4d4d4d;
  }
  .nav-toggle {
    top: 15px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .page-header .panel.wrapper {
    background-color: #ffffff;
    color: #575757;
    width: 100%;
    position: fixed;
    z-index: 5;
  }
}
.page-header .header.panel {
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-header .header.panel > .header.links > li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #a9a9a9;
}
.page-header .header.panel > .header.links > li > a {
  color: #4d4d4d;
}
.page-header .header.panel > .header.links > li > a:visited {
  color: #4d4d4d;
}
.page-header .header.panel > .header.links > li > a:hover {
  text-decoration: none;
  color: #77010e;
}
.page-header .header.panel > .header.links > li.greet.welcome {
  display: none;
}
.page-header .header.panel > .header.links > li:last-child {
  border-right: 0px solid #a9a9a9;
  padding-right: 0px;
  margin-right: 0px;
}
.page-header .header.panel > .header.links > li:after {
  display: block;
}
.page-header .header.panel > .header.links > li.authorization-link:after {
  display: none;
}
.page-header .header.panel > .header.links > li.customer-welcome {
  display: block;
}
.page-header .header.content {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .page-header .header.content {
    margin-top: 47px;
  }
}
.page-header .header.content .block-search {
  margin-top: 17px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .page-header .header.content .block-search {
    margin-bottom: 20px;
    margin-top: 25px;
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .page-header .header.content .block-search {
    width: 400px;
    margin-top: 50px;
  }
}
.page-header .header.content .block-search input {
  height: 38px;
  padding: 5px 35px 5px 9px;
  font-size: 15px;
}
.page-header .header.content .block-search .actions button {
  padding: 0px;
}
.page-header .header.content .minicart-wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-header .header.content .minicart-wrapper {
    margin-top: 57px;
  }
}
.page-header .header.content .block-search .action.search:before {
  font-size: 20px;
  line-height: 38px;
  padding-left: 9px;
  border-left: 1px solid #c2c2c2;
  color: #990111;
}
.breadcrumbs {
  margin-bottom: 0px;
  padding: 15px;
  display: block;
}
.minicart-wrapper .action.showcart.active:before {
  line-height: 22px;
}
.minicart-wrapper .action.showcart:before {
  line-height: 22px;
}
.minicart-wrapper .action.showcart .price {
  margin-left: 12px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.2em;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #990111;
  position: absolute;
  left: 16px;
  top: -10px;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  padding: 0px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart:hover {
  color: #155724;
}
.minicart-wrapper .action.showcart:hover .price {
  color: #155724;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #155724;
}
.customer-welcome .action.switch {
  color: #575757;
}
.customer-welcome .action.switch:after {
  font-size: 1.6em;
}
.customer-welcome .action.switch:hover:after {
  color: #575757;
}
.product-info-main .box-tocart,
.product-info-main .box-tocart .actions {
  display: block !important;
}
.product-add-form .bundle-options-wrapper {
  display: block;
  width: auto;
  float: none;
}
.bundle-options-container {
  display: flex;
  margin-bottom: 0px;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  float: left;
  width: 100%;
}
.bundle-options-container .bundle-options-wrapper .field .control,
.bundle-options-container .product-options-wrapper .field .control {
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.bundle-options-container .bundle-options-wrapper .product.bundle.option,
.bundle-options-container .product-options-wrapper .product.bundle.option {
  float: left;
  width: 80%;
}
.bundle-options-container .bundle-options-wrapper .nested,
.bundle-options-container .product-options-wrapper .nested {
  display: inline-block;
}
.bundle-options-container .bundle-options-wrapper .nested .field.qty .label,
.bundle-options-container .product-options-wrapper .nested .field.qty .label {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .nested .field.qty,
.bundle-options-container .product-options-wrapper .nested .field.qty {
  width: 15%;
  float: left;
  margin: 0px;
  margin-left: 5%;
  clear: right;
}
.bundle-options-container .bundle-options-wrapper .nested .field.qty .qty-disabled,
.bundle-options-container .product-options-wrapper .nested .field.qty .qty-disabled {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .nested.options-list,
.bundle-options-container .product-options-wrapper .nested.options-list {
  margin-bottom: 30px;
}
.bundle-options-container .bundle-options-wrapper .option-tier-prices,
.bundle-options-container .product-options-wrapper .option-tier-prices {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .fieldset > .field,
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.bundle-options-container .bundle-options-wrapper .product-options-bottom,
.bundle-options-container .product-options-wrapper .product-options-bottom {
  margin: 0px;
  border: 0px;
}
.page-product-bundle .minimal-price {
  display: inline;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-container > span {
  display: inline-block;
}
.page-product-bundle .product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.page-product-bundle .product-info-main .product-info-stock-sku {
  margin-bottom: 0px;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: calc(100% - 80px);
  padding: 4px 17px;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  padding-left: 0px;
}
#customizeTitle {
  display: none;
}
.block-bundle-summary .product-details .rewardpoints-product-point-text,
.block-bundle-summary .product-details .product-addto-links {
  display: none !important;
}
.block-bundle-summary .title,
.block-bundle-summary .content .bundle-summary {
  display: none;
}
.bundle-options-container .block-bundle-summary {
  top: 0 !important;
  width: 100%;
  margin: 0px;
}
.block-bundle-summary .content .bundle-info .product-image-container,
.block-bundle-summary .content .bundle-info .product-details strong,
.block-bundle-summary .content .bundle-info .product-details p,
.block-bundle-summary .content .bundle-info .product-details .price-box,
.block-bundle-summary .content .bundle-info .product-details .product-addto-links {
  display: block;
}
.box-tocart .field.qty {
  float: left;
  margin-right: 5px;
  width: 125px;
}
.box-tocart .field.qty label {
  display: none;
}
.box-tocart .input-text.qty {
  height: 42px;
}
.box-tocart .actions .tocart {
  height: 50px;
  line-height: 1rem;
  width: calc(100% - 130px);
  padding: 16px 17px !important;
  margin-right: 0px;
}
.box-tocart .action.primary:hover {
  border: 0px;
}
.page-footer {
  padding-bottom: 0px;
}
.page-footer .footer-shadow {
  background: rgba(77, 77, 77, 0.1);
  color: #4d4d4d;
  font-size: 12px;
}
.page-footer .footer-shadow a {
  color: #4d4d4d;
}
.page-footer .footer-container {
  background-image: url("../images/footer-bg.png");
  background-repeat: repeat;
  background-color: #f1f1f1;
  color: #4d4d4d;
  padding-top: 20px;
}
.page-footer .footer-container h6 {
  font-size: 1.2em;
  margin-top: 0px;
}
.page-footer .footer-container .footer-bottom {
  background-color: #e1e1e1;
  text-align: center;
}
.page-footer .footer-container .footer-bottom address {
  font-size: 11px;
  padding: 10px;
}
.page-footer .footer-container .footer.content {
  background: transparent;
  border-top: 0px;
  margin-top: 10px;
}
.page-footer .footer-container .footer.content > .block {
  float: left;
  clear: none;
  width: calc(23.5%);
}
@media (max-width: 767px) {
  .page-footer .footer-container .footer.content > .block {
    width: calc(47%);
  }
}
.page-footer .footer-container .footer.content a {
  text-decoration: none;
  color: #4d4d4d;
}
.page-footer .footer-container .footer.content i.far,
.page-footer .footer-container .footer.content i.fas {
  color: #6c757d;
}
.page-footer .footer-container .footer.content .widget.block {
  float: left;
}
.page-footer .footer-container .footer.content .bottom-footer {
  display: inline-block;
  min-height: 50px;
}
@media (min-width: 767px) {
  .page-footer .footer-container .footer.content .bottom-footer:nth-of-type(2) {
    float: right;
  }
}
.page-footer .footer-container .footer.content h3 {
  margin-bottom: 25px;
}
.page-footer .footer-container .footer.content a:hover {
  color: #77010e;
}
.page-footer .footer-container .footer.content > .block:nth-child(4n + 1) {
  margin-left: 0;
}
.page-footer .footer-container .clear {
  clear: both;
}
.page-footer .footer-top .footer.content {
  padding-top: 10px;
  height: 40px;
}
.page-footer .footer-top .footer.content .item.item-left {
  float: left;
  display: inline-block;
}
.page-footer .footer-top .footer.content .item.item-right {
  float: right;
  display: inline-block;
}
.page-footer .footer-top .footer.content .links > li {
  display: inline-block;
  margin-right: 5px;
}
.page-footer .footer-top .footer.content .links > li a {
  border-right: 1px solid #d8d8d8;
  padding-right: 10px;
}
.page-footer .footer-top .footer.content .links > li.last a {
  border-right: 0px;
}
/** HOME ADDS **/
.cms-home .widget {
  display: block !important;
}
/*** FOOTER ADDS **/
@media (max-width: 767px) {
  .footer-col {
    float: left;
    width: 48%;
    margin-right: 1%;
    padding-left: 1%;
  }
  .footer .footer-col:nth-child(3n) {
    clear: both;
  }
  .footer .list-icon {
    float: left;
    margin: 0 0 20px 0 !important;
  }
}
@media (min-width: 768px) {
  .footer-col {
    float: left;
    margin-right: 1.3%;
    width: 32%;
  }
  .footer .footer-col .footer-col-content {
    float: left;
  }
}
@media (min-width: 992px) {
  .footer-col {
    width: 32%;
    margin-right: 1%;
  }
  .footer .footer-col .footer-col-content {
    float: none;
  }
}
.page-products .columns {
  padding-top: 0px;
}
.filter.block {
  margin-bottom: 30px;
}
.mana-filter-slider.style4 > .mana-slider-span {
  background: #cacaca;
  box-shadow: unset;
}
.toolbar-products {
  position: relative;
}
@media (max-width: 767px) {
  .topnavi {
    display: none;
  }
  .page-products .sorter label.sorter-label {
    display: none;
  }
  .page-products .cat-amount {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo {
    margin: 10px 15px 10px 0px;
    z-index: 1;
  }
  .topnavi ul {
    margin: 0px;
    padding: 0px;
  }
  .topnavi ul li {
    list-style-type: none;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    display: inline-block;
    border-right: 1px solid #a9a9a9;
  }
  .topnavi ul li:last-child {
    border-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .page-header .header.panel > .header.links > li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.filter-options-content .count {
  color: #990111;
  padding-left: 0px;
}
.toolbar-products .pages {
  display: block;
}
.toolbar select {
  background: #fff;
  display: inline-block;
  border-radius: 0px;
  padding-right: 25px;
  height: 30px;
}
.pages .action {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}
.pages .action.next:before,
.pages .action.previous:before {
  font-size: 16px;
  margin: 0 4px;
}
.pages .item {
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .products.wrapper ~ .toolbar .pages {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 41%;
    margin-left: 2%;
  }
}
/** Label **/
.product.media .gallery-labels {
  position: relative;
}
.product-photo-box .label,
.product.media .gallery-labels .label {
  position: absolute;
  top: 3px;
  right: 0px;
  background: #ec7f08;
  border: 1px solid #fff;
  z-index: 2;
  text-align: center;
  width: auto;
  height: auto;
  padding: 4px;
  font-size: 0.9em;
  color: #fff;
  text-transform: uppercase;
}
.product-photo-box .label.second,
.product.media .gallery-labels .label.second {
  top: 32px;
}
.fotorama__thumb-border {
  border-color: #6c757d;
}
.products-grid .action.towishlist:before {
  color: #888;
}
.products-grid .product-photo-box {
  position: relative;
}
.products-grid .product-photo-box .list-sku {
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 3;
  color: #4d4d4d;
}
.products-grid .float-clearer {
  clear: both;
  margin: 0;
}
.products-grid a.product-item-link {
  text-decoration: none;
  color: #4d4d4d;
}
.products-grid .stock {
  margin-bottom: 10px;
  font-weight: bold;
}
.products-grid .stock.unavailable,
.products-grid .stock-availability .outofstock,
.products-grid .stock-availability .preorder {
  color: #990111;
  font-weight: bold;
  font-size: 13px;
}
.products-grid .stock.available,
.products-grid .stock-availability .instock,
.products-grid .stock-availability .customstatus,
.products-grid .stock .glcstockstatus {
  color: #990111;
  font-weight: bold;
  font-size: 13px;
}
.products-grid .tocompare {
  color: #4d4d4d;
  font-size: 0.8em;
  line-height: 35px;
}
.products-grid .tocompare:before {
  content: '';
}
.products-grid .price-label {
  display: none;
}
.products-grid .minimal-price-link .price-label {
  display: block;
  margin: 1px 3px 0 0;
}
.products-grid a.minimal-price-link span.price-wrapper {
  color: #4d4d4d;
}
.products-grid .product-item-info {
  border: 0px solid #575757;
}
.products-grid .product-item-info .product-item-inner {
  display: block;
}
.products-grid .product-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px !important;
  margin-bottom: 25px;
}
.products-grid .product-item .minimal-price-link {
  margin-top: 2.5px;
  float: left;
  margin-left: 10px;
  display: none;
}
.products-grid .product-item-actions {
  margin: 0px;
}
.products-grid .product-item-actions .actions-secondary {
  float: right;
}
.products-grid .product-item-actions > * {
  font-size: 1.1rem;
}
.products-grid .product-item .old-price {
  margin: 3px 0 3px 5px;
}
.products-grid .product-item .old-price span.price {
  font-size: 0.9em !important;
  text-decoration: line-through;
}
.products-grid .product-item .price-box {
  margin-bottom: 9px;
  display: inline-block;
  height: 40px;
}
.products-grid .product-item .price-box p.minimal-price {
  margin: 0px;
}
.products-grid .product-item .price-box .price-container .price-including-tax .price {
  font-size: 1.8rem;
}
.products-grid .product-item .price-box span {
  float: none;
}
.products-grid .product-item .tocart {
  padding: 0px;
  background: #f8f8f8;
  width: 100%;
  text-align: left;
}
.products-grid .product-item .tocart i {
  float: left;
}
.products-grid .product-item .tocart span {
  color: #4d4d4d;
  font-weight: bold;
  padding: 11px 20px;
  text-align: center;
  display: block;
}
.products-grid .product-item .tocart:hover {
  background: #77010e;
}
.products-grid .product-item .tocart:hover span {
  color: #ffffff;
}
.products-grid .action.primary:focus,
.products-grid .action.primary:active {
  border: 0px;
}
.products-grid .product-item .tocart i {
  padding: 11px;
  background: #77010e;
  color: #fff;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: unset;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.products-grid .product-item-inner {
  box-shadow: unset;
  margin: 0px;
  padding: 0px;
  border: 0px;
  position: relative;
}
.products-grid .product-item-inner .actions-primary {
  display: block;
}
.products-grid.wishlist .fieldset .field.qty {
  display: none;
}
.products-grid.wishlist .fieldset .product-item-actions {
  display: block !important;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  width: 100%;
  padding: 0px;
}
.page-title-wrapper.product .page-title {
  margin-bottom: 5px;
}
.product-social-links .rewardpoints-product-point-text {
  padding-bottom: 15px;
}
.product-social-links .j2t-point-equivalence span {
  display: none;
}
.product-options-bottom .rewardpoints-product-point-text {
  display: none;
}
.product.info.detailed .product.data.items .item.content {
  padding: 10px 15px 30px;
  border: 0px;
}
.product.data.items .item.title {
  margin: 0px 0px 10px;
}
.product.data.items .item.title .switch {
  text-transform: uppercase;
  font-size: 1.5rem;
  border: 0px;
  background: #fff !important;
  padding: 0px 18px !important;
  border-right: 1px solid #ccc;
}
.product.data.items #tab-label-info .switch {
  padding-left: 0px !important;
}
.product.data.items #tab-label-reviews .switch {
  border-right: 0px;
}
.product.data.items .short-des-block table {
  border: 0px solid #fff;
}
.product.data.items .short-des-block table > thead > tr > th,
.product.data.items .short-des-block table > tbody > tr > th,
.product.data.items .short-des-block table > tfoot > tr > th,
.product.data.items .short-des-block table > thead > tr > td,
.product.data.items .short-des-block table > tbody > tr > td,
.product.data.items .short-des-block table > tfoot > tr > td {
  border: 0px;
}
.product.data.items .short-des-block table > tbody > tr:nth-child(odd),
.product.data.items .short-des-block table > tfoot > tr:nth-child(odd) {
  background: #DCDCDC;
}
@media (min-width: 768px) {
  .product-addto-links {
    border-top: 1px solid #D0D0D0;
  }
}
.product-addto-links {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #D0D0D0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 16px;
  height: 16px;
  letter-spacing: 3px;
  line-height: 16px;
}
.product-reviews-summary {
  height: 20px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  float: none !important;
}
.product-reviews-summary .reviews-actions a {
  color: #4d4d4d;
}
.product-info-main {
  background: #fff;
}
.product-info-main .product-info-price {
  display: block;
  padding: 0px;
  background: #ffffff;
  border: 0px;
}
.product-info-main .product-info-price .price-box {
  display: block;
  width: auto;
  height: auto;
}
.product-info-main .product-info-price .price-box .price-container {
  display: inline-block;
}
.product-info-main .product-info-price .price-box .price-eenheid {
  display: inline-block;
  vertical-align: text-bottom;
}
.product-info-main .product-info-price .price-box .special-price {
  display: inline-block;
  float: none;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper {
  margin-left: 10px;
  font-size: 0.8em !important;
}
.product-info-main .product-info-stock-sku {
  margin-bottom: 20px;
  text-align: left;
  padding: 2px 0;
  display: block;
}
.product-info-main .product-info-stock-sku .stock.available {
  color: #990111;
}
.product-info-main .product-info-stock-sku .stock.unavailable {
  color: #990111;
}
.product-info-main .product-info-stock-sku .availability .outofstock,
.product-info-main .product-info-stock-sku .availability .preorder {
  color: #990111;
  font-weight: bold;
  font-size: 13px;
}
.product-info-main .product-info-stock-sku .availability .instock,
.product-info-main .product-info-stock-sku .availability .customstatus,
.product-info-main .product-info-stock-sku .stock .glcstockstatus {
  color: #990111;
  font-weight: bold;
  font-size: 13px;
}
.product-info-main .product.attribute.sku .type {
  display: inline-block;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product-add-form {
  padding-top: 0px;
}
.product-info-main .prices-tier {
  padding: 15px 0px 0px;
  border-top: 1px solid #D0D0D0;
  margin-top: 15px;
}
.product-info-main .product.attribute.sku {
  flex: 2;
  display: inline-block;
  clear: both;
  padding: 0;
  border-top: 0px solid #D0D0D0;
  border-bottom: 0px solid #D0D0D0;
  margin-bottom: 0px;
}
.product-info-main .product.attribute.overview {
  padding: 0px;
}
.product-info-main .box-tocart,
.product-info-main .product-options-wrapper {
  padding-left: 0px;
  margin-bottom: 0px;
}
.product-info-main .box-tocart .fieldset:last-child {
  margin-bottom: 3px;
}
.product-info-main .product-options-wrapper .fieldset {
  margin-bottom: 10px;
}
.product-info-main .product-social-links {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.product-info-main .tocompare {
  vertical-align: inherit !important;
  flex: 3;
  margin: 0;
  text-align: right;
  font-weight: unset !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
}
.product-info-main .block-static-block {
  padding: 15px 0;
  display: block;
}
.product-info-main .block-static-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.product-info-main .block-static-block ul li:before {
  font-family: 'luma-icons';
  content: '\e610';
  font-size: 16px;
  color: #990111;
  line-height: 20px;
  vertical-align: middle;
}
.product-info-main .block-static-block ul li a {
  color: #4d4d4d;
  padding-left: 5px;
}
.product-info-main .prices-tier {
  margin-bottom: 0px;
}
.product-info-main .normal-price .price-label,
.product-info-main .old-price .price-label {
  display: none !important;
}
.product-info-main .old-price .price-wrapper {
  margin-left: 10px;
  font-size: 0.8em !important;
  text-decoration: line-through;
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info .product-item-inner {
  margin: 0px !important;
}
.banner {
  width: 100%;
  max-width: 1440px;
  padding: 0;
  margin: auto;
  overflow: hidden;
}
.slick-slide .product-item-info {
  width: 100%;
}
.banner_slider .slick-arrow {
  z-index: 2 !important;
}
.banner_slider .caption {
  display: none !important;
}
@media (min-width: 1440px) {
  .banner {
    padding: 0px;
  }
}
#header-info-line {
  text-align: center;
  width: 100%;
  height: 40px;
  padding-bottom: 5px;
  line-height: 30px;
  padding-top: 5px;
  overflow: hidden;
}
#header-info-line ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0px;
}
#header-info-line ul li {
  float: none;
  display: inline-block;
  padding: 0;
  margin-right: 10px;
}
#header-info-line ul li:before {
  font-family: 'luma-icons';
  content: '\e610';
  font-size: 16px;
  color: #97c000;
  line-height: 28px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cart.table-wrapper .item .col.item {
    padding: 4px 8px 4px 0;
  }
  .cart.table-wrapper .product-item-details {
    padding: 20px 0 8px;
  }
  .cart.table-wrapper .actions-toolbar {
    padding-bottom: 2px;
  }
  .cart.table-wrapper .actions-toolbar a:before {
    font-size: 22px;
  }
}
.rewards_point_cart .j2t-point-equivalence span {
  display: none;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #4d4d4d;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  text-decoration: none !important;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.3rem;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  height: 32px;
}
.custom_grid-wrapper .slick-next {
  right: -15px !important;
}
.custom_grid-wrapper .slick-prev {
  left: -15px !important;
}
.custom_grid-wrapper.products-grid .product-item {
  width: calc(19%);
  margin-left: 1%;
}
.custom_grid-wrapper.products-grid .product-item .product-item-info {
  width: auto;
}
.custom_grid-wrapper .product-items {
  opacity: 0;
}
.custom_grid-wrapper .product-items.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#contact-form {
  max-width: 600px;
}
@media (max-width: 479px) {
  .home-banner .home-banner-right .advertentie-blok .banner {
    float: none;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .home-banner .home-banner-right .advertentie-blok .banner {
    float: left;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .home-banner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    padding: 0px;
    background: #fff;
  }
  .home-banner .home-banner-left {
    width: 77.1%;
    display: inline-block;
  }
  .home-banner .home-banner-right {
    width: 22.9%;
    float: right;
  }
  .home-banner .home-banner-right .advertentie-blok {
    float: right;
  }
  .home-banner .home-banner-right .advertentie-blok .banner {
    float: none;
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .ks-sidebar {
    display: none;
  }
}
#back-top a {
  display: none;
}
@media only screen and (min-width: 768px) {
  #back-top a {
    display: inline;
    text-decoration: none !important;
  }
  #back-top {
    position: fixed;
    bottom: 170px;
    z-index: 99;
    right: 1%;
    width: 42px;
    height: 42px;
    display: none;
  }
  #back-top span {
    display: block;
    text-align: center;
    color: #3E3B3D;
    background: #6c757d;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding: 0;
    border-radius: 50%;
  }
  #back-top span:before {
    content: "\f102";
    display: block;
    font-family: fontawesome;
    line-height: 14px;
    padding-top: 2px;
  }
  #back-top:hover span {
    background: #6c757d;
  }
}
.sociallinks {
  color: #ffffff;
}
.fab {
  font-size: 24px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: #6c757d;
  color: #ffffff;
  text-align: center;
}
.fa-facebook-f:before {
  font-size: 20px;
  content: "\f39e" !important;
}
/* bugfix */
.image-animation:hover {
  transform: scale(0.98);
  transition: transform .2s;
}
/** Checkout **/
#shipping .fieldset:last-child {
  margin-bottom: 0px;
}
.fieldset.address div[name*="shippingAddress.firstname"] {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.checkout-billing-address div[name$="firstname"] {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.fieldset.address div[name*="shippingAddress.lastname"] {
  float: right;
  width: 54%;
}
.checkout-billing-address div[name$="lastname"] {
  float: right;
  width: 54%;
}
.fieldset.address div[name*="shippingAddress.company"] {
  float: none;
}
.fieldset.address .address-row .field > label {
  margin-bottom: 4px;
  display: block;
}
.fieldset.address .address-row div[name*="shippingAddress.street.0"] {
  float: left;
  width: 65%;
}
.fieldset.address div[name*="street.0"] {
  float: left;
  width: 65%;
}
.fieldset.address .address-row div[name*="shippingAddress.street.1"] {
  float: right;
  width: 30%;
}
.fieldset.address div[name*=".street.1"] {
  float: right;
  width: 30%;
  margin-top: 0px;
}
.fieldset.address div[name*="shippingAddress.postcode"] {
  float: left;
  width: 40%;
}
.checkout-billing-address div[name$="postcode"] {
  float: left;
  width: 40%;
}
.fieldset.address div[name*="shippingAddress.city"] {
  float: right;
  width: 54%;
}
.checkout-billing-address div[name$="city"] {
  float: right;
  width: 54%;
}
.fieldset.address div[name*="billingAddresssisow_ideal.street.2"] {
  display: none;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
