.f>p {
  font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif;
}

.card-top {
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
}

.card {
  margin-top: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
}

.panel:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.first {
  margin-top: 20px;
}


.icon-checkbox {
  background-color: white !important;
}

.card>.cart {
  height: 140px;
}

.content>.gambar {
  margin: auto;
  margin-left: 10px;
  width: 25%;
  padding: 10px;
}

.content>.desc {
  font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif;
  padding-top: 20px;
  font-size: 14px;
}

.price-cart {
  padding-top: 20px;
}

.price-cart>.curent-price {
  font-size: 18px;
  line-height: 28px;
  color: #f57224;
  font-weight: 500;
  margin-bottom: 4px;
}

.price-cart>.origin-price {
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  margin-bottom: 8px;
  text-decoration: line-through;
}

.beli>div>i {
  font-size: 17px;
  margin-top: 10px;
  cursor: pointer;
}

.beli>div>i:hover {
  color: #f57224;
}

.quantity-add {
  padding-top: 20px;
}

.quantity-add>.row>.add {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #f57224;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  color: #f57224;
  cursor: pointer;
}

.quantity-add>.row>.add:hover {
  background-color: #f7f7f7;
  color: black;
  border: 1px solid black;
}

.quantity-add>.row>input {
  margin-left: 3px;
  width: 58%;
  text-align: center;
}

/*card summary*/
.card-top>.summary {
  height: 280px;
  padding-top: 16px;
}

.summary-heading {
  font-size: 18px;
  color: #212121;
  margin-bottom: 14px;
  position: relative;
  font-weight: 500;
  font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif;
}

.total {
  font-size: 20px;
  line-height: 28px;
  /* color: #f57224; */
  color: #3B5998;
  font-weight: 500;
  margin-bottom: 4px;
}


.btn-total {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  float: right;
  line-height: 14px;
  margin-left: 12px;
  color: #fff;
  border-style: solid;
  /* background-color: #f57224; */
  /* background-color: #f52424; */
  background-color: #427AB5;
  border-color: transparent;
}

.btn-total:hover {
  /* background-color: #bf4801; */
  /* background-color: #bf0101; */
  background-color: #3B5998;
}

#subtotal {
  font-size: 17px;
  color: black;
}

.cart_trash {
  padding-left: 22px;
  padding-bottom: 7px;
}


.judul_cart {
  padding-top: 20px;
  text-decoration: none;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #424242;
  font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif;
}


@media only screen and (max-width: 720px) {
  .card>.cart {
    height: 90px;
  }

  .content>.gambar {
    margin: auto;
    margin-left: 10px;
    width: 60%;
    padding: 10px;
  }

  .quantity-add>.row>input {
    width: 100%;
    text-align: center;
  }

}



/*cart baru*/
.plus-min>input {
  border: transparent;
  height: 35px !important;
  border-bottom: solid 1px #eff0f5;
  text-align: center;
}

textarea:focus,
input:focus {
  border: solid 1px #1a9cb7 !important;
}

.minus>button {
  background-color: #eff0f5;
  color: #a8a8ab;
  height: 35px;
  border-radius: 0px;
}

.plus>button {
  background-color: #eff0f5;
  color: #a8a8ab;
  height: 35px;
  border-radius: 0px;
}

.plus>button:hover {
  background-color: #bababb;
  color: #ffffff;
}

.minus>button:hover {
  background-color: #bababb;
  color: #ffffff;
}

.btn-kill {
  pointer-events: none;
  background-color: #e0e0e0;
}


@media only screen and (max-width: 720px) {
  .btn-plus-min {
    text-align: -webkit-center;
  }

}



/*---------------------new*/
.breadcrumb {
  border-radius: 0px;
  margin-top: 0px !important;
}

.judul_cart {
  padding-top: 20px;
  text-decoration: none;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #424242;
  font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif;
}

.panel_head {
  padding: 10px;
  font-size: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  margin-top: -10;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
}

.panel-body.pad {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}

.w {
  font-weight: 600;
}

.mar_bawah_1 {
  margin-bottom: 20px;
}

input.quantity_product {
  width: 60px !important;
}

.pad_left_1 {
  padding-left: 30px;
}

.pad_top_2 {
  padding-top: 15px;
}

.name_product {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-weight: 100;
}

.price_product>p {
  /*font-family: 'Fira Sans Condensed', sans-serif;*/
  color: #636262;
  font-weight: 500;
}

.coret {
  text-decoration: line-through red;
}

.wisdel {
  margin: auto;
  line-height: 42px;
  height: 42px;
}

.icon_wishlist {
  margin-right: 10px;
}

.wisdel>span>i:hover {
  cursor: pointer;
  color: #f57224;
}

.resume_barang {
  margin: 20px 10px 0px 10px;
}

.product_stock {
  font-size: 12px;
  color: gray;
  padding-top: 5px;
}

@media only screen and (max-width: 720px) {
  .price_product {
    text-align: left;
  }

  .name_product {
    margin-bottom: 10px;
  }

}