/* Categories */

#title-post-type {
    margin-top: 70px;
}
.container-title-post-type {
    text-align: center;
    position: relative;
 
}
.container-title-post-type:before{
	content: "";
	position: absolute;
    width: 150px;
    height: 25px;
    background-image: url(images/linea1.svg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    background-repeat: no-repeat;
}
.container-title-post-type h2{
	font-size: 3.5rem;
	color: #030000;font-family: 'Marcellus'
}
.list-post-type {
    list-style: none;
    margin: auto;
    margin-top: 40px;
	display: flex;
    flex-flow: wrap; margin-bottom:40px
}

li.item-category {
    width: 33%;
    display: inline-block;
    margin-bottom: 15px;
}
.item-info-product {
    position: relative;
 
    text-align: center;
 
    font-size: 17px;
    line-height: 1.3;
    color: #606060;
}
.item-info-product a{
	display: block;
	position: relative;
}
.item-info-product a:hover h2{
	color:  #ed1c24;
}
.item-info-product a:hover .circle{
	background: #e00109;

}
 .item-info-product a:hover .circle:before{
	border-color: #e00109;

}
.item-info-product .circle{
	width: 190px;
    height: 190px;
    transition: all .4s;
}
.item-info-product .circle, .item-info-product .circle:before{
	opacity: 1;
    transform: scale(1);
}
.item-info-product h2{
	font-family: 'HelveticaLTStd-BlkCond';
	color: #030000;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: normal;
}
.item-info-product img {
    max-width: 280px;
    margin: auto;
    /*margin-bottom: 30px; */
	
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.content-img-category-industries {
    width: 190px;
    height: 190px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 50px;
}.container-title-post-type {
    /* text-align: center; */
    position: relative;
 
}
.circle.circle-category-industries{
    top: 0;
}
.item-info-product p {
    width: 70%;
    margin: auto;
}
.content-img-product-type {
    display: flex;
    flex-flow: wrap;
    min-height: 280px;
	position: relative;
}

/* Filter */
.content-left-sidebar .content-area{
	border-color: white;
}
.title-sidebar-filter {
    position: relative;
    font-family: 'HelveticaLTStd-LightCond';
    font-weight: normal;
    color: #030000;
}
.title-sidebar-filter:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 6px;
    background: #e1241a;
    bottom: -4px;
}
.title-sidebar-filter strong {
    font-family: 'HelveticaLTStd-BlkCond';
}
/*li.sf-level-0.sf-item-0 {
    display: none;
}*/
.searchandfilter ul li{
    text-transform: uppercase;
}
.searchandfilter h4{
	color: #000000;
	font-size: 18px;
 
    font-weight:bold;
}
.searchandfilter ul{
	margin-left: 0;
}
.summary-info-parent {
    width: 98%;
    margin: auto;
    background: white;
    padding: 25px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    font-family: 'HelveticaLTStd-Light';
    color: #606060;
    font-size: 16px;
    line-height: normal;
}
.summary-info-parent p{
	margin-bottom: 0;
}
.summary-info-parent h2 {
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 25px;
    font-weight: normal;
    color: #030000;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.summary-info-parent h2 strong{
	font-family: 'HelveticaLTStd-BlkCond';
}
.split {
    display: block;
    position: relative;
    height: 2px;
    margin-bottom: 50px;
    background: #e1241a;
    margin-left: 10px;
    width: 98%;
}
.split:before {
    content: "";
    position: absolute;
    left: 0;
    height: 40px;
    width: 2px;
    background: #e64843;
    top: -20px;
}
.title-merge {
    color: #606060;
    font-family: 'HelveticaLTStd-BlkCond';
    font-size: 26px;
    margin-left: 30px;
    margin-bottom: 0;
}
.summary-info-parent h2:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b3b3b3;
	left: 0;
	bottom: -6px;
}
.tax-category_pro .summary-info-parent h2:before , .tax-industries.summary-info-parent h2:before{
	width: 110%;
}
#itemsContainer{
	width: 100%;
}
.content-subcategory {
    position: relative;
    clear: both;
    margin-bottom: 55px;
    min-height: 180px;
    display: flex;
}
.content-img-category-filter {
    width: 175px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    position: relative;
    z-index: 2;
    margin-right: -39px;
}
.circle-category {
    width: 176px;
    height: 176px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 3%;
}
.circle-category:after {
    content: "";
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    position: absolute;
    left: -10%;
    top: -10%;
    transition: all .9s;
    background: white;
    z-index: -1;
}
.content-img-category-filter img {
    width: 160px;
    /* position: relative; */
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
	
}
.content-text-category-filter {
	width: 80%;
    display: inline-block;
    font-family: 'HelveticaLTStd-LightCond';
    font-size: 16px;
    color: #2d2d2d;
    line-height: normal;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding: 18px;
    padding-left: 70px;
    padding-right: 20px;
	min-width: 700px;
}
.content-text-category-filter h2 {
    font-family: 'HelveticaLTStd-BlkCond';
    font-size: 18px;
    border-bottom: 1px solid #c5c1c1;
    padding-bottom: 6px;
}
.count-category {
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    background: #e1251b;
    text-align: center;
    color: white;
    line-height: 1.6;
    border-radius: 50%;
    position: relative;
    margin-top: -6px;
}
.count-category.ios{
	line-height: 1.9;
}
.count-category:before {
    content: "PRODUCTS";
    position: absolute;
    font-size: 10px;
    font-family: 'HelveticaLTStd-LightCond';
    color: #333333;
    background: white;
    bottom: -20px;
    left: -6px;
}
.content-text-category-filter a {
    font-family: 'HelveticaLTStd-BlkCond';
    display: inline-block;
    padding: 10px;
    background: #e1241a;
    color: white;
    padding-bottom: 8px;
}
.content-text-category-filter a:hover{
    background-color: black;
}
.content-text-category-filter p {
    margin-bottom: 10px;
}
.page-template-filter-produc ul#itemsContainer {
    display: flex;
    flex-flow: wrap;
	width: 100%;
}

/*  Page Taxonomies Products */
.tax-category_pro .content-area, 
.tax-industries .content-area{
    float: right;
    padding-left: 30px;
    padding-right: 0;
    border: 0;
}
.tax-category_pro .widget-area.sidebar-primary, 
.tax-industries .widget-area.sidebar-primary{
    padding-left: 0;
    float: left;
    padding-right: 30px;
}
.summary-info-parent .tiltle-info-subcategory {
    font-family: 'HelveticaLTStd-BlkCond';
}
.list-products-taxonomies{
    list-style: none;
    margin: 0;
}
.container-product.item-products-taxonomies{
    width: 33%;
    display: inline-block;
    float: left;
    min-height: 430px;
}
.item-products-taxonomies .info-product{
    opacity: 1;
    transform: scale(1);
}
.item-products-taxonomies .circle,
.item-products-taxonomies .circle:before{
    transition: all .5s;
    opacity: 1;
    transform: scale(1);
}
.item-products-taxonomies .circle{
    width: 180px;
    height: 180px;
}
.item-products-taxonomies a:hover .circle{
	background-color: #e00108;
}
.item-products-taxonomies a:hover .circle:before{
	border-color: #e00108;
}
.item-products-taxonomies .content-img-products {
    display: block;
    width: 220px;
    height:180px;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.item-products-taxonomies p{
 
    font-size: 14px;
    line-height:20px;
    color: #606060;
    margin-bottom: 0; 
}
.item-products-taxonomies h2{
    font-family: 'HelveticaLTStd-BlkCond';
    font-size: 15px;
    margin-top: 19px;
}
.item-products-taxonomies a{
	clear: both;
    background: none;
    opacity: 1;
    padding: 0;
}

/* Pagination filter */
nav.paginate-pagination{
    clear: both;
    width: 100%;
}
nav.paginate-pagination ul {
    text-align: center;
    display: flex;
    justify-content: center;
}

.paginate-pagination ul > li > a.page{
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 8px 0 0;
    color: #e00108;
    border: 0px;
    font-size: 18px;
}
.paginate-pagination ul > li > a.page.active{
    opacity: 1;
    background-color: #e00108;
    color: white;
}
/* -------------- RESPONSIVE ---------------*/
@media only screen and (max-width:1320px){
	.content-text-category-filter{
		min-width: 630px;
	}
}
@media only screen and (max-width:1200px){
	.content-text-category-filter{
		 min-width: 570px;
	}
}
@media only screen and (max-width:1080px){
    li.item-category {
        width: 49%;
    }
	.content-text-category-filter{
		 min-width: 490px;
	}
	.container-product.item-products-taxonomies{
		width: 48%;
	}
}
@media only screen and (max-width:900px){
	.content-text-category-filter{
		 min-width: 590px;
	}
}


@media only screen and (max-width:790px){
    .content-subcategory {
    position: relative;
    display: block !important;
    text-align: center;
}
.content-text-category-filter {
    width: 100%;
    font-size: 16px;
    padding: 58px 15px 30px;
	min-width: 680px;
  /*  padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;*/
}
.content-img-category-filter {
	width: 175px;
    padding-top: 8px;
    margin: auto;
    margin-bottom: -30px;
    min-height: 190px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.content-text-category-filter a {
    padding: 18px;
    padding-bottom: 13px;
}
.container-product.item-products-taxonomies{
    width: 100%;
    min-height: auto;
}
.item-products-taxonomies a{
    position: relative;
}
.summary-info-parent h2:before{
    width: 100%;
}

.circle-category {
    width: 150px;
    height: 150px;
    top: 20%;
}
.content-img-category-filter img {
    width: 148px;
	margin: 0;
    margin-top: 20px;
	height: 100%;
	position: relative;
}
.page-template-filter-produc ul#itemsContainer {
    display: block;
}

.tax-category_pro .summary-info-parent h2:before , .tax-industries.summary-info-parent h2:before{
	width: 100%;
}
}

@media only screen and (max-width:600px){
    li.item-category {
        width: 100%;
        margin-bottom: 0;
    }
	.list-post-type {
		display:block;
	}
    .item-info-product .circle {
        width: 170px;
        height: 170px;
    }
    .item-info-product img {
        margin-bottom: 20px;
		position: relative;
    }
    .item-info-product{
        padding: 20px 0px;
    }
    .circle.circle-category-industries{
        width: 190px;
        height: 190px;
    }
    .item-info-product a:before, .item-products-taxonomies a:before {
        content: "+";
        position: absolute;
        width: 50px;
        height: 50px;
        background: #e00107;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-weight: bold;
        color: white;
        bottom: 122px;
        right: 20%;
        font-size: 30px;
		z-index: 2;
    }

    .page-template-product-type .item-info-product a:before, .page-template-product-type  .item-products-taxonomies a:before,
	.page-template-product-industries .item-info-product a:before, .page-template-product-industries  .item-products-taxonomies a:before {
		bottom: 60px;
	}
	.item-products-taxonomies h2 {
		margin-top: 26px;
	}
	.content-img-product-type{
		min-height: 250px;
		display: block;
	}
	.content-text-category-filter {
    	width: 100%;
		min-width: auto;
	}
	.count-category {
    	line-height: 1.9;
	}
}