@import url('general_product_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:150px;
    min-width:150px;
    margin:auto auto;
    overflow: hidden;
}

.section, .products_display_section {
    display:-ms-flexbox;
    display:-webkit-flex;
    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;
}
.catsize {
    font-size: 15px;
    border-radius:3px;
    padding: 7px 15px;
    background-color:lightgray;
    margin-left:10px;
    color:black;
    width:max-content
}
.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:100px;
    
}

button#shareshoplink:hover, button#sharepagelink:hover {
    position: relative;
    transform:scale(1.01);
}
button#shareshoplink:after, button#sharepagelink: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, button#sharepagelink: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;
}
.unavailable {
    font-size: 14px;
    margin:15px 0 35px 0;
}

#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
}

.delivery_information_zone {
    margin-top:35px;
    margin-bottom:50px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left !important;
}
.delivery_information_zone img {
    max-width: 450px;
    display:none
}
.delivery_info_phrases_section {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top:15px;
	margin-left:100px;
}
.hurray_word {
    font-size:25px;
    font-weight: bold;
    color:#4400B2
}
.more_delivery_info {
    display: block;
    margin-top:25px;
    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){

    #sharepagelink  {
        font-size:12px;
    }
    #link_icon {
        width:20px; 
        height:20px;
    }

    .pre_order::before, .show_discount::before {
        font-size:10px;
        padding:5px 10px
    }
    
    .show_discount::before {
        margin-left: 45%;
    }
   
    #shopping_ind{
        font-size:10px;
        padding-bottom:10px;
    }
    .views{
        font-size:13px;
        position: relative;
        top:30px;
    }
    .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;
    }
    .catsize {
        padding: 7px 15px;
    }
    .sectiontitle {
        padding:7px 25px;
        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:unset;
        max-width: 100px;
        height: 60px;

    }
    .hurray_word {
        font-size:20px;
        font-weight: bold;
        color:#4400B2
    }
    .more_delivery_info {
        font-size:12px;
        margin-top:10px;
    }
    .approximative_data_warning {
        font-size:11px
    }
	.delivery_info_phrases_section {
		margin:unset;
		margin:15px auto;
	}
  
}

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