.block_webshop #webshop-cart-btn.btn.btn-pxl::after,
.block_webshop #go-to-checkout.btn.btn-pxl::after,
.block_webshop .webshop-product .btn.btn-pxl.disabled::after {
  content: unset;
}

.block_webshop #shippingFeeInfo {
  margin-top: 15px;
}

.block_webshop #detailPage-title {
  padding: 0;
}

.block_webshop .webshop-sort {
  text-align: right;
}

.block_webshop #webshop-sort-select {
  width: 170px;
  float: right;
  margin-left: 20px;
  margin-bottom: 30px;
}

.block_webshop .close-category,
.block_webshop .open-category {
  float: right;
}

.block_webshop .category.closed>.shop-category>i.close-category,
.block_webshop .category:not(.closed)>.shop-category>i.open-category {
  display: none;
}

.block_webshop .category.closed>.category {
  display: none;
}

.block_webshop .category>.category {
  padding-left: 20px;
}

.block_webshop #deInner {
  overflow: hidden;
}

.block_webshop .webshop-search {
  position: relative;
}

.block_webshop .webshop-search i.fa-search {
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  cursor: text;
}

.block_webshop #webshop-cart-btn {
  margin: 20px 0;
}

.block_webshop .webshop_category_title {
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.block_webshop span.shop-category {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -5px;
  padding-left: 5px;
  display: block;
  position: relative;
}

.block_webshop span.shop-category>span.fas {
  position: absolute;
  top: 10px;
  right: 5px;
}

.block_webshop span.shop-category.active label.subcategory {
  font-weight: bold;
}

.block_webshop span.shop-category label {
  cursor: pointer;
}

.block_webshop span.shop-category label.subcategory {
  font-weight: normal;
}

.block_webshop span.shop-category input.shop-category-checkbox {
  display: none;
}

.block_webshop #webshop-category-select {
  width: calc(50% - var(--bs-gutter-x) * .5);
  margin-right: calc(var(--bs-gutter-x) * .5);
}

.block_webshop #webshop-sort-select-mobile {
  width: calc(50% - var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
}

.block_webshop #filter-text {
  height: 38px;
  padding-left: calc(var(--bs-gutter-x) * .5);
  display: none;
}

.block_webshop #webshop-products-list .product {
  margin-bottom: 50px;
}

.block_webshop #webshop-products-list .product.cursor-pointer {
  cursor: pointer;
}

.block_webshop #webshop-products-list .product .image-container {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block_webshop #webshop-products-list .product .title,
.block_webshop #webshop-products-list .product .price {
  margin-bottom: 10px;
}

.block_webshop #webshop-products-list .product .btn {
  text-transform: capitalize;
}

.block_webshop #webshop-products-list .product .image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.block_webshop .modal-body .row .col-lg-6 {
  padding-top: 25px;
}

.block_webshop #detailPage {
  z-index: 99999;
}

.block_webshop #detailPage a#close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 25px;
  padding: 5px 8px 4px 8px;
  font-size: 25px;
  z-index: 999;
}

.block_webshop #detailPage .product-details img.product-image {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 5px;
}

.block_webshop #detailPage .product-details .product-price {
  font-size: 150%;
  margin-bottom: 10px;
  display: block;
}

.block_webshop #detailPage .product-details .product-price .prijs_van {
  margin-left: 10px;
}

/* https://codepen.io/allicarn/pen/jPowab */
.block_webshop .pagination {
  margin: 20px 0 0;
  font-size: 0;
  text-align: center;
}

.block_webshop .pagination a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}

.block_webshop .pagination a:hover {
  text-decoration: underline;
}

.block_webshop .pagination ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.block_webshop .pagination li {
  display: inline-block;
  margin: 0 2.5px;
}

.block_webshop .pagination li.active a {
  background: #d9d9d9;
}

.block_webshop .pagination li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.block_webshop .pagination .prev.disabled,
.block_webshop .pagination .next.disabled {
  cursor: default;
  color: #888;
}

.block_webshop .pagination .prev.disabled:hover,
.block_webshop .pagination .next.disabled:hover {
  cursor: default;
  text-decoration: none;
}

.block_webshop .pagination .prev {
  margin-right: 2.5px;
}

.block_webshop .pagination .next {
  margin-left: 2.5px;
}

@media (max-width: 991.98px) {
  .block_webshop #filter-text {
    display: none !important;
  }
}

@media (max-width: 767.98px) {

  .block_webshop .pagination li:first-child,
  .block_webshop .pagination li.active,
  .block_webshop .pagination li.active-sibling:nth-last-child(2),
  .block_webshop .pagination li:last-child {
    display: inline-block !important;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(-n+3) {
    display: inline-block;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li:nth-last-child(3):before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:before,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:nth-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+6).active:nth-last-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:nth-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active:nth-last-child(-n+2):after {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active~li:nth-last-child(-n+3),
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-last-child(-n+3) {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+3),
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+3) {
    display: inline-block;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(-n+2):after {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+6).active~li:nth-child(3):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+6)~li.active~li:nth-child(3):after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }
}

@media (min-width: 768px) {

  .block_webshop .pagination li:first-child,
  .block_webshop .pagination li.active-sibling,
  .block_webshop .pagination li.active,
  .block_webshop .pagination li.active+li,
  .block_webshop .pagination li:last-child {
    display: inline-block !important;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active+li:after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+5) {
    display: inline-block;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(5):before {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-right: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li:nth-last-child(-n+2):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active-sibling:nth-last-child(-n+4):after {
    display: none !important;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5),
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5) {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active~li:nth-last-child(-n+5):before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-last-child(-n+5):before {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+5),
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+5) {
    display: inline-block;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(-n+4):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(-n+4):after {
    display: none;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active~li:nth-child(5):after,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active~li:nth-child(5):after {
    content: "…";
    font-size: 24px;
    display: inline-block;
    margin-left: 2.5px;
  }

  .block_webshop .pagination li:first-child:nth-last-child(n+8).active:before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8).active:after,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active:before,
  .block_webshop .pagination li:first-child:nth-last-child(n+8)~li.active:after {
    display: none;
  }
}

.block_webshop .fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}