.order {
  width: 100%;
}
.order__block-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(128, 144, 124);
  margin-bottom: 15px;
}
.order__menu {
  display: none;
  margin-bottom: 60px;
}
.order__btn {
  position: sticky;
  bottom: 0;
  background-color: white;
  width: 100%;
  padding: 10px;
  max-width: 100% !important;
}
.order__btn .btn {
  max-width: 100% !important;
}
.order__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.order__point .order__props {
  margin-bottom: 0;
}
.order__point [data-role=pvz-address] {
  font-weight: 700;
  border: none;
  background-color: transparent !important;
  padding: 0;
  font-size: 16px;
  color: rgb(128, 144, 124);
  width: 100%;
}
.order__footer {
  background-color: white;
  padding: 10px 0;
  width: 100%;
}
.order__footer--mobile {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.order__footer--desktops {
  display: none;
}
.order__back {
  font-size: 14px;
  color: rgb(128, 144, 124);
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.order__col:not(.active) {
  display: none;
}
.order__col-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.order__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.order__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 15px;
  border-bottom: 2px solid rgb(197, 222, 190);
}
.order__product-main {
  display: block;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order__product-pic {
  max-width: 110px;
  aspect-ratio: 0.79;
  width: 100%;
  overflow: hidden;
}
.order__product-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order__product-art {
  font-size: 14px;
  line-height: 17px;
  color: rgb(121, 119, 119);
  margin-bottom: 15px;
}
.order__product-size {
  margin-right: 10px;
  color: rgb(165, 201, 156);
}
.order__product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
.order__product-color img {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.order__product-parametrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 291px;
}
.order__product-name {
  margin-bottom: 10px;
}
.order__product-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.order__product-footer .order__product-prices {
  display: none;
}
.order__product-delete {
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.order__product-prices {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order__product-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order__product-right .order__product-prices {
  margin-left: 0;
}
.order__product-right .order__product-price {
  color: black;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.order__product-right .order__product-price_old {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: rgb(111, 111, 111);
}
.order__product-right .order__product-price_old:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(252, 42, 42);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-8deg) translateY(-50%);
          transform: rotate(-8deg) translateY(-50%);
}
.order__product-price {
  font-size: 16px;
  font-weight: 500;
  color: rgb(111, 111, 111);
}
.order__product-price-discount {
  font-size: 14px;
  background: rgb(255, 157, 157);
  border-radius: 5px;
  padding: 2px 7px;
  color: white;
}
.order__props {
  margin-bottom: 20px;
}
.order__prop-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(128, 144, 124);
  margin-bottom: 15px;
}
.order__prop .bx-sls .dropdown-block {
  border-radius: 5px;
  border-color: rgb(128, 144, 124);
  height: 40px;
}
.order__prop .bx-sls .dropdown-block .dropdown-icon {
  top: 13px;
}
.order__prop .bx-sls .dropdown-block .bx-ui-sls-clear {
  top: 3px;
}
.order__prop .bx-sls .dropdown-block .bx-ui-sls-container {
  min-height: 40px;
}
.order__prop .bx-sls .dropdown-block .bx-ui-sls-fake, .order__prop .bx-sls .dropdown-block .bx-ui-sls-route {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.order__services .btn-primary {
  padding: 10px;
  background-color: rgb(165, 201, 156);
  border-radius: 10px;
  max-width: 180px;
  font-size: 16px;
  text-align: center;
}
.order__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  width: 100%;
}
.order__service span {
  font-size: 14px;
  color: rgb(128, 144, 124);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.order__service-price {
  font-weight: 700;
  font-size: 16px;
}
.order__service-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.order__service-radio + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
}
.order__service-radio + label:before {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgb(128, 144, 124);
}
.order__service-radio + label:after {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 5px;
  top: 5px;
}
.order__service-radio:checked + label::before {
  border: 1px solid rgb(128, 144, 124);
}
.order__service-radio:checked + label::after {
  background-color: rgb(128, 144, 124);
}
.order__input-textarea {
  padding: 20px;
  font-size: 14px;
  color: rgb(128, 144, 124);
  border: 1px solid rgb(128, 144, 124);
  border-radius: 5px;
  resize: none;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
}
.order__coupon {
  margin-bottom: 15px;
}
.order__coupon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.order__coupon-block {
  position: relative;
  width: 100%;
}
.order__coupon-item {
  width: 100%;
  padding: 11px 30px;
  background: rgb(197, 222, 190);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 10px;
}
.order__coupon-item:last-child {
  margin-bottom: 0;
}
.order__coupon-item span {
  font-size: 16px;
}
.order__coupon-remove {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.order__coupon-input {
  padding: 16px 20px;
  border-radius: 5px;
  border: 1px solid rgb(128, 144, 124);
  font-size: 16px;
  width: 100%;
}
.order__coupon-title {
  font-size: 14px;
  color: rgb(128, 144, 124);
  margin-right: 10px;
}
.order__coupon-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(165, 201, 156);
  font-size: 14px;
  padding: 8px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  border: none;
}
.order__coupon-submit.btn-green {
  max-width: 120px;
}
.order__comment {
  margin-bottom: 15px;
}
.order__total {
  padding: 16px 0;
  border-radius: 10px;
  background-color: rgba(165, 201, 156, 0.2);
  width: 100%;
  margin-bottom: 15px;
}
.order__total-item {
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.order__total-item:first-child {
  padding-top: 0;
  border-bottom: 1px solid rgb(128, 144, 124);
}
.order__total-item:last-child {
  padding-bottom: 0;
}
.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order .jq-number__spin.minus::after, .order .jq-number__spin.minus::before, .order .jq-number__spin.plus::after, .order .jq-number__spin.plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgb(0, 0, 0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.order .jq-number__spin.minus::before, .order .jq-number__spin.plus::before {
  content: "";
  width: 10px;
  height: 2px;
}
.order .jq-number__spin.plus::after {
  content: "";
  width: 2px;
  height: 10px;
}
.order .jq-number {
  position: relative;
  min-width: 80px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.order .jq-number input {
  padding: 6px;
  text-align: center;
  border: 1px solid rgb(165, 201, 156);
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
}
.order .jq-number__spin {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.order .jq-number__spin.minus {
  left: 0;
}
.order .jq-number__spin.plus {
  right: 0;
}
.order__errors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: rgb(255, 157, 157);
  margin-bottom: 15px;
  font-size: 14px;
}
.order__prop {
  margin-bottom: 10px;
}
.order__form_loading {
  opacity: 0.4;
  pointer-events: none;
}
.order-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 100%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.order-success__title {
  font-size: 16px;
  margin-bottom: 20px;
}
.order-success__link {
  font-size: 14px;
  color: rgb(138, 145, 124);
  cursor: pointer;
}
.order-success__link span {
  cursor: pointer;
}
.order-success__link svg {
  fill: rgb(138, 145, 124);
  margin-left: 10px;
  cursor: pointer;
}

select.change_size {
  padding: 6px 15px 6px 6px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  max-height: 31px;
  font-size: 16px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 4px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  background-color: rgba(197, 222, 190, 0.5);
  color: #A5C99C;
  outline: none;
}
select.change_size option {
  padding: 3px 10px;
  cursor: pointer;
  color: rgb(128, 144, 124);
  background-color: white;
}
select.change_size optionselected {
  background-color: rgb(128, 144, 124);
}

*[dir=rtl] select.change_size, :root:lang(ar) select.change_size, :root:lang(iw) select.change_size {
  background-position: left 4px top 50%, 0 0;
  padding: 6px 15px 6px 6px;
}

.jq-selectbox.change_size select.change_size {
  opacity: 0;
  padding: 6px;
}
.jq-selectbox.change_size .jq-selectbox__select {
  background-color: rgba(197, 222, 190, 0.5);
  border: none;
}

.delivery__field-input {
  width: 100%;
  max-width: 100%;
  padding: 9px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid rgb(128, 144, 124);
}

@media (min-width: 620px) {
  .order__col-title {
    font-size: 30px;
  }
  .order__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order__prop-title {
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 148px;
  }
  .order__prop_loc {
    max-width: 452px;
    width: 100%;
  }
  .order-success {
    padding-top: 20px;
  }
  .order-success__title {
    font-size: 20px;
  }
  .order-success__link {
    font-size: 16px;
  }
  .delivery__field-input {
    width: 100%;
    max-width: 452px;
  }
}
@media (min-width: 1290px) {
  .order__col {
    display: block !important;
  }
  .order__col-step2 .order__col-inner {
    display: grid !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 629px 520px;
  }
  .order__footer--desktops {
    display: block;
  }
  .order__footer--mobile {
    display: none;
  }
  .order__back {
    display: none;
  }
  .order__offer-btn {
    display: none !important;
  }
  .order__menu {
    display: block;
  }
  .order__prop_loc {
    max-width: 472px;
  }
  .order__prop_loc .bx-sls .dropdown-block {
    height: 62px;
  }
  .order__prop_loc .bx-sls .dropdown-block .bx-ui-sls-container {
    min-height: 62px;
  }
  .order__prop_loc .bx-sls .dropdown-block .dropdown-icon {
    top: 24px;
  }
  .order__prop_loc .bx-sls .dropdown-block .bx-ui-sls-clear {
    top: 15px;
  }
  .order__coupon-input {
    padding: 20px;
  }
  .order__coupon-sumbit {
    right: 8px;
    padding: 12px;
  }
  .delivery__field-input {
    max-width: 472px;
    padding: 20px;
  }
}
.jq-selectbox__select {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid rgb(165, 201, 156);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  max-height: 31px;
}
.jq-selectbox__select-text {
  margin-right: 6px;
  cursor: pointer;
}
.jq-selectbox__trigger-arrow {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jq-selectbox__trigger-arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../../../../assets/svg/arrow-size.svg") center center/contain no-repeat;
  cursor: pointer;
}
.jq-selectbox__dropdown {
  margin-top: 5px;
  width: 100%;
  padding: 6px 0;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.jq-selectbox__dropdown li {
  padding: 3px 10px;
  cursor: pointer;
  color: rgb(128, 144, 124);
}
.jq-selectbox__dropdown li.sel {
  background-color: rgb(197, 222, 190);
}

@media (max-width: 720px) {
  .order__product-delete {
    margin-left: 0;
  }
  .order__product-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order__product-right .order__product-prices {
    display: none;
  }
  .order__product-prices {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .order__product-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order__product-footer .order__product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .order__product-footer .order__product-price_old {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: rgb(111, 111, 111);
  }
  .order__product-footer .order__product-price_old:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(252, 42, 42);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-8deg) translateY(-50%);
            transform: rotate(-8deg) translateY(-50%);
  }
}
.radio label, .checkbox label {
  padding-left: 0;
}/*# sourceMappingURL=style.css.map */