@media (max-width: 1585px) {


}
@media (max-width: 1360px) {


}
@media (max-width: 1030px) {

	main {
		width:100vw;
	}
		
	#site #siteorta .siteortasol {
		position:fixed;
		width:50%;
		height:100%;
		padding:15px;
		border-right:1px solid rgba(0,0,0,0.2);
		overflow-y:scroll;
		transition:all 0s ease;
		z-index:100;
		background:#fff;
	}
	#site #siteorta .siteortasag {
		width:100%;
		height:100%;
		padding:15px 5px;
	}
	.card .card-body {
		padding: 1rem 1rem;
	}
	
}
@media (max-width: 1024px) {

#siparisdetay .siparis-ozet {
    width: calc(100% - 50px);
}
	#site #siteorta .siteortasol {
		position:fixed;
		width:100%;
		height:100%;
		padding:15px;
		border-right:1px solid rgba(0,0,0,0.2);
		overflow-y:scroll;
		transition:all 0.3s ease;
		z-index:100;
		background:#fff;
	}
	#site #siteorta .siteortasag {
		width:100%;
		height:100%;
		padding:15px 5px;
	}
	/*------------------tablar----------------------*/

	.tablar {
		width:100%;
		flex-wrap:wrap;
		height:auto;
	}
	.tablar a {
		background: #f1f1f1;
	}
}
