

/* Start:/local/templates/main/components/bitrix/sale.basket.basket/basket/style.css?177305778214853*/
.order {
  margin-bottom: 100px;
}

.order .container-order {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.order .mb-0 {
  margin-bottom: 0;
}

.order__left {
  flex: 1;
  min-width: 0;
}

.order__right {
  position: sticky;
  top: 20px;
  align-self: baseline;
  flex: 0 0 380px;
  max-width: 380px;
  margin-left: 20px;
}

.order_left__info {
  margin-bottom: 28px;
}

.order_left__info p {
  margin: 0 0 18px;
  color: #70737c;
  font-size: 17px;
  line-height: 1.45;
}

.order_left__info p:last-child {
  margin-bottom: 0;
}

.order_left__info span {
  color: #e05a4f;
}

.basket-items-list-wrapper {
  position: relative;
}

.basket-items-list-wrapper-light .basket-items-list-header,
.basket-items-list-header,
.basket-items-list-overlay,
.basket-items-list-item-overlay,
.basket-search-not-found,
.basket-search-not-found-icon,
.basket-items-list-item-notification-inner,
.basket-items-list-item-container-expend,
.basket-items-list-item-removed-container,
.basket-checkout-container,
.basket-checkout-container-fixed-hide {
  display: none !important;
}

.basket-items-list-container,
.basket-items-list,
.basket-items-list-table {
  display: block;
}

.basket-items-list-item-container {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.basket-items-list-item-container:last-child {
  margin-bottom: 0;
}

.profile__order-product_line-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #c3c5ca;
  border-radius: 8px;
  background: #fff;
  gap: 18px;
}

.profile__order-product_line-box .left {
  width: 100%;
  display: grid;
  grid-template-columns: 100px minmax(260px, 1fr) max-content 120px max-content 28px;
  align-items: center;
  column-gap: 18px;
}

.left__image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left__image picture,
.left__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

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

.left__info {
  min-width: 0;
}

.left__info-text {
  display: flex;
  flex-direction: column;
}

.left__info-text span {
  margin-bottom: 5px;
  color: #9b9ea6;
  font-size: 13px;
  line-height: 1.3;
}

.left__info-text p,
.left__info-text a {
  margin: 0;
  max-width: 512px;
  padding-right: 10px;
  color: #363d4d;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  text-decoration: none;
}

.left__info-text a {
	transition: 500ms linear;
}

.left__info-text a:hover {
  text-decoration: none;
  color: #177bd3;
}

.basket-items-list-item-price {
  min-width: 0;
}

.basket-item-block-price {
  position: relative;
  padding-top: 20px;
  min-width: max-content;
  text-align: center;
  white-space: nowrap;
}

.basket-item-price-current {
  padding-top: 1px;
  color: #2f3435;
  line-height: 24px;
}

.basket-item-price-current-text {
  display: inline-block;
  letter-spacing: -.33px;
  color: #2f3441;
  white-space: nowrap;
}

.basket-item-price-title {
  padding-top: 1px;
  color: #a1a1a1;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

.basket-items-list-item-amount {
  display: flex;
  justify-content: center;
}

.basket-item-block-amount {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 10px;
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: 300ms all ease;
  user-select: none;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background-color: #979797;
  content: "";
  transition: 300ms all ease;
}

.basket-item-amount-btn-plus:before {
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
}

.basket-item-amount-filed-block {
  position: relative;
}

.basket-item-amount-filed {
  padding: 0;
  width: 60px;
  height: 28px;
  outline: none;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  background: #fff;
  color: #7c7f87;
  text-align: center;
  transition: 300ms all ease;
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket-item-amount-filed[type="number"] {
  -moz-appearance: textfield;
}

.basket-item-amount-field-description {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  color: #a1a1a1;
  text-align: center;
  font-size: 12px;
}

.basket-items-list-item-remove,
.right__delete {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right__delete {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.right__delete span,
.basket-items-list-item-remove span {
  display: none;
}

.right__delete svg,
.basket-items-list-item-remove svg {
  display: block;
}

.order__result {
  padding: 30px 3px 3px;
  border: 1px solid #c3c5ca;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.order__result-title {
  margin-bottom: 14px;
  padding: 0 28px;
  color: #363d4d;
  font-size: 30px;
}

.order__result-list {
  display: flex;
  flex-direction: column;
  padding: 0 28px;
  margin: 0;
  list-style: none;
}

.order__result-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.order__result-list li:last-child {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #c3c5ca;
}

.order__result-list li span {
  color: #363d4d;
  font-size: 15px;
  line-height: 1;
}

.order__result-list li span:last-child {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.order__result-list li b {
  color: #363d4d;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

.order__result-list li b:last-child {
  font-size: 20px;
}

.order__result-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  margin-top: 10px;
  border-radius: 7px;
  background-color: #177bd3;
}

.order__result-button span {
  margin-right: 11px;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.order__result-button svg path {
  fill: #fff;
}

.order__text {
  margin-top: 10px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #ebeced;
}

.order__text p,
.order__text .fz-15 {
  margin: 0;
  color: #363d4d;
  font-size: 15px;
  line-height: 1.3;
}

.order__text p {
  font-size: 13px;
}

@media (max-width: 1140px) {
  .order__right {
    flex: 0 0 310px;
    max-width: 310px;
  }

  .order__result-title,
  .order__result-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile__order-product_line-box .left {
    grid-template-columns: 90px minmax(180px, 1fr) max-content 108px max-content 24px;
    column-gap: 14px;
  }

  .left__image {
    width: 90px;
    height: 90px;
  }

  .left__info-text p,
  .left__info-text a {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .order__left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .order__right {
    position: static;
    top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .order__result {
    padding: 30px 3px 5px;
  }

  .order__result-title {
    font-size: 20px;
  }

  .profile__order-product_line-box {
    padding: 16px 18px;
  }

  .profile__order-product_line-box .left {
    grid-template-columns: 90px 1fr max-content 100px max-content 24px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .profile__order-product_line-box .left {
    grid-template-columns: 72px 1fr;
    grid-template-areas:
      "image info"
      "price price"
      "amount total"
      "remove remove";
    row-gap: 10px;
    column-gap: 12px;
  }

  .left__image {
    grid-area: image;
    width: 72px;
    height: 72px;
  }

  .left__info {
    grid-area: info;
  }

  .basket-items-list-item-price-for-one {
    grid-area: price;
  }

  .basket-items-list-item-amount {
    grid-area: amount;
    justify-content: flex-start;
  }

  .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    grid-area: total;
  }

  .basket-items-list-item-remove,
  .right__delete {
    grid-area: remove;
    justify-content: flex-end;
  }

  .basket-item-block-price {
    padding-top: 0;
    text-align: left;
  }

  .basket-item-price-title {
    text-align: left;
  }

  .order__text {
    padding: 16px 20px;
  }
}

@media (max-width: 350px) {
  .order__result {
    padding: 15px 3px;
  }

  .order__result-title {
    font-size: 16px;
  }

  .order__result-list li span,
  .order__result-list li b {
    font-size: 14px;
  }

  .order__result-list li b:last-child {
    font-size: 16px;
  }

  .left__image {
    width: 60px;
    height: 60px;
  }

  .left__info-text p,
  .left__info-text a {
    font-size: 14px;
  }

  .basket-item-price-current-text {
    font-size: 16px;
  }
}

.profile__order-product_line-box {
  padding: 14px 26px 14px 20px;
}

.profile__order-product_line-box .left {
  grid-template-columns: 100px minmax(240px, 1fr) max-content 110px max-content 22px;
  column-gap: 16px;
}

.left__info-text p,
.left__info-text a {
  max-width: 480px;
}

.basket-item-block-price {
  padding-top: 14px;
}

.right__delete,
.basket-items-list-item-remove {
  justify-self: end;
}

.right__delete {
  width: 22px;
  height: 22px;
}

.order__result-button {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
}

.order__result-button:hover,
.order__result-button:focus,
.order__result-button:focus-visible,
.order__result-button:active {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

@media (max-width: 1140px) {
  .profile__order-product_line-box {
    padding: 14px 22px 14px 18px;
  }

  .profile__order-product_line-box .left {
    grid-template-columns: 90px minmax(170px, 1fr) max-content 100px max-content 20px;
    column-gap: 12px;
  }

  .left__info-text p,
  .left__info-text a {
    max-width: 340px;
  }
}

@media (max-width: 991px) {
  .profile__order-product_line-box .left {
    grid-template-columns: 90px 1fr max-content 96px max-content 20px;
  }
}


.profile__order-product_line-box {
  align-items: center;
}

.profile__order-product_line-box .left {
  grid-template-columns: 110px minmax(0, 1fr) max-content 120px max-content;
}

.left__info {
  min-width: 0;
}

.left__info-text {
  min-width: 0;
  width: 100%;
}

.left__info-text a,
.left__info-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-width: 100%;
  padding-right: 0;
}

.basket-items-list-item-price,
.basket-items-list-item-price-for-one,
.basket-items-list-item-amount,
.basket-item-block-price,
.basket-item-price-current,
.basket-item-price-current-text {
  flex-shrink: 0;
  white-space: nowrap;
}

.profile__order-product_line-box .right {
  flex: 0 0 34px;
  width: 34px;
  min-width: 34px;
  margin-left: 16px;
  justify-content: center;
}

.right__delete {
  width: 34px;
  min-width: 34px;
  height: 34px;
}

.bx-sbb-empty-cart-image {
    margin: 50px auto 42px;
    width: 131px;
    height: 116px;
    background: url(/local/templates/main/components/bitrix/sale.basket.basket/basket/images/empty_cart.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
    margin-bottom: 10px;
    color: #bababa;
    text-align: center;
    font-size: 36px;
}

.bx-sbb-empty-cart-desc {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.bx-sbb-empty-cart-desc a {
	text-decoration: underline;
}

.order__result-button:disabled {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .profile__order-product_line-box .left {
    grid-template-columns: 90px minmax(0, 1fr) max-content 110px max-content;
  }
}

@media (max-width: 576px) {
  .profile__order-product_line-box {
    position: relative;
    align-items: flex-start;
    padding: 14px 42px 14px 14px;
    gap: 0;
  }

  .profile__order-product_line-box .left {
    width: 100%;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) max-content 76px max-content;
    grid-template-areas:
      "image info info info info"
      "image price amount total total";
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }

  .left__image {
    grid-area: image;
    width: 72px;
    height: 72px;
    align-self: start;
  }

  .left__info {
    grid-area: info;
    min-width: 0;
  }

  .left__info-text {
    min-width: 0;
    width: 100%;
  }

  .left__info-text span {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.2;
  }

  .left__info-text p,
  .left__info-text a {
    margin: 0;
    max-width: none;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: normal;
  }

  .basket-items-list-item-price-for-one {
    grid-area: price;
    min-width: max-content;
  }

  .basket-items-list-item-amount {
    grid-area: amount;
    min-width: 76px;
    display: flex;
    justify-content: center;
  }

  .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    grid-area: total;
    min-width: max-content;
    padding-right: 12px;
  }

  .basket-item-block-price {
    padding-top: 0;
    min-width: max-content;
    text-align: left;
  }

  .basket-item-price-current {
    line-height: 1.1;
  }

  .basket-item-price-current-text {
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .basket-item-price-title {
    padding-top: 2px;
    font-size: 11px;
    line-height: 1.15;
    text-align: left;
    white-space: nowrap;
  }

  .basket-item-block-amount {
    padding: 0 4px;
    align-items: flex-start;
    justify-content: center;
  }

  .basket-item-amount-btn-plus,
  .basket-item-amount-btn-minus {
    width: 20px;
    height: 20px;
  }

  .basket-item-amount-filed {
    width: 44px;
    height: 26px;
  }

  .basket-item-amount-field-description {
    top: calc(100% + 2px);
  }

  .profile__order-product_line-box .right {
    position: absolute;
    right: 10px;
    bottom: 26px;
    flex: 0 0 18px;
    width: 18px;
    min-width: 18px;
    margin-left: 0;
    justify-content: center;
  }

  .right__delete {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .right__delete svg {
    width: 16px;
    height: 16px;
  }
  
}





/* End */
/* /local/templates/main/components/bitrix/sale.basket.basket/basket/style.css?177305778214853 */
