.site-header .header-cart-wrap .nb-cart-section {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}

.site-header .header-cart-wrap .nb-cart-section i.icon-bag:before {
  content: '\e811';
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap .nb-cart-section i {
  font-size: 32px;
  color: #000;
}

.site-header .header-cart-wrap .nb-cart-section .counter {
  position: absolute;
  bottom: -5px;
  right: -3px;
  left: auto;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  background-color: #0099ff;
  color: #fff;
  padding: 3px 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.site-header .header-cart-wrap .nb-cart-section .counter:after,
.site-header .header-cart-wrap .nb-cart-section .counter:before,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-l,
.site-header .header-cart-wrap .nb-cart-section .counter .counter-r,
.site-header .header-cart-wrap .nb-cart-section .woocommerce-Price-amount {
  display: none;
}

.site-header.left-inline1 .middle-section-wrap .middle-section .main-menu-section .header-cart-wrap i {
  font-size: initial;
}