@charset "utf-8";
/* DO NOT EDIT ! */
/* NOTE: This file must not be edited or have custom webshop settings */
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700|Bitter:400,700,400italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	/*font-family: 'Bitter' !important;
	font-family: 'Luckiest Guy', cursive !important;
	font-family: 'Open Sans', sans-serif !important;
	font-family: 'Lato', sans-serif !important;
	font-family: 'Roboto', sans-serif !important;*/
	background-color:#F3F3F3 !important;
	font-family: 'open_sansregular' !important;
	line-height:20px;
}
/*
.bg_color {
	background-color:#FFF;
}
*/
input, textarea {
	background-color:#f0f0f0;
	border: 1px #000 solid;
}
/* --------- input-felter glow når aktivt */


textarea:focus, input[type="select"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(64, 64, 64, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(64, 64, 64, 0.6);
	outline: 0 none;
}
/*========================== Start Header Css =======================*/

.header_bg {
	display: inline-block;
	float: left;
	width: 100%;
	padding:0 0 0;
}
.search_box {
	display: inline-block;
	margin-top: 25px;
	vertical-align: middle;
	width: 100%;
}
.search_box .btn-default {
	background-color: #b1b2b1;
	border-color: #b1b2b1;
	color: #fff;
	height: 34px;
}
.user-nav li {
	display: inline-block;
	margin: 0 5px;
}
.user-nav {
	display: inline-block;
	float: left;
	margin-top: 28px;
	text-align: right;
	width: 100%;
}
.user-nav a {
	color: #fff;
	font-size: 16px;
	text-decoration:none;
}
.user-nav a i {
	color: #dedede;
	font-size: 21px;
}
.user-nav .shop123_basketicon i {
	font-size:30px;
}
.shop123_basketicon span {
	background-color: #00ce00;
	border-radius: 50%;
	color: #000;
	font-size: 16px;
	height: 25px;
	top:0;
	left: 20px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}
.shop123_basketicon {
	position: relative;
}
.fixed {
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 777;
}
.logo a {
	color:#b1b2b1;
}
/*========================== End Header Css =======================*/

/*========================== Start Main Menu Css =======================*/

.navbar-default {
	background-color: #b1b2b1 !important;
	border: 0 none;
	border-radius: 0;
}
.navbar {
	margin:15px 0;
	min-height: auto;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	border-right: 1px solid #fff;
}
.navbar-nav > li:first-child {
	border-left:1px solid #FFF;
} 
.navbar-nav > li > a {
	line-height: 2.1875rem;
	padding:0 15.5px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #000;
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #000;
    color: #fff !important;
}

.navbar-nav a i {
	line-height:2.1875rem;
}
.navbar-default .navbar-toggle {
	border:none;:
}

/*========================== End Main Menu Css =======================*/

/*========================= Start Mega Menu Css ==============================*/
.menu .navbar-nav > li {
	position:inherit;
 	white-space:nowrap;	
}
.sub_menu_item {
	background-color: #000;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
	z-index: 999;
	display:none;
	padding-left:0px;
}
.sub_menu_item li {
	display: inline-block;
	float: left;
	padding-right: 5px;
	width: 50%;
}
.sub_menu_item a {
	color: #fff !important;
	display: block;
	font-size: 13px;
	padding: 10px 10px 10px 0;
	text-decoration: none;
	width: 100%;
}
.open .sub_menu_item {
	display:block;
}
.sub_menu_item a:hover {
	color:#b1b2b1;
}
.ft_img > img {
	width: 100%;
}
.pos_inher, .menu .navbar {
	position:inherit;
}
/*========================= End Mega Menu Css ==============================*/

/*========================== Start Sidebar Box  Css =======================*/
.sub_menu {
	display: none;
}
.block_title {
	background-color: #000;
	color: #fff;
	display: inline-block;
	float: left;
	padding: 0.45rem 0.75rem;
	width: 100%;
}
.block_box {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom:20px;
}
.block_contant {
	display: inline-block;
	float: left;
	width: 100%;
}
.block_contant_info {
	border: 1px solid #ccc;
	display: inline-block;
	float: left;
	padding: 10px;
	width: 100%;
}
.block_contant_info label {
	font-size: 13px;
	margin-bottom: 5px;
}
.block_contant_info .form-control {
	border-radius:0;
}
.button.small.primary-color-bg {
	background-color: #000;
	border: 0 none;
	color: #fff;
	padding: 10px 15px;
}
.button.small.secondary {
	background-color: #c4c4c4;
	color: #000;
	float: right;
	border-radius: 8px;
	padding: 10px 15px;
}
/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
	margin-bottom: 2px;
	font-size: 12px;
}
#left ul.nav ul, #left ul.nav ul li {
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
	list-style: outside none none !important;
	margin-bottom: 0;
	margin-top: 0;
}
#left ul.nav ul {
	padding-left: 0;
	width: auto;
}
#left ul.nav ul.children {
	padding-left: 12px;
	width: auto;
}
#left ul.nav ul.children li {
	margin-left: 0px;
}
#left ul.nav li a:hover {
	text-decoration: none;
}
#left ul.nav li a:hover .lbl {
	color: #000!important;
}
#left ul.nav li.current>a .lbl {
	background-color: #999;
	color: #fff!important;
}
/* parent item */
#left ul.nav li.parent a {
	padding: 0px;
	color: #ccc;
}
#left ul.nav>li.parent>a {
	border: solid 1px #999;
	text-transform: uppercase;
}
#left ul.nav li.parent a:hover {
	background-color: #fff;
	-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
}
/* link tag (a)*/
#left ul.nav li.parent ul li a {
	color: #222;
	border: none;
	display:block;
	padding-left: 5px;
}
#left ul.nav li.parent ul li a:hover {
	background-color: #fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* sign for parent item */
#left ul.nav li .sign {
	display: inline-block;
	width: 30px;
	padding:7px;
	background-color: transparent;
	color: #fff;
}
#left ul.nav li.parent>a>.sign {
	margin-left: 0px;
	background-color: #999;
}
/* label */
#left ul.nav li .lbl {
	padding: 8px 12px;
	display: inline-block;
	font-size:13px;
}
#left ul.nav li.current>a>.lbl {
	color: #fff;
}
#left ul.nav li a .lbl {
	font-size: 12px;
}
/* THEMATIQUE
------------------------- */
/* theme 1 */
#left ul.nav>li.item-1.parent>a {
	border: solid 1px #ff6307;
}
#left ul.nav>li.item-1.parent>a>.sign, #left ul.nav>li.item-1 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #ff6307;
}
#left ul.nav>li.item-1 .lbl {
	color: #ff6307;
}
#left ul.nav>li.item-1 li.current>a .lbl {
	background-color: #ff6307;
	color: #fff!important;
}
#left ul.nav > li.item-8.parent > a {
	background-color: #b1b2b1;
	border-bottom: 1px solid #fff;
	color: #fff !important;
}
#left ul.nav>li.item-8.parent>a>.sign, #left ul.nav>li.item-8 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #b1b2b1;
	text-align:center;
	float:right;
}
#left ul.nav>li.item-8 li.current>a .lbl {
	background-color: #51c3eb;
	color: #fff!important;
}
#left ul.nav>li.item-15.parent>a {
	border: solid 1px #94cf00;
}
#left ul.nav>li.item-15.parent>a>.sign, #left ul.nav>li.item-15 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #94cf00;
}
#left ul.nav>li.item-15 .lbl {
	color: #94cf00;
}
#left ul.nav>li.item-15 li.current>a .lbl {
	background-color: #94cf00;
	color: #fff!important;
}
#left ul.nav>li.item-22.parent>a {
	border: solid 1px #ef409c;
}
#left ul.nav>li.item-22.parent>a>.sign, #left ul.nav>li.item-22 li.parent>a>.sign {
	margin-left: 0px;
	background-color: #ef409c;
}
#left ul.nav>li.item-22 .lbl {
	color: #ef409c;
}
#left ul.nav>li.item-22 li.current>a .lbl {
	background-color: #ef409c;
	color: #fff!important;
}
#left .nav > li {
	width:100%;
	float:left;
}
.panel {
	border: 0px !important;
}
/*========================== End Sidebar Box Css =======================*/

/*========================== Start Product Detail page Css =======================*/

.shop123_pagetitle {
	border-bottom: 2px solid #eee;
	color: #666;
	font-size: 25px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}
.shop123_productcellinfo {
	background-color: #fbfbfb;
	border-top: 1px solid #ddd;
	display: inline-block;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
}
.shop123_productcellinfo > span {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}
.shop123_productcellinfo .fa.fa-plus {
	margin-right: 5px;
}
.shop123_productcellinfo .btn-primary {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.shop123_productcellinfo .btn-primary:hover {
	background-color:#b1b2b1;
	border-color:#b1b2b1;
}
.shop123_specialoffer {
	background-color: #00ce00;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: absolute;	
	text-align: center;
	/*top: 0;*/
	vertical-align: middle;
	width: 40px;
	right:0px;
}
.hover_dt {
	background: rgba(232, 237, 243, 0.7) none repeat scroll 0 0;
	border-radius: 5px;
	padding: 1.25rem 0.9375rem 0.9375rem;
	position: absolute;
	text-align: center;
	top: 100%;
	transition: transform 0s ease 0s, all 150ms ease 0s;
	width: 100%;
	z-index: 4;
	left:0;
}
#prodMainList .thumbnail:hover .hover_dt {
	transform: translate(0px, -5.25rem);
}
.search_icon {
	background: rgba(232, 237, 243, 0.5) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	left:0;
	transition: opacity 150ms ease 0s;
	width: 100%;
}
#prodMainList .thumbnail:hover .search_icon {
	opacity: 1;
}
#prodMainList .thumbnail {
	position:relative;
	overflow:hidden;
	cursor: pointer;
}
#prodMainList .thumbnail:hover .search_icon i {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}
.search_icon i {
	background-color: #000;
	border-radius: 1.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	opacity: 0.6;
	position: relative;
	transform: translate3d(0px, 0px, 0px) scale3d(0.5, 0.5, 0.5);
	transition: opacity 200ms ease 0s, transform 150ms ease 0s;
	vertical-align: middle;
	width: 2.75rem;
}
.vertical-pos-helper {
	display: inline-block;
	height: 80%;
	vertical-align: middle;
}
.hover_dt .btn-primary, .hover_dt a {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
	padding: 15px 10px;
	width: 100%;
	display:inline-block;
	border-radius: 4px;
}
.hover_dt a:hover {
	background-color:#C2880E;
	border-color:#C2880E;
	color:#FFF !important;
	text-decoration:none;
}
.shop123_prodprice {
	color:#00aeef;
} /*00aeef*/
.shop123_prodpriceoffer {
	color:green;
}
.shop123_prodpriceold {
	color:red;
}
.shop123_prodstockstatustext {
	color:#777;
}
.shop123_prodsoldouttext {
	color2:red;
}
.shop123_proddeliveryitem {
	color:red;
}
.shop123_prodselecttype {
}
.shop123_proddetailquantity {
}
.shop123_proddetailquantity {
	display: inline-block;
	float: left;
	margin: 10px 0;
	width: 100%;
}
.shop123_proddetailquantity > label {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
}
.shop123_proddetailquantity > input {
	border: 1px solid #eee;
	height: 35px;
	text-indent: 5px;
}

.shop123_proddetailimg img {
	max-height: 30rem;
	text-align: center;
	display:inline;
}
.shop123_proddetailimg {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top:15px;
}
.shop123_proddetailtitle h1 {
	color: #212121;
	font-size: 34px;
	line-height: 46px;
	margin: 10px 0;
}
.shop123_proddetailtitle {
	/*border-bottom: 1px solid #ccc;*/
	display: inline-block;
	float: left;
	margin-bottom: 15px;
}
.shop123_proddetailinfo p {
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
}
.shop123_proddetailinfo > h3 {
	color: #00aeef;
	float: left;
	font-size: 32px;
	margin: 20px 0 10px;
	width: 100%;
}
.shop123_proddetailinfo > span {
	color: #989898;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.shop123_proddetailinfo > h6 {
	float: left;
	font-size: 13px;
	margin: 20px 0 0;
	width: 100%;
}
.shop123_proddetailinfo > h5 {
	color: #07aeef;
	font-size: 18px;
	margin-bottom: 30px;
}
.shop123_proddetailinfo .btn-primary {
	font-size: 22px;
	background-color:#000;
	margin-bottom: 10px;
	width: 100%;
}
.shop123_proddetailinfo .btn-default {
	background-color: #efefef;
	border-color: #efefef;
	color: #333;
	font-size: 22px;
	width: 100%;
}
.shop123_proddetailinfo i {
	margin-right:10px;
}
.product_about_data {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	float: left;
	margin-top: 25px;
	width: 100%;
	margin-bottom:15px;
}
.product_tabs_data {
	background-color: #f7f7f7;
	display: inline-block;
	float: left;
	padding: 10px;
	width: 100%;
	font-size:14px;
}
.product_tabs_data > h3 {
	font-weight: bold;
	margin: 15px 0 5px;
}
.product_tabs_data > p {
	color: #333;
	line-height: 24px;
}
.product_tabs_data > h2 {
	font-weight: bold;
	margin: 10px 0;
}
b {
	font-weight:bold;
}
.product_tabs_data li {
	line-height:24px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #000;
	border-color: #000 #000 transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	cursor: default;
}
.nav.nav-tabs a {
	background-color: #e4e4e4;
	color: #000;
}
.product_tabs_data .form-group > label {
	display: inline-block;
	float: left;
	margin: 10px 0 5px;
	width: 100%;
}
.product_tabs_data .form-group > img {
	width: 150px;
}
.product_tabs_data textarea {
	border: 1px solid #ccc;
	width: 100%;
}
.product_tabs_data .btn-default {
	background-color: #00aeef;
	border-color: #00aeef;
	color: #fff;
}
.arrow_dt {
	display:none;
}
/*=== Left Slider ===*/
.bx-controls-direction a::after {
	color: #fff;
	font-size: 1.875rem;
	left: -2px;
	line-height: 2.75rem;
	position: absolute;
	text-align: center;
	top: -4px;
	transition: text-indent 0.2s ease 0s;
	width: 2.75rem;
	z-index: 101;
}
.bx-prev::after {
	content: "\f104";
	text-indent: -3px;
}
.bx-next::after, .bx-prev::after {
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: inherit;
	text-transform: none;
}
.shop123_proddetailimg .bx-prev {
	left: 0;
}
.bx-controls-direction a {
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #fff;
	border-radius: 1.375rem;
	color: #fff;
	font-size: 1.375rem;
	height: 2.75rem;
	margin-top: -1.375rem;
	outline: 0 none;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: 100%;
	top: 50%;
	transition: opacity 0.2s ease 0s, transform 150ms ease 0s;
	width: 2.75rem;
	z-index: 100;
}
.shop123_proddetailimg .bx-next {
	right: 0;
}
.bx-next::after {
	content: "\f105";
	text-indent: 3px;
}
#bx-pager img {
	border: 1px solid #ccc;
	height: 90px;
	padding: 10px;
	width: auto !important;
}
#bx-pager .active > img {
	border:1px solid #5aF;
}
.readon-icon__container {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 150ms ease 0s;
	width: 100%;
}
.vertical-pos-helper {
	height: 100%;
	vertical-align: middle;
}
.fancybox:focus .readon-icon__container, .fancybox:hover .readon-icon__container {
	opacity: 1;
}
.fancybox:focus .readon-icon, .fancybox:hover .readon-icon {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}
.readon-icon {
	background-color: #000;
	border-radius: 1.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	opacity: 0.6;
	transform: translate3d(0px, 0px, 0px) scale3d(0.5, 0.5, 0.5);
	transition: opacity 0.2s ease 0s, transform 150ms ease 0s;
	width: 2.75rem;
}
.spacer {
	margin-top: 10px; /* define margin as you see fit */
}
/*========================== End Product Detail page Css =======================*/

/*===================== Start cart popup css =======================*/
.cart-notify {
	background-color: #fff;
	display: inline-block;
	float: left;
	width: 100%;
}
.modal-dialog {
	width:400px;
}
.cart-notify_left {
	background-color: #5CB85C;
	color: #fff;
	float: left;
	line-height: 105px;
	text-align: center;
	width: 15%;
}
.cart-notify_right {
	float: left;
	padding: 10px;
	width: 85%;
}
.cart-notify_right > #cartInfo {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.alert-box__footer a {
	color:#000;
	text-decoration:none;
}
.right {
	float: right;
}
#myErro .cart-notify_left {
	background-color:#F33;
}
#myModal2 .cart-notify_left {
	background-color:#00AEEF;
}
/*===================== End cart popup css =======================*/

/*==================== Start Footer Css ===================================*/

.ft_bg {
	background-color:#000;
}
.footer_menu li {
	display: inline-block;
}
.footer_menu {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.footer_menu li a {
	color:#FFF;
	padding:0 0.75rem;
	font-size:0.875rem;
	line-height:2.1875rem;
}
.ft_bg3{
	background-color: #000;
}
.ft_bg2 {
	/*background-color: #f9f9f9;*/
	padding-top:10px;
	padding-bottom:10px;
}
.footer_block {
	display: inline-block;
	float: left;
	width: 100%;
}
.footer_block h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.shop123_footer_content li {
	display: inline-block;
	float: left;
	width: 100%;
}
.ft_img {
	display: inline-block;
	width: 20%;
}
.ft_text {
	display: inline-block;
	vertical-align: top;
	width:78%;
	margin-top:5px;
}
.shop123_footer_content > ul > li > a {
	border-bottom: 1px solid #ccc;
	color: #000;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}
.shop123_footer_content label {
	font-size: 14px;
	margin-bottom: 7px;
}
.get_ps {
	border: 0 none !important;
	color: #b1b2b1 !important;
	text-align: right;
}
.footer_company-info > a, .footer_made-by.subtle > a {
	color: #b1b2b1;
}
.vis {
	border: 0 none !important;
	color: #b1b2b1 !important;
}
.socialicons {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.shop123_footer_content .socialicons li {
	display: inline-block !important;
	float: none !important;
	width:auto;
}
.shop123_footer_content .socialicons li a {
	font-size:30px;
	color:#777;
}
.fb:hover {
	color:#3B5998 !important;
}
.tw:hover {
	color:#00AEEF !important;
}
.google:hover {
	color:#F00 !important;
}
.instagram:hover {
	color:#2A5B83 !important;
}
.footer_company-info {
	color: #b1b2b1;
	font-size: 15px;
	padding: 25px 5px 10px;
	text-align: center;
}
.footer_made-by.subtle {
	color: #b1b2b1;
	font-size: 13px;
	padding-bottom: 20px;
	text-align: center;
}
/*==================== End Footer Css ===================================*/


/*==================== Star boxes for showing subcategories on category page  ===================================*/
.shop123subcatbox:hover::before, .shop123subcatbox:hover::after {
	opacity: 1;
}
.shop123subcatbox::before, .shop123subcatbox::after {
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: 1;
	left:0;
}
.shop123subcatbox::after {
	color: rgba(0, 0, 0, 0.65);
	content: "\f002";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1.875rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	left: 0;
	line-height: 1;
	margin-top: -0.9375rem;
	text-align: center;
	text-transform: none;
	top: 50%;
	vertical-align: middle;
	z-index: 2;
}
.shop123subcatbox-container {
	display: inline-block;
	float: left;
	margin: 15px 0;
	width: 100%;
	position:relative;
}
.shop123subcatbox-container .shop123subcatbox h1 {
	font-size: 16px;
	margin: 10px 15px;
	padding: 15px 0;
}
.shop123subcatbox-container .shop123subcatbox {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

/*==================== END boxes for showing special focus categories on index-page ===================================*/
/*==================== Start home page categories box ===================================*/
.img-caption img {
	width: 100%;
}
.img-caption figcaption {
	background: #777 none repeat scroll 0 0;
	border-radius: 0 0 4px 4px;	
	bottom: 3px;
	box-sizing: content-box;
	display: block;
	left: 0;
	padding: 12px 0 14px;
	position: absolute;
	text-align: center;
	transition: background-color 0.2s ease-in-out 0s;
	width: 100%;
}
.img-caption figcaption h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}
.img-caption figcaption span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	max-height: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	transition: max-height 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, padding 0.2s ease-in-out 0s;
}
.img-caption {
	display: block;
}
.img-caption:hover figcaption {
	background: #3ACF87 none repeat scroll 0 0;
}
.box_contant {
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
	margin-bottom:20px;
}
.img-caption:hover figcaption span {
	max-height: 50px;
	opacity: 1;
	padding: 0 0 4px;
}
/*==================== END home page categories box ===================================*/

/*==================== start mobile cart page start ===================================*/
.mobail_cart_collection.table-hover {
	display: none;
}
.costs_info {
	display: inline-block;
	width: 100%;
}
.costs_info li {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	float: left;
	width: 100%;
}
.costs_text {
	color: #787676;
	font-size: 18px;
}
.costs_text, .costs_total {
	border-right: 1px solid #cccccc;
	float: left;
	padding: 10px;
	width: 80%;
}
.costs_prise, .prise_total {
	float: left;
	padding: 10px;
	text-align: right;
	width: 20%;
}
.costs_data {
	background-color: #ffffff;
	border: 1px solid #656363;
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	width: 100%;
	margin-bottom:20px;
}
/*========= END mobile cart page end ===========*/

/*========= Start Login register css ===========*/

.login_data, .register_data {
	background-color: #fff;
	box-shadow: 0 0 2px 1px #ccc;
	display: inline-block;
	margin: 20px 0;
	padding: 15px;
	width: 100%;
}
.titlt {
	width:100%;
	display:inline-table;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
.titlt h2 {
	color: #23527c;
	font-size: 18px;
	padding: 5px 0;
}
.titlt p {
	font-size:14px;
	color:#777;
}
.login_data label, .register_data label {
	display: inline-block;
	margin-bottom: 5px;
	width: 100%;
}
.login_data .form-group > input, .register_data .form-group > input {
	border: 1px solid #eee;
	height: 34px;
	width: 100%;
}
.login_data .btn-default, .register_data .btn-default {
	background-color: #000;
	border-color: #000;
	color: #fff;
	margin-right: 5px;
}
.login_data .btn-default:hover, .register_data .btn-default:hover {
	background-color:#B1B2B1;
	border-color:#B1B2B1;
}
.register_data h4 {
	font-weight: bold;
	margin: 10px 0;
}
/*========= End Login register css ===========*/

/*=============== Start my account Css ==============*/
.my_account_shop123 {
	padding: 0 15px;
}
.my_account_shop123 h3 {
	font-weight: bold;
	margin: 10px 0;
}
.my_account_shop123 .shop123kundeside-lenke {
	background-color: #000;
	color: #fff;
	padding: 7px;
	text-decoration:none;
	display:inline-block;
	margin-bottom:5px;
}
.my_account_shop123 .shop123kundeside-lenke:hover {
	background-color:#B1B2B1;
	color:#FFF;
}
.my_account_shop123 p {
	margin-bottom: 10px;
}
.shop123head {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}
.my_account_shop123 td {
	padding: 5px 0;
}
.my_account_shop123 input {
	border: 1px solid #eee;
	height: 34px;
}
/*=============== End my account Css ==============*/

/*=============== Start Contact Us Css ========================*/

.title {
	border-bottom: 1px solid #eee;
	display: inline-block;
	float: left;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 100%;
}
#shop123contactformsuccess, #shop123contactformerror {
	display:none;
}
#shop123contactform > p {
	font-size: 14px;
	margin: 10px 0;
}
#shop123contactform .btn-group.btns-cart {
	margin-bottom: 20px;
}
/*=============== End Contact Us Css ========================*/

/* ========= Start cart hover box ===============*/

.cart_data li {
	width:100%;
}
.table td {
	padding:1px !important;
}
.cart_data {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #eee;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	display: inherit;
	min-width: 100%;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: left;
	top:30px;
	width: 280px;
	z-index:999999;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.55);
}
.row-cart {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.row-cart .cart-content {
	font-size: 14px;
	position: relative;
	text-align: left;	
}
.cart-content .product-name a {
	color: #4a4a51;
	font-size: 13px;
	text-transform: uppercase;
	width:50%;
	float:left;
}
.cart-price {
	float:right;
	width:50%;
}
.product-name.text-lef {
	margin-bottom: 5px;
}
.row2-cart {
	font-size: 14px;
	text-align: right;
	width: 100%;	
}
.row2-cart .text {	
	text-align: right;
	float:right;
}
.row2-cart .button-cart {
	display: inline-block;
	margin-top: 15px;
	width: 100%;
}
.row2-cart .button-cart a {
	background: #36a832 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #ffffff !important;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 6px 10px;
	text-transform: uppercase;
}
.row2-cart .button-cart .fa {
	margin-right: 5px;
	font-size:17px;
	color: #ffffff !important;
}


/* ========= End cart hover box ===============*/

/* ================== Start Common css ======================== */

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
/* ================== End Common css ======================== */

/* ========= End cart hover box ===============*/

/*============================ Start Responsive Css ===========================*/

/* Csart green round */
.shop123_basketicon .count {
    background: #36a832 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    left: 20px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 2px;
    position: absolute;
    text-align: center;
    top: -5px;
}
/* Left button and popup */
.sleeknoteElement > a {
  background-color: #009a33;
  color: #fff !important;
  display: inline-block;
  padding: 10px 45px;
  transform: rotate(90deg);
  text-decoration:none;
}
.sleeknoteElement > a:hover{
 color: #fff !important;
 text-decoration:none;
}
.sleeknoteElement {
  left: -111px;
  position: fixed;
  top: 50%;
  width: auto;
}
.sleeknoteBox {
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-position: -225px 0;
  background-repeat: no-repeat repeat;
  border: medium none;
  border-radius: 0;
  bottom: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.298);
  height: 379px;
  left: 10px;
  line-height: 20px;
  margin: 0;
  min-height: 379px;
  opacity: 1;
  padding: 30px;
  position: fixed;
  right: auto;
  top: 30%;
  visibility: visible;
  width: 438px;
  z-index: 10;
  display:none;
}
.box_data_info > h3 {
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.box_data_info p {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.left_data {
  float: left;
  width: 50%;
}
.sleeknoteBox img{ max-width:100%;}
.right_data {
  float: left;
  width: 50%;
}
.box_data_info .btn-default {
  background-color: #009a33;
  border-color: #009a33;
  color: #fff;
  padding: 12px;
  width: 100%;
}
.close_btn {
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 35px;
}
/* End Left button and popup */


/* fiter checkboxes start */
.checkbox {padding-left: 20px;}
.checkbox label {display: inline-block;	position: relative;	padding-left: 5px;}
.checkbox label::before {content: "";display: inline-block;	position: absolute;	width: 17px;height: 17px;left: 0;margin-left: -20px;border: 1px solid #cccccc;	border-radius: 3px;	background-color: #fff;	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;}
.checkbox label::after {display: inline-block;	position: absolute;	width: 16px;height: 16px;	left: 0;top: 0;	margin-left: -20px;	padding-left: 3px;padding-top: 1px;	font-size: 11px;	color: #555555;}.checkbox input[type="checkbox"] {	opacity: 0;}
.checkbox input[type="checkbox"]:focus + label::before {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
.checkbox input[type="checkbox"]:checked + label::after {font-family: 'FontAwesome';content: "\f00c";}
.checkbox input[type="checkbox"]:disabled + label {opacity: 0.65;}
.checkbox input[type="checkbox"]:disabled + label::before {	background-color: #eeeeee;cursor: not-allowed;}
.checkbox.checkbox-circle label::before {border-radius: 50%;}
.checkbox.checkbox-inline {margin-top: 0; margin-left:0px;}
.checkbox-success input[type="checkbox"]:checked + label::before {background-color: #5cb85c;border-color: #5cb85c;}
.checkbox-success input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox.checkbox-circle input[type="checkbox"]:checked + label::before {background-color: #5bc0de;  border-color: #5bc0de;  outline:none;}
.checkbox.checkbox-circle input[type="checkbox"]:checked + label::after {color: #fff;}
/* fiter checkboxes end */

@media screen and (max-width:1200px) {
.logo img {
	width: 100%;
}
.navbar-nav > li > a {
	font-size: 13px;
	line-height: 2.1875rem;
	padding: 0 8.5px;
}
.block_contant_info img {
	width: 100%;
}
.button.small.secondary {
	padding:10px 12px;
}
.get_ps {
	font-size:12px;
}
}
 @media screen and (max-width:991px) {
.search_box {
	margin-top:15px;
}
.user-nav {
	margin-top:18px;
}
.navbar-collapse {
	padding:0;
}
.navbar-nav > li > a {
	font-size: 10px;
	line-height: 2.1875rem;
	padding: 0 7px;
}
.footer_block {
	min-height:300px;
}
.footer_company-info {
	font-size:13px;
	line-height:18px;
}
.img-caption figcaption h3 {
	font-size:12px;
	line-height:12px;
}
.img-caption figcaption span {
	font-size:10px;
	line-height:10px;
}
}
@media screen and (max-width:767px) {
.arrow_dt {
	cursor: pointer;
	display: block;
	float: right;
	padding-right: 10px;
}
.sub_menu_item {
	position:relative !important;
	padding:10px 10px 10px 8px !important;
}
.sub_menu_item > li {
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
}
.menu .navbar-nav > li {
	border-bottom:1px solid #FFF;
}
.block_contant_info img {
	width: auto;
}
.block_contant_info > a {
	display: inline-block;
	width: 100%;
}
.logo img {
	width: 70%;
}
.logo {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.navbar-nav > li:first-child {
	border-left: 0 none;
}
.navbar-default .navbar-nav > li > a {
	border:0;
}
.navbar-nav {
	margin:0;
}
.navbar-nav > li > a {
	font-size:16px;
}
.modal-dialog, #myModal .modal-dialog {
	margin: 0 auto;
	width: 340px;
}
.cart-notify_left {
	line-height:110px;
}
.open .sub_menu_item {
	display:none;
}
.fixed {
	position:inherit;
}
#shop123_ordre_page_summary {
	width: 100%;
}
.mobail_cart_collection.table-hover {
	display: block;
}
.collection_add {
	float: left;
	width: 80%;
}
.close_img {
	float: left;
	width: 20%;
}
.veiw_icon {
	float: right;
	width: auto !important;
}
.coll_charg {
	display: none;
	float: left;
	width: 100%;
}
.costs_data {
	background-color: #ffffff;
	border: 1px solid #656363;
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.costs_info {
	float: left;
}
.costs_info {
	display: inline-block;
	width: 100%;
}
.costs_info li {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	float: left;
	width: 100%;
}
.coll_charg .costs_text, .coll_charg .costs_prise {
	font-size: 14px;
}
.coll_charg .costs_text, .coll_charg .costs_total, .coll_charg .costs_prise, .coll_charg .prise_total {
	padding: 5px;
}
.costs_text, .costs_total {
	width: 70%;
	float:left;
}
.costs_prise, .prise_total {
	width: 30%;
	float:left;
}
.cart_data, #show_cart_datas {
	display:none !important;
}
.shop123_basketicon .count {left:12px;}
.sleeknoteElement{ display:none;}
}
 @media screen and (max-width:479px) {
.productlist .col-xs-6, .ft_bg2 .col-xs-6 {
	width:100%;
}
.footer_block {
	margin-bottom: 20px;
	min-height: auto;
}
.shop123_proddetailimg img {
	max-height: 100%;
	text-align: center;
	width: 100%;
}
.shop123_proddetailtitle h1 {
	font-size:34px;
}
.shop123_proddetailinfo .btn-default, .shop123_proddetailinfo .btn-primary {
	font-size:15px;
}
.modal-dialog, #myModal .modal-dialog {
	width: 260px;
}
.cart-notify_right > h2, .alert-box__footer a {
	font-size:13px;
}
.cet_dt .col-xs-6, .box_data .col-xs-4 {
	width:100%;
}
}
/* ============================ End Responsive Css =========================== */

h1 {	
	border-bottom: 2px solid #eee;
	color: #666;
	font-size: 25px;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

/* cookie info */
.topInfo{position:relative}
.topInfo .alert{margin-bottom:0;border-radius:0}
.topInfo .message{text-align:left;font-weight:400;padding-right:50px}
.topInfo .message p{margin:0}
.topInfo .nonWarningClose{opacity:.8}
.topInfo .nonWarningClose:hover{opacity:1}
.topInfo .closeWarning{position:absolute;right:20px;font-size:20px;top:15px;cursor:pointer;color:#8a6d3b;text-shadow:0 -1px 0 black}
.topInfo .site-warning{color:#fff;background-color:#ea2425}
.inactiveLink{pointer-events:none;cursor:default}
@media screen and (min-width:767px){
	.topInfo .message{text-align:center}
	}
.isRunningOldBrowser .alert{margin-bottom:0}
.isRunningOldBrowser .message{text-align:center;font-weight:600;padding-right:50px}
.isRunningOldBrowser .message p{margin:0}.noScript .alert{margin-bottom:0}
.noScript .message{text-align:center;font-weight:600;padding-right:50px}
.noScript .message p{margin:0}

.nonWarningClose{width:20px;height:20px;display:inline-block;background-size:20px 20px;background-repeat:no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkE2NzQxN0EwRDFFMTFFNUJEMjA5RjA1QjY1NkE4MTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkE2NzQxNzkwRDFFMTFFNUJEMjA5RjA1QjY1NkE4MTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkzNjIyMzdENzE4QzExRTQ5QTYxRjQ0ODg1NTEwODUzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkzNjIyMzdFNzE4QzExRTQ5QTYxRjQ0ODg1NTEwODUzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Fqu9tQAAAjhJREFUeNqMlEtI1FEUh2em1Nz1cJFClJUbKxdBuNCV7hqFfKRt2giCCYo9nEBpEaSLKTXaFATVoo34wGhc5qYISnEx9gBdKLqwRUmrwMZHvwPfheufG3XgY+7/3HN/98y95554uqsqFrACcUUkxXlxCP+GmBfTYlRs9j56t2fh/oBYi0iL44G5w+I0MXdFrxj3A+JehvvEA9Hjzf8QM2KN72OiFmFnIyasTLejGaY9sXXRJ16KrUiWtuaqGBRHxXWxI27ZZIKgRnGD8WdRKV4ExGL4nhPzBd/N+93Vl5xgHtmZfRd1/MW4qAgIVjC3SuyG+4cSzTPBJnEKZ79YYfxQzLLIWT2+Eb6XxR3GZaIh4S2wnZ4xPic6RD63mCRuHN81Ysyeip+M6xKchdkb78wWRKvIUZMTnliOsrGYmG43RyWYVZpgsZe+b1MUtxMtYGwbvYrEurUlJrjrajJwAb8iN72FL2pu7Y4JfuPjRCQoSZaF9sSgEN/FSKxbu26CH/io9QrdDnySv7lJJTSL3+IAc2ct0EpFPzWs+2iCGe+dtnmX8gSBZppBxhO1uU/EtouDjDP2lm2Hr9SiFfYFajFOptlAYS9w9qVijmSWxJkEN5ciuIhsSlmQDVxAlrmTZO0aRcpKyL1lO5NhxuXs2vGX9ma+TmLK8Q1JbCrabVK87R52fSzu/Wf7uh1qsNu0ovdigLd5RFyOhW3RWpwym/hXxx7jCOq51WrvNVmffMtTfE0Se+yPAAMAwaSTERI29N4AAAAASUVORK5CYII=')}

/* fullwidth button mobile view */
@media (max-width: 768px) {
    .btn, .btn-group {
        width:100% !important;
    }
}
.gotobasket{
	margin-bottom:4px;
}

@media (max-width: 768px) {
  .btn-mobile {
    width: auto;
  }
  
.btn-mobile {
    width:100%;
    margin: 8px 0;
    font-size:18px;
    line-height:1.33;
    border-radius:6px;
    padding:10px 16px;
}  
}

/* Avoid wrapping CSS */
.navbar-nav > li > a{white-space:nowrap;}

/* NOTE: This file must not be edited or have custom webshop settings */




footer{
	color: #aaa !important;
	background: #313131;
	 font-size:14px !important;
	 padding:0 !important; 
}
footer h4{
	border-bottom: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 16px;
}
footer .column ul {
	margin-top:10px;
	font-size: 13px;
	list-style: none;
	padding: 0;
	line-height: 22px;
}
footer .column ul a{
	color: #aaa;
}

footer a, 
footer a:focus, 
footer a:active, 
{
	color:#aaa !important;
}

footer a:hover
{
	color:#fff !important;
}

footer  .copyright{
background-color:#000;
color:#ccc;
padding:20px;
font-size:11px;
font-weight:normal;
line-height:15px;
}  
footer a,footer a:hover{color: #aaa !important;}

#shop123_ordre_page_summary {margin-top:8px !important;font-size:14px !important;}
#shop123_ordre_page_summary .shop123_basketcell, #shop123_ordre_page_summary .shop123_basketcell_sum {padding:8px !important;}
.shop123_basketcell {padding:4px !important; border-bottom: 1px solid #ddd !important;}
.shop123cellbg {background-color:#666  !important;color: #fff !important;padding:4px !important; border-bottom: 1px solid #ddd !important; }


 

