﻿.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:hover.badge {
    color: #fff;
    text-decoration: underline;
}

.search-results{
    /*display:block !important;*/
}

.searchResultsImage {
    width: 100%;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
}
.tt-search-type2 .search-results ul > li a {
    margin-bottom: 4px;
}

input.urlfield{
    display:none !important;
}

footer .tt-payment-list img{
    width:36px;
    margin:3px;
}


/* search */
@media (max-width: 1024px) {

    .tt-mobile-parent-search .tt-search.active .tt-dropdown-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        max-height: 100vh !important;
        overflow: visible !important;
        background: #fff !important;
        z-index: 999999 !important;
    }

        .tt-mobile-parent-search .tt-search.active .tt-dropdown-menu .container {
            position: relative !important;
            width: 100% !important;
            max-width: 100% !important;
            padding: 12px !important;
            margin: 0 !important;
            background: #fff !important;
            overflow: visible !important;
        }

    .tt-mobile-parent-search .tt-search.active form {
        position: relative !important;
        background: #fff !important;
        z-index: 999999 !important;
    }

    .mobile-search-results-view {
        display: block !important;
        position: fixed !important;
        top: 90px !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 12px !important;
        background: #fff !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        z-index: 999999 !important;
    }

        .mobile-search-results-view ul {
            margin: 0 !important;
            padding: 0 !important;
            list-style: none !important;
            display: block !important;
        }

        .mobile-search-results-view li {
            display: block !important;
            width: 100% !important;
            margin-bottom: 10px !important;
        }

            .mobile-search-results-view li a {
                display: block !important;
                width: 100% !important;
                text-decoration: none !important;
            }

        .mobile-search-results-view .row {
            display: flex !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
            margin: 0 !important;
        }

        .mobile-search-results-view .thumbnail {
            width: 76px !important;
            min-width: 76px !important;
            max-width: 76px !important;
            padding: 0 !important;
            margin-left: 10px !important;
        }

        .mobile-search-results-view .tt-description {
            flex: 1 !important;
            padding: 0 !important;
        }

        .mobile-search-results-view .searchResultsImage {
            width: 70px !important;
            height: 70px !important;
            background-size: cover !important;
            background-position: center !important;
            border-radius: 10px !important;
        }
}