@charset "utf-8";


/****** LAST UPDATES *******/





/*************************** Brand logos postition left *****************************/
.cat_brand_logo {
	display: flex;
}


/******* FIX the font in the body ****************/

body {
 margin:0;
 padding:0;
 color:#58595b;
 font-family: verdana,Arial,Helvetica,sans-serif !important;
 line-height:1.4;
 font-size:14px
}

/******************************************* CHANGE THE COLOR-DOTS ON THE MIG/PRODUCT PAGES **************************************************/
.color_swatch_list ul {
    width:auto;
}

.miniListViewBlock ul {
    float: left !important;
}

/************************** LOGIN CHECK USER MAIL ********************************/

/* remove the NEWSLETTER Checkbox */
#WC_BuyerRegistrationAddForm_div_newsletter{
   display: none;
}
/*******************************************MENU**************************************************/
@media (min-width: 801px) {
.shortMenu {
    height: 558px;
	}
}



/* Fix for the non react menu */

.banner_menu #headerRow2 {
    max-width: 1200px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#selfcare_link a:nth-of-type(1):before, .CategoriesBar__RightAlignedBlock-ihGCXO.iuPtgB a:nth-of-type(1):before {
    content: '';
    background: url(https://www.witre.se/contentWSW/image/icon/icons-search.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#selfcare_link a:nth-of-type(2):before, .CategoriesBar__RightAlignedBlock-ihGCXO.iuPtgB a:nth-of-type(2):before {
    content: '';
    background: url(https://www.witre.se/contentWSW/image/icon/icons-info.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#selfcare_link a:nth-of-type(3):before, .CategoriesBar__RightAlignedBlock-ihGCXO.iuPtgB a:nth-of-type(3):before {
    content: '';
    background: url(https://www.witre.se/contentWSW/image/icon/icons-phone.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


@media  (min-width: 991px) {
  #headerRow1 {    
    height: 92px;
  }
  #logo .menutab-produkt-lista-a-o {    
    top: 94px;    
    left: 275px;    
    margin-top: 0px !important;
  }
  #logo a {    
    margin-top: 10px;    
    margin-left: 0;
  }
  #searchBar {    
    margin-top: 24px;
  }
  #searchTermWrapper {    
    padding-left: 12px;    
    padding-top: 5px;
  }
  div#departmentsMenu-Block {    
    margin-top: 12px;
  }
  div#MS_Menu_Right {    
    margin-top: 12px;    
    left: 452px;
  }
  div#selfcare_link a {    
    margin-left: 10px;
  }
  div#manutan-cartArea {    
    top: 0;
  }
}

@media  (min-width: 992px) {
  #logo img {    
    width: 220px;
  }
  #headerRow2 {    
    height: 62px;
  }
}
/******************************** Menu list in mobile version ****************************/
@media (max-width:991px) {

#departmentsMenu a {
    font-size: 20px;
}
#MSMenuRightMobile a {
    font-size: 20px;
}
#belowmenu a {
    font-size: 20px;

}
ul#belowmenu {
    border-bottom: solid 3px #dadada;
    	-webkit-box-shadow: rgb(119, 119, 119) 0px 4px 6px -6px;
		box-shadow: rgb(119, 119, 119) 0px 4px 6px -6px;
}
}

/**************************************** Below Menu  *****************************************/
/**************** menu list brand and product list **********************/ 
#belowmenu {
padding-left:0px;
margin-left: 0px;
border-top: 1px solid #e8e8e8;
margin-top: 21px;
background-color: #f5f5f5;
border-bottom: 1px solid #e8e8e8;
}


#belowmenu li {
list-style: none;
margin: 0;
padding:13px 10px;
}

#belowmenu li  a {
text-decoration: none;
}

#belowmenu li:hover {
background: #e8e8e8;
}

/**************************************** Below Menu  *****************************************/




/* Category menu colored border on the left*/

/* 

li#departmentA {
	border-left:solid 4px #d0dc00 ;
	border-bottom: 1px solid #eef1c6;
}

li#departmentB {
	border-left:solid 4px #FDB539 ;
	border-bottom: 1px solid #ffe8c8;
}
li#departmentC {
	border-left:solid 4px #32A19C ;
	border-bottom: 1px solid #cbdddd;
}
li#departmentD {
	border-left:solid 4px #59ADD8 ;
	border-bottom: 1px solid #cfe4f7;
}
li#departmentE {
	border-left:solid 4px #8D2DB1 ;
	border-bottom: 1px solid #cbb8d8;
}
li#departmentF {
	border-left:solid 4px #E00885 ;
	border-bottom: 1px solid #f8c8de;
} 

*/
/**************************** Loggin and Loggout button design ****************************************/


#myAccountDropdown a.myAccountDropDown-Logoff {
    width: 90%;
}
#myAccountCartAreaLink.btn-default {
background-color: #66ac3d !important;
border-color: #71bf44 !important;
font-weight: bold;
    text-transform: uppercase;
}
#myAccountCartAreaLink.btn-default:hover {
    background-color: #66ac3d;
    border-color: #71bf44;
      text-decoration: underline;
}
#myAccountCartAreaLink.myAccountDropDown-Logoff {
        text-transform: uppercase;
background-color: #eda219;
border-color: #eda219;
font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
 
    white-space: nowrap;

    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********************************* hover effects *********************************************/
/* Grow */
	.hvr-grow {
	  display: inline-block;

	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	}
	.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
		z-index: 2;
	}



/************* campaign banner espot responsive ************************/
.div-banner-c1 img{
		margin-left:auto; 
		margin-right:auto; 
		margin-bottom:20px; 
		display:inline-block; 
		width:100%
	}

.div-banner-c1 p{
	position: absolute;
  right: 5%;
  top: 30%;
  font-size: 200% !important;
  text-align: center;
  max-width: 40%;
  
	}

.div-banner-c1 span{
		font-weight: bold;
	}
@media screen and (max-width: 700px) {
	
.div-banner-c1 p{
	position: absolute;
  right: 5%;
  top: 20%;
  font-size: 120% !important;
  text-align: center;
  max-width: 50%;
  
	}
}

/******************* top menu tab *********************************/
#MS_Menu_Right:hover, #myCategoryLabel:hover, .produkt-lista-a-o:hover {
 text-decoration: underline;
   
}

/**************** A-Ö orange button *******************************/

#MS_Menu_Right {
  left : 458px;
  background-color : rgb(223, 32, 39);
}

.produkt-lista-a-o {
  position : absolute;
  top : -55px;
  z-index : 10;
  width : 155px;
  height : 50px;
  border-top-left-radius : 5px;
  border-top-right-radius : 5px;
  line-height : 3.5;
  font-weight : bold;
  text-align : center;
	text-decoration: none;
  background-color : rgb(252, 176, 64);
  left : 285px !important;
  color : rgb(255, 255, 255) !important;
}
@media screen and (max-width: 991px) {
  #below_menu_img, .menutab-produkt-lista-a-o {
    display : none;
  }
}


/******************** menu image position ************/
#below_menu_img {
    width: 100%;
    height: 100% hidden;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/******************** colored lable positioned on the right of the main menu dropdown************************/

.categoryAsideContent {
	position: relative;
	padding-right:50px;
	

}

#departmentGMC01702 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-1-label-lager-NO.png');
}
#departmentGMC01705 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-2-label-verkstad-NO.png');
}
#departmentGMC01706 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-3-label-pack-NO.png');
}
#departmentGMC01701 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-4-label-kontor-NO.png');
}
#departmentGMC01704 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-5-label-avfall-NO.png');
}
#departmentGMC01700 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-6-label-sakerhet-NO.png');
}
#departmentGMC01703 > div[id^='departmentMenu_'] div.categoryAsideContent:after {
	position: absolute;
	top:0; 
	right:-2px;
  	content: url('/contentWNO/image/Global/dropdown-menu/category-labels/category-7-label-utemiljo-NO.png');
}


/* colored border positioned on the right and bottom of the main menu dropdown*/

#departmentGMC01702 > div[id^='departmentMenu_'].departmentMenu {
  /* border-bottom: 2px solid #d0dc00 ;*/
   border-bottom: 0px solid #ffffff ;
   border-right: 2px solid #fddaa0 
; 
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #fdb642 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #fdb642 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #fdb642 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#fdb642));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #fdb642 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #fdb642 100%);
}
#departmentGMC01705 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #FDB539;*/
	border-bottom: 0px solid #ffffff;
	border-right: 2px solid #f69e9a; 
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #ed4039 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #ed4039 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ed4039 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ed4039));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #ed4039 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #ed4039 100%);
}
#departmentGMC01706 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #32A19C;*/
	border-bottom: 0px solid #ffffff;
	border-right: 2px solid #e58ec3; 
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #c32186 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #c32186 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #c32186 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#c32186));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #c32186 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #c32186 100%);
}
#departmentGMC01701 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #59ADD8;*/
	border-bottom: 0px solid #ffffff;
	border-right: 2px solid #cca4d9; 
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #9a4bb8 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #9a4bb8 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #9a4bb8 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#9a4bb8));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #9a4bb8 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #9a4bb8 100%);
}
#departmentGMC01704 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #8D2DB1;*/
	border-bottom: 0px solid #ffffff ;
	border-right: 2px solid #91d4ef; 
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #23aae1 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #23aae1 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #23aae1 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#23aae1));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #23aae1 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #23aae1 100%);
}
#departmentGMC01700 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #E00885;*/
	border-bottom: 0px solid #ffffff ;
	border-right: 2px solid #95ccc9; 
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #2c9993 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #2c9993 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #2c9993 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#2c9993));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #2c9993 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #2c9993 100%);
}
#departmentGMC01703 > div[id^='departmentMenu_'].departmentMenu {
	/*border-bottom: 2px solid #E00885;*/
	border-bottom: 0px solid #ffffff ;
	border-right: 2px solid #deea96; 
	
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 100%, 0 0 ;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 5px;
  -o-background-size: 100% 5px;
     background-size: 100% 5px;
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #bdd539 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #bdd539 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #bdd539 100%);
  background-image:  -webkit-gradient(linear, left top, right top, from(#ffffff), to(#bdd539));
  background-image:  -webkit-linear-gradient(left, #ffffff 0%, #bdd539 100%);
  background-image:  linear-gradient(to right, #ffffff 0%, #bdd539 100%);
}

/************************** USP start *******************************/
.usp-menu {
    width: 100%;
    height: 45px;
   font-size: 12px;
-webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
     display: flex;
     -webkit-align-items: center;/*self-end*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;/*self-end*/
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
justify-content: space-around;
    	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.usp-menu_item {
    position: relative;
    width: 25%;
    height: 35px;
    z-index: 1;
 
}

.usp-menu_item-section-img {
    display: inline-block;
    float: left;
   
}
.usp-menu_item-section-img img {
    max-width: 50px;
     width: 80%; 
}
.usp-menu_item-section-text {
    display: inline-block;
	padding-top: 10px;
    padding-left: 10px;
    float:left;
    width: 78%;
}
.usp-menu_item-section-text p {
 margin-bottom: 5px;
}
.usp-menu_item-section-text p.usp-title{
font-weight: bold;   
}
.usp-menu_item-section-text p.usp-description {
 display: none;
}
/*.usp-menu_item:before{

          content:"|";
          height:100%;
          font-size:1.6em;
          color:#d7d7d7;         
       }*/

@media only screen and (max-width : 1024px) {

}
@media only screen and (max-width : 800px) {
	
.usp-menu_item-section-text p.usp-description-home {
 display: none;
}
.usp-menu_item-section-text {
    padding-top: 10px;
    padding-left: 20px;

} 
}

@media only screen and (max-width : 700px) {

.usp-menu>:first-child>:first-child {
    margin-left: 0px;
}
.icons {
    margin-left: 0px;
}



.usp-menu_item:before {
    content: "";
    display: none;
}
}

@media only screen and (max-width : 500px) {
.usp-menu {
    display: none;
}
}


/***** USP France ****************/

.universal-usp {
 font-family:Verdana,Arial,Helvetica sans-serif;
 font-size:13px;
 position: relative;
margin: auto;
height:auto;
max-width: 1170px;
padding: 0px 0px 5px 0px;

}
.universal-usp a {
 display:block;
 text-decoration:none;
 color:#838383;

}
.universal-usp ul li:not(:last-child) a {

 border-right: solid 1px #dadada;
}
.universal-usp a:hover {
 color:#71bf44;

}
.universal-usp:after {
 content:"";
 display:block;
 clear:both
}
.universal-usp ul {
 list-style:none;
 padding:0;
 margin:0;
}
.universal-usp ul li {
 position:relative;
 float:left;
 width:25%;
 text-align:center;
 padding:5px 0;
}
.universal-usp ul li .icon-wrap, .productpage-usp ul li .icon-wrap {
 display:inline-block;
 vertical-align:middle;
 background-image:url(https://www.witre.dk/contentWDE/image/Global/USP/spritesheet-universal-usp.png)
}
.universal-usp ul li .icon-wrap {
 width:35px;
 height:35px;
}
.universal-usp ul li .icon-wrap.usp-quotation {
 background-position:-5px -5px;
 margin-right:10px
}
.universal-usp ul li .icon-wrap.usp-ref {
 background-position:-50px -50px;
 margin-right:10px
}
.universal-usp ul li .icon-wrap.usp-delivery {
 background-position:-5px -50px;
 margin-right:10px
}
.universal-usp ul li .icon-wrap.usp-warranty {
 background-position:-50px -5px;
 margin-right:10px
}
@media screen and (max-width: 960px) {
 .universal-usp ul li {
  width:48%;
  text-align:left;
  padding-left:10px
 }
 .universal-usp ul li:nth-child(1),
 .universal-usp ul li:nth-child(2) {
  margin-bottom:10px
 }
}
@media screen and (max-width: 480px) {
 .universal-usp {
  display:none
 }
}
/************************** USP Product Page *********************/
.productpage-usp {
  margin:0;
  padding:0;
  margin-left: -39px;
}
.productpage-usp ul {
  list-style: none;

}
.productpage-usp ul li:first-child {
border-top: solid 1px #dddddd;
  padding-top: 10px;

}
.productpage-usp ul li {
    width: 100%;
      padding-left: 20px;
      padding-top:5px;
border-bottom: solid 1px #dddddd;
}

.productpage-usp ul li .icon-wrap {
background-size : 280%;
 width:25px;
 height:25px;

}
.productpage-usp ul li .icon-wrap.usp-delivery {
 background-position:-5px -41px;
 margin-right:10px
}
.productpage-usp ul li .icon-wrap.usp-warranty {
 background-position:-5px -3px;
 margin-right:10px
}
.productpage-usp ul li .icon-wrap.usp-freereturn {
 background-position:-40px -5px;
 margin-right:10px
}
/************************** USP end *******************************/ 



/************************** Dropdownheroes start *******************************/

.menu-dropdownheroes {
 padding-top:20px;
}
.menu-dropdownheroes .box-dropdownheroes img, .menu-dropdownheroes img.private-label{
 margin: 0 !important;
}
.box-dropdownheroes {
 font-family:verdana,sans-serif;
 width:270px;
 height:160px;
 position:relative;
 border:1px solid #d5d6d5;
 margin-bottom:10px;
	background-color:#ffffff;
}
.box-dropdownheroes img.imageDDH {
 position: absolute;
 left: 0px;
 top: 0px;
}
.box-dropdownheroes img.brandlogoDDH {
 position: absolute;
 left: 3px;
 bottom: 3px;
     max-height: 30px;
    max-width: 80px;	
}
		
	
.box-dropdownheroes .ribbonMenu {
 color:#fff;
 width:135px;
 margin-top:5px;
 position:relative;
 text-transform:uppercase;
 margin-left:-10px;
 float:left;
 clear:both;
 background-color:#f9b234;
}
.box-dropdownheroes div.ribbonMenu.price-kampanj {
 background-color:#db1516;
}
.box-dropdownheroes .ribbonMenu h3 {
 margin:0 12px;
 color:#FFF;
 padding:5px;
 font-size:12px
}
/*div.left_ribbonMenu::before {
 display:block;
 width:9px;
 height:0;
 position:absolute;
 bottom:-10px;
 left:0;
 content:"";
 border-bottom:10px solid transparent;
 border-right:10px solid #0f4c5f
}*/
.box-dropdownheroes .text-block {
 position:absolute;
 top:5px;
 right:0px;
 width:135px;
 color:#000000;
}
.box-dropdownheroes .text-block p {
 margin:0;
 font-weight:lighter;
 font-size:11px;
}
.box-dropdownheroes h4.title-box-dropdownheroes {
margin: 0px;
 font-size:12px;
 line-height:15px;
 font-weight:bold;
 height:31px;
 overflow: hidden;
}
.box-dropdownheroes p.description-box-dropdownheroes {
 line-height:16px;
 font-size:11px;
 height:45px;
 overflow: hidden;
 margin-top:5px;
}
.box-dropdownheroes p.price-bestseller {
 font-size:14px;
 font-weight:bold; 
}
.box-dropdownheroes p.price-kampanj {
 font-size:14px;
 font-weight:bold;
 color:red;

}
.box-dropdownheroes p.price-kampanj span {
 color:#000000;
 text-decoration:line-through;
 font-weight:lighter;
 font-size:10px;
}
.box-dropdownheroes p.price-bestseller span, .box-dropdownheroes img.NObrandlogoDDH{
 display: none;
}
.box-dropdownheroes .box-dropdownheroes-button {
 text-decoration:none;
 position:absolute;
 right:8px;
	bottom: 8px;
 background:#70bd49;
 text-align:center;
 color:#FFF;
 padding:8px;
 font-size:12px;
 width:125px
}
.box-dropdownheroes	img.dropdownheroes-promotion {
 margin:0;		
}

.box-dropdownheroes-promotion {
 font-family:verdana,sans-serif;

 position:relative;
 border:1px solid #d5d6d5;
 margin-bottom:10px;
}
.box-dropdownheroes h4.title-box-dropdownheroes-promotion{
 margin: 10px 0px 0px;
 font-size:13px;
 line-height:15px;
 font-weight:bold;
 height:31px;
 overflow: hidden;
}
.box-dropdownheroes p.description-box-dropdownheroes-promotion {
 line-height:14px;
 font-size:11px;
 height:70px;
 overflow: hidden;
 margin-top:15px;
}
.box-dropdownheroes img.image-promotion {
 position: absolute;
 left: -1px;
 top: -2px;
	background-color:#ffffff;
}	
/************************** Breadcrumb START *******************************/ 
div#widget_breadcrumb {
    margin-top: 20px !important;
    margin-left: 0px !important;

}
div#widget_breadcrumb ul li:first-child div::before {
    content: "Du er her:";
    font-weight: bold;
    margin-right: 15px;

}
div#widget_breadcrumb ul li:first-child div::before a:hover {
       text-decoration: none;
}

div#widget_breadcrumb > ul li span.divider {
   color: #fff;
    margin-left: 2px;
}
div#widget_breadcrumb > ul li span.divider::after {
    font-family: Arial;
    content: "»";
    color: #000;
    font-size: 16px;
}
/************************** Breadcrumb END *******************************/ 

/**************** Campaign global start **********************************/

/* text banner activity */
#text-campaign-banner { 
	width:100%; 
	position:relative; 
	text-align:center; 
	background: #df2027;
	padding:0.80rem; 
	color:white; 
	font-size:1.4em; 
	opacity: 1;
}
a.text-campaign-banner-link {
	text-decoration: none;
}

#text-campaign-blackfriday { 
	width:100%; 
	position:relative; 
	text-align:center; 
	background: #000000;
	padding:0.80rem; 
	color:white; 
	font-size:1.4em; 
	opacity: 1;
}

/****************************** Cart Page *******************************/

#deliveryServicesLinkZone {
	display: none;
}
/******************************* A to Ö category list *****************************/
#product-list {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana;
    color: #000000;
    max-width: 1170px;
}
#product-list h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
#portfoliolist .portfolio {
    display: none; /*************** VERY IMPORTANT !!! this hide all the box that are shown thanks to the tag manager javascript. ***************************/
}
.column-listpage-container {
    /*	display:-ms-grid;
		display:grid;*/
    float: left;
    width: 100%;
    margin-left: -20px;
}
.column-listpage-container h4 {
    margin-top: 0px;
    background-color: #dadada;
    padding: 8px 5px;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}
.column-listpage-container .column-list-title-a {
    position: relative;
    max-height: 480px;
    margin-top: 15px;
    padding-bottom: 10px;
    margin-left: 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 60px;
    -moz-column-width: 60px;
    column-width: 60px;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    grid-auto-columns: auto;
    -webkit-column-rule: 1px solid #e6e6e6;
    -moz-column-rule: 1px solid #e6e6e6;
    column-rule: 1px solid #e6e6e6;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;/*border-bottom:1px dashed #dadada;*/
}
.column-listpage-container a:link {
    text-decoration: none;
}
.column-listpage-container a:hover {
    color: #27aae1;
}
.column-listpage-container ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.column-listpage-container ul li {
    font-size: 13px;
    padding: 0;
}
.column-listpage-container ul li p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1.1;
}

@media screen and (max-width: 600px) {
.column-listpage-container .column-list-title-a {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-height: 1300px;
}
.column-listpage-container ul li {
    font-size: 13px;
    line-height: normal;
}
.column-listpage-container .column-list-title-a h4 {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}
}
/************ filter A to Ö category page***********/


#product-list .clearfix {
    padding: 0;
    margin: 0;
}
#product-list .clearfix li {
    border: 1px solid #dadada;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
    margin: 4px 1px 4px 1px;
}
#product-list .clearfix {
    margin-bottom: 20px;
    list-style: none;
    border-top: 1px solid #ccc;
}
#product-list .clearfix li {
    float: left;
}
#product-list .clearfix li span {
    display: block;
    padding: 2px 9px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#product-list .clearfix li span.active, #product-list .clearfix li span:hover {
    background: #f9b233;
    color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {
	
#product-list .clearfix li {
	margin: 4px 1px 4px 1px;
}
#product-list .clearfix li span {
    padding: 4px 8px;
}
}

/********************* Brand Landing Page  ****************************/

.container-brandpage {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.container-brandpage ul {
    margin-left: 10px;
}
.container-brandpage #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: auto;
    margin: 1%;
    display: none; /*************** VERY IMPORTANT !!! this hide all the box that are shown thanks to the tag manager javascript. ***************************/
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
}
.container-brandpage #portfoliolist .portfolio .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #fff;
    cursor: pointer;
    width: 195px;
    /*height: 80px;*/
    height: 140px;
    padding-top: 35px;
    /*! vertical-align: middle; */
    display: table-cell;
}
.container-brandpage #portfoliolist .portfolio img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-inline-size: 100%;
}
.container-brandpage #portfoliolist .portfolio .brand-name-text {
    width: 100%;
    height: 35px;
    font-family: "verdana";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f8f8f8;
    border-top: 4px solid #ffe100;
    border-bottom: 1px solid #dadada;
    text-align: center;
    padding-top: 5px;
}
.container-brandpage #portfoliolist .portfolio .brand-name-text h2 {
    font-size: 14px;
}
.container-brandpage #portfoliolist .portfolio .brand-name-text a {
    text-decoration: none !important;
}
.container-brandpage #portfoliolist .portfolio .brand-name-text:hover {
    background-color: #fff39c;
}
.container-brandpage #portfoliolist .portfolio-wrapper a:hover + div.brand-name-text {
    background-color: #fff39c;
}
/************ filter Brand landing page***********/

.container-brandpage ul#filters.clearfix {
    padding: 0;
    margin: 0;
}
.container-brandpage #filters li {
    border: 1px solid #dadada;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
    margin: 4px 1px 4px 1px;
}
.container-brandpage #filters {
    margin-bottom: 20px;
    list-style: none;
    border-top: 1px solid #ccc;
}
.container-brandpage #filters li {
    float: left;
}
.container-brandpage #filters li span {
    display: block;
    padding: 2px 9px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
.container-brandpage #filters li span.active, .container-brandpage #filters li span:hover {
    background: #f9b233;
    color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width: 600px) {

/* red menu promotions button mobile*/
	#MSMenuRightMobile {
background-color : rgb(223, 32, 39);
}
.container-brandpage #portfoliolist .portfolio .portfolio-wrapper {
    width: 130px !important;
    /*height: 80px;*/
    height: 120px;
}
.container-brandpage #filters li {
    margin: 4px 1px 4px 1px;
}
.container-brandpage #filters li span {
    padding: 4px 8px;
}
}


/********************* BRAND Page banner **************************************/

.banner-brand {
	background-color: #f0f0f0;
	margin: -6px 0px 10px 0px;
	padding: 10px;
}
.banner-brand .banner-image {
	padding:20px;
	background-color: #FFF;
	width: 100%;
	text-align:center;
}

.banner-brand .banner-image .brandImg {
	height:	auto;
}
.banner-brand .banner-text {
	padding:10px;
	background-color: #f4f4f4;
	width: 100%;
	text-align:left;
}
/********************* button GotoCartButton green ****************************/

/********************* gotocartbutton 1 in the cart popup ****************************/


#GotoCartButton1.btn.btn-default {
    background-color: #71bf44;
    border-color: #71bf44;
    color: #FFF;
}
#GotoCartButton1.btn.btn-default:hover,#GotoCartButton1.btn.btn-default:active,#GotoCartButton1.btn.btn-default:focus,#GotoCartButton1.btn.btn-default:active:focus,#GotoCartButton1.btn.btn-default:active:hover{
    background-color: #66ac3d;
    border-color: #71bf44;
	color:#FFF
}

/********************* gotocartbutton 2 when you click on the buying button ****************************/

#GotoCartButton2.btn.btn-default {
    background-color: #71bf44;
    border-color: #71bf44;
    color: #FFF;
}
#GotoCartButton2.btn.btn-default:hover,#GotoCartButton1.btn.btn-default:active,#GotoCartButton1.btn.btn-default:focus,#GotoCartButton1.btn.btn-default:active:focus,#GotoCartButton1.btn.btn-default:active:hover{
    background-color: #66ac3d;
    border-color: #71bf44;
	color:#FFF
}

/****************************** shopsinshop campaignpage banners *******************************/ 
.top-banner-campaign {
  overflow:hidden;
}

.top-banner-campaign .banner-text {
  position:absolute;
  right:0;
  height: 200px;
  width: 300px;
  background-color: #f6f6f6;
 text-align:left;
  padding: 30px 10px 10px 20px;
  
}
.top-banner-campaign .banner-text p {
font-size: 20px;
  
}
.top-banner-campaign .banner-text h1 {
font-size: 33px;
font-weight: bold;
text-transform: uppercase;

  
}
.top-banner-campaign .banner-image {
float:left;

}
 .top-banner-campaign .banner-text.ind-color h1 {
color: #f9b333;
  
}
 .top-banner-campaign .banner-text.ind-color {
 border-right: solid 4px #f9b333;
  
}
 .top-banner-campaign .banner-text.ret-color h1 {
color: #3fa434;
  
}
 .top-banner-campaign .banner-text.ret-color {
 border-right: solid 4px #3fa434;
  
}
 .top-banner-campaign .banner-text.ser-color h1 {
color: #82358b;
  
}
 .top-banner-campaign .banner-text.ser-color {
 border-right: solid 4px #82358b;
  
}
 .top-banner-campaign .banner-text.hor-color h1 {
color: #30a8e0;
  
}
 .top-banner-campaign .banner-text.hor-color {
 border-right: solid 4px #30a8e0;
  
}
#body-topbox-campaignpage h2 {
    margin-top: 30px;
}
.menu-icons-campaignpage {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.menu-icons-campaignpage {
   list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
    color: #454544;;
}
.menu-icons-campaignpage li {
    
  width: 24%;
  height: 42px;
  background-color: #f6f6f6;
 }
.menu-icons-campaignpage li a {
display: block;
    text-align: center;
 }
.menu-icons-campaignpage li a img {
 float:left;

}
.menu-icons-campaignpage li a span {
    display: block;
    font-size: 15px;
     height: 42px;
    padding-top: 10px;
    text-align: center;
 }
.menu-icons-campaignpage li.menu-icons-ind {
border-bottom: solid 4px #f9b333;
}
 .menu-icons-campaignpage li.menu-icons-ret {
border-bottom: solid 4px #3fa434;
     padding-top:2px;
}
.menu-icons-campaignpage li.menu-icons-ser {
border-bottom: solid 4px #82358b;
}
.menu-icons-campaignpage li.menu-icons-hor {
border-bottom: solid 4px #30a8e0;
}
.menu-icons-campaignpage li.menu-icons-ind:hover, .menu-icons-campaignpage li.menu-icons-ind.active {
  text-decoration: none;
  background-color: #fcd999;
}
.menu-icons-campaignpage li.menu-icons-ind a:hover {
  text-decoration: none;
}
.menu-icons-campaignpage li.menu-icons-ret:hover, .menu-icons-campaignpage li.menu-icons-ret.active {
  text-decoration: none;
  background-color: #9fd199;
}
.menu-icons-campaignpage li.menu-icons-ret a:hover {
  text-decoration: none;
}
.menu-icons-campaignpage li.menu-icons-ser:hover, .menu-icons-campaignpage li.menu-icons-ser.active {
  text-decoration: none;
  background-color: #c09ac5;
}
.menu-icons-campaignpage li.menu-icons-ser a:hover {
  text-decoration: none;
}
.menu-icons-campaignpage li.menu-icons-hor:hover, .menu-icons-campaignpage li.menu-icons-hor.active {
  text-decoration: none;
  background-color: #97d3ef;
}
.menu-icons-campaignpage li.menu-icons-hor a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {

.top-banner-campaign .banner-text {
  position:absolute;
  right:0;
  height: 150px;
  width: 100%;
  background-color: #f6f6f6;
 text-align:center;
  padding: 10px 10px 10px 10px;
}    
.top-banner-campaign .banner-text p {
font-size: 16px;
  
}
.top-banner-campaign .banner-text h1 {

}
.top-banner-campaign .banner-image {
    height: 150px;
}
.menu-icons-campaignpage {
    flex-direction: column;
 

}
.menu-icons-campaignpage li {
    margin-top:10px;
    width: 100%;
}
.menu-icons-campaignpage li a img {
   float:left;
}
.menu-icons-campaignpage li a span {
    position:absolute; 
    font-size: 15px;
    left: 10px;
     width: 100%;
    text-align: center;
    padding-top:10px;

}
    
}


/******************** Promotion page mid banner *********************************/

.SIS-banner-image img{
	position: relative;
		margin-left:auto; 
		margin-right:auto; 
		margin-bottom:20px; 
		display:inline-block; 
		width:100%;
 
}


/**************************** Product page  dispaplay left text description *************************************/

.productPageContentBlock-ProductBulletText ul {
    list-style: none; /* Remove list bullets */
}
.productPageContentBlock-ProductBulletText ul {
    padding-left: 0px;
}
.productPageContentBlock-ProductReadMore {
  padding-left: 0px;
}
/*.productPageContentBlock-ProductPictures.picto_product {
  display: none;
}*/
@media only screen and (min-width : 1024px) { 
#widget_product_image_viewer .productPageImageViewer-MainImageContainer {

  border-right: solid 1px #DDD;
}
}

/**************************** Product page  remove the bubble text on the images *************************************/

#productPageContainer .twist {
  display: none !important; 
}

/********************************** Product Page text for the logo brand and position ****************************/
.productPageNameAndRating-Brand {
  width: 280px;
  position:absolute;
  right:0;
  top:0;
}
.productPageNameAndRating-Brand > a::before {
    content: "Se alle produkter fra";
  display:inline-block;
  font-size: 11px;
}
.productPageNameAndRating-Brand > a:hover {
  text-decoration: none;
border-bottom: solid 1px #000000;
}

@media screen and (max-width: 768px){
 .productPageNameAndRating-Brand {
  position:relative;
  display:inline-block;
  text-align:left;
 
  }
 .productPageNameAndRating-Brand img {
   border:solid 1px #f0f0f0;
   border-radius: 5px;
   padding: 5px;
  
  }
 .productPageNameAndRating-Brand > a::before {
  display:none;
}
  
}

/**************************** category page list view  *************************************/
.detailsTextListView ul li {
    list-style: none; /* Remove list bullets */
}



/************************************* Carousel content reccomendation **************************************/

.carousel-item {
     width: 165px;
     background-color: #fff !important;
	   box-shadow: none;
	border-radius: 0px;
}
.carousel-item .product-name {
  margin : 10px 0px 0px 0px;
  width : auto;
	height: 44px !important;
  background-color :  #f5f5f6 !important;
  padding-left : 10px;
  padding-right : 10px;
  padding-top : 4px;
	line-height: 18px;
	font-size: 12px;
}
.carousel-item .carousel-price {
    height: 40px;
    padding-top: 5px;
}
.carousel-item .carousel-price .price {
    font-size: 14px;
}

/************************** carousel content reccomanation custom **********************/
div.Ergo-custom-carousel {
position:relative;
    display: block;
    float: left;
    margin-bottom: 20px;
margin-left:20px;
}

div.Ergo-custom-carousel .carousel-item  {
margin-right: 30px;
height: 265px;
float: left;
}

div.Ergo-custom-carousel .btn-basket {
    display: inline-block;
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;   
    border-radius: 5px;
    background: url(https://www.witre.no/contentWNO/image/icon/basket-icon.png) 0 0 no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-color: #71bf44;
    border-color: #71bf44;
}
