.header-top-content {
  display: flex;
  justify-content: space-between;
}

div#custom-top-header {
  background: #111111;
  color: #fff;
  padding: 10px 20px;
}
div#contact-info a {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
div#contact-info a span {
  font-size: 15px;
  padding-left: 5px;
}
#header-icon-menu a {
  margin-left: 10px;
  color: #fff;
}
span.open-now {
  position: relative;
	padding-left: 14px;
}

span.open-now:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #1be91b;
  left: -15px;
  top: 6px;
  border-radius: 50%;
}
span.close-now {
  position: relative;
	padding-left: 14px;
}

span.close-now:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #e14a00;
  left: -15px;
  top: 6px;
  border-radius: 50%;
}
span.clock-now {
    position: relative;
    padding-left: 22px;
}

span.clock-now:after {
    position: absolute;
    content: "\f017";
    left: 5px;
    font-family: FontAwesome;
    top: -1px;
    color: #1be91b;
}
span.delivery-now {
    position: relative;
    padding-left: 24px;
}

span.delivery-now:after {
    position: absolute;
    content: "\f0d1";
    left: 5px;
    font-family: FontAwesome;
    top: -1px;
    color: #1be91b;
}
span.delivery-now.closed:after{
  color: #db3232;
}
a.header-cart {
  position: relative;
}

span#cart-count {
  position: absolute;
  background: #f07928;
  height: 18px;
  width: 18px;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  top: -12px;
  right: -8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#header-icon-menu img {
  height: 20px;
  width: auto;
}
span#cart-count {
  display: none;
}

div#header-icon-menu {
  display: flex;
}
a.et-cart-info {
  display: none !important;
}
.woocommerce .blockUI.blockOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  #header-icon-menu {
    display: none;
  }
  .header-top-content {
    flex-direction: column;
    align-items: center;
    font-size: 13px;
  }
  div#contact-info a span {
    font-size: 13px;
  }
  div#contact-info {
    display: flex;
    text-align: center;
  }
  div#header-data {
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.5;
    margin-top: 5px;
  }
  div#custom-top-header .container {
    width: 100%;
  }
}
