:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#hll-search-box {
  display: none;
}
#featured_items_wrapper {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
#featured_items_wrapper * {
  font-family: 'Source Sans Pro', sans-serif;
  text-rendering: optimizeLegibility;
  direction: ltr;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
#featured_items_wrapper #filter-block {
  height: 35px;
  width: 285px;
  float: left;
  margin: 10px 0 0 0;
}
#featured_items_wrapper #filter-block input#fi_filter_input {
  border: 1px solid #d7d7d7;
  width: 280px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}
#featured_items_wrapper #products_categories_block {
  width: 745px;
  margin: 0;
  overflow: hidden;
  float: left;
}
#featured_items_wrapper #products_categories_block .free_price {
  height: 25px !important;
  line-height: 25px !important;
}
#featured_items_wrapper #products_categories_block .mpcondition {
  float: right;
  text-align: right;
}
#featured_items_wrapper #products_categories_block .left_part {
  float: left;
}
#featured_items_wrapper #products_categories_block .pcb_bd_r_block {
  height: 60px;
}
#featured_items_wrapper #products_categories_block #filter-no-results {
  display: block;
  float: none;
  clear: both;
  margin: 0;
  font-weight: bold;
  padding: 20px 0;
  text-align: left;
  font-size: 20px;
}
#featured_items_wrapper #products_categories_block #pcb_top {
  border-bottom: 1px solid #d7d7d7;
  height: 40px;
  width: 100%;
  float: left;
  overflow: hidden;
}
#featured_items_wrapper #products_categories_block .pcb_book_description {
  float: left;
  width: 390px;
  overflow: hidden;
}
#featured_items_wrapper #products_categories_block .pcb_book_description table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
#featured_items_wrapper #products_categories_block .pcb_book_description table tr td {
  vertical-align: top;
  text-align: left;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: transparent;
  padding: 10px;
  width: 250px;
  float: left;
  margin-left: 5px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description {
  width: 310px;
  overflow: hidden;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_status {
  text-transform: uppercase;
  width: 40%;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #353b41;
  float: left;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_price_save {
  width: 32%;
  height: 25px;
  float: left;
  overflow: hidden;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_price_save .pcb_bd_pb_desc_price {
  width: 100px;
  height: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #353b41;
  text-align: center;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_price_save .pcb_bd_pb_desc_save {
  width: 100px;
  height: 15px;
  font-size: 10px;
  line-height: 10px;
  color: #353b41;
  text-align: center;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_add_to_cart {
  width: 82px;
  height: 23px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 23px;
  color: #ffffff;
  border: 1px solid #ff5603;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
  background-color: #ff5603;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_add_to_cart:hover {
  border: 1px solid #ff4403;
  background-color: #ff4403;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_details {
  border: 1px solid #4090ea;
  background-color: #4090ea;
  width: 82px;
  height: 23px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  float: left;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_price_block .pcb_bd_pb_description .pcb_bd_pb_desc_details:hover {
  border: 1px solid #2279db;
  background-color: #2279db;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_book_name {
  font-size: 16px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_book_name .book_title {
  font-size: 16px;
  font-weight: bold;
  color: #353b41;
  margin-bottom: 10px;
  text-decoration: none;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_book_name .book_title:hover {
  text-decoration: underline;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .book_cover {
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .book_cover div {
  display: table-cell;
  width: 100px;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .book_cover div img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-width: 95px;
  max-height: 110px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_data {
  width: 100%;
  float: left;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_data .pcb_bd_author {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_data .pcb_bd_author span {
  font-size: 15px;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_data .pcb_bd_author span:first-child {
  color: #313131;
}
#featured_items_wrapper #products_categories_block .pcb_book_description .pcb_bd_data .pcb_bd_author span:last-child {
  color: #6b6b6b;
}
#featured_items_wrapper #products_categories_block #pcb_title {
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: normal;
  width: auto;
  font-size: 20px;
  height: 30px;
  color: #323232;
  float: left;
}
#featured_items_wrapper #products_categories_block #pcb_result {
  float: right;
  width: auto;
  height: auto;
  text-align: left;
  font-style: italic;
  font-size: 15px;
  color: #323232;
}
#featured_items_wrapper #products_categories_block .pcb_see_more_options {
  text-align: right;
  display: block;
  padding: 0 16px 0 0;
  line-height: 20px;
  color: #495358;
  font-size: 12px;
  width: auto;
  height: auto;
  text-decoration: underline;
  float: left;
  margin-left: 11px;
  margin-top: 3px;
}
#featured_items_wrapper #products_categories_block .pcb_see_more_options:hover {
  text-decoration: none;
}
#featured_items_wrapper #products_categories_block .pcb_product_block {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
  width: 745px;
  overflow: hidden;
}
#featured_items_wrapper #products_categories_block .pcb_product_block table tr td:first-child {
  width: 110px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_name {
  width: 100%;
  color: #353b41;
  float: none;
  margin-bottom: 10px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description {
  float: right;
  width: 340px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  padding: 0;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr:first-child td {
  border: 0;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td:first-child {
  width: 188px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td {
  padding: 5px 0;
  border-top: 1px solid #d7d7d7;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td a.tbx-button-small-1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  border-radius: 8px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td a.tbx-button-small-1.details {
  background: white;
  color: #75adea;
  box-shadow: inset 1.5px 0 0 0, inset 0 1.5px 0 0, inset -1.5px 0 0, inset 0 -1.5px 0 0;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td a.tbx-button-small-1.details:hover {
  color: #4993e3;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block table tr td a.tbx-button-small-1.item-in-cart {
  pointer-events: none;
  cursor: default;
  background-color: #d4d4d4;
  color: #ffffff;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_license {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_price_save .pcb_bd_pb_desc_price {
  float: left;
  margin-right: 5px;
  color: #75adea;
  font-size: 18px;
  font-weight: bold;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_price_save .pcb_bd_pb_desc_save {
  color: #6b6b6b;
  font-size: 14px;
  padding-top: 2px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_price_save .pcb_bd_pb_desc_save.rental-type-item-text {
  font-size: 12px;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_status {
  font-weight: bold;
  text-transform: uppercase;
}
#featured_items_wrapper #products_categories_block .pcb_product_block .pcb_book_price_description .pcb_bd_price_block .pcb_bd_pb_desc_status .product-disclaimer-container {
  font-size: 14px;
}
#featured_items_wrapper #featured_categories_block {
  width: 240px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
#featured_items_wrapper #featured_categories_block #mm-categories-list-dropdown {
  display: none;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar {
  border: 1px solid #d7d7d7;
  background-color: #f4f4f4;
  margin-top: 10px;
  padding: 0 0 10px 0;
  width: 220px;
  border-radius: 8px;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li {
  padding: 0 5px;
  display: inline-block;
  width: 100%;
  float: none;
  clear: both;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li a {
  color: #495358;
  padding: 0 0 0 10px;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 28px;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li span {
  display: block;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: bold;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 17px;
  color: #75adea;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li:hover a,
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li.active a {
  font-weight: bold;
  background: none;
  color: #495358;
  padding-left: 10px;
  height: auto;
  width: 100%;
  text-decoration: none;
  display: block;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul li.active {
  background-color: #dedede;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  line-height: 18px;
  height: auto;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#featured_items_wrapper #featured_categories_block #fcb_sidebar ul:first-child li:first-child span {
  margin-top: 10px;
}
#featured_items_wrapper #featured_categories_block #fcb_title {
  width: 220px;
  height: 30px;
}
#featured_items_wrapper #featured_categories_block #fcb_title > h1 {
  font-weight: normal;
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #323232;
}
#featured_items_wrapper .pager {
  width: 455px;
  min-height: 20px;
  float: right;
  margin: 10px 0 0 0;
  height: 35px;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
}
#featured_items_wrapper .pager .pager-buttons-block {
  float: right;
}
#featured_items_wrapper .pager .pager-buttons-block span {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  display: block;
}
#featured_items_wrapper .pager .pager-buttons-block button {
  display: block;
  float: left;
  border: 0;
  margin: 0 0 0 2px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 8px;
}
#featured_items_wrapper .pager .pager-buttons-block button {
  color: #495358;
  background-color: transparent;
}
#featured_items_wrapper .pager .pager-buttons-block button.active,
#featured_items_wrapper .pager .pager-buttons-block button:hover {
  background-color: #75adea;
  color: #ffffff;
}
#featured_items_wrapper .pager .pager-buttons-block button:disabled,
#featured_items_wrapper .pager .pager-buttons-block button:disabled:hover {
  cursor: default !important;
  background-color: #e4e4e4 !important;
  color: #c5c5c5 !important;
}
.loader-on {
  position: relative !important;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: .3 !important;
  pointer-events: none !important;
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 80px 50px #ffffff;
  box-shadow: 0 0 80px 50px #ffffff;
  background-color: #ffffff;
}
.loader .circles {
  display: block;
  background-color: #414142;
  float: left;
  margin: 2px;
  width: 12px;
  height: 12px;
  animation-name: bounce_loader;
  -webkit-animation-name: bounce_loader;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.loader #circle1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader #circle2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader #circle3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader #circle4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@keyframes bounce_loader {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@-webkit-keyframes bounce_loader {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
