/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*******************************************************
Product list Styles
********************************************************/
.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_center1 {margin: 0 auto;float: none;}
.product-block h6 {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-top: -52px;
}
.category-28 .product-block .name {
	height: auto;
	margin: 0 !important;
}
.category-28 .right-block,
.category-56 .right-block {
    min-height: 47px;
    margin-top: -10px;
}
.category-28 .product-block h6 {
    display: none;
}
/*.category-28 .average_list {
    height: 40px;
}*/	
/*
.product-block .price-old, .product-block .old-price {
    margin-left: 8px;
}
*/
.right2-block .old-price {
    margin-right: 5px;
}
.list-center {
	width: 516px;
}
.product-block .label-limited {
    top: -5px;
    right: -22px;
}

.category-69 .product-block .name {
    height: auto;
    margin-bottom: 13px !important;
}

@media (max-width: 768px) {
	.list-center {
		width: 80%;
	}
	.category-22 .product-block,
	.category-23 .product-block,
	.category-32 .product-block,
	.category-41 .product-block,
	.category-64 .product-block,
	.category-69 .product-block	{
		margin: 0 0 30px;
	}
	.category-22 .item_style_2 .product-block .left-block,
	.category-23 .item_style_2 .product-block .left-block,
	.category-32 .item_style_2 .product-block .left-block,
	.category-41 .item_style_2 .product-block .left-block,
	.category-64 .item_style_2 .product-block .left-block,
	.category-69 .item_style_2 .product-block .left-block {
		padding: 0;
	}

    .category-69 .product-block .name {
        margin: 0 !important;
    }
    /*.category-28 .average_list {
        height: 10px;
    }*/
    .category-28 .ajax_block_product,
    .category-75 .ajax_block_product {
        margin-bottom: 15px;
    }
}
@media (max-width: 480px) {
	.online_only {
		font-size: 12px;
		left: 50%;
		transform: translate(-50%);
		width: 87%;		
	}
	
	.product-block .label {
		width: 60px;
		height: 60px;
	}
	.product-block .name {
		height: 24px;
	}	
	/*.category-28 .product-block .name,*/
	.category-52 .product-block .name {
		height: 59px;
		margin: 0 !important;
	}	
	.product-block h6 {
		font-size: 11px;
		margin: -30px 0 0 0;
	}

    .product_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.product_center {float: none;margin: 20px auto}
.product_list.center {display:flex;}


.limited {
    font-size: 24px;
    display: contents;
}
.right-block {min-height: 47px;}
.product-block .image img.free-s {
    position: absolute;
    bottom: 0;
    right: 0;
	width: 80px;
	height: 80px;
}
.product-block .image img.free-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
}
@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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.product_list .nopadding {
  padding: 0;
}
.product_list .nomargin {
  margin: 0;
}
.product_list.nomargin {
  margin: 0;
}
.product_list .color-list-container {
  margin-bottom: 12px;
}
.product_list .color-list-container ul li {
  display: inline-block;
  border: 1px solid #dddddd;
}
.product_list .color-list-container ul li a {
  display: block;
  width: 23px;
  height: 23px;
  margin: 1px;
}
.product_list .product-desc {
  display: none;
}

.product_list.list .product-desc {
  display: block;
}
.product_list.list .product-meta {
  padding: 0;
  margin: 0;
  position: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product_list.list .quick-view {
  display: none !important;
}
.product_list.list .functional-buttons > div > a,
.product_list.list .functional-buttons > div > span.disabled {
  position: inherit;
  bottom: 0;
  margin-top: 20px;
  padding: 0 10px;
  width: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product_list.list .functional-buttons > div > a.ajax_add_to_cart_button,
.product_list.list .functional-buttons > div > span.disabled.ajax_add_to_cart_button {
  width: auto;
}

.category .ajax_add_to_cart_button {
    background: transparent !important;
    border: none;
}

.category .ajax_add_to_cart_button:hover {
    background: transparent !important;
    border: none;
}

.category .ajax_add_to_cart_button span {
    margin: 10px 0 10px;
    display: inline-block;
    border: 1px solid black;
    color: black;
    /*background-color: black;*/
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    line-height: 14px;
    height: auto;
}

.category .ajax_add_to_cart_button span:hover {
	background: #fff;
	color: black;
	border: 1px solid black;
}

.product_list.list > .ajax_block_product .product-container {
	border-top: 1px solid #dddddd;
	padding-top: 20px;
	margin-top: 20px;
	text-align: left;
}

.rtl .product_list.list > .ajax_block_product .product-container {
	text-align: right;
}

@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;
  }
}
@media (max-width: 767px) {
  .product-block {
    margin: 0;
  }
}
.product-visuel img {
    transition: 0.4s;
}
.product-visuel img:hover {
    max-width: 114%;
    margin-left: -7%;
    margin-top: -14%;
    transition: 0.8s;
}
/*******************************************************
Product list(Index page) Styles 
********************************************************/
/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #dddddd;
}
.label-sale.label.await, .product-block .label-sale.label.await {
    padding: 0.8em 0.5em 0.3em;
    font-size: 11px;
    line-height: 12px;
}
@media (max-width: 767px) {
    .revws-grading-list .revws-grade{
        width: 10px!important;
        height: 10px!important;
    }
    .category a.ajax_add_to_cart_button {
        margin-top: 12px!important;
    }
	.label-sale.label, .product-block .label-sale.label {
		font-size: 7px;
		padding: 1em 0.2em 0.2em;
		line-height: 9px;
		top: 1px;
		left: 1px;
		width: 31px;
		height: 31px;
		border-radius: 50%;
	}
	.label-sale.label.await, .product-block .label-sale.label.await {
		padding: 0.8em 0.5em 0.3em;
		font-size: 9px;
		line-height: 9px;
	}
}
/*
@media (min-width: 769px) {
    .category.category-28 .ajax_add_to_cart_button span {
        margin-top: 0 !important;
    }
}*/
.category-28 .product-block .product-flags {border: 1px solid black;}