.vmb-livesearch-product-buttons-wrapper .spinner-wrap {
    display: none;
}
.vmb-livesearch-product-buttons-wrapper .loading .spinner-wrap {
    display: block !important;
    animation: rotate 1.5s linear infinite;
}
.vmb-livesearch-product-buttons-wrapper .spinner-wrap .flaticon-spinner-of-dots::before {
    margin-left: 0;
    font-size: 12px;
}
.vmb-livesearch-product-addtocart .spinner-wrap {
    margin-left: 5px;
}
@keyframes rotate {
    0% { 
        transform: rotate(0); 
    }
    100% { 
        transform: rotate(359deg);
    }
}
.vmb-livesearch {
    position: relative;
    margin-bottom: 1.5em;
}
.vmb-livesearch.loading form {
    margin: 0;
    position: relative;
}
.vmb-livesearch.loading::before {
    content: "";
    text-align: right;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}
.vmb-livesearch.loading form::after {
    content: " ";
    position: absolute;
    top: 5px;
    right: 5px;
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 5px solid #000;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.vmb-livesearch input[type="search"] {
    width: 100%;
}
.vmb-livesearch-products {
    border: solid 1px #eee;
    width: 100%;
    background: #fff;
}
.vmb-livesearch-fixed .vmb-livesearch-products {
    position: absolute;
    z-index: 999;
    overflow-y: scroll;
    max-height: 60vh;
}
.vmb-livesearch-product {
    border-bottom: solid 1px #eee;
    display: flex;
}
.vmb-livesearch-product > div {
    padding: 1.5em;
}
.vmb-livesearch-product-sku {
    color: #6c757d;
    font-size: 0.8em;
}
.vmb-livesearch-product-buttons-wrapper {
    margin-left: auto;
}
.vmb-livesearch {
  margin-bottom: 2em !important;
}
.vmb-livesearch input[type="search"] {
  box-sizing: border-box;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.vmb-livesearch a.added_to_cart.wc-forward {
  margin-left: 10px;
}
.vmb-livesearch-products {
  z-index: 399 !important;
  width: 100%;
  max-width: 100%;
}
.vmb-livesearch-fixed .wcb2b-livesearch-products {
  z-index: 399 !important;
  width: 100%;
  max-width: 100%;
}
.vmb-livesearch-product > div {
  padding: 10px !important;
}
@media all and (max-width: 768px) {
  .single-product .vmb-livesearch-form {
    margin-top: 30px !important;
    margin-bottom: -15px !important;
  }
}