.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.btn-cart{font-size:18pt;color:#064169;position:relative}button.btn-cart span{display:block;position:absolute;top:0;right:0;background:#f53838;color:#FFF;border-radius:50%;font-size:9pt;font-weight:bold;line-height:2;text-align:center;min-width:23px}.cart{width:350px;height:100vh;background:#FFF;position:fixed;right:0;box-shadow:0px -1px 3px #000;z-index:1003;transition:all 0.2s ease;margin-right:-350px;overflow:auto}.cart.active{margin:0}.cart .c1{max-width:30%}.cart .c2{max-width:70%}.cart .btns{width:95%}.cart .t_cart{width:100%;background-color:#3f63b1;color:#FFF;text-align:center}.cart .total span{font-size:10pt;padding:9px}.cart .total strong{color:#f25e05}
.qtde-prod {
  max-width: 70px;
  float: left;
}
.qtde-prod input[type="text"] {
  width: 40px;
  height: 36px;
  float: left;
  border: #b0b0b0 solid;
  border-width: 1px;
  transition: all .2s ease-out;
  background-color: #f1f1f1;
  color: #262626;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  text-align: center;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.qtde-prod .btn-qtde {
  float: left;
  width: 30px;
  height: 18px;
  display: block;
  font-weight: lighter;
  line-height: 15px;
  text-align: center;
  background-color: #064169;
  cursor: pointer;
  color: #FFF;
}

.qtde-prod .btn-qtde .fa {
  color: #FFF;
  font-size: 10px;
}

.qtde-prod .btn-plus {
  border-bottom: 1px solid #FFF;
  border-radius: 0 4px 0 0;
}

.qtde-prod .btn-minus {
  border-top: 1px solid #FFF;
  border-radius: 0 0 4px 0;
}

.btn-compra-produto {
  float: left;
  margin-left: 15px;
  margin-top: 1px;
}

.btn-compra-produto .btn {
  background-color: #064169;
  border-color: #064169;
  color: #FFF;
}

.totalProd {
  font-size: 23pt;
}

#fretes {
  clear: both;
  padding-top: 20px;
}

#fretes .skew {
  background: #3d60ac;
  border-radius: 10px;
  padding: 20px;
  min-width: 240px;
  font-weight: bold;
}

#fretes .skew1 {
  background: #3d60ac;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s ease;
  opacity: 0.6;
  transform: scale(1);
}

#fretes .skew1 label {
  display: block;
  font-weight: bold;
  color:#FFF;
}

#fretes .skew1:hover {
  background: #3d60ac;
  opacity: 0.8;
  box-shadow: 0px 3px 1px #000;
  transform: scale(1.05);
}

#fretes input[type="radio"]:checked+.skew1 {
  background: #3d60ac;
  transform: scale(1.05);
  box-shadow: 0px 3px 1px #000;
  opacity: 1;
}

#fretes input[type="radio"]:checked+.skew1 label h5 strong i.fa::before {
  content: "\f00c";
  color: #094809
}
