@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;700;800&display=swap");
.panel-cotizacion {
  padding: 20px 0 20px 0;
  position: inherit;
  top: 0;
}

.panel-cotizacion .productos {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dedde0;
  max-height: 311px;
  overflow-y: auto;
  padding: 10px 0 0;
}

.panel-cotizacion .productos .line {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.panel-cotizacion .productos .line .img {
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #e0e1e7;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.panel-cotizacion .productos .line .img img {
  object-fit: contain;
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.panel-cotizacion .productos .line .img .cant {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #ff911a;
  border-radius: 100%;
  color: #fff;
}

.panel-cotizacion .productos .line .detail {
  float: left;
  width: calc(100% - 180px);
  padding-left: 20px;
}

.panel-cotizacion .productos .line .detail .sku {
  float: left;
  width: 100%;
  color: #e99d50;
  font-size: 14px;
  font-weight: 560;
}

.panel-cotizacion .productos .line .detail .nombre {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
  height: 32px;
  overflow: hidden;
  line-height: 16px;
}
.panel-cotizacion .productos .line .detail .nombre a {
  color: #666;
}
.panel-cotizacion .productos .line .detail .nombre a:hover {
  color: #1b1e21;
}

.panel-cotizacion .productos .line .detail .edit {
  float: left;
  color: #e99d50;
  text-decoration: underline;
  margin-top: 8px;
}

.panel-cotizacion .productos .line .precio {
  float: left;
  width: 100px;
  color: #ff911a;
  font-size: 18px;
  font-weight: 700;
}

.panel-cotizacion .productos .line .precio span {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.panel-cotizacion .productos .line .delete {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}

.valor {
  font-size: 20px;
  font-weight: 600;
}

.valor span {
  float: right;
}

.btn.cotizador {
  float: left;
  width: 100%;
  background: #ff911a;
  margin-top: 20px;
  border-radius: 23px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  cursor: pointer;
  border: 0;
}

/*# sourceMappingURL=cotizacion.css.map */
