.btn_favorite[action="remove"] {
    background-color: #71CAFB;
  }


  .btn_favorite[action="remove"] svg path {
    fill: #fff;
    fill-opacity: 1;
  }


  .btn_st_favorite[action="remove"] {
    background-color: #71CAFB;
  }


  .btn_st_favorite[action="remove"] svg path {
    fill: #fff;
    fill-opacity: 1;
  }

  .form-field__input.field_set__input.form-field__input_writeOffBonus{
    width: 100%;
  }

  .link-order-delete {
	color: #F25959;
	font-size: 14px;
	padding: 6px 8px;
	border-radius: 2px;
	margin-left: 8px;
  }

  .t-color-N {
	color: #25C00B;
	background-color: rgba(37, 192, 11, 0.16);
  }


  #bx-soa-delivery .field_checked_box__text > span {
	display: block;
  }
  #bx-soa-delivery .field_checked_box__icon {
	display: flex;
	width: auto;
	height: auto;
	max-width: 138px;
  }
  #bx-soa-delivery .field_checked_box__icon img {
	/* height: 31px; */
	margin-left: auto;
  }
  .order_section__infochecked .btn_blue {
	cursor: pointer;
  }
  .bx-price-old {
	color: #F25959;
	text-decoration: line-through;
  }
  .basket-coupon-block-coupon-btn,
  .efpb__btn {
	background-color: #71CAFB !important;
	border-color: #71CAFB !important;
	color: #fff !important;
	opacity: 1 !important;
  }
  /* .popupCoupon {
	margin-bottom: 12px;
	border-radius: 4px;
	border: 1px solid #898989;
	padding: 12px;
  } */
  .popupCoupon h2 {
	font-size: 18px;
  }
  .popupCoupon .subtitle {
	font-size: 15px;
	margin-bottom: 12px;
	display: block;
  }
  .efpb__btn {
	height: 52px;
	border-radius: 4px !important;
	width: 100%;
	background-color: #71CAFB !important;
	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;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 400 !important;
	text-transform: none !important;
	font-family: "Montserrat",
	sans-serif;
  }
  .order_section__infochecked .d_control .d_items .item b br {
	display: none;
  }
  .order_section__infochecked .d_control .d_items .item .bx-price-old {
	margin-left: 4px;
  }
  .d_list__count .bx-soa-price-free br{display: none;}
  .d_list__count .bx-soa-price-free .bx-price-old {margin-left: 4px;}

  .d_list input:not([readonly]) {
	height: 34px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(137, 137, 137, 0.24);
	padding: 0 16px;
	font-size: 16px;
	color: #1F1F1F;
	-webkit-transition: 250ms ease;
	-o-transition: 250ms ease;
	transition: 250ms ease;
  }
  .d_list input[readonly] {
	cursor: default;
  	padding: 0 16px;
  	font-size: 16px;
  	color: #1F1F1F;
  	-webkit-transition: 250ms ease;
  	-o-transition: 250ms ease;
  	transition: 250ms ease;
  }
  .profile_details__sect .d_list li span:first-child {
	margin-top: auto;
  }

  .profile_details li {
	list-style: none;
  }