a.btn-red {
  text-decoration: none;
  color: rgba(255, 255, 255, 1) !important;
  text-align: center;
  font-size: 16px;
  border: none;
  padding: 8px 30px 10px 30px !important;
  background-color: rgba(227, 33, 24, 1);
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.btn-red:hover {
  background-color: rgba(29, 35, 39, .95);
  color: #fff;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  scale: 1.07;
}
a.grey-text-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(29, 35, 39, 1);
  display: inline-block;
}
a.grey-text-link i {
  font-size: 12px;
  margin-left: 5px;
}
a:hover.grey-text-link {
  color: rgba(29, 35, 39, .5);
  display: inline-block;
}
.modal-backdrop {
  opacity: 0.92 !important;
}
#LoginPrivaat .modal-header {
  border-bottom: none;
}
#LoginPrivaat .modal-body {
  text-align: center;
  padding: 20px 70px 70px 70px;
}
#LoginPrivaat .modal-body h1 {
  font-size: 36px;
  text-align: center;
  color: rgba(227, 33, 24, 1);
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#LoginPrivaat .modal-body form {
  text-align: left;
}
#LoginPrivaat .login-form-privaat .form-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(29, 35, 39, 1);
}
#LoginPrivaat .login-form-privaat .form-control {
  color: rgba(29, 35, 39, 1);
  background-color: rgba(29, 35, 39, .05);
  border: solid 1px rgba(29, 35, 39, .1);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
#LoginPrivaat .login-form-privaat .form-control:focus {
  border: solid 1px rgba(29, 35, 39, .25);
  box-shadow: none;
}
#LoginPrivaat .login-form-privaat .form-check {
  padding-top: 15px;
  padding-bottom: 15px;
}
#LoginPrivaat .form-check-input:checked {
  background-color: rgba(29, 35, 39, 1);
  border-color: rgba(29, 35, 39, 1);
}
#LoginPrivaat .form-check-input:focus {
  box-shadow: none;
  border-color: rgba(29, 35, 39, 1);
}
#LoginPrivaat .login-form-privaat .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(29, 35, 39, 1);
}
#LoginPrivaat .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
#LoginPrivaat .login-form-privaat .form-text {
  padding-top: 20px;
}
#LoginPrivaat .login-form-privaat .form-text a {
  color: rgba(29, 35, 39, .5);
  text-decoration: none;
  font-weight: 600;
}
#LoginPrivaat .login-form-privaat .form-text a:hover {
  color: rgba(29, 35, 39, 1);
}
.wrapper-modal-koopnu .modal-header {
  background-color: rgba(227, 33, 24, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
}
.wrapper-modal-koopnu .modal-header i {
  margin-right: 10px;
  font-size: 22px;
}
.wrapper-modal-koopnu .modal-body {
  padding: 35px;
  border: none;
  font-size: 18px;
}
.wrapper-modal-koopnu .modal-footer {
  border-top: none;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(247, 247, 247, 1);
}
.wrapper-modal-koopnu .wrapper-product-info-modal {
  padding-top: 15px;
}
.wrapper-modal-koopnu .wrapper-product-info-modal .product-info-modal {
  padding-top: 35px;
}
.photo-container-square-product {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.dropdown-sorting {
  text-align: right;
}
.dropdown-sorting select {
  color: rgba(143, 143, 143, 1);
}
.dropdown-sorting select:focus,
.dropdown-sorting select:focus-visible {
  border: solid 0px rgba(255, 255, 255, 1) !important;
  outline: none !important;
}
.pagination {
  margin-top: 70px;
  border-top: solid 1px rgba(143, 143, 143, .25);
  padding-top: 35px;
  background-color: transparent;
  margin-bottom: 70px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-link {
  color: rgba(29, 35, 39, 1);
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  /*border-bottom: solid 1px rgba(143,152,97, .3);*/
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px
}
.page-item.active .page-link {
  color: #fff;
  background-color: rgba(227, 33, 24, 1);
  border-color: rgba(227, 33, 24, 1);
}
.page-link:hover {
  color: rgba(29, 35, 39, 1);
  background-color: rgba(29, 35, 39, .08);
  border-color: rgba(29, 35, 39, .08);
}
.page-link:focus {
  color: rgba(29, 35, 39, 1);
  background-color: rgba(227, 33, 24, .08);
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 0%);
}
.pagination li {
  padding: 0;
  margin: 0;
}
.wrapper-products .product-group {
  padding-top: 35px;
}
.product-group .card {
  background-color: rgba(255, 255, 255, .03);
  border: none;
  border-radius: 0;
  box-shadow: rgba(29, 35, 39, 0.15) 0px 7px 29px 0px;
}
.product-group .item-product .item-product-photo {
  background-color: rgba(255, 255, 255, 1);
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  box-shadow: rgba(29, 35, 39, 0.025) 0px 20px 25px -5px, rgba(0, 0, 0, 0) 0px 10px 10px -5px;
}
/*.product-group .item-product .item-product-photo*/ .label-left-top-corner {
  background-color: rgba(227, 33, 24, 1);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
  z-index: 1000;

}
.info-top-corner-productshot ul.info-top-corner-productshot ul li,
.info-top-corner-productshot .list-inline,
.info-top-corner-productshot .list-inline-item {
  padding: 0;
  margin: 0;
}
.info-top-corner-productshot .label-left-top-corner {
  background-color: rgba(227, 33, 24, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
}
.info-top-corner-productshot .label-left-top-corner-opvoorraad {
  color: rgba(29, 35, 39, 1);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 35px 7px 35px;
  background-color: rgba(29, 35, 39, .05);
  margin-left: -5px;
}
.info-top-corner-productshot .label-left-top-corner-opvoorraad i {
  font-size: 9px;
  margin-right: 4px;
  display: inline-block;
  margin-top: -4px;
}
.product-group .item-product .item-product-photo .label-left-top-corner.new,
.label-left-top-corner .label-left-top-corner.new,
.info-top-corner-productshot .label-left-top-corner.new {
  background-color: rgba(227, 33, 24, 1);
}
.product-group .item-product .item-product-photo .wrapperbol-actie-prijs {
  background-color: rgba(227, 33, 24, 1);
  position: absolute;
  right: 35px;
  top: 35px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  padding: 35px 25px 20px 25px;
  border-radius: 50%;
  text-align: center;
}
.product-group .item-product .item-product-photo .wrapperbol-actie-prijs p {
  color: rgba(255, 255, 255, .75);
  text-decoration: line-through;
}
.product-group .item-product a .item-product-photo .wrapperbol-actie-prijs {
  background-color: rgba(227, 33, 24, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.product-group .item-product a:hover .item-product-photo .wrapperbol-actie-prijs {
  background-color: rgba(227, 33, 24, 1);
}
.product-group .item-product .item-product-info {
  padding: 35px 35px 15px 35px;
  font-size: 18px;
  text-align: left;
}
.product-group .item-product .item-product-info h4,
.wrapper-modal-koopnu h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: rgba(29, 35, 39, 1);
}
.product-group .item-product .item-product-info h4 a,
.wrapper-modal-koopnu h4 a {
  font-weight: 700;
  font-size: 18px;
  color: rgba(29, 35, 39, 1);
  text-decoration: none;
}
.product-group .item-product .item-product-info h4 a:hover,
.wrapper-modal-koopnu h4 a:hover {
  color: rgba(227, 33, 24, 1);
}
.product-group .item-product .item-product-info .item-productinfo-price,
.wrapper-modal-koopnu .modal-body .item-productinfo-price,
.wrapper-products .item-productinfo-price,
.wrapper-specifications .item-productinfo-price {
  /*padding-left: 35px;*/
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: rgba(227, 33, 24, 1);
  text-align: left;
}
.product-group .item-product .item-product-info .item-productinfo-price .old-price,
.wrapper-modal-koopnu .modal-body .item-productinfo-price .old-price,
.old-price {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  color: rgba(29, 35, 39, .4);
  text-decoration: line-through;
}
.wrapper-specifications .item-productinfo-price span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(227, 33, 24, .65);
}
.product-group .item-product .item-product-info .card-text {
  font-size: 15px;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.product-group .item-product .card-footer {
  background-color: transparent;
  border-top: none;
  border-radius: 0;
  padding: 0;
}
.product-group .item-product .item-product-actions a.productinfo-btn-detail {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: solid 1px rgba(0, 0, 0, 1);
}
.product-group .item-product .item-product-actions a:hover.productinfo-btn-detail {
  background-color: rgba(227, 33, 24, 1);
  border-bottom: solid 1px rgba(255, 255, 255, 1);
}
.product-group .item-product .item-product-actions a.productinfo-btn-koopnu {
  text-align: center;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(227, 33, 24, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-top: solid 1px rgba(227, 33, 24, 1);
}
.product-group .item-product .item-product-actions a:hover.productinfo-btn-koopnu {
  background-color: rgba(0, 0, 0, 1);
  border-top: solid 1px rgba(255, 255, 255, 1);
}
.product-group .item-product .item-product-actions a.productinfo-btn-koopnu i {
  font-size: 12px;
  margin-right: 5px;
}
.btn-nav-carousel {
  padding-top: 35px;
}
.btn-nav-carousel a {
  font-size: 25px;
  color: rgba(227, 33, 14242, 1);
}
.btn-nav-carousel a:hover {
  font-size: 25px;
  color: rgba(206, 29, 21, 1);
}
.photo-container-square-product {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.photo-container-square-product.topline {
  border-top: solid 1px rgba(29, 35, 39, .15);
}
.photo-container-square-product .info-top-corner-productshot {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.product-photo-container{
  height: 0;
  padding-bottom: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}





.carousel-indicators {
  position: static;
  margin-top: 15px;
  margin-right: 0;
  margin-left: 0;
  justify-content: left;
}
.carousel-indicators button[data-bs-target] {
  width: 100px;
}
#carouselsliderproduct .carousel-item {
  position: relative;
  border-radius: 8px;
}
#carouselsliderproduct .carousel-item .zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: rgba(29, 35, 39, 1);
}
#carouselsliderproduct .carousel-item .zoom a {
  color: rgba(29, 35, 39, 1);
}
#carouselsliderproduct .carousel-item .zoom a:hover {
  color: rgba(29, 35, 39, 1);
}
.wrapper-specifications {
  background-color: rgba(255, 255, 255, 1);
  padding: 35px;
  box-shadow: rgba(29, 35, 39, 0.10) 0px 7px 29px 0px;
  border-radius: 8px;
}
.wrapper-specifications h4 {
  font-size: 24px;
  font-weight: 200;
  color: rgba(227, 33, 24, 1);
  margin-bottom: 35px;
}
.wrapper-specifications .table-specifications {
  color: rgba(29, 35, 39, 1);
  font-size: 15px;
}
.wrapper-specifications .table-specifications.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgba(247, 247, 247, 1) !important;
  color: rgba(29, 35, 39, 1);
}
.wrapper-specification tbody,
td,
tfoot,
th,
thead,
tr {
  border-bottom: solid 1px rgba(29, 35, 39, .15)
}
.wrapper-specifications .table-specifications td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wrapper-specifications .table-specifications td:nth-child(1) {
  font-weight: 700;
}
.wrapper-specifications .wrapper-koopnu {
  padding-top: 25px;
}
.wrapper-specifications .wrapper-koopnu .form-select,
.wrapper-basket .form-select-small {
  border: solid 1px rgba(29, 35, 39, .25);
  border-radius: 0px;
  padding: 8px 20px;
  color: rgba(29, 35, 39, 1);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrapper-specifications .wrapper-koopnu .form-select:focus,
.wrapper-basket .form-select-small:focus {
  border-color: rgba(255, 255, 255, 0);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-specifications .wrapper-koopnu a.btn-orange {
  border: solid 1px rgba(227, 33, 24, 1);
  border-radius: 0px;
  padding: 10px 0px 10px 0px;
  color: rgba(255, 2553, 255, 1);
  background-color: rgba(227, 33, 24, 1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}
.wrapper-specifications .wrapper-koopnu a:hover.btn-orange {
  border: solid 1px rgba(29, 35, 39, 1);
  background-color: rgba(29, 35, 39, 1);
  color: rgba(255, 255, 255, 1) !important;
}
.wrapper-specifications .wrapper-koopnu a.btn-orange i {
  margin-right: 10px;
}
.wrapper-specifications .wrapper-koopnu hr {
  margin-top: 35px;
  margin-bottom: 35px;
  height: 1px;
  background-color: rgba(29, 35, 39, .45);
  border: none;
}
.wrapper-specifications .item-productinfo-content {
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(29, 35, 39, 1);
  line-height: 28px;
}
.wrapper-specifications .item-productinfo-content .collapse-inner {
  margin-top: 15px;
}
.wrapper-specifications .item-productinfo-content a.collapse-readmore {
  border-top: solid 1px rgba(29, 35, 39, .15);
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(29, 35, 39, 1);
  text-decoration: none;
  letter-spacing: 1px;
  padding-top: 8px;
}
.wrapper-specifications .item-productinfo-content a:hover.collapse-readmore {
  color: rgba(227, 33, 24, 1);
}
.wrapper-specifications .wrapper-tags {
  padding-top: 35px;
}
.wrapper-specifications .wrapper-tags .badge {
  background-color: rgba(29, 35, 39, .08);
  border-radius: 0px;
  margin-right: 5px;
  color: rgba(29, 35, 39, 1);
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 5px;
}
.wrapper-specifications .wrapper-tags .badge a {
  color: rgba(29, 35, 39, 1);
  text-decoration: none;
}
.wrapper-specifications .wrapper-tags .badge a:hover {
  color: rgba(29, 35, 39, .5);
  text-decoration: none;
}
/**************** BASKET ****************/
.wrapper-basket {
  margin-bottom: 70px;
}
.wrapper-basket .alert-success {
  --bs-alert-color: rgba(255, 255, 255, 1);
  --bs-alert-bg: rgba(227, 33, 24, 1);
  --bs-alert-border-color: rgba(227, 33, 24, 1);
  border-radius: 0px;
  margin-bottom: 40px;
}
.wrapper-basket select,
.wrapper-table-basket-sm select {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(143, 143, 143, .5);
  box-shadow: none;
  font-size: 15px;
  color: rgba(29, 35, 39, 1);
  font-weight: 700;
  border-radius: 0px;
  padding: 6px 13px 6px 15px;
}
.wrapper-basket .form-select:focus,
.wrapper-table-basket-sm .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.wrapper-basket .table-basket,
.wrapper-basket .table-basket-totaal {
  color: rgba(29, 35, 39, 1);
  font-size: 15px;
}
.wrapper-basket .table-basket tr {
  border-bottom: solid 1px rgba(143, 143, 143, .35) !important;
}
.wrapper-basket .table-basket a,
.wrapper-table-basket-sm a {
  color: rgba(29, 35, 39, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 14px;
}
.wrapper-basket .table-basket a:hover,
.wrapper-table-basket-sm a:hover {
  color: rgba(227, 33, 24, 1);
}
.wrapper-basket .table-basket-totaal td {
  border-bottom: none;
}
.wrapper-basket .table-basket .order-line-description a,
.table-basket-sm-row .order-line-description a {
  color: rgba(29, 35, 39, 1);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.table-basket-sm-row .order-line-description {
  padding-bottom: 15px;
}
.wrapper-basket .table-basket .order-line-description a i,
.table-basket-sm-row .order-line-description a i {
  font-size: 13px;
  margin-left: 12px;
}
.wrapper-basket .table-basket .order-line-description a:hover,
.table-basket-sm-row .order-line-description a:hover {
  color: rgba(227, 33, 24, 1);
}
.wrapper-basket .table-basket .order-line-delete,
.table-basket-sm-row .order-line-delete {
  text-align: right;
}
.wrapper-basket .table-basket .order-line-price,
.table-basket-sm-row .order-line-price {
  text-align: right;
  font-weight: 800;
  font-size: 20px;
  color: rgba(227, 33, 24, 1);
}
.wrapper-basket .table-basket-totaal .order-line-price {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(29, 35, 39, 1);
  padding-right: 10px;
}
.wrapper-basket .table-basket-totaal td:nth-child(1) {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(29, 35, 39, 1);
}
.wrapper-basket .table-basket td:nth-child(1) {
  width: 175px;
}
.wrapper-basket .table-basket td:nth-child(3),
.wrapper-basket .table-basket td:nth-child(4),
.wrapper-basket .table-basket-totaal td:nth-child(2) {
  width: 200px;
}
.wrapper-basket .table-basket-totaal tbody,
.wrapper-basket .table-basket-totaal td,
.wrapper-basket .table-basket-totaal tfoot,
.wrapper-basket .table-basket-totaal th,
.wrapper-basket .table-basket-totaal thead,
.wrapper-basket .table-basket-totaal tr {
  border-bottom: solid 0px rgba(143, 143, 143, .5);
}
.wrapper-basket .wrapper-buttons {
  text-align: right;
}
.wrapper-basket .wrapper-buttons a {
  margin-right: 15px;
}
.wrapper-basket .wrapper-buttons {
  text-align: right;
}
.wrapper-basket .wrapper-buttons a {
  margin-right: 15px;
}
.wrapper-table-basket-sm {
  display: none;
}
.wrapper-small-basket-overview {
  background-color: rgba(255, 255, 255, 1);
  padding: 35px 35px 35px 35px;
  color: rgba(45, 55, 72, 1);
  border-radius: 8px;
  box-shadow: rgba(29, 35, 39, 0.10) 0px 7px 29px 0px;
}
.wrapper-small-basket-overview h3 {
  color: rgba(227, 33, 24, 1);
  font-weight: 800;
  padding-left: 7px;
  padding-bottom: 20px;
}
.wrapper-small-basket-overview .table-small-basket-overview {
  color: rgba(45, 92, 136, 1);
  font-size: 15px;
  line-height: 24px;
}
.wrapper-small-basket-overview .table-small-basket-overview .topline {
  border-top: solid 2px rgba(143, 143, 143, .25)
}
.wrapper-small-basket-overview .table-small-basket-overview .noline {
  border-bottom: none;
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(2),
.wrapper-small-basket-overview .table-small-basket-overview small {
  color: rgba(143, 143, 143, .75)
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(3) {
  text-align: right;
  font-weight: 800;
  width: 125px;
  color: rgba(227, 33, 24, 1);
}
.wrapper-form-afrekenen a {
  text-decoration: none;
}
.wrapper-form-afrekenen a:hover {
  text-decoration: none;
}
.wrapper-form-afrekenen .contact-form .card {
  border-radius: 0;
  border: none;
  padding: 35px;
  background-color: rgba(247, 247, 247, 1);
  margin-bottom: 45px;
}
.wrapper-selector .selector-input {
  display: block;
  float: left;
  width: 55px;
}
.wrapper-selector .selector-input input {
  text-align: center;
  border-radius: 0px;
  font-weight: 700;
}
.wrapper-selector .selector-down {
  display: block;
  float: left;
  padding-right: 7px;
  padding-top: 5px;
}
.wrapper-selector .selector-up {
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 5px;
}
.wrapper-selector i {
  font-size: 20px;
}


.choose-customer a {
  text-align: center;
  display: block;
  padding: 35px;
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, .03);
}
.choose-customer a:hover {
  background-color: rgba(0, 0, 0, .05);
}
.choose-customer a i {
  font-size: 50px;
  color: rgba(227, 33, 24, 1);
  margin-bottom: 20px;
}
.choose-customer a:hover i {
  color: rgba(227, 33, 24, 1);
}
.choose-customer a h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: rgba(227, 33, 24, 1);
}
.choose-customer a:hover h3 {
  color: rgba(227, 33, 24, 1);
}



.wrapper-form-afrekenen .contact-form {
  padding-top: 0px;
  padding-right: 35px;
}
.wrapper-collapse-factuur a,
.wrapper-collapse-alt-leveradres a {
  color: rgba(227, 33, 24, 1);
  margin-bottom: 10px;
  display: inline-block;
}
.wrapper-collapse-factuur a,
.wrapper-collapse-alt-leveradres a:hover {
  color: rgba(29, 35, 39, 1);
}
.wrapper-collapse-factuur a i,
.wrapper-collapse-alt-leveradres a i {
  color: rgba(227, 33, 24, 1);
  font-size: 18px;
  margin-left: 5px;
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: rgba(255, 141, 143, 1.00) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(255, 141, 143, 1.00) !important;
  line-height: 17px !important;
  display: inline-block;
}
.alert-warning {
  border-radius: 0px !important;
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: rgba(185, 255, 200, 1.00) !important;
}
.bevestiging-text {
  background-color: rgba(247, 247, 247, 1);
  padding: 70px;
  color: rgba(29, 35, 39, 1);
  border-radius: 0px 8px 8px 0px;
}
@media(max-width:991px) {
  .btn-show-sm {
    display: block;
  }
  .btn-hidden-sm {
    display: none;
  }
  /********************* SHOP *********************/
  .table-basket-lg {
    display: none;
    padding: 15px;
  }
  .wrapper-table-basket-sm {
    display: block;
    padding: 15px;
  }
  .wrapper-table-basket-sm .table-basket-sm-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(29, 35, 39, .15);
  }
  .wrapper-small-basket-overview {
    margin-top: 45px;
  }
}