/* Top text banner */
#texbar {
	background: #ff0000;
  font-weight: 700;
}

/* Z-Placering */
.tws-container--tws-articles-two .tws-container--tws-articles-two-type-grid{
	z-index: 0;
}


/*Popuppruta varukorg*/
.modal .tws-articles-two .tws-article-list--list  {
	display: none;
}

/* Bakgrundsfärg Top Bar */
.hajde--top-bar {
  display: none;
/*	background: #ff0000!important; */
}

.slot--header-horizontal-menu {
  background: #e4e6e6!important;
}

.slot--header-horizontal-menu .navbar-nav> li a {
  color: #000!important;
}

.btn {
  border-radius: 6px;
}

/* Centrerar menyn */
@media only screen and (min-width: 992px){
    .tws-top-menu .navbar-collapse .navbar-nav {
    text-align: center;
  }
}

/* Horisontell tonplatta bilder startsida */
 .tws-content-box--table {
	width: 100%;
  height: 70%;
  background-color: rgba(255,255,255,.7);
  position: absolute;
  top: 65%;
  min-height: 10%;
  max-height: 35%;
}

.hajde--start-page .hajde--component-container .tws-content-box--table .tws-content-box--first-line {
  color: #140a9a;
}
.hajde--start-page .hajde--component-container .tws-content-box--table .tws-content-box--second-line {
  color: #333;
  text-shadow: none;
}

/* Placering av kampanjruta */
.hajde--start-page .tws-container--tws-articles-two {
	margin: 60px 0 60px 0;
}

/* Fontstorlek för text på plattor startsida */
@media only screen and (min-width: 1024px){
  .hajde--start-page .hajde--component-container .tws-content-box--table .tws-content-box--second-line {
    margin: 5px 140px;
  }
}

/* Bakgrundsfärg på varukorg */
@media only screen and (min-width: 992px){
  .slot--header-cart .tws-mini-cart--header-cart-button {
  background: #a5abaf; 
  }
}

/* Fontstorlek för text på plattor startsida */
@media only screen and (min-width: 700px){
	.hajde--start-page .tws-container--tws-content-box .tws-content-box--second-line {
	font-size: 15px;
  }    
}
/* Andra nivå på menyn */
@media only screen and (max-width: 699px){
	.hajde--start-page .tws-content-box--second-line {
    visibility: hidden;
  }
}

/* Fontstorlek för text på plattor startsida */
@media only screen and (max-width: 399px){
  .hajde--start-page .hajde--component-container .tws-content-box--table .tws-content-box--first-line{
  	font-size: 15px;
  }
}


.hajde--start-page .hajde--component-container .tws-content-box--table {
	padding: 10px 10px 10px 30px;	
}

.hajde--start-page .hajde--component-container .tws-content-box--table .tws-content-box--first-line {
  text-shadow: none;
}

hr.komatsufront {
  border-top: 1px solid black;
}

.hajde--start-page .tws-articles-two--heading .tws-util-heading--heading {
  letter-spacing: 0px;
}


.hajde--start-page .tws-container--tws-content-box {
	margin: -20px 0 0 0;
}

/* Lagerstatus färg */
.tws-article-stock-shipping--stock-info {
	color: red;
}