@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 576px) {
	.nav-tabs li { width:100% }
	.title h1 { font-size:36px; }
	.title a { font-size:13px; }
	.title .sayfa { font-size:13px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  overflow:hidden; padding-left: 0px; text-align: left;}
	.divider .icon i { font-size:22px; padding-top:10px; }
	.slider-title { font-size:28px; }
	.slider-text { font-size:14px; line-height:normal; }
	.slider-btn { font-size:14px; }
}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 767px){

}

@media only screen and (max-width: 599px){

}

@media only screen and (min-width: 767px){
	.product .list li { display: flex; align-items: center; }
}

@media only screen and (min-width: 767px) and (max-width: 1399px) {
    .buton-gizle {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
	.hide-sm,
	.main-header .header-top,
	.main-header .main-box{ display: none !important; }
	.header-info { display: none; }
	.main-header{ position: relative; }
	.mobile-header{ position: relative; display: block; width: 100%; background-color: #ffffff; margin: 0; padding: 35px 15px; }
	.nav-outer .mobile-nav-toggler{ display: block; }
	.main-header .nav-outer .main-menu{ display: none; }
	.nav-outer .mobile-nav-toggler{ padding: 5px 0; }
	.mobile-header.fixed-header{ position: fixed; top: 0; width: 100%; }
	.fixed-header .mobile-sticky-header{ opacity: 1; visibility: visible; }
	.copyright-content { text-align:center; }
	.copyright-content .col-lg-6 { min-width:100%; }
	.copyright-content .col-lg-6 img { margin:0 auto; text-align:center; display:flex; align-items:center; justify-content:center; margin-top:20px; }
}

@media only screen and (min-width: 1139px){

}
