#header-searchbtn {
    background: transparent;
}

#header-searchbtn img {
    width: 45px;
}

#search-form {
    position: absolute;
    left: 40px;
    z-index: 1;
}

@media (min-width: 767px) {
    #search-form {
        left: -210px;
    }
}

#header_search_column {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    height: auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    z-index: 999999;
    overflow-y: auto;
    max-height: 50vh;
    display: none;
    min-width: 250px
}

@media (min-width: 767px) {
    #header_search_column {
        left:unset;
        right: 0;
        min-width: 350px
    }
}

#header_search_column a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #d3d3d3;
    padding: 4px 0;
    transition: .2s
}

#header_search_column a:last-child {
    border-bottom: none
}

.main-basket h2,
.main-basket h3 {
    padding: 6px 12px;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .property_menu>ul>li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .property_menu a, .property_menu li, .property_menu ul {
        font-size: 10px;
    }
}

.form-control:focus {
    border-color: #ff00a0;
    box-shadow: 0 0 0 .2rem rgb(255 0 160 / 25%);
}

.btn:focus {
    box-shadow: 0 0 0 .2rem rgb(255 0 160 / 25%);
}

.loginform .forgotpwd {
    color: #856520;
}

.loginform .forgotpwd:hover {
    color: #41300d;
}
