#product-certificates #certificates-container {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  overflow: scroll;
}

#product-certificates span {
  display: flex;
  flex-direction: column;
}

#product-certificates {
  color: #fff;
  background: url("/img/home/certificates_background.png");
  background-size: cover;
  border-bottom: 5px solid #F0A928;
  border-radius: 2px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#product-certificates div>span {
  margin-bottom: 20px;
}

#product-intro {
  transform: scale(0.5);
  transition: .7s ease-out;
}

#product-intro.normal-scale {
  transform: scale(1);
}

@media (min-width: 800px) {
  #product-intro {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

  }

  #product-intro .main-box {
    height: 100%;
  }

  #product-intro .left {
    height: 100% !important;
  }

  #product-intro .right {
    justify-content: space-between;
    gap: 5px !important;
    height: 100% !important;
  }

  #product-intro .right>div {
    height: 50% !important;
  }
}

@media (max-width: 800px) {
  #product-intro {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
  }
}

.main-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

#product-intro .main-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  direction: ltr;
  gap: 5px;
}

#product-intro div.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-intro div.image-container.left img {
  width: 60%;
  max-width: 250px;
  max-height: 250px;
}

#product-intro div.image-container.top img {
  width: 45%;
  max-width: 150px;
  max-height: 150px;
}

#product-intro .left,
#product-intro .right {
  height: 232px;
}

#product-intro .left {
  width: 65%;
  border-radius: 5px;
  border: 1px solid #F0A928;
}

#product-intro .right {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#product-intro .right>div {
  border-radius: 5px;
  border: 1px solid #F0A928;
  width: 100%;
  height: 150px;
}

.water-splash-background {
  background: url("/img/product/main-box-back-pic.png"), #2C2C2D;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}


#product-detail {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

@media (min-width: 800px) {
  #product-detail .responsive-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0 25px;
  }
}

@media (max-width: 800px) {
  #product-detail .responsive-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

#product-detail .breadcrumbs {
  background: #F0A928;
  color: white;
  font-size: 12px;
  padding: 5px 25px;
}

#product-detail .breadcrumbs a:link,
#product-detail .breadcrumbs a:visited {
  color: white;
}


#detail {
  transform: scale(0.5);
  transition: .7s ease-out;
}

#detail.normal-scale {
  transition-delay: .3s;
  transform: scale(1);
}

@media (min-width: 800px) {
  #product-detail .detail {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(#000000ba, #ffffff00, #000000),
      url("/img/home/categories-background.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 800px) {
  #product-detail .detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: linear-gradient(#000000ba, #ffffff00, #000000),
      url("/img/home/categories-background.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#product-detail .detail h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#product-detail .detail .detail-container {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#product-detail .detail .info-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 25px;
  gap: 15px;
  align-items: center;
}

#product-detail .detail .info-bar .prices {
  position: relative;
}

#product-detail .detail .info-bar .offer {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 13px;
  color: red;
  text-decoration: line-through;
  font-family: 'Kalameh-Light';
}

#product-detail .detail .dot {
  flex: 1;
  height: 1px;
  border-bottom: 2px dotted white;
}

#product-detail .detail .info-bar:last-child {
  margin-bottom: 10px;
}

#product-detail .colorize {
  color: #F0A928;
}

#product-detail .bold {
  font-weight: 1000;
}

#product-detail .section-divider {
  width: calc(100% - 50px);
  height: 4px;
  border-top: 1px solid #F0A928;
  border-bottom: 1px solid #F0A928;
  margin-top: 5px;
  margin-bottom: 5px;
}

#details-comments {
  border-top: 5px solid #F0A928;
  border-bottom: 10px solid #5A5B5D;
  padding-bottom: 20px;
  background: #2C2D2E;
}

#details-comments .switcher {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#details-comments .switcher button {
  width: 50%;
  padding: 5px;
  border: 1px solid #F0A928;
  background: #FFF;
}

#details-comments .switcher button.selected {
  background: #FBDFAE;
}


#details-comments .detail-section,
#details-comments .comments {
  color: white;
  display: none;
  flex-direction: column;
  align-items: center;
}

#details-comments .detail-section img {
  max-width: 250px;
  max-height: 250px;
}

#details-comments .shown {
  display: flex;
}

#details-comments .detail-section>* {
  padding: 5px 25px;
}

#details-comments .detail-section h2 {
  font-size: 17px;
  margin-bottom: 20px;
  padding-top: 25px;
}

#details-comments .detail-section h3 {
  font-size: 15px;
}

#details-comments .detail-section video {
  width: 100%;
}

.comments {
  text-align: center;
  background: #2C2D2E;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.comments .title {
  display: block;
  font-size: 1.5em;
  margin-top: 10px;
  margin-bottom: 20px;
}

.comments #submitcomment {
  font-size: 16px;
  background: url("/img/home/button_background.png") #2C2D2E;
  background-blend-mode: multiply;
  background-size: cover;
  color: white;
  border: 1px solid #F0A928;
  border-radius: 5px;
  padding: 0 25px;
}

.comments .input-form {
  width: 100%;
  max-width: 800px;
}

.comments .input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
}

.comments .input-container>* {
  border-radius: 5px;
  border: none;
  padding: 5px;
}