@media screen and (max-width: 480px) {
input[type=text], input[type=email], textarea, select {
width: 200px;
}
}
.page-template-home_template .wine-row.grid_8.prefix_2,
.post-type-archive-product .site-main .grid_8.prefix_2 {
width:  100% !important;
float:  none !important;
margin-left: 0;
display:  flex;
justify-content: center;
}
.page-template-home_template .wine-row .grid_6,
.post-type-archive-product .site-main .grid_6 {
display:  inline-block !important;
width:  100% !important;
max-width: 613px !important;
float:  none !important;
margin: 0 auto !important;
clear:  both !important;
}