.project-pdp {
  margin-top: 30px; }
  @media screen and (min-width: 900px) {
    .project-pdp {
      margin-top: 55px; } }

@media screen and (min-width: 900px) {
  .productView {
    margin-top: 0; } }

.productView-images {
  margin-top: 30px; }
  @media screen and (min-width: 900px) {
    .productView-images {
      margin-top: 0;
      width: 40% !important; } }
  .productView-images .productView-image {
    box-shadow: none;
    border-radius: 0;
    padding: 0; }

@media screen and (min-width: 900px) {
  .productView-details {
    width: 60% !important;
    padding-left: 30px !important; } }

.prd-discription {
  margin-top: 30px; }
  .prd-discription p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #0f0f0f; }
  @media screen and (min-width: 900px) {
    .prd-discription {
      margin-top: 20px; }
      .prd-discription p {
        font-size: 18px; } }

.productView-title {
  font-family: halcom-bold, "san-serif"; }
  @media screen and (min-width: 900px) {
    .productView-title {
      font-size: 32px; } }

.project-pdf a {
  display: block;
  font-family: halcom-bold, "san-serif";
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #682f71; }
  @media screen and (min-width: 900px) {
    .project-pdf a {
      font-size: 18px; } }
  .project-pdf a.catCollction {
    position: relative; }
    .project-pdf a.catCollction:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #682f71; }
