.member_content{
    width: 1030px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; 
}
/*
.member_content_register
{
    width: 1020px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; 
    position:relative; 
    right:102px; 
    bottom:37px;
}
*/
#gonder{
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif;
}
.member_content input[type=submit]{
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif;
}
/*
.member_content_title{
    font-size: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(153, 153, 153);
    color: rgb(88, 88, 88);
    text-align: center;
}
.member_content_title a:last-child{
    color: rgb(126, 126, 126);
    font-size: 17px;
}*/
.inmember
{
    width: 80%;
    margin: 0px auto;
    margin-top: 50px;
}
.inmember .member_info_content{ 
    width: 75%;
}
.inmember input{
    margin: 8px !important;
} 
.user_button{
    background-color:#458EEE;
    color: white;
    font-size:17px;
    border: none;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    cursor: pointer;
    font-family: "Poppins-Medium" !important;
}   
                                            /*Üye giriş kısmı*/
/*
.mem_login{
    background-color: mediumturquoise;
    margin-bottom: 500px;
    border-bottom: 1px solid rgb(153, 153, 153);
}

.mem_login form{
    margin-bottom: 5px;
} 

#putitdown{
    padding-top: 50px;
}  
*/                                    
.inmember h1 {
    color: rgb(88, 88, 88);
    font-size: 23px;
}  
.inmember td:first-child {
    color: rgb(126, 126, 126);
    font-size: 17px;
} 
/*
.orderfill {
    width: 50px;
}
.orderfill img{
    width: 90%;
    position: relative;
    right: 7px;
}*/
.prodprice{
    color: #458EEE;
    text-decoration: none;
}

                                            /*Üye düzenleme kısmı*/
/*
.member_info{
    width: 100%;
    height: auto;
    margin-top: 70px;
  
}*/
.member_info_title {
    font-size: 28px;
    font-weight: 500;
    position: relative; 
    width: 100%;
    text-decoration: none;
    color: rgb(69, 142, 238); 
    
    margin-top: -50px;
    margin-bottom: -126px;
    height: 210px; 
    display: flex;
    align-items: center;
}
.member_info_title a
{
    text-decoration: none;
    color: rgb(69, 142, 238); 
}
.member_info_title a:hover
{
    color: rgb(29, 82, 151);
}
.member_login_content
{
    max-width: 98.1%;
    margin: 0px auto ;
    margin-top: 126px; 
    margin-bottom: 50px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 70px;
    background-color: white;
    min-height: 600px;
    position: relative;
}
.alert_message{
  
    height: auto;
    padding: 10px;
    padding-top: 0px;
    margin: 0px auto;
    margin-top: 45px !important;
    border-radius: 20px;
    position: relative;
    top: 103px;
    opacity: 0;
    transition: opacity 0.5s linear;
    color:rgb(184, 69, 52);
    background-color:rgb(236, 130, 109);
}
.is-loaded
{
    opacity: 1 !important;
}
.iss-loaded
{
    opacity: 0 !important;
}
.alert_message_text
{
    /*width: 75%;*/
    width: auto;
    max-width: 95%;
    position: relative;
    bottom: 33px;
    left: 20px;   
}
.alert_ul
{
    color:rgb(184, 69, 52);
}
.alert_message_close img
{
    width:10px;
    border-radius:5px; 
    border:2px solid rgb(206, 103, 88);
    padding:10px;
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 15px;
}
.alert_message_close img:hover{
    cursor: pointer;
    border:2px solid rgb(184, 69, 52);
   
}
.alert_message_text h3{
    position: relative;
    top: 48px;
    font-size: 17px;
    font-family:"SF-Pro-Regular";
    overflow-x: hidden;
}
.alert_emoji{
    position: relative;
    top: 36px;
}
.alert_message_text p{
    position: relative;
    left: 56px;
 
}
.alert_message_text ul{
    position: relative;
}

.alert_message_text_content
{
    margin-top: 50px;
    position: relative;
    top: 10px;
    margin-left: 56px;
    font-size: 13px;
    font-family:"SF-Pro-Regular";
    overflow: hidden;
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
    display: flex;
}
.alert_message_text_content *
{
   margin: 0px;
   padding: 0px;
   margin-left: 5px;
   overflow: hidden;
   text-overflow: ellipsis;
}
.alert_message_text_content a
{
   overflow: unset !important; 
}
.alert_message_text_content a:last-of-type
{
   min-width:0px;
}
.alert_message_text_content a:first-child
{
    width: auto;
    margin-left: 0px;
}

.member_login_align{
    width: 94%;
    margin: 0px auto;
    margin-top: 70px;
}
.member_login_align ::placeholder{
color:rgb(214, 214, 214);
}
#reset_pw_align input{
    max-width: 269px;
}
.member_login_align input{
    /*width: 300px;*/
    width: 275px;
    height: 20px; 
    margin: 0px auto;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    
    border: 1px solid rgb(214, 214, 214);
 }
 .member_login_align a{
    width: 308px;
    height: 23px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .member_login_align .user_button{
    width: 308px;
    border: none;
    padding: none;
    height: auto; 
    margin-top: 20px;
    padding-top: 12px;
    border-radius: 5px;
    padding-bottom: 12px;
 }
 /*
.member_info a:first-child {
    font-size: 23px;
    padding-bottom: 20px;
    color: rgb(88, 88, 88);
} */
.member_info_content{
    width: 60%;
    min-height: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
}
.member_info_content_left{
    width: 150%;
    height: 500px;
   /* padding-left: 45px;*/
}
/*
.member-detail{
    width: 123.3% !important;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(153, 153, 153);
}
.member-value{
    color: rgb(117, 117, 117);
}

.member_info_content_right{
    width: 35%;
    margin-top: 150px;
    float: right;
    position: relative;
}
.member_info_content_img{
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    right: 0px; 
}*/
.user_button{
    height: 46px !important;
}
/*
.member_info_content_right .user_button{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.member_info_content_right .register_button{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.register_button{
    position: relative;
    right: 7px;
}
.register_button input{
   width: 100%;
   height: 100%;
   font-size:15px;
   background-color: transparent;
   border: none;
   cursor: pointer;
   color: white;
   outline: none;
}
.member_info_content_right a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 34px !important;
    font-size: 13px;
    padding: 3px;
    text-align: center;
    color: white;
}
#user_button_second_align{
    right: 150px;
}
*/
/*Üye kayıt kısmı*/
.member_content_input{
    width: 100%;
    margin: auto;
}

.member_content_input .address_content_input_left{
    max-width: 347.5px;
    width: 100%;
    margin: auto;
}
.member_content_input input{
    margin: auto;
    padding: 0px;
}

.member_content_input .stepOne_input_check label{
    margin-left: 40px;
}
.sifremiUnuttum{
    height: 23px;
    margin: auto;
    margin-top:10px;
    color:#458EEE;
    text-align: center;
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
}
.sifremiUnuttum u{
    text-decoration: none;
}
.sifremiUnuttum u:hover{
    cursor: pointer;
    border-bottom:solid 1px #458EEE;
}

.iptal_buttonResetpw{
    width: 100%;
    margin-top:-45px;
    border:none !important;
    background:white;
    color:#458EEE;
    margin-left: auto;
    margin-right: auto;
}
.iptal_buttonResetpw u{
    text-decoration: none;

}
.iptal_buttonResetpw:hover u{
    cursor: pointer;
    border-bottom:solid 1px #458EEE !important;

}

.exampleScreen
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000 !important;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: .7;
}