@import url('font_settings.css');
@import url("eem.css");
@import url("general_footer.css");
@import url("ipllu.css");
@import url('loading_ring.css');
@import url('prfp.css');
@import url('product_details_popup.css');
@import url('chatbot.css');
@import url("quill.snow.css");
@import url("quill-emoji.css");
@import url("snp.css");
@import url("process_loading_indicator.css");
@import url("page_loading_indicator_2.css");
@import url("https://y2klick.com/assets/bundles/plyr/plyr.css");
@import url('user_and_product_star_rating_display.css');
@import url('platform_links.css');
@import url('y2klick.css');


body, html {
    font-size:14px;
    scroll-behavior: smooth;
    background:rgb(248, 248, 248) !important
}

body,#content {
    background-color:rgb(248, 248, 248);
}
body {
    margin:0;
}
.headroom {
  will-change: transform;
  transition: transform 0.2s ease-in-out;
}
.headroom--pinned {
  transform: translateY(0);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

#content {
    box-sizing: border-box;
    height:max-content;
    min-height:80vh;
    max-width:1800px;
    margin:auto auto;
    padding:10px; 
    padding-left:10px
}
#home {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 160px;
}
#home:hover {
    transform: scale(1.1);
}

#top {
    box-sizing: border-box;
    width: 100%;
    max-width: 1800px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: max-content;
    background-color: #0f172a;

    position: sticky;
    top: 0;
    z-index: 1000;
}
#search_table{
    margin-bottom:15px;
    width:100%;
}
#header_slider_section {
    box-sizing: border-box;
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y:hidden;
    padding-top:5px;
    padding-bottom:5px;
}

#header_slider_section::-webkit-scrollbar {
    display: none;
}

#header_slider_section {
    -ms-overflow-style: none; 
    scrollbar-width: none;  
} 

#top table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid inherit;
}
#top td{
    border-width: 0;
}

#sanction_sign {
    position:absolute;
    top:5px;
    right:30px;
    font-size:20px;
    color:brown;
    margin-left:5px;
}
#get_access {
    width:12%;
    min-width:max-content;
    text-align:center;
    padding-right:25px;
}
#get_access a {
    display:inline-block;
    text-decoration: none;
    color:white;
    background-color: #f15a24;
    padding: 10px 25px;
    border:0 solid inherit;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 15px;
    /*text-shadow: dimgray 1px 1px 1px;*/
    font-weight:bold
}
#get_access a:hover {
    color:black;

}
#logosection {
    width:135px;
    text-align:left;
    padding-left:5px;
}
#logo {
    width: 100px;
    height: auto;
}
#searchbar {
    text-align:center;
}
#page_header_search_form {
    z-index: 1000;
}
#searchbar form {
    position:relative;
    bottom:7px;
    margin:auto auto
}
#single_shop_search_option {
    display:block;
    margin:auto auto;
    font-size:14px;
    color:dimgray;
    cursor: pointer;
    display:none
}

#searchbox{
    padding: 10px;
    width: 65%;
    max-width: 1000px;
    border-width: 0;
    padding-left:40px;
    border-radius:0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

#searchbar select {
    border-width: 0;
    width: 100px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 9px;
    background-color:white;
    box-sizing: border-box;
}
#searchbut {
    box-sizing: border-box;
    width: 40px;
    height:40px;
    border-width:0;
    background-color:rgb(0, 153, 230);
    padding:8px;
    color:white;
    position: relative;
    top:16px;
    border-radius:50%;
}
#searchbut:hover {
    background-color: rgb(0, 122, 204);
    cursor: pointer;
}

#instantsignin {
    text-align:center !important;
    padding: 0;
    width:200px;
}
#in_app_PWA_install_section {
    
    text-align: right;
    padding-right:35px;
}
#install_PWA {
    box-sizing: border-box;
    border-width:0;
    border-radius: 5px;
    padding:5px 15px;
    cursor: pointer;
    background-color: rgb(248, 248, 248);
    display: none;
}

.blink{
    background-color:lightgray !important ;
}
#install_PWA_icon {
    width:30px;
    height:30px;
    margin-right:10px
}
#install_PWA_words {
    font-size:14px;
    position: relative;
    bottom:7px;
    color:black;
}
/* */
#menu_togglesign {
	color:white;
    z-index: 1000;
}
#sidemenu {
    font-size:25px;
    font-weight:bold;
    padding:5px 7px;
    border:1px solid rgb(156, 156, 156);
    border-radius:3px;
    margin-left:10px;
    cursor:pointer;
    color:white;
}

#menu_sections {
    box-sizing: border-box;
    border:1px solid lightgray;
    border-radius: 10px;
    width: 315px;
    background-color: lightgray;
    z-index: 1000 !important;
    display:none;
    padding-bottom:35px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

#menu_sections ul {
    list-style-type: none;
}

.menu_items_section_header {
    border-width:0;
    padding:10px 25px;
    background-color:white;
    margin-bottom:15px;
    margin-top:20px;
    box-shadow: 1px 3px 6px 2px darkgray;
    font-weight:bold;
    border-radius:25px
}

#menu_sections .menu_item {
    border-width: 0;
    padding:5px 25px;
    background-color: lightgray;
    margin-top:5px;
    text-decoration: none !important;
    font-size:14px;
    cursor:pointer
}
#menu_sections .menu_item:hover a {
    text-decoration: underline;
    color:rgb(0, 140, 230)
}
.menu_item a {
    color:black;
    text-decoration: none;
}
.menu_sub_items_container {
    margin-left:0;
    padding-left:5px;
    padding:10px;
    border-radius: 5px;
    display:none
}
.menu_sub_items_container li{
    color:dimgray
}
.menu_sub_items_container li:hover {
    color:black
}


/**/


#cartgroup {
    width:120px;
    text-align:center;
    padding-right:35px;
	
}
.cart {
    width: 30px;
    height: 30px;
    position:relative;
    top: 13px;
    left:5px;
}

#cartsize, #resto_cartsize {
    color: white;
    position: relative;
    bottom: 7px;
    right:5px;
    font-size:10px;
}
.cartlink  { 
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    border:1px solid transparent;
    border-radius:3px;
    height:45px;
    width:50px;
    transition: border-color 700ms;
    padding:0
}
.cartlink:hover {
    border-color:rgb(117, 117, 117)
}

#signin{
    box-sizing: border-box;
    display: block;
    background-color: rgb(0, 68, 203);
    width:45px; height:45px;
    border-radius:50%;
    margin:auto auto;
    text-align:center;
    cursor: pointer;
}
#name_initial {
    font-size:17px;
    position:relative;
    top:13px;
    color: white !important;
    font-weight:bold
}

#page_title {
    color:rgb(230, 0, 104);
    border:2px solid rgb(230, 0, 104);
    border-radius: 5px;
    text-align:center;
    margin:auto;
    margin-top:35px;
    width: max-content;
    padding: 7px 25px;
    /*text-transform: uppercase;*/
}
.req {
    font-weight:bolder;
    color:red;
}
.errors {
    color:brown;
    list-style-type: none;
    line-height: 1.6em;
}
.success {
    color:green;
}
.article_image, .product_image{
    
    background-color: white;
}


/* For styling the search suggestion result */ 
#search_result_displayer {
    width: 55%;
    max-width:1000px;
    height: max-content;
    max-height: 350px;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(240, 240, 240);
    margin: auto auto;
    position: absolute;
    top:55px;
    left:20vw;
    z-index:1000; /* to make it appear on top of page header*/
    /*display:none; hides the window when page loads*/
    display: none;
    padding:20px 0;
}
#search_result_displayer ul{
    margin: 0;
    padding: 0;
    padding-left:10px
}
#search_result_displayer li {
    list-style-type: none;
    padding:7px;
    cursor: pointer;
    white-space: nowrap;
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
#search_result_displayer li a {
    text-decoration: none;
    color:black
}
#search_result_displayer li:hover {
    color:white;
    background-color:rgb(0, 140, 230);
    cursor: pointer;
}
#search_result_displayer li:hover a{
    color:white
}
#search_result_displayer .cat_answer {
    font-size:12px !important;
}
#suggested_corrected_search {
    text-decoration: none;
    
}
#suggested_corrected_search a{
    color:rgb(0, 140, 230) !important;
}

/* end off search reasult styling for styling the product display for different radii*/

#no_location {
    padding-top:35px;
    margin-bottom:50px;
}
#login_plea {
    padding:10px auto;
    font-weight:bold;
}

#redirect_to_account_creation {
    margin-top:35px;
}
#redirect_to_login {
    margin-top:50px;
}
.click_me {
    display:inline-block;
    margin: auto 10px;
    color:rgb(0, 153, 230);
    text-decoration:none;
    font-weight:bold;
}
.click_me:hover {
    color:goldenrod;
    text-decoration:underline;
}
hr {
    color: lightgray;
    margin:35px auto;
    width:75%;
}
#account_fee {
    color:green;
}
#no_location li {
    margin:10px auto;
}

.product_count {
    font-weight:bolder;
    color:rgb(0, 153, 230);
}

th, td {
    font-size:14px;
}

#account_handling_options_section{
    width:200px;
    border:1px solid lightgray;
    border-radius: 5px;
    padding:10px;
    position: absolute;
    top:65px;
    right:5px;
    background-color: white;
    z-index: 1000;
    display: none;
}
#menu_user_greeting {
    margin-top:7px;
    margin-bottom:15px;
    font-weight:bold;
    text-align: right;
}
#account_handling_options_section .handling_option {
    text-decoration: none;
    color:dimgray;
    display: block;
    margin-bottom:15px;
    font-size:14px;
}
#account_handling_options_section .handling_option:hover {
    color:rgb(0, 140, 230);
    font-weight:bold;
}

/* for styling the associated packs and product pages section */
#page_sub_sections_wrapper{
    box-sizing: border-box;
    width: 98vw;
}
#page_sub_section_selectors_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:25px;
    border: 0 solid lightgray;
    border-bottom-width: 1px;
    width:95%;
    max-width: 500px;
    overflow: hidden;
    overflow-x: auto;
}
.sub_section_selector {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: rgb(0, 140, 230);
    white-space: nowrap;
}
.active_sub_section {
    background-color: rgb(231, 231, 231);
    font-weight: bold;
    color: black;
}
.sub_section_selector:hover {
    background-color: lightgray;
}
.sub_section_content{
    box-sizing: border-box;
    display: none;
    padding: 10px;
    border: 1px solid lightgray;
    width:98%;
    max-width: 1600px;
    min-height:150px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.sub_section_content h4{
    color:dimgray
}

@media only screen and (max-width:802px){
    body{
        font-size:14px;
    }

    th, td {
        font-size:12px;
    }
  
    #top table {
        min-width: max-content;
        width:100%
    }
    #search_table{
        margin-bottom:3px;
    }
    #single_shop_search_option {
        font-size:13px;
    }
    #sidemenu {
        font-size:20px;
    }
    #menu_sections {
        width: 250px;
        left:5px;
        top:105px;
    }
    #menu_sections .menu_item, .menu_items_section_header {
        font-size:12px
    }
    .menu_items_section_header {
        margin-top:25px;
    }
    #logosection {
        padding-right:20px;
        text-align:left;
        width:100px;
    }
    
    #content {
        width: 98%;
        overflow-x:auto;

    }
    #search_result_displayer {
        width:55vw;
        max-height: 250px;
        top:51px;
        left: 25vw;
    }
    #search_result_displayer li{
        font-size:12px;
        
    }
    
    #get_access {
        padding-right:10px;
        padding-left:5px;
    }
    #get_access a {
        font-size:13px;
        white-space: nowrap;
        padding:7px 15px;
    }
    #sanction_sign {
        top:5px;
        right:10px;
        font-size:14px;
    }
    #searchbar form {
        bottom:10px;
    }
    #searchbox{
        width:65%;
        font-size: 12px;
        padding-left:15px;
    }
    #searchbut {
        height:38px;
        width:38px;
    }
    #searchbar select {
        position:relative;
        left:5px;
        font-size: 12px;
        width: max-content;
    } 
    #install_PWA {
        
        padding:3px 10px;
      
    }
    #in_app_PWA_install_section {
        text-align: left;
        margin-left:15px;
    }
    #install_PWA_icon {
        width:25px;
        height:25px;
    }
    #install_PWA_words {
        font-size:13px;
        bottom:7px;
    }
    
    #cartgroup {
        width:max-content;
        max-width:100px;
		text-align:right;
		padding-right:20px;
    }
   
    #instantsignin {
        width:max-content;
    }
    
    #logo {
        width: 80px;
    }
    .cart {
        width: 25px;
        height: 25px;
        top: 6px;
        left:5px;
    }
    #cartsize, #resto_cartsize {
        color: white;
        font-size:9px;
        bottom: 12px;
        right:3px;
    }

    .cartlink  { 
        margin-right:unset;
        height:35px;
        width:40px;
    }

    #signin{
       
        width:35px; height:35px;
        margin:auto 10px auto auto;
    }

    #name_initial {
        
        font-size:14px;
        position:relative;
        top:9px;
    }

    #page_title {
        margin-top:20px;
    }

    #home {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 120px;
    }

    .errors, .success {
        font-size:12px;
    }

    /* for styling product per radius display  */
    
    #no_location {
        padding-top:25px;
        font-size:12px !important;
    }
    
    #redirect_to_account_creation {
        margin-top:25px;
    }
    #redirect_to_login {
        margin-top:20px;
    }
    .click_me {
        margin:auto 5px;
    }
    .sub_section_content{
    }
    
}

@media only screen and (max-width:602px){
    body, html {
        font-size:12px;
    }
    #content {
        padding:5px
    }
    #logosection {
        width:max-content;
        padding-right:5px;
        width:90px
    }
    #top {
        width: 100%;
        max-width:100%;
    }
    #search_table{
        max-width:100%;
        padding-top: 15px;
    }
    #search_table td{
        padding-top: 10px;
    }
    #single_shop_search_option {
        font-size:12px;
    }
    #page_title {
        margin-top:15px;
        font-size:16px;
    }
    #instantsignin {
        width:90px;
    }
    #signin{
        
        position:relative;
        bottom:7px;
        right:10px;
     }
    #searchbar {
        min-width:150px;
        width:50vw;
        max-width:500px;
        white-space: nowrap;
    }
    #searchbar form {
        bottom:7px;
    }
    #searchbut, #searchbar select{
        display:none
    }
    
    #searchbox{
        width:80%;
        font-size: 12px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        background-image: url('https://y2klick.com/assets/img/black_search_icon.png');
        padding-left:35px;
        background-size:25px;
        background-position:5px;
        background-repeat: no-repeat;
    }
    
    #header_slider_section {
        margin-right:5px;
    }
   
    #search_result_displayer {
        width:68vw;
        max-height: 250px;
        top:56px;
        left: 13vw;
    }

    .screen_hide {
        display:none;
    }
	#account_handling_options_section{
		top:50px;
	}
    #in_app_PWA_install_section {
        padding-left:15px;
    }
    #install_PWA {
        padding:2px;
        cursor: pointer;
        background-color: white;
        width:30px;
        height:30px;
    }
    #install_PWA_icon {
        width:25px;
        height:25px;
        margin-right:0;
    }
    #install_PWA_words {
        display:none
    }
    .blink {
        background-color: white !important;
    }
    .sub_section_selector {
        font-size:13px;
        padding: 7px 10px;
    }
    .sub_section_content{
        padding: 5px;
        min-height:100px;
    }

}

@media only screen and (max-width:402px){
    .sub_section_selector {
        font-size:12px
    }
    #search_result_displayer {
        width:72vw;
        max-height: 250px;
        top:57px;
        left: 11vw;
    }
    #searchbar {
        min-width:80px;
        width:42vw;
        max-width:180px;
        white-space: nowrap;
    }
    #searchbox{
        width:90%;
        font-size: 12px;
        padding-left:35px;
        background-size:25px;
        background-position:5px;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
    }
  
    #signin{
        
       position:relative;
       bottom:8px;
       right:10px;
    }
    #instantsignin {
        width:80px;
    }
    
    #in_app_PWA_install_section {
        padding-right:10px;
    }
    
}

/* end of top */


/* for helping close any opened window */
#page_cover_wrapper {
    width:100vw;
    height:100vh;
    z-index: 999;
    position: fixed;
    left:0;
    top:0;
}
#page_cover_wrapper2 {
    width:100vw;
    height:100vh;
    z-index: 999;
    position: fixed;
    left:0;
    top:0;
}
