#custom-page-not-found .page-not-found__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
#custom-page-not-found .page-not-found__desc {
  flex-basis: calc(70% - 40px);
}
#custom-page-not-found .page-not-found__desc ul.check li {
  list-style: none;
  background-image: url(../../img/check-mark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 15px;
  margin: 7px 0;
}
#custom-page-not-found .page-not-found__desc--info {
  background-color: #f3f3f3;
  padding: 16px;
  margin: 32px 0;
}
#custom-page-not-found .page-not-img {
  flex-basis: 30%;
}
#custom-page-not-found .button-exclusive {
  margin: 12px;
  color: #fff;
}
#custom-page-not-found .button-exclusive:hover {
  color: #fff;
}
#custom-page-not-found .button-exclusive i {
  margin-right: 8px;
}

/* Product slider */

#custom-page-not-found h2.cpnf-title {
  background-image: url(../../img/detail.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left 10px center;
  background-color: #e8e8e8;
  color: #000;
  font-size: 16px;
  padding: 12px 18px;
  padding-left: 45px;
  font-family: 'Exo 2';
  margin-bottom: 24px;
  font-weight: 700;
}
#custom-page-not-found .product_section {
  display: flex;
  justify-content: center;
}
#custom-page-not-found .bx-controls-direction a::before {
  font-size: 40px;
  line-height: 40px;
  color: #252525;
  font-weight: bold;
}
#custom-page-not-found .bx-controls-direction a {
  width: 40px;
  height: 40px;
  margin-top: -35px;
}
#custom-page-not-found  .highlighted-link {
  text-decoration: underline;
}
#custom-page-not-found  .highlighted-link:hover {
  font-weight: 700;
}

/* Mobile version */

@media (max-width: 768px) {
  #custom-page-not-found .page-not-found__desc {
    flex-basis: 100%;
  }  
  #custom-page-not-found .page-not-img {
    flex-basis: 100%;
  }
}