/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  display: none;
  border-bottom: none;
  padding: 15px;
  text-transform: none;
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #000;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #3399cc;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
  color: #000;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 20px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  /* width: 47.72727%;
  margin-right: 4.54545%; */
  width: 50%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
  border: 0;
}
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .products-grid > li {
    width: 33.33%;
    margin-right: 0;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ececec;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #3399cc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #2e8ab8;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #000;
    background-color: #f5f5f5;
    padding: 0px 35px !important;
    margin: 0 !important;
    display: block;
    text-transform: none;
    color: #000;
    font-size: 14px;
    position: relative;
  }
  .block-layered-nav dl ol > li > a:after {
	content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    color: #000;
    font-weight: bold;
    transform: translateY(-50%);
    top: 50%;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ececec;
  }
  .block-layered-nav dl dd {
	  border-bottom: 1px solid #ddd;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}


/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #a0a0a0;
}

.price-box .price {
  color: #3399cc;
  font-size: 16px;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #3399cc;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}


/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #ededed;
}

@media only screen and (max-width: 770px) {
  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }
}
.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  /* padding: 5px 10px 0px 10px; */
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #000;
}

.pages .current,
.pages .current:hover {
  color: #000;
  border: 1px solid #84196f;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}
.pages .next {
	padding-left: 20px;
}
.pages .previous {
	padding-right: 20px;
}
.pages .next,
.pages .previous {
  text-shadow: none;
  color: #000;
  background-color: transparent;
  text-transform: none;
  position: relative;
  width: auto;
}
.pages .next:hover,
.pages .previous:hover {
  /* border: 1px solid #3399cc; */ 
}

.pages .next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    color: #000;
    font-weight: bold;
    top: 0;
    right: -15px;
    line-height: 32px;
    font-size: 11px;
}
/* .pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}
*/
.pages .previous:before {
    content: '\f053';
    font-family: 'FontAwesome';
    position: absolute;
    color: #000;
    font-weight: bold;
    top: 0;
    left: -15px;
    line-height: 32px;
    font-size: 11px;
}
/* .pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
} */
.toolbar-bottom .limiter {
	display: none;
}
@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}

.navigation-container .sorter {
	display: block;
}
@media only screen and (max-width: 770px) {
	.sorter {
		display: none;
	}
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .col1-layout .pager .pages ol {
	  display: inline-block;
	  margin: auto;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}

/* Custom */ 
.category-description {
	color: #000;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

.category-description a[data-readmore-toggle] {
    margin-top: 10px;
    text-decoration: underline;
}

/* Mixed products and categories */
.subcategories-wrapper {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 15px;
}
.subcategories-wrapper h3 {
	padding: 10px 15px 0;
	margin-bottom: 0;
}
.subcategories-wrapper ul {
	list-style: none;
	padding: 10px 0;
	white-space:nowrap;
    overflow-x:auto;
    height: auto;
     -webkit-overflow-scrolling: touch;
}
.subcategories-wrapper ul li {
    display: inline-block;
    width: 90px;
    white-space: initial;
    vertical-align: top;
    text-align: center;
}
.subcategories-wrapper ul li .image {
	width: 50px;
	margin: auto;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-size: cover;
    background-repeat: no-repeat;
}
.subcategories-wrapper ul li .title {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

/* Only categories */ 
.only-categories .subcategories-wrapper {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 15px;
}
.only-categories .subcategories-wrapper h3 {
	padding: 20px 15px 0 15px;
	margin-bottom: 0;
}
.only-categories .subcategories-wrapper ul {
	list-style: none;
	padding: 10px 0;
	white-space:nowrap;
    overflow-x:auto;
    height: auto;
     -webkit-overflow-scrolling: touch;
}
.only-categories .subcategories-wrapper ul li {
    float: left;
    width: 50%;
    white-space: initial;
    vertical-align: top;
    text-align: center;
    padding-bottom: 20px;
}
.only-categories .subcategories-wrapper ul li .image {
	width: 75px;
	margin: auto;
	height: 75px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-size: cover;
    background-repeat: no-repeat;
}
.only-categories .subcategories-wrapper ul li .title {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.category-products h3.headline {
	padding: 10px 20px 0 20px;
    margin-bottom: 0;
    clear: both;
}
.category-products h3.filter_headline {
	padding: 15px 15px 0 15px;
    margin-bottom: 0;
    clear: both;
}
.category-products #filter-sort-btn {
	width: 92.2%;
    margin: 10px auto 20px auto;
    display: none;
    background: #851970;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 25px;
}
@media only screen and (max-width: 771px) {
	.only-categories .subcategories-wrapper ul li {
		width: 33.33%;
		padding-bottom: 25px;
	}
	.only-categories .subcategories-wrapper ul li .title {
		font-size: 16px;
	}
}
@media only screen and (max-width: 500px) {
	.only-categories .subcategories-wrapper ul li {
		width: 50%;
		padding-bottom: 25px;
	}
	.only-categories .subcategories-wrapper ul li .title {
		font-size: 15px;
		margin-top: 5px;
	}
}

/* End mixed/only-cateogries */ 

.block-related .checkbox {
	display: none;
	float: none !important;
	margin-top: 0 !important;
}
.block-related .mini-products-list li {
	clear: none;
}
.block-related .mini-products-list li.item {
	margin: 0;
	position: relative;
	min-height: 240px;
	border: 1px solid #ddd;
}
.block-related .mini-products-list li.item:nth-child(2n) {
	border-left: 0;
	border-right: 0;
}
.block-related .mini-products-list li.item:last-child {
	border-right: 1px solid #ddd;
}
.block-related .product {
	margin-left: 0 !important;
}
.block-related .mini-products-list .product-image {
    float: none;
    min-width: 50px;
    display: block;
    margin: auto;
    margin: 25px auto;
}
.block-related .product-details {
    text-align: center;
    margin-left: 0 !important;
}
.block-related .block-title h2 {
    font-size: 19px;
    padding: 10px 20px 0px 20px;
    color: #6b6b6b;
    text-transform: none !important;
}
.block-related .block-subtitle {
    padding: 0px 20px;
    margin-bottom: 7px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px !important;
}
.block-related .block-subtitle a {
    float: right;
    color: #fff;
    background: #851970;
    padding: 1px 10px;
}
.block-related .mini-products-list .product-details .product-name {
    padding-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 10px;
    font-size: 19px;
    font-weight: bold;
}
.block-related .mini-products-list .product-details .product-name a:hover {
    color: #000;
    text-decoration: underline;
}
.block-related .product-details .price-box span:first-child {
    float: none;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px auto;
    display: block;
    text-align: center;
}
.block-related .mini-products-list .product-image img,
.block-related .mini-products-list .product-image {
    float: none;
    margin: auto;
    text-align: center;
}
.block-related .mini-products-list .product-image {
    margin: 20px auto;
}
.block-related .checkbox:checked+label:after {
    content: "✔";
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    color: #851970;
    border-color: #851970;
}
.block-related .checkbox+label:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    padding: 0;
}
.block-related .product-details .price-box span {
	color: #333;
    font-size: 23px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;	
}

@media only screen and (max-width: 771px) {
	.sorter .desktop,
	.limiter .desktop {
		display: none;
	}
	.products-grid {
		border-top: 1px solid #ddd;
	}
	.category-products #filter-sort-btn {
		display: block;
	}
	.products-grid > li {
		margin-bottom: 0;
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}
	.products-grid li:first-child,
	.products-grid li:nth-child(2) {
		border-top: 0;
	}
	.products-grid li:nth-child(2n) {
	    border-right: 0;
	}
	.products-grid li:nth-child(4n+4) {
	    border-right: 0;
	}
	.products-grid .price-box .price {
		color: #333;
	    font-size: 18px;
	    font-family: 'Source Sans Pro', sans-serif;
	    font-weight: 600;
	}
	.products-grid li:nth-child(2n-1)  {
		border-left: 1px solid #ddd;;
	}	
	.products-grid li:nth-child(3n+1) {
		border-left: 0;
	}
	.products-grid > li:nth-child(3n) {
		border-right: 0;
	}
	.products-grid > li:nth-child(3) {
		border-top: 0;
	}
	.products-grid .price-box {
	    color: #a0a0a0;
	    font-size: 13px;
	    margin: 0 0 5px;
	    position: absolute;
	    bottom: 5px;
	    left: 0;
	    right: 0;
	}
	.products-grid .product-info {
	    position: relative;
	    padding-bottom: 20px;
	    min-height: 120px;
	    padding-top: 15px;
	}
	.products-grid .actions {
		display: none;
	}
	.products-grid {
		border-bottom: 0;
	}
	.amshopby-filters-top .block-title,
	.amshopby-filters-top .block-subtitle {
		display: none;
	}
	.sorter label {
		position: absolute;
		top: -20px;
		color: #000;
		font-weight: 400;
	}
	.sorter > .sort-by {
		float: left;
	    margin-right: 0;
	    width: 60%;
	    display: block;
	    padding-left: 20px;
	    margin-left: 15px;
	    margin: 15px auto;
	    height: 40px;
	    position: relative;
	}
	.sorter >  .limiter {
		float: left;
	    margin-right: 0;
	    width: 40%;
	    display: block;
	    padding-left: 20px;
	    margin-left: 15px;
	    margin: 15px auto;
	    height: 40px;
	    padding-right: 20px;
	    position: relative;
	}
	.limiter label {
		display: block;
	}
	.sorter > .sort-by:after,
	.sorter > .limiter:after {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 20px;
	    color: #000;
	    font-weight: bold;
	    transform: translateY(-50%);
	    top: 53%;
	}	
	.sorter > .limiter:after {
		right: 40px;
	}
	.sorter > .sort-by select,
	.sorter > .limiter select {
		border: 1px solid #000;
	    border-radius: 0;
	    background: #fff;
	    width: 100%;
	    margin: auto;
	    display: block;
	    height: 40px;
	    padding: 0 10px;
	    -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.sorter > .sort-by select:focus,
	.sorter > .limiter select:focus {
		outline-color: #851970;
	}
	.block-layered-nav .block-content > dl > dt {
    	cursor: pointer;
	    background: #fff;
	    border-bottom-width: 0;
	    border-bottom: 1px solid #ddd;
	    border: 0;
	    border-bottom: 1px solid #ddd;
	    line-height: 31px;
	    text-transform: none;
	    font-family: 'Source Sans Pro';
	    color: #000;
	    font-size: 16px;
	}
	.block-layered-nav .block-content > dl > dt:hover {
		background: #fff;
	}
	.block-layered-nav .block-content > dl > dt:focus,
	.block-layered-nav .block-content > dl > dt:active,
	.block-layered-nav .block-content > dl > dt:visited,
	.block-layered-nav .block-content:focus {
		outline: 0 !important;
	}
	.amshopby-narrow-by-list:focus {
		outline: 0 !important;
	}
	.block-layered-nav .block-content > dl > dd {
		padding: 0;
		background: #fff;
		font-family: 'Source Sans Pro';
		border: 0;
	}
	.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
		font-family: 'Source Sans Pro';
	}
		.amshopby-narrow-by-list dt:before {
		content: '\f078' !important;
	    font-family: 'FontAwesome';
	    position: absolute !important;
	    right: 19px;
	    color: #000;
	    font-weight: bold;
	    font-size: 12px;
	    transform: translateY(-50%);
	    top: 50%;
	}
	div.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed:before {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 19px;
	    color: #000;
	    font-weight: bold;
	    font-size: 12px;
		transform: rotate(180deg);
	    top: 30%;
	}
	.block-layered-nav .block-content > dl > dt:after {
		display: none !important;
	}
	dd ol li a.amshopby-attr-selected:after, dd ol li a.amshopby-attr.checked:after, dd ol li.amshopby-cat-multiselected a:after {
	    content: "\2713" !important;
	    display: inline-block;
	    border: 1px solid #339356 !important;
	    width: 18px;
	    line-height: 17px;
	    height: 18px;
	    float: right;
	    text-align: center;
	    margin-top: 1px;
	    color: #339356 !important;
	    background: #fff;
	}
	dd ol li a.amshopby-attr:after, dd ol li.amshopby-cat a:after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    border: 1px solid #616061;
	    width: 18px;
	    height: 18px;
	    float: right;
	    margin-top: 1px;
	    background: #fff;
	}
	.block-layered-nav dl ol > li > a:after {
	    content: "";
	    display: block !important;;
	    vertical-align: middle;
	    border: 1px solid #616061;
	    width: 18px;
	    height: 18px;
	    float: right;
	    margin-top: 1px;
	    background: #fff;
	}
	.amshopby-apply-button {
		width: 100%;
		height: 40px;
		font-size: 20px;
	}
	.block-layered-nav .block-content {
		margin-top: 0;
	}
	div.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
		background: none !important;
	}

}
@media only screen and (max-width: 475px) {
	.products-grid li:nth-child(2n-1) {
		border-left: 0;
	}
	.products-grid > li:nth-child(3) {
		border-top: 0;
	}
	.products-grid > li:nth-child(3n) {
		border-right: 1px solid #ddd;
	}
	.products-grid > li:nth-child(4n+3) {
		border-right: 1px solid #ddd;
		border-left: 0;
	}
	.products-grid > li:nth-child(6n) {
		border-right: 0;
	}
	.products-grid li:nth-child(4n) {
		border-left: 0;
	}
}

/* Custom Desktop */
.category-description .inner h1,
.category-description .inner h1 span {
	color: #000 !important;
}
@media only screen and (min-width: 771px) {
	.toolbar .mobile,
	.limiter .mobile {
		display: none;
	}
	.toolbar, .pager {
		padding-bottom: 10px;
	}
	.filterdesktop .desktopwrapper {
		width: 10%;
		float: right;
		position: relative;
	}
	.toolbar .desktop .sorterbtn {
		border: 1px solid #84196f;
		background: #84196f;
		text-align: left;
		color: #fff;
	    padding: 5px 20px;
	    width: 160px;
	    position: relative;
	}
	.desktopwrapper .limiterbtn {
		border: 1px solid #84196f;
		background: #fff;
		text-align: left;
		height: 41px;
		color: #000;
		margin-top: 5px;
	    padding: 0 20px;
	    width: 100%;
	    position: relative;
	}
	.toolbar .desktop .limiterbtn {
		width: 100px;
	}
	.toolbar .desktop .sorterbtn:after {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 10px;
	    color: #fff;
	    font-weight: bold;
	    font-size: 12px;
	    transform: translateY(-50%);
	    top: 52%;
	}
	.desktopwrapper .limiterbtn:after {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 10px;
	    color: #84196f;
	    font-weight: bold;
	    font-size: 12px;
	    transform: translateY(-50%);
	    top: 52%;
	}

	.limiter {
		float: left;
	}
	.toolbar .desktop .desktopwrapper {
		position: relative;
		display: inline-block;
		height: 100%;
	}
	.toolbar .desktop ul,
	.desktopwrapper ul {
		display: none;
	}
	.toolbar .desktop ul.active,
	.desktopwrapper ul.active {
	    display: block;
	    position: absolute;
	    background: #f5f5f5;
	    border: 1px solid #000;
	    left: 0;
	    right: 0;
	    width: 100%;
	    border-top: 0;
	    z-index: 100;
	}
	.toolbar .desktop ul li,
	.desktopwrapper ul li {
		padding: 1px 20px;
		border-bottom: 1px solid #ddd;
		text-align: left;
	}
	.toolbar .desktop ul li.selected a:before,
	.desktopwrapper ul li.selected a:before {
		content: "\2713";
	    display: inline-block;
	    width: 18px;
	    line-height: 17px;
	    height: 19px;
	    float: right;
	    text-align: center;
	    margin-top: 8px;
	    color: #339356;
	}
	.toolbar .desktop ul li a,
	.desktopwrapper ul li a {
		color: #000;
		text-align: left;
		font-family: 'Source Sans Pro';
		font-size: 16px;
		display: block;
	}
	.catalog-category-view .category-products {
		max-width: 1445px;
		margin: auto;
	}
	.category-description {
		color: #000;
	    background: #f5f5f5;
	    padding: 25px 15px;
	    font-family: 'Source Sans Pro', sans-serif;
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 20px;
	}
	.category-description .inner {
		margin: auto;
	    display: block;
	    text-align: left;
	    max-width: 1445px;
	}
	.category-description .inner h1 {
		font-weight: bold;
	}
	.products-grid {
	}
	.products-grid.slider {
		border: 0;
	}
	.products-grid--max-4-col > li {
		width: 25% !important;
		margin-right: 0 !important;
		margin-bottom: 0;
	}
	.products-grid--max-5-col > li {
		width: 20% !important;
		margin-right: 0 !important;
		margin-bottom: 0;
	}
	.products-grid > li:nth-child(5n) {
		border-right: 1px solid #ddd;
	}
	.products-grid > li:nth-child(5n+1) {
		border-left: 1px solid #ddd !important;
	}
	.products-grid > li:nth-child(1),
	.products-grid > li:nth-child(2),
	.products-grid > li:nth-child(3),
	.products-grid > li:nth-child(4),
	.products-grid > li:nth-child(5) {
		border-top: 1px solid #ddd;
	}
	.products-grid .price-box {
	    color: #a0a0a0;
	    font-size: 13px;
	    margin: 0 0 5px;
	    position: absolute;
	    bottom: 30px;
	    left: 0;
	    right: 0;
	}
	.products-grid .product-info {
	    position: relative;
	    padding-bottom: 20px;
	    min-height: 120px;
	    padding-top: 15px;
	}
	.products-grid .actions {
		display: none;
	}
	.products-grid .product-name, .products-list .product-name {
		padding: 0 10px;
	}
	.products-grid .product-name a:hover {
		color: #84196f;
	}
	.products-grid .price-box .price {
		color: #333;
	    font-size: 23px;
	    font-family: 'Source Sans Pro', sans-serif;
	    font-weight: 600;
	}
	.products-grid .product-image {
		padding: 15px;
	}
	.products-grid .product-image img {
		max-width: 290px;
		margin: auto;
	}
	.products-grid .product-name a,
	.products-list .product-name a {
		font-size: 19px;
		font-weight: bold;
	}
	.products-grid li.item:hover {
	    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    transition: all 0.25s ease;
	    transform: scale(1.03);
	    z-index: 99;
	    background: #fff;
	}
	.block-subtitle {
		display: none;
	}
	body:not(.customer-account) .block:first-child .block-title {
		display: none;
	}
	.category-products h3.filter_headline {
		display: none;
	}
	.amshopby-narrow-by-list {
	    display: inline-block;
	    clear: both;
	    width: 100%;
	    padding-top: 0;
	}
	.amshopby-narrow-by-list > ul > li {
	    width: auto;
	    min-width: 100%;
	    display: block;
	    margin-right: 15px;
	    float: left;
	    position: relative;
	    margin-bottom: 15px;
	}
	.amshopby-item-top.block-content.am-toggle-content {
		width: auto;
	    min-width: 225px;
	    display: block;
	    margin-right: 15px;
	    float: left;
	    position: relative;
	    margin-bottom: 15px;	
	} 
	.amshopby-filters-top {
		max-width: 1445px;
		margin: auto;
	}	
	div.block-layered-nav.amshopby-collapse-enabled dt {
		background: no-repeat !important;
	}
	div.block-layered-nav dd li.amshopby-cat-multiselected a {
		font-weight: bold;
	}
	div.block-layered-nav.amshopby-collapse-enabled dt:focus,
	div.block-layered-nav.amshopby-collapse-enabled dt:active,
	.amshopby-item-top.block-content.am-toggle-content:focus,
	.amshopby-item-top.block-content.am-toggle-content:active {
		outline: 0 !important;
	}
	div.block-layered-nav dd a.amshopby-attr-selected,
	div.block-layered-nav dd a.amshopby-attr {
		background: none !important;
	}
	div.block-layered-nav.amshopby-collapse-enabled dt {
	    margin-bottom: 0;
	    font-style: normal;
	    line-height: 1.4;
	    text-rendering: optimizeSpeed;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -webkit-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	    font-weight: normal;
	    padding: 10px 25px 10px 15px;
	    border-width: 1px;
	    color: #000 !important;
	    border-style: solid;
	    border-color: #000;
	    position: relative;
	    background-color: white;
	    cursor: pointer;
	}
	.amshopby-narrow-by-list dt:before {
		content: '\f078' !important;
	    font-family: 'FontAwesome';
	    position: absolute !important;
	    right: 19px;
	    color: #000;
	    font-weight: bold;
	    font-size: 12px;
	    transform: translateY(-50%);
	    top: 50%;
	}
	div.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed:before {
		content: '\f078';
	    font-family: 'FontAwesome';
	    position: absolute;
	    right: 19px;
	    color: #000;
	    font-weight: bold;
	    font-size: 12px;
		transform: rotate(180deg);
	    top: 30%;
	}
	.block-layered-nav dl dd {
		display: none;
	}
	.block-layered-nav .block-content.accordion-open dl dd {
		display: block;
		background: #f5f5f5 !important;
		padding: 0;
	}
	div.block-layered-nav dd ol li a {
		padding: 7px 15px;
		border-bottom: 1px solid #ddd;
	}
	div.block-layered-nav dd ol li:first-child a {
		border-top: 1px solid #ddd;
	}
	div.block-layered-nav dd ol li:last-child a {
		border-bottom: 0;
	}
	div.block-layered-nav.amshopby-collapse-enabled dd {
		margin-bottom: 0;
		margin-top: 0;
	}
	div.block-layered-nav.amshopby-collapse-enabled dd {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    right: 0;
	    top: 40px;
	    background: #f5f5f5;
	    border-left: 1px solid #000;
	    border-right: 1px solid #000;
	    border-bottom: 1px solid #000;
	    z-index: 1000;
	}
	.amshopby-filters-top .block-title {
		display: none;
	}
	.amshopby-apply-block {
		display: none;
	}
	div.block-layered-nav dd ol li a {
		position: relative;
		width: 100%;
	}
	.block-layered-nav .active-filters {
	    display: table;
	    width: 100%;
	    margin-top: 10px;
	}
	.block-layered-nav .active-filters p.block-subtitle {
	    display: table-cell;
	    width: 1%;
	    white-space: nowrap;
	    font-size: 19px;
	    font-family: 'Source Sans Pro';
	    font-weight: 600;
	    color: #000;
	}
	.block-layered-nav .active-filters .currently {
	    display: table-cell;
	}
	.block-layered-nav .currently ol {
	    padding-left: 10px;
	    margin-bottom: 10px;
	}
	.block-layered-nav .currently ol li {
	    margin-bottom: 5px;
	    display: inline-block;
	}
	.block-layered-nav .currently ol li a {
	    display: inline-block;
	    width: auto;
	    height: auto;
	    border: 1px solid #000;
	    text-align: center;
	    padding: 0px 15px 5px 20px;
	    font: inherit;
	    text-shadow: none;
	    color: #181818;
	    float: none !important;
	    font-family: 'Lato Light';
	    font-size: 14px;
	    background: none;
	    vertical-align: middle;
	    font-family: 'Source Sans Pro';
	    position: relative;
	}
	.block-layered-nav .currently ol li a::after {
	    content: "×";
	    color: rgb(72, 72, 72);
	    margin-left: 15px;
	    position: relative;
	    font-size: 19px;
	    top: 2px;
	    font-family: "Source Sans Pro";
	}
	.filterdesktop {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.amshopby-apply-button {
		width: 95%;
	    margin: 10px auto 5px auto;
	    display: block;
	}
	.block-layered-nav .currently ol li .actions a {
		background: #a7b80f;
	    border: 1px solid #a7b80f;
	    color: #fff;
	}
	.block-layered-nav .currently ol li .actions a::after {
		color: #fff;
	}
	.block-layered-nav .active-filters .currently > .actions {
		display: none;
	}
	dd ol li a.amshopby-attr-selected:after, dd ol li a.amshopby-attr.checked:after, dd ol li.amshopby-cat-multiselected a:after {
	    content: "\2713" !important;
	    display: inline-block;
	    border: 1px solid #339356 !important;
	    width: 18px;
	    line-height: 17px;
	    height: 18px;
	    float: right;
	    text-align: center;
	    margin-top: 1px;
	    color: #339356 !important;
	    background: #fff;
	}
	dd ol li a.amshopby-attr:after, dd ol li.amshopby-cat a:after {
	    content: "";
	    display: inline-block;
	    vertical-align: middle;
	    border: 1px solid #616061;
	    width: 18px;
	    height: 18px;
	    float: right;
	    margin-top: 1px;
	    background: #fff;
	}
	.pages a, .pages .current {
		font-size: 17px;
	}
	.toolbar-bottom .toolbar .pages {
		text-align: center;
		margin: auto;
		display: block;
	}
	.toolbar-bottom .toolbar .pages li {
		display: inline-block;
		float: none;
	}
	.toolbar-bottom .pager,
	.toolbar-bottom .pages {
		float: none;
	}
	.toolbar-bottom .toolbar {
		margin-top: 20px;
	}
	
	
	/* 3-part toolbar */ 
	.sorter > .sort-by {
		float: left;
		text-align: left;
		width: 33.33%;
		margin-right: 0;
	}
	.category-products > .toolbar > .sorter > .pager {
		width: 100%;
		vertical-align: top;
	    float: left;
	    text-align: center;
	    padding-top: 5px;
	    padding-bottom: 5px !important;
	}
	.limiter {
		float: left;
		text-align: right;
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
	}
	.sorter {
		width: 100%;
	}
	.pages {
		float: none;
		text-align: center;
	}
	.pages ol li {
		float: none;
		display: inline-block;
	}
	
	/* Mixed categories */ 
	.subcategories-wrapper {
	    border-top: 0 !important;
	    margin-top: 20px;
	    max-width: 1445px;
	    margin: auto;
		margin-bottom: 20px;
	}
	.subcategories-wrapper h3 {
		font-size: 21px;
	    padding: 20px 15px 0 15px;
	    margin-bottom: 0;
	    text-align: center;
	    font-weight: bold;
	    padding-left: 0;
	    text-transform: uppercase;
	}
	.subcategories-wrapper ul {
		list-style: none;
	    text-align: center;
	    padding: 10px 0;
	    margin-bottom: 0;
	    margin-top: 10px;
	    white-space: initial !important;
	    height: auto;
	}
	.subcategories-wrapper ul li {
	    display: inline-block;
	    min-width: 125px;
	    width: auto;
	    white-space: initial;
	    vertical-align: top;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.subcategories-wrapper ul li:hover {
	    transition: all 0.25s ease;
	    transform: scale(1.05);
	    z-index: 99;
	    background: #fff;
	}
	.subcategories-wrapper ul li:hover .image {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	}
	.subcategories-wrapper ul li .image {
		height: 60px;
		border: 2px solid #ddd;
		width: 60px;
	}
	.subcategories-wrapper ul li .title {
		font-size: 15px;
		padding: 0 5px;
	}
	
	/* Slider items */ 
	.products-grid.slider li.item {
		text-align: center;
	}
	.products-grid.slider li.item a {
		text-decoration: none;
	}
	.products-grid.slider li.item:hover {
		transform: none;
		box-shadow: none;
		border: 1px solid #ddd;
	}
	.products-grid.slider li.item:hover .actions {
		display: none !important;
	}
	.product-slider {
		padding: 20px 0;
	}
	.product-slider .headline h3 {
	    text-align: center;
	    font-size: 28px;
	    color: #231f20;
	    display: inline-block;
	    padding: 0 40px 0 40px;
	    position: relative;
	    font-weight: 900;
	    background: #fff;
	    z-index: 10;
	    text-transform: none;
	}
	.product-slider .headline {
	    width: 100%;
	    margin-top: 0;
	    text-align: center;
	    font-size: 28px;
	    position: relative;
	    background-color: #fff;
	}
	.product-slider .headline:after {
	    content: '';
	    width: 100%;
	    border-bottom: solid 1px #ddd;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    z-index: 1;
	}
	.products-grid li .actions {
		display: none;
	}
	.products-grid li:hover .actions {
		display: block;
	    padding-top: 10px;
	    position: absolute;
	    bottom: -37px;
	    min-height: 68px;
	    width: 100%;
	    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	    box-shadow: 1px 8px 20px -3px rgba(0, 0, 0, 0.2);
	    /* transition: all 0.25s ease; */
	    /* transform: scale(1.03); */
	    z-index: 99;
	    /* height: calc(100% + 50px); */
	    background: #fff;
	}
	.products-grid li .actions button {
	    background: #a7b80f;
	    font-family: 'Source Sans Pro';
	    font-weight: bold;
	    width: 94%;
	    right: 0;
	    margin: auto;
	    font-size: 17px;
	    position: absolute;
	    left: 0;
	    bottom: 10px;
	    height: 43px;
	}
}
@media only screen and (max-width: 960px) {
	.products-grid > li:nth-child(3n+1) {
		clear: none;
	}
}
@media only screen and (max-width: 475px) {
	.products-grid > li:nth-child(3n+1) {
		clear: none !important;
	}
}
@media only screen and (max-width: 775px) { 
	.products-grid > li:nth-child(3n+1) {
		clear: left;
	}
}

.products-grid > li .in-stock:before {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    background: #A7B80E;
    margin-right: 5px;
    border-radius: 50%;
}
.category-bottomwrapper {
	max-width: 1445px;
	width: 100%;
	margin: auto;
	display: block;
}
@media only screen and (max-width: 1445px) {
	.category-bottomwrapper {
		padding: 0 15px;
	}
	.categorywrapper {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 771px) {
	.categorywrapper {
		padding: 0;
	}
}
.category-description .inner p,
.category-description .inner p span {
	color: #000 !important;
}
.category-description .inner p:last-child {
	margin-bottom: 0;
}
.amcart-options form dd select {
	
}
/* Remove limiter and sorter by request from client */
.limiter,.sort-by {
	display: none;
}
#block-related .button.btn-relate {
	width: 90%;
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 15px;
}
.block-related .parentproduct {
	color: #84196e;
}
.block-related .mini-products-list li.item.active {
	border: 1px solid #83196e;
}
.landingpage-content {
	max-width: 1445px;
	width: 100%;
	margin: auto;
	display: block;
}
.landingpage-content h2 {
	color: #84196e;
	text-transform: uppercase;
	font-weight: bold;
}
.products-grid li .price-box .old-price {
    display: inline-block;
}
.products-grid li .price-box .old-price .price {
    color: #a9a9a9 !important;
}
.product-view .price-box .old-price .price {
    color: #a9a9a9 !important;
}
.products-grid li .price-box .special-price {
    display: inline-block;
}
.product-view .price-box .old-price {
    display: inline-block;
}
.product-view .price-box .special-price {
    display: inline-block;
}
@media only screen and (max-width: 400px) {
    .products-grid li .price-box .old-price .price,
    .products-grid li .price-box .special-price .price{
    font-size: 15px !important;
    }
}