/*BASKET2*/
#basket-root .basket-items-list-wrapper {
  border-color: #ececec;
  border-color: var(--stroke_black);
  padding-top: 0px !important;
}
body #basket-root .basket-item-label-text span,
body #basket-root .basket-item-label-ring {
  background: #ffd83a;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 0.8em;
  font-weight: normal;
  width: auto;
  padding: 0px 3px;
}
#basket-root #basket-warning {
  background: #fff;
  color: #333333;
  padding-right: 35px;
  font-size: 14px;
}
#basket-root #basket-warning .close {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#basket-root .basket-items-list-wrapper .basket-items-list-header {
  background: #fafafa;
  background: var(--card_bg_black);
  border-bottom-color: #ececec;
  position: static;
  padding: 24px 29px;
  border-color: var(--stroke_black);
}
#basket-root .basket-items-list-wrapper .basket-items-list-header.basket-items-list-header-fixed {
  border: 1px solid #ececec;
  border-top-width: 0px;
  width: 100% !important;
  margin: 0px;
  border-color: var(--stroke_black);
}
#basket-root .basket-items-list-wrapper .basket-checkout-container {
  border-color: #ececec;
  border-color: var(--stroke_black);
}
#basket-root .basket-items-search-field {
  flex-basis: 44px;
}
#basket-root .basket-items-list-wrapper .basket-items-search-field .form-control,
#basket-root .basket-items-list-wrapper .basket-items-search-field .form-control:focus {
  background: #fff;
  background: var(--darkerblack_bg_black);
  border-color: #ececec;
  border-color: var(--stroke_black);
  box-shadow: none;
  padding: 8px 28px 10px 14px;
  height: auto;
  margin-bottom: 0;
}
#basket-root .basket-items-list-wrapper .basket-clear {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#basket-root .basket-items-list-wrapper .basket-clear:after,
#basket-root .basket-items-list-wrapper .basket-clear:before {
  background: #aaa;
}
#basket-root .basket-items-list-wrapper .basket-clear:hover:after,
#basket-root .basket-items-list-wrapper .basket-clear:hover:before {
  background: #333;
}
#basket-root .basket-items-list-item-container .basket-items-list-item-notification {
  padding-top: 20px;
  padding-bottom: 20px;
}
#basket-root .basket-items-list-item-notification .basket-items-list-item-removed-container {
  background: #fff;
  background: var(--card_bg_black);
}

#basket-root div[data-entity="basket-total-block"] {
  height: auto !important;
}
#basket-root .basket-checkout-container {
  border-color: #ececec;
  border-color: var(--stroke_black);
  position: static;
  padding: 24px 29px 24px;
  border-radius: 3px;
  width: 100% !important;
  background: var(--card_bg_black);
}
#basket-root .basket-checkout-container .basket-coupon-block-field-description {
  color: #999;
  font-size: 13px;
  padding-bottom: 6px;
}

#basket-root .basket-coupon-alert-section {
  width: 100%;
}
#basket-root .basket-coupon-block-field .form .form-control {
  padding: 9px 12px;
  height: auto;
}
#basket-root .basket-coupon-block-coupon-btn {
  position: absolute;
  right: 4px;
  top: 0;
  width: 35px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0 2px 2px 0;
  border: none;
  transform: none;
  margin-top: 0px;
}
#basket-root .basket-coupon-block-coupon-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
  width: 17px;
  height: 12px;
  background: url("../images/svg/catalog/arrow_coupon.svg") 0px 0px no-repeat;
  cursor: pointer;
  opacity: 0.35;
  opacity: var(--light, 0.35) var(--dark, 1);
}
#basket-root .basket-coupon-block-field {
  padding-right: 0px;
}
#basket-root .basket-coupon-block-coupon-btn:hover:before {
  opacity: 1;
}
#basket-root .basket-coupon-alert .basket-coupon-text {
  padding-left: 30px;
}
#basket-root .basket-coupon-alert .basket-coupon-text strong {
  font-weight: normal;
}
#basket-root .basket-coupon-alert:not(.text-muted) .basket-coupon-text:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 14px;
  background: url("../images/svg/catalog/coupons.svg") 0px 0px no-repeat;
}
#basket-root .basket-coupon-alert.text-success .basket-coupon-text:before {
  background-position: -19px 0px;
}
#basket-root .basket-checkout-block-btn {
  padding-top: 5px;
  padding-left: 0px;
}
#basket-root .basket-checkout-block-btn + .basket-checkout-block-share{
  margin: 1rem auto 0;
}
@media screen and (min-width: 581px) {
  #basket-root .basket-checkout-block-btn + .basket-checkout-block-share{
    margin: 1rem 1rem 0;
  }
}
#basket-root .basket-checkout-block-btn .icon_error_block {
  padding-left: 60px;
}
#basket-root .basket-checkout-block-btn .icon_error_block .svg {
  left: 0px;
  right: auto;
}
.basket-coupon-alert .close-link {
  position: relative;
  font-size: 0px;
  width: 10px;
  height: 20px;
  border: none;
  top: -2px;
}
.basket-coupon-alert .close-link:after,
.basket-coupon-alert .close-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #b8b8b8;
  width: 2px;
  height: 10px;
  content: "";
  transition: 300ms background-color ease;
}
.basket-coupon-alert .close-link:hover:after,
.basket-coupon-alert .close-link:hover:before {
  background: #222;
}
.basket-coupon-alert .close-link:before {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.basket-coupon-alert .close-link:after {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#basket-root .basket-items-list-header-filter-item {
  font-size: 13px;
  font-weight: normal;
  border: none;
  position: relative;
  color: #777;
  text-decoration: none;
}
#basket-root .basket-items-list-header-filter-item.active:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #ddd;
}
#basket-root .basket-items-list-header-filter-item.active,
#basket-root .basket-items-list-header-filter-item:hover {
  color: #222;
  color: var(--white_text_black2);
}
#basket-root .basket-items-list {
  padding-left: 0px;
  padding-right: 0px;
}
#basket-root .basket-items-list .basket-items-list-overlay {
  left: 41px;
  right: 41px;
}

#basket-root .basket-items-list .basket-items-list-item-container > td:last-child {
  padding-right: 2px;
}
#basket-root .basket-items-list .basket-item-block-image {
  padding-bottom: 0px;
}
#basket-root .basket-items-list .basket-item-block-info {
  padding-left: 19px;
}
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning {
  text-align: left;
  background: #fff;
  background: var(--black_bg_black);
  border: none;
  color: #333;
  color: var(--white_text_black);
  padding: 0px 0px 0px 40px;
  font-size: 13px;
  position: relative;
}
#basket-root .basket-items-list .basket-item-block-info a[data-entity="basket-item-remove-delayed"] {
  display: inline-block;
}
#basket-root
  .basket-items-list
  .basket-item-block-info
  .basket-items-list-item-warning-container
  .alert.alert-warning:before,
#basket-root
  .basket-items-list
  .basket-item-block-info
  .basket-items-list-item-warning-container
  .alert.alert-warning
  a[data-entity="basket-item-remove-delayed"]:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  border-radius: 3px;
}
#basket-root
  .basket-items-list
  .basket-item-block-info
  .basket-items-list-item-warning-container
  .alert.alert-warning:before {
  background: #fff url("../images/not-available-red.png") 0px 0px;
}
#basket-root
  .basket-items-list
  .basket-item-block-info
  .basket-items-list-item-warning-container
  .alert.alert-warning
  a[data-entity="basket-item-remove-delayed"]:before {
  background: #ddd url("../images/svg/chosen_small.svg") 7px 9px no-repeat;
}
#basket-root .basket-item-info-name,
#basket-root .basket-item-info-name-link {
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
  color: var(--fill_dark_light_ccc);
}
#basket-root .basket-item-property-name,
#basket-root .basket-item-property-custom-name {
  color: #888;
  font-size: 13px;
  padding-top: 6px;
}
#basket-root .basket-item-property-value,
#basket-root .basket-item-property-custom-value {
  color: #333333;
  color: var(--white_text_black);
  font-size: 13px;
  font-weight: normal;
  padding-top: 6px;
}

#basket-root .basket-item-block-amount.disabled .basket-item-amount-btn-plus,
#basket-root .basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  display: none;
}

#basket-root .basket-item-block-price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-top: 29px;
  padding-left: 15px;
  padding-right: 15px;
}
#basket-root .basket-item-block-price .basket-item-price-current,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-current {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

#basket-root .basket-item-block-price .basket-item-price-current > span {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  color: var(--white_text_black);
}
#basket-root .basket-item-price-title {
  color: #999;
  font-size: 11px;
}
#basket-root .basket-item-block-price .basket-item-price-old,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
  position: static;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}
#basket-root .basket-item-block-price .basket-item-price-old > span,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old {
  font-size: 16px;
}
#basket-root .basket-item-block-price .basket-item-price-old-text:after,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-old:after {
  display: none;
}
#basket-root .basket-item-block-price .basket-item-price-title,
#basket-root .basket-item-block-price .basket-item-price-difference,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
#basket-root .basket-item-block-price .basket-item-price-title {
  text-align: left;
  padding-top: 7px;
}

#basket-root .basket-item-amount-btn-plus:before,
#basket-root .basket-item-amount-btn-plus:after,
#basket-root .basket-item-amount-btn-minus:after {
  height: 1px;
  width: 11px;
}
#basket-root .basket-item-amount-btn-plus:before {
  width: 1px;
  height: 11px;
  margin-top: -6px;
  margin-left: 0px;
}

#basket-root .basket-checkout-block-total {
  padding-left: 27px;
}
#basket-root .basket-checkout-block-total-price {
  padding-left: 27px;
}
#basket-root .basket-checkout-block-total-price-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding-top: 11px;
}

#basket-root .basket-items-list-item-amount {
  padding-top: 25px;
  min-width: 100px;
}
#basket-root .basket-item-block-amount {
  padding: 0 30px;
  margin: 0px 30px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  max-width: 102px;
  min-width: 100px;
  margin-bottom: 20px;
  border-color: var(--stroke_black);
  background: #fafafa;
  background-color: var(--light_bg_black);
}
#basket-root .basket-items-list-item-amount .basket-item-amount-filed {
  border: none;
  background: #f8f8f8;
  font-weight: normal;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 13px;
  line-height: 13px;
  height: 32px;
  color: #333;
  color: var(--white_text_black);
  text-align: center;
  background: none;
}
#basket-root .basket-item-amount-btn-plus,
#basket-root .basket-item-amount-btn-minus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 32px;
  cursor: pointer;
  background: 0 0;
  border-radius: 0px;
  border: none;
  background: #f8f8f8;
  background: none;
}
#basket-root .basket-item-amount-btn-minus {
  border-radius: 3px 0px 0px 3px;
}
#basket-root .basket-item-amount-btn-plus {
  border-radius: 0px 3px 3px 0px;
}
#basket-root .basket-item-amount-btn-plus {
  right: 0px;
  left: auto;
  margin: 0;
}
#basket-root .basket-item-amount-btn-plus:before,
#basket-root .basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  background-color: #6c6c6d;
}
#basket-root .basket-item-amount-btn-plus:hover:before,
#basket-root .basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
  background-color: #222;
}
#basket-root .basket-item-amount-field-description {
  font-style: normal;
}
#basket-root .basket-item-price-difference,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference {
  text-align: left;
  font-size: 11px;
  color: #333333;
  padding: 2px 4px 2px;
  background: #fff8db;
  border: 1px solid #ffd83a;
  border-radius: 3px;
  white-space: nowrap;
  margin: 7px 0px 0px;
  display: inline-block;
  width: auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  width: intrinsic;
}
#basket-root .basket-item-price-difference > span,
#basket-root .basket-checkout-block-total-price-inner .basket-coupon-block-total-price-difference > span {
  /*color:#333333;display:inline-block;background:#ffd02e;padding:3px 8px 2px;line-height:16px;-webkit-border-radius:3px;
    -moz-border-radius:3px;border-radius:3px;margin:2px 0 0px 0px;*/
  padding: 0px 0px 0px 2px;
}
#basket-root .basket-item-property-value ul li:before,
#basket-root .basket-item-property-custom-value ul li:before {
  display: none;
}
#basket-root .basket-item-actions-remove:after,
#basket-root .basket-item-actions-remove:before,
#basket-root .basket-items-list-item-clear-btn:after,
#basket-root .basket-items-list-item-clear-btn:before {
  background: #b8b8b8;
  width: 2px;
  height: 10px;
}
#basket-root .basket-item-actions-remove:hover:after,
#basket-root .basket-item-actions-remove:hover:before,
#basket-root .basket-items-list-item-clear-btn:hover:after,
#basket-root .basket-items-list-item-clear-btn:hover:before {
  background: #222;
}
#basket-root .basket-items-list-item-container .basket-item-block-actions {
  opacity: 1;
}
#basket-root .basket-items-list-item-container .basket-item-block-actions .basket-item-actions-remove {
  width: 33px;
}
#basket-root
  .basket-items-list-item-container-expend
  .basket-items-list-item-removed-container
  .basket-items-list-item-removed-block {
  padding-right: 0px;
}
#basket-root .basket-item-label-text {
  display: none;
}
#basket-root .basket-items-list-item-remove {
  padding-top: 6px !important;
}
body .basket-items-list-item-container > td {
  border-top-color: var(--stroke_black);
}
#basket-root .basket-item-property-scu-image .basket-item-scu-item,
#basket-root .basket-item-property-scu-image .basket-item-scu-item.not-available:hover {
  border: 2px solid #fff;
}
#basket-root .basket-item-scu-item,
#basket-root .basket-item-scu-item.not-available:hover {
  border-radius: 2px;
}
#basket-root .basket-item-property-scu-text .basket-item-scu-item-inner {
  font-weight: normal;
  min-height: 30px;
  line-height: 22px;
}
#basket-root .basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
  min-height: auto;
}
#basket-root .basket-item-property-scu-text .basket-item-scu-item.selected {
  color: #fff;
}
#basket-root .basket-checkout-block-total-title {
  font-weight: bold;
  font-size: 16px;
  color: var(--white_text_black);
}
#basket-root .basket-coupon-block-total-price-current {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0px;
  text-align: left;
  color: var(--white_text_black);
}

#basket-root .basket-checkout-container {
  opacity: 0;
}
#basket-root .basket-checkout-container.visible {
  opacity: 1;
}
#basket-root .basket-checkout-container .basket-coupon-section.smallest {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 41px;
}
#basket-root .basket-checkout-container .fastorder {
  padding-top: 5px;
  text-align: right;
}
#basket-root .basket-checkout-container .basket-checkout-block-btns {
}
#basket-root .basket-checkout-container .basket-checkout-block-btns-wrap {
  width: 419px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#basket-root .basket-checkout-container .basket-checkout-block-btns-wrap .basket-checkout-block-btn,
#basket-root .basket-checkout-container .basket-checkout-block-btns-wrap .fastorder {
  padding-left: 18px;
}
.basket-checkout-block-share {
  margin: 14px 81px 0 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.basket-checkout-block-share .title {
  display: inline-block;
  font-size: 0.734em;
  text-transform: uppercase;
  line-height: 1.181em;
  letter-spacing: 0.08em;
  margin: 0 0 0 10px;
  vertical-align: middle;
  height: 16px;
}
#basket-root .basket-checkout-section .btn-default:active,
#basket-root .basket-checkout-section .btn-default:focus {
  color: #fff !important;
}
#basket-root .basket-checkout-section .btn-default.basket-btn-checkout {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-top: 17px;
  padding-bottom: 17px;
}

#basket-root .top_control {
  display: inline-block;
  vertical-align: middle;
}
#basket-root .top_control .delete_all {
  display: block;
  margin: 0;
  padding-top: 6px;
  padding-left: 20px;
}

#basket-root .row + .row > div[data-entity="basket-total-block"] {
  margin-top: -16px;
}

.btn_basket_heading:hover .title,
.basket-checkout-block-share:hover .title {
  color: var(--fill_dark_light_white_hover);
}

/*services block*/
.basket-items-list-item-container.hidden-basket-services,
.basket-services-list-item-container.hidden-basket-services {
  display: none !important;
}

@media (min-width: 768px) {
  #basket-root .basket-items-list-item-container.w_services:not(.basket-items-list-item-container-expend) > td {
    padding-bottom: 0;
  }
  #basket-root
    .basket-items-list-item-container.w_services:not(.basket-items-list-item-container-expend)
    + .basket-services-list-item-container
    .buy_services_wrap {
    padding-bottom: 33px;
  }
  .services_opacity {
    opacity: 0;
  }
  .services_in_basket_page {
    transition: opacity 0.1s ease;
  }
}

@media (max-width: 767px) {
  .col_with_services {
    display: block;
  }
  body .services_in_basket_page.buy_services_wrap,
  body .services_in_basket_page.buy_services_wrap.w_picture,
  body .basket-items-list-wrapper-compact .services_in_basket_page.buy_services_wrap.w_picture {
    padding: 0 19px 15px;
  }
  .inner_basket_row {
    text-align: center;
  }
  .basket-item-block-info {
    text-align: left;
  }
  body tr.basket-items-list-item-container {
    border-color: var(--stroke_black);
  }
}

/*#basket-root {
	margin-top: -40px;
}*/
#basket-root .basket-checkout-container {
	padding: 35px 30px;
}
#basket-root .basket-checkout-total-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
#basket-root .basket-checkout-block-total-inner {
	align-items: center;
}
#basket-root .basket-checkout-block-total-inner .basket-coupon-block-total-price-current {
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}
#basket-root .basket-coupon-block-field .form .form-group .form-control {
	height: 52px;
	padding: 0 74px 0 24px;
	color: #8B8B8B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; 
}
#basket-root .basket-coupon-block-coupon-btn {
	border-radius: 30px 0px 0px 30px;
    background: #F7BD02;
    top: 0 !important;
    height: 52px;
    width: 60px;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#basket-root .basket-checkout-section .btn-default.basket-btn-checkout {
	border: 1px solid #F7BD02 !important;
	background: #F7BD02 !important;
	color: rgba(0, 0, 0, 0.80);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	text-transform: none;
    letter-spacing: normal;
}
#basket-root .basket-coupon-block-field .form-group{
	margin-bottom: 22px;
}
#basket-root .basket-items-list-outer .basket-items-list-wrapper .basket-items-list-header {
	background: #F8F8F8;
	padding: 17px 25px;
}
#basket-root .basket-items-list-outer .basket-items-list-header-filter-item.active:before {
	display: none;
}
#basket-root .basket-items-list-header-filter .basket-items-list-header-filter-item {
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
}
#basket-root .top_control.basket_action .delete_all {
	padding: 0;
	color: #1F1F1F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; 
	text-transform: none;
    letter-spacing: normal;
}
#basket-root .basket-items-list-table {
	margin: 0;
	width: 100%;
}
#basket-root .basket-items-list-item-wrapper > td {
	/* padding: 36px 0 36px 25px */
  padding: 18px 0 18px 25px;
}
#basket-root .basket-item-block-image {
	padding: 0;
	margin-right: 5px;
}
#basket-root .basket-items-list-item-removes {
	right: 18px;
}
#basket-root .basket-item-price-current-value {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
}
#basket-root .basket-item-price .basket-item-price-old {
	margin-top: 5px;
	line-height: 19px; 
}
#basket-root .basket-item-price .basket-item-price-old-text {
	color: #B0B0B0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; 
}
#basket-root .basket-items-list .basket-item-block-info {
	padding-left: 0;
}
#basket-root .basket-item-info-name, 
#basket-root .basket-item-info-name-link {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
}
#basket-root .basket-item-info-name {
	margin-bottom: 10px;
}
#basket-root .basket-item-property-name, 
#basket-root .basket-item-property-custom-name {
	color: #848484;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	padding-top: 0px;
}
#basket-root .basket-item-property-value, 
#basket-root .basket-item-property-custom-value {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	padding-top: 0px;
}
#basket-root .basket-item-block-image {
	min-width: 60px;
  max-width: 60px;
	height: 60px;
}
#basket-root  .basket-item-block-image .fast_view,
#basket-root .basket-item-image-link,
#basket-root .basket-item-image-link img {
	width: 100%;
	height: 100%;
}
#basket-root .basket-item-image-link img {
	object-fit: cover;
}
.basket-items-list-item-price-for-one .basket-item-price-current-text {
	display: block;
	margin-bottom: 5px;
	color: #1F1F1F;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	white-space: nowrap;
}
.basket-items-list-item-price-for-one .basket-item-price-old-text {
	display: block;
	margin-bottom: 7px;
	color: #B0B0B0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	white-space: nowrap;
}
.basket-item-amount {
	min-width: calc(34px + 34px + 60px);
	padding: 0 34px;
	border: none;
	border-radius: 0;
	background: none;
}
.basket-item-btn-plus, .basket-item-btn-minus {
	width: 34px;
	height: 34px;
	background: #F8F8F8;
}
.basket-item-btn-minus:after {
	margin-top: 0;
    margin-left: 0;
	width: 9px;
	transform: translateX(-50%);
}
.basket-items-list-item-amount-outer .basket-item-amount-filed {
	background: #fff !important;
	min-width: 60px;
	height: 34px;
	padding: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; 
}
.basket-item-amount-filed-block {
	text-align:center;
	color: #B0B0B0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.basket-items-list-item-wrapper .basket-items-list-item-amount-outer {
	width: auto;
}
#basket-root .basket-items-list-item-wrapper > td:not(.basket-items-list-item-picture,.basket-items-list-item-descriptions-inner ) {
	width: 210px;
}
.basket-item-amount-field-description {
	display: block;
	margin-top: 7px;
	color: #B0B0B0;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
}
.basket-item-amount-field-description-mobile {
	display:none;
}
.basket-back {display: none;}
@media (min-width: 768px) {
	#basket-root .basket-items-list .basket-item-block-info {
		padding: 0 !important;
	}
}
@media (max-width: 1500px) {
	#basket-root .basket-items-list-item-wrapper > td:not(.basket-items-list-item-picture,.basket-items-list-item-descriptions-inner ) {
		width: 150px;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-price {
		width: 200px;
	}
}
@media (max-width: 1300px) {
	#basket-root .basket-items-list-item-wrapper {
		display: grid;
		grid-template-columns: auto 1fr auto auto auto;
		width: 100%;
	}
	#basket-root .basket-items-list-item-wrapper > td {
		display: block;
		border: 0;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-descriptions-inner {
		grid-column: 2/6;
		padding-bottom: 15px;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-picture{
		grid-row: 1/3
	}
	#basket-root .basket-items-list-item-wrapper > td:not(.basket-items-list-item-picture,.basket-items-list-item-descriptions-inner ) {
		padding-top: 0;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-price {
		position: static;
	}
}
@media (max-width: 767px) {
	#basket-root .basket-items-list-item-wrapper {
		grid-template-columns: auto 1fr auto;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-descriptions-inner {
		grid-column: 2/4;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-picture {
		grid-row: 1;
	}
	#basket-root .basket-items-list-item-wrapper > td:not(.basket-items-list-item-picture,.basket-items-list-item-descriptions-inner ) {
		width: 100%;
	}
	#basket-root .basket-items-list-item-wrapper > td {
		padding: 15px 25px 0 25px !important;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-price {
		padding-bottom: 15px !important;
		text-align: left;
	}
	#basket-root .basket-item-block-image {
		min-width: 60px;
		max-width: 60px;
		height: 60px;
		margin-right: 8px;
	}
	#basket-root .basket-items-list-wrapper {
		border-top: none;
	}
	#basket-root .basket-items-list-outer .basket-items-list-wrapper .basket-items-list-header {
		border: none;
		padding: 18px 16px 18px 16px !important;
	}
	#basket-root .basket-item-info-name {
		margin-bottom: 5px;
	}
	.basket-item-price {
		text-align:right;
	}
	#basket-root .basket-item-price-difference {
		display:none;
	}
	#basket-root .basket-items-list-item-amount-outer{
		grid-column: 1/3;
		grid-row: 2;
	}
	#basket-root .basket-items-list-item-price {
		grid-column: 3;
		grid-row: 2;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-price-td {
		grid-column: 1/3;
		grid-row: 3;
		padding: 0 !important;
	}
	#basket-root .basket-items-list-item-price-td .basket-item-price-current {
		/* display: flex; */
    display: none;
		align-items: center;
		justify-content: center;
		gap: 8px;
		text-align: left;
	}
	#basket-root .basket-items-list-item-price-td .basket-item-amount-field-description,
	#basket-root .basket-item-amount-filed-block span {
		display: none;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-price {
		padding-bottom: 0 !important;
	}
	#basket-root .basket-item-price .basket-item-price-old {
		margin-top: 2px;
	}
	#basket-root .basket-items-list-item-price-td .basket-item-price span{
		margin-bottom: 0;
		font-size: 12px;
		color: #848484;
	}
	#basket-root .basket-items-list-item-price-td .basket-item-price {
		display: flex;
    align-items: center;
    justify-content: center;
gap: 8px;
		text-align: center;
		width: fit-content;
		min-width: 118px;
	}
	.basket-item-amount-field-description-mobile {
		/* display:block; */
		margin-left: -8px;
		font-size: 12px;
		color: #848484;
		line-height: 15px;
	}
	#basket-root .basket-item-block-properties {
		margin-bottom: 0px;
	}
}
@media (max-width: 550px) {
	#basket-root .basket-items-list-item-wrapper > td {
		padding: 15px 0 0 0 !important;
	}
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-picture,
	#basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-descriptions-inner {
		padding: 0 !important;
	}
	#basket-root .basket-items-list-item-wrapper {
		padding-bottom: 16px;
	}
	#basket-root .basket-item-price-current-value {
		font-size: 18px;
	}
	.basket-items-list-item-price-for-one .basket-item-price-current-text,
	#basket-root .basket-item-price .basket-item-price-old-text {
		font-size: 15px;
		    line-height: 15px;
	}
	.basket-item-amount {
		min-width: calc(34px + 34px + 50px);
    margin-bottom: 0;
	}
	.basket-items-list-item-amount-outer .basket-item-amount-filed {
		min-width: 50px;
	}
	#basket-root .basket-item-info-name, #basket-root .basket-item-info-name-link {
		font-size: 13px;
	}
	#basket-root .basket-item-property-name, #basket-root .basket-item-property-custom-name,
	#basket-root .basket-item-property-value, #basket-root .basket-item-property-custom-value {
		font-size: 11px;
	}
}

@media (max-width: 1300px) {
  #basket-root .basket-items-list-item-wrapper {
    grid-template-columns: auto auto 1fr;
    gap: 0 15px;
  }

   #basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-picture {
    grid-row: 1;
  }

  #basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-checkout {
    grid-row: 1;
    grid-column: 2;
    padding-top: 15px;
  }

  #basket-root .basket-items-list-item-wrapper > td.basket-items-list-item-descriptions-inner {
    grid-row: 1;
    grid-column: 3 / 3;
  }
/*
  #basket-root .basket-items-list-item-wrapper > td..basket-items-list-item-price-td, 
  #basket-root .basket-items-list-item-wrapper > td..basket-items-list-item-amount-outer, 
  #basket-root .basket-items-list-item-wrapper > td..basket-items-list-item-price {
    grid-row: 2;
  } */
}