.logga{
	color: red;
}
@media only screen and (min-width: 940px) {
  .changehieght{
    height: 5px !important;
  }
}

.linkmargin{
	margin-top: -15px !important;
}
.changecolor{
	color: white !important;
}
.product-item{
  box-shadow: 0 3px 10px 0 #bbb;
}
.forstatic{
  width: 260px !important;
}
.bigimage{
  height: 240px !important;
}
.forcentertitle{
  text-align: center !important;
}
.bothbutton{
  margin-top: 20px !important;
}
.firstbutton{
  float: left !important;
  height: 20px;
}
.secondbutton{
  float: right !important;
}
.changeheight{
  margin-top: -1px !important;
}
.text{
  color: black;
}
ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}
.hideandshow{
  display: none;
}
.icon{
  max-width: 20px;
}
.iconbag{
  max-width: 22px;

}
.bagmargin{
  margin-top: -5px;
}
.logomargin{
  margin-top: -15px;
}
.rightmenufont{
  font-size: 12px !important;
}
.titlemargin{
  margin-top: -25px;
}
.imagemargin{
  margin-top: 40px !important;
}
.titleonimage{
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: all !important;
  background-color: black !important;
}
.box{
  position: relative;
  display: inline-block; /* Make the width of box same as image */
}
.box .text{
  position: absolute;
  /*z-index: 999;*/
  margin: 0 auto;
  left: 0;
  right: 0;        
  text-align: center;
  top: 61%; /* Adjust this value to move the positioned dhttps://www.tutorialrepublic.com/examples/images/kites.jhttps://www.tutorialrepublic.com/examples/images/kites.jpgpgiv up and down */
  background: rgba(0, 0, 0, 0.8);
  /*font-family: Arial,sans-serif;*/
  color: #fff;
  width: 94%;
}

/*checkbox*/
/* * {
  margin: 0;
  padding: 0;
} */

/*body {
  background: #4EB889;
  font-family: Nunito, arial, verdana;
  }*/

  #accordian {
    /*background: #004050;*/
    /*background: #10100a;*/
    width: 300px;
    margin: 50px 0 0 0;
    color: white;
    padding: 30px 0 0 0;
    /*box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
  }

  #accordian ul {
    padding-left: 0;
  }

  #accordian h3 {
    background: #003040;
    background: linear-gradient(#003040, #002535);
  }

  #accordian h3 a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 34px;
    display: block;
    color: white;
    text-decoration: none;
  }

  #accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
  }

  i {
    margin-right: 10px;
  }

  #accordian li {
    list-style-type: none;
  }

  #accordian .sparepart_node:hover{
    color:blue;
    font-weight: 500;
    text-decoration: underline;
  }
  #accordian .sparepart_node{
    color:#000;
  }

  #accordian ul ul li a,
  #accordian h4 {
    color: white;
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
    position: relative;
  }

#accordian .sparepart_node_selected {
  font-weight: 500;
  background: #e6e6e6;
  border-left: 5px solid black;
}

#accordian ul ul li a:hover {
    /*background: #003545;*/
    background: #e6e6e6;
    border-left: 5px solid black;
  }

  #accordian ul ul {
    display: none;
  }

  #accordian li.active>ul {
    display: block;
  }

  #accordian ul ul ul {
    margin-left: 15px;
    /*border-left: 1px dotted rgba(0, 0, 0, 0.5);*/
  }

  #accordian a:not(:only-child):after {
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
  }

  #accordian .active>a:not(:only-child):after {
    content: "\f107";
  }

  .sparepartcolumn{
    padding-left: 30px;
  }
  .maincheck{
    font-size: 15px !important;
    color: black !important;
    padding: 5px !important;
  }
  .allLevel{
    font-size: 13px !important;
    color: black !important;
    /*padding: 5px !important;*/
  }
  /*checkbox*/
  .formediatabs{
    display: none !important;
  }
  @media (max-width: 940px){
    #accordian{
      margin-left: 10px;
    }
    .formediaquery{
      display: none !important;
    }
    .hideandshow{
      display: none !important;
    }
    .siteLogo{
      display: block !important;
    }
    .formediatabs{
      display: block !important;
    }
    /*.rightmenu:hover, .rightmenu:focus {
      color: red !important;
    }*/
  }
  @media screen and (max-width: 1200px) {
    .bigimage{
      max-width: 300px;
    }
    .forstatic{
      max-width: 220px;
    }
    .imagemargin{
      text-align: center !important;
    }
  }
  @media screen and (max-width: 1220px) {
    .imagemargin{
      /*margin-left: 95px !important;*/
    }
  }
  @media (min-width: 941px) and (max-width: 991px) {
    .forstatic{
      /*margin-top: 80px !important;*/
      /*margin-right:500px !important;*/
      /*max-width: 100px;*/
      /*border: 2px solid red !important;*/
    }
  }
  @media(max-width: 830px){
    .titlemargin{
      text-align: left;
      margin-top: 5px;
    }
  } 

/* PRODUCT LIST */	
.page-page-index .product-item {	
  border: None;
}
.page-page-index .product-item:hover {	
  border: None;
}
.page-page-index .product-item .image img {	
  height: 200px;	
  width: 400px;	
}
.page-page-index .product-category {	
  position: relative;	
}
.page-page-index .product-item.forstatic {
  height: 420px;
}
.page-page-index .product-item.forstatic .title {
  height: 40px;
  overflow: hidden;
}
.page-page-index .product-item.forstatic .description {
  height: 34px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-page-index #content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-page-index #content {
    margin-bottom: 120px;
  }
}
.page-category-view .filter .checkbox-label > .label-inner {
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-top: 0px !important;
  }
}