.book-free-preview-text {
  height: 500px;
  overflow-x: auto
}

.strikePrice {
  text-decoration: line-through;
  -moz-text-decoration-color: #f00;
  text-decoration-color: #f00
}

.display-block {
  display: block !important
}

.display-none {
  display: none !important
}

#cutomerReviews li {
  display: none
}

#cutomerReviews {
  list-style: none
}

#editorialReviews li {
  display: none
}

#editorialReviews {
  list-style: none
}

.padding-left-30 {
  padding-left: 30px
}

.LoadingDiv {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .8;
  filter: alpha(opacity=70);
  display: none;
  background: 50% 50% no-repeat #f9f9f9
}

.cart-icon {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 25px
}

.cart-icon .cart-line-1 {
  width: 15%;
  height: 7%;
  position: absolute;
  left: 8%;
  top: 25%;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  background-color: #000;
  border-bottom-left-radius: 35%
}

.cart-icon .cart-line-2 {
  width: 35%;
  height: 7%;
  position: absolute;
  left: 6%;
  top: 40%;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  background-color: #000
}

.cart-icon .cart-line-2:before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  left: 45%;
  top: -280%;
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
  background-color: inherit
}

.cart-icon .cart-line-2:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 59%;
  top: -670%;
  background-color: inherit;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 25%
}

.cart-icon .cart-line-3 {
  width: 30%;
  height: 7%;
  position: absolute;
  left: 33%;
  top: 45%;
  background-color: #000
}

.cart-icon .cart-line-3:after {
  content: "";
  width: 124%;
  height: 100%;
  position: absolute;
  top: -150%;
  left: -5%;
  background-color: inherit
}

.cart-icon .cart-wheel {
  width: 12%;
  height: 12%;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  left: 28%;
  bottom: 20%
}

.cart-icon .cart-wheel:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  position: absolute;
  left: 200%;
  bottom: 0
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle
}

@media screen and (max-width:600px) {
  table#cart tbody td .form-control {
    width: 20%;
    display: inline !important
  }

  .actions .btn {
    width: 36%;
    margin: 1.5em 0
  }

  .actions .btn-info {
    float: left
  }

  .actions .btn-danger {
    float: right
  }

  table#cart thead {
    display: none
  }

  table#cart tbody td {
    display: block;
    padding: .6rem;
    min-width: 320px
  }

  table#cart tbody tr td:first-child {
    text-align: center
  }

  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem
  }

  table#cart tfoot td {
    display: block
  }

  table#cart tfoot td .btn {
    display: block
  }
}

.shipping-method-val-msg {
  font-size: 13px
}

.shopping-cart-summary {
  position: relative
}

.cart-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, .8)
}

.cart-overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555
}

.cart-borderless td,
.cart-borderless th {
  border: none
}

.book-title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 1em
}

.book-subtitle {
  font-size: 1.5rem;
  color: #b8b8b8
}

.book-cover-wrap {
  display: block;
  max-width: 300px;
  margin: 0 auto
}

.book-format {
  border: 2px solid #808080;
  background: #f3f3f3;
  cursor: pointer
}

.book-format.selected {
  border: 2px solid #3989de;
  color: #3989de;
  background: #fff
}

.book-selected-value {
  font-weight: bold;
  font-size: 2rem
}

.btn-item-delete {
  background: #e94625;
  border-radius: 0;
  color: #fff
}

.strikePrice {
  text-decoration: line-through;
  text-decoration-color: #f00
}

.discountPrice {
  color: #f00
}

legend.myborder {
  width: inherit;
  padding: 0 10px;
  border-bottom: none
}