@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');

/*** INDIVIDUAL ***/

.color-temp-primary {
	background-color: #b61700 !important;
}

.color-temp-secondary {
	background-color: #31302f !important;
}

.color-text-primary {
	color: #b61700 !important;
}

.color-text-secondary {
	color: #eb5522 !important;
}

/*** INDIVIDUAL END ***/

/*** MAIN ***/

body, html {
	font-family: 'Montserrat', verdana, arial !important;
	color: #37464d !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	width: 100% !important;
	height: 100% !important;
	overflow-x: hidden !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.container-fluid {
	width: 100vw !important;
	position: relative !important;
	left: calc(-50vw + 50%) !important;
}

.gap {
	margin-top: 120px !important;
	margin-bottom: 80px !important;
}

#content {
    width: 100% !important;
    margin-top: 70px;
    padding: 25px;
}

.img-outline-inner {
	outline: 1px solid white;
	outline-offset: -30px;
}

.img-full-width {
	width: 100%;
}

.subcats {
	display: none !important;
}

#breadcrumb {
	font-family: 'Montserrat', verdana, arial !important;
	font-size: 14px !important;
	font-weight: 300 !important;
}

hr {
	border-color: #EEEEEE -moz-use-text-color #FFFFFF;
	border-width: 1px 0;
	margin: 18px 0;
}

#cookieNote {
    position: fixed !important;
    top: 0 !important;
    background-color: #000 !important;
	z-index: 999;
	display: block;
}

/*** MAIN END ***/


/*** HEADLINES ***/

h1, h2, h3, h4, h5, h6, .titleBox {
	margin-top: 0 !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #37464d !important;
}

.checkout-headline {
	font-size: 14px;
}

.footer-headline {
	color: #000 !important;
	font-weight: 300 !important;
	font-size: 16px;
}

.sectionHead {
	font-size: 25px;
	margin-bottom: 30px;
}

.headline-center {
	text-align: center !important;
	margin-bottom: 15px !important;
}

.headline-right {
	text-align: right !important;
}

.text-white {
	color: #fff !important;
}

.blockHead {
    font-size: 18px !important;
    padding: 5px 0;
    border-bottom: 0 !important;
    color: #4D4D4D;
    line-height: 20px;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.categoryListTitleBlock {
	font-family: 'Montserrat', verdana, arial !important;
	font-weight: 700 !important;
	background-color: transparent;
}

.pageTitle, .categoryTitle {
	font-family: 'Montserrat', verdana, arial !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

/*** HEADLINES END ***/


/*** NAVIGATION ***/

	/* NAV MOBILE */
	
	.nav-small {
	display: none !important;
	}

	/* NAV MOBILE END */


	/* MAIN */
	
	.navbar-main {
	margin-top: 20px;
	}
	
	.navbar-left {
    height: 80px !important;
	}
	
	.navbar-bottom {
	background-color: #f8f8fa !important;
	border-top: 1px solid #dadae5 !important;
	border-bottom: 1px solid #dadae5 !important;
	padding: 0 !important;
	margin-top: 20px;
	height: 10px !important;
	height: 80px !important;
	}
	
	.navbar-nav {
  	box-sizing: border-box;
	float: left;
	width: 100%;
	}
	
		.navbar-nav li {
	padding: 10px 0 !important;
	border-bottom: 0px solid #383838 !important;
	font-family: 'Montserrat', verdana, arial !important;
	list-style: none !important;
	display: inline-block !important;
	margin-top: 5px;
	}

	.navbar-nav li a {
	color: #5f7285 !important;
	text-transform: uppercase !important;
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
	padding-left: 10px;
	font-weight: 400;
	padding-right: 10px;
	float: left !important;
	}

	.navbar-nav li a:hover {
	color: #31302f !important;
	}
 
	.navbar-nav a {
	display: block;
	text-decoration: none;
	}
	
	.navbar-nav ul {
	margin: 0;
	padding: 0;
	}

	.navbar-nav ul li {
	position: relative;
	float: left;
	list-style: none;
	}
	
	.navbar-nav ul ul {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
	background: #b61700 !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
	z-index: 1000 !important;
	}
 
	.navbar-nav ul ul li {
	float: none !important;
	width: 270px !important;
	}
 
	.navbar-nav ul ul li a {
	color: #fff !important;
	padding: 0 15px !important;
	font-size: 13px !important;
	}

	.navbar-nav ul ul li a:hover {
	color: #fff !important;
	padding: 0 15px !important;
	}

	.navbar-nav ul li:hover > ul {
	top: 100% !important;
	left: 0 !important;
	}

	.navbar-nav ul ul li:hover {
	background-color: #811000 !important;
	}

	.navbar-nav ul ul li:hover > ul {
	top: -5px !important;
	left: 270px !important;
	}

	.navbar-nav ul li.dropdown > a:after {
	position: relative !important;
	float: right !important;
	content: '' !important;
	margin-left: 10px !important;
	margin-top: 5px !important;
	}

	.navbar-nav ul ul li.dropdown a:after {
	margin-left: auto !important;
	margin-right: -10px !important;
	}
	
	.navbar-nav li > a:after {
    content: '\f0d7' !important; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free" !important; /* This is the correct font-family*/
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit !important;
    margin-left: 5px !important;
}

	.navbar-nav li > a:only-child:after {
	content: "" !important;
	}
	
	/* MAIN END */
	
	
	/* LOGO */
	
	.navbar-brand img {
	width: 35%;
	padding: 0px 0;
	margin-top: -5px;
	}
	
	/* LOGO END */
	
	
	/* TOP */
	
	.navbar-top {
	background-color: #31302f !important;
	width: 100%;
	padding: 20px 0 0 0 !important;
	text-align: left !important;
	}

	.navbar-top a {
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-family: 'Montserrat', verdana, arial !important;
	}

	.navbar-top-glyph {
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	}

	.navbar-top-text {
	font-family: 'Montserrat', verdana, arial !important;
	float: right !important;
	margin-left: 10px !important;
	}
	
	/* SEARCH */
	
	.navbar-top .stylish-input-group {
	margin-top: -32px !important;
	margin-bottom: -10px !important;
	width: 100% !important;
	}

	.navbar-top .stylish-input-group input {
	height: 35px !important;
	background-color: #4a4a4a !important;
	border: 1px solid #636363 !important;
	color: #fff !important;
	}

	.navbar-top .input-group-addon {
    font-size: 14px;
    background-color: #b61700 !important;
    border: 1px solid #b61700;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	}

	.navbar-top .input-group-addon:hover {
    background-color: #811000 !important;
	}

	.navbar-top .stylish-input-group button {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
	}
	
	/* SEARCH END */
	
	/* TOP END */
	
	
	/* USER */
	
	.navbar-header {
	width: 100% !important;
	height: 110px !important;
	background-color: #fff !important;
	}
	
	.nav-pills {
	margin-top: 0px !important;
	}

	.nav-pills .badge {
	background-color: #b61700 !important;
	}

	.nav-pills li a {
	color: #5f7285 !important;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,251,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fb',GradientType=0 );
	border: 1px solid #dadae5;
	margin-right: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	}

	.nav-pills li a:hover {
	background: none !important;
	background-color: #b61700 !important;
	color: #fff !important;
	border: 1px solid #b61700 !important;
	}

	.nav-pills li a:active {
	background-color: #e30613 !important;
	}

	.nav-pills .dropdown-menu {
	width: 350px !important;
	padding: 20px !important;
	color: #37464d !important;
	}

	.nav-pills .dropdown-menu .title {
	font-weight: 700 !important;
	font-size: 14px !important;
	}

	.nav-pills .dropdown-disc {
	color: #37464d !important;
	font-size: 10px !important;
	line-height: 14px;
	margin-bottom: 15px;
	}

	.nav-pills .dropdown-disc-title {
	font-weight: 700;
	font-size: 14px;
	}

	.nav-pills .price {
	margin: 0 !important;
	padding: 0 !important;
	color: #37464d !important;
	}

	.nav-pills .oldPrice {
	font-size: 12px !important;
	line-height: 0 !important;
	margin-bottom: -20px !important;
	}

	.text-pills {
	float: right !important;
	padding-left: 10px !important;
	}
	
	/* USER END */

/*** NAVIGATION END ***/


/*** LANDINGPAGE ***/

	/* SLIDER */
	
	.slider-container {
	margin-top: -40px !important;
	}

	#slider {
	overflow: hidden;
	}

	@keyframes slider {
	0% { left: 0; }
	30% { left: 0; }
	33% { left: -100%; }
	63% { left: -100%; }
	66% { left: -200%; }
	95% { left: -200%; }
	100% { left: 0; }
	}
	
	#slider figure {
	width:300%;
	position: relative;
	animation: 15s slider infinite;
	}

	#slider figure:hover {
	animation-play-state: paused;
	}
	
	#slider figure img {
	width: 33.333333333%;
	height : auto;
	float: left;
	}
	
	/* SLIDER END */
	
	
	/* WELCOME START */

	.welcome-img img {
	width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
	}
	
	/* WELCOME START END */
	
	/* CATEGORIES START */
	
	.categories-start {
	height: 140px !important;
	}

	.categories-start-bottom {
	background-color: #37464e;
	text-align: center;
	padding: 40px 20px !important;
	margin: 0 auto !important;
	display: block !important;
	}

	.categories-start-bottom .nav-pills {
	text-align: center !important;
	margin: 0 auto !important;
	display: inline-block;
  	float: none;
	}

	.categories-start-bottom .nav-pills li a {
	background: none !important;
	border: 0 !important;
	color: #fff !important;
	}

	.categories-start-bottom .nav-pills li a:hover {
	text-decoration: underline !important;
	}
	
	/* CATEGORIES START END */
	
	
	/* ARTICLE DEALS START */
	
	.deals-start {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,251,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fb',GradientType=0 );
	height: auto;
	padding: 50px 0 50px 0 !important;
	}

	.deals-grid {
	background-color: #fff;
	border: 1px solid #ededed !important;
	transition: box-shadow .3s;
	color: #37464e;
	}
	
	.deals-grid:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
	color: #2c383f;
	}

	.deals-price-title {
	padding: 15px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	height: 80px;
	}

	.deals-img {
	padding: 15px 15px 150px 15px;
	height: 100px;
	}

	.deals-price-desc {
	padding: 15px;
	height: 120px;
	font-size: 12px;
	}

	.deals-price-current {
	font-weight: 700;
	font-size: 18px;
	margin-top: 30px !important;
	}

	.deals-price-old {
	line-height: 20px !important;
	font-size: 8px;
	}
	
	.deals-price-left {
	background-color: #b61700 !important; /* Individual */
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	height: 45px;
	padding-top: 10px !important;
	bottom: 0 !important;
	}

	.deals-price-right {
	background-color: #31302f !important; /* Individual */
	text-align: center;
	height: 45px;
	padding: 0px !important;
	padding-bottom: 3px !important;
	color: #fff;
	}
	
	/* ARTICLE DEALS START END */
	
	
	/* ABOUT START */
	
	.about-start {
	min-height: auto !important;
	height: auto !important;
	}

	.about-start-left {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

	.about-start-right-content img {
	width: 100% !important;
	margin-bottom: 20px !important;
	}
	
	/* ABOUT START END */
	
	
	/* BRANDS */
	
	.manufacturerSliderstyle {
	background-color: #f8f8fa !important;
	border-top: 1px solid #dadae5 !important;
	border-bottom: 1px solid #dadae5 !important;
	height: auto;
	padding: 40px 0;
	}

	.manufactor-img img {
	width: 100% !important;
	margin-bottom: 30px;
	}

	.manufacturerSliderstyle-inner {
	padding: 15px 0 !important;
	}

	.img-manufacters {
	width: 100% !important;
	}
	
	/* BRANDS END */
	
	
	/* GALERY START */

	.start-galerie {
	background-color: #fff;
	border: 0px solid #dbdbe5;
	height: auto;
	overflow: hidden;
	}

	.img-thumbnail {
	height: 280px !important;
    object-fit: cover !important;
    margin-bottom: -30px !important;
	}

	.img-thumbnail:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000;
	}

	#image-gallery .modal-footer{
  	display: block;
	}

	.thumbnail {
	border: 0px !important;
	border-radius: 0 !important;
	padding: 0 !important;
	}

	.thumb .thumbnail .img-thumbnail {
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	}

	.modal {
	z-index: 1050 !important;
	display: ;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding: 0px !important;
	}

	.modal img {
	border: 1px solid #fff;
	padding: 0px !important;
	}

	.modal-backdrop {
	z-index: 1000!important;
	background-color: #37464e !important;
	}

	.dropdown {
	margin-bottom: 300px !important;
	}

	.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	}

	.modal-content {
	border: 0px !important;
	border-radius: 0px !important;
	outline: 0 !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, .5) !important;
	padding: 0px !important;
	height: auto !important;
	background-color: transparent !important;
	}

	.modal-header {
	padding: 0 !important;
	}

	.modal-body {
	position: relative;
	padding: 0px !important;
	}

	.modal-footer {
	display: none !important;
	}

	.close {
	color: #fff !important;
	font-size: 50px !important;
	opacity: 1 !important;
	}
	
	/* GALERY START END */
	
	
	/* MAP */
	
	.map-info {
	margin: -80px 0 -240px 0 !important;
	}
	
	/* MAP END */
	
	
	/* CONTACT FORM START */	
	/* CONTACT FORM START END */

/*** LANDINGPAGE END ***/


/*** ARTICLE DETAILS ***/

	/* PICTURE */
	.detailsInfo .picture-container {
	position: relative;
	width: 100% !important;
	height: 300px;
	border: 0px solid #D8D8D8;
	padding: 5px;
	}

	.detailsInfo .picture img {
	text-align: center;
	width: 1000px !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	display: inline !important;
	}

	.detailsInfo .picture-align {
	display: table-cell;
	vertical-align: middle;
	width: 100% !important;
	height: 300px;
	}

	.detailsInfo .picture {
	position: relative;
	height: auto;
	text-align: center;
	width: 100% !important;
	}

	.detailsInfo .picture-container {
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important
	}

	.picture-container .mousetrap {
	width: 100% !important;
	}

	#cloud-zoom-big {
	position: absolute !important;
	left: 660px !important;
	margin-top: -30px !important;;
	width: 425px !important;
	height: 500px !important;
	top: 0px !important;
	float: right !important;
	border: 1px solid #ededed !important;
	}
	
	/* PICTURE END */
	
	/* MORE PICTURES */
	
	.otherPictures {
	width: 100% !important;
	margin: 0 !important;
	 }
	
	.otherPictures a {
    position: relative;
    padding: 0 !important;
    display: block;
    width: 100% !important;
    height: 70px;
    border: 0 !important;
    margin: 0 !important;
	}
	
	.otherPictures a:hover {
    color: #000 !important;;
	}
	
	.otherPictures img {
    max-width: 100% !important;
    max-height: 70px;
	}
	
	.otherPictures img:hover {
    color: #000 !important;
	}
	
	/* MORE PICTURES END */

	/* INFO */
	.cart-info {
	text-align: left;
	}

	.detailsInfo .information {
	float: left;
	width: 100%;
	min-height: auto;
	position: relative;
	padding: 0 15px;
	margin-bottom: -80px;
	}

	#variants {
	margin-top: 4px;
	padding-top: 15px;
	}

	.selectorsBox {
	clear: both;
	background: none;
	padding: 10px 0px;
	font-size: 11px;
	}

	.selectorsBox .dropDown {
	position: relative;
	float: left;
	cursor: pointer;
	min-width: 155px;
	cursor: pointer;
	height: 120px !important;
	}

	.dropDown .selectMessage {
	border: 1px solid #dddddd;
	color: #eb5523;
	font-weight: 700;
	display: block;
	float: right;
	padding: 2px 20px 2px 4px;
	min-width: 200px;
	text-align: center;
	}

	.selectVariant {
	padding: 0 0 0 0;
	cursor: pointer;
    margin-top: 20px !important;
    font-weight: 700 !important;
	}
	
	/* INFO END */

	/* CART */
	.detailsInfo .tobasket-container {
	float: left;
	width: 100% !important;
	}

	.detailsInfo .tobasket {
	position: relative;
	width: 100%;
	min-height: 200px;
	padding: 10px;
	border: 0px solid #D8D8D8;
	background: #fff !important;
	}

	.discount {
	background-color: #b61700;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	position: relative;
	float: right;
	text-align: center;
	padding: 10px;
	width: 200px;
	}

	.tobasket .price, .tobasket .oldPrice {
	text-align: right;
	font-weight: 400 !important;
	}

	.tobasketFunction .price {
	color: #FF0000;
	float: right !important;
	line-height: 22px;
	font-size: 22px !important;
	font-weight: normal;
	margin: 0 0 5px;
	clear: both;
	display: block;
	overflow: hidden;
	}

	tobasketFunction {
	float: right;
	}

	.additionalInfo {
	width: 100%;
	text-align: left;
	}

	.additionalInfo span span {
	clear: none;
	float: left;
	width: auto;
	margin-right: 5px;
	}

	.stock-check {
	color: #006341;
	}

	.additionalInfo .stockFlag {
	padding-left: 20px;
	margin-bottom: 20px;
	}

	.additionalInfo span {
	clear: both;
	margin: 4px 0 6px 0;
	font-size: 14px;
	text-transform: none !important;
	line-height: 18px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	}

	.additionalInfo .additionalInfoItem {
	border-top: 0px solid #D8D8D8;
	margin: 0;
	padding: 5px 0;
	}

	.detailsInfo .tobasket #toBasket {
	width: 100%;
	float:right;
	}

	.tobasketFunction .textbox {
	width: 30% !important;
	height: 43px;
	}

	.deliveryInfo {
	text-align: right;
	font-size: 11px;
	float: right;
	}

	.selectorsBox p.underlined {
	border-bottom: 0px solid #29373c;
	}

	.selectorsBox .dropDown p {
	overflow: hidden;
	font-size: 13px;
	color: #37464d !important;
	text-transform: uppercase;
	border: 0px solid #D8D8D8;
	cursor: pointer;
	padding:0;
	}
	
	#variants .dropDown ul {
    width: 100% !important;
    top: 0;
    left: 0;
    height: auto !important;
    padding: 20px !important;
	}

	#variants .dropDown li > a {
    border-bottom: 0px !important;
    padding-left: 10px !important;
	}

	#variants .dropDown li > a:hover {
    background: #b61700 !important;
	}

	.selectorsBox .drop {
    border-radius: 0;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-bottom: 0 none;
    background-color: #fff;

	}

	.selectorsBox .dropDown p {
    overflow: hidden;
    font-size: 14px !important;
    color: #37464d !important;
    text-transform: uppercase;
    border: 0px solid #D8D8D8;
    cursor: pointer;
    padding: 0;
	}

	.dropDown .selectMessage {
    margin-right: 0px !important;
    
	}

	.selectorsBox .dropDown label {
    padding: 0 0 0 0;
    cursor: pointer;
    margin-top: 2px !important;
	}

	.additionalInfo span label {
	display: none !important;
	}

	.selectorLabel span {
	font-weight: 700 !important;
	float: right !important;
	margin-right: 20px !important;
	color: #b61700 !important;
	}
	
	/* CART END */
	
	
	/* LONG DESCRICPTION */

	.panel-group {
	margin-top: 50px;
	}

	.panel-default .panel-heading {
    background-color: #b61700 !important;
    border-color: #b61700 !important;
	}

	.panel-default .panel-heading:hover {
    background-color: #811000 !important;
	}

	.panel-title {
    color: #fff !important;
	}

	.panel-title:hover {
    text-decoration: none !important;
	}

	/* LONG DESCRICPTION END */

/*** ARTICLE DETAILS END ***/


/*** ARTICLE FILTER ***/

.ms_multifilter {
	float: left !important;
	width: 25%; !important;
	padding-right: 20px !important;
}

.ms_multifilter_top .ms_multifilter_col {
    width: 100% !important;
}

.ms_multifilter .sectionHead {
	background-color: #31302f !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	background: #31302f !important;
	padding: 10px !important;
	margin: 0 !important;
}

.ms_multifilter_container {
	background: none !important;
	border: 0px solid #ededed;
	height: auto !important;
}

.ms_multifilter_row, .ms_multifilter_col.ms_multifilter_Geschlecht {
	height: auto !important;
	overflow: visable !important;
}

.ms_multifilter_head {
	width: 100% !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: #37464d !important;
	margin-top: 20px !important;
}

.ms_multifilter_table.ms_multifilter_checkbox {
	border: 0 !important;
	min-height: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	position: relative !important;
}

.ms_multifilter_checkbox_preis {
	bottom: 0 !important;
}

.ms_multifilter_table.ms_multifilter_checkbox li {
    width: 100% !important;
    border-bottom: 1px solid #ededed !important;
    padding-left: 5px !important;
}

.ms_multifilter_table.ms_multifilter_checkbox li:hover {
    background-color: #b61700 !important;
    color: #fff !important;
}

.ms_multifilter_table.ms_multifilter_checkbox li span {
	font-size: 13px !important;
	font-weight: 500 !important;
}

#ms_multifilter_filters .ui-widget-header {
    background: #b61700 !important;
}

#ms_multifilter_filters .ui-widget-content {
    border: 1px solid #ededed;
}

#ms_multifilter_filters .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border-radius: 500px !important;
}

.ms_multifilter_table.ms_multifilter_price_slider {
    width: 100% !important;
    padding-right: 15px !important;
}

#slider-range {
    width: 100% !important;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.ms_multifilter .glyphicon-ok {
	display: none !important;
}

.ms_multifilter_counter_top span {
	display: none !important;
}

/*** ARTICLE FILTER END ***/


/*** ARTICLE LISTING ***/

#listcontent {
	float: right !important;
	width: 75% !important;
}

.listRefine .pager {
   	width: 100% !important;
}

.listRefine a.active {
    font-weight: bold;
    background-color: #b61700 !important;
    border: 1px solid #b61700 !important;
}

.listRefine .pager a.active {
    color: #fff !important;
}

.listRefine .pager a, .listRefine .pager span {
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 5px 10px !important;
    color: #b61700 !important;
}

.listRefine .pager a:hover, .listRefine .pager span {
    font-weight: bold;
    border: 1px solid #b61700;
    padding: 5px 10px !important;
    color: #fff !important;
    background-color: #b61700 !important;
    text-decoration: none !important;
}

.listRefine a.next, .listRefine a.prev {
	 padding: 5px 10px !important;
	width: auto;
	background: none !important;
}

.listRefine {
	background-color: #fff;
	border: 1px solid #fff;
	height: auto !important;
}

.listRefine ul.block {
	float: left;
	margin-top: -10px !important;
	padding-left: 10px !important;
}

.listRefine ul.block li {
	float: left;
	list-style: none;
	padding: 0 5px;
	border: 0 !important;
	font-weight: bold;
}

.listRefine ul.block li .selected {
	color: #37464d !important;
}

.refineParams {
	padding: 15px 5px 5px 15px;
	font-size: 14px !important;
	text-align: left !important;
}

.refineParams div {
	float: right;
	display: block;
	overflow: visible !important;
	padding-right: 10px;
}

.productData {
	padding: 5px !important;
	transition: box-shadow .3s !important;
	border: 0 !important;
	height: 400px !important;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #fff;
}

.productData:hover {
	box-shadow: inset 0 0 11px rgba(33,33,33,.2);
	background-color: #fff;
}

.listDetails {
	padding: 0 !important;
}

.listDetails .titleBox {
	text-align: left;
	font-size: 13px;
	font-weight: 500 !important;
	height: 55px !important;
	text-transform: none !important;
	text-align: center !important;
}

.listDetails .titleBox a {
	color: #37464e;
}

.listDetails .titleBox a:hover {
	color: #2d393f;
	text-decoration: none !important;
}

.listDetails .description {
	text-align: left;
	height: 120px !important;
}

.listDetails hr {
	margin: 10px 0 !important;
}

.details {
	border: 1px solid #ededed;
}

.gridPicture {
	height: 180px !important;
	overflow: hidden !important;
}

.gridPicture img {
	transition: transform .2s;
}

.gridPicture img:hover {
    transform: scale(1.1);
}

.listDetails {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 10px;
}

.art-variants {
	margin-top: 0px !important;
}

.art-availability {
	font-size: 12px;
	color: #37464e;
}

.buttonBox {
	margin-top: 10px;
	width: 100%;
}

.available-variants {
	float: none;
}

.available-variants li {
	font-family: 'Montserrat', verdana, arial !important;
	display: inline;
	font-size: 12px;
	font-weight: 700;
	border: 0 !important;
	background-color: transparent !important;
	color: #b61700;
	margin-right: 0px !important;
}

li {
	padding: 10px 0 !important;
	border-bottom: 0px solid #383838 !important;
	font-family: 'Montserrat', verdana, arial !important;
	list-style: none !important;
}

.pictureBox .gridPicture {
	text-align: center;
	width: 1000px !important;
	background-color: #dddddd !important;
}

.description {
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	height: 100px;
}

.priceBlock {
	height: 30px;
	padding: 10px 0;
}

.priceBlock .oldPrice {
	font-size: 13px;
	line-height: 0 !important;
	font-weight: 500;
}

.priceBlock .price {
	font-size: 18px;
	line-height: 17px !important;
	font-weight: 700;
	float:right !important;
	color: #37464e !important;
}

.priceBlock .price span {
    font-size: 18px !important;
    vertical-align: 0px;
}

.price span {
    font-size: 30px !important;
    vertical-align: 6px;
	color: #37464d !important;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*** ARTICLE LISTING END ***/


/*** ARTICLE RELATED ***/

#manufacturer .panes, #buying .panes {
	background-color: #fff;
	overflow: hidden;
	border-left: 1px solid #D8D8D8 !important;
	border-right: 1px solid #D8D8D8 !important;
	border-top: 1px solid #D8D8D8 !important;
	border-bottom: 1px solid #D8D8D8 !important;
	clear: none;
	height: 500px !important;
	margin-top: -1px;
	margin-bottom: 70px !important;
}

#buying .product-related {
	padding: 15px !important;
	transition: box-shadow .3s !important;
	border: 0 !important;
	height: 500px !important;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #fff;
}

.product-related:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.product-related a:hover {
	text-decoration: none !important;
}

#buying .product-related .gridTitle {
	padding: 15px;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	height: 80px !important;
	color: #36454d;
}

#buying .product-related .gridPicture img {
	width: auto !important;
	height: 150px !important;
	margin: 20px auto !important;
	display: block !important;
}

#buying .product-related .description {
	color: #36454d;
	height: 100px;
	font-size: 12px;
}

#buying .product-related .priceBlock {
	float: right !important;
	font-size: 20px;
}

#buying .product-related .priceDiscount {
	font-size: 14px;
	font-weight: 700;
}

#buying .product-related .defaultButton, a.defaultButton:hover, a.defaultButton:visited {
	background: #fbc500 none repeat scroll 0 0;
	color: #fff;
	padding: 5px;
}

#buying .product-related .priceOld {
	font-size: 12px;
	float: left !important;
}

#buying .product-related .attributes-item {
	margin-top: 10px;
}

#buying .product-related .attributes-header {
	text-align: left;
	color: #36454d;
	font-weight: 700;
}

#buying .product-related .attributes-value {
	text-align: right !important;
}

#buying .product-related .available-variants {
	float: right !important;
}


/*** ARTICLE RELATED END ***/


/*** FOOTER ***/

#footer {
	background-color: #fff !important;
	/*background-color: #31302f !important;*/
	padding: 40px 0 !important;
}

#footer * {
    color: #31302f !important;
	/*color: #fff !important;*/
}

.footer {
	font-size: 12px !important;
}

.footer, .push {
    height: 155px;
}

.openingtimes-container table {
	width: 100% Important;
}

.openingtimes-container th {
	height: 15px; Important;
}

.openingtimes-container td {
	height: 15px; Important;
}

.footer-copyright {
	float: right;
}

.logo-footer {
	width: 85% !important;
}

/*** FOOTER END ***/


/*** SIDEBAR ***/

#sidebar {
    width: auto !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.sidebar-filter {
	width: 100% !important;
	border: 1px solid #ededed;
}

.sidebar-filter-title {
	padding: 10px;
	background-color: #31302f;
	color: #fff;
	text-transform: uppercase;
}

ul.tree {
    margin: 0 !important;
    padding: 0;
    width: 100% !important;;
}

.sidebarMenu li.first, ul.tree li a {
	text-transform: uppercase;
	color: #37464d !important;
	border-bottom: 1px solid #ededed;
	padding: 10px;
	margin: 0 !important;
}

ul.tree li ul li {
	border-bottom: 1px solid #ededed !important;
}

ul.tree li ul li a {
	padding: 10px 10px !important;
}

ul.tree li ul li a:hover {
	background-color: #eb5522 !important;
	color: #fff !important;
}

ul.tree ul li.active a.active {
	color: #eb5522 !important;
	padding: 10px 10px !important;
}

/*** SIDEBAR END ***/


/*** ACCOUNT ***/

.account-menu {
	border: 1px solid #ededed !important;
	padding: 15px !important;
}

.account-menu .nav-pills li {
	width: 100% !important;
	background: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

.account-menu .nav-pills a {
	background: none !important;
	border: 1px solid #fff !important;
	font-size: 12px !important;
	padding-left: 10px !important;
}

.account-menu .nav-pills a:hover {
}

.dashboard-item {
	background-color: #f8f8fa !important;
	border: 1px solid #dadae5 !important;
	padding: 20px;
	margin-bottom: 20px;
	height: 120px;
}

.cmsContent li {
    margin-left: 0 !important;
    width: 100% !important;
}

/*** ACCOUNT END ***/


/*** CHECKOUT ***/

	/* BA CHECKOUT */
	
	.checkoutOptions .option {
	position: relative;
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
	background-color: #f8f8fa !important;
	border: 1px solid #dadae5 !important;
	height: 180px !important;
	}
	
	/* BA CHECKOUT END */

	/* CHECKOUT OWN */
	
	/* STEPS */
	.checkout-option {
	border: 1px solid #ededed !important;
	padding: 20px !important;
	height: 400px !important;
	}

	.checkoutSteps {
    border: 0 !important;;
	}

	.checkoutSteps li.step1, .checkoutSteps li.step2, .checkoutSteps li.step3, .checkoutSteps li.step4, .checkoutSteps li.step5 {
    width: 20% Important;
    margin: 0 !important;
    text-align: center !important;
	}

	.checkoutSteps li.step1 a, .checkoutSteps li.step2 a, .checkoutSteps li.step3 a, .checkoutSteps li.step4 a, .checkoutSteps li.step5 a {
    color: #dddddd !important;
	}

	.checkoutSteps li.step1 a:hover, .checkoutSteps li.step2 a:hover, .checkoutSteps li.step3 a:hover, .checkoutSteps li.step4 a:hover, .checkoutSteps li.step5 a:hover {
    color: #5f7285 !important;
	}

	.checkoutSteps li {
    height: 50px;
    line-height: 25px;
   	padding: 13px 2px 13px 2px !important;
    color: #5f7285 !important;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,251,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,251,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8fb',GradientType=0 ) !important;
	border: 1px solid #dadae5 !important;
    width: 20% !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 0 !important;
	}

	.checkoutSteps li.passed a:hover {
    color: #5f7285 !important;
	}

	.checkoutSteps li.active {
    background: #70923c !important;
    border: 1px solid #70923c !important;
    color: #fff !important;
	}

	.checkoutSteps li.active a {
    color: #fff !important;
	}

	.checkoutSteps li.active a:hover {
    color: #fff !important;
	}

	/* STEPS END */
	
	/* BASKET */
	
	.lineBox {
	border: 0 !important;
	}

	.cart-item-box {
	height: auto !important;
	overflow: hidden !important;
	}

	.cart-item-box .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: 0px !important;
	}

	.cart-item-box img {
	width: 100% !important;
	}

	.cart-item-box .textbox {
	height: 40px;
	width: 50% !important;
	}
	
	.cart-item-row {
	margin-bottom: 50px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed !important;
	}
	
	/* BASKET END */
	
	
	/* CHECKOUT PAYMENT */
	
	.payment_selector .payment_block_image {
    display: none !important;
	}

	.payment dl {
	background-color: #f8f8fa !important;
	border: 1px solid #dadae5 !important;
	padding: 20px !important;
	}

	.payment label {
    margin-left: 15px !important;
	}
	
	/* CHECKOUT PAYMENT END*/
	
	/* CHECKOUT ORDER */
	
	.order-right {
	margin-top: 15px;
	}

	#orderEditCart, #orderAddress, #orderShipping, #orderPayment {
	width: 100% !important;
	}
	
	/* CHECKOUT ORDER END */
	
	/* CHECKOUT OWN END */

/*** CHECKOUT END ***/


/*** BUTTONS ***/

.btn {
	font-size: 12px !important;
	font-family: 'Montserrat', verdana, arial !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	padding: 20px 50px !important;
	line-height: 0 !important;
	font-weight: 500 !important;
	color: #fff !important;
}

.btn a {
	color: #fff !important;
}

.btn-primary {
	background-color: #b61700 !important;
	padding: 15px 40px;
    border: 0 !important;
}

.btn-primary:hover {
	background-color: #811000 !important;
    color: #fff !important;
}

.btn-secondary {
	background-color: #0082be !important;
	color: #fff !important;
	padding: 15px 40px;
}

.btn-secondary:hover {
	background-color: #00618e !important;
}

.btn-info {
	background-color: #b61700 !important;
	padding: 15px 40px;
    width: auto !important;
    padding: 15px 20px 30px 20px !important;
    border: 0 !important;
    color: #fff !important;
}

.btn-info:hover {
	background-color: #811000 !important;
    color: #fff !important;
}

.btn-status {
	background-color: #b61700 !important;
	padding: 15px 40px;
    outline: 0px solid #ff5a12;
    border: 2px solid #fbc500 !important:
    outline-offset: 0px;
    width: auto !important;
    padding: 15px 20px 30px 20px !important;
    cursor: default !important; 
    border: 0 !important;
}

.btn-status:hover {
	color: #811000 !important;
	color: #fff !important;
}

.btn-cart {
	width: 70% !important;
	background-color: #b61700 !important;
	float:right;
	margin-top: -43px;
	color: #fff;
}

.btn-cart:hover {
	background-color: #811000 !important;
	color: #fff;
}

.btn-grid {
	width: 100%;
	background-color: #b61700 !important;
	float: none !important;
	color: #fff !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #b61700 !important;
    opacity: .65;
}

.btn-grid:hover {
	background-color: #811000 !important;
	color: #fff !important;
}

.btn-checkout {
	background-color: #b61700 !important;
	padding: 15px 40px;
    width: auto !important;
    border: 0 !important;
    color: #fff !important;
}

.btn-checkout:hover {
	background-color: #b10610 !important;
    color: #fff !important;
}

.btn-xs {
	font-size: 10px !important;
	padding:5px !important;
}

.btn-checkout-dropdown, .btn-cart-dropdown {
	width: 100% !important;
}

.btn-checkout-dropdown {
	background-color: #ededed !important;
	border: 1px solid #dddddd !important;
	margin-bottom: 10px !important;
}

.btn-cart-dropdown {
	background-color: #ededed !important;
	border: 1px solid #dddddd !important;
}

.btn-cookie {
	float: right !important;
}

/*** BUTTONS END ***/


/*** COOKIES ***/

.cookies {
	width: 100% !important;
	background-color: #31302f;
	color: #fff;
	position: absolute;
	right: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
	z-index: 1000 !important;
	padding: 20px !important;
}

.dismiss {
	font-size: 18px !important;
}

.cancelCookie a, .dismiss a {
	color: #eb5522 !important;
}

.cancelCookie a:hover, .dismiss a:hover {
	color: #c03f0f !important;
	text-decoration: none !important;
}

/*** COOKIES END ***/


/*** FORMS ***/

.checkbox-inline input[type="checkbox"] {
	position: relative !important;
}

input.error, select.error, .oxInValid input, .oxInValid select {
    border-width: 1px !important;
    border-color: #ff0000 !important;
    background: #fff8f8 !important;
}

.textbox, input[type="text"], input[type="password"] {
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 3px 15px;
	height: 50px;
	line-height: 14px;
	font-size: 14px;
	font-family: 'Montserrat', verdana, arial !important;
	width: 100% !important;
}

.form label {
	display: inline-block;
	float: left;
    width: 100% !important;
	max-width: 100%;
	margin-bottom: 5px;
	font-family: 'Montserrat', verdana, arial !important;
}

.form textarea {
	border: 1px solid #e2e2e2;
	width: 100% !important;
	font-size: 14px;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 10px !important;
}

.js-oxValidate input[type="checkbox"] {
	margin-top: -20px !important;
}

/*** FORMS END ***/


/*** TABLE ***/

table {
	width: 100% !important;
}

dt {
	text-transform: uppercase !important;
}

td {
	height: 50px;
	padding-top: 15px !important;
}

.attributes th {
	text-align: left;
	width: auto;
	background: transparent;
	text-transform: uppercase;
	padding-top: 15px !important;
}

/*** TABLE END ***/


/*** LINKS ***/



/*** LINKS END ***/









.additionalInfo .additionalInfoItem {
    border-top: 0px solid #D8D8D8 !important;
    margin: 0;
    padding: 5px 0;
}

.description {
    border-bottom: 0px !important;
}



ul, menu, dir {
  list-style: none !important;
  padding:0 !important;
  margin:0 !important;
  font-family: 'Montserrat', verdana, arial !important;
}

li {
	padding: 10px 0 !important;
	border-bottom: 0px solid #383838 !important;
	font-family: 'Montserrat', verdana, arial !important;
}

li a {
	color: #c0c0c0 !important;
}

li a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.list .services {
	padding: 20px !important;
	border: 1px solid #fff !important;
}







