@import url('general_product_display_card.css');

.section{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-around;
    justify-content: space-evenly;
}

#search_options_section {
    border: 0 solid lightgray;
    border-bottom-width: 1px;
    margin-top:35px;
    margin-bottom:25px;
    padding-bottom:15px;
    white-space: nowrap;
    overflow:hidden;
    overflow-x: auto;
}
#search_options_section a {
    display:inline-block;
    color:dimgray;
    text-decoration: none;
    margin-right:35px;
}
#search_options_section a:hover {
    text-decoration: underline;
}
#search_options_section a.active {
    border:0 solid rgb(0, 140, 230);
    border-bottom-width: 2px;
    color:rgb(0, 140, 230);
}
#search_section_wrapper{  
    box-sizing: border-box;
    width:95vw;
    max-width: 1200px;
    margin-left:100px;
    margin-top:0;
}
.products_radius {
    /*margin-top:50px;
    margin-bottom: 25px;*/
    padding:15px 35px;
    border-radius:3px;
    background-color:white;
    box-shadow:0 5px 10px gray;
    width:95%;
    min-width: 275px;
    max-width: 750px;
	white-space:nowrap;
	font-weight:bold;
    position: sticky;
    top:0
}
.vendor_article, .page_article {
    box-sizing: border-box;
    background-color: white;
    min-width: 275px;
    width:90vw;
    max-width: 600px;
    margin-bottom:20px;
	display:block;
	color:black;
	text-decoration:none;
    box-shadow: 0 0 10px 1px rgb(230, 230, 230);
    padding: 10px;
    border-radius: 5px;
}
.vendor_article:hover .article_title, .page_article:hover .article_title{
	text-decoration:underline
}
.page_article_header, .vendor_article_header {
    display:inline-block
	
}

.article_title {
    color:rgb(0, 122, 230);
    text-decoration:none;

}
.result_header {
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}
.result_header:hover a {
    text-decoration: underline;
}
.vendor_logo {
	display:inline-block;
    width:35px;
	height:35px;
    border-radius: 50%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
    margin-right:10px;
	position:relative;
	top:12px
}
.shop_link, .page_link {
    display:block;
    color:green;
    font-size:13px;
    margin-bottom:10px;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category_and_products_count_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color:dimgray;
    font-size: 12px;
}
.r_category {
    margin-bottom:7px;
}
.element_description {
    display:block;
    font-size:13px;
    line-height:1.6em;
    max-height:100px;
    overflow: hidden;
    overflow-y: auto;
}
.element_description img{
    border-radius: 5px;
    /*max-width:55px;
    max-height:55px*/
}
#no_location {
    padding-top:15px;
    margin-bottom:50px;
}
.suggestion_link {
    color: rgb(0, 153, 230);
    text-decoration:none;
    font-weight:bold;
}
.suggestion_link:hover {
    color:goldenrod;
    text-decoration:underline;
}
.noresult {
    font-size:14px;
    margin:35px 15px;
    color:dimgray;
}
.searched_data {
    margin-top:35px;
}
#tips_popup p{
    margin:0 !important;
    padding:7px;
}
.tip_icon_section img {
    width:55px;
    height:auto;
    transform:scale(1.05)
}
.tip_icon_section:hover {
    cursor:pointer;
}
.tip_icon_section:hover img{
    transform:scale(1.08)
}
#tips_popup h2 {
    margin: 0 !important
}
.number_of_result {
    font-size:11px;
    position:relative;
    bottom:6px;
    color:dimgray;
    margin-left:10px;
}
#login_notification {
    /*color: rgb(133, 4, 4);*/
    color:#ff9a02;
    margin-bottom:35px;
	line-height: 1.7em;
}
#login_notification a {
    color: rgb(0, 140, 230);
}
#login_notification img {
    height: 35px;
    width: 35px;
    position:relative;
    top:7px;
    margin-right:10px;
}
.make_suggestion {
    line-height:1.6em
}
#vendor_restricted_search_notification,#search_widening_instruction{
    color:dimgray;
    margin:5px 0;
    font-size: 13px;
    line-height: 1.6em;
    width:95%;
    max-width: 750px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#search_widening_instruction a, #vendor_restricted_search_notification a{
    color: rgb(0, 140, 230);
    text-decoration: none;
}
#search_widening_instruction a:hover, #vendor_restricted_search_notification a:hover{
    font-weight:bold
}
.sub_search_options_section {
    box-sizing: border-box;
    width: 90vw;
    max-width:700px;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:25px;
}
.sub_search_options_section a {
    text-decoration: none;
    padding:7px 15px;
    border:1px solid lightgray;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
    color:dimgray;
    font-size:12px
}
.sub_search_options_section a:hover {
    border-color: rgb(0, 140, 230);
}
.active_venture_type {
    border-color: rgb(0, 140, 230) !important;
    border-width: 2px !important;
    color:rgb(0, 140, 230) !important;
    font-weight: bold;
}
.distance_notifier {
    color: dimgray;
    font-size: 11px;
    text-align: right;
    margin-top: 10px;
}

#search_results_section_wrapper {
    margin-top:25px 0
}
#region_search_results_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#search_parameters_section{
    color: dimgray;
    font-size:13px;
    margin-left:5px
}
#search_parameters_section div {
    margin-top: 10px;
}
#search_region_selector, #search_filter_selector {
    margin-left: 10px;
    font-size: 12px;
    padding:5px 10px;
    border-radius: 5px;
    border:1px solid lightgray;
    cursor: pointer;
    color: dimgray;
}
#login_plea {
    padding:10px auto;
    font-weight:normal;
    margin-top:35px;
    font-size:13px;
    line-height:1.6em
}
@media only screen and (max-width:802px){
    .products_radius {
        font-size:14px;
        margin-top:35px;
        margin-bottom:20px;
        padding:10px 35px 10px 5px;
		width:max-content;
        min-width:75%;
        max-width: max-content;
    }

    #login_notification {
        font-size: 13px;
    }
    #suggested_corrected_search {
        font-size: 13px;
    }
    .searched_data {
        margin-top:15px;
    }
    .noresult {
        font-size:13px;
    }
    .make_suggestion {
        font-size:12px;
    }
    .tip_icon_section img {
        width:35px;
        height:auto
    }
    #search_options_section {
        margin-left:15px;
        margin-bottom:25px;
        margin-top:20px
    }
    #search_options_section a{
        font-size:13px;
    }
    #search_section_wrapper{
        margin-left:15px;
        width:90vw
    }
    
    .result_header {
        margin-bottom:5px;
    }
    .shop_link, .page_link{
        margin-bottom:5px;
    }
    #no_location {
        padding-top:25px
    }
    .sub_search_options_section {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:602px){
	#login_notification {
        font-size: small;
    }
    #suggested_corrected_search {
        font-size: small;
    }
    #search_options_section {
        margin-left:5px;
    }
    #search_options_section a {
        margin-right:15px;
        font-size:13px;
    }
    #search_section_wrapper{
        margin-left:10px;
        width:95vw;
    }
    .vendor_article, .page_article {
        margin-bottom:15px;
    }
    
    .result_header a {
        font-size:13px;
    }
    .shop_link , .page_link{
        font-size:12px;
    }
    .r_category{
        font-size:11px;
        border:0 solid rgb(226, 226, 226);
        border-bottom-width: 1px;
        padding-bottom:5px;
        margin-bottom:10px;
    }
    .element_description {
        font-size:12px;
    }
    #search_parameters_section{
        font-size:12px;
        margin-left:5px
    }
}

@media only screen and (max-width:402px){
    .shop_link, .r_category, .page_link {
        font-size:11px;
    }
    #search_section_wrapper{
        margin-left:5px;
    }
}