.nav-tabs .nav-link {
    color: #000 !important;
}

.dropdown-menu {
    min-width: 300px !important;
}

.category-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin-bottom: 35px;
}

#category-list .product-title {
    padding: 15px 0px;
}

.categoryList,
.productList,
.productDetail {
    background-color: #f6f6f6;
}

.category-section-wrapper .category-list-content {
    display: none !important;
}

.category-section-wrapper .product-list {
    width: 100%;
    padding-left: 0%;
}

.product-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.product-content-wrapper {
    padding: 0px 15px;
}

.learn-more {
    padding: 0px 15px;
    padding-bottom: 15px;
    display: none;
}

#productColorGallerySlider {
    margin-top: 30px;
}

.productDocuments {
    padding: 30px 0px;
}

.varyasyon-list .varyasyon-title {
    width: 100%;
    margin-bottom: 20px;
}

.btn {
    border-radius: 0px !important;
}

.productDetail .swiper-slide img {
    object-fit: contain !important;
}

.varyasyon-list .varyasyon-name {
    background-color: #fff !important;
}

table p {
    margin-bottom: 0px !important;
}

.productDetail .swiper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media(min-width:768px) {
    .productDetail .col-md-7 {
        width: 45% !important;
    }

    .productDetail .col-md-5 {
        width: 55% !important;
    }
}

.productAccordions {
    display: none;
}

.gallery-section-1 .img-wrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 25px;
    transition: all .4s;
}

.gallery-section-1 .gallery-wrapper {
    margin-bottom: 20px;
}

.gallery-section-1 .img-wrapper:hover {
    transform: translateY(-5px);
}

.gallery-section-1 .gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 250px;
    background-color: #fff;
    padding: 15px 20px;
    border-top-right-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition: all .4s;
}

.gallery-section-1 .img-title {
    margin: 0px !important;
}

.gallery-section-1 .gallery-info .weta-icerik-tag {
    font-size: 20px !important;
    text-align: left !important;
    margin: 0px !important;
}

img {
    border-radius: 25px;
}

.pageSliderContent .swiper-slide img {
    object-fit: contain !important;
    object-position: right;
}

.gallery-section .weta-icerik-tag,
.gallery-section .galleryDescription,
.gallery-section .img-description {
    text-align: center;
}

.logo img {
    max-height: 70px !important;
    border-radius: 0px !important;
}

#category-list .category-wrapper .btn-color::before,
#category-list .category-wrapper .btn-color::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all ease 0.4s;
}

#category-list .category-wrapper .btn-color::after {
    width: 0;
    left: 0;
    transition: all ease 0.8s;
}

#category-list .category-wrapper .btn-color:hover::before {
    width: 0;
}

#category-list .category-wrapper .btn-color:hover::after {
    width: 100%;
}

#category-list .category-wrapper .btn-color {
    position: relative;
    border: 0px !important;
    min-width: 94px;
    font-size: 15px;
    margin-top: 5%;
}

#category-list .category-wrapper img {
    border-radius: 0px;
}

#category-list .category-wrapper .product-title {
    transition: all .4s;
    position: relative;
    background: transparent;
}

#category-list .category-wrapper:hover .product-title {
    margin-top: -15%;
    background: #fff;
    transition: all .4s;
}

.productList .product-wrapper .product-content-wrapper,
.product-section .product-wrapper .product-title {
    transition: all .4s;
}

.productList .product-wrapper:hover .product-content-wrapper,
.product-section .product-wrapper:hover .product-title {
    background: #000;
    transition: all .4s;
}

.productList .product-wrapper:hover .product-title .weta-icerik-tag {
    color: #fff !important;
    transition: all .4s;
}

.productList .product-wrapper .product-title .weta-icerik-tag {
    transition: all .4s;
}

.productList .product-wrapper .product-content-wrapper,
.product-section .product-wrapper .product-title {
    position: relative;
    transition: all .4s;
    background: transparent;
}

#product-list .product-image img {
    border-radius: 0px;
}

#category-list .category-img {
     position: relative;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
}

.productList .col-md-3 {
    width: 33.3333333333333333%;
}

/* .productList .product-wrapper .product-image a::before,
.product-section .product-wrapper .product-image::before,
#category-list .category-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all .4s;
} */

.productList .product-wrapper:hover .product-image a::before,
.product-section .product-wrapper:hover .product-image::before,
#category-list .category-wrapper:hover .category-img::before {
    opacity: 0.1;
}

.productList .product-wrapper,
.product-section .product-wrapper,
#category-list .category-wrapper {
    transition: all .4s;
    border: 1px solid transparent;
}

.productList .product-wrapper:hover,
.product-section .product-wrapper:hover,
#category-list .category-wrapper:hover {
    transform: scale(1.04);
    border-color: #000;
}

.productList .product-wrapper:hover .product-image::before,
.product-section .product-wrapper:hover .product-image::before,
#category-list .category-wrapper:hover .category-img::before {
    opacity: 0;
}

@media (min-width: 1000px) {
    .productgalleryThumbs {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .section-header .dropdown-menu {
        display: flex !important;
        flex-wrap: wrap;
        right: -315%;
        min-width: 65vw !important;
        background: #000;
    }

    .section-header #navigation>ul>li:hover .dropdown-menu a,
    .section-header .dropdown-menu li:hover a {
        color: #fff !important;
    }

    .section-header .dropdown-menu li a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex !important;
        justify-content: center !important;
        align-items: end !important;
    }

    .section-header .col-lg-9 {
        justify-content: center;
        width: 60%;
    }

    .section-header .col-lg-3 {
        width: 20%;
    }

    .section-header .dropdown-menu li {
        width: 25% !important;
        position: relative;
        height: 120px;
        line-height: 100px;
        display: flex;
        justify-content: center;
        align-items: end;
        max-height: 120px;
        margin-bottom: 30px;
    }

    .ctaButton div {
        font-size: 14px;
        font-weight: 300;
    }

    .section-header #navigation>ul>.ctaButton {
        position: absolute;
        right: 21%;
        top: 0;
    }

    .section-header #navigation>ul>.search-click-1.search-wrapper {
        position: absolute;
        right: 18%;
    }

    .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .section-header .dropdown-menu#main-menu li a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 70px;
    }

    .section-header .dropdown-menu#main-menu li:nth-child(1) a::before {
        background-image: url("/images/ilk-.png");
        top: 10px;
    }

    .section-header #navigation>ul>li .dropdown-menu a {
        line-height: normal;
    }

    .section-header .dropdown-menu li:hover {
        transform: translateX(0px);
    }

.section-header .dropdown-menu#main-menu li:nth-child(2) a::before {
    background-image: url("/images/personel-.png");
    top: 15px;
}

.section-header .dropdown-menu#main-menu li:nth-child(3) a::before {
    background-image: url("/images/resepsiyon-.png"); /* Son tanım geçerli olur */
    top: 15px;
}

.section-header .dropdown-menu#main-menu li:nth-child(4) a::before {
    background-image: url("/images/keson-.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(5) a::before {
    background-image: url("/images/toplanti-ve-konferans-.png");
    top: 30px;
}

.section-header .dropdown-menu#main-menu li:nth-child(6) a::before {
    background-image: url("/images/koltuk-.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(7) a::before {
    background-image: url("/images/okul-sirasi-.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(8) a::before {
    background-image: url("/images/Bolucu-Panel-ve-Separatorler.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(9) a::before {
    background-image: url("/images/sandalye.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(10) a::before {
    background-image: url("/images/personel-mobilyasii.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(11) a::before {
    background-image: url("/images/calisma-gruplari.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(12) a::before {
    background-image: url("/images/toplanti-masalari.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(13) a::before {
    background-image: url("/images/masa-takimlari.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(16) a::before {
    background-image: url("/images/kursu-banko.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(17) a::before {
    background-image: url("/images/etajer-keson-tamamlaticilar.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(5) a::before {
    background-image: url("/images/dolaplar.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(13) a::before {
    background-image: url("/images/kanepeler.png");
    top: 20px;
}

.section-header .dropdown-menu#main-menu li:nth-child(14) a::before {
    background-image: url("/images/koltuk-.png");
    top: 20px;
}


    .section-header .dropdown-menu li::after {
        content: '';
        position: absolute;
        width: 90%;
        height: 130px;
        background: #343434;
        border-radius: 20px;
        z-index: -1;
        top: 0;
        transition: all .4s;
    }

    .section-header .dropdown-menu li:hover::after {
        background-color: #4e4c4c;
    }

    #dokumanTab {
        justify-content: center;
    }

    .nav-tabs .nav-link {
        font-size: 22px !important;
    }

    #dokumanTabContent {
        border: 1px solid #000;
        padding: 30px;
    }

    #dokumanTabContent ul li {
        position: relative;
    }

    #dokumanTabContent ul li::before {
        content: '\f00c';
        position: absolute;
        left: -20px;
        font-family: 'FontAwesome';
        background-color: #000;
        border-radius: 50%;
        color: #fff;
        width: 14px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        top: 5px;
    }
}

#page-detail-section-5 {
    background-color: var(--site-color) !important;
    padding: 0px !important;
    margin: 50px 0px !important;
}

#page-detail-section-5 .container {
    max-width: 100%;
    padding: 0px;
}

#page-detail-section-5 .rexa-content {
    padding-left: 6%;
}

.textImg_multiImgSlider-5 {
    padding: 0px !important;
    background-color: #fff !important;
}

.textImg_multiImgSlider-5 .swiper-pagination {
    display: none !important;
}

#page-detail-section-5 .swiper-button-next,
#page-detail-section-5 .swiper-button-prev {
    display: flex !important;
}

#page-detail-section-5 .rexa-content * {
    color: #fff !important;
}

#page-detail-section-5 .rexa-content .btn {
    background-color: #fff !important;
    color: var(--site-color) !important;
}

#page-detail-section-5 .swiper-button-prev {
    left: 20px !important;
}

#page-detail-section-5 .swiper-button-next {
    left: 100px;
}


#page-detail-section-5 .swiper-button-next,
#page-detail-section-5 .swiper-button-prev {
    bottom: 0px;
    top: auto;
    background-color: var(--site-color);
    width: 50px !important;
    height: 60px !important;
    border-radius: 0px !important;
}

#page-detail-section-5 .swiper-button-next::after,
#page-detail-section-5 .swiper-button-prev::after {
    color: #fff !important;
    font-size: 25px !important;
}

.weta-slider-tag {
    font-size: 35px !important;
}

.weta-slider-tag span {
    font-weight: bold;
}

.weta-slider-tag .text-container span {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 25px !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    width: fit-content;
    display: inline-block;
    opacity: 0;
    border-bottom: 1px solid;
}

.swiper-slide.swiper-slide-active .weta-slider-tag .text-container span {
    animation: fadeIn 0.5s forwards;
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(1) {
    animation-delay: 0s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(2) {
    animation-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(3) {
    animation-delay: 0.6s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(4) {
    animation-delay: 0.9s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(5) {
    animation-delay: 1.2s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(6) {
    animation-delay: 1.5s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(7) {
    animation-delay: 1.8s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(8) {
    animation-delay: 2.1s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(9) {
    animation-delay: 2.4s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(10) {
    animation-delay: 2.7s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(11) {
    animation-delay: 3s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(12) {
    animation-delay: 3.1s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(13) {
    animation-delay: 3.4s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(14) {
    animation-delay: 3.7s;
}

.swiper-slide.swiper-slide-active .text-container span:nth-child(15) {
    animation-delay: 4s;
}


.iti {
    width: 100%;
}

.product-breadcrumb,
.page-breadcrumb {
    background: linear-gradient(270deg, rgba(147, 146, 140, 1) 0%, rgba(98, 97, 95, 1) 100%) !important;
}

@media (max-width:768px) {
    .gallery-section-1 .custom-col {
        width: 100% !important;
    }
.pageSliderContent .swiper-slide:nth-child(1) img {
    position: relative;
    right: 60px;
}

    #counter-section-1 .counter-col {
        width: 50% !important;
    }

    .weta-parallax-tag,
    .counterNumber,
    .weta-counter-tag {
        font-size: 23px !important;
    }

    #parallax-3 {
        margin: 15px !important;
    }

    .textImg .rexa-content {
        padding: 6%;
    }

    #page-detail-section-5 .rexa-gorseller {
        padding: 0px;
    }

    #page-detail-section-5 .swiper-button-next,
    #page-detail-section-5 .swiper-button-prev {
        bottom: 15px;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        max-height: calc(75vh - 75px);
        height: calc(75vh - 75px);
    }

    .parallax-section#parallax-1 {
        height: 300px !important;
        max-height: 300px !important;
    }

    .varyasyon-list .varyasyon-name {
        font-size: 16px;
    }

    .varyasyon-list.color-varyasyon img {
        max-width: 75% !important;
        max-height: none;
    }

    .varyasyon-list.color-varyasyon {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }

    .varyasyon-list.color-varyasyon .group {
        width: 47%;
        margin: 0px 5px 10px 5px;
    }

    .productList .product-wrapper:hover,
    .product-section .product-wrapper:hover {
        overflow: hidden;
    }

    .productList .product-wrapper,
    .product-section .product-wrapper {
        transition: all .4s;
    }

    .product-breadcrumb,
    .page-breadcrumb {
        height: max-content;
    }

    .page-breadcrumb .relative-title .page-name span {
        font-size: 25px;
        top: 0;
    }

    .page-breadcrumb .relative-title {
        display: flex;
        flex-direction: column;
    }

    .page-list * {
        font-size: 13px !important;
    }

    .section-header #navigation .ctaButton .nav-link div {
        font-size: 16px !important;
        font-weight: 400;
    }

    .section-header #navigation>ul>li {
        width: 100%;
    }

    .section-header #navigation .ctaButton .nav-link {
        width: 100%;
        display: flex;
    }

    .section-header .ctaButton a i {
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .page-breadcrumb .relative-title .page-name {
        margin-top: 10px;
        width: 100%;
    }

    .fixed-bottom {
        z-index: 99;
    }

    .page-breadcrumb .relative-title .page-list {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .pageSliderContent .swiper-slide .slider-contents {
        bottom: 0;
    }

    .footer .footer-info-list,
    .footer-description {
        margin-top: 0px;
    }

    #footer-col {
        margin: 20px 0px;
    }

    footer img {
        max-width: 60%;
    }

    .footer * {
        font-size: 12px !important;
    }
.weta-slider-tag {
    font-size: 20px !important;
}
}

@media (max-width: 360px) {
    .varyasyon-list.color-varyasyon .group {
        width: 46%;
    }
    .varyasyon-list .varyasyon-name {
        font-size: 12px;
    }
}

.product-breadcrumb,
.page-breadcrumb .relative-title .page-name .page-breadcrumb {
    background: linear-gradient(270deg, rgba(147, 146, 140, 1) 0%, rgba(98, 97, 95, 1) 100%);
}

footer ul {
    padding: 0px !important;
}

.footer * {
    font-weight: 400;
}

.footer li * {
    font-weight: 400;
}

footer .col-md-5 ul {
    display: flex;
    flex-wrap: wrap;
}

footer .col-md-5 ul li {
    width: 49%;
}

.footer li a:hover {
    margin-left: 5px;
}

.footer li a {
    transition: all .4s;
}

.footer li {
    padding: 5px 0px !important;
}

footer .footer-title,
footer .footer-info-list ul li a,
.product-breadcrumb *,
.page-breadcrumb * {
    text-transform: uppercase;
}


@media(min-width:768px){
    #product-list .custom-col{
        width: 25% !important;
    }

}

#category-list .category-wrapper .btn-color:hover {
    color: #fff !important;
}

.product-section .product-wrapper:hover .product-title .weta-icerik-tag{
     color: #fff;
}

@media(max-width: 768px) {
    body.bottom-open #fixed-button {
        bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    body.bottom-open #fixed-button {
         bottom: 15px !important; 
    }
}
@media (max-width: 1150px) {
    .section-header #navigation > ul li {
        padding: 5px 0px !important;
    }
}

.category-description .btn{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}
#category-153 #category-info .category-description{
    background: transparent !important;
}
#category-153 .category-button.text-end{
    display: none !important;
}
#category-153 #category-info .category-name{
    display: none !important;
}