﻿.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;
}

.stok-fiyat-sor {
    font-size: 13px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    border: 2px #000000 solid;
    text-align: center;
    border-radius: 10px;
}


.grid-products .item .product-image img {
    max-height: 275px !important;
    width: auto;
}

.slideshow .slick-arrow {
    background-color: #1e5d8e;
}

.tf-topbar {
    padding: 0;
}

.header-style-4 .main-header .wrapper-header {
    padding-bottom: 2px;
}

.header-default .main-header .wrapper-header {
    padding-top: 10px;
    padding-bottom: 10px;
}


.logo-header img {
    width: auto;
    max-width: 180px;
}

#pre-loader {
    background-color: #eee;
    opacity: 1;
}


.footer-9 .footer-top, .footer-9 .footer-bottom {
    color: #fff;
    background-color: #1e5d8e;
    border-color: #fff;
}

    .footer-9 .footer-top .h4, .footer-9 .footer-links a {
        color: #fff;
    }

        .footer-9 .footer-links a:hover {
            opacity: .7;
            text-decoration: underline;
        }

        .footer-9 .footer-links a:before {
            background-color: #fff;
        }

.footer-9 .social-icons li a {
    color: #fff;
}

    .footer-9 .social-icons li a:hover {
        opacity: .7;
    }

.footer-9 .footer-newsletter .btn {
    font-size: 13px;
    color: #fff;
    background-color: #1e5d8e;
    border-color: #fff;
}

    .footer-9 .footer-newsletter .btn:hover {
        color: #fff;
        background-color: #1e5d8e;
        border-color: #fff;
    }


.search-inline .input-box .action:hover {
    color: #1e5d8e;
}

.header-8 .counter {
    background-color: #1e5d8e;
    color: #ffffff;
}

.header-8 #siteNav > li > a {
    color: #ffffff;
    font-size: 12px;
}

.header-8 .menu-outer {
    background-color: #1e5d8e;
    padding: 1px 0;
}

.header-8.search-inline .input-box .action:hover {
    color: #1e5d8e;
}

input, button, select, textarea, .form-control {
    border: 1px solid #1e5d8e;
}

    input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus {
        border-color: #1e5d8e;
    }

.section-header h2 {
    color: #1e5d8e;
}

.product-labels .pr-label1, .product-labels .new {
    left: 5px;
    background: #1e5d8e;
}



.index-demo15 .slideshow .bg-size {
    background-position: center center !important;
}

.slider {
    display: block;
}

.slider-mobile {
    display: none;
}

.tf-slideshow {
    max-height: 700px;
}

@media only screen and (max-width: 767px) {
    .slider {
        display: none;
    }

    .slider-mobile {
        display: block;
    }

    .wrap-slider img {
        object-fit: contain;
    }

    .tf-slideshow .wrap-slider {
        height: fit-content;
        min-height: 90px;
    }
}

select {
    word-wrap: normal;
}

#header .nav-icon .nav-account {
    display: inline-flex;
}


.box-fieldset-item {
    max-height: 500px;
    overflow: hidden auto;
    margin-top: 15px;
}

.catalog-box-fieldset-item {
    max-height: 550px;
    overflow: hidden auto;
    margin: 5px 0 0 0;
}

.catalog .nav-ul-mb .nav-mb-item .mb-menu-link {
    min-height: 8px;
    line-height: 24px;
}

.tf-check-catalog {
    position: relative;
    background: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid var(--secondary-2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.nav-mb-item .tf-check-catalog {
    display: flex;
    float: left;
    margin: 5px 5px 0 0;
}

.catalog .nav-ul-mb .nav-mb-item .sub-nav-menu .nav-mb-item {
    display: flex;
    gap: 2px;
}

.card-product {
    border-radius: 15px;
    border: 0.2px solid #e3e3e3;
    padding: 5px;
}

.card-product .card-product-wrapper img {
    object-fit: contain;
}

.tf-shop-control {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
}

    .tf-shop-control .tf-control-filter {
        justify-content: space-around;
    }

    .tf-shop-control .tf-control-sorting {
        justify-content: space-around;
    }


.tf-product-media-main .item img {
    object-fit: none;
}