/*individual book page*/
.no-sidebars.page-book #main-content .container {
  max-width: 900px;
}
.page-book .abaproduct-content {
  display: block;
}

.page-book .abaproduct-authors {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0;
}



/*individual book list*/
.node-type-book .field-name-field-products .field-items {
  display:flex;
  flex-wrap:wrap;
}
.node-type-book .field-name-field-products .field-items .field-item {
  width: 50%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 2.5em;

}
.node-type-book .field-name-field-products .field-items .field-item hr {
  display: none;
}
.node-type-book .field-name-field-products blockquote {
  width: 100%;
  margin: 0;
  color:#2B2A2A;
  background: #F4F3F5;
  padding: 15px;
  border-radius: 5px;
}

.node-type-book .field-name-field-products blockquote:before {
  content: "\201C";
  display: block;
  font-size: 5em;
  font-family: 'Bitter', serif;
  left: 10px;
  top: 15px;
  position: absolute;
  color: #BBBABC;
}
/*add to cart book display*/
.abaproduct-content {
  display:flex;
}
.abaproduct-title h2 {
    font-size: 1.3em;
}
.abaproduct-image {
  width: auto;
  min-width: 100px;
}
.abaproduct-details {
  padding-left: 1em;
}
.abaproduct-add-to-cart fieldset {
  padding: 0;
  border: none;
}
.add-to-wish-list-div {
  flex-wrap:wrap;
  align-items: center;
}
.abaproduct-details form div {
  justify-content: flex-start;
  align-items: baseline;
  text-align: left;
}

.abaproduct-add-to-cart input[type="submit"] {
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: 0.1em;
}
.abaproduct-add-to-cart input[type="submit"]:hover, .abaproduct-add-to-cart input[type="submit"]:focus {
  background-color: #ff6d31!important;
}
.abaproduct-add-to-cart .node-add-to-wishlist {
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  background: #fff!important;
  color: #0054A4!important;
  -webkit-text-fill-color:#0054A4!important;
  border: none!important;
  text-decoration: underline!important;
  padding: 0!important;
  margin: 0!important;
  font-size: 11px!important;
  font-family: 'Roboto', sans-serif!important;
  font-weight: 600!important;
  letter-spacing: 0.1em!important;
  text-transform: uppercase;
  height: auto!important;

}
.node-add-to-wishlist  {
  background: #fff!important;
  color: #0054A4!important;
  -webkit-text-fill-color:#0054A4!important;
  border: none!important;
  text-decoration: underline!important;
  padding: 0!important;
  margin: 0!important;
  height: auto!important;
}
.node-add-to-wishlist:hover, .node-add-to-wishlist:focus {
  text-decoration:none!important;
}

.abaproduct-add-to-cart .node-add-to-wishlist:hover, .abaproduct-add-to-cart .node-add-to-wishlist:focus {
  text-decoration:none!important;
}

/*book lists*/
.booklists .views-row {
  position: relative;
  padding-bottom: 2em;
}
.booklists .views-row:last-child {
  padding-bottom: 0;
}
.booklists .views-row .views-field-path {
  position: absolute;
  top:5px;
  right: 0;
}
.booklists .views-row .views-field-title {
  width: calc(100% - 115px);
}

.booklists .views-row .abaproduct-image {
  width: 175px;
}

/*store books*/
.store-book-list .view-content {
  display: flex;
  flex-wrap:wrap;
}
.store-book-list .views-row {
  width: 50%;
  display:flex;
  flex-wrap:wrap;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1em;
  margin-bottom: 2em;
  padding-right: 1em;
}

.store-book-list .views-row .views-field-uc-product-image {
  width: 150px;
}
.store-book-list .views-row .views-field-title, .store-book-list .views-row .views-field-title-1 {
  width: calc(100% - 150px);
  padding-left: 15px;
}
.store-book-list h3 {
  font-size: 18px;
  margin: 0;
}

.store-book-list .views-row input[type="submit"] {
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  letter-spacing: 0.1em;
}



@media (max-width: 768px) {
  .booklists .views-row {
    padding-bottom: 0.5em;
  }

  .add-to-wish-list-div {
    flex-wrap:wrap;
  }
  .add-to-wish-list-div a {
    margin-left: 0!important;
  }
  .store-book-list .views-row {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .booklists .views-row .abaproduct-image {
    width: 125px;
  }
  .node-type-book .field-name-field-products .field-items .field-item {
    width: 100%;
  }
}
