.main-nav {
  background: #919191;
  margin-left:-10px;
}


.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  overflow: hidden;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: left;
    clear: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #f4f4f4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* hamburger menu */
.wurth-hamburger {
    position: relative;
    display: inline-block;
    width: 0.9em;
    height: 0.85em;
    margin-right: 0.3em;
    border-top: 0.15em solid #CC0000;
    border-bottom: 0.15em solid #CC0000;
    background: transparent;
}

.wurth-hamburger:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0px;
    width: 100%;
    border-top: 0.15em solid #CC0000;
}
#wurthMobileMenu:hover
{
	background: #e5e5e5;
	cursor: pointer;
}

#my-account-state:not(:checked) ~ #profile-menu {
  display: none;
}

#my-account-state:checked ~ #profile-menu {
  display: block;
}
#wurthProfileMobile:hover
{
	background: #e5e5e5;
	cursor: pointer;
	border-radius: 0px !important;
}
#wurthProfileMobile{
	height: 60px;
}
@media  (max-width:768px) and (min-width: 640px){
#wurthProfileMobile{
	height: 60px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.visible-width{
	display:none !important;
}
}
@media (max-width: 767px) {
.mobile-menu{
  display:block !important;
  }
}
@media  (min-width:768px){
.wurthProfileMobile {
	display:none !important;
}
.visible-width{
	display:block !important;
}
}
@media  (min-width:640px){
.branding-mobile{
	display:none;
}
}