.pro-rubber {
	width: 32%;
	display: inline-block;
	border: 1px solid lightgray;
	box-shadow: 1px 1px 5px lightgrey;
	position: relative;
}
.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 8px 0;
	text-align: center;
	background: #f0f0f0;
}
.pro-rubber img{
	width: 100%;
}
.pro-rubber a {
	color: unset;
}
.name_pro {
	padding: 10px 15px 15px;
	font-size: 16px;
	line-height: 24px;			
}
.red_b {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #e60012;
	padding: 5px 0;
}
.tag{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 0 9px;
	margin: 10px 0 5px;
	border-radius: 15px;
	background: #dee2e6;
	display: inline-block;
}
.size{
	font-size: 12px;
	line-height: 20px;
	clear: both;
}
.pro-rubber a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.over-pic {
	position: absolute;
	width: 200px;
	left: 15%;
	top: 15%;
}
@media (max-width: 576px){
	.pro-rubber {
		width: 48%;
		margin-bottom: 10px;
	}
	.over-pic {
		width: 150px;
	}
	.name_pro .mb-n {
		display: none;
	}
	.name_pro {
		padding: 10px;
	}
}
@media (max-width: 380px){
	.pro-rubber {
		width: 100%;
	}
	.over-pic {
		width: 240px;
	}
}

.products-rub {
	margin: auto;
	display: table;
}
.head1{margin-top: 14px;}
img.btn_z:hover {
	opacity: 0.6;
}

.btn_z {
	filter: drop-shadow(0px 0px 1px gray);
}
.block-title{
	padding: 3px 3px 3px 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom: 0;
}
.block-g{
	box-shadow: 2px 3px 4px #b5b5b5;
	width: 100%;
}
.bor{border:1px solid #b5b5b5;}
.bp1{
	text-align: center;
}
.bp2{
	text-align: center;
	border-left: 1px solid #b5b5b5;
}
.t-pic{
	z-index: 100;
	display: inline-block;
	margin-top: -25px;
	padding-left: 5px;
	font-size: 14px;
}
.b-text{
	padding: 10px;
	border: 1px solid #b5b5b5;
	border-top: 0;
}

@media (max-width: 980px){
	.bp2 img {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 576px){	
	.bp2 img {
		width: 100%;
		height: auto;
		padding: 5px 0;
	}	
	.bp1{
		height: 100%;
	}
	.bp2{
		height: 100%;
	}
}
.exp{
	border: 1px solid lightgray;
	box-shadow: 1px 1px 5px lightgrey;
	margin: 5px;
	text-align: center;
	max-height: 290px;
	height: 290px;
}
.exp img{
	height: 100%;
}
@media (max-width: 576px){
	.exp{
		max-height: none;
		margin: 2px;
		height: 126px;
		min-height: 170px;
	}
	.exp img{
		height: auto;
		width: 100%;
	}
}
@media (max-width: 375px){
	.exp{
		min-height: 150px;
	}
}
@media (max-width: 350px){
	.exp{
		min-height: 138px;
	}
}

.rubber-price{width: 85%;
	margin:auto;
	text-align: center;
}
.rubber-price th{
	background-color: #e6e7e8;
}
@media (max-width: 576px){
	.rubber-price{width: 100%; font-size: 15px;}	
}
@media (max-width: 375px){
	.rubber-price{font-size: 13px;}			
}