.block .product-right .show-detail {
    display: flex;
    flex-wrap: wrap;
}
.block .product-right .show-detail .product-item {
    width: 33.3333333%;
    flex-wrap: wrap;
    border-bottom: 0;
}
.block .product-right .show-detail .product-item .product-img {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info {
    width: 100%;
}
.block .product-right .show-detail .product-item .product-info .btn {
width:49%;float:left;margin-right:0;padding-left: 0;
text-align: center;
padding-right: 0;
}

.block .product-right .show-detail .product-item .product-info p {
    display: none;
}
.block .product-right .show-detail .product-item .product-info span {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}
.product-view .product-image, .single_product_items {
    display: block;
}
.product-view .image-additional {
    margin-top: 20px;
}
.product-view .image-additional li img {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .block .product-right .show-detail .product-item {width: 100%;}
}