a.btn-brown,
.btn-brown {
  border: none;
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  background: #291F25;
  background: linear-gradient(180deg, rgba(41, 31, 37, 1) 0%, rgba(50, 36, 45, 1) 75%);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0px 13px 0px;
  text-decoration: none;
}
a:hover.btn-brown,
.btn-brown:hover {
  background: #291F25;
  background: linear-gradient(180deg, rgba(41, 31, 37, 1) 0%, rgba(50, 36, 45, 1) 75%);
  color: rgba(221, 197, 191, 1);
  transform: scale(0.9);
}
a:focus.btn-brown,
.btn-brown:focus {
  background: #291F25;
  background: linear-gradient(180deg, rgba(41, 31, 37, 1) 0%, rgba(50, 36, 45, 1) 75%);
  color: rgba(221, 197, 191, 1);
  border: none;
  box-shadow: none;
}
a.btn-brown i {
  margin-right: 10px;
}
a.btn-brown-outline {
  border: solid 1px rgba(50, 36, 45, 1);
  border-radius: 0px;
  font-weight: 600;
  font-size: 15px;
  background-color: transparent;
  color: rgba(50, 36, 45, 1);
  text-transform: uppercase;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px 0px 13px 0px;
  text-decoration: none;
}
a:hover.btn-brown-outline {
  background-color: transparent;
  color: rgba(50, 36, 45, 1);
  transform: scale(0.9);
}
a.btn-brown-outline i {
  margin-right: 10px;
}
a:hover.btn-brown-outline.form-control:focus {
  color: var(--bs-body-color);
  background-color: rgba(199, 150, 146, 1);
  border-color: rgba(50, 36, 45, 1);
  outline: 0;
}
.product-item .card {
  border: none;
  padding: 0;
  background-color: rgba(221, 197, 191, 1);
}
.product-item .card .card-body,
.product-item .card .card-footer {
  border: none;
  padding: 0;
  background-color: transparent;
}
.product-grid {
  margin-top: -60px;
}
/*.product-grid .product-item {
  margin-bottom: 140px;
}*/
.product-grid .product-item.capsule {
  margin-bottom: 100px;
}
.product-grid .product-item .card .card-body {
  background-color: rgba(221, 197, 191, 1);
  padding: 0px 0px 0px 0px;
  color: rgba(50, 36, 45, 1);
  line-height: 20px;
}
.product-grid .product-item .card .card-footer {
  background-color: rgba(221, 197, 191, 1);
  padding: 0px 0px 0px 0px;
}
.product-item .card .card-product-photo {
  height: 0;
  padding-bottom: 165%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-photo img {
  width: 100%;
  height: auto;
}
.product-item.capsule .card .card-product-photo {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-grid .product-item.capsule .card .card-product-photo {
  margin-top: -70px;
}
.product-item .card .card-product-photo .label-award {
  position: absolute;
  bottom: 65px;
  right: 0px;
  z-index: 99;
  width: 85px;
  height: auto;
  text-align: center;
}
.product-item .card .card-product-photo .label-award img {
  width: 100%;
  height: auto;
}
.product-item .card .card-product-photo .label-new {
  position: absolute;
  bottom: 65px;
  right: 0;
  z-index: 99;
  background-color: rgba(50, 36, 45, 1);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  padding-top: 33px;
  color: rgba(221, 197, 191, 1);
  text-transform: uppercase;
  font-size: 18px;
}
.product-item.capsule .card .card-product-photo .label-green {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 99;
  background-color: rgba(199, 150, 146, 1);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  padding-top: 33px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 18px;
}
.product-grid .product-item .card .card-product-photo .label-green,
.product-grid .product-item .card .card-product-photo .label-award,
.product-grid .product-item .card .card-product-photo-capsule .label-green {
  right: 35px;
}
.product-item .card .card-body {
  line-height: 20px;
}
/*.product-item.capsule .card .card-body {
  margin-top: 20px;
}*/
.product-item .card .card-body h5.card-country {
  font-size: 30px;
  line-height: 30px !important;
  /*color: rgba(156, 172, 38, 1);*/
  color: rgba(199, 150, 146, 1);
  display: block;
}
.product-item .card .card-body .card-title h4 {
  font-size: 32px;
  line-height: 26px;
  font-weight: bold;
  color: rgba(50, 36, 45, 1);
  display: inline-block;
}
.product-item .card .card-body .card-title h4 .name {
  font-size: 16px;
  color: rgba(50, 36, 45, 1);
  display: inline-block;
}
.product-item .card .card-body .price {
  text-align: right;
  font-size: 28px;
  line-height: 24px;
  font-weight: bold;
  margin-top: -28px;
}
.product-item .card .card-body .price strong {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}
.product-item .card .card-body .card-text {
  padding-top: 0px;
  padding-bottom: 70px;
}
.product-item .card .card-footer .btn-outline-brown {
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
}
.product-item .card .card-footer .btn-more-details a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
}
.product-item .card .card-footer .btn-more-details a:hover {
  color: rgba(199, 150, 146, 1);
}
.product-item .card .card-footer .product-item-price {
  text-align: center;
  color: rgba(199, 150, 146, 1);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 12px;
}
.product-grid .product-item .card .card-footer .product-item-price {
  padding-bottom: 15px;
}
.product-grid .product-item .card .card-footer .btn-full-green {
  width: 100%;
}
.dropdown-selector-products {
  text-align: right;
  padding-top: 0px;
}
.dropdown-selector-products .dropdown .btn-top {
  color: #170C00;
  text-decoration: none;
  padding-bottom: 15px;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
}
.dropdown-selector-products .dropdown a.btn-top {
  text-decoration: none !important;
}
.dropdown-selector-products .dropdown .btn-top:hover {
  color: rgba(199, 150, 146, 1);
  border-bottom: solid 1px rgba(199, 150, 146, 1);
}
.dropdown-selector-products .dropdown .dropdown-menu {
  background-color: rgba(50, 36, 45, 1);
  border: none;
  padding: 20px 30px 20px 30px;
  border-radius: 0px;
}
.dropdown-selector-products .dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 15px;
  padding: 5px 0px 5px 0px;
}
.dropdown-selector-products .dropdown .dropdown-menu a.dropdown-item {
  color: rgba(221, 197, 191, 1);
  font-weight: bold;
}
.dropdown-selector-products .dropdown .dropdown-menu a:hover.dropdown-item {
  color: rgba(221, 197, 191, 1);
  background-color: transparent;
}
.dropdown-selector-products.link {
  padding-top: 0px;
}
.dropdown-selector-products.link a {
  color: rgba(221, 197, 191, 1);
  text-decoration: none;
  font-size: 16px;
}
.dropdown-selector-products.link a i {
  font-size: 11px;
  margin-right: 5px;
}
.dropdown-selector-products.link a:hover {
  color: rgba(199, 150, 146, 1);
}
.wrapper-filter-options .column-page-menu {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, .55);
}
.wrapper-filter-options .page-menu-toggler {
  display: none;
  position: relative;
}
.wrapper-filter-options .selector .accordion {
  /*background-color: rgba(255, 255, 255, .05);*/
  background-color: #261e23;
  border: none;
}
.wrapper-filter-options .selector .accordion .accordion-item .form-check-input:checked {
  background-color: rgba(199, 150, 146, 1);
  border-color: rgba(50, 36, 45, 1);
}
.wrapper-filter-options .selector .accordion .accordion-item .form-check-input:focus {
  border-color: #261e23;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0);
}
.wrapper-filter-options .selector .accordion .accordion-item {
  /*background-color: rgba(255, 255, 255, .05);*/
  background-color: #261e23;
  border: none;
}
.wrapper-filter-options .selector .accordion .accordion-button {
  color: #fff;
  font-weight: 500;
  /*background-color: rgba(199, 150, 146, 1);*/
  background-color: #261e23;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
  padding: 12px 20px 12px 25px;
  font-size: 18px;
  border-top: solid 1px rgba(199, 150, 146, .5);
  border-bottom: solid 1px rgba(199, 150, 146, .5);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  border-radius: 0px;
}
.wrapper-filter-options .selector .accordion .accordion-button:not(.collapsed) {
  color: rgba(255, 255, 255, 1);
  background-color: #261e23;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
  padding: 12px 20px 12px 25px;
  font-size: 18px;
  border-top: solid 1px rgba(199, 150, 146, .5);
  border-bottom: solid 1px rgba(199, 150, 146, .5);
}
.wrapper-filter-options .selector .accordion .accordion-button:hover {
  background-color: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.wrapper-filter-options .selector .accordion .accordion-body {
  padding: 45px 25px;
  /*background-color:#42383e;*/
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check {
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  padding-top: 5px;
  padding-bottom: 5px;
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check label {
  margin-left: 10px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wrapper-filter-options .selector .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.wrapper-filter-options .selector .accordion .accordion-body .form-check strong {
  color: rgba(199, 150, 146, 1);
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}
.wrapper-filter-search {
  padding-top: 10px;
  padding-bottom: 35px;
}
.wrapper-filter-search .search-filter {
  box-shadow: rgba(156, 172, 38, 0.10) 0px 2px 8px 0px;
}
.wrapper-filter-search .search-filter .form-control {
  border-radius: 8px 0px 0px 8px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: rgba(50, 36, 45, 1);
  padding-left: 30px;
  padding-top: 10px;
}
.wrapper-filter-search .search-filter .form-control::placeholder {
  color: rgba(199, 150, 146, 1);
  font-weight: 400;
  opacity: 1;
}
.wrapper-filter-search .search-filter .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-filter-search .search-filter .btn {
  background-color: rgba(199, 150, 146, 1);
  border-radius: 0px 8px 8px 0px;
  color: rgba(221, 197, 191, 1);
  padding-top: 9px;
}
.wrapper-filter-search .search-filter .btn-check:focus+.btn,
.wrapper-filter-search .search-filter .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.wrapper-filter-search .search-filter .btn:hover {
  background-color: rgba(199, 150, 146, 1);
  color: rgba(221, 197, 191, 1);
}
.pagination {
  margin-top: 0px;
  padding-top: 55px;
  background-color: transparent;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-radius: 5px;
  font-size: 13px;
  padding-top: 12px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-radius: 5px;
  font-size: 13px;
  padding-top: 12px;
}
.page-link {
  color: rgba(50, 36, 45, 1);
  font-size: 15px;
  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;
  padding-top: 8px;
}
.page-item.active .page-link {
  color: rgba(221, 197, 191, 1);
  background-color: rgba(199, 150, 146, 1);
  border-color: rgba(199, 150, 146, 1);
  border-radius: 0px;
}
.page-link:hover {
  background-color: rgba(199, 150, 146, 1);
  border-color: rgba(199, 150, 146, 1);
  color: rgba(221, 197, 191, 1);
}
.page-link:focus {
  color: rgba(221, 197, 191, 1);
  background-color: transparent;
  outline: 0;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: transparent;
  color: rgba(221, 197, 191, 1);
}
.pagination li {
  padding: 0;
  margin: 0;
}
.wrapper-product-photo-detail {
  /*background-color: rgba(255, 255, 255, 1);*/
  /*box-shadow: rgba(68, 37, 19, 0.09) 0px 2px 5px 0px;*/
  position: relative;
  margin-right: 50px;
}
.wrapper-product-photo-detail .product-photo {
  background-color: rgba(221, 197, 191, 1);
  border-radius: 20px;
  padding-top: 50px;
}
.wrapper-product-photo-detail .card-product-photo {
  height: 0;
  padding-bottom: 165%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-product-photo.capsule {
  padding-bottom: 85% !important;
}
.product-photo .label-award {
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: 99;
  width: 125px;
  height: auto;
  text-align: center;
}
.card-product-photo .label-award img {
  width: 100%;
  height: auto;
}
.wrapper-product-photo-detail .card-product-photo .label-green {
  position: absolute;
  top: 0px;
  left: 35px;
  z-index: 99;
  background-color: rgba(199, 150, 146, 1);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  padding-top: 33px;
  color: rgba(221, 197, 191, 1);
  text-transform: uppercase;
  font-size: 18px;
}
.wrapper-description {
  line-height: 30px;
}
.wrapper-specifications {}
.wrapper-description h3,
.wrapper-specifications h3 {
  font-size: 24px;
  margin-bottom: 35px;
}
.wrapper-specifications .table-specifications {
  color: rgba(221, 197, 191, 1);
  font-size: 16px;
}
.wrapper-specifications .table-specifications.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: rgba(50, 36, 45, 1);
  color: rgba(221, 197, 191, 1);
  border-bottom: none;
}
.wrapper-specification tbody,
td,
tfoot,
th,
thead,
tr {
  color: rgba(221, 197, 191, 1);
  border-bottom: none !important;
}
.wrapper-specifications .table-specifications td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: rgba(221, 197, 191, 1);
  background-color: rgba(50, 36, 45, 1);
  border-bottom: none;
}
.wrapper-specifications .table-specifications td:nth-child(1) {
  font-size: 16px;
}
.wrapper-koopnu {
  padding-top: 0px;
}
.wrapper-koopnu h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
/*.wrapper-koopnu .select-choice li {
  border-right: solid 1px rgba(199, 150, 146, 1);
  padding-right: 10px;
  margin-bottom: 20px;
}
.wrapper-koopnu .select-choice li:last-child {
  border-right: none;
  padding-right: 0px;
}
.wrapper-koopnu .select-choice a {
  color: rgba(221, 197, 191, 1);
  padding: 0px;
  padding: 5px 15px 7px 15px;
  text-decoration: none;
  border: solid 1px transparent;
  border-radius: 35px;
}
.wrapper-koopnu .select-choice a:hover,
.wrapper-koopnu .select-choice a.active {
  border: solid 1px rgba(221, 197, 191, 1);
  border-radius: 25px;
}
.wrapper-koopnu .counter,
.wrapper-selector .counter {
  padding: 0px 10px;
}*/
.wrapper-koopnu .btn-counter,
.wrapper-selector .btn-counter {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: rgba(221, 197, 191, .25);
  border: none;
  font-weight: 400;
  color: rgba(221, 197, 191, 1) !important;
  padding: 0px !important;
}
.wrapper-koopnu .btn-counter:hover,
.wrapper-selector .btn-counter:hover {
  background-color: rgba(221, 197, 191, 15);
  color: #291F25 !important;
}
.wrapper-koopnu #counter-value,
.wrapper-selector #counter-value {
  color: rgba(221, 197, 191, 1);
  font-size: 16px;
}
.globalwrapper-koopnu {
  padding-top: 25px;
}
.wrapper-koopnu.detailpage {
  padding-top: 7px;
}
.wrapper-koopnu.detailpage .btn-counter {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: rgba(50, 36, 45, 1);
  border: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
  padding: 0px !important;
}
.wrapper-koopnu.detailpage .btn-counter:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #291F25 !important;
}
.wrapper-koopnu.detailpage #counter-value {
  color: rgba(50, 36, 45, 1);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
}
.wrapper-koopnu.detailpage #btn-plus {
  font-size: 18px;
  font-weight: 400;
}
.wrapper-koopnu .select-choice.counter h4 {
  padding-left: 10px;
}
.wrapper-koopnu .price {
  font-size: 60px;
  color: rgba(221, 197, 191, 1);
  padding-top: 5px;
}
.wrapper-koopnu .btn-buy {
  padding-top: 25px;
}
.wrapper-specifications .item-productinfo-content {
  padding-top: 55px;
  padding-bottom: 15px;
  color: rgba(221, 197, 191, 1);
  line-height: 28px;
}
.wrapper-specifications .item-productinfo-content .collapse-inner {
  margin-top: 15px;
}
.wrapper-specifications .item-productinfo-content a:hover.collapse-readmore {
  color: rgba(199, 150, 146, 1);
}
.wrapper-specifications .item-productinfo-content .table-specifications {
  color: rgba(221, 197, 191, 1);
  font-size: 16px;
}
.wrapper-specifications .item-productinfo-content .table-specifications.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: rgba(239, 241, 206, .25);
  color: rgba(221, 197, 191, 1);
}
.wrapper-specifications .item-productinfo-content tbody,
td,
tfoot,
th,
thead,
tr {
  border-bottom: solid 1px rgba(221, 197, 191, 1);
  color: rgba(221, 197, 191, 1);
}
.wrapper-specifications .item-productinfo-content .table-specifications td {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(221, 197, 191, 1);
}
.wrapper-specifications .item-productinfo-content .table-specifications td:nth-child(1) {
  font-weight: 700;
  width: 40%;
  font-size: 16px;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-backdrop.show {
  opacity: 0.75;
  /* standaard is 0.5 */
}
.modal {
  z-index: 10000;
}
.wrapper-modal-koopnu .modal-header {
  background-color: rgba(199, 150, 146, 1);
  color: rgba(255, 255, 255, 1);
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
  border-bottom: none;
}
.wrapper-modal-koopnu .modal-header i {
  margin-right: 10px;
  font-size: 23px;
}
.wrapper-modal-koopnu .modal-body {
  padding: 35px;
  border: none;
  font-size: 16px;
  background-color: rgba(221, 197, 191, 1);
  color: rgba(50, 36, 45, 1);
}
.wrapper-modal-koopnu .modal-footer {
  border-top: none;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
  padding-bottom: 35px;
  background-color: rgba(221, 197, 191, 1);
}
.wrapper-modal-koopnu .wrapper-product-info-modal {
  padding-top: 35px;
}
.wrapper-modal-koopnu .wrapper-product-info-modal .product-info-modal {
  padding-top: 15px;
}
.wrapper-modal-koopnu h4 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: rgba(50, 36, 45, 1);
}
.wrapper-modal-koopnu h4 a {
  font-weight: 700;
  font-size: 18px;
  color: rgba(50, 36, 45, 1);
  text-decoration: none;
}
.wrapper-modal-koopnu h4 a:hover {
  color: rgba(199, 150, 146, 1);
}
.wrapper-modal-koopnu .modal-body .item-productinfo-price {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: rgba(50, 36, 45, 1);
  text-align: left;
}
.wrapper-modal-koopnu .modal-body .item-productinfo-price .old-price,
.old-price {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  color: rgba(199, 150, 146, 1);
  text-decoration: line-through;
}
.photo-container-square-product {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.text-block-white {
  color: rgba(221, 197, 191, 1);
}
.wrapper-basket .alert-success {
  --bs-alert-color: #ffffff;
  --bs-alert-bg: rgba(199, 150, 146, 1);
  --bs-alert-border-color: rgba(199, 150, 146, 1);
  border-radius: 0px;
  margin-bottom: 35px;
  padding-left: 35px;
}
.wrapper-basket .table-basket,
.wrapper-basket .table-basket-totaal {
  color: rgba(199, 150, 146, 1);
}
.wrapper-basket .table-basket-totaal {
  border-top: solid 2px rgba(199, 150, 146, .35);
}
.wrapper-basket .table-basket td {
  color: rgba(221, 197, 191, 1);
  border-bottom: solid 1px rgba(156, 172, 38 1);
  background-color: transparent;
}
.wrapper-basket .table-basket-totaal td {
  border-bottom: none;
  background-color: transparent;
}
.wrapper-basket .table-basket .order-line-description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.wrapper-basket .table-basket .order-line-description a,
.table-basket-sm-row .order-line-description a {
  color: rgba(199, 150, 146, 1);
  text-decoration: none;
  font-family: quincy-cf, serif;
  font-weight: bold;
  font-size: 22px;
  display: block;
}
.wrapper-basket .table-basket .order-line-description a:hover,
.table-basket-sm-row .order-line-description a:hover {
  color: rgba(221, 197, 191, 1);
}
.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: 14px;
  margin-left: 10px;
}
.wrapper-basket .table-basket .order-line-delete,
.table-basket-sm-row .order-line-delete {
  text-align: right;
}
.wrapper-basket .table-basket .order-line-delete a,
.table-basket-sm-row .order-line-delete a {
  color: rgba(221, 197, 191, .5)
}
.wrapper-basket .table-basket .order-line-delete a:hover,
.table-basket-sm-row .order-line-delete a:hover {
  color: rgba(221, 197, 191, 1);
}
.wrapper-basket .table-basket .order-line-price,
.table-basket-sm-row .order-line-price {
  text-align: right;
  font-size: 22px;
  color: rgba(221, 197, 191, 1);
  font-family: quincy-cf, serif;
  font-weight: bold;
}
.wrapper-basket .table-basket-totaal .order-line-price {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(221, 197, 191, 1);
  padding-right: 10px;
}
.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;
}
.wrapper-selector .selector-input .inpAantal {
  background-color: rgba(50, 36, 45, 1);
  border: solid 1px rgba(50, 36, 45, 1);
  display: inline-block;
  margin-top: 3px;
  color: rgba(221, 197, 191, 1);
}
.wrapper-basket .table-basket-totaal td:nth-child(1) {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: rgba(221, 197, 191, 1);
}
.wrapper-basket .table-basket td:nth-child(1) {
  width: 125px;
}
.wrapper-basket .table-basket td:nth-child(3) {
  width: 175px;
}
.wrapper-basket .table-basket td:nth-child(4),
.wrapper-basket .table-basket td:nth-child(5),
.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(221, 197, 191, 1);
}
.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-basket .wrapper-buttons .link-more {
  float: left;
}
.wrapper-table-basket-sm {
  display: none;
}
.choose-customer a {
  text-align: center;
  display: block;
  padding: 35px;
  text-decoration: none;
  color: rgba(255, 255, 255, .75);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .08);
}
.choose-customer a:hover {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, 1);
}
.choose-customer a i {
  font-size: 50px;
  color: rgba(199, 150, 146, 1);
  margin-bottom: 10px !important;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.choose-customer a:hover i {
  color: rgba(221, 197, 191, 1);
}
.choose-customer a h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: rgba(221, 197, 191, 1);
  font-family: poppins, sans-serif;
  font-weight: 600;
}
.choose-customer a:hover h3 {
  color: rgba(255, 255, 255, 1);
}
.choose-customer a h3::after {
  content: '';
  display: block;
  border: none !important;
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*.divider .choose-customer {
  border-right: 1px solid rgba(221, 197, 191, 1);
}*/
.wrapper-form-afrekenen a {
  color: rgba(199, 150, 146, 1);
  font-weight: 600;
}
.wrapper-form-afrekenen a:hover {
  color: rgba(221, 197, 191, 1);
}
.wrapper-small-basket-overview {
  padding: 0px 0px 0px 35px;
  color: rgba(221, 197, 191, 1) !important;
}
.wrapper-small-basket-overview .table-small-basket-overview {
  color: rgba(221, 197, 191, 1) !important;
  font-size: 15px;
  line-height: 20px;
}
.wrapper-small-basket-overview .table-small-basket-overview td {
  color: rgba(199, 150, 146, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}
.wrapper-small-basket-overview .table-small-basket-overview .noline {
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wrapper-small-basket-overview .table-small-basket-overview .topline {
  border-top: solid 2px rgba(221, 197, 191, .5);
  padding-top: 30px;
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(2),
.wrapper-small-basket-overview .table-small-basket-overview small {
  color: rgba(221, 197, 191, 1);
  font-size: 14px;
}
.wrapper-small-basket-overview .table-small-basket-overview td:nth-child(3) {
  text-align: right;
  font-weight: 700;
  width: 90px;
}
.wrapper-basket .contact-form {
  margin-top: 0px;
}
.contact-form {
  font-size: 16px;
  color: rgba(221, 197, 191, 1);
  padding: 0px 0px 0px 0px;
}
.contact-form .inputfield {
  border: none;
  border-radius: 0px;
  height: 45px;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(50, 36, 45, 1);
  padding-top: 4px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1);
  border: none;
}
.contact-form .select {
  border: none;
  border-radius: 0px;
  height: 45px;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(50, 36, 45, 1);
  padding-top: 4px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
}
.contact-form .text-area {
  height: 200px;
  padding: 25px 25px;
}
.contact-form .form-group label {
  color: rgba(221, 197, 191, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 16px;
}
.contact-form .form-check label,
.contact-form .form-label {
  color: rgba(221, 197, 191, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-form .form-check span,
.contact-form .form-group label span,
.contact-form .form-label span {
  color: rgba(221, 197, 191, 1);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
.contact-form.verzending .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-form.verzending .form-check label,
.contact-form.verzending .form-label {
  margin-bottom: 15px;
}
.contact-form.verzending textarea {
  height: 250px;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  box-shadow: none;
  padding: 25px;
}
.contact-form.verzending textarea:focus {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  box-shadow: none;
}
.contact-form a.collapse-btn {
  display: block;
  color: rgba(221, 197, 191, 1);
  border-bottom: solid 1px rgba(199, 150, 146, 1);
  padding-bottom: 15px;
  font-weight: 600;
}
.contact-form a:hover.collapse-btn {
  color: rgba(199, 150, 146, 1);
  border-bottom: solid 1px rgba(221, 197, 191, 1);
}
.contact-form a.collapse-btn span {
  float: right;
}
.wrapper-form-afrekenen .contact-form .card {
  border: none;
  padding: 25px;
  background: rgba(255, 255, 255, .08);
  border-radius: 0px;
}
.active-new td {}
.list-betaalwijze .card {
  border-radius: 0px;
}
.list-betaalwijze .card:last-child {
  border-right: none !important;
  border-radius: 0px;
}
.list-betaalwijze .card {
  text-align: center;
  border: none;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  cursor: pointer;
  color: rgba(221, 197, 191, 1);
  font-weight: 600;
  background: rgba(41, 31, 37, 1);
}
.list-betaalwijze .card:hover {
  cursor: pointer;
}
.list-betaalwijze .card .card-body {
  font-size: 17px;
  padding: 15px 0px 10px 0px;
  border-radius: 6px;
}
.list-betaalwijze .card .card-body img {
  width: 50px;
  margin-bottom: 15px;
}
.list-betaalwijze .card .card-body label {
  display: block;
}
.list-betaalwijze .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 0px;
}
@media(max-width: 1180px) {
  .wrapper-basket .table-basket td:nth-child(2) {
    width: 400px;
  }
  .wrapper-basket .table-basket td:nth-child(4) {
    width: auto;
  }
  .wrapper-basket .table-basket td:nth-child(5) {
    width: auto;
  }
}
@media(max-width: 991px) {
  .wrapper-filter-options .page-menu-toggle-part {
    display: none;
    padding: 0px;
  }
  .wrapper-filter-options .page-menu-toggler {
    width: 100%;
    box-sizing: border-box;
  }
  .wrapper-filter-options .page-menu-toggler .menu {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px 10px 20px;
    background-color: rgba(199, 150, 146, 1);
    border-bottom: solid 1px rgba(50, 36, 45, 1);
    border-radius: 0px;
    margin-top: 20px;
  }
  .wrapper-filter-options .page-menu-toggler .menu span {
    margin-right: 6px;
    float: right;
    display: inline-block;
  }
  .wrapper-filter-options .page-menu-toggle-part.active,
  .wrapper-filter-options .page-menu-toggler {
    display: block;
  }
  .wrapper-filter-search {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .wrapper-filter-options .column-page-menu {
    margin-bottom: 70px;
  }
  .text-block-white {
    padding: 25px 0px;
  }
  .wrapper-basket .table-basket td:nth-child(4),
  .wrapper-basket .table-basket-totaal td:nth-child(2) {
    width: 125px;
  }
  .wrapper-basket .table-basket td:nth-child(2) {
    width: 75px;
  }
  .wrapper-basket .table-basket td:nth-child(3) {
    width: 50px;
  }
  .wrapper-small-basket-overview {
    margin-top: 35px;
  }
  .wrapper-small-basket-overview {
    padding: 25px 0px 10px 0px;
  }
  .wrapper-basket {
    padding: 0px;
    margin-top: 35px;
  }
  .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;
  }
  .divider .choose-customer {
    border-right: none;
  }
  .wrapper-modal-koopnu .btn-green {
    margin-bottom: 15px;
  }
  .choose-customer a {
    margin-bottom: 25px;
  }
  .contact-info-photo {
    margin-top: 70px;
  }
  .wrapper-product-photo-detail {
    margin-right: 0px;
  }
  a.btn-outline {
    padding: 10px 10px;
  }
  .text-block-brown a.btn-outline {
    padding: 10px 25px;
  }
  .wrapper-koopnu .price {
    font-size: 30px;
  }
  .wrapper-product-photo-detail .product-photo {
    margin-top: 35px;
  }
  .wrapper-footer .ft-baseline {
    padding-right: 0px;
    text-align: center;
    padding-bottom: 35px;
  }
  .wrapper-awards .award-logo {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .wrapper-awards .award-logo img {
    width: 50%;
  }
  .product-item .card .card-body .price {
    text-align: left;
    margin-top: 0px;
    padding-top: 20px;
    line-height: 15px;
  }
  .product-item .card .card-body .card-text {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .wrapper-small-basket-overview {
    padding: 0px 0px 0px 0px;
    margin-top: 70px;
  }
  .wrapper-koopnu.detailpage {
    padding-top: 0px;
    padding-bottom: 35px;
  }
}
@media(max-width:767px) {
  .wrapper-basket .wrapper-buttons {
    text-align: center;
  }
  .wrapper-basket .wrapper-buttons a,
  .wrapper-basket .fill-btn-orange {
    width: 100%;
    display: block;
  }
  .wrapper-basket .table-basket .order-line-price {
    font-weight: 700;
    font-size: 15px;
  }
  .wrapper-basket .wrapper-buttons .link-more {
    float: none;
    margin-bottom: 35px !important;
    display: inline-block;
  }
}
@media(max-width:550px) {
  .wrapper-globalpages-top {
    padding: 0px 10px 70px 10px;
  }
  .text-block-white {
    padding: 0px;
  }
  .table-basket-sm-row .order-line-delete .blue-text-link span {
    display: none;
  }
  .table-basket-sm-row .order-line-price {
    font-size: 18px;
  }
}