* {
  font-family: var(--font-family-2);
}

/* --- sticky --- */
body,
.widthContainer,
#content,
.workshopGalleryContainer,
.item,
.mainWorkshopContainer {
  overflow: visible !important;
}
.workshopGalleryContainer {
  position: sticky !important;
  top: 5px;
  z-index: 1;
}
/* --- sticky end --- */

.mainWorkshopContainer {
  display: flex;
  width: 90%;
  margin: auto;
  position: relative;
  margin-top: 3rem;
  gap: 5rem;
  justify-content: center;
  margin-bottom: 5rem;
}

.sectionTitle {
  text-transform: none !important;
}
.productsSlider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 90%;
  margin: auto;
  gap: 40px;
}

.productViewAditionalInfo.altColor {
  width: 100%;
}
.productViewAditionalInfo {
  position: relative;
  width: 100%;
  height: 15px;
  font-size: 13px;
  line-height: 13px;
  color: #a2122e;
  transition: all 0.2s ease-out;
  margin-bottom: 8px;
  font-family: "Futura";
  font-weight: 400;
}

.productViewPriceContainer {
}

.figureBackground.tr-4 {
  top: 35px;
  right: 12px;
}
.productViewImage {
  height: 100%;
  /* aspect-ratio: 1/1; */
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.productViewContainer:hover .firstImg {
  opacity: 1;
}
.mainWorkshopSubTitle {
  position: relative;
  font-size: 14px;
  text-align: center;
  font-family: var(--font-family-2) !important;
}

.mainWorkshopPrice,
.mainWorkshopSummary {
  position: relative;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  overflow: visible;
}

.mainWorkshopPrice {
  color: #801a2e;
  font-family: var(--font-family) !important;
  font-size: 20px;
  font-weight: 500;
  margin: 2rem 0;
  float: none;
}

.mainWorkshopTitle {
  position: relative;
  width: 90%;
  line-height: 50px;
  margin: 50px auto 10px;
  font-size: 40px;
  text-align: center;
  font-family: var(--font-family-2) !important;
}

.item {
  position: relative;
  width: 46%;
  height: auto;
  align-items: start;
  justify-content: space-around;
  /* margin: 40px auto; */
}
.purchaseButton.customButton.disabledBtn {
  cursor: not-allowed;
  opacity: 0.4;
  color: #801a2e;
  border-color: #801a2e;
  pointer-events: none;
}
.purchaseButton.customButton.disabledBtn:hover {
  border-color: #000;
  background-color: #000;
  color: white;
}

.mainWorkshopContent .customButton {
  margin-left: 0;
  line-height: 42px;
  height: auto;
  padding: 0 20px;
  font-family: "Galliard";
  font-size: 18px;
  /* margin: 8px 0px; */
  padding: 0 35px;
  font-weight: 400;
}
.mainWorkshopContent .customButton:hover {
  border-color: var(--first);
  background-color: #7a182f;
  color: white;
}
.ticketEventsSlider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 50px auto;
  gap: 80px;
}
.itemSeparator {
  position: relative;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: black;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}

.workshopsContainer {
  margin: auto;
}

.workshopGalleryContainer,
.workshopGallery {
  position: relative;
  width: 100%;
  margin: auto;
  /* overflow: hidden; */
}

#bkgCField {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 50;
}

.oldPrice {
  position: relative;
  width: auto;
  color: gray;
  float: left;
  margin-right: 10px;
  font-weight: 400;
}

.viewCart {
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  display: none;
}

.openDiv .viewCart {
  display: block !important;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
}
#program,
.purchaseButton {
  display: inline-block;
  margin-left: 20px;
}
#customFieldsPopup {
  width: 24%;
  /* background: #ffffff; */
  box-shadow: none;
  border: none;
  border-radius: 8px;
  top: 46%;
  max-width: 400px;
}
#closeCustomFieldPopup {
  font-family: "Futura";
  font-weight: 500;
}
#customFieldPopupTitle {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
}

h4#ticketDescription {
  display: none;
}

.customfields {
}

#customFieldsPopup .customfields {
  gap: 10px;
  margin-bottom: 0;
}

#buyButton {
  position: relative;
  margin: 15px auto;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #801a2e;
  border-radius: 8px;
  color: var(--white);
  background: #801a2e;
  line-height: 45px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s all ease-out;
  margin-top: 25px;
  cursor: pointer;
}
#buyButton:hover {
  background: #ffffff;
  color: #801a2e;
}

input.customFieldInput {
  font-family: "Futura";
  font-size: 13px;
  color: #828282;
  border-radius: 8px;
  font-weight: 400;
  border: 1px solid #d0d0d0;
  font-weight: 400;
  background: transparent;
}
input.customFieldInput::placeholder {
  color: #828282;
  font-weight: 400;
  font-size: 13px;
}
.workshopGalleryImage {
  position: relative;
  float: left;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 20px;
}
img.workshopLeftArrow.slick-arrow {
  position: absolute;
  z-index: 2;
  opacity: 0.8;
  top: 43%;
  left: 20px;
  height: 40px;
  cursor: pointer;
}

img.workshopRightArrow.slick-arrow {
  position: absolute;
  z-index: 1;
  transform: rotate(180deg);
  opacity: 0.8;
  top: 43%;
  right: 20px;
  height: 40px;
  cursor: pointer;
}
.blogPostsSlider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 90%;
  margin: 50px auto;
  gap: 40px;
}

.ticketInfo {
  font-size: 13px;
  color: black;
  border-bottom: solid 1px;
  margin-bottom: 20px;
  display: none;
  background-color: white;
  padding-bottom: 10px;
  font-weight: 100;
  font-family: "Futura" !important;
  padding: 10px;
  border-radius: 10px;
  border: 0px;
  font-weight: 500;
}

.infoDiv {
  color: white;
  border: solid 2px #a2122e;
  border-radius: 15px;
  background: #a2122e;
  padding: 20px;
  font-family: "Futura";
  margin-bottom: 15px;
}

.ticketInfoTitle {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  font-family: "GALLIARD";
}

.ticketInfo p {
  margin-top: 5px;
  font-family: "Futura";
  margin-bottom: 5px;
  font-weight: 500;
}

.ticketInfo:last-child {
  /* border: none; */
  margin-bottom: 0px;
}

.openDiv .ticketInfoTitle {
  margin-bottom: 20px;
}

.openDiv .ticketInfo {
  display: block;
}

.viewMore {
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.ticketInfo p b {
  font-family: "Futura";
  font-weight: 400;
}

p.titleStatus {
  font-weight: 500;
  color: #a2122e;
  border-bottom: solid 1px lightgray;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mainWorkshopContainer {
    flex-direction: column;
    width: 85%;
    gap: 20px;
    margin-bottom: 2rem;
  }
  #customFieldsPopup {
    width: 85%;
    top: 50%;
    padding: 20px;
  }
  img.workshopLeftArrow {
    display: none;
  }
  ul.slick-dots {
    bottom: -40px;
  }

  li#slick-slide00 {
  }

  li.slick-active {
    border: 1px solid #000;
    border-radius: 100px;
  }

  button {
    height: 10px;
    width: 10px;
    background: #000;
  }

  .workshopGalleryContainer {
    position: relative !important;
  }
  .workshopGalleryContainer .slick-dots li button:before {
    background: #000;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100px;
    opacity: 1 !important;
    color: transparent !important;
  }

  .slick-dots li.slick-active button:before {
    color: transparent;
  }
  img.workshopRightArrow {
    display: none;
  }
  .mainWorkshopTitle {
    font-size: 25px;
    line-height: 35px;
    width: 85%;
    margin-top: 35px;
  }
  .itemSeparator {
    display: none;
  }
  .item {
    width: 100%;
  }
  .workshopGalleryImage {
    margin: 0px;
  }
  .mainWorkshopPrice {
    justify-content: center;
    /* margin: 3rem auto 20px; */
  }
  .mainWorkshopContent .customButton {
    margin: 20px auto;
    float: unset;
    font-size: 15px;
    width: auto;
    margin-top: 30px;
    min-width: 150px;
    position: relative;
    display: table;
  }
  .productsSlider {
    grid-template-columns: 1fr;
    width: 85%;
    margin-bottom: 3rem;
  }
  .ticketEventsSlider {
    grid-template-columns: repeat(1, 1fr);
    margin: 30px auto;
    gap: 20px;
    width: 85%;
  }
  .blogPostsSlider {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 85%;
    margin-top: 20px;
  }
  .ticketInfoTitle {
    max-width: 70%;
    font-size: 14px;
  }
}
