@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  src: url('/css/fonts/Roboto-Regular.ttf') format('truetype'),
       url('/css/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: 'lg';
    src: url('fonts/lg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/css/fonts/Lato-Regular.ttf') format('truetype'),
       url('/css/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Romanesco';
  src: url('/css/fonts/Romanesco-Regular.ttf') format('truetype'),
       url('/css/fonts/Romanesco-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Parisienne';
  src: url('/css/fonts/Parisienne-Regular.ttf') format('truetype'),
       url('/css/fonts/Parisienne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Abril Fatface';
  src: url('/css/fonts/AbrilFatface-Regular.ttf') format('truetype'),
       url('/css/fonts/AbrilFatface-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*------------------------------------

/*------------------------------------
	[Table of contents]
	1. Body
	2. Header / #header
	3. Navigation / #navbar
	4. Content / #content
	5. Sidebar / #sidebar
	6. Search / #search
	7. Footer / #footer
	
--------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  width: 100% !important;
  font-size: 14px;

  background-image: url('img/BG-home1.webp') !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}



    /* Her kutu düzgün hesaplansın */
    *, *::before, *::after {
      box-sizing: border-box;
    }
.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form label {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    display: block;
    margin-bottom: 0;
    color: #888
}

.contact-form input {
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: 0;
    background-color: #fff
}

.contact-form textarea {
    line-height: 50px;
    width: 100%;
    height: 200px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: 0;
    background-color: #fff
}

.contact-page-side-content {
    padding: 30px;
    background-color: #f8f4ee
}

.wd-toolbar{position:fixed;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;background-color: rgba(0, 0, 0, 0.8); /* Siyah, %50 opaklık */
 box-shadow:0 0 9px rgba(0,0,0,0.12);color: #fff !important;}

.wd-toolbar>a{display:flex;align-items:center;justify-content:center; color: #fff !important;}

.wd-header-mobile-nav{ width:25%; }

.wd-header-mobile-nav-right{ float:right; text-align:center; }
@media (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .btn-hide {
        display: block;
    }
}

  
    #btn-grid {
        z-index: 9999;
    }

    #btn-list{

        z-index: 9999;
    }


.my-fixed-navbar {
  position: fixed;
  top:109px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #000;
  transition: top 0.3s ease;
}

.my-fixed-navbar.scroll-up {
  top: 0;
}

.my-fixed-navbar .navbar-nav {
  margin-left: 0 !important;
  float: left !important;
  text-align: left !important;
}


@media (max-width: 768px) {
    .mobil-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .mobil-flex .show-side,
    .mobil-flex .pagi {
        display: flex;
        align-items: center;
        gap: 6px;
        width: 50%;
        padding: 0;
        margin: 0;
    }

    .mobil-flex .show-side button,
    .mobil-flex .pagi select {
        flex-shrink: 0;
        max-width: 100%;
    }

    /* Sayfalama elemanı varsa kayma yapmasın */
    .mobil-flex .pagi {
        flex-direction: column;
        align-items: flex-end;
    }
}
/* Kategori Başlık Alanı - Genel Stil */
.kategori-header {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
    position: relative;
}
.my-fixed-navbar .menu-main {
  float: none !important;
  display: inline-block !important;
  margin: 0 auto !important;
}

.my-fixed-navbar .navbar-collapse {
  text-align: center;
}

.my-fixed-navbar ul li a {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.my-fixed-navbar ul li a:hover {
  color: #c00; /* markana göre değiştir */
}
.my-fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000; /* veya sitenin arka planına göre */
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}

.my-fixed-navbar .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.my-sticky-navbar {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Scroll sonrası fixed hale gelsin */
.my-sticky-navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Menü linkleri */
.my-sticky-navbar .nav > li > a {
  padding: 14px 20px;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.my-sticky-navbar .nav > li > a:hover {
  color: #c00;
}

body {
  margin: 0;
}

.navbar-nav > li > a {
  padding: 15px 20px;
  color: #333;
  font-weight: 500;
}

.navbar-nav > li > a:hover {
  color: #c00;
}

.my-fixed-navbar .dropdown-menu {
  margin-top: 0 !important;
}

/* Koyu şeffaf overlay efekti */
.kategori-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Başlık içeriği */
.kategori-header h1 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Geri butonu */
.kategori-header h1 a {
    font-size: 40px;
    text-decoration: none;
    color: #fff;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .kategori-header {
        height: 180px;
        padding: 0 15px;
        justify-content: center;
        text-align: center;
    }

    .kategori-header h1 {
        font-size: 32px;
        flex-direction: column;
    }

    .kategori-header h1 a {
        font-size: 24px;
    }

}

.etiket-badge {
    display: inline-block;
    background: #f0f0f0;
    color: #444;
    font-size: 14px;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 30px;
    border: 1px solid #ccc;
    text-decoration: none;
    transition: 0.3s;
}
a .etiket-badge:hover {
    background: #ffe6ea;
    border-color: #ffb3c1;
    color: #c1121f;
}
a {
    text-decoration: none;
}

@media (min-width: 1025px){.wd-toolbar{display:none}}@media (max-width: 1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .wd-sticky-btn{bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:152px}}@media (max-width: 768px){.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:123px}}@media (max-width: 575px){.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:109px}}
.menu-item-name{ text-align:center;  float:right; width:100%;  font-size:12px;  }
	.menu-item-div { text-align:center; float:right; width:110px; font-size:14px; margin-top:20px;  }

	.menu-item { text-align:center; float:right; width:100%; height:30px; font-size:14px;  }
	.menu-item a{font-size:14px; color:#999;  }




 

.menu-item-tools {  width:100%; text-align:center; color: #fff !important;  font-size:14px; padding:12px; }
	.menu-item-tools a{font-size:20px; color: #fff !important; line-height:10px;   }
	.menu-item-tools icon{font-size:20px; color: #fff !important; line-height:10px;   }


.menu-item-name-tools{ text-align:center;  line-height:5px;   font-size:10px; color:#fff; }

.menu-item-name-tools a{font-size:11px; color:#fff;  }


.menu-item-name-tools-right{ text-align:left; padding-top:5px;  line-height:5px;   font-size:5px;  }

.menu-item-name-tools-right a{font-size:11px; color:#000; text-align:center;  }



.icon{font-size:16px; width:100%; text-align:center; color:#fff; display: inline-block;
	}

.menu-itembn { float:left; text-align:left;  position:relative; width:15%; padding:10px;  height:100px; margin-right:9px; margin-left:10px; border-radius:6px; background-color:#0FF; font-size:22px; font-family: 'Josefin Sans', sans-serif; font-weight:300; text-align:center; } 
.navbarlogo{ width: 80%}
.menu-itemtext {   word-spacing: 1px; letter-spacing: 1px; color:#000; text-transform:uppercase;  font-size:15px; font-family: 'Roboto', sans-serif; font-weight:300; text-align:center;  position: relative;  top: 50%; transform: perspective(1px) translateY(-50%); padding:20px;} 

.menu-itembn:hover { } 

.active-bg-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all .3s ease;
  top: 0; }

* {
  outline: 0 !important; }

img {
  margin: 0 auto !important; }

nav .open a {
  background-color: unset !important; }
  nav .open a:hover {
    background-color: unset !important; }
  nav .open a:focus {
    background-color: unset !important; }

.form-control:focus {
  box-shadow: unset;
  border-color: unset; }

@media (min-width: 1200px) {
  .container-menu {
    width: 1000px !important; } }
@media (max-width: 767px) {
  .navbar-nav.language {
    float: none !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
      padding-left: 7px;  
  }

  .navbar-nav.language > li {
    float: none !important;
    margin-right: 10px;    border-right: none;  padding: 0px; 
  }

  .eng-language {
    order: -1; /* İlk sıraya gelsin istiyorsan */
  }
}@media (max-width: 767px) {
  .navbar-header.mobile-menu {
    float: left;
  }

  .navbar-toggle {
    margin-left: 0;
    margin-right: auto;
  }
}

.navbar-nav>li>a{color: #000000;}
.space {
  display: flex;
  justify-content: space-between;
    margin-top: 40px;
}
@media (max-width: 768px) {
  .carousel-inner {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 oran */
  }

  .carousel-inner .item {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
  }

  .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}.carousel-inner {
  width: 100%;
}

.carousel-inner .item {
  width: 100%;
  height: 100%; /* Kare oran: ekran genişliği kadar yükseklik */
}

@media (min-width: 768px) {
  .carousel-inner .item {
    height: 600px; /* Masaüstü için sabit yükseklik */
  }
}


@media (max-width: 767px) {
  .sep-mobil {
    position:absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    padding: 5px;
  }

  .sep-mobil img {
  
  }

  .sep-mobil .dropdown-menu {
    left: auto;
    right: 0;
  }
}

header .menu-main li:first-child a {  padding-left: 7px !important;}

#myNavbar li{  margin-left: 0px !important;}

@media (max-width: 767px) {
  header {
    padding: 0px !important;
    margin: 0;
    background-color: #fff; /* Arka plan istersen */
    box-shadow: none; /* Gölgeyi kaldır */
  }

  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-nav.nav-help {
    display: none; /* Telefon ve WhatsApp bilgilerini gizlemek için */
  }

  .language-menu {
    font-size: 14px;
    text-align: left;
  }
}

h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.gt_float_switcher .gt-selected .gt-current-lang { padding: 0px !important;
}
.gt_float_switcher {
  font-family: "Lato", sans-serif;
  font-size: 15px !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.gt-selected, .gt-current-lang {
  cursor: pointer !important;
  background: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}.gt_float_switcher-arrow {
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-left: 8px !important;
  border: solid #aaa !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
  background: none !important;
  vertical-align: middle !important;
  transition: border-color 0.2s;
}

.gt-selected:hover .gt_float_switcher-arrow,
.gt-current-lang:hover .gt_float_switcher-arrow {
  border-color: #333 !important;
}

.gt_options {
  margin-top: 8px !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 2px 18px #0002 !important;
  min-width: 140px !important;
  position: absolute !important;
  right: 0 !important;
  top: 7px !important;
  z-index: 99999999 !important;
}
#gt_float_wrapper {
    position:inherit !important;
  z-index: 99999 !important;
  background: none !important;
  overflow: visible !important;
}

/* Mobil görünüm için özelleştirme */
@media (max-width: 576px) {
  .gt_options {
    left: 0 !important;
    min-width: 120px !important;
    top: 5px !important;
    font-size: 14px !important;
  position: absolute !important;
      z-index: 99999 !important;

  }
    
    #gt_float_wrapper {
    right: 5px !important;  position: absolute;  z-index: 99999 !important;

  }
    #gt_float_wrapper {
    position:absolute !important;
  z-index: 99999 !important;
  background: none !important;
  overflow: visible !important;
}  
    
}






.gt_options a.nturl {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #222 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background 0.15s;
}
.gt_options a.nturl:hover {
  background: #eee !important;
}
.gt_options img {
  width: 20px !important;
  height: 16px !important;
  border-radius: 3px !important;
  margin-right: 0 !important;
} 
.gt_float_switcher img {
  width: 20px !important;
  height: 16px !important;
  border-radius: 3px !important;
  margin-right: 0 !important;
} 
.gt-current-lang .gt-lang-code {
  font-size: 15px !important;
  margin-left: 2px;
    padding: 3px;
}
.gt_float_switcher-arrow {
  margin-left: 8px !important;
  border: solid #aaa !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block !important;
  padding: 3px !important;
  transform: rotate(45deg);
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0; }

.nav > li > a > img {
  max-width: 100%; }

.nav-pills > li + li {
  margin-left: 0; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #fff; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: unset !important; }

.show-search {
  opacity: 1 !important;
  visibility: visible !important; }

/*slick*/
.slider {
  width: 100%;
  margin: 0 auto; }

.slick-slide {
  margin: 0px 20px; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

/*end slick*/
ul.breadcrumb {
  padding: 15px 0;
  list-style: none;
  background: #fff; }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 5px 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: black;
  color: #888888;
  content: ">"; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    font-family: "Kumbh Sans", sans-serif;

  font-weight: 500;
  font-size: 14px;
  color: black;
  color: #888888;
  text-decoration: none; }

ul.breadcrumb li:last-child a {
  color: black;
  font-weight: bold; }

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: black;
  text-decoration: none; }

@media all and (min-width: 320px) {
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1),
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none; }

  .col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
    clear: left; } }
@media all and (min-width: 768px) {
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1),
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1),
  .col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
    clear: none; }

  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left; } }
@media all and (min-width: 992px) {
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1),
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1),
  .col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
    clear: none; }

  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 1200px) {
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1),
  .col-xs-1:nth-child(12n+1), .col-xs-2:nth-child(6n+1), .col-xs-3:nth-child(4n+1), .col-xs-4:nth-child(3n+1), .col-xs-6:nth-child(2n+1) {
    clear: none; }

  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left; } }
.panel {
  box-shadow: unset;
  border-radius: 0; }

/*--------------------------------ui----------------------------*/
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: none;
  background-color: black;
  border: none;
  outline: none; }

.ui-slider-range {
  background: none;
  background-color: black;
  border: none; }

#slider-3 {
  border: none;
  height: 5px;
  border-radius: 0;
  background: #9a9a9a; }
.navbar-top {
  background-color:#fef6fa;
}
/* Genel yapı */
.eng-language {
  position: relative;
  list-style: none;
}
.itembnright,
.itembnrightmobil {
  text-align: center;
  display: inline-block;
  vertical-align: top; margin-top: 10px;
}
@media (max-width: 767px) {
  .itembnright,
  .itembnrightmobil {
    width: 50%;
    display: inline-block;
    float: left;
      padding: 0px; margin-top: 10px;
  }
}

.banner-zoom-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* daima kare */
  max-width: 200px;
  border-radius: 50%;
  padding: 6px;
  background: white;
  border: 4px solid #f7e4e4;
  box-shadow: 0 0 20px rgba(255, 204, 229, 0.6);
  object-fit: cover;
  transition: 0.4s ease-in-out;
  display: block;
  margin: auto; /* ortala */
}



.banner-zoom-img:hover {
  transform: scale(1.05);
}

.banner-zoom-img-mobil {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 6px; /* beyaz boşluk */
  background: white; /* boşluk rengi */
  border: 4px solid #f7e4e4; /* pembe çerçeve */
  box-shadow: 0 0 20px rgba(255, 204, 229, 0.6); /* dış ışıltı */
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.banner-zoom-img-mobil:hover {
  transform: scale(1.05);
}
.minibn-text-mobil {
font-family: 'Parisienne', cursive;
  font-size: 20px;
  color:#C08787;
  text-align: center;
  margin-top: 10px;
}
.minibn-text {
font-family: 'Parisienne', cursive;
  font-size: 25px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
.border-ayrac {
  width: 60px;
  height: 2px;
  background: #000;
  margin: 8px auto 12px auto;
  border-radius: 2px;
  opacity: 0.6;
}
.top{
    margin-top: 90px;
}
/* Konteyner içindeki elemanları ortala */
.container.twnmobil,
.container.pd5 {
  text-align: center;
}

.eng-language > a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.eng-language > a:hover {
  color: #000;
}
.kdvdahil{color: #949494;   font-family: "Kumbh Sans", sans-serif;
 font-size: 15px; font-weight: 4.sale00; }
/* Bayrak veya simge */
#language-icon {
  width: 24px;
  height: 16px;
  background-image: url('images/flags/tr.png'); /* Örnek bayrak */
  background-size: cover;
  background-position: center;
  margin-left: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* Açılır menü örneği */
.eng-language:hover .language-menu {
  display: block;
}

.language-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 150px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

.language-menu a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.language-menu a:hover {
  background-color: #f9f9f9;
}

.range-p input {
  border: 0;
    font-family: "Kumbh Sans", sans-serif;

  font-weight: 400;
  font-size: 14px;
  color: black;
  outline: 0; }

/*end*/
/*---------*/
.active-btn {
  background: black !important;
  color: #fff; }

/*custom select*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: black;
  width: 100%;
  height: 36px;
  margin-left: 20px; 

}
/* Modal Tasarımı */
.ai-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.warning{font-size: 1.2rem;}
.ai-modal-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.ai-suggestions {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.ai-suggestion-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 5px 0;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #ddd;
}

.ai-suggestion-item:hover {
    background: #e9ecef;
}

/* Butonlar */
.ai-modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.ai-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.ai-refresh {
    background: #a00;
    color: #fff;
}

.ai-close {
    background: #ddd;
}
/* Picker başlangıçta gizli */
.hidden {
    display: none;
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
    margin-top: 15px; 
    padding-left: 25px;clear: none !important;
}

.search-form {
  display: flex;
  width: 100%; 
  border: 1px solid #ccc;
  border-radius: 25px;
  overflow: hidden;  
clear: none !important;

}

.search-form input[type="text"] {
padding: 10px 15px;
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: var(--wd-form-brd-radius);
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}

.search-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}

.search-form button i {
  font-size: 1rem;
}
.emoji-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

/* Emoji Picker Konteyner */
.emoji-picker {
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
}

/* Gizli Durum */
.hidden {
    display: none;
}


.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eeeeee;
  padding: 8px 15px;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: Font Awesome\ 5 Free; }
  .select-styled:active:after, .select-styled.active:after {
    transform: rotate(180deg); }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #e6e6e6;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #c0392b;
      background: #fff; }
    .select-options li[rel="hide"] {
      display: none; }
.category-top {margin-top: 150px;  height: 300px; width: 100%; }


.page-top {
  margin-top: 100px; /* Masaüstü ve genel için */
}

@media (max-width: 767px) {
  .page-top {
    margin-top: 20px; /* Ekran genişliği 767px ve altıysa (mobil), bu değeri geçersiz kılıp 20px yapar */
  }
}

.wellcome {
  padding-bottom: 130px; }
  .wellcome .media {
    padding-bottom: 20px; }
    .wellcome .media .media-body {
      padding-left: 20px; }
      .wellcome .media .media-body h1 {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 18px;
        margin-top: 10px;
        color: #4e4e4e; }
      .wellcome .media .media-body h2 {
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 30px;
        color: black;
        margin-top: 0; }
  .wellcome p {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 16px;
    color: black;
    padding: 0 90px 20px 0; }
  .wellcome .social-well span {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 600;
    font-size: 16px;
    color: black;
    padding-right: 20px;
    position: relative;
    top: -10px; }
  .wellcome .social-well a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    opacity: .3;
    transition: all .5s ease; }
    .wellcome .social-well a#link-insta2 {
      background-image: url("img/social-v3.png");
      background-position: 0 0;
      height: 35px;
      background-repeat: no-repeat; }
    .wellcome .social-well a#link-fb2 {
      background-image: url("img/social-v3.png");
      background-position: -35px 0;
      height: 35px;
      background-repeat: no-repeat; }
    .wellcome .social-well a#link-tw2 {
      background-image: url("img/social-v3.png");
      background-position: -70px 0;
      height: 35px;
      background-repeat: no-repeat; }
    .wellcome .social-well a#link-sky2 {
      background-image: url("img/social-v3.png");
      background-position: -105px 0;
      height: 35px;
      background-repeat: no-repeat; }
    .wellcome .social-well a:hover {
      opacity: 1; }
  .wellcome #img-about {
    overflow: hidden;
    position: relative;
}
    .wellcome #img-about::before {
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 33%;
      display: block;
      content: '';
      width: 25%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(50deg);
      transform: skewX(50deg);
      transition: all .3s ease-in-out; }
    .wellcome #img-about:hover::before {
      opacity: 1;
      -webkit-animation: shine-left .3s linear forwards;
      animation: shine-left .3s linear forwards;
      overflow: hidden; }
    .wellcome #img-about::after {
      opacity: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 33%;
      display: block;
      content: '';
      width: 25%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(50deg);
      transform: skewX(50deg);
      transition: all .3s ease-in-out; }
    .wellcome #img-about:hover::after {
      opacity: 1;
      -webkit-animation: shine-right .3s linear forwards;
      animation: shine-right .3s linear forwards;
      overflow: hidden; }

/*----end----*/
figure.bg-input {
  position: relative; }

figure.bg-input::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 36px;
  background: #eeeeee;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  left: -15px; }

figure.bg-input::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 36px;
  background: #eeeeee;
  position: absolute;
  bottom: 8px;
  z-index: -1;
  left: 78px; }
/* ðŸ“Œ FIELDSET VE BAÅžLIK STÄ°LÄ° */
.siparis-fieldset {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    position: relative;


}

.siparis-legend {
 
    color: #333;
    padding: 0 15px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 40px;
	width: auto;
	text-align: left;
	border: none;
  font-family: "Roboto Slab", serif;
  font-weight:bold ;
  font-style: normal;
    font-size: 1.2rem;
}

/* ðŸ“Œ FORM ALANLARI */
.siparis-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.siparis-label {
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}

/* ðŸ“Œ INPUT VE SELECT ALANLARI */
.siparis-input, .siparis-select, .siparis-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.siparis-input::placeholder {
    color:#E8E8E8; /* ðŸ“Œ Placeholder rengini gri yap */
    opacity: 1; /* ðŸ“Œ BazÄ± tarayÄ±cÄ±larda ÅŸeffaf olmamasÄ± iÃ§in */
}

/* ðŸ“Œ Safari ve eski tarayÄ±cÄ± desteÄŸi iÃ§in */
.siparis-input::-webkit-input-placeholder {
    color: #A7A7A7;
}

.siparis-input:-moz-placeholder {
    color: #A7A7A7;
}

.siparis-input::-moz-placeholder {
    color: #A7A7A7;
}

.siparis-input:-ms-input-placeholder {
    color: #A7A7A7;
}

.siparis-input:focus, .siparis-select:focus, .siparis-textarea:focus {
    border-color: #ff3d00;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 61, 0, 0.3);
}

/* ðŸ“Œ TELEFON NUMARASI ALANI */
/* ðŸ“Œ Telefon AlanÄ± Genel TasarÄ±m */
.siparis-phone-container {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    padding: 5px;
    position: relative;
}

/* ðŸ“Œ Ãœlke Kodunun GÃ¶rÃ¼ndÃ¼ÄŸÃ¼ Buton */
.siparis-country-dropdown {
    position: relative;
   
}

.siparis-country-dropdown button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border: none;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

.siparis-country-dropdown .flag {
    font-size: 18px;
}

.siparis-country-dropdown .arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    margin-left: 5px;
    transition: transform 0.3s;
}

/* ðŸ“Œ AÃ§Ä±kken oku ters Ã§evir */
.siparis-country-dropdown.open .arrow {
    transform: rotate(135deg);
}

/* ðŸ“Œ Ãœlke KodlarÄ± Listesi */
.country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
	padding-left: 0px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 250px; /* ðŸ“Œ Ã‡ok fazla Ã¼lke olursa aÅŸÄ±rÄ± uzamasÄ±n */
    overflow-y: auto;
    overflow-x: hidden; /* ðŸ“Œ Yatay scroll Ã§Ä±kmasÄ±nÄ± Ã¶nler */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

/* 📌 Ana dropdown kapsayıcı */
.sehir-dropdown-container {
    position: relative;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}

/* 📌 Placeholder alanı */
.sehir-dropdown-container input {
    width: 100%;
    border: none;
    font-size: 16px;
    outline: none;
    background: transparent;
}

/* 📌 Dropdown içeriği */
.sehir-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

/* 📌 Arama Kutusu */
.search-box {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
}

.search-box input {
    width: 100%;
    padding: 8px;
    border: none;
    font-size: 14px;
    outline: none;
}

/* 📌 Şehir Listesi */
.sehir-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 📌 Şehir Başlıkları */
.sehir-header {
    background: #8b0000;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-transform: capitalize;
}

/* 📌 Şehir Listesi Öğeleri */
.sehir-list li {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.sehir-list li:hover {
    background: #eee;
}

/* 📌 Scroll Bar */
.sehir-dropdown::-webkit-scrollbar {
    width: 5px;
}

.sehir-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sehir-dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.sehir-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.siparis-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Saatler için fade-in efekti */
.fade-in {
    opacity: 0;
    animation: fadeInEffect 0.5s ease-in forwards;
}

@keyframes fadeInEffect {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}



/* ðŸ“Œ TELEFON NUMARASI ALANI */
/* ðŸ“Œ Telefon AlanÄ± Genel TasarÄ±m */
.siparis-phone-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    padding: 5px;
    position: relative;
}
.siparis-phone-container input {

    width: 80%;

}
/* ðŸ“Œ Ãœlke Kodunun GÃ¶rÃ¼ndÃ¼ÄŸÃ¼ Buton */
.siparis-country-dropdown {
    position: relative;
      width: 20%;
}

.siparis-country-dropdown button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border: none;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}

.siparis-country-dropdown .flag {
    font-size: 18px;
}

.siparis-country-dropdown .arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    margin-left: 5px;
    transition: transform 0.3s;
}

/* ðŸ“Œ AÃ§Ä±kken oku ters Ã§evir */
.siparis-country-dropdown.open .arrow {
    transform: rotate(135deg);
}

/* ðŸ“Œ Ãœlke KodlarÄ± Listesi */
.country-list-alici {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
	padding-left: 0px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 250px; /* ðŸ“Œ Ã‡ok fazla Ã¼lke olursa aÅŸÄ±rÄ± uzamasÄ±n */
    overflow-y: auto;
    overflow-x: hidden; /* ðŸ“Œ Yatay scroll Ã§Ä±kmasÄ±nÄ± Ã¶nler */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}



/* ðŸ“Œ Scroll Ã§Ä±kmasÄ±nÄ± Ã¶nleme ve mobil uyum */
@media screen and (max-width: 768px) {
    .country-list {
        max-height: 300px; /* ðŸ“Œ Mobilde biraz daha bÃ¼yÃ¼k olabilir */
    }
}

/* ðŸ“Œ Ä°nce Scroll Bar */
.country-list-alici::-webkit-scrollbar {
    width: 6px; /* ðŸ“Œ Ä°nce scroll */
}

.country-list-alici::-webkit-scrollbar-track {
    background: #f1f1f1; /* ðŸ“Œ Scroll arkasÄ± */
    border-radius: 10px;
}

.country-list-alici::-webkit-scrollbar-thumb {
    background: #999; /* ðŸ“Œ Scroll rengi */
    border-radius: 10px;
}

.country-list-alici::-webkit-scrollbar-thumb:hover {
    background: #777; /* ðŸ“Œ Scroll Ã¼zerine gelince koyulaÅŸÄ±r */
}

/* ðŸ“Œ Scrollâ€™un Mozilla Firefox iÃ§in uyumu */
.country-list-alici {
    scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}
.country-list-alici li {
    list-style: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.country-list-alici li:hover {
    background: #eee;
}

/* ðŸ“Œ Ä°nce Scroll Bar */
.country-list::-webkit-scrollbar {
    width: 6px; /* ðŸ“Œ Ä°nce scroll */
}

.country-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* ðŸ“Œ Scroll arkasÄ± */
    border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb {
    background: #999; /* ðŸ“Œ Scroll rengi */
    border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb:hover {
    background: #777; /* ðŸ“Œ Scroll Ã¼zerine gelince koyulaÅŸÄ±r */
}

/* ðŸ“Œ Scrollâ€™un Mozilla Firefox iÃ§in uyumu */
.country-list {
    scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}
.country-list li {
    list-style: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.country-list li:hover {
    background: #eee;
}

/* ðŸ“Œ Telefon NumarasÄ± Input */
.siparis-phone-container input {
    border: none;
    flex-grow: 1;
    padding: 12px;
    font-size: 16px;
    outline: none;
    margin-left: 10px;
}


/* ðŸ“Œ TESLÄ°MAT TARÄ°HÄ° VE SAAT BUTONLARI */
.siparis-delivery-container {
      display: flex
;
    width: 100%;
    gap: 1rem;
    position: relative;
}

.siparis-delivery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.siparis-day {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: #f1f1f1;
    width: 23%; /* 4'lü dizilim için */
    border: 1px solid #10101008;
    border-radius: 10px;
     font-family: "Roboto", serif;
  font-weight:bold ;
  font-style: normal;
    font-size:1rem;
        cursor: pointer; /* Butona tıklanabilir olduğunu göstermek için */


}


.siparis-form-group-cotegory {
    margin-bottom: 15px;
    width: 100%;
}

.siparis-label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.siparis-input, .siparis-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
}

.siparis-textarea {
    min-height: 80px;
    resize: none;
}

.ai-suggestion {
    text-align: center;
    margin-top: 10px;
}

#aiGenerate {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

#aiGenerate:hover {
    background-color: #ddd;
}

.day-gray {
    font-weight: 400;
    color: #A0A0A0; /* Varsayılan gri renk */
}

/* Tıklanınca aktif olan butonları beyaz yap */
.siparis-day.active,
.siparis-day.active .day-gray {
    color: #fff !important;
}

/* Hover ve Aktif Durum */
 .siparis-day.active {
    color:#fff;
  background: rgb(166, 0, 0);
}

/* 📌 Mobilde 2 Buton Yan Yana */
@media (max-width: 768px) {
    .siparis-day {
        width: 48%; /* 2'li dizilim için */
    }
}

/* 📌 Daha Küçük Ekranlar (Telefon) */
@media (max-width: 480px) {
    .siparis-day {
        width: 100%; /* Tek sıra olacak */
    }
}


.siparis-delivery-type {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.siparis-delivery-btn {
    flex: 1;
    display: flex;
    flex-direction: column; /* ðŸ“Œ SVG'nin Ã¼stte, yazÄ±nÄ±n altta olmasÄ± iÃ§in */
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    width: 50%;
    background: #f5f5f5;
    color: #444;
    gap: 10px; /* SVG ile yazÄ± arasÄ±nda boÅŸluk bÄ±rak */
}
.slider-nav{padding: 17px; }
.siparis-delivery-btn svg {
    width: 50px;
    height: 50px;
    fill: currentColor; /* SVG rengini butonun yazÄ± rengiyle aynÄ± yapar */
}

.siparis-delivery-btn span {
    display: block;
    text-align: center;
    font-size: 14px;
}

.siparis-delivery-btn.active {
    background: #a60000;
    color:#FFFFFF;
}
.siparis-delivery-btn.active svg {
    color:#FFFFFF;
}

.siparis-delivery-btn:not(.active):hover {
    background: #ddd;
}

/* ðŸ“Œ Mobil uyumlu yapÄ± */
@media screen and (max-width: 768px) {
    .siparis-delivery-btn {
        width: 100%;
    }
}


.siparis-takvim {
    position: relative;
    background: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    min-width: 120px;
    text-align: center;
}

/* ðŸ“… Butonun iÃ§indeki tarih ve metni ortalar */
.siparis-takvim .daydate,
.siparis-takvim .daytext {
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
         font-family: "Roboto", serif;

}

.siparis-time-options {
    display: flex;
    flex-wrap: wrap; /* Sığmayanları alt satıra geç */
    gap: 10px; /* Butonlar arasında boşluk bırak */
    justify-content: left; /* Ortalamak için */
}


.siparis-time-options p{
    border:dotted 1px #a60000;
    color: #a60000;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}



.siparis-time-btn{
     padding: 10px;
    margin-top: 15px;
    margin-right: 7px;
    flex-direction:row;
    align-items: left;
    justify-content: left;
    text-align: center;
    color: black;
    background-color: #f1f1f1;
    width: 23%; /* 4'lü dizilim için */
    border: 1px solid #10101008;
    border-radius: 10px;
     font-family: "Roboto", serif;
  font-weight:400 ;
  font-style: normal;
    font-size:1rem;   
    
    
}

.siparis-time-btn.active{

    background-color: #a60000; 
    
     color: white;
}
/* ðŸ“… Takvim input gÃ¶rÃ¼nmez olacak ama aktif */
#siparis-takvim-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}




@media (max-width: 768px) {
  .aciklama-kisa {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}


.detail{}
.aciklama-kisa {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* ⬅️ sadece 2 satır göster */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
    width: 100%;
    margin-top: 50px;
}
    
.sepet-container {
  display: flex;
  align-items: center;
  gap: 16px; /* Aralarına boşluk bırakır */
}

.adet-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  /* genişlik otomatik, kutuya sığar */
}

.sepete_ekle {
  padding: 10px 18px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  background: #50b350;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sepete_ekle i {
  font-size: 20px;
}

/* Mobilde alt alta ve %100 genişlik */
@media (max-width: 768px) {
  .sepet-container {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .adet-wrapper,
  .sepete_ekle {
    width: 100%;
    justify-content: center;
  }
}

/* Adet Değiştirme Butonları */
.adet-btn {
    background: #f5f5f5;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.adet-btn:hover {
    background: #ddd;
}

/* Adet Giriş Alanı */
.adet {
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 8px;
}

/* Sepete Ekle Butonu */
.sepete_ekle {
    background: #000;
    color: white;
    border: none;
    padding: 12px 100px;
    font-size: 16px;
    border-radius: 80px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hexagon-box {
  text-align: center;
  width: 160px;
  margin: 20px;
  perspective: 800px; /* 3D derinlik */
}

.hexagon {
  width: 100%;
  aspect-ratio: 1 / 0.866;
  background-size: cover;
  background-position: center;
  clip-path: polygon(
    25% 5.77%, 75% 5.77%,
    100% 50%, 75% 94.23%,
    25% 94.23%, 0% 50%
  );
  border: 4px solid #d50000;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* ✨ hafif yükselme */
}

.hexagon:hover {
  transform: translateY(-10px) scale(1.05) rotateX(5deg);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2); /* ✨ hover’da daha çok yükselme */
}

.hexagon-box span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222;
}


.sepete_ekle:hover {
    background: #000;
}

.sepete_ekle i {
    font-size: 20px;
}
.productcode{ 
    width: 100%;
          font-family: "Kumbh Sans", sans-serif;

        font-weight: bold;
        font-size: 14px;
        color: black;
    float: left;
        }
.product-content h1 {
       font-family: "Kumbh Sans", sans-serif;

        font-weight: bold;
        font-size: 3em;
    
    
}
.product-content {
       font-family: "Kumbh Sans", sans-serif;

        font-weight: bold;
        font-size: 1em;
    width: 100%;
    margin-top: 10px;

    
    
}
/* ðŸ“Œ BUTONLAR */
.siparis-button {
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    background: #ff3d00;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.siparis-button:hover {
    background: #cc3200;
}

/* ðŸ“Œ MOBÄ°L UYUMLU YAPI */
@media screen and (max-width: 768px) {
    .siparis-fieldset {
        padding: 15px;
    }

    .siparis-legend {
        font-size: 16px;
    }

    .siparis-input, .siparis-select, .siparis-textarea {
        font-size: 16px;
    }

    .siparis-phone-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .siparis-phone-container select {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*------tab--------*/
.nav-tabs {
  border-bottom: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent; }

.nav-tabs > li > a {
  border: 0; }

/*----*/
@-webkit-keyframes shine-left {
  100% {
    right: 100%; } }
@keyframes shine-left {
  100% {
    right: 100%; } }
/*-----*/
@-webkit-keyframes shine-right {
  100% {
    left: 100%; } }
@keyframes shine-right {
  100% {
    left: 100%; } }
.carousel-caption {
  text-shadow: unset; margin-top: 100px; }

/*----grid-list------*/
.pro-list {
  transition: all .35s ease-in-out;
  width: 100% !important; }
  .pro-list .product-image-flower {
    float: left; }
    @media (min-width: 320px) {
      .pro-list .product-image-flower {
        width: 100%; } }
    @media (min-width: 568px) {
      .pro-list .product-image-flower {
        width: 50%; } }
    @media (min-width: 768px) {
      .pro-list .product-image-flower {
        width: 40%; } }
  .pro-list .product-title-flower {
    float: left;
    text-align: left !important;
    padding-left: 25px; }
    @media (min-width: 320px) {
      .pro-list .product-title-flower {
        width: 100%;
        padding: 20px 0; } }
    @media (min-width: 568px) {
      .pro-list .product-title-flower {
        width: 50%;
        padding: 0 0 0 25px; } }
    @media (min-width: 768px) {
      .pro-list .product-title-flower {
        width: 60%; } }
    .pro-list .product-title-flower h5 {
      margin-top: 0; }
      .pro-list .product-title-flower h5 a {
        font-weight: 600 !important;
        font-size: 18px !important; }
    .pro-list .product-title-flower .p-title {
      display: inline-block !important;
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      color: #b8b8b8; }
    .pro-list .product-title-flower .star {
      padding: 20px 0 30px 0; }
      .pro-list .product-title-flower .star .rating {
        display: inline-block !important;
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 14px;
        color: black;
        color: #b8b8b8;
        padding-left: 10px; }
        @media (max-width: 375px) {
          .pro-list .product-title-flower .star .rating {
            padding-left: 0; } }
    .pro-list .product-title-flower .prince {
      padding-bottom: 30px; }
    .pro-list .product-title-flower .add-cart {
      display: inline-block !important; }
      .pro-list .product-title-flower .add-cart .btn-add-cart {
        display: inline-block;
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 18px;
        color: black;
        padding: 16px 30px;
        background: #eeeeee;
        color: #888888;
        transition: all .3s ease; }
        @media (max-width: 320px) {
          .pro-list .product-title-flower .add-cart .btn-add-cart {
            padding: 16px 15px; } }
        .pro-list .product-title-flower .add-cart .btn-add-cart:hover {
          text-decoration: none;
          background: black;
          color: #fff; }
      .pro-list .product-title-flower .add-cart .list-icon {
        display: inline-block;
        font-size: 18px;
        padding: 16px 19px;
        border-radius: 50%;
        background: #eeeeee;
        color: #888888;
        margin-left: 15px;
        transition: all .3s ease; }
        .pro-list .product-title-flower .add-cart .list-icon:hover {
          color: black; }
  .pro-list .product-icon-flower {
    display: none; }


.carousel {
  padding-bottom: 30px; }

.carousel-inner .item img {
  width: 100%; }
.carousel-inner .slide-1 .carousel-caption {
  bottom: unset;  object-fit: cover;
  display: block;
   }
  .carousel-inner .slide-1 .carousel-caption h3 {
    font-family: poppins;
    font-weight: 400;
    font-size: 48px;
    color: black; }
  .carousel-inner .slide-1 .carousel-caption h1 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 70px;
    color: black; }
  .carousel-inner .slide-1 .carousel-caption p {
    font-family: poppins;
    font-weight: 400;
    font-size: 18px;
    color: black;
    padding: 0 220px; }
  .carousel-inner .slide-1 .carousel-caption img {
    padding: 30px 0 80px 0;
    width: unset; }
.bottom-bn{ bottom: 80px;  }
.carousel-caption-btn {
    height: 100%;
    width: 100%;
    }

  .carousel-inner .slide-1 .carousel-caption a {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .3s ease-in-out 0.08s;
    color: white;
    padding: 10px 40px;
    background-color: black;
    border: 1px solid black;
    background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
    background-image: linear-gradient(90deg, black 50%, transparent 50%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .5s ease;
    color: white;
    padding: 10px 40px;
    background-color: black; }
    .carousel-inner .slide-1 .carousel-caption a:hover {
      background-position: 100%;
      background-color: #fff;
      color: black;
      text-decoration: none; }
.carousel-inner .slide-2 .carousel-caption {
  right: unset;
  text-align: left;
  top: 280px;
  left: 280px; }
  .carousel-inner .slide-2 .carousel-caption h3 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 88px;
    color: black; }
  .carousel-inner .slide-2 .carousel-caption h1 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 146px;
    color: black; }
  .carousel-inner .slide-2 .carousel-caption p {
    font-family: poppins;
    font-weight: 300;
    font-size: 18px;
    color: black;
    padding: 36px 0;
    width: 700px;
    color: #888888; }
  .carousel-inner .slide-2 .carousel-caption a {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .3s ease-in-out 0.08s;
    color: white;
    padding: 10px 40px;
    background-color: black;
    border: 1px solid black;
    background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
    background-image: linear-gradient(90deg, black 50%, transparent 50%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .5s ease;
      bottom: 10px !important;
    color: white;
    padding: 10px 40px;
    background-color: black; }
    .carousel-inner .slide-2 .carousel-caption a:hover {
      background-position: 100%;
      background-color: #fff;
      color: black;
      text-decoration: none; }
  .carousel-inner .slide-2 .carousel-caption .line {
    content: "";
    width: 160px;
    height: 8px;
    background-color: black; }

.carousel-indicators {
  text-align: center;
  margin-bottom: 20px; }
  .carousel-indicators li {
    border: 2px solid #FFFFFF; }
    .carousel-indicators li.active {
      background-color: #FFFFFF; }

@media (min-width: 1400px) {
  .container {
    width: 1600px; /* Yeni geniÅŸlik */
    max-width: 95%; /* GeniÅŸ ekranlarda aÅŸÄ±rÄ± uzamamasÄ± iÃ§in */
  }
}
.navbar-left{ float: left;}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 34px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 999;
  text-align: center;
  transition: background-color 0.3s;
}
.whatsapp-float:hover {
  background-color: #1ebd5a;
  text-decoration: none;
}
nav {
  border-bottom: 1px solid rgba(136, 136, 136, 0.15); }
nav-help li{ border: none; }


nav li i{
  padding: 5px;
}


  nav #language-figure::before {
    content: "+";
    font-family: poppins;
    font-weight: 400;
    font-size: 13px;
    color: black;
    color: grey;
    position: absolute;
    top: 8px;
    right:-10px;
    transition: all .3s ease; }
  nav ul li {
    font-family: poppins;
    font-weight: 400;
    font-size: 13px;
    color: black;
    padding-right: 20px;
          margin-right: 20px; 

 }
    nav ul li span {
      font-family: poppins;
      font-weight: 500;
      font-size: 13px;
      color: black;
      padding-right: 2px; }
  nav ul.navbar-right li {
    padding-right: 0; }
    nav ul.navbar-right li a {
      font-family: poppins;
      font-weight: 400;
      font-size: 13px;
      color: black;
      padding: 5px; }
      nav ul.navbar-right li a:hover {
        background-color: unset;
        color: black; }
      nav ul.navbar-right li a:focus {
        background-color: unset; }
    nav ul.navbar-right li .dropdown-menu {
      position: absolute;
      transition: all .3s ease;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      border-radius: 0;
      border: 0;
      margin: 10px 0;
      width: 100px;
      right: 15px;
      top: 15px;
      text-align: right; }
      nav ul.navbar-right li .dropdown-menu li {
        padding: 10px 10px 5px 0; }
  nav ul.navbar-right .eng-language.open .dropdown-menu {
    display: none !important; }
  nav ul.navbar-right .eng-language:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 20px;
    min-width: 30px;
    width: 66px; }
  nav ul.navbar-right .eng-language:hover #language-figure::before {
    content: "-"; }

.menu-main {
  position: relative;
   }
  .menu-main::before {
    position: absolute;
}
  .menu-main li {
    padding-right: 22px; }
    .menu-main li.menu-home .dropdown-menu {
      border-radius: 0;
      border: 0;
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: all .35s ease;
      top: 70%; }
      .menu-main li.menu-home .dropdown-menu.menu-home-lv2 {
        left: 0;
        padding-left: 20px; }
        .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home {
          list-style-type: none;
          padding: 10px 0; }
          .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home i {
         padding: 7px; }
            @media (min-width: 1025px) {
              .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home i {
                margin-left: -18px; } }
          .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home a {
            display: inline-block;
            transition: all .3s ease;
              font-family: "Kumbh Sans", sans-serif;

            font-weight: 400;
            font-size: 15px;
            color: black;
            color: grey;
            padding-left: 0; }
            .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home a:hover {
              text-decoration: none;
              color: black;
              font-weight: 600; }
          .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home:hover i {
          
          }
          .menu-main li.menu-home .dropdown-menu.menu-home-lv2 .li-home:hover a {
            text-decoration: none;
            color: black;
            font-weight: 600;
            transform: translateX(18px); }
      .menu-main li.menu-home .dropdown-menu .li-banner {
        padding: 20px 20px 0 0; }
        .menu-main li.menu-home .dropdown-menu .li-banner img {
          width: 100%; }
    .menu-main li.menu-home:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(15px); }
    .menu-main li.shop-menu #shop-1 {
      position: absolute;
      width: 30px;
      height: 2px;
      background: black;
      bottom: 8px;
      left: 10px;
      visibility: hidden;
      opacity: 0; }
    .menu-main li.shop-menu:hover #shop-1 {
      visibility: unset;
      opacity: 1;
      transform: translateX(5px);
      transition: all .35s ease; }
    .menu-main li.shop-menu .dropdown-menu {
      border-radius: 0;
      border: 0;
      left: -115px;
      top: 70%;
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: all .35s ease; }
      .menu-main li.shop-menu .dropdown-menu ul {
        padding: 10px 0; }
        .menu-main li.shop-menu .dropdown-menu ul a {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 600;
          font-size: 14px;
          color: black; }
          .menu-main li.shop-menu .dropdown-menu ul a:hover {
            text-decoration: none;
            opacity: .5; }
        .menu-main li.shop-menu .dropdown-menu ul li {
          list-style-type: none; }
          .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home {
            margin-left: -18px;
            padding: 10px 0; }
            .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home i {
              visibility: hidden;
              opacity: 0;
              padding-right: 5px;
              transition: all .3s ease; }
            .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home.li-one {
              padding-top: 30px; }
            .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home a {
              transition: all .3s ease;
                font-family: "Kumbh Sans", sans-serif;

              font-weight: 400;
              font-size: 14px;
              color: black;
              color: grey; }
              .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home a:hover {
                text-decoration: none;
                color: black;
                font-weight: 600;
                opacity: 1; }
            .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home:hover i {
              visibility: visible;
              opacity: 1;
              transform: translateX(18px); }
            .menu-main li.shop-menu .dropdown-menu ul li .menu-home-lv2 ul .li-home:hover a {
              display: inline-block;
              text-decoration: none;
              color: black;
              font-weight: 600;
              transform: translateX(18px); }
      .menu-main li.shop-menu .dropdown-menu .li-banner {
        padding: 20px 20px 0 0; }
        .menu-main li.shop-menu .dropdown-menu .li-banner img {
          width: 100%; }
    .menu-main li.shop-menu:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(15px); }
    .menu-main li.wedding-menu #wedding-1 {
      position: absolute;
      width: 30px;
      height: 2px;
      background: black;
      bottom: 8px;
      left: 10px;
      visibility: hidden;
      opacity: 0; }
    .menu-main li.wedding-menu:hover #wedding-1 {
      visibility: unset;
      opacity: 1;
      transform: translateX(5px);
      transition: all .35s ease; }
    .menu-main li.blog-menu #blog-1 {
      position: absolute;
      width: 30px;
      height: 2px;
      background: black;
      bottom: 8px;
      left: 10px;
      visibility: hidden;
      opacity: 0; }
    .menu-main li.blog-menu:hover #blog-1 {
      visibility: unset;
      opacity: 1;
      transform: translateX(5px);
      transition: all .35s ease; }
    .menu-main li.blog-menu .dropdown-menu {
      border-radius: 0;
      border: 0;
      display: block;
      visibility: hidden;
      opacity: 0;
      transition: all .35s ease;
      top: 70%; }
      .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 {
        left: -20px;
        padding: 0 20px;
        width: 300px; }
        .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home {
          list-style-type: none;
          padding: 10px 15px; }
          .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home i {
            visibility: hidden;
            opacity: 0;
            transition: all .3s ease; }
            @media (min-width: 1025px) {
              .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home i {
                margin-left: -18px; } }
          .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home a {
            display: inline-block;
            transition: all .3s ease;
              font-family: "Kumbh Sans", sans-serif;

            font-weight: 400;
            font-size: 14px;
            color: black;
            color: grey;
            padding-left: 5px; }
            .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home a:hover {
              text-decoration: none;
              color: black;
              font-weight: 600; }
          .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home:hover i {
            visibility: visible;
            opacity: 1;
            transform: translateX(18px); }
          .menu-main li.blog-menu .dropdown-menu.menu-home-lv2 .li-home:hover a {
            text-decoration: none;
            color: black;
            font-weight: 600;
            transform: translateX(18px); }
      .menu-main li.blog-menu .dropdown-menu .li-banner {
        padding: 20px 45px; }
        .menu-main li.blog-menu .dropdown-menu .li-banner img {
          width: 100%; }
    .menu-main li.blog-menu:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      transform: translateY(15px); }
    .menu-main li.contact-menu #contact-1 {
      position: absolute;
      width: 30px;
      height: 2px;
      background: black;
      bottom: 8px;
      left: 10px;
      visibility: hidden;
      opacity: 0; }
    .menu-main li.contact-menu:hover #contact-1 {
      visibility: unset;
      opacity: 1;
      transform: translateX(5px);
      transition: all .35s ease; }
    .menu-main li a {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: bold;
      font-size: 14px;
      color:#7C7C7C;
       text-transform: capitalize !important;



}
      .menu-main li a:hover {
        background-color: unset; }
      .menu-main li a#home-menu {
        font-weight: 600; }
      .menu-main li a:focus {
        background-color: unset; }
.login-button {
  display: inline-flex;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.login-button i {
  margin-right: 8px;
  font-size: 16px;
}

.login-button:hover {
  background-color: #e0dfdd;
  text-decoration: none;
  color: #111;
}
.login-fav {
  display: inline-flex;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.login-fav i {
  margin-right: 8px;
  font-size: 24px;
}

.login-fav:hover {
  background-color: #e0dfdd;
  text-decoration: none;
  color: #111;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 0;
  list-style: none;
  margin: 0;
}

.img-logo-mobile {
  max-width: 70%;    /* logo genişliğini küçült */
  height: auto;      /* orantılı küçült */
  display: block;    /* ortalamayı etkiler */
  margin: 0 auto;    /* ortalar */
    padding: 7px;
}

.logo li {
  padding-left: 0;
}
.header-scroll {
  background-color: #ffffff !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* opsiyonel gölge */
}

.icon-menu {
  clear: none !important;
  position: relative;
  padding: 0px 0 0 0; 
    margin-top: 15px;

}.cart-badge {
    background-color: #000;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: -5px;
}

.icon-user{
    margin-right: 12px;

}
  .icon-menu::before {
    width: 20px;
    height: 20px;
    background-color: black;
    position: absolute;
    text-align: center;
    right: -11px;
    border-radius: 50%;
    top: 16px;
    color: white; }
  .icon-menu li .fa-user {
    font-size: 22px;
    color: black; }
  .icon-menu li img {
    padding-right: 15px; }
    .icon-menu li img#img-cart {
     }
  .icon-menu li a:hover {
    background-color: unset; }
  .icon-menu li a:focus {
    background-color: unset; }
  .icon-menu li#input-search {
    position: relative; }
    .icon-menu li#input-search .alert-search {
      position: absolute;
      width: 230px;
      top: 50px;
      right: 40px;
      background: rgba(255, 255, 255, 0.95);
      border: 0;
      border-radius: 0;
      padding: 0 25px;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }
      .icon-menu li#input-search .alert-search .close {
        position: absolute;
        top: 4px;
        right: 6px; }
      .icon-menu li#input-search .alert-search .form-group {
        margin: 10px 0; }
        .icon-menu li#input-search .alert-search .form-group .form-control {
          outline: 0;
          border: 0;
          border-radius: 0;
          box-shadow: none;
          padding-left: 20px;
          border-bottom: 1px solid grey; }
  .icon-menu .cart-menu .dropdown-menu {
    position: absolute !important;
    right: 20px;
    border: 0;
    border-radius: 0;
    width: 310px !important;
    background: #fff !important;
    padding: 20px;  z-index: 999999 !important;}
    .icon-menu .cart-menu .dropdown-menu #div-cart-menu {
      display: inline-flex; }
    .icon-menu .cart-menu .dropdown-menu a {
      font-family: Abril Fatface;
      font-weight: 400;
      font-size: 18px;
      color: black;
      transition: all .3s ease-in-out 0.08s;
      color: white;
      padding: 10px 40px;
      background-color: black;
      border: 1px solid black;
      background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
      background-image: linear-gradient(90deg, black 50%, transparent 50%);
      background-size: 600px;
      background-repeat: no-repeat;
      background-position: 0%;
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out;
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      color: #fff;
      padding: 10px 15px; }
      .icon-menu .cart-menu .dropdown-menu a:hover {
        background-position: 100%;
        background-color: #fff;
        color: black;
        text-decoration: none; }
      .icon-menu .cart-menu .dropdown-menu a.check {
        margin-left: 30px; }
  .icon-menu .cart-menu .cart-1 {
    padding-bottom: 20px;
    clear: left;
    display: inline-block; }
  .icon-menu .cart-menu .img-cart {
    width: 30%;
    float: left; }
  .icon-menu .cart-menu .info-cart {
    padding-left: 15px;
    float: left; }
    .icon-menu .cart-menu .info-cart h1 {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 600;
      font-size: 14px;
      color: black;
      margin-top: 0; }
    .icon-menu .cart-menu .info-cart span {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 500;
      font-size: 14px;
      color: black; }
      .icon-menu .cart-menu .info-cart span.number {
        padding-right: 30px; }
      .icon-menu .cart-menu .info-cart span.prince-cart {
        font-weight: 600; }
  .icon-menu .cart-menu .total {
    padding: 0 15px 30px 0;
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 600;
    font-size: 16px;
    color: black; }
    .icon-menu .cart-menu .total span {
      margin-right: 40px; }

.who {
  position: relative; }
  .who img {
    width: 100%; }
  .who h1 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 188px;
    color: black;
    color: #ccd8dd;
    position: absolute;
    top: 396px;
    text-align: center;
    width: 100%; }
  .who .h2 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 60px;
    color: black;
    color: black;
    position: absolute;
    top: 489px;
    text-align: center;
    width: 100%; }
  .who p {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 16px;
    color: black;
    width: 910px;
    text-align: center;
    position: absolute;
    top: 615px;
    text-align: center;
    width: 100%; }
    @media (min-width: 1400px) {
      .who p {
        line-height: 28px; } }
  .who .media {
    position: absolute;
    left: 1083px;
    bottom: 110px; }
    .who .media #avatar {
      width: 115px;
      border-radius: 50%; }
    .who .media h3 {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 500;
      font-size: 18px;
      color: black;
      padding: 20px 20px 0 20px;
      margin-bottom: 0; }
    .who .media span {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      padding-left: 20px;
      color: lightgrey; }

.collection, .wedding, .holiday {
  padding-bottom: 60px; }
  .collection h1, .wedding h1, .holiday h1 {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 60px;
    color: black;
    margin-bottom: 0;
    text-align: center; }
  .collection h2, .wedding h2, .holiday h2 {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 500;
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px; }
  .collection .banner-collec img, .wedding .banner-collec img, .holiday .banner-collec img {
    width: 100%; }
  .collection .banner-collec h1, .wedding .banner-collec h1, .holiday .banner-collec h1 {
    font-size: 100px;
    padding: 0;
    margin-bottom: 10px; }
  .collection .banner-collec h3, .wedding .banner-collec h3, .holiday .banner-collec h3 {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 36px;
    color: black;
    text-align: center;
    margin-top: -640px; }
  .collection .banner-collec a, .wedding .banner-collec a, .holiday .banner-collec a {
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .3s ease-in-out 0.08s;
    color: white;
    padding: 10px 40px;
    background-color: black;
    border: 1px solid black;
    background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
    background-image: linear-gradient(90deg, black 50%, transparent 50%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    font-family: Abril Fatface;
    font-weight: 400;
    font-size: 18px;
    color: black;
    transition: all .5s ease;
    color: white;
    padding: 10px 40px;
    background-color: black;
    margin-left: 252px;
    display: inline-block;
    margin-top: 15px; }
    .collection .banner-collec a:hover, .wedding .banner-collec a:hover, .holiday .banner-collec a:hover {
      background-position: 100%;
      background-color: #fff;
      color: black;
      text-decoration: none; }
  .collection .product-collection .product-title-collec, .wedding .product-collection .product-title-collec, .holiday .product-collection .product-title-collec {
    text-align: center;
    padding-bottom: 20px; }
    .collection .product-collection .product-title-collec h5, .wedding .product-collection .product-title-collec h5, .holiday .product-collection .product-title-collec h5 {
      margin-top: 20px; }
      .collection .product-collection .product-title-collec h5 a, .wedding .product-collection .product-title-collec h5 a, .holiday .product-collection .product-title-collec h5 a {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 16px;
        color:#9B393B; }
		@media (min-width: 1200px) {
  .col-custom-5 {
    width: 20%;
    float: left;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .col-custom-5 {
    width: 33.3333%; /* Tablet ve altı için 3'lü */
  }
}
@media (max-width: 768px) {
  .col-custom-5 {
    width: 50%; /* Mobilde 2'li */
  }
}
@media (max-width: 480px) {
  .col-custom-5 {
    width: 100%; /* Küçük mobilde tam */
  }
}
.video-responsive{display: block;
    width: 100%;
    height: auto;
	}		
		
.img-responsive{display: block;
    width: 100%;
    height: auto;
	}	





		
	.img-fluid, video {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.prince {
  padding: 10px 0;
  clear: both;font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
    width: 100%;
}
.prince-ft {
  font-size: 44px;
  color: #b10000;
  font-weight: bold;
  margin-bottom: 5px;
}.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.princesmall{ font-size: 17px; color: #969696; font-family: "Lato", sans-serif;
  font-weight: 500; padding: 10px;
  font-style: normal;  float: left;}
#gfiyat {
  font-size: 44px;
  color: #b10000;
  font-weight: bold;
  margin-bottom: 5px;
    float: left;
}


.strike {
  display: block !important;
  float: none !important;
  font-size: 20px;
  line-height: 1.4;
    width: 100%;
}


.strike {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;  width: 100%;
}
.custom-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5; /* Modern tarayıcılar için */
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  cursor: pointer;
}
.breadcrumb-wrapper {
  font-size: 14px;
  color: #666;    border: none !important;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
    background-color: #FFFFFF;

}

.breadcrumb li {
  margin-right: 5px;
  position: relative;
}



.breadcrumb li a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s;
}

.breadcrumb li a:hover {
  color: #d00;
}

.breadcrumb .active {
  font-weight: 600;
  color: #111;
}


.custom-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,0.5) url('data:image/svg+xml;utf8,<svg fill="white" height="64" viewBox="0 0 24 24" width="64" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') center center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.custom-video-wrapper:hover .play-button {
  opacity: 1;
}
.product-collection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px;
  min-height: 450px;
}
 .products-wrapper {
    position: relative;
}
.product-image-collec {
  width: 100%;
  overflow: hidden;
   background: #f8f8f8;
}

/* Tablet ekranlar (768px ve üzeri) */
@media (max-width: 991px) {
  .product-image-collec {
  }
}

/* Mobil ekranlar (767px ve altı) */
@media (max-width: 767px) {
  .product-image-collec {
  }
}

/* Çok küçük ekranlar (480px ve altı) */
@media (max-width: 480px) {
  .product-image-collec {
  }
}


.product-image-collec img,
.product-image-collec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
+}

.product-title-collec {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  background-color: #f8f7f5;     padding: 24px 40px 50px 40px;
}

.product-title-collec h5 {
  font-size: 16px;
  margin: 10px 0 5px;
    text-align: left;
}

/* ✅ Mobil görünüm için */
@media (max-width: 768px) {
  .product-image-collec {
          display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-collection {
    min-height: 250px;
      width: 50%;
      float: left;
    padding: 8px;
    
  }

  .product-title-collec h5 {
    font-size: 14px;  text-align: left;
  }

  .prince {
    font-size: 15px;  text-align: left;
  }
}

  

        .collection .product-collection .product-title-collec h5 a:hover, .wedding .product-collection .product-title-collec h5 a:hover, .holiday .product-collection .product-title-collec h5 a:hover {
          text-decoration: none;
          color: pink; }
    .collection .product-collection .product-title-collec .star, .wedding .product-collection .product-title-collec .star, .holiday .product-collection .product-title-collec .star {
      color: #e18787; }
      .collection .product-collection .product-title-collec .star i, .wedding .product-collection .product-title-collec .star i, .holiday .product-collection .product-title-collec .star i {
        padding-right: 2px; }
    .collection .product-collection .product-title-collec .prince, .wedding .product-collection .product-title-collec .prince, .holiday .product-collection .product-title-collec .prince {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 600;
      font-size: 18px;
      color: black;
      padding-top: 5px; text-align: left; }
      .collection .product-collection .product-title-collec .prince .strike, .wedding .product-collection .product-title-collec .prince .strike, .holiday .product-collection .product-title-collec .prince .strike {
        font-size: 14px;
        font-weight: 400;
        color: lightgrey;
        padding-left: 10px; }
  .collection .product-collection .product-image-collec, .wedding .product-collection .product-image-collec, .holiday .product-collection .product-image-collec {
    position: relative;
    transition: all .5s ease;    
    overflow: hidden; /* taşan içeriği kırp */}
    .collection .product-collection .product-image-collec:hover, .wedding .product-collection .product-image-collec:hover, .holiday .product-collection .product-image-collec:hover {}
      .collection .product-collection .product-image-collec:hover .product-icon-collec, .wedding .product-collection .product-image-collec:hover .product-icon-collec, .holiday .product-collection .product-image-collec:hover .product-icon-collec {
     }
    .collection .product-collection .product-image-collec .product-icon-collec, .wedding .product-collection .product-image-collec .product-icon-collec, .holiday .product-collection .product-image-collec .product-icon-collec {
      position: absolute;
      z-index: 1;
      text-align: center;
      top: 40%;
      opacity: 0;
      transform: scale(0);
      transition: all .3s ease;
      
      width: 100%;
      width: 100%; }
      .collection .product-collection .product-image-collec .product-icon-collec i, .wedding .product-collection .product-image-collec .product-icon-collec i, .holiday .product-collection .product-image-collec .product-icon-collec i {
        width: 55px;
        height: 55px;
        background-color: white;
        border-radius: 50%;
        font-size: 20px;
        padding-top: 18px;
        margin-right: 8px; }
      .collection .product-collection .product-image-collec .product-icon-collec a, .wedding .product-collection .product-image-collec .product-icon-collec a, .holiday .product-collection .product-image-collec .product-icon-collec a {
        transition: all .3s ease;
        color: lightgrey; }
        .collection .product-collection .product-image-collec .product-icon-collec a:hover, .wedding .product-collection .product-image-collec .product-icon-collec a:hover, .holiday .product-collection .product-image-collec .product-icon-collec a:hover {
          color: black; }
    .collection .product-collection .product-image-collec .hot::before, .wedding .product-collection .product-image-collec .hot::before, .holiday .product-collection .product-image-collec .hot::before {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: black;
      position: absolute;
      width: 45px;
      height: 25px;
      content: "HOT";
      background-color: #e18787;
      color: white;
      padding: 2px 0 0 9px;
      right: 0; }

	  .indirim-karti {
  position: relative;
  width: fit-content;
  display: inline-block;
}

.indirim-karti img {
  display: block;
  max-width: 100%;
  height: auto;
}

.indirim-etiketi {
  position: absolute;
  top: 12px;
  left: 12px;
  background:#D17172;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 15px;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

	  
	  .price-old{  font-size: 14px; text-decoration: line-through;}
	  
	  
	  
	  
    .collection .product-collection .product-image-collec .sale::before, .wedding .product-collection .product-image-collec .sale::before, .holiday .product-collection .product-image-collec .sale::before {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 500;
      font-size: 14px;
      color: black;
      position: absolute;
      width: 45px;
      height: 25px;
      background-color: #e18787;
      color: white;
      padding: 2px 0 0 6px;
      right: 0;
      letter-spacing: 1px; }

.wedding {
  position: relative; }
  .wedding .img-wedding {
    position: absolute;
    top: -110px;
    z-index: -1; }
    .wedding .img-wedding img {
      width: 100%; }
  .wedding .wedding-content {
    padding-top: 30px; }
    .wedding .wedding-content .product-wedding .product-title-wedding {
      text-align: center;
      padding-bottom: 20px; }
      .wedding .wedding-content .product-wedding .product-title-wedding h5 {
        margin-top: 20px; }
        .wedding .wedding-content .product-wedding .product-title-wedding h5 a {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 400;
          font-size: 16px;
          color: black; }
          .wedding .wedding-content .product-wedding .product-title-wedding h5 a:hover {
            text-decoration: none;
            color: pink; }
      .wedding .wedding-content .product-wedding .product-title-wedding .star {
        color: #e18787; }
        .wedding .wedding-content .product-wedding .product-title-wedding .star i {
          padding-right: 2px; }
      .wedding .wedding-content .product-wedding .product-title-wedding .prince {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 600;
        font-size: 18px;
        color: black;
        padding-top: 5px; }
        .wedding .wedding-content .product-wedding .product-title-wedding .prince .strike {
          font-size: 14px;
          font-weight: 400;
          color: lightgrey;
          padding-left: 10px; }
    .wedding .wedding-content .product-wedding .product-image-wedding {
      position: relative;
      transition: all .5s ease; }
      .wedding .wedding-content .product-wedding .product-image-wedding:hover {
        box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
        .wedding .wedding-content .product-wedding .product-image-wedding:hover .product-icon-wedding {
          opacity: 1;
          transform: scale(1); }
      .wedding .wedding-content .product-wedding .product-image-wedding .product-icon-wedding {
        position: absolute;
        z-index: 1;
        text-align: center;
        top: 40%;
        opacity: 0;
        transform: scale(0);
        transition: all .3s ease;
        width: 100%;
        width: 100%; }
        .wedding .wedding-content .product-wedding .product-image-wedding .product-icon-wedding i {
          width: 55px;
          height: 55px;
          background-color: white;
          border-radius: 50%;
          font-size: 20px;
          padding-top: 18px;
          margin-right: 8px; }
        .wedding .wedding-content .product-wedding .product-image-wedding .product-icon-wedding a {
          transition: all .3s ease;
          color: lightgrey; }
          .wedding .wedding-content .product-wedding .product-image-wedding .product-icon-wedding a:hover {
            color: black; }
      .wedding .wedding-content .product-wedding .product-image-wedding .hot::before {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 500;
        font-size: 14px;
        color: black;
        position: absolute;
        width: 45px;
        height: 25px;
        content: "HOT";
        background-color: #e18787;
        color: white;
        padding: 2px 0 0 9px;
        right: 0; }
      .wedding .wedding-content .product-wedding .product-image-wedding .sale::before {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 500;
        font-size: 14px;
        color: black;
        position: absolute;
        width: 45px;
        height: 25px;
        content: "SALE";
        background-color: #e18787;
        color: white;
        padding: 2px 0 0 6px;
        right: 0;
        letter-spacing: 1px; }

.holiday {
  }
  .holiday .product-holiday .product-title-holiday {
    text-align: center;
    padding-bottom: 20px; }
    .holiday .product-holiday .product-title-holiday h5 {
      margin-top: 20px; }
      .holiday .product-holiday .product-title-holiday h5 a {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 16px;
        color: black; }
        .holiday .product-holiday .product-title-holiday h5 a:hover {
          text-decoration: none;
          color: pink; }
    .holiday .product-holiday .product-title-holiday .star {
      color: #e18787; }
      .holiday .product-holiday .product-title-holiday .star i {
        padding-right: 2px; }
    .holiday .product-holiday .product-title-holiday .prince {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 600;
      font-size: 18px;
      color: black;
      padding-top: 5px; }
      .holiday .product-holiday .product-title-holiday .prince .strike {
        font-size: 14px;
        font-weight: 400;
        color: lightgrey;
        padding-left: 10px; }
  .holiday .product-holiday .product-image-holiday {
    position: relative;
    transition: all .5s ease; }
    .holiday .product-holiday .product-image-holiday:hover {
      box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
      .holiday .product-holiday .product-image-holiday:hover .product-icon-holiday {
        opacity: 1;
        transform: scale(1); }
    .holiday .product-holiday .product-image-holiday .product-icon-holiday {
      position: absolute;
      z-index: 1;
      text-align: center;
      top: 40%;
      opacity: 0;
      transform: scale(0);
      transition: all .3s ease;
      width: 100%;
      width: 100%; }
      .holiday .product-holiday .product-image-holiday .product-icon-holiday i {
        width: 55px;
        height: 55px;
        background-color: white;
        border-radius: 50%;
        font-size: 20px;
        padding-top: 18px;
        margin-right: 8px; }
      .holiday .product-holiday .product-image-holiday .product-icon-holiday a {
        transition: all .3s ease;
        color: lightgrey; }
        .holiday .product-holiday .product-image-holiday .product-icon-holiday a:hover {
          color: black; }
    .holiday .product-holiday .product-image-holiday .hot::before {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 500;
      font-size: 14px;
      color: black;
      position: absolute;
      width: 45px;
      height: 25px;
      content: "HOT";
      background-color: #e18787;
      color: white;
      padding: 2px 0 0 9px;
      right: 0; }
    .holiday .product-holiday .product-image-holiday .sale::before {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 500;
      font-size: 14px;
      color: black;
      position: absolute;
      width: 45px;
      height: 25px;
      content: "SALE";
      background-color: #e18787;
      color: white;
      padding: 2px 0 0 6px;
      right: 0;
      letter-spacing: 1px; }
  .holiday .banner-holiday {
    position: relative; }
    .holiday .banner-holiday .img-banner-holiday img {
      width: 100%; }
    .holiday .banner-holiday .title-holiday {
      position: absolute;
      top: 165px;
      left: 40px;
      text-align: center; }
      .holiday .banner-holiday .title-holiday h1 {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 36px;
        color: black; }
      .holiday .banner-holiday .title-holiday p {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 16px;
        color: black;
        width: 79%;
        padding-left: 117px; }
      .holiday .banner-holiday .title-holiday span {
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 36px;
        color: black;
        float: left; }
        .holiday .banner-holiday .title-holiday span#sale30 {
          font-family: Abril Fatface;
          font-weight: 400;
          font-size: 115px;
          color: black;
          padding-left: 200px;
          display: inline-block;
          margin-top: -26px; }
        .holiday .banner-holiday .title-holiday span#pt {
          font-family: Abril Fatface;
          font-weight: 400;
          font-size: 60px;
          color: black; }
        .holiday .banner-holiday .title-holiday span#off {
          clear: left;
          display: inline-block;
          margin-top: -80px;
          padding-left: 385px; }

.count {
  position: relative; }
  .count .img-count img {
    width: 100%; }
  .count .title-count {
    position: absolute;
    right: 150px;
    top: 350px; }
    .count .title-count h1 {
      font-family: Abril Fatface;
      font-weight: 400;
      font-size: 60px;
      color: black; }
    .count .title-count p {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black; }
    .count .title-count a {
      font-family: Abril Fatface;
      font-weight: 400;
      font-size: 18px;
      color: black;
      transition: all .3s ease-in-out 0.08s;
      color: white;
      padding: 10px 40px;
      background-color: black;
      border: 1px solid black;
      background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
      background-image: linear-gradient(90deg, black 50%, transparent 50%);
      background-size: 600px;
      background-repeat: no-repeat;
      background-position: 0%;
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out;
      margin-left: 10px; }
      .count .title-count a:hover {
        background-position: 100%;
        background-color: #fff;
        color: black;
        text-decoration: none; }
    .count .title-count #countdown {
      position: relative;
      text-align: right;
      background: transparent;
      padding: 30px 412px 50px 0; }
      .count .title-count #countdown #tiles span {
        width: 90px;
        max-width: 90px;
          font-family: "Kumbh Sans", sans-serif;

        font-size: 36px;
        font-weight: 600;
        text-align: center;
        color: #111;
        background-color: #fff;
        margin: 0 7px;
        padding: 10px 0px 30px 0;
        display: inline-block; }
      .count .title-count #countdown .labels {
        padding: 0; }
        .count .title-count #countdown .labels li {
          width: 100px;
            font-family: "Kumbh Sans", sans-serif;

          font-size: 14px;
          font-weight: 400;
          color: grey;
          text-align: center;
          display: inline-block; }
      .count .title-count #countdown .labels {
        position: absolute;
        right: 412px;
        bottom: 60px; }

.brand {
  padding: 70px 15px; }
  .brand .brand-1 {
    background-image: url("img/brand.png");
    background-position: 0 0;
    height: 112px;
    background-repeat: no-repeat; }
  .brand .brand-2 {
    background-image: url("img/brand.png");
    background-position: -228px 0;
    height: 112px;
    background-repeat: no-repeat; }
  .brand .brand-3 {
    background-image: url("img/brand.png");
    background-position: -490px 0;
    height: 112px;
    background-repeat: no-repeat; }
  .brand .brand-4 {
    background-image: url("img/brand.png");
    background-position: -740px 0;
    height: 112px;
    background-repeat: no-repeat; }
  .brand .brand-5 {
    background-image: url("img/brand.png");
    background-position: -925px 0;
    height: 112px;
    background-repeat: no-repeat; }
  .brand .brand-6 {
    background-image: url("img/brand.png");
    background-position: -1120px 0;
    height: 112px;
    background-repeat: no-repeat; }

.blog h1 {
  font-family: Abril Fatface;
  font-weight: 400;
  font-size: 60px;
  color: black;
  text-align: center;
  padding-top: 30px; }
.blog p {
    font-family: "Kumbh Sans", sans-serif;

  font-weight: 400;
  font-size: 16px;
  color: black;
  text-align: center;
  padding-bottom: 100px; }
.blog .product-blog img {
  transition: all .35s ease-in-out; }
.blog .product-blog:hover img {
  opacity: .7;
  transform: scale(0.98); }
.blog .product-blog h2 a {
  font-family: Abril Fatface;
  font-weight: 400;
  font-size: 24px;
  color: black;
  text-align: left;
  width: 90%;
  padding-bottom: 10px; }
  .blog .product-blog h2 a:hover {
    text-decoration: none;
    color: pink; }
	.truncate-text {
    font-family: "Lato", sans-serif;, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: black;
    text-align: left;
    width: 90%;

    display: -webkit-box;
    -webkit-line-clamp: 4;  /* 3 satÄ±rla sÄ±nÄ±rla */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* ÃœÃ§ nokta (...) ekler */
    line-height: 1.5em;  /* SatÄ±r yÃ¼ksekliÄŸi */
    max-height: 4.5em;   /* 3 satÄ±r iÃ§in hesaplanmÄ±ÅŸ yÃ¼kseklik */
}



.blog .product-blog .time-blog .time {
  display: inline-block;
  padding-right: 25px;
  margin-top: 20px; }
  .blog .product-blog .time-blog .time i {
    color: grey;
    padding-right: 10px; }
  .blog .product-blog .time-blog .time span {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 14px;
    color: black;
    color: grey; }
  .blog .product-blog .time-blog .time:first-child {
    border-right: 1px solid lightgrey; }
  .blog .product-blog .time-blog .time:last-child {
    padding-left: 25px; }
    .blog .product-blog .time-blog .time:last-child i {
      padding-right: 5px; }

footer {
  background-image: url("img/BG-footer.png");
  background-position: -288px -335px;
  height: auto;
  background-repeat: no-repeat; margin-top: 120px;  }
  footer .info-footer {      font-family: "Lato", sans-serif;  font-size: 14px;
    }  
    footer .info-footer h3 {
      font-family: Abril Fatface;
      font-weight: 400;
      font-size: 18px;
      color: black;
      padding-bottom: 30px; }
    footer .info-footer ul {
      padding: 0; }
      footer .info-footer ul li {
        list-style-type: none;
        padding-bottom: 15px; }
        footer .info-footer ul li i {
          margin-left: -16px;
          padding-right: 5px;
          visibility: hidden;
          opacity: 0;
          transition: all .3s ease; }
        footer .info-footer ul li a {
          transition: all .3s ease;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: black;
           }
          footer .info-footer ul li a:hover {
            text-decoration: none;
            color: black;
            font-weight: 600; }
        footer .info-footer ul li:hover i {
          visibility: visible;
          opacity: 1;
          transform: translateX(16px); }
        footer .info-footer ul li:hover a {
          display: inline-block;
          text-decoration: none;
          color: black;
          font-weight: 600;
          transform: translateX(16px); }
    footer .info-footer .social-text {
      clear: left; }
      footer .info-footer .social-text span {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 500;
        font-size: 12px;
        color: black;
        padding-right: 30px;
        padding-top: 30px; }
      footer .info-footer .social-text #text-connect {
        position: relative;
        top: -3px;
        left: 16px; }
.social {
    margin: 10px 0;
}

.social a {
    display: inline-flex;        /* Satır içinde ve yatay dizilim */
    align-items: center;         /* Dikey hizalama */
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    gap: 8px;                    /* İkon ve metin arası boşluk */
}

.social i {
    font-size: 20px;
    color: #000 !important;
}

.social span {
    font-size: 15px;
    color: #000 !important;
}



      footer .info-footer .social-text .social {
        display: inline-block;
        padding-left: 20px; }
        footer .info-footer .social-text .social a {
          width: 31px;
          display: inline-block; }
          footer .info-footer .social-text .social a:hover {
            opacity: .5; }
          footer .info-footer .social-text .social a#instar {
            background-position: 0 0;
            height: 17px;
            background-repeat: no-repeat;}
          footer .info-footer .social-text .social a#fb {
            background-position: -32px 0;
            height: 17px;
            background-repeat: no-repeat; }
          footer .info-footer .social-text .social a#tw {
            background-position: -62px 0;
            height: 17px;
            background-repeat: no-repeat; }
          footer .info-footer .social-text .social a#sky {
            background-position: -92px 0;
            height: 17px;
            background-repeat: no-repeat; }
  footer .new-letter {
    padding-bottom: 150px; }
    footer .new-letter .form-new {
      background-image: url("img/new-letter.jpg");
      background-position: 0 0;
      height: 300px;
      background-repeat: no-repeat;
      margin-top: 300px; }
      footer .new-letter .form-new h1 {
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 30px;
        color: black;
        padding: 35px 0 0 50px; }
      footer .new-letter .form-new p {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 14px;
        color: black;
        color: grey;
        padding: 0 330px 10px 50px; }
      footer .new-letter .form-new input {
        outline: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding-left: 20px;
        border: 1px solid black;
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 14px;
        color: black;
        color: grey;
        opacity: 1;
        width: 340px;
        margin-left: 50px; }
      footer .new-letter .form-new button {
        outline: 0;
        border: 0;
        background: black;
        color: white;
        font-family: Abril Fatface;
        font-weight: 400;
        font-size: 18px;
        color: black;
        transition: all .3s ease-in-out 0.08s;
        color: white;
        padding: 10px 40px;
        background-color: black;
        border: 1px solid black;
        background-image: -webkit-linear-gradient(90deg, black 50%, transparent 50%);
        background-image: linear-gradient(90deg, black 50%, transparent 50%);
        background-size: 600px;
        background-repeat: no-repeat;
        background-position: 0%;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        margin: 20px 0 0 50px; }
        footer .new-letter .form-new button:hover {
          background-position: 100%;
          background-color: #fff;
          color: black;
          text-decoration: none; }
  footer .footer-logo {
    border-top: 1px solid rgba(136, 136, 136, 0.15); }
    footer .footer-logo .footer-row {
      margin: 0; }
      footer .footer-logo .footer-row .col-lg-4 {
        text-align: center; }
        footer .footer-logo .footer-row .col-lg-4 .logo-bot {
          display: inline-block;
          background-image: url("img/logo.png");
          background-position: 0 -46px;
          height: 33px;
          background-repeat: no-repeat;
          width: 104px;
          margin-top: 40px;
          margin-left: 34px; }
        footer .footer-logo .footer-row .col-lg-4 span {
          display: inline-block;
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 300;
          font-size: 14px;
          color: black;
          padding-top: 40px; }
          footer .footer-logo .footer-row .col-lg-4 span#gmail-footer {
            padding-top: 45px;
            padding-right: 70px; }
            footer .footer-logo .footer-row .col-lg-4 span#gmail-footer a {
              font-weight: 400;
              font-size: 13px;
              color: black; }
              footer .footer-logo .footer-row .col-lg-4 span#gmail-footer a:hover {
                text-decoration: none;
                color: pink; }
        footer .footer-logo .footer-row .col-lg-4 i {
          padding: 0 5px; }

/*----end-----*/
.sidebar-hide {
  display: none; }

.content-flower-full {
  width: 100%;
  transition: all .3s ease; }

.product-flower-col-3 {
  width: 25%;
  clear: none !important; }
  .product-flower-col-3:nth-child(4n+1) {
    clear: left !important; }

.content {
  padding: 50px 15px; }
  .content .menu-breadcrumb .breadcrumb {
    padding: 6px 0; }
  .content .show-side {
    padding-left: 0; }
    .content .show-side .sp2 {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      display: inline-block;
      padding: 8px 16px;
      background: #fff; }

    .content .show-side button {
      border: 0;
      outline: 0;
      padding: 6px 8px 8px 8px;
      background: #eeeeee; }
      .content .show-side button i {
        font-size: 20px;
        position: relative;
        top: 3px; }
      .content .show-side button:hover {
        background: black; }
        .content .show-side button:hover i {
          color: #fff; }
.d-none {
  display: none !important;
}

    .content .show-side .sp1, .content .show-side .btn-hide {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      display: inline-block;
      padding: 8px 16px;
      background: #eeeeee; }
      .content .show-side .sp1:hover, .content .show-side .btn-hide:hover {
        color: #fff; }
    .content .show-side .btn-hide {
      position: absolute;
      left: 0;
     }
  @media (min-width: 1200px) {
    .content .show-select {
      padding: 0 0 0 150px; } }
  .content .show-select span {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 14px;
    color: black;
    padding-right: 10px;
    position: relative;
    top: -12px; }
  .content .pagi {
    padding-bottom: 0px;
    text-align: left; width: auto;  }
    .content .pagi .pagination li {
      display: inline-block; margin-bottom: -11px; margin-right: 5px;
      
	  
	  }
      .content .pagi .pagination li a {
          font-family: "Kumbh Sans", sans-serif;

        font-weight: 400;
        font-size: 14px;
        color: black;
        background: #eeeeee;
        border: 0;
        padding: 6px 10px;
        color: black; float: right;}
        .content .pagi .pagination li a img {
          width: 50%;
          margin: auto;
          transition: all .3s ease; }
        .content .pagi .pagination li a:hover {
          background: black;
          color: #fff; }
      .content .pagi .pagination li:first-child a {
        border-radius: 0;
        background: black;
        color: #fff; }
      .content .pagi .pagination li:last-child a {
        border-radius: 0;
       }
        .content .pagi .pagination li:last-child a:hover {
          background: #eeeeee; }
          .content .pagi .pagination li:last-child a:hover img {
            transform: translateX(2px); }
  .content .content-flower {
    padding: 30px 0 0 0; }
    .content .content-flower .product-flower {
      padding-bottom: 40px;
      transition: all .5s ease-in-out; }
      .content .content-flower .product-flower .product-title-flower {
        text-align: center;
        padding-bottom: 20px; }
        .content .content-flower .product-flower .product-title-flower h5 a {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 400;
          font-size: 16px;
          color: black; }
          .content .content-flower .product-flower .product-title-flower h5 a:hover {
            text-decoration: none;
            color: pink; }
        .content .content-flower .product-flower .product-title-flower .p-title {
          display: none; }
        .content .content-flower .product-flower .product-title-flower .star {
          color: #e18787; }
          .content .content-flower .product-flower .product-title-flower .star i {
            padding-right: 2px; }
          .content .content-flower .product-flower .product-title-flower .star .rating {
            display: none; }
        .content .content-flower .product-flower .product-title-flower .prince {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 600;
          font-size: 18px;
          color: black;
          padding-top: 5px; }
          .content .content-flower .product-flower .product-title-flower .prince .strike {
            font-size: 14px;
            font-weight: 400;
            color: lightgrey;
            padding-left: 10px; }
        .content .content-flower .product-flower .product-title-flower .add-cart {
          display: none; }
      .content .content-flower .product-flower .product-image-flower {
        position: relative;
        transition: all .5s ease; }
        .content .content-flower .product-flower .product-image-flower:hover {
          box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
          .content .content-flower .product-flower .product-image-flower:hover .product-icon-flower {
            opacity: 1;
            transform: scale(1); }
        .content .content-flower .product-flower .product-image-flower .product-icon-flower {
          position: absolute;
          z-index: 1;
          text-align: center;
          top: 40%;
          opacity: 0;
          transform: scale(0);
          transition: all .3s ease;
          width: 100%; }
          .content .content-flower .product-flower .product-image-flower .product-icon-flower i {
            width: 55px;
            height: 55px;
            background-color: white;
            border-radius: 50%;
            font-size: 20px;
            padding-top: 18px;
            margin-right: 8px; }
          .content .content-flower .product-flower .product-image-flower .product-icon-flower a {
            transition: all .3s ease;
            color: lightgrey; }
            .content .content-flower .product-flower .product-image-flower .product-icon-flower a:hover {
              color: black; }
        .content .content-flower .product-flower .product-image-flower .hot::before {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 500;
          font-size: 14px;
          color: black;
          position: absolute;
          width: 45px;
          height: 25px;
          content: "HOT";
          background-color: #e18787;
          color: white;
          padding: 2px 0 0 9px;
          right: 0; }
        .content .content-flower .product-flower .product-image-flower .sale::before {
            font-family: "Kumbh Sans", sans-serif;

          font-weight: 500;
          font-size: 14px;
          color: black;
          position: absolute;
          width: 45px;
          height: 25px;
          content: "SALE";
          background-color: #e18787;
          color: white;
          padding: 2px 0 0 6px;
          right: 0;
          letter-spacing: 1px; }

.sidebar .list-group {
  padding-bottom: 30px; }
  .sidebar .list-group.list-1 {
    margin-top: 30px; }
  .sidebar .list-group .list-group-item {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 600;
    font-size: 14px;
    color: black;
    color: #b0b0b0;
    padding: 20px; }
    .sidebar .list-group .list-group-item a:focus {
      text-decoration: none; }
    .sidebar .list-group .list-group-item:first-child {
      border-radius: 0;
      font-size: 18px;
      color: black; }
    .sidebar .list-group .list-group-item:last-child {
      border-radius: 0; }
.sidebar #mysidebar .list-1 a {
    font-family: "Kumbh Sans", sans-serif;

  font-weight: 600;
  font-size: 14px;
  color: black;
  color: #a8a8a8;
  text-align: left;
  outline: none;
  transition: 0.3s; }
  .sidebar #mysidebar .list-1 a:hover {
    color: black;
    text-decoration: none; }
.sidebar #mysidebar .list-1 .accordion {
  display: inline-block;
  padding: 0;
  float: right;
  outline: 0;
  border: 0;
  background: transparent;
  color: white; }
  .sidebar #mysidebar .list-1 .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .sidebar #mysidebar .list-1 .accordion.active {
    color: black;
    padding-bottom: 10px; }
    .sidebar #mysidebar .list-1 .accordion.active:after {
      content: "\2212"; }
.sidebar #mysidebar .panel {
  margin: 0;
  border: 0;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
  .sidebar #mysidebar .panel li {
    list-style-type: none;
    margin-left: -18px;
    padding: 15px 0 5px 0; }
    .sidebar #mysidebar .panel li a {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      color: #b0b0b0; }
      .sidebar #mysidebar .panel li a:hover {
        text-decoration: none;
        color: black; }
.sidebar .list-2 .list-group-item.list-item-2 {
  padding: 25px 25px 5px 25px; }
/* Renk paletindeki yuvarlak butonlarÄ±n genel ayarlarÄ± */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px 10px 0;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Renk butonlarÄ±na hover efekti ekleyelim */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span:hover {
    transform: scale(1.1);
    border: 2px solid #333; /* Hover olunca kenar belirginleÅŸsin */
}

/* SeÃ§ili renk butonuna aktif class ekleyelim */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span.active {
    border: 2px solid #e10032 !important; /* SeÃ§ili olanÄ±n kenarÄ± kÄ±rmÄ±zÄ± olsun */
}

/* TÃ¼mÃ¼nÃ¼ GÃ¶ster (ALL) butonu */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span#all {
    background: #ccc; /* Gri arka plan */
    position: relative;
    display: inline-block;
    border: 2px solid #999; /* Hafif kenar Ã§erÃ§evesi */
    cursor: pointer;
}

/* Ãœzerine kÄ±rmÄ±zÄ± Ã§izgi Ã§ek */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span#all::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 3px;
    background: #e10032; /* KÄ±rmÄ±zÄ± Ã§izgi */
    transform: rotate(-45deg); /* EÄŸik Ã§izgi */
}

    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-1 {
      background: #fff; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-2 {
      background:#e10032; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-3 {
      background: #fbdbe0; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-4 {
      background: #ff8399; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-5 {
      background:#F5D814; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-6 {
      background: #dbe4a9; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-7 {
      background:#007DCD; }
    .sidebar .list-2 .list-group-item.list-item-2 .color-item span#renk-8 {
      background:#11800C; }
.sidebar .list-2 .list-group-item.list-item-2 .color-item span#all {
    background: #fff; /* Gri arka plan */
    position: relative;
    display: inline-block;
    border: 1px solid #999; /* Hafif kenar Ã§erÃ§evesi */
}

/* ÃœstÃ¼ne Ã§izgi ekle */
.sidebar .list-2 .list-group-item.list-item-2 .color-item span#all::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #e10032; /* Beyaz Ã§izgi */
    transform: rotate(-45deg); /* EÄŸik Ã§izgi */
}

    .sidebar .list-2 .list-group-item.list-item-2 .color-item span:hover {
      opacity: .5; }
.sidebar .list-3 .list-group-item:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0; }
.sidebar .list-3 .list-item-3 {
  padding-top: 0;
  border-top: 0; }
  .sidebar .list-3 .list-item-3 a {
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 14px;
    color: black;
    color: #b0b0b0; }
    .sidebar .list-3 .list-item-3 a:hover {
      text-decoration: none;
      color: black; }
  .sidebar .list-3 .list-item-3 span {
    float: right;
      font-family: "Kumbh Sans", sans-serif;

    font-weight: 400;
    font-size: 14px;
    color: black;
    color: #b0b0b0; }
  .sidebar .list-3 .list-item-3:nth-child(2) {
    padding-top: 20px; }
.sidebar .list-4 {
  position: relative; }
  .sidebar .list-4 .list-item-4 {
    background: transparent;
    padding: 40px 25px 20px 25px; }
    .sidebar .list-4 .list-item-4 #price {
      margin-top: 30px;
      background: transparent; }
    .sidebar .list-4 .list-item-4 button {
        font-family: "Kumbh Sans", sans-serif;

      font-weight: 400;
      font-size: 14px;
      color: black;
      outline: 0;
      border: 0;
      background: black;
      color: white;
      padding: 5px 25px; }

/*# sourceMappingURL=style-homev1.css.map */
