﻿/*@media only screen and (min-width: 1400px) {
     .content-page ,.head-menu,.header-center-alt,.header-top-bar,.footer-center,.top-menu,.footer-center,.content-one{
        width: 1350px;
    }
}
  */ 
  @media only screen and (max-width: 1200px) {
	.head-cat>li:not(:first-child)>.head-altcat {
		width: 100%;
	}
  }
  @media only screen and (max-width: 945px) {
	.my10 {
		width: 10%;
	}

	.my20 {
		width: 20%;
	}

	.my30 {
		width: 30%;
	}

	.my40 {
		width: 40%;
	}

	.my50 {
		width: 50%;
	}

	.my60 {
		width: 60%;
	}

	.my70 {
		width: 70%;
	}

	.my80 {
		width: 80%;
	}

	.my90 {
		width: 90%;
	}

	.my100 {
		width: 100%;
	}
	/*.page-left{
		display:none;
	}
	.prbx-item .ayirici {
		display: none;
	}
	.prbx-dty .prbx-text, .prbx-dty .prbx-value {
		display: block;
		text-align: center;
		width: 100%;
	}
    .header-center-alt {
	    width: 100%;
		flex-direction: column;
		justify-content: space-evenly;
		margin: 5px auto;
	}
	.header-center .head-search {
	    padding: 10px;
	}
	.prbx-item {
	    width: 50%;
	}
	.page-left {
	    width: 100%;
	}
	.Kategori-nav .Kategori-nav-items {
	    display: none;
	}
	.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%;
	}*/
	.resp-top-menu-title{
		display: block;
		color: #fff;
		line-height: 38px;
	}
	#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: #1590cf;
		color: #fff;
		padding: 10px;
		border-radius: 5px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 5px;
		width: 100%;
	}
	#mobile-left-menu li:nth-child(even){
		background: none;
	}
	.mobil-left-menu-open {
		color: #fff;
		line-height: 41px;
		font-weight: 400;
	}
	.top-menu{
		display:none;
	}
	.mobil-left-menu .Kategori-nav .Kategori-nav-items {
		display: block;
		text-align: left;
	}
	.active#mobile-left-menu {
		display: block;
	}
	.Kategori-nav-items li:hover {
    background: #fff;
    color: #000;
}
	.Kategori-nav-items ul {
    position: relative;
    left: 0;
    margin-top: 0;
    border: none;
    width: 100%;
    top: 0;
    box-shadow: none;
	}
	.Kategori-nav-items ul li i{
		display:none;
	}
	

	.Kategori-nav-items li:hover li:hover{
		color:#000;
	}
	.Kategori-nav-items li ul{
		display:none;
		min-height: auto;
	}
	.kategori-sag {
		display:none;
	}
	.Kategori-nav-items li.active ul:first-child{
		display:block;
	}
	.head-altcat .alt-kategori {
		display:none !important;
	}
	.Kategori-nav-items li.active ul li.active>.alt-kategori{
		display:block !important;
		position: relative;
		height: auto;
		width: 100%;
		left: 0;
	}
	.Kategori-nav-items li:hover li:hover li:hover {
    color: #000;
	}
	.head-altcat .alt-kategori ul li a {
    font-weight: 500;
     color: #000;
	}
	
	.head-altcat .alt-kategori ul li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
    color: #000;
}
	/*.footer-center {
		display: inline-block;
		width: 100%;
		text-align:center;
	}
	.footer-center div {
		padding: 10px;
	}
	.header-top-bar-account span {
		display: block;
		text-align: center;
		width: 100%;
	}
	.header-top-bar-menu {
		text-align: center;
	}
	.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 svg {
		width: 20px;
		height: 20px;
	}
	.mnav-item {
		padding: 0px 10px;
	}
	.mnav-item.mini-cart.aktif svg {
		fill: #0d9f16;
	}
	.wp-destek {
		bottom: 50px;
		width: 120px;
		font-size: 12px;
	}
	.header-top-bar-menu,.head-box,.mobil-left-menu-open,.header-bottom{
		display:none;
	}
	.dty-favori-ekle-btn, .dty-sepete-ekle-btn {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.dty-sag-sol,.dty-sag-sag{
		width:100%;
		text-align: center;
	}
	.header-top-bar-account {
		width: 100%;
	}
	.prbx-sepeteekle { 
		width: 100%;
	}
	.prbx-add-cart {
		
		height: 70px;
	}*/
	.page-nav{
		width: 100%;
		margin-bottom: 5px;
	}
	.login-left{
		display:none!important;
	}
	.customer-blok{
		float:none;
		margin:auto;
	}
	.fntSemiBold,.fntLight{
		display:none;
	}
	.login-page .inputs input[type="text"],
	.login-page .inputs input[type="password"]{
		width:86%
	}
	
	.header-top-bar-account-mobil{
		display:block;
		text-align:center;
		font-size: 8px;
	}
	.header-top-bar-account-hosgeldiniz{
		margin:auto;
		float:none;
	}
	.content-w.y20.my100{
		display:none;
	}
	.header-top-bar-menu{
		display:none;
	}
	.head-logo{
		text-align:center;
		margin:auto;
	}
	.header-center .head-logo img{
		max-width:100px;
	}
	.text-right-mobil{
		display:inline-block;
		position:absolute;
		right:10px;
	}
	.Doviz-Bar{
		font-size: 9px;
	}
	.mobil-nav {
    display: block;
	position: fixed;
    bottom: 10px;
    z-index: 10000;
	height:28px;
	width:100%;
	}
   .mnav-item{
	float:left;
	background:#ccc;
	width:20%;
	text-align:center;
	padding-top:10px;
	border-bottom:5px solid #f39200;
   }
   .mobil-cikis-yap{
	   float:right;
	   display:block;
   }
	.head-box{
		display:none;
	}
	.head-cat{
		display:none;
	}
	.head-search
	{
		margin:auto;
		width:80%;
		float:bobe
	}
	.head-search-yeni-keyw input{
		border-radius:5px 0 0 5px;
		width:74%;
	}
	.head-search-yeni-keyw{
		width:100%;
	}
	.ara{
		border-radius:0 5px 5px 0;
		max-width:100%;
	}
	.prbx-item{
		width: 45%;
		padding: 1px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev,
	.owl-theme .owl-controls .owl-buttons .owl-next{
		display:none;
	}
	.prbx-item {
		width: 100%;
	}
	.stoks .prbx-item{
		padding:3px;
		width:45%;
	}
	.footer-block-group-mobil{
		display:flex;
	}
	.footer-block{
		text-align:center;
		vertical-align:center;
	}
	.footer-block-title{
		width: 100%;
		text-align:center;
		padding:0;
		margin:3px auto;
	}
	.footer-block-items{
		/* display:none; */
	}
	.aktif{
		display:block;
	}
	.footer-block-items li a {
		border-bottom:1px dashed #ccc;
	}
	.tel_icon{
		display:none!important;
	}
	.mobil-tel_icon{
		display:block;
		font-size: 14px;
		margin-top: 8px;
		color: var(--renk1);
		font-weight: 600;
	}
	.tel_number{
		display:none;
	}
	.tel_text{
		display:none;
	}
	
	.footer-banka-mobil{
		display:block;
		margin-bottom:15px;
	}
	.footer-company{
		margin-bottom:17px;
		font-size:9px;
	}
	.footer-banka{
		display:none;
	}
	.page-nav-item, 
	.page-nav li{
		padding:0;
		padding-top:3px;
		margin:0;
		margin-bottom:3px;
	}
	.page-account-content{
		float:left;
		width:100%;
	}
	.ozl_table {
		display:block;
		overflow: overlay;
	}
	.sepetim-left, .Siparis-left, .sepetim-right, .Siparis-right {
		width: 100%;
	}
	.address-box, .kargo-box {
		overflow: overlay;
	    width: 49%;
	}
	.dty-sol,
	.dty-sag{
		width:100%;
	}
	.prbx-add-cart{
		background:none;
		justify-content: center;
	}
	.azalt, .artir {
		padding: 7px 5px 7px 5px;
	}
	.dty-sepete-ekle-input-style{
		width:30px!important;
	}
	.sepeteekle{
		height:33px;
	}
	.group-box-item.aktif{
		width:65%;
	}
	.sepetim-box.item{
		overflow:overlay;
	}
	.page-left-mobil{
		float:none;
		margin:auto;
		height:300px;
		overflow:overlay;
		display:block;
		width:80%;
	}
	.Kategori-nav-items.custom-scrooll {
		max-height: 300px;
	}
	.page-left-mobilkategori{
		float:none;
		margin:auto;
		height:350px;
		overflow:overlay;
		display:block;
		width:80%;
	}
	.page-left-mobilkategori .search-filter-title ~ .search-filters-items{
			display:none;
	}
	.hesap-bilgileri-ackapa{
		display:none!important;
	}
	.ackapa{
		display:block!important;
	}
	.gizle{
		display:none!important;
	}
	.page-right{
		float:none;
		width: 100%;
	}
	.fas{
		display:block;
	}
	.dty-sepete-ekle-btn{
		width:50%;
	}
	.card-list.list-taksit {
		width:100%!important;
		float:none!important;
	}
 
	.login-right {
		display:none;
	}
	.login-right-alt {
		display:none;
	}
	.customer-blocks{
		min-width:auto;
		
	}
	.login-main {
		left:0;
		right: 0;
		top: 20px;
	}
	.login-buttons button {
		width: 100%;
	}
	.loginaciklama img {
		max-height: 35px;
	} 
	.page-left {
		width:100%;
	}
	/* <cari ekstre detay üst bölüm !resbonsive> */
	.cari-box-bar {
		align-items: start;
	}
	.cari-ekstre-detay .cari-box-bar .box-val {
	    font-size: 10px;
		text-align: right;
		font-weight: bold;
		padding: 5px;
	}
	.cari-ekstre-detay .cari-box-bar .box {
		height: auto;
	}
	/* </cari ekstre detay üst bölüm !resbonsive> */
	.header-top ul,.header-top {
		display: none;
	}
	.slider-alt-box {
		display: block;
	}	
	.footer-info,.footer-alt{
		display: none;
		text-align:center;
	}
	.footer-info div div {
		max-width: 100%;
		text-align:center;
	}
	.header-center .head-logo {
		width: 100px;
	}	
	span.prbx-text {
		width: 100% !important;
	}
	.TabPageLink {
		padding: 6px 0px;
	}
	.contact-row {
		display: flex;
	}
	.contact-row div {
		font-size: 8px;
	}
	.header-logo-bar {
		margin: 0px;
	}
	.account-textbox-item {
		display: flex;
		justify-content: space-between;
		width: 100%;
		border: 1px solid var(--renk1);
		border-radius: 4px;
		padding: 4px 2px;
		margin: 5px 0;
		box-shadow: inset 0px 0px 2px;
		align-items: center;
	}
	.account-textbox-text {
		text-align: right;
	}
	.mesajYaz {
		left: unset;
		right: 0;
	}
	.search-bar-filter span:first-child {
		display: inline-block;
	}
	.prbx-list-detay-item{
		width: 100%;
	}
	.login-page {
		background: none;
	}
}
 @media only screen and (max-width: 369px){
	 .sepeteekle{
		padding:5px 0;
	}
	#mobile-left-menu {
		width:90%;
	}
	.col-sm-12{
		overflow:overlay;
	}
 }
@media only screen and (max-width: 320px){
	.sepeteekle{
		padding:10px 0;
	}
	.prbx-item {
		width: 100%;
	}
	.stoks .prbx-item{
		width:95%;
	}
	
}
@media(max-height:800px){ 
	.sol-perde-ic{
		margin-top: 45%;
	}
	.katmanimg{
		height:700px!important;
	}
}
@media(max-height:700px){
	.katmanimg{
		height:640px!important;
	} 
}