/*
	Theme Name: Loco Classics
	Theme URI: http://wordpress.org/
	Description: Loco classics theme door Converzo.nl.
	Version: 1.0
	Author: Loco Classics
	Author URI: http://converzo.nl
	Tags: custom header, fixed width, widgets
*/

@import "css/reset.css";
@import "css/wp.css";
/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }
.cat-links, .comments-link, footer.entry-meta { display: none; }
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge { display: none !important; }
a.addtolist {background: url(images/heart-full.png) center center no-repeat #265332;}
a.addtolist { position: absolute; left: 10px; top: 10px; width: 50px; height: 50px; background: url(images/heart-white.png) center center no-repeat #265332; border-radius: 100%; font-size: 0; }
a.addtolist:hover {background: url(images/heart-full.png) center center no-repeat #265332;}

.wishlisttop { float: left; margin: 11px 8px 0 0px; }
.wishlisttop a {  width: 30px; height: 30px; background: url(images/heart-white.png) center center no-repeat #265332; border-radius: 100%; display: block;
    background-size: 16px;
position: relative;  }
.wishlisttop a span { width: 20px; height: 20px; display: block; border-radius: 100%; text-align: center; color: #000; right: -12px; top: -12px; position: absolute; top: -5px; background: #fff6e6; }
.cart-message {
	display: none;
	position: fixed;
	right: 10px;
	top: 100px;
	background: #006871;
	opacity: 0.9;
	color: #fff;
	padding: 15px;
}
.cart-message p { color: #fff; }
.cart-message.remove {
	background: #F00;
}
.cart-message a.cross {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(images/icon-close-nav.png) center center no-repeat #006871;
	border-radius: 100%;
}
.cart-message a.gotocart {
	color: #fff;
	background: #f5c300;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 10px;
}

.table-main  { margin-bottom: 30px; }

.table-main table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-main th { background: #265332; color: #fff; font-size: 20px; }

.table-main td, .table-main th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px;
  vertical-align: middle;
}

.table-main tr:nth-child(even) {
  background-color: #f1f1f1;
}

.table-main table img { max-width: 50px; height: auto; }
.table-main table a { color: #265332;
    font-size: 16px;
    font-weight: 700; }