

/*------------- [ HEADER ] -------------*/

.master_header{
  background:  #11bbe6;
  margin: 0;
  padding: 0 20px;
  border-top: #108dad solid thin;
  border-bottom:#108dad solid thin;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      float: left;
    width: 100%;
}  

.master_header ul{
  padding: 0;
  margin: 0
}

.master_header a:hover{
  text-decoration: none;
}
.master_header ul li{
  float: left;
  list-style: none;
  margin-bottom: 0;
}
 
.master_header ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 22px 26px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
.master_header ul li a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #23282d;
  transform: scale3d(0, 1, 1);
  transition: transform 0.1s;
}


.master_header ul li a:hover:before, .master_header ul>li.menu__item--current>a:before{

  transform: scale3d(1, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.spc_header ul li:hover ul{display:block;}

.spc_header ul ul {position: absolute;background:#11bbe6;width: 300px;z-index: 3;display: none;}

.spc_header ul li ul li {width: 100%;display: inline-block;}

/*------------- [ COUNT HEADING ] -------------*/

.master_wrap span.count {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: #000 solid thin;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 15px;
}

 h3 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  color: #5d5d5d;
  font-size: 20px;
  margin-bottom: 35px;
}

.error.fade.notice{
display:none !important;
}
.master_header .header_submenu li a {
    font-size: 15px;
    padding: 15px 15px;
}

#wpcontent {padding-right: 20px;}

#inventory_control {
    padding: 0;
    margin: 0;
    clear: both;
}

#inventory_control .panel.analytics {
    margin: 0;
}

.mce-notification-error{display: none;}