﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');
a {
    text-decoration: none;
    color: #000;
}
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #7d7d7d;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
}
a:hover {
    color: #000;
}

button {
    border: none;
    background-color: white;
}
ul {
    list-style:none;
    padding:0;
    margin:0;
}
.leftsidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #eee;
    z-index: 1000;
    right: -300px;
    top:0px;
    transition: all 0.4s linear;
    overflow: auto;
}
.leftsidebar.active {
    right: 0;
}
.leftsidebar .subCategory {
    display:none;
}
.sidebar-kategoriler button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    border: none;
    background-color: white;
    color: #FB831F;
    font-weight: bold;
    font-size: 16px;
}
.sidebar-kategoriler .accordion-button {
    padding: 7px 20px;
    border-bottom: 1px dashed #ddd;
}
.sidebar-kategoriler .accordion-button a {
    border: none;
    background-color: white;
    font-size: 14px;
    color: #FB831F;
    text-decoration: none;
}
.sidebar-kategoriler .accordion-body {
    padding: 5px 20px;
}
.sidebar-kategoriler .accordion-body a {
    border: none;
    background-color: white;
    font-size: 14px;
    color: #FB831F!important;
    text-decoration: none;
}
.leftsidebar .sidebar-close-button {
    background-color: #eee;
}
.tema-1-layout-kapsayici {
    display: none !important;
}
.header-full-kapsayici .header-logo a {
    max-width: 400px;
    max-height: 95px;
}
.header-full-kapsayici .header-logo img {
    width:100%;
}
.header-right .header-right-kapsayici {
    display: flex;
    gap: 10px;
    justify-content: end;
}
.header-right .header-right-kapsayici a {
    display: flex;
    align-items:center;
}
.header-right .header-right-kapsayici .header-sepet-kapsayici {
    display:none;
}
.carousel-alt-cizgi{
    display:none;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.kategori-search-kapsayici-tema2 .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
}
.kategori-search-kapsayici-tema2 .menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.header-search-wrap form {
    display: flex;
    align-items: center;
    width: 100%;
}
.footer-hizli-link-li-blog {
    display: none;
}
.header-search-wrap form input {
    border: 1.5px solid #dfdfdf;
    width: 90% !important;
    padding: 13px 20px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    height: 47px;
}
.header-search-wrap .searchbutton {
    flex-grow: 1;
    border: none;
    padding: 0;
    font-size: 16px;
    height: 47px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    line-height: 46px;
    background: #f4cd00;
    text-align: center;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: end;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff!important;
    padding: 32px 20px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.kategori-kapsayici .kategori-card-kapsayici {
    position:relative;
    margin-top:3px!important;
}
.kategori-kapsayici .kategori-card-kapsayici a{
    display:block;
    width:275px;
}
    .kategori-kapsayici .kategori-card-kapsayici .card-baslik {
        position: absolute;
        top: 0;
        width: 250px;
        background-color: #fff;
        opacity:80%;
    }
.kategori-kapsayici .kategori-card-kapsayici .card-baslik h3{
    font-size:17px;
    padding:1px 5px;
}
.card-resim-kapsayici .card-resim {
    width:275px;
    height:275px;
    object-fit:cover;
}
.tema-2-layout-kapsayici .kategori-kapsayici{
    background-color:#eee;
    padding:15px;
}
.exclusive-item-three .action {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(117, 114, 114, 0.19);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    list-style:none;
    padding:0;
}
.exclusive-item-three .exclusive-item-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.exclusive-item-three:hover .action {
    opacity: 85%!important;
    bottom: 0!important;
    margin:0;
    padding:0;
}
.exclusive-item-three .kategori-urun-kapsayici-index {
    border: none;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
    width: 275px;
    position:relative;
}
.exclusive-item-three .exclusive-item-thumb img {
    border-radius: 4px;
    width:275px;
    height:275px;
}
.exclusive-item-three .action li {
    margin: 0;
}
.exclusive-item-three .exclusive--item--price {
    margin-bottom: 3px;
}
.exclusive-item-three .action li a {
    display: block;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    line-height: 42px;
    font-size: 20px;
    color: #2b2b2b;
}
.product-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 30px;
    padding: 25px 20px 5px;
}
.product-menu button {
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: none;
    color: #6d6b6b;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 25px 10px;
}
.view-all-deal a {
    font-size: 16px;
    font-weight: 600;
    
}
.menuKategoriKapsayici .menuKategoriUl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background-color: #fff;
    display: none;
    border: 1px solid #eee;
}
.menuKategoriLiKapsayici:hover {
    background-color: #eee;
}
.menuKategoriKapsayici .menuKategoriLiKapsayici:hover .menuKategoriUl {
    display: block;
}
.kategori-card-kapsayici {
    display: flex;
    justify-content: center;
}
.kategori-sayfa-kapsayici .kategori-ad-kapsayici {
    display: none;
}
.urun-asil-card-kapsayici {
    display:flex;
    justify-content:center;
}
.urun-card-resim-kapsayici {
    width: 275px;
    height: 275px;
    position: relative;
    background-color: #fff;
}
    .urun-card-resim-kapsayici img{
        width:100%;
        height:100%;
        object-fit:contain;
        padding:10px;
    }
    .shop-top-meta .show-result {
        margin-bottom: 0;
    }
.shop-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kategori-urunler-kapsayici {
    background-color:#eee;
    padding:10px;
}
.urun-card-ad-kod-kapsayici .urun-card-ad-kod {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    transition: all 0.3s ease;
}
.urun-card-ad-kod-kapsayici .urun-card-ad-kod:hover {
    color: #F4CD00;
}
.kategori-urunler-kapsayici .urun-card-ozellik-kapsayici{
    text-align:center;
    /*height:50px;*/
}
.kategori-urunler-kapsayici .urun-card-fiyat-kapsayici{
    display:flex;
    justify-content:center;
    position:relative;
}
.kategori-urunler-kapsayici .urun-card-fiyat-kapsayici h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f4cd00
}
.kategori-urunler-kapsayici .urun-card-fiyat-kapsayici a {
    color: #EFD028;
}
.incele-ekle-kapsayici {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-out 0s;
}
    .incele-ekle-kapsayici .incele-ekle-ul {
        text-align: center;
        width: 100%;
    }
    .incele-ekle-kapsayici .incele-ekle-ul li {
        padding:5px;
    }

.shop-widget {
    background-color: #fff;
    padding: 15px;
}
.shop-widget-title {
    margin-bottom: 20px;
    position: relative;
}
.shop-cat-list ul li {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.shop-cat-list ul li a {
    float: left;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #696868;
    line-height: 26px;
}
.mobil-filtre-kapsayici {
    position: fixed;
    overflow: auto;
    background-color: #fffffe;
    z-index: 10;
    top: 0;
    padding: 20px;
    width: 300px;
    height: 100vh;
    left: 0;
}
.mobil-filtre-kapsayici .mobil-uygula-btn {
    background-color: #F4CD00;
    color: black;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    height: fit-content;
}
.teklif-listesi-miktar-btn {
    background-color: #41464b !important;
    color: #fff;
    border:none;
}
.teklif-listesi-miktar-btn:hover {
    background-color: #252525!important;
    color: #fff;
}
.teklif-listesi-yeni-ekle-btn {
    background-color: #F4CD00!important;
}
/*BLOG*/
.s-blog-post-item .blog-thumb img {
    border-radius: 0;
}
.blog-details-wrap .blog-post-meta ul {
    margin-bottom: 3px;
    justify-content: flex-start;
}
.s-blog-post-item .blog-post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-details-wrap .blog-post-meta ul li {
    color: #ff6000;
}
.s-blog-post-item .blog-post-content h4 {
    font-size: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-sidebar-title h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-rc-post ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rc-post-content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 3px;
}
.rc-post-content span {
    display: block;
    color: #929191;
    font-style: italic;
    font-size:13px;
}
.blog-cat-list ul li {
    display: block;
    font-size: 14px;
    color: #868686;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dadada;
    /*BLOG*/
}
.urun-sayfa-fiyat-gosterimi-tema-1 {
    display:none;
}
.navbar-wrap {
    flex-grow: 1;
}
.urun-sayfa-ozellik-tema-1{
    display:none;

}
.shop-details-content {
    padding-left:40px;
}
    .shop-details-content h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
.shop-details-price h2 {
    color: #f4cd00;
    margin: 20px 0;
}
.urunAltOzellikTable td {
    border: 2px solid #f2f2f2;
    font-size: 14px;
    padding: 5px;
}
.kategori-card-kapsayici .card-kapsayici{
    position:relative;
}
.card-kapsayici .merhaba {
    height: 86%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90%;
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 60px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(117, 114, 114, 0.19);
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}

.exclusive-item-thumb {
    position:relative;
}
.card-resim-kapsayici .action li {
    font-size:14px;
}
.sepet-icon-resim {
    display:none;
}
.urun-sayfa-marka-kapsayici{
    display:none;
}
.urun-card-resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.urun-ozellik-satir-kapsayici {
    height:50px;
}
.urunSayfaUrunResimKapsayici .coklu-resim-kapsayici-li {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    width:125px;
    height:125px;
}
.urunSayfaUrunResimKapsayici .coklu-resim-kapsayici-li img{
    width:100%;
    object-fit:contain;
}
.urunSayfaUrunResimKapsayici .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.urunSayfaUrunResimKapsayici .resimKutuphanesi {
    position: relative;
}

.urunSayfaUrunResimKapsayici .resimKutuphanesi .resim-geri-btn {
    position: absolute;
    left: -10px;
}
.exclusive--item--price .etiket-urun-fiyat {
    color: #EFD028;
    font-weight:bold;
}
.wrapper.wrap {
    width: 100%;
    position: relative;
}
.wrapper.wrap .carousell {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 5) - 12px);
    gap: 16px;
    /*overflow-x: auto;*/
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.wrapper.wrap .carousell::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge scroll gitmesi için */
}
.wrapper .carousell .card {
    scroll-snap-align: start;
    list-style: none;
    border: none;
    height: 115px;
    background: #fff;
    cursor: pointer;
    display: flex;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .wrapper .carousell .card .img img {
        max-width: 140px;
        max-height: 100px;
        object-fit: cover;
    }
.index-blog-kapsayici {
    display: none;
}
.tema-5-search-kapsayici {
    display: none;
}
.tema-5-mobil-gorunum {
    display:none;
}
.header-bilgi-kapsayici {
    display: none;
}
.slider-kapsayici-tema-5 {
    display: none;
}

/*LOADER animasyon başlangıç*/
.loaderr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaderMiniContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 130px;
    height: fit-content;
}

.barContainer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    background-position: left;
}

.bar {
    width: 100%;
    height: 8px;
    background: linear-gradient( to right, rgb(239, 208, 40), rgb(239, 208, 40), rgb(239, 208, 40) );
    background-size: 200% 100%;
    border-radius: 10px;
    animation: bar ease-in-out 3s infinite alternate-reverse;
}

@keyframes bar {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

.bar2 {
    width: 50%;
}

.svgIcon {
    position: absolute;
    left: -25px;
    margin-top: 18px;
    z-index: 2;
    width: 70%;
    animation: search ease-in-out 3s infinite alternate-reverse;
}

@keyframes search {
    0% {
        transform: translateX(0%) rotate(70deg);
    }

    100% {
        transform: translateX(100px) rotate(10deg);
    }
}

.svgIcon circle, line {
    stroke: rgb(239, 208, 40);
}

.svgIcon circle {
    fill: rgba(239, 208, 40, 0.2);
}
/*LOADER animasyon bitiş*/
.carousel-kategori-kapsayici {
    display: none;
}
.related-product-wrap .tamamlayici-urun-kapsayici {
    display: none;
}
.index-etiket-kapsayici {
    display:none!important;
}
.hakkimizda-kapsayici .bilgi {
    width:100%!important;
}
.hakkimizda-kapsayici p {
    width:100%!important;
}
.slider-kapsayici-tema-1 .slider-kapsayici{
    height:500px;
    display:flex;
    align-items:center;
}
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: dimgray;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px 15px;
    z-index: 1000;
}

    .nav-btn.prev {
        left: -15px;
    }

    .nav-btn.next {
        right: -10px;
    }
