/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/*******************************************************
Product list Styles
********************************************************/
@media (min-width: 992px) {
  #subcategories .row > div:nth-child(4n+1),
  .first-in-line {
    clear: both;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  #subcategories .row > div:nth-child(2n+1),
  .first-item-of-tablet-line {
    clear: both;
  }
}
@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;
  }
}

/*******************************************************
Product list(List) Styles 
********************************************************/
#category .star, #new-products .star { display: none}
.product_list .nopadding {
  padding: 0;
}
.product_list .nomargin {
  margin: 0;
}
.product_list.nomargin {
  margin: 0;
}
.product_list .color-list-container {
max-height: 30px;
}
.product_list .color-list-container ul li {
  display: inline-block;
}
.product_list .color-list-container ul li a {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
}

@media (max-width: 479px) {
  .product_list.list > .ajax_block_product .left-block {
    width: 100%;
  }
}
.product_list.list > .ajax_block_product .left-block .name {
  display: none;
}
.product_list.list > .ajax_block_product .product-meta {
  background: none;
}
.product_list.list > .ajax_block_product .product-meta .name {
  border: none;
  padding: 15px 20px 10px 0;
}
.rtl .product_list.list > .ajax_block_product .product-meta .name {
  padding: 15px 0 10px 20px;
}
.product_list.list > .ajax_block_product .product-meta .content_price {
  float: none;
}
.product_list.list > .ajax_block_product .product-meta .content_price:before {
  display: none;
}
.product_list.list > .ajax_block_product .product-meta .product-desc {
  margin: 7px 0 0;
  height: auto;
}
.product_list.list > .ajax_block_product .functional-buttons {
  padding: 0 10px;
  margin: 0px 0;
  border-left: 1px solid #e5e5e5;
}
.rtl .product_list.list > .ajax_block_product .functional-buttons {
  border-right: 1px solid #e5e5e5;
  border-left: inherit;
}
.product_list.list > .ajax_block_product .functional-buttons .box-button {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0px;
  position: inherit;
  left: 0;
}
.product_list.list > .ajax_block_product .product-label.new-label {
  top: 10px;
}
.product_list.list > .ajax_block_product .leo-more-info .thumbs_list {
  height: 110px;
}
@media (max-width: 479px) {
  .product_list.list > .ajax_block_product .product-image-container {
    max-width: 290px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .product_list.list > .ajax_block_product .center-block {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .product_list.list > .ajax_block_product {
    text-align: center;
  }
}

.product_list.grid .product-block .functional-buttons {
  width: 100%;
}

/*******************************************************
Product list(Index page) Styles 
********************************************************/
/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #e8e8e8;
}
