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


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




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



.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;
}


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

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



.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;
}

.productsection{
    width:96%;
    height:630px; 
    overflow:hidden;
    overflow-y:auto;
    padding-left:10px;
    padding-bottom:10px;
}


.productsection::-webkit-scrollbar {
    width: 15px;
}

.productsection::-webkit-scrollbar-track {
  background: #CCEEF4;
  border-radius: 15px;
}

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

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


.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{
    display: inline-block;
    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;
}


.filter-section{
    width:25%;
}

.productFiltersSection-heading{
    background-color: #39A9D9; border-top-left-radius: 25px;border-top-right-radius: 25px;
    height:55px; width:90%; color: white; margin-right:10px;border-top: solid 1px #39A9D9;border-left: solid 1px #39A9D9;border-right: solid 1px #39A9D9;
}

.filtersection{
    background-color: white; height:678px; width:90%;margin-right:10px; border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;
    border-bottom: solid 1px #39A9D9;border-left: solid 1px #39A9D9;border-right: solid 1px #39A9D9; overflow: hidden; overflow-y: auto; padding-bottom: 5px;
}

.productFiltersSection-cross{
    display: none;
}

.filter-mobile-icon{
    display: none;
}
.productFiltersSection{
    display: block;
}
.productsection-inner{
    max-width: 100%;
    width:100%;
    display: flex;
    flex-flow: row wrap;
}

.productsection-inner-productbox{
    cursor:pointer;
    padding-top:20px;
    max-width: 32%;
    width: 100%;
}

.noproductfound{
   width:96%;height:630px;padding-top: 50px;
}

.noproductfound img{
     max-width: 50%;
}

.listofproductssection{
    display: flex;
    flex-flow: row wrap;
}

.viewcontroller{
    display: none;
}

.free-shipping{
    
    
}

@media screen and (max-width: 849px) {
    .productFiltersSection{
        display: none;
        width:100%;
        max-width: 100%;
        position: fixed;
        opacity: 0.95;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        border:solid 1px #39A9D9;
    }
    .noproductfound{
        max-width: 96%;
        width:100%;
        
        padding-top: 50px;
        
    }
    
    .noproductfound img{
            max-width: 95%;
    }
    .productFiltersSection-cross{
        display: inline-block;
        color:hsla(0,0%,100%,.8);
        font-size: 25px;
        padding-right:10px;
        padding-left:20px;
        text-decoration: none;
}
    .productFiltersSection-heading{
        width:100%;
        max-width: 100%;
        border-radius: 0px;
    }
    
    .productsection-inner-productbox{
        max-width: 100%;
        width: 100%;
        
    }
    
    .productsection::-webkit-scrollbar {
        display: none;
    }
    
    .quicklook{
        display: none;
        width:0px;
    }
    

    .filtersection{
        width:100%;
        max-width: 100%;
        border-radius: 0px;
        height:100%;
        max-height: 100%;
        overflow-y: auto;
        
    }
    .filter-mobile-icon{
        display: block;
        
        
        
    }
    .filter-mobile-icon img{
        width: 30%;
        
        padding-bottom: 20px;
    }
    
    .filter-section{
    width:0%;
    }
    
    .productsection{
        width:100%;
        max-width: 100%;
        height:100%;
    }
    .viewcontroller{
        max-width: 100%;
        width:100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        margin-right:20px;
        padding-top:5px;
    }
    
    .viewcontroller img{
        max-width: 7%;
       
    }
    
}