/*-----COMMON---- */

@charset "UTF-8";
html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
    color: inherit;
    text-decoration: none;
    }

img {
    margin: 0px;
}

a img {
    border: none;
}

body {
	min-width: 100%;
    margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	border: 0px;
}

h1 {
    font-size:1.2em;
}

h2 {
    font-size: 1.2em;
}

#main {
  }
	
#content {
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	position:relative;
	margin: 0px;
	padding: 5px;
    background-color: white;
}

#container {
	font-size: 0.8em;
	position: absolute;
	top: 55px;

}

#sidebar_v {
	border-right: 1px solid grey;
    margin: 0px;
    background-color: white;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 0px 4px 4px 2px grey;

}

#sidebar_v.open {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    
      }



.clear {
	clear:both;
}

#sidebar_h {
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	background-color: white;
	border-top: 1px solid grey;
	}


.sidemenu {
	border-top: 5px solid grey;

}

#header {
	max-width: 100%;
	background-color: #8d0438;
    z-index: 2;
	padding: 5px 5px 0px 5px;
	position: fixed;
	height: 50px;
	left: 0;
	right: 0;
}

#otel {
	display: none;
}

#footer {
	background-color: white;
	width: 100%;
    border-top:1px solid grey;
}

.kategori {
	overflow: hidden;
	float: left;
	width: 150px;
    margin-top: 2px; 
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#messages ul {
    margin: 0em;
    -webkit-margin: 0em;
    padding-top: 1em;
    padding-after: 1em;
    -webkit-padding-before: 1em;
    -webkit-padding-after: 1em;
    background-color: #99cc66;
}

.klasslist {
    margin: 5px;
    padding: 0px;
    
}

ul ul {
    margin-left: 7px;
    border-left: 1px solid grey;
    padding: 0px;
    position: relative;
    }

.current {
    font-weight: bold;
    background-color: #dadcdd;
}

.klasslist li {
    list-style-type: none;
    position:relative;
    line-height: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}

.klasslist a {
    padding-left: 0.8em;
    color: black;
    text-decoration:none;
}

.klasslist li:hover {
    background-color: #8d0438;
    color: white;
}

.klasslist li:hover a {
    color: white;
}

.klasshighlight {
    font-weight: bold;    
}



.sidebox {
	margin: 1em;
	padding: 5px;
	background-color:#dadcdd;
	font-size: 0.8em;
	width: 170px;
}

.sidebox h2 {
	margin: 0.5em 0 0.5em 0;
    color: #8d0438;
    position: relative;
    }

.sidebox table {
    padding-bottom: 10px;
}

.sidebox table {
    
}

#socialshare {
	order: -1;
}

/*-----HEADERMENY---- */

#menu {
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
    width: 40px;
    height: 40px;
   	float: left;
}

#logotyp {
	position: absolute;
	background-image: url(/images/sargentalogo.gif);
	background-repeat: no-repeat;
	background-size: 144px 30px;
	left: 25%;
	top: 10px;
	width: 180px;
	height: 40px;
	float: left;
}

#searchbutton {
    position: absolute;
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
    height: 40px;
    float: right;
    right: 10px;
}

.dropdown {
	font-size: 0.8em;
	display; block;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.dropdown a {
    color: white;
    font-family: arial;
}
    
#kundkorg {
	right: 0;
	left: 0;
	padding: 5px;
    background-color: lightgrey;
 }

#loginnamn {

}

#korgkassa {
}

#logintext {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.login input {
	width: 170px;
 }

#statement {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

#flagga {
    float: right;
    position: relative;
    right: 5px;
    top: 5px;
}

/*-----FOOTER---- */



.footer_text {
    font-size: 0.8em;
	float: left;
    margin-left: 2px;
    padding-left: 2px;
	width: 200px;
}

/*-----BREADCRUMS---- */
#breadcrums {
	border-bottom:1px #ddd solid;
	padding-bottom:4px;
}
#breadcrums ul {
	margin:0;
	padding:0;
}
#breadcrums li {
	margin:0;
	padding:0;
	display:inline-block;
    color: grey;
}
#breadcrums span {
	margin:0;
	padding:0px 10px 0 0;
	display:block;
}

/*-----FÖRSTASIDAN---- */

#utvalt {
	width: 100%;
	margin: 5px;
	padding: 5px;
	overflow: auto;
	background-color: #F0F0F0;
}

#utvalt h1 {
	margin:0px;
	color: #820731;
}

.utvaltbildram {
float:left;
width:40px;
height:40px;
margin-right:5px;
margin-bottom:5px;
border:1px solid grey;
background-color: white;
}

.utvaltbildram img {
display: block;
max-width: 40px;
max-height: 40px;
width: auto;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}

.utvaldart {
background-color: #F0F0F0;
padding: 5px;
margin-top:10px;
margin-bottom:10px;
float: left;
color:#820731;
width: 90%;
}

.kategori img {
    margin: 0px;
    border: 0px;
}

.kategori h1 {
	font-size: 0.8em;
    margin: 0px;
    padding-left: 5px;
    color: #FFF;
    background-color:#8d0438;
    position: relative;
    top: -0px;
}

.kategori p {
    font-size: 0.7em;
    margin-top: 0.5em;
}

.kategori a {
    color: black;
    text-decoration:none;
}

#smallkatcont {
	width: 100%;
}

.smallkategori {
    width: 140px;
    height: 160px;
    margin: 5px;
    float: left;
    overflow: hidden;
}
.smallkategori img {
	display: table;
	width: 140px;
	height: 70px;
}

.smallkategori h2 {
	background-color: #ddd;
    margin: 0px;
    padding-left: 5px;
    position: relative;
    top: -0px;
}

.smallkategori p {
    font-size: 0.9em;
    margin-top: 0.5em;
}

.smallkategori a {
    color: black;
    text-decoration:none;
}


/*-----LISTVIEW---- */

.listrow {
    border-top: 1px solid grey;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
}

.listrowbild {
    border: 0px;
    width: 50px;
    height: 45px;
    float: left;
    margin: 5px;
}

.nyhetsbild {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    background-image: url(/images/ny.png)
}

.nyhetsbild_artikelview {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 2;
    background-image: url(/images/ny_stor.png)
}

.listrowbild a {
    border: 0px;
}

.listrowtext {
	width: 100%;
    text-decoration: none;
   	float: left;
}

.listrownamn {
    font-weight:bold;
}

.listpris {
	float: left;
}

.listbuy {
   	float: left;
}

input {
	margin: 2px;
	padding: 5px;
	border: 1px solid grey;
}

#listfooter {
    border-top: 1px solid grey;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

/*-----ARTIKELVIEW---- */

#artikeltext {
    margin-bottom: 1.2em;
}

#artikelbild {
	position: relative;
	border: 1px solid grey;
    float: left;
    overflow: hidden;
    width: 80%;
    height: auto;
}

#artikelbild img {
    vertical-align: middle;
    margin: auto;
}

.nyhetsbild_artikel {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-image: url(/images/ny_stor.png)
}

.artikelbild_zoomtext {
	position: relative;
	top: 1.5em;
    font-size: 0.8em;
	float: right;
    margin-left: 2px;
    padding-left: 2px;
	width: 200px;
}

#artikelpris {
	margin: 5px;
    float: left;
}

#artikelpris table {
}

#artikelpris h2 {
    margin: 0px;
}

#artikelmetall {
    margin-top: 10px;
    float: left;
}

#artikelmetall h2 {
    margin: 0px;
}

#artikelcalc {
    float: right;
}

#artikelcalc h2 {
    margin: 0px;
    }

#delningsruta {
	margin-top: 10px;
	float: right;
}
   
   
#next {
	position: absolute;
	width: 20px;
	padding-top: 60px;
	height: 100%;
	top: 0;
	right: 0;
    z-index: 1;
	background-color:rgba(255,255,255,0);
	transition: background-color 0.6s;
}


#next:hover {
	background-color:rgba(255,255,255,0.5);
}


#prev {
	position: absolute;
	width: 20px;
	height: 100%;
	padding-top: 60px;
	top: 0;
	left: 0;
	z-index: 1;
	background-color:rgba(255,255,255,0);
	transition: background-color 0.6s;

}

#prev:hover {
	background-color:rgba(255,255,255,0.5);
}
	
.hidden {
	display: none;
	position: relative;
	left:-1000px;
}

.shown {
	display;  table-cell;
	position: relative;
	left: 0px;
}
#related {
width: 100%;
}

#related a {
	text-decoration: none;
}

#related img {
	width: 50px;
}

#related table {
	border-spacing: 0px;
}
	
#related td {
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
}

#related tr:nth-child(even) td {
	background: #dadcdd;
}

#related tr:nth-child(odd) td {
	background: #FFF;
}

#dokument {
width: 100%;

}

#dokument a {
	text-decoration: none;
}

#dokument table {
	border-spacing: 0px;
}
	
#dokument td {
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
}

#dokument tr:nth-child(even) td {
	background: #dadcdd;
}

#dokument tr:nth-child(odd) td {
	background: #FFF;
}
    
/*-----BILDVIEW---- */

.bildartikel {
    width: 150px; 
    border-bottom: 1px #ddd solid; 
    float:left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
}

.bildartikel figure {
	margin: 0;

}

.bildartikel img {
	width: 120px;

}

.bildartikeltext {
    margin-top: 10px;
    font-size: 0.8em;
}

.bildartikelpris {
    height: 15px;
    font-size: 0.8em;

}

.bildartikelbuy {
}

#bildviewheader {
    height: 15px;
}

.pageing {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.viewselect {
	width: 100%;
}

.last {
	padding: 5px;
	float: left;
	background-color: LightGrey;
}

.next {
	padding: 5px;
	position: absolute;
	right: 5px;
	float: left;
	background-color: LightGrey;
}


.sidor {
	padding: 5px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
/*-----KUNDTJÄNST---- */

.contentcomplete {
    background-color: white;
    padding: 10px;
}

.katalog {
    width: 150px;
    float: left;
    display: inline-block;
    padding-left: 15px;
}

.notatruta {
	padding: 10px;
	border-radius: 4px;
	background-color:#FAFFB0;
	box-shadow:3px 3px 5px #CBC6C6;
}

/*-----SLIDESHOW---- */
.slide {
	position:relative;
	margin:5px;
	overflow:hidden;
}
.slide .slide-item-list {
	display:block;
	margin:5px;
	padding:0;
	position:absolute;
	right:0;
	bottom:0;
}
.slide .slide-item-list li {
	display:block;
	padding:2px 6px;
	background:rgba(255,255,255,0.7);
	float:left;
	margin:2px;
	cursor:default;
}
.slide .slide-item {
	display:none;
	overflow:hidden;
}
.slide .slide-item.active {
	display:block;
}

#registrera {
	display: block;	
	}

#registrera table {
	max-width: 100%;
	width: 100%;
	cellpadding: 10px;
	valign: top;
}

#registrera td {
	margin: 0px;
	padding: 1px;
	vertical-align: top;
}

.checkoutbox {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.checkoutinfo {
	width: 200px;
	margin: 5px;
	float: left;
}

.checkoutlist {
	clear:both;
}


