.block .product-left h3 {
    width: 100%;
}
.block .product-right .show-detail {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 -0.05rem -0.3rem;}
.block .product-right .show-detail .product-item {
    width: 20%; position:relative;
    flex-wrap: wrap;
    border-bottom: 0;
}
.block .product-right .show-detail .product-item .product-img { background-color:#fff;
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
    width: 100%;padding:5%; background-color:#fff;padding-bottom:10%;
}
.block .product-right .show-detail .product-item .product-info .btn {

    padding: 10px 0;
    width: 49%;
    text-align: center;
    float: left;
    margin: 0;    margin-top: 20px;
}
.block .product-right .show-detail .product-item .product-info .btn:last-child {
    float: right;
}
.block .product-right .show-detail .product-item .product-info p {
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.block .product-right .show-detail .product-item:hover img {
	-webkit-transform: scale(0.892);
	-ms-transform: scale(0.892);
	-o-transform: scale(0.892);
	transform: scale(0.892);
}
.block .product-right .product-list .product-item .product-img img{
-moz-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}

.block .product-right .show-detail .product-item:hover{}


.block .product-right .show-detail .product-item .product-info span {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-view .product-image, .single_product_items {
    display: block;
}
.product-view .image-additional {
    margin-top: 20px;
}
.product-view .image-additional li img {
    margin: 0;
}


.produts-bg{ background-color:#f8f8f8;width:100%;float:left;margin-bottom:3%;}
.produts-bg .block .layout .page a{background-color: #fff;}
.produts-bg .block .layout .page .current{background-color: #e60012;}
.produts-bg .block .layout .page a:hover{background-color: #e60012;}

@media screen and (max-width: 950px) {
    .block .product-right .show-detail .product-item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .block .product-right .show-detail .product-item {
        width: 100%;
    }
}