@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    overflow-x:hidden !important;
    font-family:'Manrope',sans-serif !important;
}
/* Benzer ürünler alanı */
.benzerurunbox {
    display: inline-block;
    margin-right: 8px;
}

/* Küçük varyant kutusu */
.imgboxforbenzer {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
}

/* Görsel */
.imgboxforbenzer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover efekti */
.imgboxforbenzer:hover {
    border-color: #1e40af;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.25);
    transform: translateY(-2px);
}

/* Aktif ürün (aynı sayfadaki ürün) */
.imgboxforbenzer.active {
    border-color: #1e40af;
    box-shadow: 0 0 0 2px rgba(30, 64, 175, 0.3);
}

.eklememodal{
    color:#FFF;
    background-color:#e97836;
    padding:12px 24px;
    font-weight:600;
    border:none !important;
    font-size:13.4px;
}
.duzenlenmeac{
    height:35px;
    border:none !important;
    padding:0px !important;
    color:#e97836 !important;
    font-weight:600;
    font-size:13.5px;
}
.silbut{
    display:inline-block;
    margin-left:12px;
    line-height:39px;
    color:red !important;
    font-weight:600;
    font-size:13.5px;
}
.bildirim {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #e97836;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.bildirim.goster {
    opacity: 1;
    transform: translateY(0);
}
.bildirim.kapat {
    opacity: 0;
    transform: translateY(-20px);
}
.bildirim.stok-yetersiz {
    background-color: #e53e3e;
}
.bildirim.sepet-eklendi {
    background-color: #38a169;
}

.modal-body input[type="text"],
.modal-body input[type="mail"],
.modal-body input[type="password"]
{
    width:100%;
    height:45px;
    font-size:13.4px;
    padding:10px;
    color:#1C1C1C;
    background-color:#FAFAFA;
    font-weight:500;
    border-radius:6px;
    border:1px solid #D9D9D9;
    transition:0.3s ease-in ;
}
.modal-body input:focus{
    border:2px solid #E97836;
}

.odemesec input[type="text"],
.odemesec input[type="mail"],
.odemesec input[type="number"],
.odemesec select,
.odemesec input[type="password"]
{
    width:100%;
    height:45px;
    font-size:13.4px;
    padding:10px;
    color:#1C1C1C;
    background-color:transparent;
    font-weight:500;
    border-radius:6px;
    border:1px solid rgba(217,217,217,0.6);
    transition:0.3s ease-in ;
}
.odemesec input:focus{
    border:2px solid #E97836;
}
.odemesec h3{
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:7px;
    color:#333;
}
.modal-body h3{
    font-size:20.5px;
    font-weight:600;
    margin-top:12px;
    margin-bottom:28px !important;
    color:#e97836;
}
.modal-body h6{
    font-size:13px;
    font-weight:500;
    margin-top:12px;
    margin-bottom:7px;
    color:#333;
}
.custombuts button{
    width:100%;
    height:35px;
    font-size:13.8px;
    text-align:center !important;
    border:none !important;
    width:200px;
    border-radius:6px;
    color:#FFF;
    height:45px;
    margin-top:14px;
    background-color:#E97836 !important;
}
.geribut{
    display:block !important;
    float:right !important;
}
.anabut button{
    
    width:100%;
    height:35px;
    font-size:13.8px;
    text-align:center !important;
    border:none !important;
    width:200px;
    border-radius:6px;
    color:#FFF;
    height:45px;
    margin-top:14px;
    background-color:#E97836 !important;
}
.sifremi button{
    
    color:#1C1C1C;
    width:100%;
    margin-top:15px !important;
    font-size:13.8px;
    text-align:left !important;
    border:none !important;
    background-color:transparent !important;
}
.sifremi span{
    margin-right:12px;
    color:#E97836;
}
.kayit button{
    
    color:#1C1C1C;
    width:100%;
    height:35px;
    font-size:13.8px;
    text-align:left !important;
    border:none !important;
    background-color:transparent !important;
}
.kayit span{
    color:#E97836;
}
.requ{
    color:red !important;
}
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
    position:relative !important;
    font-family:'Manrope',sans-serif !important;
}
.support-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    width:100%;
    margin: 0 auto;
    margin-top:15px !important;
}
.support-icon img {
    height: 50px;
    width: auto;
    margin-left:15px;
}
.support-text p {
    margin: 0 0 8px 0 !important;
    font-size: 12.5px !important;
    color: #515151 !important;
    font-weight:600 !important;
    padding-top:15px !important;
    margin-bottom:0px !important;
    line-height:13px !important;
}
.support-text a {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #33333A !important;
    text-decoration: none !important;
}
.float-cart {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #e97836;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.float-cart:hover {
    background-color: #d86b2a;
    transform: scale(1.1);
}

.my-cart {
    margin: 0; 
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:28px;
    z-index:100;
}
.my-float{
	margin-top:16px;
}
.menusec{
    display:block !important;
    left:0;
    right:0;
    top:0;
    height:75px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:15px;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.ustmen{
    padding-top:4px;
    padding-bottom:4px;
}
.ustmen a{
    font-weight:600 !important;
}
.menusec .menusechref{
    margin-left:15px !important;
}
.menusec .menusechref .btn{
    padding:0px !important;
    margin:0px !important;
}
.menusec .menusechref a{
    color:#1B2231;
    text-decoration:none !important;
    font-size:13.8px;
    display:inline-block;
    margin-right:18px;
    transition:0.3s ease-in;
    font-weight:600;
    line-height:75px;
    
}
.menusec .menusechref a:hover{
    transform:scale(1.03);
    color:#E97836;
}
.menusec .menusechref .dropdown-menu{
    padding:0px !important;
}
.menusec .menusechref .dropdown-item{
    line-height:40px !important;
    color:#111 !important;
    border-bottom:1px solid #D9D9D9;
}
.menusec .menusechref .dropdown-item:hover{
    line-height:40px !important;
    border-radius:0px !important;
    background-color:transparent !important;
    padding:0px !important;
}
.menusec img{
    width:auto;
    object-fit:contain;
    height:65px;
}
.ustmen a{
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
}
.ustmen i{
    font-size:18.3px;
    color:#FFF;
}
.pushy{
    width:70% !important;
}
.pushy-menu {
    position: relative;
    overflow: hidden;
}
.pushy-close {
    position: absolute;
    top: 30px;
    right: 25px;
    background: none;
    border: none;
    font-size: 18px;
    z-index: 10;
    color: #FFF;
}
.pushy-logo {
    height:65px;
    width:auto !important;
    margin-top: 30px;
}
.pushy-links {
    margin-top: 40px;
}
.pushy-links a {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 22px;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.pushy-social {
    margin-bottom: 30px;
}
.pushy-social a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 18px;
}
.lefticon {
    position: absolute;
    right: -60px;
    top: 120px;
    width: 380px;
    opacity: 0.12;
    pointer-events: none;
    z-index: 1;
}
.mobbut1{
    display:none !important;
}
.pad0{
    padding:0px !important;
}
.bin{
    width:1400px;
    margin:auto !important;
}

.Iletisim{
    margin-top: 30px;
}
.Iletisim2{
    margin-top: 30px;
}
.Iletisim2 iframe{
    border:none !important;
    width:100%;
    min-height:300px;
    height:100%;
}
.Iletisim2 h4{
    font-size:18px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#FFF !important;
}
.formkutusu{
    background-color:#E97836 !important;
    padding:30px !important;
}
.Iletisim2 input{
    width:100%;
    height:45px;
    border:none;
    padding:10px;
    font-size:13.5px;
    font-weight:500;
    color:#1C1C1C;
}
.Iletisim2 textarea{
    width:100%;
    height:135px;
    border:none;
    padding:10px;
    font-size:13.5px;
    font-weight:500;
    color:#1C1C1C;
}
.Iletisim2 button{
    background-color: #FFF;
    color:#1C1C1C;
    border:none;
    width:100%;
    height:45px;
    font-size:13.5px;
    text-align: center;
    font-weight:600;
}
::placeholder{
    font-size:13px;
    color:#525252;
    padding-left: 3px;
}
.Iletisim2 input:focus{
    background-color: #FFF;
}
.Iletisim2 textarea:focus{
    background-color: #FFF;
}
.kutu-3{
    min-height:200px;
    width:100% !important;
    border:1px solid rgba(224,224,224,0.5);
    border-radius: 5px !important;
    position:relative !important;
}
.kutu-3 a{
    font-size:13.6px;
    color:#1C1C1C;
    font-weight:500;
    display:block !important;
    margin-top:8px;
}
.kutu-3 .white {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(28,28,28,0.1);
    background-color: #FFF;
    border-radius: 50%;
    display: flex;            
    align-items: center;    
    justify-content: center;   
    margin: 15px auto 0 auto;   
    position: relative;
}
.kutu-3 .white i {
    font-size: 25px;
    color: #E97836;
    margin: 0;
    position: relative;        
    top: auto;
    left: auto;
    transform: none;
}

.Haberler img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.Haberler{
    margin-top:50px;
    margin-bottom:50px;
}
.Haberler p{
    font-size:13.4px;
    color:#333;
    font-weight:500;
    line-height:26px;
    margin-top:14px;
}
.Haberler h2{
    margin-top:20px;
    margin-bottom:5px;
    color:#2d2d2d;
    font-size:14.6px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Haberler h6{
    display:block !important;
    color:#E97836 !important;
    text-decoration:underline !important;
    font-size:13.5px !important;
    font-weight:500 !important;
    margin-bottom:8px;
    margin-top:-4px !important;
    padding-bottom:10px !important;
}
.Breadcrumb{
    background-color:#FAFAFA;
    padding-top:40px;
    padding-bottom:40px;
}
.Breadcrumb p{
    max-width:850px;
    font-size:13.4px;
    color:#000;
    font-weight:500;
    line-height:26px;
    margin-top:10px;
}
.Breadcrumb h4{
    color:#333333;
    font-weight:700;
    font-size:22px;
    line-height:24px;
    margin-top:12px;
    margin-bottom:10px;
}
.Breadcrumb h6{
    color:#E97836;
    font-weight:700;
    font-size:15px;
    line-height:17px;
}
.Breadcrumb2{
    width:100%;
    height:auto;
    position:relative !important;
}
.Breadcrumb2 img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.breadoverlay{
    position:absolute !important;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    left:0;
    z-index:3;
    background-color:rgba(28,28,28,0.1) !important;
}
.breadh2{
    position:absolute;
    z-index:4;
    bottom:0;
    left:0;
    right:0;
    margin:auto !important;
    margin-bottom:25px !important;
}
.breadh2 h2{
    color:#FFF;
    font-family:'Manrope',sans-serif;
    font-size:30px;
    font-weight:800;
}
.Hakkimizda h2{
    font-family:'Manrope',sans-serif;
    font-size:21px;
    font-weight:600;
    line-height:32px;
    margin-bottom:25px;
}
.sssbox{
    border:1px solid rgba(217,217,217,0.6);
    padding:25px;
    padding-top:45px;
    padding-bottom:45px;
    transition:0.3s ease-in;
}
.SSS{
    margin-top:50px;
    margin-bottom:50px;
}
.sssbox:hover{
    transform:scale(1.03);
    background-color:#F58320;
}
.sssbox:hover h1{
    color:#FFF;
}
.sssbox:hover a{
    color:#FFF;
}
.sssbox:hover p{
    color:#FFF;
}
.sssbox h1{
    color:#1C1C1C;
    font-size:15px;
    margin-bottom:25px;
    font-weight:600;
}
.sssbox p{
    font-size:13.2px;
    color:#000;
    font-weight:500;
    line-height:25px;
    margin-top:14px;
}


.manbox{
    background-color:#E97836  !important;
    border:none !important;
    padding:25px;
    padding-top:45px;
    padding-bottom:45px;
    transition:0.3s ease-in;
}
.Mans{
    margin-top:50px;
    margin-bottom:50px;
}
.manbox:hover{
    transform:scale(1.03);
}
.manbox h1{
    margin-bottom:25px;
    color:#FFF !important;
    font-weight:600 !important;
    font-size:16px !important;
}
.manbox p{
    font-size:13.6px;
    color:#FFF;
    font-weight:500;
    line-height:28px;
    margin-top:14px;
    margin-bottom:10px !important;
}
.tab-content{
    margin-top:30px !important;
}
.nav-pills a{
    display:inline-block;
    background-color:#F8F8F8;
    text-align:center;
    padding:13px 30px;
    font-weight:600;
    font-size:13.6px;
    border-radius:5px;
    color:#000;
    margin-right:6px;
    margin-left:6px;
    margin-bottom:9px !important;
}
.nav-pills .active{
    background-color:#E97836;
    color:#FFF;
}
.nav-pills .active .katya{
    color:#FFF;
}
.Blog{
    margin-top:40px;
    margin-bottom:40px;
}

.blogbox {
    transition:0.3s ease-in;
    display: flex;
    align-items: flex-start; 
    margin-bottom: 10px;
    padding: 12px;
    gap: 16px; 
    border-bottom:1px solid #D9D9D9;
}
.katya{
    color:#E97836;
}
.blogbox:hover{
    transform:scale(1.02);
}
.blogbox .imgbox2 {
    width: 400px;
    flex-shrink: 0;
}
.blogbox .imgbox2 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.blogbox .textbox {
    flex: 1; 
}
.blogbox p {
    font-size: 13.4px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.blogbox h6{
    color:#E97836;
    font-weight:600;
    font-size:13.6px;
    margin-bottom:8px;
    margin-top:12px;
}
.blogbox h2 {
    font-size: 16.5px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    margin-top: 10px;
}
.seperator{
    background-color:rgba(217,217,217,0.5);
    display:block;
    margin-top:11px;
    margin-bottom:11px;
    width:100%;
    border:none !important;
    height:1px;
}
.fotseo{
    background-color:#1B2231;
    padding-top:20px;
    padding-bottom:20px;
}
.fotseo a {
    text-align: center;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
    font-size: 13.5px;
    color: #FFF;
    background-color: transparent;
    transition: 0.3s ease-in;
    border: 1px solid rgba(217,217,217,0.6) !important;
    border-radius: 7px;
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis;
}

.fotseo a:hover{
    background-color:#E97836;
}
.footer i{
    color:#E97836 !important;
}
.footer span{
    margin-right:12px;
}
.footer{
    padding-top:10px !important;
    border-top:1px solid rgba(217,217,217,0.3);
}
.footer h6{
    color:#F58320;
    font-size:14.3px;
    margin-bottom:12px;
    font-weight:600;
    display:inline-block;
    padding-bottom:10px !important;
    border-bottom:2px solid #F58320;
}
.footer a{
    font-size:13.7px;
    font-weight:600;
    color:#1C1C1C; 
    line-height:35px;
    display: block;             
    max-width: 100%;   
    transition:0.3s ease-in;
}
.footer a:hover{
    color:#F58320;
    transform:scale(1.02);
}
.footerdisclaimer{
    border-radius:10px;
    margin-top:10px !important;
    margin-bottom:20px !important;
    background-color:#FAFAFA;
    padding-left:15px;
    padding-top:22px;
    padding-right:15px;
    padding-bottom:8px;
}
.footerdisclaimer p{
    font-size:13.4px;
    font-weight:500;
    line-height:24px;
    color:#1C1C1C;
}
.copyright{
    margin-top:25px;
    background-color:#E97836;
}
.copyright h6{
    color:#FFF;
    font-size:13.2px;
    font-weight:600;
    padding-top:20px;
    padding-bottom:10px;
}
.footer-brand{
    display:flex;
    align-items:center; 
    gap:12px;
}

.footer img{
    width:170px;
    height:auto;
    object-fit:contain;
}
.footer p{
    line-height:26px;
    font-size:13.6px;
    color:#101010;
    font-weight:500;
    margin-top:9px;
}
.footer h3{
    color:#E97836;
    font-size:16.5px;
    font-weight:700;
    margin-bottom:7px;
}
.imgtext h3{
    margin:0;
    color:#1E222C;
    font-size:22px;
    font-weight:800;
    line-height:1.1;
}

.imgtext span{
    display:block;
    margin-top:4px;
    color:#FFAC46 !important;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.4px;
}

.marspecial{
    margin-top:30px !important;
    margin-bottom:15px !important;
}
.marspecial a{
    font-weight:600 !important;
    font-size:13.6px !important;
}
.marspecial span{
    margin-right:10px !important;
    color:#FFAC46 !important;
}
.borright{
    padding-left:20px !important;
    border-right:1px solid rgba(217,217,217,0.4) !important;
}
.katheader{
    color:#E97836;
    margin-top:12px;
    margin-bottom:25px;
    font-weight:600;
    font-size:15.2px;
}
.katheader2{
    color:#E97836;
    margin-top:12px;
    margin-bottom:12px;
    font-weight:600;
    font-size:14.4px;
}

.Hakkimizda{
    margin-top:50px;
    margin-bottom:70px;
}
.Hakkimizda h2{
    font-size:18.7px;
    font-weight:700;
    line-height:26px;
    margin-bottom:20px;
}
.Hakkimizda h1{
    font-size:23px;
    font-weight:700;
    line-height:30px;
    margin-bottom:25px;
}
.Hakkimizda h1 > span{
    color:#E97836;
    display:block;
}
.Hakkimizda p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
}
.wid10 p{
    width:100% !important;
}
.Hakkimizda li{
    display:block;
    margin:auto !important;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px
}

.Hak{
    margin-top:40px;
    margin-bottom:20px;
}
.manifesto-title {
    font-weight: 700;
    font-size: 37px; 
    line-height: 44px;
    letter-spacing: -3px;
    color: #000;
    margin-bottom: 0;
    margin-right:20px;
    flex-basis: 40%; 
}
.manifesto-content {
    color: #1a1a1a;
    padding-left: 2rem; 
    font-weight:500;
    color:#1a1a1a;
    font-size:14.3px;
    line-height:28px;
    
}
        @media (max-width: 768px) {
            .manifesto-title {
                text-align:left !important;
                font-size:28px;
                margin-bottom:10px;
                line-height:40px;
                letter-spacing:-1.5px;
                flex-basis: 100%;
            }
            .manifesto-content {
                padding-left: 0;
            }
        }

.cookie-consent {
    position: fixed;
    left: 20px;
    bottom: 30px;
    max-width: 320px;
    background: #f4f5f7;
    color: #1f2937;
    padding: 16px 18px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    font-family: 'Manrope', sans-serif;
    z-index: 9999;
    font-size: 13px;
}
.cookie-consent p {
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.cookie-consent a {
    color: #E97836;
    text-decoration: none;
    font-weight: 600;
}
.cookie-consent button {
    background: #E97836;
    color: #fff;
    border: none;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 12.5px;
    cursor: pointer;
}
a{
    text-decoration:none !important;
}
.Haberler hr{
    width:100%;
    height:1px;
    border:none !important;
    background-color:#D9D9D9;
    margin-bottom:30px !important;
}
.Policy{
    padding-top:40px;
    background-color:#FAFAFA;
    padding-bottom:40px;
}
.Policy p{
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#000;
    font-size:13.4px;
    line-height:26px;
}
.Policy h2{
    color:#394854;
    font-size:16.5px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Policy h3{
    color:#E97836;
    font-size:14.6px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.Policy h4{
    color:#000;
    font-size:18.5px;
    margin-bottom:30px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.policyrightsec a{
    color:#000;
    font-weight:600;
    font-size:13.5px;
    display:block;
    margin-bottom:13px;
    transition:0.3s ease-in;
}
.policyrightsec a:hover{
    transform:scale(1.03);
    color:#E97836;
}
.policyrightsec h6{
    color:#E97836;
    font-weight:700;
    margin-bottom:22px;
}
.brr{
    border-right:1px solid #D9D9D9;
}
.dot{
    width:7px;
    border-radius:50%;
    height:7px;
    display:inline-block !important;
    background-color:#E97836 !important;
    margin-right:12px;
}
.imgbox{
    width:100%;
    background-color:#FFF;
    height:230px;
    padding:40px;
    border:1px solid rgba(217,217,217,0.7);
}
.bilgial i{
    font-size:19px !important;
    color:#FFF !important;
}
.bilgial{
    background-color:#E97836;
    color:#FFF !important;
    border:none !important;
    height:40px !important;
    font-weight:600;
    font-size:13.5px;
    display:block;
    line-height:25px;
    width:100%;
}
.bilgial span{
    margin-right:14px;
}

.bilgial2 i{
    font-size:19px !important;
    color:#FFF !important;
}
.bilgial2{
    background-color:#E97836;
    color:#FFF !important;
    border:none !important;
    font-weight:600;
    font-size:13.5px;
    display:block;
    width:auto !important;
    padding:12px 35px;
    border-radius:5px;
    margin-top:15px;
}
.bilgial2 span{
    margin-right:14px;
}
.Urunler h2{
    color:#000 ;
    font-size:14px;
    font-weight:600;
    margin-top:15px;
}
.accordion-item {
    border-bottom: 1px solid #e5e7eb;
}

.accordion-header {
    cursor: pointer;
    padding: 12px;
    font-size:13.4px;
    font-weight: 600;
    background: #FAFAFA;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 15px;
    transition: 
        max-height 0.35s ease,
        opacity 0.25s ease;
}
.accordion-item.active .accordion-body {
    max-height: 500px; 
    opacity: 1;
}
.accordion-body a {
    display: block;
    padding: 8px 0;
}
.imgbox img{
    width:100%;
    height:100%;
    object-fit:contain;
    margin:auto !important;
}
.kats a{
    font-size:13.2px;
    font-weight:600;
    margin-bottom:7px;
    display:block;
    display:block !important;
    color:#000;
    transition:0.3s ease-in;
}
.kats{
    margin-bottom:10px !important;
}
.kats a:hover{
    color:#E97836 !important;
    transform:scale(1.03);
}
.kats .act2{
    color:#E97836 !important;
    transform:scale(1.03);
}
.mobile-filter-btn {
    margin-bottom: 12px;
}
.kats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.kats-header button {
    background: none;
    border: none;
    font-size: 22px;
}


.mobile-filter-btn button {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #E97836;
    color: #fff;
    font-size:14px;
    font-weight: 600;
    border: none;
}


.user-area {
    padding-top:40px;
    margin-bottom:40px;
    border-top:1px solid rgba(217,217,217,0.6);
}
.user-menu {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 20px;
}

.user-card {
    margin-bottom: 30px;
}

.avatar {
    width: 80px;
    height: 80px;
    background: #E97836;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 26px;
    margin: 0 auto 10px;
}

.user-card h5 {
    color:#000;
    margin: 0;
}

.user-card span {
    font-size: 13px;
    color: #E97836;
}
.menu-list {
    list-style: none;
    padding: 0;
}

.menu-list li {
    padding: 12px 15px;
    margin-bottom: 3px;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
}

.menu-list li:hover,
.menu-list li.active {
    background: #E97836;
    color: #000;
}

.menu-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight:600;
    font-size:13.6px;
    color: #333;
    text-decoration: none;
    width: 100%;
}
.menu-list li i {
    width: 18px;
    text-align: center;
    color: #E97836;
    transition: .3s;
}
.menu-list li:hover a,
.menu-list li.active a {
    color: #FFF;
}
.menu-list li:hover i,
.menu-list li.active i {
    color: #FFF;
}
.user-content h3 {
    color: #E97836;
    line-height:20px;
    font-size:18.6px;
    font-weight:600;
}
.user-content h6 { 
    color:#333;
    font-size:14.5px;
    margin-bottom:15px;
    font-weight:600;
    margin-top:15px;
}
.user-form label {
    font-weight:600;
    margin-bottom:9px;
    color:#333;
    font-size: 13.5px;
}
.user-form .form-control {
    background-color:transparent;
    border: 1px solid #333;
    color: #000;
    font-weight:500;
    height:45px;
    padding:10px;
    font-size:13.5px;
    width:100%;
    transition:0.3s ease-in;
}
.user-form select {
    background-color:transparent;
    border: 1px solid #333;
    color: #000;
    font-weight:500;
    height:45px;
    padding:10px;
    font-size:13.5px;
    width:100%;
    transition:0.3s ease-in;
}
.smallheader{
    font-size:13px !important;
    font-weight:600 !important;
}
.save-btn {
    background: #E97836;
    color: #FFF !important;
    padding: 10px 30px;
    font-size:13.6px;
    font-weight:600;
}

.update-box {
    background: rgba(243, 141, 16, 0.1);
    border: 1px solid #f38d10;
    color: #f38d10;
    font-weight:600;
    font-size:15px;
    padding: 15px;
    border-radius: 8px;
    margin-top:10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.siparis-card {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.card-title{
    color:#000;
    font-weight:600;
    font-size:16.2px;
}
.card-body p{
    font-weight:600;
    font-size:14px;
    color:#000;
}
.card-body strong{
    color:#e97836;
}
.SSS h3{
    color:#000;
    font-weight:600;
    font-size:17px;
    margin-bottom:22px;
}
.urunlerheader{
    text-align:center;
    color:#000;
    font-weight:600;
    font-size:18px !important;
    margin-bottom:30px !important;
}
.siparis-card .badge {
    font-size: 0.9rem;
    padding: 0.4em 0.8em;
    color: #fff;
    border-radius: 6px;
}

.urunler-list .urun-item {
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 5px;
}
.step {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 12px;
    position: relative;
}

.step .icon {
    font-size: 24px;
    color: #e97836;
    margin-right: 12px;
    flex-shrink: 0;
}

.step .step-text h6 {
    margin: 0 0 3px 0;
    font-weight: 600;
    text-align: left;
}

.step .step-text p {
    margin: 0;
    font-size: 13px;
    color: #555;
    text-align: left;
}
.stepcards h3{
    color:#e97836;
    font-size:24px !important;
    margin-bottom:10px !important;
}
.stepcards p{
    color:#000;
    font-weight:500;
    font-size:14.5px !important;
    margin-bottom:10px;
}
@media(max-width:991px){
    .step {
        padding: 10px 12px;
    }
    .step .icon {
        font-size: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {

    .kats {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 85vh;
        background: #fff;
        z-index: 9999;
        transform: translateY(100%);
        transition: transform 0.35s ease;
        overflow-y: auto;
        padding: 15px;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.15);
    }

    .kats.active {
        transform: translateY(0);
    }

    body.filter-open {
        overflow: hidden;
    }
}

.Urunler{
    margin-bottom:30px;
    margin-top:30px;
}
.Urundetay{
    border-top:1px solid rgba(217,217,217,0.3);
    padding-top:40px;
}
.Urundetay h1{
    font-family:'Manrope',sans-serif;
    font-size:19px;
    font-weight:600;
    line-height:30px;
    margin-bottom:10px !important;
}
.Urundetay h3{
    color:#E97836;
    font-size:16px;
    font-weight:600;
    margin-bottom:8px;
    line-height:20px;
    display:block;
}
.Urundetay p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
    margin-top:12px;
    margin-bottom:15px !important;
}
.Urundetay h6{
    font-weight:500;
    font-size:17.3px;
    margin-top:9px;
}
.Urundetay del{
    color:#E97836;
}

.Urunler h6{
    font-weight:500;
    font-size:14.3px;
    margin-top:9px;
}
.Urunler del{
    color:#E97836;
}
.Urunler h3{
    color:#1C1C1C;
    font-weight:600;
    margin-bottom:20px;
    font-size:16px;
}
.SSS h4{
    color:#000;
    text-align:center;
    font-weight:600;
    margin-bottom:16px;
    font-size:19.6px;
}
.uruntop h4{
    color:#000;
    text-align:center;
    font-weight:600;
    margin-bottom:16px;
    font-size:19.6px;
}
.uruntop {
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
}
.seperator{
    margin-bottom:30px !important;
}
.SSS p{
    display:block;
    margin:auto !important;
    font-family:'Manrope',sans-serif;
    font-weight:500;
    color:#333;
    font-size:13.6px;
    line-height:28px;
}
.Haberler h3{
    color:#1C1C1C;
    font-weight:600;
    margin-bottom:30px;
    font-size:19px;
    text-align:center;
}



.Projeler img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:0.3s ease-in;
}
.Projeler img:hover{
    transform:scale(1.03);
}
.Projeler h2{
    color:#394854;
    font-size:15px;
    margin-top:16px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
}
.rightarea{
    padding-left:15px;
    border-left:1px solid #D9D9D9;
}
.rightarea h4{
    color:#535353;
    font-family:'Manrope',sans-serif;
    font-size:13.4px;
    line-height:15.5px;
    font-weight:500;
}
.rightarea h5{
    font-weight:600;
    font-size:14px;
    font-family:'Manrope',sans-serif;
    color:#1C1C1C;
}
.rightareatexts {
    padding-top:15px;
    padding-bottom:6px;
    border-bottom:1px solid #D9D9D9;
}
.rightareatexts:last-child{
    border:none !important;
}
.gallery-thumb {
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}
.social-icons {
    display: flex;
    gap: 10px;
    float:left !important;
    text-align:left !important;
}
.topheader{
    color:#FFF;
    margin-top:20px;
    margin-bottom:10px;
    font-family:'Manrope',sans-serif;
    font-weight:600;
    font-size:16.4px;
}

.hero-carousel,
.hero-carousel .carousel-item {
    height: 70vh;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.25) 40%,
        rgba(0,0,0,0.1) 100%
    );
}

.hero-content {
    position: absolute;
    left: 6%;
    bottom: 5%;
    max-width: 650px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}
.hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
    color:#FFF;
    font-family:'Manrope',sans-serif;
}
.hero-content p {
    font-family:'Manrope',sans-serif;
    font-size: 16px;
    line-height:26px;
    font-weight:500;
    color:#FFF;
    margin-bottom: 22px;
}
.hero-buttons {
    display: flex;
    gap: 12px;
}
.btn-outline {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-outline:hover {
    background: #fff;
    color: #000;
}
.btn-outline.light {
    opacity: 0.8;
}
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}
.kucukfoto{
    display:none !important;
}
.specialdis{
    display:none !important;
}
.hakimg img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.inlock992{
    display:none !important;
}
.search-box i{
    color:#f89221;
    font-size:17px;
    margin-right:10px;
}
.girbuts{
    background-color:#e97836;
    height:45px;
    width:auto;
    padding:12px;
    color:#FFF !important;
    font-weight:600;
    font-size:13.6px;
    display:inline-block !important;
}
.search-box{
    display:flex;
    align-items:center;
    width:100%;
    background:#f7f7f7;
    border-radius:10px;
    padding:12px 16px;
    margin-top:10px;
}
.search-icon{
    font-size:18px;
    color:#f89221;
    margin-right:10px;
}
.search-box i{
    color:#f89221;
    font-size:17px;
    margin-right:10px;
}
.search-box input{
    border:none;
    outline:none;
    font-weight:500;
    background:transparent;
    width:100%;
    font-size:15px;
    color:#333;
}
.search-box input::placeholder{
    color:#999;
}
.pushy a{
    display:block;
    font-size:20px;
    font-weight:600;
    letter-spacing:0.4px;
    color:#2b2b2b;
    text-decoration:none;
    padding:14px 0;
    opacity:0.75;
    transition:
        color .3s ease,
        transform .3s ease,
        opacity .3s ease;
}
.pushy a:hover{
    color:#E97836;
    opacity:1;
    transform:translateX(6px);
}
.pushy img{
    height:60px;
    width:auto;
    margin-bottom:15px !important;
    
}
.sort-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.sort-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24'>\
<polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    transition: all 0.25s ease;
}
.sort-box select:hover {
    border-color: #1e40af;
}
.sort-box select:focus {
    outline: none;
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30,64,175,0.15);
}


.main-card { 
    width:100%;
    margin: 30px auto; 
}
.section-title { 
    font-size: 14px; 
    font-weight: 700; 
    color: #2c3e50; 
    margin-bottom: 15px; 
    text-transform: uppercase; 
    border-left: 4px solid #d35400; 
    padding-left: 10px;
}
.selection-grid { 
    display: grid; 
    grid-template-columns: 
    repeat(auto-fill, minmax(140px, 1fr)); 
    gap: 12px; 
    margin-bottom: 25px; 
}
.selectable-card {
    border: 2px solid #f1f1f1; 
    border-radius: 10px; 
    padding: 15px;
    text-align: center; 
    cursor: pointer; 
    transition: 0.2s; 
    position: relative; 
    background: #fff;
}
.selectable-card:hover { 
    border-color: #d35400; 
}
.selectable-card.active { 
    border-color: #d35400; 
    background-color: #fff9f4; 
    box-shadow: 0 4px 12px rgba(211, 84, 0, 0.1); 
}
.selectable-card.active::after {
    content: "\f058"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    position: absolute; 
    top: 5px; 
    right: 5px; 
    color: #d35400;
}
.img-placeholder { 
    width: 100%; 
    height: 60px; 
    background: #eee; 
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 8px; 
    overflow: hidden; 
}
.img-placeholder img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.price-display { 
    background: #e97836; 
    color: white; 
    border-radius: 10px; 
    padding: 25px; 
    height: 100%; 
}
.price-display span{
    font-size:14px;
    font-weight:600;
    color:#FFF;
} 
.total-price { 
    font-size: 21px !important; 
    font-weight: bold; 
    color: #FFF; 
    margin-top: 15px; 
    border-top: 1px solid #FFF; 
    padding-top: 15px; 
}
.total-price span{
    font-size:21px !important;
}
.btn-add { 
    background: #E97836; 
    color: white; 
    border: none; 
    height:50px;
    text-align:center;
    width: 100%; 
    border-radius: 8px; 
    font-weight: 600;
    font-size: 14.6px; 
    margin-top: 20px; 
    transition: 0.3s; 
} 
.btn-add:hover { 
    background: #ba4a00; 
    transform: translateY(-2px); 
}
.disabled-card { 
    opacity: 0.5; 
    cursor: not-allowed !important; 
    pointer-events: none; 
    background: #f8f9fa; 
}
.login-warning {
    background: #fff;
    border: 1px solid #e97836;
    color: #e97836;
    padding: 12px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(233, 120, 54, 0.15);
}

.login-warning i {
    font-size: 16px;
}

.baski-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.1);
    position: relative;
}

.card-status {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.status-pending { background: #e97836; }    
.status-processing { background: #f59e0b; }  
.status-completed { background: #10b981; }     
.status-cancelled { background: #ef4444; }    

.card-content .card-row {
    margin-bottom: 8px;
    font-size: 14px;
}

.card-footer {
    margin-top: 12px;
    text-align: left;
}

.btn-cancel {
    background: #ef4444;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s;
}

.btn-cancel:hover {
    background: #dc2626;
}


.cart-list-section {
    width: 100%;
}
.cart-list-header,
.cart-list-row {
    display: grid;
    grid-template-columns: 100px 1fr 120px 150px 120px;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
}
.cart-list-header {
    font-weight: 500;
    font-size:14px;
    color: #444;
    
}
.cart-product-img img {
    width: 60px;
    height: auto;
    object-fit:contain;
}
.cart-product-info {
    font-size: 14px;
    color: #000;
    font-weight:500;
    
}
.cart-unit-price,
.cart-total-price {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    
}
.cart-quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e97836;
    color: white;
    font-size: 16px;
    font-weight:500;
    border: none;
    cursor: pointer;
}
.cart-qty {
    font-size: 14.6px;
    font-weight:500;
    margin-left:7px;
    margin-right:7px;
}

.siparis-kutusu {
    margin-top:12px;
    background-color: #FFF;
    border-radius: 5px;
    width:100%;
}
.siparis-kutusu h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top:15px;
    margin-bottom: 16px;
}
.fiyat-detay {
    font-size: 14.2px;
    font-weight:500;
    margin-bottom: 25px;
}
.fiyat-detay div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.toplam {
    border-top: 1px solid #aaa;
    padding-top: 12px;
    margin-bottom: 16px;
}
.Sepet{
    border-top:1px solid rgba(217,217,217,0.4);
    padding-top:40px;
}
.toplam .label {
    font-size: 18px;
    font-weight: 600;
    color:#e97836;
}
.toplam .tutar {
    font-size: 20px;
    color:#e97836;
    font-weight: 700;
}
.sozlesme {
    font-size: 13.5px;
    color: #333;
    margin-top:10px;
    margin-bottom: 10px;
}
.sozlesme a {
    color: #e97836;
    text-decoration: none;
}
.odeme-btn {
    background-color: #e97836;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 8px;
    cursor: pointer;
}
.formsection h6{
    color:#434343;
    border-bottom:1px solid #D9D9D9;
    font-size:15px;
    padding-top:5px;
    padding-bottom:19px;
}
.formsection {
    margin-bottom:12px;
    border: 1px solid #D9D9D9;
    padding: 15px;
    background-color: #FFF;
    border-radius:5px;
}
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.formsection label {
    width: 100px; 
    font-size: 13.5px;
    color: #1C1C1C;
    font-weight: 500;
    padding-left:5px;
    margin-right: 12px;
    text-align: left;
}
.formsection textarea {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 135px;
    padding-top:15px !important;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection select {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="number"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="password"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="date"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="mail"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input[type="text"] {
    flex: 1;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    
    background-color: #FAFAFA;
    padding: 5px 10px;
    height: 42px;
    transition: 0.3s ease-in;
    border: 1px solid #E0E0E0;
}
.formsection input:focus {
    border: 2px solid #e97836 !important;
}
.required{
    color:red !important;
}
.formsection2{
    display:inline-block !important;
}
.formsection2 button {
    
    margin-top: 10px;
    width:180px;
    height:40px;
    text-align:center;
    color:#FFF;
    border-radius:5px;
    font-size: 14px;
    border:none;
    transition:0.3s ease-in;
    background-color: #e97836;
    cursor: pointer;
}
.formsection2 button:hover{
    transform:scale(1.02);
}
.formsection button {
    
    margin-top: 10px;
    width:180px;
    height:40px;
    text-align:center;
    color:#FFF;
    border-radius:5px;
    font-size: 14px;
    border:none;
    font-weight:600;
    transition:0.3s ease-in;
    background-color: #e97836;
    cursor: pointer;
}
.formsection button:hover{
    transform:scale(1.02);
}
@media screen and (max-width: 1450px) {
    .bin{
        width:92%;
    }
}
@media screen and (max-width: 1080px) {
    .blogbox .imgbox2 {
        width: 310px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1150px) {
    .footer img{
        margin-top:25px;
        width:170px;
        height:auto;
        object-fit:contain;
    }
    .menusechref{
        margin-left:25px;
    }
    .menusec .menusechref a{
        color:#111111;
        text-decoration:none !important;
        font-size:13.4px;
        display:inline-block;
        margin-right:10px;
        transition:0.3s ease-in;
        line-height:80px;
        
    }
}
@media screen and (max-width: 1017px) {
    .menusec .menusechref a{
        color:#111111;
        text-decoration:none !important;
        font-size:13px;
        display:inline-block;
        margin-right:7px;
        transition:0.3s ease-in;
        line-height:80px;
        
    }
}
@media screen and (max-width: 992px) {
    .menusec img{
    width:auto;
    object-fit:contain;
    height:65px;
    }
    .blogbox .imgbox2 {
        width: 280px;
        flex-shrink: 0;
    }
    .marspecial{
        margin-top:0px !important;
        margin-bottom:15px !important;
    }
    .footer p{
        line-height:26px;
        font-size:13.6px;
        color:#101010;
        font-weight:500;
        margin-top:9px;
    }
    .footer h3{
        color:#E97836;
        font-size:16.5px;
        font-weight:700;
        margin-bottom:7px;
        margin-top:0px !important;
    }
    .footer img{
        margin-bottom:9px;
        margin-top:25px;
        width:170px;
        height:auto;
        object-fit:contain;
    }
    .policyrightsec h6{
        color:#E97836;
        font-weight:700;
        margin-top:20px !important;
        margin-bottom:22px;
    }
    .brr{
        border:0px !important;
    }
    .girbuts{
        background-color:#e97836;
        height:50px;
        width:auto;
        padding:12px;
        border-radius:0px;
        color:#FFF !important;
        margin-top:10px;
        font-weight:600;
        font-size:13.6px;
        display:inline-block !important;
    }
    .mobbut1{
        display:block !important;
        height:50px;
        width:50px;
        background-color:#FAFAFA;
        border:none !important;
        margin-top:10px !important;
    }
    .disnon992{
        display:none !important;
    }
    .inlock992{
        display:inline-block !important;
    }
    .borright{
        padding-left:10px !important;
        border-right:none !important
    }
    .specialdis{
        display:block !important;
    }
    .breadh2{
        display:none !important;
    }
    .menusechref{
        display:none !important;
    }
    .Breadcrumb p{
        max-width:100%;
    }
}
@media screen and (max-width: 767px) {
    .cart-list-header {
        display: none; 
    }
    .cart-list-row {
        grid-template-columns: 1fr; 
        padding: 15px 10px;
        gap: 10px;
    }
    .cart-product-img {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .cart-product-img img {
        width: 80px;
    }
    .cart-product-info {
        text-align: center;
        font-size: 14px;
    }
    .cart-unit-price,
    .cart-total-price {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    .cart-quantity-control {
        justify-content: center;
        margin-top: 8px;
    }
    .blogbox h6{
        font-weight:500;
        font-size:13.6px;
        margin-bottom:8px;
        margin-top:0px;
    }
    .blogbox {
        flex-direction: column;
    }
    .blogbox .imgbox2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .hakimg{
        margin-top:30px;
    }
    .hero-content h1 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.1;
        color:#FFF;
        font-family:'Manrope',sans-serif;
    }
    .hero-content p {
        font-family:'Manrope',sans-serif;
        font-size: 14.5px;
        line-height:26px;
        font-weight:500;
        color:#FFF;
        margin-bottom: 22px;
    }
    .cookie-consent {
        left: 15px;
        right: 15px;
        bottom: 20px;
        max-width: unset;
    }
    .pushy{
        width:85% !important;
    }
    .rightarea{
        padding-left:0px;
        border-left:none !important
    }
    .toptext{
        width:100% !important;
        padding-bottom:25px !important;
    }
    .toptext2{
        width:100% !important;
        padding-bottom:25px !important;
    }
    .breadh2 h2{
        color:#FFF;
        font-family:'Manrope',sans-serif;
        font-size:33px;
        font-weight:800;
    }
    .Hakkimizda li{
        width:100%;
    }
    .Hakkimizda p{
        width:100%;
    }
}
@media screen and (max-width: 576px) {
    .sort-box {
        width: 100%;
        justify-content: center;
    }

    .sort-box form {
        width: 100%;
    }

    .sort-box select {
        width: 100%;
        max-width: 100%;
    }
    .pushy{
        width:100%;
    }
    .hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.1;
        color:#FFF;
        font-family:'Manrope',sans-serif;
    }
    .hero-content p {
        font-family:'Manrope',sans-serif;
        font-size: 14px;
        line-height:24px;
        font-weight:500;
        color:#FFF;
        margin-bottom: 22px;
    }
    .marspecial{
        margin-top:0px !important;
        margin-bottom:10px !important;
    }
    .Breadcrumb p{
        width:100%;
        max-width:100%;
        font-size:13.2px;
        color:#1B2231;
        font-weight:500;
        line-height:25px;
    }
    .Breadcrumb h4{
        color:#333;
        font-weight:800;
        font-size:22px;
        line-height:23px;
        margin-top:3px;
        margin-bottom:10px;
    }
    .Breadcrumb h6{
        color:#E97836;
        font-weight:700;
        font-size:13.4px;
        line-height:14px;
    }
    .disnon576{
        display:none !important;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .habheader{
        font-family:'Manrope',sans-serif;
        font-size:18.7px;
        color:#333;
        font-weight:600;
        line-height:20px;
        margin-bottom:30px;
    }
    .Haberler img{
        width:100%;
        height:210px;
        object-fit:cover;
    }
}
