small {
    font-size: 12px;
    line-height: 14px;
}

.primary-nav .navbar-nav li a {
    font-size: 12px;
}

.primary-nav ul li.dropdown .dropdown-toggle:hover ~ ul.dropdown-menu,
#menu-top-menu li.dropdown .dropdown-toggle:hover ~ ul.dropdown-menu,
#menu-top-menu li.dropdown .dropdown-toggle ~ ul.dropdown-menu:hover {
	display: block;
}

.btn-dark-blue {
    color: #FFF;
    background-color: #007cad;
}

    .btn-dark-blue:hover {
        background-color: #00A0E0;
    }
    

/*
 * Inspiration / Blog
*/

.blog-filter-container {
    padding-bottom: 100px;
}

.inspiration-filter,
.blog-filter {
    background-color: #acacac;
    margin: 30px 0 0;
    padding: 45px 0;
}

    .inspiration-filter {
        margin: 0 -30px 100px -30px;
    }
    
    @media screen and (max-width: 767px){
        
        .blog-filter-container {
            padding-bottom: 50px;
        }
        
        .inspiration-filter {
            margin: 0 -30px 50px -30px;
        }
        
        .filter-column {
            margin-bottom: 15px;
        }
        
        .filter-column:last-of-type {
            margin-bottom: 0;
        }
    }

    .filter-deselect-all {
        color: #FFF;
        display: inline-block;
        margin-top: 15px;
        text-decoration: underline;
        text-transform: uppercase;
		font-size: 12px;
    }

.blog-item-inner {
    border: 1px solid #acacac;
    margin-bottom: 30px;
}

    .blog-item-inner .blog-content {        
        padding: 15px 30px;
    }

/*
.has-grey-divider {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;

}

.has-grey-divider::after {
    background: #F9F9F9;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
*/

/* END  */
   
/*
 * FORM: SELECT (Inspiration/Blog)
 */
 

.chosen-container {
	width: 100%;
	margin: 0;
}

    .chosen-container-active.chosen-with-drop {
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
        box-shadow: 0 0 5px rgba(0,0,0,0.25);
    }

	.chosen-container-single .chosen-single {
		background: url('../img/chosen-button-down.png') #fff;
		background-repeat: no-repeat;
		background-position: right bottom;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		color: #3c3c3c;
		font-size: 14px;

		height: 45px;
		line-height: 35px;
		padding: 5px 0 0 0;
		text-align: center;
		text-transform: uppercase;
	}
	
	    .chosen-container-single .chosen-single.active {
    	    font-weight: bold;
	    }
	
	    .chosen-container-single .chosen-single span {
    	    margin-left: 25px;
    	    margin-right: 25px;
	    }

		.chosen-container-active.chosen-with-drop .chosen-single {
			background: url('../img/chosen-button-up.png') #fff;
			background-repeat: no-repeat;
			background-position: right bottom;
			border: 0;
			box-shadow: none;
			font-weight: bold;
		}
		
	.chosen-container .chosen-drop {
		border-radius: 0;
		border: 0;
	}

	.chosen-container .chosen-results {
		margin: 0;
		padding: 0;
		color: #3c3c3c;
		font-size: 14px;
		max-height: 250px;
	}

		.chosen-container .chosen-results li {
    		font-size: 14px;
			padding: 20px 0;
			text-align: center;
			text-transform: uppercase;
		}

			.chosen-container .chosen-results li.highlighted {
				background: none;
				background-color: #25a2e4;
				color: #fff;
				font-weight: bold;
			}

			.chosen-container .chosen-results li.result-selected {
				font-weight: bold;
			}

			.chosen-container .chosen-results li.active-result:last-of-type {
				border-bottom: none;
			}

.chosen-container-single .chosen-single div b {
	display: none;
}

/* END */


.footer .logo img {
  padding-top: 5px;
}

.header.fixed-position {
	position: fixed;
	top: 0;
	left: 15px;
	right: 15px;
	width: auto;
	z-index: 1050;
}

@media (min-width: 480px) {
	.header.fixed-position {
		left: 30px;
		right: 30px;
	}
}


@media (min-width: 480px) {
    .banner .featured-image {
        min-height: 200px;
    }
}

@media (min-width: 480px) {
    .banner.min-half-height .banner-intro,
    .banner.min-half-height .featured-image {
        min-height: 225px !important;
    }
}

.product .newsletter-form {
    margin-left: -15px;
}
/* WooCommerce */

.checkmarks {
	padding-top: 12px;
	padding-bottom: 5px;
}

.checkmarks p {
	font-size: 14px;
}

.woocommerce-menu-title p {
	text-align: left !important;
}

.checkmarks i {
	vertical-align: 1px;
	color: #3bb44a;
	padding-right: 3px;
}

	.woocommerce-bar {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 0;
	}

	.woocommerce-bar p {
		margin: 0;
	}


	.woocommerce-bar h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

		.woocommerce-bar .btn {
			font-size: 11px;
			width: 100%;

		}

			.woocommerce-bar .btn:after, .woocommerce-bar button:after {
				content: "";
				margin: 0;
			}

		.woocommerce-bar img {
			display: inline-block;
			padding-left: 10px;
			vertical-align: middle;
			margin-top: 20px;
		}
		
#shop-breadcrumbs {
    padding-bottom: 15px;
    display: none !important;
}

.woocommerce-loop-category__title {
	font-weight: 500;
	text-align: center;
}

	.woocommerce-loop-category__title:before {
		content: "Shop";
		width: 100%;
		font-size: 14px;
		padding-bottom: 10px;
		display: block;
		text-align: center;
	}

	.woocommerce-loop-category__title .count {
		display: none;
	}

	.product-category:hover img {
		opacity: 0.9;
	}

	.product-category:hover .woocommerce-loop-category__title:after {
		display: block;
		margin: 0 auto;
		content: "";
		width: 100%;
		border-bottom: 2px solid #000;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 0px;

	}

.product-category.product {
	background-color: #fff;
	padding-bottom: 25px !important;
}

.woocommerce-categories {
 	margin-top: 20px;
}

.woocommerce-categories h2, .woocommerce-categories h3  {
	text-align: center ;
}

.about {
	padding-top: 60px;
	padding-bottom: 60px;
}

.gray {
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: grey;
	color: #fff !important;
}

.about .premise .fa {
	font-size: 35px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.service p {
	margin-bottom: 0px;
}

	.service h3.text-white {
		margin-top: 0;
	}

.service a {
	color: #fff;
}

	.service-item {
		margin-top: 30px;
	}

	.service-item .fa {
		font-size: inherit;
	}

li.type-product {
	list-style-type: none;
	margin-bottom: 40px;
}

.woocommerce-loop-product__title {
	font-size: 20px;
}


.single-product .product .summary form a.button {
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 100;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 300;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    outline: 0;
}

@media (min-width: 768px) {
    .single-product .product .summary form a.button {
        font-size: 14px;
        padding: 20px 35px;
    }
}

	/*.type-product a.button {*/
 	/*   text-transform: uppercase;*/
	/*    text-decoration: none !important;*/
	/*    font-weight: 300;*/
	/*	background-color: #00A0E0 !important;*/
	/*	color: white !important;*/
	/*	font-size: 14px !important;*/
	/*    padding: 15px 20px !important;*/
	/*    border-radius: 0 !important;*/
	/*	display: block;*/
	/*	max-width: 150px;*/
	/*	font-size: 12px !important;*/
	/*	padding: 6px 12px !important;*/
	/*	margin-top: 10px;*/
	/*	-webkit-transition: all 0.4s ease-in-out;*/
	/*	-o-transition: all 0.4s ease-in-out;*/
	/*	transition: all 0.4s ease-in-out;*/
	/*	*/
	/*	position: absolute;*/
	/*	bottom: 0;*/
	/*	left: 20px;*/
	/*}*/

	/*	.type-product a.button:after {*/
	/*		    content: "";*/
	/*		    font-family: "themify";*/
	/*		    speak: none;*/
	/*		    font-style: normal;*/
	/*		    font-weight: normal;*/
	/*		    font-variant: normal;*/
	/*		    text-transform: none;*/
	/*		    margin-left: 5px;*/
	/*		    font-size: 10px;*/
	/*	}*/
	/*	*/
	/*	.related.products ul.products li a.button {*/
    /*		left: 0;*/
	/*	}*/


.shop-category {
	background-color: #fff;
	margin-bottom: 40px;
	min-height: 345px;
}

    .shop-category-full {
        padding-left: 30px;
        padding-right: 30px; 
    }

.category-title {
	padding-top: 100px;
	min-height: 345px;
	overflow: hidden;
}

.in-row .category-title {
    min-height: 100px;
    padding-top: 0px;
/*     padding-bottom: 40px; */
}

	.category-title:after {
		content: "";
		width: 100%;
		height: 2px;
		border-bottom: 2px solid #000;
		display: block;
		position: absolute;
		bottom: 0;
		-webkit-transition: all 0.4s ease-in-out;
		 -o-transition: all 0.4s ease-in-out;
		 transition: all 0.4s ease-in-out;
	}

	.category-title.left:after {
		left: 100%;
	}

	.category-title.right:after {
		left: -100%;
	}

.shop-category.in-row {
    padding-left: 15px;
    padding-right: 15px;
}

.category-image {
	padding: 0;
	min-height: 345px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-position: center center;
	position: relative;
}

    .shop-category-full .category-image::before {
        background-color: #FFF;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 10px;
    }

.in-row .category-image {
    min-height: 550px;
}

	@media (max-width: 480px) { 
		
		.in-row .category-image {
			background-size: 100%;
			min-height: 450px;
			background-position: initial;
		}
		
	}
	
.shop-category:hover .category-title:after {
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.woocommerce-product-gallery__image a img {
	display: block;
	margin: 0 auto;

}


.product-thumbnails {
    display: table;
    display: flex;
    flex-direction: row;
/*     flex-flow: row wrap; */
    align-items: stretch;
    align-content: stretch;
    position: relative;
}
    
.woocommerce-product-gallery__image {
/*     max-height: 130px; */
    display: table-cell;
    display: flex;
    position: relative;
}

@media screen and (max-width: 767px) {
    
    .product-thumbnails {
        flex-wrap: wrap;
    }
    
    .product-thumbnails .woocommerce-product-gallery__image {
        flex: 1 0 26%;
        margin-bottom: 15px;
    
    }
}


@media screen and (max-width: 499px) {
    .product-thumbnails .woocommerce-product-gallery__image {
        flex: 1 0 46%;
    
    }
}

	.product-thumbnails .woocommerce-product-gallery__image a {
		display: block;
		width: 100%;
	}

	.product-thumbnails .woocommerce-product-gallery__image img {
		height: 100%;
		width: 100%;
	}

	.product-thumbnails {
		display: table;
	    display: flex;
	    flex-direction: row;
/* 	    flex-flow: row wrap; */
	    align-items: stretch;
	    align-content: stretch;
	    position: relative;
	    width: 100%;
	}

/*
.woocommerce-categories a:nth-child(4) {
    display: none;
}
*/

.in-row {
    margin-bottom: 20px;
}

.woocommerce-variation.single_variation p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.variations tr {
	margin-bottom: 15px;
	display: block;
	width: 100%;
}

	.variations label {
		font-weight: 800;
	}

	.variations label:after {
		content: ":";
		margin-right: 20px;
	}


a.reset_variations {
	color: #828282;
	display: block !important;
	margin-top: 15px;
}

	a.reset_variations:before {
		font-family: FontAwesome;
		content: "\f00d";
		margin-right: 5px;
		margin-top: 20px;
	}


.input-text.qty.text {
	text-indent: 7px;
}

.summary .quantity {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}

	.quantity label {
		font-weight: 800;
	}

		.quantity label:after {
			content: ":";
			margin-right: 20px;
		}

.product .banner {
	padding-top: 30px;
	padding-bottom: 80px;
/* 	padding-left: 40px; */
/* 	padding-right: 40px; */
}

.woocommerce-breadcrumb {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.single_add_to_cart_button {
	background-color: #00A0E0;
    color: white;
    margin-top: 30px;
    width: 100%;
}

	button.single_add_to_cart_button{
		margin-bottom: 60px;
	}

span.amount {
	font-weight: 400;
}

    span.amount .price-amount-inc-vat {
        font-size: 13px;
        font-weight: 300;
    }

dt {
	font-family: "Montserrat", sans-serif;
}

.woocommerce-variation.single_variation p {
	background-color: #3b3b3b;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
}

/*
.woocommerce-variation-price {
	display: none;
}
*/

.woocommerce-variation-price {
	font-size: 14px;
	padding-top: 15px;
}


    .single_variation .woocommerce-variation-price .price {
        display: block !important;
    }
    
        .single_variation .woocommerce-variation-price .price span.amount {
            font-size: 18px;
        }

.product-addon-totals {
	text-align: right;
	font-size: 18px;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}

dl.product-addon-totals dd {
	float: none;
}

dl.product-addon-totals dt {
	font-size: 14px;
	line-height: 25px;
}

.nivo-lightbox-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.nivo-lightbox-content img {
	background-color: #fff;
}

	.nivo-lightbox-close {
		color: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		font-size: 16px;
		font-family: "Montserrat", sans-serif;
	}

		.nivo-lightbox-close:hover {
			opacity: 0.7;
			color: #fff;
		}

		.nivo-lightbox-close:before {
			font-family: FontAwesome;
			content: "\f00d";
			margin-right: 10px;
		}

			.nivo-lightbox-nav.nivo-lightbox-prev, .nivo-lightbox-nav.nivo-lightbox-next {
				font-size: 35px;
				color: #fff;
				-webkit-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
				padding: 5px 20px;
			}

				.nivo-lightbox-nav.nivo-lightbox-prev:hover, .nivo-lightbox-nav.nivo-lightbox-next:hover {
					opacity: 0.7;
				}

			.nivo-lightbox-prev {
				left: 5%;
			}

			.nivo-lightbox-next {
				right: 5%;
			}

h3.addon-name {
	display: none;
}

.product-addon-opstanden-150, .product-addon-opstanden-175, .product-addon-opstanden-200, .product-addon-opstanden-225, .product-addon-opstanden-250 {
	display: none;
}

.cart-link {
    background-color: #3C3C3C;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.cart-link:hover {
		background-color: #232323;
	}

    .cart-link .cart-empty {
        padding: 14px;
    }

    .cart-link a.cart-link-a {
        display: block;
        color: #fff;
    }

        .cart-link.cart-link-loading::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 50;
        }

        .cart-link.cart-link-loading::after {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -17px;
            margin-left: -17px;
            height: 34px;
            width: 34px;
            z-index: 50;
        }

    .cart-link .cart-icon {
        display: inline-block;
    }

        .cart-link .fa-shopping-cart {
            color: #fff;
            font-size: 26px;
            vertical-align: middle;
        }

        .cart-link .cart-count {
            background-color: #03a0e1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #FFF;
            font-size: 12px;
            font-weight: 700;
            height: 18px;
            position: absolute;
            top: -5px;
            left: 6px;
            text-align: center;
            width: 18px;

        }

    .cart-link .order {
        color: #2b1d72;
        display: inline-block;
        font-weight: 700;
    }

        .cart-link:hover .order {
            color: #8a8000;
        }

    .cart-link .cart-items {
        background-color: #fff;
        padding-top: 20px;
		margin-top: 15px;
        color: #000;
        display: none;
        padding: 5px;
        position: absolute;
        text-align: left;
        top: 100%;
        right: 0;
        z-index: 99;
        min-width: 300px;
        border: 1px solid #dcdcdc;
        padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 10px;
	    padding-bottom: 10px;
    }

        .cart-link .cart-items .subArrow {
    	    background: url(images/nav-arrow-blue.svg) no-repeat;
    	    background-size: contain;
    	    display: block;
    	    height: 15.5px;
    	    opacity: 1;
    	    position: absolute;
    	    top: 0;
    	    right: 50%;
            margin-right: -15.5px;
    	    width: 31px;
        }

        .cart-link .cart-items table {
            margin: 0;
            max-width: 100vw;
            min-width: 100%;
            white-space: nowrap;
            width: auto;
        }

            .cart-link .cart-items table td {
                border-top: 1px solid #dcdcdc;
                padding: 5px;
            }

                .cart-link .cart-items table tr:first-of-type td {
                    border: 0;
                }

                .cart-link .cart-items table td a {
                    color: #000;
                }

                .cart-link .cart-items table .cart-items-total {
                    text-transform: uppercase;

                }

                table.table-cart-items {
	                padding-top: 5px;
					padding-bottom: 10px;
	                border-collapse: unset;
                }

                .cart-link .cart-items table .quantity {
                    width: 40px;
                }

                .cart-link .cart-items table .remove {
                    text-align: right;
                    width: 25px;
                }

                    .cart-link .cart-items table td.remove a:hover {
                        color: red;
                    }

.cart p.quantity {
	font-size: 13px;
}

.cart p.price {
	font-weight: 400;
	font-size: 14px;
}

td.price {
	text-align: right;
}

.row.cart {
	border-bottom: 1px solid #bdbebd;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.checkout-btn, .cart-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}


.cart-btn {
	background-color: #3C3C3C;
}

.checkout-btn {
	background-color: #03a0e1;
}

.woocommerce .shop_table,
.woocommerce .woocommerce-cart-form {
	width: 100%;
	min-width: 100%;
}
	.woocommerce .shop_table td.woocommerce-table__product-total {
		vertical-align: top;
		padding-left: 10px;
	}
	
		.woocommerce .shop_table td.product-total {
			padding-top: 30px;
		}

    .woocommerce .shop_table.woocommerce-checkout-review-order-table td {
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: top;
    }
    
        .woocommerce .shop_table .cart_item td {
            padding-top: 20px;
            padding-bottom: 10px;
            vertical-align: top;
        }

        
            .woocommerce .shop_table .cart_item td.product-name a {
                margin-top: 0 !important;
            }
            
            .woocommerce .shop_table .cart_item td dt.variation-variation_description,
            .woocommerce .shop_table .cart_item td .variation-Totaal {
                display: none !important;
            }
            
    
    
.woocommerce .shop_table ul#shipping_method {
    list-style-type: none;
    padding: 0;
}

.woocommerce td.product-remove {
	font-size: 36px;
}

.woocommerce thead {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding-top: 5px;
	padding-bottom: 5px;
}

.woocommerce th {
	padding: 10px;
}

.woocommerce .cart_item {
	border-bottom: 1px solid #d8d8d8;
}

.woocommerce .coupon {
	margin-top: 20px;
	display: inline-block;
	display: none !important;
}

	.woocommerce .coupon .button {
		background-color: #00A0E0;
	    color: white;
	    font-size: 14px;
	    padding: 12px 20px;
	    border: none;
	    border-radius: 0;
	    margin-top: -1px;
	    -webkit-transition: 0.2s all;
	    -moz-transition: 0.2s all;
	    -ms-transition: 0.2s all;
	    -o-transition: 0.2s all;
	    transition: 0.2s all;
	}

		.woocommerce .coupon .button:hover {
			background-color: #007cad;
		}

		.woocommerce .coupon .input-text {
			height: 43px;
			text-indent: 10px;
			padding-top: 0px;
		}

.woocommerce .cart-copy-text {
    margin: 15px 0 0 0;
    max-width: 50%;
}

.woocommerce .cart-collaterals .shipping-calculator-form button[type="submit"]{
    padding: 0 !important;
}

    .woocommerce .cart-collaterals .shipping-calculator-form button[type="submit"]:hover {
        box-shadow: none !important;
    }

.woocommerce input[type="submit"][name="update_cart"] {
	display: inline-block;
	float: right;
	background-color: #3C3C3C;
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 20px;
    cursor: pointer;
}

.woocommerce input[type="submit"][name="update_cart"]:hover {
	background-color: #232323;
}

.woocommerce .cart_totals {
	margin-top: 40px;
}

.woocommerce .cart-subtotal {
	border-top: 1px solid #d8d8d8;
}

.woocommerce .order-total {
	border-top: 1px solid #d8d8d8;
}

.woocommerce .wc-proceed-to-checkout {
    text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

    .woocommerce .wc-proceed-to-checkout a {
	    background-color: #03a0e1;
        color: white;
        font-size: 14px;
        padding: 16px 20px;
        border: none;
        border-radius: 0;
        margin-top: -1px;
        margin-right: 0;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -ms-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
    }
        
        .woocommerce .wc-proceed-to-checkout a:hover {
            background-color: #007cad;
        }

.woocommerce-checkout .woocommerce {
	width: 100%;
}

.woocommerce-checkout .woocommerce input, .woocommerce-checkout .woocommerce textarea {
	width: 100%;
}

.woocommerce-bar {
	margin-bottom: 20px;
}

.woocommerce-checkout .button.alt {
	background-color: #00A0E0;
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-checkout .button.alt:hover {
	background-color: #007cad;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 30px;
}

.woocommerce-checkout .variation {
	display: none;
}

.woocommerce-checkout .product-name {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 40px;
}

.woocommerce-checkout .cart_item {
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px;
	background-color: #00A0E0;
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    margin-bottom: 5px;
}

	.woocommerce-MyAccount-navigation ul li:hover {
		background-color: #007cad;
	}

	.woocommerce-MyAccount-navigation ul li.is-active {
		background-color: #3C3C3C;
	    color: white;
	    font-size: 14px;
	    padding: 12px 20px;
	    border: none;
	    border-radius: 0;
	    margin-top: -1px;
	    -webkit-transition: 0.2s all;
	    -moz-transition: 0.2s all;
	    -ms-transition: 0.2s all;
	    -o-transition: 0.2s all;
	    transition: 0.2s all;
	}

.woocommerce-MyAccount-navigation ul li a {
	color: #fff;
}

.woocommerce-Address-title.title {
	float: none;
}

.woocommerce-Address-title .edit {
	color: #00A0E0;
	margin-bottom: 10px;
	display: block;
}

.woocommerce-Button.button {
	background-color: #3C3C3C;
    color: white;
    font-size: 14px;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

	.woocommerce-Button.button:hover {
		background-color: #232323;
	}

.swatch {
	border-radius: 0 !important;
	background-color: transparent !important;
	border-top: 1px solid #dcdcdc !important;
	border-left: 1px solid #dcdcdc !important;
	border-bottom: 1px solid #dcdcdc !important;
	padding: 8px 21px;
	height: initial !important;
	width: initial !important;
	margin: 0 !important;
	opacity: 1 !important;

}

/*
.swatch:hover {
	background-color: #f9f9f9 !important;
}

	.swatch:last-child {
		border-right: 1px solid #dcdcdc !important;
	}

		.swatch.selected {
			border: 1px solid #00A0E0 !important;
			background-color: #00A0E0 !important;
			-webkit-box-shadow: 0 0 0px !important;
		    -moz-box-shadow: 0 0 0px !important;
		    box-shadow: 0 0 0px !important;
		    color: #fff;
		}
*/

.product-thumbnails .woocommerce-product-gallery__image {
	border: 2px solid #dcdcdc;
    padding: 0; /*5px;*/
    margin-right: 7px;
    margin-left: 7px;
}

	.product-thumbnails a {
		overflow: hidden;
	}

		.product-thumbnails a img {
			-webkit-transition: 0.4s all;
		    -moz-transition: 0.4s all;
		    -ms-transition: 0.4s all;
		    -o-transition: 0.4s all;
		    transition: 0.4s all;

		}

			.product-thumbnails a img:hover {
				transform: scale(1.2);
                -ms-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -o-transform: scale(1.2);

			}

.checkout-btn {
	-webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

	.checkout-btn:hover {
		color: #fff;
		background-color: #007cad;
	}

.cart-btn {
	-webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

	.cart-btn:hover {
    	background-color: #232323;
		color: #fff;
	}

.woocommerce-breadcrumb a:after {
	content: "/";
	margin-left: 6px;
	margin-right: 3px;
}

label:after {
	display: none;
}

.gfield_label {
    display: block !important;
    font-size: 12px !important;
    color: #3C3C3C !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}

.product_totals .gfield_label {
	display: block !important;
	font-size: 12px !important;
    color: #3C3C3C !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;

}


.product_totals {
	border-top: 1px solid #dcdcdc;
}

.product_totals .gfield:last-child {
/* 	border-top: 1px solid #dcdcdc; */
	padding-top: 20px;
}



.gform_description {
	display: block !important;
	font-size: 12px !important;
    color: #3C3C3C !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}

.gfield_checkbox label {
	font-size: 13px !important;

}

.gfield_checkbox li input {
	margin-top: -3px !important;
}

.gform_footer.top_label {
    padding: 0 !important;
}



.gfield_radio li {
	display: inline-block;
}

	.gfield_radio li input[type=radio] {
	  position: absolute;
	  visibility: hidden;
	}

	.gform_wrapper .ginput_price {
		display: inline-block;
		font-size: 13px !important;
	}

	.gform_wrapper .gfield_radio li label {
		max-width: initial !important;
		border: 1px solid #dcdcdc;
		padding: 12px 5px !important;
		margin: 0 !important;
		text-transform: none !important;
		font-weight: 400 !important;
		color: #828282 !important;
		-webkit-transition: 0.2s all;
		-moz-transition: 0.2s all;
		-ms-transition: 0.2s all;
		-o-transition: 0.2s all;
		transition: 0.2s all;
	}
	
		.gform_wrapper .gfield_radio li label:hover {
			background-color: #f1f1f1 !important;
		}

			.gform_wrapper .gfield_radio li input[type=radio]:checked + label {
				background-color: #00A0E0 !important;
				border: 1px solid #00A0E0;
				color: #fff !important;
			}

			.gfield_radio .ginput_price {
    			display: block;
			}

				.gfield_radio label[price$="€"] .ginput_price:before {
					content: "(";
				}

					.gfield_radio label[price$="€"] .ginput_price:after {
						content: " )";
					}

.woocommerce-info {
    display: none;
}

.summary p.price {
}

.summary p.price + .woocommerce-product-details__short-description {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
}

.summary p.price + form,
.summary .woocommerce-product-details__short-description + form {
    padding-top: 15px;
}


.product-features {
	padding: 0 20px;
	margin-top: 50px;
	margin-bottom: 80px;
}

	.product-features ul ,
	.product-description_columns ul {
		list-style-position: inside;
		margin-left: 25px;
		margin-top: 25px;
	}
	
.product-description_columns .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-description_columns .row:first-of-type {
        margin-top: 0;
    }
    
    .product-description_columns .row:last-of-type {
        margin-bottom: 0;
    }

.woocommerce-message {
    background-color: #03a0e1;
    padding: 10px 20px;
    text-align: left;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 25px;
    color: #fff;
}

@media (min-width: 768px) {

	.woocommerce-cart-form .actions button.button {
		float: right;
	}
	
}

@media ( max-width: 400px ) {
	
	.single-product h1 {
		font-size: 24px;
		letter-spacing: 5px;
	}
	
	.single-product h2 {
		font-size: 18px;
		letter-spacing: 1px;
		
	}
	
}
.button.wc-forward {
	margin-right: 10px;
	color: #444;
}

.gform_wrapper span.ginput_total,
.ginput_container::after  {
	color: #3b3b3b !important;
	font-size: 14px !important;
}

.ginput_container::after {
    content: attr(data-taxnotice);
}


.product-name a {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}


.product-name .variation, .variation p {
	font-size: 13px;
}

.product-name .quantity label {
	display: none;
}

.single_variation_wrap:first-of-type {
	border-top: 1px solid #dcdcdc;
}

	.product-name .variation .variation-Size, .product-name .variation .variation-Total {
		display: none;
	}

/*
.swatch-m-manual, .swatch-l-manual, .swatch-l-electric, .swatch-xl-electric, .swatch-xxl-electric,
.swatch-m-manual:hover, .swatch-l-manual:hover, .swatch-l-electric:hover, .swatch-xl-electric:hover, .swatch-xxl-electric:hover
.swatch-m-manual.selected, .swatch-l-manual.selected, .swatch-l-electric.selected, .swatch-xl-electric.selected, .swatch-xxl-electric.selected {
	display: inline-block !important;
	width: 100% !important;
	border-bottom: 0 !important;
	border-right: 1px solid #dcdcdc !important;
}

.swatch-xxl-electric, .swatch-xxl-electric:hover, .swatch-xxl-electric.selected {
	border-bottom: 1px solid #dcdcdc !important;
}
*/

.swatch-m-manual.selected {
	border-bottom: 1px solid #03a0e1 !important;
}

.single-product .gform_wrapper ul.gfield_radio {
    display: flex;
}

	.single-product .gform_wrapper ul.gfield_radio li {
		width: 50%;
		text-align: center;
        position: relative;
        list-style-type: none;
	}

	.single-product .gform_wrapper ul.gfield_radio li label {
		width: 100%;
	}
	
	.single-product .gform_wrapper ul.gfield_radio li label:last-of-type {
		height: 100%;
		left: 0;
		bottom: 0;
	}

.woocommerce-breadcrumb a:nth-child(3) {
	display: none;
}

.single-product .gform_body label.gfield_label {

}

	.gfield_price label.gfield_label:after {
		font-family: FontAwesome;
		content: "\f05a" ;
		font-size: 13px;
		display: inline-block;
		margin-left: 10px;
		vertical-align: 0px;
		position: relative;
		cursor: pointer;
	}

	.single-product .gfield_description {
		display: none;
        position: absolute;
        background-color: #3C3C3C;
        color: #fff;
        border-radius: 15px;
        left: 0;
/* 		margin-top: -80px; */
        bottom: 100%;
        margin-bottom: 10px;
        padding: 8px 10px !important;
        max-width: 353px;
        font-size: 13px !important;
	}

		.single-product.postid-6561 .gfield_description {
			margin-top: -80px;
		}

        .single-product .gfield_description::before {
            font-family: FontAwesome;
            content: "\f05a" ;
            margin-right: 10px;
        }

            .single-product .gfield_description::after {
                font-family: FontAwesome;
                content: "\f0d7" ;
                position: absolute;
                bottom: -16px;
                left: 12px;
                color: #3C3C3C;
                font-size: 20px;
            }

	.gform_wrapper .top_label li ul.gfield_radio {
		width: 100% !important;
	}

	.gfield_description {
		padding: 0 !important;
	}

	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 7px !important;
	}

	.gform_wrapper ul.gfield_radio {
		margin-bottom: 0 !important;
	}

	.product-name a {
		color: #00A0E0;
	}

	.extra-info {
		padding-top: 80px !important;
	}

		.extra-info .left-column {
			padding-right: 25px;
		}

		.extra-info .right-column {
			padding-left: 25px;
		}

.related-products {
	text-align: center;
}

	.related-products img {
		display: block;
		margin: 0 auto;
		max-width: 300px;
	}

		.related-products h3 {
			border-bottom: 1px solid #efefef;
			padding-bottom: 10px;
		}

.order-product {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top: 25px;
	padding-left: 100px;
	padding-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

    .order-product p {
    	display: inline-block;
    	vertical-align: -20px;
    }

        .order-product a {
        	display: inline-block;
        	margin-left: 30px;
        }

.cross-sells {
	margin-top: 60px;
}

	.cross-sells h2 {
		font-size: 16px;
	}

	.cross-sells img {
		max-width: 150px;
	}

    	.cross-sells .woocommerce-loop-product__title {
    		font-size: 13px;
    	}

    	.cross-sells .woocommerce-Price-amount.amount {
    		font-size: 13px;
    	}

    	.cross-sells .type-product a.button {
    		display: block;
    		max-width: 150px;
    		font-size: 12px !important;
    		padding: 6px 12px !important;
    	}

ul.payment_methods {
	list-style-type: none;
	padding: 0;
}

.input-radio {
	display: inline-block;
}

.payment_method label {
	display: inline-block;
}

.woocommerce-checkout .woocommerce input {
	width: inherit;
	margin-right: 20px;
}

.woocommerce-shipping-fields input {
    display: block !important;
}

    .woocommerce-billing-fields input {
    	margin-right: 0px !important;
    	width: 100% !important;
    }

.shop .row {
	margin: 0;
}

    .shop #shop-breadcrumbs .row,
    .shop .checkmarks .row {
        margin: 0 -15px;
    }

.fa.fa-close {
	color: #3C3C3C;
	-webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

    .fa.fa-close:hover {
    	color: #03a0e1;
    }

.row.cart a {
	-webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

    .row.cart a:hover {
    	color: #03a0e1;
    }

.related-products a {
	color: #D8D8D8;
	text-transform: uppercase;
}

    .related-products a:hover {
        color: #00A0E0;
    }

    .related-products a h3 {
    	-webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      	margin-left: 20%;
      	margin-right: 20%;
    }

        .related-products a h3:hover {
        	color: #03a0e1;
        	border-bottom: 1px solid #03a0e1;
        }

    .woocommerce-page #content {
    	margin: 0 auto;
    	min-height: 100%;
    	max-width: 1200px;
    }

.woocommerce-buttons {
    margin-top: -5px;
    text-align: right;
}

    .woocommerce-buttons .btn {
    	padding: 15px 10px;
    }
        
    .woocommerce-buttons .cart-link-a {
        padding: 11px 15px;
    }
	
	


@media (max-width: 767px) {
	.category-image {
		min-height: 200px;
	}

	.category-title {
		min-height: 1px;
		padding-top: 20px;
	}

	.woocommerce-bar {
		padding-left: 15px;
	}

	.woocommerce-buttons {
    	margin-bottom: 5px;
    	text-align: left;

	}
	
	.single-product .gform_wrapper ul.gfield_radio {
		display: flex;
	}

	.single-product .gform_wrapper ul.gfield_radio li {
		width: 50% !important;
	}


	.product_title.entry-title {
		margin-top: 40px;
	}

	.woocommerce-cart .input-text.qty.text {
		max-width: 50%;
	}

	.woocommerce-checkout .woocommerce {
		width: 100%;
	}

	table.cart thead {
		display: none;
	}

    	table.cart tr {
    		display: block !important;
    		margin-top: 30px;
    	}

        	table.cart tr td {
        		display: block;
        	}

	.woocommerce .cart_item {
		padding-bottom: 30px;
	}

	.woocommerce-cart .variation {
		padding-top: 15px;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}
	
	
	
	table.cart tr.cart_item td::before {
		content: attr(data-title) ": ";
		display: block;
		font-weight: 700;
	}

    	table.cart tr td.product-remove::before {
    		display: none;
    	}

        	table.cart tr td.product-thumbnail::before {
        		display: none;
        	}

            	table.cart tr td.product-quantity::before {
            		display: none;
            	}

	.product-price {
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 15px;
	}

	.product-quantity {
		border-bottom: 1px solid #dcdcdc;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.product-subtotal {
		padding-top: 15px;
	}

	.product-thumbnail {
		max-width: 250px;
	}
/*
	.summary h1 {
		font-size: 28px !important;
	}
*/

}

@media (max-width: 844px) {
	.cart-link {
		max-height: 55px;
	}

    .u-column1 {
        border-right: 0 !important;
        border-bottom: 1px solid #dcdcdc;
    }
}

@media (max-width: 991px) {
	.extra-info .right-column {
		padding-left: 15px;
		margin-top: 55px;
	}

/*
	.summary h1 {
		font-size: 18px;
	}
*/
}

@media (max-width: 1197px) {
	.single-product .gform_wrapper ul.gfield_radio li {
		width: 100%;
		margin-bottom: 0;
	}
}

@media (max-width: 1197px) {
	.swatch {
		margin-bottom: -1px !important;
		border-right: 1px solid #dcdcdc !important;
		margin-right: 2px !important;
		margin-bottom: 2px !important;
	}

}


ul.nav li.selected a {
	color: #00A0E0;
	background: white;
    box-shadow: inset -1px -3px 0px -1px #00A0E0;
    font-weight: bold;
}

	.selected .dropdown-menu li a {
		color: #3C3C3C !important;
	}

	#menu-top-menu .selected a {
		color: #3C3C3C !important;
		font-weight: 300;
		box-shadow: inset 0px 0px 0px 0px #00A0E0;
		background: transparent;
	}

.archive .extra-info.banner.angle-after-right.white.angle-before-left, .archive .newsletter-section.white.angle-before-left {
	display: none;
}

    .archive #content {
    	max-width: 1200px;
    	margin: 0 auto;
    }

.woocommerce-result-count {
	display: inline-block;
	padding-left: 15px;
}

.woocommerce-ordering {
	display: inline-block;
	float: right;
}

.woocommerce-products-header {
	padding-left: 15px;
}

.category-title h2 {
    margin-top: 50px !important;
    min-height: 60px;
}

.extra-info.shop-benefit-icons,
.extra-info.klanten-maten {
    padding-bottom: 60px;
}

#order_review_heading, .shop_table.woocommerce-checkout-review-order-table {
    display: block;
}

	.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
		vertical-align: top;
	}

.woocommerce-account input {
    display: block;
}

.u-column1 {
    float: left;
    margin-right: 15%;
    padding-right: 20%;
    border-right: 1px solid #dcdcdc;
}

.u-column1, .u-column2 {
    display: inline-block;
}

.u-column1 h2, .u-column2 h2 {
    font-size: 20px;
}

.cross-sells {
    display: none;
}

button.faq {
    display: block;
    background-color: transparent;
    color: #000;
    border: none;
    text-align: left;
    width: 100%;
    padding: 10px 12px;
}

    button.faq p {
        font-size: 17px;
        margin: 0;
    }

        button.faq:focus, button.faq:active {
           outline: none !important;
        }

            button.faq.main.collapsed {
                border-bottom: 1px solid #f1f1f1;
            }

                button.faq.main:before {
                    font-family: FontAwesome;
                    content: "\f078";
                    float: left;
                    color: #1c9fe3;
                    margin-top: 7px;
                    margin-right: 10px;
                 }

                    button.faq.main.collapsed:before {
                        content: "\f054";
                    }

                        button.faq.question {
                            background-color: #f9f9f9;
                            color: #000;
                            border-top: 1px solid #fff;
                            font-size: 15px;
                            margin-left: 20px;
                        }

                            button.faq.question:before {
                                font-family: FontAwesome;
                                content: "\f078";
                                float: left;
                                color: #1c9fe3;
                                margin-right: 10px;
                            }

                                button.faq.question.collapsed:before {
                                    content: "\f054";
                                }

                                    button.faq.question:first-child {
                                        border: none;
                                    }
                                    
                        .accordion .panel .answer {
                            margin-left: 15px;
                        }

.panel {
    margin: 0;
    border: none;
    box-shadow: none;
}

p.answer, p.answer {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    margin: 0;
    color: #000;
}

.accordion button:after {
    display: none;
}

.woocommerce-variation.single_variation p {
    background-color: #FFF;
    color: #2d2d2d;
    font-weight: 300;
}

    .woocommerce-variation.single_variation h4.woocommerce-variation-description-title {
        display: block;
        font-size: 12px;
        color: #3C3C3C;
        margin-top: 15px;
        margin-bottom: 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 800;
    }
    
        .woocommerce-variation.single_variation h4.woocommerce-variation-description-title + p {
            padding-top: 15px;
        }

.woocommerce-menu-title {
    padding-left: 0;
}

.dropdown-menu  {
    border-bottom: 6px solid #f9f9f9 !important;
}

.woocommerce-checkout input {
    font-weight: 500;
    text-indent: 5px;
}


.klantenservice .fa {
	width: 25px;
	vertical-align: 0px;

}

.single-product .summary .quantity {
	display: none !important;
}

td.label {
	width: 100%;
	display: block;
}

/*
.tawcvs-swatches, td.value {
	width: 100% !important;
	display: table;
}
*/

.woocommerce-account input.woocommerce-form__input-checkbox {
	display: inline-block;
}


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	margin-top: 20px;
}

.woocommerce-variation.single_variation p {
	line-height: 22px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.quantity label.screen-reader-text {
	display: none;
}

.row.cart p.quantity, .row.cart p.price {
	text-align: left;
}

.woocommerce-account-fields input, .woocommerce-shipping-fields input {
	width: 100% !important;
}

.woocommerce-table__product-name.product-name a:first-child {
	display: inline-block;
}

.wc-item-meta-label, .wc-item-meta p  {
	font-size: 14px;
}

ul.wc-item-meta {
	list-style-type: none;
	padding-left: 10px;
}

.wc_payment_methods.payment_methods.methods {
	border-top: 1px solid #cfcfcf;
	background-color: #f9f9f9;
	padding: 20px;
}

#ship-to-different-address-checkbox {
 margin-left: 0;
 position: static;
 display: inline-block !important;
 width: auto !important;
 margin-right: 10px;
}

.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}

.tax-product_cat .woocommerce-products-header__title.page-title {
	margin-bottom: 30px;
}

ul.products {
	display: inline-block;
	background-color: #fff;
}

    .tax-product_cat ul.products {
        background-color: #F9F9F9;
    }
    
        .tax-product_cat ul.products li.product {
            background-color: #FFF;
            padding-bottom: 100px;
        }
        
            .tax-product_cat ul.products li.product a.button {
                bottom: 20px;   
            }

    .related.products ul.products li {
        margin-bottom: 30px;
        padding-bottom: 50px;
    }
    

.onsale {
    display: none;
	position: absolute;
	color: #fff;
	background-color: #00A0E0;
	left: 0;
	top: 0;
	padding-left: 10px;
	padding-right: 20px;
	font-weight: 500;
}

.product.type-product {
	padding: 20px;
	padding-bottom: 52px;
}

    .product.type-product.sale {
/*
    	border-left: 2px solid #00A0E0;
    	border-top: 2px solid #00A0E0;
*/
    	font-size: 16px;
    	position: relative;
    }

	.single-product .product.type-product {
		margin: 0;
		padding: 0;
	}

.woocommerce-checkout .shop_table {
	display: table;
}

.woocommerce-order-pay .woocommerce-info {
	background-color: #00A0E0;
	padding: 15px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

	.woocommerce-order-pay .wc-item-meta {
		display: none;
	}

.woocommerce-password-strength {
	margin-top: 10px;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
}

.woocommerce-password-hint {
	padding-top: 10px;
}

.woocommerce-password-strength, .woocommerce-password-hint {
	max-width: 50%;
	display: block;
}

.u-column2 {
	max-width: 38%;
}

/*
.swatch {
	width: 100% !important;
	border-bottom: 0 !important;
	border-left: 1px solid #dcdcdc !important;
	border-right: 1px solid #dcdcdc !important;
	border-top-right-radius: : 1px solid #dcdcdc !important;
}

	.swatch:last-of-type {
		border-bottom: 1px solid #dcdcdc !important;
	}
*/

table.variations {
	width: 100%;
}


.single-product .gform_wrapper ul.gform_fields li.gfield {
    position: relative !important;
    padding-right: 0 !important;
    list-style-type: none;
}

.woocommerce-account .woocommerce th {
	padding-left: 0 !important;
}

.woocommerce-account tbody {
	padding-top: 10px;
}

.woocommerce-account .woocommerce-button.button {
	color: #00A0E0;
}

	.woocommerce-account .woocommerce-button.button:hover {
		color: #000;
	}

	.woocommerce-account .woocommerce-button.button::after {
		content: "/";
		color: #000;
		padding-left: 5px;
		padding-right: 5px;

	}

.type-product a.button:hover {
	background-color: #007cad !important;
}


/*
.tawcvs-swatches .swatch {
   position: relative;
   z-index: 150;
}

*/

.woocommerce select {
    display: block;
    height: 36px;
    width: 100%;
}

/* VARIATION - SWATCHES - RADIO */

.variations td,
.swatch-control.radio-select {
    display: block;
    width: 100%;
}

    .swatch-control.radio-select ul {
        border: 1px solid #dcdcdc;
        border-top: 0;
        padding: 0 !important;
        width: 100%;
    }
    
        .swatch-control.radio-select ul li {
            border-top: 1px solid #dcdcdc !important;
            border-bottom: 1px solid #dcdcdc !important;
            display: block;
            margin-bottom: -1px;
        }
        
            @media screen and ( min-width: 992px ){
                
                .swatch-control.radio-select ul li {
                    display: inline-block;
                    width: 50%;    
                }
                
                .swatch-control.radio-select ul li {
                    border-right: 1px solid #dcdcdc;
                }
            
                    .swatch-control.radio-select ul li:nth-of-type(2n+0) {
                        border-right: 0;
                    }
                    
            }
            
        
            .swatch-control.radio-select ul li.disabled {
                opacity: 1;
            }
            
                .swatch-control.radio-select ul li.disabled label {
                    background-color: #FBFBFB;
                    opacity: 0.5;
                }
        
            .swatch-control.radio-select ul li input {
                display: none;
            }
            
            .swatch-control.radio-select ul li label {
                display: block;
                color: #828282 !important;    
                font-weight: 400 !important;
                margin: 0;
                padding: 12px 20px !important;
                text-transform: none !important;
            }
            
                .swatch-control.radio-select ul li input:checked + label {
                    background-color: #00A0E0 !important;
                    color: #fff !important;
                }
                
                
.single_variation_wrap .woocommerce-variation-availability {
    display: none;
}


select.form-control {
    border-radius: 0;
    cursor: pointer;
    height: 4.2em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* WOOCOMMERCE - GRAVITY FORMS */

/*.size-checker {*/
    /*display: none;*/
/*}*/


.woocommerce-order .vat-shifted {
    font-size: 14px;
    padding: 0 10px;
}

@media only screen and (max-width: 768px) {

	h1, .page-title p {
		font-size: 18px;
		word-break: break-word;
	}
}

iframe{
	width: 100%;
}


@media only screen and (max-width: 768px) {
    .btn {
        white-space: normal !important;
    }
}


.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}