@media only screen and (max-width: 730px) {
  .share-text,
  .report-text {
    display: none;
  }
}

.btn-ir-para-loja-modal {
  width: 60% !important;
  margin-left: 20%;
  margin-top: 0.5em;
  background-color: #59cd46;
  border: none;
}

*/ .progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #068cca;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
  padding-left: 1.1em;
}

.progress .progress-value div {
  margin-top: 10px;
}

.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.progress {
  margin-bottom: 1em;
}

.progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 11px;
  margin-top: 0.5em;
  margin-left: -10em;
}

.barra-progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.icone-subir-footer {
  position: absolute;
  font-size: 30px;
  right: 50px;
  bottom: -61.8em;
  z-index: 1;
  background-color: #22202b;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.modal-lg {
  max-width: 85%;
}

.img-upload-btn {
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}

.img-upload-btn input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.img-upload-btn i {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.btn-radio {
  position: relative;
  overflow: hidden;
}

.btn-radio input[type="radio"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.imagem-capa-produto .img-picker .img-upload-btn {
  padding-top: 5% !important;
}

.imagem-capa-produto .card {
  border: 3px solid #068cca;
}

.check-capa {
  height: 25px;
  width: 25px;
  background-color: #068cca;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  padding-left: 4px;
  padding-top: 1px;
  color: white;
  right: 10px;
  top: -10px;
}

.add-img-upload {
  height: 25px;
  width: 25px;
  background-color: #59cd46;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  padding-left: 6px;
  padding-top: 1px;
  color: white;
  left: 190px;
  top: 4px;
}

.add-img-upload:hover {
  cursor: pointer;
}

.form-group .card-footer {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border: none !important;
  margin-top: -4.5em !important;
  border-top: 1px solid #dfdfdf !important;
  border-left: 1px solid #dfdfdf !important;
  border-right: 1px solid #dfdfdf !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.img-picker {
  margin-top: 1em;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.foto-detalhe-produto {
  position: relative;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.image2 {
  position: absolute;
  top: 0px;
  left: 0px;
  border:none;
  outline: none;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #068cca;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
  padding-left: 1.1em;
}

.progress .progress-value div {
  margin-top: 10px;
}

.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.progress {
  margin-bottom: 1em;
}

.progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  height: 11px;
  margin-top: 0.5em;
  margin-left: -10em;
}

.barra-progresso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.icone-subir-footer {
  position: absolute;
  font-size: 30px;
  right: 50px;
  bottom: -61.8em;
  z-index: 1;
  background-color: #22202b;
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.header {
  display: flex;
  padding: 10px 20px;
  flex-direction: row;
  border-bottom-width: 1px;
  border-bottom-color: #c5c5c5;
  border-bottom-style: solid;
}

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

.indicators {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.info-offer {
  font-size: 11px;
  color: #363636;
  font-family: "Poppins" !important;
  font-weight: 600;
}

.info-link {
  font-size: 11px;
  color: #363636;
  font-family: "Poppins" !important;
  font-weight: 400;
}

.indicator-text {
  font-size: 11px;
  color: #363636;
  font-family: "Poppins" !important;
  font-weight: 400;
  background-color: transparent !important;
}

.indicator-item {
  margin: 0px 8px;
  justify-content: center;
  align-items: center;
}

.offer-description {
  display: flex;
  background-color: white;
  flex-direction: column;
}

.image-container {
  display: flex;
  width: 100%;
  height: 170px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.offer-title {
  font-size: 20px;
  color: #363636;
  font-family: "Poppins" !important;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}

.offer-price {
  font-size: 24px;
  color: #1b5a7b;
  font-family: "Poppins" !important;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  margin-bottom: 15px;
}

.button-store {
  display: flex;
  background-color: #6ece66;
  width: 70%;
  height: 45px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-bottom: 20px;
  color: white;
}

.actions-container {
  display: flex;
  flex-direction: row;
  padding: 12px 20px;
  background-color: #ededed;
  justify-content: space-evenly;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-color: #33b926;
  border-bottom-style: solid;
}

.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent !important;
}

.send-container {
  display: flex;
  background-color: white;
  flex-direction: column;
  margin-top: 15px;
}

.send-profile {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  padding: 6px 15px;
}

.send-profile > span {
  font-size: 19px;
  color: #1b5a7b;
  font-family: "Poppins" !important;
  font-weight: 600;
}

.profile-container {
  display: flex;
  padding: 12px;
}
.profile-info {
  display: flex;
  padding: 8px;
  background-color: #f6f6f6;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.profile-info .info-image {
  margin-right: 10px;
}

.detail-profile {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.detail-name {
  font-size: 14px;
  color: #747474;
  font-family: "Poppins" !important;
  font-weight: 600;
}
.detail-user {
  font-size: 12px;
  color: #747474;
  font-family: "Poppins" !important;
  font-weight: 400;
}
.detail-date {
  font-size: 12px;
  color: #747474;
  font-family: "Poppins" !important;
  font-weight: 400;
}

.detail-date > p > img{
  width: 100% !important;
}

.detail-date > p > iframe{
  width: 100% !important;
}

.card-body > p > img {
  width: 100% !important;
}

.button-seguir {
  display: flex;
  padding: 5px 10px;
  background-color: #007bff;
  border-radius: 3px;
}

.button-seguir > span {
  font-size: 14px;
  color: white;
  font-family: "Poppins" !important;
  font-weight: 600;
}
.oferta-container {
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.oferta-alerta {
  display: flex;
  padding: 9px 15px;
  background-color: #35b6fa;
  border-radius: 3px;
  margin-top: 10px;
}

.item-alert {
  display: flex;
  flex: 1;
  border-right-width: 1px;
  border-right-color: #0c70ba;
  border-right-style: solid;
}

.item-alert > span {
  font-size: 14px;
  color: white;
  font-family: "Poppins" !important;
  font-weight: 600;
}

.write-comment {
  margin: 10px;
  display: flex;
  flex: 1;
  padding: 11px;
  background-color: #6ece66;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

.write-comment > span {
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
