.yscm-prod__head-container{
  height: 100%;
}
.yscm-prod__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.yscm-prod-title {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 350;
  line-height: 34px;
  letter-spacing: 0.3rem;
  color: #333333;
}
.yscm-current-prod__title {
  font-size: 2rem;
}
.yscm-prod-sub-title {
  margin-top: 0;
  line-height: 3rem;
  font-size: 1.25rem;
  font-weight: 350;
  letter-spacing: 0.3rem;
  color: #3d3d3d;
}
.yscm-prod-specs {
  min-height: 16rem;
}
.yscm-prod-specs>div{
  padding-right: 3rem;
}
.yscm-prod__carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yscm-prod__carousel-banners {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yscm-prod__carousel-banner-image {
  width: 100%;
}
.yscm-prod__carousel-banners .carousel-inner {
  width: 75%;
}
.yscm-prod__carousel-indicators {
  margin-top: 1rem;
}
.yscm-prod__carousel-indicators .carousel-indicators {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yscm-prod__carousel-indicators .carousel-indicators {
  color: #cccccc;
}
.yscm-prod__carousel-indicators .carousel-indicators i {
  margin: 0 0.3rem;
}

.yscm-prod__carousel-indicators .active {
  color: #333333;
}
.yscm-prod__other-prods-carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.yscm-prod__other-prods-carousel .other-prods-carousel__carousel-inner {
  width: 80%;
}
.yscm-prod__other-prods-carousel .other-prods-carousel__carousel-ctl {
  width: 5%;
  color: #333333;
}
/* other prods */
.other-prods__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*18/16*/
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0em;
  color: #000000;
  padding-bottom: 4rem;
  border-bottom: 3px solid rgba(26, 26, 26, 0);
}
.yscm-prod__other-prods .other-prods__item--active {
  border-bottom-color: #1a1a1a;
}
.yscm-prod__other-prods .other-prods__item:hover {
  border-bottom-color: #1a1a1a;
}

.yscm-prod__other-prods .other-prods__item img {
  width: 6.75rem;
  height: 6.75rem;
}
.yscm-prod-actions .btn {
  display: flex;
  align-items: center;
  font-size: 1rem !important;
}

.yscm-prod-linked-cats .link-cats__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.yscm-prod-linked-cats .link-cats__item-actions {
  font-size: 1.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yscm-prod-form {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  letter-spacing: 0em;
}
.yscm-prod-form label {
  color: #9e9e9e;
}
.yscm-prod-form__submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 3rem;
}
