.top-container{
    display: flex;
    justify-content: center;
    height: auto;
    background-color: #6d6d6d; 
}


.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    width: 70%;
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
    padding-top: 5em;
}

.search-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 3;
    margin-left: 6em;
    margin-right: 6em;
}

.search-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    outline: none;
    width: 98%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.search-results {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 1em;
}

.search-column {
    float: left;
    width: 33.33%;
    padding: 0px 10px 10px 10px;
    margin-top: 1em;
    box-sizing: border-box;
    height: 100%;
}

.search-category {
    font-family: 'Montserrat', sans-serif;
    padding: 0em 1em 2.5em 0em;
    color: #a1a1a1;
    text-decoration: underline;
}

.linky {
    display: flex;
    flex-direction: column;
}

.result-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.search-img, #results-collection > div > img {
    width: 3em !important; /* Adjust as needed */
    height: 3em !important;
    margin-right: 10px;
    border-radius: 5px !important;
    aspect-ratio: 1;
}

.result-info {
    display: flex;
    flex-direction: column;
}

.link-category, .title-mobile {
    font-size: 19px;
    font-family: dm-sarif;
    font-weight: 600;
    text-decoration: none;
    color: #000 !important;
}



.no-results87211{
    font-family: 'Montserrat', sans-serif;
    color: #6a6a6a;
    font-style: italic;
    font-size: 14px;
}

.description-container {

}

.result-link{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000000 !important;
}

.search-img{
    height: auto;
    width: 20%;
    border-radius: 5px;
}


.search-results a {
    color: black;
    display: block;
    text-decoration: none;
}

#column1{
    border-right: 1px solid #ccc;
    flex: 1;
}

#column2{
    border-right: 1px solid #ccc;
    flex: 1;
    padding-left: 1em;
    /* height: 16rem; */
}

#column3{
    padding-left: 1em;
}

.showmore{
    padding-top: 1em;
}

.showmore-link{
    color: #1c4862;
    text-decoration: underline;
}

.close{
    display: block;
    padding-bottom: 1em;
    padding-top: 1em;
}

.close-link{
    color: #aa8b65;
    text-decoration: underline;
}

.links{
    width: 50%;
    height: 65px;
    border-right: 1px solid #aa8b65;
}

.search-controls {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 1em;
}

#showMore{
    background-color: white;
    color: black;
    border: none;
    display: block;
    margin: auto;
    padding-top: 10px;
    text-decoration: underline;
}

#closeSearch, #closemain{
    background-color: white !important;
    color: #a58c6a !important;
    border: none;
    display: block;
    margin: auto;
    text-decoration: underline;
    padding-top: 10px;
    outline: none;
}


.tab-container {
    /* display: flex;
    flex-direction: column-reverse; */
}
.tab-navigation {
    list-style: none;
    padding-bottom: 1%;
    padding-top: 10%;
    margin-bottom: 1em;
    border-bottom: solid 1px #b4b4b4;
}
.tab-navigation .tab {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 0px;
    cursor: pointer;
    /* Style for non-active tabs */
}
.tab-navigation .tab.active {
    /* Style for the active tab */
    background-color: #fff !important;
    text-decoration: underline;
}
.tab-content {
    /* display: none; */
    border-radius: 0px 0px 25px 25px;
    /* Hidden by default */
}
.tab-content.active {
    display: block;
    /* Only the active tab is displayed */
}

#searchInput, #search-collection, #search-destinations, #search-inspirations, #searchInput1{
    border-radius: 30px;
    border: 1px solid #aa8b65;
    width: 100%;
}

#searchInput1{
    margin-bottom: 1em;
}

#searchInput:focus-visible{
    border: 1px solid #aa8b65;
    outline: none;
}

#searchInput1:focus-visible{
    border: 1px solid #aa8b65;
    outline: none;
}

.search-input02742:focus{
    border: 1px solid #aa8b65;
    outline: none;
}

/* #collection, #destinations, #inspirations {
    padding: 5%;
} */

.search-result-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.search-result-item img{
    border-radius: 5px;
    margin-right: 1em;
    margin-left: 0em;
    margin-bottom: 1em;
    margin-top: 1em;
    height: 4em;
    width: 4em;
}

.active {
    display: block!important;
}

.search-result-item a{
    width: auto;
}

.title-mobile{
    
}

.location-mobile{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.mobile-results-text{
    align-content: center;
}

#show-more-container{
    text-align: center;
    margin-top: 1em;
}

#show-more{
    text-decoration: underline;
    color: #000;
}

#close-results{
    color: #aa8b65;
    text-decoration: underline;
    margin-top: 1em;
}

input[type=text]:focus{
    border-color: #aa8b65 !important;
}


/* Mobile */
@media only screen and (max-width: 768px) {
    .search-column{
        width: 100%;
        color: #aa8b65;
        display: none;
    }

    #column1{
        border: none;
    }

    #column2{
        border: none;
    }

    .mobile-search-categories-div{
        display: flex;
        justify-content: space-evenly;
    }

    #not-mobile-collection{
        display: none;
    }

    #not-mobile-destinations{
        display: none;
    }

    #not-mobile-inspirations{
        display: none;
    }

    .search-category.active{
        color: #aa8b65;
    }

    .search-container871350{
        padding-left: 1em;
        padding-right: 1em;
    }

    .link-category{
        font-size: 16px;
    }

  }

/* Everything but mobile */
@media only screen and (min-width: 768px) {
    .mobile-search-categories-div{
        display: none;
    }

  }

  /* ruben add */

  #searchResults p, #searchResults button {
    font-family: 'Montserrat', sans-serif;
  }

  .elementor-element-3eaec50 {
    position: fixed;
  }

  .search-input02742:focus { 
    outline: none !important;
    border-color: #aa8b65;
    box-shadow: 0 0 2px #aa8b65;
 }

 .search-input02742, .search-input02742::before, .search-input02742::after {
    --tw-ring-color: #aa8b65!important;
}

.elementor-element-d8f4529 {
    position: fixed;
}