body { width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fafafa; font-family: 'Encode Sans'; font-size: 14px; font-weight: 400; overflow: auto; overflow-x: hidden; }

.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }

.container { max-width: 1500px !important; }

a { color: currentColor; }

    a:hover { text-decoration: none; color: currentColor; }

img { will-change: contents !important; }

/* Brand */
.brand { width: 100%; }

    .brand a { color: currentColor; display: block; }

    .brand img { width: 100%; height: 71px; object-fit: cover; }



#header { width: 100%; position: relative; z-index: 2; }

@media(min-width: 992px) {
    #header { width: 100%; position: sticky; top: 0; z-index: 7; }

        #header.fixed .logo img { max-width: 250px; }
}

/* Header Section */
.header-section { width: 100%; padding: 0; position: relative; background: #fff; border-bottom: 1px solid #f1f1f1; }

.logo { width: auto; }

    .logo a { display: inline-flex; }

    .logo img { max-width: 205px; width: 100%; transition: 0.3s; margin-bottom: 10px; position: relative; top: 4px; }


.mobilmenu { display: none; }


/* Search */
.search { width: 100%; }

    .search .inputs { width: 100%; display: flex; align-items: center; }

        .search .inputs input[type=text] { width: 100%; outline: none; padding: 15px; font-size: 13px; border: 1px solid #ccc; border-right: 0; border-radius: 25px 0 0 25px; }

        .search .inputs input[type=submit] { width: 60px; height: 51.5px; border: 0; background: #fff url(../images/search.svg) no-repeat center; border: 1px solid #ccc; border-left: none; background-size: 24px; border-radius: 0 25px 25px 0; }


/* HEAD */

.head { width: 100%; background: #1f4680; position: fixed; left: 0; top: 0; z-index: 6; }
    .head .col-12 { width: 100%; display: flex; align-items: center; justify-content: flex-start; height: 80px; }

    .head .logo { width: 17%; height: 100%; margin-right: 20px; z-index: 99999; }
        .head .logo img { /*width: 60px;*/ height: 180px; position: relative; top: -1px; }

    .head .top-menu { width: 100%; }
        .head .top-menu ul { /*width: 100%;*/ width: auto; float: left; display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
            .head .top-menu ul li { }
                .head .top-menu ul li .plus { display: none !important; }
                .head .top-menu ul li.pin a { background: url(../images/pin.svg) no-repeat center left 16px; background-size: 16px 16px; padding-left: 36px; }
                .head .top-menu ul li a { text-decoration: none; color: #fff; display: block; font-weight: 500; padding: 30px 20px; padding-bottom: 29px; }

.top-menu .sub-ul { padding: 102px !important; padding-left: calc(25% + 20px) !important; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); visibility: hidden; /*display: block !important;*/ flex-wrap: wrap; align-items: flex-start !important; opacity: 0; width: 100% !important; position: absolute; left: 0; background: #fff; z-index: 7; }
    .top-menu .sub-ul li { float: left; width: 33.333%; margin-bottom: 20px; }
    .top-menu .sub-ul.opened { visibility: visible; opacity: 1; }
    .top-menu .sub-ul a { border-top: 0; padding: 5px 10px !important; color: #111 !important; letter-spacing: 0; font-size: 14px; font-weight: 700 !important; }
        .top-menu .sub-ul a:hover { text-decoration: underline; }

.top-menu .sub-ul-ul { display: block !important; }
    .top-menu .sub-ul-ul li { float: unset; width: 100%; margin-bottom: 0; }
    .top-menu .sub-ul-ul a { font-size: 13px !important; font-weight: 400 !important; }

.top-menu .hover-img { width: 25% !important; height: 100%; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; padding: 20px; }
    .top-menu .hover-img .img { width: 100%; height: 100%; background: #eee; position: relative; overflow: hidden; }
        .top-menu .hover-img .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

.head .links { width: auto; margin-left: 20px; }
    .head .links ul { width: 100%; display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
        .head .links ul li { position: relative; }
            .head .links ul li a { text-decoration: none; color: #fff; display: block; font-weight: 500; padding: 30px 4px; white-space: nowrap; }
            .head .links ul li .searchBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/search.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
            .head .links ul li .userBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/user2.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
            .head .links ul li .basketBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/bag.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
            .head .links ul li .box { display: none; border-radius: 4px; background: #fff; width: 120px; position: absolute; padding: 0 10px; text-align: center; margin-top: 20px; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); right: 0; }
                .head .links ul li .box::before { content: ""; position: absolute; border: 10px #fff solid; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid transparent; top: 0; right: 4px; margin-top: -20px; }
                .head .links ul li .box a { border-bottom: 1px #eee solid; padding: 0; color: #111; text-decoration: none; font-size: 13px; width: 100%; padding: 10px 0; }
                    .head .links ul li .box a:last-child { border-bottom: 0; }

.head .search { width: 100%; background: #fff; position: absolute; left: 0; display: none; box-shadow: 0px 10px 20px rgba(0,0,0,0.05); z-index: 6; }
    .head .search input { width: 100%; height: 80px; border: 0; padding: 20px 0; background: #fff; color: #111; font-size: 18px; font-weight: 600; outline: 0; }
    .head .search .closeBtn { font-size: 26px; cursor: pointer; }

/* Top Links */
.top-links { display: flex; align-items: center; justify-content: flex-end; position: relative; }

    .top-links > * { margin-left: 25px; }

    .top-links a { color: currentColor; font-size: 13px; font-weight: 500; padding-top: 35px; position: relative; display: block; }

        .top-links a.user { background: url(../images/user.png) no-repeat center top; background-size: 30px; white-space: nowrap; }

        .top-links a.basket { background: url(../images/bag.png) no-repeat center top; background-size: 30px 33px; }

            .top-links a.basket span { font-size: 12px; width: 20px; height: 20px; background: #1f4680; color: #f3f3f3; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 0; }

        .top-links a.fav { background: url(../images/fav.svg) no-repeat center top; background-size: 30px 33px; }

    .top-links .girisdiv { position: relative; }

    .top-links .box { position: absolute; min-width: 120px; width: 100%; text-align: center; background: #fff; border: 1px solid #ddd; top: 60px; z-index: 9; display: none; }

        .top-links .box a { width: 100%; padding: 10px !important; display: block !important; text-align: center; margin: 0 !important; }

            .top-links .box a:hover { color: #5a2d8d; }

            .top-links .box a:first-child { border-bottom: 1px solid #ddd; }

/* Menu Section */

.menu-section { /*background: #111111;*/ background: #1f4680; width: 100%; }

    .menu-section .top-menu { min-height: 50px; }

        .menu-section .top-menu ul { list-style: none; padding: 0; margin: 0; }

        .menu-section .top-menu > ul { display: flex; height: 100%; justify-content: space-between; position: relative; }

            .menu-section .top-menu > ul > li { width: 100%; /*border-right: solid 1px #f1f1f1;*/ }

                .menu-section .top-menu > ul > li > a { color: #ffffff; display: flex; padding: 0 15px; height: 100%; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; text-align: center; }

                .menu-section .top-menu > ul > li:hover > a { text-decoration: none; }

                .menu-section .top-menu > ul > li:first-child > ul { display: none; position: absolute; columns: 4; width: auto; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .15); padding: 15px; max-height: 530px; }

                .menu-section .top-menu > ul > li > ul { display: none; position: absolute; columns: 1; width: 220px; background: #fff; box-shadow: 0 5px 10px rgba(0, 0, 0, .15); padding: 15px; max-height: 530px; }

                .menu-section .top-menu > ul > li:hover > ul { display: block; }

                .menu-section .top-menu > ul > li > ul > li { width: 100%; display: inline-block; margin-bottom: 8px; }

                    .menu-section .top-menu > ul > li > ul > li > a { padding: 3px 10px; display: block; width: 100%; border-left: solid 3px #111111; border-radius: 5px 0 0 5px; }

                    .menu-section .top-menu > ul > li > ul > li a { padding: 3px 10px; display: block; width: 100%; }

                .menu-section .top-menu > ul > li > ul li:hover > a { text-decoration: underline; color: currentColor; }

                .menu-section .top-menu > ul > li > ul > li > a { color: #111111; }

                .menu-section .top-menu > ul > li > ul > li:hover > a { color: #111111; }



                /*T�M KATEGOR�LER*/
                .menu-section .top-menu > ul > li:first-child { /*background: #d5131b;*/ background: #1e1e1e; max-width: 200px; }

                    .menu-section .top-menu > ul > li:first-child > a:before { content: "\e98f"; font-family: 'feather' !important; margin-right: 5px; font-size: 20px; font-weight: normal; }

                    .menu-section .top-menu > ul > li:first-child > ul > li > a { color: currentColor; background: #fff; border-left: solid 3px #111111; border-radius: 5px 0 0 5px; }

                    /*.menu-section .top-menu > ul > li:first-child > ul > li > a:before { content: "\e930"; font-family: 'feather' !important; color: #aaa; margin-right: 5px; }*/
                    .menu-section .top-menu > ul > li:first-child > ul > li:hover > a { background: #111111; color: #fff; text-decoration: none; }

                        .menu-section .top-menu > ul > li:first-child > ul > li:hover > a:before { color: #fff; }

                    .menu-section .top-menu > ul > li:first-child > ul ul { padding-left: 10px; }

                    .menu-section .top-menu > ul > li:first-child > ul > li > ul ul { display: none; }



/* Circle Items */
.circle-items-wrapper { overflow: auto hidden; }

/*.circle-items { width: 100%; display: grid; grid-template-columns: repeat(8, 1fr); column-gap: 15px; }*/
/*.circle-items a { transition: 0.3s; text-decoration: none; color: currentColor; display: block; margin: 10px; }
.circle-items img { width: 96px; height: 96px; object-fit: cover; border-radius: 100%; border: 4px solid #fff; outline: 1px solid #febf18; }*/
/*.circle-items a:hover { transform: translateY(-5px); }*/

.circle-items .swiper-slide { width: 171px; }

.circle-items a { box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.05); padding: 15px; position: relative; display: flex; align-items: center; justify-content: center; width: 171px; height: 121px; overflow: hidden; text-align: center; }

    .circle-items a img { transition-duration: 0.4s; width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; object-fit: cover; opacity: 0; visibility: hidden; }

    .circle-items a svg { fill: none; stroke: #ccc; stroke-width: 1px; stroke-dasharray: 1; stroke-dashoffset: 0; stroke-linecap: round; display: none; /*animation: loading 4500ms ease-in-out infinite alternate;*/ }

    .circle-items a .content { position: relative; font-size: 20px; font-weight: 500; line-height: 1.4; }

        .circle-items a .content strong { display: block; }

    .circle-items a:hover img { opacity: 1; visibility: visible; }

@keyframes loading {
    100% { stroke: #111111; stroke-dasharray: 10; transform: rotate(200deg); }
}



/* Slider */
.home-slider { width: 100%; display: flex; }

.slider { /*width: 73%;*/ position: relative; /*margin-right: 15px;*/ width: 100%; padding-bottom: 40px; }

    .slider a { display: block; }

    .slider img { width: 100%; }

    .slider .swiper-pagination { }

        .slider .swiper-pagination span { width: 12px !important; height: 12px !important; border-radius: 100%; background: transparent; border: 1px solid #111111; opacity: 1; }

            .slider .swiper-pagination span.swiper-pagination-bullet-active { background: #111111; border-color: #111111; }


/*Mobil �kon Kategorileri*/
.mobilkatikon { display: none; }

.mobilyayinevi { display: none; }


/* Side Carou */
.side-carou { width: 27%; }

    .side-carou a { display: block; }

    .side-carou img { width: 100%; border-radius: 20px; }

/* Breadcrumb */
/*.breadcrumb { width: 100%; background: transparent; position: relative; z-index: 3; margin-bottom: 1rem; }

    .breadcrumb a { font-size: 14px; display: inline-block; position: relative; margin-right: 10px; color: #999; }

        .breadcrumb a::after { content: ">"; position: relative; display: inline-block; margin-left: 10px; }

        .breadcrumb a:last-child { font-weight: bold; color: #111; }

            .breadcrumb a:last-child::after { content: ""; }*/

.breadcrumb { background: #fff; border-bottom: 2px #eee solid; margin-bottom: 0; padding-top: 20px; padding-bottom: 17px; }
    .breadcrumb a { text-decoration: none; color: #111; font-size: 14px; font-weight: 500; margin-right: 5px; position: relative; padding-right: 25px; text-transform: uppercase; }
        .breadcrumb a::after { font-family: 'Feather'; content: "\e930"; position: absolute; right: 0; font-size: 16px; color: #999; margin-top: -2px; }
        .breadcrumb a:last-child { font-weight: 700; }
            .breadcrumb a:last-child::after { content: ""; }



/* BANNER */

.banner { width: 100%; }
    .banner .item { width: 100%; }
        .banner .item a { text-decoration: none; color: #fff; display: block; }
        .banner .item .img { width: 100%; }
            .banner .item .img img { width: 100%; }
        .banner .item .title { position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%); z-index: 2; text-align: center; font-size: 44px; font-weight: 300; }


.main-section::after { content: ""; display: block; position: relative; clear: both; margin-bottom: 20px; }

/* Side Menu */
.side-menu .menu-item ul { list-style: none; padding: 0; margin: 0; }

.side-menu .menu-item > ul ul { display: none; }

.side-menu .menu-item a { color: currentColor; display: block; padding: 10px 0; }

    .side-menu .menu-item a.active { text-decoration: underline !important; color: #ff0000; }

.side-menu .menu-item > ul > li { border: 1px solid #ddd; padding: 6px 20px; margin-bottom: 10px; position: relative; }

    .side-menu .menu-item > ul > li > a { color: #111111; font-weight: 800; }

    .side-menu .menu-item > ul > li > ul { display: none; }

        .side-menu .menu-item > ul > li > ul.opened { display: block; }

.side-menu .menu-item .arrow { cursor: pointer; width: 100%; height: 30px; position: absolute; z-index: 2; right: 0; top: 10px; display: flex; align-items: center; justify-content: flex-end; font-size: 24px; color: #ccc; }

    .side-menu .menu-item .arrow i { margin-right: 20px; transition: 0.2s; }

    .side-menu .menu-item .arrow.active i { transform: rotate(180deg); }

.side-menu .menu-item > ul ul > li { position: relative; }

    .side-menu .menu-item > ul ul > li .arrow { top: 6px; }

        .side-menu .menu-item > ul ul > li .arrow i { margin-right: 0; }

    .side-menu .menu-item > ul ul > li.is-active > ul { display: block; }

/* Side Filter */
/*.side-filter .filter-item h2 { font-size: 14px; font-weight: 800; color: #111111; margin-bottom: 0; }*/
.side-filter .filter-item ul { list-style: none; padding: 0; margin: 0; }

.side-filter .filter-item > ul li { padding: 5px 0; }

.side-filter .filter-item > ul > li { border: 1px solid #ddd; padding: 20px; margin-bottom: 15px; position: relative; }

    .side-filter .filter-item > ul > li > a { color: #111111; font-weight: 800; }

    .side-filter .filter-item > ul > li label { display: flex; align-items: center; }

        .side-filter .filter-item > ul > li label span { margin-left: 10px; }

    .side-filter .filter-item > ul > li > ul { display: none; }

        .side-filter .filter-item > ul > li > ul.opened { display: block; max-height: 230px; overflow: auto; overflow-x: hidden; }

.side-filter .filter-item .arrow { cursor: pointer; width: 100%; height: 30px; position: absolute; z-index: 2; right: 0; top: 15px; display: flex; align-items: center; justify-content: flex-end; font-size: 24px; color: #ccc; }

    .side-filter .filter-item .arrow i { margin-right: 15px; transition: 0.2s; }

    .side-filter .filter-item .arrow.active i { transform: rotate(180deg); }

.side-filter .filter-item > ul > li:last-child > ul { max-height: unset; }

.side-filter .filter-item .inputs { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }

    .side-filter .filter-item .inputs input[type=text] { width: 32%; outline: none; border: 1px solid #ddd; padding: 10px; border-radius: 10px; }

    .side-filter .filter-item .inputs input[type=submit] { width: 32%; outline: none; background-color: transparent; background: url(../images/arrow.png) no-repeat center; background-size: 20px; border: 0; padding: 10px; }

/* Filter Btn */
.filter-btn { font-size: 15px; }

    .filter-btn label { display: flex; align-items: center; margin-bottom: 0; }

        .filter-btn label span { margin-left: 10px; font-size: 13px; }

/* Product List */
.product-list .list-item { border-radius: 8px; width: 100%; height: 100%; border: 1px solid #e9e9e9; background: #fff; padding: 10px; position: relative; display: flex; flex-wrap: wrap; align-content: space-between; box-shadow: none; transition: all .5s; }

    .product-list .list-item:hover { /*border-color: #111111;*/ box-shadow: 0 0 20px #eee; }

    .product-list .list-item > a { display: flex; flex-wrap: wrap; align-content: space-between; color: currentColor; width: 100%; }

    .product-list .list-item .icons { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; }

        .product-list .list-item .icons .new { position: absolute; right: -1px; top: 20px; font-size: 18px; font-weight: 800; color: #fff; background: #006bff; padding: 5px 10px; }

        .product-list .list-item .icons .Yeni { position: absolute; right: 0px; top: 15px; }

        .product-list .list-item .icons .kargoBedava { padding: 10px; font-size: 12px; font-weight: 800; color: #ffffff; line-height: 1.2; background: #111111; border-radius: 0 0 100% 0; height: 55px; width: 60px; position: relative; }

            .product-list .list-item .icons .kargoBedava div { position: absolute; top: 8px; left: 2px; text-align: center; transform: rotate(-40deg); }

    .product-list .list-item .image { width: 100%; height: 250px; display: flex; overflow: hidden; align-items: center; position: relative; text-align: center; justify-content: center; }

        .product-list .list-item .image img { max-width: 100%; max-height: 100%; transition-duration: 1s; }

        .product-list .list-item .image .dTukendi { position: absolute; width: 100%; height: 40px; background: rgba(0, 0, 0, .7); color: #fff; display: flex; justify-content: center; align-content: center; align-items: center; border-radius: 10px; font-weight: 600; }

    .product-list .list-item:hover .image img { transform: scale(1.1); }

    .product-list .list-item .content { width: 100%; padding: 10px 0 0 0; }

        .product-list .list-item .content h2 { font-size: 14px; font-weight: 600; margin-bottom: 10px; text-align: center; }

            .product-list .list-item .content h2.marka { color: #999; }

    .product-list .list-item .fiyat { display: flex; justify-content: center; }

        .product-list .list-item .fiyat .save { border: 1px solid #1f4680; padding: 5px; text-align: center; font-size: 12px; color: #ffffff; background: #1f4680; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; /*border-radius:15px;*/ }

            .product-list .list-item .fiyat .save b { display: block; font-weight: 800; font-size: 14px; width: 100%; }

    .product-list .list-item .content .fiyat .price { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 16px; }

        .product-list .list-item .content .fiyat .price .norm { padding: 0 10px; display: flex; white-space: nowrap; width: 100%; justify-content: center; }

            .product-list .list-item .content .fiyat .price .norm span { position: relative; text-decoration: line-through; }

        /*.product-list .list-item .content .fiyat .price .norm span::after { content: ""; width: 100%; height: 1px; background: #111; left: 0; top: 50%; position: absolute; }*/
        .product-list .list-item .content .fiyat .price .disc { padding: 0 10px; font-weight: 800; display: flex; justify-content: center; color: #111111; font-size: 20px; white-space: nowrap; width: 100%; }

    .product-list .list-item .content .detail-btn { font-size: 14px; font-weight: 700; padding: 7px 12px; border-radius: 30px; display: inline-block; color: #ff0000; border: 1px solid #ff0000; }



    .product-list .list-item .buttons { width: 100%; display: flex; justify-content: space-around; align-items: center; margin-top: 10px; }

        .product-list .list-item .buttons a { /*border-radius: 10px;*/ display: flex; align-items: center; justify-content: center; background: transparent; width: 100%; padding: 0 1%; height: 36px; transition: all .5s; font-size: 12px; }

            .product-list .list-item .buttons a:hover { text-decoration: none; }

            /*.product-list .list-item .buttons a.favori::before { content: ""; position: relative; width: 20px; height: 20px; margin-right:5px; background: url(../images/fav-r.svg) no-repeat center; background-size: 18px; }
    .product-list .list-item .buttons a.sepet::before { content: ""; position: relative; width: 20px; height: 20px; margin-right: 5px; background: url(../images/basket-b.svg) no-repeat center; background-size: 18px; }*/
            .product-list .list-item .buttons a.favori { border: solid 1px #111111; }

            /*.product-list .list-item .buttons a.favori:hover { border: solid 1px #cb1b22; }*/
            .product-list .list-item .buttons a.hemen { border: solid 1px #ddd; color: #111111; transition: all .5s; }

            .product-list .list-item .buttons a.sepet { border: solid 1px #ddd; color: #111111; transition: all .5s; }

            .product-list .list-item .buttons a.hemen:hover { background: #111111; color: white; }

            .product-list .list-item .buttons a.sepet:hover { background: #1f4680; color: #ffffff; }



/* Grid */
.product-list.list .col-lg-3.col-sm-4.col-6 { flex: unset !important; max-width: 100% !important; }

.product-list.list .list-item { display: flex; flex-wrap: nowrap; align-items: center; }

    .product-list.list .list-item .icons .kargoBedava { border-radius: 0; height: auto; width: 60px; position: relative; }

        .product-list.list .list-item .icons .kargoBedava div { position: inherit; top: inherit; left: inherit; transform: rotate(0); }

    .product-list.list .list-item > a { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; position: relative; }

    .product-list.list .list-item .buttons { max-width: 200px; margin-left: 15px; display: flex; flex-wrap: wrap; align-content: space-around; margin-top: 0; height: 100%; }

    .product-list.list .list-item:hover .buttons { display: flex; background: transparent; }

    .product-list.list .list-item .buttons a { width: 100%; }

        .product-list.list .list-item .buttons a::before { margin-right: 10px; }

        .product-list.list .list-item .buttons a.incele { display: none; }

        .product-list.list .list-item .buttons a.favori { border: solid 2px #111111; color: #111111; }

            .product-list.list .list-item .buttons a.favori::before { background: url(../images/fav-r.svg) no-repeat center; }

        .product-list.list .list-item .buttons a.sepet { }

    .product-list.list .list-item .image { max-width: 100px; height: auto; margin-right: 15px; }

    .product-list.list .list-item .content { display: flex; align-items: center; justify-content: space-between; }

        .product-list.list .list-item .content .baslik { width: 300px; margin-right: 15px; }

            .product-list.list .list-item .content .baslik h2 { }

    .product-list.list .list-item .save { position: initial; width: 70px; left: unset; top: unset; }

    .product-list.list .list-item .icons { right: unset; left: unset; top: unset; position: inherit; order: 2; width: 20%; height: 100%; display: flex; justify-content: center; align-items: center; }

        .product-list.list .list-item .icons .Yeni { right: inherit; left: inherit; top: inherit; position: inherit; }

        .product-list.list .list-item .icons .kargoBedava { position: initial; width: auto; left: unset; top: unset; border-radius: 15px; }


/* Product Group */
.product-group { width: 100%; /*display: flex; flex-wrap: wrap;*/ }

    .product-group .left-col { width: 25%; }

        .product-group .left-col a { height: 100%; display: block; position: relative; margin-right: 30px; border-radius: 30px; }

        .product-group .left-col img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; border-radius: 30px; }

    .product-group .right-col { width: 75%; }


/* Product Grid */

.product-grid { display: flex; }

    .product-grid .col-left { width: 70%; display: flex; flex-direction: column; justify-content: space-between; padding-right: 15px; }

    .product-grid .col-right { width: 30%; display: flex; flex-direction: column; justify-content: space-between; }

    .product-grid .col-left .grid-item a { width: 100%; padding-bottom: 43%; }

    .product-grid .col-right .grid-item a { position: relative; width: 100%; padding-bottom: 100%; }

    .product-grid .grid-item { width: 100%; margin-bottom: 15px; overflow: hidden; }

        .product-grid .grid-item:last-child { margin-bottom: 0; }

        .product-grid .grid-item a { transition-duration: 600ms; display: block; position: relative; background: #f5f5f5; /*padding: 30px;*/ }

            .product-grid .grid-item a img { width: 100%; height: 100%; left: 0; top: 0; position: absolute; object-fit: cover; }

                .product-grid .grid-item a img:nth-child(2) { transform: translateX(100%); }

/* Product Carou */

.product-carou .swiper-slide { overflow: hidden; }

.product-carou a { transition-duration: 600ms; display: block; width: 100%; padding-bottom: 100%; position: relative; text-decoration: none; color: currentColor; }

    .product-carou a img { width: 100%; height: 100%; left: 0; top: 0; position: absolute; object-fit: cover; }

        .product-carou a img:nth-child(2) { transform: translateX(100%); }

/* List Group */
.list-group .list-item { border-radius: 8px; width: 100%; height: 100%; border: 1px solid #e9e9e9; background: #fff; padding: 10px; position: relative; display: flex; flex-wrap: wrap; align-content: space-between; box-shadow: none; transition: all .5s; }

    .list-group .list-item:hover { /*border-color: #111111;*/ box-shadow: 0 0 20px #eee; }

    .list-group .list-item a { display: flex; flex-wrap: wrap; align-content: space-between; color: currentColor; }

    .list-group .list-item .icons { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; }

        .list-group .list-item .icons .new { position: absolute; right: -1px; top: 20px; font-size: 18px; font-weight: 800; color: #fff; background: #006bff; padding: 5px 10px; }

        .list-group .list-item .icons .Yeni { position: absolute; right: 0px; top: 40px; }

        .list-group .list-item .icons .kargoBedava { padding: 10px; font-size: 12px; font-weight: 800; color: #ffffff; line-height: 1.2; background: #111111; border-radius: 0 0 100% 0; height: 55px; width: 60px; position: relative; }

            .list-group .list-item .icons .kargoBedava div { position: absolute; top: 8px; left: 2px; text-align: center; transform: rotate(-40deg); }

    .list-group .list-item .image { width: 100%; height: 250px; display: flex; align-items: center; position: relative; text-align: center; justify-content: center; overflow: hidden; }

        .list-group .list-item .image img { max-width: 100%; max-height: 100%; transition-duration: 1s; }

        .list-group .list-item .image .dTukendi { position: absolute; width: 100%; height: 40px; background: rgba(0, 0, 0, .7); color: #fff; display: flex; justify-content: center; align-content: center; align-items: center; border-radius: 10px; font-weight: 600; }

    .list-group .list-item:hover .image img { transform: scale(1.1); }

    .list-group .list-item .content { width: 100%; padding: 10px 0 0 0; }

        .list-group .list-item .content h2 { font-size: 14px; font-weight: 600; margin-bottom: 10px; height: 51px; text-align: center; }

            .list-group .list-item .content h2.marka { color: #999; }

        .list-group .list-item .content .fiyat { display: flex; justify-content: center; height: 57px; }

            .list-group .list-item .content .fiyat .save { border: 1px solid #1f4680; padding: 5px; text-align: center; font-size: 12px; color: #ffffff; background: #1f4680; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; /*border-radius: 15px;*/ }

                .list-group .list-item .content .fiyat .save b { display: block; font-weight: 800; font-size: 14px; width: 100%; }

            .list-group .list-item .content .fiyat .price { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 16px; }

                .list-group .list-item .content .fiyat .price .norm { padding: 0 5px; display: flex; white-space: nowrap; width: 100%; justify-content: center; }

                    .list-group .list-item .content .fiyat .price .norm span { position: relative; text-decoration: line-through; }

                /*.list-group .list-item .content .fiyat .price .norm span::after { content: ""; width: 100%; height: 1px; background: #111; left: 0; top: 50%; position: absolute; }*/
                .list-group .list-item .content .fiyat .price .disc { padding: 0 5px; font-weight: 800; display: flex; justify-content: center; color: #111111; font-size: 20px; white-space: nowrap; width: 100%; }


    .list-group .list-item .buttons { width: 100%; display: flex; justify-content: space-around; align-items: center; margin-top: 10px; }

        .list-group .list-item .buttons a { /*border-radius: 10px;*/ display: flex; align-content: center; justify-content: center; background: transparent; width: 100%; padding: 0 1%; height: 36px; transition: all .5s; font-size: 12px; }

            .list-group .list-item .buttons a.hemen { border: solid 1px #ddd; color: #111111; transition: all .5s; }

            .list-group .list-item .buttons a.sepet { border: solid 1px #ddd; color: #111111; transition: all .5s; }

            .list-group .list-item .buttons a.hemen:hover { background: #111111; color: white; }

            .list-group .list-item .buttons a.sepet:hover { background: #111111; color: white; }

/* Mid Group */
.mid-group .col-12 { display: flex; flex-wrap: wrap; justify-content: space-between; }

.mid-group h4 { width: 100%; }

.mid-group a:first-child { width: 100%; }

.mid-group.parcali a:nth-child(2),
.mid-group.parcali a:nth-child(3),
.mid-group.parcali a:nth-child(4) { width: 32%; }

.mid-group a { display: block; margin-bottom: 30px; }

.mid-group img { width: 100%; }

.mid-group .left-col { width: 72%; }

.mid-group .right-col { width: 28%; padding-left: 10px; }

    .mid-group .left-col a:last-child,
    .mid-group .right-col a:last-child { margin-bottom: 0; }


.mid-group-mobil { display: none; }



/* Cat Carou */
.cat-carou.swiper-container { padding: 0 45px; }

.cat-carou .swiper-button-prev { top: 35%; left: 0; width: 30px; height: 50px; background: #ccc; display: flex; align-items: center; justify-content: center; }

    .cat-carou .swiper-button-prev::after { font-size: 16px; font-weight: bold; color: #111; }

.cat-carou .swiper-button-next { top: 35%; right: 0; width: 30px; height: 50px; background: #ff0000; display: flex; align-items: center; justify-content: center; }

    .cat-carou .swiper-button-next::after { font-size: 16px; font-weight: bold; color: #fff; }

/* S�ralama */
.siralama { position: relative; }

    .siralama span { font-weight: bold; padding: 10px; cursor: pointer; white-space: nowrap; }

    .siralama .box { display: none; width: 155px; background: #fff; padding: 15px; border: 1px solid #ddd; z-index: 4; position: absolute; right: 0; top: 30px; }

        .siralama .box a { width: 100%; display: block; text-align: right; padding: 5px; font-size: 13px; }

            .siralama .box a:hover { color: #ff0000; }

/* Set Slider */
.set-slider a { display: block; }

.set-slider img { width: 100%; }

.set-slider.swiper-container { padding: 0 45px; }

.set-slider .swiper-button-prev { left: 0; width: 30px; height: 50px; background: #ccc; display: flex; align-items: center; justify-content: center; }

    .set-slider .swiper-button-prev::after { font-size: 16px; font-weight: bold; color: #111; }

.set-slider .swiper-button-next { right: 0; width: 30px; height: 50px; background: #ff0000; display: flex; align-items: center; justify-content: center; }

    .set-slider .swiper-button-next::after { font-size: 16px; font-weight: bold; color: #fff; }

.product-set-detail { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

    .product-set-detail .title { width: auto; padding: 30px 0 15px 0; }

        .product-set-detail .title h1 { font-size: 22px; font-weight: 600; }

        .product-set-detail .title h2 { font-size: 16px; color: #999; margin-bottom: 0; }

    .product-set-detail a.add-basket { color: #fff; background: #ff0000; padding: 10px 15px; border-radius: 20px; font-size: 15px; font-weight: 600; display: flex; align-items: center; }

        .product-set-detail a.add-basket::before { content: ""; filter: brightness(100); width: 24px; height: 24px; margin-right: 7px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 24px; }

/* Tab Wrap */
.tab-wrap { width: 100%; }

    .tab-wrap .tab-title { width: 100%; margin-bottom: 20px; }

        .tab-wrap .tab-title > ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }

            .tab-wrap .tab-title > ul > li { max-width: 140px; width: 100%; padding: 20px; cursor: pointer; color: #111; text-align: center; margin: 10px; border: 2px solid transparent; }

                .tab-wrap .tab-title > ul > li > img { max-width: 100%; margin-bottom: 10px; }

                .tab-wrap .tab-title > ul > li > h2 { font-size: 15px; font-weight: 700; margin-bottom: 0; }

                .tab-wrap .tab-title > ul > li.current { border: 2px solid #ff0000; }

    .tab-wrap .tab-content { width: 100%; }

        .tab-wrap .tab-content > ul { list-style: none; padding: 0; margin: 0; }

            .tab-wrap .tab-content > ul > li { width: 100%; padding: 30px 0; opacity: 0; visibility: hidden; height: 0; padding: 0; }

                .tab-wrap .tab-content > ul > li.current { animation: 0.5s fadeIn; opacity: 1; visibility: visible; height: auto; padding: 30px 0; }

    .tab-wrap.pd .tab-title > ul { width: 100%; justify-content: space-around; background: #f5f5f5; }

        .tab-wrap.pd .tab-title > ul > li { border: unset; max-width: unset; width: auto; padding: 0; margin: 0; font-weight: 600; padding: 20px 0; }

            .tab-wrap.pd .tab-title > ul > li.current { border: unset; color: #111111; }

    .tab-wrap.pd .tab-content > ul { border: 1px solid #ddd; }

        .tab-wrap.pd .tab-content > ul > li { background: #fff; }

            .tab-wrap.pd .tab-content > ul > li.current { padding: 30px; }

@-webkit-keyframes fadeIn {
    from { opacity: 0; }

    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }

    to { opacity: 1; }
}

/* Grid Wrap */
.grid-wrap { width: 100%; position: relative; }

    .grid-wrap::after { content: ""; position: relative; display: block; clear: both; }

    .grid-wrap .item { float: left; border-radius: 10px; position: relative; }

        .grid-wrap .item a { position: relative; width: 100%; }

        .grid-wrap .item img { width: 100%; border-radius: 10px; }

        .grid-wrap .item:nth-child(1) { width: 50%; }

        /* 50% - 40% */
        .grid-wrap .item:nth-child(2) { width: 50%; padding-left: 30px; padding-bottom: 30px; }

        /* 50% - 20% */
        .grid-wrap .item:nth-child(3) { width: 25%; padding-left: 30px; }

        /* 20% - 25% */
        .grid-wrap .item:nth-child(4) { width: 25%; padding-left: 30px; }

/* 20% - 25% */

/* Mid Banner */
.mid-banner { width: auto; }

    .mid-banner a { display: block; margin-bottom: 10px; }

    .mid-banner img { width: 100%; border-radius: 10px; }

/* Banner */
/*.banner { width: 100%; }

    .banner a { display: block; position: relative; }

    .banner img { width: 100%; }*/

/* List Type */
.list-type { display: inline-flex; align-items: center; }

    .list-type .button { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1px solid #ddd; margin-left: 10px; }

        .list-type .button i { font-size: 21px; }

        .list-type .button.active { border-color: #111111; }

/* Home About */
.home-about img { max-width: 100%; }

.home-about h2 { font-size: 20px; font-weight: 900; font-style: italic; }

.home-about p { font-size: 14px; }

.home-about a.read-more { color: #ff0000; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; }

    .home-about a.read-more i { margin-left: 5px; }

    .home-about a.read-more span { text-decoration: underline; }

/* About */
.about { position: relative; z-index: 3; margin-top: -140px; }

    .about img { max-width: 100%; }

    .about .content { margin-left: 31%; padding-right: 10%; margin-top: -180px; }

    .about h2 { font-size: 20px; font-weight: 900; font-style: italic; }

    .about p { font-size: 14px; }

    .about a.read-more { color: #ff0000; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; }

        .about a.read-more i { margin-left: 5px; }

        .about a.read-more span { text-decoration: underline; }

/* Icon Section */
.icon-section { background: #eee; padding: 20px 0; }

    .icon-section a { color: currentColor; display: block; position: relative; z-index: 2; text-align: center; padding: 20px; }

    .icon-section .image { width: auto; margin-bottom: 15px; }

        .icon-section .image img { width: 100%; height: 70px; object-fit: contain; }

    .icon-section .content { }

        .icon-section .content h3 { font-size: 18px; font-weight: 700; }

        .icon-section .content p { font-size: 14px; margin: 0; }

/* Product Detail */
.product-detail-gallery { display: flex; }

    .product-detail-gallery a { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

    .product-detail-gallery .own { width: 80%; height: 600px; order: 2; border: 1px solid #ddd; margin-left: 15px; }

        .product-detail-gallery .own img { width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0; }

    .product-detail-gallery .thumbs { width: 20%; height: 600px; order: 1; }

        .product-detail-gallery .thumbs img { width: 100%; height: 100%; object-fit: contain; position: absolute; left: 0; top: 0; z-index: -1; }

        .product-detail-gallery .thumbs .swiper-slide { border: 1px solid #ddd; }

            .product-detail-gallery .thumbs .swiper-slide.swiper-slide-thumb-active { border-color: #111111; }

.product-detail h2 { font-size: 22px; font-weight: 700; line-height: 1.5; margin-bottom: 15px; }

.product-detail h3 { font-size: 16px; color: #999; margin-bottom: 15px; }


.product-detail .colorDiger { padding-bottom: 15px; margin-bottom: 15px; }

    .product-detail .colorDiger h5 { font-size: 14px; font-weight: bold; }

    .product-detail .colorDiger ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }

        .product-detail .colorDiger ul li { width: 44px; }

            .product-detail .colorDiger ul li:last-child { margin-right: 0; }

            .product-detail .colorDiger ul li a { text-decoration: none; color: currentColor; display: block; width: 44px; background-size: cover !important; padding: 1px; background: #ccc; }

                .product-detail .colorDiger ul li a.stokyok { cursor: not-allowed; }

                .product-detail .colorDiger ul li a.secili { border-color: #f27a1a; }

            .product-detail .colorDiger ul li img { width: 100%; }



.product-detail .item { display: flex; align-items: center; font-size: 16px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #ddd solid; }

    .product-detail .item b { font-weight: 400; display: block; margin-right: 5px; }

    .product-detail .item .star { display: flex; margin-right: 15px; padding-right: 10px; border-right: 1px solid #ccc; cursor: pointer; }

        .product-detail .item .star span { display: block; width: 16px; height: 24px; margin-right: 6px; background: url(../images/star-o.png) no-repeat center; background-size: 16px; }

            .product-detail .item .star span.active { background: url(../images/star.png) no-repeat center; background-size: 16px; }

    .product-detail .item .rating { color: #999; font-weight: 400; display: flex; cursor: pointer; }

        .product-detail .item .rating b { font-weight: 400; }



/* YORUM YAP */
.detail-tab ul li .yrmYap { text-decoration: none; color: #f27a1a; font-weight: bold; }

.yorumLar a { text-decoration: none; color: #111111; font-weight: bold; }

.yorumYap { padding-bottom: 15px; margin-bottom: 15px; display: none; }

    .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; margin-bottom: 15px; }

                .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; margin-bottom: 15px; }

                .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(../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(../images/star.png); }

                .yorumYap ul li #puanlama span.active { background-image: url(../images/star.png); }

        .yorumYap ul li i { font-size: 14px; position: relative; top: -2px; }

    .yorumYap input[type=button] { background: #1f4680; border-color: #1f4680; color: #111111; 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; }

.yorumLar .bilgisi { width: 100%; position: relative; margin-bottom: 30px; }

.yorumLar .yorumList.genelListe ul { list-style-type: none; padding: 0; }

.yorumLar .yorumList.genelListe li { width: 100%; padding: 40px 0px 0px 0px; border-top: solid 1px #e4e4e4; margin-bottom: 20px; }

    .yorumLar .yorumList.genelListe li .tarih { width: 100%; font-size: 14px; color: #3c3c3c; font-weight: 600; margin-bottom: 11px; }

    .yorumLar .yorumList.genelListe li .kapsa { width: 100%; position: relative; box-sizing: border-box; display: flex; }

    .yorumLar .yorumList.genelListe li a { width: auto; }

        .yorumLar .yorumList.genelListe li a span { font-weight: 800; font-size: 12px; }

    .yorumLar .yorumList.genelListe li .ySol { width: 300px; vertical-align: top; position: relative; box-sizing: border-box; text-align: center; }

        .yorumLar .yorumList.genelListe li .ySol .begen { width: 100%; position: relative; box-sizing: border-box; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-around; }

            .yorumLar .yorumList.genelListe li .ySol .begen a { font-size: 15px; line-height: 15px; color: #3c3c3c; font-weight: bold; padding: 8px 0; position: relative; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.evet { padding-left: 32px; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.hayir { padding-right: 32px; }

                .yorumLar .yorumList.genelListe li .ySol .begen a:before { content: ""; width: 24px; height: 100%; position: absolute; top: 0; background-repeat: no-repeat; background-position: left center; background-size: 100% auto; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.evet:before { background-image: url(../images/dtevt.png); left: 0; }

                .yorumLar .yorumList.genelListe li .ySol .begen a.hayir:before { background-image: url(../images/dthyr.png); right: 0; }

        .yorumLar .yorumList.genelListe li .ySol p { margin-top: 10px; font-size: 15px; color: #3c3c3c; line-height: 16px; }

        .yorumLar .yorumList.genelListe li .ySol .onayi { width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-around; }

            .yorumLar .yorumList.genelListe li .ySol .onayi a { font-size: 17px; font-weight: bold; line-height: 17px; color: #fff; padding: 8px 35px 11px 35px; display: inline-block; }

                .yorumLar .yorumList.genelListe li .ySol .onayi a.evet { background-color: #009640; }

                .yorumLar .yorumList.genelListe li .ySol .onayi a.hayir { background-color: #a60000; }

    .yorumLar .yorumList.genelListe li .ySag { width: calc(100% - 300px); vertical-align: top; position: relative; box-sizing: border-box; }

        .yorumLar .yorumList.genelListe li .ySag h5 { width: 100%; position: relative; box-sizing: border-box; font-size: 18px; line-height: 22px; font-weight: 800; color: #3c3c3c; margin-bottom: 8px; }

        .yorumLar .yorumList.genelListe li .ySag h6 { color: #3c3c3c; font-size: 15px; line-height: 22px; font-weight: 600; margin-bottom: 5px; }

            .yorumLar .yorumList.genelListe li .ySag h6 .yildiz { }

        .yorumLar .yorumList.genelListe li .ySag .yazi { width: 100%; position: relative; box-sizing: border-box; font-size: 13px; line-height: 22px; }

        .yorumLar .yorumList.genelListe li .ySag .yildiz { margin-bottom: 15px; }

            .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa { }

            .yorumLar .yorumList.genelListe li .ySag .yildiz i { margin: 0 0 0 4px; font-size: 11px; }

            .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa span { display: inline-block; width: 16px; height: 16px; background: url(../images/star-o.png) no-repeat center center; cursor: inherit; margin-right: 1px; }

                .yorumLar .yorumList.genelListe li .ySag .yildiz .kapsa span.active { background-image: url(../images/star.png); }


.product-detail .code { font-size: 16px; margin-bottom: 20px; }

.product-detail table { max-width: 300px; width: 100%; margin-bottom: 20px; }

    .product-detail table tr td { padding: 10px 0; border-bottom: 1px solid #ddd; }

    .product-detail table tr:last-child td { border: 0; }

.product-detail .add-fav { display: flex; align-items: center; line-height: 22px; margin-bottom: 15px; padding-left: 30px; background: url(../images/fav-r.svg) no-repeat left top; background-size: 20px auto; color: #111111; font-weight: 700; }

.product-detail .price { width: 100%; display: flex; align-items: center; padding: 10px 0; margin-bottom: 25px; font-size: 20px; color: currentColor; }

    .product-detail .price .norm { margin-right: 30px; }

        .product-detail .price .norm span { position: relative; text-decoration: line-through; }

    /*.product-detail .price .norm span::after { content: ""; width: 100%; height: 1px; background: #111; left: 0; top: 50%; margin-top: 1px; position: absolute; }*/
    .product-detail .price .disc { font-size: 28px; font-weight: 900; color: #111111; }

    .product-detail .price .yuzde { padding: 10px 15px; border: 1px solid #1f4680; background: #1f4680; color: #ffffff; line-height: 1; margin-right: 30px; text-align: center; }

        .product-detail .price .yuzde span { font-weight: bold; font-size: 22px; display: block; }

        .product-detail .price .yuzde small { font-size: 16px; }

.product-detail .quantity { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 20px; }

    .product-detail .quantity span { margin-right: 30px; }

    .product-detail .quantity .qty { position: relative; display: flex; align-items: center; margin: 15px 0; margin-right: 30px; }

    .product-detail .quantity .minus { color: #999; border-right: 0; font-size: 24px; font-weight: bold; width: 40px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }

    .product-detail .quantity .plus { color: #999; border-left: 0; font-size: 24px; font-weight: bold; width: 40px; height: 45px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }

    .product-detail .quantity input { border: 1px solid #ddd; width: 45px; height: 45px; text-align: center; outline: none; font-size: 21px; font-weight: 600; }

        .product-detail .quantity input::-webkit-outer-spin-button,
        .product-detail .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }

.product-detail .note { font-size: 14px; }

.product-detail .quantity .buttons { display: flex; align-items: center; }

    .product-detail .quantity .buttons a { white-space: nowrap; }

        .product-detail .quantity .buttons a.buy-now { color: #111111; background: #fff; border: 1px solid #ccc; padding: 14px 45px; border-radius: 30px 0 0 30px; font-size: 15px; font-weight: 600; display: flex; align-items: center; margin-right: 10px; }

        .product-detail .quantity .buttons a.add-basket { color: #ffffff; background: #1f4680; padding: 15px 45px; border-radius: 0 30px 30px 0; font-size: 15px; font-weight: 600; display: flex; align-items: center; }

/* Part List */
.part-list { width: 100%; }

    .part-list .part-gallery { border: 1px solid #ddd; padding: 20px; border-radius: 10px; }

        .part-list .part-gallery img { width: 100%; }

    .part-list .item { width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }

        .part-list .item:last-child { border-bottom: 0; }

        .part-list .item .left-col { width: 60%; }

        .part-list .item .right-col { width: 40%; padding-left: 45px; }

            .part-list .item .right-col h2 { font-size: 22px; font-weight: 600; margin-bottom: 5px; }

            .part-list .item .right-col .price { width: 100%; display: flex; align-items: center; font-size: 24px; color: #999; margin-bottom: 15px; }

                .part-list .item .right-col .price .norm { margin-right: 30px; }

                    .part-list .item .right-col .price .norm span { position: relative; }

                        .part-list .item .right-col .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }

                .part-list .item .right-col .price .disc { font-size: 28px; font-weight: 900; color: #111; }

            .part-list .item .right-col .quantity { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }

                .part-list .item .right-col .quantity span { margin-right: 30px; }

                .part-list .item .right-col .quantity .qty { margin-right: 30px; position: relative; display: flex; align-items: center; }

                .part-list .item .right-col .quantity .minus { border: 1px solid #ddd; border-right: 0; background: #fff; padding-bottom: 4px; font-size: 24px; width: 30px; height: 35px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }

                .part-list .item .right-col .quantity .plus { border: 1px solid #ddd; border-left: 0; background: #fff; padding-bottom: 5px; font-size: 24px; width: 30px; height: 35px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }

                .part-list .item .right-col .quantity input { width: 30px; height: 35px; text-align: center; outline: none; border: 1px solid #ddd; border-left: 0; border-right: 0; font-size: 18px; font-weight: 600; }

                    .part-list .item .right-col .quantity input::-webkit-outer-spin-button,
                    .part-list .item .right-col .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }

    .part-list .part-gallery .swiper-button-prev { left: 10px; width: 25px; height: 40px; background: #ddd; display: flex; align-items: center; justify-content: center; }

        .part-list .part-gallery .swiper-button-prev::after { font-size: 13px; font-weight: bold; color: #111; }

    .part-list .part-gallery .swiper-button-next { right: 10px; width: 25px; height: 40px; background: #ff0000; display: flex; align-items: center; justify-content: center; }

        .part-list .part-gallery .swiper-button-next::after { font-size: 13px; font-weight: bold; color: #fff; }

/* Fixed Section */
.fixed-section { transition: 0.4s; position: fixed; z-index: 9; max-width: 700px; width: 100%; display: flex; align-items: center; justify-content: space-between; left: 50%; bottom: 30px; transform: translateX(-50%) translateY(50px); padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2); opacity: 0; visibility: hidden; }

    .fixed-section.scrolled { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

    .fixed-section .title { width: auto; border-right: 1px solid #ddd; padding-right: 45px; }

        .fixed-section .title h2 { font-size: 22px; font-weight: 600; margin-bottom: 5px; }

        .fixed-section .title h3 { font-size: 18px; color: #999; margin-bottom: 0; }

    .fixed-section .price { width: auto; display: flex; align-items: center; font-size: 20px; color: #999; margin-left: 15px; }

        .fixed-section .price .norm { margin-right: 30px; }

            .fixed-section .price .norm span { position: relative; }

                .fixed-section .price .norm span::after { content: ""; width: calc(100% + 30px); height: 1px; background: #999; left: 0; top: 50%; margin-top: 1px; position: absolute; }

        .fixed-section .price .disc { font-size: 24px; font-weight: 900; color: #111; }

    .fixed-section a.add-basket { position: relative; color: #fff; background: #ff0000; padding: 15px 20px; padding-right: 30px; border-radius: 10px; font-size: 15px; font-weight: 600; display: flex; align-items: center; margin-left: 15px; }

        .fixed-section a.add-basket::before { content: ""; filter: invert(1); width: 32px; height: 32px; position: relative; display: block; background: url(../images/basket.png) no-repeat center; background-size: 32px; }

        .fixed-section a.add-basket span { width: 18px; height: 18px; display: flex; right: 20px; top: 10px; align-items: center; justify-content: center; color: #ff0000; font-weight: bold; font-size: 21px; padding-bottom: 6px; border-radius: 100%; background: #fff; position: absolute; }

/* Contact */
.contact-map { width: 100%; height: 450px; position: relative; }

    .contact-map iframe { position: absolute; width: 100%; height: 100% !important; left: 0; top: 0; }

.contact-info { width: 100%; margin-bottom: 30px; }

    .contact-info h2 { font-size: 20px; font-weight: 500; margin-bottom: 20px; }

    .contact-info ul { list-style: none; padding: 0; margin: 0; }

        .contact-info ul li { color: #111; margin-bottom: 5px; }

            .contact-info ul li:last-child { margin-bottom: 0; }

            .contact-info ul li a { text-decoration: none; color: currentColor; display: inline; font-size: 14px; }

            .contact-info ul li b { font-weight: 600; }

.contact-form { }

    .contact-form h2 { font-size: 20px; font-weight: 500; margin-bottom: 20px; }

    .contact-form ul { list-style: none; padding: 0; margin: 0; }

        .contact-form ul li { margin-bottom: 10px; }

            .contact-form ul li label { font-size: 14px; }

            .contact-form ul li input[type=text] { width: 100%; outline: none; border: 1px solid #ddd; padding: 7px; }

            .contact-form ul li textarea { width: 100%; height: 120px; outline: none; border: 1px solid #ddd; padding: 7px; }

    .contact-form input[type=submit] { min-width: 220px; font-weight: 600; letter-spacing: 1px; height: 76px; background: #1f4680; color: #ffffff; outline: none; border: 0; }

/* Footer Section */
.footer-section { width: 100%; }

.f-logo { text-align: center; }

    .f-logo a { display: inline-block; }

    .f-logo img { max-width: 100%; }

.f-menu h2 { font-size: 16px; font-weight: 600; margin-bottom: 15px; }

.f-menu ul { list-style: none; padding: 0; margin: 0; }

.f-menu.column-2 ul { columns: 2; -webkit-column-break-inside: avoid; }

.f-menu ul li { padding: 5px 0; }

    .f-menu ul li a { font-size: 14px; color: #333; }

.newsletter { /*max-width: 900px;*/ width: 100%; margin: auto; padding: 30px; background: #333; color: #fff; text-align: center; }

    .newsletter h2 { font-size: 16px; font-weight: 900; }

    .newsletter p { font-size: 14px; margin-bottom: 25px; }

    .newsletter .inputs { max-width: 500px; width: 100%; margin: auto; position: relative; display: flex; align-items: center; }

        .newsletter .inputs input[type=text] { font-size: 14px; width: 100%; outline: none; background: #fff; border: 0; border-radius: 30px 0 0 30px; padding: 10px 15px; }

        .newsletter .inputs input[type=submit] { outline: none; border: 0; padding: 10px 25px; border-radius: 0 30px 30px 0; background-color: #fff; color: #111111; font-size: 14px; font-weight: 700; /*margin-left: 10px;*/ }

.social-media { width: auto; display: flex; align-items: center; justify-content: center; padding: 15px 0; }

    .social-media a { display: inline-block; width: 48px; height: 48px; margin: 0 3px; }

        .social-media a.facebook { width: 32px; background: url(../images/social/facebook.svg) no-repeat center; background-size: 32px; }

        .social-media a.instagram { background: url(../images/social/instagram.svg) no-repeat center; background-size: 32px; }

        .social-media a.linkedin { background: url(../images/social/linkedin.svg) no-repeat center; background-size: 32px; }

        .social-media a.twitter { background: url(../images/social/twitter.svg) no-repeat center; background-size: 32px; }

.h1 { text-align: center; margin-top: -100px; margin-bottom: 30px; }

    .h1 img { max-width: 100%; }

.h2 { text-align: center; font-size: 21px; font-weight: 700; margin-bottom: 20px; }

.bg-light { background-color: #f5f5f5 !important; }

.swiper-container .swiper-button-prev { width: 40px; height: 40px; background: #fff; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; border-radius: 100%; }

    .swiper-container .swiper-button-prev::after { font-size: 18px; color: #111111; font-weight: bold; }

.swiper-container .swiper-button-next { width: 40px; height: 40px; background: #fff; box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; border-radius: 100%; }

    .swiper-container .swiper-button-next::after { font-size: 18px; color: #111111; font-weight: bold; }

.liste ul { list-style: none; padding: 0; margin: 0; }

.liste a { text-decoration: none; color: currentColor; display: block; padding: 5px 0; }

    .liste a:hover { color: #ff0000; }

.liste > ul { width: 100%; list-style: none; padding: 0; margin: 0; column-count: 5; break-inside: avoid; }

    .liste > ul > li { display: inline-block; width: 100%; margin-bottom: 15px; }

        .liste > ul > li > a { font-size: 18px; font-weight: 800; color: #ff0000; padding: 5px 0; }

.bottombar { display: none; }

.wp-fix-btn { position: fixed; display: block; bottom: 100px; right: 0; height: 50px; padding: 15px 15px 15px 55px; color: #000 !important; font-weight: 500; background: #fff url(../images/whatsapp.png) no-repeat 15px center; background-size: auto 30px; border: solid 1px #ccc; border-right: none; border-radius: 15px 0 0 15px; animation: boxshadow 2s infinite; z-index: 999; background-repeat: no-repeat !important; }

@keyframes boxshadow {
    0% { box-shadow: 0 0 0 0 rgba(202, 170, 70, 1), 0 0 0 0 rgba(202, 170, 70, 1); }
    40% { box-shadow: 0 0 0 10px rgba(202, 170, 70, 0), 0 0 0 0 rgba(202, 170, 70, 1); }
    80% { box-shadow: 0 0 0 10px rgba(202, 170, 70, 0), 0 0 0 10px rgba(202, 170, 70, 0); }
    100% { box-shadow: 0 0 0 0 rgba(202, 170, 70, 0), 0 0 0 10px rgba(202, 170, 70, 0); }
}

.wp-fix-btn:hover { text-decoration: none; }

@media(max-width: 1500px) {
    /*.circle-items { width: max-content; -ms-overflow-style: none; scrollbar-width: 0; scrollbar-height: 0; }
    .circle-items::-webkit-scrollbar { }
    .circle-items::-webkit-scrollbar-track { background: transparent; }
    .circle-items::-webkit-scrollbar-thumb { background: transparent; }
      .circle-items::-webkit-scrollbar-thumb:hover { background: transparent; }*/
}

@media(max-width: 1100px) {


    .product-group .left-col { width: 40%; }

    .product-group .right-col { width: 60%; }

    .liste > ul { column-count: 4; }
}

@media(max-width: 991px) {
    .f-menu { text-align: center; margin-bottom: 20px; }
    .top-menu{display:none;}
    .userBtn{display:none;}
    .box{display:none;}
    .basketBtn{display:none;}
    .links{display:none;}

    .f-menu.column-2 ul { columns: 1; }

    .contact-map { height: 300px; margin-bottom: 20px; }

    .logo img { width: 138px !important; margin-bottom: 0; }

    .header-section .lg { order: 1; }

    .header-section .srch { max-width: 100% !important; flex: unset !important; margin-top: 10px; order: 3; }

    .header-section .lnks { order: 2; }

    .mid-group .left-col { width: 100%; margin-bottom: 30px; }

    .mid-group .right-col { width: 100%; padding: 0; display: flex; justify-content: space-between; }

        .mid-group .right-col a { width: 48%; }

    .home-slider { flex-wrap: wrap; margin-top: 112px; }

    .slider { width: 100%; margin: 0; }

    .banner .item .title { font-size: 19px; top: 67%; }

    .side-carou { width: 100%; }

    .liste > ul { column-count: 3; }

    .top-menu > ul > li { display: none; }

        .top-menu > ul > li:first-child { display: block; border: 0; }

    .menu-section .top-menu > ul > li:first-child > ul ul { display: block; }

    .header-section .row { padding: 10px 0; }

    .menu-section .top-menu > ul > li > ul { columns: 4; }

        .menu-section .top-menu > ul > li > ul > li > a { font-weight: bold; color: #111111 !important; }

    .product-list .list-item .fiyat .save { width: 100%; padding: 0; }

        .product-list .list-item .fiyat .save b { width: unset; margin-right: 5px; }

    .product-list .list-item .content .fiyat .price { font-size: 14px; }

        .product-list .list-item .content .fiyat .price .norm { width: unset; }

        .product-list .list-item .content .fiyat .price .disc { width: unset; font-size: 14px; }
}

@media(max-width: 840px) {
    .product-group .left-col { width: 100%; margin-bottom: 30px; }

        .product-group .left-col a { padding-bottom: 100%; height: 100%; margin: 0; }

    .product-group .right-col { width: 100%; }
}

@media(max-width: 768px) {
    .circle-items a { box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.05); padding: 15px; position: relative; display: flex; align-items: center; justify-content: center; width: 171px; height: 100px; overflow: hidden; text-align: center; }

    .banner img { height: 150px; object-fit: cover; }

    .part-list .item .left-col { width: 100%; }

    .part-list .item .right-col { width: 100%; padding: 30px; padding-bottom: 0; }

    .fixed-section { max-width: 95%; }

    .icon-section .container .row .col-md-3:nth-child(2n) { border-right: 0; }

    .about { margin-top: -85px; }

        .about .content { margin-left: 0; padding-right: 0; margin-top: -60px; }

    .grid-wrap .item:nth-child(1) { width: 100%; margin-bottom: 15px; }

    .grid-wrap .item:nth-child(2) { width: 100%; padding-left: 0; padding-bottom: 0; margin-bottom: 15px; }

    .grid-wrap .item:nth-child(3) { width: 50%; padding-left: 0; padding-right: 8px; }

    .grid-wrap .item:nth-child(4) { width: 50%; padding-left: 8px; }

    .list-type { display: none; }

    .product-list.list .list-item { display: block; text-align: center; }

        .product-list.list .list-item .image { margin: auto; }

        .product-list.list .list-item a { display: block; }

        .product-list.list .list-item .buttons { max-width: unset; margin-left: 0; }

        .product-list.list .list-item .content { display: block; }

    .liste > ul { column-count: 2; }

    .menu-section .top-menu > ul > li > ul { columns: 3; }

    .brand img { height: 45px; }
}

.mobil-icerik-new { display: none; }

.mobilnavigasyonlogo { display: none; }

@media(max-width: 640px) {
    h4 { font-size: 18px; }

    .mobilnavigasyonlogo { display: none; }

    body { padding: 0 0 74px 0; font-size: 12px; }

    .header-section .container .logo { width: auto; text-align: center; }

    .bottombar { width: 100%; height: 72px; padding-bottom: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; position: fixed; bottom: 0; left: 0; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .1); z-index: 99; }

        .bottombar a.home { background-image: url(../images/svg/home.svg); }

        .bottombar a.menu { background-image: url(../images/svg/menu.svg); }

        .bottombar a.giris { background-image: url(../images/svg/giris.svg); }

        .bottombar a.uyeol { background-image: url(../images/svg/uyeol.svg); }

        .bottombar a.cikis { background-image: url(../images/svg/cikis.svg); }

        .bottombar a.favori { background-image: url(../images/svg/favorite.svg); }

        .bottombar a.hesap { background-image: url(../images/svg/user.svg); }

        .bottombar a.sepet { background-image: url(../images/svg/sepet.svg); }

            .bottombar a.sepet span { position: absolute; width: 16px; height: 16px; font-size: 10px; line-height: 16px; background: #1f4680; border-radius: 100%; color: #111111; top: 0; right: 0; text-align: center; }

        .bottombar a { position: relative; color: #000; font-size: 11px; background-repeat: no-repeat; background-size: auto 20px; padding-top: 23px; background-position: top center; text-decoration: none; }


    .mobilBtn { position: absolute; right: 10px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 28px; top: 14px; color: #ffffff; }

    .mobilmenu { display: block; position: fixed; transition: 0.2s; position: fixed; width: 100%; height: 100%; overflow: auto; overflow-x: hidden; background: #f9f9f9; z-index: 999; top: 0; left: -100%; padding: 10px; padding-top: 50px; }

        .mobilmenu.show { left: 0; }

        .mobilmenu .MobilMenuKatg { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }

            .mobilmenu .MobilMenuKatg a { display: block; width: 24%; margin-bottom: 5px; }

                .mobilmenu .MobilMenuKatg a img { width: 100%; border-radius: 15px; }

        .mobilmenu ul { list-style-type: none; padding: 0; }

        .mobilmenu a { display: block; }

        .mobilmenu ul li { margin-bottom: 8px; width: 100%; }

        .mobilmenu .col-12 > ul > li > a { font-weight: 600; }

        .mobilmenu ul > li > ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 8px; }

        .mobilmenu .col-12 > ul > li > ul > li { background: #fff; width: 48%; }

            .mobilmenu .col-12 > ul > li > ul > li > a { border-radius: 5px; border-left: solid 3px #111111; padding: 5px; display: block; }

        .mobilmenu ul > li > ul > li > ul { /*display: none;*/ padding-left: 5px; }


    .closeBtn { position: absolute; right: 6px; top: 6px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 24px; cursor: pointer; }


    .header-section { border-bottom: none; background: #1f4680; }

        .header-section .lg { order: 1; }

            .header-section .lg .logo a { text-align: center; }

                .header-section .lg .logo a img { top: 0; }

        .header-section .srch { order: 2; }

        .header-section .lnks,
        .menu-section,
        .swiper-container .swiper-button-prev,
        .swiper-container .swiper-button-next,
        .newsletter,
        .footer-section { display: none; }

    .mobilkatikon { display: flex; }

        .mobilkatikon a { display: block; }

            .mobilkatikon a span { display: block; width: 100%; text-align: center; }

            .mobilkatikon a img { width: 100%; border-radius: 15px; }

    .mobilyayinevi { display: flex; }

        .mobilyayinevi a { display: block; }

            .mobilyayinevi a img { width: 100%; border-radius: 15px; }


    .list-group .list-item .buttons { display: none; }

    .mid-group { display: none; }

    .mid-group-mobil { display: flex; }

        .mid-group-mobil .col-12 { display: flex; flex-wrap: wrap; justify-content: space-between; }

        .mid-group-mobil h4 { width: 100%; }

        .mid-group-mobil a { display: block; width: 100%; margin-bottom: 10px; }

            .mid-group-mobil a.min { width: 32%; }

            .mid-group-mobil a img { width: 100%; border-radius: 8px; }


    .fixed-section .price { flex-wrap: wrap; }

        .fixed-section .price .norm { width: 100%; }

    .product-detail-gallery .own { height: 400px; }

    .product-detail-gallery .thumbs { height: 400px; }


    .product-grid { flex-wrap: wrap; }

    .mobil-icerik-new { display: block; }

    .product-grid .grid-item { display: none; }

    .product-grid .col-left,
    .product-grid .col-right { width: 100%; padding: 0; }

    .product-grid .col-left { margin-bottom: 30px; }

    .circle-items a .content { position: relative; font-size: 15px; font-weight: 500; line-height: 1.4; }
}

@media(max-width: 576px) {
    .icon-section .container .row .col-md-3 { border-right: 0; border-bottom: 1px solid #ddd; }

    .list-group .list-item { padding: 5px; }

        .list-group .list-item .image { height: 200px; }

        .list-group .list-item .content .fiyat { flex-wrap: wrap; }

            .list-group .list-item .content .fiyat .save { width: 100%; padding: 0; }

                .list-group .list-item .content .fiyat .save b { width: unset; margin-right: 5px; }

            .list-group .list-item .content .fiyat .price { font-size: 14px; }

                .list-group .list-item .content .fiyat .price .norm { width: unset; }

                .list-group .list-item .content .fiyat .price .disc { width: unset; font-size: 14px; }

        .list-group .list-item .content h2 { font-size: 11px; height: 38px; overflow: hidden; }

    /*.list-group .list-item .buttons{ flex-wrap:wrap; }
    .list-group .list-item .buttons a{ width:100%; }*/


    .product-list > div:nth-child(2n) { padding-right: 5px !important; }

    .product-list > div:nth-child(2n+1) { padding-left: 5px !important; }

    .product-list .list-item { padding: 5px; }

        .product-list .list-item .image { height: 200px; }

        .product-list .list-item .content .fiyat .price { font-size: 14px; }

            .product-list .list-item .content .fiyat .price .norm { width: unset; }

            .product-list .list-item .content .fiyat .price .disc { width: unset; font-size: 14px; }

        .product-list .list-item .content h2 { font-size: 11px; height: 36px; overflow: hidden; }

        .product-list .list-item .icons .kargoBedava { padding: 5px; font-size: 10px; height: 50px; width: 55px; }

    .brand img { height: 36px; }
}

.yuvarlakkampanyalar .circle-items-wrapper .swiper-container .swiper-slide a { background-color: #1f4680; }

    .yuvarlakkampanyalar .circle-items-wrapper .swiper-container .swiper-slide a .content { font-weight: 900; color: white; }

@media(max-width: 480px) {
    h4 { font-size: 16px; }

    .list-group .list-item .content .fiyat .save b { font-size: 12px; }

    .list-group .list-item .content .fiyat .price { font-size: 10px; }

        .list-group .list-item .content .fiyat .price .disc { font-size: 11px; }

    .product-list .list-item .content .fiyat .save b { font-size: 12px; }

    .product-list .list-item .content .fiyat .price { font-size: 11px; }

        .product-list .list-item .content .fiyat .price .disc { font-size: 12px; }

    /*.list-group .list-item .buttons { flex-wrap: wrap; }
      .list-group .list-item .buttons a { width: 100%; }
        .list-group .list-item .buttons a:first-child { margin-bottom: 10px; }*/

    .fixed-section { flex-wrap: wrap; }

        .fixed-section .title { width: 100%; border-right: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 10px; }

        .fixed-section .price { margin-left: 0; }

            .fixed-section .price .norm { margin-right: 0; }

    .liste > ul { column-count: 1; }

    .product-detail .quantity p { margin-top: 15px; width: 100%; }

    .tab-wrap.pd .tab-title ul { flex-wrap: wrap; }

        .tab-wrap.pd .tab-title ul li { width: 100%; margin: 0; padding: 0; margin: 10px 0; border: 0 !important; }
    .circle-items .swiper-slide { width: 171px; margin-bottom: 14px; margin-right: 14px; }
    .yuvarlakkampanyalar .swiper-wrapper { display: grid; grid-template-columns: auto auto auto auto; }
}

.circle-items .swiper-slide { width: 171px; margin-right: 14px; }

@media(max-width: 420px) {
    .brand img { height: 30px; }

    .menu-section .top-menu > ul > li > ul { columns: 1; }
}

@media(max-width: 400px) {

    .list-group .list-item .content .fiyat .price .norm { padding: 0 5px; }

    .list-group .list-item .content .fiyat .price .disc { padding: 0 5px; }

    .product-list .list-item .content .fiyat .price .norm { padding: 0 5px; }

    .product-list .list-item .content .fiyat .price .disc { padding: 0 5px; }


    .product-detail-gallery .own { height: 300px; }

    .product-detail-gallery .thumbs { height: 300px; }

    .product-detail .quantity .buttons { flex-wrap: wrap; }

        .product-detail .quantity .buttons a.buy-now { width: 100%; border-radius: 30px; justify-content: center; margin: 0; margin-bottom: 10px; }

        .product-detail .quantity .buttons a.add-basket { width: 100%; border-radius: 30px; justify-content: center; margin: 0; }

    .product-detail .price { font-size: 16px; }

        .product-detail .price .norm { margin-right: 20px; }

        .product-detail .price .disc { font-size: 20px; }

        .product-detail .price .yuzde { margin-right: 20px; }

            .product-detail .price .yuzde span { font-size: 20px; }

            .product-detail .price .yuzde small { font-size: 14px; }
}
