body{
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	height:100%;

}


a {
	color: #000000;
	text-decoration: none;

}
a:focus,active,hover {
	text-decoration: none;
		outline:none;
}

.loadingAjaxDialog {
	float: left;
	position: fixed;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
}




.loadingUploadDialog {
	float: left;
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


.UyariMesaji {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 23px;
	padding-left: 58px;
	float: left;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(img/svg/alert.svg);
}


.Basliklar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	text-align: right;
}
.AltCizgi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.AltCizgi1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #F4F4F4;
}


/*header başalangıc*/,


/* =========================
   TOP BAR
========================= */

.hd-top{
    background:#F4E2C6;
}

.hd-top-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:50px;
}

.hd-top-offer{
    padding:6px 18px;
    border-radius:22px;
    border:1px solid #E2B76C;
    text-decoration:none;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
}

.hd-top-social{
    display:flex;
    gap:18px;
}

.hd-top-social a{
    font-size:16px;
    color:#333;
}


/* =========================
   HEADER
========================= */

.hd-header-inner{
    background:#f5f5f5;
    border-bottom:1px solid #e6e6e6;
}

.hd-header-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 0;
}


/* LOGO */

.hd-logo img{
    height:40px;
}


/* SEARCH */

.hd-search{
    width:580px;
    position:relative;
}

.hd-search form{
	display:flex;
	align-items:stretch;
	gap:0;
	height:48px;
	background:transparent;
	overflow:visible;
	position:relative;
}

.hd-search-menu-wrap{
	position:relative;
	flex-shrink:0;
}

.hd-search-menu{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:0 14px;
	height:100%;
	border:1px solid #e5e7eb;
	border-right:0;
	border-radius:10px 0 0 10px;
	background:#fafafa;
	color:#1f2937;
	font-size:0.95rem;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
}

.hd-search-menu i{
	color:#ff5105;
}

.hd-search-menu small{
	font-size:0.78rem;
	margin-top:2px;
}

.hd-search-box{
	flex:1;
	display:flex;
	align-items:center;
	min-width:0;
	padding:0 6px 0 12px;
	border:1px solid #e5e7eb;
	border-radius:0 10px 10px 0;
	background:#fff;
}

.hd-search-mega{
	position:absolute;
	top:100%;
	left:0;
	width:min(980px,78vw);
	margin-top:2px;
	padding:16px 18px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:12px;
	box-shadow:0 12px 28px rgba(0,0,0,.12);
	display:none;
	z-index:1200;
}

.hd-search-menu-wrap:hover .hd-search-mega{
	display:block;
}

.hd-search-menu-wrap::after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:10px;
}

.hd-search-mega-inner{
	display:grid;
	grid-template-columns:repeat(4,minmax(160px,1fr));
	gap:14px 20px;
	max-height:65vh;
	overflow:auto;
}

.hd-search-mega-col{
	display:flex;
	flex-direction:column;
	gap:7px;
}

.hd-search-mega-title{
	font-size:0.93rem;
	font-weight:700;
	color:#111827;
	text-decoration:none;
	padding-bottom:4px;
	border-bottom:1px solid #f1f1f1;
}

.hd-search-mega-title:hover{
	color:#ff5105;
}

.hd-search-mega-link{
	font-size:0.86rem;
	color:#4b5563;
	text-decoration:none;
	line-height:1.35;
}

.hd-search-mega-link:hover{
	color:#ff5105;
}

.hd-search-icon{
	width:28px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#c4c4c4;
	font-size:1rem;
	flex-shrink:0;
}

.hd-search input{
	flex:1;
	min-width:0;
	height:100%;
	border:0;
	outline:none;
	padding:0 10px;
	font-size:0.95rem;
	background:transparent;
}

.hd-search input::placeholder{
	color:#9ca3af;
}

.hd-search button{
	width:34px;
	height:34px;
	border:0;
	border-radius:999px;
	background:#ff5105;
	color:#fff;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	transition:background .15s ease;
}

.hd-search button:hover{
	background:#e64800;
}


/* ACTIONS */

.hd-actions{
    display:flex;
    gap:10px;
}

.hd-fav,
.hd-user{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
}

.hd-order-query{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:40px;
    padding:0 14px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    color:#222;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}

.hd-order-query:hover{
    border-color:#ff5105;
    color:#ff5105;
}

.hd-offer{
    display:inline-flex;
    align-items:center;
    gap:9px;
    height:40px;
    padding:0 14px;
    border-radius:12px;
    border:1px solid #ff5105;
    background:linear-gradient(135deg,#ff5105 0%,#e64800 100%);
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    position:relative;
    white-space:nowrap;
    box-shadow:0 6px 14px rgba(255,81,5,.26);
    transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.hd-offer:hover{
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 10px 18px rgba(255,81,5,.32);
    filter:saturate(1.05);
}

.hd-offer i{
    font-size:14px;
    line-height:1;
}

.hd-offer-count{
    position:absolute;
    right:-7px;
    top:-7px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    border-radius:999px;
    border:2px solid #fff;
    background:#ff5105;
    color:#fff;
    font-size:11px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    box-shadow:0 4px 10px rgba(255,81,5,.35);
}


/* =========================
   MENU
========================= */

.hd-menu{
    background:#ff5105;
	border-top:0;
	border-bottom:0;
	padding:0;
}
/* menu */

.hd-menu-nav{
    display:flex;
    gap:0;
    list-style:none;
    padding:0;
    margin:0;
	align-items:center;
	overflow-x:auto;
	scrollbar-width:thin;
}
.hd-menu-nav li{
	padding:0;
	flex-shrink:0;
	position:relative;
	display:flex;
	align-items:stretch;
}

.hd-menu-nav li:not(:last-child){
	border-right:1px solid rgba(255,255,255,0.28);
}
.hd-menu-nav li:hover{
	background:transparent;
	border:0;
}

/* link */

.hd-menu-nav li a{
    text-decoration:none;
    color:#fff;
	line-height:1;
    font-size:13px;
	font-weight:500;
    white-space:nowrap;
	border:0;
	border-radius:0;
	width:100%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:12px 14px;
	text-align:center;
	transition:all .2s ease;
}

/* alt çizgi */

.hd-menu-nav li a::after{
    content:none;
}

/* hover olunca */

.hd-menu-nav li:hover a::after{
    width:0;
}

.hd-menu-nav li:hover > a{
	background:#000;
	color:#fff;
	box-shadow:none;
}



/* =========================
   MEGA MENU (FULL WIDTH)
========================= */

.hd-mega{
    position:absolute;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:40px 0;
    display:none;
    z-index:50;
}

.hd-item:hover .hd-mega{
    display:block;
}


/* mega inner container */

.hd-mega-inner{
    max-width:1250px;
    margin:0 auto;
    display:flex;
    gap:60px;
}




/* =========================
   MEGA LINKS
========================= */

.hd-mega-links{
    display:flex;
    gap:60px;
}

.hd-col{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-width:260px;
}

.hd-col a{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}


/* =========================
   RIGHT AREA
========================= */

.hd-mega-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}


/* BANNERS */

.hd-banner-row{
    display:flex;
    gap:20px;
}

.hd-banner-big{
    width:300px;
    height:150px;
    border-radius:10px;
    overflow:hidden;
}

.hd-banner-big img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hd-banner{
    width:140px;
    height:130px;
    border-radius:10px;
    overflow:hidden;
}

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

/*header bitiş*/

/*footer başlangıc*/
.ft-footer{
	background:linear-gradient(180deg,#07142b 0%,#0a1b36 55%,#0d2244 100%);
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
	border-top:1px solid rgba(255,255,255,0.08);
	box-shadow:0 -10px 30px rgba(0,0,0,0.18);
}

.ft-footer .ft-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:200px 1fr 1fr 1fr 260px;
    gap:50px;
    padding:64px 20px 50px;
}

.ft-footer .ft-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ft-footer .ft-col-menu{
	background:rgba(255,255,255,0.03);
	border:1px solid rgba(255,255,255,0.1);
	border-radius:12px;
	padding:14px 16px;
}

.ft-footer .ft-menu-list{
	display:grid;
	grid-template-columns:1fr;
	gap:3px;
}

.ft-footer .ft-menu-title{
	margin:0 0 12px;
	padding-bottom:8px;
	border-bottom:1px solid rgba(255,255,255,0.12);
	font-size:0.86rem;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:#f4f7fb;
}

.ft-footer .ft-col ul li{
    margin-bottom:5px;
}

.ft-footer .ft-col ul li a{
    color:#c6d2e3;
    text-decoration:none;
    font-size:13px;
	line-height:1.25;
    transition:color .2s ease, transform .2s ease;
    display:inline-block;
	position:relative;
	padding-left:11px;
}

.ft-footer .ft-col ul li a::before{
	content:"";
	position:absolute;
	left:0;
	top:0.54em;
	width:5px;
	height:5px;
	border-radius:50%;
	background:rgba(255,255,255,0.28);
	transition:all .2s ease;
}

.ft-footer .ft-col ul li a:hover{
    color:#ffffff;
    transform:translateX(3px);
}

.ft-footer .ft-col ul li a:hover::before{
	background:#ff5105;
	box-shadow:0 0 0 3px rgba(255,81,5,.22);
}

.ft-footer .ft-logo img{
    width:150px;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,0.22));
}

.ft-footer .ft-contact-box{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:20px;
    padding:8px 0;
}

.ft-footer .ft-contact-box i{
    font-size:18px;
    color:#25D366;
}

.ft-footer .ft-contact-box span{
    display:block;
    font-size:13px;
    color:#9eb1c8;
}

.ft-footer .ft-contact-box strong{
    display:block;
    font-size:15px;
}

.ft-footer .ft-social{
    margin-top:10px;
    display:flex;
    gap:10px;
}

.ft-footer .ft-social a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    transition:all .2s ease;
}

.ft-footer .ft-social a:hover{
    background:#ff5105;
    border-color:#ff5105;
    transform:translateY(-2px);
}

.ft-footer .ft-bottom{
    border-top:1px solid rgba(255,255,255,0.12);
    max-width:1400px;
    margin:auto;
    padding:20px 20px 26px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ft-footer .ft-copy{
    font-size:13px;
    color:#9eb1c8;
}

.ft-footer .ft-links a{
    margin-left:25px;
    color:#9eb1c8;
    font-size:14px;
    text-decoration:none;
    transition:color .2s ease;
}

.ft-footer .ft-links a:hover{
    color:#fff;
}

.ft-footer .ft-top{
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.22);
    padding:10px 18px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    transition:all .2s ease;
}

.ft-footer .ft-top:hover{
    background:#ff5105;
    border-color:#ff5105;
}

.ft-footer .ft-top i{
    margin-right:6px;
}

.ft-footer .ft-assurance{
	max-width:1400px;
	margin:0 auto 22px;
	padding:16px 20px;
	border-top:1px solid rgba(255,255,255,0.12);
	display:grid;
	grid-template-columns:repeat(4,minmax(140px,1fr));
	gap:12px;
}

.ft-footer .ft-assurance-item{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	font-size:13px;
	color:#d5e0ee;
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(255,255,255,0.12);
	border-radius:999px;
	padding:10px 12px;
}

.ft-footer .ft-assurance-item i{
	color:#ff5105;
}



.login-block-menu a{
	display: block;
	font-size: 12pt;
	line-height: 46px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
	background-size: 26px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;


}
.login-block-menu a i{
	font-size: 22px;
	margin-top: 6px;
	text-align: center;
	width: 30px;
}

.left-solid{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.right-solid{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.login-block-menu a:hover{
	background-color: #F5F5F5;
}

.login-block-menu a.login-menu-logout{
	background-color:#ff5105;
	color:#fff;
}

.login-block-menu a.login-menu-logout:hover{
	background-color:#e64800;
	color:#fff;
}

/* Modül yan menü + içerik */
.bm-modul-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-start;
	margin-top: 12px;
}

.bm-modul-layout__side {
	flex: 0 0 260px;
	max-width: 100%;
}

.bm-modul-layout__main {
	flex: 1 1 320px;
	min-width: 0;
}

.bm-modul-menu {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
}

.bm-modul-menu__title {
	padding: 12px 14px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: #f8f9fa;
	border-bottom: 1px solid #e5e7eb;
	color: #374151;
}

.bm-modul-menu__list {
	display: flex;
	flex-direction: column;
	padding: 6px 0;
}

.bm-modul-menu__link {
	display: block;
	padding: 10px 14px;
	font-size: 0.9rem;
	color: #374151;
	border-bottom: 1px solid #f3f4f6;
}

.bm-modul-menu__link:hover {
	background: #f9fafb;
	color: #111827;
}

.bm-modul-menu__link:last-child {
	border-bottom: 0;
}

/* Hesap > Siparislerim */
.bm-orders-page {
	padding: 6px 0 14px;
}

.bm-orders-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.bm-orders-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bm-orders-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	color: #374151;
	font-size: 0.86rem;
	font-weight: 600;
	background: #fff;
	text-decoration: none;
}

.bm-orders-tab small {
	color: #9ca3af;
	font-size: 0.74rem;
}

.bm-orders-tab.is-active {
	border-color: #ff5105;
	color: #ff5105;
	background: #fff7ed;
}

.bm-orders-date-filter select {
	min-width: 180px;
	height: 38px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 0 10px;
	background: #fff;
	color: #374151;
}

.bm-orders-item {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}

.bm-orders-item__head {
	display: grid;
	grid-template-columns: 1.3fr 1.3fr 1fr 1fr auto;
	gap: 8px 16px;
	padding: 12px 16px;
	background: #f9fafb;
	border-bottom: 1px solid #eceff3;
}

.bm-orders-item__meta span {
	display: block;
	font-size: 0.76rem;
	color: #6b7280;
	margin-bottom: 3px;
}

.bm-orders-item__meta strong {
	font-size: 0.9rem;
	color: #111827;
	font-weight: 700;
}

.bm-orders-item__price {
	color: #c2410c !important;
}

.bm-orders-item__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bm-orders-item__body {
	display: grid;
	grid-template-columns: 1.2fr 2fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
}

.bm-orders-item__status {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 0.95rem;
	font-weight: 700;
}

.bm-orders-item__status small {
	font-size: 0.82rem;
	font-weight: 500;
	color: #6b7280;
}

.bm-orders-item__status i {
	margin-right: 6px;
}

.bm-orders-item__status.is-delivered {
	color: #059669;
}

.bm-orders-item__status.is-progress {
	color: #d97706;
}

.bm-orders-item__status.is-cancel {
	color: #dc2626;
}

.bm-orders-item__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.bm-orders-item__thumb {
	width: 56px;
	height: 56px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bm-orders-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bm-orders-empty {
	margin: 18px 0 6px;
	padding: 40px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #fff7ef);
	text-align: center;
}

.bm-orders-empty__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ffd8c6;
	color: #ff5105;
	font-size: 1.6rem;
	box-shadow: 0 8px 24px rgba(255, 81, 5, 0.14);
}

.bm-orders-empty__title {
	margin: 0 0 8px;
	font-size: 1.24rem;
	font-weight: 700;
	color: #111827;
}

.bm-orders-empty__text {
	margin: 0 auto 18px;
	max-width: 520px;
	color: #6b7280;
	font-size: 0.94rem;
	line-height: 1.55;
}

.bm-orders-empty__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	border-radius: 10px;
	background: #ff5105;
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: 0 10px 20px rgba(255, 81, 5, 0.25);
}

.bm-orders-empty__cta:hover {
	background: #e64800;
	color: #fff !important;
}

/* Hesap > Siparis Detay */
.bm-hesap-siparis-detay {
	margin: 10px 0 18px;
}

.bm-hesap-siparis-detay__head {
	padding: 16px 18px;
	border: 1px solid #eceff3;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff, #fafcff);
	margin-bottom: 12px;
}

.bm-hesap-siparis-detay__head h2 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #111827;
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.bm-hesap-siparis-detay__head h2 i {
	color: #ff5105;
}

.bm-hesap-siparis-detay__head p {
	margin: 6px 0 0;
	font-size: 0.86rem;
	color: #6b7280;
}

.bm-hesap-siparis-detay .table-title {
	margin-top: 12px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #eceff3;
	border-bottom: 0;
	background: #f8fafc;
	padding: 11px 14px;
	font-size: 0.92rem;
	font-weight: 800;
	color: #1f2937;
}

.bm-hesap-siparis-detay .table-list {
	border: 1px solid #eceff3;
	border-left: 1px solid #eceff3;
	border-bottom: 1px solid #eceff3;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.bm-hesap-siparis-detay .table-list tr td {
	padding: 9px 10px;
	border-color: #edf0f4;
}

.bm-hesap-siparis-detay .Basliklar {
	width: 170px;
	background: #fbfcfe;
	color: #374151;
	font-weight: 600;
}

.bm-hesap-siparis-detay .urun-satirlari td:first-child img {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	padding: 2px;
}

/* SSS */
.bm-sss-page__title,
.bm-sss-detail__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.bm-sss-cats {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
}

.bm-sss-cat-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	color: inherit;
}

.bm-sss-cat-card:hover {
	border-color: #ff5105;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.bm-sss-cat-card__count {
	font-size: 0.8rem;
	color: #6b7280;
}

.bm-sss-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-sss-list__link {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #f3f4f6;
	color: #0d6efd;
}

.bm-sss-item__details {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin-bottom: 8px;
	padding: 0 12px;
	background: #fff;
}

.bm-sss-item__q {
	cursor: pointer;
	padding: 12px 0;
	font-weight: 600;
}

.bm-sss-item__a {
	padding: 0 0 12px;
	font-size: 0.95rem;
	color: #4b5563;
}

/* Sepet — masaüstü ince ayar */
.bm-sepet-page .bm-kat-catalog__breadcrumb {
	margin-top: 10px;
}

/* Favoriler — masaüstü ince ayar */
.bm-fav-page .bm-kat-catalog__breadcrumb {
	margin-top: 10px;
}

/* Referanslar */
.bm-ref-card__title {
	font-size: 0.85rem;
	margin-top: 6px;
}

