.about-style-one-content ul li{
    position: relative;
}
.about-style-one-content ul {
    padding-left: 20px;
}
.about-style-one-content ul li::before{
    content: '\f058';
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: absolute;
    left: -20px;
}
.cookie-wrapper.show {
    left: 20px;
}
.cookie-wrapper {
    position: fixed;
    bottom: 50px;
    left: -100%;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
}
.cookie-wrapper .header {
    display: flex
;
    align-items: center;
    column-gap: 15px;
}
.cookie-wrapper .header i {
    color: var(--site-color);
    font-size: 32px;
}
.cookie-wrapper .header h2 {
    color: var(--site-color);
    font-weight: 500;
	font-size: 28px !important;
	margin-bottom: 0px;
}
.cookie-wrapper .data {
    margin-top: 16px;
}
.cookie-wrapper .data p {
    color: #333;
    font-size: 16px;
}
.cookie-wrapper .cookie-buttons {
    margin-top: 16px;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.cookie-buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: var(--site-color);
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}
#declineBtn {
    border: 2px solid var(--site-color);
    background-color: #fff;
    color: var(--site-color);
}
.cookie-buttons #acceptBtn:hover {
    background-color: #408dd9;
}
.cookie-buttons #declineBtn:hover {
    background-color: #408dd9;
    border-color: #408dd9;
	color: #fff !important;
}


:root {
	--position: 50%;

	--color-blue-palette: #2e579f;
}

body.modal-open {
	overflow: scroll !important;
	overflow-x: hidden !important;
}

.gallery-info * {
	color: #000 !important;
}

p,
ul,
li {
	font-weight: 400;
}

.fixed #main-menu {
	z-index: -1;
	visibility: hidden !important;
}

#elemans ul li.show1>a,
.test-li1.open a {
	color: var(--site-color) !important;
}

#elemans ul li.test-li a:hover {
	color: var(--site-color) !important;
}

.product-elemans ul li {
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(to right, #084883 0%, #00abff 51%, #084883 100%) border-box;
	transition: 0.6s;
	background-size: 200% auto;
	color: #094884 !important;
	padding: 19px 18px;
	border: 2px solid transparent;
	display: inline-block;
	font-size: 28px;
	width: 95%;
	transition: all 0.4s;
}

.product-elemans ul li:hover {
	background-position: right center;
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 1) 65%,
			rgba(206, 206, 206, 1) 100%) padding-box,
		linear-gradient(to right, #084883 0%, #00abff 51%, #084883 100%) border-box;
}

.product-elemans ul li a {
	color: #094884 !important;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	left: 20px;
	line-height: 60px;
}

.icons-wrapper .icon {
	border: 2px solid #8b8b8b;
	transition: all 0.4s ease-in-out;
	width: 30%;
	height: 50px;
	margin: 3px;
	border-radius: 5px;
}

/* .icons-wrapper .icon:nth-child(4n) {
					  margin-right: 0px !important;
					  } */
.icons-wrapper .icon:hover {
	border: 2px solid rgb(3, 66, 127);
}

.icons-wrapper .icon img {
	transform: scale(0.9);
	transition: all 0.4s ease-in-out;
}

.icons-wrapper .icon:hover img {
	filter: grayscale(0);
	transform: scale(1.1);
}

.menu-dropdown-link {
	font-weight: 600 !important;
}

@media (min-width: 1250px) {
	#main-header-link {
		font-weight: 600 !important;
	}

	#main-menu {
		background-color: #f3f3f3;
	}

	.category-page-129 #main-menu {
		background-color: rgba(243, 243, 243, 0.95) !important;
	}
}

.productContent {
	min-height: 260px;
	overflow: auto;
	padding-right: 35px;
	font-size: 17px;
	height: 260px;
	position: relative;
	padding-bottom: 10px;
}

.product-elemans ul li i {
	top: 19px;
}

.product-elemans ul li {
	margin-bottom: 8px;
	position: relative;
	display: flex;
}

.pdf-link {
	background: var(--site-color);
	color: #fff;
	text-align: center;
}

.pdf-link:hover {
	color: #fff !important;
}

.product-pdf-element {
	width: 250px;
	height: 40px;
	background: var(--site-color);
	margin-top: 22px;
}

.product-pdf-element .pdf-wrapper {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.product-pdf-element .title span,
.product-pdf-element .icon i {
	font-size: 14px;
}

.product-breadcrumb,
.page-breadcrumb {
	background: rgb(245, 245, 245);
	background: linear-gradient(90deg,
			rgba(245, 245, 245, 1) 0%,
			rgba(200, 200, 200, 1) 100%);
	height: 250px;
	background-image: url(/images/Navigation-bar-image.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-breadcrumb,
.page-breadcrumb {
	align-items: flex-end;
}

.product-breadcrumb a,
.page-breadcrumb a {
	font-size: 11px;
}

.product-breadcrumb span,
.page-breadcrumb span {
	font-size: 11px;
}

.category-button-wrapper {
	margin-bottom: 25px;
}

.section-header .col-lg-9 {
	justify-content: end;
}

.productDetail {
	padding-top: 50px;
	padding-bottom: 10px;
}

#product-detail-1 .productSwiper .swiper-slide {
	padding-top: 0px;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: transparent;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #03427f;
}

.productDetail .product-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
}

.productDetail .product-thumbs .swiper-slide {
	width: 50px !important;
	border: 1px solid #03427f75;
}

.product-detail-img {
	padding: 0 40px;
	margin-top: 0;
	bottom: -30px;
}

.productContent ul li::before {
	left: 6px;
	font-size: 7px;
	color: #03427f;
	top: 1px;
}

#tablo-title span,
#alternative-product h3.text-left,
#alternative-category-product h3.text-left {
	font-size: 35px;
	color: var(--site-color);
}

#product-documents {
	padding: 0;
}

#product-documents .container>.row {
	/* border: 5px solid var(--site-color); */
	/* margin: 5px;
							  padding: 25px; */
}

.productDetail .weta-icerik-tag span.private-text {
	font-size: 24px;
	font-weight: 700;
}

.mfp-iframe-holder .mfp-content {
	max-width: 1000px !important;
}

.search-menu::after,
#main-menu::after {
	height: 5%;
}

.menu-dropdown-link {
	font-weight: 500 !important;
}

@media (min-width: 1600px) and (max-width: 1700px) {
	#main-menu .dropdown-custom {
		left: 33% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 20% !important;
	}

	.col-2 {
		width: 18.666667% !important;
	}

	.search-menu {
		height: 55vh !important;
	}

	#main-menu {
		height: 60vh !important;
	}
}

.productContent {
	height: 330px;
}

.category-button-wrapper {
	border: none !important;
}

#product-documents .tablink::after,
.category-button-wrapper .tablink::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--site-color);
}

.category-button-wrapper .pdf-link {
	margin-left: 20px;
}

@media (min-width: 1400px) and (max-width: 1500px) {
	#main-menu .dropdown-custom {
		left: 20% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 20% !important;
	}

	.col-2 {
		width: 17.666667% !important;
	}

	.search-menu {
		height: 65vh !important;
	}

	#main-menu {
		height: 60vh !important;
	}

	footer #footer-col:nth-last-child(2) {
		max-height: 110px !important;
	}

	footer .col-md-1 {
		margin-left: 165px !important;
	}

	#main-menu .content {
		width: 13% !important;
	}

	.product-fixed-element .text {
		font-size: 10px !important;
	}

	.product-fixed-element {
		width: 55px !important;
	}
}

.swiper-pagination {
	position: relative;
}

#product-documents table td,
.table-filter tbody a {
	font-size: 11px !important;
	font-weight: 600 !important;
}

.custom-tab.show {
	position: relative;
	padding-bottom: 20px;
}

.custom-tab.show::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 0.2497373949579832) 0%,
			rgba(255, 255, 255, 1) 70%);
	display: none;
}

.productTitle h5 {
	font-size: 0.85rem !important;
}

.product-elemans ul li {
	border-radius: 6px;
	min-height: 63px;
}

.productContent table th,
.productContent table td {
	font-size: 12px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
}

.weta-description ul li {
	position: relative;
}

/* Gallery Section */
.gallery-section .img-title {
	margin-top: 0px;
}

.gallery-section .img-title {
	padding: 5px 0px;
}

.gallery-section .img-title .weta-icerik-tag {
	margin: 0px;
}

.gallery-section .custom-col {
	margin-bottom: 25px;
}

.gallery-section-1 .img-wrapper {
	border: 1px solid #eee;
	transition: all 0.5s;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.gallery-section-1 .img-wrapper:hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.gallery-section-1 .gallery-info {
	position: relative;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gallery-section-1 .img-title {
	position: fixed;
	top: 67%;
	background: #fff;
	left: 13px;
	border-top-right-radius: 30px;
}

.gallery-section-1 #image-gallery .img-wrapper .gallery-info .img-description p {
	text-align: left;
	color: #000 !important;
	padding: 0px 10px;
}

.gallery-section-1 .img-description {
	padding: 10px;
}

.gallery-section-1 .gallery-img a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-section-1 .gallery-img a::before {
	content: "\f06e";
	font-family: "FontAwesome";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	color: #fff;
	background: #000;
	transition: all 0.5s;
	opacity: 0;
	border-bottom-right-radius: 30px;
}

.gallery-section-1 .img-wrapper:hover .gallery-img a::before {
	opacity: 0.5;
}

.footer-title {
	font-size: 16px !important;
	color: #000;
	letter-spacing: 2px;
	position: relative;
	width: max-content;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.footer-description a,
footer address,
footer .contact-oge a {
	font-size: 13px;
	font-weight: 600;
	transition: all 0.4s;
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
}

.footer-description a:hover {
	font-weight: 600;
	color: #000;
	padding-left: 5px;
}

.footer-description ul li {
	margin-bottom: 5px;
	position: relative;
	width: max-content;
}

#bottom-footer {
	display: none;
}

footer {
	box-shadow: none;
}

#footer-col.col-md-12 ul {
	padding: 0px;
	margin: 0px;
}

#footer-col.col-md-12 ul li {
	margin: 0px 10px;
}

footer #header-social-media li a:hover,
.footer-description .text-end ul a:hover {
	padding-left: 0px !important;
}

footer #header-social-media a {
	font-size: 18px !important;
}

.footer-description .text-end ul {
	display: flex;
	justify-content: end;
}

.company-text {
	font-size: 14px;
	color: var(--site-color) !important;
	font-weight: 600;
}

.footer-2-copy {
	font-size: 11px !important;
	justify-content: end !important;
	align-items: end !important;
	width: 100% !important;
	height: 100% !important;
}

.legal-text {
	font-size: 12px !important;
	font-weight: 500 !important;
}

#footer-col:nth-last-child(1) {
	border-top: 1px solid;
}

@media (min-width: 1000px) {
	footer {
		padding: 80px 0px;
		position: relative;
	}

	.section-header #navigation>ul>li:hover {
		background-color: #f3f3f3;
	}

	#main-header-link {
		padding: 0px 20px;
	}

	.section-header #navigation>ul>li {
		padding: 0px;
	}

	#main-menu-2 {
		background-color: #f3f3f3;
	}
	footer #footer-col:nth-last-child(2) {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		background: #fff;
		padding: 15px 0px;
	}
}

.productPrice p,
.productCode p,
.section-table-bar .weta-icerik-tag {
	font-size: 27px !important;
	color: var(--site-color);
	font-weight: bold !important;
}

#alternative-product .weta-icerik-tag,
#alternative-category-product .weta-icerik-tag {
	font-size: 25px !important;
}

#fixed-button .menu {
	width: 300px;
}

.section-top-bar {
	border-bottom: 0px !important;
	background: linear-gradient(83deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
	height: 30px;
	line-height: 30px;
}

.product-fixed-element {
	background: linear-gradient(0deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.product-fixed-element .content #arrow {
	bottom: 0;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#teklif-mesaj #span {
	font-size: 11px;
	text-align: justify;
}

#teklif-mesaj #title {
	font-size: 15px;
	color: #fff !important;
}

.footer .col-md-1 ul li::after {
	content: "";
	position: absolute;
	right: -25px;
	color: #4d4d4d;
	font-size: 8px;
	width: 20px;
	height: 20px;
	background-image: url(/images/up-right.png);
	background-size: cover;
	top: 0;
}

#tablo-title {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

#teklifModal .modal-title {
	line-height: 15px;
}

#add-button,
.remove-button {
	background-color: #fff !important;
	border: none;
	border-radius: 50%;
	color: var(--site-color) !important;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}

#teklif-mesaj {
	line-height: 15px;
}

.modal #contactForm .mb-3 {
	margin-bottom: 5px !important;
}

#adet .col-md-6 {
	height: max-content;
}

.modal #contactForm #product-selection #teklif-mesaj .row {
	height: max-content;
	min-height: 45px;
}

.modal #contactForm #product-selection #teklif-mesaj .row .col-md-6 {
	display: inline-flex;
	align-items: center;
	justify-content: end;
}

#teklifModal .private-text {
	font-weight: bold;
}

.modal #contactForm label.custom-label {
	font-size: 12px;
	font-weight: 600;
}

.modal #contactForm .mb-3.active label {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.search-menu {
	background-color: #f3f3f3;
}

#teklifModal .btn-close {
	position: absolute;
	top: 10px;
	right: 15px;
}

.search-button {
	background-color: #fff;
}

#privatePageContentItem_1 .rexa-gorseller .rg-wrapper .rgw img,
.gallery-section-1 #image-gallery .custom-col .img-wrapper .gallery-img img,
#page-detail-section-2 #privatePageContentItem_4 .rexa-gorseller .rg-wrapper .rgw img {
	border-radius: 30px;
}

.rexa-content {
	justify-content: flex-start;
	padding-top: 0px;
}

.gallery-section-1 .weta-icerik-tag,
.gallery-section .img-description {
	text-align: left;
	color: #03427f;
}

#privatePageContentItem_1 .rexa-content,
#privatePageContentItem_4 .rexa-content {
	padding: 0px 87px 0px 0px;
}

.gallery-section-2 .img-wrapper img {
	width: 60%;
}

.gallery-section-2 .img-wrapper .gallery-img {
	border-right: 1px solid;
}

.gallery-section-2 .col-md-3:nth-child(5) .img-wrapper .gallery-img {
	border: none;
}

#page-detail-section-1 #privatePageContentItem_1 .rexa-content .weta-icerik-tag,
#privatePageContentItem_4 .rexa-content .weta-icerik-tag {
	color: #03427f !important;
}

.gallery-section-2 #image-gallery {
	width: 75%;
}

.gallery-section-2 .img-wrapper {
	width: 85%;
}

#fixed-button .menu .header-menu,
#fixed-button .content .item:nth-child(2) {
	display: none;
}

#fixed-button.active .menu {
	height: 180px !important;
}

#custom-tab-pane-1 .table tbody tr td b font,
#custom-tab-pane-1 .table tbody tr td font,
#custom-tab-pane-2 .table tbody tr td b font,
#custom-tab-pane-2 .table tbody tr td font {
	font-size: 14px;
}

@media (min-width: 1200px) {
	.dropdown-custom #elemans {
		width: 14.666667%;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 17%;
	}

	#main-menu .content {
		width: 13%;
	}

	#main-menu .dropdown-custom {
		left: 27%;
	}
}

footer .col-md-1 {
	margin-left: 178px;
}

#alternative-category-product .swiper,
#alternative-product .swiper {
	width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
}

.section-header #navigation>ul>li a,
.nav-right .select-language .lang-menu>ul>li>a {
	text-transform: none !important;
}

/* Kategori Css */
#html-section-2 {
	padding: 0px;
}

#custom-section #category-list {
	width: 20%;
	background-color: #f0f0f0;
	padding: 10px 15px;
}

#custom-section #product-list {
	width: 80%;
	padding-left: 30px;
}

#custom-section #category-list .title {
	font-size: 14px;
	color: var(--site-color);
	margin-bottom: 5px;
	display: block;
}

#custom-section #category-list .item {
	margin-bottom: 45px;
}

#custom-section #category-list .item a {
	color: #505050;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

#custom-section #product-list .product-wrapper {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
	border: 1px solid transparent;
}

#custom-section #product-list .product-wrapper .product-title {
	padding: 10px 0px;
	margin-bottom: 15px;
	width: 90%;
	border-radius: 40px;
	position: relative;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	padding-left: 35px;
	font-size: 14px;
}

#custom-section #product-list .product-wrapper .product-title::before {
	content: "\f061";
	position: absolute;
	font-family: "FontAwesome";
	left: 15px;
	color: var(--site-color);
}

#custom-section #product-list .product-wrapper:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	transform: scale(1.05);
	border: 1px solid var(--site-color);
}

#custom-section #product-list .product-wrapper:hover .product-title {
	background-color: var(--site-color);
	color: #fff;
}

#custom-section #product-list .product-wrapper:hover .product-title::before {
	color: #fff;
}

.modal #contactForm label.custom-label {
	transform: translateY(25px) !important;
}

.modal #contactForm .mb-3.active label {
	opacity: 0;
	transform: translateY(25px) !important;
}

.modal #contactForm .mb-3 {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

#teklif-mesaj {
	height: auto !important;
	display: block !important;
}

#teklifModal .modal-header span#metin {
	margin-top: 15px;
	display: block;
	text-align: justify;
	color: #000 !important;
	font-weight: 500 !important;
}

#teklif-mesaj .form-control,
.modal #contactForm .form-control {
	font-size: 12px !important;
	font-weight: 600 !important;
}

#counter-section-1 video {
	top: -90px;
	width: 100%;
}

#counter-section-1 {
	min-height: 900px;
}

#product-selection {
	height: 240px;
	max-height: 240px;
	overflow: scroll;
}

#teklifModal .modal-body {
	overflow-x: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-y: scroll;
}

.product-breadcrumb .wrapper,
.page-breadcrumb .wrapper {
	width: max-content;
	position: relative;
	bottom: -35px;
	height: 25px;
	line-height: 20px;
	padding: 0px 10px;
}

/* .product-breadcrumb .wrapper::before,
					  .page-breadcrumb .wrapper::before {
						  content: "";
						  position: absolute;
						  top: 0;
						  left: 0;
						  right: 0;
						  bottom: 0;
						  background-color: #000;
						  opacity: 1;
						  width: 100%;
						  height: 100%;
						  border-radius: 7px;
						  z-index: 1;
					  } */

.product-breadcrumb .wrapper *,
.page-breadcrumb .wrapper * {
	color: #000 !important;
	position: relative;
	z-index: 2;
	font-weight: 700;
}

.footer-description a,
footer address,
footer .contact-oge a {
	font-size: 13px;
	font-weight: 400;
}

img.mfp-img {
	background: linear-gradient(90deg,
			rgba(245, 245, 245, 1) 0%,
			rgba(200, 200, 200, 1) 100%);
	max-height: 500px !important;
}

.product-detail-img img {
	width: 100%;
}

#product-documents table tr td:nth-last-child(1) {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media (max-width: 1250px) {
	#fixed-button .menu {
		width: 200px;
	}

	#fixed-button .menu * {
		font-size: 12px !important;
	}

	#fixed-button .item {
		padding: 10px;
	}

	#main-menu {
		position: relative !important;
		padding: 0px !important;
		height: 0%;
	}

	.section-header #navigation>ul>li.dropdown>.dropdown-trigger.active+ul {
		height: auto !important;
		visibility: visible !important;
		overflow: hidden;
	}

	#main-menu .content {
		width: 100% !important;
		border: none !important;
		overflow: hidden;
		height: 0;
	}

	.section-header #navigation>ul>li.dropdown>.dropdown-trigger.active+ul .content {
		height: auto !important;
		visibility: visible !important;
		overflow: hidden;
	}

	.dropdown-custom {
		display: none !important;
	}

	.productDetail .row .col-md-5:nth-child(3) {
		order: 2;
		width: 100%;
	}

	.productDetail .row .col-md-5:nth-child(2) {
		order: 1;
		width: 100%;
	}

	.productDetail .row .col-md-2 {
		order: 3;
		width: 100%;
	}
}

.section-header #navigation>ul>li a,
.nav-right .select-language .lang-menu>ul>li>a {
	font-size: 15px;
}

#parallax-1 .rg-wrapper .rgw .parallax-description .col-md-4 .parallax-contents {
	background-color: #ffffff;
	padding: 90px 20px 20px 20px;
	min-height: 330px;
}

#parallax-1 .rg-wrapper .rgw .parallax-description .col-md-4 .parallax-contents .weta-parallax-tag,
#parallax-1 .rg-wrapper .rgw .parallax-description .col-md-4 .parallax-contents .parallax-description {
	color: #000;
	text-align: center;
}

#parallax-1 .rg-wrapper .rgw .parallax-description .col-md-4 .parallax-contents .parallax-icon .fa-solid,
#parallax-1 .rg-wrapper .rgw .parallax-description .col-md-4 .parallax-contents .parallax-icon .fa-regular {
	color: black;
	text-align: center;
	justify-content: center;
	display: flex;
	font-size: 26px;
	padding-bottom: 20px;
}

.form-section .rexa-content {
	order: 2;
}

.form-section .contact-form {
	order: 1;
}

#page-detail-section-3 .rexa-content .weta-description p:nth-child(1) {
	position: relative;
	padding-left: 35px;
}

#page-detail-section-3 .rexa-content .weta-description p:nth-child(1)::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: #000;
	top: 0;
	bottom: 0;
	right: 30px;
	left: 10px;
}

#page-detail-section-3 .rexa-content,
#page-detail-section-4.rexa-content,
#page-detail-section-5 .rexa-content,
#page-detail-section-6 .rexa-content,
#page-detail-section-7 .rexa-content,
#page-detail-section-8 .rexa-content,
#page-detail-section-9 .rexa-content,
#page-detail-section-10 .rexa-content,
#page-detail-section-11 .rexa-content,
#page-detail-section-12 .rexa-content,
#page-detail-section-13 .rexa-content,
#page-detail-section-14 .rexa-content,
#page-detail-section-15 .rexa-content,
#page-detail-section-16 .rexa-content,
#page-detail-section-17 .rexa-content,
#page-detail-section-18 .rexa-content,
#page-detail-section-19 .rexa-content,
#page-detail-section-20 .rexa-content,
#page-detail-section-21 .rexa-content,
#page-detail-section-22 .rexa-content,
#page-detail-section-23 .rexa-content,
#page-detail-section-24 .rexa-content,
#page-detail-section-25 .rexa-content,
#page-detail-section-26 .rexa-content,
#page-detail-section-27 .rexa-content,
#page-detail-section-28 .rexa-content,
#page-detail-section-29 .rexa-content,
#page-detail-section-30 .rexa-content {
	width: 57%;
	width: 50%;
}

#page-detail-section-3 .rexa-gorseller,
#page-detail-section-4 .rexa-gorseller,
#page-detail-section-5 .rexa-gorseller,
#page-detail-section-6 .rexa-gorseller,
#page-detail-section-7 .rexa-gorseller,
#page-detail-section-8 .rexa-gorseller,
#page-detail-section-9 .rexa-gorseller,
#page-detail-section-10 .rexa-gorseller,
#page-detail-section-11 .rexa-gorseller,
#page-detail-section-12 .rexa-gorseller,
#page-detail-section-13 .rexa-gorseller,
#page-detail-section-14 .rexa-gorseller,
#page-detail-section-15 .rexa-gorseller,
#page-detail-section-16 .rexa-gorseller,
#page-detail-section-17 .rexa-gorseller,
#page-detail-section-18 .rexa-gorseller,
#page-detail-section-19 .rexa-gorseller,
#page-detail-section-20 .rexa-gorseller,
#page-detail-section-21 .rexa-gorseller,
#page-detail-section-22 .rexa-gorseller,
#page-detail-section-23 .rexa-gorseller,
#page-detail-section-24 .rexa-gorseller,
#page-detail-section-25 .rexa-gorseller,
#page-detail-section-26 .rexa-gorseller,
#page-detail-section-27 .rexa-gorseller,
#page-detail-section-28 .rexa-gorseller,
#page-detail-section-29 .rexa-gorseller,
#page-detail-section-30 .rexa-gorseller {
	width: 43%;
	width: 50%;
}

.pageDetailContent .rexa-gorseller.div-left .rg-wrapper .rgw {
	display: flex;
	justify-content: start;
}

.pageDetailContent .rexa-gorseller.div-right .rg-wrapper .rgw {
	display: flex;
	justify-content: end;
}

.product-modals #exampleModalLabel {
	font-weight: bold;
}

.accordion-body ul li a {
	color: #000;
}

.accordion-button:not(.collapsed) {
	background-color: var(--site-color) !important;
	color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
	background-image: none !important;
	content: "\f077";
	font-family: "FontAwesome";
	color: #fff;
	transform: none;
}

.accordion-button::after {
	background-image: none !important;
	content: "\f078";
	font-family: "FontAwesome";
	transition: all 0.4s;
}

.weta-icerik-tag {
	text-align: left !important;
}

.modal #contactForm #product-selection #teklif-mesaj .row#adet {
	padding: 0px 5px;
}

@media (min-width: 1200px) and (max-width: 1400px) {

	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 13px;
	}
}

@media (min-width: 1008px) and (max-width: 1200px) {

	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 12px;
	}

	#main-header-link {
		padding: 0px 10px;
	}

	.search-button {
		padding: 0px 10px;
	}
}

@media (min-width: 1250px) and (max-width: 1000px) {

	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 12px;
	}

	#main-header-link {
		padding: 0px;
	}

	.search-button {
		padding: 0px 10px;
		font-size: 13px;
	}
}

#counter-section-2 .counter-col {
	padding: 30px;
}

#counter-section-2 .counter-col div {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
		rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding: 30px;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	position: relative;
}

#counter-section-2 .counter-col div::before {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--site-color);
	z-index: -1;
	transition: all 0.4s;
	width: 100%;
	height: 0;
}

#counter-section-2 .counter-col div:hover::before {
	height: 100%;
}

#counter-section-2 .counter-col div:hover * {
	color: #fff !important;
}

.counter-section::before {
	display: none;
}

#counter-section-2 {
	background-image: none !important;
	min-height: fit-content;
}

#counter-section-2 * {
	color: #000 !important;
}

.weta-slider-buttons .btn {
	background-color: transparent !important;
	border: 1px solid #fff;
	color: #fff !important;
}

.weta-slider-buttons .btn:hover {
	border-color: var(--site-color);
	background-color: var(--site-color) !important;
}

.slider-animate {
	display: none;
}

.btn-color {
	background-color: transparent;
	border: 1px solid var(--site-color);
	color: var(--site-color) !important;
	border-radius: 0px;
	min-width: 120px;
	padding: 10px 0px;
	transition: all 0.4s;
	font-weight: 500;
}

.btn-color:hover {
	color: #fff !important;
}

.animated-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	background: var(--site-color);
	position: relative;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.animated-btn i {
	position: relative;
	z-index: 999;
}

.animated-btn::before,
.animated-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: var(--site-color);
	opacity: 0.8;
	animation: ripple-1 2s infinite ease-in-out;
	z-index: 1;
}

.animated-btn::after {
	background: var(--site-color);
	opacity: 0.6;
	animation: ripple-2 2s infinite ease-in-out;
	animation-delay: 0.5s;
}

@keyframes ripple-1 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.7);
		opacity: 0;
	}
}

#html-section-5 {
	padding: 0px;
	height: 70vh;
	background-image: url(/images/bimed-video-banner.png);
	background-position: center;
	background-size: cover;
}

#html-section-5 .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#html-section-5 .container .animated-btn {
	margin-top: 200px;
}

#page-detail-section-29 .private-div {
	position: fixed;
	left: -70%;
	background: #fff;
	width: 100px;
	top: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 12px;
}

#page-detail-section-29 .private-div p {
	margin-bottom: 0px;
	font-size: 18px !important;
}

#page-detail-section-29 .private-div p span {
	font-weight: 700;
	color: var(--site-color);
	font-size: 20px;
}

#product-documents .items-elemans a.btn-transparent {
	left: auto;
	right: -1188px;
	top: 1px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 0px;
}

#product-documents .items-elemans a.clear-filter {
	top: -48px !important;
	right: -1310px;
	border: none !important;
	height: 47px !important;
}

#product-documents .items-elemans a.clear-filter,
#product-documents .items-elemans a.btn-transparent {
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
}

.private-tab .item .item-title .dropdown-menu {
	height: 350px;
	overflow: scroll;
	background: #fff;
	z-index: 99999999999999;
	padding: 10px 0px;
	padding-bottom: 0px;
}

.private-tab .dropdown-menu li {
	padding: 0px 15px;
}

.private-tab .dropdown-menu li:hover {
	background-color: #03427f;
}

.private-tab .dropdown-menu li:hover .form-check-label {
	color: #fff !important;
}

.private-tab .item .item-title .dropdown-menu li .form-check {
	display: flex;
	align-items: center;
}

.private-tab .item .item-title .dropdown-menu li .form-check .form-check-input {
	margin-right: 5px;
}

#main-menu li a {
	transition: all 0.4s;
}

.test-li:hover .custom2 a,
.test-li:hover .custom2 li:hover #alt-dropdown a {
	padding-left: 0px;
	color: var(--site-header-title-color);
}

.product-elemans li span {
	display: flex;
	width: 100%;
	height: 100%;
}

.product-elemans img {
	position: absolute;
	right: 5px;
	top: 10px;
	height: 60%;
}

.icons-wrapper img {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

#alternative-product .col-md-6 {
	width: 48.5%;
}

#alternative-product .row {
	justify-content: space-between;
}

#alternative-category-product .productImage,
#alternative-product .productImage {
	width: 145px;
	border-radius: 10px;
	overflow: hidden;
}

@media (min-width: 1250px) and (max-width: 1200px) {
	.dropdown-custom #elemans {
		width: 24.666%;
	}

	#main-menu .dropdown-custom {
		left: 20%;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 27%;
	}
}

.productDetail .tab-pane {
	border: 3px solid var(--site-color);
	border-radius: 15px;
}

.productDetail .product-thumbs {
	background-color: #e8e8e8;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 20px;
}

.productSwiper .swiper-button-prev {
	left: 20px;
}

.productSwiper .swiper-button-next {
	right: 20px;
}

@media (min-width: 1401px) and (max-width: 1500px) {
	#main-menu .dropdown-custom #custom-menu .custom2 #alt-dropdown {
		left: 120% !important;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 19% !important;
	}

	.dropdown-custom #elemans {
		width: 17.666667% !important;
	}

	#main-menu .content {
		width: 15% !important;
	}

	#main-menu .dropdown-custom {
		left: 23% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 #alt-dropdown {
		left: 110% !important;
	}
}

#alternative-category-product .swiper-pagination {
	display: none;
}

@media (min-width: 1200px) and (max-width: 1289px) {
	#main-menu .dropdown-custom {
		left: 19% !important;
	}

	.dropdown-custom #elemans {
		width: 19.666667% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 22% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 #alt-dropdown {
		left: 110% !important;
	}
}

@media (min-width: 1100px) and (max-width: 1199px) {
	.dropdown-custom #elemans {
		width: 21.666%;
		padding: 0px 0px 0px 20px;
	}

	#main-menu .dropdown-custom {
		left: 19% !important;
	}

	.dropdown-custom #elemans {
		width: 21.66% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 {
		left: 22% !important;
	}

	#main-menu .dropdown-custom #custom-menu .custom2 #alt-dropdown {
		left: 110% !important;
	}

	#alt-dropdown {
		padding-left: 10px !important;
	}
}

.productDetail .swiper-button-next,
.productDetail .swiper-button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e8e8e8;
	border-radius: 0px;
	height: 60px !important;
}

#custom-div .weta-icerik-tag::before {
	content: "";
	position: absolute;
	top: -25%;
	left: 0;
	bottom: 0;
	background-color: #4b4e53;
	width: 2px;
	height: 100%;
}

.section-header #navigation>ul>li.dropdown .dropdown-trigger {
	display: none !important;
}

#privateTable-1 tr,
#privateTable-2 tr,
.productContent tr {
	border-bottom: 1px solid #d3d3d3 !important;
}

#privateTable-1 tr th,
#privateTable-2 tr th,
.productContent tr td:nth-child(1) {
	width: 150px !important;
	font-weight: 700 !important;
}

.btn-transparent img {
	height: 130%;
}

.private-tab .item {
	width: max-content;
	min-width: 85px;
}

.item-private-title {
	height: 34px;
	width: 100%;
	background-color: var(--site-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

#orderingForm .item-private-title {
	background-color: #2e579f !important;
	color: #fff !important;
}

/* #orderingForm .item-private-title img {
						  filter: brightness(0);
					  } */

.item-private-title img {
	height: 80%;
	margin-left: 5px;
}

#product-documents .items-elemans a.clear-filter img {
	height: 65%;
	filter: brightness(500);
}

.clear-filter .img-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--site-color);
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.mfp-close,
.btn-close,
#myModal .closeButton,
.modal-3d .sendClose {
	width: 30px !important;
	height: 30px !important;
	background-color: var(--site-color) !important;
	color: #fff !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	opacity: 1 !important;
	top: 15px !important;
	padding: 0px !important;
	right: 15px !important;
	border-radius: 7px;
	font-weight: 600;
}

.closeButton,
.sendClose {
	position: absolute;
}

#alternative-product {
	padding-top: 50px;
	padding-bottom: 0px;
}

.pageDetailContent .weta-description * {
	text-align: justify !important;
}

@media (min-width: 768px) {
	#product-documents table tr td:nth-child(1) {
		border-top-left-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
	}
}

@media (min-width: 2000px) and (max-width: 2200px) {
	#main-menu .dropdown-custom {
		left: 29%;
	}
}

@media (min-width: 2200px) and (max-width: 2300px) {
	#main-menu .dropdown-custom {
		left: 30%;
	}
}

@media (min-width: 2300px) and (max-width: 2600px) {
	#main-menu .dropdown-custom {
		left: 32%;
	}
}

@media (min-width: 2600px) and (max-width: 2800px) {
	#main-menu .dropdown-custom {
		left: 34%;
	}
}

@media (min-width: 2800px) and (max-width: 3100px) {
	#main-menu .dropdown-custom {
		left: 35%;
	}
}

@media (min-width: 3100px) and (max-width: 3300px) {
	#main-menu .dropdown-custom {
		left: 36%;
	}
}

@media (min-width: 3300px) and (max-width: 3500px) {
	#main-menu .dropdown-custom {
		left: 37.5%;
	}
}

.productDetail .swiper-slide img {
	object-fit: contain !important;
}

#private-tab-pane-4 .item-private-title,
#private-tab-pane-4 .items-elemans a.btn-transparent {
	right: -1162px;
}

#product-documents .items-elemans .how_to_order {
	right: -1308px !important;
}

.section-how-to-order .custom-col {
	width: 11%;
	margin-bottom: 20px;
	padding: 0px 5px;
}

.ventilationType .custom-col {
	width: 20%;
}

.section-how-to-order .content-wrapper .form-check {
	padding: 0px;
}

.section-how-to-order .content-wrapper .form-check .btn {
	font-size: 12px !important;
	text-align: left;
	width: 100%;
	padding: 0px 4px;
	font-weight: 500;
}

.section-how-to-order .content-wrapper {
	border: 1px solid #2e579f;
	border-radius: 6px;
	overflow: hidden;
}

.section-how-to-order .special-title .title {
	font-size: 12px !important;
	margin: 0px;
	color: #fff !important;
}

.section-how-to-order .special-title {
	background-color: #2e579f;
	padding: 10px;
	color: #fff !important;
	display: flex;
	justify-content: left;
	align-items: center;
	min-height: 50px;
}

.section-how-to-order .content-elemans {
	padding: 0px 4px;
	min-height: 140px;
}

.section-how-to-order .btn-check:checked+.btn {
	border-color: var(--site-color);
	background-color: var(--site-color);
	color: #fff;
}

.section-how-to-order .col-md-12 .content {
	display: flex;
	align-items: center;
}

.section-how-to-order .col-md-12 .content span,
.section-how-to-order .col-md-12 .content p {
	display: flex;
	width: 50%;
	height: 30px;
	text-align: center;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
}

.section-how-to-order .col-md-12 .content p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
}

#new-productCode,
#new-AccesoriesCode {
	width: 70%;
	border: 1px solid var(--site-color);
	border-radius: 6px;
	height: 30px;
	color: var(--site-color);
	margin-left: 10px;
	padding: 10px 0px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#new-productCode span,
#new-AccesoriesCode span {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px !important;
}

.content span.order,
.section-how-to-order .content input,
.content .btn-add,
.btn-add {
	width: 35% !important;
	border: 1px solid var(--site-color);
	color: var(--site-color);
	height: 30px !important;
	padding: 10px 0px !important;
	font-size: 12px !important;
	border-radius: 6px;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.btn-add span {
	height: 20px !important;
	width: 20px !important;
	background-color: var(--site-color);
	color: #fff;
	border-radius: 50%;
	padding: 0px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 18px !important;
	margin-left: 5px;
}

.section-how-to-order .col-md-12 .content * {
	font-weight: 600 !important;
}

.section-how-to-order span.title1,
.btn-send {
	background-color: var(--site-color);
	color: #fff;
	width: 70%;
	height: 30px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	padding: 10px 0px;
	padding-right: 10px;
}

.btn-send {
	margin-left: 10px;
	padding-right: 0px;
}

.section-how-to-order .col-md-12 .content span#productCode {
	padding: 0px;
	width: max-content;
}

.private-tab .item .item-input {
	border-top: none !important;
	position: relative;
	text-align: center;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-how-to-order .private-tab .item {
	width: 100% !important;
	border: none;
}

.section-how-to-order .private-tab .dropdown button {
	font-size: 9px !important;
	color: #fff !important;
	padding: 0px;
	font-weight: 500;
	width: 100%;
	border: none !important;
}

.section-how-to-order .private-tab {
	margin-bottom: 30px;
}

.icons-wrapper .icon.inactive {
	opacity: 0.85;
}

.section-header #main-dropdown .dropdown-menu {
	z-index: -11 !important;
}

.section-header #main-dropdown.active .dropdown-menu {
	z-index: 9 !important;
}

@media (min-width: 1250px) {
	.section-header.fixed li.dropdown:hover #main-menu {
		top: 64px;
	}

	.test-li:hover a,
	.test-li:hover .custom2 li:hover a,
	.test-li:hover .custom2 li:hover #alt-dropdown li:hover a {
		padding-left: 15px;
		color: var(--site-color) !important;
	}

	.dropdown-menu {
		top: 100% !important;
	}

	#main-menu {
		height: 0;
	}

	li.dropdown:hover #main-menu {
		height: 58vh;
	}

	#main-menu {
		overflow: hidden !important;
	}
}

.section-top-bar #login-button * {
	color: #fff !important;
}

.logo-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.search-button {
	border: none !important;
	color: var(--site-header-title-color) !important;
	font-size: 12px;
	font-weight: 500;
	padding: 0px 5px;
}

.search-button .fa-chevron-down {
	display: none !important;
}

#languageForm span.fa-solid.fa-globe {
	margin-right: 3px;
	color: var(--site-header-title-color);
}

.section-header #languageForm * {
	font-size: 12px !important;
}

.productDetail .productSwiper,
.productDetail .productSwiper .swiper-wrapper,
.productDetail .productSwiper .swiper-slide {
	border-radius: 15px;
}

.product-thumbs {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.productDetail .productTitle .weta-icerik-tag {
	color: #000 !important;
	font-size: 16px;
	margin-top: 0px !important;
}

.category-button-wrapper .tablink-1.active::before,
.category-button-wrapper .tablink.active::before {
	border-radius: 5px;
}

.category-button-wrapper button {
	height: 20px;
	line-height: 10px;
}

.productContent p {
	position: relative;
	padding-left: 20px;
	color: #252925;
	font-size: 12px !important;
}

.productContent p::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0;
	font-size: 9px;
	top: 4px;
	color: var(--site-color);
}

#tablo-title .productCode {
	width: 100%;
}

.table-control-buttons {
	display: flex;
	width: 100%;
	margin-top: 10px;
}

.table-control-buttons .tablink-1::before,
.table-control-buttons .tablink::before {
	display: none !important;
}

.table-control-buttons *,
#table-select-menu button {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600;
}

.table-control-buttons button,
.table-control-buttons a {
	border-bottom: 0px !important;
}

#product-documents .tablink-1,
#table-select-menu button,
#table-select-menu a,
.section-table-bar button {
	width: max-content !important;
	min-width: 90px;
	height: 30px;
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background-color: #a8a8a8;
	margin-right: 5px;
	color: #fff;
}

.table-control-buttons .tablink-1.active {
	background-color: var(--site-color) !important;
}

.product-article-table {
	margin-top: 0px !important;
}

#table-select-menu button,
.section-table-bar button {
	border: none;
}

.section-table-bar button {
	background-color: var(--site-color) !important;
	color: #fff !important;
}

#table-select-menu {
	display: flex;
	justify-content: end;
	flex-direction: column;
	align-items: end;
}

th.table-filter__select {
	background-color: var(--site-color) !important;
}

th.table-filter__select .table-filter__desktop-label {
	color: #fff !important;
	width: 100%;
	justify-content: center;
	font-size: 10px !important;
}

.table-filter__select.active .table-filter__desktop-label {
	color: #000 !important;
}

.table-filter__desktop-label::after {
	right: 0px;
}

.table {
	margin-left: 0px !important;
}

.table-filter__desktop-label {
	display: flex;
	align-items: center;
}

.datasheets img {
	height: 30px !important;
}

.table-filter th.table-filter__select:nth-child(1) {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.table-filter .final-part-no {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.table-filter thead tr {
	border-bottom: 0px !important;
}

.table-filter tbody td {
	text-align: center !important;
}

table.table-filter .btn {
	justify-content: center;
	font-size: 12px !important;
}

.pageDetailContent .swiper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
}

#alternative-product .swiper-pagination,
.pageDetailContent .swiper-pagination,
.privateSwiper .swiper-pagination,
.pageDetailContent .swiper-pagination-bullets {
	width: max-content !important;
	padding: 0px;
	background-color: #d3d3d3;
	height: 20px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -20px;
}

#alternative-product .swiper-pagination-bullet,
.privateSwiper .swiper-pagination-bullet,
.pageDetailContent .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: var(--site-color) !important;
}

#alternative-category-product .swiper .productTitle,
#alternative-product .swiper .productTitle {
	display: none !important;
}

.product-bottom-bar {
	padding: 10px 0px;
	margin-top: 10px;
	background: linear-gradient(83deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
}

.product-bottom-bar .content {
	text-align: center;
}

.product-bottom-bar .content * {
	text-align: center;
	color: #fff;
	font-size: 16px !important;
}

.mfp-figure figure {
	border-radius: 20px;
	overflow: hidden;
}

.lightbox-bar {
	background: linear-gradient(83deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.lightbox-bar * {
	font-size: 12px !important;
	color: #fff !important;
}

.lightbox-bar .textBar {
	text-align: end;
}

.lightbox-bar .brandBar span {
	justify-content: left !important;
}

.lightbox-bar .textBar span {
	justify-content: end !important;
}

.mfp-counter {
	display: none !important;
}

.product-modals #exampleModal .modal-title {
	display: none;
}

.product-modals #exampleModal .modal-header {
	border-bottom: 0px !important;
}

.btn-close {
	top: 30px !important;
	right: 30px !important;
}

.product-modals #exampleModal .btn-close,
#teklifModal .btn-close {
	background-image: none !important;
	font-size: 27px !important;
	position: absolute;
}

.search-menu input {
	margin-top: 0px !important;
}

.product-fixed-element .content #info {
	font-size: 35px !important;
}

#exampleModal .modal-content {
	border-radius: 20px;
	border: none;
	box-shadow: none;
}

.product-thumbs .swiper-slide {
	border-radius: 6px !important;
	overflow: hidden;
}

#myModal .modal-content,
.modal-3d .modal-content {
	width: 30%;
	min-height: 290px;
	border-radius: 20px;
	padding: 0px;
}

#myModal #text,
.modal-3d #text {
	font-weight: 600;
	margin-top: 70px;
}

#myModal .modal-content span,
.modal-3d .modal-content span {
	justify-content: center;
	font-weight: 600;
	text-align: center;
}

#myModal .modal-content .buttons .wrapper,
.modal-3d .modal-content .buttons .wrapper {
	width: 50%;
	margin-top: 30px;
}

#myModal .modal-content .btn-color,
.modal-3d .modal-content .btn-color {
	background-color: var(--site-color);
	font-weight: 600;
	color: #fff !important;
	border-radius: 6px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.product-breadcrumb.how_to_order {
	background-image: url(/modules/final-part-bg.jpg);
}

.product-breadcrumb.how_to_order .wrapper::before {
	opacity: 1;
}

.private-tab .item {
	background-color: #2e579f !important;
	border-color: #2e579f !important;
}

.section-how-to-order .items-elemans .btn {
	border-radius: 0px;
	background: #fff;
	height: 31px;
	width: 100%;
	border: none !important;
}

.private-tab .private-wrapper {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.section-how-to-order,
.section-table-bar {
	padding-top: 60px;
}

.section-how-to-order .col-md-12 {
	padding: 0px;
}

.button-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.button-wrapper button,
#table-select-menu #clearButton {
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 0px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 91px;
}

#table-select-menu #clearButton {
	width: 185px !important;
	margin-bottom: 10px;
	min-width: 185px !important;
}

#table-select-menu #clearButton i {
	margin-right: 5px;
}

.section-table-bar .weta-icerik-tag {
	font-size: 23px !important;
}

.private-link {
	color: var(--site-color);
	font-size: 16px !important;
	margin: 25px 0px;
	font-weight: 600 !important;
}

.footer-description .lang-ul li a span {
	font-weight: 600;
	margin-right: 5px;
	color: #000;
}

.brand-title {
	color: var(--site-color);
	margin: 20px 0px;
	font-size: 14px !important;
}

.info-list li a {
	align-items: start;
}

.info-list li a i {
	color: var(--site-color);
	margin-right: 10px;
}

.info-list a span {
	color: var(--site-color);
	font-weight: 600;
}

.social-media-title {
	margin-top: 50px;
	padding-left: 20px;
	color: var(--site-color);
	font-size: 14px !important;
	font-weight: 600;
	margin-bottom: 10px;
}

#header-social-media {
	padding-left: 20px;
	margin-bottom: 120px;
}

#header-social-media li {
	margin-right: 20px;
}

.info-list li.adres a {
	display: block;
}

.info-list div.adres {
	padding-left: 30px;
}

.teklifForm #teklifModal .modal-header {
	flex-direction: column;
	border-bottom: 0px !important;
	text-align: left;
	justify-content: left;
	align-items: flex-start;
}

.teklifForm #teklifModal .modal-header img {
	max-height: 30px !important;
	margin-bottom: 20px;
}

.teklifForm #teklifModal .modal-header .modal-title {
	font-weight: 600 !important;
	color: var(--site-color) !important;
}

#teklifModal .modal-header span {
	color: #000 !important;
	font-weight: 600 !important;
}

#teklifModal .modal-footer {
	display: flex;
	border-top: 0px !important;
	justify-content: space-between;
}

#teklifModal .modal-footer .btn {
	margin: 0px !important;
	width: 48% !important;
	height: 30px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-color: var(--site-color);
	color: #fff !important;
}

.modal #contactForm #product-selection #teklif-mesaj {
	background-color: var(--site-color) !important;
	border-radius: 10px;
}

#teklifModal .modal-content {
	background-color: #e9e9e5 !important;
	border-bottom-left-radius: 30px !important;
}

#teklifModal input[type="checkbox"]:checked+label:before {
	display: none !important;
}

.section-top-bar .container,
.section-top-bar .row,
.section-top-bar .col-md-6,
.section-top-bar .col-md-6 * {
	height: 100%;
}

#click_whatsapp,
#fixed-button {
	background: linear-gradient(0deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
}

.product-fixed-element {
	top: 48%;
}

.table table tbody tr:first-child td {
	border-top: 0px !important;
}

.table-filter * {
	border: none !important;
}

.final-part-no .table-filter__desktop-label::after {
	display: none !important;
}

.icons-wrapper .icon.inactive:hover img {
	transform: scale(0.9);
}

.input-align input {
	margin-left: 10px;
}

footer #header-social-media a span:hover {
	color: #03427f;
}

.section-header #navigation>ul>li#languages:hover a::after {
	display: none;
}

.section-header #navigation>ul>li#languages {
	position: relative;
}

.section-header #navigation>ul>li#languages .dropdown-menu {
	height: auto;
}

@media (max-width: 1550px) {
	#myModal .modal-content {
		width: 40%;
	}
}

#fixed-button .menu {
	background: linear-gradient(0deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
	border: none !important;
}

#table-select-menu .btn-color:hover {
	background-color: var(--site-title-color) !important;
	border-color: var(--site-title-color) !important;
}

#close-search-menu {
	background-image: none !important;
	font-size: 30px;
	border-radius: 0px !important;
}

.table-filter tr {
	border-radius: 6px !important;
}

#table-select-menu #clearButton {
	display: none;
}

.product-article-table .table-filter th.table-filter__select .table-filter__select__label {
	padding: 0px;
}

.product-article-table .table-filter th .table-filter__select__options li:hover {
	background-color: var(--site-color);
}

.button-wrapper button {
	min-width: 19%;
	position: relative;
	margin-right: 0px;
}

.button-wrapper button#sendButton {
	background-color: var(--site-color);
	width: 19%;
	margin: 0px !important;
}

.button-wrapper button i {
	margin-right: 5px;
}

.button-wrapper .copy-alert {
	margin-top: 20px;
	width: 95%;
	color: var(--site-color);
	transition: all 0.4s;
	border: 1px solid var(--site-color);
	position: absolute;
	bottom: -100%;
	left: 0;
	right: auto;
	opacity: 0;
	transform: scale(0.3);
}

.button-wrapper .copy-alert.show {
	opacity: 1;
	bottom: -150%;
	transform: scale(1);
}

.button-wrapper .copy-alert.show span {
	opacity: 1;
	visibility: visible;
}

.button-wrapper .copy-alert span {
	padding: 10px 5px;
	opacity: 0;
	visibility: visible;
	transition: all 0.4s;
}

#copyDiv {
	position: relative;
	margin-bottom: 35px;
	padding-top: 50px;
}

#copyDiv .remove-button {
	position: absolute;
	right: -50px;
	background-color: var(--site-color) !important;
	color: #fff !important;
	top: 0;
	font-size: 18px;
}

.form-control:focus {
	box-shadow: none;
}

#languages #main-menu {
	width: 130%;
	padding: 0px 5px !important;
}

#languages #main-menu li {
	text-align: left;
}

#final-part-offer {
	width: 200% !important;
	display: flex;
}

#table-filters .copy-div:nth-child(1) .btn-send {
	opacity: 1;
	z-index: 1;
}

#table-filters .copy-div .btn-send {
	opacity: 0;
	z-index: -1;
}

::-webkit-scrollbar-thumb {
	background-color: #a8a8a8;
}

.table-filter__select * {
	font-family: "Montserrat" !important;
}

.table-filter tbody tr:nth-child(2n) {
	background-color: #f4f4f4;
}

h5.slider-private-tag {
	font-size: 35px;
	font-weight: 400;
	color: #03427f;
	padding: 0px 15px;
}

.pageSliderContent .slider-contents {
	height: 100%;
	align-items: center;
	display: flex;
	background-color: rgba(244, 244, 244, 0.75);
	padding: 0px 0px;
	left: 12% !important;
}

.slider-private-tag .since-year {
	font-weight: 700;
}

.gallery-section .weta-icerik-tag,
.gallery-section .galleryDescription,
.gallery-section .img-description {
	text-align: left;
}

.private-degrede {
	background: linear-gradient(83deg,
			rgba(19, 100, 163, 1) 0%,
			rgba(47, 166, 171, 1) 50%,
			rgba(110, 179, 82, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.gallery-section-4 {
	background-color: var(--site-color);
}

.gallery-section-4 .gallery-wrapper .weta-icerik-tag {
	font-weight: 500 !important;
}

.gallery-section-4 * {
	color: #fff !important;
}

.gallery-section-4 .container,
.gallery-section-5 .container,
.gallery-section-9 .container {
	display: flex;
}

.gallery-section-4 .gallery-wrapper {
	width: 13%;
	display: flex;
	align-items: center;
}

.gallery-section-9 .gallery-wrapper,
.gallery-section-9 #image-gallery {
	width: 50%;
}

.gallery-section-4 #image-gallery {
	width: 95%;
}

.gallery-section-4 .img-title {
	padding: 5px 0px !important;
}

.gallery-section-4 .img-title h3 {
	text-align: center !important;
	font-size: 13px !important;
	margin-top: 10px !important;
}

.gallery-section-4 .weta-icerik-tag b {
	font-size: 32px !important;
}

.gallery-section-5 .container {
	flex-wrap: wrap;
}

.gallery-section-5 .gallery-wrapper {
	width: 100%;
	margin-bottom: 10px;
}

.gallery-section-5 .galleryDescription {
	position: relative;
}

.gallery-section-5 .private-bar {
	position: absolute;
	right: 0;
	width: 75%;
	top: 0;
}

.gallery-section-5 #image-gallery {
	width: 100%;
}

.btn-private {
	background-color: #a8a8a8;
	color: #fff !important;
	width: 130px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 30px;
}

.btn-private span.circle {
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #000 !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-left: 10px;
}

.btn-private:hover,
.btn-private:focus {
	background-color: #03427f;
}

.gallery-section-6 .gallery-img,
.gallery-section-7 .gallery-img,
.gallery-section-8 .gallery-img {
	border-radius: 10px;
	overflow: hidden;
}

.certificates-bar {
	justify-content: space-around;
}

.certificates-bar .items {
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d3d3d3;
}

.certificates-bar .items img {
	height: 40px;
	object-fit: contain;
}

.certificates-bar .items.minimal img {
	height: 35px;
	object-fit: contain;
}

.certificates-bar .items:nth-last-child(1) {
	border-right: 0px;
}

#counter-section-3 {
	min-height: 150px;
	max-height: 150px;
	background-image: none !important;
	background-color: #f4f4f4;
}

#counter-section-3 * {
	color: var(--site-color) !important;
}

#counter-section-3 .counterLine {
	display: none;
}

.counter-section .counterNumber {
	font-weight: 600;
}

.gallery-section-7 .img-title {
	padding: 10px 0px;
}

.gallery-section-7 .img-description {
	text-align: justify;
}

.gallery-section-7 .img-title .weta-icerik-tag span {
	font-weight: 500;
	font-size: 16px;
}

.gallery-section-8 .img-wrapper {
	overflow: unset !important;
}

.gallery-section-8 .gallery-info {
	margin-top: 25px;
}

.gallery-section-8 .gallery-info * {
	text-align: center !important;
}

.gallery-section-8 .gallery-info .img-title {
	padding: 0px;
}

.gallery-section-8 .gallery-img {
	height: 300px;
}

.gallery-section-8 .gallery-img img {
	height: 100%;
	object-fit: cover;
}

.download-content .tag {
	font-size: 16px;
}

.download-content .item {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-top: 10px;
	justify-content: center;
	border-top: 1px solid #d3d3d3;
}

.download-content .item i {
	font-size: 20px !important;
	color: var(--site-color) !important;
	margin-right: 10px;
}

.rexa-content .weta-description ul {
	margin-top: 15px;
}

.rexa-content .weta-description ul li p {
	margin-bottom: 5px;
}

.weta-description ul li,
.galleryDescription ul li {
	padding-left: 20px;
	position: relative;
}

.weta-description ul li::before,
.galleryDescription ul li::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	position: absolute;
	left: 0px;
	font-size: 10px;
	height: 24px;
	display: flex;
	align-items: center;
	color: var(--site-color);
}

.gallery-section-5 .img-wrapper,
.gallery-section-9 .img-wrapper {
	border-radius: 10px;
	height: 100%;
}

.gallery-section-5 .img-wrapper .gallery-img {
	height: 100%;
}

.gallery-section-9 .img-wrapper .gallery-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.gallery-section-5 .img-wrapper::before,
.gallery-section-9 .img-wrapper .gallery-img::before {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00abff;
	opacity: 0;
	width: 100%;
	height: 0;
	transition: all 0.4s;
}

.gallery-section-5 .img-wrapper:hover::before,
.gallery-section-9 .img-wrapper:hover .gallery-img::before {
	height: 100%;
	opacity: 0.45;
}

.gallery-section-5 .gallery-info,
.gallery-section-9 .gallery-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20%;
	padding: 0px 10px;
	transition: all 0.4s;
	opacity: 0;
}

.gallery-section-5 .img-wrapper:hover .gallery-info,
.gallery-section-9 .img-wrapper:hover .gallery-info {
	bottom: 0;
	opacity: 1;
}

.gallery-section-9 .img-wrapper:hover .gallery-info {
	bottom: 15px !important;
}

.html-img-title,
.html-img-title a {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.html-img-title span {
	font-size: 12px !important;
	color: #fff !important;
}

.private-icon {
	width: 20px;
	height: 20px;
	background-color: #fff !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.private-icon i {
	color: var(--site-color) !important;
}

#premium-info-bar .col-md-4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.privateSwiper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
}

.privateSwiper .productImage {
	border-radius: 10px;
	overflow: hidden;
}

#html-section-11 {
	padding: 0px;
}

#html-section-11 .swiper-pagination {
	bottom: -10px;
}

.section-top-bar #header-social-media {
	display: none !important;
}

.contact-oge p {
	display: flex;
	padding-left: 0px;
}

.contact-oge p span {
	position: relative;
}

.contactCenter {
	display: flex;
	margin-top: 0px;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.form-section #header-social-media {
	padding: 0px;
}

.form-section #header-social-media li a {
	color: #4d4d4d !important;
	font-size: 16px;
}

.contactCenter #address {
	width: 100%;
}

.contactCenter .contact-group:nth-last-child(1) {
	display: none;
}

.contactCenter .contact-group {
	width: 48%;
}

.address-title {
	font-weight: 600;
}

.form-section .form-check .form-check-label {
	font-size: 11px !important;
}

.form-section .form-check .form-check-input {
	width: 20px;
	height: 20px;
}

.form-section .social-media {
	position: absolute;
	bottom: -25px;
}

#contactForm * {
	font-weight: 500 !important;
}

#contactForm .mb-3 {
	margin-bottom: 0px !important;
}

.form-check-input:checked {
	background-color: var(--site-color) !important;
	border-color: var(--site-color) !important;
}

.contact-oge .icon i {
	color: var(--site-color) !important;
}

.form-section .buttons {
	display: flex;
}

.form-section .buttons .btn-color {
	margin-right: 20px;
	height: 25px;
	display: flex;
	background-color: var(--site-color) !important;
	border-color: var(--site-color) !important;
	color: #fff !important;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	min-width: 135px;
}

.form-section .buttons .btn-color i {
	margin-right: 5px;
}

#html-section-13 {
	padding: 0px;
}

#page-49 .product-bottom-bar {
	margin-top: 0px !important;
}

.social-media .tag {
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}

#contactForm .checkbar {
	margin-top: 10px;
}

#new-productCode #productCode,
#new-AccesoriesCode #AccesoriesCode {
	height: 28px !important;
	margin-left: 0px !important;
	font-size: 14px !important;
	border: none !important;
	width: max-content !important;
}

#secilenValue {
	display: none;
}

@media (max-width: 1250px) {
	.gallery-section-5 .gallery-wrapper {
		width: 100%;
	}

	#main-menu .dropdown-custom,
	#custom-menu .custom2 {
		top: 0px !important;
		height: 0;
		left: 0 !important;
		position: relative !important;
		width: 100%;
		max-height: 500px;
		overflow: scroll;
		/* Hide scrollbar */
		scrollbar-width: none;
		/* For Firefox */
		-ms-overflow-style: none;
		/* For Internet Explorer and Edge */
	}

	#custom-menu .custom2::-webkit-scrollbar {
		display: none;
		/* For Chrome, Safari, and Opera */
	}

	#main-menu li.show .dropdown-custom,
	#custom-menu.show .custom2 {
		display: block !important;
		border-right: 0px !important;
		border: none !important;
		z-index: 99999999999 !important;
		opacity: 1 !important;
		visibility: visible !important;
		height: auto !important;
	}

	.dropdown-trigger-menu,
	.dropdown-trigger-menu-alt {
		border: none !important;
		background: transparent !important;
		width: 100%;
		position: absolute;
		right: -3px;
		text-align: end;
		font-size: 18px !important;
		color: #000 !important;
	}

	#elemans {
		width: 100% !important;
	}

	#elemans .title {
		display: none !important;
	}

	.gallery-section-5 .container {
		flex-wrap: wrap !important;
	}

	.gallery-section-5 #image-gallery {
		width: 100%;
	}

	#page-detail-section-3 .rexa-gorseller,
	#page-detail-section-4 .rexa-gorseller,
	#page-detail-section-5 .rexa-gorseller,
	#page-detail-section-6 .rexa-gorseller,
	#page-detail-section-7 .rexa-gorseller,
	#page-detail-section-8 .rexa-gorseller,
	#page-detail-section-9 .rexa-gorseller,
	#page-detail-section-10 .rexa-gorseller,
	#page-detail-section-11 .rexa-gorseller,
	#page-detail-section-12 .rexa-gorseller,
	#page-detail-section-13 .rexa-gorseller,
	#page-detail-section-14 .rexa-gorseller,
	#page-detail-section-15 .rexa-gorseller,
	#page-detail-section-16 .rexa-gorseller,
	#page-detail-section-17 .rexa-gorseller,
	#page-detail-section-18 .rexa-gorseller,
	#page-detail-section-19 .rexa-gorseller,
	#page-detail-section-20 .rexa-gorseller,
	#page-detail-section-21 .rexa-gorseller,
	#page-detail-section-22 .rexa-gorseller,
	#page-detail-section-23 .rexa-gorseller,
	#page-detail-section-24 .rexa-gorseller,
	#page-detail-section-25 .rexa-gorseller,
	#page-detail-section-26 .rexa-gorseller,
	#page-detail-section-27 .rexa-gorseller,
	#page-detail-section-28 .rexa-gorseller,
	#page-detail-section-29 .rexa-gorseller,
	#page-detail-section-30 .rexa-gorseller,
	#page-detail-section-3 .rexa-content,
	#page-detail-section-4.rexa-content,
	#page-detail-section-5 .rexa-content,
	#page-detail-section-6 .rexa-content,
	#page-detail-section-7 .rexa-content,
	#page-detail-section-8 .rexa-content,
	#page-detail-section-9 .rexa-content,
	#page-detail-section-10 .rexa-content,
	#page-detail-section-11 .rexa-content,
	#page-detail-section-12 .rexa-content,
	#page-detail-section-13 .rexa-content,
	#page-detail-section-14 .rexa-content,
	#page-detail-section-15 .rexa-content,
	#page-detail-section-16 .rexa-content,
	#page-detail-section-17 .rexa-content,
	#page-detail-section-18 .rexa-content,
	#page-detail-section-19 .rexa-content,
	#page-detail-section-20 .rexa-content,
	#page-detail-section-21 .rexa-content,
	#page-detail-section-22 .rexa-content,
	#page-detail-section-23 .rexa-content,
	#page-detail-section-24 .rexa-content,
	#page-detail-section-25 .rexa-content,
	#page-detail-section-26 .rexa-content,
	#page-detail-section-27 .rexa-content,
	#page-detail-section-28 .rexa-content,
	#page-detail-section-29 .rexa-content,
	#page-detail-section-30 .rexa-content,
	.gallery-section-4 .gallery-wrapper,
	.gallery-section-4 #image-gallery,
	.gallery-section-9 .gallery-wrapper,
	.gallery-section-9 #image-gallery {
		width: 100%;
	}

	#alternative-product .col-md-6 {
		width: 100%;
	}

	.gallery-section-4 .container,
	.gallery-section-9 .container {
		display: block;
	}

	.counter-section .counterNumber {
		font-size: 18px;
	}

	.counter-section p {
		font-size: 13px !important;
	}

	#html-section-11 {
		padding: 0px 0px 40px 0px;
	}
}

.textImgs .rexa-gorseller .rgw img {
	border-radius: 15px;
	overflow: hidden;
}

.table-private-button.active {
	background-color: var(--site-color) !important;
	border-color: var(--site-color) !important;
}

#page-49 .product-fixed-element {
	display: none !important;
}

.btn-member {
	height: 35px !important;
	border-radius: 6px !important;
}

#address a {
	font-size: 14px;
	color: #252925;
}

#orderingForm #status,
#updateForm #status {
	display: none;
}

#main-menu .dropdown-custom {
	z-index: -1;
}

#main-menu li.active .dropdown-custom {
	z-index: 9999999;
}

.gallery-section-4 .gallery-img {
	display: flex;
	justify-content: center;
}

.gallery-section-4 .gallery-img img {
	height: 90px;
	width: auto !important;
	transition: all 0.4s;
}

.gallery-section-4 .img-wrapper:hover .gallery-img img {
	filter: grayscale(1);
	transform: scale(0.95);
	opacity: 0.7;
}

@media (max-width: 1250px) {

	.certificates-bar,
	.contactCenter {
		flex-wrap: wrap;
	}

	.certificates-bar .items {
		width: 50%;
	}

	.counter-col {
		width: 50% !important;
	}

	.counter-section .row {
		justify-content: center;
	}

	footer,
	.footer .contact-oge {
		text-align: left !important;
		padding: 40px 20px;
	}

	#footer-col {
		margin: 10px 0px;
	}

	footer .text-end {
		text-align: left !important;
	}

	footer .mobileCol {
		display: none;
	}

	footer *,
	.footer-2-copy {
		justify-content: left !important;
	}

	.section-header .col-lg-8 {
		justify-content: end !important;
		width: 50% !important;
	}

	#custom-section #product-list,
	#custom-section #category-list,
	.contactCenter .contact-group {
		width: 100% !important;
	}

	.form-section .social-media {
		display: none;
	}

	#header-social-media {
		margin-bottom: 0px !important;
	}

	.section-header #navigation>ul>li.dropdown .dropdown-trigger {
		display: block !important;
	}

	.pageSliderContent .slider-contents {
		flex-direction: column;
		width: 100%;
		left: 0 !important;
		height: auto !important;
	}

	.section-header #navigation>ul li {
		line-height: normal !important;
		height: auto !important;
		max-height: fit-content;
		position: relative !important;
		width: 100% !important;
	}

	.product-elemans ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.product-elemans ul li,
	.product-elemans form {
		width: 48%;
	}

	.product-elemans form li {
		width: 100%;
	}

	.icons-wrapper {
		justify-content: space-evenly;
		margin-bottom: 20px;
	}

	.product-article-table .table-filter tr {
		padding: 0px;
		width: 30%;
		margin-right: 30px;
	}

	.product-article-table .table-filter tbody {
		display: flex;
		justify-content: left;
	}

	.product-article-table .table-filter tbody::-webkit-scrollbar,
	.product-article-table .table-filter tbody::-webkit-scrollbar {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
		padding: 0px !important;
	}

	.product-article-table .table-filter tbody td {
		margin-left: 0px !important;
		border: none !important;
		border-bottom: 1px solid #ccc !important;
		border-radius: 0px !important;
	}

	#tablo-title,
	#table-select-menu {
		width: 100% !important;
		justify-content: left !important;
	}

	#tablo-title {
		margin-bottom: 15px;
	}

	.product-article-table .table-filter th.table-filter__select {
		width: 100% !important;
		background-color: transparent !important;
	}

	.table-filter thead tr {
		width: 100% !important;
	}

	.table-filter .datasheets,
	.table-filter .final-part-no {
		display: none !important;
	}

	.product-article-table .table-filter th .table-filter__select__options label {
		padding: 5px !important;
	}

	.product-article-table .table-filter th .table-filter__select__options .input-align {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 1250px) {
	#main-menu-2 {
		min-width: 295px;
		z-index: -1;
		height: 0;
	}

	li.dropdown:hover #main-menu-2 {
		z-index: 999;
		height: auto;
	}

	.product-article-table .table-filter th.table-filter__select {
		width: auto !important;
	}
}

#html-section-15 .mb-3 label:nth-child(2) {
	font-size: 13px !important;
	line-height: normal;
}

#html-section-15 .mb-3 label:nth-child(1) {
	font-size: 15px !important;
	color: #03427f;
	line-height: normal;
}

#page-49 .product-bottom-bar {
	display: none !important;
}

.gallery-section-6 .swiper-pagination {
	display: none !important;
}

.form-section .rexa-content {
	padding-left: 50px;
}

.gallery-section-8 .custom-col:nth-child(1) img,
.gallery-section-8 .custom-col:nth-child(2) img {
	height: 306px;
	object-fit: contain;
}

#product-23 .table-filter .table-filter__select:nth-child(4) {
	width: 150px !important;
}

#product-23 .table-filter .table-filter__select:nth-child(3) {
	width: 140px !important;
}

#product-23 .private-tab .private-wrapper {
	width: 100%;
	align-items: flex-start;
}

.pageSliderContent #slide-items-2 {
	background-size: cover;
}

.pageSliderContent #slide-items-2 .slider-contents,
.pageSliderContent #slide-items-3 .slider-contents {
	display: none;
}

.elemans-div {
	width: 55%;
	display: block;
	position: relative;
	padding-left: 50px;
}

.elemans-div::-webkit-scrollbar {
	display: none !important;
}

.elemans-div .button-wrapper {
	margin-top: 0px;
	width: 100%;
	flex-wrap: nowrap;
}

.elemans-div .button-wrapper button {
	width: 23%;
	min-width: 90px;
}

.elemans-div .col-md-6.content .d-flex,
.elemans-div #copyDiv .d-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.elemans-div .col-md-6.content button,
.elemans-div #copyDiv .d-flex input,
.elemans-div #copyDiv .d-flex span.order {
	width: 48% !important;
	margin: 0px !important;
	font-weight: 500;
}

.elemans-div #copyDiv .d-flex {
	margin-top: 11px;
}

.elemans-div .col-md-6.content #new-productCode,
.elemans-div .col-md-6.content #new-AccesoriesCode {
	width: 100%;
	margin: 0px !important;
	margin-top: 11px !important;
	width: 100%;
	padding: 0px 10px;
	justify-content: unset;
}

.elemans-div span.title1 {
	width: 100%;
}

#product-23 .section-how-to-order .private-tab .dropdown button {
	font-size: 11px !important;
	line-height: 12px;
}

#page-1 .product-fixed-element {
	top: 60%;
}

.gallery-section-9 .gallery-wrapper {
	padding-right: 3%;
}

.ventcalculator img {
	height: 100px;
	width: auto;
	max-width: fit-content;
}

.ventcalculator p b {
	font-size: 18px;
}

.vent-Calculator .weta-icerik-tag {
	font-size: 34px !important;
	font-weight: 400 !important;
}

.vent-Calculator p {
	font-size: 16px !important;
}

.vent-Calculator img {
	max-height: 170px;
	margin-bottom: 35px;
}

.ventcalculator .btn {
	border-color: transparent !important;
	flex-direction: column;
	display: flex;
	width: max-content;
}

.ventcalculator .btn:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

.ventcalculator .btn span {
	color: var(--site-color) !important;
	margin-right: 5px;
	opacity: 0;
	transition: all 0.4s;
	margin-top: 15px;
}

.ventcalculator .btn:hover span {
	opacity: 1;
}

.btn:hover {
	border-color: var(--site-color) !important;
}

#copyDiv .content p #AccesoriesCode {
	margin-right: -40px !important;
}

.elemans-div #copyDiv:nth-child(n + 2) {
	border-top: 1px solid var(--site-color);
	padding: 15px 0px;
}

.elemans-div #copyDiv:nth-child(n + 2) .buttons,
.elemans-div #copyDiv:nth-child(n + 2) .col-md-6:nth-child(2) .d-flex {
	display: none !important;
}

#cart-button {
	min-width: 125px;
}

@media (min-width: 1250px) and (max-width: 1700px) {

	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 14px;
		padding: 0px 10px;
	}

	.section-header .col-lg-2 {
		width: 23% !important;
	}

	.section-header .col-6.col-lg-2 {
		width: 16% !important;
	}

	.section-header .col-6.col-lg-8 {
		width: 55% !important;
	}

	.gallery-section-4 #image-gallery {
		width: 100% !important;
	}

	.section-header .col-lg-2:nth-child(3) {
		width: 28.6% !important;
	}

	.container {
		max-width: 90%;
	}

	.gallery-section-4 .custom-col {
		width: 20% !important;
	}
}

.elemans-div .col-md-6.copy-div {
	width: 60% !important;
}

.elemans-div .col-md-6.content {
	width: 40% !important;
}

.how_to_order .img-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.how_to_order .img-wrapper img {
	max-height: 170px;
	margin: 0px 40px;
}

@media (min-width: 990px) and (max-width: 1250px) {

	.section-header .col-6.col-lg-2,
	.section-header .col-lg-8 {
		width: 50% !important;
	}
}

@media (max-width: 768px) {

	.pageSliderContent .swiper,
	.pageSliderContent .swiper-wrapper,
	.pageSliderContent .swiper-slide {
		height: 23vh !important;
		max-height: 23vh !important;
	}

	#table-select-menu .buttons {
		width: 100%;
		justify-content: left !important;
	}

	.datasheets,
	.final-part-no,
	.product-article-table__reset-button {
		display: none !important;
	}

	.section-how-to-order .private-tab .item {
		width: 50% !important;
	}

	.private-tab .private-wrapper {
		flex-wrap: wrap !important;
	}

	.elemans-div {
		width: 100% !important;
	}

	.section-how-to-order .custom-col {
		width: 33.3% !important;
	}

	.section-how-to-order .content input,
	.section-how-to-order .col-md-12 .content span,
	#new-productCode,
	.content .btn-add,
	.btn-add,
	#sendBtn {
		width: 95% !important;
		margin: 10px 0px !important;
	}

	.section-how-to-order #copyDiv .content {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	.button-wrapper {
		justify-content: space-evenly !important;
		margin-top: 0px !important;
		flex-wrap: wrap !important;
	}

	.section-how-to-order .col-md-12 .content span.plus-add {
		width: 20px !important;
		margin-left: 10px !important;
	}

	.button-wrapper button {
		width: 45% !important;
		margin-bottom: 10px !important;
	}

	.how_to_order .img-wrapper img {
		max-height: 100px !important;
		margin: 0px 10px !important;
	}

	.col-md-6.content #sendBtn {
		margin-top: 0px !important;
	}

	.col-md-6.content #copyButton {
		width: 96% !important;
	}

	.elemans-div .col-md-6.copy-div,
	.elemans-div .col-md-6.content,
	.elemans-div .col-md-6.content #sendBtn,
	.elemans-div .col-md-6.content #new-productCode,
	.elemans-div .col-md-6.content #copyButton {
		width: 100% !important;
	}

	.elemans-div .col-md-6.content {
		margin-top: 15px !important;
	}

	.elemans-div #copyDiv:nth-child(n + 3) {
		margin-top: 50px !important;
	}

	#copyDiv .btn-delete {
		bottom: -40px !important;
	}

	#languages .dropdown-trigger {
		display: none !important;
	}

	#languages #main-menu {
		opacity: 1 !important;
		visibility: visible !important;
		display: flex !important;
	}

	#languages #main-menu li {
		width: 140px !important;
	}

	#languages #main-menu li a {
		font-weight: 400 !important;
	}

	#languages .nav-link {
		width: 40% !important;
	}

	#main-menu::after {
		display: none !important;
	}

	.section-header #navigation>ul li#languages,
	.section-header #navigation>ul li.search-dropdown,
	.section-header #navigation>ul li.cart-dropdown {
		padding: 0px !important;
		min-height: 45px !important;
		line-height: 45px !important;
	}

	.section-header #navigation>ul li.cart-dropdown a,
	.section-header #navigation>ul li.search-dropdown a {
		font-size: 12px !important;
		font-weight: 500 !important;
		text-transform: uppercase !important;
	}

	.section-top-bar {
		display: block !important;
	}

	.section-top-bar .col-md-6:nth-child(1) {
		display: none !important;
	}

	#member-login {
		padding: 50px 0px !important;
	}

	.__alisverItemName {
		margin-bottom: 25px !important;
	}

	.__alisverItem {
		flex-wrap: wrap !important;
	}

	.cartdetailModal .modal-dialog {
		max-width: 100% !important;
	}

	h5.slider-private-tag {
		font-size: 20px !important;
	}

	.pageSliderContent .slider-contents {
		background-color: rgba(209, 199, 197, 0.5);
	}

	#myModal,
	.modal-3d {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#myModal .modal-content {
		width: 95%;
		margin: 0px !important;
	}
}

@media (min-width: 768px) {

	.pageSliderContent .swiper,
	.pageSliderContent .swiper-wrapper,
	.pageSliderContent .swiper-slide {
		height: 50vh !important;
		max-height: 50vh !important;
	}

	.section-header .col-lg-8 #navigation>ul li#languages,
	.section-header .col-lg-8 #navigation>ul li.search-dropdown,
	.section-header .col-lg-8 #navigation>ul li.cart-dropdown {
		display: none !important;
	}

	#main-menu .menu-dropdown-link {
		font-weight: bold !important;
	}

	#product-23 .section-how-to-order .private-tab .item:nth-child(5),
	#product-23 .section-how-to-order .private-tab .item:nth-child(6),
	#product-23 .section-how-to-order .private-tab .item:nth-child(7),
	#product-23 .section-how-to-order .private-tab .item:nth-child(8),
	#product-23 .section-how-to-order .private-tab .item:nth-child(9) {
		width: 5.5% !important;
		min-width: fit-content;
	}

	#product-23 .section-how-to-order .private-tab .item {
		width: 10% !important;
	}
}

#product-list .product-image,
#category-list .category-img,
#product-list .rgw {
	height: 100%;
	justify-content: center;
	height: 250px;
	align-items: center;
	display: flex;
}

.category-img img {
	height: 100%;
}

#product-list .product-image img,
#category-list .category-image img,
#product-list .rgw img {
	max-height: 85% !important;
}

#product-list .product-wrapper a,
#category-list .category-wrapper a {
	height: 100%;
	display: block;
	border: 1px solid #2e579f;
	border-radius: 17px;
	overflow: hidden;
	transition: all 0.4s;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8;
}

#product-list .product-wrapper .product-title,
#category-list .category-wrapper .product-title {
	background-color: #2e579f;
	transition: all 0.4s;
}

#product-list .product-wrapper:hover .product-title,
#category-list .category-wrapper:hover .product-title {
	background-position: right center;
}

#product-list .product-wrapper .product-title .weta-icerik-tag,
#category-list .category-wrapper .product-title .weta-icerik-tag {
	color: #fff !important;
}

#product-list .product-wrapper .product-title .product-description {
	text-align: center;
	padding: 0px 5px;
	min-height: 45px;
	display: flex;
	align-items: center;
	min-height: 70px;
}

#blog-list .blog-image,
.gallery-section-8 .gallery-img,
.blogs .blogImage {
	transition: all 0.4s;
}

#product-list .product-wrapper:hover a,
.blogs .blogImage:hover,
#blog-list .blog-image:hover,
.gallery-section-8 .gallery-img:hover,
#category-list .category-wrapper:hover a {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
		rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	transform: scale(1.03);
}

.product-list .weta-icerik-tag {
	text-align: center !important;
	font-size: 12px !important;
	margin: 0px !important;
}

#product-list .col-md-3 {
	margin-bottom: 25px;
}

#custom-menu .dropdown-trigger-menu-alt::before {
	content: "\f054" !important;
}

#search-Page .search-menu {
	position: relative !important;
	width: 100%;
	top: auto !important;
	background: transparent !important;
	border: none !important;
	padding: 50px 0px !important;
	height: auto !important;
}

#search-Page .search-menu::after {
	display: none;
}

#search-Page .productSearch {
	padding-right: 0px !important;
	border: none !important;
}

#search-Page #productSearchId {
	padding: 0px 20px !important;
}

#search-Page #searchId {
	padding: 0px 20px !important;
	margin-top: 50px !important;
	border-top: 1px solid var(--site-color);
	padding-top: 50px !important;
}

#search-Page select {
	margin-bottom: 20px !important;
}

#DetailCode {
	height: auto;
	border-radius: 6px;
	min-height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#copyDiv .btn-delete {
	top: 0px;
}

.button-wrapper-details .private-wrapper {
	display: flex;
	width: 55%;
	flex-wrap: wrap;
	padding-left: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	top: -95px;
}

@media (min-width: 768px) {
	.button-wrapper-details .private-wrapper .buttons {
		width: 70%;
	}

	.button-wrapper-details .private-wrapper .d-flex {
		width: 30%;
	}

	.ventilationType .private-deger {
		width: 45%;
	}

	#sendBtn {
		width: 100% !important;
	}

	.normal-type #sendBtn {
		background: var(--site-color);
		max-width: 19%;
	}

	#languages li a {
		transition: all 0.4s;
	}

	#languages li:hover a {
		transform: translateX(10px) !important;
		color: var(--color-blue-palette) !important;
	}
}

@media (max-width: 768px) {
	.button-wrapper-details .private-wrapper .buttons {
		width: 100% !important;
		align-items: center;
	}

	.button-wrapper-details .private-wrapper .d-flex {
		justify-content: space-around;
		width: 96% !important;
	}

	.button-wrapper-details .private-wrapper .d-flex button {
		width: 47% !important;
		margin: 0px !important;
	}

	.button-wrapper-details .private-wrapper {
		flex-direction: column;
	}

	.ventilationType .elemans-div {
		padding: 0px 20px !important;
	}

	.btn-send {
		width: 96% !important;
	}

	.table-filters .row {
		justify-content: center;
	}

	.copy-div .item {
		width: 100% !important;
		flex-wrap: wrap;
		justify-content: space-between !important;
	}

	.ventilationType .section-how-to-order .col-md-12 .content span,
	.ventilationType #new-productCode {
		width: 48% !important;
	}
}

.gallerySwiper-5 {
	min-height: 300px;
}

@media (max-width: 768px) {
	.product-article-table .table-filter tbody td[data-label]:before {
		font-size: 12px !important;
		position: relative !important;
		text-align: center;
		margin: 0px !important;
		width: 100% !important;
		display: block !important;
		border-bottom: 0px !important;
	}

	#exampleModal .modal-content {
		width: 95% !important;
		min-width: auto;
		height: 350px;
	}

	#exampleModal .modal-dialog {
		left: 0% !important;
	}

	#filteredProduct td,
	#filteredProduct th {
		min-width: 100px;
	}

	#filteredProduct {
		display: flex;
		flex-direction: column;
	}
}

.productSwiper .productImage {
	padding: 50px;
}

.product-thumbs .productImage {
	height: 50px;
}

.dropdown-custom ul li {
	height: 30px !important;
	line-height: 30px !important;
}

.productContent table {
	width: 100%;
}

.vent-Calculator {
	position: relative;
}

.vent-Calculator::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/vent-calculator-logo.png);
	z-index: 0;
	background-size: contain;
	opacity: 0.1;
	background-position: center;
	background-repeat: no-repeat;
}

.vent-Calculator .container {
	z-index: 9;
	position: relative;
}

#new-productCode span {
	width: max-content !important;
	background-color: transparent !important;
	color: #000 !important;
}

.copy-div .item span,
.copy-div .item .form-control {
	width: 70% !important;
}

.copy-div .item span {
	background-color: var(--color-blue-palette) !important;
	color: #fff !important;
	margin: 0px !important;
}

.content.accesories #new-AccesoriesCode {
	display: none !important;
}

.content.accesories *,
.section-how-to-order .col-md-12 .content * {
	align-items: center;
	justify-content: center;
}

.ventilationType .section-how-to-order .col-md-12 .content {
	margin-bottom: 15px !important;
	position: relative;
}

.section-how-to-order .col-md-12 .content.accesories {
	background-color: #7c7c7c !important;
	border-radius: 8px;
}

.section-how-to-order .col-md-12 .content.accesories {
	display: none !important;
}

.section-how-to-order .col-md-12 .content.accesories * {
	color: #fff !important;
}

.ventilationType .section-how-to-order .col-md-12 .content span.title1 {
	font-size: 12px !important;
	text-transform: uppercase;
}

.counter-section .counterNumber {
	font-size: 35px !important;
}

.gallery-section-11 .gallery-img {
	height: 250px;
}

.gallery-section-11 .gallery-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.gallery-section-11 .swiper-button-next,
.gallery-section-11 .swiper-button-prev {
	display: none !important;
}

.normal-type .button-wrapper {
	width: 45% !important;
	position: absolute;
	right: 0;
	top: -90px;
}

#alternative-product .product-wrapper {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
	width: 100%;
}

#alternative-product .swiper .productTitle {
	margin-top: 0px !important;
	display: flex !important;
	background-color: var(--site-color);
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
}

#alternative-product .swiper .productTitle * {
	color: #fff !important;
	line-height: normal !important;
	font-size: 10px !important;
	margin-bottom: 0px;
}

#alternative-product .productImage {
	height: 145px !important;
	width: 100%;
}

#alternative-product .productImage img {
	object-fit: contain !important;
	padding: 30px;
}

#category-list .category-wrapper .product-title {
	padding: 15px 0px;
}

@media (min-width: 768px) {
	.certificates-bar .items {
		width: 9%;
	}
}

#product-section-19 .product-image {
	height: 175px;
}

#product-section-19 .product-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

#product-section-19 .product-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.category-wrapper {
	margin-bottom: 25px;
}

#product-list .col-md-3 .product-wrapper .product-title {
	min-height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#product-list .col-md-3 .product-wrapper .product-title .product-description * {
	font-size: 12px !important;
	color: #fff !important;
	margin-bottom: 0px !important;
}

@media (min-width: 1500px) and (max-width: 1600px) {

	.product-breadcrumb,
	.page-breadcrumb {
		height: 210px !important;
	}

	.productDetail .productSwiper,
	.productDetail .productSwiper .swiper-wrapper,
	.productDetail .productSwiper .swiper-slide {
		height: 275px !important;
	}
}

.icons-wrapper .icon img {
	object-fit: contain !important;
}

span.colorCode {
	font-size: 10px !important;
}

.content.accesories {
	width: 100% !important;
	text-align: center !important;
}

.content.accesories span {
	width: 100% !important;
}

#blog-list .blog-image,
.blogs .blogImage {
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
}
.blogImage{
	border-radius: 20px;
	overflow: hidden;
}

#blog-list .blog-image img,
.blogs .blogImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#blog-list .blog-image:hover img {
	filter: grayscale(0);
}

.blog-title .weta-icerik-tag,
.blogTitle h5 {
	font-size: 16px !important;
	margin-bottom: 0px;
	font-weight: 700 !important;
	text-align: left !important;
}

.blogSection .blog-description * {
	font-size: 13px !important;
    color: #000;
}

#humanForm-2 .rexa-content {
	order: 1;
}

#humanForm-2 .contact-form {
	order: 2;
}

#humanForm-2 .contact-form .weta-icerik-tag {
	color: #000 !important;
}

#humanForm-2 .contact-form .weta-icerik-tag span {
	color: var(--site-title-color) !important;
}

#humanForm-2 .rexa-content .content-wrapper {
	background-color: var(--site-color);
	padding: 38px 35px;
	width: 65%;
}

#humanForm-2 .rexa-content .content-wrapper * {
	color: #fff !important;
}

#humanForm-2 .rexa-content .weta-icerik-tag span {
	font-size: 14px !important;
	display: block !important;
	margin-top: 10px;
}

#humanForm-2 .rexa-content .weta-description {
	margin-top: 40px;
	border-top: 1px solid #fff;
	padding-top: 40px;
}

#humanForm-2 .custom-label-private {
	margin-bottom: 5px;
}

#humanForm-2 .custom-label-private span {
	font-size: 12px !important;
}

#product-documents table td {
	cursor: auto !important;
}

.table-filter tbody a:hover {
	font-weight: bold !important;
}

@media (min-width: 768px) {
	.section-header.fixed {
		z-index: 205;
	}

	.teklifForm #product-selection {
		height: 195px;
		max-height: 195px;
	}

	#alternative-product .swiper .swiper-wrapper {
		justify-content: center;
		transform: none !important;
	}
}

@media (max-width: 768px) {
	.gallery-section-4 #image-gallery .custom-col {
		width: 33.3% !important;
	}

	#counter-section-3 {
		min-height: 350px !important;
		max-height: 350px !important;
	}

	.section-header #navigation .custom2 li {
		padding: 5px 0px !important;
	}

	.dropdown-trigger-menu-alt {
		width: 40% !important;
	}

	.category-page .main-content-wrapper .category-list-content {
		margin-top: 10px !important;
		width: 100% !important;
		overflow: scroll;
		max-height: 250px !important;
	}

	.pageDetailContent .rexa-content {
		margin-top: 25px;
	}

	th.table-filter__select.datasheets {
		display: none !important;
	}

	.category-page .main-content-wrapper #category-list,
	.category-page .main-content-wrapper #product-list {
		width: 100% !important;
	}

	.cartdetailModal h1#staticBackdropLabel {
		width: 100% !important;
		margin-top: 20px;
		font-size: 15px !important;
	}

	.cartdetailModal .modal-header {
		flex-direction: column-reverse;
	}

	.ventilationType .button-wrapper-details .private-wrapper {
		width: 100% !important;
		padding: 0px !important;
	}

	.section-how-to-order .col-md-12 .content .btn-delete span {
		width: 20px !important;
	}
}

/* #page-detail-section-16 .rexa-content{
					  width: 57%;
				  }
				  #page-detail-section-16 .rexa-gorseller{
					  width: 40%;
				  }
				  #page-detail-section-16 .row{
					  justify-content: space-between;
				  } */

.productList.pageProductList #product-list .product-wrapper a {
	border: none !important;
}

.productList.pageProductList #product-list .product-wrapper .rgw {
	height: 150px;
}

.productList.pageProductList #product-list .product-wrapper .product-image {
	height: auto;
}

.productList.pageProductList #product-list .product-wrapper .product-title {
	background: #fff !important;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productList.pageProductList #product-list .product-wrapper .product-title .weta-icerik-tag {
	color: var(--site-color) !important;
}

@media (min-width: 1700px) and (max-width: 1800px) {
	.gallery-section-4 .custom-col {
		padding: 0px;
	}

	.gallery-section-4 .img-title h3 {
		font-size: 10px !important;
	}
}

.blogSection .read-more {
	padding-top: 15px;
	border-top: 1px solid #d3d3d3;
}

.blogSection .read-more a {
	font-weight: 700 !important;
	color: #4b4e53 !important;
}

.blog-date-location {
	font-size: 14px;
    text-align: left;
    color: #000;
}

.productList.pageProductList .rg-wrapper .weta-icerik-tag {
	display: none !important;
}

#product-section-19 .rg-wrapper .weta-icerik-tag {
	display: block !important;
}

.gallery-section-5 .img-title {
	display: none !important;
}

.gallery-section-3 .img-wrapper {
	border: 1px solid #eee;
}

.gallery-section-3 .img-wrapper .gallery-img {
	height: 400px;
}

.gallery-section-3 .img-wrapper .gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-section-3 #image-gallery {
	padding: 0px 5%;
}

@media (min-width: 1000px) {
	.category-page-129 #category-list .col-md-3 {
		width: 33.3% !important;
	}
}

#table-filters {
	position: relative;
}

.copy-div .item:nth-child(1) {
	display: none !important;
}

.copy-div .item.active,
.copy-div .item.active:nth-child(1) {
	display: flex !important;
	margin-right: 34px !important;
}

.copy-div .item {
	width: 48% !important;
}

.image-container {
	position: relative;
	z-index: -1;
}

/* .image-container .slider-image {
					  width: 100%;
					  height: 100%;
					  object-fit: cover;
					  object-position: left;
				  } */

.image-container .image-before {
	position: absolute;
	inset: 0;
	width: var(--position);
}

/* .customContent .slider {
					  position: absolute;
					  inset: 0;
					  cursor: pointer;
					  opacity: 0;
					  width: 100%;
					  height: 100%;
				  } */

.slider-line {
	position: absolute;
	inset: 0;
	width: 0.2rem;
	height: 100%;
	background-color: #fff;
	/* z-index: 10; */
	left: var(--position);
	transform: translateX(-50%);
	pointer-events: none;

	display: none;
}

.slider-button {
	position: absolute;
	background-color: #fff;
	color: black;
	padding: 0.5rem;
	border-radius: 100vw;
	display: grid;
	place-items: center;
	top: var(--position);
	left: 50%;
	pointer-events: none;
	box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
	transform: rotate(90deg);
}

.normal-type #copyDiv {
	width: 99%;
	padding-bottom: 100px;
}

.normal-type .col-md-12 .content {
	justify-content: end !important;
	flex-wrap: wrap !important;
}

.normal-type .col-md-12 .content .title1 {
	width: 10% !important;
	margin-left: 3px !important;
}

.normal-type .col-md-12 .content .order,
.normal-type .col-md-12 .content #productAdet {
	width: 11% !important;
	margin-left: 5px !important;
}

.normal-type .col-md-12 .content .order {
	background-color: var(--site-color) !important;
	color: #fff !important;
}

.normal-type #new-productCode {
	justify-content: left;
	padding-left: 15px;
	width: 33% !important;
	margin-left: 4px !important;
}

.ventilationType .button-wrapper button {
	min-width: 24% !important;
}

#html-section-18,
#html-section-19 {
	padding: 0px !important;
}

.gallery-section-3 .img-wrapper {
	transition: all 0.4s;
}

.gallery-section-3 .img-wrapper:hover {
	transform: scale(1.05);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.normal-type .messageBar {
	display: none !important;
}

.delete-button-bar {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 70px;
}

.normal-type #copyDiv .btn-delete {
	position: relative !important;
	width: 100% !important;
	right: 0px !important;
	margin: 0px;
}

.normal-type .delete-button {
	width: 11% !important;
}

.normal-type .delete-line {
	width: 85%;
	height: 2px;
	display: block;
	background: var(--site-color);
}

.delete-button-bar {
	display: flex;
	justify-content: space-between !important;
	flex-wrap: wrap;
}

.big-menu .content-image {
	margin-top: 50px !important;
}

.normal-type #new-productCode #productCode {
	min-width: 70% !important;
}

.vent-Calculator #left-content-bar {
	padding-right: 8% !important;
	width: 55% !important;
}

.vent-Calculator #right-content-bar {
	width: 45% !important;
}

.big-menu li.category-dropdown:nth-child(1) #mainLink,
.big-menu li.category-dropdown:nth-child(1) .all-categories,
.big-menu li.category-dropdown:nth-child(2) #mainLink,
.big-menu li.category-dropdown:nth-child(2) .all-categories {
	color: #000 !important;
}

.big-menu li.category-dropdown:nth-child(3) #mainLink,
.big-menu li.category-dropdown:nth-child(3) .all-categories {
	color: #000 !important;
}

.big-menu .category-menu-listing *,
.big-menu .all-categories:hover,
.big-menu .category-menu-item:hover a {
	color: #555555 !important;
}

.customContent .slider {
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0;
	width: 100%;
	height: 100%;
	transform: rotate(90deg);
}

.slider-line {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	top: var(--position);
}

.slider-button {
	position: absolute;
	background-color: #fff;
	color: black;
	padding: 0.5rem;
	border-radius: 100vw;
	display: grid;
	place-items: center;
	left: 50%;
	top: var(--position);
	transform: translate(-50%, -50%);
	pointer-events: none;
	box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
}

.slider-button svg {
	transform: rotate(90deg);
}

/* Mobile Menü Css */

@media (max-width: 768px) {
	#main-menu.big-menu {
		display: none !important;
	}

	.section-header #navigation>ul>li.dropdown>.dropdown-trigger.active+ul.big-menu {
		display: block !important;
		z-index: 99999;
	}

	.section-header .category-dropdown,
	.section-header .category-menu-listing {
		margin-bottom: 15px !important;
	}

	.big-menu .category-menu-item.show .alt-category-menu-listing {
		top: 0 !important;
		height: max-content !important;
		min-height: max-content !important;
		position: relative !important;
		background-color: #fff !important;
	}

	.big-menu .category-menu-item .alt-category-menu-listing {
		background-color: #fff !important;
	}

	.big-menu .category-menu-item .alt-category-menu-listing {
		top: 0 !important;
		padding: 5px !important;
	}

	.big-menu .dropdown-trigger-menu,
	.big-menu .content-image {
		display: none !important;
	}

	body.overflow-hidden-fixed {
		overflow: hidden !important;
	}

	.section-header #navigation {
		height: auto !important;
		min-height: 100vh !important;
	}
}

#category-sayfasi-7 #product-list .product-wrapper .product-title {
	background-color: var(--site-color) !important;
	background-image: none !important;
}

#category-sayfasi-8 #product-list .product-wrapper .product-title {
	background-color: #ff5252 !important;
	background-image: none !important;
}

#category-sayfasi-8 #product-list .product-wrapper a,
#category-sayfasi-8 #category-list .category-wrapper a {
	border-color: #ff5252 !important;
}

#product-section-20 .swiper .swiper-button-next,
#product-section-20 .swiper .swiper-button-prev,
#product-section-21 .swiper .swiper-button-next,
#product-section-21 .swiper .swiper-button-prev,
#product-section-22 .swiper .swiper-button-next,
#product-section-22 .swiper .swiper-button-prev,
#product-section-23 .swiper .swiper-button-next,
#product-section-23 .swiper .swiper-button-prev,
#product-section-24 .swiper .swiper-button-next,
#product-section-24 .swiper .swiper-button-prev,
#product-section-25 .swiper .swiper-button-next,
#product-section-25 .swiper .swiper-button-prev,
#product-section-26 .swiper .swiper-button-next,
#product-section-26 .swiper .swiper-button-prev,
#product-section-27 .swiper .swiper-button-next,
#product-section-27 .swiper .swiper-button-prev,
#product-section-28 .swiper .swiper-button-next,
#product-section-28 .swiper .swiper-button-prev,
#product-section-29 .swiper .swiper-button-next,
#product-section-29 .swiper .swiper-button-prev,
#product-section-30 .swiper .swiper-button-next,
#product-section-30 .swiper .swiper-button-prev,
#product-section-31 .swiper .swiper-button-next,
#product-section-31 .swiper .swiper-button-prev,
#product-section-32 .swiper .swiper-button-next,
#product-section-32 .swiper .swiper-button-prev {
	display: none !important;
}

#product-section-20 .swiper,
#product-section-21 .swiper,
#product-section-22 .swiper,
#product-section-23 .swiper,
#product-section-24 .swiper,
#product-section-25 .swiper,
#product-section-26 .swiper,
#product-section-27 .swiper,
#product-section-28 .swiper,
#product-section-29 .swiper,
#product-section-30 .swiper,
#product-section-31 .swiper,
#product-section-32 .swiper {
	padding: 0px 20px;
	padding-bottom: 35px;
}

#product-section-20 .swiper,
#product-section-22 .swiper,
#product-section-24 .swiper,
#product-section-26 .swiper,
#product-section-28 .swiper,
#product-section-30 .swiper,
#product-section-32 .swiper {
	width: 50%;
	margin: 0px;
	margin-top: -350px;
}

#product-section-21 .swiper,
#product-section-23 .swiper,
#product-section-25 .swiper,
#product-section-27 .swiper,
#product-section-29 .swiper,
#product-section-31 .swiper,
#product-section-33 .swiper {
	width: 50%;
	margin: 0px;
	margin-top: -350px;
	margin-left: 50%;
}

#product-documents table td[data-label="Group Code "],
#product-documents table td[data-label="Product Code "],
#product-documents table td[data-label="CR "],
#product-documents table td[data-label="NBR "],
#product-documents table td[data-label="Silicone "],
#product-documents table td[data-label="EPDM "],
#product-documents table td[data-label="Stainless Steel "],
#product-documents table td[data-label="Brass Nickel plated "],
#product-documents table td[data-label="Product Code"] {
	font-weight: bold !important;
}

.category-page .main-content-wrapper .menu-content .menu-title h5,
.category-page .test-li1 {
	position: relative;
	transition: all 0.4s;
}

.category-page .main-content-wrapper .menu-content .menu-title:hover h5,
.category-page .test-li1:hover a {
	transform: translateX(10px) !important;
	color: var(--site-color) !important;
}

.category-page .main-content-wrapper .menu-content .menu-title:hover h5 a,
.category-page .test-li1:hover a {
	color: var(--site-color) !important;
}

.category-page .test-li1 a {
	display: block !important;
}

.private-tab .item .item-title {
	background-color: transparent !important;
}

.normal-type .section-table-bar button,
.normal-type .section-how-to-order span.title1,
.normal-type .btn-send,
.normal-type .btn-add span,
.normal-type .button-line .line,
.normal-type .col-md-12 .content .order,
.normal-type.product-breadcrumb .wrapper::before,
.normal-type .section-how-to-order .btn-check:checked+.btn {
	background-color: var(--color-blue-palette) !important;
}

.normal-type .section-how-to-order .btn-check .btn,
.normal-type .button-wrapper button,
.normal-type .col-md-12 .content .order,
.normal-type #copyDiv .btn-delete,
.normal-type .section-how-to-order .btn-check .btn:hover,
.normal-type .section-how-to-order .btn-check:checked+.btn {
	border-color: var(--color-blue-palette) !important;
}

.normal-type .button-wrapper button {
	color: var(--color-blue-palette) !important;
}

.normal-type .button-wrapper button#sendButton {
	color: #fff !important;
}

.normal-type #new-productCode {
	border-color: var(--color-blue-palette) !important;
}

.normal-type #new-productCode,
.normal-type .section-table-bar .weta-icerik-tag,
.normal-type #new-productCode #productCode {
	color: var(--color-blue-palette) !important;
}

.normal-type .section-how-to-order .content input {
	border-color: var(--color-blue-palette) !important;
	color: var(--color-blue-palette) !important;
}

.normal-type .delete-line {
	background: var(--color-blue-palette) !important;
}

.category-page .main-content-wrapper .category-list-content {
	margin-top: 0px;
}

.pageDetailContent {
	padding: 50px 0px;
}

.big-menu .category-menu-item:hover a.category-menu-item-a,
.big-menu .category-alt-items:hover a {
	color: var(--color-blue-palette) !important;
}

@media (min-width: 1500px) and (max-width: 1800px) {
	.container {
		max-width: 90% !important;
	}
}

#main-menu-2 li a {
	color: #555555 !important;
}

#main-menu-2 li:hover a {
	color: var(--color-blue-palette) !important;
}

.image-container {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.image-before,
.image-after {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.image-after {
	z-index: 1 !important;
}

.image-before {
	z-index: 2 !important;
	clip-path: inset(calc(100% - var(--position) * 1%) 0 0 0) !important;
	pointer-events: none !important;
}

.slider {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 0;
	height: 100%;
	width: 40px;
	appearance: none;
	background: #fff;
	writing-mode: bt-lr;
	pointer-events: auto;
	cursor: pointer;
	transform: rotate(180deg);
}

.slider::-webkit-slider-thumb {
	appearance: none;
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.slider::-moz-range-thumb {
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
	border: none;
	pointer-events: auto;
}

.slider-line {
	position: absolute;
	z-index: 2;
	right: 40px;
	top: calc(100% - var(--position) * 1%);
	/* Çizgiyi butonla beraber hareket ettir */
	width: 100px;
	height: 2px;
	background: white;
	pointer-events: none;
	transform: translateY(-50%);
}

.slider-button {
	position: absolute;
	z-index: 4;
	right: 20px;
	top: calc(100% - var(--position) * 1%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	transform: translateY(-50%);
	pointer-events: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-button svg {
	transform: rotate(-90deg);
}

.big-menu .alt-category-menu-listing .category-alt-items:hover .alt-alt-category-listing .category-alt-items a {
	transform: none !important;
	color: #555555 !important;
}

.big-menu .alt-category-menu-listing .category-alt-items:hover .alt-alt-category-listing .category-alt-items:hover a {
	color: var(--color-blue-palette) !important;
	transform: translateX(10px) !important;
}

@media (max-width: 768px) {
	.gallery-section-5 .private-bar {
		position: static;
		width: 100%;
		margin-top: 35px;
	}

	#html-section-10 .col-md-9 {
		margin-top: 2em;
	}

	#blog-list .col-md-3:not(:first-child) {
		margin-top: 3em;
	}

	.navigation .cart-dropdown img,
	.navigation .search-dropdown img,
	.navigation #languages img {
		width: 15px !important;
	}

	.navigation .languages {
		margin-left: 0px !important;
	}

	.navigation .cart-dropdown {
		margin-left: 0px !important;
	}

	.gallery-section-3 .img-wrapper .gallery-img img {
		object-fit: contain !important;
	}

	#humanForm-2 .rexa-content .content-wrapper {
		width: 100%;
	}

	#humanForm-2 .rexa-content {
		margin-bottom: 3em !important;
	}

	#humanForm-2 .contact-form .weta-icerik-tag {
		font-size: 22px !important;
	}

	#member-login .col-sm-offset-3 {
		text-align: left !important;
	}

	.section-how-to-order .row h4 {
		margin-bottom: 4em !important;
	}

	#table-filters .private-deger {
		margin-top: 6em !important;
	}

	.text-end {
		text-align: left !important;
	}

	.accountDiv {
		display: flex;
		flex-wrap: wrap;
	}

	.accountDiv .form-group.row {
		width: 55%;
	}

	.accountDiv .form-group.row:last-child {
		width: 100%;
	}

	#cart .modal-body .col-md-8 {
		order: 2;
	}

	#cart .modal-body .col-md-4 {
		order: 1;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.section-header .navbar li:nth-child(6) {
		padding-bottom: 25px !important;
		border-bottom: 1px solid #dee0ea;
		margin-bottom: 10px;
	}

	.section-header #navigation>ul li.cart-dropdown {
		width: auto !important;
		max-height: 5vh;
		height: 12vh !important;
	}

	.section-header #navigation>ul li.search-dropdown {
		width: 10em !important;
		max-height: 5vh;
		height: 12vh !important;
	}

	.section-header #navigation>ul li#languages {
		width: 18em !important;
		max-height: 5vh;
		height: 12vh !important;
	}

	.section-header #navigation>ul li#languages .dropdown-trigger::before {
		display: none !important;
	}

	.big-menu .category-menu-item.show .alt-category-menu-listing .all-categories {
		margin-top: 20px !important;
		display: block !important;
	}

	.big-menu .container {
		padding: 0px !important;
		overflow: scroll;
		max-height: 100vh;
	}

	.pageSliderContent .swiper-slide video {
		display: none !important;
	}

	.productList.pageProductList #product-list .product-wrapper .rgw {
		height: 200px;
	}

	#product-section-19 .product-image img {
		object-fit: contain !important;
	}

	.slider-button {
		z-index: 999999 !important;
	}

	#product-list .product-image img,
	#category-list .category-image img,
	#product-list .rgw img {
		object-fit: contain !important;
	}

	.productContent {
		height: 200px;
		max-height: 200px;
		min-height: 200px;
	}

	.product-article-table .table-filter thead {
		padding: 10px !important;
	}

	.product-article-table .table-filter th.table-filter__select .table-filter__select__label {
		padding: 0px 10px !important;
	}

	.product-article-table .table-filter th .table-filter__select__options input[type=checkbox]+label:before {
		display: none !important;
	}

	.product-article-table .table-filter th.table-filter__select.selected,
	.product-article-table .table-filter th.table-filter__select.selected .table-filter__select__label {
		background-color: #03427f !important;
	}

	.product-article-table .table-filter th.table-filter__select.selected span {
		color: #fff !important;
	}

	.item-value-content,
	.copy-div .item {
		width: 100% !important;
	}

	.copy-div .item.active,
	.copy-div .item.active:nth-child(1) {
		margin-right: 0px !important;
	}

	.copy-div .item .form-control {
		width: 48% !important;
	}

	.messageBar {
		padding: 0px 10px !important;
	}

	#copyDiv .btn-delete {
		width: 100% !important;
		right: 0 !important;
	}

	.section-how-to-order .col-md-12 .content .btn-delete span {
		margin-left: 10px !important;
	}

	#myModal .modal-content .buttons .wrapper,
	.modal-3d .modal-content .buttons .wrapper {
		justify-content: space-around;
		width: 90% !important;
	}

	#myModal .modal-content .buttons,
	.modal-3d .modal-content .buttons {
		display: block !important;
	}

	.navbar {
		overflow: scroll;
		height: 100vh !important;
		display: block;
	}

	.navbar::-webkit-scrollbar,
	.big-menu .container::-webkit-scrollbar {
		display: none !important;
	}

	.product-breadcrumb .wrapper,
	.page-breadcrumb .wrapper {
		width: 100% !important;
	}
}

.product-article-table__toggle-button {
	color: #03427f !important;
}

@media(min-width:1000px) {

	.category-page .main-content-wrapper #product-list,
	.category-page .main-content-wrapper #category-list {
		margin-top: 60px !important;
	}

	.productList .col-md-5,
	.category-page .col-md-5 {
		width: 100%;
		position: relative;
	}

	/* .productList .col-md-5 .rg-wrapper, */
	.category-page .col-md-5 .rg-wrapper {
		margin-left: 25%;
		position: absolute;
		top: 9px;
	}

	.productList .col-md-5 .rg-wrapper .weta-icerik-tag,
	.category-page .col-md-5 .rg-wrapper .weta-icerik-tag {
		font-size: 24px !important;
	}

	#page-detail-section-30 .rexa-content,
	#page-detail-section-31 .rexa-content {
		justify-content: center !important;
	}
}

@media(min-width:1250px) {
	.section-header .col-lg-2:nth-child(3) li {
		padding: 0px 10px !important;
	}
}

@media(max-width:768px) {
	.normal-type .section-how-to-order .row h4 {
		margin-bottom: 10px !important;
	}

	.normal-type .message-bar.w-25 {
		width: 100% !important;
	}

	.normal-type .button-wrapper {
		width: 100% !important;
		position: relative;
	}

	.normal-type #new-productCode,
	.normal-type .col-md-12 .content .title1,
	.normal-type .col-md-12 .content .order,
	.normal-type .col-md-12 .content #productAdet {
		width: 100% !important;
		margin: 0px !important;
		margin-bottom: 15px !important;
	}

	.normal-type .section-how-to-order #copyDiv .content {
		padding: 0px 10px !important;
	}

	.product-breadcrumb,
	.page-breadcrumb {
		align-items: center;
	}

	.normal-type #table-filters .private-deger {
		margin-top: 1em !important;
	}

	.normal-type .delete-line {
		top: 40px;
		display: block;
		position: relative;
		width: 95%;
		margin: 0px auto;
	}

	.normal-type .delete-button {
		width: 100% !important;
		padding: 0px 10px;
	}

	.normal-type #copyDiv .btn-delete {
		top: -30px !important;
	}
}

.normal-type #sendBtn {
	color: #fff !important;
}


@media(max-width:768px) {

	.product-breadcrumb,
	.page-breadcrumb {
		background-position: unset !important;
	}

	#fixed-button .content {
		padding: 15px 10px;
		padding-bottom: 0px;
	}

	#fixed-button .item a {
		display: flex !important;
		align-items: center;
		justify-content: left;
	}

	#fixed-button.active .menu {
		height: max-content;
	}

	.product-fixed-element {
		width: 60px !important;
		height: 110px !important;
	}

	.product-fixed-element .content #info {
		font-size: 20px !important;
	}

	.product-fixed-element .text {
		font-size: 12px !important;
	}

	.product-fixed-element .content #arrow {
		font-size: 15px !important;
	}

	.modal #contactForm #product-selection #teklif-mesaj .row#adet .col-md-5 {
		width: 41%;
	}

	.modal #contactForm #product-selection #teklif-mesaj .row#adet .col-md-2 {
		width: 16%;
	}

	#product-documents .col-md-12.mt-4 {
		padding-right: 0px !important;
	}

	.table-div.private-tab.show {
		position: relative;
		z-index: 9999999999999;
		background: #fff;
		padding-right: 10px;
	}

	.product-breadcrumb .wrapper,
	.page-breadcrumb .wrapper {
		bottom: -140px !important;
	}

	.section-header .navbar li:nth-child(6) {
		border: none !important;
	}

	.form-section .rexa-content {
		padding-left: 20px;
	}

	#header-social-media,
	.social-media-title {
		padding-left: 0px !important;
	}

	.companyTitle {
		padding-bottom: 20px;
	}
}

.productList.sizeGet-page .col-md-5 .rg-wrapper {
	position: relative;
	margin: 0px;
}



@media(max-width:768px) {

	#product-section-20 .swiper,
	#product-section-22 .swiper,
	#product-section-24 .swiper,
	#product-section-26 .swiper,
	#product-section-28 .swiper,
	#product-section-30 .swiper,
	#product-section-32 .swiper,
	#product-section-21 .swiper,
	#product-section-23 .swiper,
	#product-section-25 .swiper,
	#product-section-27 .swiper,
	#product-section-29 .swiper,
	#product-section-31 .swiper,
	#product-section-33 .swiper {
		margin-top: 0px !important;
		width: 100% !important;
		margin-left: 0px !important;
	}

	.pageSliderContent .swiper-slide .slider-contents {
		position: relative !important;
		min-height: 145px !important;
		max-height: unset;
	}

	.pageSliderContent .swiper-slide img {
		display: block !important;
		height: 150px !important;
		min-height: 150px !important;
		max-height: 150px !important;
	}

	.pageSliderContent .swiper-slide {
		height: 250px !important;
		max-height: 250px !important;
		background-image: none !important;
	}

	.pageSliderContent .swiper,
	.pageSliderContent .swiper-wrapper {
		height: 270px !important;
		max-height: 270px !important;
	}

	.pageSliderContent #slide-items-2 .slider-contents,
	.pageSliderContent #slide-items-3 .slider-contents {
		display: flex !important;
	}

	.pageSliderContent .swiper-button-prev,
	.pageSliderContent .swiper-button-next {
		top: auto;
		bottom: 10%;
	}
}

@media(min-width:1200px) and (max-width:1701px) {
	.container {
		max-width: 95% !important;
	}

	.section-header .col-lg-2:nth-child(3) {
		width: 29% !important;
	}

	.cart-dropdown span,
	.search-dropdown span,
	.section-header #navigation>ul>li a,
	.nav-right .select-language .lang-menu>ul>li>a {
		font-size: 12px !important;
	}

}

@media(max-width:1250px) {

	#main-menu-2,
	.big-menu .alt-category-menu-listing,
	.big-menu .alt-category-menu-listing .alt-alt-category-listing {
		background-color: #fff !important;
	}

	.big-menu .content-image {
		display: none !important;
	}

	.big-menu .alt-category-menu-listing,
	.big-menu .alt-category-menu-listing .alt-alt-category-listing {
		top: 20px !important;
	}

	.section-header #navigation>ul>li:hover {
		background-color: transparent !important;
	}
}

@media(max-width:600px) {
	.pageDetailContent .rexa-content {
		order: 2 !important;
	}

	.pageDetailContent .rexa-gorseller {
		order: 1 !important;
	}
}

@media(min-width:768px) and (max-width:1200px) {
	#product-section-20 .swiper,
	#product-section-22 .swiper,
	#product-section-24 .swiper,
	#product-section-26 .swiper,
	#product-section-28 .swiper,
	#product-section-30 .swiper,
	#product-section-32 .swiper,
	#product-section-21 .swiper,
	#product-section-23 .swiper,
	#product-section-25 .swiper,
	#product-section-27 .swiper, 
	#product-section-29 .swiper, 
	#product-section-31 .swiper, 
	#product-section-33 .swiper{
		margin-top: -130px;
	}
}

@media(min-width:1200px) and (max-width:1500px){
	.big-menu#main-menu .content {
        width: 75% !important;
    }
}
.product-description .hidden{display: none !important;}


@media(min-width:1350px){
	.productsSwiper-2,
	.productsSwiper-3,
	.productsSwiper-4,
	.productsSwiper-5,
	.productsSwiper-6,
	.productsSwiper-7,
	.productsSwiper-8,
	.productsSwiper-9,
	.productsSwiper-10,
	.productsSwiper-11,
	.productsSwiper-12,
	.productsSwiper-14{
		width: 50%;
		margin: 0px;
	}
	.productsSwiper-3,
	.productsSwiper-5,
	.productsSwiper-6,
	.productsSwiper-7,
	.productsSwiper-8,
	.productsSwiper-11,
	.productsSwiper-12,
	.productsSwiper-14{
		margin-top: -350px;
	}
	.productsSwiper-4{
		margin-top: -270px;
	}
}

@media(max-width:768px){
	.section-table-bar{
		padding-top: 0px !important;
	}
}
.search-dropdown .search-button{
	background-color: transparent !important;
}
@media(min-width:768px) {
	.companyTitle {
		display: flex;
		justify-content: end;
		align-items: end;
	}
	.section-header .cart-dropdown:hover{
		background-color: #f3f3f3 !important;
	}
	.section-header .col-lg-2 #navigation ul li{
		padding: 0px !important;
	}
	.section-header .col-lg-2 li button.search-button,
	.section-header .col-lg-2 li a,
	.section-header .col-lg-2 li form#languageForm{
		padding: 0px 10px !important;
		position: relative !important;
		height: 100%;
	}
	.section-header .col-lg-2 li button.search-button::after,
	.section-header .col-lg-2 li form#languageForm::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 4px;
        background-color: var(--site-color);
        width: 0%;
        transition: all .3s ease;
    }
	.section-header .col-lg-2 li:hover form#languageForm::after,
	.section-header .col-lg-2 li:hover button.search-button::after {
        width: 100%;
    }
	#login-button{
		margin-right: 10px;
	}
	.search-menu{
		background-color: #fff !important;
	}
}
.productFinderResult .table-content .item .product-Finder-result p.hidden{
	display: none !important;
}
.productFinderResult .table-content .item{
	width: 24%;
	position: relative;
}
.productFinderResult .table-content .item .product-Finder-result{
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.productFinderResult .table-content .item .product-Finder-result p.title{
	font-weight: 700 !important;
	font-size: 14px !important;
}
.productFinderResult .table-content .item .product-Finder-result p,
.productFinderResult .table-content .item .product-Finder-result p span{
	font-size: 12px !important;
    color: #333 !important;
    font-weight: 500 !important;
}
.product-finder-link a{
	justify-content: end;
	position: absolute;
	width: 100%;
	left: 0;
}

.gallery-section-14 .img-wrapper{
    padding: 20px;
}
.gallery-section-14 .img-wrapper .gallery-img{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .4s;
    overflow: hidden;
}
.gallery-section-14 .img-wrapper:hover .gallery-img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.gallery-section-4{
	padding: 5px 0px !important;
}
.button-wrapper .btn-add:hover,
.add-Button-bar .button button:focus,
.add-Button-bar .button button:hover,
.button-wrapper .btn-add:focus{
    background-color: var(--site-color) !important;
    color: #fff !important;
    border-color: var(--site-color) !important;
}
.button-wrapper .button:active{
    background-color: transparent !important;
}
.add-Button-bar .button button{
    border: 1px solid var(--site-color) !important;
}

.section-header #navigation > ul > li#languages img{
	width: 13px !important;
	height: 13px !important;
}
.section-header #navigation> ul > #languages a{
	padding-left: 0px !important;
}
.section-header .search-button{
	font-weight: 500 !important;
}
.section-top-bar .col-md-6 img{
	width: 17px !important;
	height: 17px !important;
}
.section-top-bar *{
	font-size: 13px !important;
}
.blogSection .blog-description p:nth-child(1){
	min-height: 85px;
}
.blogSection .blog-description .read-more p{
	min-height: auto !important;
}
#blog-section-2{
	padding-top: 0px !important;
}