
.shop-header-bar.inner{
  max-width: 1330px;
  margin: 0 auto;
}

.header-bar-left a span strong {
  display: none;
}

.shop-header-bar{background: #000;
  max-height: 34px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;}

.shop-header-bar .header-bar-left{
    display: flex !important;
  align-items: center !important;
    box-sizing: inherit;
    max-height: 30px;
}

.shop-header-bar .header-bar-left a{
    display: flex;
  align-items: center;
  color: #fff;
}

.shop-header-bar .header-bar-left a img {
  max-width: 20px;
  width: 100%;
  margin-right: 5px;
    max-height:30px;
}

.shop-header-bar .header-bar-left{
    color: #fff;
  display: flex;
  align-items: center;
margin-right:4px;
}

.header-bar-left .woocommerce-mini-cart.cart_list, .header-bar-left .woocommerce-mini-cart__buttons, .header-bar-left p.woocommerce-mini-cart__total strong{display:none;}

.header-bar-left p.woocommerce-mini-cart__total .woocommerce-Price-amount bdi{
    color: #fff;
  font-size: 16px;
    display: flex;
}

.woocommerce-Price-currencySymbol{
    font-family: var(--gbl-secondary-font);
}

.header-bar-left p.woocommerce-mini-cart__total{margin:0 4px;}

.header-bar-left a span .woocommerce-mini-cart__empty-message{ color: #fff;}

.shop-header-bar .header-bar-right{
    max-width: none;
    box-sizing: inherit;
    display:flex;
    gap:8px;
margin-left:4px;
}

.header-bar-right .woocommerce-product-search {
  position: relative;
}

.header-bar-right .woocommerce-product-search input{
    display: block;
  position: relative;
  right: 0;
  width: 100%;
    max-width:100%!important;
  height: 30px;
  margin: 0;
  border: none;
  padding: 5px 5px 5px 35px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  background-color: rgba(255,255,255,.2);
  border-color: #eee;
  border-color: rgba(196,196,196,.4);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.header-bar-right .wp-block-woocommerce-customer-account{
    padding-top:6px;
}

.header-bar-right .wp-block-woocommerce-customer-account .label {
  color: #fff;
}

.header-bar-right .woocommerce-product-search button {
  position: absolute;
  left: 10px;
  top: 12px;
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  border: none;
      padding: 0;
    width:15px;
    height:15px;
}

.woocommerce-product-search button:hover{
    background-color: rgba(0, 0, 0, 0);
}

.woocommerce-product-search button img {
  max-width: 15px;
      display: block;
}

@media only screen and (max-width: 800px) {
    span.microcart-text{
	display:none;
    }

    .header-bar-left a span p.woocommerce-mini-cart__empty-message{
	display:none;
    }

    .header-bar-right .wp-block-woocommerce-customer-account{
	display:none;
    }

    .shop-header-bar .header-bar-left a img{
	max-width: 100%;
	width: 100% !important;
    }
}