@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/awesome/fa-light-300.eot");
  src: url("./../fonts/awesome/fa-light-300.eot?#iefix")
      format("embedded-opentype"),
    url("./../fonts/awesome/fa-light-300.woff2") format("woff2"),
    url("./../fonts/awesome/fa-light-300.woff") format("woff"),
    url("./../fonts/awesome/fa-light-300.ttf") format("truetype");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}


.ecommerceSearch {
     /* padding-right: 1%; */
     /* width: 69%; */
     /* height: 41px; */
}

.ecommerce-search-input {
  display: flex;
  align-items: center;
}
a.labelsearch {
  margin: 0 3%;
}
a.Tel-mivataHeader svg {
  height: auto;
  width: 223px;
  margin-bottom: 13px;
}
.Mivata-Search label {
  background: #60be74;
  margin: 0;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

a.Tel-mivataHeader svg {
  width: 234px;
  height: auto;
  margin-bottom: 14px;
}

.vp-search-box {
  position: fixed;
  left: 16%;
  top: 100%;
  width: 60%;
  transition: 3s;
}
.vp-search-box input {
  width:100%;
  transition: 2s;
  outline: none;
  border:none;
  background:transparent;
}
.vp-search-box .vp-search-box-inner {
  transition: all 0.6s ease 0.1s;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-inner {
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 7px 7px;
    z-index: 20;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  }
}
.vp-search-box .vp-form {
      background: #fff;
      border: 1px solid #cbcbcb;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      height: 40px;
      display: flex;
      box-shadow: inset 0px 0px 6px 0px #00000029;
      align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-form {
    background: #f1f1f1;
    height: 40px;
  }
}

.vp-search-box .vp-form button[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  background: transparent;
  color: #8c8c8c;
  border: 0;
  z-index: 3;
  cursor: pointer;
  transition: all 0.6s ease 0.1s;
}
@media only screen and (min-width: 960px) {
  .vp-search-box .vp-form button[type="submit"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-form button[type="submit"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: auto;
    right: 0;
    font-size: 15px;
    color: #0e1216;
  }
}
.vp-search-box .vp-form button[type="submit"] i {
  vertical-align: middle;
}
.vp-search-box .vp-form button[type="submit"]:hover {
  color: #ffcc00;
}
.vp-search-box .vp-form .vp-form-place-holder {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
  height: 100%;
  background: #f2f3f7;
  padding: 0 50px 0 40px;
  font-size: 15px;
  cursor: pointer;
  font-weight: normal;
  color: #6a859f;
}
.vp-search-box .vp-form .vp-form-place-holder img {
  margin-right: 5px;
  height: 40px;
}
.vp-search-box .vp-search-box-loading {
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  width: 50px;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-loading {
    left: 0;
    top: -5px;
  }
}
.vp-search-box .vp-search-box-clean {
  position: absolute;
  left: 50px;
  width: 50px;
  top: 0;
  display: none;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-clean {
    left: 0;
    line-height: 40px;
  }
}
.vp-search-box .vp-search-box-clean i {
  vertical-align: middle;
}
.vp-search-box .vp-search-box-result {
  position: absolute;
  left: 0;
  top: 200%;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 20px 20px 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease 0.1s;
  text-align: right;
}
.vp-search-box .vp-search-box-result.vp-show {
  opacity: 1;
  visibility: visible;
  top: 100%;
  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-title
  > .vp-search-history-clear:hover {
  color: #fb3449;
}
.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-tops
  span:hover {
  color: #ffcc00;
}
.vp-search-box .vp-search-box-result .vp-search-section.vp-search-history span {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
  color: #292929;
}
.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-section.vp-search-history
  span
  .vp-search-history-delete {
  float: left;
  line-height: 16px;
  width: 16px;
  text-align: center;
  color: #ccc;
  font-size: 15px;
  cursor: pointer;
  font-style: normal;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-section.vp-search-history
  span
  .vp-search-history-delete:hover {
  color: #fb3449;
}
.vp-search-box .vp-search-box-result .vp-search-section:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-result > .vp-content {
    height: 100%;
    overflow-y: auto;
  }
}
.vp-search-box .vp-search-box-result .vp-search-container .vp-infinity-loading {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  text-align: center;
  z-index: 3;
  opacity: 0;
  display: none;
  padding-bottom: 10px;
  background: #ffffff;
  padding-top: 15px;
  line-height: 32px;
  background: linear-gradient(0deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.6s ease 0.1s;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container
  .vp-infinity-loading
  .lds-ripple {
  vertical-align: middle;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container
  .vp-infinity-loading
  .vp-title {
  vertical-align: middle;
  display: inline-block;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-loading-infinity
  .vp-search-more-link {
  opacity: 0;
  bottom: -100px;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-loading-infinity
  .vp-infinity-loading {
  display: inline-block;
  bottom: 0;
  opacity: 1;
}
.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-not-found {
  height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-not-found i {
  font-size: 45px;
  margin-bottom: 30px;
  color: #4a5f73;
  font-style: normal;
}
.vp-search-box .vp-search-box-result .vp-search-container.vp-not-found span {
  display: block;
  text-align: center;
  color: #292929;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box .vp-search-box-result .vp-search-container.vp-search-result {
    height: 100%;
    padding-bottom: 10px;
  }
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-tab-header {
  border-bottom: 1px solid #f2f3f7;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-header {
    padding-top: 0;
  }
}
.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 35px;
  padding-bottom: 20px;
  font-size: 12px;
  transition: all 0.6s ease 0.1s;
  color: #787878;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-header
    ul
    li {
    font-size: 14px;
    width: 33.33%;
    margin-left: 0;
    float: right;
    text-align: center;
  }
}
.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: #ffcc00;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-tab-header
  ul
  li.vp-active:before {
  background: #ffcc00;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-tab-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-content {
    margin-top: 20px;
    max-height: 315px;
    overflow-y: auto;
    padding-left: 10px;
    margin-left: -10px;
  }
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-content::-webkit-scrollbar {
    width: 5px;
    bottom: 70px;
    background: #f2f3f7;
    border-radius: 50px;
    box-shadow: unset !important;
    transition: all 0.6s ease 0.1s;
  }
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-tab-content {
    height: calc(100% - 35px);
  }
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-ads-banner
  .vp-banner {
  margin-bottom: 10px;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-search-more-link {
  position: absolute;
  z-index: 3;
  line-height: 41px;
  bottom: 0;
  left: 20px;
  transition: all 0.6s ease 0.1s;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-search-more-link {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    background: #ffffff;
    padding-top: 15px;
    background: linear-gradient(0deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-products-grid {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-products-grid {
    height: 100%;
    overflow-y: auto;
    padding: 10px 0;
  }
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-products-grid
  .vp-product-item-theme {
  flex: 1 0 48%;
  width: auto;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid {
  display: flex;
  flex-wrap: wrap;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid ul{
    list-style:none
  }
  .vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid ul i{
    font-style:normal
  }
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid
  .vp-item {
  flex: 1 0 31%;
  margin: 3px;
  width: auto;
  padding: 5px;
  line-height: normal;
  font-size: 14px;
  color: #000;
  position: relative;
  text-align: center;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease 0.1s;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid
  .vp-item
  img {
  width: 60px;
  height: 60px;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-brands-grid
  .vp-item
  .vp-title {
  display: block;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-list-grid
  ul
  li {
  border-bottom: 1px solid #f2f3f7;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-list-grid
  ul
  li
  a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-search-box
    .vp-search-box-result
    .vp-search-container.vp-search-result
    .vp-list-grid
    ul
    li
    a {
    padding: 15px 0;
    text-decoration: none;
  }
}
.vp-search-container.vp-search-result .vp-list-grid ul li a {
  text-decoration: none;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-list-grid
  ul
  li
  a
  i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
  color: #7a92a9;
  font-weight: 100;
  font-style: normal;
}
.vp-search-box
  .vp-search-box-result
  .vp-search-container.vp-search-result
  .vp-list-grid
  ul
  li:last-of-type {
  border-bottom: 0;
}

.vp-product-item-theme {
  position: relative;
}
.vp-product-item-theme .vp-product-img {
  position: relative;
  margin: 0 auto 30px;
  max-width: 100%;
  width: 240px;
  height: 240px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme .vp-product-img {
    height: 0;
    padding-bottom: 100%;
  }
}
.vp-product-item-theme .vp-product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vp-product-item-theme .vp-title {
  text-align: justify;
  height: 47px;
  overflow: hidden;
}
.vp-product-item-theme .vp-price-list {
  display: block;
}
.vp-product-item-theme .vp-price-list .vp-price {
  font-size: 14px;
  color: #28af2b;
  position: relative;
}
.vp-product-item-theme .vp-price-list .vp-price .vp-unit {
  margin-right: 1px;
  font-size: 11px;
  vertical-align: middle;
}
.vp-product-item-theme .vp-quantity-supermarket {
  display: none;
}
.vp-product-item-theme.vp-theme-mini-cart {
  position: relative;
  min-height: 80px;
  padding: 10px 80px 10px 10px;
  border-bottom: 1px solid #f2f3f7;
}
.vp-product-item-theme.vp-theme-mini-cart:last-of-type {
  border-bottom: 0;
}
.vp-product-item-theme.vp-theme-mini-cart .vp-product-img {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vp-product-item-theme.vp-theme {
  min-width: 270px;
  width: 270px;
  padding: 20px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme {
    padding: 12px;
    width: 170px;
    min-width: 170px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-product-img {
    margin-bottom: 10px;
  }
}
.vp-product-item-theme.vp-theme .vp-title {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-title {
    font-size: 12px;
    margin-bottom: 10px;
    height: 37px;
    overflow: hidden;
  }
}
.vp-product-item-theme.vp-theme .vp-quantity {
  position: absolute;
  z-index: 5;
  left: 10px;
  top: 10px;
  transition: all 0.6s ease 0.1s;
}
.vp-product-item-theme.vp-theme .vp-quantity .vp-quantity-supermarket-theme {
  border-color: #28af2b;
  border-radius: 70px;
}
.vp-product-item-theme.vp-theme
  .vp-quantity
  .vp-quantity-supermarket-theme
  .vp-loading {
  color: #28af2b;
}
.vp-product-item-theme.vp-theme .vp-price-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-price-list {
    flex-direction: column;
    margin-bottom: 0;
    line-height: 1;
    height: 32px;
  }
}
.vp-product-item-theme.vp-theme .vp-price-list .vp-price {
  flex: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-price-list .vp-price {
    text-align: left;
  }
}
.vp-product-item-theme.vp-theme .vp-price-list .vp-price > .vp-value {
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-price-list .vp-price > .vp-value {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}
.vp-product-item-theme.vp-theme .vp-price-list .vp-price > .vp-unit {
  color: #4a5f73;
  vertical-align: middle;
  margin-right: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-price-list .vp-price > .vp-unit {
    font-weight: bold;
    font-size: 8px;
    color: #000;
  }
}
.vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted {
  text-align: left;
  padding-top: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme .vp-price-list .vp-price.vp-discounted {
    padding-top: 0;
    padding-left: 20px;
  }
}
.vp-product-item-theme.vp-theme
  .vp-price-list
  .vp-price.vp-discounted
  .vp-value {
  color: #000;
  position: relative;
  font-size: 22px;
  font-weight: normal;
  z-index: 2;
  padding: 0 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme
    .vp-price-list
    .vp-price.vp-discounted
    .vp-value {
    font-size: 12px;
    color: #4a5f73;
  }
}
.vp-product-item-theme.vp-theme
  .vp-price-list
  .vp-price.vp-discounted
  .vp-value:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(7deg);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background: #a4a4a4;
  z-index: 1;
}
.vp-product-item-theme.vp-theme
  .vp-price-list
  .vp-price.vp-discounted
  .vp-discount {
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  font-size: 13px;
  background: #ffcc00;
  color: #fff;
  background: transparent url("../img/discount.png") no-repeat center / 100%;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme
    .vp-price-list
    .vp-price.vp-discounted
    .vp-discount {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 10px;
    margin-right: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
  }
}
.vp-product-item-theme.vp-theme
  .vp-price-list
  .vp-price.vp-discounted
  .vp-discount
  > span {
  font-size: 11px;
  line-height: 0;
  margin-left: -2px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme
    .vp-price-list
    .vp-price.vp-discounted
    .vp-discount
    > span {
    font-size: 10px;
  }
}
.vp-product-item-theme.vp-theme .vp-seconds-timer-theme {
  margin-bottom: 7px;
}
.vp-product-item-theme.vp-theme.vp-sale-end {
  overflow: hidden;
}
.vp-product-item-theme.vp-theme.vp-sale-end
  .vp-price-list
  .vp-price.vp-discounted {
  filter: blur(7px);
}
.vp-product-item-theme.vp-theme.vp-sale-end .vp-seconds-timer-theme {
  display: none;
}
.vp-product-item-theme.vp-theme.vp-sale-end:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffcc00;
  font-size: 25px;
  font-weight: 300;
  background: #fff5cc;
  filter: none;
  z-index: 4;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme.vp-sale-end:before {
    font-size: 16px;
    height: 30px;
  }
}
.vp-product-item-theme.vp-theme.vp-sale-end .vp-product-img {
  z-index: 4;
  filter: none;
}
.vp-product-item-theme.vp-price-smaller .vp-price-list .vp-price > .vp-value {
  font-size: 20px;
}
.vp-product-item-theme.vp-price-smaller
  .vp-price-list
  .vp-price.vp-discounted
  .vp-value {
  font-size: 18px;
}
.vp-product-item-theme.vp-theme-search-box {
  position: relative;
  padding: 12px 92px 12px 12px;
  min-height: 95px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 960px) {
  .vp-product-item-theme.vp-theme-search-box:nth-last-of-type(1),
  .vp-product-item-theme.vp-theme-search-box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .vp-product-item-theme.vp-theme-search-box:nth-of-type(2n) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box {
    flex: 1 0 100% !important;
  }
}
.vp-product-item-theme.vp-theme-search-box .vp-product-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  padding: 12px;
}
.vp-product-item-theme.vp-theme-search-box .vp-title {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .vp-product-item-theme.vp-theme-search-box .vp-title {
    min-height: 43px;
    height: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box .vp-title {
    font-size: 14px;
    height: auto;
    overflow: hidden;
  }
}
.vp-product-item-theme.vp-theme-search-box .vp-detail {
  margin-top: 5px;
  font-size: 9px;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span {
  background: #f2f3f7;
  padding: 0 5px;
  margin-left: 2px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  border-radius: 2px;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-green-icon i {
  color: #61c362;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-green {
  color: #fff;
  background: #61c362;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-red {
  color: #fff;
  background: #fb3449;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-red-icon i {
  color: #fb3449;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-orange {
  color: #fff;
  background: #ffa500;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span.vp-orange-icon i {
  color: #ffa500;
}
.vp-product-item-theme.vp-theme-search-box .vp-detail span i {
  margin-left: 2px;
  vertical-align: middle;
}
.vp-product-item-theme.vp-theme-search-box > .vp-detail {
  position: absolute;
  left: 12px;
  bottom: 12px;
  line-height: 32px;
}
.vp-product-item-theme.vp-theme-search-box .vp-price-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box .vp-price-list {
    flex-direction: column;
    margin-bottom: 0;
    line-height: 1;
    height: 32px;
    line-height: 32px;
  }
}
.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price {
  flex: 1;
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price
  > .vp-value {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price
    > .vp-value {
    font-weight: bold;
    color: #000;
  }
}
.vp-product-item-theme.vp-theme-search-box .vp-price-list .vp-price > .vp-unit {
  color: #4a5f73;
  vertical-align: middle;
  margin-right: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price
    > .vp-unit {
    font-weight: bold;
    font-size: 8px;
    color: #000;
  }
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price.vp-discounted {
  padding-top: 2px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price.vp-discounted {
    padding-top: 0;
    padding-left: 20px;
  }
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price.vp-discounted
  .vp-value {
  color: #000;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  z-index: 2;
  padding: 0 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price.vp-discounted
    .vp-value {
    font-size: 12px;
    color: #4a5f73;
  }
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price.vp-discounted
  .vp-value:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(7deg);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background: #a4a4a4;
  z-index: 1;
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price.vp-discounted
  .vp-discount {
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
  font-size: 10px;
  background: #ffcc00;
  color: #fff;
  background: transparent url("../img/discount.png") no-repeat center / 100%;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  line-height: 22px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price.vp-discounted
    .vp-discount {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 10px;
    margin-right: 0;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
  }
}
.vp-product-item-theme.vp-theme-search-box
  .vp-price-list
  .vp-price.vp-discounted
  .vp-discount
  > span {
  font-size: 11px;
  line-height: 0;
  margin-left: -2px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .vp-product-item-theme.vp-theme-search-box
    .vp-price-list
    .vp-price.vp-discounted
    .vp-discount
    > span {
    font-size: 10px;
  }
}
.vp-product-item-theme.vp-theme-search-box .vp-quantity-supermarket-theme {
  position: absolute;
  left: 12px;
  bottom: 12px;
  height: 30px;
  line-height: 26px;
}
.vp-product-item-theme.vp-theme-search-box
  .vp-quantity-supermarket-theme
  .vp-quantity-supermarket {
  line-height: 30px;
}
.vp-product-item-theme.vp-theme-search-box
  .vp-quantity-supermarket-theme
  .vp-btn {
  width: 30px;
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.lds-ripple {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ffcc00;
  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;
  }
}
@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"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
.ecommerce-search-pane input::-moz-placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
input[typefield="address"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
.ecommerce-search-pane input:-ms-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"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
.ecommerce-search-pane input::-moz-placeholder {
  color: #555;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
input[typefield="address"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
.ecommerce-search-pane input:-ms-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)";
}

@media (max-width: 992px) {

div#column-946586 .ecommerceSearch {
    width: 100%;
    padding: 0% 4%;
}

}.searchstartIcon {
  display: block;
  cursor: pointer;
}
.searchstartIcon svg {
  width: 30px;
  height: 30px;
}
.backGround-seach {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #8d8d8d96;
  right: 0;
  top: 100%;
  transition: 2s;
}

.backGround-seach.active {
  top: 0;  
}
.vp-search-box.active {
  top: 45%;
}