
.yg-cart .badge {
  position: absolute;
  background: #EF579D;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding: 5px 7px;
  font-family: 'Open Sans', sans-serif; 
  font-size: 12px;
}


.yg-cart .badge {
    right: 3px;
    top: 3px;
    left: unset;
}
.cart-detail-product {
  padding-left: 15px;
  padding-top: 15px;
}
.cart-detail {
  padding: 10px 0px;
  border-bottom: 1px dashed #d2d2d2;   
}
.cart-detail-img img {
  width:100%;
}

.cart-detail-product {
  padding-left: 0px;
}
.cart-detail-product h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}
.cart-detail-product h3 a {
  font-size: 18px !important;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  padding: 0px 0px 3px 0px !important;
}
.cart-detail-product h4 {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 26px;
}
.cart-detail-product p {
  margin:0px;
  color:#000;
  font-weight:500;
}
.cart-detail .price {
  color: #32d093;
  float: right;
  font-weight: 700;
  margin-bottom: 10px;  
  margin-bottom: 0px;
  font-size: 24px;
}
.btn-yg-primary {
    color: #fff;
    background: #32d093;
    font-weight: 600;
    font-family: 'Roboto';
    border-radius: 30px;
    padding: 5px 20px;
}

.btn-yg-primary:hover {
    color:  #32d093;
    background: #fff;
    border-color:  #32d093;
}
.yg-cart-items li {
  list-style-type: none;
}
.billing-information p{
  margin-bottom: 1px !important;
}