button, a.button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
		border: 0px solid #212121;}
		
.widget_price_filter .ui-slider .ui-slider-handle {
				border: 0px solid #212121;}

#scb-wrapper h2 {
		color: #ffffff;
}

#scb-wrapper ul, #scb-wrapper li, #scb-wrapper a, #scb-wrapper a span {
  display: inline;
  padding: 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1;
 color: #3b1742;
 font-style: bold;
}

figure {
  margin: 0;
}

/* Make sure the popup is on top of other elements */
.mc-popup {
  position: fixed !important; /* Fixed position so it stays in place */
  top: 50% !important; /* Centers the popup vertically */
  left: 50% !important; /* Centers the popup horizontally */
  transform: translate(-50%, -50%) !important; /* Adjusts positioning */
  z-index: 9999 !important; /* Ensures it's on top of everything */
}

/* Adjust for mobile screens */
@media only screen and (max-width: 768px) {
  .mc-popup {
    width: 90% !important; /* Make the popup more mobile-friendly */
    height: auto !important; /* Ensure it adapts to content */
    max-width: 500px !important; /* Optional, set a max-width for larger screens */
  }
}

@media(max-width: 768px){
    .mc-popup {
        top: 60px
    }
}

/* Prevent the popup from being hidden behind the header */
body {
  overflow: visible !important;
}