﻿.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: 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;
    }
}