/* Extracted from https://www.rebelenbelle.nl/themes/default/css/style.css
 * Only header, search, mini-cart, and nieuws card rules — not the full live
 * sheet (that file also imports Bootstrap/Owl and would restyle the whole WP theme).
 */

/* --- live rebelenbelle.nl: header (style.css 594-894) --- */
header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px solid #deb5bb;
  -webkit-box-shadow: 0px 15px 10px -15px #111;
  -moz-box-shadow: 0px 15px 10px -15px #111;
  box-shadow: 0px 15px 10px -15px #111;
}
header #header-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
header #header-wrap #header-branding {
  padding-top: 0;
  order: 1;
  width: 45%;
}
@media screen and (min-width: 989px) {
  header #header-wrap #header-branding {
    padding-top: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    padding-right: 20px;
    padding-top: 0px;
  }
}
header #header-wrap #header-branding img {
  transition: all 300ms ease-in-out;
  width: 100%;
  max-width: 300px;
  height: auto !important;
}
@media screen and (max-width: 989px) {
  header #header-wrap #header-nav {
    flex-basis: 100%;
    order: 3;
    padding-top: 15px;
  }
}
@media screen and (min-width: 989px) {
  header #header-wrap #header-nav {
    order: 3;
    flex-basis: 100%;
    padding-left: 300px;
  }
}
@media screen and (max-width: 989px) {
  header #header-wrap #header-nav nav {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    cursor: pointer;
  }
  header #header-wrap #header-nav nav ul {
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #deb5bb;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  header #header-wrap #header-nav nav ul li {
    padding-bottom: 0;
    position: relative;
  }
  header #header-wrap #header-nav nav ul li a {
    display: block;
    padding: 12px 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
  }
  header #header-wrap #header-nav nav ul li a:hover, header #header-wrap #header-nav nav ul li a.current {
    font-style: italic;
  }
  header #header-wrap #header-nav nav ul li a.menu-btn {
    background-color: green !important;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
  }
  header #header-wrap #header-nav nav ul li a.menu-btn:hover {
    background-color: rgb(0, 41.3087557604, 166);
  }
  header #header-wrap #header-nav nav ul li ul {
    display: none;
    background-color: rgb(234.5831775701, 209.2168224299, 212.9289719626);
  }
  header #header-wrap #header-nav nav ul li ul li {
    padding-left: 2%;
  }
  header #header-wrap #header-nav nav ul li ul li a {
    color: rgb(255, 255, 255) !important;
  }
  header #header-wrap #header-nav nav ul li ul li a:hover, header #header-wrap #header-nav nav ul li ul li a.current {
    font-style: italic;
  }
  header #header-wrap #header-nav nav .mob-nav-arrow {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
    border-bottom: 0;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
  }
  header #header-wrap #header-nav nav .mob-nav-arrow:after {
    position: absolute;
    top: 0px;
    left: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f0da";
    color: rgb(255, 255, 255);
  }
  header #header-wrap #header-nav nav .mob-nav-arrow.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left: 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 989px) {
  header #header-wrap #header-nav nav ul {
    float: right;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-top: 15px;
    text-decoration: none;
  }
  header #header-wrap #header-nav nav ul li {
    float: left;
    padding-left: 12px;
    padding-bottom: 10px;
    position: relative;
    color: rgb(0, 0, 0);
    position: relative;
  }
  header #header-wrap #header-nav nav ul li a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
  }
  header #header-wrap #header-nav nav ul li a:hover {
    font-style: normal;
  }
  header #header-wrap #header-nav nav ul li a.menu-btn {
    background-color: #0036d9;
    color: rgb(255, 255, 255);
    padding: 6px 10px;
  }
  header #header-wrap #header-nav nav ul li a.menu-btn:hover {
    background-color: rgb(0, 41.3087557604, 166);
  }
  header #header-wrap #header-nav nav ul li.dropdown-li {
    padding-right: 15px;
  }
  header #header-wrap #header-nav nav ul li.dropdown-li:after {
    position: absolute;
    top: 0px;
    right: 4px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f0d7";
  }
  header #header-wrap #header-nav nav ul li.dropdown-li:hover ul.level-2 {
    display: block;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 {
    display: none;
    position: absolute;
    top: 22px;
    left: 15px;
    padding: 15px;
    background-color: #deb5bb;
    width: 230px;
    z-index: 499;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li {
    float: left;
    width: 100%;
    clear: both;
    padding: 3px 0;
    position: relative;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li a:hover {
    font-style: italic;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li.dropdown-li {
    padding-right: 20px;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li.dropdown-li:after {
    position: absolute;
    top: 0px;
    right: 8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    content: "\f0d7";
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li.dropdown-li:hover ul.level-3 {
    display: block;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li ul.level-3 {
    position: absolute;
    background-color: rgb(255, 255, 255);
    left: 210px;
    top: 0px;
    width: 230px;
    display: none;
    padding: 10px;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li ul.level-3 li {
    float: left;
    width: 100%;
    clear: both;
    padding: 3px 0;
    position: relative;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li ul.level-3 li a {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
  }
  header #header-wrap #header-nav nav ul li ul.level-2 li ul.level-3 li a:hover {
    font-style: italic;
  }
}
header #header-wrap #header-actions {
  order: 2;
  flex-grow: 1;
  text-align: right;
  vertical-align: middle;
  padding-top: 20px;
}
@media screen and (min-width: 989px) {
  header #header-wrap #header-actions {
    padding-top: 0;
    order: 2;
    flex-grow: 3;
    width: 100%;
    padding-left: 300px;
  }
}
header #header-wrap #header-actions .mobiletoggle {
  display: block;
}
@media screen and (min-width: 989px) {
  header #header-wrap #header-actions .mobiletoggle {
    display: none;
  }
}
header #header-wrap #header-actions .mobiletoggle {
  float: right;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-left: 4px;
  padding: 10px;
  background-color: #deb5bb;
  color: rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
}
header #header-wrap #header-actions .mobiletoggle:after {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  font-size: 9px;
  color: black;
  content: "menu";
  text-align: center;
}


/* --- live rebelenbelle.nl: nieuws (style.css 1409-1462) --- */
.nieuws-listitems {
  display: flex;
  flex-wrap: wrap;
}
.nieuws-listitems .nieuws-listitem {
  padding-bottom: 30px;
}
.nieuws-listitems .nieuws-listitem .inner {
  width: 100%;
  transition: 0.2s ease-out;
  border: 0px solid white;
  background-color: rgb(255, 255, 255);
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-image {
  border: 1px solid grey;
  margin-bottom: 10px;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-text {
  padding: 20px 20px 10px 20px;
  position: relative;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-text h2 {
  color: rgb(0, 0, 0);
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 300;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-text h2 a {
  color: #deb5bb;
  text-decoration: none;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-text:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6)); */
  bottom: 0;
  left: 0;
  z-index: 3;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-footer {
  padding: 20px 20px 10px 20px;
}
.nieuws-listitems .nieuws-listitem .inner .nieuws-listview-footer .nieuws-listview-link {
  text-align: center;
}
.nieuws-listitems .nieuws-listitem .inner:hover {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.5);
  transform: scale(1.05);
}


/* --- live rebelenbelle.nl: minicart (style.css 1637-1719) --- */
/* MINICART */
.shop-minicart.mobile {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: left;
  color: #deb5bb;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 989px) {
  .shop-minicart.mobile {
    display: none;
  }
}
.shop-minicart.mobile a {
  display: block;
  font-size: 20px;
  padding: 10px;
  background-color: #deb5bb;
  color: rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  margin-right: 8px;
  position: relative;
}
.shop-minicart.mobile a:after {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  font-size: 9px;
  color: black;
  content: "winkelwagen";
  text-align: center;
}
.shop-minicart.mobile .badge {
  font-size: 8px;
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 2em;
  height: 2em;
  line-height: 1.6em;
  border-radius: 50%;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgba(255, 0, 0, 0.6);
}
.shop-minicart.desktop {
  display: none;
  font-size: 80%;
}
@media only screen and (min-width: 989px) {
  .shop-minicart.desktop {
    display: inline-block;
  }
}
.shop-minicart.desktop .minicart-items {
  color: #646363;
  font-family: "Roboto", sans-serif;
}
.shop-minicart.desktop .minicart-pipe {
  color: #646363;
  font-family: "Roboto", sans-serif;
}
.shop-minicart.desktop .minicart-bedrag {
  color: #646363;
  font-family: "Roboto", sans-serif;
}
.shop-minicart.desktop .minicart-btn {
  color: #646363;
  text-decoration: none;
}
.shop-minicart.desktop .minicart-btn:hover {
  text-decoration: none;
}


/* --- live rebelenbelle.nl: search + minicart popup (style.css 1801-2026) --- */
/* SEARCHBAR */
@media only screen and (max-width: 989px) {
  .shop-search {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: left;
    color: #deb5bb;
    text-align: center;
  }
  .shop-search .shop-search-mobile {
    display: block;
    font-size: 20px;
    padding: 10px;
    background-color: #deb5bb;
    color: rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    margin-right: 8px;
    position: relative;
  }
  .shop-search .shop-search-mobile:after {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    font-size: 9px;
    color: black;
    content: "zoeken";
    text-align: center;
  }
}
@media only screen and (max-width: 989px) and (min-width: 989px) {
  .shop-search .shop-search-mobile {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .shop-search .shop-search-form {
    left: 0;
    top: -200px;
    position: fixed;
    width: 100%;
    padding: 30px 20px 30px 30px;
    background-color: rgb(255, 255, 255);
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 15px 10px -15px #111;
    -moz-box-shadow: 0px 15px 10px -15px #111;
    box-shadow: 0px 15px 10px -15px #111;
  }
  .shop-search .shop-search-form.active {
    top: 0;
    z-index: 999;
  }
  .shop-search .shop-search-form .shop-search-form-inner {
    position: relative;
    padding-right: 35px;
  }
  .shop-search .shop-search-form .shop-search-form-inner .shop-search-close {
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 21px;
    color: #C10100;
    text-decoration: none;
  }
  .shop-search .shop-search-form .shop-search-form-inner .shop-search-btn {
    position: absolute;
    right: 50px;
    bottom: -4px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
}
@media only screen and (min-width: 989px) {
  .shop-search {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    text-align: left;
    color: white;
    /* background-color:$white;	*/
  }
  .shop-search a.shop-search-mobile {
    display: none;
  }
  .shop-search .shop-search-mobile {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #deb5bb;
  }
  .shop-search .shop-search-form {
    width: 100%;
  }
  .shop-search .shop-search-form .shop-search-form-inner {
    position: relative;
    padding: 0;
  }
  .shop-search .shop-search-form .shop-search-form-inner .shop-search-close {
    display: none;
  }
  .shop-search .shop-search-form .shop-search-form-inner .shop-search-btn {
    position: absolute;
    right: 8px;
    bottom: 5px;
    font-size: 17px;
    color: #646363;
    text-decoration: none;
  }
  .shop-search .shop-search-form .shop-search-form-inner #shop-search-form-input {
    height: 32px;
    color: #646363;
  }
}

/* WINKELWAGEN POPUP */
#winkelwagenPop {
  display: block;
  width: 92vw;
  position: fixed;
  right: -560px;
  top: 10px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: 2px 2px 9px -4px #000;
  transition: 1s;
  margin: 5px;
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  max-height: 95vh;
}
#winkelwagenPop::-webkit-scrollbar {
  width: 3px;
}
#winkelwagenPop::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
@media only screen and (min-width: 531px) {
  #winkelwagenPop {
    width: 530px;
    margin-right: 10px;
  }
}
#winkelwagenPop.active {
  right: 0px;
}
#winkelwagenPop .exitCart {
  display: block;
  position: absolute;
  top: 28px;
  font-size: 20px;
  right: 8px;
}
@media only screen and (min-width: 335px) {
  #winkelwagenPop .exitCart {
    right: 30px;
  }
}
#winkelwagenPop .product {
  margin: 3px 0;
  padding-bottom: 3px;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid white;
}
#winkelwagenPop .product .image {
  width: 15%;
  float: left;
}
#winkelwagenPop .product .info {
  text-align: left;
  padding: 0 0 0 10px;
  width: 85%;
  float: left;
}
#winkelwagenPop .product .info .titel {
  float: left;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
}
#winkelwagenPop .product .info .aantal {
  float: left;
  text-align: left;
  width: 60%;
}
#winkelwagenPop .product .info .prijs {
  float: left;
  width: 40%;
  text-align: right;
}
#winkelwagenPop .afronden {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#winkelwagenPop .afronden .naarWinkelwagen .btn-wagen {
  border: none;
  display: block;
  background-color: #deb5bb;
  padding: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
#winkelwagenPop .afronden .totaal h3 {
  padding-bottom: 4px;
  color: #deb5bb;
  font-size: 1.15rem;
  margin: 0;
}

#winkelwagenPop h3 {
  color: #deb5bb;
  font-weight: 300;
  margin: 0 0 1rem;
}

/* --- bridge: WP markup + hide mobile nav until hamburger --- */
header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
}

header #header-wrap #header-nav nav ul,
header #header-wrap #header-nav nav ul li,
header #header-wrap #header-nav nav ul ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

header #header-wrap #header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
  padding-bottom: 14px;
}

@media screen and (min-width: 989px) {
  header #header-wrap #header-actions {
    padding-bottom: 0;
  }
}

header #header-wrap #header-actions .mobiletoggle {
  text-decoration: none;
}

@media screen and (max-width: 988px) {
  header #header-wrap #header-nav nav {
    display: none;
  }
  header #header-wrap #header-nav nav.is-open {
    display: block;
  }
  header #header-wrap #header-nav nav li.is-open > ul {
    display: block;
  }
}

.search-top-input,
.form-control.search-top-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 16px;
  background: #fff;
}

.nieuws-listview {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .nieuws-listview {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .nieuws-listview {
    grid-template-columns: repeat(3, 1fr);
  }
}

.nieuws-listview .nieuws-listitem .inner {
  width: 100%;
  transition: 0.2s ease-out;
  background-color: #fff;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-image {
  border: 1px solid grey;
  margin-bottom: 10px;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-image img,
.nieuws-listview .nieuws-listitem .inner .nieuws-listview-image a {
  display: block;
  width: 100%;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-image img {
  height: 200px;
  object-fit: cover;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-text {
  padding: 20px 20px 10px 20px;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-text h2 {
  color: #000;
  font-size: 1.35rem;
  padding-bottom: 10px;
  font-weight: 300;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-text h2 a {
  color: #deb5bb;
  text-decoration: none;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-footer {
  padding: 20px 20px 10px 20px;
}

.nieuws-listview .nieuws-listitem .inner .nieuws-listview-footer .nieuws-listview-link {
  text-align: center;
}

.nieuws-listview .nieuws-listitem .inner:hover {
  box-shadow: 0 0 9px 0 rgba(0, 0, 3, 0.5);
  transform: scale(1.05);
}

.section-button-wrap {
  text-align: center;
  padding-top: 1.5rem;
}

#winkelwagenPop .product img {
  width: 100%;
  height: auto;
}

#winkelwagenPop .product::after {
  content: "";
  display: table;
  clear: both;
}

header a:hover {
  text-decoration: none;
}

#winkelwagenPop .exitCart {
  cursor: pointer;
  color: #888;
}


