/*******************************************************
Product list Styles
********************************************************/
ul.product_list .product-name {
  display: inline-block;
  width: 100%;
  overflow: hidden; }
ul.product_list .availability span {
  display: inline-block;
  color: white;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  margin-bottom: 9px; }
  ul.product_list .availability span.available-now {
    background: #55c65e;
    border: 1px solid #36943e; }
  ul.product_list .availability span.out-of-stock {
    background: #fe9126;
    border: 1px solid #e4752b; }
  ul.product_list .availability span.available-dif {
    background: #fe9126;
    border: 1px solid #e4752b; }
ul.product_list .color-list-container {
  margin-bottom: 12px; }
  ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px; }
    ul.product_list .color-list-container ul li a {
      display: block;
      width: 22px;
      height: 22px;
      margin: 1px; }
      ul.product_list .color-list-container ul li a img {
        display: block;
        width: 22px;
        height: 22px; }
ul.product_list .product-image-container {
  text-align: center; }
  ul.product_list .product-image-container img {
    margin: 0 auto; }
ul.product_list .comments_note {
  text-align: left;
  overflow: hidden; }
  ul.product_list .comments_note .star_content {
    float: left; }
  ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic; }

ul.product_list > li .product-container:hover .products-rotate .product_img_link .product-image+.product-image{
top: 0;
/*-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;*/}
ul.product_list > li .product-container:hover .products-rotate .product_img_link .overlay{
top: 0;}
/*******************************************************
Product list(Grid) Styles 
********************************************************/
ul.product_list.grid > li .product-container:hover{
z-index: 999;}
ul.product_list.grid > li {
  padding-bottom: 25px;
  text-align: center; }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list.grid > li {
      width: 50%;
      float: left; } }
  ul.product_list.grid > li .product-container {
    padding: 10px 10px 0;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 5px #e0e0e0;
-moz-box-shadow: 0 0 5px #e0e0e0;
-webkit-box-shadow: 0 2px 5px #E0E0E0;
margin-bottom: 15px; }
  ul.product_list.grid > li .product-container .left-block .btn-container{
		text-align: center;
		display: block;
		width: 100%;
		margin: auto;
		position: absolute;
		top: 30%;
		left: 0;
    display: none;}
  ul.product_list.grid > li .product-container .left-block .btn-container a{
		display: inline-block;
		width: 36px;
		height: 36px;
		background: #999;
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 20px;
		line-height: 36px;
	/*	-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;*/
		visibility: hidden;}
  ul.product_list.grid > li .product-container .left-block .btn-container a:hover{
		background: #ffbbd2;}
  ul.product_list.grid > li .product-container:hover .left-block .btn-container a{
		visibility: visible;
		/*-webkit-animation: zoomIn 300ms linear;
		-moz-animation: zoomIn 300ms linear;
		-ms-animation: zoomIn 300ms linear;
		-o-animation: zoomIn 300ms linear;
		animation: zoomIn 300ms linear;*/}
    ul.product_list.grid > li .product-container .product-image-container {
      position: relative; }
      @media (max-width: 767px) {
        ul.product_list.grid > li .product-container .product-image-container {
          max-width: 290px;
          margin-left: auto;
          margin-right: auto; } }
    ul.product_list.grid > li .product-container h5 {
		margin: 10px 0 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;}
    ul.product_list.grid > li .product-container h5 a{
		color: #666;
		text-transform: capitalize;
		font: normal 14px/18px 'OpenSansLight';
/*		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;*/}
    ul.product_list.grid > li .product-container h5 a:hover{
		color: #ffbbd2;}
      ul.product_list.grid > li .product-container .comments_note {
        display: block;
		margin: 7px 0;
		text-align: center;
		line-height: 12px;}
    ul.product_list.grid > li .product-container .comments_note .star_content {
		display: inline-block;
		float: none;}
    ul.product_list.grid > li .product-container .product-desc {
      display: none; }
    ul.product_list.grid > li .product-container .content_price {
		padding: 0;
		margin: 0 0 17px;
		text-align: center;
		display: inline-block;
		width: 100%;}
    ul.product_list.grid > li .product-container .old-price{
		display: inline-block; 
		font: normal 14px/21px 'OpenSansRegular';
		color: #888;}
    ul.product_list.grid > li .product-container .price{
      display: inline-block; 
	  font: normal 14px/21px 'OpenSansSemibold';
	  color: #212121;
    padding-left: 10px;
    padding-right: 10px;
    background: gold;}
    ul.product_list.grid > li .product-container .product-flags {
      display: none; }
    ul.product_list.grid > li .product-container .old-price {
      margin-right: 5px; }
  @media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
      clear: left; } }
ul.product_list.grid .color-list-container,
ul.product_list.grid .availability {
display: none;}
@media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: left; } }
ul.product_list.grid .product-container .product-list-content-bottom{
margin: 0;
display: block;
position: absolute;
left: 0;
bottom: -25px;
width: 100%;}
ul.product_list.grid .product-container .product-list-content-bottom .exclusive{
display: block;
text-align: center;
border: 0;
color: #fff;
text-transform: uppercase;
font: normal 13px/25px 'OpenSansLight';
background: #999;
/*-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;*/
/*visibility: hidden;*/
visibility: visible;}
ul.product_list.grid .product-container .product-list-content-bottom .exclusive i{
padding-right: 5px;}
ul.product_list.grid .product-container .product-list-content-bottom .exclusive:hover{
background: #ffbbd2;}
ul.product_list.grid .product-container:hover .product-list-content-bottom .exclusive{
visibility: visible;
/*-webkit-animation: fadeInDown 300ms linear;
-moz-animation: fadeInDown 300ms linear;
-ms-animation: fadeInDown 300ms linear;
-o-animation: fadeInDown 300ms linear;
animation: fadeInDown 300ms linear;*/}
/*******************************************************
Product list(List) Styles 
********************************************************/
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%; } }
ul.product_list.list > li .product-container {
  padding: 10px;
  background: #fff;
  margin-bottom: 25px;}
ul.product_list.list > li .product-image-container {
  position: relative;
  overflow: hidden;}
  @media (max-width: 479px) {
    ul.product_list.list > li .product-image-container {
      max-width: 290px;
      margin: 0 auto; } }
  ul.product_list.list > li .product-image-container .content_price {
    display: none !important; }
ul.product_list.list > li .product-flags {
  color: #333333;
  margin: -5px 0 10px 0; }
  ul.product_list.list > li .product-flags .discount {
    color: #f13340; }
ul.product_list.list > li h5 {
  margin: 5px 0 9px;}
ul.product_list.list > li h5 a{
font: normal 15px/18px 'OpenSansLight';
text-transform: capitalize;}
ul.product_list.list > li .product-desc {
clear: both;
padding: 10px 0;
line-height: 20px;
margin: 10px 0;}
@media (max-width: 479px) {
  ul.product_list.list > li .center-block {
    width: 100%; } }
ul.product_list.list > li .center-block .comments_note {
  margin-bottom: 7px; }
ul.product_list.list > li .center-block .content_price {
margin: 3px 0 5px;}
ul.product_list.list > li .center-block .price.product-price {
font: normal 14px/20px 'OpenSansSemibold';
color: #212121;}
ul.product_list.list > li .center-block .old-price.product-price {
font: normal 14px/21px 'OpenSansRegular';
color: #888;}
ul.product_list.list > li .center-block .product-list-content-bottom{
float: left;}
ul.product_list.list > li .center-block .exclusive{
display: inline-block;
text-align: center;
border: 0;
padding: 0 15px;
color: #fff;
text-transform: uppercase;
font: normal 13px/36px 'OpenSansLight';
background: #999;
/*-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;*/}
ul.product_list.list > li .center-block .exclusive i{
padding-right: 5px;}
ul.product_list.list > li .center-block .exclusive:hover{
background: #ffbbd2;}
ul.product_list.list > li .center-block .btn-container{
	float: right;
	position: relative;}
ul.product_list.list > li .center-block .btn-container a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #999;
	text-align: center;
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 36px;
	/*-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;*/}
ul.product_list.list > li .center-block .btn-container a:hover{
	background: #ffbbd2;}
@media (max-width: 479px) {
  ul.product_list.list > li {
    text-align: center; } }
	ul.product_list.grid > li .product-container{
	min-height: 345px;}