/*
 * This is the css file that styles the product page
 *
 * created by Arnuld
 */

 body[id="notfound"] #container { width: 720px; float: left; }
 /*body[id="notfound"] .container > *:not(#container) { width: 220px; float: right; text-align: left; padding-left: 60px; }*/
 /** products **/
 body[id="notfound"] .container > #container > #content ul.products li { overflow: auto; margin-bottom: 50px; }
 body[id="notfound"] .container > #container > #content ul.products li img { float: left; margin-right: 30px; }
 body[id="notfound"] .container > #container > #content ul.products li a.button { float: right; margin-top: -50px; margin-left: 50px; }
/** navigation **/
body[id="notfound"] .container > #container > #content nav.woocommerce-pagination ul { margin-bottom: 50px; text-align: center; }
body[id="notfound"] .container > #container > #content nav.woocommerce-pagination ul li { display: inline-block; padding: 0 8px; }
body[id="notfound"] .container > #container > #content nav.woocommerce-pagination ul li .current { border: 1px solid #b4be35; padding: 5px 8px; }