/**
 * 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 
********************************************************/
.product_list .nopadding {
  padding: 0;
}
.product_list .nomargin {
  margin: 0;
}
.product_list.nomargin {
  margin: 0;
}
.product_list .ajax_block_product {
  position: relative;
  margin: 45px 0;
}
.product_list .ajax_block_product:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #ebebeb;
  left: -1px;
  /* background: linear-gradient(to bottom, $white , $base-border-line 50%, $white) repeat scroll 0 0 transparent; */
}
.rtl .product_list .ajax_block_product:before {
  right: -1px;
  left: auto;
}
.product_list .ajax_block_product:after {
  position: absolute;
  bottom: -45px;
  height: 1px;
  width: 100%;
  content: "";
  border-bottom: 1px solid #ebebeb;
}
.product_list .ajax_block_product:first-child:before, .product_list .ajax_block_product.first-in-line:before, .product_list .ajax_block_product.first-item:before {
  width: 0;
}

.product_list.list > .ajax_block_product:before {
  width: 0;
}
@media (max-width: 479px) {
  .product_list.list > .ajax_block_product .left-block {
    width: 100%;
  }
}
@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.list > .ajax_block_product .product-block {
  text-align: left;
}
.rtl .product_list.list > .ajax_block_product .product-block {
  text-align: right;
}
.product_list.list > .ajax_block_product .product-desc {
  display: block;
  height: auto;
}
.product_list.list > .ajax_block_product .star_content {
  padding: 5px 0;
}

/*******************************************************
Product list(Index page) Styles 
********************************************************/
/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #ebebeb;
}
