
:root{
  color-scheme: light dark;
  /* Surfaces */
  --surface-1: #f5f8fa;     /* page bg */
  --surface-2: #ffffff;     /* cards, panels */
  --surface-3: #f9fafb;     /* subtle blocks */
  /* Text */
  --text-1: #162b49;        /* primary text */
  --text-2: #2a2a2a;        /* headings/secondary */
  --muted:  #6b7280;        /* muted text */
  /* Brand & Links */
  --brand:  #006d95;
  --link:   #006d95;
  --accent: #fba431;
  /* State */
  --info:    #3498db;
  --success: #5cb85c;
  --warning: #f1c40f;
  --danger:  #d9534f;
  /* Lines/Dividers */
  --border: rgba(14,19,32,.12);
  --border-strong: rgba(14,19,32,.18);
  /* Elevation */
  --shadow-1: 0 0 28px 0 rgba(82,63,105,.05);
}
/* Prefer user's OS dark if no explicit attribute says otherwise */
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]) {
    --surface-1: #0b1220;
    --surface-2: #0f172a;
    --surface-3: #111827;
    --text-1:    #e5e7eb;
    --text-2:    #cbd5e1;
    --muted:     #94a3b8;
    --brand:     #60a5fa;
    --link:      #93c5fd;
    --accent:    #f59e0b;
    --info:      #38bdf8;
    --success:   #34d399;
    --warning:   #fbbf24;
    --danger:    #f87171;
    --border:    rgba(148,163,184,.24);
    --border-strong: rgba(148,163,184,.30);
    --shadow-1:  0 0 0 1px rgba(148,163,184,.12);
  }
}
/* Explicit dark / light attribute overrides */
:root[data-theme="dark"], body[data-theme="dark"]{
  --surface-1: #0b1220;
  --surface-2: #0f172a;
  --surface-3: #111827;
  --text-1:    #e5e7eb;
  --text-2:    #cbd5e1;
  --muted:     #94a3b8;
  --brand:     #60a5fa;
  --link:      #93c5fd;
  --accent:    #f59e0b;
  --info:      #38bdf8;
  --success:   #34d399;
  --warning:   #fbbf24;
  --danger:    #f87171;
  --border:    rgba(148,163,184,.24);
  --border-strong: rgba(148,163,184,.30);
  --shadow-1:  0 0 0 1px rgba(148,163,184,.12);
}
:root[data-theme="light"], body[data-theme="light"]{
  /* same as default light vars */
}
/* Smooth-ish theme transition for bg/text changes */
html, body, .product-thumb, .product-thumb .caption, #header, #menu, footer {
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}
/* Base text & background fallbacks */
body{ background: var(--surface-1) !important; color: var(--text-1) !important; }

/* === Themeable base overrides (no class name changes) === */
a{ color: var(--link); }
a:hover{ color: var(--brand); }
h1,h2,h3,h4,h5,h6{ color: var(--text-2); }
.navbar-default .navbar-nav>li>a { color: var(--brand); }
.dropdown-menu{ background: var(--surface-2); border-color: var(--border); }
#header{ background: var(--surface-2); border-bottom: 1px solid var(--border); }
#menu{ background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 90%, transparent), color-mix(in srgb, var(--surface-2) 70%, transparent)); }
#menu .container{ border-bottom:1px solid var(--border); background: linear-gradient(180deg, color-mix(in srgb, var(--surface-2) 90%, transparent), color-mix(in srgb, var(--surface-2) 70%, transparent)); }
.product-thumb{ background: var(--surface-2); border-color: var(--border); box-shadow: var(--shadow-1); }
.product-thumb .caption{ background: var(--surface-2); }
footer{ background: var(--surface-1); }
.breadcrumb{ background: var(--surface-2) !important; border-color: color-mix(in srgb, var(--border) 80%, transparent); }
.btn-default{ background: color-mix(in srgb, var(--surface-2) 92%, transparent); color: var(--brand); border-color: color-mix(in srgb, var(--border) 80%, transparent); }
.btn-primary{ background: var(--brand); }
.btn-info{ background: var(--info); }
.btn-success{ background: var(--success); }
.btn-warning{ background: var(--warning); }
.btn-danger{ background: var(--danger); }
.list-group a{ background: var(--surface-2); border-color: var(--border); color: var(--text-2); }
.list-group a.active, .list-group a.active:hover, .list-group a:hover{ background: var(--brand); }

/* === Original (color values mapped to vars) === */
body {
	 background:var(--surface-1);
    color: var(--text-1);
    font-family: 'Poppins', sans-serif;
cursor : url( ../image/fare.png ),auto;

}
li a { cursor : url( ../image/pointer.png ),auto; }
a { cursor : url( ../image/pointer.png ),auto; }
h1, h2, h3, h4, h5, h6 {
    color: var(--text-2);
     font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;

}


@media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 30px auto;
}
}
.stick {
    position: fixed;
    top: 50px;
    z-index:999;
     width: 19%;
   
   
}
.navbar-default .navbar-nav>li>a {
    color: var(--brand);
}
.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}
h2 {
     
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
 
    padding:0px;margin-bottom:10px;
    text-align:left;

}
h2 span {font-family: 'Poppins', sans-serif; background-color: var(--surface-2);
              
     font-size:15px;width:auto;display:block;
    color:var(--brand);font-weight:600;border-radius:10px;
    padding: 11px 15px 12px;
}
h1 {
    font-size: 23px;
}

h2 {
    font-size: 22px;
}
h3 {
    font-size: 21px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: var(--text-1);
}

p {
    margin: 1px 0;
}

b {
   text-shadow:none;
}
legend {
    font-size: 18px;
    padding: 7px 0;
    
}
label {
    font-size: 12px;
    font-weight: normal;
    cursor : url( ../image/fare.png ),auto;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px var(--border); 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--border-strong);
}
.product-info label {
    font-size: 12px;
	line-height: 20px;}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
    border-radius: 2px;
    font-size: 12px;
       border-radius: 5px;
         background:var(--surface-3);
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control {
   border: 1px solid #222;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: var(--text-2);
    background-color: var(--surface-2);
border: 1px solid var(--border);
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
    cursor: url(../image/pointer.png),auto;
}
div.required .control-li::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}
.nav > li > a {font-size:15px;
    border-bottom: 1px solid var(--border);}
.dropdown-menu li > a:hover {
    background-color: var(--text-2);
    background-repeat: repeat-x;
    color: var(--surface-2);
    text-decoration: none;
    
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    border-radius:10px;
    border:0px solid var(--surface-2);
}
.topcont {
    padding: 0;
}
.urunbaslik{
    text-align: center;
    margin-bottom: 20px;
    color: var(--surface-2);
    position: relative;
  
    
    
}
.urunbaslik b:hover{
     background: #fbfbfb;
   color:var(--text-2);
}

.urunbaslik b{
  background: var(--surface-2);
    border: 1px solid #ececee;
    color: var(--text-1);
    font-size: 16px;
    padding: .7rem 1rem;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    box-shadow:0 0 28px 0 rgba(82,63,105,.05);
 }
#ust {
    background:var(--surface-2) none repeat scroll 0 0;
    margin-top:-10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400; 
    padding: 0px 0 0px;
    
}
#ust a {
    color: var(--text-1);
    
}


#ust #currency {
    cursor: pointer;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0;
}
#ust #currency strong, #ust #currency span, #ust #currency i {
    color: var(--text-2);
}
#ust #currency .currency-select {
    color: var(--text-2);
    text-align: left;
}
#ust #currency .currency-select:hover {
    background-color: var(--border);
    color: var(--muted);
    text-shadow: none;
}
#ust #currency .btn {
    padding: 0;
}
 
#ust #currency .btn-group.open .dropdown-toggle {
    box-shadow: none;
    cursor: url(../image/pointer.png),auto;
}
#ust-links li img {margin-top:-2px;}
#ust .btn-link, #ust-links li {
    color: var(--text-1);
    font-size: 12px; 
    padding: 0;
    text-align: left;
    text-decoration: none;
}
#ust-links .dropdown-menu {
    border: medium none;
    min-width: 55px;
}
#ust-links .dropdown-menu li {
    border: medium none;
}
#ust-links{text-align:center;}
#ust-links li {text-align:center;
      
    color: var(--surface-2);
    margin: 0;
    padding: 3px 0px;
    cursor: url(../image/pointer.png),auto;
}
 
#ust-links li a { line-height:14px;display:block;
    color:var(--text-1);border-right: 0px solid var(--border);
    font-size: 13px;font-family: 'Poppins', sans-serif;
    padding: 0 10px; 
    text-decoration: none;
    cursor: url(../image/pointer.png),auto;
    
}
/*#ust-links li:last-child a {border-right:none;}*/
#ust .btn-link:hover, #ust-links a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: var(--accent);
}
#ust-links a:hover i {
    color: var(--accent); 
    
}
#ust-links i {
    color: var(--accent);line-height:30px;text-align:center;
    font-size: 14px; border:1px solid var(--border);display:block;
    margin-left: 10px;width:32px;height:32px;
    border-radius:50px;background:var(--surface-2);
}
#ust-links .dropdown-menu a {
    color: var(--muted);
    text-shadow: none;
    
}
#ust-links .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: var(--muted);
}
#ust .btn-link strong {
    font-size: 17px;
    line-height: 14px;
}
#ust-links {
    padding:22px 0;
    text-align: center;
    cursor: url(../image/pointer.png),auto;
}
#ust-links a + a {
    margin-left: 10px;
    cursor: url(../image/pointer.png),auto;
    
}
#ust #language {margin-top:2px;
    cursor: pointer;
    margin-left: 3px;
    text-align: center;
    cursor: url(../image/pointer.png),auto;
}
#ust #language .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
#ust #language span, #ust #language i {
    color: var(--muted);
    cursor: url(../image/pointer.png),auto;
}
#ust #language .dropdown-menu li > a {
    color: #444;
    cursor: url(../image/pointer.png),auto;
}
#ust #language .dropdown-menu li > a:hover {
    color: var(--muted);
}
.facek {
    color: var(--muted);
}

.specialthemes {
   background:var(--surface-2); 
    border-bottom: 0 solid var(--border);
    padding: 50px 0 30px;
}
.specialhemes1 { 
    background: var(--surface-3);
    margin:0px 0 0px;
    padding:0px 0 0px;
}
.specialthemes2 { border-bottom:0px dashed var(--muted);
    background: var(--surface-2)  none repeat scroll 0 0;
    margin:5px 0 10px;
    padding:20px 0 0px;
}
.specialthemes3 { padding:0px;
    background: var(--surface-3)  none repeat scroll 0 0;
    
}
/* ===== HEADER katman ve taşma düzeltmesi ===== */
#header{ 
  background:var(--surface-2);
  position:sticky;
  top:0;
  border-bottom: 1px solid var(--border);
  z-index:3000;                 /* her şeyin üstünde */
  overflow:visible;             /* dropdown kesilmesin */
}

/* Top/Orta/Nav varsa katman sırası */
#header .hx-top,
#header .om-top,
#header .topbar{position:relative;z-index:50}
#header .hx-mid,
#header .om-mid{position:relative;z-index:40}
#header .hx-nav,
#header .om-nav{position:relative;z-index:30}

/* Dropdown genel (js yok) */
#header .hx-dd,
#header .dd{position:relative;overflow:visible}
#header .hx-dd-menu,
#header .dd-menu{z-index:9999}

/* ===== LOGO düzeni ===== */
#header #logo{
  color:var(--text-1);
  font-size:42px;
  font-weight:700;              /* daha dolgun */
  float:right;                   /* sağa yaslamayı kaldır */
  line-height:1;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
#header #logo span{
  color:var(--text-1);
  font-weight:800;
}
#header .container{
width:100%;
}
/* Daha kontrollü hover animasyonu */
#header #logo:hover{
  animation:hvr-wobble-top .8s ease-in-out 1;
  -webkit-animation:hvr-wobble-top .8s ease-in-out 1;
  transform-origin:top center;
}

/* Mevcut animasyon keyframe'lerin aynı kalsın; istersen buradaki süreyi .8s yaptık */

/* ===== Responsive font boyutu ===== */
@media (max-width:992px){
  #header #logo{font-size:34px}
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media (max-width:640px){
  #header #logo{font-size:28px}
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

 
.padding-right {
    padding-right: 0;
}
.padding-left {
    padding-left: 0;
}
#logo {
    margin: 0;
}
#search {border-radius:2px;border-left:0px solid  #F5EFE7;border-bottom:0px solid  #F5EFE7;
    margin: 0px 5px 5px 0;background: none none repeat scroll 0 0;
    padding: 0px;
}
#search .input-lg {
    background: var(--surface-2) none repeat scroll 0 0;
    border: 2px solid var(--border);
    border-radius: 0;color:var(--text-1);
    box-shadow: none;
    height: 40px;border-radius: 3px 0 0 3px;
    line-height: 20px;
    padding: 0 15px;
}
#search .btn-lg {border-radius:0 3px 3px 0px;border:0px solid  #986348;
    background: var(--accent);
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 20px 10px;
    text-shadow: 0 0 0 var(--surface-2);
    z-index: 99;
}
#search i {
    color: var(--surface-2);
}
.margins {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #222;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;margin-right:-2px;
}
#cart {
    box-shadow: none;
    cursor: pointer;
text-align:left;
    padding: 0;margin-left:auto;margin-right:auto;
    position: relative;
}
#cart > .btn {
    background: var(--danger);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 10px 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border: 0px !important;
   cursor: url(../image/pointer.png),auto;
    border-radius: 100px;
    box-shadow: 2px 2px 3px #999;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    width: 50px;
    position:relative;

    transition: all 0.5s ease 0s;
     
}
#cart > .btn:hover > .fa, #cart > .btn:hover > #cart-total > .fa{animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}}



#cart > .btn > .fa, #cart > .btn > #cart-total > .fa {
    background: transparent;
    border-radius:3px;
    font-size:23px;
    color: var(--surface-2);
    transition: all 0.3s ease 0s;
}
#cart > .btn span { 
   box-shadow: none;
    border-radius: 5px;
    color: var(--surface-2);
    padding: 5px 5px;
    display: inline-block;
    height: 20px;
    text-shadow: none;
     
}
#cart.open > .btn span {
    box-shadow: none;
    color: var(--surface-2);
}
#cart.open > .btn {
     
    background-image: none;
     
    box-shadow: none;
    color: var(--muted);
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu::before {content: "";border-bottom:5px solid var(--text-1);border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;top:-8px; right:10px;}
#cart .dropdown-menu {border-top:3px solid  var(--danger);
    background: var(--surface-2) none repeat scroll 0 0;
    padding: 0;margin-top:8px;
    z-index: 10011;
}
#cart .dropdown-menu {
    min-width: 320px;
}
.socol1{padding:0px 0px 0px;}
.socol{text-align:center;padding:6px 10px 13px 0;background:none;}
@media (max-width: 478px) {
#cart .dropdown-menu {
    width: 340px;
}
.urunbaslik b{
   font-size:10px;
}
    body {
	 background:var(--surface-2);
    color: var(--text-1);
    font-family: 'Poppins', sans-serif;
cursor : url( ../image/fare.png ),auto;

}
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
#cart .dropdown-menu li > div {
    min-width: 340px;
}
}
#cart .dropdown-menu li p {
    color: #444;
    margin: 20px 0;
}
.badgesepet {
       font-size: 13px;
    font-weight: 600;
    line-height: 8px;
    white-space: nowrap;
    background-color: var(--accent);
    position: absolute;
    margin-top: -20px;
    margin-left: 0px;
    border: 2px solid var(--surface-2);
}

.badgegosterim {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow:none;
    color: var(--surface-2);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--brand);
    border-radius: 10px;
}
.badgeyorum {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow:none;
    color: var(--surface-2);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--success);
    border-radius: 10px;
}
.sticky-header {
    display: inline-block;
    height: 60px;
    margin-top: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
        z-index: 1000;
}
.hepkat1 {padding:0px 0px ;
    margin: 0 0 0 0px;
     
}
.orta {
    background: var(--surface-2) none repeat scroll 0 0;
    box-shadow: 0 0 0 4px var(--border);
}
.hepkat li {font-family: 'Poppins', sans-serif;
    color: #5E5148;
    list-style: outside none none;
    padding: 5px 0px 5px;
}
.hepkat {
     
    border-radius: 0px;font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 0 0 0px;
    min-height: 35px;
    padding: 0;
}
.telefons{letter-spacing:-1px;background:var(--success);color:var(--surface-2);padding:5px 0 0px 5px;font-size:18px;line-height:45px;border-radius:3px;text-align:center;}
.telefons svg{display:inline-block;margin-bottom:-1px;}
.telefons span{display:inline-block;line-height:40px;color:var(--surface-2);}
#menu {
           font-family: 'Poppins', sans-serif;
           margin-bottom:0px;
    min-height: 30px;
    padding:0px 0;
    position: relative;
    z-index: 2;
      backdrop-filter: saturate(180%) blur(8px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .7));


 

}
#menu .container {
        border-bottom: 1px solid var(--border);
       backdrop-filter: saturate(180%) blur(8px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .7));
    width:100%;

}

@media (min-width: 1200px) {
#menu .container {
    max-width: 100%;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
}

}
@media (min-width: 768px) {
.container {
    width: 750px;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
}

}
@media (min-width: 1200px) {
.container {
     max-width: 100%;
}
}

.urunadi a{  color: var(--surface-2);
     white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;
    z-index: 99;
}
.urunadi {
  display: inline;
    background: var(--brand);
    position: absolute;
    left: 0px;
    bottom: 80px;
    padding: 4px;
    font-size: 100%;
        border: 1px solid var(--surface-2);
    font-weight:700;
    color: var(--surface-2);
    text-align: center;
    width:290px;
  white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;

}

.urunfiyati {
    display: inline;
 background:var(--success);
 position: absolute;
     border: 1px solid var(--surface-2);
 left:0px;
bottom:45px;
 padding:10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;

}


.urunadi a{  color: var(--surface-2);
     white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;
    z-index: 99;
}
.urunadi{
  display: inline;
    background: var(--brand);
    position: absolute;
    left: 0px;
    bottom: 80px;
    padding: 4px;
    font-size: 100%;
        border: 1px solid var(--surface-2);
    font-weight:700;
    color: var(--surface-2);
    text-align: center;
    width:310px;
  white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;

}



.orta {
    background: var(--surface-2) none repeat scroll 0 0;
    margin-bottom: 24px;
    padding: 20px 0 10px;
}
.navbar {
    border-radius: 0;
}
.navbar-collapse {
    padding: 0;
}
#menu .nav > li:first-child a {
    background: var(--danger) none repeat scroll 0 0;
    margin-left: 0;
}
#menu .nav > li:last-child a {
    border-right: medium none;
}
#menu .nav > li > a {
    background-color: transparent;
    border-right: 1px solid var(--text-2);
    color: var(--text-1)999;
    font-size: 15px;
    font-weight: 600;
    min-height: 15px;
    padding: 14px 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#menu .dropdown-menu {
    background-color: var(--surface-2);
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    clear: both;
    color: var(--text-2);
    display: block;
    font-size: 14px;
    line-height: 20px;
    min-width: 250px;
    padding: 7px 20px;
}
#menu .dropdown-inner li a:hover {
    color: var(--surface-2);
}
#menu .see-all {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid var(--border);
    color: var(--text-2);
    display: block;
    font-size: 12px;
    margin-top: 0.5em;
    padding: 7px 20px;
}
#menu .see-all:hover, #menu .see-all:focus {
    background-color: var(--text-2);
    background-repeat: repeat-x;
    color: var(--surface-2);
    text-decoration: none;
}
#menu #category {
    color: var(--surface-2);
    float: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 55px;
    margin-left: 20px;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    color: var(--surface-2);
    float: left;
    font-size: 15px;
    font-stretch: expanded;
    margin-left: 10px;
    padding: 5px 18px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    background-color: #229ac8;
    color: var(--surface-2);
}
.megamenu-content {
    background-color: var(--text-2)645;
    padding: 10px;
}
.megamenu-content h4 a {
    color: #feffff !important;
}
.megamenu-content .sub_categoy {
    margin: 0 0 15px;
    padding: 0;
}
.megamenu-content .sub_categoy li a {
    color: #9599a4 !important;
}
.megamenu-content .sub_categoy li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: var(--surface-2) !important;
}
.megamenu-content .sub_categoy li {
    border-bottom: 1px solid #9599a4 !important;
    padding: 5px 0;
}
.megamenu-content h3 {
    color: #9b9fab;
    font-weight: 500;
}
.megamenu-content p {
    color: #9b9fab;
}
.navbar-toggle {
    background-color: var(--text-2);
    border: 1px solid var(--surface-2);
    margin-top: 11px;
}
.navbar-toggle .icon-bar {
    border: 1px solid var(--surface-2);
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
    display: block;
}
}
@media (max-width: 767px) {

.nav-tabs li, .nav-tabs li a {
    width: 100%;
}
.mobil {
    display: none;
}
#serach {
    margin-bottom: 10px;
    padding-bottom: 0;
}
#cart {
    margin-top: 0;
}
.topcont {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 3px;
}
#header #logo {
    margin-bottom: 5px;
    margin-top: 0;
}
#ust .top_bar_link a i {
    font-size: 14px !important;
}
#ust .top_bar_link a {
    border-right: 0 solid var(--border);
    font-size: 12px !important;
    padding: 1.2% 1%;
    
    }
.arama {
    bottom: 20px;
    float: none;
    margin-top: 20px;
    position: relative;
    right: 0;
}
#menu {
    border-radius: 0;
}
#menu div.dropdown-inner > ul.list-unstyled {
    display: block;
}
#menu div.dropdown-menu {
    background-color: var(--text-2);
    margin-left: 0 !important;
    padding-bottom: 10px;
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner a {
    color: var(--surface-2);
    width: 100%;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
#menu .see-all {
    border: medium none;
    border-radius: 0;
    color: var(--surface-2);
    margin-top: 0;
}
}
.toptop {
    margin-top: 20px;
}
#column-left .baslik h2 {
    background: var(--surface-2) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color var(--border);
    border-style: none none solid;
    border-width: medium medium 1px;
    color: var(--muted);
    padding: 5px 0;
    text-align: center;
}
.firsats {
    background: var(--surface-2) none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: var(--surface-2);
    font-size: 18px;
    padding: 6px 0;
    text-align: left;
}
.babos {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: -21px;
    padding: 0;
}
#content {
    margin-bottom: 0;
    min-height: 60px;
}
.footer-ust {
    background:var(--surface-2) /*url(../image/e-bulten.png) no-repeat center center*/;
    border-top: 0px solid var(--border);
    box-shadow: 0 0 28px 0 rgba(82,63,105,.05);
    min-height: 5px;
    overflow: hidden;padding:10px 0px;
    
    
}
.box-module-bilgikutucu {
    color: var(--brand);
    font-size: 12px;
    text-align: center;
    
}
.box-module-bilgikutucu .description {
    display: inline-block;font-weight:500;font-size:13px;
    overflow: hidden;font-family: 'Poppins', sans-serif;
    text-align: center;
    
}
.rtl .box-module-bilgikutucu .description {
    text-align: center;
}
 
.box-module-bilgikutucu .description p {
    color: var(--brand);
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    
}
.box-module-bilgikutucu .description h4 {
    color: var(--text-1);
 font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    max-height: 35px;
    overflow: hidden;
    

}
.box-module-bilgikutucu h4, .box-module-bilgikutucu p {
    margin: 0;
}
.box-module-bilgikutucu .reassurances {
    cursor: pointer;
    padding: 0;
}
.box-module-bilgikutucu .column:last-child {
    border-right: medium none;
}
.box-module-bilgikutucu .column {
    border-right: 0px dashed #ccc;
    cursor: pointer;
    padding: 5px 0;
    
}
 
.box-module-bilgikutucu .icon-name {
    color: var(--brand);
    display: inlineblock;
    font-size: 33px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: top;
    
}
.box-module-bilgikutucu .reassurances:hover .arrow {
    display: block;
    opacity: 1;
    visibility: visible;
}
.box-module-bilgikutucu .arrow {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 5px;
    display: none;
    opacity: 0;
    position: absolute;
    right: 10px;
    visibility: hidden;
}
.rtl .box-module-bilgikutucu .arrow {
    left: 20px;
    right: auto;
}
footer {
    background:var(--surface-1);
    color: var(--surface-2);
   font-family: 'Poppins', sans-serif;
    margin-top: 0;font-weight:400;
    position: relative;
    top: auto;
}

#footer.container {
    padding: 25px 0 10px;
    top: auto;
}
footer hr {
    border-bottom: 1px solid var(--text-2);
    border-top: medium none;
}
footer a {
    color: var(--brand);
    font-size: 13px;font-weight:500;
    
    
}
#footer .column li a:hover {
    color: var(--text-1);
}
footer a:hover {
    color: var(--text-1);
}
.footer_icerik .column {
    float: left;
    line-height: 30px;
    margin-left: 45px;
    margin-right: 0;
}
.footer_container_width.container {
    position: relative;
    top: auto;
}
footer h5 {
    color: var(--text-1);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 18px;
    position: relative;
    text-shadow: none;
    
    
}
.footer_logo {
    float: right;border-left: 1px solid var(--border);
    margin-left: 0px;padding: 0 0px 15px 15px;
    margin-top: 12px;
    width: 40%;
}
.hakkimizda-logo {
    padding-bottom: 20px;
}
#footer_sol_block.col-sm-3.column {
    margin: 0;
    padding: 0;
    width: 100%;
}
.hakkimizda-description {
    color: var(--brand);
    font-size: 15px;text-align:justify;
    line-height: 25px;
    
}
.footer_icerik {
    border-right: 0px solid #79685E;
    float: left;/*background:url(../image/leftbg.png) repeat-y left;*/
    width: 60%;
    
}
.footer_icerik_ust {
    
    overflow: hidden;/*background:url(../image/altbg.png) repeat-x bottom;*/
    padding: 27px 0 9px 0px;
}
.content_alt_solcol .col-sm-3.column {
    float: left;
    margin-left: 0;
    margin-right: 40px;
    padding: 0;
    width: 260px;
    
}
.comun {
    width: 220px;
}
.content_alt_solcol ul li {
    color:var(--brand);
    font-size: 13px;
    line-height: 30px;
    
}
@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
}
}
.content_alt_ust {
    overflow: hidden;
    position: relative;
}
#footer_sol_block > h5, .footer_logo .social_block h5, .social_block h5 {
    display: none;
}
#footer_sol_block > ul, .payment_block, #links > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#footer .social_block, .col-sm-3.column > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.content_alt_solcol .social_block ul li {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 0;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 22px;
}
.footer_right {
    float: right;
    margin-top: 0;
}
.footer_right .payment_block li {
    display: inline-block;
    height: 35px;
    margin-right: 4px;
    width: 35px;
}
.footer_right .payment_block li:last-child {
    margin-right: 0;
}
.footer_right .payment_block .visa > a {
    background: transparent url("../image/socials/facebook.png") no-repeat scroll 0 0;
    display: block;
    padding: 16px;
}
.footer_right .payment_block .mastro > a {
    background: transparent url("../image/socials/twitter.png") no-repeat scroll 0 0;
    display: block;
    padding: 16px;
}
.footer_right .payment_block .paypal > a {
    background: transparent url("../image/socials/pinterest.png") no-repeat scroll 0 0;
    display: block;
    padding: 16px;
}
.footer_right .payment_block .mastercard > a {
    background: transparent url("../image/socials/youtube.png") no-repeat scroll 0 0;
    display: block;
    padding: 16px;
}
.footer_sol_alt {padding-top:10px;
    border-top: 0px solid var(--border);
}
.footer_icerik_alt {
    clear: both;text-align:center;
    overflow: hidden;
    padding: 0px 0 10px 0px;
}
.footer_sol_alt #links ul li {
    display: inline;
    padding: 0  0 4px;
}p
.footer_sol_alt #links ul li.first {
    padding-left: 0;
}
.footer_sol_alt #links ul li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-right: 0;
}
.footer_sol_alt > p {
    color:var(--brand);font-weight:700;
    font-size: 15px;
    margin: 10px 0 0;
    
}
#footer .row {
    margin: 0 10px;
}
.header_social {
}
.social_block {
    margin: 2px 0 0;
    text-align: center;
}
.social_block > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_block ul li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    line-height: 0;
    margin: 6px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    
}
.social_block ul li a {
    color: var(--surface-2);
    
}
.social_block ul li .fa {
    font-size: 11px;
}
.social_block ul li:hover a {
    color: #919191;
}
.layout-2.left-col #content .breadcrumb {
    padding: 0;
}
.sitemap {
    border: 1px solid var(--border);
    line-height: 22px;
    padding: 10px 0;
}
.address-detail .btn.btn-info {
    clear: both;
    float: left;
    margin: 10px 0 10px 35px;
    position: relative;
}
.copyright {
    padding: 5px;
    text-align: center;
}
.copyright a {
    color: var(--surface-2);
}
.imghover {
    transition: all 0.2s ease-in-out 0s;
}
.imghover:hover {
    transform: scale(0.95);
}
.rpulling {
    float: right;
}
footer p {
    font-size: 14px;
    line-height: 1.42857;
    
}
footer a {
    color: var(--brand);
    
}
footer a:hover {
    color: var(--text-1);
}
footer h5 {
    color:var(--text-1);
  font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    
}
.alert {
    padding: 8px 14px;
}
.gray {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 0;
}
.breadcrumb {text-align:left;
    background-color: var(--surface-2) !important;
    border:1px solid #eff5ff;
    margin-bottom: 10px;
    margin-top: 10px;
       padding: 5px 10px !important;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.07);
}.breadcrumb span{border-bottom:1px solid var(--text-1);}
.breadcrumb li a {font-family: 'Poppins', sans-serif;
    color: var(--brand);
    font-size: 15px;
    
}
.breadcrumb li a:hover {
    color: var(--text-2);
}
.breadcrumb > li + li::before {
    color: var(--text-1);
    content: " > ";
    padding: 0 5px;
}
.pagination {
    margin: 0;
}
.buttons {
    margin: 1em 0;
}
.btn {
    background: var(--danger) none repeat scroll 0 0;
    border: 0 solid #fd876f;
    border-radius: 4px;
    color: var(--surface-2);
    line-height: 30px;
    font-size: 12px;
    padding: 10px 20px;
    cursor : url( ../image/pointer.png ),auto;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    font-size: 15px;
    padding: 10px 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
    cursor: url(../image/pointer.png),auto;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-fumebuck {
    background-color: var(--text-2);
    color: var(--surface-2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-fumebuck:hover {
    border: 1px solid var(--text-2) !important;
    color: var(--surface-2) !important;
}

.btn-sepet {
    background-color: var(--text-1);
	padding: 10px 25px !important;
	border-radius:0px;
    color: var(--surface-2);
    }

    .btn-ozelfiyat {
    border:1px solid var(--border);
	padding: 10px 25px !important;
	border-radius:0px;
    color: #222;
    }
    .btn-ozelfiyat:hover {
  border:1px solid var(--border);
	padding: 10px 25px !important;
	border-radius:0px;
    color: #222;
    }
.btn-default {
  color: var(--brand);
  background-color: #f2f2f2;
    border: 1px solid #f4f7f9;
     display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
cursor: url(../image/pointer.png),auto;
	border-radius:5px;
}
.btn-default:hover {
background:var(--border);
    color: var(--brand);
    box-shadow: 0 10px 25px -2px var(--border);
    border:0px solid var(--surface-2);
}

.btn-voice {
  color: #717477;
  background-color: transparent;
  border-radius:50px;
  padding:5px 5px 5px 5px;
  
}







.btn-default .badge {
  color: var(--border);
  background-color: white;
}



.btn-primary {
    color: var(--surface-2);
    background-color: #337ab7;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;

}







.btn-primary .badge {
  color: var(--success);
  background-color: white;
}

.btn-info {
  color: white;
  background-color: var(--info);
   display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	border:0px !important;
cursor: url(../image/pointer.png),auto;
	border-radius:5px;
}

.show > .dropdown-toggle.btn-info, .btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: var(--info);
  border-color: var(--info);
}

.show > .dropdown-toggle.btn-info, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  background: var(--info);
  border-color: var(--info);
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled.hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled].hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info.hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: var(--border);
  border-color: var(--info);
}

.btn-info .badge {
  color: var(--info);
  background-color: white;
}


.btn-secenek:hover {
    color:var(--surface-2);
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
.btn-secenek:hover:focus {
    outline: none;
}
.btn-secenek.color9 {
   background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
.btn-secenek {
    font-size: 16px;
    font-weight: 600;
    color: var(--surface-2);
    cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
.btn-secenek b {
    margin-top:10px;
    line-height: 3;
    
}

.btn-danger {
  color: white;
  background-color:var(--danger);
  display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	border:0px !important;
cursor: url(../image/pointer.png),auto;
	border-radius:5px;
}

.show > .dropdown-toggle.btn-danger, .btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: var(--danger);
  border-color: var(--danger);
}

.show > .dropdown-toggle.btn-danger, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  background: var(--danger);
  border-color: var(--danger);
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled.hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled].hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger.hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: var(--border);
  border-color: var(--accent);
}

.btn-danger .badge {
  color: var(--accent);
  background-color: white;
}
.btn-success {
    background: var(--success);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;

}
.btn-success:hover {
    background: var(--success);
    color: var(--surface-2);
   box-shadow: 0 10px 25px -2px var(--success);
}



.show > .dropdown-toggle.btn-success, .btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: var(--success);
  border-color: var(--success);
}

.show > .dropdown-toggle.btn-success, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  background: var(--success);
  border-color: var(--success);
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled.hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled].hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success.hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: var(--border);
  border-color: var(--success);
}

.btn-success .badge {
  color: var(--success);
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: var(--warning);
   display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
	border:0px !important;
cursor: url(../image/pointer.png),auto;
	border-radius:5px;
}

.show > .dropdown-toggle.btn-warning, .btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #f4d313;
  border-color: #f4d313;
}

.show > .dropdown-toggle.btn-warning, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  background: #cda70d;
  border-color: #cda70d;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled.hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled].hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning.hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: var(--border);
  border-color: var(--warning);
}

.btn-warning .badge {
  color: var(--warning);
  background-color: white;
}

.btn-inverse {
  color: white;
  background-color: var(--text-2);
}

.show > .dropdown-toggle.btn-inverse, .btn-inverse:hover, .btn-inverse.hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: white;
  background-color: #415b76;
  border-color: #415b76;
}

.show > .dropdown-toggle.btn-inverse, .btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active {
  background: var(--text-1);
  border-color: var(--text-1);
}

.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled.hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled].hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse.hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
  background-color: var(--border);
  border-color: var(--text-2);
}

.btn-inverse .badge {
  color: var(--surface-2);
  background-color: var(--accent);
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: var(--text-1);
    cursor: pointer;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 var(--text-2);
    color: var(--surface-2);
    cursor: url(../image/pointer.png),auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, var(--text-2)333, #111111);
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    border: 1px solid var(--text-2) !important;
    cursor: url(../image/pointer.png),auto;
}
.list-group {
    padding-bottom: 0;

}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
.list-group a {
    background: var(--surface-2) none repeat scroll 0 0;
            border: 1px var(--border) solid;
    color: var(--text-2);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-shadow:none;
    padding: 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background: var(--brand) none repeat scroll 0 0;
    color: var(--surface-2);
    text-shadow:none;
}
.carousel-caption {
    color: var(--surface-2);
    text-shadow: 0 1px 0 var(--text-2);
}
.carousel-control .icon-prev::before {
    content: "";
    font-family: FontAwesome;
}
.carousel-control .icon-next::before {
    content: "";
    font-family: FontAwesome;
}
.cerceve{background:var(--surface-2);padding:15px;border:1px solid var(--border);margin-bottom:20px;}
#column-right .product-thumb, #column-left .product-thumb {
    border-top:none;border-right:none;border-left:none;
    border-radius: 0px;background:var(--surface-2); 
   border-bottom:1px solid var(--border);
    margin: 0;margin-bottom:15px;
    min-height: 20px;
    overflow: auto;
    padding: 7px;
	
}
#column-right .col-lg-2, #column-right .col-md-3, #column-right .col-sm-6 {
    width: 100%;
}
#column-left .col-lg-2, #column-left .col-md-3, #column-left .col-sm-6 {
    width: 100%;
}
#column-right .product-thumb .image, #column-left .product-thumb .image {
    float: left;
    margin-bottom: 0;
    margin-right: 6px;
    padding-bottom: 0;
    text-align: center;
}
#column-right .product-thumb .image a, #column-left .product-thumb .image a {
    display: block;
    margin-bottom: 0;
}
#column-right .product-thumb .image a:hover, #column-left .product-thumb .image a:hover {
    opacity: 0.8;
}
#column-right .product-thumb .image:hover img, #column-left .product-thumb .image:hover img {
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 0 var(--border);
}
#column-right .product-thumb .image img, #column-left .product-thumb .image img {
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 0 var(--border);
    margin-bottom: 0;
    padding: 0;
}
#column-right .product-layout {
    background-color: var(--surface-2);
    border-radius: 0;
    margin: 5px 0 10px;
}
#column-right .product-thumb h4, #column-left .product-thumb h4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:var(--text-1);
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 70px;
    margin-top: 0px;line-height:14px;
    min-height: 25px;
    text-align: left;

}
#column-right .product-thumb h4 a, #column-left .product-thumb h4 a {
    color: var(--muted);line-height:14px;
    font-size: 14px;

}
#column-right .product-thumb .caption, #column-left .product-thumb .caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    min-height: 20px;
    padding: 0 5px;
    position: relative;
}
#column-right .product-layout .indirim, #column-left .product-layout .indirim {
    
    border-radius: 2px;
    color: var(--surface-2);font-weight:500;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 3px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35px;
    width: 46px;
}
#column-right  .product-layout .indirim::after, #column-left  .product-layout .indirim::after{
     border-top: 28px solid var(--accent);
     display:none;
	border-right: 28px solid transparent ;
    border-left: 28px solid transparent;
   top: 45px;
    content: "";
    position: absolute;
    left: 0px;
}
#column-right  .leftrightx, #column-left  .leftrightx {padding:0px 0;}

#column-right .product-thumb .price, #column-left .product-thumb .price {
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    margin-left: 70px;
    margin-top: 0;
    text-align: left;
}
#column-left .product-thumb .price-new , #column-right .product-thumb .price-new{
    font-size: 18px;
    line-height: 12px;
}
#column-right .product-thumb .price-old, #column-left .product-thumb .price-old {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin-left: 0;
    margin-right: 0;
    text-decoration: line-through;
}
#column-right .product-thumb .price-tax, #column-left .product-thumb .price-tax {
    color: var(--text-1);
    display: block;
    font-size: 12px;
}
.leftrightx{padding:10px;}

.product-thumb {background:var(--surface-2);
    border: 1px solid var(--border);
       border-radius: 14px;
                     overflow: hidden;
                     height: 100%; display: flex; flex-direction: column;
    }
    .product-thumb .caption .product-title {
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-thumb:hover {-webkit-box-shadow:0 0 28px 0 rgba(82,63,105,.05);
    
}
	/*.product-thumb:hover .price {color:var(--text-2);transition: all 400ms ease-in-out 0s;}

	/*.product-thumb:hover .caption {transition: all 800ms ease-in-out 0s;
    background: var(--accent) none repeat scroll 0 0;
     
}
.product-thumb:hover .price {
    color: var(--surface-2);
   
}*/
.yeni {
    left: 10px;
    position: absolute;
    top: 15px;
    z-index: 999999999;
}
.miktar {
    background: rgba(0, 0, 0, 0) url("../image/tukendi.png") no-repeat scroll 0 0;
    height: 80px;
    left: 0;
    position: absolute;
    top: 105px;
    width: 80px;
    z-index: 2;
}
.product-thumb .image .hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: all 0.5s ease 0s;
}
.product-thumb .image:hover .hover-image {
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.product-thumb:hover .image  .hover-image{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: visible;
}
.product-thumb .image .hover-image{
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    padding:15px;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: hidden;
    text-align: center;
    left: 0;
}


.product-thumb .image {
    border-bottom: 0 solid var(--border);
    position: relative;
    padding:15px;
    text-align: center;
    overflow: hidden;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
     width: 100%;
  height: 100%;
    object-fit: cover;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 15px;
}
.product-thumb h4 a { 

    font-size: 12px;
    
     
}
}
/* Başlık bloğu: tutarlı yükseklik ve aralık */
.product-thumb h4{
  margin: 6px 0 4px;        /* büyük boşlukları engelle */
  line-height: 1.3;
  min-height: 2.6em;        /* 2 satır * 1.3 line-height = 2.6em */
}

/* Başlık linki: 2 satır clamp + ellipsis */
.product-thumb h4 a{
  color:var(--brand);
  font-family:'Poppins', sans-serif;
  font-weight:600;
  font-size: clamp(14px, 1.4vw, 16px);
  text-decoration:none;

  display:-webkit-box;          /* line-clamp için gerekli */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;        /* max 2 satır */
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:normal;
  word-break:break-word;        /* uzun kelimeleri kır */
  overflow-wrap:anywhere;
}

.product-thumb h4 a:hover{ text-decoration:underline; }
.product-thumb h4 a:visited{ color:var(--brand); } /* morlaşmayı engelle */

.product-thumb .caption {
      display: flex; flex-direction: column; justify-content: space-between;
  gap:10px; padding:12px;
  min-height: 200px; 
  background:var(--surface-2);
  margin-top:3px;
  position:relative;
  text-align:center;
  height:auto;
  border-radius:12px;
}

/* BUTON GRUP — her zaman 2 sütun, yan yana */
.product-thumb .caption .btn-group{
 display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  align-items:stretch;
  width:100%;
}

/* Ortak buton stili */
.product-thumb .caption .btn{
  font-family:'Poppins',sans-serif;
  font-weight:600;
  font-size:14px;
  line-height:1.2;
  padding:10px 5px;
  border-radius:5px;
  border:1px solid transparent;
  cursor:pointer;
  transition:background .2s ease, border-color .2s ease, transform .15s ease;
  min-height:44px;          /* dokunmatik için */
  min-width:0;              /* grid içinde taşmayı önler */
}

/* Sol: Görüntüle (outline) */
.product-thumb .caption .btn-view{
  background:var(--surface-2);
  color:#0e1320;
  border-color:#dadde3;
  box-shadow:0 1px 0 rgba(0,0,0,.02) inset;
}
.product-thumb .caption .btn-view:hover{ background:#f6f7f9; }

/* Sağ: Sepete/Demo (primary) */
.product-thumb .caption .btn-demo{
  background:#4e82ff;      /* mavi */
  color:var(--surface-2);
  border-color:#4e82ff;
  font-weight:600;
}
.product-thumb .caption .btn-demo:hover{
  background:#3a6dea;
  border-color:#3a6dea;
}

/* Odak ve aktif */
.product-thumb .caption .btn:focus-visible{
  outline:2px solid #5b8cff;
  outline-offset:2px;
}
.product-thumb .caption .btn:active{ transform:translateY(1px); }


/* Badge grubu */
.product-thumb .caption .badge-group {
 display:flex; justify-content:center; gap:6px; flex-wrap:wrap;
  margin-top:4px;      /* üstte az boşluk */
  margin-bottom:6px;   /* butonlardan önce az boşluk */
}

/* Ortak badge */
.product-thumb .caption .bilgi-1,
.product-thumb .caption .bilgi-2 {
  display:inline-block;
  padding:4px 10px;
  border-radius:6px;
  font-family:'Poppins',sans-serif;
  font-size:12px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap;
  text-shadow:none;
}

/* Mavi badge */
.product-thumb .caption .bilgi-1 {
  background:rgba(59,130,246,.12);
  color:#3b82f6;
  border:1px solid rgba(59,130,246,.25);
}

/* Turkuaz badge */
.product-thumb .caption .bilgi-2 {
  background:rgba(0,209,178,.12);
  color:#00d1b2;
  border:1px solid rgba(0,209,178,.3);
}
@media (max-width: 768px){
  .product-thumb .caption .badge-group{
    justify-content:center;   /* ortalı kalsın */
        /* satır/sütun boşluğu */
      padding:1px 1px;
  border-radius:6px;
  display:block;
   gap:6px 6px;
  font-family:'Poppins',sans-serif;
  font-size:8px;
  line-height:0.8;
  }
}

@media (max-width: 467px){
  /* Çok dar ekran: rozetler daha kompakt */
  .product-thumb .caption .bilgi-1,
  .product-thumb .caption .bilgi-2{
    border-radius:5px;
    margin:2px;
  }
}

.product-layout .sale {
    background-color: #D6BC9D;
    color: var(--surface-2);
    left: 0;border-radius:50%;
    padding:10px;
    position: absolute;
    top: 0;
}
.product-layout .indirim {
    background:#f11627;
    border-radius: 2px;font-weight:500;
    color: var(--surface-2);font-size:12px;
    padding:9px 2px 11px;
    position: absolute;
    right: 5px;box-shadow:0 0 5px #A99A92;
    text-align: center;
    top: 0px;line-height:13px;
    width: 56px;
}
.product-layout .indirim::after{
     border-top: 10px solid #f11627;
     
	border-right: 28px solid transparent ;
    border-left: 28px solid transparent;
   top: 45px;
    content: "";
    position: absolute;
    left: 0px;
}
.product-list .indirim {
    right: 0;
}
.product-list .description {
    display: block;
}
.product-grid .description {
    display: none;
}
.product-list .product-thumb img {
    max-width: 250px;
}
.product-list .product-thumb h4 {
    text-align: left;
}
.product-list .product-thumb .price {
    text-align: left;
}
.product-list .product-thumb .caption {
    margin-left: 270px;
    text-align: left;
}
.product-list .wish_compare {
    padding: 0 10px;
}
.product-list .image a {
    overflow: hidden;
}
.cat-liste {
    background: #f5f5f5 none repeat scroll 0 0;
    list-style: outside none none;
    padding: 4px;
    text-align: center;
}
.backgrod {
    background-color: var(--surface-2);
        color: var(--muted);margin-bottom:5px;
    font-size: 14px;
    padding: 7px;
    margin-bottom:20px;
	    box-shadow:0 0 20px 0 rgba(76,87,125,.02);

}
.backgrod li {
    font-size: 14px;
}
.backgrod a {
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 10px;
    
}
.backgrod a i {
    color: var(--text-1);
    cursor: pointer;
    font-size: 23px;
    margin-top: 10px;
}
.backgrod .filter-xss {
    padding: 0;
}
.backgrod .filter-xss lJosefin Sans {
    float: left;
}
.backgrod .selecting {
    color: var(--text-2);
    font-size: 14px;
    height: 30px;
    margin-left: 10px;
    margin-top: 6px;
    max-width: 70%;
}
.backgrod .comparing {
    color: var(--text-2);
    font-size: 14px;
    line-height: 28px;
    margin-top: 6px;
}
.product_heading {
    color:#222;font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
.product_infos {font-family: 'Poppins', sans-serif;
    border-bottom: 0px solid var(--border);
    margin-top: 0px;
}
.product_infos ul li {
    color: var(--text-1);font-family: 'Poppins', sans-serif;
    font-size: 13px;margin-bottom:20px;
    font-weight:normal;
    line-height: 25px;
}
.specialPercente{
   background: #f11627;
   border-radius: 2px;
   font-weight: 500;
   color: var(--surface-2);
   font-size: 18px;
   padding: 9px 2px 11px;
   position: absolute;
   right: 5px;
   text-align: center;
   top: -12px;
   line-height: 20px;
   width: 70px;
   }
    .specialPercente::after{
     border-top: 10px solid #f11627;
     
	border-right: 35px solid transparent ;
    border-left: 35px solid transparent;
   top: 60px;
    content: "";
    position: absolute;
    left: 0px;
   }
.mainprice{margin-top:10px;margin-bottom:10px;min-height:10px; border-top:0px solid var(--border); }

.mainprice h1 {font-family: 'Roboto', sans-serif; font-weight:bold;
    color:var(--brand);
    font-size: 30px;
    top: 0px;
	display:inline;
	
}
.mainprice span {
    color: #ff0000;font-family: 'Poppins', sans-serif;
    font-size: 18px; text-decoration: line-through;
    font-weight:normal;margin:right;
}
.mainprice .eski{ display:inline-block;
    color: #222;font-family: 'Poppins', sans-serif; 
     font-size: 14px; text-align:center;width:50%;
    font-weight:bold;
}
.mainprice .yeni{ display:inline-block;
    color: #222;font-family: 'Poppins', sans-serif; 
     font-size: 14px; text-align:center;width:50%;
    font-weight:bold;
}

.mainprice ul li {padding:0 0 0 0;text-align:center;
    margin: 0 0;
}
.nav-tabs  ul{float: none;
    width: 100%;
    text-align: center;
    }
.nav-tabs {margin-top:10px;
    font-family: 'Montserrat', sans-serif;text-align:center;
    margin-bottom: 0; background:none;
    min-height: 40px;  float:none;
	border-radius: 5px 5px 0 0px;
    width: 100%; border:none;
    
     
}
 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #0075ff;
	color: var(--surface-2);
	cursor: url(../image/pointer.png),auto;
}

 .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}

.tab-pane {
    line-height: 25px;
}
.owl-wrapper-outer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.nav-tabs li a {
    transition: all 400ms ease-in-out 0s;
    font-size: 16px;
    overflow: hidden;
    padding: 13px 26px;
    text-transform: capitalize;
    margin: 0;
      font-weight: 500;
    color: #222;
    letter-spacing: 0.3px;
    line-height: 22px;
    background-color: #abc7e8;
}
.nav-tabs li a:hover {
    background:var(--muted);
	color:var(--surface-2);
    transition: all 400ms ease-in-out 0s;
    border-radius: 5px 5px 0 0px;
    
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 215px;
    padding: 0 5px;
}
.backgrod .selecting {
    margin-left: 5px;
    max-width: 50%;
}
.backgrod .comparing {
    font-size: 10px;
}
}
@media (max-width: 767px) {
#cart > .btn {
    border: 0 solid var(--border);
    margin-top: 5px;
        box-shadow: 2px 2px 3px #999;
}
.specialPercente {
    background: #f11627;
    border-radius: 2px;
    font-weight: 500;
    color: var(--surface-2);
    font-size: 12px;
    padding: 9px 2px 5px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: -17px;
    line-height: 20px;
    width: 40px;
}
    .specialPercente::after{
     border-top: 10px solid #f11627;
     
	border-right: 20px solid transparent ;
    border-left: 20px solid transparent;
   top: 54px;
    content: "";
    position: absolute;
    left: 0px;
   }
.arama {
    width: 100%;
}
.product-list .product-thumb .caption {
    margin-left: 0;
    min-height: 0;
    padding: 7px 10px;
}
/*.product-grid { border-right: 1px solid var(--border);}*/
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    line-height: normal;
    margin-top: -10px;
    padding-bottom: 0px;
}
.rating .fa-stack, #review .fa-stack {
    font-size: 8px;
    width: 12px;
}
.rating .fa-star-o, #review .fa-star-o, .rating-wrapper .fa-star-o {
    color: #f5cb0c;
    font-size: 16px;
}
.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
    color: #f5cb0c;
    font-size: 16px;
}
.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o, .rating-wrapper .fa-star + .fa-star-o {
    color: #f5cb0c;
}
.rating .fa-star.off, .rating-wrapper .fa-star.off {
    color: #ccc;
}
h2.price {
    margin: 0;
}
.row1{margin-left:-10px;margin-right:-10px;}
.product-thumb .price {font-family: 'Poppins', sans-serif;
    color: var(--text-2);  font-size: 15px;
    margin: 0;font-weight:600;line-height:50px;
    text-align: center;
	display:inline-block;
	
}
.product-thumb .price-new {
    font-size: 23px;
    margin-left: 0;
	display:inline-block;
	
}
.product-thumb .price-old {
    color: #ff030f;font-weight:700;
    margin-right: 2px;font-size:17px;
    text-decoration: line-through;
	display:inline-block;
	
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #f27373;
    border-color: var(--surface-2);
}
.product-thumb button {
        background: #5b8cff;
        font-family: 'Poppins', sans-serif;
    border: medium none;
    border-radius: 0;
    font-weight: 700;
    color: var(--surface-2);
    font-size: 14px;
    margin-top: 0;
    padding: 7px 3px 5px;

}
.tarihh{font-size:12px;border:1px solid var(--border);padding:6px;}
.tarihh i{font-size:15px;color:#111;}
.product-info .labes{font-size:13px; font-weight:bold;}
.kargos{font-size:12px;     color:var(--muted);font-weight:bold;padding:10px 6px;background:var(--surface-2);text-align:center;width:85px;line-height:15px;border-radius:10px 10px 10px 10px;}
.kargos i:hover{color:#36485C;}
.kargos i:hover{color:#36485C;}
.kargos:hover{transition: all 0.5s ease 0s;
	-webkit-transform: rotate(-360deg);
	-webkit-transition: all 0.5s ease 0s;
	cursor: pointer;
	color:#36485C;
    box-shadow: 0 5px 30px rgb(7 36 86 / 8%);}
#product{padding:5px 15px 5px;margin-bottom:15px; 
   box-shadow: 0 0 28px 0 rgba(82,63,105,.05);
border-radius:15px;
border: 1px solid var(--border);
	background: var(--surface-2);
   
    }
	#product1{padding:15px 15px 5px;margin-bottom:15px; 
	background: var(--surface-2);
      box-shadow: 0 0 28px 0 rgba(82,63,105,.05);
    border-radius: 15px;
    border: 1px solid var(--border);
	}
.product-thumb button:hover {
    background-color: #477bf5;
    color:var(--surface-2);
    
}
.product-info {
    border-radius: 0;
    height: auto;
    margin-bottom: 15px;
    padding:0px;
}
.resims{border-left: 1px solid var(--border);padding:10px 15px 15px 15px;margin:0px;}
.desc {
    color: var(--text-2);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
    text-transform:none;
}
.cat-info {
    background: transparent none repeat scroll 0 0;
    border-bottom: 0px solid var(--border);
    border-radius: 3px;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.pcat-info {
    background: var(--surface-2) none repeat scroll 0 0;
    border-radius: 2px;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 0;
	    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.pcat-infos {
    background: var(--surface-2) none repeat scroll 0 0;
    border-radius: 4px;
    height: auto;
    padding: 15px 15px 30px;
	    box-shadow:0 0 20px 0 rgba(76,87,125,.02);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.tab-con {
    background: var(--surface-2) none repeat scroll 0 0;
    border: none;
    border-radius: 15px;
    color: var(--brand);font-size:15px;
    padding: 20px;
	    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.wish_compare {
    padding: 10px;
}
.wish_compare a {
    color: var(--text-2);
    cursor: pointer;
    font-size: 12px;
    
}
.wish_compare a i {
    margin-right: 4px;
}
.product-thumb .price-tax {
    color: var(--text-1);
    display: none;
    font-size: 12px;
}
.product-thumb .button-group {
    bottom: -95px;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
    box-shadow: 0 4px 4px 0 #e4e5e6;
}
.product-thumb:hover .button-group {
    bottom: 0px;
}
.alert-success { 
    background-color: var(--success);
    border-radius: 0;
    box-shadow: 0 0 0 var(--text-1);
    color: var(--surface-2);
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.alert-success a {
    color: var(--surface-2);
    font-size: 18px;
    font-weight: bold;
}
.product-list .product-thumb .button-group {
    border-left: 0 solid var(--border);
}
@media (max-width: 768px) {
    .urunadi a{  color: var(--surface-2);
     white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;
    z-index: 99;
}
    	.urunadi {
  display: inline;
    background: var(--brand);
    position: absolute;
    left: 0px;
    bottom: 80px;
    padding: 3px;
    font-size: 80%;
        border: 1px solid var(--surface-2);
    font-weight:700;
    color: var(--surface-2);
    text-align: center;
    width:220px;
  white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;

}

.specialthemes1 .box-module-bilgikutucu .column {
    border-bottom: 0 solid var(--text-2);
    border-right: 0 solid var(--text-2);
    border-top: 0 solid var(--text-2);
    margin-bottom: 10px;
}
.product-list .product-thumb .button-group {
    border-left: medium none;
}
}
.product-thumb .button-group button {
    background: #54C259 none repeat scroll 0 0;
    border: 0 solid #ccc;
    display: inline-block;
    float: left;
    font-size: 10px;color:var(--surface-2);
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    
    width: 50%;
}
.product-thumb .button-group button + button {
    background-color: #337ab7;color:var(--surface-2);
    border-left: 0 solid var(--surface-2);
    width: 50%;
}
.product-thumb .button-group button:hover {
    background-color: var(--accent);
    color: var(--surface-2);
    cursor: pointer;
    text-decoration: none;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 50%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 50%;
}
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: var(--surface-2);
    border-radius: 10px;
    border:none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
box-shadow: 0 5px 30px rgb(7 36 86 / 8%);
}
.thumbnail{margin-bottom:10px;}
.thumbnails {
    clear: both;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.thumbnails > li {
    margin-left: 0px;
}
.thumbnails {
    margin-left: -0px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    border: 1px solid var(--border);
    display: block;border-radius:1px;
    margin-bottom: 10px;
    padding: 5px;
}
.image-additional {
    max-width: 187px;
}
.thumbnails .image-additional {
    float: left;
    margin-right: 10px;
}
.product-buttons button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: var(--text-2) !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    color: var(--surface-2) !important;
    margin-bottom: 15px;
}
.product-buttons a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: var(--text-2) !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    color: var(--surface-2) !important;
    font-size: 16px;
    padding: 10px 20px;
    
}
#sidecategory .category_menu ul > li > ul {
    width: 698px;
}
@media (max-width: 990px) {
.footer_logo {border-left: 0px solid #79685E;padding:0px;}
#sidecategory .category_menu ul > li > ul {
    width: 550px;
}
}
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
    width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
    width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
    width: 100%;
}
}
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
#column-left .leftrightx, #column-right .leftrightx {
    width: 100%;
}
/*.leftrightx{border-right:1px solid var(--border);}*/
.product-layout { 
       box-shadow:0 0 28px 0 rgba(82,63,105,.05);
    border-radius: 14px;
    margin-top: 0px;
}

.input-group .form-control[name^=quantity] {
	min-width: 5px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	display:none;
}
.slideshow .owl-wrapper-outer {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
#sidecategory {
    background-color: #f8f8f8;
    border: 1px solid var(--text-2);
    margin-bottom: 30px;
    padding-bottom: 0;
}
#sidecategory .categorybg {
    background-color: #e5e5e5;
}
#sidecategory .list-group {
    margin-bottom: 0;
}
#sidecategory .category_menu ul li {
    border-bottom: 1px solid var(--surface-2);
    border-right: medium none;
    float: none;
    
}
#sidecategory .category_menu .navbar-nav li a {
    color: var(--text-2);
}
#sidecategory .category_menu .navbar-nav .dropdown-menu li a {
    color: #f2f2f2;
}
#sidecategory .category_menu .navbar-nav .dropdown ul li a:hover {
    background-color: #f2f2f2;
    color: var(--text-2);
}
#sidecategory .category_menu ul {
    width: 100%;
}
#sidecategory .category_menu ul li .dropdown-menu {
    left: 100%;
    min-height: 255px;
    top: 0;
}
#sidecategory .sublisting {
    width: 550px;
}
#sidecategory .sublisting li {
    border: medium none;
}
.brands {
    background-color: var(--text-2);
    color: #efefef;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 12px;
    padding: 10px;
    
    width: 100%;
}
.margin {
    margin-bottom: 20px;
}
.bckground2 {
    background: var(--text-2) url("../image/cath2.png") no-repeat scroll right center;
    color: var(--surface-2);
    font-family: Josefin Sans;
    margin-bottom: 5px;
    padding: 4px 40px 3px 25px;
    text-align: left;
}
.bckground1 {
    color: var(--surface-2);
    font-family: Josefin Sans;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 8px 0 5px 5px;
    text-align: left;
}
.bckground {
    background: #bada70 url("../image/sizinh2.png") no-repeat scroll right center;
    color: var(--surface-2);
    font-family: Josefin Sans;
    margin-bottom: 5px;
    padding: 4px 40px 0 25px;
    text-align: center;
}
.customstyle {
    background-color: var(--surface-2);
    border-right: 0px solid var(--border);
    margin-bottom: 10px;
    padding: 0;
}
.tab-content {font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    border:none;
}

@media only screen and (max-width: 1200px) {
.header_icon_text {
    margin: 2px 10px 0 0 !important;
}
.top_bar_link {
    text-align: center;
}
.top_bar_link span {
    display: none;
}
.top_bar_link a {
    padding: 1.2% 5%;
}
}
@media only screen and (max-width: 786px) {
.mcenter {
    align-items: center;
    display: flex;
    justify-content: center;
}
.tab-content img{display:block;max-width:100%;height:auto;}
.rpulling {
    float: none;
}
.header_banners {
    align-items: center;
    display: flex;
    justify-content: center;
}
.product-buttons button {
    margin: 10px 0;
}
.product-buttons a {
    margin: 10px 0;
}
}

.well {
    border:0px solid var(--surface-2);
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--surface-2);
    border-radius: 15px;
   box-shadow:0 0 28px 0 rgba(82,63,105,.05);

}

.catads {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--surface-2);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 #e4e5e6;
}

.well p {
    margin: 12px 0 !important;
}
.list-unstyled {
    margin: 10px 0;
}
.list-unstyled li {
    line-height: 30px;
}
.cartinput {
    height: 37px;
    margin-top: 1px;
}
.h3manufactute {
    color: var(--text-2);
    margin: 20px 0;
}
.write-review, .review-count {
    border-left: 1px solid var(--border);
    color: #b9b9b9;
    padding: 0 10px;
}
.review-count {
    margin-left: 10px;
}
.rating-wrapper {
    border-top: 1px solid var(--border);
    font-size: 14px;
    margin: 5px 0 0;
    padding: 6px 0;
}
.form-group.qty {
    border-bottom: 0px solid var(--border);
    border-top: 0px solid var(--border);
    margin-bottom: 0px;
    margin-top: 0;
    padding: 10px 0 5px;
}
.form-group.qty .control-label {
    float: left;
    margin: 6px 10px 0 0;
    color:#337ab7;
    font-size:16px;
}
#content #product .compare {
    margin-left: 1px;
}
#content .wishlist {
    background: var(--text-2) url("../image/stil/compare.png") no-repeat scroll 14px -31px;
    border: 1px solid var(--text-2);
    height: 33px;
    margin: 0 3px;
    transition: none 0s ease 0s ;
    width: 33px;
}
.btn-block {
    display: inline-block;
    width: 100%;
    cursor : url( ../image/pointer.png ),auto;
}
.btn-block + .btn-block {
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: auto;
}
#content .wishlist:hover {
    background-color: var(--border);
    background-position: 14px 9px;
    border-color: #ccc;
}
#content .compare {
    background: var(--text-2) url("../image/stil/compare.png") no-repeat scroll 14px -111px;
    border: 1px solid var(--text-2);
    height: 33px;
    margin-left: 2px;
    transition: none 0s ease 0s ;
    width: 33px;
}
#content .compare:hover {
    background-color: var(--border);
    background-position: 14px -70px;
    border-color: #ccc;
}
#input-quantity {
    float: right;
    margin-right: 0px;
    width: 155px;
    display:none;
}

.btn-dahafazla:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
.btn-dahafazla:hover:focus {
    outline: none;
}
.btn-dahafazla.color5 {
    background-image: linear-gradient(to right, #eaeaea, #b4b4b4, #a5a5a5, #d4d5d5);
    box-shadow: 0 4px 15px 0 rgb(166 168 168 / 75%);
}
.btn-dahafazla {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-2);
    cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

#button-cart:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
#button-cart:hover:focus {
    outline: none;
}
#button-cart.color {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
#button-cart {
    font-size: 16px;
    font-weight: 600;
    color: var(--surface-2);
    cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

#button-demo:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
#button-demo:hover:focus {
    outline: none;
}
#button-demo.color2 {
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
#button-demo {
    font-size: 16px;
    font-weight: 600;
    color: var(--surface-2);
   cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}


#button-destek:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
#button-destek:hover:focus {
    outline: none;
}
#button-destek.color4 {
   background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
#button-destek {
    font-size: 16px;
    font-weight: 600;
    color: var(--surface-2);
  cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

#button-pack:hover {
    background-color: #54C259;
    color: var(--surface-2);
    box-shadow: 0 5px 10px -2px #54C259;
    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
#button-pack {
    background-color:var(--accent);
    border: medium none;
    border-radius: 3px;
    color: var(--surface-2);
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    padding: 8px 9px 7px;
    width: 100%;
	height:45px;
	font-weight:bold;
	    
 
}

#button-ssor:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    animation-duration:1s;animation-iteration-count:1;animation-name:hvr-wobble-top;animation-timing-function:ease-in-out;-moz-animation-duration:1s;-moz-animation-iteration-count:1;-moz-animation-name:hvr-wobble-top;-moz-animation-timing-function:ease-in-out;-webkit-animation-duration:1s;-webkit-animation-iteration-count:1;-webkit-animation-name:hvr-wobble-top;-webkit-animation-timing-function:ease-in-out}@keyframes hvr-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}@-moz-keyframes hvr-wobble-top{16.65%{-moz-transform:skew(-12deg)}33.3%{-moz-transform:skew(10deg)}49.95%{-moz-transform:skew(-6deg)}66.6%{-moz-transform:skew(4deg)}83.25%{-moz-transform:skew(-2deg)}100%{-moz-transform:skew(0)}}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg)}100%{-webkit-transform:skew(0)}
}
#button-ssor:hover:focus {
    outline: none;
}
#button-ssor.color3 {
   background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
#button-ssor {
    font-size: 16px;
    font-weight: 600;
    color: var(--surface-2);
  cursor: url(../image/pointer.png),auto;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}

 
.list-group-item {
    border-bottom: 1px solid var(--border);
    border-left: medium none;
    border-right: medium none;
    padding: 3px 0;
}

.search-auto {
  padding-top: 10px;
}
.autosearch-wrapper .select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"]{ background: var(--surface-2); }
.autosearch-wrapper {
  margin-left:80px;
      width: 550px;
  background: var(--surface-2); 
  color: var(--text-2)745;
  height: 48px;
  border:none;
         border-radius: 5px;  
}
.autosearch-wrapper .input-group-btn {
  position: relative;
}
.autosearch-wrapper .input-group-btn:after {
  background: var(--surface-2);
  line-height: 42px;
  position: absolute;
  right: 19px;

  text-align: center;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 15px;
  width: 35px;
  height: 42px;
  color: #343434;
}
.rtl .autosearch-wrapper .input-group-btn:after {
  left: 19px;
  right: auto;
}
.autosearch-wrapper .category_filter {
  display: inline-block;
  font-size: 13px;
  color: var(--text-2);margin-top:-2px;
  height: 28px;
  line-height: 30px;
  margin-right: 30px;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  background-color: var(--surface-2);
   border: none;
  padding-left: 5px;
  text-transform: capitalize;
}
.rtl .autosearch-wrapper .category_filter {
  margin-left: 30px;
  margin-right: inherit;
}
.rtl .autosearch-wrapper .category_filter {
 border: 0px solid #e4e9f2;
  border-left: inherit;
}
.rtl .autosearch-wrapper .category_filter {
  padding-right: 10px;
  padding-left: inherit;
}
@media (max-width: 480px) {
    .product-thumb h4 a { 

    font-size: 12px;
    
     
}
    
    .urunadi a{  color: var(--surface-2);
     white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;
    z-index: 99;
}
    	.urunadi {
  display: inline;
    background: var(--brand);
    position: absolute;
    left: 0px;
    bottom: 80px;
    padding: 3px;
    font-size: 80%;
        border: 1px solid var(--surface-2);
    font-weight:700;
    color: var(--surface-2);
    text-align: center;
    width:150px;
  white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;

}
.product-thumb .price-new {
    font-size: 12px;
    margin-left: 0;
    display:inline-block;
}
.product-thumb .price-old {
    color: #b82020;
    font-weight:700;
    margin-right: 2px;
    font-size: 10px;
    text-decoration: line-through;
    display:inline-block;
}
.mainprice h1 {font-family: 'Roboto', sans-serif; font-weight:bold;
    color:var(--brand);
    font-size: 25px;
    top: 0px;
	display:inline;
	
}
.mainprice span {
    color: #ff0000;font-family: 'Poppins', sans-serif;
    font-size: 16px; text-decoration: line-through;
    font-weight:normal;margin:right;
}
  .autosearch-wrapper .category_filter {
    max-width: 130px;
  }
  .specialPercente {
    background: #f11627;
    border-radius: 2px;
    font-weight: 500;
    color: var(--surface-2);
    font-size: 12px;
    padding: 9px 2px 5px;
    position: absolute;
    right: 23px;
    text-align: center;
    top: -17px;
    line-height: 20px;
    width: 40px;
}
    .specialPercente::after{
     border-top: 10px solid #f11627;
     
	border-right: 20px solid transparent ;
    border-left: 20px solid transparent;
   top: 54px;
    content: "";
    position: absolute;
    left: 0px;
   }
  .tab-content img{display:block;max-width:100%;height:auto;}
}
.autosearch-wrapper .search_query {
     background-color: transparent;
    border: 1px solid #ececee;
    box-shadow: none;
    color: var(--text-2);
    height: 49px;
}
.autosearch-wrapper .search_query:focus {
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.autosearch-wrapper .input-group {
  width: 100%;
  padding-right: 35px;
  border:none;
}
.rtl .autosearch-wrapper .input-group {
  padding-left: 35px;
  padding-right: inherit;
    border:none;
}

.autosearch-wrapper .button-search {
 background:var(--surface-2) ;
cursor : url( ../image/pointer.png ),auto;
    color: #717477;
    font-size: 14px;
    height: 49px;
    padding: 0;
    position: absolute;
    right: 0px;
   border-radius: 0 5px 5px 0;
      border: 1px solid #ececee;
    width: 56px;
         z-index: 10;


}
.autosearch-wrapper .button-search:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}


.rtl .autosearch-wrapper .button-search {
    left: 0;
    right: auto;
}
.autosearch-wrapper .dropdown-menu {
    z-index: 999;padding:10px;border-radius:5px
}
.autosearch-wrapper .dropdown-menu > li.clearfix {
    border-bottom: 0px dashed #e5e5e5;
    margin-left: 10px;
    margin-right: 10px;
    
}
.autosearch-wrapper .dropdown-menu > li:last-child {
    border-bottom: medium none;
}
.autosearch-wrapper .dropdown-menu > li > a {
    padding: 0;
}
.autosearch-wrapper .dropdown-menu > li .media-body {
    padding-left: 10px;
}
.rtl .autosearch-wrapper .dropdown-menu > li .media-body {
    padding-left: inherit;
    padding-right: 10px;
}
.search_block {
    left: 0;
    min-height: 40px;
    overflow: hidden;
}
.search_block .filter_type {
    float: left;
    padding: 5px;
}
.search_block .search input, .search_block select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none ;
    border-bottom: 0px solid var(--muted)666;
    border-image: none;
    border-left: 0px solid var(--muted)666;
    border-right: 0 none !important;
    border-top: 0px solid var(--muted)666;
    color: var(--muted)666;
    float: left;box-shadow:none;
    height: 23px;
    padding: 0 5px;
    width: 200px;
}
.search_block select {
    border-right: 1px solid var(--muted)666 !important;
    min-height: 25px;
    padding: 3px;
    width: auto;
}
.search_block .search {
    float: left;
    padding: 5px;
}
.search_block .search .button-search {
    background: var(--accent) url("../image/pavautosearch/bg_search_submit.png") repeat-x scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: var(--surface-2);
    float: left;
    height: 25px;
    width: auto;
}
.ui-widget-content {
    background: var(--surface-2) none repeat scroll 0 0 !important;
}
ul.ui-autocomplete {
    background-color: var(--surface-2);
    border: 2px solid #c4c6c8;
    margin: 0;
}
ul.ui-autocomplete > li {
    color: #2f2f2f;
   cursor : url( ../image/fare.png ),auto;
    margin: 4px 0;
    min-height: 15px;
}
ul.ui-autocomplete > li:hover {
    background: #330099 none repeat scroll 0 0;
    color: var(--surface-2);
}
ul.ui-autocomplete > li {
    padding: 5px;
    text-align: left;
}
ul.ui-autocomplete > li p {
    text-align: justify;
}
ul.ui-autocomplete li.ui-menu-item {
    border-style: dotted none none;
    border-width: 1px 0 0;
    margin: 0;
    min-height: 0;
    padding: 0;
}
ul.ui-autocomplete ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.ui-autocomplete ol .price {
    color: var(--text-2)333;
    float: right;
    font-size: 12px;
    margin-left: 8px;
    min-height: 10px;
    text-align: right;
}
ul.ui-autocomplete ol .price-old {
    color: var(--text-2);
    text-decoration: line-through;
}
ul.ui-autocomplete ol .price-new {
    font-weight: bold;
}
ul.ui-autocomplete ol .price-tax {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: normal;
}
@media only screen and (min-width: 1060px) and (max-width: 1240px) {
.footer_logo {
    margin-right: 20px;
    width: 217px;
}
.footer_icerik_ust {
    padding: 17px 0 45px 30px;
}
.footer_icerik_alt {
        padding: 0px;
}
.content_footer_solcol .col-sm-3.column {
    margin-right: 20px;
    width: 260px;
}
.col-sm-3.column {
    margin-left: 30px;
    padding: 0;
    width: 170px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1059px) {


}
.footer_icerik_ust {
    padding: 17px 0 15px 10px;
}
.footer_icerik_alt {
        padding: 0px;
}
.content_alt_solcol .col-sm-3.column {
    margin-right: 20px;
    width: 260px;
}
.col-sm-3.column {
    margin-left: 20px;
    padding: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
.footer_logo {
    margin-right: 20px;
    width: 20%;
}
#menu > ul > li {
    padding: 13px 15px 25px;
}
.footer_icerik_ust {
    padding: 17px 0 45px 25px;
}
.footer_icerik_alt {
        padding: 0px;
}
.content_alt_solcol .col-sm-3.column {
    margin-right: 15px;
    width: 260px;
}
.col-sm-3.column {
    margin-left: 15px;
    padding: 0;
}
}
@media (max-width: 979px) {
.banner-foot {
    display: none;
}
.slaytaltbanner span {
    margin-right: 0;
}
.hakkimizda-text {
    clear: both;
    float: none;
    width: 100%;
}
.footer_title1, .footer_title2 {
    font-size: 22px;
}
.aboutme-read-more {
    clear: both;
    float: none;
    margin: 30px 0 16px;
    width: 100%;
}

#footer_sol_block > h5 {
    display: block;
}
#footer.container {
    padding: 40px 0;
}
.footer_logo {
    margin: 0;
    width: 100%;
}
.footer_icerik {
    border: medium none;
    width: 100%;
}
.footer_icerik_ust {
    padding: 0 0 0px;
}
.col-sm-3.column {
    margin: 0;
    padding: 0;
}
.hakkimizda-logo {
    padding-bottom: 5px;
}
.footer_icerik_alt {
        padding: 0px;
}
}
@media (max-width: 767px) {
.product-layout {
     
   padding:0px 0px;
  
}
.banner-foot {
    display: none;
}
.footer_sol_alt {
    float: none;
    overflow: hidden;
    text-align: center;
}
.footer_icerik_alt {
        padding: 0px;
}
.footer_right {
    float: none;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
#footer.container {
    padding: 40px 15px;
}
}
.subcat {
    background: var(--border) none repeat scroll 0 0;
    border: 4px solid var(--surface-2);
    margin: 5px 0;
    min-height: 45px;
    padding: 4px;
}
.subcat:hover {
    background: var(--danger) none repeat scroll 0 0;
}
.subcat:hover a {
    color: var(--surface-2);
}
.banner-foot .mini-bilgi li.cart::before {
    background-position: 0 -175px;
    height: 46px;
    margin-top: 1px;
    width: 40px;
}
.banner-foot .mini-bilgi li.cart::before {
    background-position: 0 -114px;
    height: 30px;
    width: 26px;
}
.banner-foot .mini-bilgi li::before {
    background-size: 49px 270px;
}
.banner-foot .mini-bilgi li::before {
    background: rgba(0, 0, 0, 0) url("../image/esprite.png") no-repeat scroll 0 0 / 32px 176px;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.banner-foot .mini-bilgi li:first-child {
    border: medium none;
    margin-left: 0;
    padding-left: 0;
}
.banner-foot .mini-bilgi li {
    font-size: 17px;
    margin-left: 38px;
    padding-left: 38px;
}
.banner-foot .mini-bilgi li {
    font-size: 13px;
    margin-left: 15px;
    padding-left: 15px;
}
.banner-foot .mini-bilgi li {
    border-left: 1px solid #525355;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.banner-foot .mini-bilgi {
    text-align: center;
}
.banner-foot {
    background: #f8f8f8 none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-top: -17px;
    padding: 7px 0 1px;
    position: relative;
    z-index: 100;
}
.banner-foot .mini-bilgi {
    margin-left: -20px;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.banner-foot .mini-bilgi li span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.banner-foot .mini-bilgi li.whatsapp::before {
    background-position: 0 -144px;
    height: 32px;
    margin: 0;
    width: 32px;
}
.banner-foot .mini-bilgi li.card::before {
    background-position: 0 0;
    height: 28px;
    margin: 0;
    width: 33px;
}
.banner-foot .mini-bilgi li.tag::before {
    background-position: 0 -29px;
    height: 30px;
    width: 30px;
}
.banner-foot .mini-bilgi li.box::before {
    background-position: 0 -59px;
    height: 24px;
    margin: 3px 0;
    width: 27px;
}
.banner-foot .mini-bilgi li.door::before {
    background-position: 0 -84px;
    height: 30px;
    width: 19px;
}
.banner-foot .mini-bilgi li.cart::before {
    background-position: 0 -114px;
    height: 30px;
    width: 26px;
}
.subbanner.container {
    margin-bottom: 4px;
    text-align: center;
}
.subbanner_inner {
    display: inline-block;
    margin: 0 auto;
    width: 1240px;
}
.subbanner_inner1 {
    float: left;
    width: 28.25%;
}
.subinner1, .subinner4 {
    margin-bottom: 25px;
}
.subinner1, .subinner2 {
   cursor : url( ../image/fare.png ),auto;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
}
.border-top {
    background: #b5b5b5 none repeat scroll 0 0;
    height: 2px;
    left: -100%;
    top: 5.5%;
    transition: all 400ms ease 0s;
    width: 90%;
}
.border-right {
    background: #b5b5b5 none repeat scroll 0 0;
    bottom: 5.5%;
    height: 89%;
    right: 5%;
    top: -100%;
    transition: all 400ms ease 0s;
    width: 2px;
}
.border-bottom {
    background: #b5b5b5 none repeat scroll 0 0;
    bottom: 5.5%;
    height: 2px;
    right: -100%;
    transition: all 400ms ease 0s;
    width: 90%;
}
.border-left {
    background: #b5b5b5 none repeat scroll 0 0;
    bottom: -100%;
    height: 89%;
    left: 5%;
    transition: all 400ms ease 0s;
    width: 2px;
}
.border-top, .border-left, .border-bottom, .border-right {
    position: absolute;
}
@media (max-width: 990px) {
	.autosearch-wrapper {
    
    margin: 0px 0 10px;
}}
@media (max-width: 480px) {
    .urunadi a{  color: var(--surface-2);
     white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;
    z-index: 99;
}
		.urunadi {
  display: inline;
    background: var(--brand);
    position: absolute;
    left: 0px;
    bottom: 80px;
    padding: 3px;
    font-size: 80%;
        border: 1px solid var(--surface-2);
    font-weight:700;
    color: var(--surface-2);
    text-align: center;
    width:150px;
  white-space: nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis; 
    vertical-align: baseline;
    border-radius: 0.25em;

}
	.login-block .container
	 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.mobile-menu-inner {
		right: 0px;
	}
	}
	.login-block {
	position: fixed;
	top: -200%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(255,255,255,0.98);
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.login-active .login-block {
	top: 0;
}
.login-block .login-inner {
	display: table-cell;
	vertical-align: middle;
}
.login-block label, .login-block  .form-group a {
	font-size:13px;
	
	color:var(--text-1)000;
}
.login-block input {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:13px;
}
.login-block input:focus {
	border-color:#C0C0C0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login-block .btn {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 50px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background:#8EB300;
	border-color:#8EB300;
	color:var(--surface-2);
}
.login-block .btn:hover {
	outline:none;
	box-shadow:none;
}
.login-block .btn-primary {
	background:#ee0668;
	color:var(--surface-2);
	border-color:#EA2E2E;
}
.login-block .btn-primary:hover {
	background:var(--text-1)000;
}
#user-menu {
	margin:9px 75px;
	font-size:14px;
}
#user-menu > a {
	margin-right:8px;
	
}
#user-menu > a  > i {
	margin-right:5px;
}
#user-menu > a:hover {
	color:#faaf18;
}
.outer-wrapper {
	max-width: 100%; 
	position: relative; 
	overflow: hidden;
}
.mobile-menu-wrapper {
	width: 280px;border-top:0px solid var(--text-1);
	height: 100%;
	position: fixed;
	overflow: hidden;
	top: 0;z-index:99999999;
	left: -280px;
	background: var(--surface-2);
}
.mobile-menu-wrapper > .mobile-menu-inner {
	padding-bottom:35px;
}
.menu-expanded .mobile-menu-wrapper {
	left: 0;
}
.mobile-menu-wrapper,
.site-wrapper,
.cart-side-wrapper {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mobile-menu-inner > p {
	color:var(--text-1)000;
	padding:20px;
	text-align:center;
}
.mobile-menu-inner {
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;z-index:9999;
	left: 0;
	height: 100%;
}
 .mobile-menu {
	border-bottom: 0px solid var(--text-1);
	padding: 0px 0 0 0;
}
.mobile-menu li a {font-family:Arial;
	color: var(--text-2);line-height:35px;
	padding: 10px 0 10px 20px;margin:2px 1px 1px 5px;
}
.mobile-menu li {border-bottom:1px solid #1f1f1f;
	margin: 0 0 0px 0;padding:5px 0;
	position: relative;
	width: 280px;
}
.mobile-menu:first-child {
	margin-top: 0px;
}

.mobile-menu:first-child li {
	display:inline-block;
	width:50%;border-right: 1px solid #1f1f1f;
	margin: 0 -4px 0px 0;
}
.mobile-menu:first-child li  a {
	padding: 0px;
	display:inline-block;
	font-size:14px;
}
.mobile-menu:first-child li  a i {
	font-size:16px;
	margin-right:5px;
}
.mobile-menu:first-child li:first-child {
	border-right: 1px solid #1f1f1f;
}

.mobile-menu li ul {
	background: #1B2530;
	padding: 0px 0 1px 0;
	margin: 0px 0;
}
.mobile-menu li ul li ul {
	background: #1B2530;margin:0px;padding:0px;
}

.mobile-menu li li {
	margin: 0 0 0px 0;
	padding:10px 0;border:none;
	font-size: 14px;
}
.menu-expand {
	color: var(--surface-2);background:#1B2530;
	font-size: 12px;
	position: absolute;
	top: 13px;
	right: 20px;
	border: 1px solid #1B2530;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display:inline-block;
}
.mobile-menu li .menu-expand {
	border: #1B2530 1px solid;
}
.mobile-menu li li .menu-expand {
	border:#1B2530 1px solid;
}
.mobile-menu li {
	display: block;
}
.sub-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 33px;
	right: 30px;
}
.mobile-menu li .sub-menu:before {
	border-bottom: 6px solid #222222;
}
.mobile-menu li li .sub-menu:before {
	border-bottom: 6px solid #111111;
	top: 43px;
}
.menu-expand:hover {
	cursor: pointer;
}
.mobile-menu li .sub-menu {
	display: none;
}
.expanded-mobile-menu {
	display: block;
}
.menu-expanded .site-wrapper {
	left: 280px;
}
.site-wrapper-overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: var(--text-1)00080;
	opacity: 0.7;
	overflow: hidden;
	overflow-y: auto;
}
.site-wrapper {
	left: 0;
		right:0;
	overflow: hidden;
	overflow-y: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.mobile-search {
	left: 0px;
	top:-65px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index:5;
	display:none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding:5px 10px 5px;
	background:#E5E5E5;
}
.search-active .mobile-search {
	top:0px;
	display:block;
}

.mobile-header {
	border-bottom:1px solid var(--border);
	background:#f6f6f6;
	height:50px;margin-bottom:15px;
	position: relative;
	box-shadow: 0 4px 4px 0 #e4e5e6;
}
.mobile-header .col-xs-3:first-child {
	padding-right:0px;
}
.mobile-header .col-xs-3:last-child {
	padding-left:0px;
}
.mobile-header .col-xs-6 {
	border-left:1px solid var(--border);
	border-right:1px solid var(--border);
}
.mobile-header #logo {text-align:center;
	margin:10px auto 10px auto; height: 30px;
}
.mobile-header #logo img {display: table-cell;vertical-align:middle;
	max-height:30px;margin:auto;
}
.mobile-header .to-navigation {
  display: block;
  width: 100%;
  height: 50px;
  background: url('../image/nav-menu-icon.png') no-repeat center center;
}
.mobile-header .to-search {
  display: block;
  width: 100%;
  height: 50px;
  background: url('../image/nav-search-icon.png') no-repeat center center;
}

#altsabitmenu {
	display: block;
	float: left;
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: -1px;
	background-color: var(--accent);
	text-align: center;
	z-index: 99999999;
	border-top: 1px solid #111;
	padding:0px;
}
#altsabitmenu > ul {
	margin: 0;
	padding:0px;
	display:block;
}
#altsabitmenu li {
	display: inline-table;
	float: left;
	height: 45px;
	width: 20%;
	text-align: center;
	list-style:none;
	background: url('../image/fixednav-bg.png') no-repeat right center;
}
#altsabitmenu li:last-child {
	background:none;
}
#altsabitmenu li a {
	display: block;
	float: left;border-right:1px solid #111;
	width: 100%;
	height: 45px;
}
#altsabitmenu .to-navigation {
	background: url('../image/menubg.png') no-repeat;
	background-position: center center;
}
#altsabitmenu .to-account {
	background: url('../image/profilebg.png') no-repeat;
	background-position: center center;
}
#altsabitmenu .to-homepage {
	background: url('../image/homeicn.png') no-repeat;
	background-position: center center;
}
#altsabitmenu .to-contactus {
	background: url('../image/phoneicn.png') no-repeat;
	background-position: center center;
}
#altsabitmenu .tshoppingcart {
	background: url('../image/basketbg.png') no-repeat;
	background-position: center center;
}
.subinner2 > a, .subinner4 > a, .subinner1 > a, .subinner5 > a, .subbanner_inner2 a, .subbanner_inner4 a {
    display: block;
}
.subbanner_inner2 {
    float: left;
    position: relative;
    width: 38.5%;
}
.subbanner_inner2_inner, .subbanner_inner4 .subbanner_inner4_inner {
    margin: 0 13px;
    overflow: hidden;
    position: relative;
}
.subbanner_inner2_inner .border-top {
    top: 3%;
    width: 92%;
}
.subbanner_inner2_inner .border-right {
    height: 94%;
    right: 3.5%;
}
.subbanner_inner2_inner .border-bottom {
    bottom: 3%;
    width: 92%;
}
.subbanner_inner2_inner .border-left {
    height: 94%;
    left: 3.5%;
}
.subbanner_inner3 {
    cursor: pointer;
    float: left;
    position: relative;
    width: 28.25%;
}
.subinner1, .subinner4 {
    margin-bottom: 25px;
}
.subinner4, .subinner5 {
    cursor: pointer;
    margin-left: 14px;
    overflow: hidden;
    position: relative;
}
.subinner1:hover .border-top, .subinner2:hover .border-top, .subinner5:hover .border-top, .subinner4:hover .border-top, .subbanner_inner4_inner:hover .border-top {
    left: 5%;
}
.subinner1:hover .border-right, .subinner2:hover .border-right, .subinner5:hover .border-right, .subinner4:hover .border-right {
    top: 5.5%;
}
.subinner1:hover .border-bottom, .subinner2:hover .border-bottom, .subinner5:hover .border-bottom, .subinner4:hover .border-bottom, .subbanner_inner4_inner:hover .border-bottom {
    right: 5%;
}
.subinner1:hover .border-left, .subinner2:hover .border-left, .subinner5:hover .border-left, .subinner4:hover .border-left {
    bottom: 5.5%;
}
.subinner2:hover > a, .subinner4:hover > a, .subinner1:hover > a, .subinner5:hover > a, .subbanner_inner2_inner:hover a, .subbanner_inner4_inner:hover a {
    background-color: var(--text-2);
}
.subbanner_inner2:hover img, .subinner2:hover img, .subinner4:hover img, .subinner1:hover img, .subinner5:hover img, .subbanner_inner4_inner:hover a img {
    opacity: 0.4;
    transition: all 0.3s ease 0s;
}
.subbanner_inner2_inner:hover .border-top {
    left: 4%;
}
.subbanner_inner2_inner:hover .border-right {
    top: 3%;
}
.subbanner_inner2_inner:hover .border-bottom {
    right: 4%;
}
.subbanner_inner2_inner:hover .border-left {
    bottom: 3%;
}
@media only screen and (min-width: 1060px) and (max-width: 1240px) {
.subbanner_inner {
    width: 1000px;
}
.subbanner img {
    width: 100%;
}
.subbanner.container {
    padding: 0;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1059px) {
.subbanner_inner {
    width: 960px;
}
.subbanner img {
    width: 100%;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
.subbanner_inner {
    width: 920px;
}
.subbanner.container {
    padding: 0;
}
.subbanner img {
    width: 100%;
}
}
@media (max-width: 979px) {
 .socol {padding:0px 0px;background:var(--accent);}
.subbanner_inner {
    width: 724px;
}
.subbanner.container {
    padding: 0;
}
.subbanner img {
    width: 100%;
}
}
@media (max-width: 767px) {
.subbanner_inner {
    width: 724px;
}
.subbanner.container {
    top: auto;
}
.common-home .subbanner.container {
    margin: 0 15px;
    width: auto;
}
.subbanner_inner {
    width: auto;
}
.subbanner_top .banner {
    float: none;
    overflow: hidden;
    width: 100%;
}
.subinner4, .subinner5 {
    margin-left: 9px;
}
.subinner1, .subinner2 {
    margin-right: 9px;
}
.subbanner_inner2 a {
    margin: 0 3px;
}
.subinner1, .subinner2 {
    margin-right: 8px;
}
.subinner4, .subinner5 {
    margin-left: 8px;
}
.subinner1, .subinner4 {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 479px) {
.subbanner_inner2_inner, .subbanner_inner4 .subbanner_inner4_inner {
    margin: 0;
}
}

.product-info .options {
    color: #c00770;
    font-family: Arial;
    font-size: 11px;
    margin-bottom: 0;
    padding: 6px;
    text-align: left;
    
}
.product-info .option-image {
    margin-bottom: 5px;
    margin-top: 3px;
}
.product-info .option-image  {
    display: block;
    height: 100%;
    width: 100%;
}
.product-info .option-image img {
    border: 1px solid #ccc;
   cursor : url( ../image/fare.png ),auto;
    margin-right: 5px;
}
a.select-option {
    background-color: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 4px;
    color: #505739;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    margin: 1px;
    min-width: 15px;
    padding: 2px 3px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 var(--surface-2);
}
a.select-option img {
    margin: 2px;
    padding: 0;
}
a.select-option .text {
    border: 1px solid var(--border);
    font-size: 11px;
    margin: 2px;
    padding: 0;
}
a.select-option.option-active {
    background: var(--text-1) none repeat scroll 0 0;
    border: 1px solid var(--text-1);
    border-radius: 4px;
    color: var(--surface-2);
    font-size: 11px;
}
a.select-option:hover {
    background: var(--text-1) none repeat scroll 0 0;
    border-color: var(--text-1);
}
.hidden {
    display: none;
}
.animation-element {
    opacity: 0;
    position: relative;
}
.animation-element.slide-left {
    opacity: 0;
    transform: translate3d(-200px, 0px, 0px);
    transition: all 500ms linear 0s;
}
.animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
    opacity: 0;
    transform: translate3d(+200px, 0px, 0px);
    transition: all 500ms linear 0s;
}
.animation-element.slide-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.bounce-up {
    backface-visibility: hidden;
    opacity: 0;
    transform: translate3d(0px, 200px, 0px);
    transition: all 900ms ease-out 0s;
}
.bounce-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

}
.multi-step-left {
    opacity: 0;
    position: relative;
}
.multi-step-left.in-view {
    animation: 1300ms ease-in 0s normal both 1 running left_animation;
}
.multi-step-right.in-view {
    animation: 1300ms linear 0s normal both 1 running right_animation;
}
.img-ef2 {
    display: block;
    overflow: hidden;
	 margin:0 0px;
    position: relative;
}
.img-ef2 img {
    width: 100%;
}
/*.img-ef2::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.img-ef2:hover::before {
    animation: 600ms ease-in-out 0s normal none 1 running rollIn;
    opacity: 1;
}*/




.block-img .img-1 {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    width: 50%;
}


.img-ef3 {
    display: block;
    overflow: hidden;
	 margin:0 0px;
    position: relative;
}
.img-ef3 img {border:1px solid var(--border);padding:2px;
    width: 100%;
}
.img-ef3::before {
   
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 1;
    position: absolute;
    right: 10px;border:1px solid var(--surface-2);
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.img-ef3:hover::before { background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    animation: 600ms ease-in-out 0s normal none 1 running rollIn;
    opacity: 1;
}




.block-img .img-3 {
    display: inline-block;
    padding:5px;
    margin-bottom: 15px;
    
}
 
.block-img .img-4 {
    display: block;
    margin-bottom: 18px;
    width: 100%;
}


 .social-footer .link-follow {
    margin-bottom: 0;margin-top:10px; text-align: center;
    padding-left: 0;margin-left:auto;margin-right:auto;
}
 .social-footer .link-follow li {
    display: inline-block;
    
    text-align: center;
}
.social-footer .link-follow li a {
    background:var(--surface-2) ;
    border: 1px solid var(--border);
    border-radius: 100%;
    color: #383f43;
    display: inline-block;
    font-size: 20px;
    height:45px;
    line-height: 45px;
    margin-bottom: 0;
    margin-right: 5px;
    padding-left: 0;
    text-align: center;
box-shadow:0 0 20px 0 rgba(76,87,125,.02);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 45px;
}
.social-footer .link-follow li a:hover {
    background: var(--accent);transition: all 400ms ease-in-out 0s;
    color: var(--surface-2);
}
.social-footer .link-follow li a span {
    display: none;
}
.social-footer .link-follow li a i {
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
.stick {
    display:none;
}
.social-footer {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.social-footer .link-follow {
    display: inline-block;
}
}
.clear{clear:both}
.asagi{margin-bottom:10px;}
.kategory h4 a{font-size:11px; }
.kategory h4{line-height:11px;}


.service-heading-block{
	display:block;
	margin-bottom:0px;
	}
.sub-title {
  font-size: 15px;
  font-weight: 30;
  line-height: 16px;
}
.feature-block {
  background-color: var(--surface-2);
  border-radius: 2px;
  padding: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
  transition:all ease .5s
}

.fb-icon {
  border-radius: 50%;
  display: block;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  text-align:center;
  margin:1rem auto;
  width: 50px;
  transition: all 0.5s ease 0s;
}

.fb-icon.color-info {
  color: var(--text-2);
}
.fb-icon.color-warning {
  color: var(--text-2);
}
.fb-icon.color-success {
  color: var(--text-2);
}
.fb-icon.color-danger {
  color: var(--text-2);
}
.feature-block h4 {
  font-size: 15px;
}

.btn-custom{
  border: medium none;
  border-radius: 2px;
cursor: url(../image/pointer.png),auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 1px;
  outline: 0 none;
  padding: 8px 30px;
  position: relative;
  text-decoration: none;
  
}
.hostlist{margin:1%; float:left;width:23%;height:auto;background-color:var(--surface-2);padding:20px;padding-bottom:25px;text-align:center;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  transition: all 0.3s cubic-bezier(.25,.8,.25,1); display:inline-block;}


.hostlist h4{font-size:22px;font-weight:700;color:var(--text-2)}
.hostlist h5{background-color:#e74c3c;color:var(--surface-2);font-size:26px;font-weight:700;padding-top:7px;padding-bottom:7px;margin-top:20px;margin-bottom:20px}
.hostlist span{float:left;width:100%;padding-top:3px;padding-bottom:3px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:var(--border);font-size:16px}
.hostlist .gonderbtn{margin-top:20px;margin-bottom:20px;padding-right:35px;padding-left:35px;font-size:18px}
.gonderbtn{color:var(--text-2);border:1px solid #1F282F;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:7px 25px;display: inline-block;animation: shadow-pulse 1s infinite;letter-spacing: 1px;}
.gonderbtn:hover{color:var(--surface-2);text-decoration:none;background-color:var(--text-2)}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .stick {
    display:none;
}
#gorbtn{float:left;padding:5px 15px}
.hostlist {
    width: 100%;

}
}

.membership-pricing-table {
     width: 100%; 
  border-collapse: collapse; 
}


.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: var(--border);
    color: var(--text-2)
}

.membership-pricing-table table .plan-header-blue {
    color: var(--surface-2);
    background-color: #61a1d1;
    border-color: #3989c6
}

.membership-pricing-table table .plan-header-standard {
    color: var(--surface-2);
    background-color: #0f82b5;
    border-color: #005be3;
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: 0 1px 0 var(--surface-2) inset;
    box-shadow: 0 1px 0 var(--surface-2) inset
}

.membership-pricing-table table,.membership-pricing-table table td {
    border: 1px solid #ebebeb
    
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: left;
    width: 24%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: var(--surface-2)
}

.membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: var(--surface-2);
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 600;
    left: -6px;
    top: -22px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:var(--text-2);
	padding:5px;
	display:none;
	color:var(--surface-2);
	z-index: 90
	}
.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  border-radius:5px;
  text-shadow:none;
  background-color: var(--surface-3);
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
   cursor : url( ../image/fare.png ),auto;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: var(--surface-2)!important;
  text-shadow:none;
  border-radius: 5px 0px 0px 5px;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: var(--success)!important;
}

.update-nag > .update-split.update-danger{
  background: var(--danger)!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.update-nag > .update-split.update-view{
  background: #ff9317!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius:5px;
    line-height: 30px;
    background-color: #222;    
    color: var(--surface-2);
    text-align: center;  
    box-shadow: 1px 1px 10px -2px rgb(0 0 0 / 25%);



}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: var(--surface-2);    
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}
.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}

.round.blue {
    background-color: #3EA6CE;
}
.round.gri {
    background-color: var(--success);
}

.round.orange {
    background-color: #FF6701;
}

.round.green {
    background-color: #42A129;
}

.round.hollow.blue {
    color: #3EA6CE;   
    background-color: var(--surface-2);    
    -webkit-box-shadow: 0px 0px 0px 3px #3EA6CE;
    -moz-box-shadow: 0px 0px 0px 3px #3EA6CE;
    box-shadow: 0px 0px 0px 3px #3EA6CE;
}
.round.hollow.gri {
    color: #717477;   
    background-color: var(--surface-2);    
    -webkit-box-shadow: 0px 0px 0px 3px #717477;
    -moz-box-shadow: 0px 0px 0px 3px #717477;
    box-shadow: 0px 0px 0px 3px #717477;
}

.round.hollow.orange {
    color: #FF6701;
    background-color: var(--surface-2);    
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 3px #FF6701;
}

.round.hollow.green {
    color: #42A129;
    background-color: var(--surface-2);    
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 3px #42A129;
}
.round:hover {
   transition: all 0.5s ease 0s;

cursor : url( ../image/fare.png ),auto;
}
[data-toggle="collapse"] .fa:before {   
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid var(--border);
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: var(--surface-2);
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: var(--danger);
}
.alert-message-danger h4
{
    color: var(--danger);
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: var(--border);
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: var(--text-1);
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

.snowflake {
  color: var(--surface-2);
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px var(--text-1);
}
.uye-giris-button {
    background: var(--success);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor : url( ../image/fare.png ),auto;

}
.uye-giris-button:hover {
    background: var(--success);
    color: var(--surface-2);
    box-shadow: 0 10px 25px -2px var(--success);
}

.uye-unuttum-button {
    background: var(--accent);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
	border:0px !important;
cursor : url( ../image/fare.png ),auto;

}
.uye-unuttum-button:hover {
    background: var(--accent);
    color: var(--surface-2);
    box-shadow: 0 10px 25px -2px var(--accent);
}

.uye-hemenuye-button {
    background: var(--info);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor : url( ../image/fare.png ),auto;

}
.opencartmarketi__checkbox{
    padding: 5px 5px 5px 10px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    position: relative;
}
.opencartmarketi__checkbox label{
    display: block;
    width: 100%;
    line-height: 20px;
}
.opencartmarketi__checkbox:hover{
    border-color: #54c259;
}
.opencartmarketi__checkbox input{
    display: none;
}
.opencartmarketi__checkbox input:checked ~ i{
    background-color: #54c259;
    color: var(--surface-2);
}
.opencartmarketi__checkbox i{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 99px;
    left: 5px;
    font-size: 8px;
    text-align: center;
    top: 5px;
}
.uye-hemenuye-button:hover {
    background: var(--info);
    color: var(--surface-2);
    box-shadow: 0 10px 25px -2px var(--info);
}
a[data-toggle="modal"] {
  margin: 5px;
}
.title {
  color: #757575;
  font-weight: bold;
}
.modal {
  text-align: left;
}
.modal-content {
  border: none;
  border-radius: 10px;
     box-shadow: 0 20px 50px rgba(1,15,28,.1);
}
.modal-header{
  border-bottom: 0;
  padding-top: 15px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 0px;
}
.modal-title {
  font-size: 34px;
}
.modal-body{
  border-bottom: 0;
  padding-top: 5px;
  padding-right: 26px;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 15px;
}
.modal-footer {
  border-top:0;
  padding-top: 0px;
  padding-right:26px;
  padding-bottom:26px;
  padding-left:26px;
}
.tags a{
        background: rgb(247 255 0 / 12%);
    color: #ffbf00;
   
    border:  1px solid rgb(255 173 0 / 25%);
    display:inline-block;
  padding:4px 10px;
  border-radius:6px;
  font-family:'Poppins',sans-serif;
  font-size:12px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap;
  text-shadow:none;
}
.tags a:hover{  border: 1px solid rgb(121 86 12 / 25%);}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


.mytooltip {
    display: inline;
    position: relative;
    z-index: 999
}

.mytooltip .tooltip-item {
       color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: inline-block;
    font-weight: 500;
        padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
}

.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none
}

.mytooltip .tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2a3035 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em
}

.mytooltip .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}

.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px
}

.mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: var(--surface-2)
}


.urunfiyati {
    display: inline;
 background:var(--success);
 position: absolute;
     border: 1px solid var(--surface-2);
 left:0px;
bottom:45px;
 padding:4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;

}

.dropdown-user-area-lineText {
    width: 100%;
    height: 2px;
    border-bottom: 0px solid #EBEBEB;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-user-area-lineText-in {
    background-color: transparent;
    font-size: 13px;
    color: #999;
    display: inline-block;
    padding: 0 5px;
}
.dropdown-user-area-link-area {
    width: 100%;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
}

.loginBtn {
    background: var(--accent);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 20px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;
	background-size: 300% 100%;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.loginBtn:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.loginBtn.color1 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
}

.loginBtn:focus {
    outline: none;
}

.loginBtn2 {
    background: var(--accent);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 20px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;
	background-size: 300% 100%;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.loginBtn2:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.loginBtn2.color10 {
   background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

.loginBtn2:focus {
    outline: none;
}

.regBtn {
    background: var(--accent);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 20px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;
	background-size: 300% 100%;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.regBtn:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.regBtn.color11 {
 background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.loginBtn2:focus {
    outline: none;
}

.noticBtn {
    background: var(--accent);
    color: var(--surface-2) !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 16px 20px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor: url(../image/pointer.png),auto;
	border-radius:5px;
	background-size: 300% 100%;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.noticBtn:hover {
   background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.noticBtn.color7 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
}

.noticBtn:focus {
    outline: none;
}

.sepet {
    width: 150px;
    margin: right;
    height: 50px;
	z-index: 1001;
	}

/* top margin on sidebar needed for JS to parse */
.sepet, .content {  z-index: 1001; width: 110px; right:-35px;}


.fixed {  position: fixed; bottom: 75px;  z-index: 1001;
    }
    #whatsapp {
    position: fixed;
    bottom: 0;
    right:1%;
    z-index: 3;
    width: 220px;
    background: url(../image/yorum-bg.webp) 0 0/200% 200% #f2f4f9;
    -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
    box-shadow: 0 0 15px var(--text-1);
    font-size: 12px;
    border: 1px solid var(--success);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.adres-cubugu:after, .ic-sayfa:after {
    content: '';
    box-shadow: inset 0 0 120px var(--text-1);
    opacity: .8;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%}
#whatsapp span {
    display: flex;
    background: var(--success);
    text-align: center;
    color: var(--surface-2);
    justify-content: center;
    padding: 5px 0;
    align-items: center;
}
#whatsapp .menu-icon {
    background: url(../image/whatsapp.png);
}
#whatsapp form p {
    color: var(--text-1);
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
#whatsapp form input {
    margin: 0 10px;
    width: calc(100% - 20px);
}
#whatsapp form button {
    position: absolute;
    bottom: 4px;
    right: 5px;
    width: 25px;
    height: 27px;
    background: url(../image/mesaj-button.png) 0 0/100% no-repeat;
    border: none;
    cursor: pointer;
}
.menu-icon {
    float: left;
    width: 20px;
    height: 20px;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    margin-right: 5px;
}
.hx-wrap{max-width:1280px;margin:0 auto;padding:0 18px;font-family:"Poppins",system-ui,Segoe UI,Roboto,Arial}
.hx-top{backdrop-filter:saturate(140%) blur(6px);background:var(--surface-1); border-bottom:1px solid #e9ebf0; margin-bottom:10px;}
.hx-top .hx-wrap{display:flex;align-items:center;gap:12px;justify-content:flex-end;height:42px;font-size:13px}
.hx-top a{display:flex;align-items:center;gap:8px;color:#62708a;text-decoration:none;opacity:.9;transition:all .18s ease}
.hx-top a:hover{opacity:1;transform:translateY(-1px)}
.hx-dot{width:4px;height:4px;border-radius:50%;background:#d7dbe2}
.hx-top-left{margin-right:auto;display:flex;align-items:center;gap:12px}

/* ==== HX Top – Dropdown temel stilleri ==== */
.hx-dd{position:relative;display:inline-flex;align-items:center}
.hx-top .hx-dd{margin-right:10px}

/* Tetikleyici buton */
.hx-dd-toggle{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.06);
  background:var(--surface-2);color:#1e2a3b;text-decoration:none;font-weight:600;
  box-shadow:0 4px 12px rgba(0,0,0,.05); cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}
.hx-dd-toggle:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.hx-flag{width:18px;height:18px;border-radius:3px;display:inline-block;object-fit:cover}
.hx-caret{font-size:14px;opacity:.9;transition:transform .18s ease}

/* Menü kutusu */
.hx-dd-menu{
  position:absolute; top:calc(100% + 10px); left:0; min-width:200px;
  background:var(--surface-2); border:1px solid rgba(0,0,0,.06); border-radius:12px;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
  padding:8px; opacity:0; transform:translateY(-6px); pointer-events:none;
  transition:opacity .18s ease, transform .18s ease; z-index:50;
}

/* Küçük ok (baloncuk oku) */
.hx-dd-menu::before{
  content:""; position:absolute; left:18px; top:-8px; width:12px; height:12px;
  background:var(--surface-2); border-left:1px solid rgba(0,0,0,.06); border-top:1px solid rgba(0,0,0,.06);
  transform:rotate(45deg);
}

/* Açılma davranışı (JS’siz) */
.hx-dd:hover .hx-dd-menu,
.hx-dd:focus-within .hx-dd-menu{opacity:1; transform:translateY(0); pointer-events:auto}
.hx-dd:hover .hx-caret,
.hx-dd:focus-within .hx-caret{transform:rotate(180deg)}

/* Menü öğeleri */
.hx-dd-item{
  display:flex; align-items:center; gap:10px; width:100%;
  padding:10px 10px; border-radius:10px; color:#1e2a3b; text-decoration:none;
  background:none; border:0; cursor:pointer; text-align:left;
  font:inherit;
}
.hx-dd-item:hover{background:#f4f7ff}

/* Dar ekran uyumu */
@media (max-width:768px){
  .hx-dd-menu{min-width:180px}
  .hx-dd-toggle{padding:6px 8px}
}
/* === DARK PATCH: Menü şeridi & dropdownlar === */

/* Kategori menüsü / navbar satırı */
html[data-theme="dark"] #menu,
html[data-theme="dark"] #menu .container,
html[data-theme="dark"] #menu .nav,
html[data-theme="dark"] #menu .nav>li>a,
html[data-theme="dark"] .navbar,
html[data-theme="dark"] .navbar-default,
html[data-theme="dark"] .navbar-collapse,
html[data-theme="dark"] .navbar-nav {
  background: #0e1628 !important;
  color: #e5e7eb !important;
  border-color: rgba(255,255,255,.08) !important;
  text-shadow: none !important;
}
html[data-theme="dark"] #menu .nav>li>a:hover,
html[data-theme="dark"] #menu .nav>li.open>a {
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

/* Eğer sitende #supermenu kullanıyorsa (mega menu) */
html[data-theme="dark"] #supermenu,
html[data-theme="dark"] #supermenu ul {
  background: #0e1628 !important;
  border-color: rgba(255,255,255,.08) !important;
}
html[data-theme="dark"] #supermenu ul li a.tll {
  color: #e5e7eb !important;
  background: transparent !important;
}
html[data-theme="dark"] #supermenu ul li a.tll:hover {
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}
html[data-theme="dark"] #supermenu ul li div.bigdiv {
  background: #0f172a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.45) !important;
}

/* Dropdownlar (giriş / bildirim) */
html[data-theme="dark"] #user-menu .dropdown-menu,
html[data-theme="dark"] .dropdown-menu {
  background: #0f172a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.45) !important;
}
html[data-theme="dark"] #user-menu .dropdown-menu a,
html[data-theme="dark"] #user-menu .dropdown-menu p,
html[data-theme="dark"] #user-menu .dropdown-menu li {
  color: #e5e7eb !important;
}
html[data-theme="dark"] #user-menu .dropdown-menu li>a:hover {
  background: rgba(255,255,255,.06) !important;
}

/* Bildirim listesi (sayfa içi stil #fff verdiği için özellikle ez) */
html[data-theme="dark"] .list-notificacao {
  background: #0f172a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
html[data-theme="dark"] .list-notificacao:after {
  /* baloncuk oku */
  border-color: transparent transparent #0f172a transparent !important;
}
html[data-theme="dark"] .list-notificacao li:hover {
  background: rgba(255,255,255,.06) !important;
}
html[data-theme="dark"] .list-notificacao li p {
  color: #e5e7eb !important;
}
/* === DARK PATCH: hx-dd (Tema Değiştir / Dil) ============================= */
html[data-theme="dark"] .hx-dd-toggle{
  background:#0f172a !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:14px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.35) !important;
  text-shadow:none !important;
}
html[data-theme="dark"] .hx-dd-toggle:hover{
  background:#1b2540 !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#fff !important;
}
html[data-theme="dark"] .hx-dd-toggle:focus,
html[data-theme="dark"] .hx-dd-toggle:focus-visible,
html[data-theme="dark"] .hx-dd[aria-expanded="true"] .hx-dd-toggle{
  outline:0 !important;
  box-shadow:
    0 0 0 2px #0b1220,
    0 0 0 4px rgba(91,188,255,.45) !important; /* erişilebilir odak halkası */
}

/* caret ve bayrak */
html[data-theme="dark"] .hx-dd-toggle .hx-caret{ color:#9ca3af !important }
html[data-theme="dark"] .hx-dd-toggle .hx-flag{
  border-radius:4px !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18) !important;
}

/* açılan menü */
html[data-theme="dark"] .hx-dd-menu{
  background:#0f172a !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.45) !important;
}
html[data-theme="dark"] .hx-dd-menu .hx-dd-item{
  color:#e5e7eb !important;
  background:transparent !important;
  border:none !important;
}
html[data-theme="dark"] .hx-dd-menu .hx-dd-item:hover{
  background:rgba(255,255,255,.06) !important;
  color:#fff !important;
}

/* üst barda nokta ayırıcı */
html[data-theme="dark"] .hx-dot{
  background:rgba(255,255,255,.25) !important;
}

/* dropdown oku (varsa) açık temadan gelen beyaz oku karart */
html[data-theme="dark"] .hx-dd-menu:after,
html[data-theme="dark"] .list-notificacao:after{
  border-color: transparent transparent #0f172a transparent !important;
}
/* === DARK BORDER PATCH — kalan beyaz çizgileri kapat === */

/* 1) Üst bar / menü şeritleri */
html[data-theme="dark"] #header,
html[data-theme="dark"] .navbar,
html[data-theme="dark"] .navbar-default,
html[data-theme="dark"] #menu,
html[data-theme="dark"] #menu .container,
html[data-theme="dark"] .hx-top,
html[data-theme="dark"] .hx-wrap{
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

/* 2) Hamburger (menü) butonu */
html[data-theme="dark"] .navbar-toggle,
html[data-theme="dark"] .btn.navbar-toggle{
  background:#0f172a !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:#e5e7eb !important;
}
html[data-theme="dark"] .navbar-toggle .icon-bar{ background:#e5e7eb !important; }

/* 3) Arama: input-group içi/çevresi (sağdaki buton dahil) */
html[data-theme="dark"] .input-group,
html[data-theme="dark"] .input-group .form-control,
html[data-theme="dark"] .input-group .input-group-addon,
html[data-theme="dark"] .input-group .btn,
html[data-theme="dark"] #search0 .input-group,
html[data-theme="dark"] #search0 .form-control,
html[data-theme="dark"] #search0 .input-group-addon,
html[data-theme="dark"] #search0 .button-search{
  border-color: rgba(255,255,255,.18) !important;
}
html[data-theme="dark"] #search0 .form-control{
  background:#0b1324 !important;
  color:#e5e7eb !important;
}
html[data-theme="dark"] #search0 .button-search{
  background:#0b1324 !important;
  color:#e5e7eb !important;
}

/* 4) Breadcrumb kutusu ve içindeki inputlar */
html[data-theme="dark"] .breadcrumb,
html[data-theme="dark"] .breadcrumb .container,
html[data-theme="dark"] .breadcrumb input,
html[data-theme="dark"] .breadcrumb .form-control{
  background:#0f172a !important;
  border-color: rgba(255,255,255,.12) !important;
}

/* 5) Ürün sayfasındaki paneller / başlık kapsülleri / kutular */
html[data-theme="dark"] .panel,
html[data-theme="dark"] .panel-default,
html[data-theme="dark"] .panel-heading,
html[data-theme="dark"] .panel-body,
html[data-theme="dark"] .well,
html[data-theme="dark"] .thumbnail,
html[data-theme="dark"] .card,
html[data-theme="dark"] .box,
html[data-theme="dark"] .cerceve,
html[data-theme="dark"] .urunbaslik b,
html[data-theme="dark"] .title,
html[data-theme="dark"] .heading{
  border-color: rgba(255,255,255,.12) !important;
  box-shadow: none !important;
}

/* 6) Sayfa içi INLINE beyaz sınırları da yakala (garanti katmanı) */
html[data-theme="dark"] [style*="border: 1px solid #fff"],
html[data-theme="dark"] [style*="border:1px solid #fff"],
html[data-theme="dark"] [style*="border-color:#fff"],
html[data-theme="dark"] [style*="border-color: #fff"],
html[data-theme="dark"] [style*="border: 1px solid #e7e7e7"],
html[data-theme="dark"] [style*="border:1px solid #e7e7e7"],
html[data-theme="dark"] [style*="border-color:#e7e7e7"],
html[data-theme="dark"] [style*="border-color: #e7e7e7"]{
  border-color: rgba(255,255,255,.12) !important;
}
/* === DARK PATCH: Tab menüsü + içerik === */
html[data-theme="dark"] .nav-tabs { 
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
}
html[data-theme="dark"] .nav-tabs>li>a,
html[data-theme="dark"] .nav-pills>li>a{
  background:#0f172a !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.14) !important;
  text-shadow:none !important;
}
html[data-theme="dark"] .nav-tabs>li.active>a,
html[data-theme="dark"] .nav-tabs>li.active>a:focus,
html[data-theme="dark"] .nav-tabs>li.active>a:hover{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.22) !important;
}
html[data-theme="dark"] .nav-tabs>li>a:hover{
  background:#18233e !important;
  color:#fff !important;
}

/* Tab içerik kutusu */
html[data-theme="dark"] .tab-content,
html[data-theme="dark"] .tab-pane,
html[data-theme="dark"] .tabbable{
  background:#0b1324 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#e5e7eb !important;
}

/* === DARK PATCH: Tablolar (border/zemin) === */
html[data-theme="dark"] table,
html[data-theme="dark"] .table{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border-color:rgba(255,255,255,.12) !important;
}
html[data-theme="dark"] .table>thead>tr>th,
html[data-theme="dark"] .table>thead>tr>td{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border-color:rgba(255,255,255,.14) !important;
}
html[data-theme="dark"] .table>tbody>tr>td,
html[data-theme="dark"] .table>tbody>tr>th,
html[data-theme="dark"] .table>tfoot>tr>td,
html[data-theme="dark"] .table>tfoot>tr>th{
  background:#0b1324 !important;
  border-color:rgba(255,255,255,.10) !important;
}
html[data-theme="dark"] .table-bordered{
  border:1px solid rgba(255,255,255,.14) !important;
}
html[data-theme="dark"] .table-striped>tbody>tr:nth-child(odd)>td,
html[data-theme="dark"] .table-striped>tbody>tr:nth-child(odd)>th{
  background:#0e1628 !important;
}
html[data-theme="dark"] .table-hover>tbody>tr:hover>td,
html[data-theme="dark"] .table-hover>tbody>tr:hover>th{
  background:#15223f !important;
}

/* Inline beyaz zemin/border varsa zorla karart */
html[data-theme="dark"] [style*="background:#fff"],
html[data-theme="dark"] [style*="background: #fff"],
html[data-theme="dark"] [style*="background-color:#fff"],
html[data-theme="dark"] [style*="background-color: #fff"]{
  background:#0b1324 !important; color:#e5e7eb !important;
}
html[data-theme="dark"] [style*="border-color:#fff"],
html[data-theme="dark"] [style*="border-color: #fff"],
html[data-theme="dark"] [style*="border:1px solid #fff"],
html[data-theme="dark"] [style*="border: 1px solid #fff"]{
  border-color:rgba(255,255,255,.12) !important;
}

/* === Burger (to-navigation > .fa-bars) — base layout === */
.to-navigation .fa-bars{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:50px !important;
  margin-top:4px !important;
  font-size:17.5px !important;
  padding:.7rem 1rem !important;
  border-radius:12px !important;
  line-height:1 !important;
  transition:background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

/* --- LIGHT THEME --- */
html[data-theme="light"] .to-navigation .fa-bars{
  color:#717477 !important;
  border:1px solid #ececee !important;   /* senin istediğin açık gri */
  background:#ffffff !important;
  box-shadow:0 1px 0 rgba(0,0,0,.03) inset, 0 6px 18px rgba(22,29,43,.06);
}
html[data-theme="light"] .to-navigation:hover .fa-bars{
  background:#f7f8fa !important;
  border-color:#e4e6eb !important;
  color:#111827 !important;
}

/* --- DARK THEME --- */
html[data-theme="dark"] .to-navigation .fa-bars{
  color:#cbd5e1 !important;              /* metin/ikon */
  border:1px solid #2e384c !important;   /* senin istediğin koyu çizgi */
  background:#0f172a !important;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
}
html[data-theme="dark"] .to-navigation:hover .fa-bars{
  background:#1b2540 !important;
  border-color:#39445a !important;
  color:#fff !important;
}

/* Klavye odak erişilebilirliği (opsiyonel) */
.to-navigation:focus .fa-bars,
.to-navigation:focus-visible .fa-bars{
  outline:0 !important;
  box-shadow:0 0 0 2px #0b1220, 0 0 0 4px rgba(91,188,255,.45) !important;
}

/* === DARK PATCH: membership pricing table ================================= */
html[data-theme="dark"] .membership-pricing-table table{
  background:#0b1324 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-collapse:collapse !important;
}
html[data-theme="dark"] .membership-pricing-table table td,
html[data-theme="dark"] .membership-pricing-table table th{
  background:#0b1324 !important;                 /* sağ sütunların beyazı gider */
  color:#e5e7eb !important;
  border-color:rgba(255,255,255,.12) !important; /* tüm çizgiler kararsın */
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important; /* iç çizgi */
}

/* İlk sütun (özellik adları) biraz farklı tonda dursun */
html[data-theme="dark"] .membership-pricing-table table tr td:first-child{
  background:#0e1628 !important;
  color:#e5e7eb !important;
}

/* Kodda 5. sütun var(--surface-2) ile beyaz yapılıyor; koyu tonda ezelim */
html[data-theme="dark"] .membership-pricing-table table tr td:nth-child(5){
  background:#111a2f !important;
}

/* Zebra/hover varsa tutarlı tonlar */
html[data-theme="dark"] .membership-pricing-table table tr:nth-child(odd) td{
  background:#0e1628 !important;
}
html[data-theme="dark"] .membership-pricing-table table tr:hover td{
  background:#15223f !important;
}

/* Üst başlık hücresi çerçevesi */
html[data-theme="dark"] .membership-pricing-table table .plan-header{
  border-color:rgba(255,255,255,.16) !important;
}

/* Mavi/turuncu başlıkların kenarlıkları koyu temada fazla parlaksa biraz kıs */
html[data-theme="dark"] .membership-pricing-table table .plan-header-blue{
  border-color:#2e70a6 !important;
}
html[data-theme="dark"] .membership-pricing-table table .plan-header-standard{
  border-color:#0b5fcc !important;
}

/* Şerit/ribbon ve plan-head mevcut renklerini korusun ama metin okunaklı kalsın */
html[data-theme="dark"] .membership-pricing-table table .recommended-plan-ribbon{
  color:#fff !important;
}
/* === DARK PATCH — Ürün liste filtresi (Sırala / Göster / grid-list) === */
html[data-theme="dark"] .product-filter,
html[data-theme="dark"] .product-filter label{
  color:#cbd5e1 !important;
}
html[data-theme="dark"] .product-filter .form-control,
html[data-theme="dark"] .product-filter select.form-control,
html[data-theme="dark"] #input-sort,
html[data-theme="dark"] #input-limit{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .product-filter .form-control option{
  background:#0b1324; color:#e5e7eb;
}

/* grid/list görünüm düğmeleri */
html[data-theme="dark"] .product-filter .btn,
html[data-theme="dark"] .product-filter .btn-default{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
html[data-theme="dark"] .product-filter .btn:hover,
html[data-theme="dark"] .product-filter .btn.active{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
}

/* === DARK PATCH — Ürün kartı butonları (Görüntüle / Demo İncele) === */
html[data-theme="dark"] .product-thumb .btn-view{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .product-thumb .btn-view:hover{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
}
/* sağdaki mavi butonun kenarı beyaz çizgi göstermesin */
html[data-theme="dark"] .product-thumb .btn-demo{
  border:1px solid rgba(255,255,255,.08) !important; /* maviye uygun ince kenar */
}

/* Genel güvenlik ağı: başka select’ler beyaz kalmasın */
html[data-theme="dark"] select.form-control,
html[data-theme="dark"] select{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
html[data-theme="dark"] select:focus{
  outline:0 !important;
  box-shadow:0 0 0 2px #0b1220, 0 0 0 4px rgba(91,188,255,.45) !important;
}
/* === DARK PATCH — İletişim sayfası: sol menü (list-group) === */
html[data-theme="dark"] .list-group,
html[data-theme="dark"] .list-group .list-group-item,
html[data-theme="dark"] .list-group a.list-group-item{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border-color:rgba(255,255,255,.12) !important;
}
html[data-theme="dark"] .list-group .list-group-item:hover,
html[data-theme="dark"] .list-group a.list-group-item:hover{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.20) !important;
}
html[data-theme="dark"] .list-group .list-group-item.active,
html[data-theme="dark"] .list-group a.list-group-item.active{
  background:#2563eb !important;
  border-color:#2563eb !important;
  color:#fff !important;
}

/* === DARK PATCH — İletişim sayfası: sağ içerik kutusu === */
/* (panel/well/kart her ne kullanıyorsa hepsini kapsıyoruz) */
html[data-theme="dark"] #information-contact .panel,
html[data-theme="dark"] #information-contact .panel-default,
html[data-theme="dark"] #information-contact .panel-body,
html[data-theme="dark"] #information-contact .well,
html[data-theme="dark"] #information-contact .box,
html[data-theme="dark"] #information-contact .contact-info,
html[data-theme="dark"] .contact-info{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:none !important;
  /* varsa yuvarlaklık bozulmasın */
}

html[data-theme="dark"] #information-contact h1,
html[data-theme="dark"] #information-contact h2,
html[data-theme="dark"] #information-contact h3,
html[data-theme="dark"] #information-contact h4,
html[data-theme="dark"] #information-contact strong{
  color:#fff !important;
}
html[data-theme="dark"] #information-contact p,
html[data-theme="dark"] #information-contact li,
html[data-theme="dark"] #information-contact address{
  color:#cbd5e1 !important;
}
html[data-theme="dark"] #information-contact a{
  color:#93c5fd !important;
}

/* (Varsa) iletişim formu inputları */
html[data-theme="dark"] #information-contact .form-control{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] #information-contact label{
  color:#e5e7eb !important;
}
/* === DARK PATCH — Pagination (sayfalama) =============================== */
html[data-theme="dark"] .pagination>li>a,
html[data-theme="dark"] .pagination>li>span{
  background:#0b1324 !important;
  color:#93c5fd !important;                 /* mavi metin */
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .pagination>li>a:hover,
html[data-theme="dark"] .pagination>li>span:hover,
html[data-theme="dark"] .pagination>li>a:focus,
html[data-theme="dark"] .pagination>li>span:focus{
  background:#15223f !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
}

html[data-theme="dark"] .pagination>.active>a,
html[data-theme="dark"] .pagination>.active>span,
html[data-theme="dark"] .pagination>.active>a:hover,
html[data-theme="dark"] .pagination>.active>span:hover,
html[data-theme="dark"] .pagination>.active>a:focus,
html[data-theme="dark"] .pagination>.active>span:focus{
  background:#2563eb !important;           /* aktif sayfa */
  border-color:#2563eb !important;
  color:#fff !important;
}

html[data-theme="dark"] .pagination>.disabled>a,
html[data-theme="dark"] .pagination>.disabled>span,
html[data-theme="dark"] .pagination>.disabled>a:hover,
html[data-theme="dark"] .pagination>.disabled>span:hover{
  background:#0b1324 !important;
  color:#64748b !important;
  border-color:rgba(255,255,255,.12) !important;
  cursor:default !important;
}
/* === DARK OVERRIDE — yo-fm.css (sol kategori listesi) ================ */
html[data-theme="dark"] body #yo-1.yo-menu .yo-wrapper{
  background:#0e1628 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:12px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.35) !important;
}

/* Satır ve link arkaplan/sınır */
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li,
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:0 !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
}

/* İlk/son köşeler ve divider */
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one{
  border:0 !important;
}
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li:first-child > a{
  border-top-left-radius:12px !important;
  border-top-right-radius:12px !important;
}
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li:last-child > a{
  border-bottom-left-radius:12px !important;
  border-bottom-right-radius:12px !important;
  border-bottom-color:transparent !important;
}

/* Hover */
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a:hover{
  background:#1b2540 !important;
  color:#fff !important;
  border-bottom-color:rgba(255,255,255,.18) !important;
}

/* Aktif */
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li.active > a,
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a.active,
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a.current,
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a[aria-current="page"]{
  background:#2563eb !important;
  color:#fff !important;
  border-bottom-color:#2563eb !important;
}

/* Metin rengi yo-fm.css içinde ayrı set ediliyorsa iptal et */
html[data-theme="dark"] body #yo-1.yo-menu .yo-fm.fm-one > li > a span{
  color:inherit !important;
}

/* İkon (görüntü) boyutu sabit kalsın */
#yo-1.yo-menu .yo-fm .fm-icon{ width:28px; height:28px; object-fit:contain; }

/* =========================
   Kayıt Formu (Modal) — Dark
   Hedef: #login-overlay
   ========================= */
html[data-theme="dark"] #login-overlay .modal-content{
  background:#0f172a;                 /* kart zemini */
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
}

/* Başlıklar & açıklamalar */
html[data-theme="dark"] #login-overlay .modal-body h1{ color:#e6efff; }
html[data-theme="dark"] #login-overlay .modal-body p{ color:#b6c2d9; }

/* Fieldset/legend ve o ince çizgiler */
html[data-theme="dark"] #login-overlay fieldset{
  border:1px solid rgba(255,255,255,.08) !important;
  background:transparent;
}
html[data-theme="dark"] #login-overlay legend{
  color:#c7d2fe;
  padding:0 6px;
  border:0;
}

/* Etiketler */
html[data-theme="dark"] #login-overlay .control-label{ color:#9fb0c8; }

/* Input / select / tel alanları */
html[data-theme="dark"] #login-overlay .form-control{
  background:#0e1628;
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  box-shadow:none;
}
html[data-theme="dark"] #login-overlay .form-control:focus{
  border-color:#3b82f6;
  outline:0;
  box-shadow:0 0 0 3px rgba(59,130,246,.25);
}
html[data-theme="dark"] #login-overlay ::placeholder{
  color:rgba(229,231,235,.55);
}

/* Radio/checkbox’lar */
html[data-theme="dark"] #login-overlay input[type="radio"],
html[data-theme="dark"] #login-overlay input[type="checkbox"]{
  accent-color:#3b82f6;   /* modern tarayıcılar */
}
html[data-theme="dark"] #login-overlay .radio label,
html[data-theme="dark"] #login-overlay .radio-inline{ color:#d1d7e6; }

/* intl-tel-input açılır listesi */
html[data-theme="dark"] #login-overlay .intl-tel-input .country-list{
  background:#0e1628;
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,.12);
}

/* reCAPTCHA (v2) – koyu arkaplanda soluk kalmasın.
   Garip görünürse bu satırı kaldırabilirsin. */
html[data-theme="dark"] #login-overlay .g-recaptcha{
  filter: invert(1) hue-rotate(180deg);
}

/* Onay linki ve butonlar */
html[data-theme="dark"] #login-overlay .agree{ color:#9ac3ff; }
html[data-theme="dark"] #login-overlay .agree:hover{ color:#cfe0ff; }

html[data-theme="dark"] #login-overlay .buttons .btn-primary,
html[data-theme="dark"] #login-overlay input.btn.btn-primary{
  background:#3b82f6;
  border-color:#2b6adf;
  color:#fff;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(59,130,246,.35);
}

/* =========================
   Dark Mode — Bootstrap Modal (global)
   Gizlilik / Çerez sözleşmesi vb. tüm modallar
   ========================= */
html[data-theme="dark"] .modal-backdrop.in,
html[data-theme="dark"] .modal-backdrop.show{
  background:#000 !important;
  opacity:.65 !important;
}

html[data-theme="dark"] .modal .modal-content{
  background:#0f172a !important;                 /* kart zemini */
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:14px !important;
  box-shadow:0 20px 60px rgba(0,0,0,.45) !important;
}

html[data-theme="dark"] .modal .modal-header{
  background:transparent !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
html[data-theme="dark"] .modal .modal-title{
  color:#e6efff !important;
}

html[data-theme="dark"] .modal .close{
  color:#cbd5e1 !important;
  text-shadow:none !important;
  opacity:.7 !important;
}
html[data-theme="dark"] .modal .close:hover{ opacity:1 !important; color:#fff !important; }

html[data-theme="dark"] .modal .modal-body{
  color:#dbe3f0 !important;
}

/* Başlık ve metinler – inline stilleri bastır */
html[data-theme="dark"] .modal .modal-body h1,
html[data-theme="dark"] .modal .modal-body h2,
html[data-theme="dark"] .modal .modal-body h3,
html[data-theme="dark"] .modal .modal-body h4,
html[data-theme="dark"] .modal .modal-body h5{
  color:#e6efff !important;
}
html[data-theme="dark"] .modal .modal-body p,
html[data-theme="dark"] .modal .modal-body li,
html[data-theme="dark"] .modal .modal-body span{
  color:#cbd5e1 !important;
}
html[data-theme="dark"] .modal .modal-body a{
  color:#9ac3ff !important;
  text-decoration:underline;
}

/* Not/kutu blokları (note, note-success) */
html[data-theme="dark"] .modal .modal-body .note,
html[data-theme="dark"] .modal .modal-body .note-success{
  background:#0e1628 !important;
  color:#dbe3f0 !important;
  border:1px solid rgba(255,255,255,.12) !important;
}

/* Tablolar */
html[data-theme="dark"] .modal .table{
  background:transparent !important;
  color:#dbe3f0 !important;
}
html[data-theme="dark"] .modal .table > thead > tr > th,
html[data-theme="dark"] .modal .table > tbody > tr > th,
html[data-theme="dark"] .modal .table > tfoot > tr > th,
html[data-theme="dark"] .modal .table > thead > tr > td,
html[data-theme="dark"] .modal .table > tbody > tr > td,
html[data-theme="dark"] .modal .table > tfoot > tr > td{
  background:transparent !important;
  border-color:rgba(255,255,255,.12) !important;
}

/* Inline beyaz arkaplanları topluca sıfırla (Word/HTML’den gelenler) */
html[data-theme="dark"] .modal .modal-body [style*="background-color"]{
  background-color:transparent !important;
}
html[data-theme="dark"] .modal .modal-body [style*="color: rgb(42, 42, 42)"],
html[data-theme="dark"] .modal .modal-body [style*="color: rgb(102, 102, 102)"],
html[data-theme="dark"] .modal .modal-body [style*="color: black"]{
  color:#dbe3f0 !important;
}

/* === DARK PATCH — Ürün liste filtresi (Sırala / Göster / grid-list) === */
html[data-theme="dark"] .product-filter,
html[data-theme="dark"] .product-filter label{
  color:#cbd5e1 !important;
}
html[data-theme="dark"] .product-filter .form-control,
html[data-theme="dark"] .product-filter select.form-control,
html[data-theme="dark"] #input-sort,
html[data-theme="dark"] #input-limit{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .product-filter .form-control option{
  background:#0b1324; color:#e5e7eb;
}

/* grid/list görünüm düğmeleri */
html[data-theme="dark"] .product-filter .btn,
html[data-theme="dark"] .product-filter .btn-default{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
html[data-theme="dark"] .product-filter .btn:hover,
html[data-theme="dark"] .product-filter .btn.active{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
}

/* === DARK PATCH — Ürün kartı butonları (Görüntüle / Demo İncele) === */
html[data-theme="dark"] .product-thumb .btn-view{
  background:#0e1628 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:none !important;
}
html[data-theme="dark"] .product-thumb .btn-view:hover{
  background:#1b2540 !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
}
/* sağdaki mavi butonun kenarı beyaz çizgi göstermesin */
html[data-theme="dark"] .product-thumb .btn-demo{
  border:1px solid rgba(255,255,255,.08) !important; /* maviye uygun ince kenar */
}

/* Genel güvenlik ağı: başka select’ler beyaz kalmasın */
html[data-theme="dark"] select.form-control,
html[data-theme="dark"] select{
  background:#0b1324 !important;
  color:#e5e7eb !important;
  border:1px solid rgba(255,255,255,.18) !important;
}
html[data-theme="dark"] select:focus{
  outline:0 !important;
  box-shadow:0 0 0 2px #0b1220, 0 0 0 4px rgba(91,188,255,.45) !important;
}

/* === Notify (container + içerik) ======================================= */
/* Kutu */
[data-notify="container"]{
  position: fixed;               /* eklentinin inline'ı kalsın; yine de güvence */
  box-sizing: border-box;
  min-width: 320px;
  max-width: 520px;
  padding: 14px 16px 18px 16px;  /* altta progress için yer */
  border-radius: 14px;
  background: var(--surface-2, #fff);
  color: var(--text-1, #0f172a);
  border: 1px solid var(--border, rgba(0,0,0,.12));
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

/* Kapat (×) */
[data-notify="container"] > .close{
  position: absolute; right: 10px; top: 8px;
  line-height: 1;
  font-size: 18px;
  color: var(--text-3, #6b7280);
  opacity: .85;
  text-shadow: none;
}
[data-notify="container"] > .close:hover{ color: var(--text-1, #111827); opacity: 1; }

/* Mesajı resimle yatay hizala */
[data-notify="message"]{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

/* --- Bildirim: resim üstüne binmesini düzelt --- */
[data-notify="message"]{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

[data-notify="message"] > img{
  position: static !important;
  float: none !important;
  display: block !important;
  flex: 0 0 48px !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  object-fit: cover !important;
  border-radius: 5px !important;
  border: 1px solid var(--border, rgba(0,0,0,.12)) !important;
}

[data-notify="message"] .notify-message{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
}


/* “Tekrar gösterme!” notu */
[data-notify="container"] .dc-dont-show{
  margin-top: 8px;
  text-align: right;
  font-size: 12px;
  color: var(--text-3, #6b7280);
  cursor: pointer;
}

/* İlerleme çubuğu: ince alt çizgi gibi */
[data-notify="container"] .progress{
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px; margin: 0; background: transparent;
  border-radius: 0 0 14px 14px; overflow: hidden;
  box-shadow: none;
}
[data-notify="container"] .progress-bar{
  height: 100%;
  background: linear-gradient(90deg, var(--brand,#3b82f6), var(--brand-2,#60a5fa));
  box-shadow: none;
}

/* --- Koyu tema ---------------------------------------------- */
html[data-theme="dark"] [data-notify="container"]{
  background: #0f172a !important;
  color: #e5e7eb !important;
  border-color: rgba(255,255,255,.14) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.55) !important;
}
html[data-theme="dark"] [data-notify="container"] > .close{ color:#94a3b8; }
html[data-theme="dark"] [data-notify="message"] > img{
  border-color: rgba(255,255,255,.14) !important;
}
html[data-theme="dark"] [data-notify="message"] .notify-message a{ color:#9ac3ff; }

/* Eklenti inline background/color yazarsa bastırmak için */
html[data-theme="dark"] [data-notify="container"][style*="background"]{ background:#0f172a !important; color:#e5e7eb !important; }

/* ===== Mobile header & search (light/dark uyumlu) ===== */

/* bar */
.stk .mobile-header{
  background: var(--glass);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 20px rgba(2,6,23,.20);
}

/* ortadaki 3 sütun arasında ayraç çizgisi */
.stk .mobile-header .row > [class*="col-"] + [class*="col-"]{
  border-left: 1px solid var(--border);
}

/* sol menü ve sağ arama butonu */
.stk .mobile-header .to-navigation,
.stk .mobile-header .to-search{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; margin:8px 0;
  border-radius:12px;
  color: var(--text);
  background: transparent;
  border:1px solid var(--border);
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}

/* ikonları FA ile veriyorsan renk otomatik alınır. 
   İkon yoksa aşağıdaki before içeriğini kullanabilirsin: */
.stk .mobile-header .to-navigation::before{
  font-family:"Font Awesome 5 Free"; font-weight:900; content:"\f0c9"; /* bars */
  font-size:20px; line-height:1;
}
.stk .mobile-header .to-search::before{
  font-family:"Font Awesome 5 Free"; font-weight:900; content:"\f002"; /* search */
  font-size:20px; line-height:1;
}

.stk .mobile-header .to-navigation:hover,
.stk .mobile-header .to-search:hover{
  border-color: var(--brand);
  box-shadow: 0 0 0 5px var(--ring);
  background: var(--card);
}

/* mobil arama açılır alanı */
.stk .mobile-search{
  background: var(--glass);
  border-top: 1px solid var(--border);
  padding: 10px 12px;
}

.stk .mobile-search #search .form-control{
  height:44px;
  background: var(--card);
  color: var(--text);
  border:1px solid var(--border);
  border-radius:12px;
  outline:0;
}
.stk .mobile-search #search .form-control::placeholder{ color:#94a3b8; }

.stk .mobile-search #search .btn.btn-default.btn-lg{
  height:44px; min-width:44px;
  border-radius:12px;
  background: linear-gradient(180deg,#4f86ff,#2a7fff);
  color:#fff;
  box-shadow:0 8px 18px rgba(42,127,255,.20);
}
.stk .mobile-search #search .btn.btn-default.btn-lg:hover{
  box-shadow:0 10px 22px rgba(42,127,255,.25);
}

/* logonun olduğu orta kolonun arka planı da glass olsun */
.stk .mobile-header #logo img{ display:inline-block; }

/* — Dark mod otomatik değişkenlerden beslendiği için 
   ek kural gerekmez. (data-theme="dark" veya prefers-color-scheme) */
