.modulustulist {
  margin: 0 0 15px 0;
  clear: both;
  background-color: #fff;
}

#modullerbolumu .hesapkitap {
    margin: 12px auto 0;
    width: 100%;
    padding: 0 12px;
}

.modulustulist .p_features {
  background: #51626f;
  color: #fff;
  margin-top: 15px;
  padding: 4px 0;
  display: block;
  position: relative;
  border: 1px solid #e7e7e7;
  text-align: center;
  box-shadow: 0 12px 24px -24px rgb(0 0 0 / 80%);
  margin-bottom: 36px;
}

.modulustulist .p_features .item {
  display: inline-block;
  text-align: center;
  clear: both;
  padding: 0 12px;
}

.modulustulist .p_features .item .hdr {
  display: block;
  float: left;
  font-size: 30px;
  margin-right: 16px;
  margin-top: 10px;
  height: 33px;
}

.modulustulist .p_features .item .slogan {
  font-variant: small-caps;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 8px;
}

.urun_secenek_klass {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 0;
  flex-wrap: wrap;
}

.toplamtutar,
.havaleindirim {
  padding: 0px 0px 10px 0px;

  line-height: 0;
}

.toplamtutar p {
  font-size: 15px;
}

.toplamtutar b,
.havaleindirim b {
  float: right;
}
.urun_secenek_klass1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.secim_ekrani {
  display: flex;
  align-items: center;
}

.secim_ekrani select {
  background-color: #fff !important;
  width: auto !important;
  height: auto !important;
  line-height: 20px !important;
  padding: 0 25px 0px 5px !important;
  margin-left: 8px;
}

.alanlar_mm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.2;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 14px 20px;
    text-align: left;
    font-size: 12px;
    transition: all 200ms;
    width: 100%;
    margin: 4px 0;
    min-height: 76px;
    position: relative;
	border-radius: 6px;
}
.alanlar_mm > span {
    position: absolute;
    right: 20px;
}
.alanlar_mm:hover {
  border-color: #7e6054;
}

a.veya_ozel {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #845e52;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px #525252;
  transition: all 200ms;
}

a.veya_ozel i {
  margin-right: 8px;
}

a.veya_ozel:hover {
  text-decoration: none;
  color: #fff;
  background: #343434;
}

#modullerbolumu .cart {
  border: none !important;
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (max-device-width: 1024px) {
  .toplamtutar p {
    font-size: 16px;
  }

  .urun_secenek_klass br {
    display: none;
  }

  .secim_ekrani {
    float: right;
  }

  .alanlar_mm b {
    float: left;
  }

  .secim_ekrani select {
    margin-left: 10px;
  }

  .hesapkitap {
    width: 100%;
  }
}
