.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; }

.related-products {
  margin-top: 48.48px;
  position: relative; }
  @media screen and (min-width: 900px) {
    .related-products {
      margin-top: 77.68px; } }
  .related-products a.view-all {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.09px;
    color: #682f71;
    font-family: "halcom-bold", sans-serif;
    position: relative;
    right: 0px;
    top: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    display: inline-block; }
    @media screen and (min-width: 552px) {
      .related-products a.view-all {
        position: absolute;
        right: 10px;
        top: 7px;
        padding-bottom: 0px; } }
    @media screen and (min-width: 900px) {
      .related-products a.view-all {
        top: 15px; } }
    .related-products a.view-all:after {
      content: '';
      position: absolute;
      top: 5px;
      right: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #682f71; }
  .related-products .productCarousel {
    margin: 0;
    display: none; }
    .related-products .productCarousel.slick-initialized {
      display: block; }
  @media screen and (max-width: 900px) {
    .related-products .slick-arrow {
      display: none !important; } }
  @media screen and (min-width: 900px) {
    .related-products .slick-arrow {
      top: -60px;
      transform: none;
      margin-top: 0;
      width: 32px;
      height: 32px;
      background: #682f71;
      border-radius: 2px;
      border: none; }
      .related-products .slick-arrow::before {
        background-image: none;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        width: auto;
        height: auto; }
      .related-products .slick-arrow.slick-next {
        right: auto;
        left: 50px;
        transition: all .35s ease; }
        .related-products .slick-arrow.slick-next::before {
          border-left: 11px solid #fff; }
      .related-products .slick-arrow.slick-prev {
        right: auto;
        left: 10px;
        transition: all .35s ease; }
        .related-products .slick-arrow.slick-prev::before {
          border-right: 11px solid #fff; } }
  .related-products .slick-next:focus,
  .related-products .slick-next:hover,
  .related-products .slick-prev:focus,
  .related-products .slick-prev:hover {
    outline: none !important;
    background-color: #EAD9DE !important; }
  .related-products .slick-dots {
    display: none !important; }
  .related-products .productCarousel-slide {
    position: relative; }
    @media screen and (max-width: 767px) {
      .related-products .productCarousel-slide {
        padding: 0 5px; } }
    .related-products .productCarousel-slide .slide-custom {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 4px 10px #00000014;
      border-radius: 4px;
      margin-bottom: 20px; }
      .related-products .productCarousel-slide .slide-custom:not(:first-child) {
        margin-left: 16px; }
      .related-products .productCarousel-slide .slide-custom custom-checkbox {
        display: none; }
  .related-products .card-img-container img {
    border-radius: 4px 4px 0 0;
    object-fit: contain;
    margin-top: 0;
    max-height: 250px; }
