/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc
        #Sidebar
        #Footer
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: url('../images/bg2.png') top center no-repeat #fff;
		font: 15px/1.75em 'Lato', sans-serif;
		color: #444;
		overflow-x: hidden !important;
	}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #29A3A9;
		font-family: 'Lato', sans-serif;
		font-weight: 700; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration: none; }
	h1 { font-size: 28px; line-height: 34px; }
	h2 { font-size: 28px; line-height: 34px; }
	h3 { font-size: 28px; line-height: 34px; }
	h4 { font-size: 17px; line-height: 24px; font-style: italic; font-weight: 400; }
	article h1, h1.page-title { font-size: 36px; line-height: 44px; margin: 10px 0 20px 0; }
	h4 span { color: #29A3A9; font-size: 14px; }
	h4 span a {
		font-size: 14px;
		text-decoration: underline;
		color: #29A3A9 !important;
	}
	h4.assortpart {
		font-size: 28px; line-height: 34px;
		margin: 20px 0 0 0;
	}
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 10px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; margin-top: 0px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, ul { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: inherit;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 4px; }
	li { line-height: inherit; margin-bottom: 0px; }
	ul.large li { line-height: inherit; }
	li p { line-height: inherit; }

/* #Images
================================================== */
    img {
        max-width: 100%;
        height: auto;
    }
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}
	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	a img.alignright {float:right; margin:0 0 1em 1em}
	a img.alignleft {float:left; margin:0 1em 1em 0}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Lato', sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Menu & Logo
================================================== */
    .header {
    	position: relative;
        height: 485px;
        clear: both;
    }
    .logo {
	    margin-top: 0px;
	    float: left;
	    clear: both;
	}
    .headsliderfull {
	    position: absolute;
	    width: 100%;
	    height: 310px;
	    top: 134px;
	    z-index: 1;
    }
    .headslider {
	    position: relative;
	    width: 100%;
	    height: 310px;
	    /*overflow: hidden;*/
	    z-index: 100;
    }
    .headslider .top {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    /*background: url('../images/sliderdots2.png') top center no-repeat;*/
	    z-index: 200;
    }
    /*.headslider .btn {
	    position: absolute;
	    width: 250px;
	    height: 70px;
	    z-index: 250;
	    top: 230px;
	    left: 10px;
    }
    .headslider .btn a {
	    cursor: pointer;
	    width: 250px;
	    height: 70px;
    }*/
    a.rt_checkout{
    	margin-top: -50px !important;
    }
    .headslider .btncenter {
	    position: relative;
	    width: 840px;
	    height: auto;
    }
    .headslider .btncenter .holder {
	    position: relative;
	    width: 550px;
	    height: auto;
	    margin: 0 auto 0 auto;
    }
    .headslider .btns {
	    position: relative;
	    width: 249px;
	    height: 70px;
	    z-index: 250;
	    float: left;
	    margin: 220px 21px  0 0;
	    background: #fff;
	    /*border: 2px solid #E9C46A;*/
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
    }
    .headslider .btns.first {
	    margin: 220px 20px 0 0;
    }
    .headslider .btns:hover {
	    background: #E9C46A; 
    }
    .headslider .btns a { 
    	text-decoration: none; 
    	cursor: pointer;
    }
    .headslider .btns .icon {
    	position: relative;
    	float: left;
    	width: 60px;
    	margin: 0 0 0 8px;
    }
	.headslider .btns .icon i {
	    font-size: 48px;
	    line-height: 70px;
	    color: #000;
    }
    .headslider .btns .txt {
    	position: relative;
	    float: right;
	    width: 180px;
	    margin: 10px 0;
	    font-size: 17px;
	    line-height: 24px;
    }
    .header .topmenu {
	    text-align: right;
    }
    .header .headertop {
	    width: 100%;
	    height: 134px;
	    overflow: hidden;
    }
	.header .menuphone {
		display: inline;
		float: left;
		height: 40px;
		line-height: 40px;
		margin-right: 25px;    margin-left: 13px;
	}
	.header .menuphone a.fb {
		font-size: 21px;
		color: #3B5998;
		line-height: 21px;
		text-decoration: none;
		margin-right: 30px;
	}
	.header .menubasket {
		display: inline;
		float: right;
		height: 40px;
		line-height: 40px;
		margin-right: 45px;
		margin-left: -4px;
		color: #c2c2c2;
	}
	.header .menubasket a {
		color: #c2c2c2;
		text-decoration: none;
	}
	.header .menubasket a:hover {
		color: #29A3A9;
		text-decoration: none;
	}
	.header .menuaccount {
		height: 40px;
		line-height: 40px;
		width: 100%;
		color: #fff;
	}
	.header .menuaccount strong {
		color: #fff;
	}
	.header .menuaccount a {
		text-decoration: underline;
		color: #fff;
	}
	.header .menuaccount a:hover {
		text-decoration: underline;
		color: #c2c2c2;
	}
	.header .menu-topmenu-container {
		display: inline;
		float: right;
		margin-right: 0px;
		height: 40px;
	}
	.header ul#menu-topmenu {
		position: relative;
		display: inline;
		height: 40px;
		line-height: 40px;
		width: auto;	
		list-style: none;	
		float: right;
	}
	.header ul#menu-topmenu li {
		float: left;
		margin-left: 5px;
		margin-right: 10px;
		height: 40px;
		line-height: 40px;
	}
	.header ul#menu-topmenu li a {
		text-decoration: none;
		color: #c2c2c2;
	}
	.header ul#menu-topmenu li a:hover {
		text-decoration: none;
		color: #29A3A9;
	}
	.header .menu-hoofdmenu-container {
		display: inline;
		float: right;
		width: 100%;
		height: 38px;
/*		background: #fff;*/
	}

	/*.mainmenu {
	    display: none;
	}
	.mainmenu.active {
	    display: block;
	}*/

	.header ul#menu-hoofdmenu {
		position: relative;
		display: inline;
		height: 38px;
		line-height: 38px;
		width: auto;	
		z-index: 90;	
	}
	.header ul#menu-hoofdmenu li {
		position: relative;
		display: block;
		float: left;
		height: 38px;
		line-height: 38px;
		padding: 0 12px;
		font-size: 18px;
	}
	.header ul#menu-hoofdmenu li.current-menu-item, .header ul#menu-hoofdmenu li.current-menu-ancestor, .header ul#menu-hoofdmenu li.current_page_parent {
		background: #29A3A9;
		color: #fff;
	}
	.header ul#menu-hoofdmenu li.current-menu-item a, .header ul#menu-hoofdmenu li.current-menu-ancestor a, .header ul#menu-hoofdmenu li.current_page_parent a {
		color: #fff;
	}
	.header ul#menu-hoofdmenu li a {
		text-decoration: none;
		color: #444;
	}
	.header ul#menu-hoofdmenu li:hover, .header ul#menu-hoofdmenu li:hover a {
		text-decoration: none;
		background: #29A3A9;
		color: #fff;
	}
	.header ul#menu-hoofdmenu a:hover {
		color: #fff;
	} 
	.header ul#menu-hoofdmenu ul.sub-menu {
		position: absolute;
		display: none;
		left: 0px;
		top: 38px;
		margin: 0;
		padding: 0;
		min-width: 220px;
		width: auto;
		text-align: left;
		height: auto;
		background: #F2F2F3;
	}
	.header ul#menu-hoofdmenu ul.sub-menu li {
		position: relative;
		padding: 0;
		margin: 0;
		background: none;
		top: 0px;
		min-height: 38px;
		height: auto;
		min-width: 220px;
		width: auto;
	}
	.header ul#menu-hoofdmenu ul.sub-menu li a {
		display: block;
		padding: 0 10px 0 10px;
		font-size: 16px;
		min-height: 38px;
		height: auto;
		line-height: 38px;
		text-decoration: none;
		text-transform: none;
		min-width: 200px;
		width: auto;
		color: #29A3A9;
		background: #F2F2F3;
	}
	.header ul#menu-hoofdmenu ul.sub-menu li:hover {
		background: #29A3A9;
	}
	.header ul#menu-hoofdmenu ul.sub-menu li:hover a {
		color: #444;
	}
	.header ul#menu-hoofdmenu ul.sub-menu li.current-menu-item, .header ul#menu-hoofdmenu ul.sub-menu li.current-menu-item a {
		color: #444;
	}
	.mobilenav {
	    position: relative;
	    width: 300px;
	    height: 28px;
	    display: none;
	    color: #444;
	    font-size: 18px;
	    line-height: 28px;
    }
    .mobilenav .opennav {
    	float: left;
	    width: 28px;
	    height: 28px;
	    margin-right: 10px;
    }
    .mobilenav .opennav:hover {
	    cursor: pointer;
    }

/* #Misc
================================================== */
    .loginformtop {
		position: relative;
		height: 100px;
	}
	a.forgot {
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	}
	a.forgot:hover {
		text-decoration: underline;
	}
	form.login2 {
		width: 164px;
		margin: 0px !important;
		padding: 0px !important;
		height: 24px;
		border: 0px !important;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
	form.login2 input.field {
		color: #000;
		width: 200px;
		height: 24px;
		border: 0px solid #fff;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 4px 0px;
		padding: 0px 2px;
		float: left;
		display: inline;
	}
	form.login2 input.field:focus {
		border: none;
		outline: none;
	}
	form.login2 input[type=submit] {
		background: #fff;
		float: right;
		display: inline;
		width: 40px;
		height: 24px;
		border: none;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 2px 0px;
		padding: 0px 2px;
		color: #29A3A9;
		font-size: 14px;
		-webkit-font-smoothing: antialiased;
		font: normal 20px/1 'dashicons';
	}
	form.login2 input[type=submit]:hover {
		background: #777777;
		cursor: pointer;
	}
	.mainside {
		position: relative;
		display: inline;
		float: left;
		width: 227px;
		height: auto;
		min-height: 400px;
		margin: 20px 0 0 0;
		/*background: url('../images/sliderdots.png') top left repeat-y;*/
		
		margin-right: 10px;
	}
	.mainside .content {
		margin: 15px 12px;
	}
	.mainside .sideaccount {
		display: none;
	}
	.sideaccount .menuaccount, .sideaccount strong, .sideaccount a {
		color: #000;
	}
	.main {
		position: relative;
		display: inline;
		margin: 15px 12px;
		width: 565px;
		float: left;
	}
	.mainwide {
		position: relative;
		display: inline;
		margin: 15px 12px;
		width: 780px;
		float: left;
	}
	.mainside ul.check, ul.check {
		line-height: 24px;
		list-style-type: none;
		list-style: none;
		padding: 0;
		margin: 10px 0;
	}
	.mainside ul.check li, ul.check li {
		background-image: url('../images/check1.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left: 30px;
		list-style: none;
	}
	
	.mainside ul.product-categories {
		list-style: none;
		margin: 0 0 0 0;
	}
	.mainside ul.product-categories li {
		display: block;
		line-height: 24px;
		margin: 4px 0 4px 0;
	}
	.mainside ul.product-categories li ul {
		list-style: none;
		margin: 0 0 0 20px;
	}
	.mainside ul.product-categories li a:before {
		 content: '> '
	}
	.mainside ul.product-categories li a {
		display: block;
		width: 100%;
		line-height: 24px;
		padding: 0 0 0 4px;
		text-decoration: none;
	}
	.mainside ul.product-categories li a:hover {
		background: #29A3A9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
	}
	.mainside ul.product-categories li.current-cat a, .mainside ul.product-categories li.current-cat-parent a {
		background: #29A3A9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
	}
	.mainside ul.product-categories li.current-cat ul li a, .mainside ul.product-categories li.current-cat-parent ul li a {
		background: none;
		color: #29A3A9;
	}
	.mainside ul.product-categories li.current-cat ul li a:hover, .mainside ul.product-categories li.current-cat-parent ul li a:hover {
		background: #29A3A9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
	}
	.mainside ul.product-categories ul.children li.current-cat a {
		background: #29A3A9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
	}
	.mainside ul.product-categories:before {
		content: 'Maak uw keuze uit onze product categorie\00ebn:';
		font-weight: 700;
	}
	.mainside #woocommerce_product_categories-2 h3 {
		margin-bottom: 10px;
	}
	/*.mainside ul.product-categories li:hover a {
		color: #fff;
	}
	.mainside ul.product-categories li:hover ul, .mainside ul.product-categories li:hover ul li, .mainside ul.product-categories li:hover ul li a {
		color: #444;
	}
	.mainside ul.product-categories li.current-cat {
		background: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #29A3A9;
	}*/
	/*.mainside ul.product-categories li.current-cat a {
	
	}
	
	.mainside ul.product-categories li.current-cat-parent {
		font-weight: 700;
	}
	.mainside ul.product-categories li.current-cat-parent ul li {
		font-weight: 400;
	}
	.mainside ul.product-categories ul.children li.current-cat {
		font-weight: 700;
		list-style: none;
	}*/
	.woocommerce div.product form.cart .variations td {
		width: 100%;
		clear: both;
	}
	
	.ctabtn {
		position: relative;
		width: auto;
		height: 36px;
		line-height: 36px;
		padding: 6px 12px;
		background: #ff9600;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
		color: #fff !important;	
		text-decoration: none;	
		font-size: 16px;
	}
	.ctabtn:hover {
		background: #ff6000;
		color: #29A3A9;
	}
	.ctabtn.white {
		background: #fff;
		color: #38A3A7 !important; 
	}
	span.yellow {
		background: #EDB924;
	}
	#post-5 ul.products {
		background: #f6f6f6 !important; 
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#post-5 ul.products li.product  {
		background: none !important;
	}

 /* #Sidebar
================================================== */
   #side {
	   /*background: url('../images/sidebg.png') top left no-repeat;*/
	   background-color: #31A3A8;
	   /*margin: -3px 0 0 -10px;*/
	   margin: 20px 0 0 -10px;
	   padding: 0;
	   height: auto;
	   /*min-height: 400px;*/
	   border-radius: 6px;
   }
   .sidebar {
	   margin: 18px 12px 0 20px;
	   color: #fff;
   }
   .sidebar a {
	   color: #fff;
   }
   .sidebar h2 {
	   color: #fff;
   }
   .sidebar hr {
	   border: 0px;
	   width: 100%;
	   height: 1px;
	   background-color: #fff;
	   margin: 5px 0;
	   padding: 0;
   }
   form.search {
		width: 164px;
		margin: 0px;
		padding: 0px;
		height: 24px;
	}
	form.search2 {
		width: 320px;
		margin: 0px;
		padding: 0px;
		height: 24px;
	}
	form.search input.field {
		color: #000;
		width: 260px;
		height: 24px;
		border: 0px solid #fff;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 4px 0px;
		padding: 0px 2px;
		float: left;
		display: inline;
	}
	form.search2 input.field {
		color: #444;
		width: 260px;
		height: 24px;
		border: 0px solid #fff;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 4px 0px;
		padding: 0px 2px;
		float: left;
		display: inline;
		background: #e5feff;
	}
	form.search input.field:focus, form.search2 input.field:focus {
		border: none;
		outline: none;
	}
	form.search input[type=submit] {
		background: #fff;
		float: right;
		display: inline;
		width: 40px;
		height: 24px;
		border: none;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 2px 0px;
		padding: 0px 2px;
		color: #29A3A9;
		font-size: 14px;
		-webkit-font-smoothing: antialiased;
		font: normal 20px/1 'dashicons';
	}
	form.search2 input[type=submit] {
		background: #29A3A9;
		float: right;
		display: inline;
		width: 40px;
		height: 24px;
		border: none;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 4px 0px;
		padding: 0px 2px;
		color: #fff;
		font-size: 14px;
		-webkit-font-smoothing: antialiased;
		font: normal 20px/1 'dashicons';
	}
	form.search input[type=submit]:hover {
		background: #777777;
		cursor: pointer;
	}
	form.search2 input[type=submit]:hover {
		background: #777777;
		cursor: pointer;
	}
	form.search em, form.search a {
		line-height: 24px;
		text-decoration: underline;
		color: #fff;
		text-size: 13px;
	}

 /* #Footer
================================================== */
	.footer {
		position: relative;
		width: 100%;
		/*height: 680px;*/
		height: auto;
		background: url('../images/footerbg.png') top center repeat-x;
		margin-top: -20px;
	}
	.footer .sixteen {
		margin-top: -20px;
	}
	.footer .footermenuleft ul, .footer .footermenuleft ul li {
		height: auto;
		line-height: 18px;
		padding: 0px 0px;
		margin: 2px 0px;
		font-size: 14px;
		position: relative;
		list-style: none;
	}
	.footer .footermenuleft ul li.current-menu-item, .footer .footermenuleft ul li.current-menu-ancestor, .footer .footermenuleft ul li.current_page_parent {
		color: #29A3A9;
	}
	.footer .footermenuleft ul li.current-menu-item a, .footer .footermenuleft ul li.current-menu-ancestor a, .footer .footermenuleft ul li.current_page_parent a {
		color: #444;
	}
	.footer .footermenuleft ul li a {
		text-decoration: none;
		color: #444;
	}
	.footer .footermenuleft ul li:hover, .footer .footermenuleft ul li:hover a {
		text-decoration: none;
		color: #29A3A9;
	}
	.footer .footermenuleft ul a:hover {
		color: #fff;
	}	
	.footer .footermenucenter ul {
		height: auto;
		width: 100%;
		line-height: 18px;
		padding: 0px 0px;
		margin: 2px 0px;
		font-size: 14px;
		position: relative;
		list-style: none;
	}
	.footer .footermenucenter ul li {
		height: auto;
		width: 33.3%;
		line-height: 18px;
		padding: 0px 0px;
		margin: 2px 0px;
		font-size: 14px;
		text-align: center;
		float: left;
		list-style: none;
	}
	.footer .footermenucenter ul li a {
		text-decoration: none;
		color: #444;
	}
	.footer .footermenucenter ul li:hover, .footer .footermenucenter ul li:hover a {
		text-decoration: none;
		color: #29A3A9;
	}
	.footer .footermenucenter ul a:hover {
		color: #fff;
	}	
	.footer a.partof {
		text-decoration: none;
		color: #c2c2c2;
	}
	.footer a.partof:hover {
		text-decoration: none;
		color: #29A3A9;
	}
	.footer strong {
		color: #29A3A9;
	}
    
 /* #Flexisel
================================================== */
	.logoslider {
		display: none;
	}
	.nbs-flexisel-container {
	    position: relative;
	    height: 50px;
	    max-width: 100%;
	    margin-top: 20px;
	}
	.nbs-flexisel-ul {
	    position: relative;
	    width: 9999px;
	    margin: 0px;
	    padding: 0px;
	    list-style-type: none;   
	    text-align: center;  
	}
	.nbs-flexisel-inner {
	    overflow: hidden;
	    float: left;
	    width: 100%;
	}	
	.nbs-flexisel-item {
	    float: left;
	    margin: 0px;
	    padding: 0px;
	    position: relative;
	    line-height: 0px;
	}
	.nbs-flexisel-item img {
	    position: relative;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    height: 50px;
	}
	
 /* #Woocommerce
================================================== */	
	body.archive .products li.product,
	body.home .products li.product {
    	width: 29% !important;
    }
   .products li.product {
    	background: #fff !important;
	    margin: 0px 1px 1em 0px !important;
	    padding: 10px !important;
	    border-radius: 6px;
    }
    .products li.product:hover {
	    background: #ededed !important;
    }
    .products li.product h3 {
	    font-size: 18px !important;
	    text-align: left;
    }
    .cross-sells {
	    height: auto;
	    border: 1px #E5E5E5 solid;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    padding: 5px 5px;
    }
    .cross-sells h3, .cross-sells h4 {
	    color: #444;
	    line-height: 20px;
    }
    .cross-sells .products li.product {
	    width: 40% !important;
	    float: left !important;
	    display: inline !important;
    }
    .cross-sells .first, .cross-sells .last {
	    clear: none !important;
    }
    .attachment-shop_catalog, .attachment-shop_thumbnail {
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
    }
    .products li.product .loopbtn {
    	position: relative;
	    float: right;
	    margin-right: 10px;
    }
    .products li.product .price {
    	float: left;
    	margin-left: 10px;	  
    	line-height: 30px;  
    }
    #content .type-product.product {
	    background: #fff;
	    padding: 10px 10px !important;
	     -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
    }
    .woocommerce #content img, .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
	}
	.woocommerce div.product form.cart {
	    margin-bottom: 2em;
	}
	form.cart {
		margin-top: 10px !important;
	}
	form.cart .quantity {
		/*margin-top: 10px !important;*/
	}
	form.cart button[type=submit] {
		position: relative !important;
		width: auto !important;
		height: 36px !important;
		line-height: 36px !important;
		padding: 0px 12px !important;
		background: #29A3A9 !important;
		-webkit-border-radius: 18px !important;
		-moz-border-radius: 18px !important;
		border-radius: 18px !important;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 16px !important;
		border: none !important;
		outline: none !important;
		float: right;
	}
	form.cart button[type=submit]:hover {
		background: #C2C2C2 !important;
		color: #29A3A9 !important;
		cursor: pointer !important;
	}
	.checkout-button {
		background: #dd4400 !important;
		border-color: #a13100 !important;
	}
	.checkout-button:hover {
		background: #C2C2C2 !important;
		border-color: #939393 !important;
	}
    #content .woocommerce-breadcrumb {}
    .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt {
		background: #29A3A9;
		/*background: -webkit-gradient(linear,left top,left bottom,from(#ED1C24),to(#ED1C24));
		background: -webkit-linear-gradient(#ED1C24,#ED1C24);
		background: -moz-linear-gradient(center top,#ED1C24 0,#ED1C24 100%);
		background: -moz-gradient(center top,#ED1C24 0,#ED1C24 100%);*/
		border-color: #29A3A9;
		color: #fff;
		/*text-shadow: 0 -1px 0 rgba(0,0,0,.6);*/
	}
	.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
		background: #C2C2C2;
		/*background: -webkit-gradient(linear,left top,left bottom,from(#cd0c13),to(#cd0c13));
		background: -webkit-linear-gradient(#cd0c13,#cd0c13);
		background: -moz-linear-gradient(center top,#cd0c13 0,#cd0c13 100%);
		background: -moz-gradient(center top,#cd0c13 0,#cd0c13 100%);*/
		border-color: #C2C2C2;
		color: #fff;
		/*text-shadow: 0 -1px 0 rgba(0,0,0,.6);*/
	}
	.woocommerce .checkout-button {
		margin-top: 8px !important;
		margin-right: 2px !important;
	}
	.woocommerce .shop_table {
		background: none;
	}
	.woocommerce h3#ship-to-different-address, .woocommerce #ship-to-different-address-checkbox {
		color: #181818;
		font-family: Arial, sans-serif;
		font-weight: bold;
		display: inline;
		line-height: auto;
		font-size: 13px;
	}
	.woocommerce ul.order_details {
		background: #f0f0f0;
		padding: 5px 5px;
		list-style: none;
	}
	.woocommerce h1.product_title {
		font-size: 28px; 
		line-height: 34px; 
	}
	.content #collapscat-2 {
		margin-top: 40px;
	}
	ul.products li.product .shortdesc {
		width: 100%;
		height: auto;
		min-height: 42px;
	}
	ul.products li.product .shortdesc span {
		min-height: 42px;
		margin-bottom: 3px;
	}
	div.product_meta {
		color: #c1c1c1;
	}
	ul.products li.product .price, .related .price {
		color: #c1c1c1 !important;
		text-align: left !important;
		width: 90px !important;
		line-height: 17px !important;
		padding: 0;
		margin: 0;
		left: 0;
		font-size: 12px !important;
	}
	ul.products li.product .price .amount, .related .price .amount {
		color: #29A3A9;
		font-size: 14px;
	}
	ul.products li.last, .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 0;
	}
	ul.products li.first, .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: both;
	}
	.woocommerce .summary p.price {
		color: #c1c1c1 !important;
		text-align: left  !important;
		/*width: 90px !important;*/
		line-height: 21px !important;
		padding: 0;
		margin: 0;
		font-size: 16px !important;
		/*float: right !important;*/
	}
	form.variations, form.variations_form.cart {
		float: left;
		left: 0px;
	}
	.woocommerce .summary .price .amount {
		color: #29A3A9;
		font-size: 16px;
	}
	.woocommerce .summary .price {
		font-size: 16px;
		text-align: left;
	}
	.woocommerce .related {
		clear: both;
	}
	.woocommerce .related .shortdesc, .woocommerce .related .ctabtn {
		display: none;
	}
	.woocommerce .related h3 {
		color: #444;
	}
	.woocommerce .count {
		display: none !important;
	}
	form.login input[type=submit] {
		background: #29A3A9;
		float: right;
		display: inline;
		min-width: 40px;
		width: auto;
		height: 24px;
		border: none;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin: 4px 0px;
		padding: 0px 2px;
		color: #fff;
		font-size: 14px;
		-webkit-font-smoothing: antialiased;
	}
	form.login input[type=submit]:hover {
		background: #777777;
		cursor: pointer;
	}
	#woocommerce_eu_vat_number {
		clear: both;
		/*background: #FF9600;
		color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 3px 3px;*/
		margin-bottom: 20px;
	}
	/*#woocommerce_eu_vat_number h3 {
		font-size: 24px;
		color: #fff;
	}*/
	form.checkout .col-1, form.checkout .col-2 {
		width: 100% !important;
	}
	#order_comments_field {
		margin: 20px 0 !important;
	}
	
	.widget-woocommerce-currency-switcher h3 {
		font-size: 18px;
	}
	.widget-woocommerce-currency-switcher a.woocs_flag_view_item {
		width: 36px;
		opacity: 0.5;
	}
	.widget-woocommerce-currency-switcher a.woocs_flag_view_item:hover {
		opacity: 1;
	}
	.widget-woocommerce-currency-switcher a.woocs_flag_view_item.woocs_flag_view_item_current {
		opacity: 1;
	}
	.widget-woocommerce-currency-switcher a.woocs_flag_view_item img {
		width: 32px;
		height: 32px;
	}
	
	/**/
	/*p.form-row.vat-country {
		width: 12% !important;
		float: left;
	}
	p.form-row.vat-number {
		width: 85% !important;
		float: right;
	}
	.vat-country input {
		width: 100% !important;
		float: left;
	}
	.vat-number input {
		width: auto !important;
		float: left;
	}*/
	
	/**/
	#yith-wacp-popup .yith-wacp-overlay { background: rgba(0,0,0,.4); }
	#yith-wacp-popup .yith-wacp-close { border: none !important; color: red !important; text-decoration: none; font-weight: 700; }
	#yith-wacp-popup .yith-wacp-content .go-cart { background: #29A3A9 !important; color: #fff !important; }
	#yith-wacp-popup .yith-wacp-content a.button.continue-shopping { }
	
	.woocommerce .product .quantity { float: left; padding: 3px 0; }
	.woocommerce .product .quantity .stepbtn {
		margin: 0 0 0 0;
		font-size: 21px;
		font-weight: 700;
		cursor: pointer;
		width: 24px;
		height: 24px;
		text-align: center;
		background: #c7c7c7;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		color: #444;
		display: inline-block;
		line-height: 24px;
	}
	input[type='number'] {
	    -moz-appearance:textfield;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	    -webkit-appearance: none;
	}
	.woocommerce .cart .quantity input.qty {
	    border: 0px;
	    font-size: 1rem;
	    font-weight: 700;
	    text-align: center;
	    width: 2.25em;
	    height: 2rem;
	    margin: 0;
	    background: #fff;
	    padding: 0 5px 0 5px;
	}
	.woocommerce div.product form.cart .reset_variations {
		color: #AD2E2A;
	}
	
	.autosearch { 
		position: relative;
		width: 100%;
		min-height: 42px;
		height: auto;
		/*border: 2px solid #E9C46A;*/
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    z-index: 80;
	    float: left;
	    margin: 10px 0 20px 0;
	    background: #fff;
	    border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	.autosearch input[type="text"] {
		position: relative;
		float: left;
		width: 75%;
		height: 42px;
		font-size: 18px;
		padding: 0px 6px;
		margin: 0 0 0 6px;;
		border: none;
		outline:0px !important;
		box-shadow: none;
		outline-color: transparent;
		outline-style: none;
		-webkit-appearance:none;
	}
	.autosearch input[type="text"]:focus {
		outline-color: transparent;
		outline-style: none;
		outline:0px !important;
		-webkit-appearance:none;		
	}
	.autosearch .searchicon {
		position: relative;
		float: right;
		text-align: right;
		width: 20%;
		height: 42px;
	}
	.autosearch .searchicon img {
		margin: 6px 4px 0 0;
		width: 28px;
	}
	.autosearch #autosearchresult {
		position: relative;
		clear: both;
		margin-top: 42px;
		width: 100%;
		height: auto;
		display: none;
		z-index: 90;
		background: #fff;
	}
	.autosearch #autosearchresult .item {
		position: relative;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #E9C46A;
	}
	.autosearch #autosearchresult .item .content {
		padding: 4px 6px;
	}
	.autosearch #autosearchresult .item .content a {
		text-decoration: none;
	}
	.autosearch #autosearchresult .item:hover, .autosearch #autosearchresult .item.last {
		background: #E9C46A;
	}
	
	a.forgot {
	    position: absolute;
	    top: 107px !important;
	}
	div#mobilemenu_bar {
	    background: #ff6000;
	}
	.product_select_cat h3,
	ul.product-categories::before {
	    display: none;
	}

	#mobilemenu_menu.mobilemenu_levels ul li a:hover{
		background: #ff6000;
	}
	
	span.sku_wrapper, span.posted_in {
		font-weight: 400;
		clear: both;
		width: 100%;
		display: block;
		font-size: 13px;
	}	
	span.sku {
		color: #444;
	}
	.woocommerce-product-details__short-description {
		margin: 15px 0 10px 0;
	}
	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	    width: 100% !important;
	    float: left;
	}
	.rt_slider_items .rt_cover {
	    height: 160px;
	}
	button.slick-next {
	    z-index: 999;
	}
	button.slick-prev {
	    z-index: 999;
	}
	.rt_slider_items .slick-prev.slick-disabled:before, .rt_slider_items .slick-next.slick-disabled:before {
	    opacity: .25 !important;
	}
	.rt_slider_items .slick-prev:before, .rt_slider_items .slick-next:before{
	  opacity: 10 !important;
	  font-size: 30px !important;
	  color:#000000  !important;
	}
	img.slick_slide_item {
	    height: 150px;
	    width: 100%;
	    object-fit: cover;
	    object-position: 50% 50% !important;
	}
	.rt_slider_items .slick-list {
	    margin: 0 5px;
	}
	.rt_slider_items .slick-slide>div {padding: 0 20px;}
	
	.cross-sells .products li.product {
	    width: 100% !important;
	}
	.related_product_items li{
		width: 100% !important;
	}
	body.single-product div#tab-related_tab {
	    width: 100%;
	    display: block !important;
	} 
	.rt_slider_items .woocommerce-loop-product__title {
	    font-size: 14px !important;
	    line-height: 22px;
	}
	.related_product_items button.slick-prev {
	    left: 9px;
	}
	.related_product_items button.slick-next {
	    right: 1px;
	}
	.cross-sells button.slick-prev {
	    left: 0px;
	}
	.cross-sells button.slick-next {
	    right: 8px;
	}
	a.insta img {
	    width: 24px;
	    height: 24px;
	    position: relative;
	    top: 2px;
	}
	a.linkedin img {
	    width: 22px;
	    height: 22px;
	    position: relative;
	    top: 1px;
	}
	a.insta {
	    margin-right: 10px;
	    margin-left: -2px;
	}
	#mobilemenu_menu.left {
		width: 100% !important;
		z-index: 999999999;
	}
	.mobilemenu_menu-open .comparebox {
		display: none;
	}
	#mobilemenu_menu.mobilemenu_levels ul li a {
		font-size: 15px;
	}
	#mobilemenu_menu .mobilemenu_icon_par {
		color: #ff6000;
	}
