.shop2-vendors.shop2-vendors3 {
  justify-content: center;
}
.product-select {
  width: 234px;
  margin: 0 auto;
  max-width: 100%;
}
.product-select .jqselect {
  position: relative;
  display: block !important;
}
.product-select .jqselect:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  width: 11px;
  height: 6px;
  z-index: 1;
  margin-top: -3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  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%2211px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2011%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%232c262a%22%20d%3D%22M-0.000%2C0.000%20L5.500%2C6.000%20L11.000%2C0.000%20L-0.000%2C0.000%20Z%22%2F%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
.product-select .jqselect.opened:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.product-select .jq-selectbox__select {
  background: 0 0;
  font: 17px rr, Arial, Helvetica, sans-serif;
  color: #2c262a;
  height: 56px;
  padding: 18px 55px 16px 20px;
  width: 100%;
  border: none;
  text-align: left;
  background: #f7f7f7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}
.product-select .jq-selectbox__dropdown {
  margin-top: -56px;
  background: #fff;
  width: 100% !important;
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
}
.product-select .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-select .jq-selectbox__dropdown ul li {
  color: #2c262a;
  font: 17px rr, Arial, Helvetica, sans-serif;
  padding: 18px 55px 18px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 481px) {
  .product_top_wrapper .shop2-product .product_top_block .product_name {
    font-size: 18px;
  }
}
.text-block {
  display: none;
}
.footer_form_block * .field_error {
  color: #fff !important;
}
