/*
Стили на странице каталога и на страницах подкаталогов (таксономии)

*/

.page-taxonomy-term  h1.page-header {
	margin: 0 0 20px;
}
.page-title-h2 a {
	color: #78909c;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.page-title-h2 a:hover {
	color: #00695c;
	text-decoration: none !important;
}


.page-catalog-item {
	margin: 0 0 20px 0;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.page-catalog-item:hover {
	box-shadow: 1px 3px 6px 0 rgba(0,0,0,0.2);
}

.page-catalog-item-title {
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #004d40;
	padding: 0 3px;
	margin: 0 0 10px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.page-catalog-item-title:hover {
	color: #00796b;
	text-decoration: none;
}

.page-catalog-item-charact {
	height: 144px;
	overflow: hidden;
	position: relative;
}
.page-catalog-item-charact ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.page-catalog-item-charact ul  li {
	font-size: 14px;
	line-height: 18px;
}
.page-catalog-item-charact:before {
	content: '';
	position: absolute;
	left: 0; 
	bottom: 0; 
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(236,239,241, 0.2), #eceff1 100%);
    background: -webkit-linear-gradient(top, rgba(236,239,241, 0.2), #eceff1 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,239,241, 0.2)), color-stop(100%, #eceff1));
    background: -o-linear-gradient(top, rgba(236,239,241, 0.2), #eceff1 100%);
    background: -ms-linear-gradient(top, rgba(236,239,241, 0.2), #eceff1 100%);
    background: linear-gradient(to bottom, rgba(236,239,241, 0.2), #eceff1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(236,239,241, 0.2)', endColorstr='#eceff1',GradientType=0 ); 
}
.page-catalog-item-price {
	padding: 10px 0;
	color: #004d40;
    font-size: 20px;
    line-height: 22px;
}

.page-catalog-item-more {
    margin: 10px 0;
	text-align: right;
	position: relative;
}
.page-catalog-item:hover  .page-catalog-item-more-link  {
	background: #cfd8dc;
	color: #eceff1;
}

a.page-catalog-item-more-link:hover,
a.page-catalog-item-more-link:focus,
a.page-catalog-item-more-link:active,
.page-catalog-item-more-link {
	display: inline-block;
    border-radius: 3px;
    padding: 6px 36px 7px 10px;
	color: #b0bec5;
	text-decoration: none;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.page-catalog-item:hover  a.page-catalog-item-more-link:hover,
.page-catalog-item:hover  a.page-catalog-item-more-link:focus,
.page-catalog-item:hover  a.page-catalog-item-more-link:active {
	text-decoration: none;
	color: #eceff1;
	background: #b0bec5;
}
.page-catalog-item:hover   .page-catalog-item-more-ico {
	right: 4px;
}
.page-catalog-item-more-ico {
	background: #eceff1;
	border-radius: 50%;
	color: #cfd8dc;
	font-size: 18px;
    line-height: 24px;
	display: inline-block;
	height:25px;
	width: 25px;
	position: absolute;
	top: 4px;
	right: 10px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.page-catalog-item-more-link:hover .page-catalog-item-more-ico {
	color: #b0bec5;
}
.label-item-order {
	position: absolute;
	left: 0;
	top: 0;
	background: #f0f4c3;
	font-size: 12px;
    line-height: 1;
	display: inline-block;
	padding: 10px;
	color: #546e7a;
}



@media (max-width: 767px) {
	.page-catalog-item {
		max-width: 430px;
	}
}
