@import url('dish_display_card.css');
@import url('venture_summary.css');
@import url('products_and_shops_links.css');

.vendor_profile_pic_container, .page_profile_pic_container {
    width: 18vw;
    height:13vw;
    max-width:210px;
    max-height:210px;
    min-height:110px;
    min-width:110px;
    margin:auto auto;
    overflow: hidden;

}

.section, .products_display_section {
    display:-ms-flexbox;
    display:-webkit-flex;
    -webkit-box-flex: inherit;
    display:flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-around;
    justify-content: space-evenly;
}
.similar_products_section {
    justify-content: start;
    justify-content: flex-start;
}
.day_label{
    padding:10px 15px;
    min-width:65px;
    width: max-content;
    background-color:white !important;
    color:dimgray;
    border:2px solid rgb(0,140,230);
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    font-weight:bold;
    z-index: 10;
    white-space: nowrap;

}
       
.operating_hours {
    display:inline-block;
    margin-left:10px;
    padding:7px 5px;
    background-color:lightgray;
    border-width:0;
    border-radius:3px;
    font-size:13px;
}

.sectiontitle {
    font-size: 15px;
    width:max-content;
    border:2px solid dimgray;

    display:inline-block;
    color: black;
    border-radius:5px;
    padding:7px 25px;
    margin-top:25px;
    min-width:60px;
}

button#shareshoplink:hover{
    position: relative;
    transform:scale(1.01);
}
button#shareshoplink:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 20%;
    background: gray;
    padding: 5px 15px;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
    white-space: nowrap;
    opacity: 0;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition:All  0.1s ease;
    -moz-transition   : All 0.1s ease;
    transition: all 0.1 ease;
}
        
button#shareshoplink:hover:after {
    bottom: 100%;
    opacity: 1;
}
.views {
    margin:30px auto 75px auto;
    color:rgb(102, 102, 102);
}
#shopping_ind{
    font-size:17px;
    padding-top:10px;
    text-align:center;
    color:green;
}

/*  For styling the radio button */
.radiocontainer {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    padding-left: 30px;
}
.radiocontainer input {
    display: none;
}

.radiocontainer .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: lightgray;
    position: absolute;
    left:0;
    top: 0;
    border-radius: 50%;
}

.radiocontainer:hover .circle {
    background-color: gray;
}

.radiocontainer input:checked + .circle {
    background-color: #2196fc;
}

.radiocontainer input:checked + .circle:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*   end of radio button control*/

.product_beyond_range {
    text-align:center;
    margin-top:75px;
    margin-bottom:75px;
}
#sharepagelink {
    min-width:max-content;    
    max-height:50px;                               
    color: gray;                                    
    background-color:transparent;                                    
    border:1px solid lightgray;                                    
    border-radius:3px;
    box-shadow:0 0 10px lightgray;
    padding:5px 10px;
}
 #sharepagelink:hover {
    box-shadow: 0 0 10px darkgray;
    transform: scale(1.01);
    cursor: pointer;
}
#link_icon {
    width:25px; 
    height:25px;
}
#shop_link_words, #page_link_words {
    display: inline-block;
    position: relative;
    bottom:6px;
    margin-right:5px
}

.welcome_word {
    color:dimgray
}

#menu_page_container {
    margin-top:25px;
    text-align:right;
    padding-right:15px;
}
#menu_page_container a{
    color:rgb(98, 98, 98);
    font-weight:bold;
}
#menu_page_container a:hover {
    text-decoration:underline
}
.unavailable {
    font-size: 14px;
    margin:15px 0 35px 0;
}

.delivery_information_zone {
    margin-top:35px;
    margin-bottom:50px;

    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.delivery_information_zone img {
    width: 250px;
    display: none;
}
.delivery_info_phrases_section {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top:15px;
}
.hurray_word {
    font-size:25px;
    font-weight: bold;
    color:#4400B2
}
.more_delivery_info {
    display: block;
    margin-top:25px;
    font-weight:bold;
    font-size:14px;
}
.approximative_data_warning {
    margin-top:25px;
    font-size:13px;
    color:dimgray
}
.approximative_data_warning a {
    color: rgb(0, 140, 230);
}



@media only screen and (max-width:802px){
    .sub_section_content {
        width:100%
    }
    #sharepagelink  {
        font-size:12px;
    }
    #link_icon {
        width:20px; 
        height:20px;
    }
   
    #shopping_ind{
        font-size:10px;
        padding-bottom:10px;
    }
    .views{
        font-size:13px;
        position: relative;
        top:18px;
    }
    .like_dislike {
        font-size:9px;
    }
    
    #likes, #dislikes {
        height: 15px; 
        width:15px;
        margin:5px;
    }
    #feedbacks {
        top: 250px;
        right: 25px;
        border:1px solid lightgray;
        border-radius: 7px;
        padding:5px;
    }
    
    .sectiontitle {
        padding:7px 15px;
        margin-left:10px;
    }
    .sectiontitle, .catsize {
        font-size: 13px;
        margin-top:15px;
    }
    
    .product_beyond_range {
        font-size:12px;
    }
    .delivery_information_zone img {
        width: 200px
    }
    .approximative_data_warning {
        font-size:12px;
    }
}

@media only screen and (max-width:602px){
    #page_title{
        margin-top:15px;
        font-size:18px;
    }
    .unavailable {
        font-size: 13px; 
    }

    .views{
        top:5px;
    }
    .delivery_information_zone img {
        width: 100px;
        height: 66px;
    }
    .hurray_word {
        font-size:20px;
        font-weight: bold;
        color:#4400B2
    }
    .more_delivery_info {
        font-size:13px;
    }
    .approximative_data_warning {
        font-size:12px
    }
	.delivery_info_phrases_section {
		margin:unset;
		margin:15px auto;
	}  
    .day_label {
        width:max-content;
        padding:7px 15px;
        margin-bottom: 7px;
        font-size:13px;
    }
    
}

@media only screen and (max-width:402px){
    .hurray_word {
        font-size:18px;
    }
    .more_delivery_info {
        font-size:12px;
    }
    .approximative_data_warning {
        font-size:11px
    }
  
}