.wr-checkout-content {
  background: #fff;
  padding: 30px;
}

.sticky {
  position: fixed;
  z-index: 101;
}

.not-active {
  position: relative;
  cursor: default;
  pointer-events: none;
  overflow: hidden;
}

.bonus-exclamation {
  font-size: 12px;
  color: #bdbdbd;
  display: flex;
  align-items: center;
  gap: 9px;
}

.not-active:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 500;
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
}

.not-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin: -15px 0 0 -15px;
  border-radius: 100%;
  z-index: 501;
}

.wr-bonus-card-block-item .icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/local/images/toledo/exclamation-yellow.svg) no-repeat;
  left: 19px;
  top: 2px;

  display: flex;
  align-items: center;
}


.stop {
  position: relative;
  z-index: 101;
}

#article {
  display: block;
  float: left;
  width: 67%;
  /* height: 1000px; */
}

#aside1 {
  display: block;
  margin-left: 70%;
}

.delivery-item,
.payment-item {
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  width: 100%;
  list-style: none;
  padding: 15px 15px 15px 15px;
  float: left;
  height: 100px;
  transition: .3s;
}

.delivery-item:hover {
  cursor: pointer;
  border: 2px solid #e3000f;
}

.payment-item:hover {
  cursor: pointer;
  border: 2px solid #e3000f;
}

.delivery-item.active,
.payment-item.active {
  border: 2px solid #e3000f;
}

.payment-block .payment-item-left {
  width: 100%;
  height: 100%;
}

.payment-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment-block .payment-item-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-block .payment-item {
  display: grid;
  gap: 5px;
  height: 100%;
  grid-template-columns: 20% 80%;
}


.wr-checkout-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wr-checkout-content .delivery-block {
  margin-top: 30px;
}

.delivery-block .delivery-list ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.personal-block ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wr-checkout-content form input[type=text] {
  width: 361px;
}


.wr-checkout-content .payment-block {
  margin-top: 30px;
}

/* discount */
.wr-checkout-content .discount-block {
  margin-top: 30px;
}

.discount-block ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.discount-item {
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  width: 100%;
  list-style: none;
  padding: 10px 15px 10px 15px;
  float: left;
  height: 100%;
  transition: .3s;
}

.discount-item.active {
  border: 2px solid #24c682;
}


/*  */

.accrue-bonus-card {
  background-color: #f8f9fb;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
}


.accrue-bonus-card {
  padding: 0 20px;
  color: #6c6c6c;

}

.wr-checkout-content .bonus-card-block {
  margin-top: 30px;
}


.bonus-card-block .wr-bonus-card-block-item {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.bonus-card-block-item {
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  width: 100%;
  list-style: none;
  padding: 10px 15px 10px 15px;
  float: left;
  transition: .3s;
}

.available-bonus-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #6c6c6c;
  font-weight: 300;
}

.cart-item-price.remove {
  text-decoration: line-through #e3000f;
}

.cart-item-discount {
  color: #e3000f;
  margin-left: 10px;
}

.bonus-card-block-item .wr-bonus-input-block {
  display: flex;
  margin-bottom: 5px;
}

.bonus-card-block-item .wr-bonus-input {
  border-bottom: #d6d6d6 1px solid;
  width: 80px;
  max-width: 140px;
  padding: 0 9px 0;
  height: 23px;
}

.bonus-card-block-item input:focus::placeholder {
  color: transparent;
}

.bonus-card-block-item input {
  width: 100%;
  text-align: center;
  border: none;
}

/*  */
.payment-block ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.delivery-block .delivery-item {
  display: flex;
  gap: 5px;
}

.delivery-block .delivery-item img {
  width: 30px;
}

.cart-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.checkout-content-right .title-cart {
  padding-bottom: 15px;
}

.basket-under-order {
  margin-top: 30px;
}

.basket-instock {
  background: #f8f9fb;
  padding: 15px;
  border-radius: 4px;
}

.basket-under-order {
  background: #f8f9fb;
  padding: 15px;
  border-radius: 4px;
}

.checkout-content-right .btn-cart-item {
  border: none;
  background: none;
  color: red;
}

.basket-instock li:first-child {
  margin-top: 0;
}

.basket-instock li {
  margin-top: 15px;
}

.basket-under-order li:first-child {
  margin-top: 0;
}

.basket-under-order li {
  margin-top: 15px;
}

.cart-item .cart-item-name {
  font-weight: 500;
  font-size: 14px;
}

.personal-block .personal-item {
  position: relative;
}

.personal-block .personal-item input {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding: 25px 40px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.personal-block .personal-item span {
  padding-right: 2px;
}

.personal-block .personal-item .personal-item-error {
  color: red;
}

.wr-checkout-content .submit-block button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 6px 25px;
  transition: .3s;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #e3000f;
  background-color: #e3000f;
}

.wr-checkout-content .submit-block {
  text-align: center;
  margin-top: 15px;
}

.wr-checkout-content .more-info-block {
  margin-top: 60px;
}

.wr-checkout-content .more-info-block textarea {
  resize: none;
  position: relative;
  outline: 0;
  border-radius: 6px;
}

.cart-ico-delete-item {
  background: url('/local/images/delete-circle.svg') no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}

.personal-block .personal-item .error {
  border: 1px solid #e3000f;
}

.delivery-info-list .ico-clock {
  background: url('/local/images/toledo/clock-outline.svg') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.delivery-info-list .ico-alert {
  background: url('/local/images/toledo/alert-circle-outline.svg') no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.wr-delivery-info-pickup {
  display: grid;
  grid-template-columns: 70% 30%;
}

.delivery-workhouse-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.delivery-info-list {
  margin-top: 30px;
}

.delivery-info-pickup-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.delivery-info-pickup-map img {
  border-radius: 50%;
  max-width: 150px;
}

.delivery-info-pickup-right {
  text-align: center;
}

.delivery-info-9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.delivery-info-item .personal-groups {
  position: relative;
}

.delivery-info-item input.error {
  border: 1px solid #e3000f;
}

.wr-checkout-content .warning-tecnical-works {
  border-radius: 6px;
  padding: 15px;
  background: #ff0011c7;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
}

.wr-checkout-content .warning-tecnical-works a {
  color: white;
}

.wr-checkout-content .warning-tecnical-works a:hover {
  text-decoration: underline;
}

.personal-block .button-authorization {
  color: #fff;
  margin-top: 30px;
  background: #43cf43;
  border: 2px solid #00bd00;
  padding: 10px 15px;
  border-radius: 6px;
}

.personal-block .button-authorization:hover {
  background-color: #7dff7d;
}

.wr-checkout-content .no-basket-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.wr-checkout-content .catalog-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wr-checkout-content .catalog-link a {
  background-color: #e3000f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  border: 2px solid #e3000f;
  transition: .3s;
}

.wr-checkout-content .catalog-link a:hover {
  color: #e3000f;
  background-color: #fff;
}


.wr-checkout-content .submit-block button.inactive {
  background-color: gray;
  border: none;
}


hr {
  margin: 30px 0 0;
}


.wr-order-check {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.order-check-list {
  width: 350px;
}

.wr-order-check ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.order-check-result {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.wr-order-check li {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #cecece;
  padding: 3px 0;
  display: flex;
  justify-content: space-between;
}

.wr-order-check .discount-check-mess {
  color: #e3000f;
  display: flex;
}

.wr-order-check .icon-bonus-red {
  width: 17px;
  height: 16px;
  background: url(/local/images/sprite.svg) -292px -254px no-repeat;
  will-change: transform;
  margin-right: 10px;
}


button[disabled] {
  opacity: 0.15;
}

/* personal-... */

.personal-group {
  position: relative;
}

form .personal-group.error input {
  border-color: #fadb5f;
}

/* form .personal-group.error input ~ .error {
  display: flex !important
} */


form .personal-group.error .error {
  pointer-events: auto;
  display: flex;
}


form .personal-group.error input~.error {
  display: flex !important
}

form .personal-group .error {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  justify-content: center;
  pointer-events: none
}

form .personal-group .error .error-mark {
  background: url(/local/images/sprite.svg?3999ec2f) -134px -249px no-repeat;
  width: 20px;
  height: 20px;
  display: none;
  margin: 16px 0 0 7px
}

form .personal-group .error .error-mark:hover~.error-message,
form .personal-group .error .error-mark:hover~.triangle {
  opacity: 1
}

form .personal-group .error .success-mark {
  width: 12px;
  height: 9px;
  background: url(/local/images/sprite.svg?3999ec2f) -217px -230px no-repeat;
  margin: 22px 0 0 5px;
}

form .personal-group .error.active .error-mark,
form .personal-group label,
form .rating-group input[aria-invalid=false]~.error .success-mark {
  display: inline-block
}

form .personal-group .error.active .success-mark {
  display: none
}

form .personal-group .error .error-message,
form .personal-group .error .triangle {
  pointer-events: none;
  transition: .3s;
  opacity: 0
}

form .personal-group .error .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fadb5f;
  position: absolute;
  bottom: 1px;
  left: 19px
}

@media (max-width: 767px) {
  form .personal-group .error .triangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent #fadb5f;
      top: 2px;
      left: unset;
      right: 25px
  }
}

form .personal-group .error .error-message {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 48px;
  left: -80px;
  background: #fadb5f;
  padding: 16px 20px;
  z-index: 10;
  width: 160px;
}

@media (max-width: 767px) {
  form .personal-group .error .error-message {
      top: -13px;
      left: unset;
      right: 35px
  }
}

/* /// */
.delivery-info-item .error-boxberry {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e3000f;
}

.delivery-info-item .error-boxberry .error-mark {
  display: block;
  background: url(/local/images/sprite.svg?3999ec2f) -134px -249px no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}


#boxberry_map {
  margin-top: 20px;
}

.order-check-list-tittle {
  margin: 20px 0 0;
  font-size: 1.17em;
}

.order-check-list-body {
  margin: 20px 0 0;
  line-height: 1.5;
}


.order-check-info {
  font-weight: 500;
  font-size: 14px;
}

/*  */

.popup.change-country {
  width: 100%;
  max-width: 427px;
  padding: 0;
}

.personal-group form-group {
  position: relative;
}

.personal-group input {
  width: 400px;
}

.wr-input-change-country {
  position: relative;
}

.personal-block li {
  display: flex;
  gap: 20px;
}


.profile-phone .confirm-number  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-content: flex-start;
  width: 178px
}

.profile-phone button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
  padding: 6px;
  transition: .3s;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #e3000f;
  background-color: #e3000f;
}

.profile-phone .confirm-number .info {
  font-weight: 400;
  font-size: 12px;
  word-break: auto-phrase;
  color: #e3000f;
}

.wr-input-change-country input {
  border-color: #fadb5f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
  width: 100%;
  padding: 25px 40px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wr-input-change-country label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #666;
  position: absolute;
  padding-top: 8px;
  padding-left: 20px;
  top: 1px;
  left: 1px;
  width: calc(100% - 5px);
  background: #fff;
  border-radius: 10px;
}

.wr-input-change-country input[type=text].required~label:after {
  content: '*';
  position: absolute;
  margin-left: 5px;
  color: #e3000f;

}

.wr-input-change-country.error .error.active .error-mark {
  display: block;
}

.wr-input-change-country .error {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex !important;
  justify-content: center;
}

.wr-input-change-country .error-mark {
  display: none;
  background: url(/local/images/sprite.svg?3999ec2f) -134px -249px no-repeat;
  width: 20px;
  height: 20px;
  margin: 16px 0 0 7px;
}

.wr-input-change-country .error .success-mark {
  display: none;
  background: url(/local/images/sprite.svg?3999ec2f) -217px -230px no-repeat;
  width: 12px;
  height: 9px;
  margin: 22px 0 0 5px;
}

.wr-input-change-country .error .success-mark.active {
  display: block !important
}

.wr-input-change-country .error-mark:hover~.error-message,
.wr-input-change-country .error-mark:hover~.triangle {
  opacity: 1;
}

.wr-input-change-country .error .error-message {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: 48px;
  left: -80px;
  background: #fadb5f;
  padding: 16px 24px;
  z-index: 10;
  width: 150px;
}

.wr-input-change-country .error .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fadb5f;
  position: absolute;
  bottom: 1px;
  left: 19px;
}

.wr-input-change-country .error .error-message,
.wr-input-change-country .error .triangle {
  pointer-events: none;
  transition: .3s;
  opacity: 0;
}

.sr-select-vendor-search {
  padding: 0 20px 10px 20px;
  position: relative;
}

.sr-select-vendor-input {
  font-size: 16px;
  border: 1px solid #d8d8d8;
  padding: 0 15px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  height: 35px;
  width: 100%;
}

.wr-input-change-country .wr-prop-country-list {
  padding: 0 0 0 40px;
}

.wr-input-change-country {
  /* overflow: auto; */
  /* overflow-x: hidden;
  overflow-y: scroll; */
  /* height: 455px;
  scrollbar-width: thin;
  scrollbar-color: #aaa rgb(237, 237, 237); */
}

.props-block-list .wr-prop-country-list {
  overflow-y: scroll;
  height: 400px;
  list-style: none;
  scrollbar-color: #aaa rgb(237, 237, 237);
  padding-left: 0;
}


.props-block-list .wr-prop-country-list .prop-item {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}

.props-block-list .wr-prop-country-list .prop-item:hover span {
  transition: all ease 0.3s;
  color: #e3000f;
}

.props-block-list .wr-prop-country-list .prop-item .prop-name {
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  border-bottom: #eee 1px solid;
  cursor: pointer;
}

.wr-prop-country-list::-webkit-scrollbar {
  width: 12px;
  border-radius: 20px;
}

.wr-prop-country-list::-webkit-scrollbar-track {
  background-color: #f1f4f7;
}

.wr-prop-country-list::-webkit-scrollbar-thumb {
  background-color: #e3000f;
  border-radius: 20px;
  border: 3px solid #f1f4f7
}


/*  */


.bonus-card-block.error .error {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex !important;
  justify-content: center;
  pointer-events: none;
}

.bonus-card-block .error .error-mark {
  background: url(/local/images/sprite.svg?3999ec2f) -134px -249px no-repeat;
  width: 20px;
  height: 20px;
  display: none;
  margin: 0 0 0 14px;
}

.bonus-card-block .error.active .error-mark {
  display: inline-block;
}

.bonus-card-block .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fadb5f;
  position: absolute;
  right: 0;
}

.bonus-card-block .error-message {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #333;
  position: absolute;
  background: #fadb5f;
  padding: 16px 15px;
  z-index: 10;
  width: 137px;
  right: -27px;
  top: 32px;
}

.bonus-card-block .error-mark:hover~.error-message,
.bonus-card-block .error-mark:hover~.triangle {
  opacity: 1;
}

.bonus-card-block .error-message,
.bonus-card-block .triangle {
  pointer-events: none;
  transition: .3s;
  opacity: 0;
}

.bonus-card-block .wr-bonus-error {
  position: relative;
}

.bonus-card-block-item .wr-bonus-input.active {
  border-color: #e3000f;
}

.yandex-map {
  width: 740px; 
  height: 620px
}


@media (max-width: 550px) {
  .order-check-list .wr-order-table {
      height: auto;
  }
  .yandex-map {
      width: 495px; 
      height: 430px
  }
}

@media (max-width: 430px) {
  .yandex-map {
      width: 364px;
      height: 430px
  }
}

@media (max-width: 390px) {
  .yandex-map {
      width: 335px;
      height: 430px
  }
}

@media (max-width: 767px) {

  .delivery-item,
  .payment-item {
      height: 100%;
  }

  .basket-instock {
      margin-top: 20px;
  }

  #aside1 {
      margin-left: 0;
  }

  #article {
      float: none;
      width: 100%;
  }
}

@media (max-width: 890px) {
  .order-check-list .wr-order-table {
      height: 181px;
  }
}

@media (max-width: 945px) {
  .order-check-list .wr-order-table {
      height: 216px;
  }
}


@media (max-width: 945px) {
  .personal-block li {
      flex-direction: column;
  }
}