.pac-container {
    z-index: 9001 !important;
}

.pac-item {}

#pac-input {}

#pac-input:focus {}

.pac-item {}

#cart .product-control-cart {
    right: 11px !important;
    background-color: #e0f0ed !important;
}

#cart .product-control-cart .btn-control-cart {
    background-color: transparent !important;
    color: #009e81 !important;
    border: none!important;
    outline: none;
}

#cart .product-control-cart .quantity-in-cart {
    color: #009e81 !important;

}

#cart .input-group-control-cart[data-qty]:not([data-qty="1"]) img[src*="trash-green.svg"] {
    display: none;
}

#cart .input-group-control-cart[data-qty="1"] img[src*="minus-green.svg"] {
    display: none;
}

.hidden-element {
    display: none
}

.surcharge {
    color: #009e81!important;
}

.surcharge-progress-visible {
    bottom: 0px!important;
}

.surcharge-progress {
    background-color: #f2f2f3;
    border-radius: 5px;
    height: 40px;
    position: fixed;
    bottom: -100px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    line-height: 36px;
    transition: bottom 0.7s ease 0.2s;
    z-index: 6669
}

.surcharge {
    color: #009e81!important;
}

.surcharge-success {
    display: none
}

.empty-progress-bar {
    background-color: #e3f0ed;
    width: 100%;
    height: 4px;
}

.progress-bar {
    background-color: #009e81;
    height: 4px;
    line-height: 5px;
    color: white;
    text-align: center;
    transition: width 0.5s;
}


/*Mini cart*/
@media(max-width:767px){
.mini-cart {
   /* width: 93%;*/
  padding: 9px 7px;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  background-color: #bbbbbb;
  text-align: center;
  position: fixed;
  bottom: 0px;
  margin: 3% 3% 3% 3%;
  transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s;
  bottom: -70px;
  z-index: 6668;
  left: 0px;
  right: 0px;
}
}
.mini-cart.mini-cart-visible {
    bottom: 0px;
    background-color: #009e81;
}

.mini-cart.mini-cart-top {
    bottom: 42px;
    background-color: #009e81;
}