﻿#OrtaKisim ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#OrtaKisim ul {
    margin-left: 25px;
}

.chilRows {
    margin-left: 25px;
    border-radius: 6px;
    padding: 5px 0px 0 13px;
    box-shadow: 0 0 4px 3px rgba(0,0,0,0.09);
    border: 1px solid #dedede;
}

    .chilRows:hover {
        box-shadow: 0 0 4px 3px rgb(0 0 0 / 20%);
        cursor: pointer;
    }

.rowss {
    font-weight: bold;
}

#OrtaKisim ul li {
    margin: -1px;
    padding: 0 7px;
    color: #369;
    font-weight: bold;
    border-left: 1px solid rgb(100,100,100) !important;
}

    #OrtaKisim ul li:last-child {
        border-left: none;
    }

    #OrtaKisim ul li:before {
        position: relative;
        top: 51px;
        height: 1em;
        width: 34px;
        color: white;
        border-bottom: 1px solid rgb(100,100,100);
        content: "";
        display: inline-block;
        left: -8px;
    }

    #OrtaKisim ul li:last-child:before {
        border-left: 1px solid rgb(100,100,100) !important;
    }

.ui.icon.input > input {
    padding-right: 0 !important;
    padding-left: 27px;
}

.IlanUst {
    background: linear-gradient( 0deg, rgb(255 255 255) 0%, rgb(216 216 216) 100%);
    box-shadow: rgb(37 42 49 / 16%) 0px 0px 2px 0px, rgb(37 42 49 / 12%) 0px 2px 4px 0px;
    border: 1px solid #dedede;
    padding: 10px;
}

.IlanUsta {
    position: relative;
    margin: 0 10px 0 8px;
    padding-left: 0;
    font-size: 12px;
    color: #000;
    background: 0;
}

    .IlanUsta:hover {
        text-decoration: underline;
    }

.list-widget-social {
    float: right;
    list-style: none;
    margin-top: -3px;
}

    .list-widget-social li {
        list-style: none;
    }

        .list-widget-social li a {
            width: 20px;
            height: 20px;
            display: inherit !important;
            color: #fff;
            padding: 5px;
            border-radius: 2px;
            font-size: 10px;
            border: 1px solid #8e8e8e;
        }

.seperator {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #d4d3d3;
    position: relative;
    top: 1px;
}

.swiper-slide {
    min-height: 616px
}

@media only screen and (max-width: 768px) {

    .swiper-slide {
        min-height: 250px
    }

    .Wpa {
        position: fixed !important;
        z-index: 999999;
        bottom: 58px !important;
        left: 21px;
        width: 42px;
        height: 42px;
        padding: 2px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid;
    }

        .Wpa i {
            font-size: 32px;
        }

    .list-single-main-container {
        margin-bottom: 10px;
    }

    .AtIsmi {
        font-size: 13px !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    #tabSet {
        margin-top: 11px;
    }

    .scroll_tab_inner {
        overflow-x: scroll !important;
    }

    .altFix {
        position: fixed !important;
        z-index: 99 !important;
        bottom: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        margin: 0 !important;
        font-size: 25px !important;
    }

    .IlanUst {
        position: fixed !important;
        top: 80px !important;
        z-index: 99 !important;
        width: 100% !important;
    }

    .small-padding {
        margin-top: 24px;
    }

    .table {
        font-size: 12px !important;
    }
}

.lineLoader {
    width: 100%;
    height: 4px;
    overflow-x: hidden;
    top: 14px;
    position: relative;
    margin-bottom: 20px;
}

.line {
    position: absolute;
    opacity: 0.4;
    background: #9bc8ea;
    width: 100%;
    height: 5px;
}

.subline {
    position: absolute;
    background: #2e3f6e;
    height: 5px;
}

.inc {
    animation: increase 2s infinite;
}

.dec {
    animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}

.link {
    color: #000 !important;
    font-size: 12px !important;
}

    .link:hover {
        text-decoration: underline !important;
    }

@media only screen and (max-width: 1064px) {
    .show-cart {
        top: 80px !important;
        background: transparent;
        color: #000;
        border: none;
        box-shadow: none;
        width: 32px;
    }
    #lblBasketCount {
        display:none;
    }
}