.sell-your-wine .sell-your-wine-title .section-title .title {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  color: #af9e73;
  font-weight: 400;
  margin-bottom: 16px;
}

.sell-your-wine .sell-your-wine-title .section-title .summary {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
}

.language-zh .sell-your-wine .sell-your-wine-title .section-title .summary {
  font-weight: lighter;
}

.sell-your-wine .step-menu-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px;
  position: relative;
}

.sell-your-wine .step-menu-container .step-menu-line {
  position: absolute;
  top: 51px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 48px);
  height: 2px;
  background-color: #9d0229;
}

.sell-your-wine .step-menu-container .step-container {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  z-index: 1;
}

.sell-your-wine .step-menu-container .step-container .step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 10px;
  color: #9d0229;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  margin-bottom: 16px;
}

.sell-your-wine .step-menu-container .step-container .step-title img {
  margin-right: 10px;
  width: 36px;
}

.sell-your-wine .step-menu-container .step-container .step-content {
  padding: 0 10px;
  color: #3e3e3e;
  font-size: 18px;
  line-height: 32px;
}

.sell-your-wine .sell-your-wine-summary {
  display: flex;
  margin-bottom: 60px;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-img {
  width: 100%;
  max-width: 460px;
  min-width: 350px;
  margin-right: 48px;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-img img {
  width: 100%;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container {
  display: flex;
  flex-direction: column;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-title {
  font-size: 24px;
  font-weight: 600;
  color: #3e3e3e;
  margin-bottom: 24px;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-content p {
  margin: 0;
  line-height: 24px;
  word-wrap: break-word;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns {
  display: flex;
  margin-top: 24px;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns .history-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: 199px;
  width: 50%;
  background-color: #ffffff;
  color: #9d0229;
  border: 1px solid #9d0229;
  margin-right: 24px;
  cursor: pointer;
}

.sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns .sell-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: 199px;
  width: 50%;
  background-color: #9d0229;
  color: #ffffff;
  cursor: pointer;
}

.sell-your-wine .sell-your-wine-question {
  display: flex;
  flex-direction: column;
}

.sell-your-wine .sell-your-wine-question .sell-your-wine-question-card {
  background-color: #f7f5f1;
  border-radius: 5px;
  padding: 16px 24px;
  margin-bottom: 24px;
}

.sell-your-wine .sell-your-wine-question .sell-your-wine-question-card .question-card-title {
  font-size: 20px;
  color: #525252;
  font-weight: 600;
  margin-bottom: 16px;
}

.sell-your-wine .sell-your-wine-question .sell-your-wine-question-card .question-card-content {
  font-size: 16px;
  color: #676767;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1023px) {
  .sell-your-wine .step-menu-container {
    height: auto;
  }

  .sell-your-wine .step-menu-container .step-menu-line {
    width: calc(100% - 88px);
  }

  .sell-your-wine .step-menu-container .step-container {
    align-items: center;
  }

  .sell-your-wine .step-menu-container .step-container .step-title {
    font-size: 20px;
    max-width: 280px;
    width: 100%;
  }

  .sell-your-wine .step-menu-container .step-container .step-content {
    display: flex;
    justify-content: center;
    max-width: 280px;
    width: 100%;
  }
}

@media screen and (max-width: 965px) {
  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-content {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 767px) {
  main .content {
    padding: 0 24px;
  }

  .sell-your-wine .sell-your-wine-title .section-title .title {
    text-align: left;
  }

  .sell-your-wine .sell-your-wine-title .section-title .summary {
    text-align: left;
  }

  .sell-your-wine .step-menu-container {
    flex-direction: column;
    margin: 20px -24px;
    width: calc(100% + 48px);
    height: auto;
  }

  .sell-your-wine .step-menu-container .step-menu-line {
    width: 2px;
    height: calc(100% - 48px);
    transform: translate(-50%, 0%);
    top: 24px;
    left: 50%;
  }

  .sell-your-wine .step-menu-container .step-container {
    max-width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
  }

  .sell-your-wine .step-menu-container .step-container:last-child {
    margin-bottom: 0;
  }

  .sell-your-wine .step-menu-container .step-container .step-title {
    border: none;
    flex-direction: column;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
  }

  .sell-your-wine .step-menu-container .step-container .step-title img {
    width: 68px;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .sell-your-wine .step-menu-container .step-container .step-content {
    padding: 0;
    max-width: 100%;
  }

  .sell-your-wine .sell-your-wine-summary {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-img {
    margin-bottom: 48px;
    margin-right: 0;
    max-width: 100%;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-content {
    width: 100%;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns {
    flex-direction: column-reverse;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns-fixed {
    flex-direction: column-reverse;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 -24px;
    padding: 12px 16px;
    background-color: #ffffff;
    border-top: 1px solid #B8B8B8;
    z-index: 1;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns .history-btn {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .sell-your-wine .sell-your-wine-summary .sell-your-wine-summary-container .sell-your-wine-summary-btns .sell-btn {
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
  }

  .sell-your-wine .sell-your-wine-question .sell-your-wine-question-card:last-child {
    margin-bottom: 0;
  }
}
