/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { font-size:20px; margin:0 0 10px; }
.category-products {}
.category-products .show-all { clear: both; margin: 20px 0; }
.category-products .show-all a { color: #000; }
.category-products .show-all a i{ font-style: normal !important; margin-left: 5px; }
.category-products .list-title { font-family: 'novecento_widedemibold', sans-serif; font-size: 40px; color: #231f20; display: block; clear: both; margin: 40px 0 0; float: left; width: 100%; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.category-products .list-title { font-size: 25px; margin-top: 20px; }
}
@media only screen and (min-width: 0px) and (max-width: 460px) {
	.category-products .list-title { font-size: 20px; }
}

/* Product Labels */
.labels {  }
.labels li { position: absolute; z-index: 1; top: 0; left: 0; text-align: center; }
.labels li span { padding: 5px 8px; text-transform: uppercase; font-size: 12px; color: #fff; display: inline-block; font-weight: bold; }
.labels li.new span { background: #3399cc; }
.labels li.sale { left: auto; right: 0; }
.labels li.sale span { background: #93b92c; left: auto; right: 0; }
.labels li.remaining { top: auto; bottom: 5px; }
.labels li.remaining span { background: #d41b1b; float: right; top: auto; left: auto; bottom: 0; right: 0; }

.labels li.cercle span { border-radius: 45px; -webkit-border-radius: 45px; -moz-border-radius: 45px; -o-border-radius: 45px; }
.labels li.cercle.new span { width: 45px; height: 45px; line-height: 35px; }
.labels li.cercle.sale span { width: 45px; height: 45px; line-height: 35px; }

/* View Type: Grid */
.products-grid { position:relative; margin: 0 -20px; list-style-type: none !important; padding: 0 !important; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { position: relative; margin: 5px 0; padding: 10px 20px; }
.products-grid .product-content { text-align: center; }
.products-grid .product-image-section { display:block; margin:0 0 10px; position: relative; }
.products-grid .product-image { display:block; text-align: center; border: 1px solid #ededed; }
.products-grid .product-image img { max-width: 100%; height: auto; }
.products-grid .product-name { margin:0 0 3px; font-family: 'Avenir Next LT Pro Regular',sans-serif;  font-size:15px; }
.products-grid .product-name a {}
.products-grid .ratings { font-size: 13px; display: block; clear: both; }
.products-grid .ratings .rating-box{ float: none; display: inline-block; }
.products-grid .price-box { margin:10px 0 12px; }
.products-grid .price-box .price { font-size: 20px; }
.products-grid .availability { padding: 7px; }
.products-grid .desc { font-size: 12px; display: block; clear: both; }
.products-grid .actions { position:absolute; bottom:12px; width: 100%; left: 0; }
.products-grid .actions .button { float: none; display: inline-block; }
.products-grid .add-to-links { position: absolute; bottom: 20px; right: 20px; list-style-type: none; padding: 0; margin: 0; }
.products-grid .add-to-links i { font-style: normal; }
.products-grid .add-to-links li { float: left; margin-left: 3px; }
.products-grid .add-to-links span { display: none; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:auto; margin: 0 -20px; }
.col1-layout .products-grid { width:auto; margin: 0 -20px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image-section { display:block; margin:0 10px 0 0; position: relative; float: left; }
.products-list .product-image { display:block; text-align: center; }
.products-list .product-image img { max-width: 100%; height: auto; }

.products-list .product-shop { margin-left:260px; }
.products-list .product-primary {  }
.products-list .product-name { margin:0 0 10px; font-weight:bold; font-size:17px; }
.products-list .product-name a {}
.products-list .price-box { display: block; margin:5px 0 10px; }
.products-list .availability { float:left; padding: 7px; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 10px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .product-secondary {  }
.products-list .action { float: left; margin-right: 10px; }
.products-list .add-to-links { float: left; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */