/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.bg-image {
    height: 250px;
    background-size: cover;
}

.hero_single.bg-image .wrapper h1 {
    color: #fff;
    font-size: 46px;
    font-size: 2.875rem;
    text-shadow: none;
    margin: 0;
}

.hero_single.bg-image .wrapper {
    background-color: rgba(0, 0, 0, 0.4);
}

.form-control.is-invalid {
    border-color: #ff0000
}

.hero_single.version_4 {
    background: #222 url(../img/home_section_2.jpg) center center no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single.version_4 .wrapper p {
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.hero_single.version_4 .wrapper h3 {
    text-align: left
}

.s250 .select2-container--default .select2-selection--single {
    height: 50px;
    border-color: transparent;
    border-radius: 0
}

.s250 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.s250 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.s240 .select2-container--default .select2-selection--single {
    height: 40px;
    border-color: transparent;
    border-radius: 0
}

.s240 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.s240 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-results__option {
    font-size: 12px;
}

ul#top_menu li a.logout, ul#top_menu li a.login2 {
    font-size: 21px;
    font-size: 1.7rem;
    position: relative;
    top: 4px;
}

#login aside, #register aside {
    -webkit-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 45px;
    background-color: #fff;
    min-height: auto;
    position: relative;
    top: auto;
}

.count_like .badge {
    font-size: 100%
}

.review_card .review_content ul li a.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.all_categories ul li a strong {
    line-height: 0.8;
}

#search-holder {
    position: relative
}

.list-tips {

    background-color: #fff;
    border: 1px solid #b6c9d6;
    border-top-color: rgb(182, 201, 214);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 0;
    display: none;
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 200;

}

.list-tips li {
    color: #333;
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}

.link-close {
    width: 45px;
    height: 45px;
    padding: 5px 0 0 5px;
    top: 0px;
    right: 0px;
    color: #abb2ba;
    font-size: 24px;
    position: absolute;
    z-index: 50;
}

.hidden {
    display: none
}

.rating-star, .rating:hover .rating-star {
    width: 38px;
    height: 38px;
}

.rating:hover .rating-star:nth-child(2):hover, .rating:hover .rating-star:nth-child(2):hover ~ .rating-star,
.rating .rating-input:nth-child(1):checked ~ .rating-star {
    background-position: 38px 0px;
}

.rating:hover .rating-star:nth-child(4):hover, .rating:hover .rating-star:nth-child(4):hover ~ .rating-star,
.rating .rating-input:nth-child(3):checked ~ .rating-star {
    background-position: 76px 0px;
}

.rating:hover .rating-star:nth-child(6):hover, .rating:hover .rating-star:nth-child(6):hover ~ .rating-star,
.rating .rating-input:nth-child(5):checked ~ .rating-star {
    background-position: 114px 0px;
}

.rating:hover .rating-star:nth-child(8):hover, .rating:hover .rating-star:nth-child(8):hover ~ .rating-star,
.rating .rating-input:nth-child(7):checked ~ .rating-star {
    background-position: 152px 0px;
}

.rating:hover .rating-star:nth-child(10):hover, .rating:hover .rating-star:nth-child(10):hover ~ .rating-star,
.rating .rating-input:nth-child(9):checked ~ .rating-star {
    background-position: 190px 0px;
}

.page-header {
    background-color: #051d4d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 50, .04);
    width: 100%;
    display: block;
}

.page-header h1 {
    font-size: 1.5rem;
    color: #fff;
}

.categories-body {
    padding-top: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff
}

@media only screen and (min-width: 640px) {
    .categories-body {
        padding-top: 16px;
        padding-bottom: 16px;
        max-width: 608px;
        background-color: transparent
    }
}

@media only screen and (min-width: 1024px) {
    .categories-body {
        display: grid;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-gap: 16px;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 1056px;
        grid-template-columns: 360px auto
    }
}

.card {
    border-radius: 2px;
    background-color: #fff;
    margin: 16px 0;
    position: relative
}

.right-arrow-icon {
    height: 8px;
    width: 8px
}

@media only screen and (min-width: 640px) {
    .right-arrow-icon {
        display: none
    }
}

.categories-aside {
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 640px) {
    .categories-aside {
        display: none
    }
}

@media only screen and (min-width: 1024px) {
    .categories-aside {
        display: block;
        padding: 28px 24px;
        flex: 1;
        align-self: flex-start
    }
}

.categories-aside__header--desktop {
    display: none
}

@media only screen and (min-width: 640px) {
    .categories-aside__header--desktop {
        display: block;
        margin-bottom: 24px
    }
}

.categories-aside__header--mobile {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 50, .1);
    text-align: center;
    padding: 16px 0
}

@media only screen and (min-width: 640px) {
    .categories-aside__header--mobile {
        display: none
    }
}

.categories-aside__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.categories-aside__category-item {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem
}

.categories-aside__category-item:last-child {
    border: none;
    margin-bottom: 0
}

.categories-aside__category-item:last-child a {
    border: 0
}

@media only screen and (min-width: 640px) {
    .categories-aside__category-item {
        margin-bottom: 16px;
        padding: 0
    }
}

.categories-aside__category-item__link {
    color: #454554;
    display: block;
    padding: 16px 0;
    margin: 0 24px;
    border-bottom: .5px solid #f2f2f5;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (min-width: 640px) {
    .categories-aside__category-item__link {
        padding: 0;
        margin: 0;
        border: none
    }
}

@media only screen and (min-width: 640px) {
    .categories-aside__category-item__link--mobile {
        display: none
    }
}

@media only screen and (min-width: 640px) {
    .categories-aside__category-item__link--desktop {
        display: block
    }
}

.category-object {
    display: none
}

@media only screen and (min-width: 640px) {
    .category-object {
        display: flex;
        flex-direction: row
    }
}

.sub-category__header {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 50, .1);
    text-align: center;
    padding: 16px 0
}

@media only screen and (min-width: 640px) {
    .sub-category__header {
        box-shadow: none;
        width: 234px;
        margin-right: 24px;
        text-align: left;
        font-size: 18px;
        padding: 0
    }
}

.sub-category__header__link {
    color: inherit
}

@media only screen and (min-width: 640px) {
    .sub-category__header__link:hover {
        text-decoration: underline;
        color: #051d4d
    }
}

.sub-category-item {
    color: #454554;
    display: block;
    padding: 16px 0;
    margin: 0 24px;
    border-bottom: 1px solid #f2f2f5
}

@media only screen and (min-width: 640px) {
    .sub-category-item {
        padding: 0;
        margin: 0;
        border: none
    }
}

.sub-category-item--back {
    display: flex;
    align-items: center
}

@media only screen and (min-width: 640px) {
    .sub-category-item--back {
        display: none
    }
}

.sub-category-item__back-arrow {
    transform: rotate(-180deg);
    margin-right: 16px;
    width: 8px;
    height: 8px
}

@media only screen and (min-width: 640px) {
    .sub-category-item:hover {
        text-decoration: underline
    }
}

@media only screen and (min-width: 640px) {
    .sub-category-list {
        display: flex;
        flex-flow: row wrap;
        flex: 1;
        margin-bottom: 32px;
        border-bottom: .5px solid #f2f2f5;
        padding-bottom: 32px;
        justify-content: space-between
    }
}

.categories-section {
    margin: 0
}

@media only screen and (min-width: 640px) {
    .categories-section {
        display: block;
        margin: 0;
        padding: 28px 24px
    }
}

.mobile__list-item {
    padding: 14px 0;
    margin: 0 16px;
    border-bottom: 1px solid #9a9aad;
    display: flex
}

.mobile__list-item:last-child {
    border: none
}

@media only screen and (min-width: 640px) {
    .child-category {
        flex-basis: 45%;
        margin-bottom: 8px;
        color: #6f6f87
    }
}

.google-map{height: 200px; margin-bottom: 15px;}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0px 30px 25px 30px;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
}

button.mfp-close{top: 0; right: 0}
@media only screen and (max-width: 640px) {
.tabs.contacts-tab nav ul li{width: 40%;}
}
.hero_single.general{height: 300px}
.categories-aside__category-item{position: relative}
.categories-aside__category-item .collapse_bt_mobile{position: absolute; right: 20px; top:0px; padding: 18px 20px; display: none; z-index: 999}
.categories-aside__category-item .sub-category-item{margin-left: 45px;}
@media only screen and (max-width: 640px) {
    .categories-aside__category-item .collapse_bt_mobile{display: block}
    .categories-aside__category-item{}
    .categories-aside__category-item .circle-plus{margin-top: 0}
}
.feat_blocks, .feat_blocks .block_1, .feat_blocks .block_2{height: auto}
.feat_blocks .block_2 p{margin-bottom: 15px;}
.box_pricing h4{
    margin: -31px -31px 30px -31px;
    padding: 30px 0 30px 0;
    background-color: #00dfaa;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
}
.box_pricing h4.gold{background-color: #ffc107}
.box_pricing h4.platinum{background-color: rgb(68, 39, 114)}
.ribbon span.top_selling{
    background: #df0000;
    color: #fff;
}
.ribbon{top: -6px;}
.ribbon span.top_selling::after{
    border-left: 3px solid transparent;
    border-right: 3px solid #c90000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c90000;
}
.ribbon span.top_selling::before {
    border-left: 3px solid #c90000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c90000;
}
.filter_type .city li{padding-left: 15px;}
.filter_type .city li.active{background-color: #f5f5f5; border-radius: 2px;}
.filter_type .city a{color: #222; font-size: 1rem;}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone .dz-message {
    font-weight: 400;
    font-size: 1.25rem;
}
.btn-group-sm>.btn, .btn-sm{padding: 6px 15px;}