.a,
.a:focus,
.a:hover {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}
.marketingPage .hideSection {
  display: none;
}
.marketingPage .showSection {
  display: block;
}
.marketingPage .marketingBanner img {
  width: 100%;
   max-height: 100%;
}
.marketingPage .contentBlock .blockHeading {
  color: #444444;
  font-family: 'Merriweather', serif;
  font-size: 16px;
  line-height: 22px;
}
.marketingPage .contentBlock p {
  color: #666666;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.marketingPage .multipleViewContainer .viewTitle {
  color: #325675;
  font-family: 'Merriweather', serif;
  font-size: 1.375em;
  line-height: 1.5em;
  font-size: 1.3125em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

.marketingPage .multipleViewContainer .knvBookGrid .gridTileContainer .gridTile .newArrivalContainer .newArrival {
  transform: rotate(-41deg) translate(-10px, 66px);
}
.marketingPage .multipleViewContainer .knvBookGrid .loadMore {
  text-align: center;
}
.marketingPage .multipleViewContainer .knvBookGrid .loadMore button {
  border-radius: 25px;
  padding: 10px;
  width: 150px;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.listView.searchContainer {
    width: 100%;
    margin: 0 auto;
}
.listView.searchContainer .searchResultListSection .searchResulDesc .searchResultTitle a {
    display: inline-block;
}
.marketingPage .multipleViewContainer .sliderView .pull-up {
  position: relative;
  top: -30px;
}
.marketingPage .multipleViewContainer .sliderView .slickCustomNxtPrvBtn {
  text-align: center;
}
.marketingPage .multipleViewContainer .sliderView .slickCustomNxtPrvBtn button.knvBtn {
  border-radius: 25px;
  padding: 6px 10px;
  background: transparent;
  outline: none;
  box-shadow: none;
  width: 43px;
  font-size: 12px;
}
.marketingPage .multipleViewContainer .sliderView .slickCustomNxtPrvBtn button.knvBtn.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.marketingPage .multipleViewContainer .sliderView .slickCustomNxtPrvBtn button.knvBtn.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .marketingPage .multipleViewContainer .sliderView .pull-up {
    top: 0;
  }
}
/***KR-5678, removed all product lists related CSS as loading search_style.css***/
/*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .marketingPage .multipleViewContainer .listView .searchResultListSection ul .searchResultList .searchResultListImg {
    padding: 5px;
    background: #ccc;
    height: 10.625em;
  }
  .marketingPage .multipleViewContainer .listView .searchResultListSection ul .searchResultList .searchResultListImg .frontImg {
    max-width: 92% !important;
  }
  .marketingPage .multipleViewContainer .listView .searchResultListSection ul .searchResultList .newArrivalContainer {
    width: 20%;
    bottom: 14%;
    left: -3%;
  }
  .marketingPage .multipleViewContainer .listView .searchResultListSection ul .searchResultList .newArrivalContainer .newArrival {
    transform: rotate(-37deg) translate(-14px, 59px);
    -webkit-transform: rotate(-37deg) translate(-14px, 59px);
  }
}*/