.product.image.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2);
}

label[for="id_captcha"],
.asteriskField {
  display: none;
}

/* Stripe */
.StripeElement {
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 5px;
  padding: 0 8px;
}
#card_element {
  border-left: 3px solid lightblue;
}

/* Authorize.net */


#add_to_cart_form.segments {
  margin-top: 1rem;
}

.g-recaptcha {
  display: inline-block;
}

/* Position the image container (needed to position the left and right arrows) */
.graphical-select.modal .container {
  position: relative;
}

.graphical-select.modal .optionSlides {
    display: flex;
	justify-content: center;
    height: 525px;
    width: auto;
}
.graphical-select.modal .optionSlides img {
    max-width: 100%;
    height: auto;
}

/* Add a pointer when hovering over the thumbnail images */
.graphical-select.modal .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.graphical-select.modal .prev,
.graphical-select.modal .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.graphical-select.modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.graphical-select.modal .prev:hover,
.graphical-select.modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.graphical-select.modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.graphical-select.modal .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.graphical-select.modal .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Add a transparency effect for thumnbail images */
.graphical-select.modal .demo {
  opacity: 0.6;
}

.graphical-select.modal .active,
.graphical-select.modal .demo:hover {
  opacity: 1;
}

.graphical-select.modal .image-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 115px;
    gap: 10px;
    overflow: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    margin-block-start: 15px;
}

.graphical-select.modal .image-row img {
    margin-block-end: 15px;
    max-width: 100%;
    max-height: 125px;
}

div.ui.button.graphical-option + a.ui.label:hover {
	cursor: default !important;
	color: rgba(0,0,0,.87) !important;
}


.graphical-select-no-item-text {
	margin-top: auto !important;
	margin-bottom: auto !important;
}