body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: #f9fafc;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

h1 {
	margin-top: 0px;
    margin-bottom: 14px;
}
h2 {
	margin-top: 10px;
}

/* default font size */
.fa {
	font-size: 14px;
	padding-right: 8px;
    padding-left: 10px;
}
/* Override the bootstrap defaults */

header div.container div.row {
	padding-top: 60px;
}
header div.container div.row div.col-sm-4 {
	width: 100%;
    display: block;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
header div.container div.row div.col-sm-5 {
	display: block;
    width: 33.33333333%;
    float: left;
    margin: -100px 0px 20px 0px;
}
header div.container div.row div.col-sm-3 {
	display: block;
    width: 33.33333333%;
    float: right;
    margin: -100px 0px 20px 0px;
}


h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a {
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #bb0019;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs>li>a {
	border: 1px solid #ededed;
    background: #f9f9f9;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #bb0019;
	background-image: linear-gradient(to bottom, #bb0019, #740607);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #222222;
	border-bottom: 1px solid #FFF;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	position: fixed;
    width: 100%;
    z-index: 9999;
/*	box-shadow: 0px 2px 6px #888888; */
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #bb0019;
	background-image: linear-gradient(to bottom, #bb0019, #740607);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #CCC;
	text-shadow: 0 1px 0 #000000;
	text-decoration: none;
	background: none;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#top .btn-link:hover, #top-links a:hover {
	color: #FFF;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

ul.dropdown-menu.dropdown-menu-right {
	font-size: 12px;
	left: 3px;
    padding: 0px;
	margin-top: 0px;
	top: 32px;
	overflow:auto;
	border-radius: 0px 0px 4px 4px;
	background: linear-gradient(to bottom, #333333, #222222);
}

ul.dropdown-menu.dropdown-menu-right li a {
	font-weight:normal;
	padding: 10px 15px;
}
ul.dropdown-menu.dropdown-menu-right li #top-links .dropdown-menu a:hover {
	background: #444444 !important;
}


/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo a img.img-responsive {
	margin-left: auto;
    margin-right: auto;
}


/* search */
#search {
    margin-top: 15px;
    margin-bottom: 0px;
}
#search .input-lg {
	height: 44px;
    font-size: 14px;
    padding: 4px 10px 0px 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 0px solid #ccc;
    background: none;
}
#search .btn-lg {
	font-size: 14px;
    text-align: center;
	background:none;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,0);
	border:none;
	padding: 0px;
}

button.btn.btn-default.btn-lg i.fa.fa-search {
	font-size: 28px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #222222;
    color: #FFF;
}
button.btn.btn-default.btn-lg i.fa.fa-search:hover{
	  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
background: #a90329; /* Old browsers */
}
/* cart */
#cart {
	margin-bottom: 0px;
	margin-top: 15px;
}
#cart > .btn {
	font-size: 14px;
	color: #999999;
    text-align: right;
    line-height: 50px;
	background:none;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,0);
	border:none;
	padding: 0px;
}
#cart.open > .btn {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.btn btn-inverse btn-block btn-lg dropdown-toggle:hover {
	text-decoration:underline;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}


div#cart.btn-group.btn-block button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle i.fa.fa-shopping-cart {
	font-size: 28px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #222222;
    color: #FFF;
    float: right;
    padding-right: 13px;
    margin-left: 10px;
}
div#cart.btn-group.btn-block button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle i.fa.fa-shopping-cart:hover {
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
background: #a90329; /* Old browsers */
}
@media (max-width: 478px) {
#cart .dropdown-menu {
			width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	width:100%;
}
#cart .dropdown-menu li > div {
	min-width: 350px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 10px;
}
}
/* menu */
#menu {
	background-color: #bb0019;
	background-image: linear-gradient(to bottom, #bb0019, #880107);
	background-repeat: repeat-x; 
	background: #a90329;  Old browsers 
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	border-color: #880019 #660019 #220019;
	box-shadow: inset 0 -3px 0px 0px #440019,0 0px 0px rgba(0, 0, 0, 0.18);
	min-height: 48px;
    border-radius: 24px;
	margin-bottom: 0px;
}

/* #menu {
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    border-color: #880019 #660019 #220019;
    min-height: 40px;
    border-radius: 13px;
    box-shadow: inset 0 -3px 0px 0px #660019,0 0px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 0px;
}*/
#menu .nav > li{
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
}
#menu .nav > li:hover, #menu .nav > li:active, #menu .nav > li:focus {
	background-color: rgba(0, 0, 0, 0.1);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0.0s;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	height: 48px;
	padding-top: 12px;
    padding-bottom: 15px;
	background-color: transparent;
}
#menu .nav > li > a:focus,#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0px;
	
	 /*	background:#3f464c; */
	 /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(95, 99, 103);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	margin-right:10px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 190px;
    display: block;
    padding: 8px 20px 6px 20px;
    clear: both;
    line-height: 20px;
    color: #CCC;
    font-size: 12px;
	transition-property:all;
    transition-duration: 0.4s;
    transition-timing-function:ease;
    transition-delay: 0.0s;
}
#menu .dropdown-inner li a:hover {
    color: #FFF;
    font-size: 12px;
	text-decoration:underline;
	background:#303030;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #bb0019;
	padding: 5px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color:#FFFFFF;
	background: #6d0019; /* Old browsers */
	
}
#menu .see-all:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #bb0019, #740607);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background: #6d0019; /* Old browsers */
	border-color: #740607 #841618 #6d0019;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #841618;
	background-image: linear-gradient(to bottom, #bb0019, #740607);
}


@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#top {
	position: absolute;	
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	input.form-control.input-lg {
		display:none;
	}

	header div.container div.row div.col-sm-3 {
	margin-top:-20px;
	width:75%;
			}
	header div.container div.row div.col-sm-4 {
		}
	header div.container div.row div.col-sm-5 {
	margin-top:-20px;
	width:25%	}
	#cart .dropdown-menu {
	width: 356px;
	}
	#cart .dropdown-menu li > div {
    min-width: 350px;
		}
}

/* Carousel */
div#carousel0.owl-carousel.owl-theme div.owl-wrapper-outer {
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
     box-shadow:none;
	border: 0px;
    padding: 10px;
}

/* content */
#content {
	min-height: 600px;
}

div#content.col-sm-9 div.row div.col-sm-2 {
	width: 100%;
}
div#content.col-sm-9 div.row div.col-sm-2 img.img-thumbnail {
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div#content.col-sm-9 div.row div.col-sm-10 {
	width: 100%;
}
div#content.col-sm-6 div.row div.col-sm-2 {
	width: 100%;
}
div#content.col-sm-6 div.row div.col-sm-2 img.img-thumbnail {
	width: 100%;
}
div#content.col-sm-6 div.row div.col-sm-10 {
	width: 100%;
}
div#content.col-sm-9 div.row div.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
	width: 33.33333333%;
}
div#content.col-sm-12 div.row div.col-sm-2 {
	width: 100%;
}
div#content.col-sm-12 div.row div.col-sm-10 {
	width: 100%;
}


/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom:20px;
    bottom:0;
	border-top: 1px solid #e2e2e2;
	color: #e2e2e2;
	width: 100%;
    margin-bottom: 0px;
	background-color: #bb0019;
	background-image: linear-gradient(to bottom, #bb0019, #880107);
	background-repeat: repeat-x; 
	background: #a90329;  Old browsers 
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	box-shadow: inset 0 -3px 0px 0px #220019,0 0px 0px rgba(0, 0, 0, 0.18);
}
/*footer {
	margin-top: 30px;
	padding-top: 30px;
    bottom:0;
	background-color:#a90329;
	border-top: 1px solid #e2e2e2;
	color: #e2e2e2;
	width: 100%;
    margin-bottom: 0px
} */
footer hr {
	border-top: none;
	border-bottom: 1px dotted #e2e2e2;
}
footer a {
	color: #c9c9c9;
}
footer a:hover {
	color: #FFF;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 0;
	margin-bottom: 10px;
	border: 0px solid #FFF;
	background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    /* background-color: #e7e7e7; */
    /* background-image: linear-gradient(to bottom, #eeeeee, #dddddd); */
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    border-radius: 0px;
}
a.btn.btn-default.btn-lg.btn-block {
	background: none;
    margin-bottom: 10px;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    line-height: 23px;
    border: 1px solid #CCC;
    border-radius: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
a.btn.btn-default.btn-lg.btn-block:hover {
    color: #bb0019;
	border:1px solid #bb0019;
}

div.form-group button#button-cart.btn.btn-primary.btn-lg.btn-block {
    margin-top: 0px;
	padding: 12px 5px 12px 5px;
    border-radius: 0px;
    background-color: #5BA717;
    border-color: #0B9121;
    box-shadow: inset 0 -3px 0px 0px #0A7F1B,0 0px 0px rgba(0, 0, 0, 0.18);
}
div.form-group button#button-cart.btn.btn-primary.btn-lg.btn-block:hover{
	background-color: #0A7F1B;
    border-color: #1D930B;
    box-shadow: inset 0 0px 0px -0px #0A7F1B,0 0px 0px rgba(0, 0, 0, 0.18);
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: 0px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
/*	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a; */
  transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;	
	background-color: #202020;
    border-color: #303030 #101010 #101010;	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	border-color: #0A7F1B;
	background: #1D930B;;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #222222;
 
}
.btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #bb0019;
}

.alert-info {
	    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 10px;
	margin-bottom: 0px;
    border-radius: 0px;
    height: 44px;
    padding-top: 10px;
}

/* list group */
.list-group-item:first-child {
	border-radius: 0px;
}
.list-group-item:last-child {
	border-radius: 0px;
}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
	    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.list-group a.active {
	color: #ffffff;
/*	background: #edeae9;	*/
	background-color: #a90329;
    background-image: linear-gradient(to bottom, #880019, #880107);
    background-repeat: repeat-x;
    background: #880019;
    background: -webkit-linear-gradient(top, #880019 0%,#6d0019 100%);
    background: linear-gradient(to bottom, #880019 0%,#6d0019 100%);
	border: 1px solid #880019;
}
.list-group a.active:hover, .list-group a:hover {
	color: #444444;
	border: 1px solid #dcd8cb;
	background: #edeae9;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
div#product {
	padding: 10px;
    margin-bottom: 10px;
background-color: #d5d5d5;
    border: 1px solid #999999

/*    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;	
	
/*	padding: 10px;
    margin-bottom: 10px;
    background-color: #E3E3E5;
    border: 1px solid #CCC;
    webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.25); */
}
div#product div.form-group {
	margin-bottom: 15px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCC;
	background-color: #FFF;
}


div#product div.form-group div.btn-group {
	margin-top: 10px;
}

div#product div.form-group label.control-label {
	font-size: 12px;
    font-weight: bold;
    color: #444;
}

label .img-thumbnail {
	display: inline-block;
    max-width: 100%;
    height: 60px;
    overflow: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

label img {
	display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
label {
    position:relative;   
    cursor:pointer;
}
:checked + img {
    border: 4px solid lightgreen; 
}
:hover + img {
    border: 4px solid lightgreen; 
}

div.form-group div.radio .radio label .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    position: relative;
	margin: 0px 4px 0px -20px;
    line-height: normal;
}

.product-thumb {
	margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    overflow: auto;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.product-thumb .image {
	text-align: center;
	float: left;
    padding: 15px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb div a img.img-thumbnail {
	display: inline-block;
    max-width: 50px;
    height: auto;
    overflow: auto;
    padding: 4px;
    margin: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-thumb div a img.img-thumbnail:hover {
    border: 4px solid lightgreen;
}

div.tab-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.checkbox input[type=checkbox] {
	margin-right: 4px;
}

div.col-lg-3.col-md-3.col-sm-6.col-xs-12 div.product-thumb.transition.product-thumb div a img.img-thumbnail {
	display:none;
}

/* Product Price Live update */

#update_box{z-index:200; background-color:#fff; color:#303030; width:240px; top:6; right:2px; position:fixed; padding:2px; border:#333 solid 1px;}
#update_box .pop-title_bar{text-align:right; background-color:#bb0019; text-decoration:none; color:#fff; padding-right:5px; cursor:pointer;}
#update_box .pop-title_bar a:hover{color:#ff0;}
#update_box .pop_text_price{font-weight:bold; color:#333; margin-bottom:2px;}
#update_box .pop_price-old{color:#F00; text-decoration:line-through;}
#update_box .pop_price-new{font-weight:bold;}
#update_box .pop_text-tax{color:#999; font-size:9.66px; margin-bottom:2px;}
#update_box .pop_price-tax{}


@media (min-width: 567px) {
div.form-group div.radio {
	position: relative;
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    margin-bottom: 0px;
	vertical-align: text-top;
}
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
div.form-group div.radio {
	position: relative;
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    margin-bottom: 0px;
	vertical-align: text-top;
}
}
.product-thumb h4 {
	font-weight: normal;;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 100px;
}
.product-thumb .caption p {
	display: none;
}
.product-thumb .caption p.price {
	display: block;
	font-weight:bold;
}
.product-list .product-thumb .caption {
	margin-left: 200px;
	margin-top: 15px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.product-list .product-thumb .image {
	text-align: center;
    float: left;
    padding: 5px;
    width: 45%;
}
.product-list .product-thumb {
	padding-bottom:0px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 22px;
    line-height: 28px;
	display: block;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight:100;
}
.product-thumb .button-group {
	border: 0px solid #ddd;
    background-color: #eee;
    overflow: auto;
    margin: 0px 10px 10px 10px;
    border-radius: 0px;
    font-weight: normal;
}
.product-list .product-thumb .button-group {
	margin-left: 200px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
	border-left: none;
	margin-left: 0;
	margin-right: 0;
	}
}
.product-thumb .button-group button {
	width: 80%;
	border: 1px solid #202020;
	display: inline-block;
	float: left;
	background-color: #202020;
	background-image: linear-gradient(to bottom, #404040, #101010);
	color: #FFF;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
		    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.product-thumb .button-group button + button {
	width: 20%;
    border-left: 1px solid #444;
}
.product-thumb .button-group button:hover {
	color: #FFF;
/*	background-color: #303030;
	background-image: linear-gradient(to bottom, #303030, #000000);	*/
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	border-color: #880019 #220019 #660019 ;

	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
a.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a.thumbnail:hover{
	border: 2px solid lightgreen;
    background-color: #fff;
}
a.thumbnail:active{
	border: 2px solid #bb0019;
    background-color: #fff;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
li.image-additional a.thumbnail img {
	margin-bottom: 14px;
    padding: 8px;
    display: block;
    border: 2px solid #ddd;
    border-radius: 40px;
    overflow: auto;
	 -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
li.image-additional a.thumbnail img:hover{
    border: 4px solid lightgreen;
}
li.image-additional a.thumbnail img:active{
    border: 4px solid #bb0019;
}
li.image-additional a.thumbnail {
	display: block;
    padding: 0px;
	width: 62px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background: none;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
div#content.col-sm-12 div.row div.col-sm-4 {
	    width: 100%;
    position: relative;
    top: 0;
}
div#content.col-sm-12 div.row div.col-sm-8 {
	    width: 100%;
    position: relative;
    top: 0;		
	}
}



/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
	
	#cart .dropdown-menu {
    margin-top: 26px;
    width: 535px;
	padding: 10px;
	}
	
	div#content.col-sm-12 div.row div.col-sm-4 {
	width: 50%;
	}
	div#content.col-sm-12 div.row div.col-sm-8 {
	width: 50%;
	}
	div.col-sm-4.col-sm-offset-8 {
	margin-left: 50%;
	}
	
	div.form-group div.radio {
	position: relative;
    display: inline-block;
    width: 49%;
    margin-top: 5px;
    margin-bottom: 0px;
	vertical-align: text-top;
	}
	
	div#content.col-sm-12 div.row div.col-sm-4 {
	position: sticky !important;
    top: 60px;
}
div#content.col-sm-12 div.row div.col-sm-8 {
	position: sticky !important;
    top: 60px;		
	}
	
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

button.btn-customize.btn.btn-default.btn-lg.btn-block {
	border: 1px solid #888888;
    display: inline-block;
    background-color: #fff;
	background-image: none;
    color: #888888;
	padding: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

button.btn-customize.btn.btn-default.btn-lg.btn-block:hover {
	border: 1px solid #bb0019;
    display: inline-block;
    background-color: #fff;
	background-image: none;
    color: #bb0019;
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
div.button-group button.btn-customize {
	border: 1px solid #888888;
    display: inline-block;
    background-color: #fff;
	background-image: none;
    color: #888888;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

div.button-group button.btn-customize:hover {
	border: 1px solid #bb0019;
    display: inline-block;
    background-color: #fff;
	background-image: none;
    color: #bb0019;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

div#side {
	background-color: #edeae9;
    border-top: 0px solid;
    border-radius: 0px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
div#side span.title {
	font-size: 16px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #bb0019;
}
div#side span.sub {
	color: #444;
}

/* 			---------- Veilig betalen AutobeletteringXL ---------- */

div#side #payment {
	height: 240px;
    width: 95%;
    margin: 10px auto 0px auto;
    background-image: url('/image/catalog/banners/side/banken-autobeletteringxl.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
}

/* 			---------- Klantenservice AutobeletteringXL ---------- */

#klantenservice {
	background-color: #edeae9;
    border-top: 0px solid;
    border-radius: 0px;
    padding: 15px 20px 0px 20px;
    margin-bottom: 20px;
}
#klantenservice span.title {
	font-size: 16px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #bb0019;
}
#klantenservice span.sub {
	color: #444;
}

#klantenservice .icon_phone2 {
	font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    background: url('../image/icustomfooter/white/phone-icon.png') 0px 3px no-repeat;
    background-size: 34px 34px;
    padding: 0px 0 0px 44px;
    margin-top: 4px;
    color: #444;
}

#klantenservice .small {
	color: #666;
    font-size: 10px;
    line-height: 10px;
    padding: 0 0 5px 44px;
}

#klantenservice .email {
	border: 1px solid #dcd8cb;
    display: block;
    margin: 10px -20px 0px -20px;
    padding: 10px 20px 10px 20px;
    background-color: #dcd8cb;
    color: #222;
    line-height: 20px;
    font-weight: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#klantenservice .email:hover {
	border: 1px solid #202020;
    background-color: #202020;
    color: #FFF;
}

/* 			---------- Offerte AutobeletteringXL ---------- */

#side-offerte {
	background-color: #edeae9;
    border-top: 0px solid;
    border-radius: 0px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}
#side-offerte span.title {
	font-size: 16px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #bb0019;
}
#side-offerte span.sub {
	color: #444;
}
#side-offerte a.button {
       border: 1px solid #dcd8cb;
    display: block;
    margin: 10px -20px 0px -20px;
    padding: 10px 20px 10px 20px;
    background-color: #dcd8cb;
    color: #222;
    line-height: 20px;
    font-weight: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#side-offerte a.button:hover {
	border: 1px solid #202020;
    background-color: #202020;
    color: #FFF;
}

/* 			---------- Verzenden AutobeletteringXL ---------- */

#side .icon_gls {
	width: 90%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: url('/image/catalog/banners/side/verzending-autobeletteringxl.png');
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

/* 			---------- Category Banners AutobeletteringXL ---------- */
#banner_wrapper {
	margin: 0px auto 20px;
    padding: 0px;
    height: 300px;
    background-color: rgb(232, 232, 232);
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#banner_image {
	height: 100%;
    width: 48%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}
#banner_image img {
	height: 100%;
    width: 100%;
}
.banner_header.red_heavy_italic_60 {
	line-height: 90%;
    display: block;
    width: 52%;
    float: left;
    margin-top: 1%;
    padding: 0% 2% 0% 2%;
    text-align: center;
	font-size: 600%;
    font-weight: 900;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: rgb(153, 0, 25);
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.red_heavy_italic_45 {
	line-height: 90%;
    display: block;
    width: 52%;
    float: left;
    margin-top: 1%;
    padding: 0% 2% 0% 2%;
    text-align: center;
	font-size: 450%;
    font-weight: 900;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: rgb(153, 0, 25);
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.red_heavy_italic_25 {
	display: block;
    width: 52%;
    float: left;
    padding: 1% 2% 1% 20%;
    text-align: center;
    font-size: 250%;
	line-height: 90%;
    font-weight: 900;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    color: rgb(153, 0, 25);
    font-style: italic;
	-webkit-font-smoothing: antialiased !important;
}
.banner_header.white_grey_45 {
	display: block;
    width: 52%;
    float: left;
	margin-top: 2%;
	padding: 0% 2% 0% 2%;
    text-align: center;
    line-height: 90%;
    font-size: 420%;
    font-weight: 200;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    color: rgb(68, 68, 68);
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.white_grey_40 {
	display: block;
    width: 52%;
    float: left;
	margin-top: 2%;
	padding: 0% 2% 0% 2%;
    text-align: left;
    line-height: 90%;
    font-size: 400%;
    font-weight: 200;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    color: rgb(68, 68, 68);
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.white_grey_30 {
	display: block;
    width: 52%;
    float: left;
	margin-top: 2%;
	padding: 0% 2% 0% 2%;
    text-align: left;
    line-height: 90%;
    font-size: 300%;
    font-weight: 200;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    color: rgb(68, 68, 68);
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.white_grey_28 {
	display: block;
    width: 52%;
    float: left;
    padding: 1% 2% 0% 15%;
    line-height: 90%;
    font-size: 280%;
    font-weight: 200;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    color: rgb(68, 68, 68);
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.black_heavy_italic_64 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 1% 4%;
    font-size: 640%;
	line-height: 90%;
    font-weight: 900;
    color: rgb(34, 34, 34);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.grey_heavy_italic_64 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 0% 4%;
    font-size: 640%;
	line-height: 90%;
    font-weight: 900;
    color: rgb(140, 140, 140);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.grey_heavy_italic_45 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 2% 4%;
    font-size: 450%;
	line-height: 90%;
    font-weight: 900;
    color: rgb(140, 140, 140);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.grey_heavy_italic_40 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 2% 4%;
    font-size: 400%;
	line-height: 90%;
    font-weight: 900;
    color: rgb(140, 140, 140);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.grey_heavy_italic_32 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 1% 4%;
    font-size: 320%;
	line-height: 90%;
    font-weight: 900;
    color: rgb(140, 140, 140);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.grey_heavy_32 {
	display: block;
    width: 52%;
    float: left;
	padding: 0% 2% 2% 4%;
    text-align: left;
    line-height: 90%;
    font-size: 320%;
	font-weight: 900;
    color: rgb(140, 140, 140);
    font-family: Raleway, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased !important;
}
.banner_header.black_thin_14 {
	display: block;
    width: 52%;
    float: left;
    padding: 0% 4% 2% 4%;
    text-align: left;
    line-height: 130%;
    overflow: hidden;
    bottom: 0px;
    font-size: 13px;
    font-weight: 100;
    font-family: Raleway, Helvetica, sans-serif, Arial;
    color: #000;
    -webkit-font-smoothing: antialiased !important;
}

@media (max-width: 992px) {
	#banner_wrapper {
	display:none;
}
}

  
/* 			---------- Side AutobeletteringXL ---------- */
@media (max-width: 998px) {
#klantenservice .icon_phone2 {
	font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 38px;
    background: none;
    background-size: 34px 34px;
    padding: 0px;
    margin-top: 4px;
    color: #444;
}

#klantenservice .small {
	color: #666;
    font-size: 10px;
    line-height: 10px;
    padding: 0;
}

#klantenservice .email {
	border: 1px solid #dcd8cb;
    font-size: 10px;
    display: block;
    margin: 10px -20px -20px -20px;
    padding: 10px 20px 10px 20px;
    background-color: #dcd8cb;
    color: #222;
    line-height: 20px;
    font-weight: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#side .icon_gls {
    width: 90%;
    height: 32px;
}
div#side #payment {
    height: 126px;
}
}

