/*.row {
  background: #fff;
  margin-top: 20px;
}*/

.col {
  border: 0px solid #000;
  padding: 2px;
}
/*------------------------------------------------*/
.firma-container {
  position: relative;
  background: #fff;
  border-radius: 4px;
  font-size: 25px;
  text-align: left;
  transition: all 0.2s;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #d3d3d3;
  line-height: 25px;
}

.firma-container .firma-bilgileri {
  position: relative;
  height: 130px;
  overflow-y: auto;
}
.firma-container .firma-bilgileri .indirim-alani {
  position: absolute;
  bottom: 5px; 
  right: 5PX;
  font-size: 14px;
  font-weight: bold;
}
.firma-container .firma-bilgileri .lokasyon {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
}
.firma-container .firma-bilgileri .lokasyon .icon {
  width: 16px;
}
.firma-bilgileri .firma-ismi {
  color: #ec403c;
  max-height: 32px;
  overflow-y: hidden;
  font-size: 25px;
  line-height: 32px;
  text-transform: capitalize !important;
}
.firma-bilgileri .slogan {
  color: #000;
  font-size: 12px;
  line-height: 10px;
  font-style: italic;
}

.firma-container p {
  margin: 7px auto;
}

.firma-container p .verified img {
  width: 15px;
}

.firma-container .icerik-container {
  padding: 5px;
}

.firma-container .ust-serit {
  position: absolute;
  background: #d3d3d3ab;
  height: auto;
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #a80bb9;
  font-weight: bold;
}
/*------------------------------------------------*/
.fiyat-aciklamasi {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  line-height: 12px;
}
.fiyat {
  font-size: 14px;
  color: #656363;
  text-decoration: line-through;
  line-height: 14px;
}
.fiyat-kampanyali {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 14px;
}
button {
  background: #42ac3e;
  border: none;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 15px;
  color: #fff;
}
/*------------------------------------------------*/
.img-container {
  position: relative;
}

.img-container img {
  width: 100%;
}
.circle {
  width: 46px;
  height: 46px;
  background: red;
  border-radius: 23px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
/*------------------------------------------------*/
.firma-container .etiketler-ust {
  position: absolute;
  top: -5px;
  left: 5px;
  z-index: 99;
}

.firma-container .etiketler-ust .etiket {
  background: #a80bb9;
  padding: 5px 0px;
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
/*------------------------------------------------*/
.firma-container .etiketler {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}

.firma-container .etiketler .icerik {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 0 0 2px 5px;
}

.firma-container .etiketler .etiket {
  background: #841111;
  padding: 4px 8px 2px;
  color: #fff;
  font-size: 12px;
  z-index: 9999;
}

.firma-container .etiketler .etiket.yesil {
  background: #73AB50; 
  border-radius: 5px;
}
.firma-container .etiketler .etiket.erkenrez {
  background: #ec403c;
  border-radius: 5px;
}
