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

/******* SMALL DEVICES *******/

@media(max-width:767px){

/*** MAIN ***/

	body, html {
	overflow-x: initial !important;
	}

	.gap {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	}
	
	.slider-container, .offer-container, .info-container {
    height: auto !important;
    max-height: auto !important;
	}
	
	.container-fluid {
	height: auto !important;
	}

/*** MAIN END ***/


/*** HEADLINES ***/

	h1, h2, h3, h4, h5, h6, .titleBox {
	text-align: center !important;
	}
	
	.categories-start-left {
	text-align: center !important;
	}
	
	.contact-start {
	text-align: center !important;
	}
	
	.headline-right {
	text-align: center !important;
	}
	
	.footer-headline {
	text-align: left !important;
	margin-top: 30px !important;
	}
	
	.text-white {
	text-align: center !important;
	}

	.checkout-headline, .blockHead, .section {
    text-align: left !important;
    margin-top: 30px !important;
    width: 100% !important;
	}
	
	.checkout-option h3 {
    text-align: left !important;
}
	
	#sidebar h4 {
   	text-align: left !important;
	}

/*** HEADLINES END ***/


/*** NAVIGATION ***/

	/* MAIN */
	
	.nav-small {
	display: block !important;
	background-color: #fff !important;
	}
	
	.nav-large {
	display: none !important;
	}

	.navbar-nav li, .navbar-nav li a {
    min-width: 100% !important;
    max-width: 100% !important;
	}

	.navbar-collapse {
    height: 100vh !important;
    overflow-x: hidden !important;
	}

	.navbar-nav ul ul, .navbar-nav ul ul ul {
    position: static !important;
    float: none !important;
    width: auto !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 25px !important;
	}

	.navbar-nav ul ul li {
    min-width: 100% !important;
    max-width: 100% !important;
	}

	.navbar-nav .sub-arrow, .navbar-nav ul ul li .sub-arrow {
	display: none !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, .navbar-brand img {
	width: 45% !important;
	margin-top: -5px !important;
	}
	
	/* LOGO END */
	
	
	/* TOP */
	
	.navbar-top {
	display: none !important;
	}
	
	/* TOP END */
	
	
	/* USER */
	
	.navbar-header {
	width: 100% !important;
	background-color: transparent !important;
	height: 40px !important;
	}
	
	nav .navbar-nav .nav-pills li a {
	color: #fff !important;
	background: none !important;
	border: 0px solid #dadae5 !important;
	margin-right: 0px;
	margin-bottom: -20px !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold !important;
	padding: 10px 10px 0 10px !important;
	}

	nav .navbar-nav .nav-pills li a:hover {
	background: none !important;
	color: #0082be !important;
	border: 0px solid #3b69bd !important;
	}
	
	.nav-small .nav-pills > li > a > .badge {
    margin-left: 3px;
    margin-top: -35px !important;
    padding: 10px 10px 0 10px !important;
    border-radius: 500px !important;
	}
	
	.nav-pills {
	float: right !important;
	}
	
	.nav-pills .glyphicon {
	font-size: 35px !important;
	}
	
	.text-pills {
	display: none !important;
	}
	
	/* USER END */
	
	
	/* TOGGLE */
	
	.navbar-toggle {
  	margin-top: 10px !important;
	margin-right: -15px !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	margin-top: 15px !important;
	}
	
	.navbar-toggle:hover {
	background-color: #b61700 !important;
	border-color: #b61700 !important;
	}
	
	.navbar-toggle .icon-bar {
    background-color: #747474 !important;
    width: 35px !important;
    height: 5px !important;
    margin-left: 2px !important;
	}
	
	.navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
	}
	
	.navbar-collapse {
    width: 100% !important;
    background-color: transparent !important;
    z-index: 100 !important;
    padding: 0 	!important;
    margin: 0 !important;
	}
	
	/* TOGGLE END */
	
	/* SEARCH */
	
	.stylish-input-group {
	margin-top: 0px !important;
	width: 100% !important;
	}

	.stylish-input-group input {
	height: 50px !important;
	background-color: #fff !important;
	border: 1px solid #ededed !important;
	color: #fff !important;
	}

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

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

	.stylish-input-group button {
    background-color: transparent !important;
    border: 0 !important;
    color: #fff !important;
	}
	
	/* SEARCH */

/*** NAVIGATION END ***/


/*** LANDINGPAGE ***/

	/* SLIDER */
	
	#slider {
	margin-top: 0px !important;
	}
	
	/* SLIDER END */
	
	
	/* WELCOME START */
	
	.welcome-img img {
	height: 250px !important;
	margin-bottom: 30px;
	}
	
	/* WELCOME START END */
	
	/* CATEGORIES START */
	
	.categories-start-bottom {
	margin: 0 0 15px 0 !important;
	}
	
	.categories-start {
	height: auto !important;
	}
	
	.categories-start-left {
	background-color: #006341 !important;
	background-image:none !important;
	height: auto !important;
	text-align: center !important;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	}
	
	.categories-start-right {
	text-align: center !important;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	height: auto !important;
	}

	.categories-start-bottom {
	background-color: #37464e;
	text-align: center;
	padding: 15px 15px !important;
	}
	
	.categories-start-bottom .nav-pills {
	text-align: left !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
	}
	
	/* CATEGORIES START END */
	
	
	/* ARTICLE DEALS START */
	
	.deals-start {
	min-height: auto !important;
	height: auto !important;
	padding: 50px 0 20px 0 !important;
	}
	
	#specBox {
		height: auto !important;
	}
	
	.offer-container {
	height: auto !important;
	}
	
	.deals-grid {
	height: auto !important;
	margin-bottom: 100px !important;
	}
	
	.deals-price-title {
	font-size: 18px;
	}

	.deals-img {
	padding: 15px 15px 150px 15px;
	height: auto !important;
	margin-bottom: -100px !important;
	}

	.deals-price-desc {
	height: auto !important;
	}

	.deals-price-left {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	height: 45px;
	padding-top: 10px !important;
	bottom: 0 !important;
	}

	.deals-price-right {
	text-align: center;
	height: 45px;
	padding-top: 2px !important;
	}

	.deals-price-current {
	font-weight: 700;
	font-size: 20px;
	}

	.deals-price-small {
	font-weight: 700;
	font-size: 10px;
	top: -20px !important;
	}

	.deals-price-old {
	margin-top: -30px !important;
	font-size: 10px;
	}
	
	/* ARTICLE DEALS START END */
	
	
	/* ABOUT START */
	
	.about-start {
	margin: 70px 0 80px 0 !important;
	}
	
	.about-start-left {
	background-color: #fff;
	padding-right: 15px !important;
	padding-left: 15px !important;
	}
	
	.about-start-right {
	background-image:none !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 30px;
	}
	
	/* ABOUT START END */
	
	
	/* BRANDS */
	
	.manufacturerSliderstyle {
	margin: 0px 0 70px 0 !important;
	}
	
	/* BRANDS END */
	
	
	/* GALERY START */
	
	.start-galerie {
    margin-top: -45px !important;
	}
	
	.img-thumbnail {
	height: 250px !important;
	}
	
	/* GALERY START END */
	
	
	/* MAP */
	
	.map-info {
	margin: -90px 0 -210px 0 !important;
	}
	
	/* MAP END */
	
	
	/* CONTACT FORM START */
	
	.contact-start {
	padding: 60px 15px !important;
	background-color: #;
	margin-left: 0px !important;
	-webkit-clip-path: none;
	clip-path: none;
	}
	
	#contactform-start {
	width: 100%;
	}

	#contactform-start textarea {
	width: 100% !important;
	border: 1px solid #e2e2e2;
	margin-top: 15px;
	min-height: 150px;
	padding: 10px 10px !important;
	text-align: left !important;
	}

	#absender {
	padding-left: 10px !important;
	text-align: left !important;
	}

	#email {
	padding-left: 10px !important;
	text-align: left !important;
	}
	
	/* CONTACT FORM START END */

/*** LANDINGPAGE END ***/


/*** ARTICLE DETAILS ***/

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

/*** ARTICLE DETAILS END ***/


/*** ARTICLE FILTER ***/

	.ms_multifilter {
	float: none !important;
	width: 100%; !important;
	padding-right: 0 !important;
	}

/*** ARTICLE FILTER END ***/


/*** ARTICLE LISTING ***/

	#listcontent {
	float: none !important;
	width: 100% !important;
	}

	.listRefine .pager {
    width: auto !important;
    float: right !important;
    text-align: right !important;
	}

	.listDetails .titleBox {
	text-align: left;
	font-size: 18px;
	font-weight: 500 !important;
	}
	
	.productData {
	min-height: 500px !important;
	height: auto !important;
	}
	
	.available-variants {
	float: none !important;
	}
	
	.gridPicture {
	height: auto !important;
	}

/*** ARTICLE LISTING END ***/


/*** ARTICLE RELATED ***/

	#manufacturer .panes, #buying .panes {
	height: 800px !important;
	}
	
	#buying .product-related {
	height: 800px !important;
	}

/*** ARTICLE RELATED END ***/


/*** FOOTER ***/

	.footer-info {
	float: none !important;
	text-align: center !important;
	}
	
	.footer-copyright {
	float: none !important;
	text-align: center !important;
	}
	
	.logo-footer {
	width: 50% !important;
	}

/*** FOOTER END ***/


/*** SIDEBAR ***/

	#sidebar {
    width: 100% !important;
    margin-bottom: 40px !important;
	}
	
	#sidebar .nav-pills {
   	float: left !important;
	}

/*** SIDEBAR END ***/


/*** ACCOUNT ***/
	
	.cmsContent li {
    margin: 0 !important;
	}
	
	.cmsContent  input[type="radio"], input[type="checkbox"] {
    margin-top: -20px !important;
	}
	
	.account-menu {
	height: 210px !important;
	}

/*** ACCOUNT END ***/


/*** CHECKOUT ***/

	.checkoutSteps li {
    width: 100% !important;
	}
	
	.checkout-option {
    height: auto !important;
    margin-bottom: 40px !important;
    padding: 20px 20px 50px 20px !important;
	}
	
	.order-right {
	height: 350px !important;
	}
	
	/* BASKET */
	
	.basketImage {
	margin-top: 50px !important;
	margin-bottom: 30px !important;
	width: 70% !important;
	}
	
	.cart-item-row {
	border-bottom: 1px solid #ededed !important;
	height: 480px !important;
	margin-bottom: 50px !important;
	}
	.cart-item-row .quantity, .cart-item-row .checkbox, .cart-item-row .basketImage{
	margin-top: -28px !important;
	}
	
	.cart-item-row .basketImage{
	margin-top: 0px !important;
	width: 100% !important;
	}
	
	.cart-item-row .radio input[type="radio"], .cart-item-row .radio-inline input[type="radio"], .cart-item-row .checkbox input[type="checkbox"], .cart-item-row .checkbox-inline input[type="checkbox"] {
    margin-top: 4px !important;
    }
	
	/* BASKET END */

/*** CHECKOUT END ***/


/*** BUTTONS ***/

	.btn {
	font-size: 14px !important;
	padding: 20px 0px !important;
	font-weight: 500 !important;
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
	margin-bottom: 10px !important;
	}

	.btn-primary {
	width: 100%;
	margin-bottom: 10px !important;
	}
	
	.btn-info {
    padding: 0px 20px 0px 20px !important;
    height: 50px !important;
    width: 100% !important;
	}

	.btn-status {
    padding: 15px 20px 30px 20px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
	}

	.btn-group {
	margin-bottom: 40px !important;
	}

	.btn-cart {
    margin-top: -43px !important;
	}

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

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

/*** BUTTONS END ***/

/*** FORMS ***/

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

/*** FORMS END ***/

}

/******* SMALL DEVICES END *******/



/******* MEDIUM DEVICES *******/

@media(min-width:767px) and (max-width: 992px){
	
/*** MAIN ***/

/*** MAIN END ***/


/*** HEADLINES ***/

	h1, h2, h3, h4, h5, h6, .titleBox {
	text-align: center !important;
	}
	
	.categories-start-left {
	text-align: center !important;
	}
	
	.contact-start {
	text-align: center !important;
	}
	
	.headline-right {
	text-align: center !important;
	}
	
	.footer-headline {
	text-align: left !important;
	margin-top: 30px !important;
	}
	
	.text-white {
	text-align: center !important;
	}
	
	.checkout-option h3 {
    text-align: left !important;
	}
	
	.account-menu h4, .section, .checkout-headline {
	text-align: left !important;
	}
	
	.section {
	font-size: 18px !important;
	}

/*** HEADLINES END ***/


/*** NAVIGATION ***/

	/* MAIN */
	
	/* MAIN END */
	
	
	/* LOGO */
	
	.navbar-brand img {
	width: 60%;
	padding: 0px 0;
	margin-top: -5px;
	}
	
	.navbar-brand {
	width: 30% !important;
	}
	
	/* LOGO END */
	
	
	/* TOP */
	
	/* TOP END */
	
	
	/* USER */
	
	.nav-pills li a {
	font-size: 12px !important;
	}
	
	/* USER END */

/*** NAVIGATION END ***/


/*** LANDINGPAGE ***/

	/* SLIDER */
	
	.slider-container {
	margin-top: -50px !important;
	}
	
	/* SLIDER END */
	
	/* WELCOME  START */
	
	.welcome-img img {
    height: 400px !important;
	}
	
	/* WELCOME START END */
	

	/* CATEGORIES START */
	
	.categories-start {
	height: auto !important;
	}
	
	.categories-start-left {
	background-color: #006341 !important;
	background-image:none !important;
	height: auto !important;
	text-align: center !important;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	}
	
	.categories-start-right {
	text-align: center !important;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-right: 0 !important;
	padding-left: 0 !important;
	height: auto !important;
	}

	.categories-start-bottom {
	background-color: #37464e;
	text-align: center;
	padding: 15px 15px !important;
	}
	
	/* CATEGORIES START END */
	
	/* ARTICLE DEALS START */
	
	.deals-start {
	min-height: auto !important;
	height: auto !important;
	padding: 50px 0 20px 0 !important;
	}
	
	.deals-grid {
	height: 350px !important;
	margin-bottom: 30px !important;
	}

	.deals-img {
	padding: 15px 15px 150px 15px;
	height: 150px !important;
	margin-bottom: 50px;
	}
	
	/* ARTICLE DEALS START END */

	/* ABOUT START */
	
	.about-start {
	margin: 85px 0 -40px 0 !important;
	}
	
	.about-start-left {
	background-color: #fff;
	padding-right: 15px !important;
	padding-left: 15px !important;
	}
	
	.about-start-right {
	background-image:none !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 30px;
	}
	
	/* ABOUT START END */
	
	
	/* BRANDS */
	
	.manufacturerSliderstyle {
	margin: 0 !important;
	}
	
	/* BRANDS END */
	
	
	/* GALERY START */
	
	.img-thumbnail {
	height: 250px !important;
	}
	
	/* GALERY START END */
	
	
	/* MAP START */
	
	.map-info {
	margin: -80px 0 -240px 0 !important;
	}
	
	/* MAP START END */

/*** LANDINGPAGE END ***/


/*** ARTICLE DETAILS ***/

	#cloud-zoom-big {
	display: none !important;
	}
	
	.tobasketFunction .textbox {
    width: 29% !important;
	}

/*** ARTICLE DETAILS END ***/


/*** ARTICLE FILTER ***/

	.ms_multifilter {
	width: 35%; !important;
	}

/*** ARTICLE FILTER END ***/


/*** ARTICLE LISTING ***/

	#listcontent {
	width: 65% !important;
	}

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

	.listRefine .pager {
    width: auto !important;
    float: left !important;
    text-align: left !important;
    margin-top: -5px !important;
	}

	.productData {
	height: 450px !important;
	}
	
	.listDetails .description {
	height: 140px !important;
	}
	
	.listDetails .titleBox {
	height: 50px !important;
	}
	
	.art-availability {
    font-size: 10px;
	}

/*** ARTICLE LISTING END ***/


/*** ARTICLE RELATED ***/

/*** ARTICLE RELATED END ***/


/*** FOOTER ***/

	.logo-footer {
	width: 70% !important;
	margin-top: 30px !important;
	}

/*** FOOTER END ***/


/*** SIDEBAR ***/

	#sidebar {
	width: 100% !important;
	}

/*** SIDEBAR END ***/


/*** ACCOUNT ***/
	
	.cmsContent li {
    margin: 0 !important;
	}
	
	.cmsContent  input[type="radio"], input[type="checkbox"] {
    margin-top: -20px !important;
	}

/*** ACCOUNT END ***/


/*** CHECKOUT ***/

	.checkoutSteps li {
    width: 33.33333% !important;
	}
	
	.checkout-option {
    height: 500px !important;
	}
	
	.order-right {
	height: 350px !important;
	}
	
	.basketImage {
	margin-top: 50px !important;
	margin-bottom: 30px !important;
	width: 70% !important;
	}
	
	.cart-item-row {
	border-bottom: 1px solid #ededed !important;
	height: 200px !important;
	margin-bottom: 50px !important;
	}
	
	.cart-item-row .basketImage{
	margin-top: 0px !important;
	width: 100% !important;
	}
	
	.cart-item-row .radio input[type="radio"], .cart-item-row .radio-inline input[type="radio"], .cart-item-row .checkbox input[type="checkbox"], .cart-item-row .checkbox-inline input[type="checkbox"] {
    margin-top: 4px !important;
    }

/*** CHECKOUT END ***/


/*** BUTTONS ***/

	.btn {
	font-size: 11px !important;
	padding: 20px 10px !important;
	font-weight: 500 !important;
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
	margin-bottom: 10px !important;
	}

	.btn-primary {
	width: auto !important;
	margin-bottom: 10px !important;
	}
	
	.btn-info {
    padding: 0px 20px 0px 20px !important;
    height: 50px !important;
    width: 100% !important;
	}

	.btn-status {
    padding: 15px 20px 30px 20px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
	}

	.btn-group {
	margin-bottom: 40px !important;
	}
	
	.btn-xs {
	width: auto !important;
	padding: 5px !important;
	font-size: 10px !important;
	}

/*** BUTTONS END ***/


/*** FORMS ***/

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

/*** FORMS END ***/

}

/******* MEDIUM DEVICES END *******/
