.errorlist li {
    color: red
}
.info-header .header-menu {
    z-index: 2;
    position: relative;
    float: left;
    margin-top: 31px;
    margin-left: 40px;
}

.info-header .header-menu li a{
    font-weight: 500;
    color: #000;
}

.info-header .header-menu ul li:not(:last-child) {
    margin-right: 20px;
}

.popup {
    z-index:100;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    width:100%;
    height:calc(100% - 50px);
    overflow-y: auto;
    display:none;
}
.popup-content {
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 50px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: 0px;
    border-radius: 20px;
    background: red;
    font-size: 27px;
    text-align: center;
    color: #fff;
    text-decoration:none;
}

.close-button.left-close {
    left:0px;
}
.info-supplier-list li {
    margin-bottom: 10px!important;
}
#modal-info-delivery li {
    display: inline;
}
.vertical-menu {
 margin-bottom: 15px;
  text-align: center;
}

.vertical-menu a {
  background-color: #ff9102;
  color: black;
  width: 33%;
  display: block;
  padding: 12px;
  text-decoration: none;
  text-transform:uppercase;
  font-weight: bold;
  border-right: 7px solid #fff;
  font-size: 14px;
  float: left;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #ccc;
}
.main-wrapper {
    background-color: #fff;
}
