﻿.table {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-collapse: separate;
    border-spacing: 0;
    color: #292d2e;
    width: 100%;
}


    .table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .table thead td {
        height: 28px !important;
        font-size: 12px !important;
        line-height: 13px !important;
        border-left: 1px solid #fff;
    }


    .table thead td {
        background: #e9e9e9 !important;
        height: 30px !important;
        margin-bottom: 10px !important;
        padding: 15px !important;
        border-bottom: 1px solid #fff !important;
        border-top: 1px solid #fff !important;
        color: #292d2e !important;
        text-align: center !important;
        font-family: "Lucida Grande",Arial,sans-serif !important;
        font-size: 12px !important;
        font-weight: bold !important;
        line-height: 20px !important;
    }

    .table tr:nth-child(odd) {
        background-color: #FFF;
    }


    .table tbody tr:hover {
        cursor: pointer;
        background-color: #d7d7d7;
    }


    .table tbody td {
        border-left: 1px solid #fff;
        text-align: center;
        padding: 3px 3px 0 3px;
        border-bottom: 1px solid #fff;
    }

.TopRow {
    background-color: #e0f4e0 !important;
}

    .TopRow:hover {
        cursor: pointer;
        background-color: #ebebeb !important;
    }

.ui.styled.accordion, .ui.styled.accordion .accordion {
    border-radius: 0;
}

    .ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
        margin: 0;
        padding: 10px 0px 10px 5px;
        font-weight: bold;
        font-size: 12px;
        background: #f4f4f4;
        color: #000;
    }

    .ui.styled.accordion, .ui.styled.accordion .accordion {
        margin-bottom: 12px;
    }

        .ui.styled.accordion, .ui.styled.accordion .accordion {
            background: #f4f4f4 !important;
        }


.ui.form .field:last-child, .ui.form .fields:last-child .field {
    margin-bottom: 0;
    padding: 1px;
}

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    border-radius: 0 !important;
    padding: 8px !important;
    font-size: 11px;
}

.miniButton {
    margin: 0 0 0 0px;
    padding: 0 8px !important;
    font-size: 11px !important;
    height: 30px;
    width: 42px;
    line-height: 32px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    background: #438ed8;
    font-family: "Roboto" !important;
}

.btn {
    display: inline-block;
    padding: 9px 22px;
    margin-bottom: 0;
    font-family: 'Lucida Grande',LucidaGrande,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #437db9;
    border-radius: 2px;
    color: #fff;
    background-color: #437db9;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,#6198d3,#437db9);
    background-image: -ms-linear-gradient(top,#6198d3,#437db9);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6198d3),color-stop(100%,#437db9));
    background-image: -webkit-linear-gradient(top,#6198d3,#437db9);
    background-image: -o-linear-gradient(top,#6198d3,#437db9);
    background-image: linear-gradient(top,#6198d3,#437db9);
    text-shadow: 1px 1px 0 #29619b;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0 2px 2px -1px rgb(0 0 0 / 15%);
    line-height: 1.3em;
    outline: 0;
}

    .btn:active {
        background-image: none !important;
    }

    .btn:hover {
        background-image: none !important;
    }

.ui.icon.input > i.icon {
    font-size: 10px;
    top: 6px !important;
}

.ui.list .list > .item, ol.ui.list ol li, ul.ui.list ul li {
    padding: 0;
    margin: 0;
}

.ui.master.checkbox {
    padding-top: 7px;
    width: 100%;
    border-bottom: 1px dotted #c5c1c1;
}

.field label {
    text-align: left;
    margin: 0px 5px 9px 0px !important;
}

.ui.list .list, ol.ui.list ol, ul.ui.list ul {
    padding: 10px 0px 0px 0px;
}

.ui.checkbox label, .ui.checkbox + label {
    color: #000;
}

    .ui.checkbox label:hover {
        text-decoration: underline !important;
    }

/*.Topresult {
    width: 100%;
    margin: 0px 0px 20px 0px;
    border: 1px solid #eae9e9;
    padding: 8px;
}*/


.star {
}

.imgAds {
    width: 95px;
    height: 68px;
    margin-bottom: 5px;
    border: 1px solid #ffd84f;
}


@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1.0;
    }
}

.blink {
    animation: fade 1000ms;
    -webkit-animation: fade 1000ms;
}

.Underline:hover {
    text-decoration: underline;
}


/*********************************************************************************************************/
/*LOADING*/
.MyProgress {
    background: #ffffffab;
    width: 100%;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
}

#loadingProgressG {
    width: 150px;
    height: 15px;
    overflow: hidden;
    background-color: #d2d2d2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    left: 50%;
    top: 25%;
    margin-left: -50px;
    position: absolute;
    z-index: 9999999;
    box-shadow: 0 0 3px 2px var(--myColor);
}

.loadingProgressG {
    background-color: #8a8a8a;
    margin-top: 0;
    margin-left: -100px;
    -moz-animation-name: bounce_loadingProgressG;
    -moz-animation-duration: 3.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: bounce_loadingProgressG;
    -webkit-animation-duration: 3.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: bounce_loadingProgressG;
    -ms-animation-duration: 3.2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: bounce_loadingProgressG;
    -o-animation-duration: 3.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: bounce_loadingProgressG;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 150px;
    height: 15px;
}

@-moz-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 100px;
    }
}

@-webkit-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 100px;
    }
}

@-ms-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 100px;
    }
}

@-o-keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 100px;
    }
}

@keyframes bounce_loadingProgressG {
    0% {
        margin-left: -100px;
    }

    100% {
        margin-left: 100px;
    }
}
/*LOADING*/

.SolFiltreIcon {
    position: fixed;
    left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    z-index: 20;
    cursor: pointer;
    border-radius: 0px 0px 4px 0px;
    transform: translate3d(0px, 0px, 0px);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 3px;
}


.listing-item-container {
    padding: 0 !important;
    overflow: hidden;
}


.AdsRow {
    background: #ffc10729 !important;
}

.listing-item {
    float: left;
    width: 50%;
    padding: 0 8px 0 0;
    margin-bottom: 12px;
    position: relative;
}

    .listing-item:nth-child(even) {
        padding: 0 0 0 8px;
    }

.three-columns-grid .listing-item {
    width: 33.3%;
    padding: 0 8px !important;
}

.listing-item.has_one_column, .slick-slide-item .listing-item {
    width: 100%;
}

.listing-item.has_one_column {
    padding: 6px !important;
}

    .listing-item.has_one_column .geodir-category-listing {
        padding-left: 5px !important;
        min-height: auto;
    }

    .listing-item.has_one_column .geodir-category-img {
        width: 27%;
        border: 1px solid #2e3f6e69;
        border-radius: 10px;
        top: 5px;
        z-index: 0;
    }

    .listing-item.has_one_column .hotel-card .geodir-category-img {
        width: 100%;
        border-radius: 10px;
        top: 0;
    }

.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
    padding-left: 0 !important;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-img {
    top: 0px;
}

.listing-item.has_one_column .geodir-category-content {
    width: 73%;
}

.slick-slide-item .listing-item {
    padding: 0 10px;
    margin-bottom: 0;
}

.geodir-category-listing {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px !important;
    box-shadow: none;
}

.geodir-category-content {
    padding: 20px;
    z-index: 2;
}

.ui.button {
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
}

.geodir-category-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px 10px 0 0;
}

    .geodir-category-img .listing-counter {
        top: 20px;
        left: 20px;
    }

        .geodir-category-img .listing-counter strong {
            padding-left: 4px;
        }

    .geodir-category-img img, .gallery-item img {
        width: 100%;
        height: auto;
        -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    }

    .geodir-category-img:hover img, .gallery-item:hover img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }

.listing-avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
}

    .listing-avatar img {
        width: 34px;
        height: 34px;
        border-radius: 100%;
        box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
    }

.avatar-tooltip {
    position: absolute;
    top: 2px;
    margin-top: 20px;
    opacity: 0;
    left: 100%;
    margin-left: 20px;
    min-width: 150px;
    visibility: hidden;
    padding: 9px 0;
    border-radius: 4px;
    background: #18458B;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}

.listing-avatar:hover .avatar-tooltip {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.geodir-category-content p {
    text-align: left;
    font-size: 12px;
    color: #000;
}

.geodir-category-content h3, .cart-details_text .geodir-category-content-title-item h3 {
    float: left;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

    .geodir-category-content h3 a {
        color: #2e3f6e;
    }

.geodir-category-content-tags {
    margin-top: 10px;
}

.category-name {
    float: left;
    margin-right: 10px;
    position: relative;
    color: #999;
    top: -2px;
    border-radius: 2px;
    background: #eee;
    padding: 4px 14px;
}

.geodir-category-opt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 10px 20px;
    cursor: pointer;
}

    .geodir-category-opt h4 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 1px;
    }

        .geodir-category-opt h4 a {
            color: #fff;
        }

    .geodir-category-opt .listing-rating {
        float: left;
        position: relative;
        top: 10px;
    }

        .geodir-category-opt .listing-rating i {
            font-size: 10px;
            margin-right: 4px;
        }

    .geodir-category-opt .rate-class-name {
        float: right;
        position: relative;
        top: -6px;
    }

        .geodir-category-opt .rate-class-name .score {
            float: left;
            color: #fff;
            margin-right: 10px;
            font-size: 11px;
        }

            .geodir-category-opt .rate-class-name .score strong {
                display: block;
                text-align: right;
                margin: 5px 0 2px;
                font-style: normal;
                color: #fff;
                font-size: 13px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 500;
            }

        .geodir-category-opt .rate-class-name span {
            background: #18458B;
            color: #fff;
            float: left;
            font-weight: 600;
            border-radius: 5px 5px 5px 0;
            padding: 12px;
            box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
        }

.geodir-category-content-title {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.geodir-category-content-title-item {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.facilities-list {
    margin: 12px 0 12px;
    list-style: none;
}

    .facilities-list li {
        float: left;
        margin-right: 14px;
        cursor: pointer;
        position: relative;
    }

        .facilities-list li i {
            color: #ADC7DD;
            font-size: 16px;
        }

        .facilities-list li span {
            position: absolute;
            opacity: 0;
            left: -20px;
            top: -34px;
            height: 26px;
            line-height: 26px;
            min-width: 90px;
            color: #fff;
            font-size: 11px;
            visibility: hidden;
            border-radius: 4px;
            background: #18458B;
        }

        .facilities-list li:hover span {
            visibility: visible;
            opacity: 1;
        }


.geodir-category-footer {
    margin: 4px 0 0 0;
    padding: 18px 130px 0 0 !important;
    border-top: 1px dotted #ccc;
}

.geodir-category-price {
    right: 6px;
    top: 6px;
    font-size: 18px;
    color: #4caf50;
    font-weight: 600;
    background: #ffffff;
    padding: 5px 11px;
    border-radius: 4px;
    border: 1px dotted #e4e4e4;
    text-transform: uppercase;
    position: absolute;
}

    .geodir-category-price span {
        font-weight: 600;
        margin-top: 6px;
        font-size: 13px;
        color: #5ECFB1;
    }

.geodir-category-location a {
    float: left;
    text-align: left;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

    .geodir-category-location a i {
        padding-right: 6px;
    }

.geodir-opt-list {
    position: absolute;
    right: 0;
    width: 130px;
    top: 16px;
}

    .geodir-opt-list a {
        float: right;
        width: 36px;
        height: 36px;
        margin-left: 5px;
        line-height: 40px;
        position: relative;
        color: #999;
        border-radius: 4px;
        font-size: 15px;
    }

        .geodir-opt-list a:hover i, .show-search-button:hover i {
            transition: all .2s ease-in-out;
            animation: bounce 1s;
            color: #fff;
        }

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.geodir-opt-link {
    padding-right: 6px;
}

    .geodir-opt-link a {
        float: left;
        height: 36px;
        line-height: 36px;
        color: #fff;
        background: #ECF6F8;
        width: 100%;
        font-weight: 500;
        border-radius: 4px;
        text-align: left;
        padding-left: 20px;
    }

        .geodir-opt-link a:hover {
            background: #18458B;
        }

        .geodir-opt-link a i {
            position: absolute;
            right: 0;
            width: 40px;
            height: 36px;
            line-height: 36px;
            top: 0;
            font-size: 8px;
            border-left: 1px solid rgba(255,255,255,0.21);
            text-align: center;
        }

        .geodir-opt-link a:hover {
            color: #fff;
        }

.geodir-opt-tooltip {
    position: absolute;
    opacity: 0;
    right: 0;
    top: -40px;
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    margin-left: -75px;
    color: #fff;
    font-size: 11px;
    visibility: hidden;
    border-radius: 4px;
}

    .geodir-opt-tooltip strong {
        color: #fff;
        padding-left: 6px;
    }

.geodir-opt-list a:hover .geodir-opt-tooltip {
    opacity: 1;
    visibility: visible;
}

.sale-window {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
    background: #5ECFB1;
    padding: 8px 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #fff;
    -webkit-transform: translate3d(0,0,0);
}

    .sale-window:before, .sale-window:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
    }

    .sale-window:after {
        border-bottom: 14px solid #5ECFB1;
        border-left: 16px solid transparent;
        margin-left: -16px;
        margin-top: 6px;
    }

    .sale-window:before {
        border-top: 14px solid #5ECFB1;
        border-left: 16px solid transparent;
        margin-left: -16px;
        margin-top: -8px;
    }

    .sale-window.big-sale:after {
        border-bottom: 14px solid #3AACED;
    }

    .sale-window.big-sale:before {
        border-top: 14px solid #3AACED;
    }


.listing-item.has_one_column .geodir-category-content-title {
    padding: 0 0px 10px;
}

#filterButton {
    display: none;
}

@media only screen and (max-width: 600px) {

    .HomeButton {
        padding: 20px;
    }
    .SolMenuu {
        display: none;
    }

    .topAciklama {
        display: none;
    }

    .siralama {
        display: none;
    }

    #filterButton {
        display: block;
    }

    body .swal2-toast-shown .swal2-container.swal2-center {
        width: 100% !important;
    }

    .swal-wide {
        width: 100% !important;
    }

    .listing-item.has_one_column .geodir-category-content {
        width: 100%;
    }

    .geodir-opt-list:before {
        content: none;
    }

    .listing-item.has_one_column .geodir-category-img {
        width: 98%;
    }

    .geodir-category-content h3, .cart-details_text .geodir-category-content-title-item h3 {
        font-size: 12px;
    }

    .Gizle {
        display: none;
    }

    .geodir-category-price {
        bottom: 6px;
        top: auto;
    }


    .drpSort {
        padding: 10px;
        margin: 10px !important;
        border: 1px solid #c7c5c5;
        width: 95% !important;
    }

    .item-panel .item-thumbnail {
        border-right: 0;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    .col-xxs {
        display: block;
        width: 100%;
        float: none;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-panel .item-thumbnail-container {
        min-height: 42px;
    }

    .item-panel .item-thumbnail div.cover {
        padding-bottom: 60%;
    }
}

div.cover {
    width: 100%;
    padding-bottom: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center 33%;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.item-details {
    margin: 5px;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin: 8px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.item-panel .panel-heading {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.panel-default > .panel-heading {
    color: inherit;
}

.panel-default > .panel-heading {
    color: #8c8c8c;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 5px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.item-panel .panel-body {
    background-image: none;
    background-color: #fafafa;
}

.padding0 {
    padding: 0 !important;
}

.panel-body {
    padding: 15px;
}

.text-small {
    margin-bottom: 22px;
}
