.cart-del-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-del-type input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-del-type__text {
  margin-left: 5px;
}
.delivery-point-row.is-active td:after {
  display: none;
}
.delivery-point-row-info {
  display: none;
  font-size: 13px;
  font-family: 'co_headline_corpregular';
}
.delivery-point-row-info b {
  font-family: 'co_headline_corpbold';
}
.delivery-points-table > tr > td {
  padding: 0 !important;
  border-radius: 7px !important;
  width: 100%;
}
.delivery-points-table > tr > td:after {
  display: none;
}
.delivery-point-table {
  width: 100%;
}
.delivery-point-table td:first-child {
  width: 175px;
}
.delivery-point-table td:last-child {
  text-align: right;
}
.delivery-infowindow {
  font-family: 'co_headline_corpregular';
  font-size: 12px;
}
.delivery-infowindow a.sm-button__blue:hover {
  color: #fff;
  text-decoration: none;
}
.delivery-infowindow b {
  font-family: 'co_headline_corpbold';
}
.delivery-infowindow__title {
  font-family: 'co_headline_corpbold';
}
.delivery-infowindow__section {
  margin-top: 10px;
}
.delivery-infowindow__section-title {
  color: #8f9292;
}
#deliveryMap .gm-style-iw {
  max-width: 180px;
}
.basket-grab-in-one-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.basket-grab-in-one-place * {
  box-sizing: border-box;
}
.basket-grab-in-one-place__link {
  border: 1px solid #004899;
  width: calc(50% - 10px);
  padding: 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  border-radius: 5px;
}
.basket-grab-in-one-place__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.basket-grab-in-one-place__link span {
  font-family: 'co_headline_corpbold';
  font-size: 17px;
  color: #004899;
  margin-left: 20px;
  line-height: 1.2;
  text-decoration: none;
}
.delivery-icon {
  width: 38px;
  height: 27px;
  background: url("../img/delivery-icons.png") 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
  line-height: 27px;
  max-height: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-icon--pickup {
  background-position: 0 -26px;
}
.delivery-icon--delivery-point {
  background-position: 0 0;
  height: 25px;
}
.cb-item-actions-catchme-info {
  margin: 10px 0;
}
.product-card-delivery-title {
  font-size: 17px;
  font-weight: normal;
  color: #303030;
  margin: 0 0 5px 0;
  line-height: 1.25;
}
.product-card-delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card-delivery-row + .product-card-delivery-row {
  margin-top: 10px;
}
.product-card-delivery-row__content {
  margin-left: 10px;
  font-size: 13px;
  line-height: 1.25;
}
.product-card-delivery-row__content a {
  color: #004899;
}
.product-card-delivery-row__desc {
  color: #8f9292;
  font-size: 12px;
  display: inline-block;
}
.product-card-delivery-row__desc-block {
  color: #8f9292;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.free-shipping-label {
  position: absolute;
  right: 2px;
  top: 19px;
  width: 54px;
  height: 18px;
  background: #fff;
  border: 1px solid #004899;
  border-radius: 2px;
  max-width: 100%;
  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;
}

#basket-shop-popup .jspDrag {
  background: #004899;
}
#basket-shop-popup h2 {
  color: #545454;
}
#basket-shop-popup.basket-popup-pvz .jspDrag {
  background: #004899;
}
#basket-shop-popup.basket-popup-pvz .js-input-filtered-field {
  color: #004899;
}