﻿ @media only screen and (max-width: 370px) 
 {
	 .customer-blocks form input 
	 {
		width: 80%;
		padding: 15px;
		border-radius: 5px;
		border: 0px;
		background: transparent;
	}
 }

@media only screen and (max-width: 945px) {
	.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{
		width:100%;
	}
	.footer-ust {
		flex-wrap: wrap;
		text-align: center;
		display: block;
	}
	.footer-ust a {
		margin: 0px 4px;
		display: inline-block;
	}
	.footer-ust-ust.alt {
		margin-bottom: 53px;
	}
	.catalog div {
		font-size: 10px;
	}
	.catalog{
		margin:0;
	}
	.footer-root-center-secure img {
		margin: 0 auto;
	}
	.login-page{
		background:none;
	}
	.page-nav {
		position: absolute;
		left: 0;
		top: 0;
		width: 80%;
		z-index: 999999;
		background: #ffffff;
		display:none;
	}
	.page-nav-mobil-btn {
		display:block;
	}
	.mesajYaz {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 5%;
	}
	.header-top-bar-menu ul {
		right: 0%;
		left:unset;
	}	
	.mesajYaz {
		left: unset !important;
		right: 0;
	}
}
 
@media only screen and (max-width: 450px) {
	.sepet-item-adet-list .flat-qty { 
		flex-wrap: wrap;
	}
	.sepet-item-adet-list .btn_guncelle {
		width: 100%;
	}
	.sepet-item-adet {
		width: 104px;
	}
	.address-box, .kargo-box {
		width: 47%;
		    padding: 5px;
	}
	.ziyaretbuttons button {
		width: 47%;
	}

}
 
