﻿.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;
}

@media (min-width: 1199px) {
    #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: 35%;
    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;
    }
}

.section-b-space {
    padding-bottom: 25px;
}

section, .section-t-space {
    padding-top: 25px;
}

.urun-fiyat {
    top: 5px;
    z-index: 2;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
    border: none;
    overflow: hidden;
    background-color: #0a4481;
    text-align: center;
}

.urun-fiyat2 {
    padding: 3px;
}

@media (max-width: 768px) {
    .urun-fiyat {
        top: 160px;
    }

    .urun-fiyat2 {
        top: 220px;
        padding: 5px;
    }

    .product-right .product-buttons .btn-solid, .product-right .product-buttons .btn-outline {
        padding: 7px 16px;
    }

}


.detay-aciklama ul, .detay-aciklama li {
    display: list-item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.detay-aciklama p {
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

.tab-product .tab-content.nav-material {
    padding: 20px 0 30px 0;
}

.tab-product .tab-content.nav-material p, .product-full-tab .tab-content.nav-material p {
    padding: 5px 20px 0 0;
    margin-bottom: 5px;
    line-height: 25px;
    letter-spacing: 0.05em;
}

.slider-mobil {
    display: none;
}

@media (max-width: 576px) {
    .slider-desktop {
        display: none;
    }

    .slider-mobil {
        display: block;
    }
}

header.header-1 .bg-class {
    background-color: #fb5b2e;
}

header .search-bar .search-icon {
    background-color: #b70000;
}