.bsk-coupon-image{
	float: left;
    width: 8.33333333%;
	min-width:65px;
}
.bsk-coupon-image img{
	width:50px;
}
.bsk-coupon-text{
	float:left;
	padding:0 15px;
}

.kargofirmaad{
	float: left;
    padding-left: 2rem!important;
    border: 2px solid #f1f1f1;
    background: #fafafa;
	margin-bottom:1rem;
    display: flex; 
    align-items: center;
	flex-flow:row wrap;
} 
.kargofirmaad:last-child{margin-bottom:0px;} 
.kargo-alt-metin{
	width: calc(100% - 30px);
	margin-bottom:0px; 
	padding: 2rem 2rem 2rem 0rem;
    display: flex;
    align-items: center;
	justify-content:space-between;
	flex-flow:row wrap;
}
.kargofirma-span{
    display: flex;
    align-items: center;
	flex-flow:row wrap;
	float:left;
    font-weight: normal;
    font-size: 14px;}
.kargofirma-span img{
	max-width:75px;
	float:left;
    margin-right: 1rem;}
.kargofirma-fiyat{
	float: right;
    font-size: 14px;
    font-weight: bold;
    color: #191919;}    
.sepetteki-container-mucho{
	margin:2rem 0px; 
}
.sepetteki-urunler-baslik{
	margin-bottom: 1rem;
    text-align: right;
    cursor: pointer;
    padding-bottom: 0.5rem;
    color: color: #7B7B7B;
    font-weight: bold;
    padding-right: 0px;
    color: #7B7B7B;
    font-size: 13px;
}
.sepetteki-urunler-baslik i{
	padding-left:0.2rem;
}
.sepetteki-urunler{
	padding: 0px;
}
.sepetteki-urunler ul{
	list-style:none; 
	float: left;
    width: 100%;
}
.sepetteki-urunler ul li{
	float: left;
    width: 100%;  
	margin-bottom:0.5rem;
	display: flex;
	align-items:center;
	justify-content:center; 
}
.sepetteki-urunler ul li:last-child{
	margin-bottom:0px;  
}
.sepetteki-urunler img{
	max-width: 45px;
    float: left;
} 
.aykut-div{
	width: calc(100% - 45px);
	float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
	padding-left:1rem; 
}
.sepet-urunler-ad{   
	float: right;
	width:100%;
	font-weight: normal;
    font-size: 13px;
    text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	margin-bottom:0px;
}

.sepet-urunler-adet{   
	float: right; 
	font-weight: normal;
    font-size: 13px;
    margin-bottom: 0;
	width:100%;
    padding-right: 1rem;
}

/*Header (Adımlar)*/
.chko-header{
	padding:15px 0px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	margin-top:20px;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.chko-header div{
	float:left;
	text-align:center;
	position:relative;
	padding:0px;
}
.chko-header div p{
	margin: 0px;
    padding: 0px 15px;
    font-size: 13px;
    display: inline-block;
    z-index: 1;
    position: relative;
    font-weight: 600;
    background: #fff;
    text-align: center;
	color:#585858;
	transition:all 0.3s ease;
}
.chko-header div.active p{
	color:#6aac3b;
}
.chko-header div i{
	font-size: 30px;
    width: 40px;
	margin-bottom:5px;
	text-align:center;
    color: #6aac3b;
    background: #f6f6f6;
    height: 40px;
    display: block;
    border-radius: 50%;
	margin: 0 auto;
	transition:all 0.3s ease;
}
.chko-header div.active i{	
     background: #eaeaea;
}
.chko-header div i::before{
	line-height:40px;
}
.chko-header div:after{
	width: 98%;
    position: absolute;
    content: '';
    right: 0;
    border-top: 6px dotted #e8e8e8;
    bottom:25%;
    margin: auto;
}
.chko-header div:first-child:after{
	width:50%;
}
.chko-header div:first-child i{	
	font-size: 25px;
}
.chko-header div:last-child:after{
	width:50%;	
	left: 2%;
	right:inherit;
}
.chko-header div:last-child i{	
	font-size: 18px;
}

@media all and (max-width: 600px) {
	.chko-header{
		display:none;
	}
	.chko-header div:after{
		display:none!important;
	}
	.chko-header div p{
		font-size:12px;
	}
	.chko-header div i{
		margin-bottom:5px;
	}
	
	.chko-kargo-kampanya{
		display: block !important;
	}

}
/*Sepet Sayfası (Bsk.asp) */
/*Sepet Formlar*/
.btns{
	cursor:pointer;
	padding: 10px 20px;
    line-height: 1.4;
    font-size: 13px;
    box-shadow: none;
    outline: none;
	display:inline-block;
	transition:all 0.5s ease;
}
.btns-success{
	background: #6aac3b;
	border: 1px solid #6aac3b;	
	color: #fff;
}
.btns-success:hover{
	background:#5a9430;
	border-color:#5a9430;
	color:#fff;
}
.btns-default{
    background: #eee;
    color: #919191;
    border: 1px solid #eee;
}
.btns-default:hover{
    background: #dfdfdf;
	color: #5e5e5e;
    border: 1px solid #dfdfdf;
}
.btns-danger{   
	background: #ca3e39;
    border: 1px solid #ca3e39;
	color: #fff;
}
.btns-danger:hover{   
	background: #b23631;
    border: 1px solid #b23631;
	color: #fff;
}
.sepet-bg{
	background: #fafafa;
	text-align:center;
}
.sepet-bg> .inner-align{
	height:auto;
	display:inline-block;
	text-align:left;
}
body{	
	background-color: #fafafa;
}
.sepet-container{
	width:100%;
    padding: 10px 0px;
	height:auto;
	display:inline-block;
}
.sepet-container .alert{
	margin-bottom:0px;
}
.sepet-urunler-content{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	padding: 15px 25px 25px 25px;
	background:#fff;
	text-align:left;
}
.sepet-urunler-content-baslik{
    margin: 0px;
	padding: 0px 0px 5px 5px;
    font-size: 23px;
    text-align: left;
    font-weight: 600;
}
.sepet-urunler-header {
    padding: 10px 0px 10px 0px;
	margin-bottom:15px;
    border-bottom: 1px solid #f6f6f6;
}
.sepet-urunler-header>div {
	padding:0px;
	color:#7f7f7f;
	font-weight:600;
	font-size:12px;
}
.sepet-renk{
     color: #5a9430;
}
.sepet_toplamfiyat{
	text-align:right;
}
.sepet_dahilfiyat{
	text-align:right;
}
.urunsatir{
	padding: 0px 0px 15px 0px;
	height:auto;
	display:inline-block;
}
.urunsatir>div{
	padding:0px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-flow:row wrap;
}
.urunsatir-wrapper>div{
	padding:0px;
}
.sepet_urunadi{
  padding: 0px 15px!important;
}
.oc_sepet_tablo_urunadi{
	display:inline-block;
	width: 100%;
	font-size: 14px;
	line-height: normal;
    margin: 0 0 5px;
	color: #484848;
    font-weight: 700;
	padding-right:5px;
}
.sepet-urun-varyant{
	display:inline-block;
	margin-bottom:2px;
	width:100%;
	font-size:12px;
	line-height: 1.2;
	font-weight:600;
	color:#777777;
}
.sepet-urun-kargo{
	padding:5px 0px 0px 0px;
	width:100%;
	height:auto;
	display:inline-block;
}

.sepet-urun-kargo-sure{	
	display:inline-block;
	width:100%;
	font-size:12px;
	font-weight:600;
	color: #7B7B7B;
	
}
.sepet-urun-kargo-sure-baslik i {
	color:#e53c2e;
	font-size:13px;
}
.sepet-urun-kargo-ucretsiz{
	font-size:13px;
	width:100%;
	font-weight:600;
	display:inline-block;
	color:#389818;
}
.urun-sepet-miktar{
	position:relative;
	text-align:center;
	display:flex;
	justify-content:flex-start; 
	flex-flow:column wrap;
}
.urun-sepet-miktar-content{
    position: relative;
    height: 45px;
    display: flex;
	float:right;
	margin-top:15px;
    align-items: center;
    background: #eeeeee;
	max-width:120px;
}
.sepet-adet-grup{	
	position:relative;
	text-align:center;
	float:left;
	width:60%;
	height: 90%;
	background: #fff;
}
.sepet-adet-input{
    width: 100%;
    border: 0px!important;
    background: transparent;
    height: 100%!important;
    padding-bottom: 15px;
    text-align: center;
}
.sepet-adet-yazi{   
	position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    text-align: center;
    color: #a0a0a0;
    font-size: 11px;
}
.urun-sepet-miktar .sepet-adet-button{
	cursor:pointer;
	position:relative;
	float:left;
	margin:auto;
	display:inline-block;
	width:20%;
	height:100%;
	background:#eeeeee;
	text-align:center;
}
.urun-sepet-miktar .sepet-adet-button i::before{	
	line-height:50px;
}
.sepet-miktar-guncelle{
	color: #e53c2e;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
	max-width:120px;
}
.sepet-urun-sil{
	padding: 3px 7px;
	font-size: 12px;
	margin-top:5px;
}

.sepet-islem-container{
	 border-top: 1px solid #f6f6f6;
}
.sepet-islem-content{	
      padding:9px 0px 0px 0px;
}
.sepet-islem-geri{
	float:left;
	padding:10px 15px;
	margin-right:5px;
	font-size:13px!important;
}
.sepet-islem-geri i{
	font-size:15px;
}
.sepet-islem-content form{	
	width:auto;
	float:left;
}
.sepet-islem-bosalt{
	padding:10px 20px;
	font-size:13px!important;
}
 
  


/*Sepet Fiyat*/ 
.sepet-fiyat-container{
	border-left:5px solid #fafafa;    
	position:sticky; top:5px;
}
.sepet-fiyat-content{
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	padding:0px;
}
.sepet-fiyat-content>div{
	padding:0px;
}
.sepet-fiyat-baslik{
	margin-bottom:15px;
}
.sepet-fiyat-baslik h2{
	font-size:18px;
	border-bottom: 0px;
	padding:15px 0px 0px 0px;
	margin-bottom:0px;
}
.sepet-fiyat-text{
	color:#7B7B7B;
}
.sepet-content-kdvtoplam {	
     color: #181818;
}
.sepet-content-alisveris-tamamla{
	margin-bottom:10px;
	margin-top:15px;
}
.inf-sonraki{
	margin-top: 0;
}	
.sepet-content-alisveris-tamamla a{
	text-align:center;
	padding: 10px 0px;
}
.sepet-content-alisveris-tamamla a i{
	padding-left:5px;
	transition:all 0.5s ease;
}
.sepet-content-alisveris-kdvdesi {	
	padding:15px 0px!important;
}
.sepet-alisveris-kdvdesi-kdvdesi-kdv{
	margin-bottom:7px;
}
.sepet-alisveris-kdvdesi-kdvdesi-desi{
	margin-bottom:7px;
}
.sepet-content-alisveris-kdvdesi div.sepet-content-kdvdesi-kdv-deger{
	font-weight:600;
	font-size:16px;
	color:#484848;
}
.sepet-content-alisveris-kdvdesi div.sepet-content-kdvdesi-desi-deger{
	font-weight:600;
	font-size:14px;
	color:#484848;
}
.sepet-alisveris-indirim-baslik{
	margin:10px 0px;
	padding-left: 15px!important;
	font-size:13px;
}
.sepet-alisveris-indirim-content{
	width:100%;
	background:#fff;
     -webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
	padding:0px 15px!important;
	text-align: right;
	margin-top:5px;
	font-size:12px;
	z-index:0;
}
.sepet-alisveris-indirim-content form{
	margin-top:10px;
}
.sepet-alisveris-indirim-content form .input-group-btn{
	margin-top:10px;
}
.sepet-alisveris-indirim-content form button{
	font-size:12px;
	background-color:#e53c2e!important;
	border-color:#e53c2e!important;
}
.pdl-0{
	padding-left:0 !important;
}
.sonrakiAdim{
	width:100%;
	text-align: center;
    padding: 10px 0px;
	margin:0px;
}
.siparisNotu .siparisnotutxtdiv{
	padding:0px 15px;
}

.mobil-sepet-urunler-baslik{
	display:none;  
}

@media all and (max-width: 992px) {
	.kargofirmaad{
		padding-left:0px!important;
	}
	#chkoinfform{
		display:flex;
		flex-flow:column wrap; 
	}
	.order-1{
		order:1;
	}
	#chko-inf_kargo{
		order:2;
		margin-top:0px!important;
	}
	.chko-inf-right{  
		order:3;
		margin-top:0px!important;
	}
	footer{
		display:none;
	}
	.sepet-urunler-content{
		width:100%;
		margin-bottom:15px;
	}
	.sepet-fiyat-container{
		border-left:0px;
		position:static; 
		width:100%;
	}	
	.siparisozetcontainer{
		margin-bottom:0px;
		padding:10px 0px 0px 0px!important;
	}
	.siparisozetcontent{
		padding:20px 15px 20px 15px!important;
	}
	.adres-sec-icon{
		left:5px!important;
	} 
	.kayitliadres-container{    
		padding: 0rem 1rem 2rem 3rem!important;
	} 
}

@media all and (max-width: 767px) {
	.sepet-content-alisveris-kdvdesi>div{
		padding:0px;
	}
	.sepetteki-container-mucho{
		margin:1rem 0px;
	}
	.sepetteki-urunler-baslik{
		margin-top:1rem;
	}
	.mobil-flex-ayar{  
		align-items: flex-start!important;
	}
	.mobil-sepet-urunler-baslik{
		display:block;
		margin-bottom:1rem;		 
	}
	
	.kayitliadres:before {
		padding-top: 25% !important;
	}
	.sepet-fiyat-container{
		margin-bottom:150px;
	}
	.sepet-fiyat-container.chko-inf-right{
		margin-bottom:170px;
	}
	.siparisozetcontainer{
		margin-bottom:0px;
	}
	.sepet-urunler-content{
		margin-bottom: 5px;		
	}
	.sepet-toplam-content{
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0;
		border-top: 1px solid #eee;
		margin: 0 auto;
		background: #f9f9f9;
		z-index: 1;
	}
	.sepet-fiyat-baslik{
		margin-bottom: 1rem;
		margin-top: .5rem;
	}
	.sepet-fiyat-baslik h2{
		padding-top:5px;
		font-size: 14px;
	}
	.sepet-content-alisveris-kdvdesi{
		background:#fff;
	}
	.sepet-fiyat-text{
		font-size:12px;
	}
	.sepet-content-kdvtoplam{		
		font-size: 18px;
	}
	.sepet-content-alisveris-tamamla {
		margin-bottom: 5px;
		margin-top: 5px;
		padding-top:5px;
	}
	.sepet-urunler-header{
		display:none;
	}
	.urunsatir>div{
		margin-bottom:5px;
		justify-content: flex-end;
		border-bottom: 1px solid #f6f6f6;
		padding-bottom: 10px;
	}
	.sepet-islem-container{
		border:0px;
	}
	.sepet_resim{
		width:15%;
	}
	.sepet_urunadi {
		width:60%;
	}
	.urun-sepet-miktar {
		width:25%;
		padding-right:0px!important;
		align-items:flex-end;
		margin-bottom: 5px;
	}
	.urun-sepet-miktar-content{		
		height: 40px;
	}
	.urun-sepet-miktar .sepet-adet-button i::before{
		line-height:40px;
	}
	.sepet-adet-yazi{
		bottom:0;
	}
	.sepet_dahilfiyat{
		width:auto;
		float:right;
		text-align:right;
	}
	.sepet_toplamfiyat{
		width:auto;
		float:right;
		padding-left:15px!important;
		text-align:right;
		font-size: 15px;
		font-weight:600;
	}	
	.sepet-content-alisveris-kdvdesi div{
		text-align:left;
	}
	.sepet-content-alisveris-kdvdesi div.sepet-content-kdvdesi-kdv-deger{
		text-align:right;
	}
	.sepet-content-alisveris-kdvdesi div.sepet-content-kdvdesi-desi-deger{
		text-align:right;
	}
}

@media all and (max-width: 500px) {
	.kayitliadres:before {
		padding-top: 40% !important;
	}
	.sepet-urunler-content{
		padding: 20px 15px;
	}
	.urunsatir>div{
	    border-bottom: 1px solid #f6f6f6;
		padding-bottom: 10px;
	}
	.sepet_resim{
		width:25%
	}
	.sepet_urunadi{
		width:75%;
		margin-bottom: 5px;
	}
	.sepet_dahilfiyat{
		width:100%;
		text-align:right;
	}
	.sepet_toplamfiyat{
		width:100%;
		text-align:right;
	}
	.urun-sepet-miktar-content{
		width:100px;
	}
	.urun-sepet-miktar{
		width:100%;
		float:right;
		text-align:right;
	}
	.sepet-adet-input{		
		padding: 0;
		height:25px;
	}
	.sepet-miktar-guncelle{
		text-align:right;
	}
	
}

@media all and (max-width: 400px) {
	.kargo-alt-metin{
		justify-content:flex-end;    
		flex-flow: column wrap;
		align-items: flex-end;
	}  
	.kayitliadres:before {
		padding-top: 50% !important;
	}
}
.siparisNumarasi,
.siparisTamamlandi {
    width: 500px;
    padding: 10px;
    color: #000
}

.odemeSozlesmeModal {
    overflow-x: scroll;
	max-height:450px;
}
.odeme-modal-button{
	font-size:12px;
}
.odeme-modal-bottom{
	border-top:1px solid #eee;
	padding:10px 0px!important;
	text-align:center;
}
.siparisTamamlandi {
    text-align: center;
    border: 1px solid #50AF00;
    margin: 0 auto;
    background: rgba(80, 175, 0, .3);
    font-size: 20px
}

.siparisNumarasi {
    margin: 0 auto 25px;
    border: 1px solid #CCC;
    border-top: none;
    background: #F9F9F9
}

.siparisTamamlaSon {
    line-height: 29px
}

.text-red {
    color: red
}

.siptamamlandi {
    padding: 20px 0 0 10px
}
.satiscontainer{
padding:0px!important;
}
.satiscontainer .disCerceve .sepet_urunadi_td a {
    color: #444
}

.satiscontainer .sepet_baslik{
	margin-top:20px;
}
.seciliUrunSilDis {
    padding-top: 10px
}

.os_tab_ul li {
    cursor: pointer
}
.ustucizgili{
	text-decoration:line-through
}

@media all and (max-width: 600px) {
	.odeme-modal-button{
		font-size:11px;
		padding:10px 5px;
		white-space:normal;
		margin-bottom:5px;
	}
}

/*CHKO PAY*/
.oc_kk_taksit{
	width: 100%;
    height: auto;
    display: inline-block;
}
.odeme-container{
	padding:0px;
}
.odeme-container #chkopayform{
	float:left;
	width:100%;
}
.siparisozetcontainer{	
	padding: 0px 0px 0px 0px;
}
.siparisozetcontent{	
	padding:0px;
}
.siparisozetcontent>div{	
	text-align:right;
	padding:0 15px;
}
.os_tab{
	clear:both;    
	float: left;
    width: 100%;
    margin: 0;
}
.os_tab ul{
	float: left;
    margin: 0;
     width: 100%;
}
.os_ic {
	float:left;
	width:100%;
    margin: 0px 0px;
    background: #fff;
    padding: 15px;
    border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(240,240,240,1);
    box-shadow: 0px 2px 5px 0px rgba(240,240,240,1);
    padding: 15px 25px 25px 25px;
    background: #fff;
    text-align: left;
}
.os_ic_tab{
	height:auto;
	display:inline-block;
	width:100%;
	padding: 20px 0px;
}
.os_tab_ul li a{
     padding: 17px 20px;
	display:block;
	color:#515050;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid transparent;
    border-bottom: 0px;
}
.os_tab_ul .active a{
	background:#fff;
	border: 1px solid #f4f4f4;
	border-bottom:0px;
	color:#5a9430;
	-webkit-box-shadow: -3px -8px 20px 0px rgba(240,240,240,1);
    -moz-box-shadow: -3px -8px 20px 0px rgba(240,240,240,1);
     box-shadow: -3px -8px 20px 0px rgba(240,240,240,1);
}
.os_tab_ul li a span{white-space:nowrap;}
.chkopaykartcontainer{font-weight:600; padding:10px; height:auto;display:inline-block;}
.chkopaykartcontainer input[type=text] {
    border-radius: 0px !important;
}   
.kkcekimsec .kktekcekim{ padding: 10px 15px; width:100%;}
.kkcekimsec .parmak:hover{background-color:#f3f3f3; cursor:pointer;}
.kkcekimsec .active{padding: 10px 15px; background-color:#f3f3f3;}
.kkcekimsec input[type=radio]{display:none;}
.kkcekimsec label{
	padding-right:15px;
	margin:0px;
}
.sepet-check{
	position: relative;
    font-weight: 600;
    padding: 10px 10px;
    width: 100%;
    min-height: 40px;
    float: left;
    margin-bottom: 0px!important;
    cursor: pointer;
    text-align: left;
}
.sepet-check::before{
	content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 35%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    z-index: 1;
	transition:all 0.1s ease;
    border: 2px solid #cecece;         
}
.kkcekimsec .active .sepet-check::before {
    content: "\f3fd";
	font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;
    border: 2px solid #5a9430;
}
.kkcekimsec img{
	width:100px;
	margin-right: 10px;
	border: 1px solid #f4f4f4;
	
}
.jp-card-container{
	float:left;
}
.chkopay-card-container{
	padding-left: 0px;
}
.chkopay-form{
	padding-left:0px;
}
.chkopay-row{
	margin-bottom:10px;
	padding:0px;
}
.chkopay-row p{
	margin-bottom:4px;
}
.chkopay-row-skt{
	padding-left:0px;
}
.havale-row{
	padding:0px;
	margin-bottom: 10px;
	cursor:pointer;
}
.havale-row div{
	float:left;
}
.havale-row-input{
	padding:0 25px;
	float:left;
}
.havale-row-input input[type="radio"]{
	display:none;
}
.havale-row-input input[type="radio"]:checked + .sepet-check::before{
    content: "\f3fd";
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;
    border: 2px solid #5a9430;
}
.havale-row-firma{
	font-size:14px;
	margin-bottom:2px;
	font-weight:600;
}
.havale-row-iban{
	margin:0px;
	color: #5e5e5e;
	font-size:13px;
	font-weight:normal;
}
.havale-row-diger{
	color: #5e5e5e;
	font-weight:normal;
	font-size:13px;
}

.kapida-odeme-row{
	cursor:pointer;
	padding:10px 0px;
}
@media all and (max-width: 992px) {
.chkopay-card{display:none;}
}
.siparisozetcontainer{
	padding-bottom:0px;
}

/*Taksitli Seçim Banka*/

.oc_kk_bankasecim{
	position: relative;
}

.oc_kk_bankasecim:hover{
	border:2px solid #5a9430 ;
}
.oc_kk_bankasecim{
	border:2px solid #f4f4f4; 
	transition:all 0.5s ease;
}
.oc_kk_taksit .active{
	border:2px solid #5a9430 ;
	background:#f3f3f3;
}
.oc_kk_bankasecim img{
	max-width:100%;
}
.oc_kk_bankasecim{
	cursor:pointer;
}
.taksitsecyazi{
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    right: 0px;
	border-radius:50%;
    color: #FFF;
}
.taksitsecyazi .sepet-check::before{
    border-color:#fff;
	right: 0;
	background: #ffffff;
	border:2px solid #5a9430;
	margin: 0 auto;
}

.active .taksitsecyazi .sepet-check::before{
	content: "\f3fd";
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;
    border: 2px solid #5a9430;
}

.sepet_taksit_uyari {
    width: 100%;
    background: #f9f9f9;
    clear: both;
    padding: 7px 10px;
	margin-bottom: 20px;
}

/*Taksit Table*/

.taksitIcTablo{
	width:100%;
	float:left;}
.taksitDisTablo{
	border-spacing:0px 5px; 
	float:left;
}
.kktaksitler{
	padding-top: 10px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.taksitDisTablo .kktaksitler_tablo{
	width: 100%;
	max-width:100%;
	border: 1px solid #f3f3f3;
	padding: 5px; 
	height:auto;
	display:inline-block;
}
.kktaksit_basliklar{
	padding: 10px 0px;	
	font-weight:600;
	font-size:13px;
}
.taksit-table-row {
	padding:8px 0px;
	cursor:pointer;
}
.taksitDisTablo .taksit-table-row input[type=radio]{
	display:none;
}
.taksitDisTablo .taksit-table-row .sepet-check{
     min-height: 30px;
}
.taksitDisTablo .taksit-table-row .sepet-check::before{
	right:0;
	margin:0 auto;
	width: 15px;
	height: 15px;
}
.taksitDisTablo .taksit-table-row input[type="radio"]:checked + .sepet-check::before{
    content: "\f3fd";
    font-size: 16px;
    text-align: center;
    line-height: 11px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;
    border: 2px solid #5a9430;
}
.taksitDisTablo .parmak:hover{
	background-color:#f3f3f3;
}
.kktaksitler_tablo .active{
	background-color: #f3f3f3;
}
.krediAciklamaAlani{
	float:left; 
	word-wrap:break-word;
	text-align: left; 
	margin:1.5rem 0;
	padding-top:35px;
}



/*TOPLAM TUTAR */

.sepet-odeme-baslik{
	font-size: 13px;
	color: #7B7B7B;
}
.sepet-odeme-icerik{
	font-size: 15px;
	font-weight: 600;
	margin-bottom:5px;
}
.sepet-odeme-toplam-baslik{	
    font-size: 13px;
    color: #7B7B7B;
	margin-top:5px;
    font-weight: 600;
}
.sepet-odeme-toplam-icerik{	
	font-size: 23px;
    font-weight: 600;
    color: #181818;
	margin-bottom:10px;
}
.chkopaybuttoncontainer .btns{ padding:10px 15px;}
/*chko inf*/
.inputAlani input[type=text]{width:100% !important;box-shadow: none; color:#000;}
.satirbaslik{ font-size:14px;height: 35px;margin-bottom: 10px; text-align:left;display:flex;align-items:center}
.kayitliAdres{margin-bottom:5px;padding: 0px;}   
.siparisNotLabel{margin-bottom:0px;padding-left: 25px;margin-left: -13px;text-align: left;}

@media all and (min-width: 768px) {
	
	.chko-inf-city-row{
		display:flex;
		align-items:center;
		justify-content:flex-start;
		flex-flow:row wrap;  
	}
	
}

/* tema-1-group*/
.tema-1-group{
	position:relative;
	padding:0;
	margin-bottom:15px; 
	clear:both;  
	border-right:10px solid #fff;
}
.tema-1-group .select2{
	width:100%!important;    
	color: #666;
    font-weight: normal;
}
.tema-1-group select.select2{
	border: 2px solid #f1f1f1!important;
}
.tema-1-group .border-1{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	height:2px;
	width:100%;
	background:#f1f1f1;
	bottom:0;
	display:inline-block;
}
.tema-1-group .border-2{
	z-index:2;
	position:absolute;
	left:0;
	margin:auto;
	height:2px;
	width:0;
	background:#dcdcdc;  
	transition:all 0.2s ease-in-out;
	bottom:0;
	display:inline-block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#666;
	font-weight:normal;
}
.tema-1-group .select-label{   
	transition-delay: 0.2s !important;
    top: calc(50% - 23px) !important;
    font-size: 11px !important;
    color: #949494 !important;
}
.tema-1-group label{
	position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    margin-bottom: 0px;
    z-index: 2;
    display: block;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    color: #656565;
    font-weight: normal;
    font-size: 14px;
    padding: 0 0.5rem;
}
.tema-1-group input{
    outline: none;
    border-radius: 0px!important;
	height:60px;
	padding-top:2rem; 
	background:transparent;
	width:100%;
	transition:all 0.2s ease-in-out;
	font-weight:normal;  
	border:2px solid #f1f1f1;
}
.tema-1-group .ulke-kodu{
	color:#666;  
	margin-top:1.5rem; 
	line-height:39px;  
	font-weight:normal; 
	border-left:0px!important;	
}
.telefon-group label{
	transition-delay: 0.2s !important;
    top: calc(50% - 23px) !important;
    font-size: 12px !important;
    color: #949494 !important;   
}
.tema-1-group .flag-container{
	margin-top: 1.5rem !important;
    margin-left: 1rem;
    padding-left: 0px!important 
}
.tema-1-group-active input{
	color:#666;
	transition-delay:0.3s;
}
.tema-1-group-active label{
	transition-delay:0.2s;
	top:calc(50% - 23px);   
	font-size:11px;
	color:#949494 !important;
}
.tema-1-group input:focus {
	border:2px solid #dcdcdc !important;   
}
.tema-1-group input:focus ~ label{
	transition-delay:0.2s;
	top:calc(50% - 23px);   
	font-size:11px;
	color:#949494 !important;
}
.tema-1-group input:focus ~ .border-2{
	width:100%;
}
.select2-container--default .select2-selection--single{
	border:none !important;
}
.select2-container{
	border: 2px solid #f1f1f1;
    height: 60px;     
    padding-top: 1.7rem;   
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 58px;     
}  
.filtr .select2-container{
	width:100% !important;
}

/* kayitliadres*/
.adres-baslik{
	font-weight: normal;  
    margin: 10px 0;
    color:#66667d; 
}
.teslimat-baslik{
	font-weight: bold;       
	font-size: 18px;
    margin: 0 0 0.6rem 0;  
}
.teslimat-alt-baslik{  
	margin: 0px 0 1rem 0;
}
.kayitliadresler{
	
}
.kayitliadres{
	box-sizing:border-box;
	border-right:15px solid #fff;
	margin-bottom:15px;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
.kayitliadres:before{
	content:'';
	padding-top:60%;
	display:inline-block;
}
.kayitliadres-active{
	border-color:#5a942f !important;
}
.kayitliadres-container{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;   
    flex-wrap: wrap;
    border: 2px solid #e0e0e0;
    padding: 2rem 1rem 2rem 4rem;
    transition: all 0.2s ease-in-out;
}
.kayitliadres-container p{  
	font-weight:normal;
	color:#666;
	font-size:13px;
	transition:all 0.2s ease-in-out;
}
.adres-ekle-box{
	padding:2rem;  
    justify-content: center;    
}
.adres-ekle-box i{
	display:block;
    font-size: 30px;         
    color: #949494;
	text-align:center; 
	font-weight:500;	
}
.adres-ekle-box p a{    
	font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: bold;
}
.kayitli-adres-box{
	margin-bottom: 0.1rem; 
	font-weight: bold;   
	display: block;        
}
.kayitli-adres-duzenle{
	position: absolute;
    bottom: 7px;
    right: 3%;  
    font-size: 12px;  
	padding:1rem; 
    font-weight: bold;
    color: #676767;   
}   
.kayitli-adres-duzenle:hover a{
	color:#5a9430;     
}
.kayitli-adres-duzenle a i{
	font-size: 18px;
    padding-right: 0.4rem;
    float: left;
}   
.kayitli-adres-duzenle a i::before{  
    float: left;
    line-height: 17px;  
}   
.kayitli-adres-sil{
	position: absolute;  
    bottom: 15px;
    right: 7%;
    font-size: 13px;
    letter-spacing: 0.4px;
    font-weight: bold;
    color: #676767;
}

.adres-alt-metin{
	font-weight:bold;
	color:#666;
	font-size: 12px;
	cursor:pointer;
}   

.adres-metin input[type="checkbox"]:checked + .sepet-check::before {
    content: "\f3fd";
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;
    border: 2px solid #5a9430;
}
.adres-metin input[type="checkbox"] {
    display: none;
}
.adres-metin .sepet-check{
	min-height:30px;
	width:25px;
	padding-right:5px;
}

.kayitliadres-active .adres-sec-icon .sepet-check::before {
    content: "\f3fd";
    font-size: 18px;
    text-align: center;
    line-height: 14px;
    font-family: "Ionicons";
    background: #5a9430;
    color: #fff;   
    border: 2px solid #5a9430;  
}
.adres-sec-icon{
	position: absolute;  
    left: 10px;  
    bottom: calc(50% - 20px);
    display: inline-bloc
}
.sepet-toplam-content{
	z-index:3 !important;
}
.flx-center{
	display:flex;
	align-items:center;
	justify-content:center;
}
.flx-end{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.flx-start{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
.teslimat-sepet-toplam{
	padding-top:15px !important;
}
@media all and (min-width: 767px) {
	.baslik-mb{
		display:none;
	}
}
@media all and (max-width: 767px) {
	.baslik-ms{
		display:none;
	}
}

/*Chko end*/
.siparisNumarasi, .siparisTamamlandi{
	max-width:100% !important;
	text-align:center;
}
@media all and (max-width: 992px) {
	.adres-alt-metin{
		margin:0;
	}
	.sepet-odeme-toplam-baslik{
		font-size: 16px;
	}
	.sepet-odeme-toplam-icerik{
		font-size:17px;
	}
	.siparisozetcontent .sepet-fiyat-baslik h2{
		font-size:18px;
		padding-bottom:10px;
	}
}
@media all and (max-width: 500px) {
	.os_ic{
		padding:5px;
	}
	.siparisozetbankabaslik{
		font-size:14px;
	}
	.os_tab_ul li a{		
		padding: 15px 10px;
		font-size: 12px;
	}
	.kkcekimsec .active{
		padding:7px 0px;
	}
	.kkcekimsec .kktekcekim{
		padding:7px 0px;
	}
	.kkcekimsec img {
		width: 70px;
		margin-right:5px;
	}
	.kkcekimsec label{
		padding:0px;
		font-size:12px;
	}
	.havale-row-input{
		padding:0;
		padding-right:5px;
	}
	.havale-row-firma{
		font-size:12px;
	}
	.havale-row-iban, .havale-row-diger{
		font-size:12px;
	}
	/*Sepet Check*/
	.sepet-check{		
		min-height: 35px;
	}
	.sepet-check::before{
		width:15px;
		height:15px;
		bottom:40%;
		right:0px;
		margin:0 auto;
	}
	.kkcekimsec .active .sepet-check::before{
		font-size: 15px;
		line-height: 12px;
	}
	
	.active .taksitsecyazi .sepet-check::before{
		font-size: 15px;
		line-height: 12px;
	}
	
	.havale-row-input input[type="radio"]:checked + .sepet-check::before{		
		font-size: 15px;
		line-height: 12px;
	}
	.kktaksit_basliklar{
		font-size:11px;
	}
}

@media all and (max-width: 380px) {
	.os_tab_ul li{
		max-width:33.33%;
	}
	.os_tab_ul li a{
		padding:10px 7px;
		font-size:11px;
	}
	.os_tab_ul li a span{
		display:inline-block;
	}
	.oc_kk_bankasecim{
	    width: 49%;
		margin: 4px 0.5%;
	}
	.krediAciklamaAlani{
		font-size:12px;
		text-align:left;
		font-weight:600;
	}
	.kktaksit_basliklar{
		font-size:11px;
	}
	.taksit-table-row{
		font-size:11px;
	}
	.taksitDisTablo .taksit-table-row input[type="radio"]:checked + .sepet-check::before{
		 font-size: 12px;
		 line-height: 10px;
	}
	.chkopay-form, .chkopay-card-container, .chkopaykartcontainer{
		padding:0px;
	}
	.chkopay-row p{
		font-size:12px; 
	}
	.chkopaykartcontainer select{
		padding-top:0px;  
	}
	.kkcekimsec .kktekcekim{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.kkcekimsec label{padding-left: 5px;}
	.taksitDisTablo .taksit-table-row .sepet-check{min-height:20px;}
	.sepet-check::before, .taksitDisTablo .taksit-table-row .sepet-check::before{
		bottom:25%;
		width: 13px;
		font-size: 13px;
		height: 13px;
	}
	.kkcekimsec .active .sepet-check::before{
		font-size: 13px;
		line-height:12px;
	}
	.vade-farki-taksit{
		    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
	}
}
