/*
https://shop.atributika.ru/personal/cart/css/cart-new.css
*/

.order-new {
}

.order-new__row {
  display: flex;
  column-gap: 60px;
}

.order-new__col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 1px;
}

.order-new__section {
  margin-bottom: 37px;
}

.order-new__section-header {
  border-bottom: 2px solid;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

.order-new__section-title {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
}

.b-check-row_block_new {
  margin-bottom: 20px;
}

.b-check-row_block_new .b-check-row__text {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-color: var(--grey-lightest);
  background-color: var(--grey-lightest);
  padding: 12px 20px 12px 50px;
  border-radius: 10px;
}

.b-check-row_block_new .b-check-row__text:hover {
  background-color: var(--grey-lighter);
  border-color: var(--grey-lighter);
}

.b-check-row_block_new .b-check-row__input:checked + .b-check-row__text {
  background-color: var(--white);
  border-color: var(--black);
  box-shadow: 0 0 0 1px var(--black) inset;
}

.b-check-row_block_new .b-check-row__content {
  flex-grow: 1;
  min-width: 1px;
}

.b-check-row_block_new .b-check-row__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.b-check-row_block_new .b-check-row__description {
  margin-top: 6px;
  font-size: 15px;
  line-height: 22px;
  color: var(--grey);
}

.b-check-row_block_new .b-check-row__description a {
  color: inherit;
}

.b-check-row_block_new .b-check-row__price {
  font-size: 24px;
  font-weight: normal;
  color: var(--grey-light);
  white-space: nowrap;
}

.b-check-row_block_new .b-check-row__input:checked + .b-check-row__text .b-check-row__price {
  color: inherit;
}

.b-check-row_block_new .b-check-row__aside svg {
  color: var(--grey-light);
}

.b-check-row_block_new .b-check-row__input:checked + .b-check-row__text .b-check-row__aside svg {
  color: inherit;
}

.b-check-row_block_new .b-check-row__text:before,
.b-check-row_block_new .b-check-row__text:after {
  margin: 12px 0 0 14px;
}

.b-check-row_block_new_row .b-check-row__text {
  padding-top: 9px;
  padding-bottom: 9px;
}

.b-check-row_block_new_row .b-check-row__text:before,
.b-check-row_block_new_row .b-check-row__text:after {
  margin-top: 18px;
}

.b-popup-window .b-check-row_block_new {
  margin: 0 -50px;
  border-bottom: 1px solid var(--grey-lightest);
}

.b-popup-window .b-check-row_block_new .b-check-row__text:before,
.b-popup-window .b-check-row_block_new .b-check-row__text:after {
  margin-left: 50px;
}

.b-popup-window .b-check-row_block_new .b-check-row__text {
  padding-left: 82px;
  border: none;
  border-radius: 0;
  background: none;
}

.b-popup-window .b-check-row_block_new .b-check-row__input:checked + .b-check-row__text {
  background: var(--grey-lightest);
  box-shadow: none;
}

.b-form-group__col .b-check-row {
  margin-top: 37px;
}

.basket-new {
  margin-top: 44px;
  /* 	margin-bottom: 25px;  */
  margin-bottom: 0px;
}

.basket-new__item {
  border: 1px solid var(--grey-lighter);
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  column-gap: 20px;
  padding: 15px;
  position: relative;
}

.basket-new__add-favorite-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.basket-new__add-favorite-btn:before {
  content: "";
  position: absolute;
  inset: -10px;
}

.basket-new__image-wrapper {
  flex-shrink: 0;
  margin: -10px;
  margin-right: 0;
  width: 130px;
  position: relative;
  align-self: flex-start;
}

.basket-new__image-wrapper:before {
  content: "";
  display: block;
  padding-top: calc(80 * 100% / 60);
}

.basket-new__image-wrapper a,
.basket-new__image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
  cursor: pointer;
}

.basket-new__item-content {
  flex-grow: 1;
  min-width: 1px;
  display: flex;
  flex-direction: column;
}

.basket-new__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 30px 0 0;
}

.basket-new__title a {
  color: inherit;
  text-decoration: none;
}

.basket-new__title a:hover {
  color: var(--grey);
}

.basket-new__data {
  font-size: 13px;
  line-height: 20px;
  color: var(--grey);
  margin-bottom: 10px;
}

.basket-new__data-row {
}

.basket-new__data strong {
  color: inherit;
  font-weight: normal;
}

.basket-new__price-row {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
  padding-right: 35px;
  margin-top: auto;
}

.basket-new__count-wrapper {
}

.basket-new__count {
}

.basket-new__total-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.basket-new__total {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.basket-new__total-old {
  font-size: 14px;
  color: var(--grey);
  text-decoration: line-through;
  white-space: nowrap;
}

.basket-new__remove {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  background: none;
  height: 44px;
  display: flex;
  align-items: center;
  color: var(--grey-light);
}

.basket-new__remove:hover {
  color: var(--grey);
}

.b-promo-row {
  display: flex;
  column-gap: 20px;
}

.b-promo-row__input-col {
  flex-grow: 1;
  min-width: 1px;
}

.b-promo-row__btn-col {
  flex-shrink: 0;
}

.price-list-new {
  font-size: 16px;
  line-height: 1.2;
  margin: 30px 0 25px;
}

.price-list-new__row {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  margin-bottom: 13px;
}

.price-list-new__title-field {
}

.price-list-new__title {
}

.price-list-new__value-field {
  order: 2;
}

.price-list-new__value {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.price-list-new__row_total {
  font-weight: bold;
}

.price-list-new__row_total .price-list-new__value {
  font-size: 30px;
}

.price-list-new__row:after {
  content: "";
  flex-grow: 1;
  min-width: 1px;
  order: 1;
  border-bottom: 1px solid var(--grey-lightest);
}

.part-payment {
  background-color: var(--grey-lightest);
  border: 1px solid var(--grey-lightest);
  border-radius: 3px;
  margin-bottom: 20px;
}

.part-payment:hover {
  background-color: var(--grey-lighter);
  border-color: var(--grey-lighter);
}

.part-payment.is-active {
  background-color: var(--white);
  border-color: var(--black);
  box-shadow: 0 0 0 1px var(--black) inset;
}

.part-payment__header {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 19px;
  position: relative;
}

.part-payment__title {
  font-size: 18px;
  font-weight: normal;
}

.part-payment__tooltip {
  flex-shrink: 0;
}

.part-payment__tooltip-icon {
  display: block;
  color: var(--grey-light);
  cursor: pointer;
}

.part-payment__tooltip-icon:hover {
  color: var(--grey);
}

.part-payment__tooltip-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.part-payment__tooltip-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -9px;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
  font-size: 13px;
  line-height: 19px;
  padding: 15px;
  background: var(--white);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.part-payment__tooltip:hover .part-payment__tooltip-content {
  opacity: 1;
  visibility: visible;
}

.part-payment__switch {
  margin-left: auto;
  flex-shrink: 0;
  width: 37px;
  height: 20px;
  padding: 0;
  border: 2px solid var(--grey-light);
  background: var(--grey-light);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.part-payment__switch:hover {
  border-color: var(--grey);
  background: var(--grey);
}

.part-payment.is-active .part-payment__switch {
  border-color: var(--green);
  background: var(--green);
}

.part-payment__switch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--white);
  transition: 0.15s ease-in-out;
}

.part-payment.is-active .part-payment__switch:before {
  left: 17px;
}

.part-payment:not(.is-active) .part-payment__content {
  display: none;
}

.part-payment__content {
  padding: 19px;
  padding-top: 0;
}

.part-payment__list {
  display: flex;
  justify-content: space-between;
}

.part-payment__list-item {
  border-radius: 3px;
  padding: 9px 12px;
}

.part-payment__list-item:first-child {
  background: var(--grey-lightest);
}

.part-payment__list-title {
  font-size: 24px;
  line-height: 1;
  color: var(--black);
  font-weight: normal;
  margin-bottom: 4px;
  white-space: nowrap;
}

.part-payment__list-text {
  font-size: 15px;
  color: var(--black);
  white-space: nowrap;
}

input.js-input-date {
  cursor: pointer;
  padding-right: 40px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' fill='%23c5cacf' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0h2v6H4V0Zm12 0h2v6h-2V0ZM4 7h2v2H4V7Zm0 3h2v2H4v-2Zm0 3h2v2H4v-2Zm3-6h2v2H7V7Zm0 3h2v2H7v-2Zm0 3h2v2H7v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Zm0 3h2v2h-2v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Zm0 3h2v2h-2v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 2H0v17h22V2Zm-2 2H2v13h18V4Z'/%3E%3C/svg%3E");
}

input.js-input-date:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' fill='%23a1a9b1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0h2v6H4V0Zm12 0h2v6h-2V0ZM4 7h2v2H4V7Zm0 3h2v2H4v-2Zm0 3h2v2H4v-2Zm3-6h2v2H7V7Zm0 3h2v2H7v-2Zm0 3h2v2H7v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Zm0 3h2v2h-2v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Zm0 3h2v2h-2v-2Zm3-6h2v2h-2V7Zm0 3h2v2h-2v-2Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 2H0v17h22V2Zm-2 2H2v13h18V4Z'/%3E%3C/svg%3E");
}

.basket-items-list-wrapper {
  border: none;
}

#bx-soa-total-mobile {
  display: none !important;
}

.basket_prop_CHILD_ID,
.basket_prop_TEXT_PRICE,
.basket_prop_PRINT_ID,
.basket_prop_COLOR,
.basket_prop_COLOR_NAME,
.basket_prop_KANT_COLOR,
.basket_prop_CAPTAIN_PRICE,
.basket_prop_PRINT_CAPTAIN_ID,
.basket_prop_CHEST_PRICE,
.basket_prop_PRINT_CHEST_ID,
.basket_prop_PIC {
  display: none !important;
}

.basket-new__count-wrapper {
  position: relative;
}

@media only screen and (max-width: 1239px) {
  .order-new__row {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .basket-new__item {
    padding: 10px;
    column-gap: 10px;
  }

  .basket-new__add-favorite-btn {
    right: 10px;
    top: 10px;
  }

  .basket-new__add-favorite-btn .icon {
    font-size: 18px;
  }

  .basket-new__image-wrapper {
    margin: -5px;
    margin-right: 0;
    width: 80px;
  }

  .basket-new__item input.b-count,
  .basket-new__item .jq-number {
    width: 70px;
    height: 30px;
  }

  .basket-new__item input.b-count,
  .basket-new__item .jq-number__field input {
    padding: 3px 20px;
    border-radius: 6px;
  }

  .basket-new__item .jq-number__spin {
    width: 24px;
  }

  .basket-new__item .jq-number__spin:before {
    width: 10px;
    margin-left: -5px;
  }

  .basket-new__item .jq-number__spin.plus:after {
    height: 10px;
    margin-top: -5px;
  }

  .basket-new__total {
    font-size: 15px;
  }

  .basket-new__total-old {
    font-size: 12px;
  }

  .basket-new__remove {
    height: 30px;
  }

  .basket-new__remove .icon {
    font-size: 18px;
  }

  .b-popup-window .b-check-row_block_new {
    margin-left: -17px;
    margin-right: -17px;
  }

  .b-popup-window .b-check-row_block_new .b-check-row__text:before,
  .b-popup-window .b-check-row_block_new .b-check-row__text:after {
    margin-left: 17px;
  }

  .b-popup-window .b-check-row_block_new .b-check-row__text {
    padding-left: 50px;
  }

  .order-new__section-header {
    padding-bottom: 10px;
  }

  .order-new__section-title {
    font-size: 18px;
  }

  .b-check-row_block_new .b-check-row__price {
    font-size: 16px;
  }

  .b-check-row_block_new .b-check-row__title {
    font-size: 15px;
    line-height: 18px;
  }

  .b-check-row_block_new .b-check-row__text {
    padding-right: 10px;
  }

  .b-check-row_block_new .b-check-row__description {
    font-size: 13px;
    line-height: 20px;
  }

  .b-check-row_block_new .b-check-row__aside svg {
    width: 36px;
    height: auto;
  }

  .b-check-row_block_new_row .b-check-row__text:before,
  .b-check-row_block_new_row .b-check-row__text:after {
    margin-top: 16px;
  }

  .part-payment__list {
    justify-content: flex-start;
    gap: 0;
  }

  .part-payment__list-item {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 1px;
  }

  .part-payment__list-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .part-payment__list-item {
    padding: 9px 5px;
  }

  .part-payment__list-title {
    font-size: 14px;
  }

  .part-payment__list-text {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (max-width: 550px) {
  .basket-new__price-row {
    column-gap: 10px;
  }
}

.basket_prop_TEXT strong {
  white-space: pre-line;
}
