/* ============================================ *
 * Catalog - Category
 * ============================================ */

.catalog-category-view .category-image {
	display: none;
}

.catalog-category-view .category-products .products-grid img, .catalog-category-view .category-products .products-list img {
  width: 100%;
}
.catalog-category-view .category-products .actions, .catalog-category-view .category-products .btn-cart {
    display: none;
}

.catalog-category-view .subcategories.products-list > li.category-item {
  /* border: 1px solid #cccccc; */
  background: #ececec;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.catalog-category-view .subcategories.products-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.products-list > li {
    
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-primary-image {
  float:left;
  width: 37.5%;
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-text {
  float:left;
  width: 62.5%;
  background: #ececec;
  padding: 20px;
  font-weight: normal;
  color: #465050;
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-text a:hover {
  text-decoration: none;
  color: #7da72d;
  
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-text h3 {
  text-align: left;
  text-transform: capitalize;
  font-size: 21px;
  line-height: 1.2;
  background-color: #465050;
  color: #e1e6dc;
  margin: -20px -20px 0 -20px;
  padding: 18px 20px 15px;
  margin-bottom: 10px;
}
.catalog-category-view .subcategories.products-list > li.category-item .category-item-text h3:hover {
  color: #465050;
  text-decoration: none;
  background: #e8e8e8;
}

.page-layout-subcategories .subcat-description {
  display: block;
}

.page-layout-subcategories .main-description {
  display: none;
}

.subcat-description, 
.page-layout-subcategories .category-description .main-description, 
.page-layout-subcategories .category-description .subcat-description {
  display: none;
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-text p {
 text-align: left;
 font-size: 13px;
 margin: 0;
 padding: 0;
 font-weight: normal;
 color: #465050;
}

.catalog-category-view .category-item {
  position: relative;
}

.catalog-category-view .category-item a {
  position: relative;
  z-index:  1;
}

.catalog-category-view .category-item a.cover-link {
  top:    0;
  right:  0;
  bottom: 0;
  left:   0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
}


/*.catalog-category-view li a, .catalog-category-view li a:hover {
  color: #465050;
  font-weight: 400;
}*/

.link-learn {
  color: #7da72d;
  font-weight: 600;
}

.category-item-secondary-image-wrapper {
  margin-right:-20px;
}

li.category-item .category-item-text .category-item-secondary-image {
  float: left;
  margin-top: 22px;
  padding-right: 20px;
  width: 33.3%;
}

.catalog-category-view .subcategories.products-list > li.category-item .category-item-text .subcat-description {
  display:block;
}

/* Hide last <li> in Support subcat landing page */

.category-support.page-layout-subcategories .subcategories.products-list > li.category-item:last-child {
  display: none;
}


@media (min-width: 768px), print {
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: transparent;
    border-width: 0;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {

  .catalog-category-view .subcategories.products-list > li.category-item .category-item-text {

    /*height: 322px;*/
  }

}

  @media only screen and (max-width: 767px) {

    .catalog-category-view .subcategories.products-list > li.category-item .category-item-primary-image {
      display:none;
    }

    .catalog-category-view .subcategories.products-list > li.category-item .category-item-text {
      width: 100%;
    }

  }

  /* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}
/* hide ATC in category list/grid page*/
.product-item-actions {
    display: none;
}
/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name,
a.product-item-link {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Unna", serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  /*text-transform: uppercase;*/
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  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: #636363;
}

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,
a.product-item-link:hover {
  color: #7da72d;
  text-decoration: none;
}

.products-grid a.product-item-link,
.products-list a.product-item-link {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Unna", serif;
  font-weight: 500;
}


/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid ol li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.products-grid ol 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: 95px;
}

.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;
}

.product-item .price-box .price {
    color: #7da72d;
    font-size: 16px;
    font-weight: 500;
}

.product-item .minimal-price .price-container, 
.product-item .minimal-price .price-label { 
    display: inline-block;
}



.product-item .minimal-price-link {
  display: none;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: OLD: Two columns + flexible gutter */
/* NEW: 100% width (below 480px) */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;

}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 0;
}

.products-grid .product-image {
  margin-bottom: 5px;
}
.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: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .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;
  }
}

@media only screen and (max-width: 479px) {
  .products-grid > li {
    float: none;
    width: 100%;
    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: 20%;
}
.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: 80%;
  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: 85%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 15%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 85%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 15%;
  }
}
@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%;
}

@media only screen and (min-width: 480px) {

  .mini-products-list > li:nth-child(3n+1) {
      clear: left;
  }

  .mini-products-list > li {
      width: 23%;
      margin-right: 2%;
  }
 .mini-products-list > li {
      position: relative;
      margin-bottom: 20px;
      text-align: center;
  }

}
@media only screen and (max-width: 479px) {
  .mini-products-list > li {
      float: left;
      width: 47.72727%;
      margin-right: 4.54545%;
  }
}
 
/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}
