@media screen and (max-width: 500px) {
  .basket-new {
    margin: 0 -15px;
  }
}
.basket-new__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .basket-new__row {
    flex-wrap: wrap;
  }
}
.basket-new__col--total {
  width: 410px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .basket-new__col--total {
    width: 275px;
  }
}
@media screen and (max-width: 768px) {
  .basket-new__col--total {
    width: 100%;
  }
}
.basket-new__col--list {
  flex-grow: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .basket-new__col--list {
    margin-right: 0;
  }
}
.basket-new .basket-checkout-container {
  border: 1px solid #b0182b;
  border-radius: 0;
  position: relative;
  padding: 46px 50px 66px 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-checkout-container {
    padding: 36px 40px 66px 40px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-container {
    padding: 20px 20px 80px 20px;
  }
}
.basket-new .basket-checkout-container {
  position: relative;
}
.basket-new .basket-checkout-container .basket-coupon-alert-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-container .basket-coupon-alert-section {
    margin-bottom: 0;
  }
}
.basket-new .basket-checkout-container .basket-coupon-text {
  font-family: "Montserrat", Arial, sans-serif;
}
.basket-new .basket-checkout-container .basket-coupon-text strong {
  color: black;
}
.basket-new .basket-checkout-container .basket-coupon-alert .close-link {
  color: #b0182b;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-checkout-container .basket-coupon-alert .close-link {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-checkout-container .basket-coupon-alert {
    flex-wrap: wrap;
  }
}
.basket-new .basket-checkout-container .text-muted .basket-coupon-text:after {
  border-right: 2px solid #b0182b;
  border-bottom: 2px solid #b0182b;
}
.basket-new .basket-checkout-container .basket-coupon-block-field-description {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: black;
  border-bottom: 1px solid #C0C0C0;
  cursor: pointer;
  margin-bottom: 16px;
  transition: 0.2s all linear;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-container .basket-coupon-block-field-description {
    margin-bottom: 10px;
  }
}
.basket-new .basket-checkout-container .basket-coupon-block-field-description:hover, .basket-new .basket-checkout-container .basket-coupon-block-field-description.active {
  color: #b0182b;
  border-bottom: 1px solid #ffffff;
}
.basket-new .basket-checkout-container .basket-coupon-block-field {
  margin-bottom: 30px;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-checkout-container .basket-coupon-block-field {
    min-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-container .basket-coupon-block-field {
    margin-bottom: 10px;
  }
}
.basket-new .basket-checkout-container .basket-coupon-block-field .form {
  display: none;
}
.basket-new .basket-checkout-container .basket-coupon-block-field .form-control {
  width: 100%;
  height: 60px;
  border: 1px solid #EAEAEF;
  box-shadow: none;
  padding-left: 30px;
  border-radius: 0;
}
.basket-new .basket-checkout-container .basket-coupon-block-field .form-group {
  margin-bottom: 0;
}
.basket-new .basket-checkout-container .basket-coupon-block-coupon-btn {
  transform: none;
  border: none;
  margin: 0;
  height: 100%;
  top: 0;
  right: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}
.basket-new .basket-checkout-container .basket-coupon-block-coupon-btn svg path {
  fill: #C5C5CB;
}
.basket-new .basket-checkout-container .basket-coupon-block-coupon-btn:hover svg path {
  fill: #b0182b;
}
.basket-new .basket-checkout-block-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
}
.basket-new .basket-checkout-block-btn .btn.btn-default {
  width: 100%;
  background: #b0182b;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-block-btn .btn.btn-default {
    margin: 0;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}
.basket-new .basket-checkout-block-btn .btn.btn-default:hover {
  background: #b0182b;
}
.basket-new .basket-checkout-block-btn .btn.btn-default span {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-block-btn .btn.btn-default span {
    padding-left: 26px;
  }
}
.basket-new .basket-checkout-block-btn .btn.btn-default span svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-block-btn .btn.btn-default span svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-section {
    order: 1;
  }
}
.basket-new .basket-checkout-section-inner {
  flex-direction: column;
  align-items: flex-start;
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-price-inner {
  padding: 0;
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total {
  padding: 0;
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-price {
  padding-left: 0;
  text-align: left;
}
.basket-new .basket-checkout-section-inner .basket-coupon-block-total-price-current {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #b0182b;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-section-inner .basket-coupon-block-total-price-current {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 2px;
  }
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-title,
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-description {
  font-weight: 400;
  font-family: "Montserrat", Arial, sans-serif;
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-title {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-checkout-section-inner .basket-checkout-block-total-title {
    font-size: 13px;
    line-height: 16px;
  }
}
.basket-new .basket-checkout-section-inner .basket-checkout-block-total-description {
  font-size: 10px;
  display: none;
}
.basket-new .basket-coupon-section .basket-coupon-block-total-price-difference {
  width: 100%;
  text-align: left;
  font-family: "Montserrat", Arial, sans-serif;
  background: none;
  padding: 0;
}
.basket-new .basket-coupon-section .basket-coupon-block-total-price-difference i {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: black;
}
.basket-new .basket-coupon-section .basket-coupon-block-total-price-difference span {
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: black;
  display: block;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-coupon-section .basket-coupon-block-total-price-difference span {
    font-size: 26px;
    line-height: 30px;
  }
}
.basket-new .basket-coupon-section .basket-coupon-block-total-price-difference span span {
  display: inline-block;
}
.basket-new .basket-one-click {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click {
    margin-top: 30px;
  }
}
.basket-new .basket-one-click__wrap {
  width: 100%;
  padding: 46px 50px 40px 50px;
  border: 1px solid #EAEAEF;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-one-click__wrap {
    padding: 36px 40px 40px 40px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__wrap {
    padding: 20px;
  }
}
.basket-new .basket-one-click__btn {
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-weight: 500;
  background-color: #332F60;
  text-decoration: none;
  font-size: 18px;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  transition: 0.2s all linear;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-one-click__btn {
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.basket-new .basket-one-click__btn:hover {
  background-color: #1f1c3e;
}
.basket-new .basket-one-click__btn span {
  position: relative;
  padding-left: 34px;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-one-click__btn span {
    text-align: left;
    width: auto;
    margin: 0 15%;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__btn span {
    margin: 0;
    padding-left: 30px;
  }
}
.basket-new .basket-one-click__btn span svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__btn span svg {
    width: 20px;
    height: 20px;
  }
}
.basket-new .basket-one-click__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: black;
  margin-bottom: 18px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.basket-new .basket-one-click__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-one-click__text {
    font-size: 13px;
    line-height: 16px;
  }
}
.basket-new .basket-items-list {
  padding: 0;
}
.basket-new .basket-items-list-item-container {
  display: flex;
  min-height: 190px;
  align-items: center;
  border-bottom: 0;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 768px) {
  .basket-new .basket-items-list-item-container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-container {
    padding: 20px;
  }
}
.basket-new .basket-items-list-item-container:last-child {
  border-bottom: 1px solid #EAEAEF;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-container:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-container:first-child {
    border: 1px solid #EAEAEF !important;
  }
}
.basket-new .basket-items-list-item-container td {
  border: none;
}
.basket-new .basket-items-list-item-descriptions {
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-descriptions {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .basket-new .basket-items-list-item-descriptions {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-descriptions {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.basket-new .basket-items-list-item-descriptions-inner {
  align-items: center;
  position: inherit;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-descriptions-inner {
    flex-direction: row;
  }
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    grid-column: 1/2;
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-current {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-old {
    right: inherit;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-block-price {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .basket-new .basket-items-list-item-price.basket-items-list-item-price-for-one {
    margin-left: 150px;
  }
}
.basket-new .basket-items-list-item-remove {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0 !important;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #f2f2f2 !important;
  border-left: 1px solid #f2f2f2 !important;
}
.basket-new .basket-items-list-item-remove .basket-item-block-actions {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-items-list-item-amount {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .basket-new .basket-items-list-item-amount {
    margin-left: auto;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-items-list-item-amount {
    min-width: auto;
    width: 50%;
    padding: 0;
  }
}
.basket-new .basket-items-list-wrapper {
  border: none;
}
.basket-new .basket-items-list-item-removed-container {
  background-color: #F5F5F8;
}
.basket-new .basket-item-block-amount {
  margin: 0 50px;
  position: relative;
  background-image: url("../images/block-amount.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  justify-content: space-between;
}
.basket-new .basket-item-block-amount.one-element .basket-item-amount-btn-plus:hover:before,
.basket-new .basket-item-block-amount.one-element .basket-item-amount-btn-plus:hover:after,
.basket-new .basket-item-block-amount.one-element .basket-item-amount-btn-minus:hover:after {
  background-color: #979797;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-item-block-amount {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-item-block-amount {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-amount {
    margin-left: 0;
    width: 110px;
    height: 40px;
    background-size: contain;
  }
}
.basket-new .basket-item-block-amount input {
  border: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-amount input {
    font-size: 16px;
    line-height: 20px;
  }
}
.basket-new .basket-item-amount-filed {
  width: 40px;
}
.basket-new .basket-item-amount-filed:hover {
  width: 40px !important;
  border: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
}
.basket-new .basket-item-amount-btn-minus {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  border: 0;
}
.basket-new .basket-item-amount-btn-minus:after {
  width: 14px;
  height: 2px;
  margin-left: -7px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-amount-btn-minus:after {
    width: 12px;
  }
}
.basket-new .basket-item-amount-btn-plus {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  border: 0;
}
.basket-new .basket-item-amount-btn-plus:after {
  width: 14px;
  margin-left: -7px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-amount-btn-plus:after {
    width: 12px;
    margin-left: -6px;
  }
}
.basket-new .basket-item-amount-btn-plus:before {
  height: 14px;
  margin-top: -7px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-amount-btn-plus:before {
    height: 12px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-price {
    padding-left: 0;
  }
}
.basket-new .basket-item-price-title {
  font-family: "Montserrat", Arial, sans-serif;
}
.basket-new .basket-item-price-current {
  min-width: 90px;
}
.basket-new .basket-item-price-old-text {
  font-family: "Montserrat", Arial, sans-serif;
  text-decoration: line-through;
}
.basket-new .basket-item-price-old-text:after {
  content: none;
}
.basket-new .basket-item-block-image {
  padding: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .basket-new .basket-item-block-image {
    width: 120px;
    margin-right: 30px;
    flex: inherit;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-image {
    width: 80px;
    max-height: 80px;
    margin-right: 20px;
    margin-top: 0;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .basket-new .basket-item-block-image img {
    max-width: 100%;
    max-height: 80px;
    margin-top: 0;
  }
}
.basket-new .basket-item-info-name, .basket-new .basket-item-info-name-link {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-info-name, .basket-new .basket-item-info-name-link {
    font-size: 14px;
    line-height: 17px;
  }
}
.basket-new .basket-item-info-name:hover, .basket-new .basket-item-info-name-link:hover {
  color: #b0182b;
  text-decoration: none;
}
.basket-new .basket-item-actions-remove:before, .basket-new .basket-item-actions-remove:after {
  background: #000000;
}
.basket-new .basket-item-info-name {
  margin-bottom: 18px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-info-name {
    margin-bottom: 10px;
    padding-left: 100px;
    min-height: 80px;
  }
}
.basket-new .basket-item-actions-remove:hover:before, .basket-new .basket-item-actions-remove:hover:after {
  background: #b0182b;
}
.basket-new .basket-item-block-properties {
  display: flex;
}
.basket-new .basket-item-property-custom-name, .basket-new .basket-item-property-custom-value {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.basket-new .basket-item-property-custom-name {
  color: #A7A7A7;
}
.basket-new .basket-item-price-current-text {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #b0182b;
}
@media screen and (max-width: 1440px) {
  .basket-new .basket-item-block-info {
    padding-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info {
    width: 100%;
    padding-right: 0;
  }
}
.basket-new .basket-item-block-info .item_sklad_container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .item_sklad_container div:not(.classy) {
    width: auto;
    margin-right: 20px;
  }
}
.basket-new .basket-item-block-info .item_sklad_container .in-stock {
  padding-right: 35px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .item_sklad_container .in-stock {
    padding-right: 0;
  }
}
.basket-new .basket-item-block-info .item_sklad_container .in-stock:after {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .item_sklad_container .in-stock:after {
    top: 23px;
    transform: none;
    left: 40px;
    right: inherit;
  }
}
.basket-new .basket-item-block-info .item_sklad_container div {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #A7A7A7;
  margin-right: 50px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .item_sklad_container div {
    width: 50%;
    margin-right: 0;
  }
}
.basket-new .basket-item-block-info .item_sklad_container div:last-child {
  margin-right: 0;
}
.basket-new .basket-item-block-info .item_sklad_container div span {
  color: black;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .item_sklad_container div span {
    display: block;
  }
}
.basket-new .basket-item-block-info .alert-warning {
  background-color: #F5F5F8;
  display: inline-block;
  border-radius: 0;
  border: 0;
  color: black;
  padding: 10px 20px;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .basket-new .basket-item-block-info .basket-item-actions-remove {
    right: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    border: 1px solid #EAEAEF;
  }
  .basket-new .basket-item-block-info .basket-item-actions-remove:before, .basket-new .basket-item-block-info .basket-item-actions-remove:after {
    height: 10px;
  }
}

.row-frame {
  border: 1px solid #EAEAEF;
  background: #FFFFFF;
}

.basket-filter {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 500px) {
  .basket-filter {
    font-size: 13px;
    line-height: 16px;
  }
}
.basket-filter__row {
  display: flex;
  min-height: 64px;
  margin-bottom: -1px;
}
@media screen and (max-width: 500px) {
  .basket-filter__row.row-frame {
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .basket-filter__row {
    flex-wrap: wrap;
  }
}
.basket-filter__col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .basket-filter__col {
    height: 40px;
    border: 1px solid #EAEAEF;
  }
}
.basket-filter__col--count {
  padding-left: 50px;
}
@media screen and (max-width: 500px) {
  .basket-filter__col--count {
    width: 100%;
    padding-left: 20px;
  }
}
.basket-filter__col--input {
  margin-left: auto;
  padding-left: 40px;
  border-left: 1px solid #EAEAEF;
}
@media screen and (max-width: 1280px) {
  .basket-filter__col--input {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .basket-filter__col--input {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .basket-filter__col--input {
    width: 100%;
    margin-top: -1px;
    padding-left: 20px;
  }
}
.basket-filter__col--input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.basket-filter .basket-count span {
  opacity: 0.6;
}
.basket-filter__input,
.basket-filter .has-feedback,
.basket-filter .form-control {
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .basket-filter__input {
    width: 100%;
  }
}
.basket-filter .form-control {
  border: none;
  box-shadow: none;
  padding-left: 29px;
}
@media screen and (max-width: 500px) {
  .basket-filter .form-control {
    padding-left: 25px;
  }
}
.basket-filter .form-control-feedback {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 500px) {
  .basket-filter .form-control-feedback {
    width: 30px;
    height: 30px;
  }
  .basket-filter .form-control-feedback:before, .basket-filter .form-control-feedback:after {
    height: 10px;
  }
}
.basket-filter .form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat", Arial, sans-serif;
}
@media screen and (max-width: 500px) {
  .basket-filter .form-control::placeholder {
    font-size: 13px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=basket.css.map */
