.address_content
{
    width: 84%;
    margin: 0px auto;
    margin-top: 70px;
    font-size: 15px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}

@media only screen and  (max-width: 1100px) 
{ 
    
   #address_content_align
   {
    width: 70%;
   }
}
@media only screen and  (max-width: 950px) 
{ 
  
    #address_content_align
    {
        justify-content: center;
    }
    #address_content_align .addressList_box
    {
        margin-right: 10px;
        margin-left: 10px;
    }
}
.teslimat_veya_fatura{
    width: 84%;
    min-height: 20px;
    margin: 0px auto;
    margin-top: 70px;
    display: flex;
    align-items: center;
    font-family: "SF-Pro-Light";
    font-size: 13px;
    font-weight: 0;
    letter-spacing: -.022em;
    color: rgb(51,51,52);
    position: relative;
}
.teslimat_veya_fatura img{
    position: absolute;
    top: 0px;
    left: -15px;
    height: 20px;
   
}
.teslimat_veya_fatura a{
    margin-left: 30px;
}
.kisisel_verileriniz{
    width: 84%;
    min-height: 20px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    margin-top: 200px;
    font-family: "SF-Pro-Light";
    font-size: 12px;
    font-weight: 0;
    letter-spacing: -.022em;
    color: rgb(51,51,52);
    position: relative;
    top: 40px;
}

.kisisel_verileriniz img{
    position: absolute;
    top: 1px;
    left: -16px;
    height: 17px;
}
.kisisel_verileriniz a{
    margin-left: 30px;
}
.kisisel_verileriniz u{
    color:rgb(51,51,52);
    cursor: pointer;


}
.addressList_box
{
    min-width: 255px;
    max-width: 255px;
    height: 175px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.address_box_content
{
    width: 80%;
    max-height: 68%;
    margin-top: 25px;
}
.workplace
{
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.workplace a:first-child{
    font-weight: bold;
    font-size: 15px;
}
.workplace a:last-of-type{
    color: gray;
    font-size: 15px;
}
.address_align{
    margin-bottom: 5px;
    font-size: 12px;
    word-wrap: break-word;
   
}
.invoice{
    width: 100%;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;

}
.invoice a:first-child{
    font-weight: bold;
    font-size: 13px;
 
}
.invoice a:last-of-type{
    font-size: 13px;

}
.address_box_content_icons{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.address_box_content_icons_align{
    float: right;
    height: 100%;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.settings_icons
{
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 1px;
    right: 15px;
    opacity: 0.5;
    outline: none;
}
.settings_icons:hover
{
    opacity: 1;
}
.delete_icons
{
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 4px;
    left: 0px;
    opacity: 0.5;
    outline: none;
}
.delete_icons:hover
{
    opacity: 1;
}

.address_box_content_icons_align img{
    position: relative;
    bottom: 2px;
    width: 20px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 3;
}
.address_box_content_icons_cizgi{
    height: 22px;
    position: relative;
    bottom: 3px;
    right: 7px;
    border-right:1px solid rgb(212, 212, 212);
}
.address_box_add_icon
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 22px;
    height: 22px;
    font-size: 22px;
    border: 2px solid rgb(212, 212, 212);
    border-radius: 100px;
    color:rgb(212, 212, 212);
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    overflow: hidden;
}
.address_box_add_icon a
{
    width: 100%;
    color: unset;
    text-decoration: none;
    cursor: pointer;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
 .address_box_add_icon:hover
 {
    filter: invert(1);
 }
 .address_box_add_iconDeactivate 
 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 22px;
    height: 22px;
    font-size: 22px;
    border: 2px solid rgb(212, 212, 212);
    border-radius: 100px;
    color:rgb(212, 212, 212);
    text-align: center;
    margin: 0px auto;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    overflow: hidden;
 }
 .address_box_add_iconDeactivate a
 {
    width: 100%;
    color: unset;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }


                                    /*Adres ekleme sayfası*/

.address_add_content{
    width: 84%;
    margin: 0px auto;
    margin-top: 70px;
    font-size: 15px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-flow: wrap;
    
}
.address_edit_content{
    width: 84%;
    margin: 0px auto;
    margin-top: 70px;
    font-size: 15px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-flow: wrap;
}
.address_content_input{
    /*width: 86%;*/
    width: 86%;
    margin: 0px auto;
}
.address_message{
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 0px !important;
    
   
}
.address_message_title{
    font-family: "SF-Pro-Medium";
    font-size: 28px;
    display: flex;
    justify-content: center;
    color: rgb(69, 142, 238); 
    
    overflow: hidden;
}

.address_message_content{
    margin-top: 9px;
    text-align: center;
    font-family: "SF-Pro-Light";
    font-size: 13px;
    font-weight: 0;
    letter-spacing: -.022em;
    color: rgb(51,51,52);

}
.address_message_center{
    min-width: 300px;
    height: 100%;
    margin: 0px auto;
}
/*Buraya gel*/
.address_content_input_all 
{
  display: flex;
  justify-content: space-between;
}

.address_content_input_all img 
{
    opacity: .6;
  
}
.address_content_input input{
    /*width: 84%;*/
    width: 84%;
    height: 20px; 
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-bottom: 25px;
    border: 1px solid rgb(214, 214, 214);
}
.address_content_input ::placeholder{
    color:rgb(214, 214, 214);
}
.address_content_input_left{
    /*width: 50%;*/
    width: 46%;
    display: flex;
    justify-content: center;
  
}

/*Sonradan eklendi*/
.address_content_input_left_inputs{
    width: 86%;
}
#LogOut_icons input{
    width: 93.5%;
}
#LogOut_icons_fatura input{
    width: 93.5% ;
}
.address_content_input_left input{
    float: left; 
    width: 93.9%;
}
.address_content_input_left_icons{
    width: 50px;
    max-height: 100%;
    padding-top: 15px;
}

.address_content_input_left_icons img{
    max-width: 21px;
    margin: auto;
    margin-left: 10px;
    margin-bottom: 46px;
}
.address_content_input_right{
    width: 46%;
    display: flex;
    justify-content: flex-end ;
 
}
.address_content_input_right input{
    float: left;
    width: 92%;
}
.address_content_input_right_icons{
    width: 50px;
    max-height: 100%;
    padding-top: 15px;
}
.address_content_input_right_icons img{
    max-width: 21px;
    margin: auto;
    margin-left: 4px;
    margin-bottom: 46px;
}
.address_content_input_right_inputs{
    width: 100%;
    float: right;
}

.address_content_input input[type=submit]{
    width: 100%;
    height: 100%; 
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-bottom: 25px;
    border: 1px solid rgb(214, 214, 214);
}
.address_form_buttonCenter
{
    width: 288.1px;
    height: 45px;
    margin: auto;
    margin-top: 20px;
}
.address_form_buttonCenter input {
    height: 48px !important;
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
    background-color: rgb(69, 142, 238); 
 }
 .registerButton{
    width: 100%;
    padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-bottom: 25px;
    border: 1px solid rgb(214, 214, 214);
    background-color: rgb(69, 142, 238); 
    height: 48px !important;
}
 .address_form_buttonCenter button{
     
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
   
}
.address_form_button{
   width: 288.1px;
   height: 45px;
   float: right;
   margin-right: 4.8px;
   margin-top: 20px;

   
}
.address_form_button input 
{
    height: 48px !important;
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
    background-color: rgb(69, 142, 238); 
 }
 .address_form_button button
 {
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
    display: flex;
    align-items: center;
 }

/*Ülke seçmeyle ilgili açılır menü*/
.country {
    position: relative ;
    margin-bottom: 71px;
}
.chosen-value  {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.value-list{
    width: 98%;
    position: absolute;
    left: 0px;
    /*top: -18px;*/
    top: -18px;
    padding-left: 0px !important;
    display: none;
    
}
.chosen-value {
    background-color:none;
    border: 3px solid transparent;
    transition: .3s ease-in-out;
}
.chosen-value::-webkit-input-placeholder {
    color: #333;
    
}  
/*/
.chosen-value:hover {
    background-color: rgb(236, 236, 236);
    cursor: pointer;
}*/
.chosen-value::-webkit-input-placeholder {
    /*color: #333;*/
    color:rgb(214, 214, 214) !important;
}
.chosen-value:focus.open {
  box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
  outline: 0;
  /*background-color: #FF908B;*/
  background-color: rgb(236, 236, 236);
  color: #000;
}
.chosen-value::-webkit-input-placeholder {
    color: #000;
}

.value-list {
    list-style: none;
    margin-top: 4rem;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    max-height: 0;
    transition: .3s ease-in-out;
}
.value-list.open {
    max-height: 320px;
    overflow: auto;
}
    
.value-list li {
    position: relative;
    height: 4rem;
    background-color: #FAFCFD;
    /*padding: 1rem;*/
    padding: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s;
    opacity: 1;
}
.value-list li:hover {
    /*background-color: #FF908B;*/
    background-color: rgb(236, 236, 236);
}
      
.value-list .closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}
.alert_message_address
{
    height: auto;
    padding: 10px;
    padding-top: 0px;/*Sonradan eklendi.*/
    margin: 0px auto;
    /*margin-top: 25px;*/
    margin-top: 45px !important;
    border-radius: 20px;
    position: relative;
    /*top: 9px;*/
    top: 103px;
    opacity: 0;
    transition: opacity 0.5s linear;
    color:rgb(184, 69, 52);
    overflow: hidden;
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
    background-color:rgb(236, 130, 109);
    
}


                    /*Silme penceresi*/
   
  
.hideMe
{
	display:none;
}
.hideMeMesafeli{
    display:none;
}
.hideMetermsAndConditions{
    display:none;
}
@media only screen and (max-width: 869px) { 

.Modal-inner {
    width: 458px !important;
}
.Modal-inner-onbilgilendirme {
    width: 458px !important;
}
.Modal-content-onbilgilendirme{
    width: 408px !important;
}
.Modal-inner .adet_flex_ilk{
    width: 140px;
    max-width: 140px;
}
.Modal-inner .adet_flex_orta{
    width: 110px;
    max-width: 110px;
}
.Modal-inner .adet_flex_son{
    width: 115px;
    max-width: 115px;
}
.Modal-inner .adet_flex_ilk_satir a:first-child{
    font-size: 14px;
}
.Modal-inner .adet_flex_ilk_satir a:last-child{
    font-size: 9px;
    top: 0px;
}
.Modal-inner .adet_flex_orta_satir a{
    font-size: 14px;
   
}
.Modal-inner .adet_flex_orta_satir a:first-child{
    font-size: 14px;
    right: 40px;
}
.Modal-inner .adet_flex_orta_satir a:last-child{

    margin-left: 80px;
}
.Modal-inner .adet_flex_son_satir a:first-child{
    font-size: 9px ;
    left: 10px;
}
.Modal-inner .adet_flex_son_satir a:last-child{
    font-size: 14px ;
    margin-left: 20px;
}




}
.Modal {
	position: fixed;
    /*top: 0;*/
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	z-index: 115;
	overflow: hidden;
    overflow-y: auto;
    
}
.Modal p{
	margin: 0;
	padding: 0;
}
.Modal-inner {
    width: 800px;
    min-height: 400px; /*Sonradan eklendi.*/
    position: relative;
    margin: 0px auto;
	/*margin-top: 154px;*/
    margin-top: 112px;
	border: 1px solid #c5c4c2;
	background-color: #FDFDFD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*-webkit-box-shadow: 0 3px 6px #c5c4c2;
	-moz-box-shadow: 0 3px 6px #c5c4c2;
	box-shadow: 0 3px 6px #c5c4c2;*/
    z-index: 11;
    padding-bottom: 6px;
    opacity: 1;
    display: flex;
    align-items: center;
}
.Modal-innerClose{
 position: absolute;
 top: 17px;
 right: 20px;
 font-family: "SF-Pro-Regular";
 font-size: 24px;
 color: rgb(119, 119, 119);
}
.Modal-innerClose img{
   width: 18px;
   cursor: pointer;
   opacity: 0.5;
}
.Modal-innerClose img:hover{
    opacity: 0.3;
 }
.Modal-header-top{
    margin: auto;
}
.Modal-header {
    color: black;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-family: "SF-Pro-Medium";
}
.Modal-content {
    width: 450px;
    max-width: 450px;
    height: 300px;
    margin: auto;
    position: relative;
    margin-top: 70px;
}
.Modal-message
{
    width: 85%;
    margin: auto;
    margin-top: 30px;
    /*margin-left: 60px;*/
    font-size: 13px;
    line-height: 25px;
}/*
.Modal-message u
{
    position: relative;
    top:8px;
    font-size: 13px;
    text-decoration: none;
}*/
.Modal-header-bottom{
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
}
.Modal-header-botton{
    width: 287px;
    height: 100%;
    margin: auto;

}
.selected_delete_address{
    text-decoration: none !important;

}
.modal_iptal{
    width: 100%;
    height: 46px;
    border:none ;
    background:white;
    color:#458EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    cursor: pointer;
    font-family: "Poppins-Medium" !important;
    font-size: 17px;
    border-radius: 5px;
    position: relative;
    top: 4px;
    outline: none;
}
.modal_iptal a{
    height: 20px;
}
.modal_iptal:hover a{
    border-bottom:solid 1px #458EEE !important;
}
.modal_iptalVazgec a
{
    height: 26px;
    margin-top: 6px;
}
.Modal-footer {
    position: relative;
    top: 6px;
	padding: 20px
}

.Modal-footer:after,
.Modal-footer:before {
	display: table;
	content: ""
}

.Modal-footer:after {
	clear: both
}

.button-small {
    width: 30px;
	padding: 0;
	height: 30px;
	padding: 0 10px;
	line-height: 30px
}
.Modal-fader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color:#f0f0f0;*/
    background-color: black;
    opacity: .8;
}
#deleteModBut{
    width: auto;
    border-radius: 5px;
    background-color: rgb(253, 103, 74);
    border: none;
    cursor: pointer;
    outline: none;
}
#deleteModBut:hover{
    background-color: rgb(253, 74, 39);
}
#deleteModBut a{
    font-weight: bold;
    color: white;
    text-decoration: none;
}




/*Radio Button*/
.add_address_invoice{
    width: 100%;
    margin-top: 40px;
    font-size: 15px ;
    font-family: "SF-Pro-Light" ;
    font-weight: 0;
    letter-spacing: -.022em;
    display: flex;
    justify-content: center;
}
/*Buraya gel*/

.firma_icons img {
    opacity: .6;
  
}
.add_address_invoice_input{
   margin-top: 10px;
   display: flex;
   height: 72px;
}
.add_address_invoice_input input{
    width:90.1%;

}

.add_address_invoice_input_flex{
    display: flex;
    justify-content: space-between;
   
}
.add_address_invoice_input_flex_left{
    width: 46%;
    display: flex;

}
.add_address_invoice_input_flex_left input{
    width: 96%;
    position: relative;
    left: 1px;
}
.add_address_invoice_input_flex_right{
    /*width: 50%;*/
    width: 46%;
    display: flex;
    
    /*justify-content: flex-end ;*/

}
.add_address_invoice_input_flex_right input{
    /*width: 93% ;*/
    width: 80.2% ;
    float: left;
}


.cover{
    width: 57px;
    height: 100%;
    float: left;
  
}
.cover img{
    visibility: hidden;
    max-width: 21px;
    margin: auto;
    margin-left: 10px;
    margin-bottom: 46px;
}

.add_address_invoice_radio{
    width: 705px; /*Sonradan eklendi.*/
    display: flex;
    position:relative;
    right:5px;
    font-family: "SF-Pro-Light";
    font-size: 13px;
    font-weight: 0;
    letter-spacing: -.022em;
    color: rgb(51,51,52);
}
.add_address_invoice_radio a:first-child{
    min-width: 90px;
    font-weight: bold;
    font-size: 16px;
 
}
.add_address_invoice_radio input[type=radio]{
    width: 20px;
    margin-top: 0px;
    margin-left: 50px;
    
}
.add_address_invoice_radio ul{

  max-width: 770px;
 /*width: 100%;*/
  list-style: none;
  margin: 0;
  margin-bottom: 50px;
  /*margin-left: 30px;*/
  margin-left: 0px;
  padding: 0;
  overflow: auto;
  /*display: flex;*/
}

.add_address_invoice_radio ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 11px;
  /*height: 20px;*/
  height: auto;
}

.add_address_invoice_radio ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_address_invoice_radio ul li label{
  display: block;
  position: relative;
  color:#2c303c;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  padding-right: 25px;
  margin: 5px auto;
  margin-top: 2px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.add_address_invoice_radio ul li:hover label{
	color: rgb(0, 0, 0);
}
.add_address_invoice_radio ul li .check{
  display: block;
  position: absolute;
  border: 2px solid rgb(97, 97, 97);
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.add_address_invoice_radio ul li:hover .check {
  border: 2px solid #2c303c;
}

.add_address_invoice_radio ul li .check::before {
  display: block;
 /* position: absolute;*/
  content: '';
  border-radius: 100%;
  height: 9px; /*Noktanın boyutu*/
  width: 9px;
  position: relative;
  bottom: -2.9px;
  /*top: 2.5px;*/
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.add_address_invoice_radio input[type=radio]:checked ~ .check {
  border: 2px solid  rgb(69, 142, 238); 
}

.add_address_invoice_radio input[type=radio]:checked ~ .check::before{
  background:  rgb(69, 142, 238); 
}
/*
.add_address_invoice_radio input[type=radio]:checked ~ label{
  color:black;
}*/


/*checkout sayfasında ki, 2. açılır menü için*/
.chosen-valuee  {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .value-listt{
      width: 98%;
      position: absolute;
      left: 0px;
      /*top: 0px;*/
      top: -18px;
      padding-left: 0px !important;
      display: none;
      
  }
  .chosen-valuee  {
      background-color:none;
      border: 3px solid transparent;
      transition: .3s ease-in-out;
  }
  .chosen-valuee::-webkit-input-placeholder {
      color: #333;
      
  }  
  /*
  .chosen-valuee:hover {
      background-color: rgb(236, 236, 236);
      cursor: pointer;
  }*/
  .chosen-valuee::-webkit-input-placeholder {
      /*color: #333;*/
      color:rgb(214, 214, 214) !important;
  }
  .chosen-valuee:focus.open {
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
    outline: 0;
    /*background-color: #FF908B;*/
    background-color: rgb(236, 236, 236);
    color: #000;
  }
  .chosen-valuee::-webkit-input-placeholder {
      color: #000;
  }
  
  .value-listt {
      list-style: none;
      margin-top: 4rem;
      box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
      overflow: hidden;
      max-height: 0;
      transition: .3s ease-in-out;
  }
  .value-listt.open {
      max-height: 320px;
      overflow: auto;
  }
      
  .value-listt li {
      position: relative;
      height: 4rem;
      background-color: #FAFCFD;
      /*padding: 1rem;*/
      padding: 5px;
      padding-bottom: 0px;
      padding-top: 0px;
      padding-left: 10px;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: background-color .3s;
      opacity: 1;
  }
  .value-listt li:hover {
      /*background-color: #FF908B;*/
      background-color: rgb(236, 236, 236);
  }
        
  .value-listt .closed {
      max-height: 0;
      overflow: hidden;
      padding: 0;
      opacity: 0;
  }






/*Siparişler sayfasında ki, tarih seçiniz açılır menüsü için*/
.order_dropdownList {
    width: 287.9px;
    position: relative ;
    margin-bottom: 71px;
    z-index: 2;
    margin: auto;
}
.order_dropdownList select{
    width: 100%;
    height: 46px; 
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin: auto;
    margin-bottom: 25px;
    border: 1px solid rgb(214, 214, 214);
    -webkit-appearance: none;
    -moz-appearance: none;
    color:rgb(214, 214, 214);
}
.order_dropdownList option {
    width: 100%;
    position: relative;
    height: 4rem;
    background-color: #FAFCFD;
    /*padding: 1rem;*/
    padding: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color .3s;
    opacity: 1;
  }
.order_dropdownList select option:not(:first-of-type) {
    color: black;
}/*
.tarih_sec{
    height: 60px !important;
}*/
.chosen-value-order {
    width: 100%;
  }
  .value-list-order{
      width: 100%;
      position: absolute;
      left:1px;
      /*top: 0px;*/
      top: -18px;
      padding-left: 0px !important;
      display: none;
  }
  .chosen-value-order  {
      background-color:none;
      border: 3px solid transparent;
      transition: .3s ease-in-out;
  }
  .chosen-value-order::-webkit-input-placeholder {
      color: #333;
      
  }  
  /*
  .chosen-value-order:hover {
      background-color: rgb(236, 236, 236);
      cursor: pointer;
  }*/
  .chosen-value-order::-webkit-input-placeholder {
      /*color: #333;*/
      color:rgb(214, 214, 214) !important;
  }
  .chosen-value-order:focus.open {
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
    outline: 0;
    /*background-color: #FF908B;*/
    background-color: rgb(236, 236, 236);
    color: #000 ;
  }
  .chosen-value-order::-webkit-input-placeholder {
      color: #000 ;
  }

  .value-list-order {
      list-style: none;
      margin-top: 4rem;
      box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
      overflow: hidden;
      max-height: 0;
      transition: .3s ease-in-out;
  }
  .value-list-order.open {
      max-height: 320px;
      overflow: auto;
  }
      
  .value-list-order li {
      position: relative;
      height: 4rem;
      background-color: #FAFCFD;
      /*padding: 1rem;*/
      padding: 5px;
      padding-bottom: 0px;
      padding-top: 0px;
      padding-left: 10px;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: background-color .3s;
      opacity: 1;
  }
  .value-list-order li:hover {
      /*background-color: #FF908B;*/
      background-color: rgb(236, 236, 236);
  }
        
  .value-list-order .closed {
      max-height: 0;
      overflow: hidden;
      padding: 0;
      opacity: 0;
  }








/*ürün detay sayfasında ki, 3. açılır menü için*/
.chosen-value-options {
    width: 100%;
  }
  .value-list-options{
      width: 106%;
      position: absolute;
      right:-18px;
      /*top: 0px;*/
      top: -18px;
      padding-left: 0px !important;
      display: none;
  }
  .chosen-value-options  {
      background-color:none;
      border: 3px solid transparent;
      transition: .3s ease-in-out;
  }
  .chosen-value-options::-webkit-input-placeholder {
      color: #333;
      
  }  
  /*
  .chosen-value-options:hover {
      background-color: rgb(236, 236, 236);
      cursor: pointer;
  }*/
  .chosen-value-options::-webkit-input-placeholder {
      /*color: #333;*/
      color:rgb(214, 214, 214) !important;
  }
  .chosen-value-options:focus.open {
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
    outline: 0;
    /*background-color: #FF908B;*/
    background-color: rgb(236, 236, 236);
    color: #000 ;
  }
  .chosen-value-options::-webkit-input-placeholder {
      color: #000 ;
  }

  .value-list-options {
      list-style: none;
      margin-top: 4rem;
      box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
      overflow: hidden;
      max-height: 0;
      transition: .3s ease-in-out;
  }
  .value-list-options.open {
      max-height: 320px;
      overflow: auto;
  }
      
  .value-list-options li {
      position: relative;
      height: 4rem;
      background-color: #FAFCFD;
      /*padding: 1rem;*/
      padding: 5px;
      padding-bottom: 0px;
      padding-top: 0px;
      padding-left: 10px;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: background-color .3s;
      opacity: 1;
  }
  .value-list-options li:hover {
      /*background-color: #FF908B;*/
      background-color: rgb(236, 236, 236);
  }
        
  .value-list-options .closed {
      max-height: 0;
      overflow: hidden;
      padding: 0;
      opacity: 0;
  }




  .iptal_button{
    width: 100%;
    margin-top:-45px;
    border:none !important;
    background:white;
    color:#458EEE;
    margin-left: auto;
    margin-right: auto;
  }
  .iptal_button:hover a{
    border-bottom:solid 1px #458EEE !important;

  }