﻿body {
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif !important;
}

.formlar-container {
    padding: 6px 40px 10px 8px;
    height: 110px;
    overflow: auto;
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .formlar-container li {
        list-style: lower-latin !important;
    }


.mobile-navigation {
    display: none;
}

.btn-bordered {
    border: 1px solid #eb4f0c !important;
    color: #eb4f0c !important;
    transition: .5s;
    font-weight: bold;
}

.btn-red {
    background: #eb4f0c !important;
    border: none !important;
    color: #fff !important;
    transition: .5s;
    font-weight: bold;
}

.btn-brown {
    background: #b97232 !important;
    border: none !important;
    color: #fff !important;
    transition: .5s;
    font-weight: bold;
}

.btn-blue {
    background: #008fd2 !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
    transition: .5s;
}

    .btn-blue:hover, .btn-red:hover, .btn-brown:hover, .btn-bordered:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.text-brown {
    color: #b97232 !important;
}

.text-blue {
    color: #008fd2 !important;
}

.text-red {
    color: #eb4f0c !important;
}

.bg-brown {
    background: #b87332 !important;
}

.bg-login {
    background: #e0ebeb;
}

.wrap {
    max-width: 1280px;
    margin: auto;
}

.wrap2 {
    max-width: 768px;
    margin: auto;
}

.top {
    background: #b87332;
    height: 50px;
}

    .top nav a {
        color: #fff;
        line-height: 0;
        padding: 14px 30px;
        float: left;
        height: 50px;
        text-align: center;
        transition: .4s;
    }

        .top nav a:hover {
            background: #9e622b;
        }

        .top nav a img {
            height: 25px;
            margin-right: 5px;
        }

.top_nav_active {
    background: #9e622b;
}

.burger_menu {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #00abed;
    transition: .5s;
    text-align: center;
    line-height: 40px;
}

.burger_menu2 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eb4f0c;
    transition: .5s;
    text-align: center;
    line-height: 40px;
}

.burger_menu3 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #b87332;
    text-align: center;
    transition: .5s;
    line-height: 40px;
}

    .burger_menu:hover, .burger_menu2:hover, .burger_menu3:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.navigation_logo nav a {
    float: left;
    line-height: 40px;
    padding-right: 40px;
    font-size: 17px;
    color: #4a4a4a;
}

    .navigation_logo nav a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.search-modal .form-control {
    height: 55px;
}

.search-modal button {
    padding: .375rem 1.4rem !important;
}


.footer nav a {
    padding: 0 20px;
    transition: .5s;
    color: #f8f9fa !important;
}

    .footer nav a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.categories nav a {
    color: #404040;
    font-weight: 600;
}


.box-baslik {
    font-size: 20px !important;
}

.urun-fiyat {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.urun-fiyat-indirim {
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
    opacity: .6;
}

.td-onerileri-liste a {
    position: relative;
}

    .td-onerileri-liste a .btn {
        position: absolute;
        top: 80px;
        left: 47px;
        display: none;
    }

    .td-onerileri-liste a:hover figure {
        opacity: .3;
    }

    .td-onerileri-liste a:hover .urun-fiyat {
        opacity: .3;
    }

    .td-onerileri-liste a:hover .urun-fiyat-indirim {
        opacity: .3;
    }

    .td-onerileri-liste a:hover .h-btn {
        display: block;
    }

.parts p {
    font-size: 14px;
    height: 40px;
    color: #444444;
}

.g-baslik {
    color: #008fd2;
    font-size: 22px;
    font-weight: 700;
}

.author-thumb {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

    .author-thumb img {
        max-height: 35px;
    }

.author-name {
    font-weight: 800;
    font-size: 14px;
    position: relative;
    top: -6px;
    color: #000 !important;
}

.author-date {
    font-weight: 700;
    opacity: .6;
    font-size: 14px;
    position: relative;
    color: #000 !important;
    top: -6px;
}

.fast-categories a:hover img {
    opacity: .2;
}

.fc-cta {
    display: none;
}

.fast-categories a:hover .fc-cta {
    display: block;
}

.mobile-navigation {
    display: none;
}

.mobile-menu a {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #333;
}

.giris-cart td {
    padding: 0 10px;
}

.giris-cart a {
    color: #4a4a4b;
}

.cart-full {
    width: 25px;
    height: 25px;
    background: #eb4f0c;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    top: -16px;
    left: 14px;
    line-height: 25px;
}

.mobile-profile {
    display: none;
}

/* Dropdown Menu */

.nav-container {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.35);
    padding: 1em;
    border: 1px solid #eee;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

ul,
li {
    list-style: none;
    -webkit-padding-start: 0;
}

a {
    text-decoration: none !important;
    color: #333;
    font-size: 16px;
}

.categories .nav-item {
    padding: 1em 30px;
    display: inline;
    width: 100%;
}

.categories .nav-item-dropdown {
    position: relative;
}

    .categories .nav-item-dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
    }

.dropdown-trigger {
    position: relative;
}

    .dropdown-trigger:focus + .dropdown-menu {
        display: block;
        opacity: 1;
    }

    .dropdown-trigger::after {
        content: "›";
        position: absolute;
        color: #333;
        font-size: 22px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -5px;
        right: -15px;
    }

.dropdown-menu {
    background-color: #fff;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 2.5rem;
    right: -10px;
    left: 25px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 250px;
}

    .dropdown-menu a {
        color: #666666;
    }

.dropdown-menu-item {
    cursor: pointer;
    padding: 1em;
    text-align: left;
}

    .dropdown-menu-item:hover {
        font-weight: bold;
        color: #eb4f0c !important;
        border-right: 4px solid #eb4f0c;
    }

/* Dropdown Menu */

.mobile-menu-nav p::after {
    content: "›";
    position: absolute;
    color: #333;
    font-size: 22px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -5px;
    right: -15px;
}

.urun-detay-isim {
    font-size: 20px;
}

.urun-detay-fiyat {
    font-weight: bold;
    font-size: 20px;
}

.rating {
    display: block;
    direction: rtl;
    unicode-bidi: bidi-override;
}

    .rating .star {
        display: none;
    }

    .rating label {
        color: lightgray;
        display: inline-block;
        font-size: 16pt;
        margin: 0 -2px;
        transition: transform .15s ease;
    }

        .rating label:hover {
            transform: scale(1.35, 1.35);
        }

            .rating label:hover,
            .rating label:hover ~ label {
                color: orange;
            }

    .rating .star:checked ~ label {
        color: orange;
    }

.rating-part table td:last-child {
    font-size: 13px;
    font-weight: bold;
}

.ortalama-puan {
    padding: 34px 30px;
}

    .ortalama-puan .rating label {
        font-size: 36px;
    }

    .ortalama-puan h1 {
        font-size: 60px;
    }

.bg-yorum {
    background: #eaeded !important;
}

.kategori-left-menu .nav-item {
    padding: 10px 0;
}

    .kategori-left-menu .nav-item a {
        padding: 0;
    }

.urun-filtreler .form-control {
    height: 55px;
    background: #eaeded;
}

.breadcrumb {
    background-color: #fff;
}

.page-link {
    border: none !important;
    font-size: 20px;
    margin: 0 5px;
    color: #4a4a4a;
    font-weight: 600;
    width: 40px;
    text-align: center;
    background-color: transparent !important;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #f1f1f1 !important;
    border-radius: 100%;
    color: #4a4a4a;
}

.page-link:hover {
    z-index: 2;
    background-color: #f1f1f1 !important;
    border-radius: 100%;
    color: #4a4a4a;
}

.pagi-next .page-link {
    background-color: #00abed !important;
    border-radius: 100%;
    z-index: 5;
    color: #fff !important;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
}

.login {
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px !important;
}

.login-part .form-control {
    height: 55px;
}

.sepet-img {
    max-height: 100px;
}

.sepetim .urun-fiyat {
    font-size: 16px !important;
}

.profile-menu .active {
    background: #b87332 !important;
}

.profile-menu .nav-link {
    padding: 20px 10px !important;
    color: #666666;
    font-weight: 600;
}

.siparis-menu .active {
    background: #c3b3b3 !important;
}

.adres-box {
    height: 310px;
}

.indirim {
    text-decoration: line-through;
    font-size: 18px !important;
}

.new {
    top: 0;
    left: 0;
    padding: 5px 20px;
    background: #eb4f0c;
    color: #fff;
    border-bottom-right-radius: 10px;
    font-weight: 500;
}

.katilim-form {
    background: #F8F1EA;
}

.blog-area {
    background: #E5F7FD;
}

.hidden-desktop {
    display: none;
}

.e-bulten {
    background: #F8F1EA;
    border-radius: 100px;
}

    .e-bulten .form-control, .e-bulten .btn {
        height: 60px !important;
        border-radius: 25px;
    }

.urunler figure {
    overflow: hidden;
    border-radius: 25px;
}

.text-overline {
    text-decoration: line-through;
}

.blog-area figure {
    overflow: hidden;
    border-radius: 25px;
}

.a-hover:hover {
    text-decoration: underline !important;
}

.urunler-h {
    transition: .5s;
}

    .urunler-h:hover {
        opacity: .7 !important;
    }

.blog-h {
    transition: .5s;
}

    .blog-h:hover {
        opacity: .7 !important;
    }
