.page-id-923 p {
  margin-top: 5px !important;
}
.kadence-blocks-gallery-item__caption {
    background: rgba(0, 0, 0, 0);
    text-align: left !important;
    padding-top: 5px !important;
}

.bedekkend img{
 width: 100%;
 height: 100%;
 object-fit: cover; /* This is the key property */
display: block; /* Removes extra space below image */
}

.wp-block-image figcaption {
  font-size: 0.83rem;
}

.no-underline a{text-decoration: none !important;}
.wp-block-post-title {
    min-height: 50px;
}
.woocommerce-shop .alignwide .wp-block-query-title {
    display: none;
}
.wc-block-product-categories-list{PADDING-LEFT: 0;}
.hor-bullets li{ float: left;
    padding-right: 40px !important;
list-style-type: none
}
.coupon, .woocommerce-form-coupon-toggle{display:none !important;}
.hide-mini-cart{display:none;}

.current-menu-item, .wp-block-navigation-item__label:hover{
    color: #f77b00 !important;
}


/* privacy text op popup */
.mc4wp-form-fields p:nth-child(2) {
font-size: 0.8rem !important;
}

/* form text and email fields style */

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  line-height: 40px;
  font-size: 17px;
  width: 150px;
  border: none;
  border-radius: 2px;
}

/* form submit button style */

.mc4wp-form input[type="submit"] {
  color: #6b5a5b;
  background-color: rgba(237, 235, 235, 1);
  letter-spacing: 1px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
  border: none;
  border-radius: 2px;
  transition: all 0.5s ease 0s;
}

/* form submit button hover style */

.mc4wp-form input[type="submit"]:hover {
  color: #6b5a5b;
  background-color: rgba(237, 235, 235, 0.9);
}

/* form fields and button full width on mobile devices */

@media (max-width: 768px) {
  .mc4wp-form input[type="text"],
  .mc4wp-form input[type="email"],
  .mc4wp-form input[type="submit"] {
    width: 100%;
    margin: 2px;
  }
		.mob-rem-padding{
				padding-top: 0 !important;
		}
}