
.floating-buttons {
    bottom: 80px; /* increase value to move up */
}


.articles.style-1 .articles-item-image,
.articles.style-1 .articles-item-image > a,
.articles.style-1 .item-image > .item-image-link,
.article-item-image-link{
    height: 200px!important;
}
.articles-item-image img,
.articles-item-image > a > img,
.articles.style-1 .item-image > .item-image-link img,
.article-item-image-link img,
.most-read-image img,
#section-page-detail-articles .article-image img{
    object-fit: cover;
    height: 100%!important;
}

.articles.style-1 .articles-item-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.most-read-image{
	height: 80px !important;
}


#kontrolpaneli .fon-section > .container {
    max-width: 1900px !important;
}

.btn-danger {
    --bs-btn-color:#ffffff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.alert-flat {
    --bs-alert-color: var(--bs-white);
    --bs-alert-bg: #000e9c;
    border-width: 0
}

.btn-success {
    --bs-btn-bg: #000e9c;
    --bs-btn-border-color: #000e9c;
    --bs-btn-hover-bg: #000e9c;
    --bs-btn-hover-border-color: #000e9c;
    --bs-btn-active-bg: #000e9c;
    --bs-btn-active-border-color: #000e9c;
    --bs-btn-disabled-bg: #000e9c;
    --bs-btn-disabled-border-color: #000e9c;
}




body.page-server-products #fon-header.header-4,
body.page-hosting-products #fon-header.header-4,
body.page-special-products #fon-header.header-4 {
position: absolute;
left: 0;
width: 100%;
background: transparent;
box-shadow: none;
}

body.page-server-products #fon-header.header-4.header-fixed,
body.page-hosting-products #fon-header.header-4.header-fixed,
body.page-special-products #fon-header.header-4.header-fixed {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
position:fixed;
}



.footer-bottom, .footer-middle {
  background-color: #000; /* Add your preferred background color */
  color: #fff; /* Add your preferred text color */
}

.text-theme-primary {
    color: #adadad !important;
}
/* Arama Kapsayıcısı */
.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    z-index: 50;
}

/* Arama Kutusu Gövdesi */
.search-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    transition: all 0.3s ease;
    border: 1px solid var(--bs-border-color);
}

/* Arama aktifken kutu şekli */
.search-box.active {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0 0; /* Alt köşeleri düzleştir */
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    padding: 5px;
}

.search-icon {
    font-size: 20px;
    color: #64748b;
    margin-right: 0;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #0f172a; /* Neredeyse siyah */
    background: transparent;
    font-weight: 400;
    border:0!important;
}

.search-input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

/* Temizleme Butonu */
.clear-search {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #94a3b8;
    cursor: pointer;
	transition: color 0.2s;
	padding: 0 0 0 8px;
}

.clear-search:hover { color: #475569; }
.clear-search.visible { display: block; }

/* Arama Sonuçları Dropdown */
.search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--bs-border-color);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-height: 450px;
    overflow-y: auto;
    z-index: 1000;
    text-align: left; /* Sola yaslı */
}

.search-results.visible { display: block; }

/* Sonuç Öğesi */
.search-result-item {
    display: flex;
    align-items: center; /* Dikey ortala */
    justify-content: flex-start; /* Yatayda başa yasla (Sola yaslı) */
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.15s ease;
}

.search-result-item:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.search-result-item:hover {
    background-color: #00000000; /* Çok hafif gri hover */
    color: #0f172a;
}

.result-icon {
   /* font-size: 18px;*/
    color: #64748b;
    margin-right: 10px;
   /* width: 24px;*/
    text-align: center;
    flex-shrink: 0;
}

.result-title {
    font-size: 1rem;
    font-weight: 500;
    flex: 1;
    text-align: left;
    line-height: 1.25;
}

/* Vurgulanan Metin (Highlight) */
.result-title .highlight {
    color: #d8966b; /* Kurumsal Mavi */
    font-weight: 700;
    background: transparent; /* Arkaplan rengi yok, temiz görünüm */
}

/* Sonuç Bulunamadı ve Loading */
.no-results, .loading-results {
    padding: 24px;
    text-align: center; /* Bilgi mesajları ortalı olabilir */
    color: #64748b;
    font-size: 14px;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    border-top: 2px solid #2563eb; /* Mavi spinner */
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* İpucu Metni */
.search-hint {
    margin-top: 12px;
    text-align: center;
    color: #94a3b8; /* Banner üstünde görünecek açık gri */
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Scrollbar Tasarımı */
.search-results::-webkit-scrollbar { width: 6px; }
.search-results::-webkit-scrollbar-track { background: #f1f5f9; }
.search-results::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.search-results::-webkit-scrollbar-thumb:hover { background: #000; }

/*** Header Üstbilgi Arama ***/
#searchCategoryButton.active {
    background-color: var(--theme-primary);
}
.header .server-category-search-wrapper {
    /*display: none;*/
    position: absolute;
    top: 100%;
    right: -10px;
    /* width: 500px; */
}
.header .server-category-search-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px;
    right: 20px;
    z-index: 52;
}
.header .server-category-search-wrapper:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: var(--bs-border-color);
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 51;
}
div#searchServerLocationHome.search-wrapper {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
div#searchServerLocationHome .search-icon {
	background: var(--theme-primary);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #fff;
	margin-left: 0;
}
div#searchServerLocationHome .search-input {
	font-size: 1.25rem;
}
div#searchServerLocationHome .clear-search {
	margin-right: 5px;
}
.page-detail-article-conent img{
    max-width: 100%;
}

	
.header .server-category-search-wrapper {
	right: auto;
	transform: translateX(-50%);
	left: 50%;
}
.header .server-category-search-wrapper:before,
.header .server-category-search-wrapper:after{
	right: auto;
	left: 46%;
}

/**
 * --- FONONLINE CUSTOM SERVER OPTIONS FILTER ---
 */
#cso-filter-wrapper .cso-top-bar {
	margin-bottom: 50px;
}
#cso-filter-wrapper .cso-top-bar-title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 25px;
}

#cso-filter-wrapper .cso-filters-wrapper {
	overflow: hidden;
	overflow-y: auto;
	border-radius: var(--bs-border-radius-xl);
	padding: 15px;
	position: sticky;
	top: 75px;
	height: calc(100vh - 100px);
	background: var(--bs-theme-light-100);
}

#cso-filter-wrapper .cso-filter-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
#cso-filter-wrapper .cso-filter-block {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--bs-box-shadow-sm);
}
#cso-filter-wrapper .cso-filter-block h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
}


#cso-filter-wrapper label.cso-checkbox {
	display: block;
	margin-bottom: 5px;
}
#cso-filter-wrapper label.cso-checkbox input {
	margin-right: 5px;
}
#cso-filter-wrapper .cso-sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	border-radius: var(--bs-border-radius-xl);
	background: var(--bs-theme-light-100);
	padding: 5px 5px 5px 15px;
}


#cso-filter-wrapper .cso-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 5px;
}

#cso-filter-wrapper .cso-toggle .switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}

#cso-filter-wrapper .cso-toggle .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#cso-filter-wrapper .cso-toggle .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

#cso-filter-wrapper .cso-toggle .switch .slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

#cso-filter-wrapper .cso-toggle .switch input:checked + .slider {
	background-color: var(--theme-primary);
}

#cso-filter-wrapper .cso-toggle .switch input:checked + .slider:before {
	transform: translateX(16px);
}

#cso-filter-wrapper .cso-loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#cso-filter-wrapper #cso-reset {
	box-shadow: none;
}

#cso-filter-wrapper .cso-filter-block label {
	display: flex;
	margin-bottom: 8px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	padding-left: 0;
}

#cso-filter-wrapper .cso-toggle label {
	margin-bottom: 0px;
}

#cso-filter-wrapper .checkmark-radio {
	border-radius: 50%;
}

#cso-filter-wrapper .cso-filter-block input:checked ~ .checkmark-radio {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
}

#cso-filter-wrapper .dual-slider-container {
	position: relative;
	width: 100%;
	height: 30px;
	margin-top: 10px;
}

#cso-filter-wrapper .dual-slider-container input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 10px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}

#cso-filter-wrapper .dual-slider-container input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 18px;
	height: 18px;
	-webkit-appearance: none;
	background: var(--theme-primary);
	border-radius: 50%;
	cursor: pointer;
	margin-top: -6px;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#cso-filter-wrapper .dual-slider-container::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #e2e8f0;
	border-radius: 2px;
	transform: translateY(-50%);
	z-index: 0;
}

#cso-filter-wrapper .slider-track {
	position: absolute;
	height: 4px;
	background: var(--theme-primary);
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 2px;
}

#cso-filter-wrapper .cso-price-inputs-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

#cso-filter-wrapper .cso-price-inputs-container input {
	width: 85px;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	color: #000;
}



#cso-filter-wrapper .cso-sorting select {
	padding: 8px;
	border-radius: var(--bs-border-radius-xl);
	max-width: 210px;
}

#cso-filter-wrapper .cso-product-card {
	display: flex;
	background: #fff;
	border: 1px solid var(--bs-border-color);
	border-radius: 12px;
	margin-bottom: 24px;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
	overflow: visible;
	box-shadow: var(--bs-box-shadow-lg);
}

#cso-filter-wrapper .cso-product-card:hover {
	box-shadow: var(--bs-box-shadow-sm);
	border-color: #cbd5e1;
	transform: translateY(-2px);
	z-index: 20;
}

#cso-filter-wrapper .card-info {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#cso-filter-wrapper .card-header-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	width: 100%;
}

#cso-filter-wrapper .card-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}

#cso-filter-wrapper .cso-badge {
	width: max-content;
	height: 24px;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 10px;
	color: white;
	white-space: nowrap;
	margin-left: 10px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	line-height: 1;
}

#cso-filter-wrapper .badge-gaming {
	background: var(--bs-success);
}

#cso-filter-wrapper .badge-storage {
	background: var(--bs-purple);
}

#cso-filter-wrapper .badge-gpu {
	background: var(--bs-primary);
}

#cso-filter-wrapper .badge-ded {
	background: var(--bs-primary-text-emphasis);
}

#cso-filter-wrapper .card-cpu-sub {
	font-size: 18px;
	color: var(--bs-theme-light-500);
	margin-bottom: 15px;
	display: flex;
	gap: 6px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 0px;
	width: 100%;
}

#cso-filter-wrapper .card-specs-container {
	background: var(--bs-theme-light);
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius-xl);
	padding: 12px;
	margin-bottom: 15px;
	width: 100%;
}

#cso-filter-wrapper .card-specs {
	display: grid;
	grid-template-columns: 3fr 3fr 3fr;
	gap: 15px;
}

#cso-filter-wrapper .spec-box {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

#cso-filter-wrapper .spec-box.has-spec-tooltip {
	cursor: help;
}

#cso-filter-wrapper .spec-icon {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-success);
	font-size: 22px;
}

#cso-filter-wrapper .spec-details span {
	font-size: 14px;
	color: var(--bs-theme-light-500);
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

#cso-filter-wrapper .spec-details strong {
	font-size: 16px;
	color: #333;
}

#cso-filter-wrapper .card-features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#cso-filter-wrapper .feature-tag {
	font-size: 11px;
	background: #fff;
	border: 1px solid #e5e7eb;
	padding: 5px 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	cursor: default;
	position: relative;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}

#cso-filter-wrapper .feature-tag i {
	margin-right: 5px;
	color: var(--theme-primary);
	font-size: 17px;
}

#cso-filter-wrapper .feature-tag:hover {
	z-index: 20;
	border-color: var(--theme-primary);
}

#cso-filter-wrapper .card-action {
	border-left: 1px solid var(--bs-border-color);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 0px 15px 15px 0px;
}

#cso-filter-wrapper .price-tag {
	font-size: 40px;
	font-weight: 800;
	color: var(--bs-success);
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cso-filter-wrapper .cso-support-add {
	font-size: 14px;
	color: #b5b5b5;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cso-filter-wrapper .price-period {
	font-size: 17px;
	color: var(--bs-theme-light-500);
	font-weight: 500;
	margin-bottom: 15px;
}

#cso-filter-wrapper .buy-btn {
	width: 100%;
	transition: .2s;
}

#cso-filter-wrapper .buy-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(255,85,51,0.2);
}

#cso-filter-wrapper .loc-flag {
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: var(--bs-theme-light-500);
	font-weight: 500;
}

#cso-filter-wrapper .loc-flag img {
	width: 22px;
	height: 16px;
	border-radius: 2px;
	object-fit: cover;
}

#cso-filter-wrapper .custom-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: var(--bs-theme-light-500);
	padding: 10px;
	border-radius: 6px;
	width: max-content;
	min-width: 180px;
	max-width: 250px;
	z-index: 100;
	transition: .2s;
	pointer-events: none;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#cso-filter-wrapper .custom-tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent;
}

#cso-filter-wrapper .feature-tag:hover .custom-tooltip {
	visibility: visible;
	opacity: 1;
	bottom: 130%;
}

#cso-filter-wrapper .tt-title {
	font-weight: 700;
	color: var(--theme-primary);
	margin-bottom: 5px;
	border-bottom: 1px solid var(--bs-border-color);
	padding-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
}

#cso-filter-wrapper .tt-row {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	margin-bottom: 3px;
}

#cso-filter-wrapper .tt-price {
	color: var(--theme-primary);
	font-weight: 700;
	margin-left: 10px;
}

#cso-filter-wrapper .spec-tooltip {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	color: #333;
	border: 1px solid #e2e8f0;
	padding: 12px;
	border-radius: 8px;
	width: max-content;
	min-width: 200px;
	max-width: 280px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	z-index: 100;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	text-align: left;
}

#cso-filter-wrapper .spec-tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	filter: drop-shadow(0 -1px 0 #e2e8f0);
}

#cso-filter-wrapper .spec-box.has-spec-tooltip:hover .spec-tooltip {
	visibility: visible;
	opacity: 1;
	top: 120%;
	z-index: 999;
}

#cso-filter-wrapper .st-grid {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

#cso-filter-wrapper .st-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	border-bottom: 1px dashed #f0f0f0;
	padding-bottom: 4px;
}

#cso-filter-wrapper .st-row:last-child {
	border-bottom: none;
}

#cso-filter-wrapper .st-opt {
	font-weight: 600;
	color: #1f2937;
}

#cso-filter-wrapper .st-price {
	color: var(--theme-primary);
	font-weight: 700;
	margin-left: 5px;
}

#cso-filter-wrapper .st-more {
	font-size: 10px;
	text-align: center;
	color: #9ca3af;
	margin-top: 5px;
	font-style: italic;
}

#cso-filter-wrapper .hidden {
	display: none !important;
}

#cso-filter-wrapper .load-more-wrapper span {
	font-size: 1.15rem !important;
	color: var(--bs-theme-light-500) !important;
}

#cso-filter-wrapper .load-more-btn {
	background: #fff;
	color: var(--theme-primary);
	border: 2px solid var(--theme-primary);
	padding: 10px 30px;
	border-radius: 20px;
	font-weight: 700;
	cursor: pointer;
	display: block;
}

#cso-filter-wrapper .load-more-btn:hover {
	background: var(--theme-primary);
	color: #fff;
}

#cso-filter-wrapper .gpu-sub-tag {
	padding: 2px 7px;
	border-radius: 5px;
	position: relative;
	cursor: default;
	color: var(--bs-orange);
	font-weight: 600;
	max-width: 425px;
	text-align: right;
}

#cso-filter-wrapper .gpu-sub-tag.has-spec-tooltip {
	cursor: help;
}

#cso-filter-wrapper .gpu-sub-tag.has-spec-tooltip:hover .spec-tooltip {
	visibility: visible;
	opacity: 1;
	top: 120%;
	z-index: 999;
}

#cso-filter-wrapper .cso-location-search {
	width: 100%;
	padding: 10px;
	margin-bottom: 12px;
	border-radius: 6px;
	border: 1px solid #4a5568;
	background: rgba(255,255,255,0.1);
	color: #000;
	font-size: 13px;
	outline: none;
}

#cso-filter-wrapper .cso-location-search::placeholder {
	color: #a0aec0;
}

#cso-filter-wrapper .cso-location-search:focus {
	border-color: var(--theme-primary);
}

#cso-filter-wrapper .cso-location-list {
	max-height: 200px;
	overflow-y: auto;
	padding-right: 5px;
	scrollbar-width: thin;
	scrollbar-color: var(--theme-primary) var(--bs-theme-light-100);
	margin-top: 10px;
}

#cso-filter-wrapper .cso-location-list::-webkit-scrollbar {
	width: 5px;
}

#cso-filter-wrapper .cso-location-list::-webkit-scrollbar-track {
	background: #02073e;
}

#cso-filter-wrapper .cso-location-list::-webkit-scrollbar-thumb {
	background-color: var(--theme-primary);
	border-radius: 20px;
}

#cso-filter-wrapper .loc-group {
	margin-bottom: 4px;
	border-bottom: 1px solid var(--bs-border-color);
}

#cso-filter-wrapper .loc-group:last-child {
	border-bottom: none;
}

#cso-filter-wrapper .loc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#cso-filter-wrapper .loc-label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 5px 8px 30px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	width: 100%;
	transition: color 0.2s;
}

#cso-filter-wrapper .loc-label:hover {
	color: #000;
}

#cso-filter-wrapper .loc-label input:checked ~ .checkmark-radio {
	border-color: var(--theme-primary);
	background-color: var(--theme-primary);
}

#cso-filter-wrapper .loc-toggle {
	color: #9ca3af;
	cursor: pointer;
	font-size: 12px;
	padding: 8px;
	margin-right: 5px;
	transition: transform 0.2s ease, color 0.2s;
	z-index: 5;
}

#cso-filter-wrapper .loc-toggle:hover {
	color: #000;
}

#cso-filter-wrapper .loc-toggle.rotate {
	transform: rotate(180deg);
	color: var(--theme-primary);
}

#cso-filter-wrapper .loc-cities {
	background: var(--bs-theme-light);
	margin-bottom: 5px;
	border-radius: 4px;
	overflow: hidden;
}

#cso-filter-wrapper .city-label {
	padding: 6px 5px 6px 50px;
	font-size: 12px;
	color: #94a3b8;
	border-left: 2px solid transparent;
}

#cso-filter-wrapper .city-label:hover {
	color: #000;
	background: var(--bs-theme-light-100);
}

#cso-filter-wrapper .city-label input:checked ~ .checkmark-radio {
	left: 20px;
}

#cso-filter-wrapper .loc-item-row {
	margin-bottom: 10px;
	border-bottom: 1px solid var(--bs-border-color);
	padding-bottom: 5px;
}

#cso-filter-wrapper .main-loc {
	font-weight: 600;
	font-size: 14px;
}

#cso-filter-wrapper .loc-list-flag {
	width: 20px;
	height: 14px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}


#cso-filter-wrapper .loc-group .loc-cities .checkmark-radio {
	left: 20px !important;
}

#cso-filter-wrapper .loc-group .loc-cities {
	padding-left: 0px !important;
}

#cso-filter-wrapper .loc-group .loc-cities label {
	padding-left: 10px !important;
}

#cso-filter-wrapper .loc-label {
	margin-bottom: 0px !important;
}

#cso-filter-wrapper .loc-filtered-out {
	display: none !important;
}

#cso-filter-wrapper .object-cover .hidden {
	display: flex !important;
}


#cso-filter-wrapper .spec-box.has-spec-options::after {
	content: "\f129";
	position: absolute;
	top: -5px;
	right: -5px;
	color: var(--theme-primary);
	background: #fff;
	border-radius: 50%;
	padding: 2px 4px;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}

#cso-filter-wrapper .spec-box.has-spec-tooltip {
	cursor: help;
	border-bottom: 2px dashed var(--bs-theme-light-200);
	padding-bottom: 2px;
}

#cso-filter-wrapper .spec-box.has-spec-tooltip:hover {
	border-bottom-color: var(--theme-primary);
}

#cso-filter-wrapper .feature-tag.feature-has-opts {
	border-color: var(--theme-primary);
}

#cso-filter-wrapper .feature-tag.feature-has-opts::after {
	content: "\f129";
	font-weight: 800;
	color: #fff;
	background: var(--theme-primary);
	border-radius: 50%;
	font-size: 7px;
	padding: 2px 4px;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -6px;
	right: -6px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}

#cso-filter-wrapper .custom-tooltip, #cso-filter-wrapper .spec-tooltip {
	z-index: 9999;
}

#cso-filter-wrapper .gpu-sub-tag.has-spec-options::after {
	content: "\f129";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 5px;
	right: -17px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	color: #ffcf3f;
	background: transparent;
	border-radius: 50%;
	padding: 3px;
	border: 1px solid #ffcf3f;
	line-height: 1;
	z-index: 10;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

#cso-filter-wrapper .gpu-sub-tag.has-spec-options {
	margin-right: 17px;
}

#cso-filter-wrapper .cso-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
	padding: 0 5px;
}

#cso-filter-wrapper .active-filter-tag {
	background-color: #f1f5f9;
	color: #334155;
	border: 1px solid #e2e8f0;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	transition: all 0.2s ease;
}

#cso-filter-wrapper .active-filter-tag:hover {
	background-color: #e2e8f0;
	border-color: #cbd5e1;
}

#cso-filter-wrapper .active-filter-tag i {
	margin-left: 8px;
	cursor: pointer;
	color: #94a3b8;
	font-size: 12px;
	transition: color 0.2s;
}

#cso-filter-wrapper .active-filter-tag i:hover {
	color: #ef4444;
}

#cso-filter-wrapper .cso-ref-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.75rem;
	color: #8898aa;
	margin-bottom: 2px;
	width: 100%;
	padding: 5px 0px;
}

#cso-filter-wrapper .ref-item {
	font-family: monospace;
}

#cso-filter-wrapper .ref-item.pid {
	color: #8898aa;
}

#cso-filter-wrapper .ref-item.dc {
	color: #8898aa;
	text-align: right;
}

#cso-filter-wrapper .loc-label strong {
	font-weight: 600;
}

#cso-filter-wrapper div#cso-product-grid:before {
	background: var(--bs-theme-light-100);
	padding: 20px;
	border-radius: var(--bs-border-radius-xl);
	content: "";
	display: block;
	height: calc(100% - 65px);
	width: 95%;
	position: absolute;
	transform: translateX(-50%);
	top: -15px;
	left: 50%;
	z-index: -1;
}

#cso-filter-wrapper div#cso-product-grid {
	position: relative;
}

#cso-filter-wrapper .price-tag .badge {
	font-size: 12px;
}

#cso-filter-wrapper .price-tag .old-price {
	font-size: 14px;
}

#cso-filter-wrapper input#cso-search {
	border-radius: var(--bs-border-radius-xl);
	padding: 20px;
	background: #fff;
	box-shadow: var(--bs-box-shadow);
}

#cso-filter-wrapper input#cso-search:focus, #cso-filter-wrapper input#cso-search:hover {
	background: var(--bs-theme-light);
	box-shadow: none;
}

@media screen and (max-width: 1400px) {
	#cso-filter-wrapper .price-period {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1199px) {
	#cso-filter-wrapper .card-specs {
		grid-template-columns: 1fr;
		gap: 15px;
		align-items: center;
	}
}

@media screen and (max-width: 1130px) {
	#cso-filter-wrapper .cso-filters-wrapper {
		top: 100px;
		height: calc(100vh - 120px);
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	#cso-filter-wrapper .cso-main-layout {
		grid-template-columns: 1fr;
		min-width: 100%;
	}

	#cso-filter-wrapper .cso-filters {
		position: relative;
		display: flex;
		height: auto;
		top: 0;
		width: 100%;
		max-width: none;
		overflow-y: scroll;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#cso-filter-wrapper .cso-product-card {
		flex-direction: column;
	}

	#cso-filter-wrapper .card-info {
		border-right: none;
		border-bottom: 1px solid #eee;
	}

	#cso-filter-wrapper .card-specs {
		display: grid;
		grid-template-columns: 3fr 3fr 3fr;
		gap: 15px;
		align-items: center;
	}

	#cso-filter-wrapper .card-action {
		background: transparent;
		margin-top: 15px;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
		border-left: none;
		padding-top: 0;
		border-radius: 0;
	}

	#cso-filter-wrapper .buy-btn {
		width: 200px;
		padding: 10px 30px;
	}

	#cso-filter-wrapper .price-period {
		margin-bottom: 0;
		margin-left: 5px;
		display: inline-block;
	}

	#cso-filter-wrapper .cso-filters-wrapper {
		width: 100%;
		height: 400px;
		overflow-y: auto;
		margin: 0 auto 35px;
		display: block;
		position: relative;
		top: 0;
	}

	#cso-filter-wrapper .loc-flag {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	#cso-filter-wrapper .object-cover .hidden {
		display: none !important;
	}

	#cso-filter-wrapper .spec-details span {
		font-size: 10px;
	}

	#cso-filter-wrapper .card-specs {
		align-items: end;
	}

	#cso-filter-wrapper .card-title {
		font-size: 20px;
	}

	#cso-filter-wrapper .card-cpu-sub {
		font-size: 14px;
	}

	#cso-filter-wrapper .price-period {
		font-size: 14px;
	}

	#cso-filter-wrapper .price-tag .new-price {
		font-size: calc(1.375rem + 1.5vw) !important;
		white-space: nowrap;
	}
}

@media (max-width: 575px) {
	#cso-filter-wrapper .card-action {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	#cso-filter-wrapper .cso-sorting {
		width: 100%;
	}

	#cso-filter-wrapper .spec-box {
		max-width: 200px;
	}


	#cso-filter-wrapper .card-specs {
		align-items: center;
		grid-template-columns: 1fr;
	}

	#cso-filter-wrapper .buy-btn {
		width: 100%;
	}
}

/**
 * --- FONONLINE CUSTOM SERVER OPTIONS FILTER - END ---
 */