.schm-product {
list-style: none;
padding: 40px 0 40px 0;
border-bottom: 1px solid #e2e2e2;
margin: 0 0 40px;
}
.schm-one {
display: flex;
}
.schm-image {
width: 20%;
}
.schm-content {
width: 60%;
padding: 0 30px;
}
.schm-side {
width: 20%;
}
.schm-down {
margin-bottom: 20px;
}
.schm-down a {
padding: 10px;
display: block;
font-size: 18px;
background-color: #10647a;
border-width: 10px !important;
border-color: #10647a;
border-radius: 0;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: center;
color: #fff;
margin-bottom: 10px;
line-height: 1;
}
.woocommerce-result-count {
display: none;
}
@media( max-width: 768px ){
.schm-one {
flex-direction: column;
}
.schm-side, .schm-image, .schm-content {
width: 100%;
padding: 0 0 20px;
}
}