.desktop-search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.desktop-search-overlay .search-form {
  width: 50%;
  margin: 200px auto 0 auto;
  position: relative;
  display: block;
}

.desktop-search-overlay .search-form .search-input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #6f6e6e;
  font-size: 18px;
  line-height: 18px;
  background-color: transparent;
  color: #6f6e6e;
  width: 100%;
}

.desktop-search-overlay .search-form .search-button {
  background: url('../images/icons_search_white.png') no-repeat left top transparent;
  background-size: contain;
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-shadow: none;
  position: absolute;
  right: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.desktop-search-overlay .search-form .closebutton {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: transparent;
  box-shadow: none;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  top: -150px;
  right: -40px;
  cursor: pointer;
}

.dyson-search-term {
  padding-top: 15px;
  max-width: 50%;
}

.dyson-search-term,
.dyson-search-term li {
  list-style: none;
  list-style-type: none;
  color: #fff;
  z-index: 999999;
  padding: 0;
  margin: 0;
}

.dyson-search-term li {
  cursor: pointer;
  padding: 5px;
}

/* Search results list (products) */

.results-msg {
  text-align: center;
  color: #444;
  padding: 20px 5px;
}

.results-msg q {
  quotes: "\201c" "\201d" "\2018" "\2019";
}

.product {
  display: flex;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

.product-inner {
  width: 100%;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgba(97, 128, 130, .08);
  box-shadow: 2px -2px 0 #fff, 10px -10px 0 rgba(97, 128, 130, .08);
}

.branding {
  position: absolute;
  z-index: 2;
  left: 7px;
  right: 7px;
  top: 10px;
}

.branding img {
  width: auto;
  height: 20px;
}

.product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-name {
  margin: 15px auto;
}

.product-name a {
  font-size: 18px;
  color: inherit;
}

.product-image {
  margin: 80px auto 20px auto;
}

.product-image img {
  width: 100%;
  max-width: 300px;
}

.discount-bubble {
  display: flex;
  flex-direction: column;
  width: 74px;
  height: 74px;
  padding: 4px;
  background: #d51e27;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
}

.discount-bubble .title {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.discount-bubble .amount {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

.discount-bubble .amount strong {
  display: block;
  margin-top: -17px;
}

.to-botom {
  margin-top: auto;
}

.pret-redus {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  text-decoration: line-through;
}

.reducere {
  padding-left: 10px;
}

.pret-sale {
  font-size: 24px;
  font-weight: 500;
}

.button-container {
  text-align: center;
}

.button-container a {
  float: none;
  line-height: 3;
  font-size: 14px;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .product {
    padding-left: 5px;
  }
  .product-inner {
    flex-direction: row;
    padding: 5px;
  }
  .branding {
    bottom: 5px;
    right: auto;
    left: 7px;
  }
  .product-image {
    width: 41%;
    margin: 0 auto;
    padding-right: 10px;
  }
  .pret-sale {
    font-size: 21px;
  }
  .discount-bubble {
    height: auto;
    left: 3px;
    right: auto;
    padding: 2px;
  }
  .discount-bubble .title {
    display: none;
  }
  .discount-bubble .amount strong {
    margin-top: 0;
    font-weight: 500;
  }
  .button-container {
    margin-bottom: 5px;
  }
  .button-container a {
    line-height: 2.5;
  }
}

@media screen and (max-width: 480px) {
  .product-name {
    margin: 5px auto;
    font-size: 16px;
  }
}
