@media (max-width: 1585px) {


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


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

	main {
		width:100vw;
	}
		
	body {
		padding-top:65px;
	}
		
	.container-fluid {
		max-width:calc(100vw - 0px);	
	}
		
	.btn {
		grid-gap:10px;
		padding:0px 20px;
		height:40px;
		border-radius:30px;
		font-size: 14px;
	}
	#header {
		display:none;
	}
	#mobilheader {
		display:flex;
	}
	#mobilmenu {
		display:block;
	}

	/*------------------slider----------------------*/

	#slider .item .anaresim {
		width:100%;
		max-height:100vh;
		object-fit:cover;
	}
	#slider .item .bilgi {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		display:flex;
		align-items:center;
		z-index:5;
	}
	#slider .item .bilgi .yazi1 {
		font-size: 40px;
		margin-bottom:22px;
	}
	#slider .slider-button-prev ,
	#slider .slider-button-next 
	{
		display:none;
	}
	/*------------------urunler----------------------*/

	#urunler {
		padding:24px 0px;
	}
	#urunler .baslik {
		font-size: 25px;
		margin-bottom:22px;
	}
	#urunler .swiper {
		padding:0px 40px;
	}
	.urunitem {
		padding:26px 15px;
	}
	.urunitem .adi {
		font-size: 18px;
		margin-bottom:10px;
	}
	.urunitem .kod {
		font-size: 14px;
		margin-bottom:10px;
	}
	.urunitem .resim {
		aspect-ratio:1/1;
		padding:10%;
	}
	
	/*------------------haberler----------------------*/

	#haberler {
		position:relative;
	}
	#haberler .alan {
		border-radius: 15px;
		padding:23px 15px;
	}
	#haberler .ust {
		margin-bottom:20px;
	}
	#haberler .ust .baslik {
		font-size: 25px;
		margin-right:auto;
	}
	#haberler .swiper {
		padding:0px 40px;
	}
	.haberitem {
		position:relative;
		display:block;
		border-radius:10px;
	}
	.haberitem .resim {
		aspect-ratio:512/307;
		border-radius:10px 10px 0px 0px;
	}
	.haberitem .bilgi {
		padding:10px;
	}
	.haberitem .bilgi .adi {
		font-size: 16px;
		line-height: 24px; /* 118% */
		height:48px;
		margin-bottom:10px;
	}

	/*------------------footer----------------------*/

	#footer {
		position:relative;
	}
	#footer .ust {
		padding:19px 0px;
	}
	#footer .ust .logo {
		text-align:center;
		margin-bottom:10px;
	}
	#footer .ust .logo img {
		height:65px;
	}

	#footer .sosyal {
		justify-content:center;
		margin-bottom:10px;
	}
	#footer .orta {
		padding:19px 0px;
	}
	#footer .menulink {
		text-align:center;
		font-size: 14px;
		line-height: 24px; /* 150% */
	}

	#footer .bilgi {
		display:flex;
		align-items:center;
		justify-content:center;
		margin-top:10px;
		margin-bottom:0px;
	}
	#footer .alt {
		padding:19px 0px;
	}
	#footer .alt .copy {
		font-size: 12px;
		line-height: 16px;
	}
	#footer .alt .basadon {
		font-size: 13px;
		line-height: 16px; 
	}
	
	/*------------------kurumsal----------------------*/

	#kurumsal {
		position:relative;
	}
	#kurumsal .bolum1 {
		padding:30px 0px;
	}
	#kurumsal .bolum1 .yazi1 {
		font-size: 30px;
		margin-bottom:20px;
	}
	#kurumsal .bolum1 .yazi2 {
		font-size: 14px;
		line-height: 22px; /* 166.667% */
		margin-bottom:20px;
	}
	#kurumsal .bolum1 .resim {
		width:100%;
		mix-blend-mode: darken;
	}
	#kurumsal .bolum2 {
		padding:30px 0px;
	}
	#kurumsal .bolum2 .res {
		height:77px;
		margin-bottom:20px;
	}
	#kurumsal .bolum2 .yazi1 {
		color: #FFF;
		font-size: 30px;
		margin-bottom:20px;
	}
	#kurumsal .bolum2 .yazi2 {
		font-size: 16px;
		line-height: 24px; /* 154.545% */
		margin-bottom:20px;
	}
	#kurumsal .bolum2 .yazi3 p {
		font-size: 14px;
		line-height: 20px; /* 187.5% */
	}
	
	/*------------------haberlerpage----------------------*/

	#haberlerpage {
		position:relative;
		padding:20px 0px;
	}
	#haberlerpage .baslik {
		font-size: 20px;
		line-height: 22.5px;
		margin-bottom:20px;
	}

	/*------------------urundetay----------------------*/

	#urundetay {
		padding:20px 0px;
	}
	#urundetay .resim {
		padding:15px;
		margin-bottom:15px;
	}
	#urundetay .resim img {
		width:100%;
	}
	#urundetay .adi {
		font-size: 30px;
		font-weight:700;
		margin-bottom:20px;
	}
	#urundetay table {
		width:100%;
		margin-bottom:20px;
	}
	td {
		border-bottom: 1px solid var(--kirmizi);
		padding: 5px;
		font-size: 14px;
		line-height: 22px; /* 275% */
	}	
	
}
