.productDetailsContainer {
  position: relative;
  width: 100%;
  height: 40.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer {
    height: 188.26667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.productDetailsContainer .leftSection {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .leftSection {
    width: 100%;
  }
}

.productDetailsContainer .leftSection .imagesContainer {
  width: 35.41667vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .leftSection .imagesContainer {
    width: 81.33333vw;
  }
}

.productDetailsContainer .leftSection .imagesContainer .imgContainer {
  width: 16.66667vw;
  height: 16.66667vw;
  margin: 5px;
  float: left;
  background-color: black;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .leftSection .imagesContainer .imgContainer {
    width: 37.33333vw;
    height: 37.33333vw;
  }
}

.productDetailsContainer .leftSection .imagesContainer .imgContainer img {
  width: 100%;
  height: 100%;
}

.productDetailsContainer .rightSection {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection {
    width: 100%;
  }
}

.productDetailsContainer .rightSection .section-title {
  position: relative;
  left: -61px;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title {
    left: 0;
    text-align: center;
  }
}

.productDetailsContainer .rightSection .section-title p {
  width: 41.66667vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title p {
    width: 53.33333vw;
  }
}

.productDetailsContainer .rightSection .section-title .iconContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productDetailsContainer .rightSection .section-title .iconContainer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.64583vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title .iconContainer .icon {
    margin-left: 5.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.productDetailsContainer .rightSection .section-title .iconContainer .icon .iconImage {
  width: 3.64583vw;
  height: 3.64583vw;
  margin-right: 1.04167vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title .iconContainer .icon .iconImage {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-right: 5.33333vw;
  }
}

.productDetailsContainer .rightSection .section-title .iconContainer .icon .iconImage img {
  width: 100%;
  height: 100%;
}

.productDetailsContainer .rightSection .section-title .iconContainer .icon .adjustIcon1 {
  height: 2.08333vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title .iconContainer .icon .adjustIcon1 {
    height: 8vw;
  }
}

.productDetailsContainer .rightSection .section-title .iconContainer .icon span {
  font-size: 1.25vw;
}

@media only screen and (max-width: 800px) {
  .productDetailsContainer .rightSection .section-title .iconContainer .icon span {
    font-size: 3.2vw;
    text-align: left;
    width: 74.66667vw;
  }
}
/*# sourceMappingURL=productdetails.css.map */