/*
 Theme Name: Alice-In-Wonderland
 Author: 4bit
 Author URI: http://www.4bit.nl
 Description: Alice in Wonderland responsive theme for Alice-in-wonderland.net
 Version: 1.0
 */

html {
	height: 100%;
}
body {
	font: 16px 'karma_regular', serif;
	color: #1d1d1d;
	line-height: 20px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	background: #ffffff url(./assets/layout/bg.jpg) center top
}

a {
	color: #00465e;
	transition: color 0.0s ease;
	text-decoration: underline;
}
a:hover {
	color: #3fc2f6;
}
p {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}
.clear {
	clear: both;
}
.justify {
	text-align: justify;
}
.center {
	display: block;
	text-align: center;
}
ul {
	clear: left;
}
article {
	width: 100%;
	display: block;
}
article.post {
	float: left;
}
main {
	padding-top: 60px;
}
.double-column main {
	padding-top: 0px;
}
em.error {
	float: right;
	color: #ff0000;
}
input.error, textarea.error {
	border: #ff0000 solid 1px !important;
}
#main {
	display: block;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
	display: block;
	clear: left;
}
ul {
	list-style-type: disc;
	margin-left: 20px;
	display: block;
	clear: left;
}
ul li {
	margin-bottom: 6px;
}
#hoverbg {
	background: url(./assets/layout/menu-hover.png) center top;
	width: 100%;
	height: 72px;
	color: #fff;
	display: none;
	position: absolute;
	z-index: 1;
}
#activebg {
	background: url(./assets/layout/menu-active.png) center top;
	width: 100%;
	height: 72px;
	color: #fff;
	display: none;
	position: absolute;
	z-index: 1;
}
.logo {
	z-index: 2;
}
.top-header .menu {
	z-index: 3;
}

strong {
	font-weight: normal;
	font-family: 'karmabold', serif;
}

a.red-button {
	margin: 5px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #790000;
	color: #fff;
	border-radius: 3px;
	padding: 7px 30px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
}
a.red-button:hover {
	background-color: #af0303
}

a.blue-button {
	margin: 5px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #039cd8;
	color: #fff;
	border-radius: 3px;
	padding: 7px 30px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
}
a.blue-button:hover {
	background-color: #43beef
}

a.orange-button {
	margin: 5px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	border-radius: 3px;
	padding: 7px 30px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
}
a.orange-button:hover {
	background-color: #ffa200
}

a.hand-rechts, a.hand-right {
	padding: 14px 70px 14px 30px;
	background-image: url(./assets/layout/hand-right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
}
a.hand-links, a.hand-left {
	padding: 14px 30px 14px 70px;
	background-image: url(./assets/layout/hand-left.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
}

.backtotop {
	display: none;
	color: #fff;
	position: fixed;
	z-index: 100;
	right: -1000px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #039cd8;
	font-family: fontawesome;
	font-weight: 400;
	border: 1px solid #039cd8;
}
.backtotop:after {
	content: "\f062";
	font-size: 20px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: -2px;
}

.ease {
	transition: all 0.4s ease;
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
}
.crumbtrail {
	display: inline-block;
	width: 42%;
	float: left;
	padding-right: 30px;
	padding-top: 14px;
	position: relative;
	z-index: 10;
	font: 12px/14px 'karmabold', serif;/* text-transform: uppercase;*/
}
.crumbtrail a {
	display: inline-block;
	color: #00597c;
	text-decoration: underline;
	margin-right: 5px;
	color: #535252;
}
.breadcrumbs a {
	color: #00597c;
}
.breadcrumbs a:hover {
	color: #3fc2f6;
}

.social {
	display: inline-block;
	width: 100%;
	float: right;
}
.social ul {
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
}
.social ul li {
	float: left;
	border-radius: 3px;
	margin-left: 8px;
	background-position: left 5px top 3px;
	background-repeat: no-repeat;
}
.social ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	font: 12px 'Arial', sans-serif;
	display: block;
}
.social ul li.like, .social ul li.share {
	background-color: #385b93;
	background-image: url(assets/layout/social-fb.gif);
}

.social ul li.rss {
	background-color: #f58432;
	background-image: url(./assets/layout/rss.png);
	background-position: left 3px top 2px;
}
.social ul li.rss a {
	padding: 3px 10px 3px 10px;
}
.social ul li.tweet {
	background-color: #4198fb;
	background-image: url(./assets/layout/social-tweet.png);
}
.social ul li.gplus a {
	padding: 3px 10px 3px 10px;
}
.social ul li.gplus {
	background-color: #d14836;
	background-image: url(./assets/layout/social-gplus.png);
}
.social ul li.pin {
	background-color: #cc3b27;
	background-image: url(./assets/layout/social-pin.gif);
}
.social ul li.email {
	background-color: #333333;
	background-image: url(./assets/layout/social-mail.gif);
	background-position: left 5px top 3px;
}
.social ul li.print {
	background-color: #333333;
	background-image: url(./assets/layout/social-print.gif);
	background-position: left 5px top 4px;
}
.social ul li.like:hover, .social ul li.share:hover {
	background-color: #113772;
}

.social ul li.tweet:hover {
	background-color: #106ad0;
}
.social ul li.gplus:hover, .social ul li.pin:hover {
	background-color: #c13320;
}
.social ul li.email:hover, .social ul li.print:hover {
	background-color: #000;
}

.frontpage h1 {
	display: block;
	text-align: center;
	font: 42px/48px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	background-image: url(./assets/layout/h1frontpage.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 24px;
}
h1 {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	font: 42px/34px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	background-image: url(./assets/layout/h1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 34px;
}

h1.widget-title {
	float: left;
	font: 20px/40px 'lewiscarrollregular', serif;
	text-transform: uppercase;
	margin-top: 60px;
}
h1.entry-title {
	font: 36px/30px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	margin-bottom: 5px;
	clear: left;
	background-image: none;
	padding-bottom: 0px;
}
h2, h2 strong {
	font: 36px/30px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	margin-bottom: 5px;
	clear: left
}
h2.entry-title, h2.entry-title a {
	font: 33px/30px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.three-column h2 {
	position: relative;
	font: 32px/32px 'lewiscarrollregular', serif;
	color: #622510;
	z-index: 2;
	display: inline-block;
	padding: 0px;
	background-image: url(./assets/layout/three-columns-h2-bg.png);
	padding: 0 8px;
}
.three-column header {
	background-image: url(./assets/layout/three-columns-h2.png);
	background-position: center top 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
div.three-column header {
	text-align: center;
}
.two-column h2 {
	position: relative;
	font: 40px/40px 'lewiscarrollregular', serif;
	color: #622510;
	z-index: 2;
	display: inline-block;
	padding: 0px;
	background-image: url(./assets/layout/three-columns-h2-bg.png);
	padding: 0 8px;
}
.two-column header {
	text-align: center;
	background-image: url(./assets/layout/two-columns-h2.png);
	background-position: center top 26px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.right-column Xh2 {
	position: relative;
	font: 32px/40px 'lewiscarrollregular', serif;
	margin: 0 auto;
	color: #622510;
	z-index: 2;
	display: inline-block;
	padding: 0px;
	background: url(./assets/layout/right-column-h2-bg.png) center;
	padding: 0 8px;
}
.right-column Xheader {
	text-align: center;
	background-image: url(./assets/layout/right-column-h2.png);
	background-position: center top 26px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.right-column header {
	text-align: center;
	overflow: hidden;
}
.right-column div {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.right-column .textwidget, .right-column p {
	font-size: 14px;
}
.right-column .textwidget {
	margin-bottom: -30px;
}

.right-column h2 {
	position: relative;
	font: 32px/40px 'lewiscarrollregular', serif;
	color: #622510;
	display: inline-block;
	padding: 0px;
}
.right-column h2:before, .right-column h2:after {
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid #622510;
	top: 24px;
	width: 150px;
}
.right-column h2:before {
	right: 100%;
	margin-right: 10px;
}
.right-column h2:after {
	left: 100%;
	margin-left: 10px;
}

.submenu h2 {
	font: 22px/24px 'karmabold', serif;
	color: #8f0000;
	text-align: center;
	letter-spacing: 0px;
}
.submenu header h2 {
	font: 32px/32px 'lewiscarrollregular', serif;
	letter-spacing: -2px;
	color: #8f0000;
	text-align: center;
}
.woocommerce .submenu header h2 {
	font: 16px/24px 'karmabold', serif;
	color: #1d1d1d;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
}

.submenu div {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.related.products h2 {
	font: 20px/30px 'lewiscarrollregular', serif;
	margin-bottom: 20px;
}
.woocommerce-tabs h3 {
	font: 20px/22px 'lewiscarrollregular', serif;
}

h3, .tk-1 {
	font: 28px/32px 'lewiscarrollregular', serif;
	letter-spacing: -2px;
	color: #622510;
	margin: 10px 0 5px 0;
	display: block
}
h4, .tk-2 {
	font: 18px/22px 'karmabold', serif;
	margin: 10px 0 5px 0;
	display: block
}

h3.comments-title {
	border-bottom: 1px solid #622510;
	margin: 40px 0px 30px 0px;
}
.simple-quote {
	font: 20px/24px 'karmasemibold', serif;
	letter-spacing: -1px;
	display: block;
	margin-top: 20px;
	color: #622510;
}
.image-quote-wrapper {
	display: table;
	margin: 60px auto;
}
.image-quote {
	display: table-row;
	font: 20px/24px 'karmasemibold', serif;
	letter-spacing: -1px;
	color: #622510;
}
.image-quote .image {
	display: table-cell;
	vertical-align: middle;
}
.image-quote .image img {
	width: 80px;
	height: 80px;
	max-width: 80px;
	margin-top: -4px;
}
.image-quote .quote-text {
	font-style: italic;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}

.inline-quote, blockquote {
	text-align: left;
	float: left;
	width: 100%;
	position: relative;
	background-image: url(./assets/layout/inline-quote-line.png);
	background-position: left center;
	background-size: 4px 100%;
	background-repeat: no-repeat;
	padding: 5px 70px 5px 20px;
	margin: 20px 0 20px 14px;
	font-style: italic;
	color: #622510;
}
.inline-quote:after, blockquote:after {
	position: absolute;
	background-image: url(./assets/layout/inline-quote-center.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 14px;
	height: 100%;
	content: "";
	top: 0px;
	left: -10px;
	color: #622510;
}

.wrapper {
	float: left;
	width: 100%;
	background-image: url(./assets/layout/header-items-v2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.book-wrapper {
	width: 1140px;
	display: block;
	overflow: visible;
	margin: 30px auto 80px auto;
	position: relative;
	background-image: url(./assets/layout/header-bg-v2.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.book-wrapper:after {
	content: "";
	position: absolute;
	top: 521px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(./assets/layout/book-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	z-index: 0;
}

.header-wrapper {
	width: 100%;
	float: left;
	position: relative;
	overflow: visible;
	clear: both;
}

.logo {
	position: absolute;
	width: 340px;
	height: 131px;
	background-image: url(./assets/layout/alice-logo-desktop-v2.png);
	background-position: center top;
	background-repeat: no-repeat;
	top: -25px;
	left: 50%;
	margin-left: -180px;
}

.logo a {
	float: left;
	width: 100%;
	height: 100%
}
.top-header {
	float: left;
	width: 100%;
	color: #fff;
	position: relative;
}

header nav {
	margin-right: 0px;
	float: left;
}
.toggle-menu {
	display: none;
	width: 30px;
	height: 56px;
	background: url(./assets/layout/hamburger.png) left center no-repeat;
}
.toggle-menu:after {
	content: "MENU";
	position: relative;
	left: 30px;
	top: 18px;
}
.toggle-menu.open {
}

.toggle-search {
	display: none;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: url(./assets/layout/search-icon.png) center no-repeat;
	background-color: #039cd8;
}
.toggle-social {
	display: none;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: url(./assets/layout/share-icon.png) center no-repeat;
	background-color: #ff6600;
}

.menu {
	float: left;
	height: 74px;
	font: 16px 'karmasemibold', serif;
	width: 100%;
	position: relative;
	z-index: 10;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.extra-menu {
	position: absolute;
	right: 108px;
	top: -26px;
}
.mobile_extra_menu {
	display: none;
}
.mobile-title {
	display: none;
}

.extra-menu li {
	text-align: center;
}
.extra-menu li:first-child {
	float: left;
	width: 145px;
	height: 52px;
	background-image: url(./assets/layout/topmenu-left.png);
}
.extra-menu li:first-child:hover {
	background-image: url(./assets/layout/topmenu-left-hover.png);
}
.extra-menu li:first-child.current-menu-item, .extra-menu li:first-child.current-page-ancestor, .extra-menu li:first-child.current_page_parent {
	background-image: url(./assets/layout/topmenu-left-active.png);
}
.extra-menu li:last-child {
	float: left;
	width: 124px;
	height: 52px;
	background-image: url(./assets/layout/topmenu-right.png);
}
.extra-menu li:last-child:hover {
	background-image: url(./assets/layout/topmenu-right-hover.png);
}
.extra-menu li:last-child.current-menu-item, .extra-menu li:last-child.current-page-ancestor, .extra-menu li:last-child.current_page_parent {
	background-image: url(./assets/layout/topmenu-right-active.png);
}
.extra-menu li a {
	float: left;
	width: 100%;
	height: 100%;
	color: #fff;
	font: 14px 'karmamedium', serif;
	padding-top: 28px;
	text-decoration: none;
}
.extra-menu li.current-menu-item a, .extra-menu li.current-page-ancestor a, .extra-menu li.current_page_parent a {
	padding-top: 23px;
}

.search-form {
	float: right !important;
	margin-right: 100px !important;
	margin-top: 55px !important;
	margin-bottom: 15px !important;
	height: 40px !important;
	width: auto !important;
	border: none !important;
	padding-right: 0px !important;
}
.search-input {
	background-color: #fbf5ec;
	border: 2px solid #790000;
	border-radius: 5px;
	color: #790000;
	text-indent: 10px;
	font-size: 14px;
	line-height: 26px;
	height: 32px;
	width: 146px;
	background-image: url(./assets/layout/search-bg.png);
}
.search-button, .submit {
	float: right;
	background-color: #790000;
	border: none;
	border-radius: 5px;
	color: #fff;
	height: 32px;
	margin-left: 2px;
	padding: 0 12px;
	font: 16px 'karma_regular', serif;
}
.search-button:hover, .submit:hover {
	background-color: #af0303;
}

.top-header nav ul {
	width: 870px;
	margin-top: 6px;
	z-index: 160;
}
.top-header nav ul:first-child {
	float: left;
	margin-left: 135px;
}
.top-header nav ul:last-child {
	float: right;
	margin-right: 135px;
}
.top-header nav li {
	display: inline-block;
	float: left;
	list-style-type: none;
	height: 56px;
	margin: 0px;
	text-transform: uppercase;
}
.top-header nav li:first-child {
	margin-left: 0px;
}
.top-header nav li a {
	position: relative;
	overflow: visible;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	line-height: 58px;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 14px;
}
/*     .top-header nav li a:hover{background:url(./assets/layout/menu-hover.png) center top;  width: 100%; height: 72px; color:#fff;}*/
/*      .top-header nav li.current-menu-item a{background:url(./assets/layout/menu-active.png) center top; width: 100%; height: 72px; color:#fff;}*/
.top-header nav li.current-menu-item a, .top-header nav li.current-page-ancestor a, .top-header nav li.current_page_parent a {
	width: 100%;
	height: 72px;
	color: #fff;
}
.extra-menu li.current-menu-item a:before, .top-header nav li.current-menu-item a:before, .top-header nav li.current-page-ancestor a:before, .top-header nav li.current_page_parent a:before {
	content: "";
	display: inline-block;
	background: url(./assets/layout/bullet.png) center no-repeat;
	width: 6px;
	height: 9px;
	margin-right: 7px;
}
.extra-menu li.current-menu-item a:after, .top-header nav li.current-menu-item a:after, .top-header nav li.current-page-ancestor a:after, .top-header nav li.current_page_parent a:after {
	content: "";
	display: inline-block;
	background: url(./assets/layout/bullet.png) center no-repeat;
	width: 6px;
	height: 9px;
	margin-left: 7px;
}

.submenu select {
	font-size: 14px;
	width: 100%;
	background-color: rgba(98, 37, 16, 0.1);
	border-radius: 3px;
	border: 1px solid #622510;
	padding: 5px 10px;
}
.submenu-wrapper {
	margin: 0px;
	padding: 0px;
}
.submenu {
	width: 350px;
	position: absolute;
	top: -50px;
	padding: 110px 60px 90px 60px;
	min-height: 400px;
	left: -260px;
	z-index: 5;
	background-image: url(./assets/layout/sub-menu-top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.submenu:before {
	content: "";
	position: absolute;
	top: 239px;
	bottom: 189px;
	left: 0;
	right: 0;
	background-image: url(./assets/layout/sub-menu-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	z-index: -1;
}
.submenu:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 189px;
	left: 0;
	right: 0;
	background-image: url(./assets/layout/sub-menu-footer.png);
	background-position: center top;
	background-repeat: repeat-y;
	z-index: -1;
}

.woocommerce .submenu {
	padding-bottom: 30px;
}
.woocommerce .submenu:after {
	background-image: url(./assets/layout/sub-menu-footer-shop.png);
}
.submenu a {
	position: relative;
	color: #8f0000;
	text-decoration: none;
}
.submenu a:hover {
	color: #000000;
}
.submenu ul {
	font: 16px 'karmabold', serif;
	letter-spacing: -1px;
}
.submenu ul a {
	line-height: 20px;
}
.submenu ul ul ul a {
	line-height: 16px;
}
.submenu ul ul {
	margin-left: 10px;
	padding-left: 15px;
	font: 15px 'karmamedium', serif;
	margin-bottom: 20px;
	list-style-type: disc
}
.submenu ul ul ul {
	padding-left: 15px;
	margin: 20px 0px;
	font: 13px 'karmamedium', serif;
	list-style-type: none
}

.submenu ul li {
	margin: 15px 0px
}
.submenu ul li.current-menu-item a, .submenu ul li.current-menu-ancestor a, .submenu ul li.current-menu-parent a {
	color: #000;
}

.submenu ul ul li {
	margin: 10px 0px;
}
.submenu ul ul li.current-menu-item, .submenu ul ul li.current-menu-ancestor, .submenu ul ul li.current-menu-parent {
	font: 15px 'karmasemibold', serif;
	color: #000;
}
.submenu ul ul ul li.current-menu-item {
	font: 13px 'karmasemibold', serif;
	color: #000;
}
.submenu ul ul ul li a:before {
	position: absolute;
	left: -15px;
	top: 4px;
	content: "- ";
	font-size: 30px;
	line-height: 3px;
	width: 8px;
	overflow: hidden;
}
.submenu li.current-cat a {
	color: #000 !important;
}
.submenu li.current-cat {
	color: #1d1d1d;
	background-image: url(./assets/layout/li-bullet-no-link.png);
}

.widget_layered_nav_filters li.chosen {
	background-image: none !important;
	padding: 0px !important;
	position: relative;
	background-color: #00597c;
	border-radius: 3px;
	float: left;
	display: inline-block;
	width: auto !important;
	margin-right: 2px !important;
	margin-bottom: 2px !important;
}
.widget_layered_nav_filters li.chosen a {
	float: left;
	padding: 6px 20px 6px 6px;
	font: 13px 'karma_regular', serif;
	color: #fff !important;
	letter-spacing: normal;
}
.widget_layered_nav_filters li.chosen:before {
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; ;
	content: '';
	position: absolute;
	right: 5px;
	top: 3px;
	transform: rotate(45deg);
}
.widget_layered_nav_filters li.chosen:after {
	width: 5px;
	height: 5px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff; ;
	content: '';
	position: absolute;
	right: 5px;
	top: 9px;
	transform: rotate(45deg);
}
.widget_layered_nav_filters li.chosen:hover {
	background-color: #3fc2f6;
}

.price_slider_wrapper {
	margin-top: 0px !important;
}
.price_slider_wrapper .price_slider {
	margin-bottom: 1em;
}
.price_slider_wrapper .price_slider_amount {
	margin-top: 0px;
}
.price_slider_wrapper .price_slider_amount .button {
	background-color: #790000;
	border: none;
	border-radius: 3px;
	color: #fff;
	height: 32px;
	margin-left: 10px;
	padding: 0 12px;
	font: 16px 'karma_regular', serif;
	float: right;
}
.price_slider_wrapper .price_slider_amount .button:hover {
	background-color: #af0303;
}
.price_slider_wrapper .ui-slider {
	position: relative;
	text-align: left;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.9em;
	height: 0.9em;
	border-radius: 1em;
	border: 1px solid #d14836;
	cursor: pointer;
	background: #d14836;
	outline: none;
	top: -0.3em;
	margin-left: -0.5em;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
	margin-left: -0.5em;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #ffffff;
	border-radius: 3px;
	height: .2em !important;
	top: -0.7em !important;
}
.price_slider_wrapper .price_slider_wrapper .ui-widget-content {
	border-radius: 3px;
	background: #d5d5d5;
}
.price_slider_wrapper .ui-slider-horizontal {
	height: .4em;
	background-color: #8f0000;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.submenu .price_label {
	float: left;
	width: 150px;
	font: 16px 'karmabold', serif;
}

.woocommerce .submenu .category-widget {
	margin-top: 40px;
}
.woocommerce .submenu .category-widget header {
	background: url(./assets/layout/submenu-widget-h2.png) left center no-repeat;
	width: 264px;
	position: relative;
	left: -16px;
	text-align: center;
}
.woocommerce .submenu .category-widget h2 {
	display: inline-block;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	background: url(./assets/layout/submenu-widget-h2-bg.png);
	padding: 0 5px;
}
.woocommerce .submenu .category-widget .links li {
	text-align: justify;
	font: 14px/17px 'karma_regular', serif;
	background: url(./assets/layout/check.png) left top 2px no-repeat;
	letter-spacing: normal;
}
.woocommerce .submenu .category-widget .altcontent {
	margin-top: 10px;
	padding-left: 12px;
}

.main-content.frontpage {
	display: block;
	width: 924px;
	margin: 0 auto;
	clear: left;
	position: relative;
	z-index: 1;
}
.main-content {
	display: block;
	width: 924px;
	margin: 0 auto;
	clear: left;
	position: relative;
	z-index: 1;
	min-height: 300px;
}
.main-content .content-submenu {
	padding-left: 80px;
}

.double-column {
	display: table;
	width: 100%;
}
.double-column .left-column {
	display: table-cell;
	vertical-align: top;
	padding-right: 30px;
	padding-top: 20px;
}
.double-column .right-column {
	display: table-cell;
	vertical-align: top;
	width: 290px;
	position: relative;
	padding-top: 54px;
	padding-left: 15px;
}
.double-column .right-column:after {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: -53px;
	bottom: -192px;
	background: url(./assets/layout/right-column.png) repeat-y;
	content: "";
	width: 100%;
}

.intro {
	font: 16px/21px 'karmabold', serif;
	color: #622510;
	margin-top: 10px;
}

.frontpage .intro {
	text-align: center;
}

.three-column {
	display: table;
	width: 100%;
	margin-top: 35px;
	clear: left;
}
.three-column .column .column.category-widget {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 110px;
}
.three-column .column .column.category-widget .amount {
	color: #0c8d00;
}
.three-column .column {
	position: relative;
	display: table-cell;
	width: 33.3333333333%;
	padding: 0 16px 0px 16px;
	vertical-align: top
}
.three-column .column.category-widget {
	text-align: left;
	background: url(./assets/layout/three-column-bg.png) center bottom no-repeat;
}
.three-column .column p {
	text-align: justify;
	padding: 0 10px;
	font-size: 14px;
}

.column .cat-icon {
	display: block;
	height: 48px;
	text-align: center;
}
.column .cat-icon img {
	margin: 0 auto;
}
.three-column .column .bottom-button {
	position: absolute;
	bottom: 60px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
}

.two-column {
	display: table;
	width: 100%;
	margin-top: 45px;
}
.two-column .column {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 0;
	vertical-align: top
}
.two-column .column:first-child {
	padding-right: 20px;
}
.two-column .column p {
	padding: 0 16px 10px 16px;
}
.two-column .column:last-child {
	padding-left: 20px;
}

.category-widget .widgettitle {
	display: none;
}
.main-content ul.links, .main-content .category-widget .widget ul, .right-column ul, .submenu div ul {
	font: 15px/18px 'karmabold', serif;
	margin-top: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	list-style-type: none;
}
.main-content ul.links li, .main-content .category-widget .widget ul li, .right-column ul li, .submenu div ul li {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding-left: 25px;
	background-image: url(./assets/layout/li-bullet-no-link.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.main-content ul.links li.li-no-link, .main-content .category-widget .widget ul li.li-no-link .right-column ul li.li-no-link {
	color: #1d1d1d;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	padding-left: 25px;
	background-image: url(./assets/layout/li-bullet-no-link.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.main-content ul.links li a, .main-content .category-widget .widget ul li a, .right-column ul li a, .submenu div ul li a {
	color: #00597c;
	text-decoration: none;
}
.main-content ul.links li a:hover, .main-content .category-widget .widget ul li a:hover, .right-column ul li a:hover, .submenu div ul li a:hover {
	color: #3fc2f6;
}
.main-content .column ul.links li:first-child {
	color: #622510;
	margin-bottom: 10px;
	padding-left: 0px !important;
	font: 17px/22px 'karmabold', serif;
	background-image: none;
}
.main-content .column ul.links li.sublist ul li:first-child {
	display: none;
}
.main-content .column ul.links li.sublist {
	background-image: none;
}
.main-content .column ul.links li.sublist ul li {
	font-size: 14px !important;
	background-size: 14px;
	background-position: left top 2px;
	padding-left: 20px;
}
.main-content .column ul.links li .small-font {
	font: 14px 'karma_regular', serif !important;
	color: #1d1d1d;
	clear: both;
	display: inline-block;
}

.blue-list ul, .black-list ul {
	font: 15px/18px 'karmabold', serif;
	margin-top: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.blue-list ul li, .black-list ul li {
	
	display: block;
	width: 100%;
	padding-left: 25px;
	background-image: url("./assets/layout/li-bullet-no-link.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	margin-bottom: 5px;
}
.blue-list ul li a {
	color: #00597c;
	text-decoration: none;
}
.blue-list ul li a:hover {
	color: #3fc2f6;
}
.black-list ul li {

	display: block;
	width: 100%;
	padding-left: 25px;
	background-image: url("./assets/layout/li-bullet-no-link.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;	
	margin-bottom: 5px;
}
ul.black-bullets li {
	
	display: block;
	width: 100%;
	padding-left: 25px;
	background-image: url("./assets/layout/li-bullet-no-link.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;	
	margin-bottom: 5px;
}

.woocommerce a img {
	display: block;
	position: relative;
}
ul.sub-menu-ul {
	margin-top: 0px !important;
}

.right-column ul.product_list_widget li, .column ul.product_list_widget li {
	float: left;
	background-image: none !important;
	padding: 0 10px !important;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.right-column ul.product_list_widget li {
	padding: 0 !important;
}
.right-column ul.product_list_widget li a, .column ul.product_list_widget li a {
	display: block;
	width: 100%;
}
.right-column ul.product_list_widget li img, .column ul.product_list_widget li img {
	float: left;
	width: 40px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
}
.right-column ul.product_list_widget li .amount, .column ul.product_list_widget li .amount {
	display: inline-block;
	color: #0c8d00;
}
.product_list_widget li a {
	text-decoration: none;
}
.product_list_widget {
	font: 15px/18px 'karmabold', serif;
	margin-top: 10px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
div.three-column .product_list_widget {
	width: 275px;
}
.product_list_widget li {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	background-image: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 10px !important;
}

.two-column-split {
	display: table;
	width: 100%;
	margin: 20px 0px;
}
.two-column-split .column {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 0;
	vertical-align: top
}
.two-column-split .column:first-child {
	padding-right: 15px;
}
.two-column-split .column:last-child {
	padding-left: 15px;
}

.related-pages {
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	background: url(./assets/layout/right-column-h2.png) center bottom;
	background-repeat: no-repeat;
}

.image-widget {
	font-size: 14px;
	line-height: 17px;
	margin-top: 40px;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
.image-widget .title {
	font: 32px/28px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	display: block;
	margin-bottom: 10px;
}

.image-widget img {
	border: 1px solid #622510;
	margin: 30px auto 0 auto;
}
.widget-caption {
	position: relative;
	display: block;
	background: url(./assets/layout/widget-caption-bg-top.png) center top no-repeat;
	padding: 8px 10px 26px 10px;
	margin-top: -10px;
	z-index: 10;
	font-size: 14px;
	line-height: 14px;
}
.widget-caption:before {
	background: url(./assets/layout/widget-caption-bg.png) center top repeat-y;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 26px;
	bottom: 26px;
	content: "";
	z-index: -1;
}
.widget-caption:after {
	background: url(./assets/layout/widget-caption-bg-bottom.png) center top repeat-y;
	position: absolute;
	width: 100%;
	height: 26px;
	left: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
}

.widget-caption .title {
	font: 28px/24px 'lewiscarrollregular', serif;
	color: #622510;
	letter-spacing: -2px;
	display: block;
	text-align: center;
	padding: 0 15px;
	margin: 0px;
}
.widget-caption .subtitle {
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	display: block;
	text-align: center;
}

.tagcloud a {
	font: 15px/18px 'karmabold', serif !important;
	text-decoration: none;
	color: #00597c;
}

/*404*/

.error404.book-wrapper:after {
	content: "";
	position: absolute;
	top: 521px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(./assets/layout/book-bg-404.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 0;
	min-height: 800px;
}
.error404 .footer-wrapper:before {
	display: none;
}
.error404 .footer-wrapper, .error404 .footer-wrapper:after {
	background-image: none;
}
.error404 .footer-wrapper ul {
	display: none;
	list-style-type: none;
}
.search-form-inline {
	padding-top: 10px;
}
.search-form-inline .search-button {
	float: none;
	margin-left: 5px;
}
.search-form-inline .search-input {
	vertical-align: top;
}

/*SHORTCODES*/
.wb-box p {
	float: none;
}
.wb-box .wb-right a h2 {
	font-size: 22px !important;
	color: #622510 !important;
}
.screen-reader-text {
	display: none;
}
#TB_window img#TB_Image {
	border: 0px;
}
#TB_caption {
	padding: 7px 30px 30px 25px;
}
#TB_window {
	padding-top: 10px;
}

a.wb-buy {
	text-decoration: none;
	position: relative;
	display: inline-block;
	background-color: #ffa200;
	border: none;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 200px;
	height: 32px;
	text-align: center;
	background-image: none;
	opacity: 100;
}
a.wb-buy:after {
	text-indent: 0;
	content: "Buy now at Amazon.com";
	float: left;
	margin-left: 13px;
}
a.wb-buy:hover {
	background-color: #fcc463;
	opacity: 100;
}

.alice-card {
	background-image: url(./assets/layout/card.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 472px;
	height: 582px;
	display: block;
	float: left;
	margin-top: -450px;
	left: 50%;
	margin-left: -872px;
}

/*blog*/

.post {
	display: block;
	margin-bottom: 40px;
	margin-top: 16px;
}
div.entry-date {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font: 13px/15px 'karmabold', serif;
	text-transform: uppercase;
	background-image: url("./assets/layout/date-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}
.entry-date a {
	text-decoration: none;
	color: #622510;
	background-image: none;
}
.divider {
	display: block;
	float: left;
	width: 100%;
	height: 11px;
	font-size: 0px;
	background-image: url("./assets/layout/divider.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
}
.article-meta {
	font: 14px/16px 'karmabold', serif;
	margin-bottom: 20px;
	float: left;
	margin-top: 15px;
	width: 100%;
}
.entry-comments {
	float: right;
	display: inline-block;
}
.post-date {
	font-size: 11px;
	display: inline-block;
	color: #0c8d00;
}

div.gallery {
	width: 100%;
}
.gallery img {
	border: #622510 1px solid
}
.gallery dl {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.tos-prev {
	background-image: url(./assets/layout/hand-left.png);
	background-position: left 10px center;
	background-repeat: no-repeat;
	border-radius: 3px;
	padding: 7px 30px;
	margin: 5px 0;
}
.tos-next {
	background-image: url(./assets/layout/hand-right.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border-radius: 3px;
	padding: 7px 30px;
	margin: 5px 0;
}
.tos-prev span {
	display: none;
}
.tos-next span {
	display: none;
}
.tos-wrapper .tos-caption {
	font: 17px 'karmabold', serif;
}
.tos-close span:after, .tos-close span:before {
	width: 10px !important;
	height: 10px !important;
}
/*.tos-wrapper.tos-has-thumbnails .tos-pagination a {width:75px!important; height:75px!important;}*/
.tos-wrapper.tos-has-thumbnails .tos-pagination {
	height: 80px !important;
}

.comment {
	float: left;
	margin-bottom: 10px;
}
.comment-avatar {
	width: 60px;
	float: left;
}
.comment-avatar img {
	width: 100%;
	height: auto;
}
.comment-content {
	position: relative;
	width: 424px;
	float: left;
	margin-left: 20px;
	padding: 10px 20px;
	background-color: rgba(98, 37, 16, 0.1);
}
.comment-content:before {
	content: "";
	position: absolute;
	width: 17px;
	height: 24px;
	background-image: url("./assets/layout/comment-arrow.png");
	top: 10px;
	left: -17px;
}
ul.comment-meta {
	margin-left: 0px;
}
li.comment-author {
	display: inline-block !important;
}
li.comment-time {
	font-size: 11px;
	display: inline-block !important;
	color: #0c8d00;
	padding-left: 10px;
}
li.comment-time a {
	color: #0c8d00;
	text-decoration: none;
}
.comment-text {
	margin-top: 10px;
}
.comment-form label {
	margin-top: 20px;
	text-align: left;
	float: left;
}

.comment-form input[type="text"] {
	font: 16px 'karma_regular', serif;
	width: 100%;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #622510;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.4);
}
.comment-form label {
	font: 14px 'karmabold', serif;
}
.comment-form textarea {
	font: 16px 'karma_regular', serif;
	width: 100%;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #622510;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.4);
}
.comment-awaiting-moderation {
	font-weight: bold;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}

.nav-single {
	float: left;
	width: 100%;
}
.nav-next a, .nav-previous a {
	text-decoration: none;
	font: 14px/16px 'karmabold', serif;
}
.nav-next {
	float: right;
	width: 50%;
	padding-left: 15px;
	text-align: right;
}
.nav-previous {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.category .woocommerce.columns-4 .products li {
        margin-left:5px!important;
	margin-bottom:20px!important;
}

.blog .woocommerce.columns-4 .products li {
        margin-left:5px!important;
	margin-bottom:20px!important;
}

.single-post .woocommerce.columns-4 .products li {
        margin-left:5px!important;
	margin-bottom:20px!important;
}

/*paging*/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	transition: all 0.0s ease;
	font: 15px/15px 'karmabold', serif;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	border: none;
	padding: 8px 12px;
	margin: 2px;
	font-weight: normal;
	display: inline-block;
}
.wp-pagenavi span.current {
	background-color: transparent;
	border: 1px solid #790000;
	color: #790000;
	font-weight: normal;
	padding: 7px 12px;
}

.wp-pagenavi a.nextpostslink {
	background: #790000 url("./assets/layout/hand-right.png") no-repeat center;
	width: 56px;
}
.wp-pagenavi a.previouspostslink {
	background: #790000 url("./assets/layout/hand-left.png") no-repeat center;
	width: 56px;
}
.wp-pagenavi a {
	background-color: #790000;
}
.wp-pagenavi a:hover {
	background-color: #af0303;
}

.cart-header {
	cursor: pointer;
	float: left;
	margin-left: 60px;
	font-size: 14px;
	height: 40px;
	line-height: normal;
	margin-top: 22px;
	color: #999999;
	position: relative;
}
.cart-icon-amount {
	display: inline-block;
	margin-right: 15px;
	color: #fff;
}
.cart-icon {
	display: inline-block;
	transition: all 0.4s ease;
	position: relative;
}
.cart-icon .product-counter {
	display: block;
	border: 2px solid #666666;
	position: relative;
	padding: 4px 9px;
	color: #fff;
	z-index: 10;
}
.cart-icon:hover {
	background-color: #666666;
}
.cart-icon:hover > .cart-icon-handle {
	top: -8px
}
.cart-icon .cart-icon-handle {
	border: 2px solid #666666;
	border-bottom: 0px;
	right: 50%;
	margin-right: -7.5px;
	top: -6px;
	height: 8px;
	width: 15px;
	position: absolute;
	border-top-left-radius: 99px;
	border-top-right-radius: 99px;
	transition: all 0.4s ease;
}
.top-header .social-icons {
	float: right;
	margin-top: 25px;
}
.top-header .social-icons a {
	margin-left: 10px;
	transition: all 0.4s ease;
	color: #fff;
	text-decoration: none;
}
.top-header .social-icons a:hover {
	color: #606060;
}

/* cart */

.shopnavbar {
	float: left;
	text-align: right;
	background-color: rgba(98, 37, 16, 0.1);
	width: 976px;
	height: 46px;
	position: relative;
	left: -30px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.content-submenu .shopnavbar {
	width: 895px;
	left: -30px;
}

.shopnavbar ul {
	display: inline-block;
}
.shopnavbar ul li {
	display: inline-block;
	line-height: 46px;
	margin-right: 20px;
}
.shopnavbar ul li a {
	font: 16px 'karmabold', serif;
	color: #00597c;
	border-bottom: 1px solid #00597c;
	text-decoration: none;
}
a.cart-contents {
	float: right;
	display: inline-block;
	font: 16px 'karmabold', serif;
	color: #00597c;
	border-left: 1px solid #a7806b;
	line-height: 46px;
	height: 46px;
	min-width: 195px;
	text-decoration: none;
}
a.cart-contents .quantity {
	font: 14px 'karma_regular', serif;
	float: left;
	text-align: center;
	padding: 12px 2px 0px 7px;
	padding-top: 12px;
	height: 46px;
	min-width: 36px;
	margin-left: 15px;
	background: url(./assets/layout/cart.png) left center no-repeat;
	background-size: 100% 30px;
}
a.cart-contents .go-to-cart {
	position: relative;
	margin-right: 30px;
	padding-right: 14px;
	border-bottom: 1px solid #00597c;
}
a.cart-contents .go-to-cart:after {
	width: 8px;
	height: 8px;
	border-left: 2px solid #00597c;
	border-top: 2px solid #00597c;
	content: '';
	position: absolute;
	right: 0px;
	top: 3px;
	transform: rotate(135deg);
}

.shopnavbar ul li a:hover {
	color: #3fc2f6;
	border-bottom: 1px solid #3fc2f6;
}
a.cart-contents:hover .go-to-cart {
	color: #3fc2f6;
	border-bottom: 1px solid #3fc2f6;
}
a.cart-contents:hover .go-to-cart:after {
	border-left: 2px solid #3fc2f6;
	border-top: 2px solid #3fc2f6;
}

/* paddings margins */

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	clear: both;
	text-align: left;
}
.post-type-archive-product ul.products {
	text-align: center;
}

.term-description {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.woocommerce-result-count {
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	font: 16px/16px 'karmabold', serif;
	width: 50%;
}
.woocommerce-ordering {
	float: right;
}
.orderby {
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid #622510;
	padding: 5px 10px;
	margin-top: 12px;
	margin-bottom: 55px;
}
ul.products.home {
	float: left;
	margin-top: 35px;
}
ul.products.shop {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
ul.products li {
	display: inline-block;
	margin-left: 64px;
	margin-bottom: 60px;
	width: 214px;
	height: auto;
	position: relative;
	vertical-align: top;
}
ul.products li:nth-child(3n+1) {
	margin-left: 30px;
}
.products li.type-product {
	background-color: rgba(98, 37, 16, 0.1);
	padding: 10px;
	margin-left: 30px !important;
	min-width: 234px;
}

ul.products {
	position: relative;
	z-index: 10;
}

ul.products li .onsale {
	font: 16px/55px 'karmabold', serif;
	color: #fff;
	font-style: italic;
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	top: -25px;
	right: -25px;
	z-index: 10;
	background-image: url(./assets/layout/sale.png);
	text-align: center;
}
ul.products li .imagewrapper {
	width: 214px;
	background-color: #fff;
	height: 214px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
}
ul.products li img {
	max-width: 214px;
	height: auto;
	max-height: 214px;
	width: auto;
	margin: 0 auto;
}
ul.products li h3 {
	font: 16px/18px 'karmabold', serif;
	color: #1d1d1d;
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: -1px;
}
ul.products li a {
	text-decoration: none;
}
ul.products li .price {
	float: left;
	width: 100%;
	text-align: center;
	font: 20px/19px 'karmabold', serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0d8e00;
	margin-right: 0px
}
ul.products li .price .amount:first-child {
	margin-right: 4px;
}
ul.products li .price span {
	margin-left: 4px;
	margin-right: 4px
}
ul.products li .price del {
	font-size: 13px;
	color: #616161;
}

ul.products li a.button {
	display: table;
	margin: 0 auto;
	background-color: #ffa200;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 142px;
	text-align: center;
}
ul.products li a.button:hover {
	background-color: #fcc463;
}
.added_to_cart.wc-forward {
	display: table;
	margin: 10px auto 0 auto;
	background-color: #039cd8;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 142px;
	text-align: center;
}
.added_to_cart.wc-forward:hover {
	background-color: #43beef
}

ul.products li.product-category img {
	width: 143px;
	height: 189px;
	border: 1px solid #622510;
	margin: 0 auto;
}
ul.products li.product-category {
	float: none;
	height: auto;
	width: 171px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
ul.products li.product-category h3, ul.products li.product-category h2 {
	color: #622510; ;
	font: 25px/17px 'lewiscarrollregular', serif;
	padding: 0 7px;
	font-weight: normal;
	position: relative;
	z-index: 5;
	background-image: url(./assets/layout/category-title.png);
	width: 171px;
	height: 62px;
	max-height: 62px;
	display: table-cell;
	vertical-align: middle;
	top: -5px;
	text-align: center
}
ul.products li.product-category:hover h3, ul.products li.product-category:hover h2 {
	color: #fff;
	background-position: bottom;
}
.woocommerce-product-rating {
	float: left;
	width: 100%;
	margin: 10px 0px 20px 0px
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 4.64em;
	font-family: fontawesome;
	font-weight: 400;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: rgba(0,0,0,.2);
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.618em;
}
.star-rating span:before {
	font-family: 'FontAwesome';
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	color: #00597c;
}

.categorie-list {
	float: left;
	width: 100%;
}

.submenu ul.product-categories {
	display: block;
	margin-top: 0px;
	font: 16px 'karmabold', serif;
	letter-spacing: -1px;
	padding-left: 0px;
	float: left;
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url("./assets/layout/shop-submenu-bg.png") no-repeat bottom center;
}
.submenu ul.product-categories li {
	text-transform: none;
	float: left;
	width: 100%;
	background-image: none;
	margin: 5px 0px;
	padding-left: 0px;
}
.submenu ul.product-categories  a {
	color: #8f0000;
	text-decoration: none;
	float: left;
	width: 100%;
}
.submenu ul.product-categories  a:hover, .submenu ul.product-categories li.current-cat-parent a {
	color: #000;
}
.submenu ul.product-categories li ul {
	display: none;
}
.submenu ul.product-categories ul {
	list-style-type: disc !important;
	list-style-position: inside;
}
.submenu ul.product-categories li.current-cat ul, .submenu ul.product-categories li.current-cat-parent ul {
	display: block;
	margin: 10px 0px
}
.submenu ul.product-categories li.current-cat ul li {
	padding-left: 0px;
}
.submenu ul.product-categories li.current-cat ul li a {
	color: #8f0000 !important;
}
.submenu ul.product-categories li.current-cat-parent ul li.current-cat a {
	color: #000 !important;
}
.submenu ul.product-categories li.current-cat-parent ul li a {
	color: #8f0000 !important;
}
.submenu ul.product-categories li.current-cat ul li a:hover, .submenu ul.product-categories li.current-cat-parent ul li a:hover {
	color: #000 !important;
}
.submenu ul.product-categories li .numberproducts {
	color: #c8c8c8;
	float: right;
	font: 14px/40px 'Helvetica', 'Arial', serif;
}
.submenu ul.product-categories li ul li .numberproducts {
	font: 14px/30px 'Helvetica', 'Arial', serif;
}
.submenu ul.product-categories li.current-cat-parent ul li, .submenu ul.product-categories li.current-cat ul li {
	font: 15px 'karmamedium', serif;
	display: list-item;
}
.submenu ul.product-categories ul a {
	float: none;
}
.submenu ul.product-categories li.current-cat-parent a {
	color: #8f0000;
}
.submenu ul ul {
	color: #8f0000;
}

.widget_layered_nav select {
	display: block;
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	padding: 10px;
	margin-bottom: 55px;
}

.woocommerce-pagination {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
}
.woocommerce-pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-numbers li {
	float: left;
	font-weight: normal;
	margin: 2px;
	font: 15px/15px 'karmabold', serif;
	color: #fff;
}
.page-numbers li a {
	text-decoration: none;
	border: none;
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #790000;
	border-radius: 3px;
}
.page-numbers li a:hover {
	background-color: #af0303;
	color: #fff;
}
.page-numbers li .current {
	background-color: transparent;
	border: 1px solid #790000;
	color: #790000;
	font-weight: normal;
	padding: 7px 11px;
	border-radius: 3px;
}
.page-numbers li a.next {
	background: #790000 url("./assets/layout/hand-right.png") no-repeat center;
	padding: 8px 22px;
}
.page-numbers li a.prev {
	background: #790000 url("./assets/layout/hand-left.png") no-repeat center;
	padding: 8px 22px;
}
.page-numbers li a.next:hover, .page-numbers li a.prev:hover {
	background-color: #af0303;
}
.page-numbers.dots {
	color: #790000;
}

.product {
	position: relative;
	z-index: 10;
}

.detail-top {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.back-to-category a {
	text-decoration: none;
	color: #999999;
	padding-left: 10px;
	float: left;
	position: relative
}
.back-to-category a:after {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 18px;
	height: 10px;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 20px;
	content: "\f104";
}
.back-to-category a:hover {
	color: #000;
}
.next-prev-products {
	float: right;
}
.next-prev-products a {
	margin-left: 4px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	color: #999999;
	border-radius: 50%;
	position: relative;
}
.next-prev-products a:hover {
	color: #ffffff;
	background-color: #999999;
}
.next-prev-products a:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 10px;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 20px;
}
.next-prev-products a:first-child:after {
	content: "\f104";
	padding-left: 7px;
}
.next-prev-products a:last-child:after {
	content: "\f105";
	padding-left: 9px;
}

.images {
	display: inline-block;
	width: 314px;
	height: 309px;
	float: left;
	margin-top: 20px;
}
.woocommerce-main-image {
	float: left;
	width: 232px;
	height: 309px;
	background-color: #fff;
	vertical-align: middle;
}
.images img {
	max-width: 232px;
	height: auto;
	max-height: 309px;
	width: auto;
	margin: 0 auto;
}
.images .thumbnails , .images .flex-control-thumbs{
	width: 100%;
	height: 75px;
	padding-top: 7px;
}
ol.flex-control-thumbs {
	text-align:center;
	max-width: 232px;
	width: auto;
	margin:0 auto;
}
.flex-control-thumbs li {
	display: inline-block;	
}

.images .thumbnails img, .images .flex-control-thumbs img {
	width: 73px;
	margin: 2px;
}

.product .onsale {
	display: none;
}
.summary {
	width: 530px;
	padding-left: 55px;
	padding-bottom: 30px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	background: url("./assets/layout/product-summery-bg.png") no-repeat left bottom;
}
h1.product_title {
	font-size: 34px;
	line-height: 28px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}
.product .price {
	position: relative;
	margin-bottom: 20px;
}
.product .price .amount {
	color: #0d8e00;
	font: 22px 'karmabold', serif;
}
.product .price del .amount {
	color: #616161;
	font: 16px 'karma_regular', serif;
}
.product .price ins {
	text-decoration: none;
}
.product .amzStore-price-info, .product .AmzStore-price-info {
	font: 14px 'karma_regular', serif;
}
.product .amzStore-availability-icon {
	font-size: 12px;
	color: #4e4c47;
	background: url("./assets/layout/stock.png") left center no-repeat;
	white-space: wrap;
}
.summary div[itemprop="description"] p {
	text-align: justify;
	margin-bottom: 20px;
}

.product form.cart {
	float: left;
	margin: 20px 0 20px 0;
}
.product .quantity {
	display: inline-block;
}
.product .input-text.qty {
	height: 34px;
	width: 34px;
	margin-top: -4px;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	border: 1px solid #622510;
}
.product .quantity:before {
	content: "Qty:";
	font-size: 14px;
}
.product .group_table .input-text.qty {
	margin-top: 2px;
}
.product_meta {
	float: left;
	width: 100%;
}
.product_meta span {
	line-height: 34px;
	font-size: 14px;
}
.product_meta span a {
	text-decoration: none;
}
.productinfo-show-discounts {
	float: left;
	margin: 20px 0px;
}
.group_table td {
	padding-bottom: 20px;
}
td.label {
	padding-right: 20px;
}

.button.single_add_to_cart_button {
	display: inline-block;
	background-color: #ffa200;
	border: none;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 142px;
	text-align: center;
}
.button.single_add_to_cart_button:hover {
	background-color: #fcc463;
}

ul.tabs {
	font: 15px/30px 'kamrmabold', serif;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
	padding-left: 10px;
	list-style-type: none;
}
ul.tabs li {
	float: left;
	padding: 0px;
	height: 42px;
	padding: 0;
	float: left;
	margin: 0 20px;
}
ul.tabs li a:hover {
	color: #000000;
}
ul.tabs li a {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	height: 43px;
	font: 15px/42px 'karmabold', serif;
	color: #00597c;
	padding-top: 1px;
}
ul.tabs li.active a {
	background-color: #fff;
	border-top: 1px solid #622510;
	text-decoration: none;
	color: #622510;
	padding: 0px 20px 0px 20px;
}
ul.tabs li.active a:before {
	background: url("./assets/layout/tab-left.png");
	position: absolute;
	content: "";
	left: -20px;
	top: -1px;
	width: 20px;
	height: 43px;
}
ul.tabs li.active a:after {
	background: url("./assets/layout/tab-right.png");
	position: absolute;
	content: "";
	right: -20px;
	top: -1px;
	width: 20px;
	height: 43px;
}
ul.tabs li a:hover {
	background-color: #fff;
	border-top: 1px solid #622510;
	text-decoration: none;
	color: #622510;
	padding-top: 0px;
}
ul.tabs li a:hover:before {
	background: url("./assets/layout/tab-left.png");
	position: absolute;
	content: "";
	left: -20px;
	top: -1px;
	width: 20px;
	height: 43px;
}
ul.tabs li a:hover:after {
	background: url("./assets/layout/tab-right.png");
	position: absolute;
	content: "";
	right: -20px;
	top: -1px;
	width: 20px;
	height: 43px;
}

.woocommerce-tabs {
	width: 821px;
	float: left;
	background-color: rgba(98, 37, 16, 0.1);
	margin-top: 30px;
	border-radius: 5px 5px 0px 0px;
	padding-top: 3px;
	margin-bottom: 30px;
}
.woocommerce-tabs .panel h2 {
	font: 15px 'karmabold', serif;
	letter-spacing: normal;
	color: #1d1d1d;
	margin-bottom: 20px;
}
.woocommerce-tabs .panel #comments h2 {
	display: block !important;
	font: 15px 'karmabold', serif;
}
.woocommerce-tabs .panel {
	float: left;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #622510;
	width: 100%;
	background-color: #fff;
	padding: 30px;
}
.woocommerce-tabs .panel.entry-content p {
	text-align: justify;
}

.panel .cross-sell {
	margin-top: 40px;
}
#cross-sell-add-to-cart {
	text-decoration: none;
	position: relative;
	display: inline-block;
	background-color: #ffa200;
	border: none;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 142px;
	height: 32px;
	text-align: center;
	margin-top: 10px;
	margin-left: -7px;
}
#cross-sell-add-to-cart img {
	display: none;
}
#cross-sell-add-to-cart:after {
	position: relative;
	z-index: 5;
	content: "Add to cart";
}
#cross-sell-add-to-cart:hover {
	background-color: #fcc463;
}
#cross-sell-bpt {
	font: 13px 'karmabold', serif;
}
#cross-sell-buying-price .amount {
	font: 14px 'karmabold', serif;
	color: #ffa200;
	float: left;
	margin-top: -6px;
}

.product.woocommerce.add_to_cart_inline {
	border: 0px !important;
	padding: 0px !important;
}

.shop_attributes {
	margin-top: 20px;
}
.shop_attributes th {
	vertical-align: top;
	font: 14px 'karmabold', serif;
	text-align: left;
}
.shop_attributes td {
	vertical-align: top;
	font: 14px 'karma_regular', serif;
	text-align: left;
	padding-left: 20px;
}

ol.commentlist {
	list-style: none;
	display: block;
	margin-bottom: 0px;
	float: left;
}
ol.commentlist li {
	display: block;
}

.panel ol.commentlist {
	width: 100%
}
.panel ol.commentlist li {
	width: 100%;
	border-bottom: 1px solid #a3b8c4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#reviews .commentlist li .avatar {
	float: left;
	width: 60px;
	height: auto;
}
#reviews .commentlist li .comment-text {
	float: left;
	margin-top: 0px;
	width: 699px;
	padding-left: 20px;
}
#reviews .commentlist li .star-rating {
	margin: 0;
}
#reviews .commentlist li p.meta {
	margin: 5px 0;
	font-size: 14px;
}

#respond {
	clear: both;
	padding: 10px 0px;
	width: 100%;
	float: left;
	border-top: 1px solid #622510;
	margin-top: 20px;
}
#reviews h3 {
	font: 17px 'karmabold', serif;
	letter-spacing: normal;
}
#reviews .comment-form-rating {
	clear: both;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}
#reviews .comment-form-rating label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px
}
#respond .comment-form-comment {
	clear: both;
}
#respond .comment-form-comment label {
	text-align: left;
	float: left;
}

p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4 {
	border-right: 1px solid #790000;
}
p.stars a.star-1 {
	width: 2em;
}
p.stars a.star-2 {
	width: 3em;
}
p.stars a.star-3 {
	width: 4em;
}
p.stars a.star-4 {
	width: 5em;
}
p.stars a.star-5 {
	width: 6em;
}
p.stars a {
	display: inline-block;
}
p.stars a {
	font-weight: 700;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	color: #00597c;
}
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 1em;
}
p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
	content: "\f005";
}
p.stars a.star-1:after {
	content: "\f006";
}
p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
	content: "\f005\f005";
}
p.stars a.star-2:after {
	content: "\f006\f006";
}
p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
	content: "\f005\f005\f005";
}
p.stars a.star-3:after {
	content: "\f006\f006\f006";
}
p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
	content: "\f005\f005\f005\f005";
}
p.stars a.star-4:after {
	content: "\f006\f006\f006\f006";
}
p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
	content: "\f005\f005\f005\f005\f005";
}
p.stars a.star-5:after {
	content: "\f006\f006\f006\f006\f006";
}

.related.products .product .onsale {
	display: block;
}

.related.products .product .price .amount {
	font-weight: normal !important;
}
.related.products .product .price .amount:first-child {
	margin-right: 10px;
}

.related.products, .upsells.products {
	float: left;
	position: relative;
	left: -17px;
	overflow: hidden !important;
	width: 814px;
}

.related.products h2, .upsells.products h2 {
	text-align: center;
	font-size: 28px;
	margin: 0px;
	height: 40px;
}
.related.products h2 {
	background: url(./assets/layout/related-h2.png) center no-repeat;
}
.upsells.products h2 {
	background: url(./assets/layout/upsells-h2.png) center no-repeat;
}
.related.products ul.products, .upsells.products ul.products {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 30px;
	width: 746px;
	margin-left: 30px;
}
.related.products ul.products li, .upsells.products ul.products li {
	white-space: normal;
	margin-left: 13px !important;
	margin-right: 0px;
}
.related.products ul.products li:nth-child(1), .upsells.products ul.products li:nth-child(1) {
	margin-left: 0px !important;
}

.related.products ul.products li:nth-child(3n+1), .upsells.products ul.products li:nth-child(3n+1) {
	margin-left: 0px;
}
.related.products ul.products li .amzStore-price-info, .upsells.products ul.products li .amzStore-price-info {
	display: block;
	color: #1d1d1d;
	margin-top: 10px;
}
.related.products ul.products li .AmzStore-price-info, .upsells.products ul.products li .AmzStore-price-info {
	display: none;
	color: #1d1d1d;
	margin-top: 10px;
}
.related.products ul li, .upsells.products ul li {
	margin-left: 30px;
}
/*.related.products ul,.upsells.products ul {left: 0px!important;}*/

.scroll-left, .scroll-right {
	z-index: 10;
	position: absolute;
	top: 70px;
	background: url(./assets/layout/scroll-products-line.png) center no-repeat;
	height: 214px;
	width: 34px;
	cursor: pointer;
}
.scroll-left:before, .scroll-right:before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #790000;
	position: absolute;
	left: 0;
	top: 90px
}
.scroll-left:hover:before, .scroll-right:hover:before {
	background-color: #af0303;
}
.scroll-left:after, .scroll-right:after {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 90px;
}
.scroll-left:after {
	background: url(./assets/layout/hand-left.png) center no-repeat;
	background-size: 70%;
}
.scroll-right:after {
	background: url(./assets/layout/hand-right.png) center no-repeat;
	background-size: 70%;
}

.scroll-left {
	left: 0px;
}
.scroll-right {
	right: 0px;
}

/*Cart*/

.cart-empty, .return-to-shop {
	font-family: 'karmabold', serif;
	text-align: center;
	margin-top: 30px;
}

.woocommerce-error {
	font-family: 'karmabold', serif;
	width: 100%;
	border-radius: 9px;
	margin-bottom: 20px;
	background-color: rgba(98, 37, 16, 0.1);
	float: left;
	padding: 20px;
}
.woocommerce-message {
	font-family: 'karmabold', serif;
	border-radius: 9px;
	width: 100%;
	margin-top: 20px;
	background-color: rgba(98, 37, 16, 0.1);
	float: left;
	padding: 20px;
	margin-bottom: 20px;
}
.woocommerce-cart form {
	width: 65%;
	float: left;
	border-right: solid 1px #8f0000;
	padding-right: 30px;
	margin-top: 50px;
}

.shop_table.cart {
	float: left;
	width: 100%;
	text-align: left;
}

.shop_table.cart tr {
	border-bottom: dashed 1px #8f0000;
}
.shop_table.cart thead tr {
	border-bottom: solid 1px #8f0000;
}
.shop_table.cart tr th {
	text-align: left;
	padding-bottom: 8px;
	font-weight: normal;
	font-family: 'karmabold', serif;
}

.shop_table.cart td {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
}

.shop_table.cart td.product-remove {
	width: 43px;
	vertical-align: top;
}
.shop_table.cart td.product-name {
	width: 200px;
}

.shop_table.cart a.remove {
	float: left;
	color: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: #00597c;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.shop_table.cart a.remove:hover {
	background-color: #3fc2f6;
}
.shop_table.cart a {
	text-decoration: none;
	color: #43a0bf;
}
.shop_table.cart .product-thumbnail {
	width: 120px;
}
.shop_table.cart img {
	width: 100px;
	height: auto;
}
.shop_table.cart dl {
	line-height: 20px;
}
.shop_table.cart dt {
	float: left;
	clear: left;
}
.shop_table.cart li dd {
	float: left;
}

.shop_table.cart td.product-quantity {
	width: 80px;
}
.shop_table.cart td.product-quantity input {
	width: 40px;
	border: 1px solid #622510;
	padding: 4px;
}
.woocommerce-cart form .quantity {
	padding-top: 0px;
}

.shop_table.cart .coupon label {
	display: inline-block;
	width: 159px;
}
.shop_table.cart .coupon {
	float: left;
	width: 100%;
	border-bottom: dashed 1px ##8f0000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.shop_table.cart .coupon #coupon_code {
	display: inline-block;
	height: 40px;
	border: 1px solid #8f0000;
	text-indent: 10px;
}
/*.shop_table.cart .button{float: right; display: block; width: auto; background-color: #790000; border: none; border-radius: 3px; color:#fff; height: 32px; margin-right: -21px; padding: 0 12px; font: 16px 'karma_regular', serif;}
 .shop_table.cart .button:hover{background-color: #af0303;}*/

.cart-collaterals {
	float: left;
	width: 35%;
	padding-left: 30px;
	margin-top: 47px;
}

.cart-collaterals .woocommerce-shipping-calculator {
	width: 100% !important;
	padding: 0px;
	margin: 0px;
	border: none;
}
.cart-collaterals h2 {
	font: 20px/20px 'karmabold', serif;
	letter-spacing: normal;
}
.cart-collaterals table {
	border-top: solid 1px #8f0000;
	margin-top: 11px;
	width: 100%;
}

.cart-collaterals table tr {
	border-bottom: dashed 1px #8f0000;
}
.cart-collaterals table td, .cart-collaterals table th {
	padding: 10px 0 10px 0px;
	vertical-align: middle;
}
.cart-collaterals table th {
	text-align: left;
	font-weight: normal;
	font-family: 'karmabold', serif;
}
.cart-collaterals table td {
	text-align: right
}
.cart-collaterals .woocommerce-shipping-calculator p {
	float: right;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
	display: block;
	width: 200px;
	float: right;
}

.shipping-calculator-form .button {
	float: right;
	border: none;
	width: 200px;
	transition: all 0.2s ease;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.shipping-calculator-form .button:hover {
	background-color: #1d728e;
}

.shipping-calculator-form .country_to_state {
	width: 200px;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.shipping-calculator-form .input-text {
	width: 200px;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px;
}
.cart-collaterals a {
	text-decoration: none;
	color: #43a0bf;
}

/*.cart-collaterals .checkout-button{text-transform: uppercase; float: right; display: block; width: auto; background-color: #ffa200; border: none; border-radius: 3px; color:#fff; height: 32px; margin-top: 8px; padding: 8px 12px; font: 16px 'karma_regular', serif;}
 .cart-collaterals .checkout-button:hover{background-color: #fcc463;}*/

/*login on checkout */

.woocommerce-info {
	width: 100%;
	color: #000;
	padding-left: 0px;
	margin-bottom: 30px;
	float: left;
}
.woocommerce-info:before {
	font-family: fontawesome;
	font-weight: 400;
	content: "\f06a";
	margin-right: 5px;
	margin-top: 2px;
	font-size: 19px;
}
.woocommerce-info a, .login a {
	text-decoration: none;
	margin-left: 8px;
	color: #43a0bf;
}
.login, .lost_reset_password {
	width: 100% !important;
	border: 3px solid #ddd;
	border-right: 3px solid #ddd !important;
	margin-bottom: 30px;
	float: left;
	padding: 10px;
}
.login p, .lost_reset_password p {
	margin-bottom: 20px;
}
.login .form-row {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.login .form-row.form-row-first {
	padding-right: 10px;
}
.login .form-row.form-row-last {
	padding-left: 10px;
}
.login .form-row.form-row-wide {
	padding: 5px;
}
.lost_password {
	padding-top: 8px;
}
.login .button, .lost_reset_password .button {
	border: none;
	width: 200px;
	transition: all 0.2s ease;
	display: inline;
	text-align: center;
	text-decoration: none;
	background-color: #43a0bf;
	font: 16px/40px 'futurastd-cb', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-right: -20px
}
.login .button:hover, .lost_reset_password .button:hover {
	background-color: #1d728e;
}
.lost_reset_password .button {
	width: 260px;
}
.login label.inline {
	margin-top: 20px;
}
.login label.inline input[type="checkbox"] {
	vertical-align: top;
	margin-top: 5px;
}

form.login {
	border-right: none;
	padding-right: 60px;
	padding: 10px;
}
form.lost_reset_password {
	padding: 10px;
}
.lost_reset_password .form-row.form-row-first, .lost_reset_password .form-row.form-row-last {
	padding: 0px !important;
}

.order-info {
	margin-bottom: 30px;
}

/*checkout*/

form.woocommerce-checkout {
	width: 100% !important;
	padding: 0px;
	margin: 0px;
	border: none;
}

form.woocommerce-checkout #customer_details {
	width: 65%;
	float: left;
	padding-right: 60px;
}
form.woocommerce-checkout h3 {
	font: 24px/40px 'futurastd-cb', sans-serif;
	letter-spacing: -.02em;
	color: #262626;
	padding-bottom: 10px;
}
.woocommerce-billing-fields h3 {
	border-bottom: 1px solid #dddddd;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
form.woocommerce-checkout h3 label {
	font: 16px 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}

form.woocommerce-checkout .form-row-wide {
	width: 100% !important;
	float: left;
}
form.woocommerce-checkout .country_to_state {
	margin-top: 30px;
	border: 0px;
	padding: 0px;
}
form.woocommerce-checkout .form-row {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
form.woocommerce-checkout #billing_address_1_field, form.woocommerce-checkout #shipping_address_1_field {
	margin-bottom: 5px;
}}

.woocommerce-checkout .select2-container .select2-choice {
	padding: 8px 0 8px 8px;
	border-radius: 0;
	border-color: #dddddd !important;
}
.select2-container .select2-choice {
	padding: 4px 0 4px 8px !important;
	border-radius: 0px !important;
	border-color: #dddddd !important;
}
.select2-results {
	background: #ffffff !important;
}
.select2-drop-active {
	border: 1px solid #ddd !important;
	border-top: none;
}
.select2-search input {
	margin-top: 2px;
}
form.woocommerce-checkout .form-row.form-row-first {
	padding-right: 10px;
}
form.woocommerce-checkout .form-row.form-row-last {
	padding-left: 10px;
}
.form-row label {
	width: 100%;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.form-row .input-text {
	padding: 5px;
	border: 1px solid #dddddd;
	width: 100%;
}

form.woocommerce-checkout .create-account {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}
form.woocommerce-checkout .create-account label {
	width: auto;
}
form.woocommerce-checkout .create-account .input-checkbox {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
form.woocommerce-checkout .create-account #account_password_field {
	width: 100%;
	margin-top: 20px;
}

h3#ship-to-different-address {
	float: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3#ship-to-different-address:after {
	display: none;
}
h3#ship-to-different-address label {
	width: auto;
	font: 14px 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
}
h3#ship-to-different-address .input-checkbox {
	float: left;
	margin-right: 20px;
	margin-top: 18px;
}
form.woocommerce-checkout .shipping_address {
	float: left;
}
form.woocommerce-checkout .notes {
	width: 100% !important;
	float: left;
}
form.woocommerce-checkout .notes #order_comments {
	border: 1px solid #dddddd;
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 35%;
	float: left;
	border: 3px solid #ddd;
	padding: 20px;
	font-size: 14px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	margin-bottom: 20px;
	width: 100%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
	padding-top: 4px;
	padding-bottom: 4px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr {
	border-bottom: solid 2px #dddddd;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr {
	border-bottom: dashed 1px #dddddd;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr:last-child {
	border-bottom: solid 1px #dddddd;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table dl {
	line-height: 20px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table dt {
	float: left;
	clear: left;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-name {
	text-align: left;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .product-quantity {
	font-weight: normal;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
	vertical-align: middle;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
	display: block;
	padding: 0px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .payment_method_paypal img {
	display: none;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .form-row.place-order {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .button {
	border: none;
	margin-bottom: 0px;
	width: 200px;
	transition: all 0.2s ease;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #d56a5c;
	font: 16px/40px 'futurastd-cb', sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .button:hover {
	background-color: #b94536;
}

/*bevestiging*/

.order_details {
	margin: 20px 0;
}
.order_details .total {
	text-align: left;
	font: inherit;
	text-transform: none;
	margin: 0;
}

.shop_table.order_details {
	margin-bottom: 40px;
	width: 100%;
}
.shop_table.order_details td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.shop_table.order_details thead tr {
	border-bottom: solid 2px #dddddd;
}
.shop_table.order_details tr {
	border-bottom: dashed 1px #dddddd;
}
.shop_table.order_details dl {
	line-height: 20px;
}
.shop_table.order_details dt {
	float: left;
	clear: left;
}
.shop_table.order_details .product-name {
	text-align: left !important;
}
.shop_table.order_details .product-total {
	text-align: right;
}
.shop_table.order_details .product-quantity {
	font-weight: normal;
}
.shop_table.order_details tfoot tr:last-child {
	border-bottom: solid 2px #dddddd;
}
.shop_table.order_details tfoot th {
	text-align: left;
	vertical-align: middle;
}
.shop_table.order_details tfoot td {
	text-align: right;
}

.shop_table.customer_details {
	margin-bottom: 20px;
	width: 100%;
}
.shop_table.customer_details tbody th {
	text-align: left;
}
.shop_table.customer_details tbody tr:first-child {
	border-bottom: dashed 1px #dddddd;
}
.shop_table.customer_details tbody td {
	padding: 5px 0;
}
.col2-set.addresses h3 {
	font: 20px/22px 'futurastd-cb', sans-serif;
	letter-spacing: -.02em;
	color: #262626;
	padding-bottom: 10px;
}
.col2-set.addresses {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.col2-set.addresses .col-1 {
	margin-right: 60px
}
.col2-set.addresses .col-1, .col2-set.addresses .col-2 {
	width: auto;
	float: left;
}

/*my account */
p.myaccount_user {
	margin-bottom: 30px;
}
.myaccount_user a {
	text-decoration: none;
	color: #43a0bf;
}

.shop_table.my_account_orders {
	margin-bottom: 40px;
	width: 100%;
}
.shop_table.my_account_orders td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.shop_table.my_account_orders thead tr {
	border-bottom: solid 2px #dddddd;
}
.shop_table.my_account_orders thead tr th {
	text-align: left;
}
.shop_table.my_account_orders tr {
	border-bottom: dashed 1px #dddddd;
}
.shop_table.my_account_orders a {
	color: #43a0bf;
}

legend {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	border-top: dashed 1px #dddddd;
	width: 100%;
	padding-top: 20px;
	float: left;
}
.form-row {
	margin-bottom: 20px;
}
input.button {
	border: none;
	margin-bottom: 0px;
	width: 200px;
	transition: all 0.2s ease;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #43a0bf;
	font: 16px/40px 'futurastd-cb', sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
input.button:hover {
	background-color: #1d728e;
}

#fusionbot-content #content {
	float: left;
	margin-left: 40px !important;
	width: 800px;
	margin-top: 40px;
}
#fusionbot-content #content div {
	font-size: 16px !important;
	width: 800px;
}
#fusionbot-content form {
	display: block;
	width: 100% !important;
	float: left;
	margin-bottom: 30px;
}
#fusionbot-content form br {
	display: none;
}
#fusionbot-content form span {
	float: left;
	line-height: 32px;
	margin: 0px 10px 0px 20px;
}
#fusionbot-content input[type=submit] {
	float: left;
	background-color: #790000;
	border: none;
	border-radius: 3px;
	color: #fff;
	height: 32px;
	margin-left: 10px;
	padding: 0 12px;
	font: 16px 'karma_regular', serif;
}
#fusionbot-content input[type=submit]:hover {
	background-color: #af0303;
}

#fusionbot-content input[type=text], #fusionbot-content select {
	background-color: #fbf5ec;
	border: 2px solid #790000;
	border-radius: 3px;
	color: #790000;
	text-indent: 10px;
	font-size: 14px;
	line-height: 26px;
	height: 32px;
	width: 177px;
	float: left;
}

#fb_pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}
#fb_pagination a {
	text-decoration: none;
	border: none;
	color: #fff;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #790000;
	border-radius: 3px;
}
#fb_pagination a:hover {
	background-color: #af0303;
	color: #fff;
}

/* footer */
.footer-wrapper {
	position: relative;
	margin-top: 175px;
	text-align: center;
	display: block;
	background-image: url(./assets/layout/footer-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 70px 0 30px 0;
	font: 14px 'karmamedium', serif;
	z-index: 50;
}
.footer-wrapper:before {
	position: absolute;
	content: "";
	left: -130px;
	top: -100px;
	width: 266px;
	height: 232px;
	z-index: 2;
	background-image: url(./assets/layout/sleutel.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.footer-wrapper:after {
	position: absolute;
	content: "";
	left: -51px;
	right: -51px;
	bottom: -20px;
	height: 20px;
	background-color: transparent;
	z-index: 1;
	background-image: url(./assets/layout/bottom-shadow.png);
	background-position: left top -3px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.footer-wrapper ul {
	display: inline-block;
	list-style-type: none;
}
.footer-wrapper ul li {
	float: left;
	margin-left: 20px;
}

.caroufredsel_wrapper {
	margin-left: 40px !important;
	width: 738px !important;
}
.scroll-left.disabled:after, .scroll-left.disabled:before, .scroll-right.disabled:after, .scroll-right.disabled:before {
	display: none !important;
}
.scroll-left.disabled, .scroll-right.disabled {
	cursor: default !important;
}

.button.product_type_external {
	display: table;
	margin: 0 auto;
	background-color: #ffa200;
	border-radius: 3px;
	font: 15px/32px 'karmabold', serif;
	color: #fff;
	width: 100px;
	text-align: center;
	margin-right: 5px;
	text-decoration: none;
}
.button.product_type_external:hover {
	background-color: #fcc463;
}
.button.single_add_to_cart_button {
	text-decoration: none;
}

.td {
	padding: 3px;
}

.lines th {
	color: #fff;
	background-color: #622510;
	padding: 3px;
	border: 1px solid #622510;
}

.shophome .widget {
	display: none !important;
}

.shophome .widget.widget_product_categories {
	display: block !important;
}

.cart-subtotal {
	display: none !important;
}

p {
	float: none !important;
}

h2.featured-products {
	margin-bottom: 20px;
}

H2 a:hover {
	color: #3fc2f6 !important;
}

.submenu H2 a:hover {
	color: #000 !important;
}

.three-column h2, .two-column h2, .three-column h3, .two-column h3 {
	background-image: none;
}

.three-column .category-widget h2 {
	background-image: url(./assets/layout/three-columns-h2-bg.png)
};

ul.products li .price del {
	display: none;
}

.black-list ul, .blue-list ul {
	margin-bottom: 10px;
	margin-top: 5px;
}

.black-list li, .blue-list li {

	font: 16px 'karma_regular', serif !important;
	padding-bottom: 2px !important;
	padding-top: 2px;!important;
	background-position: left top 2px !important;
}

ul, ul.links {

	font: 16px 'karma_regular', serif !important;
}

.black-list ul li ul, .blue-list ul li ul {
	display: block;
	margin-bottom: 4px;
}

.black-list ul li ul li, .blue-list ul li ul li {

	font-size: 16px !important;
	background-size: 16px !important;
	background-position: left top 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 20px;
}

.main-content .column ul.links li.sublist ul li {

	font-size: 16px !important;
	background-size: 16px;
	background-position: left top 2px;
	padding-left: 20px;
}

.three-column .column p {
	padding: 0 0px;
}

.three-column h2 {
	padding: 0 0px;
}

.image-quote-wrapper {

	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.image-quote {

	font-size: 18px;
}

H1 {

	margin-bottom: 10px;
}

article.justify {

	padding-right: 20px;
}

.footer-wrapper {

	margin-top: 70px;
}

article h2 {

	font-size: 32px;
}

.crumbtrail {
	width: 100% !important;
}

.double-column .right-column:after {

	top: -83px !important;
}

.column p {

	font-size: 16px !important;
	text-align: left !important;
}

.justify, .woocommerce .submenu .category-widget .links li {
	text-align: left !important;
}

ul.product_list_widget li img {

	width: 130px !important;
	margin-bottom: 10px !important;
}


.submenu ul ul ul, .submenu ul ul ul li.current-menu-item {

	font-size: 15px !important;
}

.submenu ul ul ul li a:before {

	top: 5px;
}

h3 a, h2 a {

	text-decoration: none;
	color: #622510;
}

blockquote {

	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

blockquote p {

	margin-top: 0px;
	margin-bottom: 10px;
}

blockquote p:nth-child(1) {

	margin-top: 10px;
}

.three-column h2, .two-column h2, .three-column h3, .two-column h2 {

	width: 100%;
}

.frontpage .three-column h2 {

	width: auto;
}

img.alignleft, .wp-caption.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright , .wp-caption.alignright{
	float: right;
	margin-left: 10px;
}

img.aligncenter , .wp-caption.aligncenter {
	margin: 0 auto;
	float: none;
}

img.alignnone, .wp-caption.alignnone {
	float: none;
}

table.lines td {
	border: 1px solid;
}

.right-column .post-date {

	display: block;
	margin-bottom: 5px;
}

ul.products li.product-category img {

}

.onsale {
	display: none !important;
}

.woocommerce .product_meta .sku_wrapper, .woocommerce .posted_in {
	display: none;
}

.product_meta, .prod_description {
	display: block;
	clear: both;
}

.prod_description {
	float: left;
	margin-top: 10px;
	border-top: 1px solid #d6c3b4;
	padding-top: 10px;
	white-space: pre-line;
}

p.price {
	width: auto;
	float: left;
}

p.amzStore-availability-icon {
	width: auto;
	float: right;
	color: #000 !important;
	font-size: 13px !important;
	padding-left: 25px;
}

.product form.cart {
	margin-top: 10px;
}

.summary {
	background-position-x: 30px;
}

/*.tos-caption {display:none;}

 */

.woocommerce-message a {
	float: right !important;
}

.wc-proceed-to-checkout .checkout-button {
	margin: 15px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #790000;
	color: #fff;
	border-radius: 3px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
	padding: 14px 70px 14px 30px !important;
	background-image: url(./assets/layout/hand-right.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
}

.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #af0303
}

.shop_table.cart .button {
	width: auto;
	margin: 5px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
	border-radius: 3px;
	padding: 7px 30px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
	float: right;
}

.shop_table.cart .button:hover {
	background-color: #ffa200
}

.shop_table.cart tr {
	border-bottom: solid 1px #8f0000!important;
}

.woocommerce-cart em {
	padding-left: 20px;
	display: inline-block !important;
	width: 300px;
}

.shop_table.cart a {
	color: #00465e;
}

.comment-form label {
	margin-top: 5px;
}

#reviews .comment-form-rating {
	margin-bottom: 5px;
	margin-top: 5px;
}

.woocommerce-product-rating {
	display: none;
}

.product form.cart {
	width: 100%;
}

p.price del .amzStore-price-info, span.price del .amzStore-price-info {
	display: none !important;
}

.variations td {
	padding-bottom: 5px !important;
}

ul.products li.product-category img {
	width: auto !important;
	height: auto !important;
}

ul.products li.product-category {
	margin-bottom: 20px;
}

.view_product {
	text-align: center;
	font-size: 14px;
	width: 100%;
	display: table;
	padding-top: 10px;
	text-decoration: underline !important;
}

a p, a:hover p {
	color: #1d1d1d !important;
}

p.stars a.star-1 {
	margin-left: 3px;
}

.fb_iframe_widget {
	z-index: 1000;
}

.widget-caption {
	width: 270px;
}

.right-column .woocommerce li.product {
	padding-left: 0px !important;
	background-image: none !important;
	margin-left: 20px !important;
}

.right-column .bottom-button {
	text-align: center;
	display: block;
}

.extra-menu ul {

	list-style-type: none;
}

del .amount {

	color: #616161 !important;
	text-decoration: line-through !important;
}

.product_list_widget del {
	display: none !important;
}

ins {
	text-decoration: none !important;
}

div.hoverscroll .thumbnails, div.hoverscroll .flex-control-thumbs {
	overflow: visible;
	margin-left: 0px;
}

.images .woocommerce-main-image {
	margin-right: 8px;
}

div.hoverscroll {

	position: relative;
	display: inline-block;
	background-color: #e0cbb6;
}

/* List container */

div.hoverscroll div.listcontainer {

	overflow: hidden;
}

div.hoverscroll div.fixed-listcontainer {

	overflow: hidden;
	float: left;
}

/* Actual list containing items */

div.hoverscroll ul.list {

	list-style: none;
	margin: 0;
	padding: 0;
}

/* Items contained in the list */

div.hoverscroll ul.list li.item {

	display: block;
	padding: 0;
}

div.hoverscroll div.fixed-arrow {

	display: block;
	float: left;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

div.hoverscroll div.arrow.top, div.hoverscroll div.arrow.bottom, div.hoverscroll div.fixed-arrow.top, div.hoverscroll div.fixed-arrow.bottom {

	left: 0px;
	width: 100%;
	height: 37px;
	border: 1px solid #bbb9ba;

	cursor: pointer;
}

div.hoverscroll div.fixed-arrow:hover {
	border-color: #00597c;
	background-color: #3fc2f6;
}

div.hoverscroll div.arrow.top, div.hoverscroll div.fixed-arrow.top {

	top: 0px;
	background-image: url('./assets/layout/thumbup.png');
}

div.hoverscroll div.arrow.bottom, div.hoverscroll div.fixed-arrow.bottom {

	bottom: 4px;
	background-image: url('./assets/layout/thumbdown.png');
}

#recent-posts-7 header {
	display: none;
}

.woocommerce-error, .woocommerce-message {
	list-style-type: none;
	background-color: #fff !important;
	border: 2px solid #ff0000;
	font-weight: bold;
}

.woocommerce-message {
	border: 2px solid #00760e;
}
.phpbb.links li:first-child {
	display: none !important;
}

/* Media queries tablet
 -------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

	.book-wrapper {
		width: 1024px;
	}
	/*.caroufredsel_wrapper {margin-left:32px!important; width:700px!important;}
	 .related.products ul.products li, .upsells.products ul.products li {
	 margin-left:15px!important;
	 }*/
	.top-header nav ul:first-child {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.main-content .content-submenu {
		padding-left: 170px;
	}
	.content-submenu .shopnavbar {
		width: 876px;
		left: -90px;
	}

	.submenu {
		width: 250px;
		position: absolute;
		top: -40px;
		padding: 80px 40px 90px 40px;
		min-height: 400px;
		left: -70px;
		z-index: 5;
		background-image: url(./assets/layout/sub-menu-top.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.submenu:before {
		content: "";
		position: absolute;
		top: 170px;
		bottom: 135px;
		left: 0;
		right: 0;
		background-image: url(./assets/layout/sub-menu-bg.png);
		background-position: center top;
		background-repeat: repeat-y;
		z-index: -1;
		background-size: 100%;
	}
	.submenu:after {
		content: "";
		position: absolute;
		bottom: 0px;
		height: 135px;
		left: 0;
		right: 0;
		background-image: url(./assets/layout/sub-menu-footer.png);
		background-position: center top;
		background-repeat: repeat-y;
		z-index: -1;
		background-size: 100%;
	}
	.extra-menu {
		right: 50px;
	}
	.search-form {
		margin-right: 58px !important;
	}
	.crumbtrail {
		width: 100%;
		padding-right: 20px;
		font: 11px/14px 'karmabold', serif;
	}
	.social {
		width: 100%;
	}
	.double-column .right-column {
		width: 220px;
	}

	.gallery img {
		max-width: 160px;
		height: auto;
	}

	.comment-content {
		width: 404px;
	}

	.woocommerce .submenu .category-widget header {
		width: 190px;
		left: -10px;
		background: url(./assets/layout/submenu-widget-h2-tablet.png) left center no-repeat;
	}

	ul.products li {
		width: 190px;
	}
	ul.products li .imagewrapper {/*width: 190px;*/
		height: 190px;
	}
	ul.products li img {
		max-width: 190px;
		max-height: 190px;
	}

	.summary {
		width: 440px;
	}

	.woocommerce-tabs {
		width: 100%;
	}
	#reviews .commentlist li .comment-text {
		width: 550px;
	}
	.related.products, .upsells.products {
		width: 744px;
		left: 0px;
	}

	.products li.type-product {
		background-color: rgba(98, 37, 16, 0.1);
		padding: 10px;
		margin-left: 1% !important;
		min-width: 214px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.entry-comments {
		margin-right: 10px;
	}
	.caroufredsel_wrapper {
		margin-left: 33px !important;
		width: 700px !important;
	}
	.related.products ul.products li, .upsells.products ul.products li {
		margin-left: 15px !important;
	}
	.backtotop {
		right: 10px;
	}

	.frontpage h1 {
		font: 36px/34px 'lewiscarrollregular', serif;
		padding-bottom: 34px;
	}
	.woocommerce .submenu .category-widget h2 {
		background: url(./assets/layout/mobile-menu-bg.jpg);
		padding: 5px 5px 0px 5px;
	}

	main {
		padding-top: 30px;
	}

	.inline-quote, blockquote {
		padding: 5px 20px 5px 20px;
		margin: 20px 10px 20px 0px;
	}
	.widget-caption {
		margin-left: auto;
		margin-right: auto;
		width: 270px;
	}

	.wrapper {
		background-image: none;
		overflow: hidden !important;
	}
	.book-wrapper {
		width: 100%;
		margin: 56px auto 0px auto;
		background-image: url(./assets/layout/book-bg-mobile.jpg);
		background-position: left top;
		background-repeat: repeat;
	}
	.book-wrapper:after {
		display: none;
	}

	.logo {
		display: none;
	}

	.top-header {
		background-image: url(./assets/layout/nav-bar-mobile.jpg);
		height: 56px;
		width: 100%;
		position: fixed;
		z-index: 100;
		top: 0;
	}
	.intro {
		margin-top: 40px;
	}
	.extra-menu {
		position: absolute;
		right: 55px;
		top: 5px;
	}
	.extra-menu ul {
		display: none;
	}
	.extra-menu li {
		text-align: left;
	}
	.extra-menu li:first-child {
		float: left;
		width: auto;
		height: 15px;
		background-image: none;
		margin-right: 15px;
	}
	.extra-menu li:first-child:hover {
		background-image: none;
	}
	.extra-menu li:first-child.current-menu-item, .extra-menu li:first-child.current-page-ancestor, .extra-menu li:first-child.current_page_parent {
		background-image: none;
	}
	.extra-menu li:last-child {
		float: left;
		width: auto;
		height: 15px;
		background-image: none;
	}
	.extra-menu li:last-child:hover {
		background-image: none;
	}
	.extra-menu li:last-child.current-menu-item, .extra-menu li:last-child.current-page-ancestor, .extra-menu li:last-child.current_page_parent {
		background-image: none;
	}
	.extra-menu li a {
		float: left;
		line-height: 46px;
		padding-top: 0px;
		text-decoration: uncerline;
	}
	.extra-menu li.current-menu-item a, .extra-menu li.current-page-ancestor a, .extra-menu li.current_page_parent a {
		padding-top: 0px;
	}

	#hoverbg {
		display: none !important;
	}
	#activebg {
		display: none !important;
	}

	.toggle-search {
		display: block;
		position: absolute;
		right: 10px;
		top: 16px;
		z-index: 20;
	}
	.toggle-search.open {
		background-color: #cc3b27;
		background-image: none;
	}
	.toggle-search.open:before {
		width: 10px;
		height: 10px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff; ;
		content: '';
		position: absolute;
		right: 7px;
		top: 1px;
		transform: rotate(45deg);
	}
	.toggle-search.open:after {
		width: 10px;
		height: 10px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff; ;
		content: '';
		position: absolute;
		right: 7px;
		top: 13px;
		transform: rotate(45deg);
	}

	.search-form {
		display: none;
		position: absolute !important;
		margin-right: 0px !important;
		margin-top: 0px !important;
		right: 0px !important;
		height: 56px !important;
		width: 100% !important;
		padding: 0 10px !important;
		z-index: 15 !important;
		background-image: url(./assets/layout/nav-bar-mobile.jpg) !important;
	}
	.search-form.open {
		display: block !important;
	}
	.search-button {
		float: left;
		background-color: #039cd8;
		margin-top: 12px;
	}
	.search-button:hover {
		background-color: #43beef;
	}
	.search-input {
		float: left;
		border-radius: 3px;
		color: #790000;
		width: 177px;
		margin-top: 12px;
		border-color: #fff;
	}

	.toggle-menu {
		display: inline-block;
		position: absolute;
		left: 10px;
		top: 0px;
		z-index: 10;
	}
	.toggle-menu.open {
	}

	.menu {
		position: absolute;
		width: 100%;
		height: auto;
		left: -100%;
		top: 56px;
		z-index: 100;
		overflow-y: auto;
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		padding: 20px;
		border-bottom: 3px solid #8f0000;
	}
	.menu.open {
		left: 0px;
	}
	.top-header nav ul:first-child {
		margin-left: 0px;
	}
	.top-header  nav ul {
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		margin-bottom: 0px;
		width: 100%;
	}
	.top-header  nav li {
		display: block;
		height: 48px;
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		width: 100% !important;
	}
	.top-header  nav li a {
		padding-bottom: 0px;
		color: #8f0000;
	}

	.extra-menu {
		position: absolute;
		right: 45px;
		top: 5px;
		left: 45px;
		text-align: center;
	}
	.mobile-title {
		display: block;
		font-size: 16px;
		line-height: 46px;
	}
	.mobile_extra_menu {
		display: block;
	}
	.top-header nav ul:last-child {
		float: left;
		margin-right: 0px;
		background: url(./assets/layout/shop-submenu-bg.png) center bottom no-repeat;
		padding-bottom: 40px;
	}

	.toggle-social {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 20;
	}
	.content-submenu .toggle-social {
		top: 90px;
	}

	.social {
		display: none;
		margin: 0px;
	}
	.social ul li {
		margin: 8px;
	}
	.social.open {
		display: block;
		position: absolute;
		left: 10px;
		right: 44px;
		width: auto;
		background-color: #fff;
		border: 1px solid #8f0000;
		z-index: 20;
	}
	.content-submenu .social.open {
		margin-top: 10px;
	}
	.crumbtrail {
		width: 100%;
		padding-right: 40px;
		padding-top: 4px;
		margin-bottom: 20px;
	}
	.content-submenu .crumbtrail {
		margin-top: 12px;
	}

	.toggle-submenu:before {
		content: "submenu";
		line-height: 38px;
		margin-left: 10px;
	}
	.toggle-submenu:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		background: #790000 url(./assets/layout/down.png) center no-repeat;
		top: 8px;
		right: 10px;
		border-radius: 3px;
	}
	.toggle-submenu {
		width: 100%;
		height: 40px;
		display: block;
		border: 1px solid #790000;
		position: relative;
		margin-top: 0px !important;
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		background-repeat: repeat;
	}
	.submenu {
		width: 100%;
		height: 70px;
		overflow: hidden;
		position: relative;
		background-image: none;
		top: 0px;
		padding: 0px;
		min-height: 0px;
		left: 0px;
		z-index: 25;
	}
	.submenu:before {
		background-image: none;
		display: none;
	}
	.submenu:after {
		background-image: none;
		display: none;
	}

	.toggle-submenu.open {
		border-bottom: none;
	}
	.toggle-submenu.open:after {
		background-image: url(./assets/layout/up.png);
	}
	.submenu.open {
		height: auto;
	}

	.submenu h2 {
		margin: 0px;
		height: 30px;
	}
	.submenu-wrapper h2, .submenu-wrapper header h2 {
		text-align: left;
		margin-bottom: 20px;
	}

	.submenu-wrapper {
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		background-repeat: repeat;
		display: block;
		float: left;
		width: 100%;
		padding: 20px 10px 10px 10px;
		border-left: 1px solid #790000;
		border-right: 1px solid #790000;
		border-bottom: 1px solid #790000;
	}

	.submenu ul.product-categories {
		width: 100%;
	}

	.main-content.frontpage {
		width: 100%;
		z-index: 0;
	}
	.main-content {
		width: 100%;
		padding: 10px;
		z-index: 0;
		padding: 10px;
	}
	.main-content .content-submenu {
		padding-left: 0px;
	}

	.double-column {
		display: block;
		width: 100%;
	}
	.double-column .left-column {
		display: block;
		float: left;
		padding-right: 0px;
		width: 100%;
	}
	.double-column .right-column {
		display: block;
		float: left;
		width: 100%;
		width: calc(100% + 20px);
		left: -10px;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: rgba(98, 37, 16, 0.1);
		background-image: none;
	}
	.double-column .right-column:after {
		display: none;
	}

	.shopnavbar {
		width: 100%;
		height: 46px;
		position: relative;
		left: -10px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.content-submenu .shopnavbar {
		width: 100%;
		width: calc(100% + 20px);
		left: -10px;
	}

	ul.products li {
		width: 190px;
		margin-left: 44px;
	}
	ul.products li:nth-child(3n+1) {
		margin-left: 44px;
	}
	ul.products li .imagewrapper {/*width: 190px;*/
		height: 190px;
	}
	ul.products li img {
		max-width: 190px;
		max-height: 190px;
	}

	ul.products li.product-category:nth-child(3n+1) {
		margin-left: 15px;
	}

	.page-numbers li {
		margin-top: 20px;
	}

	.images {
		display: inline-block;
		width: 30% !important;
		height: auto;
		float: left;
		margin-top: 0px;
	}
	.woocommerce-main-image {
		float: left;
		width: 100%;
		height: auto;
		background-color: #fff;
		vertical-align: middle;
	}
	.images img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.images .thumbnails, .flex-control-thumbs {
		float: left;
		overflow: hidden;
		width: 100%;
		height: auto;
		background-color: #e0cbb6;
		margin-left: 0px;
		padding: 0px;
		margin-top: 7px;
	}
	.images .thumbnails a, .flex-control-thumbs li{
		float: left;
		width: 25%;
	}
	.images .thumbnails img , .flex-control-thumbs img{
		width: 100%;
		float: left;
		padding: 7px;
		margin: 0px;
	}
	table.group_table .button.product_type_external {
		margin: 0px !important;
	}

	.group_table {
	}
	.group_table td {
		display: block;
		width: 100%
	}
	.group_table td.label {
		padding-left: 0px;
		margin-top: -10px;
	}
	.group_table td.price {
		padding-left: 0px;
		margin-top: -20px;
	}
	.group_table td.price .amzStore-price-info {
		display: block;
	}

	.product .onsale {
		display: none;
	}
	.summary {
		width: 70%;
		padding-left: 20px;
		background: url("./assets/layout/product-summery-bg.png") no-repeat center bottom;
	}

	.woocommerce-tabs {
		width: 100%;
	}

	.shop_attributes p {
		text-align: left !important;
	}

	.woocommerce-tabs .panel {
		padding: 20px 10px;
	}

	#reviews .commentlist li .comment-text {
		width: 500px;
	}

	.related.products, .upsells.products {
		width: 100%;
		left: 0px;
	}
	.related.products  ul.products li, .upsells.products  ul.products li {
		display: inline-block;
	}

	.woocommerce-cart form {
		width: 100%;
		border-right: none;
		padding-right: 0px;
	}
	.shop_table.cart {
		width: 100%;
	}
	.cart-collaterals {
		padding-left: 0px;
		width: 100%;
	}

	.comment {
		display: table;
	}
	.article-meta {
		display: block;
		width: 100%;
	}
	.gallery dl {
		float: left;
		margin: 0px;
		width: 25%;
		padding: 2px;
	}
	.gallery br {
		clear: none !important;
	}
	ol.commentlist li {
		display: table;
		width: 100%;
	}
	.comment-avatar {
		float: none;
		vertical-align: top;
		display: table-cell;
		width: 60px;
	}
	.comment-avatar img {
		width: 60px;
	}
	.comment-content {
		float: none;
		margin-right: 10px;
		display: table-cell;
	}

	.three-column {
		display: table !important;
	}

	#fusionbot-content #content {
		margin-left: 20px !important;
		width: auto;
	}
	#fusionbot-content #content div {
		font-size: 16px !important;
		width: auto;
	}

	.footer-wrapper {
		position: relative;
		margin-top: 85px;
		text-align: center;
		display: block;
	}
	.footer-wrapper:before {
		display: none;
		background-image: none;
	}
	.footer-wrapper:after {
		display: none;
	}

	.footer-wrapper ul li {
		margin-top: 10px;
		margin-left: 0px;
		float: none;
	}

}

@media only screen and (max-width: 1024px) {

	.column {
		display: inline !important;
	}

	.tos-pagination.tos-thumbnails {
		visibility: hidden;
	}

	.bottom-button {
		position: relative !important;
		bottom: 0px !important;
	}

	.shop_table.cart {
		width: auto !important;
	}

	.shop_table.cart thead, .shop_table.cart tbody {
		font-size: 90% !important;
	}

	.shop_table.cart td {
		width: 0px !important;
		padding: 3px !important;
	}

	.shop_table.cart .product-thumbnail {
		display: none !important;
	}

	.variations, .single_variation, .variations_button {
		margin-bottom: 10px !important;
	}

	.three-column .column p {
		padding: 0px !important;
	}

	.cross-sell ul#feq-products {
		height: auto !important;
	}

	.cross-sell ul#feq-products li {
		width: 80px !important;
		height: 80px !important;
	}

	.cross-sell ul#feq-products li.cross-sell-buy-btn {
		width: 100% !important;
		padding-top: 10px !important;
	}

}

/* Media queries smartphone
 -------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
	table.group_table .button.product_type_external {
		margin: 0px !important;
	}

	.tos-next {
		background-image: url(./assets/layout/hand-right.png);
		background-position: 40% 50%;
		background-repeat: no-repeat;
		border-radius: 3px;
		padding: 7px 30px;
		margin: 5px 0;
	}
	.tos-prev {
		background-image: url(./assets/layout/hand-left.png);
		background-position: 40% 50%;
		background-repeat: no-repeat;
		border-radius: 3px;
		padding: 7px 30px;
		margin: 5px 0;
	}
	.cross-sell .cross-sell-buy-selectable .cross-sell-items .cross-sell-product-title {
		display: inline !important;
		padding-left: 5px;
		white-space: pre-wrap !important;
		width: initial !important;
		float: none !important;
	}
	.cross-sell .cross-sell-buy-selectable .cross-sell-item-price {
		float: none !important;
		display: inline !important;
	}
	.entry-comments {
		margin-right: 10px;
	}
	.caroufredsel_wrapper {
		width: 234px !important;
		margin: 0 auto !important;
	}
	.caroufredsel_wrapper ul li {
		width: 234px !important;
	}

	.related.products ul.products li, .upsells.products ul.products li {
		margin-left: 15px !important;
	}

	.backtotop {
		right: 10px;
	}
	.frontpage h1 {
		font: 36px/34px 'lewiscarrollregular', serif;
		padding-bottom: 34px;
	}
	.woocommerce .submenu .category-widget header {
		background: url(./assets/layout/submenu-widget-h2.png) center center no-repeat;
		width: 100%;
		position: relative;
		left: 0px;
		text-align: center;
	}
	.woocommerce .submenu .category-widget h2 {
		display: inline-block;
		font-size: 17px;
		margin: 0px;
		padding: 0px;
		line-height: 17px;
		background: url(./assets/layout/mobile-menu-bg.jpg);
		padding: 5px 5px 0px 5px;
	}

	main {
		padding-top: 30px;
	}
	.intro {
		margin-top: 40px;
	}

	.inline-quote, blockquote {
		padding: 5px 20px 5px 20px;
		margin: 20px 10px 20px 0px;
	}
	.widget-caption {
		margin-left: auto;
		margin-right: auto;
		width: 270px;
	}

	.wrapper {
		background-image: none;
		overflow: hidden !important;
	}
	.book-wrapper {
		width: 100%;
		margin: 56px auto 0px auto;
		background-image: url(./assets/layout/book-bg-mobile.jpg);
		background-position: left top;
		background-repeat: repeat;
	}
	.book-wrapper:after {
		display: none;
	}

	.logo {
		display: none;
	}

	.top-header {
		background-image: url(./assets/layout/nav-bar-mobile.jpg);
		height: 56px;
		width: 100%;
		position: fixed;
		z-index: 100;
		top: 0;
	}

	.extra-menu {
		position: absolute;
		right: 35px;
		top: 5px;
		left: 85px;
		text-align: center;
	}
	.mobile-title {
		display: block;
		font-size: 14px;
		line-height: 46px;
	}

	.extra-menu ul {
		list-style-type: none;
		display: none;
	}
	.extra-menu li {
		text-align: left;
	}
	.extra-menu li:first-child {
		float: left;
		width: auto;
		height: 15px;
		background-image: none;
		margin-right: 15px;
	}
	.extra-menu li:first-child:hover {
		background-image: none;
	}
	.extra-menu li:first-child.current-menu-item, .extra-menu li:first-child.current-page-ancestor, .extra-menu li:first-child.current_page_parent {
		background-image: none;
	}
	.extra-menu li:last-child {
		float: left;
		width: auto;
		height: 15px;
		background-image: none;
	}
	.extra-menu li:last-child:hover {
		background-image: none;
	}
	.extra-menu li:last-child.current-menu-item, .extra-menu li:last-child.current-page-ancestor, .extra-menu li:last-child.current_page_parent {
		background-image: none;
	}
	.extra-menu li a {
		float: left;
		line-height: 46px;
		padding-top: 0px;
		text-decoration: uncerline;
	}
	.extra-menu li.current-menu-item a, .extra-menu li.current-page-ancestor a, .extra-menu li.current_page_parent a {
		padding-top: 0px;
	}

	#hoverbg {
		display: none !important;
	}
	#activebg {
		display: none !important;
	}

	.toggle-search {
		display: block;
		position: absolute;
		right: 10px;
		top: 16px;
		z-index: 20;
	}
	.toggle-search.open {
		background-color: #cc3b27;
		background-image: none;
	}
	.toggle-search.open:before {
		width: 10px;
		height: 10px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff; ;
		content: '';
		position: absolute;
		right: 7px;
		top: 1px;
		transform: rotate(45deg);
	}
	.toggle-search.open:after {
		width: 10px;
		height: 10px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff; ;
		content: '';
		position: absolute;
		right: 7px;
		top: 13px;
		transform: rotate(45deg);
	}

	.search-form {
		display: none;
		position: absolute !important;
		margin-right: 0px !important;
		margin-top: 0px !important;
		right: 0px !important;
		height: 56px !important;
		width: 100% !important;
		padding: 0 10px !important;
		z-index: 15 !important;
		background-image: url(./assets/layout/nav-bar-mobile.jpg) !important;
	}
	.search-form.open {
		display: block !important;
	}
	.search-button {
		float: left;
		background-color: #039cd8;
		margin-top: 12px;
	}
	.search-button:hover {
		background-color: #43beef;
	}
	.search-input {
		float: left;
		border-radius: 3px;
		color: #790000;
		width: 177px;
		margin-top: 12px;
		border-color: #fff;
	}

	.toggle-menu {
		display: inline-block;
		position: absolute;
		left: 10px;
		top: 0px;
		z-index: 10;
	}
	.toggle-menu.open {
	}

	.menu {
		position: absolute;
		width: 100%;
		height: auto;
		left: -100%;
		top: 56px;
		z-index: 100;
		overflow-y: auto;
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		padding: 20px;
		border-bottom: 3px solid #8f0000;
	}
	.menu.open {
		left: 0px;
	}
	.top-header nav ul:first-child {
		margin-left: 0px;
	}
	.top-header  nav ul {
		float: left;
		margin-top: 0px;
		margin-left: 0px;
		display: block;
		margin-bottom: 0px;
		width: 100%;
	}
	.top-header  nav li {
		display: block;
		height: 48px;
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		width: 100% !important;
	}
	.top-header  nav li a {
		padding-bottom: 0px;
		color: #8f0000;
	}

	.mobile_extra_menu {
		display: block;
	}
	.top-header nav ul:last-child {
		float: left;
		margin-right: 0px;
		background: url(./assets/layout/shop-submenu-bg.png) center bottom no-repeat;
		padding-bottom: 40px;
	}

	.toggle-social {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 20;
	}
	.content-submenu .toggle-social {
		top: 90px;
	}

	.social {
		display: none;
		margin: 0px;
	}
	.social ul li {
		margin: 8px;
	}
	.social.open {
		display: block;
		position: absolute;
		left: 10px;
		right: 44px;
		width: auto;
		background-color: #fff;
		border: 1px solid #8f0000;
		z-index: 20;
	}
	.content-submenu .social.open {
		margin-top: 10px;
	}
	.crumbtrail {
		width: 100%;
		padding-right: 40px;
		padding-top: 4px;
		margin-bottom: 20px;
	}
	.content-submenu .crumbtrail {
		margin-top: 12px;
	}

	.toggle-submenu:before {
		content: "submenu";
		line-height: 38px;
		margin-left: 10px;
	}
	.toggle-submenu:after {
		content: "";
		position: absolute;
		width: 24px;
		height: 24px;
		background: #790000 url(./assets/layout/down.png) center no-repeat;
		top: 8px;
		right: 10px;
		border-radius: 3px;
	}
	.toggle-submenu {
		width: 100%;
		height: 40px;
		display: block;
		border: 1px solid #790000;
		position: relative;
		margin-top: 0px !important;
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		background-repeat: repeat;
	}
	.submenu {
		width: 100%;
		height: 70px;
		overflow: hidden;
		position: relative;
		background-image: none;
		top: 0px;
		padding: 0px;
		min-height: 0px;
		left: 0px;
		z-index: 25;
	}
	.submenu:before {
		background-image: none;
		display: none;
	}
	.submenu:after {
		background-image: none;
		display: none;
	}

	.toggle-submenu.open {
		border-bottom: none;
	}
	.toggle-submenu.open:after {
		background-image: url(./assets/layout/up.png);
	}
	.submenu.open {
		height: auto;
	}

	.submenu h2 {
		margin: 0px;
		height: 30px;
	}

	.submenu-wrapper {
		background-image: url(./assets/layout/mobile-menu-bg.jpg);
		background-repeat: repeat;
		display: block;
		float: left;
		width: 100%;
		padding: 20px 10px 10px 10px;
		border-left: 1px solid #790000;
		border-right: 1px solid #790000;
		border-bottom: 1px solid #790000;
	}

	.main-content.frontpage {
		width: 100%;
		z-index: 0;
	}
	.main-content {
		width: 100%;
		padding: 10px;
		z-index: 0;
		padding: 10px;
	}
	.main-content .content-submenu {
		padding-left: 0px;
	}

	.double-column {
		display: block;
		width: 100%;
	}
	.double-column .left-column {
		display: block;
		float: left;
		padding-right: 0px;
		width: 100%;
	}
	.double-column .right-column {
		display: block;
		float: left;
		width: 100%;
		width: calc(100% + 20px);
		left: -10px;
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		background: url(./assets/layout/right-column.png) repeat-y;
	}
	.double-column .right-column:after {
		display: none;
	}

	.shopnavbar {
		width: 100%;
		left: 0px;
		height: 46px;
		position: relative;
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.content-submenu .shopnavbar {
		width: 100%;
		left: 0px;
	}
	.shopnavbar ul {
		float: left;
		margin-left: 10px;
	}
	.shopnavbar ul li {
		display: inline-block;
		line-height: 46px;
		margin-right: 10px;
	}
	.shopnavbar ul li a {
		font: 14px 'karmabold', serif;
		color: #00597c;
		border-bottom: 1px solid #00597c;
		text-decoration: none;
	}

	a.cart-contents {
		min-width: 50px;
	}
	a.cart-contents .quantity {
		margin-left: 5px;
	}
	.go-to-cart {
		display: none;
	}

	.woocommerce-result-count {
		width: 100%;
		text-align: center;
	}
	.woocommerce-ordering {
		float: none;
		width: 214px;
		display: block;
		margin: 0 auto;
	}

	ul.products li.product-category {
		margin-top: 30px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	ul.products li {
		margin: 0 auto 60px auto !important;
		display: block;
	}
	ul.products li:nth-child(3n+1) {
		margin-left: auto;
	}
	.products li.type-product {
		margin-left: auto !important;
	}

	.page-numbers li {
		margin-top: 20px;
	}

	.images {
		display: block;
		width: 100% !important;
		height: auto;
		float: left;
		margin-top: 0px;
	}
	.woocommerce-main-image {
		float: left;
		width: 100%;
		height: auto;
		background-color: #fff;
		vertical-align: middle;
	}
	.images img{
		max-width: 100%;
		height: auto;
		max-height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.images .thumbnails, .flex-control-thumbs {
		float: left;
		overflow: hidden;
		width: 100%;
		height: auto;
		background-color: #e0cbb6;
		margin-left: 0px;
		padding: 0px;
		margin-top: 7px;
	}
	.images .thumbnails a, .flex-control-thumbs a {
		float: left;
		width: 25%;
	}
	.images .thumbnails img, .flex-control-thumbs img{
		width: 100%;
		float: left;
		padding: 7px;
		margin: 0px;
	}

	/*.group_table {}
	 .group_table td{display: block; width:100%}
	 .group_table td.label { padding-left: 80px; margin-top: -55px;}
	 .group_table td.price { padding-left: 80px;}*/

	.group_table {
	}
	.group_table td {
		display: block;
		width: 100%
	}
	.group_table td.label {
		padding-left: 0px;
		margin-top: -10px;
	}
	.group_table td.price {
		padding-left: 0px;
		margin-top: -20px;
	}
	.group_table td.price .amzStore-price-info {
		display: block;
	}

	.product .onsale {
		display: none;
	}
	.summary {
		width: 100%;
		padding-left: 0px;
		background: url("./assets/layout/product-summery-bg.png") no-repeat center bottom;
	}

	.woocommerce-tabs {
		width: 100%;
	}

	ul.tabs li {
		float: left;
		padding: 0px;
		height: auto;
		padding: 0;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	ul.tabs li a {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		height: auto;
		font: 14px/26px 'karmabold', serif;
		color: #00597c;
		padding: 0px;
	}
	ul.tabs li.active a {
		background-color: transparent;
		border-top: none;
		text-decoration: none;
		color: #622510;
		padding: 0px;
	}

	ul.tabs li.active a:before {
		background: none;
		display: none;
	}
	ul.tabs li.active a:after {
		background: none;
		display: none;
	}
	ul.tabs li a:hover {
		background-color: transparent;
		border-top: none;
		text-decoration: none;
		color: #622510;
		padding-top: 0px;
	}
	ul.tabs li a:hover:before {
		display: none;
	}
	ul.tabs li a:hover:after {
		display: none;
	}
	.shop_attributes p {
		text-align: left !important;
	}

	.woocommerce-tabs .panel {
		padding: 20px 10px;
	}

	.related.products, .upsells.products {
		width: 100%;
		left: 0px;
	}
	.related.products  ul.products li, .upsells.products  ul.products li {
		display: inline-block;
	}

	.woocommerce-cart form {
		width: 100%;
		overflow-x: scroll;
		border-right: none;
	}
	.shop_table.cart {
		width: 500px;
	}
	.cart-collaterals {
		padding-left: 0px;
		width: 100%;
	}

	.entry-comments {
		float: left;
	}
	.comment {
		display: table;
	}
	.gallery dl {
		float: left;
		margin: 0px;
		width: 50%;
		padding: 2px;
	}
	.gallery br {
		clear: none !important;
	}
	.comment-avatar {
		float: none;
		vertical-align: top;
		display: table-cell;
	}
	.comment-content {
		width: auto;
		margin-right: 10px;
		display: table-cell;
	}

	.three-column {
		display: block;
	}

	#fusionbot-content #content {
		margin-left: 0px !important;
		width: 100% !important;
		padding-right: 10px;
	}
	#fusionbot-content #content div {
		font-size: 16px !important;
		width: 100% !important;
	}

	#fusionbot-content #fb_pagination {
		text-align: left;
		float: left;
	}
	#fb_pagination a {
		display: inline-block;
		margin-bottom: 15px;
	}
	#fusionbot-content form span {
		float: left;
		line-height: 32px;
		margin: 20px 10px 0px 0px;
		clear: left;
	}
	#fusionbot-content form select {
		margin-top: 20px;
	}
	.res_ind {
		padding-left: 0px !important;
	}

	.footer-wrapper {
		position: relative;
		margin-top: 85px;
		text-align: center;
		display: block;
	}
	.footer-wrapper:before {
		display: none;
		background-image: none;
	}
	.footer-wrapper:after {
		display: none;
	}
	.footer-wrapper ul li {
		margin-top: 10px;
		margin-left: 0px;
		float: none;
	}

}

small, .small {
	font-size: 11px;
}

/*** FUSIONBOT ***/
#fusionbot-content span.FONT {
	color: 4A403C;
}
#fusionbot-content span.FONT1 {
	color: #777777;
}
#fusionbot-content .featured {
	padding: 5px;
	margin: 5px 0;
	background-color: rgba(98, 37, 16, 0.1);
	width: 100%;
	float: none;
}
#fusionbot-content .res_ind {
	padding-left: 30px;
}
#fusionbot-content .res_gttl {
}
#fusionbot-content .res_ttl {
}
#fusionbot-content .res {
	margin-top: 14px;
}
#fusionbot-content .rr {
	padding-bottom: 5px;
	font-style: italic;
	font-size: 0.92em;
}

.wp-caption {
	background-color: rgba(98, 37, 16, 0.1);
	padding-left:5px;
   	padding-top:5px;
   }

.wp-caption-text{
   	padding-top:5px;
    padding-bottom:5px;	
    font-size:0.9em;
 }


/*** Toevoegingen Lenny ***/

a.more-link {
	margin: 5px 0;
	transition: all 0.0s ease;
	display: inline-block;
	background-color: #039cd8;
	color: #fff;
	border-radius: 3px;
	padding: 7px 30px;
	font: 15px/15px 'karmabold', serif;
	text-decoration: none;
}
a.more-link:hover {
	background-color: #43beef;
}
