/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/form-order/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.yourstore-form-order {
  width: 100%;
  position: relative;
}

.ys-order-form-type-1 > .group {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.ys-order-form-type-1 .ads-preview {
  position: sticky;
  top: 65px;
  margin-bottom: 20px;
  background: #d0edff;
  border-radius: 10px;
  padding: 12px 12px;
  border: 2px solid #006BB0;
  max-width: 235px;
  line-height: normal;
}

.ys-order-form-type-1 .ads-preview .title {
  color: #006bb0;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 10px;
}

.ys-order-form-type-1 .ads-preview .text {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #333;
  overflow: hidden;
  min-height: 50px;
  text-align: justify;
  word-break: break-word;
}

.ys-order-form-type-1 .ads-preview .count-row {
  margin-top: 10px;
  padding: 0 10px;
}

.ys-order-form-type-1 .ads-preview .count-release {
  margin-top: 5px;
  padding: 0 10px;
}

.ys-order-form-type-1 .ads-preview .total-price {
  font-size: 19px;
  font-weight: 500;
  padding: 0 10px;
  margin: 10px 0 0;
}

.ys-order-form-type-1 .ads-preview .total-price span {
  color: #006BB0;
}

.ys-order-form-type-1 .ads-preview .count {
  font-weight: 600;
  margin-right: 10px;
}

.ys-order-form-type-2,
.ys-order-form-type-3,
.ys-order-form-type-1 > .group > div:first-child {
  max-width: 475px;
}

.yourstore-form-order .alert-error {
  color: red;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.yourstore-form-order .field {
  margin-bottom: 20px;
}

.yourstore-form-order .ys-ajax {
  position: relative;
}

.yourstore-form-order.loading:after,
.yourstore-form-order .ys-ajax.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  animation: show_options 0.2s ease-out 0s forwards;
}

@keyframes show_options {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.yourstore-form-order .approval {
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
}

.yourstore-form-order .total-price {
  font-size: 25px;
  margin-bottom: 20px;
}

.yourstore-form-order .contact-block {
  background: #efefef;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.yourstore-form-order .contact-block > .title {
  font-size: 25px;
  padding-left: 15px;
  margin: 10px 0;
  color: #333;
  font-weight: 600;
}

.yourstore-form-order .contact-block > .desc {
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #777;
}

@media (max-width: 1000px) {
  .yourstore-form-order .contact-block > .title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .yourstore-form-order .contact-block {
    padding: 10px;
  }
  .yourstore-form-order .contact-block > .title {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style-index.css.map*/