
.right{
  float: left;
  width: 71%;
  margin-left: 2%;
  margin-bottom: 20px;
  padding:0 0 0 2%;
}


.add-address{
  float: right;
  width: 25%;
  height: 100%;
  justify-content: center;
  display:flex;
  align-items: center;
}

.add-address label:hover{
  text-decoration: underline !important;
}

.add-address label{
  display: block;
  float: left;
  color: #353748;
  cursor: pointer;
  letter-spacing: -0.5px;
}

.add-address i{
  float: right;
  margin-top: -6px;
  margin-right: 10px;
  color: #ea105e;
}


.my-addresses{
  width: 100%;
  min-height: 500px;
}


.address{
  float: left;
  width: 30%;
  margin:0 0 5% 4%;
  border-radius: 5px;
  border: 1px solid #e4e1e1;
}

.address:nth-child(1),.address:nth-child(3n +1){
  margin-left: 0;
}

.address h4{
  margin: 0;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
  color: #353748;
  background-color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.address-info{
  padding: 10px;
}

.address-info h5{
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

/* Adres Taşmasın Diye */
.address-info >  h6{
  overflow: hidden; /* taşacak kısımları gizle. */
  white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
  text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
}

.address-info h6{
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0 0 0;
}


.delete-address{
  float: left;
  margin:10% 5%;
}

.delete-address i{
  font-size: 18px;
  text-align: center;
  color: #a0a0a0;
  cursor: pointer;
  transition: 0.25s all;
}

.delete-address i:hover{
  color: #ea105e;
  cursor: pointer;
}

.delete-address i:active{
  transform: scale(1.1);
}


.address button{
  width: 60%;
  margin-left: 20%;
  margin-bottom: 5%;
  background-color: transparent;
  border: 1px solid #ea105e;
  height: 35px;
  color: #ea105e;
}



.address-detail{
  position: fixed;
  width: 25%;
  min-width: 500px;
  left: 37.5%;
  top: 20%;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  background-color: #fff;
  z-index: 99;
  display: none
}

.detail-top{
  width: 94%;
  padding:3%;
  border-bottom: 1px solid #e4e1e1;
}

.detail-top:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/



.address-detail h4{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.address-detail i{
  float: right;
  font-size: 16px;
  cursor: pointer;
}

.address-detail .section{
  float: left;
  padding: 17px;
}

.address-detail .section label{
  display: block;
  color: #4e4e4e;
}


.address-detail button{
  width: 93%;
  margin-left: 3.5%;
}




@media only screen and (max-device-width: 1279px) {


.right{
  float: left;
  width: 90%;
  margin-left: 5%;
  padding:0;
}


.add-address{
  width: 35%;
  margin-right: 15px;
}


.address{
  width: 100%;
  margin:0 0 5% 0%;
}

.address:nth-child(1),.address:nth-child(3n +1){
  margin-left: 0%;
}




.address-detail{
  position: fixed;
  width: 95%;
  height: 75%;
  min-width: 0;
  left: 2.5%;
  top: 100px;
  padding: 0;
  z-index: 99;
  display: none;
  overflow-y:scroll;
  overflow-x:hidden;
}


.address-detail-wrapper{
  overflow-y:hidden;
  overflow-x:hidden;
  height: 900px;
}


.address-detail .section{
  float: left;
  padding: 17px;
  width: 100%;
}

.address-detail .section input[type=text]{
  width: 90% !important;
  padding: 0;
}

.address-detail .section textarea{
  width: 90% !important;
  padding: 0;
}

}
