.fab-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 1;
}

.fab-top button {
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #1a8dca;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;

  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-top button:focus {
  outline: none;
}

.fab-top button.main {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 40px;
  background-color: #1a8dca;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab-top button.main:before {
  font-family: "FontAwesome";
  font-size: 25px;
}

.fab-top ul {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  padding-right: 5px;
  margin: 0;
  list-style: none;
  z-index: 10;

  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-top ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;

  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.fab-top.show ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-bottom: -10%;
  opacity: 1;

  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.fab-top ul li .label-fab {
  margin-right: 10px;
  padding: 5px 8px;
  background-color: #363636;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  pointer-events: none;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-top ul li .label-fab .text-fab {
  white-space: nowrap;
  font-size: 14px;
  pointer-events: none;
  opacity: 1;
  font-weight: 500;
  font-family: "Poppins" !important;
  color: white;

  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.fab-top.show button.main,
.fab-top.show button.main {
  outline: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.fab-top.show button.main:before,
.fab-top.show button.main:before {
  transform: rotate(45deg) !important;
  transition-duration: 0.2s !important;
}

.fab-top button.main:before,
.fab-top button.main:before {
  transform: rotate(0deg) !important;
  transition-duration: 0.2s !important;
}

.fab-top.show button.main + ul,
.fab-top.show button.main + ul {
  bottom: 70px;
}

.fab-top.show button.main + ul li,
.fab-top.show button.main + ul li {
  margin-bottom: 10px;
  opacity: 1;
}
.card-produto {
  width: 100%;
  background-color: white;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.card-row {
  display: flex;
  flex-direction: row;
  padding: 20px 15px 15px 15px;
  border-bottom-width: 2px;
  border-bottom-color: #33b926;
  border-bottom-style: solid;
}

.card-row .info-card {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.card-row .image-card {
  display: flex;
  width: 110px;
  height: 100%;
  margin-left: 15px;
}

.title-card {
  font-size: 17px;
  font-weight: 600;
  color: #747474;
  font-family: "Poppins" !important;
}

.link-card {
  font-size: 13px;
  color: #747474;
  font-family: "Poppins" !important;
}

.price-card {
  font-size: 22px;
  font-weight: 600;
  color: #1b5a7b;
  font-family: "Poppins" !important;
  margin-top: 5px;
}

.footer-card {
  width: 100%;
  background-color: #ededed;
  display: flex;
  flex-direction: row;
  padding: 6px 10px;
  align-items: center;
}

.footer-name {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.footer-name .name {
  color: #363636;
  font-size: 13px;
}

.footer-name .time {
  color: #363636;
  font-size: 10px;
}

.footer-card .picture {
  width: 30px;
  height: 30px;
  border-radius: 13px;
  margin-right: 5px;
}

.footer-card .footer-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-width: 1px;
  border-color: #c5c5c5;
  border-style: solid;
  border-radius: 5px;
  padding: 5px;
}

.footer-button .footer-value {
  color: #747474;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 8px;
  border-right-width: 1px;
  border-right-color: #c5c5c5;
  border-right-style: solid;
}

.footer-button .footer-icon {
  font-size: 15px;
  padding: 0px 8px;
}

.like-button .liked {
  color: #1a8dca !important;
}

.title-home {
  margin: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #747474;
  font-family: "Poppins" !important;
}

.top-absolute {
  display: flex;
  position: absolute;
  background-color: #d82133;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
}

.top-absolute > span {
  font-size: 10px;
  color: white;
  font-family: "Poppins" !important;
  font-weight: 600;
  margin-left: 5px;
}

.span-offer {
  color: #1a8dca !important;
}
