#cd_homecatproducts article{/*width : auto !important*/}

.cdhcp_block .category{
	position: relative;
	margin-bottom: 15px;
}
#cd_homecatproducts .tab_menu{
	border-bottom: 1px solid;
    margin-bottom: 10px;
}

#cd_homecatproducts.display_line article {
	    /*width: auto !important;*/
}

#cd_homecatproducts.display_line .cdhcp_block {
	border-top: solid 1px;
    padding-top: 10px;
    margin-top: 10px;
}

#cd_homecatproducts.pdisplay_simple .product-thumbnail img{
	/*position: unset;*/
}
#cd_homecatproducts.pdisplay_simple .product-thumbnail{
	/*width: 49%;
    height: auto;
    float: left;
	position: relative;*/
}

#cd_homecatproducts.pdisplay_simple .product-flags, #cd_homecatproducts.pdisplay_simple .highlighted-informations{/*display:none*/}
#cd_homecatproducts.pdisplay_simple .product-miniature .thumbnail-container{/*height: 130px;*/}

#cd_homecatproducts.pdisplay_simple .product-description{
	/*width: 49%;
    float: right;
    position: relative;
	height: auto;*/
}

.cdhcp_block .category .arrows_container{
	position: absolute;
	right: 0;
	top: 0;
}
.cdhcp_block .category .arrows_container .next{
	margin-left: 8px;
}
.cdhcp_block .category .arrows_container .slider-btn,
.cdhcp_block .category .arrows_container .slider-btn a{
	display: inline-block;
}
.cdhcp_block .category .arrows_container .slider-btn a{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}
.cdhcp_block .category .arrows_container .slider-btn a.disabled{
	opacity: 0.8;
}
.cdhcp_block .category .arrows_container .slider-btn a:before{
	
}
/*.cdhcp_block .category .arrows_container .slider-btn a.bx-next:before{
	content: "\f105";
}
.cdhcp_block .category .arrows_container .slider-btn a.bx-prev:before{
	content: "\f104";
}*/

.display_column .cdhcp_block .slider-btn{
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	width: 20px;
    height: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
}