﻿.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}

/* Tema Css*/
header.header-1 .nav-icon ul .cart-icon .cart-count {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #d41d36;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    top: -5px;
    left: 20px;
}

body {
    font-family: Lato, sans-serif;
    position: relative;
    background: #ffffff;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
    font-weight: normal;
}

header.header-1 .bg-class {
    background-color: #000000;
}

@media (min-width: 1199px) {
    .mobil-sepet {
        display: none;
    }

    .mobil-navbar {
        display: none;
    }
    #main-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 46px;
        position: relative;
        overflow-x: clip;
    }
}

.product-box .sold-out-inner {
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-box:hover .product-content {
    opacity: inherit;
    visibility: inherit;
}

@media (min-width: 1199px) {
    .mobil-sepet {
        display: none;
    }
}


header.header-1 .header-section .search-bar .search-icon {
    top: 105px;
}


.kategori-arama {
    position: relative;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #dddddd;
    border-radius: 50px;
}

    .kategori-arama select {
        width: 100%;
        padding: 8px 24px 8px 10px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1.4;
    }

        .kategori-arama select:active, .kategori-arama select:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .kategori-arama:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 8px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #aaa;
    }


header.header-1 {
    padding-top: 5px;
}

@media (max-width: 576px) {
    header .search-overlay > div .overlay-content button {
        top: 58px;
    }

    header.header-1  {
        padding-top: 25px;
    }

    #main-nav {
        display: none;
    }
   
}

.slider-mobil {
    display: none;
}

@media (max-width: 576px) {
    .slider-desktop {
        display: none;
    }
    .slider-mobil {
        display: block;
    }
}

.adet-renk {
    color: #1962d5;
    font-weight:600;
}