.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;
}

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

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;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-left: 15px;
}

span.clock-now:after {
  content: "";
  height: 14px;
  width: 14px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -2px;
  left: -5px;
  background-repeat: no-repeat;
  background-image: url(../images/clock-solid-1.webp);
}
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%;
  }
}
