.title_lines {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: var(--primary);
	font-weight:700;
}
.title_lines:before, .title_lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 3px;
    content: '\a0';
    background-color: var(--primary);
    margin-left: 2%;
}
.title_lines:before {
    margin-left: -50%;
    text-align: right;
}

.each_cat a{
	color:#000;
}	


.each_pd{
	border:1px solid var(--primary);
	background-color:#fff;
}

.each_pd:hover{
	border:6px solid var(--primary);
	background-color:var(--primary);
}

.products-grid.row > *{
	padding-left:0px;
	padding-right:0px;
}

.pd_content{		
	border-top:1px solid var(--primary);
	
	color:var(--primary);
	text-align:center;
	padding:3%;
}

.pd_content a{
	color:var(--primary);
}


.each_pd:hover .pd_content{
	color:#fff;
}

.each_pd:hover .pd_content a{
	color:#fff;
}

.pd_title{
	font-size:16px;
	height:80px;
	font-weight:700;
}

@media (max-width:990px) {
    .pd_title{
		height:auto !important;
	}
}


.pd_specs{
	font-size:14px;
}
