@charset "UTF-8";
/* CSS Document */

product_items {width:100%; float: left; padding-bottom: 1vw; border-bottom: 1px solid #ccc; margin-bottom: 1vw}
product_items .product_image {width: 20%; margin-right: 2%; float: left}
product_items .product_text {width: 50%; margin-right: 2%; float: left; padding-top:2.5vw}
product_items .product_text p {margin:0}
product_items .product_text p:nth-child(3) {display: none}
product_items .product_price {width: 10%; margin-right: 2%; float: left; padding-top:2.5vw}
product_items .product_price h4{width: 100%; text-align: center; font-weight: 500; font-size: 1.7vw; padding-top: 0; margin: 0}
product_items .product_price h5{width: 100%; text-align: center; font-weight: 500; font-size: 1.2vw; margin-top: 0.3vw}
product_items .product_button {width: 10%; float: left; font-size: 2vw; padding-top: 2.2vw;}
product_items .product_button button {font-size: 1.5vw; width: 4vw; float: right}