/* Listrak Recommendations block */
div.recommendation {
  width: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

body.cms-index-index.cms-home-new div.recommendation {
  width: 94%;
  margin: auto auto 10px;
}

.cart div.recommendation {
  box-shadow: none;
  border: solid 1px #e9e9e9;
}

.amshopby-page-container div.recommendation {
  width: 99.5%;
}

@media screen and (max-width: 480px) {
  body.cms-index-index.cms-home-new div.recommendation {
    width: 100%;
    margin: 10px 0;
  }
}

div.recommendation h1 {
  margin: 10px 0 10px 15px;
  padding-top: 5px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  div.recommendation h1 {
    width: 75%;
  }
}

/* 404 Error Page Styling */
body.cms-no-route div.recommendation {
  box-shadow: none;
  border: none;
  background: none;
}

body.cms-no-route div.recommendation h1 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

body.cms-no-route ul#recom-list {
  text-align: center;
}

body.cms-no-route #recom-list li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  body.cms-no-route #recom-list li {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 10px 0;
  }
}

body.cms-no-route .recom-imgBox img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

body.cms-no-route .item {
  border: solid 1px #e9e9e9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin: 10px;
  background: white;
}

body.cms-no-route #recom-ltk {
  box-shadow: none;
}

body.cms-no-route .col1-layout .main .col-main {
  box-shadow: none;
  background: none;
}

div#no-route {
  margin-top: 20px;
  background: white;
  border: solid 1px #e9e9e9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* End 404 Error Page Styling */
.recom-imgBox {
  height: 130px;
  width: inherit;
  margin: auto;
  padding: 10px 0;
}

.recom-title {
  height: 48px;
}

.recom-title h5 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 95%;
  font-size: 14px;
  margin: auto;
  overflow: hidden;
  max-height: 48px;
}

#recom-wrapper {
  text-align: center;
}

#recom-wrapper a {
  text-decoration: none;
}

#recom-wrapper a:hover {
  color: #2a6ebb;
}

#recom-priceBox {
  margin: 7px 5px;
  padding: 3px;
  font-size: 18px;
  font-weight: bold;
  min-height: 35px;
}

.amshopby-page-container #recom-ltk,
.product-collateral #recom-ltk,
.std #recom-ltk {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.nonsale {
  text-decoration: line-through;
  color: #726E6E;
}

span.old-price,
span.special-price {
  padding: 5px;
  vertical-align: middle;
}

div.recommendation .addToCartBtn {
  background-image: none;
  background-color: #4b5;
  font-weight: bold;
  border: none;
  margin-bottom: 10px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
  color: #00cc14;
}

div.recommendation .addToCartBtn:hover {
  background-color: orange;
}

.flexslider {
  width: 90%;
  margin: 0 auto;
}

.flex-control-nav {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 100%;
  left: 49%;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 620px) {
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    display: none;
  }
  .flex-control-nav {
    left: 45%;
  }
}

@media screen and (min-width: 621px) and (max-width: 1100px) {
  .flex-control-nav {
    left: 40%;
  }
}

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
}

@media screen and (max-width: 620px) {
  .flex-control-nav li {
    margin: 0 1px;
  }
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flexslider .slides .item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.cart .flex-direction-nav .flex-next {
  right: -5% !important;
  opacity: 1 !important;
}

.cart .flex-direction-nav .flex-prev {
  left: -5% !important;
  opacity: 1 !important;
}

.category-view .flex-direction-nav .flex-next {
  right: -5% !important;
  opacity: 1 !important;
}

.category-view .flex-direction-nav .flex-prev {
  left: -6% !important;
  opacity: 1 !important;
}

.flex-direction-nav .flex-next {
  right: -4% !important;
  opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
  left: -4% !important;
  opacity: 1 !important;
}

@media screen and (max-width: 800px) {
  .flex-direction-nav .flex-next {
    right: -5% !important;
    opacity: 1 !important;
  }
  .flex-direction-nav .flex-prev {
    left: -5% !important;
    opacity: 1 !important;
  }
}

.loading {
  min-height: 273px;
  background: url("../images/gears.gif") no-repeat center center;
}
/*# sourceMappingURL=recommender.css.map */