/* RIGHT TO LEFT */
/*
 * LAYOUT VARIABLES
 */
/* RIGHT TO LEFT */
/*******************************************************
Product list Styles
********************************************************/
/*******************************************************
Product list(List) Styles 
********************************************************/
.product_list.list .ajax_block_product .product-container {
  border-bottom: 1px solid #F3F3F3;
  min-height: 230px;
}
.product_list.list .ajax_block_product .left-block {
  position: relative;
}
.product_list.list .ajax_block_product .product-image-container .content_price {
  display: none !important;
}
.product_list.list .ajax_block_product .product-flags {
  color: #2e3039;
  margin: -5px 0 10px 0;
}
.product_list.list .ajax_block_product .product-flags .discount {
  color: #f13340;
}
.product_list.list .ajax_block_product h5 {
  padding-bottom: 8px;
}
.product_list.list .ajax_block_product .product-desc {
  margin-bottom: 15px;
}
.product_list.list .ajax_block_product .center-block .comments_note {
  margin-bottom: 12px;
}
.product_list.list .ajax_block_product .center-block .content_price {
  padding-bottom: 10px;
}

/*******************************************************
Product list(Index page) Styles 
********************************************************/
/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #f2f5f8;
}
