@media only screen and (min-width: 310px) and (max-width: 767px) {
  #access_card_delivery_zone .delivery_zone .title_line {
    margin: -8px auto;
  }
}

img.image_gallery {
  width: 160px;
}

#guidance_zone .panel .back {
  width: 330px;
}

/* // .delivery_zone{
//   padding-top: 40px;
//   width: 50%; // width overrides the media querywhen in this position
//   margin-bottom: 40px;
//   margin-right: 10px;
// } */

@media only screen and (min-width: 1050px) {
  .prompt_zone{
    width: 26%;
  }
}

.prompt_zone{
  padding-top: 40px;
  text-align: center;
  height: 100%;
}

.image-slider{
  align: justify;
  display: block;
  width: 100%;
  height: auto;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgb(230, 144, 15) !important;
  display: block;
}

.spade_logo {
  width: 33px;
}


/* // Braintree interface - not in use 2024 */
.buy-button {
  text-align: center;
  margin-top: 4%;
  margin-bottom: 2%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .buy-button {
    text-align: center;
    margin-top: 9%;
  }
}

.subheader-carousel .owl-item p {
  margin-block-start: 0;
  margin-block-end: 0;
}
