.text--introduce {
	margin-top: 5px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
}
.items--list {
	height: auto;
}
.items--list:hover .thumb {
	opacity: 1;
}
.img {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	height: 272px !important;
	text-align: center;
	line-height: 272px;
}
.img img {
	width: 100%;
}
.thumb {
	height: auto;
	/*max-width: 100%;*/
	width: 100%;
}
.list--items .items--list .item-loop {
    height: 100%;
}
.items--list:hover .thumb {
    width: auto;
}
.text--items {
	text-transform: uppercase;
	height: 30px;
	background: #5c7148;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 4px 0px;
	/*z-index: 2;*/
}
.table--size {
	text-align: center;
    bottom: 0;
    margin-bottom: 0;
    z-index: -1;
}
.table--size table{
	margin:  0px;
}
.table--size td {
	border: none;
	padding: 2.5px 0 !important;
	color: #828282;
}
.table--size tr:nth-child(2) {
	border-bottom: 1px solid #f2f2f2;
}
.table--size tr:first-child td:first-child {
	border-right: 1px solid #ddd;
}
.table--size tr td:nth-child(3) {
	border-right: 1px solid #f2f2f2;
}
.page_title {
    float: left;
}
.cat_select_box {
    float: right;
}
@media only screen and (max-width: 450px) {
    .thumb {
        height: auto !important;
    }
}