/*
	Responsive
*/
/* Cihazlar */
@media screen and (max-width:1920px){
	/* daha da geniş ekranlar */
}
@media screen and (max-width:1600px){
	/* daha geniş ekranlar */
}
@media screen and (max-width:1440px){
	/* geniş ekranlar */
}
@media screen and (max-width:1280px){
	/* hi-res laptops and desktops */
}
@media screen and (max-width:1200px){
	.chesap {
		display: none;
	}
}
@media screen and (max-width:1199.98px){
	.navbar-expand-xl .u-header__sub-menu-title {
		padding-left: 0 !important;
		margin-bottom: 0;
	}
}
@media screen and (max-width:1024px){
	.hsm > ul > li > a {
		background: #42D343;
		color: #fff;
		display: inline-block;
		margin: 0 2px;
		padding: 7px 11px;
		border-radius: 20px;
	}
	.ctelefon {
		display: none;
	}
}
@media screen and (max-width:991px){
	/* bootstrap daralma */
}
@media screen and (max-width:960px){
	/* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media screen and (max-width:840px){
	/* not almışım */
}
@media screen and (max-width:767px){
	.hsm > ul > li > a{
		display:none;
	}
	button#sidebarHeaderInvokerMenu {
		display: block !important;
		position: absolute;
		right: 0;
		top: -30px;
	}
	.mobil_ara {
		margin: 0 15px;
		display: block;
	}
	.u-header-topbar .align-items-center {
		display: flex;
		flex-direction: column;
	}
	.u-header-topbar .align-items-center {
		text-align: left !important;
		align-items: normal !important;
	}
	div#crumbs {
		padding: 20px 0;
	}
	.product-item__inner .img-fluid {
		max-height: 180px;
		margin: 0 auto;
	}
	.product-item__inner li, .product-item {
		width: 100% !important;
		display: block !important;
		margin: 0 auto;
	}
	.product-item__inner a {
		display: block;
		margin: 0 auto;
	}
	.aioseo-breadcrumbs {
		padding: 15px 0;
	}
	.u-header__section {
		padding: 0 0 10px 0;
	}
	.home-urunler .js-slide .img-fluid {
		height: 331px;
		object-fit: contain;
		max-height: 255px;
	}
	.ceposta {
		display: none;
	}
	.kategori-sabit > div {
		float: left;
		width: 50%;
	}
	.kategori-sabit .btn-link {
		position: relative;
		top: 4px;
		font-size: 16px;
	}
}
@media screen and (max-width:720px){
	/* not almışım */
}
@media screen and (max-width:640px){
	.cdolar::before{
		display:none;
	}
	.kategori-sabit > div:first-child {
		width: 40%;
	}
	.kategori-sabit > div:last-child {
		width: 60%;
	}
	.u-header__mega-menu-wrapper {
		padding: 0 10px !important;
	}
	.navbar-nav .nav-item img {
		height: 50px !important;
		object-fit: contain;
	}
}
@media screen and (max-width:480px){
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media screen and (max-width:360px){
	/* not almışım */
}
@media screen and (max-width:320px){
	/* smartphones, iPhone, portrait 480x320 phones */
}
