body{
	background: #e6e6e6;
	color:#252a2f;
}

a, a:visited {}
a:focus {outline:none;}

hr {border-color:#8c8f92;}

#header-area {}
.header-top {
	background: #fff;
}
.header-links ul {
	margin-top: 5px;
	text-transform: uppercase;
}
.header-links li {display: inline-block;}
.header-links li .fa {margin-right: 3px;}
.header-links li, 
.header-links li a {color: #020202;}

.header-links li a:hover, 
.header-links li a:focus, 
.header-links li.active a {
	background: none;
	color: #020202;
}

.header-top .btn-link {
	color: #020202;
	text-decoration: none;
}
.header-top .open .btn-link{
	color: #020202;
}
.header-top .btn-link i.fa{
	margin-left: 5px;
}

.main-header{
	padding: 10px 0;
}
#search{
	margin: 12px 0 0 0;
}
#search .input-group .form-control{
	background:#fff;
	float: none;
	border:solid #525c66;
	border-width:1px 0 1px 1px;
	color:#878a8c;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	     box-shadow:none;
}
#search .input-group .btn{
	background:#3d3a33;
	border:solid #3d3a33;
	border-width:1px 1px 1px 0;
	color:#fff;
	
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	     box-shadow:none;
}
			
/* Cart Style Starts */	

#cart .btn{
	border: 1px solid #525c66;
	color:#fff;
	background:#fff;
	text-align:left;
	padding:0;
	margin:12px 0 0 0;
	font-size:16px;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
		 box-shadow:none;
}
#cart .btn .fa-shopping-cart{
	background:#3d3a33;
	color:#fff;
	line-height:none;
	padding:9px 8px;
	font-size:14px;
	margin-right:20px;
}
#cart .btn span#cart-total{
	color:#777d80;
	font-size:15px;
	padding:0 8px 0 5px;
	text-transform:uppercase;
}
#cart .btn i.fa-caret-down{
	color:#3d3a33;
	margin-left:10px;
}
#cart .dropdown-menu {
	min-width: 100%;
	margin-top:10px;
	background:#fff;
	color:#525c66;	
	border:none;
	z-index: 1001;
	padding:5px;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#cart .open > .dropdown-menu {
	display: block;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table, 
#cart .dropdown-menu table td {
	background: none;
	border: none;
	font-size: 12px;
}
#cart .dropdown-menu table.hcart td, 
.line-bottom {
	border-bottom: 1px solid #54575b;
}
.line-top, 
.btn-block1 {
	border-top: 1px solid #54575b;
}
#cart .btn-block1 {
	padding: 20px 0 0;
}
#cart .btn-block1 a {
	padding: 8px 12px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
	background: #ffb400;
	color: #fff;
}
#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
	background: #fff;
	color: #252a2f;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .dropdown-menu table.total{
}
#cart .dropdown-menu table.total td{
	padding: 2px 8px;
}
#cart .dropdown-menu table td a{	
	color: #ffb400;
}
#cart .dropdown-menu table td a:hover{
	color: #fff;
}
		
/* Main Menu Styles Starts */

#main-menu {}

#main-menu.navbar {
	margin: 0;
	padding: 0;
	border: none;
	margin-top: 45px;
	margin-bottom: 30px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#main-menu .navbar-nav > li {}
#main-menu .navbar-nav > li + li {
	
}
#main-menu .navbar-nav > li a {
	color: #000;
	text-transform: uppercase;
	font-family: 'Abril Fatface', cursive;
	font-size: 25px;
}
#main-menu .navbar-nav > li > a:hover, 
#main-menu .navbar-nav > li > a:focus, 
#main-menu .navbar-nav > li.open a {
	background:#9f9e9b;
	color:#fff;
}		
#main-menu .dropdown-menu {
	background:#9f9e9b;
	border:none;
	padding:0;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
	        border-radius:0;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	     box-shadow:none;
}
#main-menu .dropdown-menu li a {
	color:#fff;
	padding-top:6px;
	padding-bottom:6px;
}
#main-menu .dropdown-menu li:hover a {
	background:#413e39;
	text-decoration:none;
}
#main-menu .dropdown-inner {
	display:table;
	padding-bottom:10px;
}
#main-menu .dropdown-inner ul {
	display:table-cell;
}
#main-menu .dropdown-inner .dropdown-header{
	font-size:15px;
	text-transform:uppercase;
	color:#252a2f;
	padding:15px 0 10px 15px;
}
#main-menu .dropdown-inner li a {
	min-width:160px;
	display:block;
	padding:3px 20px;
	clear:both;
}	
						
.breadcrumb{
	margin-top: 30px;
	text-transform:uppercase;
	padding-bottom: 0;
	border-bottom: 1px dotted #646464;
	background: none;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
.breadcrumb li{
	color:#878a8c;
	font-size:13px;
}
.breadcrumb > li + li:before{
	content:"\00BB";
	color:#878a8c;
}
.breadcrumb li a{
	color:#252a2f;
}

.pagination li a {
	color: #646464	
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background: #646464;
	border: 1px solid #646464;
	color: #fff;
}

.product_box {
	background: #fff;
	border: 15px solid #fff;
	padding: 0px;
	margin-bottom: 30px;
	position: relative;
}
.product_box .brand {
	opacity: 0.4;
	transition: opacity .25s ease-in-out;
	position: absolute;
	
	top: 0;
	right: 0;
	padding: 5px;
	background: #fff;
	z-index: 200;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.product_box .brand:hover {
	opacity: 1;
}
.product_box .brand img {
	border-radius: 50%;
}

.product_box a {
	color: #646464;
	text-decoration: none;
}
.product_box .btn {
	color: #fff;
}
.product_box img {
	margin-left: auto; 
	margin-right: auto;
}
.product_box .produktnamn {
	text-align: center;
}
.discount .product_box {}

.discount_box {
	padding: 8px; 
	position: relative;
	float: left;
	width: auto;
	right: -10px;
	margin-top: 40px;
	-webkit-border-radius:0 4px 0 4px;
	-moz-border-radius:0 4px 0 4px;
	border-radius:0 4px 4px 0;
	background-color:#890a0a;;
	transform: rotate(80deg);
	white-space: nowrap;
}
.discount_box:after { 
	right: 100%; 
	border: solid transparent; content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #890a0a;
	border-width: 21px; 
	top: 50%; 
	margin-top: -21px;
}
.discount_box:before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 42%;
	right: 100%;
	width: 7px;
	height: 7px;
	opacity: .95;
	background: #ffffff;
	border-radius: 7px;
	-webkit-box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
	box-shadow: inset .5px 0 rgba(0, 0, 0, 0.6);
}
.discount_box span {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-family: Helvetica;
}
.pris {
	color: #000;
}
.discount_price {
	color: #890a0a; 
}

.discount_box {
	position: absolute;
}

.prod_image {
	border: 15px solid #fff;
}

.btn-buy {
	background: #3D3A33;
	color: #fff;
}
.btn-buy:hover {
	background: red;
	color: #fff;
}

.price {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 4px;
}

#prod_image_wrapper {
	position: relative;
	padding: 0;
}
#prod_image_wrapper #bildtext_holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px;
	
	text-align: center;
	background: rgba(255, 255, 255, 1);
}
.price {text-align: right}
.price_discount {
	color: red;
	display: none;
}
.old_price {
	font-weight: normal;
	font-size: 15px;
	color: #888;
	text-decoration: line-through;
}
.stock_text_holder, .infobox {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}
.price_holder {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border: 1px solid #cccccc;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}

.slider{
	margin-bottom:30px;
}

.brands img {
	margin-bottom: 20px;
}

.shopping-cart-table{
	margin-top:30px;
	background:#fff;
	text-transform:uppercase;
}
.shopping-cart-table thead > tr > td{
	font-size:15px;
	font-weight:600;
	border-bottom:none;
}
.shopping-cart-table tbody > tr > td{
	font-size:16px;
}
.shopping-cart-table tbody > tr > td a:hover{
	color:#252a2f;
}
		

#footer-area {
	margin-top: 30px;

}
.footer-logo {
	background:#000;
	border-top:1px solid #bcbcbc;
	padding:25px 0 40px;
}
.footer-logo p {
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
}
.footer-links {
	background: #fff;
	border-top:1px solid #bcbcbc;
	padding: 25px 0 40px;
	color: #000;
}
.footer-links h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	font-family: 'Abril Fatface', cursive;
}
.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links li {
	font-size: 12px;
	color: #000;
	padding: 2px 0;
	color: #000;
}
.footer-links li .active {
	font-weight: bold;
}
.footer-links li, .footer-links li a, .footer-links .last h4.lead{
	color:#8b8b8b;
}
.footer-links li a:hover, .footer-links .last li a{
	color:#333;
}
.footer-links .last h4.lead{
	font-size:24px;
	margin-bottom:0;
}
.footer-links .last h4.lead span{
	color:#151515;
}
.footermenu ul li a i {
	margin-right: 10px;
}

.footer_column {
	-webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;
}

.navbar-header {
	background: #fff;
}
/* Large Devices Styles Starts */

@media (min-width: 1200px) {
	#logo {
		max-width: 200px
	}
	.header-links .tooltip{
		display:none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#logo {
		max-width: 200px
	}
	.header-links .tooltip{
		display:none !important;
	}
	#cart .btn{}
	#cart .btn .fa-shopping-cart{
		margin-right:7px;
	}
	#cart .btn span#cart-total{
		padding:0 5px;
	}
	#cart .btn i.fa-caret-down{
		margin-left:0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#logo {
		max-width: 300px;
		margin-left:auto;
		margin-right:auto;
	}
	#logo .img-responsive{
		margin-left:auto;
		margin-right:auto;
	}
	#main-menu .navbar-nav > li a{
		font-size: 20px;
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width: 767px) {
	
	#logo {
		max-width: 300px;
		margin-left:auto;
		margin-right:auto;
	}
	#logo .img-responsive, .col3-banners .img-responsive, .col2-banners .img-responsive, .product-col .img-responsive{
		margin:0 auto;
	}
	#main-menu .dropdown-inner ul {
		display:block;
	}
	.header-links ul.pull-left {
		float:none !important;
		text-align:center;
	}
	.header-links li a {	
		padding:10px 3px 0;
	}	
	.header-top .pull-right{
		float:none !important;
		text-align:center;
	}
	.header-top .btn-link{
		margin:0 0 0px;
	}		
	.slider{
		margin-bottom: 20px;
	}

	#main-menu.navbar {
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
}

/* MAGIC SUGGEST */
.ms-ctn{position:relative;padding:5px 12px;height:auto}.ms-inv{border:1px solid #c00}.ms-ctn-readonly{cursor:pointer}.ms-ctn-disabled{cursor:not-allowed;background-color:#eee}.ms-ctn-bootstrap-focus,.ms-ctn-bootstrap-focus .ms-res-ctn{border-color:rgba(82,168,236,0.8)!important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.ms-ctn-focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ms-ctn input{border:0;box-shadow:none;-webkit-transition:none;outline:0;display:block;padding:0;line-height:1.42857143;margin:1px 0;width:100%}.ms-ctn .ms-sel-ctn input{float:left}.ms-ctn-disabled input{cursor:not-allowed;background-color:#eee}.ms-ctn .ms-input-readonly{cursor:pointer}.ms-ctn .ms-empty-text{color:#DDD}.ms-ctn input:focus{border:0;box-shadow:none;-webkit-transition:none;background:#FFF}.ms-ctn input::-ms-clear{width:0;height:0}.ms-ctn .ms-trigger{top:0;width:25px;height:100%;position:absolute;right:0;background:transparent;border-left:1px solid #CCC;cursor:pointer}.ms-ctn .ms-trigger .ms-trigger-ico{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;content:"";margin-left:8px;margin-top:15px}.ms-ctn .ms-trigger:hover{background-color:#e6e6e6}.ms-ctn .ms-trigger:hover .ms-trigger-ico{background-position:0 -4px}.ms-ctn-disabled .ms-trigger{cursor:not-allowed;background-color:#eee}.ms-ctn-bootstrap-focus{border-bottom:1px solid #CCC}.ms-res-ctn{width:100%;display:block;overflow-y:auto}.ms-res-ctn .ms-res-group{line-height:23px;text-align:left;padding:2px 5px;font-weight:bold;border-bottom:1px dotted #CCC;border-top:1px solid #CCC;background:#f3edff;color:#333}.ms-res-ctn .ms-res-item{line-height:25px;text-align:left;padding:2px 5px;color:#666;cursor:pointer}.ms-res-ctn .ms-res-item-grouped{padding-left:15px}.ms-res-ctn .ms-res-odd{background:#fafafa}.ms-res-ctn .ms-res-item-active{background-color:#f5f5f5}.ms-res-ctn .ms-res-item-disabled{color:#CCC;cursor:default}.ms-sel-ctn{overflow:auto;line-height:18px;padding-right:25px}.ms-no-trigger .ms-sel-ctn{padding-right:0}.ms-sel-ctn .ms-sel-item{background:#f3f3f3;color:#999;float:left;font-size:12px;padding:3px 5px;border-radius:3px;border:1px solid #DDD;margin:3px 0 1px 0}.ms-sel-ctn .ms-sel-invalid{border-color:#f8a5a5!important;background:#fdf2f2!important}.ms-sel-ctn .ms-sel-item:hover{border:1px solid #BBB}.ms-ctn .ms-sel-item{background:#f3f3f3;color:#999;float:left;font-size:12px;padding:0 5px;border-radius:3px;border:1px solid #DDD;margin:1px 5px 1px 0}.ms-ctn .ms-sel-item:hover{border:1px solid transparent}.ms-ctn-focus .ms-sel-item:hover{border:1px solid #BBB}.ms-sel-ctn .ms-sel-text{background:#FFF;color:#666;padding-right:0;margin-left:0;font-size:14px;font-weight:normal}.ms-as-string .ms-sel-text{border-color:transparent}.ms-res-ctn .ms-res-item em{font-style:normal;background:#565656;color:#FFF}.ms-sel-ctn .ms-sel-text:hover{background:#FFF}.ms-sel-ctn .ms-sel-item-active{border:1px solid red;background:#757575}.ms-stacked .ms-sel-item{float:inherit}.ms-sel-ctn .ms-sel-item .ms-close-btn{width:7px;cursor:pointer;height:7px;float:right;margin:6px 2px 0 10px;background-image:url(data:image/png;base64,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);background-position:0 -7px}.ms-sel-ctn .ms-sel-item .ms-close-btn:hover{background-position:0 0}.ms-stacked .ms-sel-item .ms-close-btn{margin-left:0}.ms-helper{color:#AAA;font-size:10px;position:absolute;top:-17px;right:0}.ms-ctn.input-lg .ms-trigger .ms-trigger-ico{margin-top:17px}.ms-ctn.input-sm .ms-trigger .ms-trigger-ico{margin-top:13px}.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item{padding-top:2px;padding-bottom:3px}.ms-ctn.input-sm .ms-sel-ctn{line-height:15px}.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item{padding-top:1px;padding-bottom:1px;margin-top:0;margin-bottom:0}.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn{margin-top:4px}.ms-ctn .ms-sel-ctn{margin-left:-7px}.ms-ctn .ms-trigger:hover{width:24px;right:1px;border-radius:0 3px 3px 0}

.prodsearch {
    margin-bottom: 5px;
}
.prodsearch img {
    float: left;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.prodsearch .name{
    font-weight: bold;
    color: #333;
}
.prodsearch .prop{
    float: left;
    width: 50%;
}
.prodsearch .prop .lbl{
    font-size: 11px;
    line-height: 11px;
    float: left;
    color: #AAA;
    margin-left: 25px;
    margin-right: 5px;
}
.prodsearch .prop .val{
    font-size: 11px;
    line-height: 11px;
    color: #666;
}

.ms-sel-item img{
    float: left;
    position: relative;
    top: 3px;
    margin-right: 3px;
}
.ms-sel-item .name{
    float: left;
}



/* REALTIME SEARCH */
.tt-dropdown-menu {text-align: left;}.typeahead, .tt-query, .tt-hint {}.typeahead {background-color: #FFFFFF;}.typeahead:focus {}.tt-query {}.tt-hint {color: #999999;}.tt-dropdown-menu {background-color: #FFFFFF;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 8px 8px 8px 8px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);margin-top: 12px;padding: 8px 0;width: 422px;}.tt-suggestion.tt-cursor {background-color: #0097CF;color: #FFFFFF;}.tt-suggestion p {margin: 0;}
.tt-suggestion {font-size: 18px;line-height: 24px;padding: 3px 20px;}
.tt-suggestion .img {float: left;padding-right: 5px;}
.tt-suggestion .img img {width: 30px;}
.tt-suggestion .artno {font-size: 80%;}
.tt-suggestion .price {font-size: 80%;}
.tt-suggestion .discount {display: none; font-size: 80%; color: red;}

.twitter-typeahead {float:left; width:100%}


.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}



.grow-fx img {
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    max-width: 100%;
}
.grow-fx:hover img {
    -webkit-transform:scale(1.4) rotate(-5deg);
    -moz-transform:scale(1.4) rotate(-5deg);
    -ms-transform:scale(1.4) rotate(-5deg);
    -o-transform:scale(1.4) rotate(-5deg);
     transform:scale(1.4) rotate(-5deg);
}
.grow-fx {
	overflow: hidden;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background: #413E39;
	border: 0;
}
.list-group .badge {
	display: none;
}


.truncate {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.input-group .fa {
	width: 10px;
}



.img-border {
	border: 5px solid #fff;
	padding: 0;
	margin: 0;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}


#cookie-bar {background:#111111; height:50px; line-height:24px; color:#fff; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; color: #fff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}


.album_item {
	margin-bottom: 30px;
}

.map_item {
	background: #fff;
	height: 200px;
	padding: 15px;
}

.twprmg {
	text-decoration: none;
	color: #8b8b8b;
	font-size: 12px;
	padding-top: 3px;
}