/* Reset */
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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;

    overflow-x: scroll;
}
body {
	font-family: 'Open Sans', sans-serif!important;
	color: #acacac;
	line-height: 24px;
	font-size: 14px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.nopadding {
	padding: 0;
}
.flex-center {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center; /* Safari 6.1+ */
	display: flex;
	justify-content: center;
}
.flex-start {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: flex-start; /* Safari 6.1+ */
	display: flex;
	justify-content: flex-start;
}
.flex-between {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-between;
}
.dark {
	color: #000;
}
.black {
	color: #1b1b1c;
}
.bg-blue {
	background: #1a7cc0;
	background-color: #1a7cc0;
	transition: background-color 1s;
}
.bg-blue:hover {
	background-color: #000;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 0;
}
a:hover {
	text-decoration: none;
}
.img-fixed {
	max-width: 100%;
	max-height: 150px;
}
.no-padding-left {
padding-left:0!important;
}
.no-padding-right {
padding-right:0!important;
}
/* Usp */
.usp {
	padding: 10px 15px;
	border-bottom: 1px solid #eeeeee;
}
.usp p {
	padding-right: 60px;
	color: #b6b6b6;
	font-size: 12px;
}
.usp p span, ul.single-usp span {
	color: #6eb951;
}
ul.single-usp {
float:left;
width:100%;
margin:30px 0;
}
ul.single-usp span {
padding-right:10px;
}
/* Top */
.top {
	padding: 30px 0 0 0;
}
.top h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.logo {
	padding-top: 20px;
	padding-bottom:30px;
	display: block;
}
.personal-advice {
	padding-top: 40px;
}
.personal-advice a {
    color: #acacac;
}
.personal-advice a:hover {
	font-weight:bold;
}
.personal-advice p {
	padding-right: 15px;
}
.search-cart {
	padding-top: 40px;
	float: right;
	position: relative;
}
.search-cart form {
	position: relative;
	    margin-top: -10px;
}
.search-cart input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	border: 1px solid #000;
	background: url(img/search-icon.png) top left no-repeat;
	width:38px;
	height:40px;
	color: #fff;
}
.search-cart label {
	display: none;
}
.search-cart .yith-s {
	min-width: 275px;
    padding: 8px 8px;
    outline: none;
    border: 1px solid #dee2e6;
	    max-height: 40px;
}
.show-cart {
	position: relative;
	padding-left: 30px;
	padding-right: 10px;
}
.cart-icon {
	font-size: 26px;
	color: #000;
}
.total-cart-items {
	display: block;
	width: 18px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 600;
	background: #3ea8f1;
	color: #fff;
	position: absolute;
	top: -5px;
	right: 5px;
}
/* Slideshow homepage */
.slideshow {
	margin: 60px auto;
}
.slideshow h1 {
	color: #1b1b1c;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 15px;
}
.slideshow .slide-txt {
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
}
.slideshow a {
	display: block;
	padding: 6px;
	color: #fff;
	margin: 15px 0;
	font-weight: 600;
}
.slideshow a:hover {
	background: #000;
}
/* Navigation styles */
nav {
	background: #3ea8f1;
	padding: 15px 0!important;
	margin-bottom: 0px;
}
nav ul {
	margin: 0 15px;
}
nav ul li {
	float: left;
	padding-right: 30px;
}
nav ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	transition: color 0.5s;
}
nav ul li a:hover {
	color: #000;
}
.navbar-toggler {
width:100%;
text-align:left;
color:#fff;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: flex-start; /* Safari 6.1+ */
	display: flex;
	justify-content: flex-start;
}
.navbar-toggler:focus, .navbar-toggler:hover {
outline:none;
}
.fa-bars {
margin-left:35px;
}
/* Homepage styles */
.home-categories {
}
.home-categories h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.home-categories ul {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}
.home-categories ul li {
	float: left;
	margin-bottom: 30px;
}
.home-categories ul li p {
display:none;
}
.home-categories ul li p.cat-desc {
display:block;
}
.home-categories ul li ul {
	display:none;
}
.home-categories ul li a.img-border {
	display: block;
	padding: 30px;
	border: 1px solid #efefef;
	text-align:center;
	    min-height: 150px;
    max-height: 200px;
    margin-bottom: 15px;
}
.home-categories ul li img {

	float: none;
	margin-bottom: 15px;
	max-height:150px;
}
.home-categories ul li h3 {
	min-height: 30px;
	float: left;
	width: 100%;
}
.home-categories ul li h3 a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	transition: color 0.7s;
}
.home-categories ul li h3 a:hover {
	color: #3ea8f1;
}
.home-categories ul li p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	min-height:75px;
}
.home-categories ul li a {
	font-weight: 600;
	color: #3ea8f1;
	transition: color 0.7s;
	float: left;
	width: 100%;
}
.home-categories ul li a:hover {
	color: #000;
}
/* Featured product homepage styles */
.action-img {
	min-height: 410px;
	position:relative;
}
.action-img img {
margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.featured {
	margin: 60px auto 30px auto;
}
.featured h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.featured ul.products {
	margin: 0;
	padding: 0;
	list-style: none;
}
.featured ul.products li {
	float: left;
	margin-bottom: 15px;
	min-height: 266px;
}
.featured ul.products li h3 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	float: left;
	width: 100%;
}
.featured ul.products li p {
	width: 100%;
	float: left;
}
.featured .image-wrapper {
	max-height: 150px;
	min-height: 150px;
}
.featured ul.products li del, .featured .content .old {
	font-size: 13px;
	text-decoration: line-through;
	color: #acacac;
}
.featured ul.products li ins, .featured .content .new {
	font-weight: 600;
	color: #3ea8f1;
	text-decoration: none;
}
.featured .content {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	top: -60px;
	min-height: 60px;
	padding: 15px;
}
.featured .content h3 {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
/* CTA section styles */
.cta {
	padding: 60px 0;
	    margin-top: 30px;
	background: #f6f6f6;
}
.cta h2 {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 600;
}
.cta a {
	display: block;
	padding: 6px;
	color: #fff;
	margin: 0 0 0 15px;
	font-weight: 600;
}
/* News section styles */
.news {
	margin: 90px auto;
}
.news h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.news ul.recent-posts {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.news ul.recent-posts li h3 {
	margin-bottom: 15px;
}
.news ul.recent-posts li h3 a {
	font-weight: 600;
	color: #000;
	transition: color 1s;
}
.news ul.recent-posts li h3 a:hover {
	font-weight: 600;
	color: #3ea8f1;
}
.news ul.recent-posts li a {
	font-weight: 600;
	color: #3ea8f1;
	transition: color 1s;
}
.news ul.recent-posts li a:hover {
	color: #000;
}
.news .image-wrapper {
	max-height: 180px;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	min-height:180px;
	border:1px solid #dee2e6;
}
/* Google Maps */
.maps {
}
.maps iframe {
	min-height: 450px;
}
/* Footer styles */
footer {
	background: #3ea8f1;
	padding: 60px 0 15px 0;
	color: #fff;
}
footer h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
}
footer ul li a, footer a {
	color: #fff;
	transition: color 1s;
	font-size: 13px;
}
footer ul li a:hover, footer a:hover {
	color: #aedeff;
}
footer ul li:last-child {
	margin-bottom: 0;
}
footer .separator {
	border-top: 1px solid #fff;
	margin-top: -7px;
}
.subfooter {
	padding: 15px 0;
}
.subfooter h2 {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}
.subfooter .follow span {
	padding-right: 30px;
}
.copyright {
	padding: 5px;
	font-size: 11px;
}
/* Breadcrumbs */
.breadcrumbs {
	background: #f6f6f6;
	padding: 15px;
	margin-bottom:30px;
}
.breadcrumbs ul li a {
color: #acacac;
}
/* WooCommerce */
.woo {
	margin: 60px 0;
}
.woo h1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #1b1b1c;
}
.woo .woocommerce-products-header {
	padding: 30px;
	border: 1px solid #efefef;
	margin-bottom: 30px;
}
.products {
	margin: 60px 0;
}
.products .onsale, .onsale {
	position: absolute;
	display: block;
	z-index:999;
	background: green!important;
	color: #fff;
	padding: 4px 8px!important;
	font-weight: 600;
	font-size: 12px;
	border-radius:0!important;
}
.products li {
	margin-bottom: 30px;
	min-height: 300px;
}
.products .image-wrapper {
	max-height: 150px;
	min-height: 210px;
	display: block;
	padding: 30px;
	border: 1px solid #f3f3f3;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.products .image-wrapper img {
	max-height: 150px;
}
.products li h2 {
	    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    min-height: 36px;
}
.products li a.product_type_variable {
	display: none!important;
}
.products li ins, .products li .amount {
	font-weight: 600;
	color: #3ea8f1;
	text-decoration: none;
	font-size: 16px;
}
.products li del .amount {
	font-size: 13px;
	text-decoration: line-through;
	color: #acacac;
}
.products li .add_to_cart_button {
	display: none;
}
.woocommerce-product-gallery {
	opacity: 1.0!important;
}
span.onsale {
	position: absolute;
}
h1.product_title {
	font-size: 24px;
}
.woo ins, .woo .amount {
	font-weight: 600;
	color: #3ea8f1;
	text-decoration: none;
	font-size: 30px;
}
.woo del .amount {
	font-size: 13px;
	text-decoration: line-through;
	color: #acacac;
}
.woo form.cart {
	float: left;
	width: 100%;
	margin-top:30px;
}
.woo h2.select-options {
	margin-top: 30px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #1b1b1c;
}
.wrapping-summary h2.select-options {
    padding: 0px 30px 0 30px!important;
}
.woo .product_meta {
float:left;
width:100%;
}

.woo p.delivery {
float:left;
width:100%;
padding:10px 0;
}
.sku_wrapper {
display:none;
}
.woo .single_add_to_cart_button,
.cart_totals .button,
.place-order button.button {
	outline: none!important;
	border: 0!important;
	width: 100%!important;
	float: left!important;
	margin-top: 30px!important;
	margin-bottom:15px!important;
	padding: 15px 0!important;
	background-color: #00b900!important;
	transition: background-color 0.5s!important;
	color: #fff!important;
	font-weight: 700!important;
	font-size: 18px!important;
}
.woo .single_add_to_cart_button:hover, .woo .single_add_to_cart_button:focus,
.cart_totals .button:hover, .cart_totals .button:focus,
.place-order button.button:hover, .place-order button.button:focus {
	background: #029e02!important;
	cursor: pointer!important;
}
.woo .woocommerce-Tabs-panel {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.woo .woocommerce-tabs {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.woo .woocommerce-tabs h2, .woo .related h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #1b1b1c;
}
.woo .related h2 {
float: left;
    width: 100%;
    margin-bottom: 60px;
}
.woo .shop_attributes {
	float: left;
	width: 100%;
}
.woo .summary form label {
	padding-right: 15px;
	min-width: 100px;
	float: left;
	width: 100%;
	color: #000;
	font-weight: 600;
	padding-bottom: 15px;
}
.woo .quantity input.qty {
	float: left;
	width:100%;
}
.woo .variations {
	float: left;
	width: 100%;
}
.woo .variations tbody tr {
	padding-bottom: 15px;
	display: block;
	width: 100%;
	float: left;
}
.woo .table tbody tr:nth-child(2n) {
	background: #fcfcfc;
}
/*
.woo .variations select, .woo .quantity input.qty {
	width: 100%;
	padding: 10px 5px;
}
*/
.woo .variations select  {

width:100%;
padding:10px 5px;
	}
	td.value {

	}
.woo .reset_variations {
	float: left;
	width: 100%;
	margin: 15px 0;
}
/* Sidebars */
aside {
}
aside a {
    color: #acacac;
}
aside div {
margin-bottom:30px;
}
aside h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
aside div.block {
	margin-bottom: 45px;
}
aside .yith-wcan-color a {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}
aside .yith-wcan-color .chosen a {
	background: url(img/check.png) center center no-repeat;
}
aside .yith-wcan-list label.wrapper {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	color: #acacac;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight: 500;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	line-height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #acacac;
	text-align: center;
}
aside .yith-wcan-list input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
aside .yith-wcan-list .chosen .checkmark, aside .yith-wcan-list .chosen input[type=radio] {
	background: #2196F3;
	border: 1px solid #2196F3;
}
aside .yith-wcan-list .chosen .checkmark:after {
	content: url(img/check.png);
	color: #fff;
	font-size: 12px;
}
/* Price slider */

/* Icon overwrite hover effects */
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 0.5;
	animation-iteration-count: 1;
	cursor: pointer;
}
/*
.woocommerce-product-gallery__wrapper div:nth-child(1) a img {
	position: relative;
}
.woocommerce-product-gallery__image a {
	display: block;
	padding: 30px;
	border: 1px solid #f3f3f3;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	min-height: 175px;
	position: relative;
}
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}
.woocommerce-product-gallery figure {
	margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	padding: 1%;
	float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}
.woocommerce-product-gallery img {
	position: absolute;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 100%;
	height: auto!important;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}
a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #169fda;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #1781ae;
	border-color: #1781ae;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
}
*/
.flexslider {
    margin: 0 0 5px 0!important;
}
.flex-viewport {

}
.flexslider .slides img {
    width: auto!important;
    display: block;
    margin: 0 auto!important;
	max-height:250px;

}
.flexslider .slides > li:hover {
cursor:pointer;
}
.flexslider .slides .img-wrapper-large {
	display: -webkit-box;
	padding: 30px;
	border: 1px solid #f3f3f3;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	min-height: 325px;
	max-height:325px;
	position: relative;
	display: flex;
	justify-content: center;
}
.flexslider .slides .img-wrapper {
	display: -webkit-box;
	padding: 30px;
	border: 1px solid #f3f3f3;
	float: left;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	min-height: 200px;
	max-height:200px;
	position: relative;
}
.flex-direction-nav a {
margin-top:-20px!important;
}
.flex-direction-nav a.flex-prev {
  background: url(img/left.png) center center no-repeat!important;

  height:24px;
  font-size: 40px;
  display: inline-block;
text-indent:-9999px;
}
.flex-direction-nav a.flex-next {
  background: url(img/right.png) center center no-repeat!important;
text-indent:9999px;
  height:24px;
}
/* WooCommerce Cart */
.shop_table ul li, .checkout ul li {
	list-style: none;
	margin: 0
}
.shop_table .quantity {
	margin: 0
}
td.product-name {

	text-overflow: ellipsis
}
/*
td.product-thumbnail {
	min-width: 150px;
	max-width: 150px;
	width: 150px
}
td.product-remove {
	width: 20px;
	padding: 0
}
*/

.shop_table tfoot th {
	    font-size: 100%;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 600;
}
td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
	text-align: right
}

.shop_table th:last-child {
	border-right: 0
}
.shop_table .cart_item td {
	padding-top: 15px;
	padding-bottom: 15px
}
.shop_table .actions {
	border: 0;
	padding: 15px 0 10px
}
.shop_table .submit-col {
	padding-left: 30px
}

@media (max-width: 849px) {
.shop_table {
	font-size: .9em
}
.shop_table tr.shipping th {
	width: 50%
}
.shop_table .product-name {
	min-width: 80px
}
.shop_table .product-remove {
	position: relative;
	width: 0
}
.shop_table .product-remove a {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 24px;
	height: 24px;
	line-height: 18px !important;
	font-size: 18px !important
}
}

@media (max-width: 549px) {
.shop_table .product-price {
	display: none
}
.shop_table .product-subtotal {
	display: none
}
}
.cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
	text-align: right
}



@media (max-width: 849px) {
.shop_table {
	font-size: .9em
}
.shop_table tr.shipping th {
	width: 50%
}
.shop_table .product-name {
	min-width: 80px
}
.shop_table .product-remove {
	position: relative;
	width: 0
}
.shop_table .product-remove a {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 24px;
	height: 24px;
	line-height: 18px !important;
	font-size: 18px !important
}
}

@media (max-width: 549px) {
.shop_table .product-price {
	display: none
}
.shop_table .product-subtotal {
	display: none
}
.product-quantity {
	text-align: right
}
.cross-sells {
	overflow: hidden
}
}
.cart_totals tbody th {
	font-size: .9em;
	text-transform: inherit;
	letter-spacing: 0;
	font-weight: normal
}
.cart_totals>h2 {
margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
	    color: #1b1b1c;
}
.cart_totals .button {
	min-width: 100%;
	margin-right: 0;
	display: block;
	text-align: center;
}
.cart_totals .wc-proceed-to-checkout {
	margin: 1.5em 0
}
.shipping ul, .shipping li, .shipping label {
	text-transform: inherit;
	margin: 0
}
.shipping ul {
	min-width: 150px
}
.woocommerce-shipping-calculator {
	font-size: .9em
}
.cart-discount {
	background-color: rgba(122,156,89,0.2);
	font-size: .85em
}
.cart-discount th, .cart-discount td {
	padding: 10px 5px
}
.cart-sidebar .widget-title {
	border-bottom: 3px solid #ececec;
	font-size: .95em;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.widget_shopping_cart .button {
	width: 100%;
	margin: .5em 0 0
}
.widget_shopping_cart li.empty {
	padding: 0 10px !important;
	margin: 0;
	min-height: 0;
	text-align: center
}
.widget_shopping_cart p.total {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ececec;
	border-bottom: 2px solid #ececec;
	margin-bottom: .5em
}
.dark .widget_shopping_cart p.total {
	border-color: rgba(255,255,255,0.2)
}
.nav-dropdown .product_list_widget {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 500px;
	max-height: 50vh
}
.tagcloud {
	padding-bottom: 15px
}
.tagcloud a {
	font-size: 0.8em !important;
	display: inline-block;
	border: 1px solid currentColor;
	opacity: .8;
	margin: 0 3px 5px 0;
	padding: 2px 5px;
	border-radius: 3px
}
.tagcloud a:hover {
	opacity: 1;
	border-color: #446084;
	background-color: #446084;
	color: #fff
}
.variations {
	position: relative
}
.variations td {
	vertical-align: middle;
	padding: .2em 0;
	border: 0;
	position:relative;

}
.variations .reset_variations {
	position: absolute;
	right: 0;
	bottom: 95%;
	color: currentColor;
	opacity: 0.6;
	font-size: 11px;
	display:none;
	text-transform: uppercase
}

h2.shopping-cart {
margin-top:60px;
}
.cart-collaterals {
margin-top:30px;
}
h2.shopping-cart {
margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1c;
	float:left;
	width:100%;
}
.woocommerce-Price-amount {
font-weight: 600;
    color: #3ea8f1;
    text-decoration: none;
}

.shop_table a {
color:#1f1f1f;
}
.woocommerce-message {
	float:left;
	width:100%!important;
	padding:30px 0 30px 0;

}

.woocommerce .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
	font-weight: 600;
    color: #1f1f1f;
}
td.product-quantity .quantity label {
	display:none;

}

td.product-quantity .quantity input.qty {
    width: 100%;
    padding: 5px 5px;
	border:1px solid #dee2e6;
}
.shop_table thead tr th, .shop_table tr td {

    font-weight: 500;
}
/*
td.product-name {
white-space:nowrap;
}
*/
dl.variation {

	margin-top:10px;
}
a.shipping-calculator-button {
display:none;
}

tr.shipping td {
font-size:13px;
}
div.coupon {
display:none;
}

.actions button.button {
outline: none;
    border: 0;
    background: transparent;
    float: right;
    height: 54px;
    line-height: 54px;
}
.actions button.button:hover {
	cursor:pointer;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-between;
	margin-top:10px;
	padding:10px 10px 10px 0;
	    margin: 0 0 10px 0!important;
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-shipping-fields__field-wrapper input {
     padding: 8px;
    border: 1px solid #dee2e6;
	color: #acacac;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2,
#billing_address_2_field {
display:none;
}
form.woocommerce-checkout {
margin:30px 0 30px 0;
float: left;
    width: 100%;
}
form.woocommerce-checkout h3 {
margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1c;

}
.woocommerce-error {
color:Red;
float:left;
width:100%;
padding:30px 0 0 0;
}
.woocommerce-additional-fields {
display:none;
}
#customer_details {
margin-bottom:60px;
}
.form-row {
margin:0!important;
}
.woocommerce-order {
float:left;
width:100%;
padding:30px 0;
}
.woocommerce-notice--success {
float:left;
width:100%;
padding:0 0 30px 0;
font-size:21px;
color:#1d1d1d;
font-weight:600;
}

.cart-empty {
float:left;
width:100%;
padding:30px 0 30px 0;
font-size:24px;
color:#1d1d1d;
font-weight:600;
}

.woocommerce-thankyou-order-details {
float:left;
width:100%;
margin-bottom:30px;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    margin-bottom: 15px;
	margin-top:30px;
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1c;
}

.woocommerce-result-count {
    float: left;
    padding-right: 15px;
    font-weight: 600;
    color: #1d1d1d;
}

/* Basic pages */
section.main-content {
padding:60px 0;
}

section.main-content h1 {
    float: left;
    width: 100%;
    padding: 0px 0 30px 0;
    font-size: 24px;
    color: #1d1d1d;
    font-weight: 600;
}

/* Forms */
form.wpcf7-form {
margin:30px 0;
}
form.wpcf7-form label, form.wpcf7-form textarea, form.wpcf7-form input {
	width:100%;
}
form.wpcf7-form label {
color:#1d1d1d;
font-weight:600;
}
form.wpcf7-form .row-form {
	margin-bottom:15px;
}
.screen-reader-response {
display:none;
}
input.wpcf7-form-control,
textarea.wpcf7-textarea {
width: 100%;
    padding: 10px 5px;
    border: 1px solid #dee2e6;
    float: left;
}
input.wpcf7-submit {
background: #1a7cc0;
    background-color: #1a7cc0;
    transition: background-color 1s;
	color:#fff;
	width:150px;
	font-weight:600;
	outline:none;
	border:0;
	margin-top:30px;
	max-width:150px;
}
.wpcf7-response-output {
float:left;
width:100%;
padding:15px 0;
}
.wpcf7-not-valid-tip {
color:red;
font-size:12px;
}
@media (max-width: 1199px) {
	.shop_table {
overflow-x: scroll!important;

}

.cart-collaterals {
float:left!important;
margin-top:30px!important;
}
}

@media (min-width: 992px) {
.top h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

}

@media (min-width: 992px) and (max-width: 1399px) {
	.hidemail {
	display:none;
	}
}
/* Media queries */
@media (min-width: 577px) and (max-width: 767px) {

.total-cart-items {
    display: block;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    background: #40b017;
}

.show-cart {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    right: 0;
    top: 0;
    z-index: 99;
}
.search-cart .yith-s {

    width: 100%;
}
	.usp {
	display:none;
	}
	.logo {
    padding-top: 20px;
    display: block;
    text-align: center;
}
.personal-img {
display:none;
}
.personal-advice p {
width:100%;
}
.icons.flex-start {
display:block!important;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.personal-img {
	display:none;
	}
	.usp {
	display:none;
	}
.personal-advice {
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
}
.icons.flex-start {
    width: 380px;
    margin: 0 auto;
}
.search-cart {
    padding-top: 40px;
    float: left;
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 30px;
}
.search-cart .yith-s {
    min-width: 275px;
    padding: 8px 8px;
    outline: none;
    border: 1px solid #dee2e6;
    max-height: 40px;
    width: 100%;
}
.show-cart {
    position: absolute;
    padding-left: 30px;
    padding-right: 10px;
    right: 60px;
    top: -15px;
}
.woocommerce-Price-amount {
    font-weight: 600;
    color: #3ea8f1;
    text-decoration: none;
    position: relative;
    top: 0;
    right: 0;
}

.search-cart .woocommerce-Price-amount {
    font-weight: 600;
    color: #3ea8f1;
    text-decoration: none;
    position: absolute;
    top: -15px;
    right: 0;
}
	.logo {
    padding-top: 0px;
    display: block;
	text-align:center;
}
}
@media (max-width: 767px) {

	/*
	.woocommerce-checkout-review-order-table tr.cart_item {
	width:100%;
	display:table;
	}


	.woocommerce-checkout-review-order-table tr.cart-subtotal,
	.woocommerce-checkout-review-order-table tr.shipping,
	.woocommerce-checkout-review-order-table tr.order-total {
	width:100%;
	display:table;
	}
		*/
	.woocommerce-checkout-review-order-table tr.shipping  {
	display:none;
	}
	.woo {
    margin: 60px 0 0 0;
}
.related.products {
    margin: 60px 0 0 0;
}
.woo .related h2 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
	/*td.product-name dl.variation {
display:table-cell;
}*/

/*
.shop_table {
    overflow-x: scroll!important;
    display: inline-block;

}

.shop_table tbody,
.shop_table tfoot {
width:100%;
    display: block;
}

td.product-name {
display:table!important;
}
*/
td.product-thumbnail {
text-align:left!important;
}

.myorders.no-padding-left {
    padding-left: 0!important;
}


.recent-posts li {
margin-bottom:30px;
}


	td.product-remove .woocommerce a.remove {
	float:left!important;
	margin-left:15px!important;
	}
td.product-thumbnail:before {
content: inherit!important;
display:none!important;
}
	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 100%!important;
	display:block!important;
}
.personal-advice {
    padding-top: 40px;
    text-align: center;
}
.search-cart {
padding-top: 30px;
    float: right;
    position: relative;
    width: 150px;
    top: 50px;
    z-index: 999;
    right: 0;


}

.search-cart form {
    position: relative;
    margin-top: -10px;
    display: none;
}
.search-cart .woocommerce-Price-amount {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
}

@media (max-width: 576px) {
	.subfooter {
    padding: 15px 0;
    display: block;
}
	.cta {
    padding: 60px 0;
    margin-top: 30px;
    background: #f6f6f6;
    display: block!important;
    text-align: center;
}
.cta a {
    display: block;
    padding: 6px;
    color: #fff;
    margin: 0 15px;
    font-weight: 600;
    margin-top: 30px;
}
	menu-navigatie {
	padding:30px 0;
	}
	.total-cart-items {
    display: block;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    background: #40b017;
	}
	.top {
	position:relative;
	}
	.navbar {
	margin-top:-50px;
	}
	.navbar-toggler-icon {
	margin-top:10px;
	}
	.fa-bars {
    margin-left: 35px;
    margin-top: 11px;
}
.usp {
display:none;
}
.logo {
    padding-top: 0;
    display: block;
    text-align: center;
}
.personal-wrapper {
position:absolute;
bottom:0;
width: 90%;
}
.personal-advice {
position:relative;
}
.personal-img {
text-align:center;
position: absolute;
    bottom: -100px;
	    display: none;
}
.personal-img img {
position:absolute;
right:-34px;
bottom:0;
}
.search-cart {
    padding-top: 30px;
    float: right;
    position: relative;
    width: 150px;
    top: 5px;
    z-index: 999;
    right: 0;
}
.search-cart .woocommerce-Price-amount {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.yith-ajaxsearchform-container {
display:none;
}
.news ul.recent-posts li {
margin-bottom:30px;
}
footer .float-left {
margin-top:30px;
}
}

body.page-id-6 aside,
body.page-id-7 aside {
	display:none;
}


body.page-id-6 .content-area,
body.page-id-7 .content-area {
width:100%!important;
max-width:100%!important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

body.page-id-6 section.main-content {
    padding: 0;
}

body.single-post .site-main img {
float:left;
margin:0 30px 30px 0;
}

.swatch-anchor {
	display:none;
	text-indent:-9999px;
}
.swatch-wrapper {
	float:left;
	margin-right:5px;
	display:none;
}

tabel.shop_table order_details tfoot tr:nth-child(3) {
display:none;
}

.woocommerce-Tabs-panel--description ul {
list-style:disc;
	margin:15px;
}

.term-description ul {
	list-style:disc;
	margin:0 0 30px 18px;

}
/* Color swatches Product pagina */
form.cart h3.addon-name {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}
form.cart div.product-addon {
    margin: 15px 0 0 0;
	padding:0 0 0 0;

}
.product-addon .amount {
    font-size: unset!important;
}

.product-addon .amount:before {
    content: "+";
}

.product-addon-kleur label {
    position: relative;
}

.product-addon-kleur input.addon {
    margin-left: 0px;
	height: 35px;
	width:32px;
}

.product-addon-kleur label:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    margin-top: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    -moz-box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    box-shadow: 0 0 1px #333;
    margin: 0;
}


.product-addon-kleur label.checked:before {
-webkit-box-shadow: 0px 0px 2px 0px rgba(99,97,99,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(99,97,99,1);
    box-shadow: 0px 0px 2px 0px rgba(99,97,99,1);
    /* border: 2px solid #000; */
    padding: 5px;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    box-shadow: 0 0 5px #000;
    margin: 0;
}

.product-addon-kleur label[data-value="rood"]:before, .product-addon-kleur label[data-value="pu-rood"]:before {
    background: red;
}

.product-addon-kleur label[data-value="roze"]:before, .product-addon-kleur label[data-value="pu-roze"]:before {
	background: pink;
}

.product-addon-kleur label[data-value="geel"]:before, .product-addon-kleur label[data-value="pu-geel"]:before {
    background: yellow;
}

.product-addon-kleur label[data-value="zwart"]:before, .product-addon-kleur label[data-value="black"]:before, .product-addon-kleur label[data-value="pu-zwart"]:before {
    background: black;
}

.product-addon-kleur label[data-value="wit"]:before, .product-addon-kleur label[data-value="white"]:before {
    background: white;
}

.product-addon-kleur label[data-value="grijs"]:before {
    background: gray;
}

.product-addon-kleur label[data-value="blauw"]:before {
    background: blue;
}

.product-addon-kleur label[data-value="marine-blauw"]:before {
    background: navy;
}

.product-addon-kleur label[data-value="agave"]:before {
    background: #8caea0;
}

.product-addon-kleur label[data-value="appel-groen"]:before {
    background: #4FA83D;
}

.product-addon-kleur label[data-value="apricot"]:before {
    background: #EB9373;
}

.product-addon-kleur label[data-value="atoil"]:before {
    background: #0A6F75;
}

.product-addon-kleur label[data-value="beige"]:before {
    background: beige;
}

.product-addon-kleur label[data-value="bruin"]:before {
    background: #883a3a;
}

.product-addon-kleur label[data-value="cherry"]:before, .product-addon-kleur label[data-value="pu-vino"]:before {
    background: #92050e;
}

.product-addon-kleur label[data-value="creme"]:before {
    background: #fdf7eb;
}

.product-addon-kleur label[data-value="dolphin"]:before {
    background: #646077;
}

.product-addon-kleur label[data-value="grafiet"]:before {
    background: #292929;
}

.product-addon-kleur label[data-value="graphite-grey"]:before {
    background: #44474a;
}

.product-addon-kleur label[data-value="honing"]:before {
    background: #fdd378;
}

.product-addon-kleur label[data-value="lemonade"]:before {
    background: yellow;
}

.product-addon-kleur label[data-value="licht-blauw"]:before {
    background: lightblue;
}

.product-addon-kleur label[data-value="licht-groen"]:before {
    background: lightgreen;
}

.product-addon-kleur label[data-value="light-blue"]:before {
    background: #fdd378;
}

.product-addon-kleur label[data-value="lime"]:before {
    background: lime;
}

.product-addon-kleur label[data-value="oranje"]:before {
    background: orange;
}

.product-addon-kleur label[data-value="pearl"]:before {
    background: #FFFCF5;
}

.product-addon-kleur label[data-value="pu-maron"]:before {
    background: maroon;
}

.product-addon-kleur label[data-value="pu-oceaan"]:before {
    background: #9afff7;
}

.product-addon-kleur label[data-value="pu-zon"]:before {
    background: #fdb813;
}

.product-addon-kleur label[data-value="purple"]:before {
    background: purple;
}

.product-addon-kleur label[data-value="stone"]:before {
    background: #8a807c;
}

.product-addon-kleur label[data-value="terracotta"]:before {
    background: #DF7D60;
}

.product-addon-kleur label[data-value="zee-groen"]:before {
    background: #2E8B57;
}

.product-addon-kleur label[data-value="pu-arena"]:before {
    background: #dfcbb6;
}

.product-addon-kleur label[data-value="pu-blank"]:before {
    background: #f9f7ee;
}
.woocommerce form .form-row label {
    line-height: 2;
    float: left!important;
    width: 100%!important;
color: #000;
    font-weight: 600;
}
.woocommerce-input-wrapper {
width:100%!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left!important;
    width:100%!important;
}
.single_variation_wrap {
width:100%!important;
float:left;
}
.woocommerce-error {
    border-top-color: #b81c23;
    position: relative!important;
    z-index: 999;
    right: 0;
    width: 100%!important;
    top: 0;
}
.wrapping-summary .woocommerce-error {
top:-15px;
}
.personal-img img {
	position: absolute;
    left: -15px;
    bottom: -125px;
}

a.product_type_simple {
display:none!important;
}

dl.product-addon-totals dt {
    width: 50%;
    float: left;
    clear: left;
    padding: 0 0 15px!important;
	color:#000;
}
dl.product-addon-totals {
	border-top:1px solid #dadada;
	    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
	padding-top:15px;
    overflow: hidden;
    margin-top: 0px!important;
}
.woocommerce .quantity .qty, .addon-select {
    width: 3.631em;
    text-align: left!important;
	    padding: 8px!important;
}

.product-addon-totals .amount {
font-size:18px!important;
}

section.related.products ul.products li.col-md-4 {
-ms-flex: 0 0 25%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.products .image-wrapper img {
	height:auto!important;
	}
	.products .image-wrapper {
    max-height: 150px;
    min-height: 150px;
	}
}
@media (max-width: 991px) {
	td.product-thumbnail img {
max-width:100px!important;
}
td.product-name {
min-width:350px;
width:350px;
}

	td.product-name {
	width:100%;
	}
.calculated_shipping .shop_table tbody {
width:100%;
    display: table;
}
	.myorders {
    float: left!important;
    width: 100%!important;
    max-width: 100%!important;
    flex: 0 0 100%!important;
}
#customer_details {
float:none!important;
width:100%!important;
flex: 0 0 100%!important;
    max-width: 100%!important;
}
section.related.products ul.products li.col-md-4 {
-ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
}

.cart_totals  .checkout-button {
    max-width: 300px!important;
    float: left;
    width: 300px!important;
    min-width: auto!important;
}

.customfloat {
float:left;
}

td.hideme {
display:none;
margin:0;}
body.woocommerce-checkout td.hideme {
display:block;
}
body.woocommerce-checkout tr.shipping {
display:none;
margin:0;
}

.wrapping-summary {
padding: 0px;
    background: #fff;
   -webkit-box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.10);
box-shadow: 0px 0px 21px -1px rgba(0,0,0,0.10);
	float:left;
	    border: 1px solid #f3f3f3;
}

.wrapping-summary ul.single-usp {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    background: #f89835;
    padding: 15px 30px;
    color: #ffffff;
	font-size:13px;
}
.wrapping-summary ul.single-usp span {
	color:#ff5e00;
}
.woocommerce-Tabs-panel--description {
display:none;
}
.woocommerce-Tabs-panel--additional_information {
display:block!important;
}
.woocommerce-product-gallery .showtabs .woocommerce-Tabs-panel--description {
display:block!important;
}
.woocommerce-product-gallery .woocommerce-Tabs-panel--additional_information {
display:none!important;
}

@media (max-width: 767px) {
	.woocommerce-Tabs-panel--description {
    display: block!important;
}
.woocommerce-product-gallery .showtabs .woocommerce-Tabs-panel--description {
display:none!important;
}
.woocommerce-product-gallery .showtabs .woocommerce-Tabs-panel--additional_information {
    display: none!important;
}
}
@media (max-width: 1199px) {
	.calculated_shipping .shop_table tbody {
width:100%;
    display: table;
}
.wrapping-summary {
max-width:100%;
}
.woocommerce-product-gallery,
.summary.entry-summary {
    opacity: 1.0!important;
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.wrapping-summary .price {
padding:30px 30px 15px 30px;
}
.wrapping-summary .delivery {
padding:0px 30px 15px 30px!important;
}
.wrapping-summary .product-addon {
padding:0px 30px 15px 30px!important;
}
.wrapping-summary .product-addon:last-child {
    border-bottom: 0!important;
}

.wrapping-summary .quantity {
padding:0px 30px 0 30px!important;
}

.wrapping-summary form label {
padding-right: 15px;
    min-width: 100px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600!important;
    padding-bottom: 15px;
    height: auto!important;
    position: relative!important;
}
.wrapping-summary .single_add_to_cart_button {
    margin: 15px 0px!important;
    max-width: 100%;
    width: 100%!important;
    min-width: 100%;
}
.wrapping-summary #product-addons-total {
padding:0 30px;
}

.wrapping-summary .product_meta {
padding: 0 30px;
}
.radio-value {
display:none!important;
margin:0;
}
.showprice {
width: 100%;
    font-size: 11px;
    color: #000;
}

.showprice .amount,
.product-addon .amount {
width: 100%;
    font-size: 11px!important;
	font-weight:500!important;
    color: #acacac!important;
}

.wrapping-summary select,
.wrapping-summary input {
    cursor: pointer;
    margin: 0;
    border: 1px solid #dadada;
	color:#797979;
}
.product_meta a,
.shop_attributes td a {
    color: #3ea8f1;
}
.wrapping-summary .delivery {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size:14px;
    border-bottom: 1px solid #dadada;
}
.woo .yit-wcan-container {
float:left;
width:100%;
margin:30px 0;
}
.woo .woocommerce-pagination {
    text-align: left;
	border-top:1px solid #dee2e6;
    float: left;
    width:100%;
	background:#fff!important;
}

.woo .woocommerce-pagination .page-numbers {
background:	#fff;
color:#292b2c;
font-weight:600;
border:0!important;
}
.woo .woocommerce-pagination .page-numbers.current {
background:	#3ea8f1;
color:#fff;
font-weight:600;
border:0!important;
}

.woo nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
    float: left;
}
.woo nav.woocommerce-pagination ul li {
    border: 0!important;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woo select.orderby {
    border: 1px solid #dadada;
    color: #797979;
	padding:8px!important;
}
a.checkout-button.button {
float:right!important;
}
div.collapse.in {
display:block!important;
}
@media (max-width: 320px) {
.shop_table {
    overflow-x: scroll!important;
    display: inline-block;
	width:320px!important;
}
/*
.shop_table tbody {
    display: list-item;
width:100%;
}
*/
.shop_table td.product-name:before {
padding-right:15px;
}
.cart_totals .checkout-button {
    max-width: 320px!important;
    float: left;
    width: auto;
    min-width: auto!important;
}

}

@media (max-width: 414px) {
.flexxie {
flex-direction: column;
display:flex;
}
.flexxie aside {
order:2;
    margin-top: 30px;
    padding: 0;
}
.personal-img, .personal-advice {
display:none;
}
.hide-special {
display:none;
}
}

@media (min-width: 992px) and (max-width: 1080px) {
/*.flexxie {
flex-direction: column;
display:flex;
}
.flexxie aside {
order:2;
    margin-top: 30px;
    padding: 0;
}
*/
.woocommerce-Tabs-panel--description {
display:block!important;
}
.woocommerce-product-gallery .showtabs .woocommerce-Tabs-panel--description {
display:none!important;
}
.woocommerce-product-gallery .showtabs .woocommerce-Tabs-panel--additional_information {
    display: none!important;
}
}

@media (max-width: 375px) {
	.woo .variations select  {

width:auto!important;
padding:10px 5px;
	}
.shop_table {
    overflow-x: scroll!important;
    display: inline-block;
	width:375px;
}
.shop_table tbody,
.shop_table tfoot {
width:100%;
}
.shop_table td.product-name:before {
padding-right:15px;
}
.calculated_shipping .shop_table {
    overflow-x: scroll!important;
    display: table!important;
}
#customer_details {
padding-left:0!important;
}
.no-padding-left {
padding-left:0!important;
padding-right:0!important;
}
p.addon-wrap {
width:32px!important;
margin:0 10px 5px 0;	
}
.flexxie {
flex-direction: column;
display:flex;
}
.flexxie aside {
order:2;
    margin-top: 30px;
    padding: 0;
}

.cart_totals .checkout-button {
    max-width: 325px;
    float: left;
    width: auto;
    min-width: auto!important;
}
/*td.product-name dl.variation {
display:table-cell;
}*/
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
.shop_table {
    overflow-x: scroll!important;
    display: inline-block;
	width:375px;
}
.shop_table tbody,
.shop_table tfoot {
width:100%;
display:table;
}
td.product-name dl.variation {
    margin-top: 10px;
    display: table-cell;
}
.products .image-wrapper img {
height:auto!important;
}
.products .image-wrapper {
     max-height: 133px!important;
     min-height: 133px!important;
}
section.related.products .image-wrapper img {
height:150px!important;
}
section.related.products .image-wrapper {
     max-height: 100%!important;
}
.woo .related h2 {
margin-bottom:30px;
}
.woo .related .woocommerce-loop-product__title {
margin-bottom:0;
}
.woocommerce-cart table.cart .product-thumbnail {
min-width:100%!important;
display:block!important;

     text-align: left!important;
}

}
.woo .variaton-padding {
    float: left;
    width: 100%!important;
	max-width:100%;
    padding:0 30px;
}

.btn-padding {
margin:0 30px;
}
.hideme {
display:none!important;
}
.hideme:before,
.product-thumbnail:before {
	content: attr(data-title) " "!important;
    font-weight: 700;
    float: left;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
margin-left:15px;
}

.woocommerce-checkout-review-order-table img {
	max-width:48px!important;
}
/*
.woocommerce-checkout-review-order-table td.product-thumbnail {
    min-width: 58px;
    max-width: 58px;
    width: 58px;
}
*/
.shop_table th.product-remove,
.shop_table th.product-name ,
.shop_table th.product-total,
.shop_table th.product-thumbnail,
.shop_table th.product-price,
.shop_table th.product-quantity,
.shop_table th.product-subtotal {
border-top:0px!important;
}


td.product-name a {
font-family: 'Open Sans', sans-serif!important;
    color: #acacac;
    line-height: 24px;
    font-size: 14px;
}
.table-responsive {
-ms-overflow-style:scrollbar!important;

}
#payment {
margin-top:30px;
}

/* Sidebar color labels */
.woocommerce-widget-layered-nav-list li:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    margin-top: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    -moz-box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    box-shadow: 0px 0px 1px 0px rgba(161,161,161,.8);
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: 0 0 1px #333;
    margin: 0;
}
.woocommerce-widget-layered-nav-list li {
margin-bottom:15px;
}
.woocommerce-widget-layered-nav-list li a{
padding-left:37px!important;
}
/* Colors */
.woocommerce-widget-layered-nav-list li.Appel.groen:before {
  background: #6dbc45;
}
.woocommerce-widget-layered-nav-list li.Beige:before {
  background: #f3e1bf;
}
.woocommerce-widget-layered-nav-list li.Blauw:before {
  background: #326da1;
}
.woocommerce-widget-layered-nav-list li.Licht.blauw:before {
  background: #71afd4;
}
.woocommerce-widget-layered-nav-list li.Bruin:before {
  background: #72391e;
}
.woocommerce-widget-layered-nav-list li.Creme:before {
  background: #f9f7ee;
}
.woocommerce-widget-layered-nav-list li.Geel:before {
  background: #f28c00;
}
.woocommerce-widget-layered-nav-list li.Grafiet:before {
  background: #504642;
}
.woocommerce-widget-layered-nav-list li.Graphite.grey:before {
  background: #474a51;
}
.woocommerce-widget-layered-nav-list li.Grijs:before {
  background: #a79994;
}
.woocommerce-widget-layered-nav-list li.Honing:before {
  background: #fcc046;
}
.woocommerce-widget-layered-nav-list li.Lemonade:before {
  background: #fff44f;
}
.woocommerce-widget-layered-nav-list li.Licht.groen:before {
  background: #b5d9b7;
}
.woocommerce-widget-layered-nav-list li.Light.blue:before {
  background: #71afd4;
}
.woocommerce-widget-layered-nav-list li.Lime:before {
  background: #00ff00;
}
.woocommerce-widget-layered-nav-list li.Marine.blauw:before {
  background: #272967;
}
.woocommerce-widget-layered-nav-list li.Oranje:before {
  background: #ea5b16;
}
.woocommerce-widget-layered-nav-list li.PU-arena:before {
  background: #dfcbb6;
}
.woocommerce-widget-layered-nav-list li.PU-blank:before {
  background: #f9f7ee;
}
.woocommerce-widget-layered-nav-list li.PU-geel:before {
  background: #;
}
.woocommerce-widget-layered-nav-list li.PU-maron:before {
  background: #553f3a;
}
.woocommerce-widget-layered-nav-list li.PU-oceaan:before {
  background: #09426b;
}
.woocommerce-widget-layered-nav-list li.PU-rood:before {
  background: #;
}
.woocommerce-widget-layered-nav-list li.PU-vino:before {
  background: #ba1e1e;
}
.woocommerce-widget-layered-nav-list li.PU-zon:before {
  background: #f28c00;
}
.woocommerce-widget-layered-nav-list li.PU-zwart:before {
  background: #272824;
}
.woocommerce-widget-layered-nav-list li.Rood:before {
  background: #d30a11;
}
.woocommerce-widget-layered-nav-list li.Terracotta:before {
  background: #962218;
}
.woocommerce-widget-layered-nav-list li.Wit:before {
  background: #fff;
}
.woocommerce-widget-layered-nav-list li.Zee.groen:before {
  background: #00998b;
}
.woocommerce-widget-layered-nav-list li.Zwart:before {
  background: #000;
}
.woo table.variations tr.pa_kleur {
display:none;
}
body.single-product span.onsale {
top:90px;
}
.page-template-template-homepage .flex-viewport {
	max-height: 250px!important;
}
.page-template-template-homepage .flex-viewport ul.slides, .page-template-template-homepage .flex-viewport ul.slides li {
	width: 100%!important;
}