/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

.proxima-bold {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold
}
body {
    font-family: 'Ubuntu', sans-serif;
    font-style:normal;
    color: #000;
}
.page img {
	max-width: 100%;
    height: auto;
}

/* color: #e83b84 */
body {
	background: #000;
}
.header {
	background: #FFF;
	padding: 10px 0 0 0;
}
.fix-on-scroll {
	background: #FFF
}
.page {
	background: #FFF
}
.gray-x {
	margin-right: 0;
	background: #dadada
}
.gray-x .col-md-3 {
	padding-top: 35px;
}
.white {
	background: #FFF;
	min-height: 630px;
}

.no-delivery {
	display: none;
}

.banner-image {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.nav>li.hide-4 {
	display: none;
}

.trash-img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.top-line {
	line-height: 40px;
	background: #e83b84;
	box-shadow: inset 0 -5px 15px rgba(0,0,0,0.00)
}
.top-line .dropdown-menu {
	width: 120px;
	min-width: 120px;
}
.top-line .dropdown-menu>li>a {
	min-width: 120px
}
._top-line a {
	color: #FFF;
	border-radius: 3px;
	padding: 5px !important;
	text-decoration: none;
}
._top-line a img {
	margin-top: -2px;
	width: 20px;
	line-height: 15px;
}
._top-line a:hover {
	background: #e83b84;
}
._top-line .langs {
	float: left;
	padding-right: 0;
	padding-left: 0;
}
._top-line .account {
	float: right;
}

._top-line .change-lang.inactive {
	color: #79194a;
}
._top-line .login {
	
}
.sum-x p {
	margin: 0;
	margin-bottom: 0 !important;
}
.sum-x p > span {
	float: right;
}
.title-item {
	margin-bottom: 8px;
}
.block-rma {
	padding-bottom: 25px;
}

.rma-items .form-group {
	margin-bottom: 4px;
}

.rel {
	position: relative;
}
.other_merk {
	position: absolute;
	right: 10px;
	top:10px;
	font-size: 20px;
	background: #aaa;
	color: #000;
	padding: 7px 15px;
}
.other_merk:hover {
	text-decoration: none;
	background: #eee;
}
.maincat-items {
	overflow: hidden;
	margin-bottom: 50px;
}
.brand-link {
	width: 24%;
	margin: 1% 1% 0 0;
	float: left;
    position: relative;
	border: 1px solid #eee;
	overflow: hidden;
}
.maincat {
    min-height: 200px;
}
.maincat-image {
    width: 80%;
    margin: auto;
    height: 160px;
}
.maincat-image.xxs{
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.brand-link:hover {
	text-decoration: none;
}
.brand-link:hover span {
	color: #e83b84 !important;
}
.linextx {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand-link span {
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 15px;
	padding: 5px;
	height: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.brand-link img {
	height: 200px;
	border: 1px solid #eee;
}

.maincat {
	width: 100%;
	margin: 20px 0;
	display: block;
}
.brand-link > .maincat {
	margin: 0;
}
.maincat.noimage {
	height: 200px;
	margin-top: 0;
	background: #eee;
}

.ms {
    -webkit-transition: all .30s ease-out;
       -moz-transition: all .30s ease-out;
         -o-transition: all .30s ease-out;
            transition: all .30s ease-out
}
.ctxt {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}

.orderinfo {
    margin: 5px 0 -5px 0;
    padding: 5px 0 0 0;
    border-top: 1px dashed rgba(0,0,0,0.2);
}
.orderinfo a span {
    padding-right: 5px;
}

.opvoorraad {
	color: #800;
}
.legend-voorraad {
	margin: 20px 0
}
.legend-voorraad p {
	margin: 0;
}
.voorraad .bull {
	float: left;
	width: 12px;
	height: 12px;
    border-radius: 6px;
    background: #e00;
    margin: 4px 7px 0 0;
    border: 1px solid rgba(0,0,0,0.2);
}
.voorraad .bull.voorraad0 {  }
.voorraad .bull.voorraad1 { background: #da8400; }
.voorraad .bull.voorraad2 { background: #00d228; }
.col-xs-1.voorraad .bull { margin: 10px; }
.voorraad.val.vv1 {
	position: absolute;
	left: 229px;
    bottom: 79px;
}
.voorraad.val.prod {
	position: absolute;
	top: -8px;
    left: 92px;
}

.blog-link {
    display: block;
    position: absolute;
    left: -55px;
    top:25px;
}
.blog-link img {
    width: 55px;
}


/* RESERVED */
.top-social a { line-height: 30px; border-radius: 5px; float: left; display: block; font-size: 24px; background: #fff; margin-right: 10px;}
.top-social a:hover { background: #eee; }

.icon-twitter { color: #55acee; }
.icon-instagram { color: #3f729b; }
.icon-facebook-official { color: #3b5998; }


.dropdown-menu {
	border: none;
 	box-shadow: 0 10px 20px rgba(0,0,0,.15);
}
.dropdown-menu {
    border-top: 4px solid #e83b84;
}

.patr-m-t {
	text-align: center
}


.prod-links {
	position: relative;
}
.prod-links p {
	padding-left: 9px;
	margin-bottom: 10px
}
.prod-link {
	border: 1px solid #eee;
	margin: 0 0 45px 9px;
	float: left;
	position: relative;
	overflow: visible;
}
.pop-up-product {
	position: absolute;
	width: 256px;
	height: 358px;
	background: url('../img/pop-up-product-bg.png') no-repeat center; 
	bottom: 95px;
	left: -100px;
	display: none;
}

.pop-up-product.first {
	bottom: -385px;
	left: -50px;
}

.part-title {
	position: absolute;
	width: 100%;
	height: 27px;
    text-align: center;
	bottom: -30px;
}

.checkout .pwd-input {
	display: none;
}

.pop-up-product .cnt  {
	margin: 15px 20px;
}
.pop-up-product .inf {
	overflow: hidden
}
.pop-up-product .add-to-cart,
.pop-up-product .reserve  {
	border: transparent;
	display: block;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	padding: 0;
}
.pop-up-product .reserve {
	margin-top: 5px !important;
}
.pop-up-product p {
	margin: 0 0 5px 0;
	height: 36px;
}
.pop-up-product .imgx  {
	width: 100%;
	height: 210px;
	margin-bottom: 5px;
}
.pop-up-product-arr {
	position: absolute;
	width: 53px;
	height: 39px;
	background: url('../img/pop-up-product-arr.png') no-repeat center; 
	bottom: -34px;
	left: 180px;
}
.pop-up-product.first .pop-up-product-arr {
	background: url('../img/pop-up-product-arr-top.png') no-repeat center; 
	bottom: 353px;
}

.reserve { display: none !important; }
.count-0 .reserve { display: block  !important; margin-top: 0; }
.count-0 .add-to-cart { display: none; }

.prod-link:hover .pop-up-product,
.pop-up-product.visible {
	display: block;
	z-index: 15;
	
}
.pop-up-product .col-sel {
	width: 68%;
	float: left;
}
.pop-up-product .cart-count,
.p-info .cart-count {
    width: 70px;
    float: right;
    margin: -5px 0 -5px 15px;
}
.pop-up-product .cart-count {
    width: 30%;
    margin: 0 0 0 0;
}




.prod-link .img {
	width: 158px;
    height: 158px;
}
.prod-link.inline-8 .img {
	width: 151px;
    height: 151px;
}
.prod-link .bg-full {
	background-color: #EEE;
}

.page-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#added {
	margin-top: 200px;
}
#added .modal-dialog {
	width: 550px !important;
}
#added .bt {
	border-color: transparent !important
}
#added .lead {
	margin: 0;
	text-align: center;
}

/* navbar, buttons */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	border-color: transparent;
    background: #e83b84;
    color: #fff;
	border: 1px solid #000;
	border-right: none;
}
.list-group-item {
	border-radius: 0px !important;
	border: 1px solid #000;
	border-right: none;
}
.boxed {
	min-height: 300px;
    border: 1px solid #000;
    margin-left: -15px;
    padding: 0 20px 20px 20px;
}

#navbar {
	margin-bottom: 20px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav > li > a, .bt {
	border-radius: 5px;
    margin-top: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	height: 39px;
    font-weight: 700;
}
.bt {
    background: #e83b84;
    color: #fff;
}
.bt.inv {
    background: #fff;
    border: 1px solid #e83b84 !important;
    color: #000;
}
.bt.black {
	background: #000;
}
.navbar-nav > li:hover > a, .bt:hover, .nav>li>a:focus, .nav>li>a:hover {
	background: #e83b84 !important;
    color: #fff;
}
.navbar-nav .open > a, .navbar-nav .open > a:focus, .navbar-nav .open>a:hover {
    background: #e83b84 !important;
	border-radius: 5px 5px 0 0; 
    color: #fff;
}
.nav .open > a.green, .nav .open>a.green:focus, .nav .open>a.green:hover, .navbar-nav li.active a {
	background: #e83b84 !important;
    color: #fff;
}
.dropdown-menu>li>a {
	min-width: 180px;
}
.navbar-nav {
	float: none;
}
.navbar .black {
	float: right;
}
.navbar .black > a {
	background: #000;
}
.navbar .black .dropdown-toggle {
	margin-right: 0;
}

#navbar.navbar-collapse {
	padding: 0 !important;
}
.navbar-nav.left >li> a {
	margin-right: 5px;
}
.navbar-nav.navbar-right >li> a {
	margin: 0 0 0 5px;
}
.navbar-nav {
	margin: 0;
}
.navbar-header {
    margin: 0 -16px;
    background: #e83b84;
}
.navbar-toggle {
	border: 1px solid #4c934c
}
.navbar-toggle .icon-bar {
	background: #4c934c
}
.navbar-right {
	margin-right: 0;
}
.fix-on-scroll {
	border-bottom: 6px solid #e83b84;
}
.nav-fix .header { 
	margin-bottom: 70px;
}
.nav-fix .fix-on-scroll {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
}
.nav-fix .navbar {
	margin:10px 0;
}
.nav-fix #navbar {
	margin: 0;
}
.nav-fix .nav>li.cart-pane {
	display: block;
}


.guest-box {}
.guest-box a {
	width: 270px;
	display: block;
	float: right;
	clear: both;
	color: #000;
	padding: 2px 0;
	text-decoration: none !important;
}
.guest-box .glyphicon {
	color: #e83b84;
	border: 2px solid #e83b84;
    width:  35px;
    height: 35px;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    font-size: 18px;
	margin: 0 5px;
    display: block;
    float: left;
}
.guest-box .t {
	line-height: 35px;
	font-size: 15px;
}


.result-search {
	position: relative; 
	margin: 25px 0;
}
.result-search-box {
	display: none;
	background: #fff;
    position: absolute;
    top: 36px;
    left: 1px;
    right: 1px;
    z-index: 99;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 3px;
}

._h_ {
	padding-bottom: 5px;
    border-bottom: 2px solid #e83b84;
}
.footer {
	background: #000;
    color: #fff;
    padding: 20px 0 00px 0;
}
.footer h3 {
	text-transform: uppercase;
	border-bottom: 2px solid #e83b84;
	padding: 0 0 5px 0;
}
.footer a {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
.footer .list a:hover {
	color: #EEE
}
.footer .contacts {
	width: 50%;
	float: left;
}
.footer .contacts span {
	display: block;
}

.logos-bottom {
	margin: 10px auto 20px auto;
}
.logos-bottom img {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    margin: 5px 2px;
    height: 27px;
}

.big {
	display: block;
	margin-bottom: 30px;
	margin-right: 20px;
	text-align: center;
	color: #000;
	font-size: 30px;
    line-height: 100px;
	background: #dadada;
	text-decoration: none !important;
	cursor: pointer;
}
.big:hover {
	background: #e5e5e5;
}
.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.banner-m1 {
	display: block;
	width: 100%;
}
.banner-m1 img {
	width: 100%;
}

.alert-success-del {
	background-color: #fdedf1;
}

.hompage-text p {
	font-weight: 200;
    margin-bottom: 20px;
    font-size: 21px;
}

.breadcrumb {
	background-color: #fdedf1;
}
.cat-image {
    background: #000;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
    border: 1px solid #ffcfe8;
    border-radius: 5px;
    overflow: hidden;
    height: 209px;
    height: 199px;
    position: relative;
}

.cat-image h3 {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #FFF;
    text-shadow: 0 1px 2px #000;
    background: rgba(0,0,0,0.5);
    margin: 0;
    padding: 10px 0;
}
.cat-image img {
	width: 100%;
	display: block;
}
.pre-icon.bg-full {
    background-image: url('../img/marker-42-48.png');
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
    margin-right: 6px;
}

.top-cart {
	overflow: hidden;
	margin: 0px;
}
.top-cart a {
	padding: 10px 15px;
	border-color: transparent;
} 

.top-cart .icon-c {
    float: left;
	position: relative;
	width: 72px;
	height: 62px;
    background-image: url('../img/cart.png');
} 
.top-cart .icon-c .count-c {
	position: absolute;
    border-radius: 13px;
    height: 26px;
    background: #e83b84;
    color: #FFF;
    line-height: 22px;
    padding: 2px 8px;
    font-size: 18px;
    font-weight: bold;
    right: -2px;
    top: 2px;
}
.top-cart .sum {
    display: block;
    margin-left: 95px;
    line-height: 60px;
    font-size: 26px;
}



.nav>li.cart-pane { display: none; }
.cart-pane .icon-c { position: absolute; background: none }
.cart-pane img {
	width: 35px;
    position: absolute;
    left: 9px;
    top: 4px; 
}
.cart-pane .sum {
    margin-left: 40px;
    line-height: 24px;
    font-size: 17px;
}
.cart-pane .top-cart .icon-c .count-c {
    font-size: 12px;
    left: -24px;
    right: auto;
    padding: 1px 7px;
    line-height: 19px;
    height: 19px;
    top: -9px;
}

/* ROOT-FIX */
#tinymce {
	background: #FFF;
	padding: 10px;
}




























.p-count-0 {
    line-height: 32px;
}
.c-padding {
	padding-bottom: 40px;
}
.prod-tabs {
	margin: 20px 0;
}
.prod-tabs .tab-pr {
	padding: 25px 15px; 
}


.s-res {
	display: block;
	text-decoration: none !important;
	padding: 5px 15px;
}
.s-res:hover {
    border-radius: 4px;
	cursor: pointer;
	background: #e83b84;
	color: #fff;
}












/* slider-box */
.zoom-hover { 
	z-index: 10;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	display: block;
}
.slider-box a {
	display: block
}
.slider-box a img {
	display: block;
	width: 100%;
}
.bg-slider {
	background: #f6f6f6;
}
.zoom-hover img { 
	z-index: 1;
	width: 100%;
	float: left;
	display: block;
    -webkit-transition: all 4.0s ease-out;
       -moz-transition: all 4.0s ease-out;
         -o-transition: all 4.0s ease-out;
            transition: all 4.0s ease-out;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.zoom-hover:hover img {
    -webkit-transform : scale(1.1);
       -moz-transform : scale(1.1);
         -o-transform : scale(1.1);
            transform : scale(1.1);
}
.zoom-hover.boxed:before {
	content: '';
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	border-radius: 5px;
	z-index: 15;
	box-shadow: inset 0 0 25px rgba(0,0,0,0.05)
}


.img-box {
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
    border: 2px solid #e8e8e8;
}
.img-box span {
	display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 3px;
}

.big-icon {
	margin: auto;
	font-size: 30px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #aaa;
}

.media {}
.media img {
	width: 100%;
}

.login {
	max-width: 400px;
}

.logo-a {
	display: block;
	margin: 5px 0;
}
.logo-img {
	max-width: 200px;
}

.bg-full {
	background-image: url('../img/placeholder.png');
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.product-image {
	position: relative;
	display: block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    width: 100%;
    height: 400px;
}
.product-image .img {
	position: relative;
	z-index: 15;
	height: 400px;
}
.imgs-mini {
	position: absolute;
	z-index: 20;
	width: 100%;
	bottom: 0;
}
.imgs-mini .img-mini {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
}
.imgs-mini .img-mini:hover {
	border-color: #aaa;
} 

.list-group-item.child {
	color: #666;
	padding: 5px 0 5px 35px;
}
.list-group-item.s-child {
	padding: 5px 0 5px 55px;
}



.contact-absolute {
	position: relative; 
}
.contact-absolute #mapbox {
	position: relative;
	z-index: 15;
}
.contact-absolute .map-desc {
	width: 100%;
	padding: 50px;
	position: absolute;
	z-index: 25;
}
.map-desc .info-box {
	position: absolute;
	padding: 20px;
	background: #FFF;
	background: rgba(255,255,255,0.93)
}
.btn.fio {
	background: #9a0f93;
	color: #FFF;
	border-color: transparent;
}
.btn.fio:active {
	background: #e83b84;
	color: #FFF;
	border-color: transparent;
}
.btn-success {
	background: #e83b84;
	border-color: transparent;
}
.btn-success:hover {
	border-color: #e83b84	;
	background: #e83b84 !important;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	border-color: #e83b84;
	background: #e83b84 !important;
}


.container {
	position: relative;
}
.container.line {
	overflow: visible;
	height: 0px;
}
.p-info {
	background: #fafafa;
	padding: 10px;
}
.p-info:hover {
	background: #f2f2f2;
}
.p-info.total {
	border-top: 1px dashed #eee;
	font-weight: bold;
	margin-bottom: 25px;
}
.p-info .date {
	margin: 0 7px;
}

.order-info {
	margin-bottom: 5px;
}
.order-id {
	float: left;
	width: 70px;
}
.order-status {
	margin: 0 5px;
}
.st-0 {
	color: #e00
}
.st-1 {
	color: #080
}

.lead {
	font-weight: 200;
}

.modal-content {
	box-shadow: 0 0px 45px rgba(0,0,0,.5);
}

.welcome {
	text-align: center;
	display: none;
	width: 70%;
	margin: 30px auto;
}
.slogan-x {
	margin: 10px 0;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 21px;
    font-size: 15px;
}

@media (max-width: 991px) {
	.cart-box {
		position: absolute;
		top:5px;
		right:5px;
	}
	.contacts.top {
		text-align: center;
	}
	.contacts .pull-right {
		float: none !important;
	}
	.nav-fix .navbar {
		margin: 0 !important;
	}
	.navbar-nav.navbar-right >li> a {
		margin: 0 0 5px 0;
	}
}

@media (max-width: 768px) {
	.map-desc {
		padding-top: 210px !important;
	}
	.info-box {
		width: 95%
	}
	.navbar {
		margin-bottom: 0;
	}
	#navbar {
		margin: 0 -16px;
		padding: 0;
	}
	nav .navbar-nav>li>a {
		margin: 0 !important;
		border-radius: 0 !important;
		border-bottom: 1px solid rgba(51, 51, 51, 0.23)
	}
	.cart-box {
		position: relative;
		overflow: hidden;
		padding: 5px;
		text-align: center;
	}
	.cart-box .pull-right {
		float: none !important;
	}
	.logo-img {
    	width: 90%;
		margin: auto;
		display: block;
    }
	.langs a {
		float: left;
		display: block;
		padding: 0 4px;
		line-height: 20px;
		clear: both
	}
	.header .cart-box {
		margin: 5px 16px;
		top:0;
		right:0;
		padding: 0;
	}
	.header a.top-cart {
		display: block;
	}
	.header {
		padding-bottom: 7px;
	}
	.banner-box {
		margin-bottom: 5px;
	}
	.main-items .col-md-3 {
		margin-bottom: 15px;
	}
	.main-items .img-box {
		margin-bottom: 5px;
	}
}

/* -------------------------------- 

Single Item

-------------------------------- */
.cd-single-item {
  position: relative;
}
.remove-from-cart {
	background: #ff3a3a
}
.remove-from-cart:hover {
	background: #c70000
}
.cd-single-item .p-img {
  border: 2px solid #adadad;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 25px;
}
.cd-single-item .img {
  display: block;
  height: 210px;
}
.no-touch .cd-single-item:hover .cd-customization, .cd-single-item.hover .cd-customization {
  /* product customization visible */
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0s, visiblity 0s 0s;
  -moz-transition: opacity 0.2s 0s, visiblity 0s 0s;
  transition: opacity 0.2s 0s, visiblity 0s 0s;
}
.no-touch .cd-single-item:hover .cd-customization-trigger, .cd-single-item.hover .cd-customization-trigger {
  /* this is the settings icon - visible on touch devices only */
  display: none;
}

.btn.reserve, .btn.add-to-cart {
	background: #4c4c4c;
}


/* -------------------------------- 

Product Info (title + price)

-------------------------------- */
.cd-item-info {
}
.cd-item-info::after {
  clear: both;
  content: "";
  display: table;
}
.cd-item-info em {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 15;
    width: 65px;
    height: 65px;
    color: #FFF;
    background: #4c4c4c;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
}
.cd-item-info .over {
    position: absolute;
    right: 0px;
    top: 0px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    z-index: 15;
    max-width: 170px;
    padding: 5px 7px;
    color: #000;
    border-radius: 0 5px 0 5px;
    line-height: 15px;
    font-size: 13px;
    background: #ddd;
}
.tocart {
    position: absolute;
    right: 0px;
    top: -5px;
    border-radius: 0 5px 0 5px;
}
.tocart .icon {
	font-size: 23px;
    margin: -7px -5px 0 -10px;
    display: block;
}
.contocart {
	padding-right: 55px;
}

.oplocatie {
	font-weight: bold;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 15px;
    display: none;
}

.cd-item-info em.old {
	line-height: 16px;
    padding-top: 13px;
}
.old-price {
	color: #f66;
	font-size: 14px;
}
.new-price {
	color: #fff;
	font-size: 16px;
}
.p-info .new-price {
	font-size: 14px;
	color: #000;
}
.p-price > span {
	width: 70px;
	float: right;
	text-align: right;
}
.cartcontent .p-info {
    font-size: 18px;
	position: relative;
	padding-right: 60px;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.p-info .remove-from-cart {

}

/* -------------------------------- 

Gallery grid

-------------------------------- */


.media-body a {
    color: #000;
}
.media-body a:hover {
    text-decoration: none;
}
.blogimage {
    border-radius: 5px;
    margin-bottom: 15px;
}
.blog-mini {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
}
.blog-mini b {
    color: #555;
}
.date-m {
    display: block;
    margin-bottom: 5px;
    color: #555 !important;
    font-size: 90%;
}
.media-left a {
    display: block;
    float: left;
    border: 2px solid #dadada;
    padding: 5px;
    border-radius: 5px;
}
.media-left img {
    max-width: 500px !important;
}

.cd-gallery {
	list-style: none;
	padding: 0;
}
.cd-gallery ul {
	padding: 0;
	list-style: none;
}
.cd-gallery > li {
  position: relative;
  margin-bottom: 2em;
}


.top-line .navbar-nav>li {
    float: left !important;
}
.top-line .navbar-nav>li a {
    margin: 0 !important;
}
.top-line .nav {
    float: right;
}


.dropdown-menu.lang {
    position: absolute !important;
    border-top: 4px solid #e83b84  !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.15) !important;
    left: auto;
    right: 0;
    background: #FFF !important;
    z-index: 999;
}
.show-min-1 {
    display: none !important;
}
.mobile-only {
    display: none !important;
}
.dropdown-menu.inleft {
    left: auto;
    right: 0;
}
.navbar-toggle {
    border-color: #FFF !important;
}
.navbar-toggle .icon-bar {
    background: #FFF;
}


@media only screen and (min-width: 768px) {
  .cd-gallery {
  }
  .cd-gallery::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-gallery > li {
    width: 48%;
    float: left;
    margin: 0 4% 6% 0;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1100px) {
  .cd-gallery {
  }
  .cd-gallery > li {
    width: 30%;
    float: left;
    margin: 0 5% 5% 0;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .cd-gallery > li:nth-of-type(3n) {
    margin-right: 0;
  }
}



@media (max-width: 1200px) {
    .show-min-1 { display: block !important; }
    .hide-min-1 { display: none !important; }

    
	.navbar-nav > li > a, .bt {
	    padding: 10px 6px;
	}
    #navbar {
    	margin: 0 0 10px 0;
    }
    .nav>li.cart-pane {
    	display: block;
    }
    .col-top-cart {
        display: none;
    }
    .col-result-search {
        float: left;
        width: 50% !important;
    }
}

.show-min-2 { display: none !important; }

@media (max-width: 991px) {
    .show-min-2 { display: block !important; }

    .bt.inv {
        margin: 0;
    }
    .navbar-nav.left >li> a {
     margin-right: 5px;
     border-radius: 0 !important;
    }
    .cat-image {
        height: 209px;
    }
    .guest-box a {
        float: none;
        margin: auto;
        width: 220px;
    }
    .fix-on-scroll {
        border-bottom: none;
    }
    .fix-on-scroll #navbar {
        border: none;
        margin: 0 -16px;
    }
    .bt.inv {
        border-top: none !important;
    }
    .gray-x .col-md-3 {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .navbar .black {
        float: none;
    }
    .row.gray-x {
        margin-right: -15px;
    }
    a.big {
        margin: 15px 0 0 0;
        line-height: 60px;
    }
    .other_merk {
        position: initial;
    }
    .row.padding-20 {
        padding: 0;
    }
    .list-group-item {
        border: 1px solid #000;
    }
    .boxed {
        margin: 0 15px;
        padding: 15px;
    }
    .brand-link {
        width: 49%;
    }
    .page img______ {
        width: 30%;
        margin: 0 35%;
    }
    .parts-img img {
        width: 30% !important;
        margin: 0 35%;
    }
    .mobile-only {
        display: block !important;
    }
    .cart-pane.mobile-only {
        position: absolute;
        top: 6px;
        left: 0
    }
    .bt.inv {
        border: 1px solid #fff !important;
        background: rgba(255, 255, 255, 0.63);
    }
    .mobile-hide {
        display: none !important;
    }
    .voorraad.val.prod {
        position: absolute;
        top: 20% !important;
        left: 92% !important;
    }
}

@media (max-width: 769px) {
    .col-result-search {
        float: none;
        width: 100% !important;
    }
    .result-search {
        margin: 20px 0 10px 0;
    }
    .nav>li.cart-pane {
        position: absolute;
        top: 6px;
        left: 0px;
    }
    .lead.default-desc {
        padding: 15px 0 0 0;
    }
    .footer .contacts {
        width: 100%;
    }
    .pop-up-product {
        display: none !important
    }
    .block-it-in-mobile {
        display: block;
        position: absolute;
        bottom: 12px;
        right: 8px;
    }
    .title-in-cart {
        display: block;
        margin-bottom: 35px;
        margin-left: 56px;
        line-height: 20px;
    }
    .p-price > span {
        width: 60px;
    }
    .trash-img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 500px) {
    .prod-link {
        float: none;
        margin: 10px auto 30px auto;
        border: none;
    }
    .prod-link .img {
        display: block;
        margin: auto;
    }
    .cat-image {
        height: 140px;
    }
}


