.ecommerce-search-pane .ecommerce-search-input input[type="text"] {
  border: none;
  background-color: transparent;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: 16px;
  height: 100%;
  outline: none;
  padding-right: 10px;
}

.labelsearch {
  line-height: 0;
}

.vp-search-box>a {
  transform: translateY(0px);
  transition: all ease-in-out 0.3s;
}

a.labelsearch {
  display: flex;
  align-items: center;
}

.vp-search-box {
  position: relative;
}

.vp-search-box .vp-form {
  position: absolute;
  border-radius: 7px;
  background: #f2f3f7;
  height: 50px;
  overflow: hidden;
  width: 336px;
  top: 37px;
  z-index: 10;
  display: none;
}

.vp-search-box .vp-form.ecommerce-search-active {
  display: block
}

.vp-search-box .vp-form input[type="search"],
.vp-search-box .vp-form input[type="text"] {
  background: transparent;
  line-height: 50px;
  position: relative;
  padding: 0 10px 0 1px;
  z-index: 2;
  display: block;
  width: 100%;
  border: 0;
  transition: all 0.6s ease 0.1s;
  color: #292929;
}

.vp-search-box .vp-search-box-result {
  position: absolute;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  /* right: 4.6%; */
  right: 0;
  transition: all 0.6s ease 0.1s;
  text-align: right;
  max-height: 415px;
  overflow-y: auto;
}

.vp-search-box .vp-search-box-result.vp-show {
  opacity: 1;
  visibility: visible;
  text-align: right;
}

.vp-search-box .vp-search-box-result .vp-search-section {
  margin-bottom: 20px;
}

.vp-search-box .vp-search-box-result .vp-search-section>.vp-title {
  font-weight: bold;
  padding: 0 0 7px;
  margin-bottom: 7px;
  color: #000;
  border-bottom: 1px solid #f2f3f7;
  font-size: 14px;
  text-align: right;
}

.vp-search-box .vp-search-box-result .vp-search-section>.vp-title>.vp-search-history-clear {
  color: #ccc;
  float: left;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.6s ease 0.1s;
}

.vp-search-box .vp-search-box-result .vp-search-section.vp-search-tops span {
  background: #f2f3f7;
  font-size: 12px;
  margin: 0 0 3px 5px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 13px;
  border-radius: 5px;
  color: black;
}

.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span {
  display: flex;
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
  color: #292929;
  justify-content: space-between;
}

.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span:last-of-type {
  padding-bottom: 0;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading {
  height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading .vp-loading-icon {
  display: flex;
  font-size: 45px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-loading span {
  display: block;
  text-align: center;
  color: #292929;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 15px;
  padding-bottom: 20px;
  font-size: 12px;
  transition: all 0.6s ease 0.1s;
  color: #787878;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateY(-50%);
  background: #e8e8e8;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  transition: all 0.6s ease 0.1s;
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-tab-header ul li.vp-active {
  color: var(--accent-color);
}

.vp-search-box .vp-search-box-result .vp-search-container.vp-search-result .vp-list-grid ul li {
  border-bottom: 1px solid #f2f3f7;
  list-style: none;
}

.vp-product-item-theme .vp-title {
  text-align: justify;
  line-height: 3rem;
}

.vp-product-item-theme.vp-theme-search-box {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lds-ripple {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--accent-color);
  opacity: 1;
  border-radius: 50%;
  animation: sk-circleFadeDelay 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  width: 100%;
  height: 100%;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
  width: 95%;
  height: 95%;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

input[typefield="address"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
.ecommerce-search-pane input::-webkit-input-placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

input[typefield="address"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
.ecommerce-search-pane input::placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

input[typefield="address"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
.ecommerce-search-pane input::-webkit-input-placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

input[typefield="address"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
.ecommerce-search-pane input::placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.vp-search-box .vp-search-box-result .vp-content {
  position: relative;
  padding: 10px;
}

.SearchMenu input,
.SearchMenu input:focus,
.SearchMenu input:active {
  border: none !important;
  background: transparent;
  outline: none !important;
  line-height: 2rem;
  width: 100% !important;
  padding-right: 2.5rem;
}

.SearchMenu input::placeholder {
  color: var(--CustomColor8);
  font-weight: bold;
}

.SearchMenu {
  border: 0.1rem solid #46807E;
  background: #46807E;
  min-width: 22rem;
  width: 100%;
  border-radius: 2rem;
  height: 3rem;
}

.labelsearch .searchIcone {
  right: 1rem;
}

.labelsearch input {
  padding-right: 1.7rem;
}

.labelsearch svg {
  max-height: 1.5rem;
  max-width: 1.5rem;
}

.vp-search-box .vp-search-box-result .vp-search-section .vp-search-history-delete {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
}

.vp-search-box .vp-search-box-result .vp-search-section .vp-search-history-delete:before,
.vp-search-box .vp-search-box-result .vp-search-section .vp-search-history-delete:after {
  content: '';
  background: red;
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.vp-search-box .vp-search-box-result .vp-search-section .vp-search-history-delete:before {
  transform: rotate(-45deg)
}

.vp-search-box .vp-search-box-result .vp-search-section .vp-search-history-delete:after {
  transform: rotate(45deg)
}
.header-container-box {

  .labelsearch::placeholder {
    color: var(--CustomColor8) !important;
  } 
}