@import url(bootstrap.min.css);
body {
	font-size: 12px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif;
	color:#444444;
}
::-webkit-input-placeholder {
	font-style: italic;
	color: #cccccc !important;
}
:-moz-placeholder {
	font-style: italic;
	color: #cccccc !important;
}
::-moz-placeholder {
	font-style: italic;
	color: #cccccc !important;
}
:-ms-input-placeholder {
	font-style: italic;
	color: #cccccc !important;
}
textarea {
	resize: vertical;
}
.subcats .col-item{
	margin:10px 0;
}
.subcats .bgcat{
	height:200px;
	background-color:#eeeeee;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
}
.subcats .col-item a{
	display:block;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	color:#ff6203;
	text-align:center;
	padding:7px 6px;
	margin:5px 0 10px;
	text-transform:uppercase;
}
.subcats .col-item a:hover{
	background-color:#ff6203;
	color:#ffffff;
}

.slide-holder
{
	width:96%;
	margin:0 auto;
	display:none;
}

.myslide
{

}

.myslide a
{
	background-size:90%;
	background-position:center center;	
	background-repeat:no-repeat;
	display:block;
	width:160px;
	height:160px;
	padding:0 20px;
	margin:0 10px;
}


.topcats > a
{
	display:block;
	font-size:14px;
	padding-top:10px;
}

@media ( max-width: 700px ){
	.subcats .col-item{
		width:100% !important;
	}
}
a {
	color: #f18407;
	cursor: pointer;
}

a:hover, a:focus {
	color: #1a255b;
	text-decoration: none;
}

.homehead
{
	padding-top:30px;
}

.homeheads
{
	padding:15px 60px 0px;
	background-repeat:no-repeat;
	background-size:46px;
	background-position:0px 10px;
}

#homeheads1
{
	background-image:url('/templates/nguwork/img/usp1.svg');
}

#homeheads2
{
	background-image:url('/templates/nguwork/img/usp2.svg');
}

#homeheads3
{
	background-image:url('/templates/nguwork/img/usp3.svg');
}

#homeheads4
{
	background-image:url('/templates/nguwork/img/usp4.svg');
}

.homeheads strong
{
	font-size:15px;
	font-weight:400;
	letter-spacing:0.5px;
}

.homeheads span
{
	display:block;
	color:#aaaaaa;
	line-height:13px;
}

.tophome img
{
	display:block;
	margin:20px auto 10px;
}

hr {
	border-top: 1px solid #8d777a;
}

h1
{
	font-size:26px;
	font-weight:600;
}

h1.orangeline
{
	content:'';
	padding-bottom:10px;
	border-bottom:1px solid #f08300;
	float:left;
	margin-top:0;
}

.clearfix
{
	clear:both;
}

h2
{
	font-size:18px;
	font-weight:400;
	line-height:22px;
	margin:10px 0 20px;
}

h3
{
	font-size:15px;
	font-weight:400;
	line-height:17px;
	margin:5px 0;
}

.redbutton
{
	background-color:#f18407;
	display:inline-block;
	padding:7px 20px;
	color:#ffffff;
	font-weight:400;
}

a.redbutton:hover
{
	color:#ffffff;
	background-color:#373e66;
}

.cartbutton
{
	background-color:#ffffff;
	display:block;
	width:100%;
	padding:4px 20px;
	color:#444444;
	text-align:center;
	font-weight:600;
	border:1px solid #dddddd;
	margin-top:10px;
	text-transform:uppercase;
}

span.cartbutton:hover
{
	color:#ffffff;
	background-color:#f18407;
	border:1px solid #f18407;
}

.orange
{
	color:#f18407;
}

.form-control {
	border-color: #cccccc;
	color: #2d0909;
	font-weight: 500;
	font-style: italic;
	box-shadow: none;
	border-radius: 5px;
}
.form-control:focus {
	box-shadow: none;
	border-color: #2d0909 !important;
}
label {
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
}
.btn {
	border-color: #cccccc;
	color: #cccccc;
	padding: 5px 15px;
	font-weight: 300;
	cursor: pointer;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.btn.green {
	background: #f18407;
	color: #FFF;
}
.btn.green:hover, .btn.green:active, .btn.green:focus {
	background: #1a255b;
}
.btn.gray {
	background: #cccccc;
	color: #FFF;
}
.btn.gray:hover, .btn.gray:active, .btn.gray:focus {
	background: #2d0909;
	border-color: #2d0909;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
	border-color: #2d0909 !important;
	background: #639723 !important;
	color: #FFF !important;
	box-shadow: none;
}
.img-icon {
	width: 40px;
	height: 40px;
	padding: 5px;
	position: relative;
	display: block;
}
.img-icon img {
	width: 30px;
	height: 30px;
}
.img-icon img:first-child {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.img-icon img:last-child {
	position: absolute;
	transition: all .35s ease-out;
	opacity: 0;
	z-index: 2;
	left: 5px;
	right: 5px;
	top: 5px;
}
.img-icon:hover img:last-child {
	opacity: 1;
}

.homepadding
{
	padding-left: 45px;
	padding-right: 45px;
}

.x-padding {
	padding-left: 45px;
	padding-right: 45px;
}
.xx-padding {
	padding-left: 65px;
	padding-right: 65px;
}
.y-margin {
	margin-top: 35px;
}
.bgxx {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contain {
	background-size: contain;
}
.oneline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box {
	display: block;
    border-radius: 0px;
    border: 1px solid #eeeeee;
}

.box img {
	width: 100%;
	border-radius: 4px;
}
.price {
    font-size: 34px;
    position: relative;
    font-weight: 600;
    line-height: 1em;
    padding-right: 0.7em;
	position: relative;
	font-weight: 600;
	line-height: 1em;
	padding-right: 0.7em;
}

.banner {
	height: 196px;
	color: #FFF;
}
.banner.inverse {
	color: #000;
}
.banner h2 {
	position: relative;
	font-size: 50px;
	margin: 60px 25px 10px 35px;
	font-weight: 600;
}
.banner h2 .desc {
	font-size: 15px;
	display:block;
	padding: 10px 0px;
}
.banner .desc {
	font-size: 16px;
	margin: 10px 5px;
}
.none {
	text-align: center;
	font-size: 30px;
	opacity: 0.2;
	margin: 100px 0;
}
.image-h480 {
	margin: 75px 0 0 0;
	height: 480px;
}
.banner-185 {
	height: 184px;
	color: #2d0909;
}
.banner-185 .title {
	color: #2d0909 !important;
	display: block;
	font-size: 29px;
	line-height: 32px;
	padding: 9px 15px 7px 15px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 4px 4px 0 0;
}
.banner-185 .sub-title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 15px;
	font-weight: 500;
}
.p-content {
	font-weight: 100;
	font-size: 14px;
}

.rightcontact strong
{
	color:#f18407;
}

.rightcontact .p-title
{
	padding-bottom:20px;
}

.p-content h2 {
	margin: 0 0 20px 0;
}
.p-content p {
	margin-bottom: 18px;
}
.banner.white .title {
	color: #fff;
	font-size: 85px;
}
.aanbiending {
	position: absolute;
	left: 25px;
	top: 25px;
	background-color:#f18407;
	color:#ffffff;
	text-align:center;
	z-index:199;
	border-radius:3px;
	padding:3px 8px;
}
.hover-bold a {
	position: relative;
	color: #2d0909;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bold a.current {
	background: rgba(255, 255, 255, 0.2);
}
.hover-bold a.current .default {
	opacity: 0;
}
.hover-bold a.current .activated {
	opacity: 1;
	font-weight: bold;
}
.hover-bold a .activated {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
}
.top-pane {
	position: relative;
	width: 100%;
	text-align: right;
	border-bottom:1px solid #eeeeee;
	padding: 0;
}

.lead
{
	font-weight:400;
	font-size:18px;
}

.sort-select 
{
	float:right;
}

.sort-select a
{
	padding-right:16px;
	margin-right:5px;
	background-size:16px;
	background-position:right center;
	background-repeat:no-repeat;
	color:#1a255b;
}

.sort-desc
{
	background-image:url('/templates/nguwork/img/sort-down.png');
}

.sort-asc
{
	background-image:url('/templates/nguwork/img/sort-up.png');
}

.f-sorting
{
	opacity:0.01;
	position:absolute;
	left:-9999px;
}

@media (max-width: 767px) {
	.top-pane {
		display: none;
	}

	#lefttopcat{
		display:none !important;
	}

	.m-fix .main-menu-mobile
	{
		width:auto !important;
		top:51px !important;
	}
}
.top-pane .langs {
	position: absolute;
	left: 0px;
}
.top-pane .langs a {
	padding: 0 10px 0 0;
	opacity:0.3;
}


.top-pane .langs a.act, .top-pane .langs a:hover
{
	opacity:1;
}

.top-pane .langs img {
	width: 20px;
	padding: 2px 2px 2px 0;
}
.top-pane a {
	display: inline-block;
	padding: 0 0px;
	line-height: 36px;
	color:#1a255b;
}

.top-pane a:hover
{
	color:#f18407;
}

.top-pane-bottom, .main-menu-mobile {
	display: none;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	margin: 10px 0 40px 0;
}
.top-pane-bottom .submenu-m-items, .main-menu-mobile .submenu-m-items {
	overflow: hidden;
	height: 0;
}
.top-pane-bottom b.opener, .main-menu-mobile b.opener {
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background: #eee;
	padding: 8px;
	box-sizing: border-box;
}
.top-pane-bottom a.opened b.opener svg, .main-menu-mobile a.opened b.opener svg {
	transform: rotate(180deg);
}
.top-pane-bottom a, .top-pane-bottom span, .main-menu-mobile a, .main-menu-mobile span {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-left:35px;
}

.main-menu-mobile a:hover
{
	background-color:#242b57;
}

.main-menu-mobile {
	display: block;
	margin: 0 -15px;
	background: #f18407;
}
.main-menu-mobile a.current, .main-menu-mobile .current span {
	background: rgba(0, 19, 62, 0.16);
}
.main-menu-mobile .main-menu-sub-mobile a {
	display: none;
	background: #e4f0d4;
}
.main-menu-mobile .main-menu-sub-mobile a.current {
	background: #e4f0d4;
	color: #00632f;
}
.main-menu-mobile .main-menu-sub-mobile.current a {
	display: block;
}
.main-menu-mobile .trolley-round {
	top: 5px;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -120px;
}
.social-bottom {
	display: none;
	margin: 10px 0 0 0;
	text-align: center;
}
.social-bottom a {
	display: inline-block;
}
.delivery {
	display: none;
	line-height: 30px;
	font-weight: 500;
	overflow: hidden;
	margin: 15px 15px 5px 15px;
	font-size: 12px;
}
.delivery img {
	float: left;
	margin-right: 10px;
	width: 44px;
}
.header {
	position: relative;
	z-index: 300;
}
.header .menu-opener {
	display: none;
}
.header .right-part {
	margin: 35px 0 0 280px;
}
.header .search-box {
	padding-right: 0;
	padding-left: 0;
}
.header .search-box .results {
	width: 100%;
	position: absolute;
}
.header .search-box .results > div {
	background: #FFF;
	margin: 7px 0 0 0;
	border: 1px solid #2c0a0a;
	border-radius: 5px;
	z-index: 999;
}
.header .search-box .results .fail {
	padding: 4px;
	font-size: 11px;
	color: #900;
}
.header .search-box .search-item {
	position: relative;
	height: 44px;
}
.header .search-box .search-item:hover {
	background: #eee;
	border-radius: 3px;
}
.header .search-box .search-item .img {
	height: 36px;
	float: left;
	margin: 4px;
	width: 36px;
	border: 1px solid #eee;
	border-radius: 2px;
}
.header .search-box .search-item .title {
	margin: 0 0 0 40px;
	padding-top: 4px;
}
.header .search-box .search-item .desc {
	margin: 0 0 0 40px;
	font-size: 11px;
}
.header .search-box .search-item .price {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
}
.header .search {
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.header .search input, .header .search button {
	height: 40px;
	border: none;
	box-shadow: none;
	background: #FFF;
}
.header .search input:hover, .header .search input:active, .header .search input:focus, .header .search button:hover, .header .search button:active, .header .search button:focus {
	background: #FFF !important;
}
.header .search .loop img {
	height: 18px;
}
.header .logo {
	display: block;
	max-width: 236px;
	height: 64px;
	background-size: contain;
	background-image: url("/templates/nguwork/img/logo.svg");
	margin:18px 0 35px 5px;
}
.header .basket {
	display: block;
	overflow: hidden;
	padding: 4px 0px 7px 7px;
	font-weight: 500;
	color: #2d0909;
	line-height: 32px;
}
.header .basket .icn {
	position: relative;
	float: right;
	width: 46px;
	height: 35px;
	margin: -3px 0px 0 0;
}

.header .basket .icn img
{
	width:30px;
}


.header .basket .cart-count {
	position: absolute;
	right: 5px;
	width: 18px;
	height: 18px;
	top: 0px;
	line-height: 18px;
	text-align: center;
	background-color:#e7e7e7;
	border-radius:9px;
}
@media (max-width: 1199px) {
	.header .right-part {
		margin: 55px 0 0 0px;
	}

	.myslide a
	{
		width:130px;
	}

	.pane-pagination div
	{
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.homepadding
	{
		padding-left: 0;
		padding-right: 0;
	}



}
@media (max-width: 991px) {
	
	.pane-pagination div
	{
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.myslide a
	{
		width:110px;
	}

	.footercols
	{
		width:100% !important;
		
	}

	.header .logo {
		height: 90px;
	}
	.header .basket {
		float: right;
	}
	.header .basket .txt {
		display: none;
	}
	.header .right-part {
		margin: 30px 0 0 0px;
	}
}
.trolley-round {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #cccccc;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: -19px;
	background: #FFF;
}
.trolley-round img {
	width: 25px;
	display: block;
	margin: 3px;
}

.main-menu-bg
{
	background-color:#1a255b;
	position:absolute;
	left:0;
	width:100%;
	height:54px;
}

.main-menu {
	position: relative;
	z-index: 200;
	background-color:#1a255b;
}
.main-menu .home, .main-menu .social {
	position: absolute;
	left: 0;
	top: 0;
	margin: 8px;
}
.main-menu .social {
	left: auto;
	right: 0;
}
.main-menu .social a {
	float: left;
}
.main-menu .a-area {
	display: inline-block;
	position: relative;
}
.main-menu .a-area a {
	text-transform: uppercase;
}
.main-menu .a-area .submenu-main {
	position: absolute;
	width: auto;
	text-align: left;
	left: 0;
	margin-left: 0;
	margin-top: -5px;
}
.main-menu .a-area .submenu-main a {
	line-height: 23px;
	padding: 10px 30px;
	background:#f08300;
	display:block;
	font-size:12px;
	line-height:14px;
}

.main-menu .a-area .submenu-main a:hover {
	background:#1a255b;
}

.main-menu .a-area:hover .submenu-main {
	display: block;
	opacity: 1;
}
.main-menu .items {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.main-menu .items a {
	position: relative;
	display: block;
	line-height: 54px;
	font-size: 15px;
	padding: 0 30px;
	color:#ffffff;
}
.main-menu .items div.a-area:hover > a, .main-menu .items a.current {
	background: #f08300;
}
@media (max-width: 1199px) {
	.main-menu .items a {
		padding: 0 20px;
	}
}
@media (max-width: 991px) {
	.main-menu .items {
		margin: 0;
	}
	.main-menu .items a {
		padding: 0 16px;
	}
	.main-menu .home, .main-menu .social {
		display: none;
	}
}
@media (max-width: 767px) {
	.main-menu {
		display: none;
	}
}
.main-menu .main-menu-sub, .main-menu .submenu-main {
	display: none;
	opacity: 0;
	border: 1px solid #8d777a;
	border-radius: 0 0 5px 5px;
	border-top: none;
	position: absolute;
	top: 59px;
	left: 50%;
	width: 724px;
	margin-left: -362px;
	min-height: 30px;
	background: #f08300;
	transition: all .35s ease-out;
}
.main-menu .main-menu-sub.opened, .main-menu .submenu-main.opened {
	display: block;
	opacity: 1;
}
.main-menu .main-menu-sub .cnt, .main-menu .submenu-main .cnt {
	border-top: 5px solid #f0eeee;
	margin: 0;
	padding: 5px 32px 25px 32px;
}
.main-menu .main-menu-sub .cnt h4, .main-menu .submenu-main .cnt h4 {
	font-size: 14px;
	letter-spacing: 0.7px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 12px 0;
	margin-right: 10px;
}
.main-menu .main-menu-sub .cnt a, .main-menu .submenu-main .cnt a {
	display: block;
	position: relative;
	color: #2c0a0a;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: 300;
	line-height: 28px;
}
.main-menu .main-menu-sub .cnt a:hover, .main-menu .submenu-main .cnt a:hover {
	font-weight: 600;
	color: #00632f;
	
}
.main-menu .main-menu-sub .cnt a:hover:before, .main-menu .submenu-main .cnt a:hover:before {
	content: '>';
	position: absolute;
	left: -15px;
	top: 0;
}

.social-holder
{
	position:absolute;
	top:-19px;
	text-align:center;
	width:100%;
}

.social-holder a
{
	display:inline-block;
	border:1px solid #dddddd;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 10px;
	width:38px;
	background-color:#ffffff;
	height:38px;
}

.social-holder a:hover
{
	background-color:#f08300;
	color:#ffffff;
}

.facebook
{
	background-image:url('/templates/nguwork/img/facebook.png');
}

.linkedin
{
	background-image:url('/templates/nguwork/img/linked.png');
}


.footer {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-top:60px;
	padding-bottom:20px;
	text-align: center;
	font-size: 13px;
	position:relative;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}


.footer a, .footer span {
	position: relative;
	display: inline-block;
	line-height: 28px;
	font-size: 13px;
	padding: 0 5px;
	color:#444444;
}

.footer a:hover
{
	color:#f18407;
}

.footer a .sep, .footer span .sep {

}

.footertext
{

}

.footerinfo h3
{
	border-bottom:2px solid #f08300;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	text-transform:uppercase;
	margin-bottom:23px;
	float:left;
}

.footerinfo
{
	font-size:13px;
	line-height:18px;
}

.footerinfo p
{
	text-transform:normal;
	font-size:13px;
	line-height:18px;
	clear:both;
}

.footerinfo a.redbutton
{
	padding:5px 8px;
	text-align:center;
	border-radius:3px;
}

@media (max-width: 1199px) {
	.footer {
		padding: 30px 10px 10px;
	}
	.footer a, .footer span {
		line-height: 28px;
	}
	.footer .middle {
		display: none;
	}
}
@media (max-width: 767px) {
	.footer {
		
	}
	.footer a, .footer span {
		line-height: 20px;
		font-size: 11px;
	}
	.footer .mini {
		display: none;
	}
}

#paymentsfooter
{
	position:absolute;
	right:0;
	top:0;
}

.footer-sub {
	font-size: 12px;
	position:relative;
	text-align: left;
	padding: 20px 0 30px 0;
	color: #cccccc;
}
.footer-sub a, .footer-sub a:hover {
	color: #cccccc;
}
@media (max-width: 767px) {
	.trolley-round img {
		margin: 2px;
	}
	.y-margin {
		margin-top: 10px;
	}
	.row, .col-sm-7 {
		position: initial;
	}
	.footer-sub {
		font-size: 11px;
		text-align:center;
	}
	.delivery {
		display: block;
		margin-bottom: 10px;
	}
	.top-pane-bottom, .social-bottom {
		display: block;
		margin-bottom: 35px;
	}
	.social.social-bottom {
		margin: 15px;
		height: 40px;
	}
	.header .menu-opener {
		z-index: 150;
		display: block;
		position: absolute;
		top: 25px;
		left: 5px;
		width: 42px;
		height: 42px;
		padding: 10px;
	}
	.header .logo {
		height: 80px;
		margin: auto;
	}
	.header .search-box {
		margin: 0 15px 10px;
		padding: 0;
		position: relative;
	}
	.header .search-box .fail {
		text-align: center;
	}
	.header .search-box input, .header .search-box button {
		height: 35px;
	}
	.header .right-part {
		margin-top: 10px;
	}
	.header .basket-box {
		position: absolute;
		top: 25px;
		right: 0px;
		padding: 0;
	}
	.header .basket-box .cart-count {
		width: 15px;
		font-size: 11px;
	}

	.header .basket
	{
		padding:4px 7px 0 0px;
	}

	.header .basket-box .basket .icn {
		width: 29px;
	}

	.header .basket .cart-count {
	right: -5px;
	top: 0px;
	}

}
@media (max-width: 991px) {
	.main-banners {
		margin: 20px 0;
		padding: 0;
	}
	.main-banners .gallery {
		margin-bottom: 20px;
	}
	.main-banners .col-xx-row {
		margin: 0 -12px;
	}
	.main-banners .col-xx {
		padding: 0 12px;
		width: 50%;
		float: left;
	}
}
.bg-menu-fix {
	display: none;
}
.m-fix .container {
	position: relative;
}
.m-fix .header .menu-opener {
	left: 7px;
	top: 10px;
	z-index: 380;
	cursor:pointer !important;
	display: block;
	position: fixed;
	width: 46px;
	height: 46px;
	padding: 10px;
}

.m-fix .fix-cart-search {
	position: absolute;
	right: 12px;
	top: 10px;
	width: 60%;
}
.m-fix .right-part {
	position: absolute;
	top: 0;
}
.m-fix .bg-menu-fix {
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	left: 0px;
	height: 64px;
	background: #fff;
	border-bottom: 1px solid #2c0a0a;
	z-index: 375;
}
.m-fix .bg-menu-fix .logo {
	margin: 0 -15px 0 22px;
	height: 52px;
	width: 160px;
}
.m-fix .main-menu-mobile {
	right: 0px;
	left: 0px;
	background: #f18407;
	position: fixed;
	top: 63px;
	z-index: 9999;
	width:370px;
}
.template {
	display: none;
}
.spacer-25 {
	margin-bottom: 25px;
}
.input-error {
	box-shadow: 0 1px 8px rgba(255, 0, 0, 0.5);
	border-color: #ff3a3a;
}
.nobr {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.gallery {
	position: relative;
	overflow: hidden;
}
.gallery .slides {
	position: relative;
	z-index: 140;
}
.gallery .slides.product {
	height: 520px;
}
.gallery .slides.homepage {
	height: 393px;
}
.gallery .pane {
	position: absolute;
	z-index: 150;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.gallery .pane .cd {
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	margin:5px;
	position: relative;
	border-radius: 50%;
	border:2px solid #ffffff;
}
.gallery .pane .cd:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #18255a;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.gallery .pane .cd:hover {
	background: rgba(255, 255, 255, 0.1);
}
.gallery .pane .cd:hover:before, .gallery .pane .cd.current:before {
	background: #f08300;
}
.gallery .slide {
	background-color: #fff;
	position: relative;
	float: left;
	width: 100%;
	height: 393px;
	display: block;
	color: #2d0909;
}
.gallery .slide span {
	display: block;
	margin-bottom: 0;
}
.gallery .slide .title {
	font-size: 50px;
	font-weight: 500;
	padding: 15px 5px 5px 50px;
	line-height: 50px;
}
.gallery .slide .sub-title {
	font-size: 22px;
	font-weight: 500;
	padding: 0 5px 10px 30px;
}
.gallery .slide .price {
	float: left;
	color: #f18407;
	margin-left: 50px;
	font-size: 50px;
}
.gallery .slide .price .c {
	font-size: 70%;
	position: absolute;
	top: -5px;
	right: -12px;
}
.hr-list {
	position: relative;
	height: 282px;
	overflow-x: hidden;
}
.hr-list .row {
	overflow: hidden;
}
.hr-list .line {
	position: relative;
}
.hr-list .arr {
	position: absolute;
	top: 55px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.hr-list .arr:hover svg path {
	fill: #2d0909 !important;
}
.hr-list .arr.left {
	left: 11px;
}
.hr-list .arr.right {
	right: 11px;
}
.hr-list .slide {
	float: left;
}
.hr-list .slide .image {
	display: block;
	height: 160px;
	margin: 0;
	border-radius: 5px 5px 0 0;
}
.hr-list .slide .info {
	position: relative;
	color: #2d0909;
	padding: 15px 15px 5px 15px;
	overflow: hidden;
}
.hr-list .slide .info hr {
	margin: 8px 0;
}
.hr-list .slide .info h3 {
	margin: 0;
	font-size: 21px;
}
.hr-list .slide .info p {
	font-size: 12px;
	margin: 3px 0 5px 0;
}
.hr-list .slide .info .price-desc {
	position: absolute;
	bottom: 12px;
	left: 15px;
	font-size: 12px;
}
.hr-list .slide .info .price {
	float: right;
}
.hr-list .slide .info .price .e {
	font-size: 24px;
}
.green-footer {
	padding: 10px 30px 20px 30px;
	background: #dddddd;
}
.green-footer .hq-box {
	height: 135px;
}
.green-footer .col {
	padding: 0 45px;
}
.green-footer h2 {
	color: #f18407;
	font-size: 25px;
	border-bottom: 1px solid #fff;
	padding: 0 0 12px 0;
	margin-top: 12px;
	margin-bottom: 18px;
	letter-spacing: 0.7px;
}
.green-footer p {
	font-weight: 300;
}
.green-footer h3 {
	font-size: 20px;
}
.green-footer h3.h-social {
	font-style: italic;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 28px;
}
.green-footer h3.h-social img {
	float: left;
	width: 28px;
	margin-right: 11px;
}
.green-footer .middle {
	margin: 20px auto;
	display: block;
	width: 120px;
}
.green-footer .e-form p {
	margin: 15px 0;
}
.green-footer .e-form .answer {
	color: #e94f35;
	font-weight: 500;
	font-style: italic;
	text-align: center;
}
@media (max-width: 1199px) {
	.green-footer .col {
		padding: 0 15px;
	}
}
@media (max-width: 991px) {
	.green-footer .social-col {
		display: none;
	}
	.green-footer .col {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.gallery .slides.product {
		height: 280px;
	}
	.gallery .slides.homepage {
		height: 200px;
	}
	.fix-cart-search {
		display: none;
	}
	.m-fix .basket-box {
		position: fixed;
		right: 7px;
		top: 7px;
		z-index: 380;
	}
	.m-fix .bg-menu-fix {
		height: 54px;
	}
	.m-fix .bg-menu-fix .logo {
		margin: auto;
		height: 50px;
		width: 140px;
	}
	.spacer-25 {
		display: none;
	}
	.main-banners .col-md-8 {
		padding: 0;
	}
	.col-xx-row {
		margin: 0 !important;
	}
	.main-banners {
		margin-bottom: 0;
	}
	.main-banners .col-xx {
		width: 100%;
		margin: 0;
		padding: 0 25px 20px 25px;
	}
	.main-banners .col-xx .banner-185 {
		height: 160px;
	}
	.banner-185 .title {
		font-size: 24px;
		line-height: 24px;
		margin: 9px 15px 5px 15px;
	}
	.banner-185 .sub-title {
		font-size: 12px;
		line-height: 17px;
		margin: 0px 15px;
	}
	.hr-list .slide .info {
		padding-top: 10px;
	}
	.hr-list .slide .info h3 {
		line-height: 17px;
		font-size: 19px;
	}
	.gallery {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.gallery .pane {
		bottom: 5px;
	}

	.gallery .pane .cd:before {
		width: 7px;
		height: 7px;
	}
	.gallery .slide {
		height: 200px;
	}
	.gallery .slide .title {
		font-size: 28px;
		line-height: 30px;
		padding: 10px 5px 0px 30px;
	}
	.gallery .slide .sub-title {
		font-size: 13px;
		padding: 0 5px 0 20px;
	}
	.gallery .slide .price {
		font-size: 28px;
		line-height: 24px;
		margin-left: 30px;
	}
	.gallery .slide .price .c {
		font-size: 16px;
		top: -3px;
		right: 2px;
	}
	.green-box {
		margin-top: 20px;
		padding: 0;
	}
	.green-box .green-footer {
		padding: 0 15px;
	}
	.green-box .green-footer .answer {
		margin: 0px 0 5px 0;
	}
	.green-box .green-footer .blog-col, .green-box .green-footer social-col {
		display: none;
	}
	.green-box .green-footer .subscribe-col {
		width: 100%;
	}
	.green-box .green-footer .middle {
		margin: 0 auto 20px auto;
	}
	.green-box .green-footer .subscribe-col > p {
		margin: 20px 0;
	}
	.green-box .green-footer h2 {
		text-align: center;
	}
	.green-box .green-footer h3 {
		text-align: center;
		font-size: 25px;
	}
}
.submenu-items {
	max-width: 880px;
	margin: auto;
	border-radius: 0 0 5px 5px;
	border: 1px solid #8d777a;
	border-top: none;
	background: rgba(0, 19, 62, 0.08);
}
.submenu-items .cnt {
	border-top: 5px solid #00133E;
	margin: 0;
	padding: 16px 12px;
	text-align: center;
}
.submenu-items .cnt img {
	height: 35px;
	margin-top: -8px;
	margin-right: 8px;
}
.submenu-items .cnt span {
	font-weight: 500;
	font-size: 15px;
}
.submenu-items .cnt .spacer {
	margin-right: 45px;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin-bottom: 1px;
	padding: 16px 0;
	font-weight: 400;
	font-size: 12px;
}
.breadcrumb .active {
	color: #2d0909;
}
.breadcrumb a {
	font-weight: 400;
	line-height:12px;
}
.breadcrumb a:hover {
	color: #2d0909;
}

.breadcrumb > li + li
{
	padding-left:22px;
	position:relative;
}

.breadcrumb > li + li:before {
	padding: 0;
	content: ">";
	color:#1a255b;
	font-weight:600;
	line-height:16px;
	font-size:16px;
	position:absolute;
	top:4px;
	left:5px;
}
.shop-data .tag {
	height: 32px;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	border: 1px solid #8d777a;
	border-radius: 5px;
	background: rgba(0, 19, 62, 0.08);
	color: #2d0909;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 29px;
}
.shop-data .tag a {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: 0px;
}
.shop-data .tag a img {
	width: 20px;
	height: 20px;
}
.p-title {
	font-size: 15px;
	font-weight: 600;
	padding: 12px 0 0px;
	position: relative;
	border-top: 1px solid #dddddd;
	margin-bottom: 0px;
}
.p-title .icn {
	display: none;
	position: absolute;
	right: 12px;
	top: 9px;
	width: 24px;
}
.p-title .icn.r {
	right: 0;
}
.p-title .icn img {
	transition: all .35s ease-out;
}
.open-ok .icn {
	display: block !important;
}
.closed .p-title .icn img {
	transform: rotate(180deg);
}
.btn.brown {
	font-size: 12px;
	font-weight: 400;
}
.btn.brown:hover {
	background: #cccccc !important;
	color: #fff;
}
.area {
	overflow: hidden;
}
.open-box:last-child .area {
	border-bottom: 0px solid #cccccc;
}
.input > .f {
	padding-left: 20px !important;
	background: url("../img/checkbox.svg") no-repeat left center;
	background-size: 13px 13px;
}
.input > .f:active, .input > .f:focus, .input > .f:hover {
	color: #2d0909;
}
.input > .f.checked {
	background-image: url("../img/checkbox-selected.svg");
}
.input.rdb > .f {
	padding-left: 24px !important;
	background-size: 18px 18px;
	background-image: url("../img/radio-button-inactive.svg");
}
.input.rdb > .f.checked {
	background-image: url("../img/radio-button-selected.svg");
}
.shop-filter {
	padding-right: 77px;
}
.shop-filter .pane .reset {
	margin-bottom: 10px;
}
.shop-filter .filters-block .p-title {
	text-transform: uppercase;
}
.shop-filter .filters-block .filters-list {
	padding: 12px 0;
}
.shop-filter .filters-block .filters-list a {
	font-size: 13px;
	display: block;
	padding: 3px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.shop-filter .filters-block .filters-list a.f {
	color:#444444;
}
.shop-filter .filters-block .filters-list .more {
	font-style: italic;
}

.sectionline
{
	border-bottom:1px solid #444444;
	margin-top:20px;
	margin-bottom:20px;
}

.sectiontitle
{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #f08300;
	position:relatvie;
	line-height:30px;
	z-index:9999;
	min-width:100px;
	display:inline-block;
	margin-bottom:-1px;
}

.box-items .item {
	position: relative;
	margin-bottom: 24px;
	color:#444444;
	padding:25px;
	border:0;
}
.box-items .item:hover, .box-items .item:focus {
	box-shadow: 0 0 4px 4px #eeeeee;
	color:#f18407;
}
.box-items .item .img {
	height: 230px;
	margin: 0 0px;
}
.box-items .item .title {
	font-size: 14px;
	line-height:22px;
	font-weight:600;
	letter-spacing:0;
	margin-top:10px;
	margin-bottom:3px;
}
.box-items .item .desc {
	height: 44px;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px 0px;
	font-weight: 100;
	margin-bottom: 0px;
}
.box-items .item .old-price {
	text-decoration: line-through;
	font-size: 14px;
}

.productprice
{
	padding:8px 0 20px;
}

.productprice .excl-price
{
	font-size:16px;
	padding:5px 0;
}

.productprice .excl-price span
{
	color:#f18407;
	font-size:22px;
	padding-right:2px;
}

.productprice .incl-price
{
	font-size:11px;
}

.productprice .old-price {
	text-decoration: line-through;
	font-size: 13px;
}

.box-items .item .new-price {
	font-size: 18px;
	color:#f18407;
}

.box-items .item .incl-price {
	font-size: 12px;
	display:block;
}

.box-items .item .btw-price {
	font-size: 13px;
}

.box-items .item .price
	right: auto;
}
.x-hidden {
	display: none !important;
}
.order-block {
	padding: 20px 0;
}
.shop-items {
	padding: 0px 0;
}
.shop-items .cat-title {
	margin: 0px 0 12px 0;
	font-weight: 600;
}
.shop-items .cat-title .normal {
	font-weight: 200;
	text-transform: none;
}
.shop-items .search-title {
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 100;
}
.shop-items .search-title b {
	font-weight: 600;
}
.shop-items .pane-pagination {
	font-size: 12px;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 36px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;

}
.shop-items .pane-pagination .btn, .shop-items .pane-pagination select {
	height: 26px;
	font-size:12px;
	margin-top:5px;
}
.shop-items .pane-pagination .count-select {
	font-weight: 400;
}
.shop-items .pane-pagination .count-select select {
	float: left;
	margin-right: 15px;
	width: 60px;
	padding: 4px;
	font-style: normal;
	font-weight: 100;
}
.shop-items .pane-pagination .a-pages {
	width: 290px;
	float: right;
	text-align: center;
	color: #cccccc;
}
.shop-items .pane-pagination .c-pages a {
	padding: 3px 3px;
	margin:0 1px;
	display:inline-block;
	min-width:24px;
	font-size:12px;
	line-height:16px;
	text-align:center;
}
.shop-items .pane-pagination .c-pages a.current, .shop-items .pane-pagination .c-pages a:hover {
	color: #ffffff;
	background-color:#f18407;
}
.shop-items .pane-pagination .a-pages > a {
	color:#444444;
	font-weight:400;
}
.shop-items .box-items {
	margin-bottom: -20px;
}
.shop-items .p-title {
	font-size: 22px;
	font-weight: 500;
}
@media (max-width: 1199px) {
	.shop-filter {
		padding-right: 27px;
	}
}
@media (max-width: 991px) {
	.col-item {
		width: 33.33%;
	}
	.shop-filter {
		padding-right: 12px;
	}
	.shop-filter .pane .btn {
		width: 75px;
	}
	.count-select {
		display: none;
	}
	.count-box {
		width: 50%;
	}
	.submenu-items .cnt img {
		height: 28px;
	}
	.submenu-items .cnt span {
		font-size: 13.5px;
	}
	.submenu-items .cnt .spacer {
		margin-right: 12px;
	}
}
@media (max-width: 767px) {
	.shop-data .col-item a {
		margin-bottom: 15px;
	}
	.box-items .item .title {
		margin-bottom: 3px;
		font-size: 16px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.box-items .item .desc {
		font-size: 12px;
		padding: 5px 7px;
		height: 40px;
		margin-bottom: 5px;
	}
	.box-items .item .price {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.box-items .item .img {
		height: 170px;
		margin: 0;
	}
	.box-items .item .old-price {
		margin-bottom: 0;
	}
	.breadcrumb,.submenu-items,.shop-filter .pane,.pane-pagination,.shop-items .banner,.shop-items .cat-title,.shop-items .search-title, .show-full {
		display: none;
	}
	.mobile-title {
		margin: 0px;
	}
	.mobile-title .main {
		margin: 0 15px;
		text-align: center;
		text-transform: uppercase;
		padding: 15px 0 12px 0;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1.1px;
	}
	.mobile-title .main.bb {
		border-bottom: 1px solid #8d777a;
	}
	.mobile-title .main.green {
		font-weight: 400;
		font-size: 16px;
		color: #f18407;
	}
	.mobile-title .desc {
		padding: 15px 0;
		border-bottom: 1px solid #00133E;
	}
	.p-title {
		font-size: 17px;
		padding: 10px 0;
		text-align: center;
		border-top: 1px solid #cccccc;
	}
	.p-title .icn {
		display: block;
	}
	.shop-filter {
		padding: 0;
	}
	.shop-filter .filters-block {
		overflow: hidden;
	}
	.shop-filter .filters-block .filters-list {
		padding: 12px 24px;
	}
	.shop-filter .filters-block .filters-list .more {
		border: 1px solid #00133E;
		border-radius: 5px;
		margin: 15px 24px;
		padding: 10px 20px;
	}
	.mobile-reset {
		margin: 15px;
		text-align: center;
	}
	.mobile-reset .tag {
		background: #fff;
		display: block;
		width: 220px;
		margin: auto;
		margin-bottom: 20px;
		font-size: 13px;
		font-weight: 100;
	}
	.shop-filter .filters-block .filters-list .f {
		margin-left: 24px;
	}
	.shop-items {
		border: none;
		margin: 20px 15px;
	}
	.shop-items .items .item {
		margin-bottom: 16px;
	}
	.shop-items .items .item .title {
		font-size: 18px;
	}
	.shop-items .items .item .desc {
		height: 38px;
		font-size: 11px;
		padding: 5px;
		margin-bottom: 5px;
	}
	.shop-items .items .item .old-price {
		font-size: 12px;
		height: 15px;
		margin-bottom: 3px;
	}
	.shop-items .items .item .price {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.col-item {
		padding: 0 8px;
		width: 100%;
	}
}
.binnen {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 45px;
}
.p-right {
	padding-right: 70px;
}
.p-left {
	padding-left: 70px;
}
.social-box {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
}
.social-box > span {
	font-style: italic;
	line-height: 38px;
}
.btn.social {
	float: right;
	margin-left: 20px;
	padding: 6px 12px;
	width: 90px;
	line-height: 26px;
	color: #2d0909;
	font-weight: 400;
}
.btn.social img {
	float: left;
	height: 26px;
}
.bt {
	border-top: 1px solid #dddddd;
}
.bb {
	border-bottom: 1px solid #dddddd;
}
.gt {
	margin-bottom: 0 !important;
	font-weight: 600;
	color: #79b829;
	font-size: 86%;
}
.prehead {
	color: #f18407;
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0 20px;
}
.head-spacer {
	height: 22px;
	margin: 30px 0 20px;
}
.xlead {
	font-size: 120%;
}
.xlead b {
	font-weight: 500;
}
.def-page {
	font-size: 14px;
}
.def-page .p-content h2 {
	font-size: 32px;
	margin: 12px 0 24px;
}
.def-page .p-content p {
	font-weight: 100;
	margin-bottom: 18px;
}
.contact input {
	height: 40px;
	line-height: 40px;
}
.contact .data {
	padding: 15px 0;
}
.contact .form-group {
	margin-bottom: 18px;
}
.contact .submit {
	margin-top: 10px;
}
.contact p strong {
	color: #f18407;
	display: block;
	margin: 4px 0 -2px 0;
}
.contact .rasp {
	line-height: 19px;
	font-weight: 500;
}
.contact .rasp .day {
	width: 110px;
	float: left;
}
.contact table {
	width: 100%;
	border: none;
}
.contact table * {
	border: 0;
}
.data-item {
	padding: 12px 0;
}
.data-item:first-child {
	padding-top: 0;
}
.data-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.page-media .main {
	margin-bottom: 20px;
}
.page-media .mini {
	height: 120px;
}
span.date {
	color: #cccccc;
	font-weight: 400;
	font-size: 90%;
}
.nieuws .news-item {
	position: relative;
}
.nieuws .news-item .icn {
	display: none;
}
.nieuws .news-media {
	position: absolute;
	left: -240px;
	width: 170px;
	top: 8px;
}
.nieuws .news-media-mobile {
	display: none;
}
.nieuws .news-txt {
	padding-bottom: 24px;
}
.nieuws .news-txt p {
	margin-bottom: 10px !important;
}
.title {
	letter-spacing: 0.5px;
}
.product {
	margin-top: 5px;
	font-size: 14px;
}
.product h2 {
	font-size: 34px;
	margin-bottom: 5px;
}
.product h4 {
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
}
.product .area {
	margin: 0 -5px;
}
.product .area .box-items {
	padding: 5px;
}
.product .prod-options {
	margin: 0;
}
.product .price-box {
	overflow: hidden;
	margin: 30px 0;
}
.product .price-box .price {
	float: left;
	font-size: 50px;
	margin-right: 30px;
}
.product .price-box .price.old-price {
	text-align: right;
	margin-top: 25px;
	overflow: hidden;
	font-size: 22px;
	/*&:before, &:after {
		position: absolute;
		content: '';
		left: -10px;
		right: -10px;
		top: 50%;
		height: 2px;
		transform: rotate(-13deg);
		background: #700;
		z-index: 10;
		opacity: 0.6;
	}
	&:after {
		transform: rotate(13deg);
	}
	*/
}
.product .price-box .price.old-price:before {
	position: absolute;
	content: '';
	background: #000;
	z-index: 10;
	opacity: 0.6;
	left: -10px;
	right: -10px;
	top: 53%;
	height: 2px;
}
.footer-box {
	margin-top: 0px !important;
}
.product .d-sel {
	padding: 25px 0;
	overflow: hidden;
}
.product .d-sel b {
	float: left;
	line-height: 32px;
	width: 90px;
}
.product .d-sel select {
	float: left;
	width: 230px;
}
.product .to-cart {
	position: relative;
	font-size: 18px;
	margin: 30px auto;
	display: block;
	width: 305px;
	line-height: 30px;
}
.product .to-cart .stop {
	color: #900;
	position: absolute;
	left: 0;
	top: -30px !important;
	font-size: 15px !important;
}
.product .gallery .slide {
	height: 520px;
}
.product .gallery .pane .cd:before {
	background: #00133E;
}
.product .gallery .pane .cd.current:before {
	background: #2d0909;
}
.product .box-items .item {
	padding-bottom: 15px;
}
.product .box-items .desc {
	font-size: 12px;
	height: 40px;
}
.product .box-items p {
	margin-bottom: 5px !important;
}
.product .gallery-thumbs {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product .gallery-thumbs .th {
	cursor: pointer;
	height: 160px;
}
.product .gallery-thumbs .th:hover {
	border-color: #cccccc;
}
.product .prod-desc h4 {
	margin-bottom: 15px;
}
.product .prod-text {
	font-weight: 100;
	padding: 10px 0;
}
.product .prod-text p {
	margin-bottom: 18px;
}
.product .specials p {
	margin-bottom: 0;
	position: relative;
}
.product .specials .value {
	display: block;
	margin-left: 180px;
}
.product .specials .param {
	position: absolute;
	width: 180px;
}
.product .specials .param:after {
	float: left;
	width: 6px;
	height: 6px;
	background: #f18407;
	content: '';
	margin: 8px 8px 0 0;
}
.product.others {
	margin-bottom: -50px;
	padding-top: 25px;
}
.aantal-col-error {
	color: #900;
	width: 100%;
	min-width: 200px;
	display: block;
	clear: both;
}
.cart-content {
	position: relative;
	margin: 20px 0;
	padding-bottom: 30px;
}
.cart-content .price {
	font-size: 16px;
}
.cart-content .info {
	font-size: 15px;
	font-style: italic;
	padding: 10px 0;
}
.cart-content b {
	font-size: 16px;
	font-weight: 600;
}
.cart-content .kleur {
	line-height: 30px;
	padding: 0 10px;
}
.cart-content .prod {
	position: relative;
	border-top: 1px solid #cccccc;
	padding: 15px 0 12px 0;
}
.cart-content .prod .row {
	margin-left: -5px;
	margin-right: -5px;
}
.cart-content .prod .row .col-sm-4, .cart-content .prod .row .col-sm-2 {
	padding-left: 5px;
	padding-right: 5px;
}
.cart-content .prod b {
	display: block;
	margin-bottom: 10px;
}
.cart-content .prod p {
	font-size: 14px;
	margin-top: 12px;
}
.cart-content .prod .img-icon {
	position: absolute;
	right: -5px;
	top: 14px;
	width: 26px;
	height: 26px;
}
.cart-content .prod .img-icon img {
	width: 16px;
	height: 16px;
}
.cart-content .prod .aantal {
	position: relative;
	padding: 0 38px;
}
.cart-content .prod .form-control {
	height: 30px;
	margin-top: -5px;
}
.cart-content .prod .form-control.kleur {
	border-color: transparent;
}
.cart-content .prod .price {
	font-weight: 400;
}
.cart-content .prod .img {
	border: 1px solid #00133E;
	float: left;
	margin: 6px 15px 6px 0;
	width: 50px;
	height: 50px;
}
.cart-content .input {
	margin-bottom: 20px;
}
.cart-content .after-prods {
	border-top: 1px solid #cccccc;
	padding: 20px 0;
	margin-bottom: 20px;
}
.cart-content .after-prods b {
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}
.cart-content .after-prods .input .f {
	display: block;
	margin: 7px 0;
}
.cart-content .after-prods .price {
	font-weight: bold;
}
.cart-content .totaal {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	position: relative;
}
.cart-content .totaal:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #cccccc;
	bottom: 3px;
	width: 100%;
}
.cart-content .totaal b {
	margin: 0;
}
.cart-content > .btn {
	position: absolute;
}
.cart-content > .btn.win {
	left: 0;
}
.cart-content > .btn.kassa {
	right: 0;
}
.cart-content > .btn.bottom {
	bottom: 0;
}
.cart-content > .btn.top {
	top: 0;
}
.prod-added {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: rgba(45, 9, 9, 0.8);
}
.prod-added .ok {
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 30%;
	width: 500px;
	margin-left: -250px;
	padding: 35px 45px;
}
.prod-added .ok .msg {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	line-height: 35px;
	padding: 15px 0;
	font-size: 14px;
}
.prod-added .ok .msg img {
	float: right;
	height: 35px;
}
.kassa {
	margin-top: 5px;
}
.kassa input {
	height: 40px;
	line-height: 40px;
}
.kassa .dot-border {
	border-top: 1px dotted #cccccc;
	margin: 20px 0;
}
.kassa .kassa-block {
	padding: 20px 0 30px 0;
}
.kassa .kassa-block.x3 {
	padding-bottom: 40px;
}
.kassa .kassa-block.x3 p {
	margin: -5px 0 15px 0;
}
.kassa .kassa-block .f {
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.kassa .kassa-block .sex .f {
	margin-right: 15px;
}
.kassa .kassa-block .form-group {
	position: relative;
	padding-left: 120px;
	min-height: 40px;
}
.kassa .kassa-block .form-group .helper {
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-style: italic;
}
.kassa .kassa-block .form-group label {
	position: absolute;
	left: 12px;
	line-height: 40px;
}
.kassa .kassa-block .deliver {
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 1px dotted #cccccc;
}
.kassa .kassa-block .deliver > .f {
	font-weight: 100;
	background-position: left 15px;
	padding: 13px 0 13px 35px;
	line-height: 20px;
	display: block;
	border-bottom: 1px dotted #cccccc;
}
.kassa .kassa-block .deliver > .f b {
	cursor: pointer;
}
.kassa .kassa-block.finale p {
	line-height: 20px;
	font-weight: 100;
	font-size: 14px;
}
.kassa .kassa-block .save-pdf {
	margin-top: 20px;
}
.kassa .kassa-block .addr-block {
	overflow: hidden;
	height: 575px;
	transition: all .35s ease-out;
	padding: 20px 0 0 0;
	opacity: 1;
}
.kassa .kassa-block .addr-block .inputs {
	border-top: 1px dotted #cccccc;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
.kassa .kassa-block .addr-block .inputs.first {
	border-bottom: 1px dotted #cccccc;
}
.kassa .kassa-block .addr-block .form-group {
	padding-left: 90px;
	padding-right: 0;
}
.kassa .kassa-block .addr-block .form-group label {
	left: 0;
}
.kassa .kassa-block .addr-block .form-group.hisummer {
	padding-left: 90px;
}
.kassa .kassa-block .addr-block.min {
	height: 0;
	padding: 0;
	opacity: 0;
}
.kassa .subscribe {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 30px;
}
.kassa .subscribe .f b {
	font-size: 110%;
}
.kassa .subscribe .f b i {
	font-size: 120%;
	margin-left: 7px;
}
.kassa .pay-mode {
	margin: 10px 20px;
	position: relative;
}
.kassa .pay-mode .mode {
	cursor: pointer;
	float: left;
	width: 17%;
	padding: 8px 2px;
	margin: 1.5%;
	line-height: 24px;
	text-align: center;
}
.kassa .pay-mode .mode > div {
	height: 28px;
}
.kassa .pay-mode .mode:hover, .kassa .pay-mode .mode:focus, .kassa .pay-mode .mode.current {
	border-color: #00133E;
	box-shadow: 0 0 0 4px #00133E;
}
.kassa .pay-mode-list {
	padding: 18px 0;
	margin: 18px 0 25px 25px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}
.kassa .pay-mode-list .f {
	display: block;
	line-height: 18px;
	font-size: 13px;
	margin-left: -25px;
	padding: 2px 0 2px 25px !important;
}
.kassa .pots-nl {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	margin: 15px 0;
	position: relative;
}
.kassa .pots-nl img {
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0;
}
.kassa .b-cart {
	padding: 18px 18px 12px 12px;
	background: rgba(0, 19, 62, 0.08);
	min-height: 200px;
}
.kassa .b-cart .price {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 14px;
}
.kassa .b-cart .price.old-price {
	right: 100px;
}
.kassa .b-cart .prods {
	overflow: hidden;
}
.kassa .b-cart .prod {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.kassa .b-cart .prod:last-child {
	border-bottom: none;
}
.kassa .b-cart .prod:last-child .to-shop {
	display: block;
	margin-top: 10px;
}
.kassa .b-cart .prod .recalc-aantal {
	top: -1px;
}
.kassa .b-cart .prod .aantal-col {
	padding-right: 0px;
}
.kassa .b-cart .prod .to-shop {
	display: none;
}
.kassa .b-cart .prod .title {
	font-size: 15px;
	font-weight: bold;
}
.kassa .b-cart .prod .desc {
	margin-bottom: 15px;
}
.kassa .b-cart .prod .option {
	line-height: 28px;
	padding: 5px 0;
}
.kassa .b-cart .prod .option a {
	background: #fff;
	color: #2d0909;
	font-size: 13px;
	padding: 0 10px;
	line-height: 28px;
}
.kassa .b-cart .prod .option input {
	line-height: 28px;
	height: 30px;
}
.kassa .b-cart .prod .option input[disabled] {
	background: #fff;
}
.kassa .b-cart .prod .underline {
	display: block;
	text-decoration: underline;
}
.kassa .b-cart .pr {
	position: relative;
}
.kassa .b-cart .bottom {
	font-size: 15px;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}
.kassa .b-cart .bottom p {
	margin: 20px 0 0 0;
}
.kassa .b-cart .bottom.totaal {
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.kassa .b-cart .bottom .price {
	font-size: 15px;
	top: 5px;
}
@media (max-width: 1199px) {
	.binnen.x-padding, .binnen.xx-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.p-right {
		padding-right: 12px;
	}
	.p-left {
		padding-left: 12px;
	}
	.btn.social {
		padding: 6px 6px;
		width: 80px;
		margin-left: 10px;
	}
	.product {
		padding: 0 0;
	}
	.product .gallery-thumbs .th {
		height: 100px;
	}
	.product .d-sel {
		padding: 12px 0;
	}
	.product .price-box {
		min-height: 35px;
		margin: 0 0 20px 0;
	}
	.product .price-box .old-price {
		float: left;
		margin-left: 20%;
		margin-right: 0;
	}
	.product .price-box .current-price {
		margin-right: 0%;
	}
	.product .specials .param {
		width: 165px;
	}
	.product .social-box {
		border-bottom: none;
	}
	.cart-content .prod .p-subtotaal {
		display: none;
	}
	.cart-content .prod .col-sm-4 {
		width: 46%;
	}
	.cart-content .prod .col-sm-2 {
		width: 18%;
	}
	.cart-content .prod .aantal {
		padding: 0 15px;
	}
	.cart-content .after-prods .col-sm-6 {
		width: 54%;
	}
	.cart-content .after-prods .col-sm-6.def {
		width: 46%;
	}
	.kassa.x-padding {
		padding: 00;
	}
}
@media (max-width: 991px) {
	.binnen .x-padding, .binnen .xx-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.btn.social {
		margin-left: 10px;
	}
	.contact .rasp .day {
		width: 80px;
	}
	.contact .data {
		padding: 18px 0 0px 0;
	}
	.contact .p-content {
		padding-top: 0 !important;
	}
	.contact form {
		padding: 15px 0 0 0;
	}
	.social-box {
		overflow: hidden;
		padding: 8px 0 30px 0;
		border-bottom: 1px solid #cccccc;
	}
	.social-box .social {
		width: 32%;
		margin-left: 2%;
	}
	.social-box .social:last-child {
		margin-left: 0;
	}
	.social-box > span {
		display: block;
	}
	.def-page .social-box {
		border-bottom: none;
	}
	.cart-content .col-sm-9 {
		width: 100%;
	}
	.kassa.x-padding .col-sm-6 {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.kassa .kassa-block .addr-block {
		height: 780px;
	}
	.float-inverse .pull-left, .float-inverse .pull-right {
		float: inherit !important;
	}
	.def-page.x-padding, .def-page.xx-padding {
		padding: 0 16px;
	}
	.def-page .p-content {
		padding-top: 24px;
		padding-bottom: 8px;
	}
	.def-page .box {
		margin-top: 20px;
	}
	.bt {
		border: none;
	}
	.def-page {
		padding: 0 16px;
	}
	.mobile-title h2 {
		font-size: 26px;
		text-align: center;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.mobile-title .mbt {
		margin: 0 0 10px 0 !important;
	}
	.social-box {
		border-bottom: 1px solid #cccccc !important;
	}
	.mobile-title.ws {
		margin-bottom: 0;
	}
	.mobile-title.ws .main {
		font-size: 15px !important;
	}
	.workshops .opener {
		text-align: left;
		border-bottom: 1px solid #cccccc !important;
	}
	.news-m-title h2 {
		border-top: 1px solid #cccccc;
		margin-top: 5px;
		padding-top: 15px;
		font-size: 26px;
		text-align: center;
	}
	.to-nieuws {
		display: block;
	}
	.nieuws .bt {
		border-top: 1px solid #cccccc !important;
	}
	.nieuws .news-lists {
		padding-bottom: 40px;
	}
	.nieuws.mobile-title {
		margin-bottom: 0;
	}
	.nieuws .opener {
		border-bottom: 1px solid #cccccc !important;
	}
	.nieuws .opener .icn {
		right: 0;
	}
	.nieuws .news-media {
		position: relative;
		left: 0;
		top: 0;
		width: 30%;
		float: left;
		margin: 0;
	}
	.nieuws .news-item {
		height: 95px;
		position: relative;
		padding: 12px 0 0 0;
		overflow: hidden;
		border-bottom: 1px solid #cccccc !important;
	}
	.nieuws .news-item .icn {
		display: block;
		position: absolute;
		right: 0;
		bottom: 12px;
		width: 24px;
		height: 24px;
	}
	.nieuws .news-item .icn img {
		opacity: 0.7;
		width: 100%;
		transform: rotate(270deg);
	}
	.nieuws .news-item .col-xs-7 {
		padding-left: 0;
	}
	.nieuws .news-item .bb {
		border: none;
	}
	.nieuws .news-item .news-media {
		display: none;
	}
	.nieuws .news-item .news-media-mobile {
		display: block;
		width: 90px;
		height: 70px;
		float: left;
		margin: 0 10px 0 0;
	}
	.nieuws .p-content {
		padding: 0;
	}
	.nieuws .p-content .news-txt {
		padding: 0;
	}
	.nieuws .p-content .news-txt a, .nieuws .p-content .news-txt p {
		display: none !important;
	}
	.nieuws .p-content h2 {
		margin: 0 0 0 30%;
		padding-left: 10px;
		font-size: 17px;
	}
	.product.others {
		padding: 0 16px;
		margin-top: -1px;
		margin-bottom: 0px;
	}
	.product.row {
		padding: 0 16px;
	}
	.product .p-title {
		line-height: 20px;
		font-size: 15px;
	}
	.product .p-title .icn {
		width: 20px;
	}
	.product .specials .p-title {
		border-bottom: none;
	}
	.product .prod-mob-desc .p-title {
		border-bottom: none;
	}
	.product .prod-mob-desc .social-box {
		border-bottom: none !important;
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	.product .gallery {
		border: 1px solid #00133E;
		border-radius: 5px;
	}
	.product .gallery .slide {
		height: 280px;
	}
	.product .gallery-thumbs {
		margin: 10px -5px 20px -5px;
	}
	.product .gallery-thumbs .col-xs-4 {
		padding: 0 5px;
	}
	.product .gallery-thumbs .th {
		height: 80px;
	}
	.product .price-box .price {
		font-size: 34px;
	}
	.product .price-box .price.old-price {
		margin-top: 16px;
		font-size: 10px;
	}
	.product .price-box .price.current-price {
		position: absolute;
		left: 50%;
	}
	.product .prod-text {
		padding: 0;
	}
	.product .prod-text p {
		margin-bottom: 15px;
	}
	.product .prod-text.specials p {
		margin: 0;
	}
	.product .area {
		margin: 0 !important;
	}
	.product .input {
		height: 60px;
	}
	.product .input .f {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 30%;
		float: left;
		margin-right: 3%;
		line-height: 30px;
	}
	.product .color-select-m .f {
		width: 100%;
		margin-right: 0;
	}
	.product .to-cart {
		line-height: 26px;
		margin: 25px auto;
	}
	.product .to-cart .stop {
		top: -26px !important;
		font-size: 13px !important;
		text-align: center;
	}
	.product .box-items {
		padding: 0 !important;
		border-bottom: 1px solid #8d777a;
		margin: 15px -8px -10px -8px;
	}
	.product .box-items .item {
		margin-bottom: 15px;
	}
	.product .box-items .item:hover {
		box-shadow: none;
	}
	.product .specials {
		font-size: 11px !important;
		line-height: 16px !important;
	}
	.product .specials .param {
		width: 140px;
	}
	.product .specials .param:after {
		margin: 5px 8px 0 0;
	}
	.product .specials .area {
		margin: 0;
	}
	.product.others hr {
		margin: 0;
		border-top: 1px solid #cccccc;
	}
	.product.others .p-title {
		border-bottom: none;
	}
	.product.others .area {
		margin-bottom: 0 !important;
	}
	.product.others .area .box-items {
		border-bottom: none;
	}
	.product.mobile-title {
		border-top: 1px solid #cccccc;
		margin: 0 15px;
	}
	.cart {
		margin: 0 16px 20px 16px;
		padding: 0;
	}
	.cart-content {
		padding-bottom: 0;
		margin: 0;
	}
	.cart-content b {
		line-height: 30px;
		font-size: 15px;
	}
	.cart-content > .btn.bottom {
		position: inherit;
		display: block;
		margin: 15px 0;
		padding: 2px;
	}
	.cart-content .prod .img-icon {
		top: 18px;
	}
	.cart-content .prod .col-sm-4, .cart-content .prod .col-sm-2 {
		width: 100%;
		overflow: hidden;
	}
	.cart-content .prod .col-sm-4 p, .cart-content .prod .col-sm-2 p {
		margin: 0;
	}
	.cart-content .prod .col-sm-4 b, .cart-content .prod .col-sm-2 b {
		margin-bottom: 0px;
	}
	.cart-content .prod .pdesk {
		font-size: 11px;
	}
	.cart-content .prod .col-sm-2 {
		padding: 3px 12px !important;
	}
	.cart-content .prod .col-sm-2 b {
		float: left;
		width: 40%;
		margin: 0;
	}
	.cart-content .prod .col-sm-2 p {
		float: left;
		line-height: 30px;
		width: 60%;
		margin: 0;
	}
	.cart-content .prod .col-sm-2 .form-control {
		margin: 0;
	}
	.cart-content .prod .col-sm-2 .kleur {
		width: 60%;
		float: left;
	}
	.cart-content .prod .col-sm-2 .f-aantal {
		width: 25%;
		float: left;
	}
	.cart-content .prod .col-sm-2 .price {
		float: right;
		margin: 8px 0;
		font-size: 13px;
		font-weight: bold !important;
	}
	.cart-content .prod .img {
		width: 80px;
		height: 80px;
		border-color: #cccccc;
		border-radius: 5px;
	}
	.cart-content .after-prods {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.cart-content .after-prods .col-sm-6 {
		width: 100%;
	}
	.cart-content .after-prods .col-sm-4 {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.cart-content .after-prods .col-sm-4 .price {
		font-size: 13px;
		font-weight: bold !important;
	}
	.cart-content .totaal {
		padding: 15px 0;
	}
	.cart-content .totaal .col-sm-4 {
		top: 12px;
		right: -12px;
	}
	.prod-added .ok {
		padding: 20px 30px;
		border-radius: 5px;
		margin: 0;
		width: 86%;
		left: 7%;
		top: 15%;
	}
	.prod-added .ok .msg {
		text-align: center;
		line-height: 18px;
		margin-bottom: 20px;
	}
	.prod-added .ok .msg p {
		margin-bottom: 0;
	}
	.prod-added .ok .msg img {
		float: inherit;
		display: block;
		margin: 0px auto 10px auto;
	}
	.prod-added .btn-block {
		margin-bottom: 15px;
	}
	.kassa {
		margin: 0 4px;
		padding: 0;
	}
	.kassa .p-title {
		font-weight: 200;
		text-align: left;
		font-size: 16px;
	}
	.kassa .p-title.main-title {
		text-align: center;
	}
	.kassa .p-title.main-title h4 {
		margin: 3px !important;
	}
	.kassa .pay-mode-list {
		margin-left: 0;
	}
	.kassa .pay-mode-list .f {
		margin-left: 0;
	}
	.kassa .area {
		margin: 0 -5px;
	}
	.kassa .kassa-block {
		padding: 20px 5px 30px 5px;
	}
	.kassa .kassa-block .f {
		line-height: 25px;
	}
	.kassa .kassa-block .form-group {
		padding: 0;
	}
	.kassa .kassa-block .form-group label {
		position: inherit;
		line-height: 15px;
		left: 0;
	}
	.kassa .kassa-block .form-group .helper {
		font-size: 11px;
	}
	.kassa .kassa-block.x3 {
		padding-bottom: 20px;
	}
	.kassa .kassa-block .sex-box label {
		display: none;
	}
	.kassa .kassa-block .sex-box .f:first-child {
		float: left;
	}
	.kassa .kassa-block .sex-box .f:last-child {
		float: right;
		text-align: right;
		padding-right: 25px;
		margin-right: 0px;
		background-position: right 10px;
	}
	.kassa .kassa-block .dem50 {
		width: 50%;
		float: left;
	}
	.kassa .kassa-block .pay-mode {
		padding: 0;
		margin: 0;
	}
	.kassa .kassa-block .pay-mode .mode {
		width: 30%;
		margin: 0 5% 5% 0;
	}
	.kassa .kassa-block .pay-mode .mode:nth-child(3) {
		margin: 0 0 5% 0;
	}
	.kassa .subscribe {
		padding: 0;
		margin: 0;
	}
	.kassa .subscribe .f {
		line-height: 20px;
	}
	.kassa .next {
		padding: 7px 15px;
		display: block;
		margin: 15px 0 5px 0;
	}
	.kassa .save-pdf {
		padding: 7px 15px;
		display: block;
	}
	.kassa .addr-block .form-group {
		padding: 0 !important;
	}
	.kassa .addr-repeat {
		padding-top: 10px;
	}
}
