.single-product-main {
  background: linear-gradient(
    45deg,
    #e6eaff 0.82%,
    #ffffff 33.54%,
    #fff6ec 65.32%,
    #f5f7ff 100%,
    #0022cc 100%
  );
}

.product-title,
.product-compounds,
.single-product-main .title,
.product-properties li,
.blog-body h1,
.blog-body a {
  color: #001689;
}

.product-properties .icon {
  background: #dbdef0;
}

.product-title {
  font-size: 30px;
}

@media only screen and (max-width: 990px) {
  .single-product-main img {
    margin-top: 0 !important;
  }
}
