.shop2-order-form .form-item {
  position: relative;
  width: 440px;
  max-width: 100%;
}
.shop2-order-form .form-item input[type="text"], .shop2-order-form .form-item select, .shop2-order-form .form-item textarea {
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.suggestions-wrapper {
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 10;
  display: block;
  width: 100%;
}
.suggestions-wrapper a, .suggestions-wrapper span, .suggestions-wrapper strong {
  display: inline !important;
}
.suggestions-suggestions {
  padding: 16px 20px 17px;
  border: 1px solid #333;
  border-radius: 3px;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.sample-popup * {
  box-sizing: border-box;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  width: 600px;
  padding: 0;
  background: #f5f5f5;
  position: relative;
  border-radius: 10px;
}
.sample-popup .sample-popup-top {
  padding: 30px;
}
.sample-popup .sample-popup-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 15px;
}
.sample-popup .sample-popup-image {
  font-size: 0;
  text-align: center;
}
.sample-popup .sample-popup-image img {
  border-radius: 10px;
}
.sample-popup .sample-popup-text {
  color: #000;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.3;
}
.sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
.sample-popup .sample-close2 {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/15px no-repeat;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
}
.sample-popup-form {
  padding: 30px;
  background: #e3e3e3;
  color: #000;
  border-radius: 10px 10px;
}
.sample-popup-form *:first-child {
  margin-top: 0;
}
.sample-popup-form *:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .sample-popup {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sample-popup-form {
    padding: 30px 20px 20px;
  }
}
.delivery_block {
  display: none;
}
.address_link_top {
  background-image: url(./images/geo100x100.png);
  width: 20px;
  height: 18px;
  float: inherit;
  margin-left: 5px;
  order: 2;
  background-size: 18px;
  padding-right: 0;
}
