.bookshelf {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
    overflow: hidden;
    z-index: 1;
}
.bookshelf > li {
    width: 16.6666667%;
    text-align: center;
    float: right;
    list-style: none;
    margin-bottom: 30px;
}
.bookshelf > .divider{
    position: absolute;
    top: 132px;
    z-index: -1;
    right: -10px;
}
.bookshelf > .divider.ns2{
    top: 298px;
}
.bookshelf > .divider.ns3{
    top: 464px;
}
.bookshelf > .divider img{
    width: 100%;
    height: auto;
}
@media (max-width:  920px){
    .bookshelf > li {
        width: 50%;
    }
    .bookshelf {
        max-width: 980px;
        margin: 0 auto;
        position: relative;
        padding: 15px;
        overflow: hidden;
        z-index: 1;
    }
}

form.bookshelf-filters button i {
    margin-left: 5px;
}

form.bookshelf-filters input, form.bookshelf-filters select, form.bookshelf-filters button {
    height: 42px;
}

form.bookshelf-filters input#keyword {
    margin: 10px 0px;
    text-align: left;
    direction: ltr;
}

.nstooltip {
  position: relative;
  display: inline-block;
}

.nstooltip .nstooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #db7203;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the nstooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;

  font-size: 13px;
}

.nstooltip:hover .nstooltiptext {
  visibility: visible;
}

a:not(.btn):not(.button):not(.added_to_cart):hover {
    opacity: 1 !important;
}

.pages {
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.singlepage {
    /* background-color: #00843d; */
    background-color: #fff;
    color: #00843d;
    text-align: center;
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border: 1px solid #dedede;
}

.singlepage.bold {
    background-color: #00843d;
    color: #fff;
}

.singlepage:hover {
    opacity: 0.65;
}

.pagelink {
    text-align: center;
    font-size: 14px;
    padding: 0 !important;
    margin: 0 !important;
}

.pagelink.bold {
    font-weight: 700;
}