body{
    
width:100%;
margin:0;
}

header{
                font-size: 17px;
                line-height: 20px;
                padding:20px 0 0 0;
                color:#359dc9;
                background: url(image/frill-bottom.png) repeat-x center bottom #fff;
                
        }


        header:after{
        position:absolute;
        content:'';
        top:0;
        left:0;
        width:100%;
        height:10px;
        background: url(../image/frill-top.png) repeat-x center top #fff;
}
        
#searchbar{
    height:25px;
    background-color: #EAF5F8;
    border-radius: 5px;
    border-color: #CFD9DB;
    border-style: solid;
}

.banner{
    
  background: url(../image/frill-banner.png) repeat-x   #fff bottom; body{
    
width:100%;
margin:0;
}
  
  display: flex;
  margin: 0;
 padding: 0;
 vertical-align: bottom;
 float: bottom;
}


.banner-mobile{
    display: none;
}

#backtoschool{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #BC6DD3;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}
#backtoschool1{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #35C99D;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}
#backtoschool2{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FB5959;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#backtoschool3{
    background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FFCC00;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#backtoschool4{
    background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #359DC9;
     width:252px;
     height:70px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
}

#age_wise_menu{
     background: url(../image/below-banner-images/frill-banner.png) repeat-x   #fff top; 
     background-color: #FFCC00;
     height: 60px;
     border-bottom-left-radius: 25px;
     border-bottom-right-radius: 25px;
     
}

.zoom:hover{
    
  
     text-shadow: 5px 5px 20px #000000;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s  ease-in;
      
       
}

#page_footer{
     background: url(../image/frill-footer.png) repeat-x top #ECF3F5; 
     height:8px;
     width:100%;
     margin-bottom:0;
}

#page_bottom{
     background: url(../image/frill-banner.png) repeat-x top #fff; 
     height:8px;
     width:100%;
     margin-bottom:0; 
}

.page_bottom_actual{
    background-color: #ECF3F5; 
    height:30px; margin-top:0; 
    font-family: sans-serif; 
    color:#359DC9; font-size: small; 
    padding-top: 10px;padding-bottom:5px;
    width:100%;
}

.page_footer_actual{
    width:100%;
    background-color: white;  
    margin-top:0;
    
    max-width: 100%;
    box-sizing: border-box;
    
    
}

.page_footer_actual_inner{
    max-width: 80%;
    width:100%;
    margin-left: auto; 
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}
.page_footer_actual_content{
     max-width:32%;
     width:100%;
     flex-basis: 32%;
/*     display: table-cell;*/
     position: relative;
     padding-left:20px;
     vertical-align: top;
     
    
}


.page_footer_actual_content img{
    width:70%;
}




.age_wise{
    padding-left: 50px;    
    display:none;  
    z-index: 50;
}



.age_btn:hover~ .age_wise {
  display: flex;
  position: absolute;
  flex-direction: row;
  transition: ease-out 5s;
  text-shadow: 5px 5px 20px #000000;
  
     
}

.age_wise:hover {
    display: flex;
     position: absolute;
     cursor: pointer;
      
}

.menubar_list{   
    
    margin-left: 0;
    padding-left: 0;  
    width : 258px;   
    background-color: white;
    display: none;    
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: solid 2px #ECF3F5;
    position: absolute;
    z-index:8;
    
}


.categories_menu:hover~ .menubar_list{
    display: flex;
    position: absolute;
    z-index:8;
}

.menubar_list:hover {
    display: flex;
    position: absolute;
}

.menu_item_list{
    color:#359DC9;
    font-family: sans-serif;
    font-size: 22px;
}

.menu_item_list:hover {
         color:#FF6F42;
         
}

.filter_options:hover{
     color:#2C83A8;
}

.lblfilteroption{
    color:#359DC9; 
    cursor:pointer; 
    font-family: sans-serif; 
    font-size:16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3rem;
    user-select: none;
}

.lblfilteroption:hover{
    color: #595959;
}

.checkbox_filter{
        width:15px;
        height:15px;
        cursor:pointer;
        border-radius: 3px;
       
}

.checkbox_filter:checked{
    accent-color: #34495e; 
}


.scrolling_contents{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width:80%;
    
    overflow-y: hidden; overflow-x: scroll;
}

.scrolling_contents::-webkit-scrollbar {
    width: 10px;
}

.scrolling_contents::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 10px;
}

.scrolling_contents::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:15px;
     border:5px solid #CCEEF4;     
}

.scrolling_contents::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}

.sorting_select{
  color: #fff;
  background: #2C83A8;
  height:30px;
  border:none;
  border-radius: 5px; 
  font-family: sans-serif;
  font-size: 15px;
}

.checked {
  color: orange;
}






.filtersection::-webkit-scrollbar {
    width: 15px;
    margin-top:5px;
   
    margin-bottom:15px;
}

.filtersection::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 15px;
  margin-top:5px;
  
    margin-bottom:15px;
}

.filtersection::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.filtersection::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}

.shortdescdiv{
    font-size: 18px;
    font-family: sans-serif;
    color: #737373;
}

.shortdescdiv::-webkit-scrollbar {
    width: 15px;
    margin-top:5px;
    
    margin-bottom:15px;
}

.shortdescdiv::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 15px;
  margin-top:5px;
 
    margin-bottom:15px;
}

.shortdescdiv::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.shortdescdiv::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}


/*Code for price range box*/
.wrapper {
  width: 100%;
  
  border-radius: 10px;
  /*padding: 20px 25px 40px;*/
  
}


.price-input {
  width: 100%;
  display: flex;
  margin: 15px 0 15px;
}



.price-input .field {
  display: flex;
  width: 70%;
  height: 22px;
  align-items: center;
}
.field input {
  width: 70%;
  height: 100%;
  outline: none;
  font-size: 15px;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 30px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  margin-left: 3px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 0%;
  right: 60%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}

.range-input:selection {
  color: #fff;
  background: #17a2b8;
}


.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.quicklook{
    border-radius:5px;
    border:1px solid #39A9D9;
    width:88px;
    height:20px;
    z-index:0;
    margin-top:5px;   
    margin-right:3px;
    cursor: pointer;
    float:right;
    text-align: right;
    font-family: sans-serif;
    background: url(../image/quicklook.png) no-repeat;
    
    background-size: 20px;
    color:#6B6B6B;
    
}

.quicklook:hover{
    color:black;
    border:2px solid #2C83A8;
    
}

.quickviewDIV{
    background: #fff;
    border:1px solid #D6D6D6;
    height: 400px;
    width:60%;
    position: fixed;
    margin-left: 19%;
    vertical-align: middle;
    margin-top:10px;
    z-index:5;
    display:none;
}

.zoomedimages{
    background: #fff;
    border:1px solid #D6D6D6;
    height: 500px;
    width:500px;
    position: fixed;
    margin-left: 48%;
    vertical-align: middle;
    margin-top:50px;
    z-index:6;
    display: none;
    
}
.quickviewcross{
    color:gray;
    font-size: 23px; 
    cursor:pointer;
    padding-right:5px;
}

.quickviewcross:hover{
    color:black;
}


.fullscreen-container{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 4;
}

.addwshlist{
    width:20px; height:20px; padding-top:2px; padding-left:2px;
}

.addwshlist:hover{
    width: 25px;
    height:25px;
}

.cartSummary{
    width:320px;
    padding-bottom:10px;
    background: #fff;
    position: absolute;
    
    padding-left:5px; padding-right:5px;
     box-shadow: gray 5px 5px 5px 5px;
     border:1px solid gray;
     display:none;
     -moz-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     -webkit-transition: all 0.5s ease-in;
     transition: all 0.5s  ease-in;
     z-index:4;
     float:right;
     right:0;
     margin-right:180px;
}



.mycartimg{
    cursor:pointer;
    vertical-align:middle;
}

.mycarttxt{
    vertical-align: middle;text-decoration: none;color:#359DC9; font-family: sans-serif;
}

.cartSummaryCross{
    color:gray;
    font-size: 20px; 
    cursor:pointer;
    padding-right:10px;
    padding-top:10px;
    display: block;
    text-align: right;
    
}

.cartSummaryCross:hover{
    color:black;
}

.cartSummaryProdImg{
    width:100px; vertical-align: middle;
    padding-left:5px;padding-top:5px;
    cursor:pointer;
}

.cartSummaryProdName{
    color:#737373;
    padding-left:5px;
    padding-top:5px;
    font-size:17px;
    vertical-align: top;
    cursor:pointer;
}

.cartSummaryProdName:hover{
    text-decoration: underline;
    color:#454545;
}

.cartSummaryProdQty{
    color:#454545;
    font-size:15px;
    padding-right:5px;
}

.cartSummaryProdPrice{
     color:#454545;
     font-size:15px;
     font-weight: bold;
}

.cartSummaryProdSeparator{
     border-bottom: 1px solid #D1D1D1;
     
     
}

.cartTotalBottom{
    
    border-bottom: 3px solid #D1D1D1;
}

.cartSummaryViewCart{
    transition-duration: 0.4s;
    cursor: pointer;
    margin-top:10px;
    width:100px; height:30px; border-radius: 15px; border:none; background: #39A9D9;
    color: white; font-family: sans-serif; font-size: 15px;
}
.cartSummaryViewCart:hover{
    cursor: pointer;
    background: #2C83A8;
}


.btnRemoveCartSummary{
    height:20px;
    width:20px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    color:#666;
    border:#ddd 1px solid;
    background-color: #f9f9f9;
    cursor:pointer;
    margin-right:3px;
}

.btnRemoveCartSummary:hover{
    color:#fff;
    border:#fff 1px solid;
    background-color: #FF4A2C;
}

.scollableSummaryCartItems{
    max-height:410px;
    width:100%;
    overflow: hidden;
    overflow-y: auto;
}



.scollableSummaryCartItems::-webkit-scrollbar {
    width: 13px;
    margin-top:5px; 
    border-radius: 10px;
    
}

.scollableSummaryCartItems::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 10px;
    margin-top:5px; 
}

.scollableSummaryCartItems::-webkit-scrollbar-thumb {
    background: #359DC9;
    border-radius: 10px;
    width:10px;
     border:5px solid #CCEEF4;     
}

.scollableSummaryCartItems::-webkit-scrollbar-thumb:hover {
  background: #287696; 
  
}


.cartSummaryNoProductTxt{
    padding-top:15px;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;    
    color:#454545;
}


.prodDetailsQtyBtn{
    border-radius: 0px;
    border:#454545 1px solid;
    color:#666;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    height:24px;
    width:22px;
    cursor:pointer;
    
    
}

.prodDetailsQtyBtn:hover{
     background-color: #C9C9C9;
     color:#5E5E5E;
     transition: transform 0.5s;
}


.prodDetailsQty{
    height:20px;
    width:30px;
    border:1px solid gray;
    color:#454545;
    text-align: center;
    border-right: none;
    border-left:none;
    
    
}

.errorTxtDiv{
    color:red;
    padding-top:10px;
    display: none;
}


.membership_box{
    
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
    padding-bottom: 20px;
    width: 80%; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
   
   margin-bottom:60px;
}

.membership-inner{
    margin-top:5px;background-color: white; border-top-left-radius: 25px; border-top-right-radius: 25px; 
                               width:80%;margin-right: 5px; padding-bottom: 70px;
                                         border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;
    padding-top:80px;                                         
}
.membership_btn{
    transition-duration: 0.4s;
    cursor: pointer;
    width:200px; height:45px; border-radius: 25px; border:none; background: #39A9D9;
    color: white; font-family: sans-serif; font-size: 20px;
}
.membership_btn:hover{
    cursor: pointer;
    background: #2C83A8;
}


.membership_success_box{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
    padding-bottom: 20px;
    width: 600px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
   margin-top:60px;
   margin-bottom:60px;
   display: none;
}

.membership_exists{
    padding-bottom: 20px;
    width: 600px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
   margin-top:60px;
   margin-bottom:60px;
   
   
}


.popular_items_sub_div{
    margin-top:5px;background-color: white; border-top-left-radius: 25px; border-top-right-radius: 25px; 
    width:80%;margin-right: 5px; padding-bottom: 70px;
     max-width: 100%;
    border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;
}


.banner-mobile-logo-content{
    display: none;
}

.footer-mobile-social{
    display: none;
}

.homepage-desktop-top-content{
        display: block;
        background-color: #ECF3F5; display: flex; margin-top: 0; padding-top: 0; vertical-align: top; float: top;
    }
    
.homepage-mobile-top-content{
    display: none;
    max-width: 100%;
    width:100%;
}

.bottom_sections_mobile{
    display: none;
}

.logout{
  padding-top: 50px;
   padding-bottom: 50px;
    width: 800px; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
    color:#757575; letter-spacing: 1px; font-size: 20px;
    background: white;
   
    
}

.logout-inner{
    margin-top:5px;background-color: white; border-top-left-radius: 25px; border-top-right-radius: 25px; 
    width:80%;margin-right: 5px; padding-bottom: 70px;
    border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;
}

.cookie-banner{
    
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;   
    background-color: #333;
    color: white;  
    padding: 15px;  
    z-index: 1000;
    margin-bottom:10px;
    border-radius:10px;
    opacity: 90%;
    display: flex;
    flex-flow: row wrap;
}

.cookie-preferences-div{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;   
    background-color: #333;
    color: white;  
    padding: 15px;  
    z-index: 1000;
    margin-bottom:5px;
    border-radius:10px;
    opacity: 90%;
    
    flex-flow: row wrap;
    display: none;
    
}
.cookie-preferences-div-lbl{
    position: absolute; /* Absolute positioning */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
    font-size: 20px; /* Size of the cross */
    color: white; /* Color of the cross */
    cursor: pointer; /* Makes it clickable */
}

.cookie-preferences-div a{
    color:#fff;
    font-size: 15px;
}

.cookie-banner-header{
  
    
    font-size: 20px;
    font-weight: bold;
}

.cookie-banner-content{
    font-size: 17px;
    
}

.cookie-banner-content a{
    color:#fff;
    font-size: 13px;
}

.cookie-banner-info{
      padding-top:15px;
      padding-bottom:15px;
}

.cookie-banner-options{
   
  
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1; /* Makes it take up all remaining space */
    
}

.cookie-banner-options input{
    margin-left:5px;
    border-radius:5px;
}

.cookie-banner-options label{
    position: absolute; /* Absolute positioning */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
    font-size: 20px; /* Size of the cross */
    color: white; /* Color of the cross */
    cursor: pointer; /* Makes it clickable */
}


@media screen and (max-width: 849px) {

    .page_footer_actual_inner{
            max-width:100%;
            width:100%;
            display: table-row;
            
    }
    .page_footer_actual_content{
            padding-left: 35px;
            max-width:100%;
            width:100%;
            
    }
    .page_footer_actual_content img{
        display: none;
    }
    
    .popular_items_sub_div{
        width:100%;
        max-width: 100%;
        border-radius: 10px;
        border-top-left-radius:  0px;
        border-top-right-radius:  0px;
        
    }
  
    .banner{
        display: none;
    }
    
    .banner-mobile{
        display: block;
        max-width: 100%;
        width:100%;
        height:60px;
        background: #359DC9;
     
    }
    
    .banner-mobile-table{
        height:100%;
        max-width: 100%;
        width:100%;
    }
    
    .banner-mobile-menu{
        max-height: 100%;
        height:50px;
        width:45px;
    }
    
    .banner-mobile-logo-content{
        display: block;
         max-width: 100%;
        width:90%;
        margin-left: auto;
        margin-right: auto;
        margin-top:10px;
        margin-bottom:10px;
    }
    .banner-mobile-logo{
        max-width:  100%;
        width: 100%;
       
        margin-left: auto;
        margin-right: auto;
    }
    
    .banner-mobile-cart{
        max-height: 100%;
        height:45px;
    }
    .banner-mobile-login{
        max-height: 100%;
        height:40px;
    }
    
    .header-contents{
        display: none;
    }
    
    .mobile-menu-section{
        display: none;
        max-width: 100%;
        width:100%;
        max-height: 100%;
        
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(53, 157, 201, 0.9);
        z-index: 4;
        transition: ease 5s;
        animation: ease;
        overflow-y: auto;
    }
    
    .mobile-menu-section-table{
        
        max-width: 100%;
        width:100%;
    }
    
    .mobile-menu-section-cross{
        color:hsla(0,0%,100%,.8);
        font-size: 25px;
        padding-right:10px;
    }
    
    .menu_item_list{
        color:hsla(0,0%,100%,.8);
        
    }
    
    .footer-mobile-social{
        display: block;
        
    }
    
    .homepage-desktop-top-content{
        display: none;
    }
    
    .homepage-mobile-top-content{
        display: block;
    }

    .scrolling_contents{
        border-radius: 0px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    
    .bottom_sections_mobile{
        display: block;
    }
    
    .bottom_sections{
        display: none;
    }
    
    .cartSummary{
        max-width: 100%;
        width:94%;        
        background: #fff;
        opacity: 0.95;
        border:1px solid gray;
        display: none;
        z-index:4;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow:none;
    }
    
    .membership_box{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        border:none;
        box-shadow: none;
        
    }
    .membership-inner{
         max-width: 100%;
        width:100%;
        border-radius: 0px;
        padding-top:10px;
    }
    
    .membership_success_box{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        padding-top:10px;
    }
    
    .membership_exists{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        padding-top:10px;
    }
    
    .logout-inner{
        max-width: 100%;
        width:100%;
        border-radius: 0px;
        
    }
    .logout{
        padding-top: 50px;
         padding-bottom: 50px;
         max-width: 100%;
         width:100%;
          border: none;
          box-shadow: none;
          color:#757575; letter-spacing: 1px; 
          font-size: 20px;
          background: white;
   
    
    }
    .cookie-preferences-div{
        max-width:90%;
        width:90%;
    }

}