﻿#kirmizi_breadcrumb {
    background: #373f50;
}
.insta-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

    .insta-circle svg {
        fill: none;
        stroke: #c31f26;
        stroke-linecap: round;
        stroke-width: 2;
        stroke-dasharray: 1;
        stroke-dashoffset: 0;
        animation: stroke-draw 6s ease-out infinite alternate;
    }

    .insta-circle img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

@keyframes stroke-draw {
    from {
        stroke: #c31f26;
        stroke-dasharray: 1;
    }

    to {
        stroke: #ff040f;
        transform: rotate(180deg);
        stroke-dasharray: 8;
    }
}


.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-weight-800 {
    font-weight: 800 !important;
}

.altkategori-menu {
    background-color: #f3f5f9;
    border-color: #eeeeee
}

.toast {
    z-index: 99999!important;
}

.bodyspin {
    background: rgba(0, 0, 0, 0.30);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1900;
    display: none;
    text-align: center
}

.embed-container {
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

.product-badge.product-sorunuz {
    background-color: #cc0000 !important;
    color: #fff !important;
}

    .product-badge.product-sorunuz::after {
        border-color: rgba(66, 214, 151, 0);
        border-bottom-color: #cc0000;
    }


table.j_ara tr {
    cursor:pointer;
}

table.j_ara tr td:first-child {
    width:120px;
}

table.j_ara tr td:first-child img {
    width: 90px;
}
