/* sticky footer */
html { min-height: 100%; position: relative; }
section { margin-bottom: 60px; }
#bottombar { position: absolute; bottom: 0; left: 0; right: 0; }

/* color scheme */
#topbar { background: #C22D91; }
#navbar { background: #212121; }
#navbar a { color: #fff; }
#topbar .account_menu { background: #C22D91; }
#home_categories .float a div.category_thumb { background: #2f323e; }
#sub_categories .float a div.category_thumb { background: #2f323e; }
#cart table { border: 1px solid #2f323e; }
#cart th { background: #2f323e; }
#cart td { border-bottom: 1px solid #2f323e; }
#cart .delivery { border: 1px solid #2f323e; }
#order_history table { border: 1px solid #2f323e; }
#order_history th { background: #2f323e; }
#order_history td { border-bottom: 1px solid #2f323e; }
#order_details table { border: 1px solid #2f323e; }
#order_details th { background: #2f323e; }
#order_details td { border-bottom: 1px solid #2f323e; }
#bottombar { background: #C22D91; }
#account_login_form div input[type=submit] { background: #C22D91; }
#item input[type=submit] { background: #C22D91; }
#cart .delivery.on>div { background: #C22D91; }
#cart input[type=submit] { background: #C22D91; }

/* Development Ticket: #2594 */
#home_categories .float a div.category_thumb { height: 140px; background-size: contain !important; }
#sub_categories .float a div.category_thumb { height: 140px; background-size: contain !important; }
