﻿::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--site-color);
    border-radius: 50px;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 500;
    overflow-x: hidden !important;
    width: 100vw !important;
    position: relative;
}

.btn {
    font-size: var(--site-button-size);
    border-radius: 5px;
    padding: 7px 10px;
    font-weight: var(--site-button-weight);
    outline: none !important;
    min-width: var(--site-button-width);
    text-transform: capitalize;
}


.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    font-size: 0;
    color: #2a83e8;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader div {
    background-color: #2a83e8;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    /*-webkit-animation: ballPulseDouble 1s ease-in-out infinite;
    animation: ballPulseDouble 1s ease-in-out infinite;*/
}

.parallax-description *, .counterDescription *, .slider-description *{
    color: #fff !important;
}

/*.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}*/

.loader img {
    /*-webkit-animation: fadein 4.5s infinite;*/ /* Safari, Chrome and Opera > 12.1 */
    /*-moz-animation: fadein 4.5s infinite;*/ /* Firefox < 16 */
    /*-ms-animation: fadein 4.5s infinite;*/ /* Internet Explorer */
    /*-o-animation: fadein 4.5s infinite;*/ /* Opera < 12.1 */
    /*animation: fadein 4.5s infinite;*/
    max-height: 70px;
    width: auto;
}

/*@-webkit-keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fadein {
    0%, 100% {
        opacity: 0;
    }

    30% {
        opacity: 0.5;
    }

    60% {
        opacity: 0.79;
    }

    90% {
        opacity: 1;
    }
}*/

/* Genel Ayarlar Css */
.weta-icerik-tag, .weta-slider-tag, .weta-counter-tag, .weta-parallax-tag {
    font-size: var(--site-title-size);
    font-weight: var(--site-title-weight);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: var(--site-title-weight) !important;
    color: var(--site-title-color);
}
.weta-parallax-tag, .counterNumber, .weta-counter-tag {
    color: #fff !important;
}
a {
    text-decoration: none;
}
.weta-icerik-tag, .img-description {
    color: var(--site-title-color);
}

.section-header .col-lg-2{
    display:flex;
    align-items: center;
}


@media(max-width: 1150px){
    .section-header .col-lg-2{
        width: 20% !important;
    }
    #headerStyle-4{
        width: 80%;
    }
}



@media(max-width: 768px) {
    .weta-slider-tag{
        font-size: 24px;
    }
    .form-section .rexa-content{
        margin-bottom: 50px;
    }
}

img {
    border-radius: var(--site-image-radius);
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: 'FontAwesome' !important;
}

p, .weta-description li, .productContent li {
    font-size: var(--site-paragraph-size) !important;
    font-weight: var(--site-paragraph-weight) !important;
    line-height: var(--site-paragraph-height) !important;
    color: var(--site-paragraph-color) !important;
}

.logo img {
    max-height: 50px !important;
    border-radius: 0px !important;
}

.btn-color {
    background-color: var(--site-color);
    border-color: var(--site-color);
    transition: all 0.4s;
    color: #fff !important;
}

.btn-color:hover {
    background-color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
}

footer {
    background: var(--site-footer-color);
    color: var(--site-footer-title-color);
}

    footer span, footer p, footer a, .footer-title {
        color: var(--site-footer-title-color) !important;
    }

.body-content {
    position: relative;
    overflow: hidden;
}

@media(min-width:768px){
    .body-content {
        min-height: 82.4vh;
    }
}

@media(max-width:768px){
    .body-content {
        min-height: 85vh;
        overflow: hidden;
    }
    .parallax-section{
        max-height: 400px !important;
        height: 400px !important;
    }
}

html {
    scroll-behavior: smooth;
}

img {
    width: auto;
    max-width: 100%;
}

.form-control:focus {
    border-color: var(--site-color);
}

.rexa-content {
    display: flex;
    flex-direction: column;
}

.pageDetailContent {
    padding: 20px 0px;
}

@media(max-width: 768px) {
    .pageDetailContent {
        padding: 25px 0px;
    }
}


/* Parallax Css */

.parallax-section {
    background-size: cover;
    background-position: initial;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.parallax-section video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    opacity: 0.4;
    z-index: 1;
}

.parallax-section .container {
    position: relative;
    z-index: 9;
}

li {
    list-style-type: none;
}

/* Footer Css */
footer {
    width: 100vw;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 40px 0px;
    border-top: 1px solid #d3d3d3;
}
.footer .footer-pages{
    margin: 0px;
    padding: 0px;
}
.footer .footer-pages li{
    padding: 10px 0px;
}

.footer .contact-oge {
    margin-bottom: 15px;
}
.footer .contact-oge-icon{
    margin-right: 10px;
}
.footer .footer-info-list, .footer-description{
    margin-top: 30px;
}

@media(max-width: 768px) {
    footer,.footer{
        text-align: center !important;
        padding: 40px 10px;
    }
    .contact-oge{
        text-align: left !important;
    }
    footer .contact-oge a {
        justify-content: left;
    }
    .header2{
        display: none !important;
    }
    .section-header .row:nth-child(1){
        align-items: center;
    }
    #footer-col {
        margin: 10px 0px;
        justify-content: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .footer-map {
        padding: 0px 45px;
    }
    #footer-social-media{
        justify-content: center;
    }
}


/* Header Css */
.section-header.fixed {
    position: sticky;
    top: 0;
    line-height: 75px;
    height: 75px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 100;
    animation-name: headerAnimate;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    box-shadow: 0px 0px 15px -5px rgb(56 56 56 / 30%);
}

/*@media(max-width:768px) {
    .section-header.fixed {
        animation-name: none;
        animation-duration: 0s;
        animation-fill-mode: none;
    }
}*/

@keyframes headerAnimate {
    0% {
        transform: translate(0px, -70px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    font-weight: bold;
}

.section-header {
    background: var(--site-header-color);
    height: 75px;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
}

.section-header .col-lg-3 {
    display: flex;
    align-items: center;
}

    .section-header .col-lg-9, .section-header .col-lg-7{
        display: flex;
        align-items: center;
        justify-content: end;
    }

.section-header #navigation > ul > li a {
    color: var(--site-header-title-color);
}
/* Desktop Header Css */
@media (min-width: 1150px) {
    .section-header #navigation {
        align-items: center;
        display: flex;
        width: 100%;
    }
    .section-header .container-fluid,
    .section-top-bar .container-fluid{
        padding: 0px 50px;
    }

    .section-header #navigation > ul {
        list-style: none;
        width: 100%;
        justify-content: end;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        margin: 0px;
    }

    .section-header #navigation > ul > li, .lang-menu > ul > li {
        height: 70px;
        line-height: normal;
        align-items: center;
        padding: 0 20px;
        line-height: 70px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .section-header #navigation > ul > li, .section-header .lang-menu > ul > li {
        height: 70px;
    }

    .section-header #navigation > ul > li a, .nav-right .select-language .lang-menu > ul > li > a {
        display: block;
        color: var(--site-header-title-color);
        font-size: 16px;
        position: relative;
        letter-spacing: 0.02em;
        font-weight: 500;
        position: relative;
    }
    .section-header #navigation > ul > li a::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 #navigation > ul > li:hover a::after,
    .section-header #navigation li:hover .dropdown-menu li:hover a::after {
        width: 100%;
    }
    .section-header #navigation li:hover .dropdown-menu a::after{
        width: 0%;
    }
    .section-header #navigation .dropdown-menu a::after{
        display: none !important;
    }

    .section-header #navigation > ul > li:hover a, .nav-right .select-language .lang-menu > ul > li:hover > a {
        color: var(--site-color);
    }

    .section-header #navigation > ul > li.dropdown .dropdown-trigger {
        /*position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-size: 10px;*/

        margin-left: 5px;
        font-size: 10px;
    }
    .section-header.fixed li.dropdown:hover #main-menu {
        top: 75px;
    }
    .section-header li.dropdown:hover #main-menu, .section-header li.dropdown:hover #custom, .section-header li.dropdown:hover #member-info {
        visibility: inherit;
        display: block;
        top: 75px;
        opacity: 1;
        z-index: 99999;
    }

    /*.section-header #type-1 li.dropdown:hover #main-menu, .section-header #type-1 li.dropdown:hover #custom{
        top: 0px !important;
    }*/

    .section-header li#multi-dropdown #multi-menu {
        left: 108%;
    }
    .section-header li#multi-dropdown:hover #multi-menu {
        visibility: inherit;
        display: block;
        top: 0;
        opacity: 1;
        left: 108%;
    }
}
@media(max-width:1150px){
    .section-header #navigation > ul > li, #languages form {
        position: relative !important;
    }
    .section-header #languages.active .dropdown-menu {
        visibility: inherit;
        display: block;
        top: 0px;
        opacity: 1;
        text-align: left !important;
    }
    .section-header #languages .dropdown-trigger{
        position: absolute;
        right: 0;
        top: 0;
    }
}

.gallerySwiper #prevButton, .gallerySwiper #nextButton{
    display: none;
}

.section-header .dropdown-menu {
    opacity: 0;
    height: auto;
    top: 150%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    visibility: hidden;
    display: block !important;
    padding: 15px;
    min-width: 200px;
    border-radius: 0px;
}
.section-header .dropdown-menu li {
    max-height: 45px;
    line-height: 45px;
}
.section-header .dropdown-menu li a {
    font-size: 14px !important;
    text-decoration: none;
}

/*.section-header #navigation > ul > li:hover a{
    color: var(--site-color);
}*/
.section-header #navigation > ul > li:hover .dropdown-menu a {
    color: var(--site-header-title-color);
}
/* Mobile Header Css */
@media (max-width: 1150px) {
    .section-header {
        height: 75px;
        position: relative;
        z-index: 999;
        display: flex;
        align-items: center;
    }

    .visible {
        opacity: 1 !important;
        visibility: visible;
    }

    .menu-click {
        width: 33px;
        height: 33px;
        padding: 5px;
        display: block;
        cursor: pointer;
        z-index: 1;
        position: relative;
        z-index: 99999999999;
    }

    .menu-click span {
        cursor: pointer;
        height: 2px;
        width: 33px;
        margin-bottom: 8px;
        background-color: black;
        position: relative;
        right: 0;
        display: block;
        transform: rotate(0deg);
        transition: .7s ease;
    }
    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + ul {
        visibility: inherit;
        display: block;
        top: 100%;
        opacity: 1;
        height: 100%;
        left: 0;
    }

    .section-header #navigation > ul > li.dropdown > .dropdown-trigger.active + #main-menu-div .manuel-container ul {
        visibility: inherit;
        display: block;
        top: 100%;
        opacity: 1;
        height: 100%;
    }

    .section-header #navigation > ul > li > .dropdown-trigger {
        display: none;
    }

    .section-header #navigation > ul > li.dropdown > .dropdown-trigger {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        line-height: 50px;
        width: 100%;
        background-color: transparent;
        padding-right: 15px;
        text-align: right;
        font-size: 18px;
        font-weight: 400;
        display: block !important;
    }
    .section-header #navigation > ul {
        align-items: start;
    }
    .section-header .dropdown-menu {
        position: relative;
        border: 0;
        height: 0;
        padding: 0;
        top: auto;
        min-width: inherit;
        left: 0;
    }
    .section-header .navbar-weta {
        justify-content: flex-end !important;
        display: flex;
        padding-right: 5px;
        height: 100%;
        align-items: center;
    }

    .menu-click.open span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
        transition: .7s ease;
        background: black;
    }

    .menu-click.open span:nth-child(2) {
        opacity: 0;
        right: 100px;
        background: black;
    }

    .menu-click.open span:nth-child(3) {
        top: -10px;
        transform: rotate(-135deg);
        transition: .7s ease;
        background: black;
    }

    #navigation {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(255 255 255);
        padding: 0 30px;
        padding-top: 100px;
    }

    #navigation {
        z-index: 9999;
    }

    .hidden {
        opacity: 0;
        transition-delay: .5s;
        pointer-events: none;
        cursor: default;
    }

    .section-header #navigation > ul {
        flex-direction: column;
    }

    .section-header #navigation > ul li {
        padding: 15px 0px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-header #main-menu li a::before {
        content: '\f0da';
        font-family: 'FontAwesome';
        margin-right: 10px;
    }

    .section-header #navigation {
        opacity: 0;
        width: 0;
        transition: all 0.4s;
    }

    .section-header #navigation.visible {
        opacity: 1;
        width: 100%;
        transition: all 0.4s;
    }
}

.section-header #navigation > ul {
    justify-content: end;
}
.section-header #headerStyle-2 #navigation > ul {
    justify-content: center;
}
.section-header .header2{
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigation .navbar {
    padding: 0 !important;
    position: unset;
}

.section-header #navigation > ul > li, .lang-menu > ul > li {
    padding: 0 20px;
    position: relative;
}


/* Slider CSs */
.pageSliderContent .sliderJs, .pageSliderContent .sliderJs .swiper-wrapper, .pageSliderContent .sliderJs .swiper-slide {
    max-height: calc(100vh - 75px);
    height: calc(100vh - 75px);
}

.pageSliderContent .sliderJs .swiper-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.35;
    z-index: 99;
}

.pageSliderContent .swiper-slide .slider-contents {
    position: relative;
}

.weta-slider-buttons .btn {
    color: #fff;
    margin-right: 15px;
}

.textImg .weta-description .btn{
    margin-right: 15px;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    #list-buttons{
        display: none !important;
    }
}

.pageSliderContent {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.swiper-button-next, .swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border-radius: 50px;
}

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 30px !important;
        color: #000;
    }


/* Contact Form */
.contactCenter {
    margin-top: 50px;
}

.form-input {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    border-color: #d3d3d3;
    position: relative;
}

.form-input:focus {
    box-shadow: none;
    outline: none;
}

.form-section .rexa-content {
    display: block;
}


/* Gallery Section */
.gallery-section .weta-icerik-tag, .gallery-section .galleryDescription, .gallery-section .img-description {
    text-align: left;
}

.gallery-section .img-title {
    margin-top: 15px;
}
.gallery-section .col-md-3{
    margin-bottom: 25px;
}

.gallery-section .img-title .weta-icerik-tag {
    font-size: 18px;
}

.gallery-section .img-description {
    font-size: 14px;
}

.gallery-section {
    padding-top: 40px;
}

.gallery-section .img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-section .img-wrapper img {
    width: 100%;
}

.gallery-section .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.gallery-section .img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

#nextButton, #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    border: 1px solid #fff;
    padding: 5px 20px;
}

#nextButton:hover {
    opacity: 0.7;
}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}


/* Counter Section */
.counter-section {
    background-size: cover;
    min-height: 400px;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: #fff !important;
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.counter-section video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.counter-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111;
    opacity: 0.4;
    z-index: 1;
}

.counter-section .container {
    position: relative;
    z-index: 2;
}

.counter-section .counterNumber {
    font-size: 45px;
    font-weight: bold;
}

.counterLine {
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 0.5em;
}

.counter-section .counter-content {
    margin-bottom: 20px;
}

.counter-col {
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}


@media(max-width: 768px) {
    .rexa-content.order-2 {
        margin-top: 25px;
    }
}


/* Icon Section */
.icon-section .icon-content-wrapper {
    margin-bottom: 25px;
}

.icon-section .icon {
    margin-bottom: 15px;
}

.icon-section .icon-wrapper {
    text-align: left;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    padding: 30px 30px;
    transition: all 0.4s ease-out;
}

.icon-section .icon-wrapper:hover {
    background-color: var(--site-color);
    transition: all 0.4s ease-out;
}

.icon-section .icon-wrapper:hover .weta-icerik-tag, .icon-section .icon-wrapper:hover .icon-description, .icon-section .icon-wrapper:hover .icon span {
    color: #fff;
    transition: all 0.4s ease;
}

.icon-section .icon-wrapper .icon span {
    font-size: 30px;
}

.icon-section .icon-wrapper .weta-icerik-tag {
    font-size: 26px;
}

.icon-section .custom-col {
    margin: 12px 0;
}

@media(max-width: 768px) {
    .icon-section .custom-col {
        width: 50% !important;
    }

    .icon-section .icon-wrapper .weta-icerik-tag {
        font-size: 18px;
    }
}

.custom-list-button {
    background-color: transparent;
    border: 1px solid #d3d3d3;
}

    .custom-list-button.active {
        border-color: #000;
    }

.blog-list, .blog-list .col-md-4 {
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

    .blog-list.blog-grid-4 .col-md-4 {
        width: 25%;
    }

.blog-title {
    margin-top: 20px;
}

    .blog-title .weta-icerik-tag {
        font-size: 18px;
    }

.blog-list.blog-grid-list .col-md-4 {
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

.blog-list.blog-grid-list .col-md-4 .blog-image {
    width: 40%;
}

.blog-list.blog-grid-list .col-md-4 img {
    max-height: 300px;
    transition: all 0.4s ease;
}


@media(max-width:768px){
    #overlay img{
        max-height: 24%;
    }
    #image-gallery .row{
        display: flex;
    }
    #image-gallery .custom-col{
        width: 50%;
    }
    #image-gallery .row{
        display: flex;
        justify-content: center;
    }
    #nextButton, #prevButton {
        color: #fff;
        font-size: 2em;
        transition: opacity 0.8s;
        border: none !important;
        padding: 0px;
    }
    .section-header .col-lg-3{
        width: 60% !important;
    }
    .section-header .col-lg-9{
        width: 40% !important;
    }
}

#click_whatsapp,#fixed-button {
    width: 50px;
    height: 50px;
    background-color: var(--site-color);
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#click_whatsapp {
    background-color: #24c862 !important;
    font-size: 30px !important;
}


/* Popup Css */
.home-page-popup .popup, .home-page-popup .language-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    padding: 10px;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    animation: popupAnimateOpen 1s;
}

.home-page-popup.visible::before{
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.85);*/
    background-color: rgba(20, 32, 34, 0.50);
    z-index: 999;
}

.home-page-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 500;
    border: 1px solid #000;
    background: #000;
    border-radius: 5px;
}

.home-page-popup.visible {
    z-index: 9999999999999;
    position: relative;
    opacity: 1;
}
.home-page-popup .visible{
    opacity: 1;
}

.home-page-popup .content {
    position: relative;
}

.home-page-popup .close::before {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.home-page-popup .close::after {
    transform: translate(-50%,-50%) rotate(45deg);
}

.home-page-popup .popup:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.home-page-popup .close::after, .close::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 15px;
    top: 50%;
    left: 50%;
    background: #fff;
}


@media(max-width:768px){
    .home-page-popup .popup{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
    }
}


/* Dil Menü Css */

#languages .nav-link, #languages .menu-dropdown-link {
    cursor: pointer;
}

#languages .dropdown-menu{
    min-width: 60px;
    text-align: center;
}
#languages form{
    position: static;
}



/* Product Css */


.varyasyon-list {
    margin: 15px 0px;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    width: 100%;
    flex-wrap: wrap;
}

.varyasyon-list img {
    max-height: 30px;
}
.varyasyon-list .nav-tabs .nav-link {
    border-radius: 0px;
    margin: 0px 5px;
}

.varyasyon-list .nav-tabs .nav-link.active{
    border: 1px solid #000;
}

.varyasyon-list .varyasyon-title{
    margin-right: 30px;
    font-weight: bold;
}

.varyasyon-list .nav-tabs {
    border: none;
}

.varyasyon-list .varyasyon-name {
    font-size: 12px;
    text-align: center;
    color: #000;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productPrice{
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 5px 5px;
    margin: 15px 0px;
}
.productPrice p, .productCode  p{
    margin-bottom: 0px !important;
    margin-right: 3px;
}
.productCode {
    display: inline-flex;
    align-items: center;
    width: max-content;
    background: #d3d3d3;
    padding: 5px 5px;
    border-radius: 10px;
    margin: 15px 0px;
}

.product-list .weta-icerik-tag {
    font-size: 22px;
    margin-bottom: 0px;
}

.varyasyon-color{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
}

.productDetail .group .varyasyon-name span{
    margin-top: 10px;
}

.weta-filter-tag {
    color: var(--site-title-color);
    font-size: 20px;
    font-weight: var(--site-title-weight);
}


@media(min-width:768px){
    .filtre-modal .modal-dialog{
        margin: 0;
        position: relative;
    }
    .filtre-modal .modal-dialog .modal-content{
        min-height: calc(100vh);
    }
}

@media(max-width:768px) {
    .filtre-modal .modal-dialog {
        margin-top: 75px;
        position: relative;
    }

    .filtre-modal .modal-dialog .modal-content {
        min-height: 75vh;
    }
    .filtre-modal .modal-footer{
        justify-content: center !important;
    }
    .filtre-modal .modal-footer .col-md-6 {
        width: 50%
    }
    .varyasyon-list{
        display: block !important;
        width: 100%;
    }
    .varyasyon-list .varyasyon-title{
        display: block;
        width: 100%;
    }
}

.btn-filtre{
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    position: relative;
}
.btn-filtre::after {
    content: '\2b';
}
.modal-footer .btn-filtre::after{
    display: none !important;
}

.accordion-button:focus{
    outline: none !important;
    box-shadow: none !important;
}
.btn-variation{
    text-transform: capitalize !important;
}
.filtre-modal .varyasyon-flex {
    display: block;
    margin: 15px 0px;
}

.form-check-inline{
    margin-right: 5px;
    margin-bottom: 8px;
    padding-left: 5px;
}

button:focus{
    outline: none !important;
    box-shadow: none !important;
}

/* Member Form Css */
#member-login{
    min-height: calc(100vh - 135px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#member-login .row{
    display: flex;
    justify-content: center;
}
#member-login .panel-heading .col-6{
    text-align: center;
}
#member-login .panel-login > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#member-login .panel-login > .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
#member-login .panel-login > .panel-heading a.active {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
#member-login input{
    border-radius: 0px !important;
    transition: all 0.4s ease;
}
#member-login input:focus{
    outline: none;
    box-shadow: none;
}
#member-login .form-group{
    margin: 15px 0px;
}
#member-login .btn-member{
    background-color: #000;
    min-width: 100px;
    color: #fff;
    border: none;
    position: relative;
    max-width: 120px;
}
#member-login .col-sm-offset-3{
    text-align:center;
}


/* Header Login */
#navigation #member {
    cursor: pointer;
    line-height: 20px;
}
#navigation #member .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120%;
}
#navigation #member .box i{
    color: var(--site-header-title-color);
}
#navigation #member .box p {
    font-size: 12px !important;
    margin-bottom: 0px;
    color: var(--site-header-title-color);
}
#navigation a.btn-member-login {
    color: #fff !important;
    background-color: var(--site-color);
}
#navigation #member .dropdown-menu {
    min-width: 150px;
    left: -30px;
}
#navigation #member:hover:in-range::before{
    color: var(--site-color) !important;
}
#navigation a.btn-member-login:hover{
    color: #fff !important;
}
#navigation #member #member-info a {
    color: #666 !important;
}

/* Member Account Css */
#member-account > .container > .row > .col-md-3 {
    max-width: 20%;
    padding-right: 0;
}
#member-account > .container > .row > .col-md-9 {
    max-width: 80%;
    flex: 0 0 80%;
}

@media(min-width:768px){
    .mobileCol{
        display: none;
    }
}


#member-account .__accountHeader {
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
}
#member-account .__accountHeader h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
#member-account .account__list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 4px;
}
#member-account .account__list ul{
    padding: 0px;
    margin: 0px;
}
#member-account .account__list > ul > li a {
    padding: 7px 5px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-decoration: none;
}
#member-account .account__list > ul > li ._al-icon {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 25px;
    height: 25px;
}
#member-account .account__list > ul > li ._al-text {
    padding-left: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #0F1111;
}
#member-account .account__list > ul > li ._al-icon i::before {
    color: #666;
}
#member-account .cart-flex {
    margin-bottom: 15px !important;
}
#member-account .col-md-6 {
    padding: 0 7.5px;
}
#member-account .card {
    border-color: #e5e5e5;
}
#member-account .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#member-account .card-body, .card-header {
    padding: 10px 15px;
    font-size: 13px;
}

#member-account .card-header {
    border-color: #e5e5e5;
    background-color: #f0f2f5;
    font-size: 14px;
    font-weight: 500;
}
#member-account .btn-border {
    background: #fff;
    border-color: #0070ba;
    color: #0070ba !important;
    padding: 0 !important;
    border: 0;
    font-size: 13px !important;
}
.text-right, .account_menu_right {
    text-align: right;
}

#member-account .form-control {
    height: 34px !important;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e5e5e5 !important;
    background-color: #eee !important;
    padding: 0 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
#member-account input:focus{
    box-shadow: none;
    outline: none;
}
#member-account .accountDiv {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px;
}
#member-account .form-group {
    margin-bottom: 10px !important;
}
#member-account .btn-update{
    font-size: 13px !important;
    font-weight: 400;
}
#member-account .UserAddressListItem, .row {
    margin: 0 -7.5px;
}
#member-account .user-address-item {
    width: 33.3%;
    padding: 0 7.5px;
    float: left;
    margin-bottom: 15px;
}
#member-account .address-page-container {
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
#member-account .adres-top {
    padding: 7.5px 15px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    background: #f0f2f5;
    border-radius: 4px 4px 0 0;
    position: relative;
}
#member-account .user-address-item .adresName-blog {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
#member-account .label-primary {
    position: absolute;
    font-size: 11px;
    background: #f0f2f5;
    color: #16be48;
    padding: 5px;
    border-radius: 4px;
    right: 10px;
    border: 0;
    font-weight: 500;
    top: 5px;
}
#member-account .adres-center {
    padding: 20px 15px;
    font-size: 13px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    min-height: 180px;
    position: relative;
    max-height: 180px;
}
#member-account .adres-center div {
    line-height: 24px;
}

#member-account .adres-centertable {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    overflow: hidden;
    padding-right: 10px;
}
#member-account .adres-bottom {
    display: inline-block;
    width: 100%;
    padding: 10px 15px 0px;
    background: #fff;
}
#member-account .account_menu_left, .account_menu_right, .adres-page-container-delete, .adres-page-container-edit {
    width: 50%;
    float: left;
}
#member-account .account_menu_left, .account_menu_right, .adres-page-container-delete, .adres-page-container-edit {
    width: 50%;
    float: left;
}
#member-account .address-delete {
    line-height: 20px;
    font-size: 13px;
    border: 0;
    background: transparent;
    height: 32px;
    padding: 0;
    text-decoration: none;
    color: #000;
}
#member-account .address-edit {
    background: #ffffff;
    color: #0070ba;
    border: 1px solid #0070ba;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.password-member{
    display: flex;
    align-items: center;
    position: relative;
}
.password-member .toggle-password {
    position: absolute;
    right: 10px;
}

#member-success {
    height: calc(100vh - 135px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBF0F5;
}

#member-success .success-card {
    width: 500px;
    height: 500px;
    background: #F8FAF5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;
}
#member-success .success-card .icon{
    margin-bottom: 20px;
}
#member-success .success-card .icon i {
    font-size: 100px;
}
#member-success .success-card .content p {
    font-size: 20px !important;
    color: #9ABC66;
}
#member-success .success-card .loginbutton {
    background-color: #9ABC66 !important;
    border-color: #9ABC66 !important;
    border: none;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
}
#member-success .success-card .loginbutton span{
    color: #fff;
    position: relative;
    z-index: 99;
}

    #member-success .success-card .loginbutton::before {
        content: '';
        position: absolute;
        left: 0;
        width: 0%;
        height: 100%;
        background: #3c5318 !important;
        transition: all 0.4s ease;
        top: 0;
    }

    #member-success .success-card .loginbutton::after {
        content: '';
        position: absolute;
        right: 0;
        width: 0%;
        height: 100%;
        background: #3c5318 !important;
        transition: all 0.4s ease;
        top: 0;
    }

#member-success .success-card .loginbutton:hover::after,
#member-success .success-card .loginbutton:hover::before {
    width: 50%;
    z-index: 1;
}

.filtre-modal .accordion-body {
    display: flex;
    flex-wrap: wrap;
}

.cartButton{
    margin: 15px 0px;
}
.btn-cart{
    background-color: var(--site-color);
    color: #fff;
    transition: all 0.4s ease;
}

/* Sepet Css */
#cart .cart-title{
    margin-bottom: 30px;
}
#cart .cart-login-alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fffff1;
    border: 1px solid #deddbe;
    font-weight: 500;
    font-size: 13px;
}
#cart .cart-login-alert p{
    margin-bottom: 0px;
}
#cart .cart-login-alert p .link {
    text-decoration: none;
}
.user-address-item label{
    width: 100%;
}

.slider-animate {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5px;
    z-index: 9;
    /*margin: 40px 0px;*/
}

body.dark-mode .pageSliderContent, body.dark-mode .slider-animate, body.dark-mode, body.dark-mode .pageDetailContent {
    background-color: #000 !important;
}

.animate-icon {
    animation: upDown 1.5s linear infinite;
    font-size: 34px;
}
.__alisverItemDelete {
    width: 43px;
}
.qua-wrappeR button {
    background-color: #f0f2f5;
    border: 1px solid #e5e5e5;
    height: 34px;
    width: 24px;
    padding: 0;
}
.qua-wrappeR input {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    max-width: 42px;
    text-align: center;
    height: 34px;
    background-color: #fff;
    padding: 0;
}
.qua-wrappeR input:focus{
    box-shadow: none;
    border: none !important;
    outline: none;
}
.qua-wrappeR{
    display: flex;
    align-items: center;
}
#member-account .address-page-container.active{
    border: 1px solid #000;
}

@keyframes upDown {
    0%, 100% {
        top: 0;
    }
    50% {
        transform: translate3d(0,100%,0);
    }
}

.__alisverisCart {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 4px;
}
.__alisverisMercant {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    justify-content: space-between;
    background-color: #f0f2f5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
}
.__alisverisMercantHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.__alisverisMercantInfo {
    display: flex;
    justify-content: space-between;
}
.__alisverisMercantLabel {
    margin-right: 3px;
}
.__aliverisKargoBilgi {
    display: flex;
    font-size: 14px;
    color: #4CAF50;
    align-items: center;
}
.__aliverisKargoBilgi i {
    position: relative;
    top: 1px;
    margin-right: 4px;
    font-size: 17px;
    font-weight: 500;
}
.__aliverisKargoBilgiText {
    margin: 0;
    color: #4CAF50;
}
.__alisverItem {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.__alisverItemImg {
    height: 70px;
    max-height: 70px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 50px;
}
.__alisverItemImg img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 100%;
}
.__alisverItemName {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: 0px 30px;
}
.__alisverItemName a {
    font-size: 16px;
    font-weight: 400;
    color: #0f1111;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
._errorPage {
    padding: 100px;
}
._errorPage span {
    font-size: 52px;
    margin-bottom: 15px;
    color: var(--site-color);
}
._errorPage h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}


.breadcrumb-checkout {
    background-color: #fbfbfb;
    min-height: 100px;
    border-bottom: 1px solid #f0f2f5;
}
.breadcrumb-checkout a{
    color: #111;
}
.breadcrumb-checkout .container, .breadcrumb-checkout .row {
    height: 100px;
}
.breadcrumb-checkout .col-md-4{
    height: 100%;
}
.breadcrumb-checkout .col-md-4:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.breadcrumb-checkout .col-md-4 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.breadcrumb-checkout .col-md-4 .content .icon-wrapper{
    display: flex;
    min-width: 150px;
    align-items: center;
}
.breadcrumb-checkout .col-md-4 .content .icon-wrapper .icon{
    font-size: 18px;
    margin-right: 15px;
}
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 55px 22px 35px 22px;
    transition: .5s;
    position: absolute;
    bottom: 0;
}
.head .titles {
    font-weight: 500;
    line-height: 1;
    color: #000 !important;
    font-size: 22px;
    transition: .5s;
}
.go-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 999;
}
#image-gallery .img-wrapper:hover .head {
    transform: translateY(200px);
}
#image-gallery .img-wrapper:hover .head .titles {
    transform: translateX(-300px);
}
#image-gallery .img-wrapper:hover .head .go-btn {
    transform: translateX(300px);
}

#yanmenu{
    padding: 70px 0px;
}
#yanmenu ul {
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
}
#yanmenu ul li {
    padding: 10px 20px;
    height: 50px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}
#yanmenu ul li::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 15px;
    transition: all .3s ease;
}
#yanmenu ul li a {
    display: block;
    width: 100%;
    color: #000;
    transition: all .3s ease;
}
#yanmenu ul li.active, #yanmenu ul li:hover {
    background-color: var(--site-color);
    color: #fff;
}
#yanmenu ul li.active a, #yanmenu ul li:hover a {
    color: #fff;
}


#yanForm {
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
}

#yanForm .form-Title{
    font-size: 14px;
    text-align: center;
    padding: 15px 0px;
}
#yanForm .input-group-content {
    height: 45px;
    position: relative;
    margin: 10px 0px;
}
#yanForm .input-group-content .form-control {
    height: 45px;
    box-shadow: inset 0 1px 2px 0 rgba(102,113,123,.11);
    padding-left: 50px;
    font-size: 14px;
    border-radius: 10px;
}
#yanForm .input-group-content .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dce3eb;
    width: 45px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    transition: all .3s ease;
}
#yanForm .input-group-content .formHolder {
    position: absolute;
    top: 20%;
    left: 19%;
    font-size: 12px;
    transition: all .3s ease;
    font-weight: 700;
}
#yanForm .form-content{
    padding: 10px 15px;
}
#yanForm .input-group-content.active .formHolder{
    font-size: 10px;
    top: 2%;
}
#yanForm .input-group-content.active .input-icon{
    border-color: #000;
    background-color: var(--site-color);
    color: #ffff;
}

#product-list .col-md-3 .product-wrapper .product-title{
    padding: 15px 0px;
}
#teklifModal .modal-header span{
    font-size: 15px;
}
.mfp-img{
    border-radius: 0px !important;
}
@media(min-width:768px){
    .contactCenter #address {
        width: 60%;
    }
}


.section-header #navigation > ul > li.active a{
    color: var(--site-color);
}

#whatsapp{
    cursor: pointer;
}
.productDetail .col-md-7{
    position: relative;
    padding-left: 50px;
}
    .productDetail .col-md-7 .productContent{
        padding-right: 15px;
    }
    @media(max-width:768px) {
        #click_whatsapp {
        width: 45px;
        height: 45px;
        font-size: 30px;
    }
}
#footer-social-media {
    padding: 0px;
}
#footer-social-media li {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    background-color: #000;
    position: relative;
}
#footer-social-media li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
}
#footer-social-media li{
    background-color: transparent;
}
#footer-social-media li span {
    color: var(--site-footer-title-color);
}

section#bottom-footer {
    padding: 15px 0;
    background-color: var(--site-footer-color);
    border-top: 1px solid #d3d3d3;
    color: var(--site-footer-title-color);
}
section#bottom-footer * {
    font-size: 12px !important;
    color: var(--site-footer-title-color);
    margin-bottom: 0px;
}
section#bottom-footer .row{
    display: flex;
    align-items: center;
}

.btn-teklif {
    background-color: var(--site-color);
    color: #fff;
}
.btn-teklif:hover{
    border: 1px solid var(--site-color) !important;
    color: var(--site-color) !important;
}
#teklifModal .form-control:focus{
    box-shadow: none !important;
}
@media(min-width: 900px){
    #teklifModal .modal-dialog {
        min-width: 700px;
    }
}
@media(max-width:768px){
    .productDetail .col-md-7 {
        padding: 50px 20px;
    }
}

/* Dökümanlar Css */
#dokumanTab{
    border: none;
}
#dokumanTab .nav-link.active {
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid var(--site-color);
    color: #000;
}

#document-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0px;
}
#document-list li {
    background: #fff;
    max-width: 100%;
    border: 1px solid var(--site-color);
    margin: 10px 0px;
    border-radius: 30px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    width: max-content;
}
#document-list li a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 25px;
}
#dokumanTabContent{
    margin: 15px 0px;
}

#languageForm{
    display:flex;
    align-items: center;
}
#languageForm span.fa-solid.fa-globe{
    margin-right: 10px;
}

#product-list .product-image{
    position: relative;
    display:flex;
    overflow: hidden;
    flex-direction: column;
}
#product-list .product-image img{
    transition: all .50s ease-in-out;
}

.alert-div{
    width: 20%;
    position: fixed;
    bottom: 10%;
    right: -20%;
    transition: all .3s;
    opacity: 0;
}
.alert-div.active{
    right: 0;
    z-index: 999999;
    opacity: 1;
}
@media(max-width:768px){
    .alert-div{
        width: 70%;
        right: -70%;
    }
}

.fa-cart-shopping span{
    font-family: sans-serif;
}

@media(max-width: 768px) {
    #member-account > .container > .row > .col-md-3 {
        max-width: 100%;
        padding-right: 10px;
    }

    #member-account > .container > .row > .col-md-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #member-account .col-md-6, #member-account .user-address-item {
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    footer .box {
        margin: 20px 0px;
    }

    #full {
        width: 100% !important;
        max-width: 100% !important;
    }
}
li.dropdown #custom{
    width: 100vw;
    position: absolute;
    left: 0;
    min-height: 250px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    padding: 35px 0px;
    border-radius: 0px;
}
#custom #myTab{
    border: none;
}
#custom .nav-tabs .nav-link.active{
    border: none;
    border-bottom: 1px solid #000;
    font-weight: bold;
}
#custom .nav-tabs .nav-link{
    border: none;
    color: #000;
    font-size: 13px;
}
li.dropdown #custom .nav-item{
    margin: 0px 15px;
}
li.dropdown #custom #myTabContent{
    margin-top: 50px;
}
.tab-pane ul li.duz a {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 14px !important;
    width: max-content;
}
.tab-pane ul li.duz,.menuImage_list {
    line-height: normal !important;
    max-height: max-content !important;
    margin: 0px 10px;
    transition: all .3s;
}
.tab-pane ul.category{
    display: flex;
}
.tab-pane ul li.duz a:hover {
    background-color: #eee;
    border: 1px solid #000;
}
li.menuImage_list .menuImage {
    transition: all .3s;
}
li.menuImage_list .menuImagePicture {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all .3s;
}
li.menuImage_list .menuImagePicture {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.menuImage_list img{
    height: 150px;
    transition: all .3s;
}
.menuImage_list .menuText{
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}
li.menuImage_list:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
li.menuImage_list:hover{
    margin-top: -15px;
}
label.custom-label {
    transform: translateY(30px);
    transition: all .45s;
    width: max-content;
    padding: 0px 5px;
    z-index: -1;
    position: relative;
}
#contactForm .mb-3.active label {
    transform: translateY(0px);
    font-size: 13px;
}
#contactForm .mb-3.active label.test,label.test{
    font-size: 16px;
    transform: translateY(0px);
}

.form-input {
    background-color: transparent;
}
.section-top-bar {
    position: relative;
    z-index: 101;
    background-color: var(--site-header-color);
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 40px;
}
.section-top-bar ul{
    margin-bottom: 0px;
    align-items: center;
    height: 100%;
    padding: 0px;
}
.section-top-bar ul li{
    margin-right: 15px;
    font-size: 12px !important;
}
.section-top-bar ul li a {
    color: var(--site-header-title-color);
}
@media(max-width:768px){
    .section-top-bar{
        display: none;
    }
}

.productDetail .swiper-button-next, .productDetail .swiper-rtl .swiper-button-prev, .productDetail .swiper-button-prev.swiper-button-disabled, .productDetail .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
    transition: all .3s;
}
.productDetail .productSwiper:hover .swiper-button-next{
    opacity: 1 !important;
}

.productDetail .product-thumbs .swiper-slide {
    padding: 5px;
}
.productDetail .product-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--site-color);
}

.productDetail .product-thumbs{
    margin-top: 15px;
}
.productDetail .swiper, .productDetail .swiper-wrapper, .productDetail .swiper-slide{
    height: max-content;
}
.address-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.contact-oge p{
    position: relative;
    padding: 0px 20px;
    color: #212529 !important;

}
.contact-oge p span{
    position: absolute;
    left: 0;
}

.productDetail .swiper-button-next, .productDetail .swiper-button-prev{
    display: none;
}

#fixed-button .menu {
    width: 265px;
    background-color: var(--site-color);
    height: 0%;
    transition: all .4s;
    position: absolute;
    bottom: 55px;
    top: auto;
    right: 10px;
    opacity: 0;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    color: var(--site-color);
    border: 1px solid var(--site-color);
}
#fixed-button.active .menu{
    min-height: 260px;
    height: auto;
    opacity: 1;
}
#fixed-button .header-menu{
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    display: flex;
}
#fixed-button .header-menu .logo{
    width: 100%;
}
#fixed-button .content{
    padding: 15px 20px;
}
#fixed-button .item {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
#fixed-button .item a, #fixed-button .item p{
    color: var(--site-color) !important;
    margin: 0px;
    text-decoration: none;
}

.productDetail .tab-pane{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media(min-width:768px){
    #headerStyle-2 #languages{
        display: none !important;
    }
}

/*.productDetail video {
    width: 40%;
}
.productDetail .productSwiper {
    width: 60%;
}
.productDetail .product-thumbs .swiper-wrapper {
    display: flex;
    justify-content: end;
}*/

#category-info {
    border: 1px solid #eee;
    padding: 30px !important;
    margin-top: 50px;
    background: #fff;
}
#category-info .category-name{
    font-size: 17px;
}
#category-info .category-description p, #category-info .category-description {
    font-size: 14px !important;
}
#category-info .category-description {
    height: 80px;
    overflow: hidden;
    background: -webkit-linear-gradient(#000, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#category-info .category-description.active {
    height: auto;
    -webkit-text-fill-color: rgb(0, 0, 0);
}

.productDetail video,.productDetail.videoItem .productSwiper {
    width: 50%;
}
.productDetail.videoItem .productSwiper{
    height: auto;
}
.productDetail.videoItem .productSwiper .swiper-wrapper, .productDetail.videoItem .productSwiper .swiper-slide {
    height: 100%;
}
.productDetail.videoItem .product-thumbs .swiper-wrapper{
    display: flex;
    justify-content: end;
}

.productDetail.videoItem .col-md-5, .productDetail.videoItem .col-md-7{
    width: 50%;
}

#alternative-product a{
    color: #000;
}

@media(max-width:992px){
    .productDetail.videoItem .col-md-5, .productDetail.videoItem .col-md-7{
        width: 100%;
    }
}

/* Language Popup */

.home-page-popup{
    width: 100vw;
    height: 100%;
}

.popup-language-content {
    width: 50%;
    height: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#language-popup{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    transform: scale(0);
    opacity: 0;
}
#language-popup.visible{
    transform: scale(1);
    opacity: 1;
}
#language-popup .language-title h4 {
    color: #000;
    font-weight: 400 !important;
    font-size: 30px !important
}

#language-popup .custom-language-button {
    border: 1px solid #e5e5e5;
    margin: 0px 15px;
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 14px;
}
#language-popup .custom-language-button img{
    height: 25px;
}
#language-popup .languages-wrapper{
    display: flex;
    flex-wrap: wrap;
}
#language-popup .language-description p{
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

@media(max-width:768px){
    .popup-language-content{
        width: 100%;
        padding: 10px;
    }
}

.video-item{
    width: 100%;
}

.product-breadcrumb, .page-breadcrumb {
    background-color: #000;
    height: 200px;
    text-align: left;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product-breadcrumb .container, .page-breadcrumb .container{
    height: 100%;
    line-height: 35px;
}
.product-breadcrumb a, .product-breadcrumb span,.page-breadcrumb a, .page-breadcrumb span{
    color: #000;
    font-size: 14px;
}
.product-breadcrumb .arrow-breadcrumb, ..page-breadcrumb .arrow-breadcrumb{
    margin: 0px 5px;
}


    @media(max-width:768px) {
        #multi-menu{
        visibility: hidden;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50px;
        right: 0;
        z-index: -1;
        left: -100px;
        transition: all .4s;
        padding: 30px;
        padding-top: 110px;
    }
    #main-menu #multi-dropdown #multi-menu.open{
        visibility: visible;
        left: 0;
        opacity: 1;
        z-index: 99;
    }
    .logo{
        position: relative;
        z-index: 99999999999;
    }
    #navigation {
        padding-top: 100px;
    }
}
#navigation-button {
    background-color: var(--site-header-color);
    border: none;
    padding-left: 10px;
    position: absolute;
    top: 65px;
    font-size: 20px;
    left: 20px;
}
#navigation-button span{
    text-decoration: underline;
}
/*#navigation-button::before {
    content: '\f053';
    font-family: 'FontAwesome';
}*/

@media(min-width:768px){
    #navigation-button{
        display: none;
    }
}

.breadcrumb .breadcrumb-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.documement-wrapper{
    display: flex;
    justify-content: space-evenly;
}
.documement-wrapper .btn-color{
    font-size: 12px !important;
}

#back-top {
    position: fixed;
    bottom: 16px;
    left: 19px;
    padding: 0;
    margin: 0;
    z-index: 20;
    transition: all .4s;
    opacity: 0;
}
#back-top.show{
    opacity: 1;
}

.globe-img{
    height: 10px;
    margin-right: 5px;
}

#cookieConsent{
    border-top: 1px solid #ddd;
    z-index: -1;
    padding: 15px !important;
    background-color: white !important;
    box-shadow: 0px -5px 20px rgb(0 0 0 / 15%);
    transition: all .2s;
    opacity: 0;
    bottom: -80px;
    width: 100% !important;
    left: 0 !important;
    border-radius: 0px !important;
    height: 110px !important;
}
#cookieConsent.active{
    opacity: 1;
    z-index: 999999999999999;
    bottom: 0;
}
#cookieConsent .px-2, #cookieConsent .navbar-text .btn-color {
    font-size: 15px !important;
    color: #000;
    text-align: left;
}
#cookieConsent .navbar-text{
    width: 30%;
}

#cookieConsent .navbar-collapse{
    padding: 15px 0px;
}

    .sliderJs .swiper-slide .container {
        width: 100%;
        height: 100%;
        align-items: center;
        position: absolute;
        top: 0;
        z-index: 99999;
    }
.error-section {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.s404wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #ffff;
    padding: 100px;
}
.s404wrapper span{
    font-size: 30px;
}
.s404wrapper h1{
    font-weight: 300;
}

.ebulten-section {
    background-color: #2f353b;
    padding: 35px 0px;
}

.ebulten-section form{
    display: flex;
    width: 80%;
}
.ebulten-section * {
    color: #fff;
}
.ebulten-section .form-control{
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #41464c;
    color: #fff;
    font-size: 13px;
    transition: all .4s;
}
.ebulten-section .btn-ebulten{
    background-color: var(--site-color);
    border: none;
    border-radius: 0px;
    width: 120px;
}
.ebulten-section .weta-ebulten-tag {
    font-size: 24px;
    font-weight: 400;
}
.ebulten-description p {
    font-weight: 300;
    font-size: 14px;
    color: #6a7887;
}
.ebulten-section .col-md-6:nth-child(1){
    padding-right: 60px;
}
.ebulten-section .col-md-6:nth-child(2){
    display:flex;
    align-items: center;
    justify-content: end;
}

.ebulten-section .form-control:hover, .ebulten-section .form-control:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid var(--site-color);
}

@media(max-width:768px){
    .sliderJs .swiper-slide .container{
        justify-content: center !important;
    }
    .sliderJs .slider-contents{
        text-align: center !important;
    }
    #fixed-button .menu img{
        max-height: 45px !important;
    }
    .section-header.fixed #navigation > ul li{
        line-height: normal !important;
    }
}
@media(min-width:1150px){
    #secondheaderStyle-4 #languages{
        padding: 0px 10px;
    }
    .section-header #headerStyle-4 #navigation > ul{
        justify-content: start;
    }
    .section-header #headerStyle-4 #navigation > ul > li a::after, .section-header #secondheaderStyle-4 #navigation > ul > li a::after {
        display: none;
    }
    .section-header .container-fluid, .section-header .row, .section-header .col-6, .navbar-weta,.full-width,#navigation{
        height: 100%;
    }
    .section-header #navigation > ul > li, .lang-menu > ul > li{
        height: 100%;
    }
    .section-header #headerStyle-4 #navigation > ul > li:hover {
        background-color: #f3f3f3;
    }
    .section-header #headerStyle-4 #navigation > ul > li.dropdown .dropdown-trigger{
        top: 48%;
    }
    #secondheaderStyle-4 #languageForm a.active {
        font-weight: 700 !important;
    }
    #secondheaderStyle-4 #languages a {
        font-weight: 400 !important;
    }
}

#header-search input {
    background: #f3f3f3;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    line-height: 40px;
    padding-right: 40px;
    border: 1px solid transparent;
    transition: all .4s;
}

.hs-input-icon {
    position: absolute;
    width: 38px;
    top: 22%;
    line-height: 38px;
    color: #000;
    height: 38px;
    font-size: 18px;
    border: 0;
    font-weight: 700;
    background-color: transparent;
    right: 1px;
    border-radius: 9999px;
    left: auto;
    text-align: center;
}

#header-search .search {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


#header-search{
    height: 100%;
}

.phoneMenu .wrapper {
    display: flex;
    height: 100%;
}
.icosjKle {
    font-size: 36px;
    color: #00e0f2;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
.icosjKle_24 .text-1 {
    font-size: 16px;
    display: block;
    height: 15px;
}
.icosjKle_24 .text-2 {
    font-size: 13px;
    display: block;
}
.icosjKle_24 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.breadcrumpProductUl ul{
    padding: 0px;
}
.breadcrumpProductUl li{
    margin-bottom: 15px;
}
.productDetail .container-fluid {
    width: 95%;
}
.breadcrumpProductUl li a {
    transition: all .4s;
    border-radius: 9999px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
}
.breadcrumpProductUl li.active a, .breadcrumpProductUl li:hover a {
    background-color: var(--site-color);
    color: #fff;
}
.crossSell h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.crossSell {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #f3f3f3;
    position: sticky;
    top: 85px;
}

.pageSliderContent .swiper-slide-active .weta-slider-tag {
    animation: effectfadeUp 0.75s ease-in-out;
}

.pageSliderContent .swiper-slide-active .slider-description {
    animation: effectfadeUp2 0.90s ease-in-out;
}

.pageSliderContent .swiper-slide-active .weta-slider-buttons {
    animation: effectfadeUp3 1.10s ease-in-out;
}

@keyframes effectfadeUp {
    from {
        opacity: 0;
        transform: translateY(150px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes effectfadeUp2 {
    from {
        opacity: 0;
        transform: translateY(180px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes effectfadeUp3 {
    from {
        opacity: 0;
        transform: translateY(210px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-pagination-vertical{
    right: auto !important;
    left: 10px !important;
    position: relative;
}
.swiper-pagination-vertical .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}

.sliderJs.swiper-vertical .swiper-button-next {
    position: absolute;
    top: 58%;
}
.sliderJs.swiper-vertical .swiper-button-prev {
    position: absolute;
    top: 42%;
    left: auto;
    right: 10px;
}


.sliderJs .swiper-button-next, .sliderJs .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: transparent;
    border: 1px solid var(--site-color);
    opacity: 0.3 !important;
    transition: all 0.4s;
}

.sliderJs.swiper-vertical .swiper-button-prev::after {
    content: "\f077";
    font-family: "FontAwesome";
}
.sliderJs.swiper-vertical .swiper-button-next:after {
    content: "\f078";
    font-family: "FontAwesome";
}


#modeToggle:focus, #modeToggle:hover{
    box-shadow: none !important;
}

.form-switch #modeToggle {
    background-image: url(/modules/sun.png);
    background-size: 25px !important;
}
.form-switch #modeToggle:checked {
    background-image: url(/modules/moon.png);
    background-color: #fff !important;
    background-size: 20px !important;
}


#darklightMode {
    position: fixed;
    bottom: 16px;
    left: 19px;
    z-index: 99999999999999999;
}
#modeToggle{
    padding: 5px;
    width: 35px;
    height: 35px;
    background-position: center !important;
    transition: none !important;
    border: 1px solid #000 !important;
}
#back-top {
    display: none;
}
body.dark-mode .weta-icerik-tag{
    color: #fff;
}
body.dark-mode *{
    color: #fff !important;
}
body{
    transition: all .4s;
}
body.dark-mode .form-control:focus{
    background-color: #000;
}
.pageSliderContent .swiper-button-next::after, .pageSliderContent .swiper-button-prev::after {
    color: var(--site-color);
    font-size: 25px !important;
}

.gallery-img video{
    width: 100%;
    height: 100%;
}

.section-header .col-lg-3{
    height: 75px;
}
.section-header .col-lg-3 .logo-container, .section-header .col-lg-3 .logo{
    height: 100%;
}
.section-header .col-lg-3 .logo a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
@media(min-width:768px){
    .section-header #mega-dropdown{
        position: inherit !important;
    }
    .mega-menu ul.ul-list{
        width: 25%;
        border-right: 1px solid #000;
    }

    .ul-list li{
        position: inherit;
    }

    .section-header .mega-menu {
        width: 100%;
        left: 0;
        height: 60vh;
        z-index: -1;
    }

    .pageImage{
        opacity: 0;
        transition: all .4s;
    }
    .pageImage.show{
        opacity: 1;
    }
    .mega-menu .pageList{
        height: 100%;
    }
    .mega-menu .col-md-5, .mega-menu .col-md-5 ul{
        height: 100%;
    }
    .mega-menu .col-md-5 ul li{
        max-height: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100% !important;
        border-right: 0px;
    }
    .mega-menu .col-md-5 ul li .image-wrapper, .mega-menu .col-md-5 ul li .image-wrapper .rgw, .mega-menu .col-md-5 ul li .image-wrapper .rgw img{
        height: 100%;
        position: relative;
    }

        .mega-menu .col-md-5 ul li .image-wrapper .title{
            position: absolute;
            bottom: 0;
        }

        .mega-menu .image-wrapper img {
            height: 100%;
        }

    .mega-menu #multi-dropdown:hover #multi-menu{
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .mega-menu #multi-dropdown #multi-menu{
        top: 0 !important;
        border: 0px !important;
        left: 20% !important;
    }
    .mega-menu #multi-dropdown.show #multi-menu {
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute;
        left: 16% !important;
    }

    .headerStyle-5 .col-md-7 li.show .menu-dropdown-link {
        color: var(--site-color) !important;
    }

    .headerStyle-5 .col-md-7 ul{
        height: 100%;
    }

    .headerStyle-5 #multi-menu a:hover{
        color: var(--site-color) !important;
    }
    .headerStyle-5 #multi-menu a::before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: auto;
        width: 100%;
        background-color: var(--site-color);
        height: 1px;
        z-index: 999;
        transition: all .4s;
    }
    .headerStyle-5 #multi-menu a:hover::before{
        width: 120%;
    }


}

.swiper-grid-column > .swiper-wrapper {
    flex-direction: unset !important;
}


@media(min-width: 1000px) {
    .detailType-3 .col-md-5 {
        width: 55%;
    }

    .detailType-3 .col-md-7 {
        width: 45%;
    }

    .productgalleryThumbs {
        width: 35%;
        margin-left: 0;
    }

    .productgalleryThumbs img {
        max-height: 100px;
    }

    .productDetail.detailType-3 .tab-pane {
        flex-wrap: nowrap;
    }

    .productgalleryThumbs {
        max-height: 450px;
    }
    .detailType-3 #cart-button:hover, .detailType-3 #cart-button:focus{
        background-color: transparent;
        color: #000;
    }


    .productDetail .swiper-scrollbar{
        height: 100% !important;
        opacity: 1 !important;
    }
    .productDetail .swiper-scrollbar .swiper-scrollbar-drag{
        height: 50px !important;
    }

}
.productgalleryThumbs .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}
.productgalleryThumbs .swiper-slide img{
    opacity: 0.5;
}

.minus, .plus {
    width: 50px;
    cursor: pointer;
    transition: all .4s;
}

.cartButton input {
    border: 0;
    background: #ededed;
    margin: 0 !important;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.cartButton #adet{
    width: 100px;
}
.cartButton div{
    display: flex;
}

.detailType-3 #cart-button{
    width: 100%;
    border-radius: 0px;
    background-color: #000;
    border: 1px solid #000
}


.detailType-3 .teklifButton button{
    border: 1px solid #000;
    background-color: transparent;
    width: 100%;
    color: #000 !important;
    border-radius: 0px;
    height: 48px !important;
}
.detailType-3 .teklifButton button:hover, .detailType-3 .teklifButton button:focus{
    color: #fff !important;
    background-color: #000;
}
.detailType-3 .teklifButton{
    margin: 0px 5px;
}


.login-menu {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    background: #fff;
    width: 270px;
    left: -90%;
    border: 1px solid #d3d3d3;
    top: 95%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

    .login-menu.login-open {
        visibility: visible;
        opacity: 1;
        z-index: 99999;
    }

    .login-menu #links {
        text-align: center;
    }

        .login-menu #links a.active {
            font-weight: bold;
        }

    .login-menu .form-control {
        font-size: 12px !important;
        border: none;
        border-bottom: 1px solid #d3d3d3;
        border-radius: 0;
        padding: 10px 5px;
    }

    .login-menu .panel-body {
        margin-top: 20px;
    }

    .login-menu .form-group {
        margin-bottom: 15px;
    }

.menu-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
}

.login-menu .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.login-menu #login-submit, .login-menu #register-submit {
    border: none;
    color: #fff;
    position: relative;
    background: var(--site-color);
}

.section-top-bar .box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section-top-bar .box i{
    margin-right: 5px
}
.section-top-bar .box p{
    margin-bottom: 0px;
}

.section-top-bar li.member:hover .login-menu{
    visibility: visible;
    opacity: 1;

}
.section-top-bar li{
    position: relative;
}


#whatsapp_footer, #whatsapp_icon{
    cursor: pointer;
}

.loader-mask .loader {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.60;
    }

    100% {
        opacity: 1;
    }
}

#languageForm img{
    display: none;
}


.gallery-section .swiper, .pageDetailContent .swiper{
    padding: 40px 0px;
}

.gallery-section .swiper-pagination, .pageDetailContent .swiper-pagination{
    bottom: 0;
}

@media(max-width:1150px){
    .section-header #navigation > ul > li.dropdown > .dropdown-trigger {
        right: 0;
        line-height: 48px;
        padding: 0px;
        width: 30%;
        text-align: end;
    }
    .section-header li.dropdown{
        width: 100%;
    }
    .section-header #navigation > ul > li a{
        width: max-content;
    }
    #secondheaderStyle-4 {
        display: none;
    }
    .hs-input-icon{
        top: 0;
    }
}

.btn-category{
    border-radius: 0px;
    border-color: var(--site-color);
    background-color: transparent;
    transition: all .4s;
    color: var(--site-color);
    margin-bottom: 10px;
}
.btn-category:hover,.btn-category.open{
    background-color: var(--site-color);
    color: #fff;
}


@media(min-width:768px){
    #sliderView-2 .slider-contents{
        bottom: 130px;
    }
    /*.pageSliderContent{
        display: flex;
        justify-content: center;
    }*/
    #sliderView-2{
        width: 85%;
        max-width: 85%;
    }
}

.baner__thumbs-slide-title{
    color: #000 !important;
}

.slider_thumbs .swiper-slide::before{
    display: none;
}
.slider_thumbs{
    position: absolute !important;
    bottom: 20px;
    z-index: 1000 !important;
    padding-top: 50px !important;
    overflow-x: hidden !important;
    height: 85px;
    width: 85% !important;
}


.slider_thumbs .swiper-slide{
    background-color: transparent;
    cursor: pointer;
}


.slider_thumbs::after {
    content: "";
    position: absolute;
    top: 38px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
}

.sliderViewType-2 .swiper-button-prev,.sliderViewType-2 .swiper-button-next{
    top: auto;
    bottom: 35px;
}

.sliderViewType-2 .swiper-button-prev{
    left: 40px;
    border: none !important;
    opacity: 1 !important;
}
.sliderViewType-2 .swiper-button-next{
    right: 40px;
    border: none !important;
    opacity: 1 !important;
}

.sliderViewType-2 .swiper-button-next::after, .sliderViewType-2 .swiper-button-prev::after {
    color: #fff;
    font-size: 40px !important;
}

.baner__thumbs-slide-title{
    color: #fff !important;
    font-size: 16px !important;
    transition: all .4s;
}

.slider_thumbs .swiper-slide-thumb-active:before {
    content: "\f0d8";
    position: absolute;
    display: flex;
    width: 100%;
    top: -31px;
    justify-content: center;
    font-family: 'FontAwesome';
    color: #fff !important;
}


.slider_thumbs .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: -16px;
    width: 100%;
    background-color: #fff;
    height: 4px;
    left: 0;
    z-index: 99;
}
.slider_thumbs .swiper-slide-thumb-active .baner__thumbs-slide-title{
    font-size: 17px !important;
    font-weight: 600 !important;
}


@media(max-width:768px){
    .slider_thumbs{
        width: 100% !important;
    }
    .sliderViewType-2 .swiper-button-prev{
        left: 0 !important;
    }
    .sliderViewType-2 .swiper-button-next{
        right: 0 !important;
    }
    .sliderViewType-2 .swiper-button-prev, .sliderViewType-2 .swiper-button-next{
        bottom: 95px !important; 
    }
}

.pageSliderContent .swiper-slide{
    background-image: none !important;
}

.btn-product-view{
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d3d3d3;
    transition: all .4s;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-product-view:hover{
    background-color: transparent;
    border-color: #d3d3d3;
}

.product-hidden-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    background-color: rgba(255,255,255, 0.7);
    transition: all .4s;
    bottom: -40px;
    width: 100%;
    padding: 10px 0px;
}
.product-hidden-icons .item{
    display: flex;
    align-items: center;
    width: 45%;
}
#product-list .product-wrapper:hover .product-hidden-icons{
    opacity: 1;
    bottom: 0;
}
.product-hidden-icons .item:nth-child(1){
    justify-content: end;
}
.product-hidden-icons .item:nth-child(2){
    justify-content: left;
}

.productDetail .swiper{
    padding: 0px;
}

#productDetailType-4 .accordion-button {
    border-top: 0px;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none;
    background: transparent !important;
    color: #000 !important;
}

#productDetailType-4 .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #000;
    border-top: none;
    border-radius: 0px !important
}

#productDetailType-4 .accordion-header{
    border-radius: 0px !important;
}

#productDetailType-4 .product-image-wrapper{
    display: flex;
}
#productDetailType-4 .product-image-wrapper .productImage{
    width: 100%;
    margin-right: 15px;
}
#productDetailType-4 .product-variation-name{
    color: #000;
}

#productDetailType-4 .accordion-button:not(.collapsed)::after{
    filter: brightness(0);
}

#right-bar #header-social-media{
    display: none !important;
}

#right-bar {
    display: flex;
    justify-content: end;
}

.search-click{
    border: none;
    background-color: transparent;
}

.search-type-1.search-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgb(255 255 255);
}
.search-type-1.search-wrap .search-inner {
    height: 100%;
}
.search-type-1.search-wrap .search-cell {
    top: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.search-type-1.search-wrap .search-cell .nav-search .search-box {
    position: relative;
}
.search-type-1.search-wrap .search-cell .nav-search .submit-search {
    height: 70px;
    width: 50px;
    line-height: 70px;
    position: absolute;
    left: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.search-type-1.search-wrap .search-cell .nav-search input.main-search {
    width: 100%;
    border: 0;
    font-size: 25px;
    border-bottom: 2px solid #ddd;
    padding: 0 60px !important;
    font-weight: 200;
    height: 70px !important;
    transition: all .4s;
}

.search-type-1.search-wrap .search-cell .nav-search input.main-search:focus{
    border: 0;
    outline: 0;
    border-bottom: 2px solid #000;
}
.search-type-1.search-wrap .search-cell .nav-search .search-close {
    height: 70px;
    width: 50px;
    line-height: 70px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0;
    font-size: 50px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-family: auto;
    cursor: pointer;
}
.search-type-1.search-wrap .search-cell .nav-search {
    width: 1200px;
}

.product-icons-wrapper {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
}
.product-icons-wrapper .icons-items {
    margin-right: 10px;
    position: relative;
    width: max-content;
    margin-bottom: 10px;
}
.product-icons-wrapper .icon-img {
    width: 100%;
    height: 70px;
}
.product-icons-wrapper .icon-img img {
    height: 100%;
}
.product-icons-wrapper .icon-title {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    min-width: 250px;
    padding: 8px;
    border-radius: 8px;
    transform: translate(-50%, calc(-100% - 8px));
    background-color: #fff;
    border: 1px solid #1d1d1b;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
    font-size: 12px;
    font-weight: 300;
}
.product-icons-wrapper .icons-items:hover .icon-title {
    opacity: 1;
    visibility: visible;
}


.fixed-bottom {
    position: fixed;
    right: 0;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    z-index: 1030;
    background: var(--site-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}


@media(min-width: 768px){
    .navbar li.d-flex, .navbar li.search {
        display: none !important;
    }
}

.productDetail .button-wrapper{
    display: flex;
}
.productDetail .button-wrapper .item{
    margin-right: 10px;
}

@media(max-width:768px){
    #cookieConsent .px-2, #cookieConsent .navbar-text .btn-color{
        font-size: 8px !important;
    }
}

.productDetail .group-icon{
    margin-right: 15px;
}

.productDetail .eleman-wrapper .eleman .line:nth-child(1){
    display: none;
}

#category-list .product-title .btn {
    height: auto;
    display: inline-block;
    padding: 1px 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #001fff;
    letter-spacing: 4px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid;
    background: transparent;
    color: #000 !important;
    border-radius: 0px;
}

#category-list .product-title{
    text-align: center;
}

.productDetail .button-wrapper{
    display: none;
}

.fa-brands{
    font-family: 'Font Awesome 6 Brands' !important;
}

.section-top-bar #languages{
    display: none;
}

.section-top-bar #right_end-bar{
    display: flex;
}


@media(min-width: 1200px){
    .textImg .rexa-content.content-left{
        padding-right: 6%;
    }
    .textImg .rexa-content.content-right{
        padding-left: 6%;
    }
    #main-menu-div {
        position: absolute;
        top: 0;
    }
}

.form-section .modal-content{
    border-radius: 0px;
}
.form-section #accept .form-check-input:focus{
    box-shadow: none !important;
}
.form-section #accept .form-check-input{
    margin-right: 10px;
}
.form-section #accept label{
    margin-top: 1px;
}

.form-section #accept .form-check-input:checked {
    background-color: var(--site-color);
    border-color: var(--site-color);
}

.fixed-button-wrapper{
    display: none;
}


@media(max-width:768px){
    .fixed-button-wrapper {
        width: 100%;
        display: none;
        position: fixed;
        z-index: 99999999999999999;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .fixed-button-wrapper .btn {
        width: 50% !important;
        border-radius: 0px;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.country-list .preferred, .country-list .divider{
    display: none;
}

.document-list-section {
    margin-top: 40px;
    border: 1px solid #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}
.document-list-section ul li a {
    padding: 20px;
    background-color: #fff;
    text-align: left;
    border-radius: 8px;
    margin: 10px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    transition: .4s;
    border: 1px solid #ffecec;
    text-decoration: none !important;
}
.document-list-section ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.document-list-section ul li{
    max-width: 200px;
}
.page-link:focus, .page-link:hover{
    box-shadow: none;
}
.productList .pagination {
    position: relative;
    z-index: 999999999999;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.productList .pagination * {
    color: #000;
}
.productList .pagination .page-item.active .page-link {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #fff;
}
    .productList .pagination .page-link {
        width: 45px;
        height: 39px;
        text-align: center;
        border-radius: 6px;
        position: relative;
        transition: all .4s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.productList .pagination .page-item{
    margin: 0px 5px;
    margin-bottom: 5px;
}
.productList .pagination .page-link:hover {
    background-color: var(--site-color);
    color: #fff;
}
@media(max-width:768px){
    .textImg .rexa-content{
        order: 2;
    }
    .textImg .rexa-gorseller{
        order: 1;
        margin-bottom: 20px;
    }
    #bottom-footer .col-md-8, #bottom-footer .col-md-4 {
        width: 100% !important;
    }
    #bottom-footer .text-end,#bottom-footer .text-start{
        text-align: center !important;
    }
    #bottom-footer .copyright {
        margin-bottom: 15px;
        display: block;
    }
    body.bottom-open #fixed-button {
        bottom: 60px !important;
    }
}
.section-top-bar .container, .section-top-bar .row, .section-top-bar #left-bar, .section-top-bar #right-bar, .section-top-bar #right_end-bar{
    height: 100%;
}

.section-header .main-page-tag{
    display: none;
}
#main-menu-div {
    max-height: 45vh;
    width: 100vw;
    height: 0;
    top: 91px;
    position: absolute;
    left: 0;
    overflow: scroll;
    visibility: hidden;
    background-color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 0;
}
.manuel-container {
    max-width: 1670px;
    height: calc(100% - 39px);
    position: relative;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.6);
    padding-left: calc(var(--bs-gutter-x)* 0.6);
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:768px){
    .section-header li.dropdown:hover #main-menu-div {
        visibility: visible;
        opacity: 1;
        height: 45vh;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(221, 221, 221, 1) 100%);
    }
}

#product-list .col-md-3{
    margin-bottom: 25px;
}


.filter-wrapper .filter-title h5 {
    font-size: 18px;
}

.filter-wrapper .filter-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.filter-wrapper .filter-content {
    display: flex;
    flex-wrap: wrap;
}
.filter-wrapper .filter-content .form-check{
    padding-left: 10px;
    margin-bottom: 10px;
}
.filter-wrapper .filter-content .form-check label{
    font-size: 14px !important;
}
.filtre-modal .modal-footer{
    border-top: 0px !important;
}

@media(min-width: 1000px){
    #page-1 .body-content{
        padding-top: 30px;
    }
    .pageSliderContent, .product-breadcrumb, .page-breadcrumb {
        margin-top: -30px;
    }
}

.swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    border-radius: 5px;
    transition: all .4s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--site-color);
}

.form-section .rexa-content{
    align-items: start;
    justify-content: flex-start;
}


@media(min-width:768px){
    #allteklifPopup .modal-dialog{
        min-width: 40%;
    }
    #menuClick {
        width: 43px;
        height: 43px;
        padding: 5px;
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 9;
        background-color: transparent;
        border: none;
        margin-left: 5px;
        overflow: hidden;
        margin-top: 10px;
    }

    #menuClick span {
        cursor: pointer;
        height: 2px;
        width: 33px;
        margin-bottom: 8px;
        background-color: black;
        position: relative;
        right: 0;
        display: block;
        transform: rotate(0deg);
        transition: .7s ease;
    }

    #menuClick.open span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
        transition: .7s ease;
        background: black;
    }

    #menuClick.open span:nth-child(2) {
        opacity: 0;
        right: 100px;
        background: black;
    }

    #menuClick.open span:nth-child(3) {
        top: -10px;
        transform: rotate(-135deg);
        transition: .7s ease;
        background: black;
    }

    #type-7 .col-lg-3 .logo{
        display: flex;
        align-items: center;
    }
    #type-7 #navigation{
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all .4s;
    }
    #type-7 #navigation.show{
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 999;
    }
}


@media(max-width:768px){
    #menuClick{
        display: none;
    }
}


#form-loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255, 0.5);
    z-index: 99999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    transform: scale(0);
    opacity: 0;
}
#form-loader .spinner-border{
    width: 6rem;
    height: 6rem;
    border-width: 0.75rem;
}
#form-loader.show{
    opacity: 1;
    transform: scale(1);
}
.page-breadcrumb .page-name,.product-breadcrumb .page-name{
    display: none;
}

.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.show {
    left: 20px;
}

.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;
}

.cookie-wrapper .data {
    margin-top: 16px;
}

.cookie-wrapper .data p {
    color: #333;
    font-size: 16px;
}

.cookie-wrapper .data p a {
    color: #4070f4;
    text-decoration: none;
}

.cookie-wrapper .data p a:hover {
    text-decoration: underline;
}

.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;
}

.cookie-buttons #acceptBtn:hover {
    background-color: var(--site-hover-color);
}

#declineBtn {
    border: 2px solid var(--site-color);
    background-color: #fff;
    color: var(--site-color);
}

#declineBtn:hover {
    background-color: var(--site-hover-color);
    color: #fff;
    border-color: var(--site-hover-color);
}

@media(max-width:768px){
    .cookie-wrapper{
        width: 90%;
    }
}
.footer-newsletter {
    background-color: #f3f5f6;
    padding: 5px 10px;
    width: 80%;
}
.footer-newsletter .form-control {
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    padding: 10px 0px;
    padding-right: 20px;
    color: #9da0a5;
}
input:focus,textarea:focus{
    box-shadow: none !important;
}
.footer-newsletter form{
    width: 100%;
    display: flex;
}
.footer-newsletter .btn-ebulten {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #fff;
    min-width: 110px;
}

a:hover {
    color: var(--site-hover-color);
}
#phonenumber label{
    opacity: 0;
    z-index: -1;
}
.breadcrumpProductName{
    display: flex;
    justify-content: space-between;
}
#dropdownBreadcrumb {
    background-color: transparent;
    border: none;
    width: 25%;
    text-align: end;
    transition: all .4s;
}
#dropdownBreadcrumb i{
    transition: all .4s;
}
@media(min-width:768px){
    #dropdownBreadcrumb{
        display: none;
    }
}

@media(max-width:768px){
    .breadcrumpProductUl {
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
    .breadcrumpProduct.show .breadcrumpProductUl{
        opacity: 1;
        visibility: visible;
    }
    .breadcrumpProduct{
        height: 50px;
        overflow: hidden;
    }
    .breadcrumpProduct.show{
        height: auto;
    }
    .breadcrumpProductUl{
        height: 0px;
    }
    .breadcrumpProduct.show .breadcrumpProductUl{
        height: auto;
    }
    .breadcrumpProductName{
        margin-bottom: 30px;
    }
    .breadcrumpProduct.show #dropdownBreadcrumb i{
        transform: rotate(180deg);
    }
}

.progress-wrap {
    position: fixed;
    left: 15px;
    bottom: 15px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.progress-wrap svg.progress-circle path {
    stroke: var(--site-color);
    stroke-width: 5;
    box-sizing: border-box;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap::after {
    position: absolute;
    content: "\f062";
    font-family: 'FontAwesome' !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: var(--site-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
}

#mc-com---nb {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25%;
    background: #fff;
    width: 100%;
    max-width: 945px;
    position: fixed;
    border-radius: 100px;
    right: initial;
    box-shadow: 0 9px 24px rgba(0, 0, 0, .15);
    z-index: 9;
    font-size: 16px;
    transition: all .4s;
    opacity: 0;
    visibility:hidden;
}
#mc-com---nb.show{
    bottom: 50px;
    opacity: 1;
    visibility: visible;
}

#mc-com---nb * {
    outline: none !important;
}
.mc-com---palette-dark .cc-nb-title {
    font-size: 18px !important;
    color: #fff;
}
.mc-com---palette-dark .cc-nb-text a {
    color: #000 !important;
    text-decoration: none !important;
}
.mc-com---nb .cc-nb-okagree, .mc-com---nb .cc-nb-reject, .mc-com---nb .cc-nb-changep {
    font-weight: 600;
    font-size: 14px;
    margin-right: .25rem !important;
    margin-bottom: .25rem !important;
}
.mc-com---reset button {
    border-radius: 2px;
    padding: .5rem 1rem;
    outline: none;
    background: #dcdae5;
    color: #111;
    cursor: pointer;
    border: none;
    transition: all ease .3s;
}
@media (min-width: 768px) {
    .cc-nb-buttons-container {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    .cc-nb-main-container {
        padding: 20px 40px !important;
        display: flex !important;
        flex-wrap: wrap;
    }
}
.mc-com---reset {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.cc-nb-buttons-container button, .cc-cp-foot-save {
    width: 100%;
    font-size: 11px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px !important;
    color: #fff;
    padding: .5rem 2rem !important;
}
.mc-com---palette-dark .cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {
    background-color: #000 !important;
    color: #fff !important;
}
.mc-com---palette-dark .cc-nb-changep {
    background-color: transparent !important;
    border: 1px solid #c8c8c8 !important;
    box-shadow: initial !important;
    color: #000;
}
.mc-com---palette-dark .cc-nb-text {
    font-size: 11px !important;
    color: #000 !important;
    line-height: 11px;
}
.cc-nb-text-container {
    padding: .5rem 0;
}
#cookieModals .modal-header h1{
    font-size: 12px !important;
    color: #000;
    font-weight: 600;
}

@media(min-width:768px){
    #cookieModals .modal-dialog{
        width: 750px;
        min-width: 750px;
    }
}

#cookieModals .modal-header{
    border: none !important;
}

#cookieModals .nav-pills .nav-link {
    text-align: left;
    line-height: 12px !important;
    text-decoration: none !important;
    padding: 15px 25px !important;
    color: #000 !important;
    border-bottom: 1px solid #c8c8c8 !important;
    font-size: 12px !important;
    border-radius: 0px;
    border-right: 0px !important;
    width: 100%;
}

#cookieModals .modal-body .d-flex.align-items-start {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    align-items: unset !important;
}

#cookieModals .tab-content > .active {
    background-color: #f3f3f3 !important;
    padding: 25px;
    height: 100%;
}

#cookieModals .modal-body p{
    font-size: 12px !important;
    color: #000 !important;
    line-height: 15px;
}
#cookieModals .nav-pills.me-3{
    margin-right: 0px !important;
    width: 30%;
    display:block;
}
#cookieModals .modal-body h5 {
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #000 !important;
}
#cookieModals .form-check input, #cookieModals .form-check label{
    opacity: 1 !important
}
#cookieModals .form-check label {
    font-size: 13px !important;
    font-weight: 400;
}
#cookieModals .nav-pills .nav-link.active {
    background-color: #f3f3f3 !important;
}
#cookieModals .nav-pills .nav-link:nth-last-child(1){
    border-bottom: none !important;
}
#cookieModals #v-pills-tabContent{
    width: 70%;
}
#cookieModals .modal-footer{
    border: none !important;
}
@media(min-width:768px){
    .rexa-gorseller{
        padding: 0px;
    }
}
.cc-nb-main-container .logo{
    width: 100%;
}
.cc-nb-text-container {
    width: 40%;
}
.cc-nb-buttons-container{
    width: 60%;
}
.counter-col p{
    color: #fff !important;
}


#social-media-bar{
    position: fixed;
    left: 0;
    bottom: 70px;
    z-index: 9999;
}

#widget-info-bar {
    position: fixed;
    right: 0;
    left: auto;
    z-index: 9999;
    top: 35%;
}

#bar-social-media, #widget-info {
    flex-direction: column;
    padding: 0px;
}
#bar-social-media li, #widget-info li{
    padding: 0;
    background: var(--site-color);
    color: #000;
    font-size: 18px;
    width: 50px;
    line-height: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
#widget-info li{
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
}
#widget-info li span.fa-solid{
    font-size: 20px;
}
#widget-info li span.fa-brands{
    font-size: 23px;
}
    #widget-info li .social-bar a{
        width: max-content;
    }
.social-bar #bar-social-media {
    flex-direction: row;
    justify-content: space-between;
}
.social-bar #bar-social-media li{
    z-index: 9;
    border-bottom: 0px;
    border-right: 1px solid #fff;
}
.social-bar #bar-social-media li a{
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto !important;
}

.social-bar #bar-social-media li a span {
    font-size: 18px !important;
}

#widget-info li:nth-last-child(1){
    border-bottom: none !important;
}
.social-bar #bar-social-media li:nth-last-child(1){
    border-right: none !important;
}

#widget-info li a, #widget-info li .social-bar {
    transition: all .4s;
    position: absolute;
    width: 300px;
    text-align: center;
    right: -400px;
    background-color: var(--site-color);
    color: #fff !important;
    font-weight: 300;
    z-index: -1;
    top: 0;
    bottom: 0;
    font-size: 15px !important;
}
#widget-info li .social-bar{
    width: auto;
}
#widget-info li:hover a,
#widget-info li:hover .social-bar {
    right: 50px;
}

#bar-social-media li a {
    color: #000;
}
.footer *{
    font-size: 14px !important;
}
.footer-title{
    font-size: 18px !important;
}

@media(max-width:768px){
    #product-list .col-md-3{
        width: 100% !important;
    }
}

body .pageDetailContent:nth-child(1){
    padding-top: 50px;
}

#animateButtonSlider {
    border: none;
    background-color: var(--site-color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
}
#animateButtonSlider img{
    height: 25px;
}
#animateButtonSlider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.productDetail .product-images-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productDetail .product-images-wrapper .productImage{
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.productDetail .product-images-wrapper .productImage a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productDetail .product-images-wrapper .productImage a img{
    height: 100%;
    object-fit: contain;
}
#languages .lang-flag{
    display: block;
    height: 15px;
    margin-right: 5px;
}
#type-8 #languages a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-right: 1px solid #000;
    height: max-content;
    line-height: normal;
}
#type-8 #languages a::after{
    display: none;
}
#type-8 #languages:hover a, #type-8 #languages li:hover a {
    color: var(--site-header-title-color) !important;
}
#languages .active-lang{
    font-weight: bold;
}

@media(min-width:768px){
    .productPrice-bar{
        text-align: end;
    }
}
.productAltTitle{
    margin-top: 15px;
    font-weight: 300;
}
.detail-type-7 .imageBar{
    padding: 30px 0px;
}
.detail-type-7 .imageBar .col-md-4 .productImage:nth-child(1){
    margin-bottom: 15px;
}
.detail-type-7{
    padding-bottom: 0px;
    background-color: #fff;
}
.detail-type-7 .block-wrap {
    background-color: #fff;
    margin-top: 30px;
}
.detail-type-7 .block-wrap ul:first-of-type {
    border-left: 1px solid #dce0e0;
}

.detail-type-7 .block-wrap ul {
    border-right: 1px solid #dce0e0;
    text-align: center;
}
.detail-type-7-content .block-title-wrap {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 25px;
    padding-bottom: 40px;
}
.detail-type-7-content .block-title-wrap h2{
    font-size: 18px;
    font-weight: 400;
}
.detail-type-7-content .block-wrap {
    padding: 40px;
    background-color: #fff;
    margin-top: 30px;
}
.block-content-wrap ul,
.detail-type-7-content .text-options ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-content-wrap ul:last-of-type {
    margin-bottom: 0px;
}
.block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 10px 0;
    break-inside: avoid;
    width: 48%;
}
.detail-type-7-content .sidebar-wrap{
    margin: 30px 0px;
}
.sidebar-wrap .property-form-wrap {
    padding: 30px;
    background-color: #fff;
}
.property-form {
    margin-top: 15px;
}
.agent-information {
    padding-left: 15px !important;
    line-height: 25px;
}
.agent-information .agent-link {
    font-weight: 500;
}
.agent-link a,
.property-form .control.control--checkbox a{
    color: #77c720 !important;
}
.agent-name {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 5px;
    font-weight: 300;
}
.theiaStickySidebar .form-control,.theiaStickySidebar .form-select{
    color: #222222 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    height: 42px;
}
.theiaStickySidebar textarea{
    height: auto !important;
}
.theiaStickySidebar .form-group {
    margin-bottom: 1rem;
}
.agent-details{
    margin-bottom: 10px;
}
.property-form .control.control--checkbox {
    font-size: 13px;
}
.property-form .formButtons{
    display: flex;
    justify-content: space-between;
}
.property-form .formButtons .btn{
    width: 49% !important;
}
.property-form .formButtons .btn:nth-child(1) {
    color: #fff !important;
    background-color: #77c720 !important;
    border-color: #77c720 !important;
}
.property-form .formButtons .btn:nth-child(2) {
    color: #77c720 !important;
    background-color: #fff !important;
    border-color: #77c720 !important;
}
.detail-type-7-content .text-options li {
    border: none;
    width: 33.3%;
    justify-content: left;
    align-items: center;
}
.detail-type-7-content .text-options li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#option-video-wrap iframe{
    width: 100%;
    max-height: 400px;
}
.property-navigation-wrap a {
    padding: 15px 0;
    color: #222;
    display: block;
    transition: all .4s;
}
.property-navigation-wrap{
    z-index: 999;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1);
    position: fixed;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .4s;
    height: 0px;
}
.property-navigation-wrap *{
    height: 100%;
}
.property-navigation-wrap a.active {
    color: #77c720;
    box-shadow: inset 0 -3px #77c720;
}
.product-pageproductDetail-Type7 .section-header.fixed{
    z-index: -1;
    visibility: hidden;
}
.property-navigation-wrap.fixed{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    height: 55px;
}

.productListing-4 .swiper{
    padding: 0px;
}
.productListing-4 .swiper-pagination{
    bottom: 15px;
}
.productListing-4 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.productListing-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    background-color: #fff;
}
.sort_by_wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
}
.sort_by_wrapper .listing-tools-sort__select {
    background-color: transparent;
    border-color: transparent;
    border-radius: 6rem;
}
.btn-filter{
    color: #2a2a2a;
    background-color: transparent;
    border-color: #c6c6c5;
    border-radius: 0px;
    transition: all .4s;
    min-width: 75px;
}
.btn-filter.active,.btn-filter:hover{
    border-color: #000;
}
.search-form .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0 !important;
}
.listing-tools-filters{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listing-tools-filters__filters form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    min-width: 50%;
}
.listing-tools-filters__filters{
    width: 90%;
}
.categoryNameBar .col-md-12{
    margin-bottom: 75px;
}
.categoryNameBar .col-md-12 .weta-icerik-tag{
    text-align: center;
}
.productListing-4 #product-list{
    margin-top: 50px;
}

.search-form-checks-cols__item .form-check-input {
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dddddc;
    height: 1.5625em;
    margin-top: -.067em;
    vertical-align: top;
    width: 1.5625em;
    float: left;
    margin-left: -2.0625em;
    border-radius: .125rem;
}

.search-form-checks-cols__item .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.search-form-checks-cols__item .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.search-form__dropdown {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 1.25rem;
}
.dropdown-search-filters {
    border: none;
    box-shadow: 0 1px 6px rgb(0 0 0/4%);
    min-width: 28rem;
    padding: 0;
}
.search-form-checks-cols {
    grid-column-gap: .25rem;
    grid-row-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.search-form-radios {
    display: flex;
    gap: .5rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.productListing-4 .btn-check:checked + .btn{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.productListing-4 .btn-check + .btn{
    border-radius: 0px;
}

.productListing-4 .btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    min-width: 124px;
    text-transform: uppercase;
    border-radius: 0px;
}

.productListing-4 .form-check {
    padding-left: 2.0625em;
}
legend {
    float: left;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
}
.search-form__footer {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.btn-link {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.search-form-selects-group {
    align-items: center;
    display: flex;
    gap: .5rem;
    width: 100%;
}
.search-form-selects-group__select{
    width: 50%;
}
.search-form-selects-group__select select{
    border-radius: 0px;
}
.search-form-radios--wrap {
    flex-wrap: wrap;
}
.productListing-4 .product-wrapper {
    padding: 20px 0px;
    border-bottom: 1px solid #c6c6c5;
}


.productDetail-Type-8 a#zoomButton {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 10px;
    background: #dddddd;
    border-radius: 50%;
    color: #000;
    font-size: 15px !important;
}
.productDetail-Type-8 .productImage{
    position: relative;
}
.productDetail-Type-8 .swiper-button-next,
.productDetail-Type-8 .swiper-button-prev{
    display: flex !important;
    opacity: 1 !important;
    background-color: #dddddd;
    font-size: 10px;
}
.productDetail-Type-8 .swiper-button-prev.swiper-button-disabled,
.productDetail-Type-8 .swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
}
.productDetail-Type-8 .swiper-button-next::after,
.productDetail-Type-8 .swiper-button-prev::after {
    font-size: 20px !important;
}


.productDetail-Type-8 .productSlider {
    width: 62.5%;
}
.productDetail-Type-8 .productOtherElemans {
    width: 37.5%;
    display: flex;
    flex-direction: column;
}

.productDetail-Type-8 .productOtherElemans div{
    width: 100%;
    height: 25% !important;
    background-color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.productDetail-Type-8 .productOtherElemans #image3dView .overlay-scale{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: -1;
    height: 80% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.productDetail-Type-8 .productOtherElemans #image3dView:hover .overlay-scale{
    background-color: rgba(0,0,0, 0.5);
    z-index: 9;
}

.productDetail-Type-8 .productOtherElemans .otherImages {
    height: 75% !important;
}

.overlay-scale i {
    padding: 10px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.overlay-scale .icon:hover{
    background-color: #fff;
    color: #000;
}

.productDetail-Type-8 .productOtherElemans div ul li,
.otherImages li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: none;
}
.productDetail-Type-8 .productOtherElemans div ul li.active,
.otherImages li.active{
    display: block;
}

.otherImagesGallery .otherImages li.active{
    display: flex !important;
}

.otherImagesGallery .otherImages li{
    justify-content:center;
    align-items: center;
    height: 85%;
}
.otherImagesGallery .otherImages{
    cursor: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;

}
.otherImagesGallery .button-wrapper-gallery button{
    background-color: transparent !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #d3d4d4 !important;
    color: #000 !important;
    font-size: 20px !important;
    transition: all .4s;
}
.otherImagesGallery .button-wrapper-gallery{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    height: 100px;
    bottom: 0;
}

.otherImagesGallery .button-wrapper-gallery button:hover{
    background-color: #d3d4d4 !important;
}

.productDetail-Type-8 .productOtherElemans .kutu:nth-child(1) {
    border-bottom: 1px solid #fff;
}

.productDetail-Type-8 .productDetailWrapper {
    display: flex;
    flex-wrap: wrap;
    }
.productDetail-Type-8 .tab-pane{
    display: block !important;
}
.productDetail-Type-8 .container-fluid{
    max-width: 100%;
    padding: 0px !important;
    width: 100% !important;
}

.productDetail-Type-8 .otherImages{
    cursor: pointer;
}
.productDetail-Type-8 .col-md-8{
    position: relative;
}
.productDetail-Type-8 .otherImagesGallery{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background-color: #fff;
}
.productDetail-Type-8 .otherImagesGallery.show{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}
.otherImagesGallery{
    position: relative;
}
.otherImagesGallery .btn-otherImages-Close {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 25px;
    border: 1px solid #d3d4d4;
    min-width: auto !important;
    z-index: 99999;
}
.otherImagesGallery img{
    height: 100%;
}

.threesixty-wrapper,
.threesixty{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width:768px) {
    .mobile-lang-menu {
        display: none;
    }
}

@media(max-width:768px) {
    .mobile-lang-menu {
        display: flex;
        min-width: 60px;
        margin-right: 30px;
        justify-content: space-between;
    }

    .full-width {
        display: flex;
        align-items: center;
    }
    .mobile-lang-menu a{
        color: #000;
    }
    .mobile-lang-menu a.active {
        font-weight: 700 !important;
    }
}

@media(min-width:1300px){
    .productAccordions .container{
        max-width: 1320px !important;
    }
}
.productAccordions{
    padding: 50px 0px;
}


.custom-accordion {
    border-bottom: 1px solid #d3d4d4;
}

.custom-accordion .custom-accordion-button {
    font-size: 28px !important;
    padding: 10px 0px;
    position: relative;
    background-color: transparent;
    border: none !important;
    width: 100%;
    text-align: left;
    letter-spacing: 0.5px;
}
.custom-accordion .custom-accordion-button::after {
    content: '\f078';
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    transition: all .4s;
}
.custom-accordion-content {
    height: 0px;
    transition: all .4s;
    opacity: 0;
    max-height: max-content !important;
    border-radius: 10px;
}
.custom-accordion.active .custom-accordion-content{
    opacity: 1;
    height: auto;
    visibility: visible;
}
.custom-accordion.active .custom-accordion-button::after {
    transform: rotate(180deg);
}


.textImg.kolaj-type .rexa-gorseller{
    position: relative;
}
.textImg.kolaj-type .rgw{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.textImg.kolaj-type .rgw img{
    width: 100%;
}

@media(min-width:768px){
    .section-header .dropdown-menu{
        padding: 15px 0px !important;
    }
    .section-header .dropdown-menu li{
        padding: 0px 10px;
        transition: all .4s;
    }
    .section-header .dropdown-menu li:hover a{
        color: var(--site-color) !important;
    }
    .section-header .dropdown-menu li:hover{
        transform: translateX(10px);
    }
    .section-header #languages .dropdown-menu li:hover{
        transform: none;
    }
    .section-header .dropdown-menu.big-dropdown {
        min-width: 350px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section-header .dropdown-menu.big-dropdown li{
        width: 49% !important;
    }

}

.productDetail #myTabContent .tab-pane {
    display: none !important;
}
.productDetail #myTabContent .tab-pane.active{
    display: block !important;
}


.textImg.kolaj-type .rgw{
    min-height: 550px;
}
.textImg.kolaj-type .rgw .tilt-image:nth-child(1) {
    position: absolute;
    right: 0;
    width: 85%;
    border: 5px solid #fff;
    top: -60px;
}
.textImg.kolaj-type .rgw .tilt-image:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 50%;
    border: 5px solid #fff;
    left: 0;
}
.textImg.kolaj-type .rgw .tilt-image:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 45%;
    border: 5px solid #fff;
    right: 0;
}


#productColorMainSlider .productImage{
    height: 500px;
}
#productColorGallerySlider .productImage{
    height: 100px;
}
#productColorGallerySlider{
    margin-top: 50px;
}
#productColorGallerySlider .swiper-slide{
    opacity: 0.5;
}
#productColorGallerySlider .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.btn-check + .btn:hover {
    border-color: #000;
}


.productFilterLeft .product-section-wrapper{
    display: flex;
    margin-top: 30px;
}
.productFilterLeft .product-filter-bar{
    width: 20%;
}
.productFilterLeft .product-list{
    width: 80%;
}

.product-filter-bar .filter-item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 25px 20px;
}
.product-filter-bar .filter-content{
    max-height: 150px;
    overflow: scroll;
}
.product-filter-bar .filter-title {
    margin-bottom: 20px;
}
.form-check-input:checked {
    background-color: var(--site-color);
    border-color: var(--site-color);
}


.product-filter-bar .form-select,
.product-filter-bar .form-control{
    padding: 0 20px;
    height: 54px;
    font-size: 15px;
    border-color: #000;
    background-color: transparent;
}
.product-filter-bar .form-select:focus{
    outline: none;
    box-shadow: none;
}
#product-list .productCount,
.product-filter-bar .weta-icerik-tag{
    margin-bottom: 25px;
    font-weight: 700 !important;
}
.product-filter-bar .filter-content.filter-image{
    max-height: fit-content;
    overflow: hidden;
}
.filter-image-item label.btn {
    width: 100%;
    text-align: left;
    border: 1px solid hsla(270, 4%, 47%, .5);
    border-radius: 16px;
    height: 76px;
}

    .filter-image-item label.btn span{
        font-weight: 500 !important;
        font-size: 15px !important;
        color: #000;
    }

    .filter-image-item .btn-check + .btn:hover,
    .filter-image-item .btn-check:checked + .btn {
        border-color: var(--site-color);
        border: 2px solid var(--site-color);
    }

.filter-image-item {
    margin-bottom: 10px;
}

.filterForm .filter-title h5{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #1d1d1d !important;
    margin-bottom: 8px;
}
#product-list .productCount{
    font-size: 25px;
}
.product-filter-bar .filterForm .filter-item {
    background-color: transparent !important;
    padding: 0px;
}

.product-section-wrapper input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 50px;
    bottom: auto;
    background-color: transparent;
    pointer-events: none;
}

.product-section-wrapper .slider-track {
    width: 90%;
    height: 5px;
    position: absolute;
    top: 50px;
    bottom: auto;
    border-radius: 5px;
}

.product-section-wrapper input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.product-section-wrapper input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.product-section-wrapper input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.product-section-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.product-section-wrapper input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
    border: none;
}

.product-section-wrapper input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.product-section-wrapper input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #3264fe;
}


.converttoInt .values{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.converttoInt .values .deger-item{
    width: 48%;
}
.product-filter-bar .filterForm .filter-item.converttoInt {
    position: relative;
}
.converttoInt .deger-content{
    display: flex;
    align-items: center;
    position: relative
}
.converttoInt .deger-content span{
    position: absolute;
    right: 10px;
    font-size: 13px;
}
.converttoInt .filter-content {
    position: relative;
    padding: 20px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    max-height: fit-content !important;
    margin-bottom: 10px;
}

.video-js{
    width: 100% !important;
    height: 100% !important;
}

.teklifButton .whatsapp-contact {
    margin-left: 15px;
    color: #fff;
    background-color: #25d366;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 7px;
}
#productDetailType-4 .teklifButton{
    display: flex;
}


@media(max-width:768px){
    .productFilterLeft .product-filter-bar {
        width: 100%;
        padding-right: 0%;
    }

    .productFilterLeft .product-list {
        width: 100% !important;
        margin-top: 30px;
    }

    .productFilterLeft .product-section-wrapper {
        flex-wrap: wrap;
    }
    .filter-bar-section {
        overflow: hidden;
        height: 0px;
        transition: all .4s;
    }
    .filter-bar-section.show {
        overflow: unset !important;
        height: auto;
    }
    .filter-br-title .weta-icerik-tag{
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }
    .filter-br-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #btn-filter-section {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

#btn-filter-section {
    display: none;
}
#product-list .product-color-options{
    display: flex;
    justify-content: center;
}
#product-list .product-color-options .item{
    margin-right: 5px;
}
#product-list .product-color-options .item .circleColor{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
#teklifForm .custom-label{
    z-index: 1;
    transform: none !important;
}

.general-search ul{
    padding: 0px;
}
.general-search ul li a{
    color: #000 !important;
}


@media(min-width:768px){
    .category-section-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .category-section-wrapper .category-list-content{
        width: 25%;
    }
    .category-section-wrapper .product-list{
        width: 75%;
        padding-left: 5%;
        margin-top: 0px !important;
    }
    .category-section-wrapper .category-list-content .item a{
        color: #fff;
    }
    .category-section-wrapper .category-list-content .item {
        margin-bottom: 0;
        padding: 10px 8px;
        background: #636363;
        border-bottom: 1px solid #ccc;
    }
    .category-section-wrapper .category-list-content .item.active,
    .category-section-wrapper .category-list-content .item:hover{
        background-color: #333 !important;
    }
    .category-section-wrapper .category-list-content .item .disc {
        float: left;
        margin-right: 5px;
        color: #9fce40;
        font-size: 18px;
        position: relative;
        top: -3px;
    }

    .category-list-name {
        font-weight: 500;
        color: #fff;
        background: #00aeef;
        padding: 10px;
        text-align: center;
        text-transform: capitalize !important;
        border-bottom: 0;
        margin-bottom: 10px;
    }
    .category-list-name .weta-icerik-tag{
        font-size: 18px !important;
        margin: 0px !important;
        color: #fff !important;
    }
}

.btn-all-images {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    border-radius: 100px;
    text-transform: capitalize;
    padding: 7px 24px;
    background-color: rgba(21, 21, 21, .5);
    border: 1px solid rgba(255, 255, 255, .2);
}
.allProductImages{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.imageBar .col-md-4{
    position: relative;
}
.productAllImages{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.productAllImages .item{
    margin-bottom: 20px;
}

.productAllImages .item:nth-child(5n+1),
.productAllImages .item:nth-child(5n+2) {
    width: 49%;
}
.productAllImages .item:nth-child(5n+3),
.productAllImages .item:nth-child(5n+4),
.productAllImages .item:nth-child(5n+5) {
    width: 32.5%;
}
.section-top-bar #right-bar .whatsapp-img {
    max-height: 12px !important;
    margin-top: -2px;
}
.whatsapp-bar .number{
    display: none;
}


.page-breadcrumb .title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.page-breadcrumb .relative-title {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.page-breadcrumb .relative-title .page-name {
    display: block;
}

.page-breadcrumb .relative-title .page-name span {
    text-align: left;
    color: #fff;
    font-weight: 700 !important;
    font-size: 42px;
    position: relative;
    top: 30px;
}

.page-breadcrumb .relative-title .page-list {
    position: absolute;
    bottom: 5px;
}

.page-breadcrumb .relative-title .page-list .arrow-breadcrumb {
    padding: 0px 10px;
    color: #fff !important;
}

.page-breadcrumb .relative-title .page-list a {
    color: #fff;
}

.page-breadcrumb {
    margin-top: 0px !important;
}



@media(min-width:1150px){
    li.dropdown.static {
        position: unset !important;
    }
    .dropdown-menu.main-mega {
        left: 0;
        width: 100vw;
        position: absolute;
        min-width: 100vw;
        display: flex !important;
        flex-wrap: wrap;
        padding: 25px 40px !important;
        justify-content: space-between;
    }
    .main-li-item{
        width: 47% !important;
        height: max-content !important;
        max-height: max-content !important;
    }
    .mega-menu-items {
        padding: 0px !important;
        display: flex;
        flex-wrap: wrap;
    }
    ul.mega-menu-items li {
        width: 50% !important;
        padding: 0px !important;
        padding-left: 0px !important;
        max-height: 30px !important;
        line-height: 30px !important;
    }
    .section-header .dropdown-menu li a.mega-menu-main-category {
        font-size: 20px !important;
    }
    .section-header .dropdown-menu .main-li-item:hover,
    .section-header .dropdown-menu .main-li-item:hover li {
        transform: translateX(0px) !important;
    }
    .section-header #navigation > ul > li:hover .dropdown-menu .mega-menu-items li:hover{
        transform: translateX(10px) !important;
    }

    .section-header #navigation > ul > li:hover .dropdown-menu .mega-menu-items li:hover a{
        color: var(--site-color) !important;
    }
}

.detailType-10 .link-varyasyon .varyasyon-title{
    display: none !important;
}

.detailType-10 .link-varyasyon .group:nth-child(1) {
    border-top: 1px solid;
}

.detailType-10 .link-varyasyon .group {
    width: 100%;
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid;
    border-color: #a5a5a5;
}
.detailType-10 .link-varyasyon .group span{
    min-width: 80px;
    margin-right: 50px;
    display: block;
    width: max-content;
}
.weta-description ul{
    padding-left: 20px;
}
.weta-description ul li{
    position: relative;
}
.weta-description ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    margin-right: 10px;
    position: absolute;
    left: -20px;
}
#legal-policy ul{
    display: flex;
    justify-content: center;
}
#legal-policy ul li{
    margin-right: 15px;
    position: relative;
}
#legal-policy ul.multi li::before {
    content: '';
    position: absolute;
    right: -7px;
    width: 1px;
    height: 100%;
    background-color: #000;
}
#legal-policy ul.multi li:nth-last-child(1)::before{
    display: none;
}

#allTalepPopup, #allteklifPopup {
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    display: block;
}
#allTalepPopup::before,
#allteklifPopup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    transition: all .4s;
}
#allTalepPopup.show,
#allteklifPopup.show {
    opacity: 1;
    visibility: visible;
}
#allTalepPopup.show::before,
#allteklifPopup.show::before {
    opacity: 0.5;
}