.products_box_image img, .product_images img { max-width: 100%; border-radius: 30px; }
.products_box h2 { margin-top: 15px; margin-left: 20px; font-size: 1.4rem; color: var(--alt-color); }
.products_box a.button, .product-info input.button { float: left; margin-top: 20px; margin-right: 30px; padding: 10px 20px; color: #fff; border: 0; border-radius: 10px; background: #006ca3; transition-duration: 1s; }
.products_box a.button:hover, .product-info input.button:hover { background: #000; }
.products_cat_description { padding: 20px 10px 40px 10px; font-weight: bold; }
.products_box .price { margin-left: 20px; }
.product-info .price { font-weight: bold; }
.products_box { min-height: 500px; }
input[type="checkbox"] { margin-right: 10px; width: 20px; height: 20px; }
.product-form input, .product-form select, .product-form textarea { background: #eff1f9; }