:root {
  --main-blue: #174797;
  --main-dark-blue: #001540;
  --dark-white: #f5f5f5;
  font-size: 16px;
}
html,
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  flex-shrink: 0;
  flex-grow: 1;
  height: 100%;
  color: var(--main-dark-blue);
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}

p a {
  text-decoration: underline;
}

#bottomContent p a {
  text-decoration: none;
}
.pagination {
  flex-wrap: wrap;
  list-style: none;
}
.font-dancing {
  font-family: "Dancing Script", cursive;
  font-size: 1.25em; /*EM unit zo it is more likely to match other text*/
}
.slogan {
  font-size: 2.5rem;
  color: var(--main-blue);
  font-family: "Courgette", cursive !important;
  text-align: center;
}

.merk-link {
}

.logo-wrapper img {
  transform: scale(0.8);
}
.font-courgette {
  font-family: "Courgette", cursive !important;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6,
.productPriceItem h1,
.productPriceItem h2,
.productPriceItem h3,
.productPriceItem h4,
.productPriceItem h5,
.productPriceItem h6,
.productPriceItem .h1,
.productPriceItem .h2,
.productPriceItem .h3,
.productPriceItem .h4,
.productPriceItem .h5,
.productPriceItem .h6,
body {
  font-family: "Open Sans", sans-serif;
}
.featherlight .featherlight-content {
  overflow: hidden;
}
.fade.in {
  opacity: 1;
}
.modal-header {
  border: unset;
}
.modal-header .close {
  transform: scale(2);
  /* padding: 0rem; */
  padding-right: 1.2rem;
}
.modal-backdrop.fade.in {
  opacity: 0.5;
}
.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.blogContent h1,
.blogContent h2,
.blogContent h3,
.blogContent h4,
.blogContent h5,
.blogContent h6,
.blogContent .h1,
.blogContent .h2,
.blogContent .h3,
.blogContent .h4,
.blogContent .h5,
.blogContent .h6,
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal .h1,
.modal .h2,
.modal .h3,
.modal .h4,
.modal .h5,
.modal .h6 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bolder;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Zen Antique", serif;
}

.productPriceItem .merkTitle,
.merkTitlePopup {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.productPriceItem .merkTitle a,
.merkTitlePopup a {
  text-decoration: none;
}

#sticky-nav {
  position: sticky;
  top: 0;
  z-index: 999;
}

nav.main-nav {
  background: var(--main-blue);
  color: white;
  padding: 1rem 0;
}
nav.main-nav .navbar-toggler {
  color: white;
  margin-top: 1rem;
  border: solid 1px white;
  width: max-content;
}
nav.main-nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

nav.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  white-space: nowrap;
}

.main-nav-container {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-areas:
    "navLogo navLogo"
    "zoek menu";
}

.main-nav-container > * {
  margin-inline: 1.5rem;
}
.main-nav-container .logo-wrapper {
  margin: auto;
  grid-area: navLogo;
}
.main-nav-container .zoek-wrapper {
  margin-block: 1rem;
  grid-area: zoek;
}

.navbar-nav .nav-item {
  position: relative;
  width: 100%;
}
/* .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  width: 0.25rem;
  background-color: white;
  border-radius: 50vh;
  margin: auto;
  opacity: 0;
}
.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item:hover::after {
  opacity: 1;
} */

nav.main-nav .navbar-nav .nav-item:not(:last-child, .no-sep) .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  width: 2rem;
  margin: auto;
  border-bottom: solid 1px white;
}
#mainNav .dropdown-menu {
  float: unset;
  background-color: var(--main-blue);
  border: none;
  border-left: 1px solid white;
  margin-inline-start: 1rem;
  border-radius: unset;
}
#mainNav .dropdown-menu.show {
  margin-top: 0.75rem;
  margin-left: 0;
  z-index: 9999;
}
#mainNav .dropdown-menu a {
  color: white;
}
#mainNav .dropdown-item:hover,
#mainNav .dropdown-item:focus {
  background-color: var(--main-blue) !important;
}
nav.sub-nav {
  background: var(--main-dark-blue);

  color: white;
  padding: 1rem 0;
  width: 100%;
}
nav.sub-nav .nav-item {
  position: relative;
}
nav.sub-nav .nav-item::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background-color: white;
  transform: scaleX(0);
  transition: 0.25s;
}
nav.sub-nav .nav-item.active::after,
nav.sub-nav .nav-item:hover::after {
  transform: scaleX(0.8);
}

@media (max-width: 650px) {
  .main-nav-container .navList-wrapper {
    margin-inline-start: auto;
  }
}
@media (min-width: 650px) {
  .main-nav-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "navLogo zoek";
  }
  .main-nav-container .logo-wrapper {
    grid-area: navLogo;
  }
  .main-nav-container .zoek-wrapper {
    grid-area: zoek;
  }
}
@media (min-width: 990px) {
  .main-nav-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "navLogo zoek";
  }
  .main-nav-container .navList-wrapper {
    grid-column: 1/3;
    margin-inline-start: auto;
  }
  nav.main-nav
    .navbar-nav
    .nav-item:not(:last-child, .no-sep)
    .nav-link::before {
    border: unset;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    margin-block: auto;
    border-right: solid 1px white;
  }
}
@media (min-width: 1100px) {
  .main-nav-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "navLogo zoek nav";
  }
  .main-nav-container .navList-wrapper {
    grid-area: nav;
    margin-inline-start: auto;
    margin-block: 1rem;
  }
}
.page-item .page-link {
  color: var(--main-blue);
}
.page-item.active .page-link {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}

.header-banner {
  position: relative;
}
.header-banner,
.header-banner .carousel-inner {
  min-width: min(100%, 1920px);
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 3/1;
  display: block;
  height: 100%;
}
.header-banner .carousel-item {
  height: 100%;
}
.header-banner-img {
  aspect-ratio: 3/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.header-banner .header-banner-overlay {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.header-banner-overlay-text h2 {
  color: white;
  font-size: clamp(2rem, 7.5vw, 7.5rem);
  line-height: clamp(2rem, 7.5vw, 7.5rem);
}

.header-banner-overlay button.banner-button {
  margin-top: 2rem;
}
.main-button,
.main-button-light,
.main-button-red,
.main-button-white {
  width: max-content;
  border-radius: unset !important;
  display: inline-block;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.25em 1.25em;
  font-size: 1rem;
  transition: all 0.25s;
  text-decoration: none;
}
.main-button:hover,
.main-button-light:hover,
.main-button-red:hover,
.main-button-white:hover {
  text-decoration: none;
}

.main-button-light {
  border-color: var(--main-blue);
  color: var(--main-blue);
  cursor: pointer;
}
.main-button {
  border-color: var(--main-dark-blue);
  color: var(--main-dark-blue);
  cursor: pointer;
}
.main-button-red {
  border-color: red;
  cursor: pointer;
  color: red;
}

.link-button {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
  color: var(--main-dark-blue);
}

.main-button-red:disabled {
  background-color: red;
  opacity: 0.5;
  color: white;
  cursor: no-drop;
}
.main-button-light:disabled {
  background-color: var(--main-blue);
  opacity: 0.5;
  color: white;
  cursor: no-drop;
}
.main-button:disabled {
  background-color: var(--main-dark-blue);
  opacity: 0.5;
  color: white;
  cursor: no-drop;
}
.main-button-red:hover {
  background-color: red;
  color: white;
}
.main-button-light:hover {
  background-color: var(--main-blue);
  color: white;
}
.main-button:hover {
  background-color: var(--main-dark-blue);
  color: white;
}

.main-button-white {
  border-color: white;
  color: white;
}
.main-button-white:hover {
  background-color: white;
  color: var(--main-dark-blue);
}

.usp-container {
  padding: 0.375rem 0;
  background-color: var(--dark-white);
}
.usp {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  list-style: none;
  color: var(--main-dark-blue);
  padding: 0;
  width: max-content;
}

.usp li {
  padding: 0.5rem;
}
.usp li svg {
  margin-right: 0.5rem;
}

.productList {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 1rem 0;
  transition: all 0.25s;
  transition-timing-function: ease-in-out;
  /* aspect-ratio: 1 / 1; */
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0);
}
.productList:hover {
  /* transform: scale(1.025); */
  /* box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.26); */
}
.productList:hover .productListImage img {
  transform: scale(1.125);
}
.productListName {
  margin-top: 0.5rem;
}
.productListImage {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  z-index: 5;
  border: 1px solid var(--main-dark-blue);
}
.productListImage a {
  display: block;
  height: 100%;
  width: 100%;
}

.productListImage img {
  transition: all 0.25s;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.productOrderInfo {
  padding: 1rem;
  border: 2px solid rgb(0 21 64 / 50%) !important;
  margin: 1rem 0;
  width: fit-content;
}

.stockNotice {
}

.productOrderInfo p {
  padding: 0;
  margin: 0;
}
.productSize {
  display: flex;
  flex-wrap: wrap;
}
/* input[type="radio"], */
.productSize .sku input[type="radio"] {
  display: none;
}
/* input[type="radio"] + label, */
.skuLabel {
  cursor: pointer;
  border: 2px solid #f5f5f5;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.skuLabel {
  margin-right: 0.25rem;
}
/* input[type="radio"]:checked + label, */
.productSize .sku input[type="radio"]:checked + .skuLabel {
  border-color: var(--main-dark-blue);
}

.productOrderInfo:first-of-type {
  margin-top: 0;
}
.productOrderInfo:last-of-type {
  margin-bottom: 0;
}
.badge-sale-wrapper.new {
  background: var(--main-dark-blue);
}
.badge-sale-wrapper.sale {
  background: var(--main-blue);
}
.badge-sale-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1 / 1;
  width: max-content;
  padding: 0.5em;
  color: white;
  display: flex;

  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 10;
}

.badge-sale-wrapper:empty {
  opacity: 0;
}

.gender-banner {
  position: relative;
  aspect-ratio: 1 / 1;
}

.gender-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.25s;
  transition-timing-function: ease-in-out;
  transform-origin: bottom;
  transform: scaleY(0);
}

.gender-banner:hover::after {
  background-color: rgba(0, 0, 0, 0.26);
  transform: scaleY(1);
}

.gender-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gender-banner-title {
  color: white;
  position: absolute;
  left: 0.5em;
  bottom: 0.5em;
  font-size: clamp(1.5rem, 7.5vw, 4rem);
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.26);
  z-index: 1;
}
.split-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "text banner";
  margin: 4rem 0;
}
.split-banner.split-merk {
  grid-template-columns: repeat(1, 1fr);
}
.split-merk .split-banner-text {
  padding-block: 1rem;
  padding-inline: 3rem;
}

.split-banner-image {
  grid-area: banner;
  position: relative;
}
.split-banner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.split-banner-text {
  background-color: var(--main-dark-blue);
  color: white;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-area: text;
}
.split-banner-title {
  max-width: 80%;
  margin: 1rem 0;
}
.split-banner p:not(.font-courgette) {
  font-size: 1.125rem;
  /* max-width: 60%; */
}
.split-banner-title {
  font-size: clamp(1.5rem, 7.5vw, 3rem);
}

a,
a:hover,
a:focus {
  color: inherit;
}
.nieuws-brief-form input:not(.main-button),
.search-field button,
.search-field input {
  all: unset;
  padding: 0.5rem 1rem;
  padding-inline-start: 0.5rem;
}
.nieuws-brief-form input:not(.main-button) {
  border-radius: 2rem;
  position: relative;
}
.search-field button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 2;
  cursor: pointer;
}
.search-field button svg {
  transition: all 0.25s;
}
.search-field button:hover svg {
  transform: scale(1.2);
}

.search-field {
  border-bottom: 1px solid rgb(255 255 255/0.5);
  max-width: 25rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s;
}
.search-field:focus-within {
  border-color: white !important;
}

.search-field input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
.search-field button,
.search-field input::placeholder {
  color: rgb(255 255 255/0.5);
}
.search-field:focus-within button,
.search-field button:hover,
.search-field:focus-within input::placeholder {
  color: white;
}

.img-responsive {
  max-width: 100%;
}

.carousel h2 {
  max-width: min-content;
}

#bottom {
  background-color: var(--main-blue);
  color: white;
  padding: 3rem 0;
}
.social-block {
  text-align: center;
}

.social-block-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-block-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.nieuwe-brief-block {
  text-align: center;
  background-color: var(--dark-white);
  padding: 3rem 0;
}
.nieuws-brief-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nieuws-brief-form input[type="text"],
.nieuws-brief-form input[type="email"] {
  background-color: transparent;
  text-align: center;
  margin: 1.5rem 0;
  min-width: 75%;
}
select,
input[type="phone"],
textarea,
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="text"] {
  border: 2px solid rgb(0 21 64 / 50%) !important;
}

select:focus,
input[type="phone"]:focus,
textarea:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  border: 2px solid var(--main-dark-blue) !important;
}

.social-media-icons {
  display: flex;
  padding: 0;
  list-style: none;
}
.social-icon-link {
  color: var(--main-blue);
  border: solid 2px white;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  border-radius: 50rem;
  transition: all 0.25s;
  text-decoration: none;
}
.social-icon-link:hover {
  color: white;
  background-color: var(--main-blue);
  text-decoration: none;
}

.social-icon-link-dark {
  color: var(--main-dark-blue);
  border-color: var(--main-dark-blue);
}

.social-icon-link-dark:hover {
  color: white;
  background-color: var(--main-dark-blue);
}

.social-media-icons li:not(:first-of-type) {
  margin-left: 0.5rem;
}
.nav-link .cart-wrapper {
  transform-origin: bottom;
  transform: scale(1.25);
}
.fixed-cart-button {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  background-color: var(--main-dark-blue);
  color: white;
  border: 2px solid var(--main-dark-blue);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  z-index: 999;
}
.fixed-cart-button .fa-layers-counter {
  background: white;
  color: var(--main-dark-blue);
  border: 2px solid var(--main-dark-blue);
  transition: all 0.25s;
  transform: scale(0.5) translate(calc(1rem + 50%), calc(-1rem - 50%));
}
.fixed-cart-button:focus,
.fixed-cart-button:hover {
  background-color: white;
  color: var(--main-dark-blue);
}
.fixed-cart-button:focus .fa-layers-counter,
.fixed-cart-button:hover .fa-layers-counter {
  background-color: var(--main-dark-blue);
  color: white;
}

.dropdown-menu.show,
#filterForm {
  width: 100%;
}

.sortProduct {
  border: unset !important;
  /*max-width: 1rem;*/
}

.image-strip {
  position: relative;
  overflow: hidden;
  background-color: var(--main-blue);
}
.image-strip::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 25%;
}
.image-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .dropdown-menu.show,
  #filterForm {
    width: auto;
  }
  #filterForm {
    max-width: max-content;
  }
}

#filterForm .nav {
  flex-direction: column;
}
#filterForm .nav-link {
  padding: 0;
}
#filterForm .nav-item {
  width: 100%;
}
#filterForm .nav-item:not(:last-of-type) {
  margin-right: 1rem;
}
#filterForm .dropdown-toggle::after {
  content: unset !important;
}
#filterForm ul {
  list-style: none;
}
#filterForm .dropdown-item:active {
  background-color: #f5f5f5;
  color: var(--main-dark-blue);
}
ul.no-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.paymentList {
  /* display: flex;
  flex-wrap: wrap;
  gap: 1rem; */
}
.dropdown-menu.show {
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 991px) {
  #filterForm .nav {
    flex-direction: row;
  }
  #filterForm #filtersButton {
    display: none;
  }
  #filterForm .nav {
    display: flex;
    flex-direction: row;
  }
  #filterForm .nav-item {
    width: unset;
  }
}

/*Vertical slider*/
.productGallery {
  height: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "mainGallery sideGallery";
  max-height: 500px;
}
.productImage {
  grid-area: mainGallery;
  position: relative;
}
.productImage img {
  /* object-fit: cover;
  height: 100%;
  width: 100%; */
  max-height: 500px;
}

.galleryCarousel {
  grid-area: sideGallery;
}
.vert .carousel-item,
.vert .carousel-inner,
.vert {
  background: transparent;
  height: 100%;
}
.vert .carousel-item a {
  position: relative;
  height: calc(25% - 0.25rem);
  display: block;
  background: white;
  margin: 0.5rem;
  margin-right: 0;
}
.vert .carousel-item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.vert .carousel-item a:first-of-type {
  margin-top: 0;
}
.vert .carousel-item a:last-of-type {
  margin-bottom: 0;
}

.vert .carousel-control-prev,
.vert .carousel-control-next {
  background-color: rgba(255, 255, 255, 0.75);
  padding-block: 0.25rem;
}
.vert .carousel-control-prev {
  top: 0;
  bottom: unset;
  left: 0;
  right: 0;
  width: 100%;
}
.vert .carousel-control-next {
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vert .carousel-control-prev svg,
.vert .carousel-control-next svg {
  transform: rotate(90deg);

  opacity: 1;
  color: var(--main-dark-blue) !important;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/*Vertical slider*/

/*Cart page*/
#bestelstappen {
  color: white;
  background: var(--main-dark-blue);
}
#bestelstappen ul {
  list-style: none;
  display: flex;
  padding: unset;
  margin: unset;
  justify-content: space-between;
}
#bestelstappen ul li:not(:first-of-type) {
  width: 100%;
}
#bestelstappen ul li {
  display: flex;
  padding: 0.5rem 1rem;
  position: relative;
}
#bestelstappen ul li.active {
  background-color: var(--main-blue);
}
table#cart {
  width: 100%;
}

table#cart tbody {
  position: relative;
}

table#cart tbody tr {
  border-bottom: 1px solid var(--main-blue);
}
table#cart tbody::before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
.cartInfoBlock {
  background-color: var(--main-blue);
  color: white;
  display: flex;
  flex-direction: column;
}
.img-cart {
  aspect-ratio: 16/10;
  width: 150px;
  max-width: 150px;
  height: auto;

  object-fit: contain;
}
.blogGrid {
  display: grid;
  gap: 2rem;
}
.blogItem {
  border: 2px solid var(--main-dark-blue);
  display: flex;
  flex-direction: column;
}
.blogContent {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blogImg {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  width: 100%;
  display: block;
  background-color: var(--main-blue);
}
.blogText {
}
.blogButton {
  margin-top: auto;
  font-weight: 700;
}
.blogButton svg {
  transform: translateX(0.25rem);
  transition: all 0.25s;
}
.blogButton:hover {
  text-decoration: none;
}
.blogButton:hover svg {
  transform: translateX(1rem);
}
.blogPageImg {
  max-height: 25vh;
  width: 100%;
  object-fit: contain;

  object-position: left bottom;
}

.vanprijs {
  text-decoration: line-through;
}
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table#cart,
  table#cart thead,
  table#cart tbody,
  table#cart th,
  table#cart td,
  table#cart tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table#cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table#cart tr {
    margin-bottom: 0.5rem;
  }

  table#cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0.25rem 0;
    padding-left: 50%;
  }

  table#cart td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
	Label the data
	*/
  table#cart td:nth-of-type(1)::before {
    content: "";
  }
  table#cart td:nth-of-type(2)::before {
    content: "Product";
  }
  table#cart td:nth-of-type(3)::before {
    content: "Aantal";
  }
  table#cart td:nth-of-type(4)::before {
    content: "Prijs p/s";
  }
  table#cart td:nth-of-type(5)::before {
    content: "Totaal";
  }
  table#cart td:nth-of-type(6)::before {
    content: "";
  }
}
/*End cart page*/

.over-ons-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.google-reviews-title {
}
.google-reviews-block {
  display: flex;
  align-items: center;
}

.google-reviews-score {
  font-size: 1.5rem;
  margin-inline-end: 0.5rem;
}
.google-reviews-stars svg {
  color: var(--main-blue);
}

.google-reviews {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.google-review-card {
  height: max-content;
  padding: 1.5rem;
  box-shadow: 0 0 15px rgb(0 21 64 / 20%);
}
.google-review-card .title {
  white-space: nowrap;
}
.google-review-card .google-reviews-stars {
  padding-block: 0.25rem;
}

.fancy-box {
  box-shadow: 0 0 15px rgb(0 21 64 / 20%);
  padding: 1.5rem;
}
.fancy-box-2 {
  padding: 1.5rem;
}

@media print {
  header,
  nav,
  footer,
  .fixed-cart-button,
  #sidebar,
  #sidebar > * {
    display: none;
  }
}
@media only screen and (max-width: 796px) {
  .header-banner .header-banner-overlay {
    display: none;
  }
}
@media only screen and (min-width: 796px) {
  .split-banner.split-merk {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "text text text banner banner";
  }
  .blogGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usp {
    flex-direction: row;
  }
  .over-ons-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .google-reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 991px) {
  .blogGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  #socialShare {
    display: none;
  }
  .dropdown-menu {
    display: block;
    visibility: hidden;
    position: static;
    height: auto;
    max-height: 0;
    padding: 0;
    overflow: scroll;
    transition: all 0.25s;
  }
  .dropdown-menu.show {
    visibility: visible;
    max-height: 100vh;
  }

  /* .dropdown-menu {
    display: block;
    visibility: hidden;
    position: static;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0;
  }
  .dropdown-menu.show {
    transform: scaleY(1);
    height: 100%;
    visibility: visible;
    position: static;
  } */
  .split-banner-title {
    max-width: 100%;
    font-size: 1.75rem;
  }
  .split-banner p {
    max-width: 100%;
  }
  .split-banner-text {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  #bestelstappen ul {
    flex-direction: column;
  }
  .split-banner-text {
    padding: 1rem;
  }
  .split-banner {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas:
      "banner"
      "text";
  }

  .split-banner-image img {
    position: relative;
    object-fit: cover;
  }
}
@media only screen and (min-width: 576px) {
  .promoColumn:nth-of-type(1n + 4) {
    display: none;
  }
  nav.sub-nav .nav-item:not(:last-child) .nav-link {
    padding-inline: 1.25rem;
  }
}

#newcustomer .form-control,
#existingcustomer .form-control {
  border-radius: 0;
}
#newcustomer label,
#existingcustomer label {
  /* font-weight: bold; */
}

@media only screen and (max-width: 576px) {
  .modal-body .main-button,
  .modal-body .main-button-light {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  #existingcustomer .main-button {
    width: 100%;
  }
  .skuLabel {
    margin-right: 0.75rem;
    padding: 0.75rem 0.75rem;
  }
}

.modal-content .main-button,
.modal-content .main-button-red,
#contentOrder .main-button {
  font-size: 1rem;
}

.modal-content .main-button-red {
  float: right;
}

.adresconfirm {
  position: relative;
}
.adresconfirm .adreschange {
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.paymentList li {
  padding-bottom: 5px;
}
.paymentList li label {
  padding-left: 5px;
}

/* merken pagina + effectjes */ 
.row.merken .merk{
 padding-top: 1.25rem;
 padding-bottom: 1.25rem; 
}
.row.merken .merk a{
  border: 1px solid var(--main-dark-blue);
  height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width:198px;
}

.row.merken .merk a img {
    margin:10px;
}

.row.merken .merk a:hover{
  transform: scale(1.1);
  transition-duration: 500ms;
}

body .nieuwe-brief-block input.form-control{
border-radius: 0;
border: 2px solid rgb(0 21 64 / 50%) !important;
/* border-bottom: 2px solid rgb(0 21 64 / 50%) !important; */
}

#bio_ep #bio_ep_close {
  position: absolute;
  left: 100%;
  margin: 6px 0 0 -25px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.skuLabel:hover{
  background-color: var(--main-dark-blue);
  color: #fff;
}

/*
Kiyoh reviews page and footer banner
 */
.kiyoh-review-box {
  width: 120px;
}

.kiyoh-review-image-container {
  position: relative;
}

.kiyoh-review-image-contain {
  position: relative;
  margin-bottom: 0.5rem;
}

.kiyoh-review-image-sizer {
  padding-bottom: 100%;
}

.kiyoh-review-image {
  background-image: url(/content/images/kiyoh_logo.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.kiyoh-review-score {
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%,-50%);
}

.kiyoh-review-rate {
  align-items: center;
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.is-disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed;
}

.kiyoh-review-rate.is-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: inherit;
}

.kiyoh-review-rate .rate-item {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  transition: all .3s;        }
}

.kiyoh-review-rate.is-disabled .rate-item {
  cursor: auto;
}

.kiyoh-review-rate .rate-icon {
  color: #ebebeb;
  line-height: 1;
  pointer-events: none;
  width: inherit;
}

.rate-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.rate-item.sethalf .is-half,
.rate-item.seton .rate-icon{
  color: #ffbb17;
}

.rate-item.sethalf .is-half {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.kiyoh-review-rate .rate-item svg {
  height: 100%;
}

.rate-icon svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.rate-icon .svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.rate-icon svg {
  background-color: transparent;
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  pointer-events: none;
  width: auto;
  height: auto;
}

.rate-icon .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.rate-icon.is-half svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.review-page-btn,
.review-page-btn:hover,
.review-page-btn:focus,
.review-page-btn:active,
.review-page-btn:active:focus,
.review-page-btn:visited {
  background: #fff;
  color: #174797 !important;
  padding: 0.4rem 0.7rem;
  border-radius: 0px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: all .3s;
}

.review-page-btn:hover {
  text-decoration: none;
  background: #ccc;
}

.score-container {
  display: inline-block;
  border-radius: 0px;
  background: #174797;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0.25em 0.5em -0.125em rgb(10 10 10 / 30%);
  margin-bottom: 2rem;
}

.text-gray {
  color: #8c8c8c;
}

.review-item-container {
  padding-bottom: 1.5rem!important;
}

.review-item-card {
  border: 1px solid #174797;
  background: #fafafa;
  border-radius: 0px;
  display: flex;
  padding: 1.5rem 1.5rem 2rem;
  height: 100%;
  flex-direction: column;
}

.review-item-card,
.review-item-card p,
.review-intro > p {
  font-size: 1.1rem;
}

.review-item-card .card-left p {
  margin-bottom: 5px;
}

@media(min-width: 768px) {
  .review-item-card,
  .review-item-card p,
  .review-intro > p {
    font-size: 1rem;
  }

  .review-item-card .card-left p {
    margin-bottom: 18px;
  }
}

.review-panel-score {
  background: #174797;
  color: #fff;
  border-radius: 9999px;
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
  text-align: center;
  font-size: 4rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 500;
  box-shadow: 0 0.25em 0.5em -0.125em rgb(10 10 10 / 30%);
  top: -3.5rem;
}

.review-panel-row {
  padding: 2rem 0;
  font-size: 1rem;
}

.review-intro {
  margin-bottom: 9.5rem;
}

@media(min-width: 768px) {
  .review-panel-row {
    padding: 0;
  }
  .review-panel-score {
    top: 5%;
    padding: 0;
  }
}

@media(min-width: 1200px) {
  .review-intro {
    margin-bottom: 0;
  }
}

.review-panel-header {
  padding: 1rem !important;
  border: 1px solid #ededed;
  border-radius: 0px;
  background: #fafafa;

}

.review-panel-header > .row {
  justify-content: space-between;
}

.review-panel-footer {
  background: #111;
  color: #fff;
  padding: 1rem !important;
  border-radius: 0px;
}

.review-create-btn,
.review-create-btn:hover,
.review-create-btn:focus,
.review-create-btn:active,
.review-create-btn:active:focus,
.review-create-btn:visited {
  color: #fff !important;
  background-color: #174797;
  padding: 0.6rem 1rem;
  border-radius: 0px;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0.5rem 0;
  display: inline-block;
}

.kiyoh-footer-row {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.kiyoh-block .kiyoh-title {
  font-size: 26px;
  font-weight: bold;
}

.kiyoh-block .kiyoh-title::after {
  content: '';
  background: url(/content/images/kiyoh-logo.png) no-repeat;
  background-size: auto;
  width: 31px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  margin: -20px 0 0 -4px;
}

.kiyoh-shop-snippets {
  display: inline-block;
}

.kiyoh-block .footer_content .kiyoh-shop-snippets .rating-box {
  margin-left: unset;
}

.kiyoh-shop-snippets .rating-box {
  float: left;
  width: 91px;
  background: url(/content/images/rating-sprite.png) no-repeat 0 -15px;
  height: 15px;
  margin: 11px 10px 10px 10px;
}

.kiyoh-shop-snippets .rating-box .rating {
  height: 15px;
  background: url(/content/images/rating-sprite.png) no-repeat 0 0;
  margin: 0;
  padding: 0;
}

