.sale-bmsm-heading {
  vertical-align: middle;
  width: 100%;
  border: 2px dashed #03a9f4;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-top: 15px;
}
.saleboxes {
  display: table-row;
  padding-bottom: 20px;
}
.sale-bmsm-heading .salebox1, 
.sale-bmsm-heading .salebox2 {
  display: table-cell;
  vertical-align: middle;
}
.sale-bmsm-heading .salebox2 {
  padding-left: 10px;
}
.sale-bmsm-heading .salebox1 {
  width: 50px;
  max-width: 50px;
}
.sale-bmsm-heading .salebox1 svg {
  width: 50px;
  max-width: 50px;
  height: 50px;
}
.salebmsm-title {
  color: red;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  font-size: 17px;
}
.salebmsm-text {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}
.sale-bmsm-items {
  margin: 0 0 25px;
  padding: 0;
}

.sale-bmsm-items li {
  z-index: 15;
  transition: .15s ease-in-out;
  width: 100%;
  height: 54px;
  border: 1px solid #DDD;
  padding: 0 16px;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 !important;
  list-style: none;
  position: relative;
}
.sale-bmsm-item-text {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.sale-bmsm-item-label {
  margin-right: 7px;
  font-weight: 700;
  font-size: 14px;
  background: #446084;
  color: #fff;
  padding: 2px 5px;
}
span.sale-bmsm-items-add {
  border: none;
  padding: 7px 16px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  cursor: pointer;
  background-color: #002152;
  word-spacing: normal;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
}
.sale-bmsm-item-title {
  color: red;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}


@media (max-width: 549px){
    *{}
    .sale-bmsm-item-title-wrp{
        display: block;
        margin-top: 1px;
    }
}

.cart_totals .fee, .woocommerce-checkout-review-order-table .fee {
  background-color: #c5e1a5;
  border-radius: 2px;
}
.cart_totals .fee th, 
.woocommerce-checkout-review-order-table .fee th{
    padding-left: 8px;
}
.cart_totals .fee td, 
.woocommerce-checkout-review-order-table .fee td{
    padding-right: 8px;
}
.sale-discount-notices {
  border: none;
  border-radius: 6px;
  padding: 14px;
  color: #1d1d1d;
  font-weight: 300;
  font-size: 16px;
  background: #c5e1a5;
  margin-bottom: 10px;
  text-align: center;
}

.cart_totals .product-name{
    border-width: 0!important;
    border-bottom-width: 3px!important;
}




