.sumar-comanda {
  max-width: 1080px;
  margin: 30px auto 0;
  display: table;
  width: 100%;
}

.sumar-comanda-home {
  padding: 60px 0 50px;
}

.total-sumar {
  font-size: 32px;
  color: #10069f;
  font-weight: bold;
  margin: 0;
  line-height: 48px;
  display: inline-block;
  width: 100%;
}

.total-sumar span {
  font-size: 15px;
  font-weight: normal;
  color: #a770eb;
}

.sumar-comanda h4 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  color: #10069f;
}

#sumartotal {
  float: right;
  width: 100px;
  border: 0;
  font-size: 20px;
  color: #a770eb;
  padding: 0;
  margin: 0;
  line-height: 48px;
  display: inline-block;
  text-align: right;
}

.sumar-comanda input[type="text"] {
  padding: 7px 10px;
  line-height: 30px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.sumar-comanda input[type="number"] {
  max-width: 50px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.refresh-input {
  cursor: pointer;
  margin-left: 4px;
}

.input-number-qty {
  float: right;
  max-width: 70px;
  text-align: center;
}

.sumar-comanda .row-sumar {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  min-height: 54px;
  line-height: 33px;
}

.sumar-comanda .row-sumar:nth-child(4) {
  border: 0;
}

.row-cod {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.row-price {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  color: #10069f;
  font-weight: 300;
  line-height: 48px;
  font-size: 24px !important;
}

.row-cod button {
  background: #147bd1;
  color: #fff;
  float: right;
  padding: 10px 30px;
  border: 0;
  font-size: 20px;
  line-height: 24px;
  border-radius: 16px;
}

.wrapper-form h4 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  color: #10069f;
}

.btn-grey,
.btn-green {
  border-radius: 16px;
}

.section-bottom {
  background: #fafafa;
}

.section-bottom div.title-blue {
  padding-left: 0;
  border: 0;
}

.show-on-mobile {
  display: none;
}
#pret_total,
#pret_initial {
  margin: 0 auto;
  display: flex;
  width: auto;
  padding: 0;
  float: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .total-sumar {
    font-size: 28px;
    margin: 0;
  }
  #finalizare-comanda {
    margin: 0 auto;
    display: table;
  }
  .row-price {
    margin: 0;
  }
  #pret_initial span {
    margin-right: 5px;
  }
  #pret_total,
  #pret_initial {
    margin: 0 auto;
    display: flex;
    width: auto;
    padding: 0;
    float: none;
    align-items: center;
    justify-content: center;
  }
  .show-on-mobile {
    display: block;
  }
  .container-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list-modal-info {
    text-align: center;
    line-height: 1.3;
  }
  .list-modal-info {
    margin-top: 20px;
  }
}

.section-1-home::after {
  display: none !important;
}
.list-modal-info ul {
  padding: 0;
}
.list-modal-info ul li {
  margin: 0 0 15px;
}
.list-modal-info ul i {
  color: #00c65e;
}
.slick-slide {
  height: auto !important;
}
.box-oferta-section-1 .col-md-6:first-child:before {
  /* content: '-30%'; */
  content: none;
  font-size: 30px;
  position: absolute;
  top: 30px;
  left: 15px;
  background: red;
  padding: 10px 30px;
  color: #fff;
}
