/*!
 * Copyright 2011-2024,Pazarda.com.
 */
 
 .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
        	    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
    color: #ffffff;
    font-weight: 500;
    background-color: #0000003b;
    border: 1px solid #e5e5e500;
    padding: 3px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 2px;
    transition: opacity 1s ease;
    opacity: 0;
    pointer-events: none;
}

.search-btn:hover {
    background-color: #f37102;
}

.prompt.srch10 {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
}

/* Dropdown container for suggestions */
.suggestions-container {
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0px 20px 20px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 5px;

    opacity: 0; /* Başlangıçta görünmez */
    visibility: hidden; /* Görünürlüğü başlangıçta kapat */
    transition: opacity 0.2s ease-in; /* 200ms içinde solarak görünme */
}

/* When the container becomes visible */
.suggestions-container.visible {
    opacity: 1; /* Tam görünürlük */
    visibility: visible; /* Görünür hale getir */
    transition: opacity 0.2s ease-in; /* Solarak görünsün */
}

/* Heading style for "Önerilen Aramalar" */
.suggestions-container h4 {
    margin-top: 5px !important;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

/* Styling for the suggestion buttons */
.suggest-btn {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    
    transition: background-color 0.3s ease;
}

.suggest-btn:hover {
    background-color: #f37102;
    color: #fff;
}

        .select2-results__option {
            padding-right: 20px;
            vertical-align: middle;
        }
        .select2-results__option:before {
            content: "";
            display: inline-block;
            position: relative;
            height: 20px;
            width: 20px;
            border: 2px solid #e9e9e9;
            border-radius: 4px;
            background-color: #fff;
            margin-right: 20px;
            vertical-align: middle;
        }
        .select2-results__option[aria-selected=true]:before {
            font-family: "Font Awesome 5 Free";
            content: "\f00c";
            color: #fff;
            background-color: #f77750;
            border: 0;
			font-weight:600 !important;
            display: inline-block;
            padding-left: 3px;
        }
        .select2-container--default .select2-results__option[aria-selected=true] {
            background-color: #fff;
        }
        .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #eaeaeb;
            color: #272727;
        }
        .select2-container--default .select2-selection--multiple {
            margin-bottom: 10px;
        }
        .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
            border-radius: 4px;
        }
        .select2-container--default.select2-container--focus .select2-selection--multiple {
            border-color: #f77750;
            border-width: 2px;
        }
        .select2-container--default .select2-selection--multiple {
            border-width: 2px;
        }
        .select2-container--open .select2-dropdown--below {
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
        .select2-selection .select2-selection--multiple:after {
            content: '';
        }
        .select-icon .select2-selection__placeholder .badge {
            //display: none;
        }
        .select-icon .placeholder {
            display: none;
        }
        .select-icon .select2-results__option:before,
        .select-icon .select2-results__option[aria-selected=true]:before {
            display: none !important;
font-weight:600 !important;
        }
        .select-icon  .select2-search--dropdown {
            display: none;
        }
        .select2-results__option[role="group"]:before {
            content: none !important;
        }
		
		.empty-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;

}

.empty-message-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.empty-message-title {
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 10px 0;
}

.empty-message-description {
    font-size: 13px;
    color: #777;

	    align-items: center !important;
    text-align: center !important;

}

.empty-message-button {
    padding: 10px 20px;
    background-color: #ff4b4b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.empty-message-button:hover {
    background-color: #ff6666;
}

        img {
            position: relative;
            z-index: 1;
        }

        .blur-background {
            position: absolute;
            top: 50.2%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            background-clip: padding-box;
            height: 97%;
            background-size: cover;
            background-position: center;
            filter: brightness(250%) contrast(50%) opacity(22%) grayscale(10%) blur(3px);
            z-index: 0;
        }
		
		
		            #anasayfa_sol_menu-1 {
                all: unset;
            }

            .price-pack-item-body7x {
                max-height: 550px;
                height: 550px;
                min-height: 550px;
                width: 100%;
                overflow-y: hidden;
                transition: max-height 0.5s ease; /* Geçiş efekti eklemek için */
            }

            .price-pack-item-body7x:hover {
                max-height: 550px; /* Mouse üzerine gelindiğinde tüm içeriğin görünmesini sağlar */
                overflow-y: auto; /* Görünürlük arttığında scroll barı gösterir */
            }
			
			
			.empty-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.empty-message-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.empty-message-title {
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 10px 0;
}

.empty-message-description {
    font-size: 13px;
    color: #777;
    align-items: center !important;
    text-align: center !important;
}

.empty-message-button {
    padding: 10px 20px;
    background-color: #ff4b4b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.empty-message-button:hover {
    background-color: #ff6666;
}

    a {
        color: #3e3e3e;
        text-decoration: none;
    }
	
	
	.tab-button-container {
    display: flex;
    justify-content: space-around;
    background: #fbfbfb63;
    border-top: 1px dashed #efefef;
	border-bottom: 1px dashed #efefef;
}

.tab-button {
    cursor: pointer;
    padding: 5px 30px;
	  font-size: 11px;
    font-weight: 500;
color: #a1a1a1;

}

.tab-button.active {
color: #525252;
    background-color: #f7f7f7;
    font-size: 11px;
    border-bottom: 1.2px solid #ff9800;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.tab-content.active {
    display: block;
}


.ui.search.dropdown {
    min-width: ''
}

.ui.search.dropdown > input.search {
    background: none transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: text;
    top: 0;
    left: 1px;
    width: 100%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: inherit
}

.ui.search.dropdown > input.search {
    position: absolute;
    z-index: 2
}

.ui.search.dropdown > .text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3
}

.ui.search.selection.dropdown > input.search {
    line-height: 1.21428571em;
    padding: .67857143em 2.1em .67857143em 1em
}

.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: .67857143em 2.1em .67857143em 1em;
    display: none;
    white-space: pre
}

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
    cursor: auto
}

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
    pointer-events: none
}

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: .45
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115, 115, 115, .87) !important
}

.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.multiple.dropdown {
    padding: .22619048em 2.1em .22619048em .35714286em
}

.ui.multiple.dropdown .menu {
    cursor: auto
}

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
    cursor: text
}

.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em;
    margin: .14285714rem .28571429rem .14285714rem 0;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .15) inset
}

.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: ''
}

.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-left: .14285714em !important
}

.ui.multiple.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    width: 2.2em;
    line-height: 1.21428571em
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit
}

.select2-container--default .select2-selection--multiple {
border-color: #ededed!important;
border-width: 1px;
font-size: 12px !important;
height: auto;
font-weight: 600 !important;
    	    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #ededed!important;
border-width: 1px;
font-size: 12px !important;
height: auto;
font-weight: 600 !important;
    	    font-family: "Inter", sans-serif !important;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #fff7ea;
border: 1px solid #ffe8c5;
border-radius: 2px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #505050;
cursor: pointer;
display: inline-block;
font-weight: bold;

font-size: 13px;
margin-right: 4px;
padding-top: 0px;
}

.select2-container--default .select2-results__group {
cursor: default;
display: block;
margin-top: 5px;
background-color: #fff7ea;
border: 1px solid #ffe8c5;
color: #1a1a1a;
width: 203px;
font-size: 12px;
padding: 2px;
padding-left: 5px;
margin-left: 5px;
margin-bottom: 5px;
}

/* Seçilen öğelerin alt alta sarılmasını sağla ve maksimum yükseklik ayarla */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
display: flex !important;  /* Flexbox düzenini zorla */
flex-wrap: wrap !important;/* Seçilen öğelerin alt alta geçmesini sağla */
gap: 5px;  /* Öğeler arasında boşluk bırak */
max-height: 500px !important;  /* Maksimum yükseklik ayarla */
overflow-y: auto !important;   /* Dikey kaydırma çubuğunu etkinleştir */
overflow-x: hidden !important; /* Yatay taşmaları engelle */
white-space: normal !important;/* Satır kırılmasını zorla */
box-sizing: border-box !important; /* Kutunun taşmasını engelle */
}

/* Genel flex düzenlemesi */
.select2-container--default .select2-selection--multiple {
min-height: 38px !important;   /* Minimum yükseklik */
max-height: 500px !important;  /* Maksimum yükseklik */
overflow-y: auto !important;   /* Taşma durumunda kaydırma çubuğu */
overflow-x: hidden !important; /* Yatay taşmaları engelle */
padding: 5px !important;   /* İç boşluk */
display: flex !important;  /* Flex düzenini zorla */
flex-wrap: wrap !important;/* Seçilen öğeleri alt alta diz */
border: 1px solid #ccc;/* Kenarlık */
border-radius: 5px;/* Köşeleri yuvarlat */
box-sizing: border-box !important; /* Kutunun taşmasını engelle */
}

/* Seçilen öğeler arasında boşluk ve düzenleme */
.select2-selection__choice {
margin: 2px !important;/* Seçilen öğeler arasında boşluk */
   padding: 1px 5px !important;
word-break: break-word !important; /* Uzun kelimeleri kır */
display: inline-block !important;  /* Seçilen öğelerin düzenini koru */
}

.select2-dropdown {
background-color: white;
border: 1px solid #eaeaea;
border-radius: 4px;
box-sizing: border-box;
display: block;
color: #6d6d6d !important;
font-size: 12px;
/* width: 100px; */
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}

.select2-container--default .select2-results>.select2-results__options {
max-height: 250px;
overflow-y: auto;
}
.select2-container--open .select2-dropdown--below {
border-radius: 2px;
box-shadow: 0 0 120px rgb(0 0 0 / 15%);
}

.select2-results {
display: block;
    font-size: 12px;
border-radius: 2px;
box-shadow: 0 0 120px rgb(0 0 0 / 5%);
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}

.select2-results__option {
padding-right: 10px;
padding-left: 10px;
margin-bottom:7px;
vertical-align: middle;
}
.select2-results__option:before {
content: "";
display: inline-block;
position: relative;
height: 15px;
width: 15px;
border: 1px solid #e9e9e9;
border-radius: 2px;
background-color: #fff;
margin-right: 10px;
vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
color: #fff;
font-weight:600 !important;
background-color: #f77750;
border: 0;
display: inline-block;
padding-left: 2px;
margin-top: -4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #f4f4f4;
color: #272727;
}

.select2-results__option[aria-selected=true]:before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
color: #fff;
line-height: 1.6;
font-size: 10px;
font-weight:600 !important;
background-color: #f77750;
border: 0;
display: inline-block;
padding-left: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background-color: #fffbf0;
}

.image-container {
position: relative;
width: 100%;
height: 100%;
min-height: 100px;
overflow: hidden; /* Resmin taşan kısımlarını gizler */
}

.image-container img {
width: 100%;
height: 100px;
object-fit: cover; /* Resmi kutuyu dolduracak şekilde kırp */
object-position: center; /* Resmi merkezde konumlandır */
display: block;
}

.loading-icon {
position: absolute;
top: 35px;
left: 50px;
transform: translate(-50%, -50%);
font-size: 21px;
color: #ababab;
animation: spin 0.4s linear infinite;
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.loaded-image {
display: none;
}

.profile-card {
    position: absolute;
    top: 60px; /* Profil resminin hemen altında */
    left: 14px; /* Balon ucunu profil resmine hizalamak için */
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    box-shadow: 2px 4px 48px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 180px;
    transform: scale(0.1);
    opacity: 0;
    transition: transform 0.1s ease, opacity 0.1s ease;
    text-align: center;
    display: none;
}

/* Balon görünümü için iç ok */
.profile-card::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 14px; /* Oku profil resmine hizalamak için */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1;
}

/* Balon ucunun dış kenarlık görünümü */
.profile-card::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 13px; /* Dış kenarlık ile iç oku hizalamak için */
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ECECEC;
    z-index: 0;
}

/* Profil Resmi Kart İçinde */
.profile-card-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 3px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Diğer Bilgiler */
.profile-name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.profile-phone,
.profile-address {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.profile-card.visible {
    transform: scale(1);
    opacity: 1;
    display: block;
}

/* Loading spinner için */
.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 0.3s linear infinite;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 2; /* İçeriğin üzerinde görünmesi için */
}

/* Spinner animasyonu */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Bulanık arka plan efekti */
.profile-card.loading .profile-content {
    filter: blur(5px); /* İçeriği bulanıklaştır */
    opacity: 0.5; /* İçeriğin transparanlığını azaltır */
}

.btn.btn-light.btn-sm {
    text-decoration: none !important;
    color: #535353 !important;
}

.btn.btn-light.btn-sm:hover {
    text-decoration: none !important;
    color: #535353 !important;
}

/* Alternatif stil */
.small-reward-dt:disabled,
.cart__btn:disabled {
color: #ffffff !important;
}
.fa-circle-notch.fa-spin {
  animation: spin 0.3s linear infinite;
}
.fa-spinner {
    font-size: 14px;
    margin-right: 8px;
}

.akerdion summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.akerdion summary::after {
    content: '▼';
    margin-left: auto;
	color: #e8e8e8;
    transition: transform 2s ease;
}

.akerdion[open] summary::after {
    content: '▲';
	color: #8b8b8b;
}



/* Ok işaretinin animasyonu için */
.akerdion summary::after {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

/* Details elementinin border ve padding ayarları */
.akerdion {
    border-radius: 4px;
    overflow: hidden;
}





/* Kategori hiyerarşisi için stil ayarları */
.kategorisiralama1 {
    margin-left: 10px;
    padding-left: 0;
}

/* Alt kategorilerin iç içe görünümü için */
.filter-items2 .filtr-cate-title > li > ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Tüm alt kategori menülerinde doğru hizalama */
.filter-items2 .filtr-cate-title li a {
    display: inline-block;
    vertical-align: middle;
}

.filter-items2 .filtr-cate-title li i {
    vertical-align: middle;
}

/* Kayma sorununu düzeltmek için */
.filter-items2 ul.filtr-cate-title > li {
    position: relative;
    padding-left: 0 !important;
}

/* Hizalama sorununu düzeltmek için ek stil */
.filter-items2 .filtr-cate-title li > i.uil {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

/* Alt kategorilerin konumlandırılması */
.filter-items2 .filtr-cate-title li ul li {
    margin-left: 0 !important;
}
