/* ###### */
/* Glocal */
/* ###### */

.pnf-header,
.pnf-sell-points a,
.pnf-suggestions-notFound section,
.pnf-suggestions-noResult .pnf-search,
.pnf-suggestions-noResult .pnf-help{
  width: 100%;
}

.page-not-found-results .pnf-header {
  display: grid;
  grid-template-columns: 47px 1fr;
  padding: 6% 15px 6% 15px;
  background-image: url(/col/UIimages/no-results-page/noresults-header-bg-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: unset;
}

.pageContent.page-not-found-results {
  max-width: unset;
  padding: 0;
}

.page-not-found-results .breadcrumsContainer {
  display: none; 
}

.page-not-found-results .pnf-header h1 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size:20px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 400;
  word-break: break-all;
}

.page-not-found-results .pnf-header p:not(p:last-child) {
  margin: 0 0 10px 0;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  grid-row-start: 2;
}

.page-not-found-results .pnf-header p:last-child {
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}

.page-not-found-results .pnf-header img {
  padding: 0;
  grid-row-start: 0;
  grid-row-end: 1;
}

.page-not-found-results .pnf-header a, .pnf-header a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.page-not-found-results .pnf-header span {
  padding: 0 3px;
}

.category-bubbles {
  display: flex;
  padding: 0 12px;
  position: relative;
  overflow-x: scroll;
}

.category-bubble-block {
  display: flex;
  flex-direction: column;
}

.category-bubble-wrapper {
  margin-bottom: 56px;
  padding: 27px 10px 0px 10px;
}

.category-bubble-image-wrapper img {
  width: 60px;
  height: 60px;
}

.category-bubbles {
  overflow-x:auto !important;
}

.category-bubble-block h4 {
  order: 2;
  margin: 10px 0;
  font-size: 14px;
  color: #06c;
  font-weight: 400;
  text-align: center;
}

.category-bubble-block {
  display: flex;
  margin: 0 5px;
  align-items: center;
  flex-direction: column;
}

.category-bubble-image-wrapper {
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-bubble-image-wrapper {
  max-width: 100px;
  max-height: 100px;
}

.category-bubble-wrapper h3 { 
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  padding: 10px 0 10px 0;
}

.pnf-header {
  margin: 0 auto;
  padding: 62px 15px 20px;
  max-width: 1280px;
}

.pnf-header p {
  font-size: 18px;
}

.pnf-title {
  margin: 0 0 10px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (min-width: 801px) {
  .category-bubble-wrapper {
    margin: 0 auto 56px;
    max-width: 1400px;
  }

  .category-bubble-wrapper h3 {
    margin: 0 auto;
    padding: 0 0px 30px 0px;
    max-width: 1440px;
    font-size: 25px;
    line-height: 43px;
  }  
  .category-bubble-image-wrapper {
    max-width: 100px;
    max-height: 100px;
  }      
}

@media screen and (min-width: 1000px) {
  .page-not-found-results .pnf-header {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 0.5fr;
    padding: 50px 20px 70px;
    position: relative;
    background-image: url(/col/UIimages/no-results-page/noresults-header-bg-desktop.jpg);
  }
  .page-not-found-results .pnf-header h1 {
    grid-column-start: 2;
    grid-row-start: 1;
    margin: 0;
    align-self: center;
    text-align: left;
    font-size: 36px; 
    line-height: 40px;
  }
  .page-not-found-results .pnf-header p:not(p:last-child) {         
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 16px;
    line-height: 19px;
  }
  .page-not-found-results .pnf-header p:last-child {
    padding: 0 0 0 20px;
    grid-column-start: 2;
    grid-row-start: 3;
    font-size: 16px;
    line-height: 19px;
  }
  .page-not-found-results .pnf-header img {
    padding: 0;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
    left: 16px;
  }
  .category-bubble-block {
    width: 14%;
    margin: 24px 0 0;
  }
  .category-bubbles {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .category-bubble-image-wrapper {
    width: 120px;
    height: 120px;
    max-width: 150px;
    max-height: 150px;
  }
  .category-bubble-image-wrapper img {
    width: 80px;
    height: 80px;
  }
  .category-bubble-wrapper h3 {
    margin: 0 auto;
    padding: 0 10px 30px 10px;
}
}
@media screen and (min-width: 1400px) {
  .page-not-found-results .pnf-header {
    padding: 5% calc(50% - 700px);
  }
  .category-bubbles {
    padding: 0;
  }
}
/*  old styles */
.pnf-suggestions {
  padding: 5px 15px;
  max-width: 1280px;
}

.pnf-suggestions h2, .page-not-found .recs-title, .pnf-article h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 18px;
  text-align: center;
}

.pnf-suggestions h2 {
  text-align: left;
}

.pnf-suggestions section {
  background: #FFF;
  padding: 24px 16px;
  width: 100%;
  margin-bottom: 10px;
}

.pnf-suggestions ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.pnf-help ul {
  padding-left: 0;
}

.pnf-links li {
  margin-bottom: 8px;
}

.pnf-help li {
  margin-bottom: 20px;
}

.pnf-help li:last-of-type {
  display: none;
}

.pnf-links li:first-child,
.pnf-links li:first-child::before {
  color: #585C5F;
}

.pnf-links li::before {
  content: "\2022";
  color: #258cd1;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -14px;
  font-size: 15px;
}

.pnf-search form {
  display: flex;
}

.pnf-search .input-search {
  border-radius: 4px 0 0 4px;
  border: 1px solid #CCC;
}

.pnf-search button {
  margin: 0 0 0 -2px;
  border-radius: 0px 4px 4px 0px;
  padding: 2px 18px 0;
}

.pnf-suggestions li:last-child {
  margin-bottom: 0;
}

.pnf-help li[data-icon]::before {
  font-size: 24px;
  margin-right: 12px;
  position: relative;
  top: 6px;
}

.pnf-help strong a {
  color: #333e49;
}

.page-not-found .recs-title {
  text-align: center;
  font-size: 25px;
  padding: 0;
}

.page-not-found .recs-horizontal {
  background: none;
}

.page-not-found .recs-item {
  border: none;
  height: auto;
  min-height: auto;
  padding-top: 10px;
}

.pnf-article {
  background: #FFF;
  margin-bottom: 10px;
  padding: 20px 15px;
  max-width: 1280px;
}

.pnf-article-detail-wrapper {
  padding: 20px 10px 0px;
  color: #585C5F;
}

.pnf-article h4 {
  color: #005bc4;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.pnf-article .pnf-article-item img {
  width: 100%;
}

.pnf-article .swiper-container {
  display: flex;
}

.pnf-article .swiper-pagination {
  bottom: 20px;
}

.pnf-sell-points {
  background: #FFF;
  padding: 40px 0;
  width: 100%;
}
.scb-theme .pnf-sell-points {
  max-width: 1260px;
}

.pnf-sellPoints-container {
  display: flex;
  justify-content: space-around;
  list-style: none;
  flex-direction: column;
  max-width: 1280px;
  margin: auto;
}

.pnf-sell-points li {
  margin-bottom: 25px;
  flex: 1;
}

.pnf-sell-points li[data-icon]::before {
  color: #585C5F;
  display: block;
  text-align: center;
  font-size: 2.250em;
}

.pnf-sell-points a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #222;
}

.pnf-sell-points strong {
  padding-top: 5px;
  font-size: 16px;
}

.pnf-sell-points em {
  font-style: normal;
  font-size: 15px;
}

@media screen and (min-width:599px) {

  .pnf-title {
    font-size: 56px;
  }

  .page-not-found .recs-item-group {
    padding-bottom: 36px;
  }

  .page-not-found .swiper-pagination {
    bottom: 5px;
  }
}

@media screen and (min-width:801px) {
  .pnf-title {
    font-size: 66px;
  }

  .pnf-suggestions {
    display: flex;
  }

  .pnf-suggestions-notFound section {
    width: 33.33%;
    margin-right: 10px;
  }

  .pnf-suggestions-notFound section:last-child {
    margin-right: 0;
  }

  .pnf-suggestions-noResult .pnf-search {
    width: 70%;
    margin-right: 10px;
  }

  .pnf-suggestions-noResult .pnf-help {
    width: 30%;
  }

  .pnf-help li:last-of-type {
    display: block;
  }

  .page-not-found .recs-item-group {
    padding-bottom: 0;
  }

  .page-not-found .recs-horizontal {
    padding-top: 15px;
  }

  .pnf-article {
    margin-bottom: 60px;
    background: none;
  }

  .pnf-article-item {
    width: 33.33%;
    margin-right: 10px;
    background-color: #FFF;
    padding-bottom: 24px;
  }

  .pnf-article .pnf-article-item:last-child {
    margin-right: 0;
  }

  .pnf-sellPoints-container {
    flex-direction: row;
  }

}
