@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.dvf-wrapper {
    color: #868686;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    max-width: 1133px;
    margin: auto;
    position: relative;
}

.dvf-wrapper section {
    padding: 0;
}

.dvf-wrapper a {
    text-decoration: none !important;
}

.dvf-wrapper a:focus {
    border: none;
    outline: none;
}

.dvf-head {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.dvf-footer {
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #f0f0f0;
}

.dvf-pages {
    -webkit-flex: 3 1 100px;
    -ms-flex: 3 1 100px;
    flex: 3 1 100px;
    display: inline-flex;
    padding: 0;
    margin-left: -10px;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.dvf-pages li:first-child span {
    margin: 10px;
    display: block;
}

.dvf-head .dvf-pagination {
    -webkit-flex: 3 1 100px;
    -ms-flex: 3 1 100px;
    flex: 3 1 100px;
    display: inline-flex;
    position: relative;
}

.dvf-footer .dvf-pagination {
    display: inline-flex;
    float: right;
    position: relative;
}

.dvf-pagination li:first-child a {
    margin: 10px 20px;
}

.dvf-pagination li:last-child a {
    margin: 10px 20px;
}

.dvf-wrapper li {
    list-style: none;
}

.dvf-wrapper li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.dvf-wrapper li a {
    text-decoration: none;
    margin: 10px;
}

.dvf-wrapper li a.active {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-weight: bolder;
}

.dvf-filter-button {
    -webkit-flex: 3 1 100px;
    -ms-flex: 3 1 100px;
    flex: 3 1 100px;
    text-align: right;
}

.dvf-filter-button a {
    line-height: 40px;
    display: inline-block;
}

.dvf-filter-button a:hover {
    color: #525252;
    line-height: 40px;
    display: inline-block;
}

.dvf-wrapper a {
    color: #868686;
    text-decoration: none;
}

.dvf-filter-section {
    visibility: hidden;
    border-bottom: none;
    padding-bottom: 0px !important;
    max-height: 0px;
    transition: visibility 0.5s, max-height 0.4s, opacity 0.5s, padding-bottom 0.5s;
    opacity: 0;
    overflow: hidden;
}

.dvf-filter-section.active {
    visibility: visible;
    opacity: 1;
    max-height: 600px;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 30px !important;
    overflow: inherit;
}

.dvf-items {
    margin: 30px -30px 30px 0;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s linear;
    clear: both;
}

.dvf-item {
    width: 260px;
    display: block;
    min-height: 305px;
    margin-right: 30px;
    float: left;
}

.dvf-item-description {

}

.dvf-item-description .dvf-item-title {
    font-family: 'Open Sans', sans-serif;
    color: #242a32;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 12px 0;
}

.dvf-item-description .dvf-item-phone {
    padding: 12px 0;
}

.dvf-items::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.dvf-thumb img {
    width: 260px;
    height: 160px;
}

.dvf-thumb:hover .dvf-show-more {
    visibility: visible;
    opacity: 0.95;
}

.dvf-show-more {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    background-color: #242a32;
    width: 260px;
    height: 160px;
    position: absolute;
    text-align: center;
    line-height: 160px;
    color: #e2e2e2 !important;
    z-index: 1;
}

.dvf-dropdown {
    display: block;
    float: left;
    margin: 30px 30px 0 0;
    width: 206px;
}

.dvf-dropdown-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    color: #868686;
    margin-bottom: 13px;
}

.dvf-dropdown-preview {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-weight: bolder;
    cursor: pointer;
}

.dvf-dropdown-list {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    z-index: 2;
    margin-top: 5px;
    min-width: 150px;
    max-height: 240px;
    overflow-y: auto;
}

.dvf-dropdown-list label {
    display: block;
    padding: 10px;
    cursor: pointer;
    margin: 0px !important;
    font-weight: normal !important;
}

.dvf-dropdown-list label:first-of-type {
    color: #313131;
}

.dvf-dropdown-list input {
    display: none;
}

.dvf-dropdown-list input:checked + label {
    background-color: #f2f2f2;
}

.dvf-dropdown-list::-webkit-scrollbar {
    width: 6px;
}

.dvf-dropdown-list::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.dvf-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
}

.clear {
    clear: both;
}

.arrow {
    border: solid #868686;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin: 3px 13px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media (max-width: 1200px) {
    @media (min-width: 376px) {
        .dvf-items {
            margin: 10px -1% 0 0;
        }

        .dvf-item {
            margin-right: 1%;
            width: 24%;
        }
    }

    .dvf-thumb img {
        width: 100%;
    }
}

@media (max-width: 940px) {
    @media (min-width: 480px) {
        .dvf-item {
            width: 32.3%;
        }
    }
}

@media (max-width: 480px) {
    .dvf-items {
        margin: 10px 0 0 0;
    }

    .dvf-items .dvf-item:last-of-type {
        border: none;
    }

    @media (min-width: 376px) {
        .dvf-item {
            width: 49%;
        }
    }

    .dvf-item {
        min-height: auto;
        margin-bottom: 30px;
        border-bottom: 1px solid #e8e8e8;
    }

    .dvf-show-more {
        display: none;
    }

    .dvf-footer .dvf-pages {
        display: none;
    }

    .dvf-head .dvf-pagination {
        display: none;
    }

    .dvf-pagination {
        padding: 0;
        margin-left: -10px;
        float: left;
        opacity: 1;
        transition: opacity 0.3s linear;
    }

    .dvf-filter-button {
        float: right;
        display: block;
        width: 20%;
    }

    .dvf-dropdown {
        width: 100%;
    }

    .dvf-dropdown-list {
        width: 80%;
    }

    .dvf-filter-section {
        margin: auto;
    }
}

@media (max-width: 375px) {
    .dvf-item {
        width: 100%;
    }
}

#dokan-vendors-filters-form {
    margin: 0 !important;
}

.dvf-wait-reload {
    opacity: 0.3 !important;
}

.dvf-open-filters {
    max-height: 600px;
}

/* === Google map Section === */
#dvf-google-map {
    width: 100%;
    height: 400px;
    opacity: 1;
    transition: opacity 0.3s linear;
    margin-top: 30px;
}

.dvf-marker-thumb a img {
    max-width: 300px;
    margin-left: 6px;
}

.dvf-marker-title {
    font-family: 'Open Sans', sans-serif;
    color: #242a32;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 12px 0;
    margin-left: 6px;
}

.dvf-marker-title a {
    color: #242a32 !important;
}

.dvf-marker-title a:hover {
    color: #5f666e !important;
}

.dvf-marker-address {
    color: #868686;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    margin-left: 6px;
}

.dvf-marker-phone {
    padding: 12px 0;
    margin-left: 6px;
    margin-top: 6px;
}

.gm-style-iw {
    max-height: 400px !important;
}

.gm-style-iw-d {
    max-height: 400px !important;
}

/** Map styles end **/