.basket-summary-portlet .basket-card {
  padding: 0;
  width: 300px;
}
.basket-summary-portlet .basket-preview-title {
  background: #F5F5F5;
  border-radius: 3px 3px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #DDDDDD;
}
.basket-summary-portlet .bp-title {
  font-size: 17px;
  line-height: 23px;
  color: #444444;
  font-weight: bolder;
}
.basket-summary-portlet .bp-item {
  font-size: 17px;
  line-height: 23px;
  color: #444444;
}
.basket-summary-portlet .basket-preview-message {
  background: #F0F7F0;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
  left: 39px;
  right: 14px;
  top: calc(50% - 8.5px + 3px);
}
.basket-summary-portlet .icon-succes-bp-message::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%232C862D'/%3E%3Cpath d='M5.2364 9.5665L7.44562 11.7757L13.2485 5.97284' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  content: " ";
  padding: 0px 10px 0px 20px;
  background-repeat: no-repeat;
}
.basket-summary-portlet .basket-item {
  padding: 10px 0px 10px 0px;
}
.basket-summary-portlet .bp-item-image {
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  float: left;
  margin-left: 16px;
}
.basket-summary-portlet .bp-item-image img {
  max-height: 71px;
}
.basket-summary-portlet .bp-item-description {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  max-width: 187px;
  float: left;
  padding: 0px 16px 0px 16px;
}
.basket-summary-portlet .bp-item-det span:nth-child(1), .basket-summary-portlet .bp-item-det span:nth-child(2) {
  padding-right: 15px;
}
.basket-summary-portlet .bp-item-det {
  float: left;
  width: unset;
  padding: 0px 16px 0px 16px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
}
.basket-summary-portlet .basket-preview-total,
.basket-summary-portlet .basket-preview-grand-total {
  width: 100%;
  float: left;
  padding: 5px;
  border: 1px solid #DDDDDD;
  padding: 5px 10px 5px 10px;
}
.basket-summary-portlet .basket-preview-grand-total {
  border-top: unset;
}
.basket-summary-portlet .bp-total-label {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  float: left;
  color: #444444;
}
.basket-summary-portlet .bp-total {
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  float: right;
  color: #444444;
}
.basket-summary-portlet .bp-vb-label {
  float: left;
  padding: 10px 10px 10px 10px;
}
.basket-summary-portlet .bp-checkout {
  text-align: right;
  float: right;
  padding: 10px 10px 10px 10px;
}
.basket-summary-portlet .bp-view-btn {
  background: #FFFFFF;
  border: 1px solid #949494;
  box-sizing: border-box;
  border-radius: 3px;
  color: #666666 !important;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  height: 35px;
  width: 126px;
}
.basket-summary-portlet .bp-checkout-btn {
  font-size: 13px;
  line-height: 18px;
  background: #3D6ECF;
  padding: 8px;
  color: #FFFFFF !important;
  border: 1px solid #0E47CB;
  box-sizing: border-box;
  border-radius: 3px;
  height: 35px;
  width: 126px;
}