body{ width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'emoji'; font-size: 16px; font-weight: 400; overflow: auto; overflow-x: hidden;}
::selection{ background: #7a4e45; color: #fff;}
.loading{ position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999;}
.container{ max-width: 1500px !important; }

/* Header Section */
.header-section{ width: 100%; padding: 30px; position: relative; }

.header-section .logo { width: auto; /*margin-left: 40%;*/max-width:19%; }
.header-section .logo a{ text-decoration: none; color: currentColor; display: inline-block;}
.header-section .logo img{ width: 70%;}

.top-menu{ width: auto;}
.top-menu ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center;}
.top-menu ul li{ position: relative; width: auto;}
.top-menu ul li a{ text-decoration: none; color: #111; display: inline-block; padding: 10px 0; margin-left: 30px; font-size: 14px; position: relative;}
.top-menu ul li a img { width: 21px; height: 21px; position: relative; top: -3px; }
.top-menu ul li a i{ color: #fff; font-size: 18px; position: relative; top: 3px;}
.top-menu ul li:hover a{ color: #7a4e45;}
.top-menu > ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.top-menu > ul ul{ list-style: none; padding: 10px 0; margin: 0; position: absolute; width: 180px; background: #fff; display: none; z-index: 2;}
.top-menu > ul ul li a{ padding: 5px 25px; color: #ff0000 !important;}
.top-menu > ul ul li a:hover{ color: #ff0000 !important;}
.top-menu > ul ul.opened{ display: block;}
.top-menu > ul ul ul{ left: 100%; top: 0; display: none;}
.top-menu > ul ul ul.opened{ display: block;}
    .top-menu > ul li:hover > ul { display: block; opacity: 1; }


/* Left Fixed */

.left-fixed { position: fixed; z-index: 999999; width: 5%; height: 100vh; left: 0; top: -400px; /* border-right: 1px solid #ddd; */ /* background: #fff; */ display: flex; align-items: center; justify-content: center; color: black; }
    .left-fixed .desktop-menu { cursor: pointer; /*display: inline-flex;*/ align-items: center; font-size: 32px; font-weight: 600; /*transform: rotate(-90deg);*/ letter-spacing: 1px; }
        .left-fixed .desktop-menu i { position: fixed; /*top: -1px;*/ margin-right: 5px; }
    .left-fixed .lang { transition: 0.3s; position: absolute; width: 60px; height: 60px; left: 0; bottom: 0; overflow: hidden !important; }
        .left-fixed .lang:hover { height: 240px; }
        .left-fixed .lang a { text-decoration: none; color: currentColor; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; width: 60px; height: 60px; border-bottom: 1px solid #ddd; }
            .left-fixed .lang a:last-child { border: 0; }


.mobile-menu{ width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9; transition: 0.3s; background: #fff; overflow: auto;}
.mobile-menu.opened{ left: 0;}
.mobile-menu ul{ width: 100%; height: 100%; top: 0; z-index: 3; padding: 30px 0; padding-top: 70px; margin: 0; list-style: none;}
.mobile-menu ul li{ position: relative; border-top: 1px solid black;}
.mobile-menu ul li:last-child{ border-bottom: 1px solid black;}
.mobile-menu ul li a{ text-decoration: none; color: #111; font-size: 14px; font-weight: 500; display: block; letter-spacing: 1px; padding: 10px 15px; text-align: center;font-family:'emoji';}
.mobile-menu > ul{ display: block; left: 0;}
.mobile-menu > ul ul{ position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu > ul ul ul{ position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s;}
.mobile-menu > ul ul ul.opened{ left: 0; opacity: 1; visibility: visible;}
.mobile-menu .back-icon{ width: 40px; height: 40px; position: absolute; left: 15px; top: 20px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd;}
.mobile-menu .sub-icon{ width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2;}

/* Slider */
.slider{ width: 100%;}
.slider a{ text-decoration: none; color: currentColor; display: block; position: relative;}
.slider a::after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.slider img{ width: 100%; height: 100vh; object-fit: cover; position: relative;}

.slider a.link { border: 2px solid #fff; display: inline-block; position: absolute; left: 30px; bottom: 30px; color: #fff; padding: 10px 20px; font-family: 'Urbanist'; }
.slider a.link::after { display: none; }

.scroll-button { position: absolute; left: 50%; bottom: 72px; transform: translateX(-50%); width: 36px; height: 50px; cursor: pointer; border: 2px solid #fff; border-radius: 50px; z-index: 3; }
.scroll-button span { width: 8px; height: 8px; background: #fff; border-radius: 100%; left: 50%; top: 10px; transform: translateX(-50%); position: absolute; animation: 1.5s scroll infinite linear; }

@keyframes scroll{
    0% { top: 10px; opacity: 1; }
    33% { top: 30px; opacity: 0.5; }
    67% { top: 30px; opacity: 0; }
    100% { top: 30px; opacity: 0; }
}

/* About */
.about .image { width: 50%; }
.about .image img { width: 100%; }
.about .content { width: 50%; color: #7a4e45; padding: 30px; }
.about .content h2 { font-family: 'Urbanist'; font-size: 42px; display: flex; align-items: center; }
.about .col-lg-8:nth-child(odd) .image { order: 2; }
.about .col-lg-8:nth-child(odd) .content { order: 1; text-align: right; }
.about .col-lg-8:nth-child(odd) .content h2 { justify-content: flex-end; }
.about .col-lg-8:nth-child(odd) .content h2::after { content: ""; display: block; margin-left: 20px; width: 40px; height: 40px; background: url(../images/icon.svg) no-repeat center; background-size: 40px; }
.about .col-lg-8:nth-child(even) .content h2 { justify-content: flex-start; }
.about .col-lg-8:nth-child(even) .content h2::before { content: ""; display: block; margin-right: 20px; width: 40px; height: 40px; background: url(../images/icon.svg) no-repeat center; background-size: 40px; }

/* Home Slider */
.home-slider { align-items: center; color: #7a4e45; }
.home-slider .content { max-width: 600px; width: 100%; margin: auto; text-align: center; padding: 30px 0; }
.home-slider .content h2 { font-family: 'Urbanist'; font-size: 48px; margin-bottom: 45px; }
.home-slider .content p { margin-bottom: 45px; }
.home-slider .content a { text-decoration: none; display: inline-block; color: #7a4e45; border: 1px solid #7a4e45; padding: 15px 45px; font-family: 'Urbanist'; }
.home-slider .image img { width: 100%; }

.home-slider .swiper-pagination { width: 50%; bottom: 60px; }
.home-slider .swiper-pagination span { background: #7a4e45; width: 14px; height: 14px; }

/* Home Collection */
.home-collection { width: 100%; display: flex; }
.home-collection .content { width: 35%; color: #7a4e45; display: flex; align-items: flex-start; justify-content: flex-end; }
.home-collection .content .wrap { max-width: 500px; width: 100%; border: 1px solid #7a4e45; padding: 60px; text-align: center; position: relative; top: 50px; margin-right: -10%; }
.home-collection .content .wrap h2 { font-family: 'Urbanist'; font-size: 36px; }
.home-collection .content .wrap a { white-space: nowrap; position: absolute; font-family: 'Urbanist'; padding: 15px 45px; left: 50%; transform: translateX(-50%); bottom: -27px; text-decoration: none; color: #fff; background: #7a4e45; display: inline-block; }
.home-collection .image { width: 65%; }
.home-collection .image img { width: 100%; }

/* Home Carou */
.home-carou { width: 90%; margin: 0; }
.home-carou .image { width: 100%; padding-bottom: 130%; position: relative; }
.home-carou .image img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }

.home-carou .content { position: absolute; width: 100%; height: auto; color: #fff; background: #7a4e45; text-align: center; left: 0; bottom: 0; z-index: 2; padding: 15px; transition: 0.3s; }
.home-carou .content a { display: none; /* * */ position: absolute; text-decoration: none; top: 30px; left: 50%; transform: translateX(-50%); border: 2px solid #fff; color: #fff; padding: 15px 45px; font-family: 'Urbanist'; }
.home-carou .content h2 { font-size: 14px; margin-bottom: 0; }

.home-carou .swiper-slide:hover .content { padding-top: 50%; background: rgba(122,78,69,0.8); }
.home-carou .swiper-slide:hover .content a { display: inline-block; }

.home-controller { position: absolute; right: calc(10% - 70px); top: 0; }
.home-controller .swiper-button-next, .home-controller .swiper-button-prev { margin-bottom: 10px; width: 60px; height: 60px; background: #7a4e45; right: unset; left: unset; top: unset; transform: unset; position: relative; margin-top: 0; }
.home-controller .swiper-button-next::after, .home-controller .swiper-button-prev::after { color: #fff; font-size: 20px; }



/* Login Form */
.login-form { width: 100%; display: flex; justify-content: center; }
.login-form .inputs { width: 35%; position: relative; margin-right: -5%; }
.login-form .inputs h2 { font-family: 'Urbanist'; font-size: 48px; color: #7a4e45; margin-bottom: 45px; }
.login-form .inputs input[type=text] { width: 100%; outline: none; border: 1px solid #7a4e45; background: transparent; padding: 15px; margin-bottom: 10px; }
.login-form .inputs input[type=password] { width: 100%; outline: none; border: 1px solid #7a4e45; background: transparent; padding: 15px; margin-bottom: 10px; }
.login-form .inputs textarea { width: 100%; height: 150px; outline: none; border: 1px solid #7a4e45; background: transparent; padding: 15px; margin-bottom: 10px; }
.login-form .inputs input[type=text]::placeholder, .login-form .inputs textarea::placeholder, .login-form .inputs input[type=password]::placeholder { color: #7a4e45; }
.login-form .inputs input[type=submit] { display: inline-block; max-width: 200px; width: 100%; padding: 15px; background: #7a4e45; margin-bottom: 10px; color: #fff; outline: none; border: 0; font-family: 'Urbanist'; }
.login-form .inputs a.pass-href { display: block; text-decoration: none; color: #7a4e45; margin-bottom: 45px; }
.login-form .inputs a.retail-href { text-align: center; display: inline-block; text-decoration: none; color: #7a4e45; padding: 15px; background: #f3efee; font-family: 'Urbanist'; }

.login-form .wrap { width: 65%; }
.login-form .image { width: 100%; height: 600px; position: relative; }
.login-form .image img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; z-index: -1; }

.login-form .contact-info { margin-top: 15px; }
.login-form .contact-info ul { list-style: none; padding: 0; margin: 0; }
.login-form .contact-info ul li { padding: 5px 0; color: #7a4e45; padding-left: 30px; }

.login-form .contact-info ul li.address { background: url(../images/pin.svg) no-repeat center left; background-size: 16px; }
.login-form .contact-info ul li.phone { background: url(../images/phone.svg) no-repeat center left; background-size: 20px; }
.login-form .contact-info ul li.mail { background: url(../images/mail.svg) no-repeat center left; background-size: 19px; }

/* Footer Section */
.footer-section { width: 100%; background: #fff; }
.footer-section .f-logo { display: none; width: auto; margin-bottom: 45px; }
.footer-section .f-logo a { text-decoration: none; color: currentColor; display: block; }
.footer-section .f-logo img { width: 100%; }

.footer-section .social-media { width: 100%; margin-bottom: 45px; }
.footer-section .social-media a { display: inline-block; width: 40px; height: 40px; border: 1px solid #7a4e45; border-radius: 100%; margin: 0 2px; }
.footer-section .social-media a.instagram { background: url(../images/social/instagram.svg) no-repeat center; background-size: 24px; }
.footer-section .social-media a.facebook { background: url(../images/social/facebook.svg) no-repeat center; background-size: 24px; }
.footer-section .social-media a.twitter { background: url(../images/social/twitter.svg) no-repeat center; background-size: 20px; }
    .footer-section .social-media a.linkedin { background: url(../images/social/linkedin.svg) no-repeat center; background-size: 20px; }
    .footer-section .social-media a.googleplus { background: url(../images/social/googleplus.svg) no-repeat center; background-size: 20px; }
    .footer-section .social-media a.pinterest { background: url(../images/social/pinterest.svg) no-repeat center; background-size: 20px; }

.footer-section .newsletter-form { max-width: 500px; width: 100%; margin: auto; }
.footer-section .newsletter-form h2 { font-size: 20px; color: #7a4e45; font-family: 'Urbanist'; margin-bottom: 15px; }
.footer-section .newsletter-form .inputs { width: 100%; }
    .footer-section .newsletter-form .inputs input[type=text] { width: 100%; margin-bottom: 10px; background: transparent; outline: none; border: 1px solid #000; border-radius: 0; padding: 15px; text-align: center; font-family: 'Urbanist'; }
.footer-section .newsletter-form .inputs input[type=text]::placeholder { color: #000; }
.footer-section .newsletter-form .inputs input[type=submit] { font-family: 'Urbanist'; width: 100%; outline: none; background: #7a4e45; color: #fff; padding: 15px; border: 0; font-size: 16px; }

/* Bottom Section */
.bottom-section .copyright { color: #000; font-size: 15px; padding: 5px 10px; }
.bottom-section a { text-decoration: none; color: #000; display: block; font-size: 15px; padding: 5px 10px; font-family: 'Urbanist'; }

/* Menu Button */
.menu-btn{ position: relative; z-index: 10; width: 40px; height: 40px; background: #7a4e45; color: #fff; font-size: 24px; margin-left: 15px; display: none; align-items: center; justify-content: center;}

/* Helpers */
.py-9vw { padding-top: 9vw; padding-bottom: 9vw; }
.bg-color::after { content: ""; position: absolute; width: 100%; height: 60%; background: #f3efee; left: 0; bottom: 0; z-index: -1; }



.wrapper-full { max-width: 100%; width: 100%; margin: auto; }

.reklamAlan { width: 100%; position: relative; }
    .reklamAlan img { width: 100%; }

.bottombar { display: none; }

.GeriGit { display: none; }

/* CONTENT */
.content { min-height: 200px; }
    .content::after { content: ""; display: block; clear: both; }
    .content .wrapper { max-width: 1650px; width: 100%; margin: auto; padding: 0 15px; }
        .content .wrapper .breadcrumb { background: #fff; width: 100%; }
            .content .wrapper .breadcrumb a { text-decoration: none; color: currentColor; color: #aaa; font-weight: 300; font-family: 'Urbanist'; }
            .content .wrapper .breadcrumb span { color: #aaa; margin: 0 7px; }
            .content .wrapper .breadcrumb a:last-child { color: #111; font-weight: 500; }

/* HEADER */

.header { width: 100%; padding: 0 15px; background: #fff; }
    .header .wrapper { position: relative; max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; display: flex; align-items: center; justify-content: space-between; }

        .header .wrapper .search { max-width: 200px; width: 100%; }
            .header .wrapper .search .inputs { max-width: 300px; width: 100%; position: relative; }
                .header .wrapper .search .inputs input[type=text] { width: 100%; padding: 5px 0 5px 40px; border: 0; outline: none; background: #fff; font-weight: 300; }
                .header .wrapper .search .inputs input[type=submit] { outline: none; width: 31px; height: 31px; position: absolute; left: 0; top: 0; border: 0; background: url(../images/search.svg) no-repeat center; background-size: 24px; }

        .header .wrapper .logo { width: 200px; position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); }
            .header .wrapper .logo a { text-decoration: none; color: currentColor; display: block; }
            .header .wrapper .logo img { width: 200px; }

        .header .wrapper .links { width: auto; display: flex; align-items: center; justify-content: flex-end; }
            .header .wrapper .links .members { position: relative; }
                .header .wrapper .links .members .box { display: none; position: absolute; width: 120px; background: #fff; border: 1px #eee solid; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); z-index: 5; padding: 5px 0; left: 50%; margin-top: 5px; margin-left: 7px; transform: translateX(-50%); }
                    .header .wrapper .links .members .box a { width: 100%; padding: 0; padding: 7px; margin: 0; min-height: unset; min-width: unset; }
                        .header .wrapper .links .members .box a:hover { color: #000000; }
            .header .wrapper .links a { position: relative; text-decoration: none; color: currentColor; display: inline-block; text-align: center; margin-left: 15px; font-size: 13px; font-weight: 400; padding-top: 26px; min-width: 32px; min-height: 32px; }
                .header .wrapper .links a.login { background: url(../images/user.svg) no-repeat center top; background-size: 22px; }
                .header .wrapper .links a.fav { background: url(../images/fav.svg) no-repeat center top; background-size: 24px; }
                .header .wrapper .links a.basket { background: url(../images/basket.svg) no-repeat center top; background-size: 24px; }
                    .header .wrapper .links a.basket span { position: absolute; width: 18px; height: 18px; font-size: 12px; background: #000000; border-radius: 100%; color: #fff; top: 0; left: 50%; margin-left: 14px; margin-top: -5px; transform: translateX(-50%); }



/* SLIDER */

.slider { width: 100%; margin-bottom: 30px; }
    .slider .item { }
        .slider .item a { text-decoration: none; color: currentColor; display: block; width: 100%; outline: none; }
        .slider .item img { width: 100%; }

    .slider .slick-dots { display: none !important; }
    .slider .slick-prev { left: 10px; z-index: 2; width: 40px; height: 40px; background: url(../images/l-chevron.svg) no-repeat center; background-size: 24px; }
        .slider .slick-prev::before { display: none; }
    .slider .slick-next { right: 10px; z-index: 2; width: 40px; height: 40px; background: url(../images/r-chevron.svg) no-repeat center; background-size: 24px; }
        .slider .slick-next::before { display: none; }

/* CAT CAROU */

.catCarou { width: 100%; margin-bottom: 60px; }
    .catCarou .item { padding: 0 5px; }
        .catCarou .item a { outline: none; text-decoration: none; color: currentColor; display: block; width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; }
        .catCarou .item img { transition: 0.4s; width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
        .catCarou .item:hover img { transform: scale(1.1); }

    .catCarou .slick-prev { left: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
        .catCarou .slick-prev::before { content: "\e92f"; font-family: 'Feather'; font-size: 24px; color: #666; }
    .catCarou .slick-next { right: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
        .catCarou .slick-next::before { content: "\e930"; font-family: 'Feather'; font-size: 24px; color: #666; }
    .catCarou .slick-dots { display: none !important; }

/* URUN CAROU */

.urunCarou { width: 100%; margin-bottom: 60px; }
    .urunCarou h1 { font-family: 'Urbanist'; text-align: center; margin-bottom: 15px; font-size: 24px; position: relative; }
        .urunCarou h1::before { content: ""; width: 50px; height: 1px; background: #111; position: absolute; left: 50%; transform: translateX(-50%); top: -15px; }

    .urunCarou ul { list-style: none; padding: 0; margin: 0; }
        .urunCarou ul li { position: relative; padding: 0 5px; }
            .urunCarou ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; outline: none; }
            .urunCarou ul li .free { position: absolute; width: 70px; text-align: center; left: 5px; top: 5px; line-height: 1.1; border-radius: 4px; padding: 5px 0; background: #444; color: #fff; font-size: 13px; font-weight: 400; z-index: 2; }
            .urunCarou ul li .add-fav { width: 36px; height: 36px; position: absolute; right: 10px; top: 5px; z-index: 2; background: url(../images/fav2.svg) #fff no-repeat center; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); background-size: 18px; border-radius: 100%; }
            .urunCarou ul li .img { width: 100%; padding-bottom: 150%; position: relative; border: 1px #eee solid; margin-bottom: 10px; }
                .urunCarou ul li .img img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
            .urunCarou ul li .color { width: 100%; /*display: flex;*/ display: none; align-items: center; justify-content: center; margin-bottom: 10px; }
                .urunCarou ul li .color span { display: block; margin: 0 5px; width: 16px; height: 16px; background: #666; border-radius: 100%; border: 1px #ddd solid; }
            .urunCarou ul li h2 { font-size: 14px; font-weight: 400; margin-bottom: 10px; font-family: 'Urbanist'; }
            .urunCarou ul li h3 { font-size: 16px; font-weight: 300; margin-bottom: 10px; font-family: 'Urbanist'; }
            .urunCarou ul li .star { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
                .urunCarou ul li .star span { margin: 0 2px; display: block; width: 16px; height: 16px; background: url(../images/star-o.png) no-repeat center; background-size: 16px; }
                    .urunCarou ul li .star span.active { background: url(../images/star.png) no-repeat center; background-size: 16px; }
            .urunCarou ul li .price { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; font-family: 'Urbanist'; }
                .urunCarou ul li .price .norm { font-size: 16px; margin: 0 5px; position: relative; color: #878787; }
                .urunCarou ul li .price.small-font .norm { font-size: 16px; color: #878787; font-weight: 300; }
                .urunCarou ul li .price .norm::before { content: ""; position: absolute; z-index: 2; width: 100%; height: 1px; left: 0; top: 50%; background: #878787; }
                .urunCarou ul li .price .disc { font-size: 16px; font-weight: bold; color: #000000; margin: 0 5px; position: relative; }
                .urunCarou ul li .price.small-font .disc { font-size: 16px; color: #878787; font-weight: 300; }
            .urunCarou ul li .basket-disc { border: 1px solid #df1c24; border-radius: 3px; color: #666; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; padding: 0 5px; }
                .urunCarou ul li .basket-disc span { margin: 0 3px; }
                .urunCarou ul li .basket-disc b { font-size: 16px; font-weight: bold; color: #000000; margin: 0 5px; position: relative; }

    .urunCarou .slick-prev { left: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
        .urunCarou .slick-prev::before { content: "\e92f"; font-family: 'Feather'; font-size: 24px; color: #666; }
    .urunCarou .slick-next { right: -15px; width: 40px; height: 40px; background: #ddd; z-index: 2; border-radius: 100%; border: 3px #fff solid; }
        .urunCarou .slick-next::before { content: "\e930"; font-family: 'Feather'; font-size: 24px; color: #666; }
    .urunCarou .slick-dots { display: none !important; }

/* URUN GRID */

.urunGrid { width: 100%; margin-bottom: 60px; position: relative; display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; max-height: 650px; }
    .urunGrid .item:nth-child(1) { width: 50.2%; }
    .urunGrid .item:nth-child(2) { width: 44%; margin-left: 60px; margin-bottom: 30px; }
    .urunGrid .item:nth-child(3) { width: 44%; margin-left: 60px; }
    .urunGrid .item a { text-decoration: none; color: currentColor; display: block; }
    .urunGrid .item img { width: 100%; }

/* MID BANNER */

.mid-banner { width: 100%; }
    .mid-banner a { text-decoration: none; color: currentColor; display: block; width: 100%; }
    .mid-banner img { width: 100%; }

/* KURUMSAL */

.kurumsal { display: flex; flex-wrap: wrap; }

    .kurumsal .side-menu { width: 260px; margin-bottom: 30px; margin-right: 30px; }
        .kurumsal .side-menu ul { list-style: none; padding: 0; margin: 0; }
            .kurumsal .side-menu ul li { position: relative; }
                .kurumsal .side-menu ul li a { transition: 0.2s; text-decoration: none; color: #111; font-size: 14px; font-weight: 400; width: 100%; display: block; padding: 9px 0; font-family: 'Urbanist'; }
                    .kurumsal .side-menu ul li a:hover { color: #df1c24; }
                .kurumsal .side-menu ul li .icon { transition: 0.2s; position: absolute; right: 0; top: -1px; color: #000000; width: 32px; height: 32px; z-index: 2; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 22px; }
                    .kurumsal .side-menu ul li .icon.active { transform: rotate(90deg); }
                .kurumsal .side-menu ul li.has-sub > ul { display: none; }
                .kurumsal .side-menu ul li.has-sub ul a { transition: 0.2s; color: #999; padding-left: 10px; }
                    .kurumsal .side-menu ul li.has-sub ul a:hover { color: #df1c24; }

    .kurumsal .right-content { width: calc(100% - 290px); }
        .kurumsal .right-content h4 { margin-bottom: 30px; font-family: 'Urbanist'; }

/* �LET���M */

.iletisim { display: flex; flex-wrap: wrap; }
    .iletisim .map { width: 50%; padding-right: 30px; }
        .iletisim .map iframe { width: 100%; height: 100% !important; }
    .iletisim .contact { width: 100%; }

        .iletisim .contact .info { width: 100%; margin-bottom: 30px; }
            .iletisim .contact .info h2 { font-size: 18px; margin-bottom: 15px; font-family: 'Urbanist'; }
            .iletisim .contact .info ul { list-style: none; padding: 0; margin: 0; width: 100%; }
                .iletisim .contact .info ul li { width: 100%; margin-bottom: 7px; }
                    .iletisim .contact .info ul li a { text-decoration: none; color: currentColor; display: block; font-family: 'Urbanist'; }

        .iletisim .contact .form { width: 100%; }
            .iletisim .contact .form h2 { font-size: 18px; margin-bottom: 15px; font-family: 'Urbanist'; }
            .iletisim .contact .form ul { list-style: none; padding: 0; margin: 0; width: 100%; }
                .iletisim .contact .form ul li { width: 100%; margin-bottom: 7px; }
                    .iletisim .contact .form ul li:last-child { margin-bottom: 0; }
                    .iletisim .contact .form ul li label { font-family: 'Urbanist'; }
                    .iletisim .contact .form ul li input[type=text] { width: 100%; outline: none; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }
                        .iletisim .contact .form ul li input[type=text]:focus { outline: none; box-shadow: unset; }
                    .iletisim .contact .form ul li textarea { width: 100%; outline: none; height: 120px; padding: 7px; border: 1px solid #ddd; border-radius: 4px; }
                        .iletisim .contact .form ul li textarea:focus { outline: none; box-shadow: unset; }

/* Genel Ayarlar */
.side-menu { font-family: Arial, Helvetica, sans-serif; background-color: #fff; /* Beyaz arka plan */ border-radius: 6px; padding: 10px 0; width: 250px; }

    /* Ana Menü Öğeleri */
    .side-menu > li { list-style: none; margin: 0; border-bottom: 1px solid #f0f0f0; /* Ayırıcı çizgi */ }

        .side-menu > li:last-child { border-bottom: none; }

        .side-menu > li > a { display: block; padding: 12px 20px; text-decoration: none; color: #333; /* Koyu gri/siyah metin */ font-weight: bold; transition: background-color 0.2s ease, color 0.2s ease; }

            /* Ana Menü Hover Efekti */
            .side-menu > li > a:hover { background-color: #f5f5f5; /* Çok hafif gri arka plan */ }

/* Açılır Menü (Sub-menu) */
.acilir-menu { list-style: none; padding: 0; margin: 0; border-top: 1px solid #e0e0e0; }

    /* Açılır Menü Öğeleri */
    .acilir-menu li { display: flex; align-items: center; }

        .acilir-menu li a { flex-grow: 1; padding: 10px 20px 10px 40px; text-decoration: none; color: #555; transition: background-color 0.2s ease, color 0.2s ease; }

            /* Açılır Menü Hover Efekti */
            .acilir-menu li a:hover { background-color: #f0f0f0; color: #000; }

    /* Aktif Sayfa Vurgusu - Daha Modern Versiyon */
    .acilir-menu a[style*="color: rgb(223, 28, 36)"] { color: #dc3545 !important; /* Kırmızı vurgu */ font-weight: 600; /* Daha belirgin bir kalınlık */ background: linear-gradient(to right, #f8d7da, #fff); /* Soldan sağa hafif renk geçişi */ border-radius: 4px; /* Hafif yuvarlatılmış köşeler */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Yumuşak bir gölge */ border-left: 4px solid #dc3545; /* Vurgu çizgisini koruma */ padding-left: 22px !important; position: relative; /* Ek görsel detaylar için konumlandırma */ overflow: hidden; /* Taşmaları engelleme */ }

/* �R�N L�STE */

.urun-liste { display: flex; flex-wrap: wrap; }
    .urun-liste .filter { width: 260px; margin-right: 30px; }
        .urun-liste .filter .filter-button { position: relative; display: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; margin-bottom: 15px; color: #111; font-weight: 700; padding: 12px 0; font-size: 14px; cursor: pointer; }
            .urun-liste .filter .filter-button i { font-size: 20px; }
        .urun-liste .filter .filter-wrap { display: block; }

@media(min-width: 992px) {
    .urun-liste .filter .filter-wrap { display: block !important; }
}

.urun-liste .filter .item { margin-bottom: 0; border-bottom: 1px #eee solid; margin-bottom: 15px; padding-bottom: 15px; }
    .urun-liste .filter .item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
    .urun-liste .filter .item h2 { font-size: 16px; margin-bottom: 15px; }
    .urun-liste .filter .item ul { list-style: none; width: 100%; padding: 0; margin: 0; max-height: 210px; overflow: auto; }
        .urun-liste .filter .item ul li { width: 100%; display: flex; align-items: center; height: 24px; margin-bottom: 10px; position: relative; }
            .urun-liste .filter .item ul li label { user-select: none; margin-bottom: 0; cursor: pointer; width: 100%; padding-left: 30px; }
            .urun-liste .filter .item ul li input { margin-right: 10px; }

.filter ul li input[type=checkbox] { display: none; }
.filter ul li .chck { width: 24px; height: 24px; border-radius: 4px; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute; }
    .filter ul li .chck.clicked::before { content: ""; position: absolute; width: 16px; height: 8px; border: 3px solid #000000; border-top: 0; border-right: 0; transform: rotate(-45deg); left: 3px; top: 5px; }

.filter ul li input[type=radio] { display: none; }
.filter ul li .rdo { width: 24px; height: 24px; border-radius: 100%; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute; }
    .filter ul li .rdo.clicked::before { content: ""; position: absolute; width: 12px; height: 12px; left: 5px; top: 5px; background: #000000; border-radius: 100%; }

.urun-liste .filter .item ul::-webkit-scrollbar { width: 8px; }
.urun-liste .filter .item ul::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
.urun-liste .filter .item ul::-webkit-scrollbar-thumb { background: #ddd; border-radius: 6px; }
    .urun-liste .filter .item ul::-webkit-scrollbar-thumb:hover { background: #ddd; }

.urun-liste .list { width: calc(100% - 290px); }
.urunlist { }
.urun-liste .list ul { list-style: none; padding: 0; margin: 0; width: 100%; display: flex; flex-wrap: wrap; }

.urun-liste .list.column-3 ul li { width: calc(33.333% - 16px); margin-right: 24px; margin-bottom: 24px; }
    .urun-liste .list.column-3 ul li:nth-child(3n) { margin-right: 0; }
.urun-liste .list.column-4 ul li { width: calc(25% - 18px); margin-right: 24px; margin-bottom: 24px; }
    .urun-liste .list.column-4 ul li:nth-child(4n) { margin-right: 0; }

.urun-liste .list .sort { width: 100%; margin-bottom: 30px; }
    .urun-liste .list .sort .top { width: 100%; border-bottom: 1px #ddd solid; display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; }
        .urun-liste .list .sort .top .tukenen { display: inline-flex; align-items: center; user-select: none; height: 29px; position: relative; z-index: 2; }
            .urun-liste .list .sort .top .tukenen label { padding-left: 30px; margin-bottom: 0; cursor: pointer; font-size: 13px; font-weight: 400; color: #999; }
            .urun-liste .list .sort .top .tukenen input[type=checkbox] { display: none; }
            .urun-liste .list .sort .top .tukenen .chck { width: 24px; height: 24px; border-radius: 4px; left: 0; border: 1px #ddd solid; z-index: -1; margin-right: 10px; cursor: pointer; position: absolute;display:none; }
                .urun-liste .list .sort .top .tukenen .chck.clicked::before { content: ""; position: absolute; width: 16px; height: 8px; border: 3px solid #000000; border-top: 0; border-right: 0; transform: rotate(-45deg); left: 3px; top: 5px; }

        .urun-liste .list .sort .top .grid { display: flex; align-items: center; justify-content: flex-end; }
            .urun-liste .list .sort .top .grid .button { width: 30px; height: 30px; cursor: pointer; }
                .urun-liste .list .sort .top .grid .button.active { border: 1px solid #000000; }
                .urun-liste .list .sort .top .grid .button.column-3 { background: url(../images/3lu.svg) no-repeat center; background-size: 16px; }
                .urun-liste .list .sort .top .grid .button.column-4 { background: url(../images/4lu.svg) no-repeat center; background-size: 17px; }

    .urun-liste .list .sort .bottom { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 12px; }
        .urun-liste .list .sort .bottom .kategori { position: relative; }
            .urun-liste .list .sort .bottom .kategori span { display: inline-flex; align-items: center; cursor: pointer; font-weight: bold; position: relative; }
                .urun-liste .list .sort .bottom .kategori span::after { content: ""; margin-left: 10px; top: 1px; display: block; width: 12px; height: 12px; position: relative; background: url(../images/down.svg) no-repeat center; background-size: 10px; }
            .urun-liste .list .sort .bottom .kategori .box { display: none; position: absolute; width: 150px; max-height: 205px; overflow: auto; left: 0; padding: 10px 15px; margin-top: 10px; background: #fff; z-index: 5; box-shadow: 0px 10px 20px rgba(0,0,0,0.2); }
                .urun-liste .list .sort .bottom .kategori .box a { text-decoration: none; color: currentColor; display: block; padding: 3px 0; }

                .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar { width: 8px; }
                .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
                .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-thumb { background: #000000; border-radius: 6px; }
                    .urun-liste .list .sort .bottom .kategori .box::-webkit-scrollbar-thumb:hover { background: #000000; }

        .urun-liste .list .sort .bottom .siralama { position: relative; width: 100%; }
            .urun-liste .list .sort .bottom .siralama span { display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: bold; position: relative; font-family: 'Urbanist'; }
                .urun-liste .list .sort .bottom .siralama span::after { content: "\e92e"; font-family: 'feather'; right: 4px; font-size: 20px; font-weight: 400; margin-left: 10px; top: 1px; display: flex; align-items: center; justify-content: center; width: 12px; height: 12px; position: relative; }
            .urun-liste .list .sort .bottom .siralama .box { display: none; position: absolute; width: 150px; padding: 10px 15px; text-align: right; right: 0; margin-top: 10px; background: #fff; z-index: 5; box-shadow: 0px 10px 20px rgba(0,0,0,0.2); }
                .urun-liste .list .sort .bottom .siralama .box a { text-decoration: none; color: currentColor; display: block; padding: 3px 0; }

.urun-liste .list ul li { position: relative; }
    .urun-liste .list ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; }
    .urun-liste .list ul li .free { position: absolute; width: 70px; text-align: center; left: 5px; top: 5px; line-height: 1.1; border-radius: 4px; padding: 5px 0; background: #444; color: #fff; font-size: 13px; font-weight: 400; z-index: 2; }
    .urun-liste .list ul li .add-fav { width: 36px; height: 36px; position: absolute; right: 5px; top: 5px; z-index: 2; background: url(../images/fav2.svg) #fff no-repeat center; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); background-size: 18px; border-radius: 100%; }
    .urun-liste .list ul li .img { width: 100%; padding-bottom: 100%; position: relative; border: 1px #eee solid; margin-bottom: 10px; }
	 .urun-liste .list ul li .video { width: 100%; padding-bottom: 0px; position: relative; border: 1px #ffffff solid; margin-bottom: 10px; }
    .urun-liste .list ul li .img img { width: 100%; height: 524px; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
    .urun-liste .list ul li .color { width: 100%; /*display: flex;*/ display: none; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urun-liste .list ul li .color span { display: block; margin: 0 5px; width: 16px; height: 16px; background: #666; border-radius: 100%; border: 1px #ddd solid; }
    .urun-liste .list ul li h2 { font-size: 14px; font-weight: 400; margin-bottom: 0; font-family: 'Urbanist'; }
    .urun-liste .list ul li h3 { font-size: 16px; font-weight: 300; margin-bottom: 10px; }
    .urun-liste .list ul li .star { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urun-liste .list ul li .star span { margin: 0 2px; display: block; width: 12px; height: 12px; background: url(../images/star-o.png) no-repeat center; background-size: 12px; }
            .urun-liste .list ul li .star span.active { background: url(../images/star.png) no-repeat center; background-size: 12px; }
        .urun-liste .list ul li .star strong { margin-left: 5px; }
    .urun-liste .list ul li .price { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
        .urun-liste .list ul li .price .norm { font-size: 16px; margin: 0 5px; color: #878787; position: relative; }
        .urun-liste .list ul li .price.small-font .norm { font-size: 16px; color: #878787; font-weight: 300; }
        .urun-liste .list ul li .price .norm::before { content: ""; position: absolute; z-index: 2; width: 100%; height: 1px; left: 0; top: 50%; background: #878787; }
        .urun-liste .list ul li .price .disc { font-size: 16px; color: #000000; margin: 0 5px; position: relative; font-family: 'Urbanist'; }
        .urun-liste .list ul li .price.small-font .disc { font-size: 16px; color: #878787; font-weight: 300; }
    .urun-liste .list ul li .basket-disc { color: #666; border-radius: 3px; border: 1px solid #df1c24; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; padding: 0 5px; }
        .urun-liste .list ul li .basket-disc span { margin: 0 5px; }
        .urun-liste .list ul li .basket-disc b { font-size: 16px; font-weight: bold; color: #000000; margin: 0 5px; position: relative; }

/* �R�N DETAY */

.urun-detay { display: flex; flex-wrap: wrap; margin-bottom: 45px !important; }

.detail-gallery { width: 45%; margin-bottom: 30px; display: flex; }
    .detail-gallery .own { width: 79.3%; order: 2; margin-left: 10px; }
        .detail-gallery .own .item { width: 100%; }
            .detail-gallery .own .item a { text-decoration: none; color: currentColor; display: block; }
            .detail-gallery .own .item .img { width: 100%; padding-bottom: 150%; position: relative; }
                .detail-gallery .own .item .img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }
    .detail-gallery .thumbs { width: 20.7%; order: 1; }
        .detail-gallery .thumbs .item { outline: none; margin-bottom: 11px; }
            .detail-gallery .thumbs .item .img { width: 100%; padding-bottom: 150%; position: relative; }
                .detail-gallery .thumbs .item .img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }
        .detail-gallery .thumbs .slick-track { margin: 0; }
    .detail-gallery .slick-next { z-index: 2; width: 40px; height: 40px; background: #eee; border: 3px solid #fff; border-radius: 100%; top: unset; bottom: -25px; right: 35px; }
        .detail-gallery .slick-next::before { content: "\e92e"; color: #333; font-family: 'feather'; font-size: 24px; }
    .detail-gallery .slick-prev { z-index: 2; width: 40px; height: 40px; background: #eee; border: 3px solid #fff; border-radius: 100%; top: 0; left: 35px; }
        .detail-gallery .slick-prev::before { content: "\e931"; color: #333; font-family: 'feather'; font-size: 24px; }

.detail-content { width: calc(40% - 29px); margin-left: 40px;margin-top:10%}
    .detail-content h1 { font-size: 20px; font-weight: 500; font-family: 'Urbanist'; }
    .detail-content h2 { font-size: 18px; font-weight: 400; color: #666; font-family: 'Urbanist'; }

    .detail-content .item { display: flex; align-items: center; font-size: 16px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
        .detail-content .item b { font-weight: 400; display: block; margin-right: 5px; }
        .detail-content .item .star { display: flex; margin-right: 15px; padding-right: 10px; border-right: 1px solid #ccc; cursor: pointer; }
            .detail-content .item .star span { display: block; width: 16px; height: 24px; margin-right: 6px; background: url(../images/star-o.png) no-repeat center; background-size: 16px; }
                .detail-content .item .star span.active { background: url(../images/star.png) no-repeat center; background-size: 16px; }
        .detail-content .item .rating { color: #999; font-weight: 400; display: flex; cursor: pointer; }
            .detail-content .item .rating b { font-weight: 400; }

    .detail-content .disc-rate { font-size: 18px; color: #000000; }
        .detail-content .disc-rate b { font-size: 22px; font-weight: bold; }

    .detail-content .price { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #ddd solid; }
        .detail-content .price .norm { margin-right: 10px; }
            .detail-content .price .norm span { font-size: 20px; font-weight: 400; color: #666; position: relative; }
                .detail-content .price .norm span::before { content: ""; width: 100%; height: 1px; background: #666; left: 0; top: 50%; position: absolute; }
        .detail-content .price .disc { }
            .detail-content .price .disc span { font-size: 20px; color: #000000; font-family: 'Urbanist'; }

    .detail-content .basket-disc { border: 1px solid #df1c24; font-size: 12px; font-weight: 500; color: #666; border-radius: 3px; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-left: 15px; padding: 0 5px; }
        .detail-content .basket-disc span { margin: 0 3px; }
        .detail-content .basket-disc b { font-size: 20px; font-weight: bold; color: #000000; margin: 0 5px; position: relative; }

    .detail-content .color { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
        .detail-content .color h5 { font-size: 14px; font-weight: bold; }
        .detail-content .color ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
            .detail-content .color ul li { width: 44px; margin-right: 10px; }
                .detail-content .color ul li:last-child { margin-right: 0; }
                .detail-content .color ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 44px; padding-bottom: 60px; background-size: cover !important; }
                    .detail-content .color ul li a.stokyok { cursor: not-allowed; }
                    .detail-content .color ul li a.secili { border-color: #000000; }
                .detail-content .color ul li img { width: 100%; }

    .detail-content .colorDiger { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }
        .detail-content .colorDiger h5 { font-size: 14px; }
        .detail-content .colorDiger ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
            .detail-content .colorDiger ul li { width: 44px; margin-right: 10px; }
                .detail-content .colorDiger ul li:last-child { margin-right: 0; }
                .detail-content .colorDiger ul li a { text-decoration: none; color: currentColor; display: block; border: 2px #ccc solid; width: 44px; background-size: cover !important; }
                    .detail-content .colorDiger ul li a.stokyok { cursor: not-allowed; }
                    .detail-content .colorDiger ul li a.secili { border-color: #000000; }
                .detail-content .colorDiger ul li img { width: 100%; }

    .detail-content .size { margin-bottom: 15px; }
        .detail-content .size h5 { font-size: 14px; font-family: 'Urbanist'; }
        .detail-content .size ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
            .detail-content .size ul li { margin-right: 10px; }
                .detail-content .size ul li:last-child { margin-right: 0; }
                .detail-content .size ul li a { text-decoration: none; font-weight: 500; font-family: 'Urbanist'; font-weight:600; color: #999; display: flex; align-items: center; justify-content: center; border: 2px #f5f5f5 solid; width: 100%; height: 40px; border-radius: 5px; background: #f5f5f5; }
                    .detail-content .size ul li a.stokyok { cursor: not-allowed; opacity: 0.5; }
                    .detail-content .size ul li a.secili { border-color: #000000; color: #111; }
                .detail-content .size ul li img { width: 100%; }

    .detail-content .buttons { display: flex; align-items: center; margin-bottom: 10px; }
        .detail-content .buttons .price { display: none; }
        .detail-content .buttons .add-basket-btn { font-family: 'Urbanist'; margin: 0 7px; padding: 9px; font-size: 12px; max-width: 180px; width: 100%; margin-bottom: 10px; background: #fff; display: block; border-radius: 5px; color: #000; outline: none; border: 1px solid; border-color: #000; }
        .detail-content .buttons .add-basket-btn1 { margin: 0 7px; padding: 9px; font-size: 12px; font-family: 'Urbanist'; font-weight:600; max-width: 180px; width: 100%; margin-bottom: 10px; background: #fff; display: block; border-radius: 5px; color: #000; outline: none; border: 1px solid; border-color: #000; }

        .detail-content .buttons .add-fav-btn { margin: 0 7px; min-width: 56px; height: 56px; border-radius: 5px; border: 1px #ccc solid; margin-bottom: 10px; background: url(../images/fav2.svg) no-repeat center; background-size: 24px; }

        .detail-content .buttons .basket { display: none; }

    .detail-content .note { font-weight: 300; margin-bottom: 20px;font-size:13px }
        .detail-content .note span { font-weight: 600; font-family: 'Urbanist'; }

    .detail-content .urunPaylas { width: 100%; display: flex; align-items: center; margin-bottom: 30px; }
        .detail-content .urunPaylas span { font-weight: 700; display: block; margin-right: 15px; }
        .detail-content .urunPaylas .paylas-btns { display: flex; align-items: center; }
            .detail-content .urunPaylas .paylas-btns a { text-decoration: none; color: currentColor; margin-right: 10px; display: block; width: 24px; height: 24px; }
                .detail-content .urunPaylas .paylas-btns a.facebook { background: url(../images/social/facebook.svg) no-repeat center; background-size: 24px; }
                .detail-content .urunPaylas .paylas-btns a.twitter { background: url(../images/social/twitter.svg) no-repeat center; background-size: 24px; }
                .detail-content .urunPaylas .paylas-btns a.whatsapp { background: url(../images/social/whatsapp.png) no-repeat center; background-size: 24px; }

/* DETAIL TAB */

.detail-tab { width: 100%; border-bottom: 1px solid #ddd;font-family:none; }
    .detail-tab ul { list-style: none; padding: 0; margin: 0; width: 100%; }
        .detail-tab ul li { width: 100%; border-top: 1px #ddd solid; padding: 4px 0; }
            .detail-tab ul li .tab-title { font-size: 16px; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: space-between; font-family: 'Urbanist'; }
                .detail-tab ul li .tab-title::after { transition: 0.2s; content: "\e930"; font-family: 'Feather'; display: block; font-weight: 400; position: relative; width: 22px; height: 28px; font-size: 24px; line-height: 1.2; }
                .detail-tab ul li .tab-title.current::after { transform: rotate(90deg); }
            .detail-tab ul li .tab-content { transition: 0.3s; width: 100%; max-height: 0; overflow: auto; overflow-x: hidden; }
                .detail-tab ul li .tab-content ul li { border: 0; }
                .detail-tab ul li .tab-content.opened { max-height: 400px; }

            .detail-tab ul li.comment .tab-content { overflow: auto !important; overflow: hidden; height: auto; padding-right: 10px; }

            .detail-tab ul li .tab-content::-webkit-scrollbar { width: 8px; }
            .detail-tab ul li .tab-content::-webkit-scrollbar-track { background: #eee; border: 2px solid #fff; }
            .detail-tab ul li .tab-content::-webkit-scrollbar-thumb { background: #000000; border-radius: 6px; }
                .detail-tab ul li .tab-content::-webkit-scrollbar-thumb:hover { background: #000000; }

            .detail-tab ul li .yrmYap { text-decoration: none; color: #000000; font-weight: bold; }
.yorumLar a { text-decoration: none; color: #000000; font-weight: bold; }

/* YORUM YAP */

.yorumYap { padding-bottom: 15px; margin-bottom: 15px; }
    .yorumYap ul { list-style: none; padding: 0; margin: 0; }
        .yorumYap ul li { display: block; border: 0; }
            .yorumYap ul li input[type=text] { transition: 0.3s; width: 100%; outline: none; padding: 10px; border: 0; font-size: 14px; font-weight: 500; border: 1px #ddd solid; }
                .yorumYap ul li input[type=text]:focus { border-color: #999; }
            .yorumYap ul li textarea { transition: 0.3s; width: 100%; outline: none; padding: 10px; border: 0; font-size: 14px; font-weight: 500; border: 1px #ddd solid; }
                .yorumYap ul li textarea:focus { border-color: #999; }
        .yorumYap ul .checkbox { font-size: 14px; }
        .yorumYap ul li .btn-primary { padding-top: 5px; font-size: 13px; }

        .yorumYap ul li #puanlama { display: inline-block; font-size: 14px; }
            .yorumYap ul li #puanlama span { cursor: pointer; display: inline-block; float: left; width: 20px; height: 16px; background-image: url(../../Library/images/star-o.png); background-repeat: no-repeat; background-position: left center; background-size: 17px 16px; }
                .yorumYap ul li #puanlama span.hover { background-image: url(../../Library/images/star.png); }
                .yorumYap ul li #puanlama span.active { background-image: url(../../Library/images/star.png); }
        .yorumYap ul li i { font-size: 14px; position: relative; top: -2px; }
    .yorumYap input[type=button] { background: #000000; border-color: #000000; color: #fff; border: 0; padding: 10px 15px; font-size: 13px; font-weight: 500; letter-spacing: 1px; }
.ySol .btn-success { color: #fff !important; }
.ySol .btn-danger { color: #fff !important; }

/* ICONS */

.icons { width: 100%; padding: 0 15px; }
    .icons .wrapper { max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; }
        .icons .wrapper ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; }
            .icons .wrapper ul li { width: 20%; padding: 5px; }
                .icons .wrapper ul li:last-child { margin-right: 0; }
                .icons .wrapper ul li a { text-decoration: none; color: currentColor; display: block; text-align: center; }
                .icons .wrapper ul li .img { width: auto; height: 70px; display: inline-block; margin-bottom: 15px; }
                    .icons .wrapper ul li .img img { width: auto; height: 70px; }
                .icons .wrapper ul li h2 { font-size: 16px; font-weight: bold; color: #000000; }
                .icons .wrapper ul li h3 { font-size: 14px; font-weight: 400; }

/* FOOTER */

.footer { width: 100%; padding: 0 15px; padding-top: 15px; border-top: 1px #ddd solid; }
    .footer .wrapper { max-width: 1300px; width: 100%; margin: auto; padding: 30px 0; display: flex; justify-content: space-between; }
        .footer .wrapper .item { width: 20%; padding: 5px; }
            .footer .wrapper .item:nth-child(1) { width: 160px; }
            .footer .wrapper .item:nth-child(2) { width: 160px; }
            .footer .wrapper .item:nth-child(5) { width: 300px; }
            .footer .wrapper .item h2 { font-size: 14px; font-weight: bold; margin-bottom: 15px; }
            .footer .wrapper .item ul { list-style: none; padding: 0; margin: 0; }
                .footer .wrapper .item ul li { margin-bottom: 5px; }
                    .footer .wrapper .item ul li a { text-decoration: none; color: currentColor; }

            .footer .wrapper .item .subscribe { margin-bottom: 30px; }
                .footer .wrapper .item .subscribe input[type=text] { width: 100%; border: 0; border-bottom: 1px #ddd solid; padding: 5px 0; margin-bottom: 15px; font-weight: 300; outline: none; }
                .footer .wrapper .item .subscribe input[type=submit] { border: 1px #ddd solid; background: #fff; padding: 10px 15px; letter-spacing: 1px; outline: none; }

            .footer .wrapper .item .social { display: flex; align-items: center; flex-wrap: wrap; }
                .footer .wrapper .item .social a { text-decoration: none; color: currentColor; display: block; width: 24px; height: 40px; margin-right: 15px; }
                    .footer .wrapper .item .social a.facebook { background: url(../images/social/facebook.png) no-repeat center; background-size: 24px 24px; }
                    .footer .wrapper .item .social a.instagram { background: url(../images/social/instagram.png) no-repeat center; background-size: 24px 24px; }
                    .footer .wrapper .item .social a.twitter { background: url(../images/social/twitter.png) no-repeat center; background-size: 24px 24px; }
                    .footer .wrapper .item .social a.pinterest { background: url(../images/social/pinterest.png) no-repeat center; background-size: 24px 24px; }
                    .footer .wrapper .item .social a.whatsapp { background: url(../images/social/whatsapp.png) no-repeat center; background-size: 24px 24px; }

/* FOOTER ALT */

.footer-alt { width: 100%; padding: 0 15px; background: #ddd; }
    .footer-alt .wrapper { max-width: 1300px; width: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 7px 0; }
        .footer-alt .wrapper .copyright { width: auto; }
        .footer-alt .wrapper .design { width: auto; }
            .footer-alt .wrapper .design a { text-decoration: none; color: currentColor; font-weight: 500; }

/* PAY */

.pay { width: 100%; }
    .pay .wrapper { max-width: 1300px; width: 100%; margin: auto; text-align: center; padding: 15px 0; }
        .pay .wrapper img { max-width: 736px; width: 100%; margin: auto; display: inline-block; }

/* GO TO TOP */

#go-to-top { display: inline-block; background: #000000; border: 0; color: #fff; width: 50px; height: 50px; border-radius: 100%; text-align: center; position: fixed; bottom: 20px; right: 20px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; text-decoration: none; outline: none; font-size: 14px; font-weight: 300; text-align: center; }
    #go-to-top:hover { }
    #go-to-top:active { }
    #go-to-top.show { opacity: 1; visibility: visible; }
    #go-to-top i { font-size: 24px; }

/* OTHERS */

.aramaSayfa { width: 100% !important; }
.price .disc.overline { text-decoration: line-through; }
.renkImg { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; z-index: 9; }
.wp-fix-btn { width: 50px; height: 50px; position: fixed; bottom: 80px; right: 20px; background: url(../images/wp-icon.svg) no-repeat center; background-size: 50px; z-index: 2; }




.haber { margin-bottom: 30px; }
    .haber a { text-decoration: none; color: currentColor; }
    .haber .img { width: 100%; margin-bottom: 20px; }
        .haber .img img { width: 100%; }
    .haber h2 { font-size: 18px; font-weight: 500; }
    .haber p { }
    .haber .button { font-size: 15px; color: #000000; display: inline-flex; }
        .haber .button span { display: inline-block; margin-top: 1px; margin-left: 10px; }

.haberDetay { width: 100%; margin-bottom: 30px; }
    .haberDetay .img { max-width: 500px; width: 100%; margin-bottom: 20px; float: left; margin-right: 30px; }
        .haberDetay .img img { width: 100%; }
    .haberDetay h1 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }
    .haberDetay p { font-size: 16px; }

.dTukendi { position: absolute; width: auto; background: brown; color: #fff; padding: 5px 10px; z-index: 9; left: 5px; top: 48px; border-radius: 3px; font-size: 13px; }
.kargosure { position: absolute; width: auto; background: green; color: #fff; padding: 5px 10px; z-index: 9; right: 5px; bottom: 5px; border-radius: 3px; font-size: 13px; }
.colorscala { position: absolute; width: 32px; height: 32px; z-index: 3; left: 5px; bottom: 5px; border-radius: 3px; font-size: 13px; }
    .colorscala img { width: 32px !important; height: 32px !important; background: #fff; border-radius: 100%; }
    .colorscala h2 { position: absolute; font-size: 16px !important; font-weight: 600 !important; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-bottom: 0 !important; }

/* Tab */

.tab .tab-title { margin-bottom: 5px; }
    .tab .tab-title ul { width: 100%; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
        .tab .tab-title ul li { width: auto; padding: 5px 30px; }
            .tab .tab-title ul li:last-child { border: 0; }
            .tab .tab-title ul li:hover a { font-weight: 700; }
            .tab .tab-title ul li.is-active a { font-weight: 700; }
            .tab .tab-title ul li a { text-decoration: none; color: currentColor; font-family: 'Urbanist'; }

.tab .tab-content ul { width: 100%; list-style: none; padding: 0; margin: 0; }
    .tab .tab-content ul li { width: 100%; display: none; }
        .tab .tab-content ul li.is-active { display: block; }

 /*.search { position: relative; max-width: 240px; width: 100%; }
     .search input[type=text] { width: 100%; border: 1px #ddd solid; padding: 10px; border-radius: 30px; outline: none; padding-left: 40px; }
     .search input[type=submit] { position: absolute; border: 0; outline: none; width: 43px; height: 43px; left: 0; top: 0; background: url(../images/search.svg) no-repeat center; background-size: 20px; }*/


/* Mobile Menu */

.mobile-menu { width: 15%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 99999; transition: 1s cubic-bezier(0.87, 0, 0.13, 1); background: #ffffff; overflow: auto; color: white; font-family: 'emoji' }
    .mobile-menu.opened { left: 0; }
    .mobile-menu .menu-inner { transition: 0.5s; width: 100%; min-height: 100vh; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; opacity: 0; }
    .mobile-menu.opened .menu-inner { opacity: 1; transition-delay: 1s; }
    .mobile-menu ul { width: 100%; top: 0; z-index: 3; padding: 30px 0; margin: 0; list-style: none; }
        .mobile-menu ul li { position: relative; }
            .mobile-menu ul li a { text-decoration: none; color: black; font-size: 24px; font-weight: 500; display: block; letter-spacing: 1px; padding: 15px; text-align: center; font-family: 'Urbanist'; }
    .mobile-menu > ul { display: block; left: 0; }
        .mobile-menu > ul ul { position: fixed; background: #fff; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s; }
            .mobile-menu > ul ul.opened { left: 0; opacity: 1; visibility: visible; }
            .mobile-menu > ul ul ul { position: fixed; left: 0; top: 0; left: -100%; opacity: 0; visibility: hidden; transition: 0.3s; }
                .mobile-menu > ul ul ul.opened { left: 0; opacity: 1; visibility: visible; }
    .mobile-menu .back-icon { width: 40px; height: 40px; position: absolute; left: 15px; top: 13px; display: flex; align-items: center; justify-content: center; z-index: 2; border: 1px solid #ddd; }
    .mobile-menu .sub-icon { width: 40px; height: 40px; position: absolute; right: 0; top: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }

    .mobile-menu .menu-inner .social-media { display: none; }
    .mobile-menu .menu-inner .lang { display: none; }
@media screen and (min-width:1401px) and (max-width:1600px) {
    .new-menu li a { display: block; color: black; /* Açık gri renk */ text-align: center; padding: 16px 10px!important; text-decoration: none; transition: all 0.3s ease; /* Tüm geçişler için yumuşak bir animasyon sağlar */ }
    .urun-liste .list ul li .img img { width: 100%; height: 482px; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
}

@media screen and (min-width:1201px) and (max-width:1400px) {

    .new-menu li a { display: block; color: black; text-align: center; padding: 16px 7px !important; text-decoration: none; transition: all 0.3s ease; font-size: 13px!important; }
    .urun-liste .list ul li .img img { width: 100%; height: 397px; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }
}

@media screen and (min-width:1025px) and (max-width:1200px) {

    .new-menu { display: none; }
    .menu-btn { display: flex; }
    .mobile-menu ul li a { text-decoration: none; color: black; font-size: 12px; font-weight: 500; display: block; letter-spacing: 1px; padding: 15px; text-align: center; font-family: 'Urbanist'; }
    .urun-liste .list ul li .img img { width: 100%; height: 337px; position: absolute; left: 0; top: 0; object-fit: cover; object-position: 50% 50%; }

}

@media screen and (min-width:993px) and (max-width:1024px) {

    .new-menu { display: none; }
    .menu-btn { display: flex; }
    .mobile-menu ul li a { text-decoration: none; color: black; font-size: 12px; font-weight: 500; display: block; letter-spacing: 1px; padding: 15px; text-align: center; font-family: 'Urbanist'; }
}


@media(max-width: 991px)
{
    
    .header-section { margin-top: 0px !important; }
    .menu-btn { display: flex; }
    .header-section { padding: 15px; }
    .header-section .logo img { max-width: 180px; }
    .top-menu { top:16px!important }
    .left-fixed, .right-fixed { display: none !important; }
    .top-menu ul li a { text-decoration: none; color: #111; display: inline-block; padding: 13px 0; margin-left: 13px; font-size: 14px; position: relative; }
    .about .col-lg-8 .image { order: 1 !important; width: 100% !important; }
    .about .col-lg-8 .content { order: 2 !important; width: 100% !important; padding: 30px 0 !important; }

    .login-form { flex-wrap: wrap; }
    .login-form .wrap { width: 100%; order: 1; margin-bottom: 30px; }
    .login-form .inputs { width: 100%; order: 2; margin-right: unset; }
    .login-form .inputs h2 { margin-bottom: 20px; font-size: 27px; }
    .login-form .image { height: unset; }
    .login-form .image img { position: relative; }

    .scroll-button { display: none; }

    .home-collection { flex-wrap: wrap; position: relative; padding-bottom: 120px; }
    .home-collection .content { width: auto; margin: auto; }
    .home-collection .content .wrap { margin: 0; background: rgba(255,255,255,0.8); box-shadow: 0 30px 40px rgba(0,0,0,0.7); }
    .home-collection .image { width: 100%; position: absolute; height: 100%; left: 0; top: 0; z-index: -1; }
    .home-collection .image img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }

    .mobile-menu { width: 100%; z-index: 9; background: #00000070; }
        .mobile-menu ul li a { font-size: 17px; padding: 8px 15px; color: #fff; }
        .mobile-menu ul li { position: relative; border-top: 1px solid white; }
            .mobile-menu ul li:last-child { border-bottom: 1px solid #eee; }

        .mobile-menu .menu-inner { padding-top: 60px; }
            .mobile-menu .menu-inner .social-media { display: flex; flex-wrap: wrap; width: 100%; justify-content: center; margin-bottom: 30px; }
                .mobile-menu .menu-inner .social-media a { margin: 0 5px; display: inline-block; }
            .mobile-menu .menu-inner .lang { display: block; margin-bottom: 30px; }
                .mobile-menu .menu-inner .lang a { text-decoration: none; color: currentColor; display: inline-block; font-weight: 500; margin: 0 5px; }

    .detail-content { width: calc(83%); margin-left: 40px; margin-top: 10% }
}

@media(max-width: 768px)
{
    .home-carou { width: calc(100% - 80px); }
    .home-controller { right: 10px; }
}

@media(max-width: 640px)
{
    .home-slider .content h2 { font-size: 27px; margin-bottom: 30px; }
}

@media(max-width: 576px)
{

}

@media(max-width: 480px)
{
    .header-section .logo img { max-width: 120px; }
    .about .content h2 { font-size: 27px; }
}

@media(max-width: 440px)
{

}












