#workshops {
  max-width: 1200px;
}

#workshops h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

#workshops h3 {
  padding-bottom: 20px;
}

#workshops h3.title-h3 {
  text-align: center;
}

#workshop-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 32%;
}

#workshop-img>figcaption {
  text-align: end;
  font-size: 14px;
  color: #778ca4;
}

#nat-chris-workshop-img>figcaption>a {
  color: #778ca4;
}

.description {
  margin-bottom: 20px;
}

.description > .workshop-dates {
  margin-bottom: 0;
  font-style: italic;
}

.description > .workshop-location {
  font-style: italic;
}

#workshop-sign-up-btn {
  display: flex;
  justify-content: right;
}

#workshops-details-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

#workshops-details-container > #schedule-container {
  width: 50%;
}

#workshops-details-container > #workshops-register-container {
  width: 35%;
}

.details-card {
  display: flex;
  flex-direction: column;
}

.details-card>div {
  display: flex;
}

#schedule-card > div {
  display: flex;
}

#schedule-card > h4:not(:nth-child(1)) {
  margin-top: 30px;
}

#schedule-container .info_label {
  width: 30%;
  padding-right: 20px;
}

#schedule-container .details-card-info {
  width: 75%;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid var(--yellowTheme);
}

#workshops-register-container .info_label {
  width: 85%;
  padding-right: 20px;
}

#workshops-register-container .details-card-info {
  width: 27%;
  min-width: 58px;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid var(--yellowTheme);
  display: flex;
  justify-content: end;
}

#workshops-register-container .details-card-info > p {
  text-align: end;
}

#workshops-register-container {
  display: flex;
  flex-direction: column;
}

#workshops-sign-up {
  margin-top: 100px;
  background-color: var(--workshopTheme);
  padding: 15px;
  border-radius: 14px;
}

#workshops-sign-up > div:nth-child(1){
  display: flex;
  justify-content: space-between;
}

#workshops-sign-up .workshops-passes > form {
  display: flex;
  flex-direction: column;
}

#workshops-sign-up .workshops-passes>form:last-child {
  width: 100%;
}

#workshops-sign-up .workshops-passes>form>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
}

#workshops-sign-up select {
  width: 100%;
  height: 30px;
}

#workshops-sign-up button.add-to-cart {
  width: 160px;
  min-width: 120px;
}

#workshops-sign-up button.shopping-cart {
  background-color: inherit;
  color: #9baabc;
  padding: 0;
  height: inherit;
  width: inherit;
}

#workshops-sign-up button.shopping-cart:hover {
  color: white;
}

#workshops-sign-up button.shopping-cart > i {
  font-size: 21px;
  margin-top: 5px;
}

/* Jo shop */
@media screen and (max-width: 1100px) {
  #workshop-photo-description-container>* {
    width: 100%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #workshops-sign-up .workshops-passes>form>div {
    flex-direction: column;
  }

  #workshops-sign-up button.add-to-cart {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  #workshops-sign-up .workshops-passes>form>div {
    flex-direction: column;
  }

  #workshops-sign-up button.add-to-cart {
    width: 100%;
  }

  #workshop-sign-up-btn {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #nat-chris-workshop-img {
    height: 400px;
  }

  #nat-chris-workshop-img>img {
    object-position: 38%;
  }

  #workshops-details-container {
    margin-top: 0px;
  }

  #workshops-details-container>#schedule-container {
    width: 100%;
    margin-top: 80px;
  }

  #workshops-details-container>#workshops-register-container {
    width: 100%;
    margin-top: 80px;
  }

  #workshops-sign-up {
    margin-top: 80px;
  }

  #workshops-details-container {
    flex-direction: column;
  }
}
