﻿@media only screen and (max-width: 945px) {
	.dty-price .dty-items {
		width: 100%;
	}
	.dty-text {
		width: 50% !important;
		text-align: right;
	}
	.my0{
		display:none
	}
	.my100{
		width:100%;
	}
    .header-center-alt {
	    width: 100%;
	    flex-direction: column;
	    justify-content: space-evenly;
	}
	.header-center .head-search {
	    padding: 10px;
	}
	.prbx-item {
	    width: 50%;
	}
	.page-left {
	    /* display: none; */
	    width: 100%;
	}
	
	.Kategori-nav-title.Aktif ~ .Kategori-nav-items {
	    display: block;
	    border: 1px solid #999;
   		border-top: 0px;
    	padding: 5px;
	}
	.Kategori-nav-title {
	    background: #999;
	    color: #fff;
	    border-radius: 5px 5px 0px 0px;
	}
	.Kategori-nav-items li:nth-child(even) {
	    background: #f1f1f1;
	}
	.page-right{
		width: 100%;
	}
	.sepetim-left, .Siparis-left,.sepetim-right, .Siparis-right {
	    width: 100%;
	}
	.head-search-yeni-keyw input{
		width: 100%;
		min-width: 300px;
	}
	/*
	.kitap-detay-alt tr td {
	    display: grid;
	    width: 100%;
	}
	*/
	.dty-sol,.dty-sag{
		width: 100%;
	}
	.page-account-content {
    	width: 100%;
	}
	.page-nav{
		width: 100%;
		margin-bottom: 5px;
	}
	.page-account-content-alt {
	    overflow: overlay;
	}
	.pac-alt-item-box{
		width: 100%;
	}
	.filter-btn {
	    display: inline-block;
	    width: 47%;
	    margin: 1%;
	}
	.search-bar-text{
		width: 100%;
	}
	.header-bottom{
		display:none;
	}
	#mobile-left-menu {
    position: fixed;
    left: 0;
    width: 80%;
    bottom: 0;
    top: 0;
    padding: 13px;
    background: #fff;
    z-index: 99999;
    color: #000;
    font-size: 14px;
    text-align: left;
    overflow: overlay;
	}
	.mobile-left-back {
    background: #f6d258;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
	}
	.mobil-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 100%;
    margin: 0 auto;
    list-style: none;
    background: white;
    padding: 12px;
    z-index: 99999;
    border-top: 1px solid #eee;
	}
	.mnav-item {
    padding: 0px 10px;
	}
	.mnav-item svg {
    width: 20px;
    height: 20px;
	}
	.active#mobile-left-menu {
    display: block;
	}
	#jsdata{
		text-transform:capitalize;
	}
	.footer-root-center-logo,.footer-root-center-company,.footer-root-center-secure{
		width:100% !important;
	}
}