/* Product-list */
.product_block {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.products-item.row {
	margin-left: 0;
	margin-right: 0;
}
.products_block .products-item:last-child { 
	 border-bottom: 0;
}

#subcategories .category-container:before{
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 16%, #e3e3e3 53%, #ffffff 83%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#ffffff), color-stop(53%,#e3e3e3), color-stop(83%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 16%,#e3e3e3 53%,#ffffff 83%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 16%,#e3e3e3 53%,#ffffff 83%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 16%,#e3e3e3 53%,#ffffff 83%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 16%,#e3e3e3 53%,#ffffff 83%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

#subcategories .category-container {border-bottom:1px solid #efefef;}
#subcategories .category-container.last-line{border-bottom:0px;}

#subcategories .category-container.last-child:before,
#subcategories .category-container:last-child:before{
	background:none;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
}

@media screen and (max-width: 770px) {
    #subcategories .category-container:before{
    	background:none;
	    content: "";
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 1px;
    }
}


.view-grid .products-item > .product_block:first-child:before {
	background: none;
}
.products-item > div:first-child:before {
	width: 0;
}
.product-container{
	padding: 0;
	/*padding: 15px 10px;*/
	overflow: hidden;
}
.view-grid .product-container {
	text-align: center;
}
.product_block  .center_block {
	display: block;
	padding: 10px 16px 15px;
	border-bottom: 1px solid #fbfbfb;
	margin-bottom: 0;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product_block  .center_block a { display: block; text-align: center;}

.product_block .right_block{
	border-top: 1px solid #eee;
	padding: 16px 6px 14px;
	position:relative;
}
	.product_block .name {
	    display: block;
	    font-family: proximanovalight;
	    font-size: 16px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.product_block  .content_price {margin-bottom: 10px;}
.product_block .product_desc {padding:0; height:60px; overflow-x: hidden; overflow-y: hidden; margin-bottom:10px;}
	.product_block  a.product_image{display:block; position: relative; z-index: 0; min-height: 195px;}
		.product_block  a.product_image:before {
			background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
			content: "";
			display: inline-block;
			height: 559px;
			position: absolute;
			right: -755px;
			top: 0;
			-webkit-transform: skew(-45deg);
			transform: skew(-45deg);
			-webkit-transition: all 0.6s ease-in-out 0s;
			transition: all 0.6s ease-in-out 0s;
			width: 600px;
		}
		.product-container:hover a.product_image:before {
			right: 700px;
		}

.product_block .quantity-container {
    white-space: nowrap; 
}
.product_block .ajax_add_to_cart_button {
    font-size: 10px;
}
.product_block .or {
    display: inline;
    margin: 0 1px;
}
.product_block .or + a img {
    width: auto;
    height: auto;
    vertical-align: top;
}
.product_block  a.product_image img { display: inline; max-width: 100%;}
.product-container span.hot,.product-container span.new,.product-container .hot_price, .product-container .reduction {
 	background: none repeat scroll 0 0 #70B53F;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 30;
	text-align: center;
	min-width: 50px;
}
.product-container span.new ~ span.hot_price,
.product-container span.new + span.hot{
	top: 32px;
}
.product-container span.hot +  span.new{
	top: 57px;
}
.product-container span.hot_price {
	background-color: #6cb750;
	top: 7px;
	font-size: 15px;
	letter-spacing: -1px;
  font-family: 'Segoe UI';
  font-weight: 700;
}
.product-container span.hot {
	background-color: #e9584f;
	top: 32px;
	font-size: 15px;
	letter-spacing: -1px;
        font-family: 'Segoe UI';
        font-weight: 700;
}
.original-price {
    text-decoration: line-through;
    padding-left: 7px;
    /*old  color: #252525;*/
    color: #ccc;
}
.discounted_price {
    color: #e9584f;
}
.steam_price{
	background-color: #252525;
}
.steam_price .original-price{
	color: #fff;
	text-decoration: none;
}
.product-container .quantity_label {
    vertical-align: middle;
    line-height: 30px;
    margin-right: 4px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}
.product-container .quantity_wanted {
    text-align: center;
    width: 40px;
    display: inline-block;
    height: 30px;
    margin-right: 5px;		padding-left: 10px;    	padding-right: 10px;
}
.product_block .product_desc a {color:#7e7f80}
.rating_box {margin-bottom:10px; display:block; font-size: 12px}
.rating_box .fa-star-o { color: #b7b7b7;}
.rating_box .fa-star{
	color: #E76D66;
}
.product_block .wishlist-compare {

}
.product-container:hover  .wishlist-compare {float: left; bottom: 0;}
.product-container .wishlist-compare:hover {color: #fff}
.product_block .wishlist-compare {
    color: #6E6E6E;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    width: 30px;
    padding: 0;
    margin-left: 5px;
    font-size: 13px;
	position: relative;
	bottom: -100px;
	display: inline-block;
	-webkit-transition: bottom 0.5s ease-in-out 0s;
	transition: bottom 0.5s ease-in-out 0s;
	float: left;
}

.product-container .on_sale , .product-container .discount {
	background: none repeat scroll 0 0 #2ba2b8;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 5px;
	text-transform: uppercase;
	position:absolute;
	left:0;
	top:-40px;
	z-index: 100
}

.product-container  .compare label {
		display: inline;
	    font-size: 13px;
	    font-weight: normal;
	}
		.product-container p.compare input {
			float: left;
		    font-size: 12px;
		    margin: 3px 5px 0 0;
		    opacity: 0.7;
		}
		.product-container a.product_img_link img { vertical-align: bottom }
		.product_block p.product_desc { overflow: hidden; padding:0; line-height:16px; color:#666 }
		.leo-product-suffix  .on_sale {background:none; text-indent:-9999px}
		.product-container .online_only { margin:0 0 10px 0}
.products-item span.availability,
.product-container .steam_price {
	font-weight: bold;
	font-size: 10px;
	display: inline-block;
	padding: 2px 5px 3px;
	text-transform: uppercase;
	line-height: normal;
    margin-top: 5px;
    margin-bottom: 10px;
	font-family: 'Segoe UI';
	border-radius: 2px;	
	color: #fff;
}
.products-item span.availability {
	background: #9b0000;
}
.products-item span.available {
	color: #488C40
}
.product_block .product-container span.out_of_stock.availability,
.product_block .product-container span.in_stock.availability {
	display: none;
}
.products-item span.warning_inline {
	color: #fff;
	background: #9b0000;
}
		.online_only { display:none }

/* View-list */
.view-list .product_block { width:100%!important; }

.view-list {
    padding: 0;
}
#product_list.view-list .product-container {min-height: inherit;}
.view-list .products-item {
    border-bottom: medium none;
}

.view-list  .products-item > div:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.view-list .product-container .on_sale ,.view-list .product-container .discount {
	top: 0;
}
.view-list .cart {
    margin-bottom: 3px;
}
.view-list .price-tax {
    color: #BBBBBB;
    font-weight: normal;
}
.view-list .name {
    margin-bottom: 8px;
}
.view-list .name a {
    font-weight: bold;
    text-decoration: none;
}
.view-list .product_block .product_desc {
	height: auto;
}
.view-list .product_block .wishlist-compare {
	bottom: 0;
}
.view-list .product_block .center_block {
    float: left;
    width:30%;
}
.view-list .product_block .right_block {
    float: right;
    width:68%;
}
.view-list .image img {
    width: 100%;
}
.view-list .description {
    display: block;
}
.view-list .right {
    float: right;
    margin-left: 20px;
}
.view-list > div {
    margin-bottom: 20px;
}
.view-list > div + div {
    padding-top: 15px;
}

.view-list .product_block .right_block .content_price.price_container {text-align:right;}
.view-list .product_block .right_block .quantity-container {text-align:right;}
.view-list .product_block .right_block .availability {float:right;}
.view-list .product_block .right_block .features-container {float:left;}
.product_block .right_block .features-container ul {list-style: none;}
.features-container > .value::after {
    content: "/";
    border-right: 0;
    padding: 0 0 0 5px;
	margin-right: 0;
	color: #1a1a1a;
}

.features-container > .value:last-child:after {
    content: none;
}
.add_to_cart_replacement {
    /*height: 31px;*/
    width: 100%;
}
.inspection_link{
	float: left;
    z-index: 8009;/*9999*/
    position: absolute;
	/*top: -25px;*/
	bottom: 0;
    width: auto;/*width: 100%;*/

}
.inspection_link a,.inspection_link_pr a{
	color: #3691c5;
}
.inspection_link_pr{
	height:50px;
}
img.inspection_link_img{
	width: 25px;
}
#special_block_right .inspection_link {
	position: relative;
	top: 0;
	z-index: 5;
}

p#availability_statut {
    margin-top: 10px;
    display: inline-block;
}
.center_block .name-product,
.center_block .name,
.block_content .product-container .name,
.block_content .product-container .name-product{
	font-size: 16px;
	height: 34px;
}
.center_block .name-product a,
.center_block .name a,
.block_content .product-container .name,
.block_content .product-container .name-product {
	line-height: 17px;
	text-align: left;
	padding-right: 3px;
	transition: all .3s ease-out;
	visibility: hidden;
}
.center_block .name-product a > span:first-child,
.center_block .name a > span:first-child,
.block_content .product-container .name-product a,
.block_content .product-container .name-product a > span:first-child{
	font-size: 18px;
}
.center_block .name-product a > span,
.center_block .name a > span,
.block_content .product-container .name a > span,
.block_content .product-container .name-product a > span{
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#special_block_right .block_content .product-container .name,
#special_block_right .block_content .product-container .name-product{
	margin: 0 5px;
}
.name-product a span:nth-child(2){
	display: inline-block;
	margin-right: 4px;
}
.name-product a span:nth-child(3){
	display: inline-block;
}
.name-product a span:nth-child(3)::before{
	content: "(";
}
.name-product a span:nth-child(3)::after{
	content: ")";
}


/*NEW*/
.product_block a.product_image img{
	max-height: 192px;
}
.center_block .name-product,
.block_content .product-container .name-product{
	height: auto;
	margin-bottom: 11px !important;
}

#index .view-grid .products-item > .product_block:before {
    background: none;
}

.content_sortPagiBar .block{
	background-color: #a0b7c8 !important;
	border: 0 !important;
}

#center_column #product_list + .sortPagiBar,
#search h1,
#search #center_column .sortPagiBar{
	background-color: #a0b7c8 !important;
	border: 0 !important;
}
#search h3.nbresult{
	background: none !important;;
	border: 0 !important;;
}
.content_sortPagiBar + #product_list:after, 
.content_sortPagiBar + #product_list:before, 
.PM_ASBlockOutputHorizontal + .products_block:after, 
.PM_ASBlockOutputHorizontal + .products_block:before{
	background: none !important;
}

.pagination>li>a:hover,
.pagination>li>a:focus, 
.pagination>li>span:hover, 
.pagination>li>span:focus, 
.pagination>li.current>span:hover,
.pagination>li.current>span:focus, 
.pagination>li.current>span{
	color: #fff !important;
	background-color: #04467f !important;
	border: 0 !important;
}
.pagination>li:last-child>a,
.pagination > li:last-child > span,
.pagination>li>a,
.pagination > li:first-child > a,
.pagination > li:first-child > span{
	border: 0 !important;
}
#center_column .sortPagiBar .inner, 
.sortPagiBars_advancedsearch .nb_results,
#search h3.nbresult{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	color: #fff !important;
}
#PM_ASearchResultsInner .nb_results,
.sortPagiBars_advancedsearch .nb_results{
	line-height: 30px!important;
	margin: 5px 0 0!important;
}
#PM_ASearchResultsInner #search_block_left {
    padding-top: 5px;
}
#center_column #PM_ASearchResults .sortPagiBars_advancedsearch {
    margin: 0;
    padding: 0;
}
.advancedsearch-page #center_column #PM_ASearchResults .sortPagiBars_advancedsearch{
	padding:6px 10px 10px 10px;
}
#center_column .sortPagiBars_advancedsearch h2{
	margin-bottom: 0;
}
#center_column #PM_ASearchResults .block_content{
	padding-bottom: 0;
}
#center_column #PM_ASearchResults p.select{
  margin-top: 12px;
}
#search h1{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	color: #fff !important;
}
.block_content .product-container .name-product a,
.center_block .name-product a{
	color: #04467f;
	font-size: 16px;
	min-height: 34px;
}
.block_content .product-container .name-product a  > span:first-of-type,
.center_block .name-product a > span:first-of-type{
	display: flex;
	white-space: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.20;
	min-height: 32px;
	align-items: flex-end;
/*	text-overflow: ellipsis;
	overflow: hidden;*/
}
.content_price.price_container + .quantity-container{
	margin-top: 27px;
}
.block_content .product-container .name-product a  > span:nth-child(2),
.center_block .name-product a > span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.product-container .wrapper_product_image + .features-container,
.product-container .wrapper_product_image + .wrapper__features-container .features-container{
    padding-bottom: 2px;
    border-bottom: 0;
    margin-bottom: 0;
    line-height: 1.2;
    min-height: 39px;
	text-align: center;
	color: #1a1a1a;
}
.product-container .wrapper_product_image + .features-container span,
.product-container .wrapper_product_image + .wrapper__features-container .features-container span{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-size: 12px;
	color: #1a1a1a;
	margin: 0 0 2px;
	letter-spacing: -1px;
}
.wrapper__features-container{
	height: 39px;
	border-bottom: 0;
	margin-bottom: 0;
}
.product_block .product-container .wrapper_product_image{
	background-color: transparent;
	padding-bottom: 30px;
	position: relative;
}
.product_block .product-container span.hot_price{
	background: #04467f;
	top: 0; /*15px*/
	right: 0;
}
.product_block .product-container span.hot{
	background: #f47a00;
	top: 25px; /*40px*/
	right: 0;
}
.products-item .product_block .content_price.price_container{
	margin-bottom: 0
}
.products-item .product_block .content_price.price_container .discounted_price,
.content_price.price_container span.price{
	font-size: 26px;
	color: #04467f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.content_price.price_container{
	margin-bottom: 10px;
}
.products-item .product_block .content_price.price_container .original-price{
	vertical-align: top;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #1a1a1a!important;
	padding: 0;
	position: relative;
	top: 10px;
	text-decoration: none;
}
.products-item .product_block .content_price.price_container .original-price::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	right: -2px;
	margin: auto;
	height: 1px;
	background: #1a1a1a;/* #ea7697;*/
}
.products-item .product_block  .item_market_prise,
#special_block_right .product_block  .item_market_prise,
#leorelatedcarousel .product_block  .item_market_prise{
	background: none;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	text-transform: none;
}
.products-item .product_block  .item_market_prise span,
#special_block_right .product_block .item_market_prise span,
#leorelatedcarousel .product_block .item_market_prise span{
	font-family: 'Open Sans', sans-serif;
	color: #1a1a1a;
	font-weight: 700;
}
#product_list.block{
	background: none;
	border: none;
	margin-bottom: 0;
}
#product_list.block .products-item.row,#leorelatedcarousel .products-item.row{
	padding: 25px 12px;
	background-color: #fff;
}
/*#product_list.block .products-item.row:first-of-type{
	padding-top: 0;
}
#product_list.block .products-item.row:last-of-type{
	padding-bottom: 0;
}*/
#leorelatedcarousel .products-item .product_block .product-container,
#product_list.block .products-item .product_block .product-container{
	background-color: #fff;
	-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);
	-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,.14);
	box-shadow:0 2px 8px 0 rgba(0,0,0,.14);
}
#leorelatedcarousel .products-item,.block.products_block{
	background-color: transparent;
}
.blockleorelatedproducts .block_content {
    margin-top: -10px;
}
#product .blockleorelatedproducts .xp-product{
	bottom: 45px;
	right: 45px;
}
.products-item .product_block  .quantity-container,
#special_block_right .product_block .quantity-container,
#leorelatedcarousel .product_block .quantity-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
#leorelatedcarousel .product_block .quantity-container{
	justify-content: center;
}
.products-item .product_block  .quantity-container.no-parametr-qty,
#special_block_right .product_block  .quantity-container.no-parametr-qty,
#leorelatedcarousel .product_block  .quantity-container.no-parametr-qty{
	justify-content: center;
}
.products-item .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation,
#special_block_right .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation,
#leorelatedcarousel .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation{
	right: -35px;
}

.products-item .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation::before,
#special_block_right .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation::before,
#leorelatedcarousel .product_block  .quantity-container.no-parametr-qty .xp-status-btn .xp-status-iformation::before{
	right: 44px;
}
.quantity-container .btn-buy-now{
	color: #ffffff;
	background: #04467f;
	font-weight:700;
	font-size:10px;
	border-radius: 0;
	text-align: center;
	padding:10px 0 11px;
	width: 80px;
	margin: 0 0 0 5px;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);
	-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);
	box-shadow:0 2px 4px 0 rgba(0,0,0,.16);
    -webkit-transition:-webkit-filter .15s;
    transition:-webkit-filter .15s;
    -moz-transition:filter .15s;
	transition:filter .15s;transition:filter .15s, -webkit-filter .15s;
	letter-spacing:.4px;
	-webkit-filter:brightness(1.01);filter:brightness(1.01)
}
.quantity-container .btn-buy-now:hover{
	-webkit-filter:brightness(1.2);
	filter:brightness(1.2)	
}
.products-item .product_block  .quantity-container .quantity_wanted,
#special_block_right .product_block  .quantity-container .quantity_wanted,
#leorelatedcarousel .product_block  .quantity-container .quantity_wanted{
	width: 35px;
	color: rgba(26,26,26,.5);
	padding: 7px 0;
	border: 1px solid #e8e8e8;
	background: #f2f5f6;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	height: 32px;
}
.products-item .product_block  .quantity-container .button.ajax_add_to_cart_button,
#special_block_right .product_block  .quantity-container .button.ajax_add_to_cart_button,
#leorelatedcarousel .product_block  .quantity-container .button.ajax_add_to_cart_button{
	display: inline-block;
	padding:10px 0 11px;
    background:-webkit-gradient(linear,left top, left bottom,from(#8aebf8),to(#008fda))!important;
    background:-moz- oldlinear-gradient(#8aebf8,#008fda)!important;
    background:linear-gradient(#8aebf8,#008fda)!important;
    color:#fff;
	border: 0 !important;
	margin-left: 8px;
    -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);
    box-shadow:0 2px 4px 0 rgba(0,0,0,.16);
    width:80px;
	letter-spacing:.4px;
	border-radius: 0;
	height: 32px;
	-webkit-filter: brightness(1.01);
	filter: brightness(1.01);
	text-transform: none;
}
.quantity-container .button.ajax_add_to_cart_button:hover{
	-webkit-filter:brightness(1.1);
	filter:brightness(1.1)
}
.product_block .quantity-container .button,
.product_block .btn-buy-now{
	line-height: 10px;
	height: 32px;
}
.products-item .product_block  .quantity-container .button.ajax_add_to_cart_button span,
#special_block_right .product_block  .quantity-container .button.ajax_add_to_cart_button span,
#leorelatedcarousel .product_block  .quantity-container .button.ajax_add_to_cart_button span{
	font-weight: 700;
	font-size: 10px;
	text-transform: none;
	line-height: 10px;
}
.products-item .product_block  .quantity-container .btn-add-setting-product .inspection_link,
#special_block_right .product_block  .quantity-container .btn-add-setting-product .inspection_link,
#leorelatedcarousel .product_block  .quantity-container .btn-add-setting-product .inspection_link{
	float: none;
	position: static;
	width: auto;
}
.blockspecials .product_block .content_price,
#special_block_right .features-container,
#leorelatedcarousel .features-container{
	margin-bottom: 0;
}
.products-item .product_block  .quantity-container .btn-add-setting-product,
#special_block_right .product_block  .quantity-container .btn-add-setting-product,
#leorelatedcarousel .product_block  .quantity-container .btn-add-setting-product{
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 8px;
}
.product_block .product-container span.hot,
.product_block .product-container span.new,
.product_block .product-container .hot_price, 
.product_block .product-container .reduction{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	right: 0; /*15px*/
	height: auto;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.24);
	-moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,.24);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,.24);
	margin-bottom: 0;
	min-width: auto;
	line-height: normal;
	padding: 6px 12px;
	font-size: 11px;
	min-width: 55px;
	text-transform: none;
	text-align: center;
}
.product_block .product-container span.hot {
    top: 33px;
}
.wrp-wear{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.wrp-wear .wear-procent{
	font-size: 11px;
	margin-top: 0;
}
.wrp-wear .wear{
	margin: 0 auto;
	max-width: 70%
}
.wrp-wear .wear .progress{
	height: 5px;
}
/*
.xp-status-btn{
	background: url(../img/xp_icon1.png) no-repeat center center;
	height: 27px;
	cursor: pointer;
	margin-right: 4px;
	order: -1;
	position: relative;
	width: 42px;
}
.xp-status-btn:hover .xp-status-iformation{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.xp-status-btn .xp-status-iformation{
	background-color: #00c6f7;
	border-radius: 5px;
	margin-bottom: 12px;
	min-width: 200px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	top: -12px;
	right: 0;
	transform: translateY(-100%);
	transition: all .2s ease-out;
	visibility: hidden;
	z-index: -1;
}
.xp-status-btn .xp-status-iformation::before{
	content: "";
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #00c6f7 transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	right: 8px;
}
.xp-status-btn .xp-status-iformation p{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.xp-status-btn .xp-status-iformation p a{
	color: #fff;
	text-decoration: underline;
}
*/
/*XP*/
.loyalty-list-product{
	background: url(../img/xp_icon1.png) no-repeat center center;
	height: 27px;
	cursor: pointer;
	margin-left: 0;
	position: relative;
	width: 42px;
	border: 0;
}
.btn-buy-now{
	border: 0;
}
.xp-product{
	opacity: 1;
	margin-bottom: 12px;
	min-width: 22%;
	padding: 0;
	position: absolute;
	bottom: 28px;
	right: 2px;
	z-index: 999;
	background-color: transparent;
	border: 0;
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.xp-product .alert{
	background-color: #00c6f7;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #dacfc7;
	padding: 5px;
	font-size: 2px;
	font-weight: 600;
	border:1px solid #00c6f7;
	margin-bottom: 0;
	width: 100%;
	line-height: 16px;
}
.xp-product .alert .close {
	position: absolute;
	top: -13px;
    right:-7px;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
    opacity: 1;
    padding: 2px 5px;
    background-color: #000;
    border-radius: 100%;
}
.xp-product .alert::before{
	content: "";
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #00c6f7 transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	right: 8px;
}
.xp-product .alert{
	color: #fff;
	font-size: 12px;
}
.xp-product .alert p{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.xp-product .alert p a{
	color: #fff;
	text-decoration: underline;
}