@-moz-document url-prefix() {
	.scrollbar-custom {
        scrollbar-width: thin;
        scrollbar-color: #596971 #eaeaea;
    }
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    filter: grayscale(100%);
}

a.no-template-style {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5vh;
}

.aciklama {
    font-size: 16px;
}

#anasayfa_dinamik {
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.ansayfa_seriler {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fcfcfc;
}

.ansayfa_seriler:hover .overlaySeri {
    opacity: 1;
}

.ansayfa_seriler:hover img {
    opacity: 1;
}

.ansayfa_seriler img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.ansayfa_seriler img.katalog {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
	margin: 0 auto;
}

.bilgi-img {
	transition: transform 0.15s ease;
}

.bilgi-img:hover {
	transform: scale(1.06);
}

body {
	margin: 0;
	overflow: hidden;
}

#browserSizeOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% - 55px);
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1006;
}

.browserContactInfo {
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
    transition: font-weight 0.15s;
}

.browserContactInfo:hover {
    font-weight: bold;
    color: #ccc;
}

.browserSizeLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1007;
    font-size: 18px;
    color: #ccc;
    text-align: center;
}

.browserSizeOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% - 55px);
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1006;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 100;
    line-height: 1.5;
    border-radius: 3px;
}

#buyuk_resim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.catalog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    width: 40px;
    flex-shrink: 0;
}

.catalog-link {
    display: flex;
    align-items: center;
    text-decoration: none;
	text-align: center;
	justify-content: center;
    gap: 20px;
    color: inherit;
    width: 100%;
}

.catalog-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.catalog-text h4 {
    margin: 0; 
	color:#5c6c75;
}

.catalog-text h6 {
    margin: 0;
    font-weight: normal;
    color: #555;
}

.catalog-text h4:hover,
.catalog-text h6:hover {
    color: #bd0101;
    font-weight: bold;
    transition: transform 0.15s ease-in-out;
    transform: scale(1.03);
}

.catalog-container:hover ~ .catalog-text h4,
.catalog-container:hover ~ .catalog-text h6,
.document-img:hover ~ .catalog-text h4,
.document-img:hover ~ .catalog-text h6 {
    color: #bd0101;
    font-weight: bold;
    transform: scale(1.03);
}

.catalog-link:hover .catalog-text h4,
.catalog-link:hover .catalog-text h6 {
    color: #bd0101;
    font-weight: bold;
    transform: scale(1.03);
}

.close-icon-seri {
	position: absolute;
	top: 6px;
	right: 38px;
}

.close-icon {
    color: #563e60;
}

#close-icon {
	fill: #ccc;
}

#close-icon:hover, #close-icon.clicked {
	fill: #bd0101;
}

#close-icon-search {
	fill: #bd0101;
	transition: transform 0.1s;
}

#close-icon-search:hover {	
	transform: scale(1.06);
}

.close-img {
	transition: transform 0.15s;
}

.close-img:hover {
	transform: scale(1.08);
}

.close-image-hover {
	transition: transform 0.15s ease;
}

.close-image-hover:hover {
	transform: scale(1.06);
}

.contact-link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	transition: font-weight 0.15s;
}

.contact-link:hover {
	font-weight: bold;
	color: white;
}

.corner {
    border-radius: 25px;
    padding: 5px;
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.23);
    border: 1px solid #aeadad;
}

#ct-page {
    background-color: white;
    width: 1000px;
    margin-top: 10px;
    min-height: 400px;
}

.destek-link {
	color: #ccc;
	text-align:left;
}

.destek-link:hover {
	font-weight: bold !important;
	color: #bd0101;
}

.document-img {
	width: 40px;
	transition: transform 0.15s ease;
	font-weight:normal;
}

.document-img:hover {
	transform: scale(1.03);
	font-weight: bold;
	color: #bd0101;
}

.document-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	transition: transform 0.1s;
}

.document-link:hover {
	transform: scale(1.02);
	font-weight: bold;
}

.document-link:hover h6 {
    color: #bd0101;
}

.dropdown-button {
	position: relative;
	z-index: 1001;
	transition: 0.15s;
}

.dropdown-button:hover {
	transform: scale(1.03);
}

.dropdown-item {
    background-color: #bd0101;
    padding: 0px;
    min-width: 80px;
    max-width: 80px;
    min-height: 35px;
    max-height: 35px;
}

.dropdown-item-content {
    color: white;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 35px;
    max-height: 35px;
    text-align: center;
    cursor: pointer;
    margin-top: 4px;
}

.dropdown-item-content:hover {
    background-color: none;
    color: white;
    font-weight: bold;
    transition: 0.15s;
}

.dropdown-item:hover {
    background-color: #bd0101;
}

.dropdown-menu.show {
    position: absolute;
    background-color: #bd0101;
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    min-width: fit-content;
    max-width: fit-content;
    cursor: pointer;
}

.dropdown-menu img {
	transition: transform 0.15s ease;
}

.dropdown-menu img:hover {
	transform: scale(1.08);
}

#example {
    overflow-y: auto;
    scrollbar-width: thin;
}

#example tbody {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#example tbody {
    width: calc(100% - 5px);
    margin: 0 auto;
}
 
#example tbody::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	display: none;
	z-index: 1;
	pointer-events: none;
}

#example tbody.filteredHeader::before {
	display: block;
}

#example tbody td:nth-last-child(2) {
	border-bottom: none; /* Entfernt die Linie in der letzten Spalte */
}

#example tbody tr {
    display: flex;
    justify-content: space-between;
}

#example thead {
	z-index: 1101;
	pointer-events: auto;
}

#example thead th {
	box-shadow: inset 0px -2px 0px #bd0101;
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.favicon-img {
	min-width: 25px;
	max-width: 25px;
	min-height: 21px;
	max-height: 21px;
	padding-top:auto;
	padding-bottom:auto;
	float: left;
}

.favicon-img:hover {
	transform: scale(1.04);
}

.filterableColumn {
	cursor: pointer;
	width: 40px;
	height: 23.5px;
	text-align: center;
	margin: 0 auto;
	text-align: center;
}

.filterableColumn:hover {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	color: #bd0101;
	transition: text-shadow 0.15s ease-in-out;
}

.filterableColumnIcon {
	font-size: 8px;
	margin-left: -1px;
}

.filteredHeader {
	color: #bd0101;
}

.filter-menu {
	position: absolute;
	background-color: white;   
	border: 1px solid #ccc;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1100;
	min-width: 40px;
	max-width: 40px;
	min-height: 203px;
	max-height: 203px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 10px;
	border-radius: 5px;
	text-align: center;
	pointer-events: auto;
}

.filter-menu div {
	padding: 2px;
	padding-right: 3px;
	cursor: pointer;
	white-space: nowrap;
}

.filter-menu div:hover {
	background-color: #f0f0f0;
	color: #bd0101;
	font-weight: bold;
	scale: 1.03;
}

.filter-menu::-webkit-scrollbar {
	width: 5px;
	background-color: #f0f0f0;
}

.filter-menu::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.filter-menu::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.filterOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(5px);
	z-index: 1099;
	display: none;
	pointer-events: auto;
	border-radius: 25px;
}

.filterResetIcon {
    filter: grayscale(100%) brightness(250%);
    transition: filter 0.15s ease-in-out;
    min-width: 17px;
    max-width: 17px;
}

.filterResetIcon.filter-active {
    filter: none;
	z-index: 1101;
}

.filterResetIcon.filter-active:hover {
    cursor: pointer;
}

.fixHeader {
    overflow-y: auto;
}

.fixHeader table {
    border-collapse: collapse;
    width: 100%;
}

.fixHeader td, .fixHeader th {
    padding: 8px 16px;
}

.fixHeader th {
    position: sticky;
    top: 0;
    background-color: #f1f1f1;
    font-size: 12px;
}

.footer {
	min-height: 55px;
	max-height: 55px;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #bd0101;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#headerOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 55px);
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	z-index: 1000;
	opacity: 0;
	transition: opacity 0.15s ease;
}

.hidden {
    visibility: hidden;
}

hr.PopOverSeries {
    border: 1px solid #bd0101 !important;
    width: 91.75%;
    height: 1px;
    top: 0;
	background-color: #bd0101;
    margin: 0 auto;
	margin-bottom:20px;
}

hr.PopOverAciklama {
	height: 5px !important;
	margin: 0 auto;
	margin-top: 5px;
	border: 0px !important;
}

.image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.image-container-seri {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.image-container-seri img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.image-hover {
	transition: transform 0.15s ease;
}

.image-hover:hover {
	transform: scale(1.03);
}

.image-modal-container {
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.image-modal-container img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.kapat-img {
	transition: transform 0.15s ease;
}

.kapat-img:hover {
	transform: scale(1.08);
}

.katalog {
	cursor:pointer;
}

.katalog:hover {
	scale:1.03;
	transition: transform 1s ease;
}

.kullanim_resim {
    max-width: 100%;
}

.left-right-img {
	transition: transform 0.15s ease;
}

.left-right-img:hover {
	transform: scale(1.06);
}

.left-right-img-bw {
	filter: grayscale(100%) brightness(250%);
}

.link-class:hover {
    background-color: #f1f1f1;
}

.link-class2 {
    color: #000;
    font-size: 10px;
}

.logo {
	position: relative;
	z-index: 1010;
	transition: transform 0.15s ease;
}

.logo:hover {
	transform: scale(1.03);
}

.mainLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1009;
    font-size: 18px;
    color: #ccc;
}

.mainOverlay {
    position: fixed;
    display: block;
    width: 100%;
    height: calc(100% - 55px);
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1008;
}

.mainProgress-Bar {
    width: 0%;
    height: 100%;
    background-color: #BD0101;
    transition: width 0.5s ease;
    border-radius: 2px;
}

.mainProgress-Container {
    width: 75%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 2px;
	margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.mainProgress-Text {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    text-align: center;
    z-index: 10;
    display: block;
}

.menu-img {
	position: relative;
	z-index: 1000;
	transition: transform 0.15s ease;
}

.menu-img:hover {
	transform: scale(1.03);
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    opacity: 10 !important;
}

.modal-backdrop.fade {
	transition: 0s;
}

#modal-body_mid {
    box-shadow: -2px -2px 18px 15px rgba(0, 0, 0, 0.11);
}

.modal-image-color {
	width:100%;
}

.modal-logo {
	position: fixed;
	z-index:1011;
	transition: transform 0.15s ease;
}

.modal-logo:hover {
	transform: scale(1.025);
}

.modal-no-content .modal-backdrop {
	opacity: 0.5;
	background-color: #000;
}

.modal-no-content .modal-content {
	display: none;
}

.modal.modal-closing .modal-dialog {
	transition: 0s;
}

.model3D {
	width: 168px;
	height: 151px; 
	overflow: hidden; 
	border: none; 
	z-index: 1;
	border-radius:15px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.oval-btn {
    background-color: #c9c9c9;
	border: 1px solid #c9c9c9;
    border-radius: 29px;
    color: white;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.overlay3D {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	transition: opacity 0.175s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	backdrop-filter: blur(1.5px) !important;
	cursor: pointer;
	z-index: 2;
	opacity: 1;
}

.overlayPictures {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(189, 1, 1, 0.85);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:15px;	
	backdrop-filter: blur(3px) !important;
}

.overlayPictures-text {
	color: white;
	font-size:26px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

.overlayPictures:hover {
	opacity: 1;
}

.overlaySeri {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: rgba(189, 1, 1, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	cursor: pointer;
}

.overlaySeri-text {
    color: white;
    text-align: center;
    z-index: 1;
}

.overlay-visible {
    display: block;
}

.pdf-img {
	transition: transform 0.15s ease;
}

.pdf-img:hover {
	transform: scale(1.04);
}

.pdf-img.disabled {
    filter: grayscale(100%);
    pointer-events: none;
    cursor: normal;
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.popover {
	opacity:0;
	min-width: 420px;
    max-width: 420px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: opacity 0.3 ease-in-out;
	border: 1px solid #717171;
	z-index: 1000;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rectangle-btn {
    background-color: #bd0101;
    border-radius: 10px;
    border: 1px solid #bd0101;
    color: white;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    min-width: 50px;
    max-width: 50px;
}

.rectangle-btn:hover {
    font-weight: bold;
    color: white;
    transition: 0.15s;
}

#result {
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    z-index: 1001;
    color: #000;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    box-shadow: -1px 0px 12px -1px rgba(0, 0, 0, 0.29);
}

.rotableGif {
	position: absolute;
	bottom: 5px;
	left: 0;
	filter: grayscale(100%) brightness(150%);
	width: 60px;
	height: 60px;
	z-index: 3;
	border: none;
	pointer-events: all;
	opacity: 1;
	transition: opacity 0.3s ease;
	scale: 60%;
}

#search::placeholder {
	color: #ccc;
}

.search-container {
	z-index:1000;
}

.separator {
	font-weight: bold; 
	margin: 0 5px;
	display: inline-block;
}

.seri_resim {
    max-width: 100%;
}

.skonto {
	cursor:pointer;
}

.skonto:hover {
	scale:1.03;
	transition: transform 1s ease;
}

.small-left-right-img {
	transition: transform 0.15s ease;
}

.small-left-right-img:hover {
	transform: scale(1.06);
}

.small-left-right-img-bw {
	filter: grayscale(100%) brightness(300%);
}

.suggestedImageContainer {
	border-radius: 5px;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

.suggestedImageContainerImage {
	width: 50px;
	height: 50px;
	border-radius: 5px;
}

.suggestedItems .image-container {
	position: relative;
	display: inline-block;
}

.suggestedItems .overlaySeri {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(189, 1, 1, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.suggestedItems .image-container:hover .overlaySeri {
	opacity: 1;
}

.suggestedItems .image-container:hover img {
	opacity: 0.5;
}

.suggestedItems .overlaySeri-text {
	color: white;
	text-align: center;
	z-index: 1;
}

.suggestedSeri {
	float: left;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin-right: 9px;
}

.table-fixed thead {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.table-fixed th i {
	margin-left: 5px;
	color: #6c757d;
	cursor: pointer;
}

.tbl {
    font-size: 10px;
}

.tbl td {
    padding: 4px;
    border-bottom: none;
}

.tbl th {
    font-size: 11px;
    font-weight: 0;
    padding: 4px;
}

.teknikResim {
	width: 100%;
	height: 100%;
}

#teknikResimOverlay {
    position: absolute;
    top: 0;
    left: 75%;
    transform: translateX(-50%);
    width: 49%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
	
	backdrop-filter: blur(5px);
    z-index: 25000;
    display: none;
	border-radius:20px;
	padding: 0;
	margin: 0;
}

.text-setting-a {
    font-size: 19px;
    font-weight: bold;
}

.text-setting-b {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.05;
    margin-top: 2px;
}

.text-setting-c {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.05;
    margin-top: 2px;
}

.text-setting-suggested-a {
	font-size: 20px;
	font-weight: bold;
}

.text-setting-suggested-b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.05;
}

.text-setting-suggested-c {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.05;
}

th.filterableColumn, th.unfilterableColumn, th.unfilterableResetIcon {
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.urunkodu-btn {
    cursor: pointer;
}

.urunkodu-btn:hover {
    color: #bd0101;
	font-weight: bold;
	transition: 0.15s;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    transition: text-shadow 0.15s ease-in-out;
}

.urunkodu-btn:hover button.oval-btn {
    background-color: #bd0101 !important;
	border-color: #bd0101 !important;
	font-weight: bold;
	transition: 0.15s;
}

.whatsapp {
	cursor:pointer;
}

.whatsapp:hover {
	scale:1.03;
	transition: transform 1s ease;
}