.shop_title{
    text-overflow: ellipsis;
    width:95%;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

/* for styling the vendor address and details section elements */

#shop_address_details_icon {
    width:35px;
    height:35px;
    position: absolute;
    right:35px;
    top:190px;
    z-index: 999;
    cursor: pointer;
}

#vendor_address_section {
    padding:10px;
    width:250px;
    height:max-content;
    border:1px solid lightgray;
    border-radius: 7px;
    background-color: var(--bg-secondary);
    box-sizing: var(--shadow-strong);
    position: absolute;
    right:75px;
    top:200px;
    z-index: 9999;
    display: none;
}
#v_address_shop_name {
    font-size:13px;
    background-color: white;
    box-shadow: var(--shadow-strong);
    color:rgb(0, 140, 230);
    padding:7px 10px;
    border-radius:5px;
    margin-bottom: 15px;
    line-height: 1.6em;
}
#v_address_shop_name a {
    color:rgb(0, 140, 230);
    text-decoration: none;
}
#v_address_shop_name a:hover{
    font-weight: bold;
    text-decoration: underline;
}
#v_address_address {
    color:black;
    font-size:13px;
    line-height: 1.6em;
    max-height:200px;
    overflow: hidden;
    overflow-y: auto;
}
#v_address_telephone {
    font-size:14px;
    margin-top:15px;
    margin-bottom:15px;
    text-align: right;
}
#v_address_telephone a {
    color:dimgray;
    font-weight:bold;
}
#v_address_telephone img {
    width:35px;
    position: relative;
    top:10px
}

.details_sharing_buttons {
    color:rgb(48, 48, 48);
    display:inline-block;
    padding:5px 15px;
    box-sizing: border-box;
    text-decoration:none;
    border-radius:3px;
    margin-top:5px;
    font-size:12px;
    text-align:center;
    cursor:pointer;
    background-color: white;
    margin: 10px 5px;
    border-width: 0;
}
#shop_location_from_client{
    font-size: 12px;
    color: dimgray;

}

.no_data {
    font-size:12px
}
.page_article {
    box-sizing: border-box;
    background-color: white;
    min-width: 275px;
    width:95%;
    max-width: 750px;
    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;
}
.page_article:hover .article_title{
	text-decoration:underline
}
.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;
}
.page_article_header {
    display:inline-block;
    max-width: 98%;
}
.distance_notifier {
    color: dimgray;
    font-size: 12px;
}
.page_link {
    display:block;
    color:green;
    font-size:13px;
    margin-bottom:10px;
    overflow: hidden;
    width:75%;
    max-width: 300px;
    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*/
}


@media only screen and (max-width:802px){

    #sharepagelink  {
        font-size:12px;
    }
    #shop_address_details_icon {
        width:30px;
        height:30px;
        right:25px;
        top:160px;
    }
    #vendor_address_section {
        right:50px
    }
   
}

@media only screen and (max-width:602px){
    
}

@media only screen and (max-width:402px){
  
    #vendor_address_section {
        right:25px
    }
    #shop_address_details_icon {
      
        top:180px;
    }
    
}