.itemCategoryTitle{
  font-family: "EuclidLight";
  margin: 22px 5px 0px 5px;
  padding-top: 0px;
  font-size: 28px;
  color: #000;
  text-align:left;
}

.storeColumnTitle{
  font-family: "EuclidLight";
  margin: 22px 5px 0px 5px;
  padding-top: 0px;
  font-size: 28px;
  color: #000;
  text-align:left;
}


.sideBar{
    background:white;  margin: 0 6px;
}

.mainBody{
     padding-top: 91px;   
}

.scrollColumns{
     height: calc(100vh - 72px);   
     overflow-y: scroll;
     padding:91px 4px 0 4px;
}

.inStoreImage{
    
    /* flex: 0 0 auto; */
    text-align: center;
    /*height: 172px;*/
    width: 100%;
    background: #fff;
    /* -webkit-box-shadow: 0 2px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
    -moz-box-shadow: 0 2px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    /* box-shadow: 0 2px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
    transition: all .2s ease-in-out;
}

.inStoreTimetable{
    text-align:center;
    cursor:pointer;
    font-size:12px;
}





  .card-titleStoreDetails{
  top: 78px;
  width: 100%;    margin: 22px 0;
  color: #000;
    font-size: 34px;
    line-height: 36px;
  text-align: center;
}





.selectedItemThumbImage{
     outline:none;   
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
     text-align:center;   
}

/*
.fixAllCategories{
     position: fixed;
    top: 71px;
    width: 100%;
        max-width: 1140px;
   
    z-index: 99;
    margin: 0 auto;   
}*/



#singleDropDown .select2-selection__rendered {
    line-height: 35px !important;
    font-size:14px;
    border:none;
}
#singleDropDown .select2-container .select2-selection--single {
    height: 35px !important;
    font-size:14px;
    border:none;
}
#singleDropDown .select2-selection__arrow {
    height: 35px !important;
    font-size:14px;
    border:none;
}

#singleDropDown .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
    height: 35px;
    font-size:14px;
    line-height: 35px !important;
    border:none;
}

.isOpen{
    padding:4px;
    background:green;
    color:white;
    border-radius:22px;
    width:100%;
    text-align:center;
    float: right;
    margin: 12px 0;
    cursor:pointer;
}

.isClosed{
    padding:4px;
    background:#ff7c0c;
    color:white;
    border-radius:22px;
    width:100%;
    text-align:center;
    float: right;
    margin: 12px 0;
    cursor:pointer;
}


.showTimetable{
    padding:4px;
    background:#ec008c;
    color:white;
    border-radius:22px;
    width:120px;
    text-align:center;
    float: right;
    margin: 12px 0;
    cursor:pointer;
}

.sideMenu{
     width:92%;
     margin:0 4%;
}



.itemImage{
 object-fit: contain; width:100%; height:180px;   
}

.card2{
     background: white;
    margin: 1px 0;
   
    border-radius: 4px;  
    cursor:pointer;
         min-width:180px;
     width:100%;
}




  .itemDetails{
    height: 100%;
    min-height:56px;
    display: inline-block;
    font-size:14px;
    overflow: hidden;
  }
  

.priceTxt{
    text-align:left;    
}


.itemAvatar{
    display: inline-table;
    border-radius: none; margin-right:14px; width: 100%; height:120px; position:relative; padding-bottom:8px;   
    
    -webkit-box-shadow: 0 6px 6px -6px #c7c7c785;
    -moz-box-shadow: 0 6px 6px -6px #c7c7c785;
    box-shadow: 0 6px 6px -6px #c7c7c785;
  }
  
  .stickyCategoryDropDown{
  position: sticky;
      top:71px;
  }

  .filtersDivSticky{
position: fixed;
    display: none;
    width: 100%;
    height: 52px;
    top: 200px;
    z-index: 998;
    top: 71px;
    background: #fbfbfb;
    /* width: 100%; */
    text-align:center;
    line-height:52px;
    cursor: pointer;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
    }
  
  
  .filtersColumn{
    background:#ffffff7d !important;
    box-shadow: 0px 0 5px 2px #8888883b;
  }
  
  

@media (max-width: 575px) { 
    .itemImage{
     object-fit: contain; width:75px; height:75px;   
    }
    
    .itemAvatar{
        width: 100px; float:left;
    }
    
 
 .selectedItem{
 display:none; width: 100% !important;   
}
 
    #singleDropDown{
     width:100%;
     margin:0 auto;
     
    z-index: 99;
    }
    
    .rowItem{
        padding:0px;
    }
    
    .itemAvatar{
        height: 82px;    
    }
    

  .galleryExtra{
         display:none !important;
     }
     
     .scrollColumns{
         height: auto;   
         padding:0 4px 0 4px;
         width:100%;
         display: contents;
    }
    
    .filtersColumn{
             margin: 135px 0 0 0;
             display:block;
             padding: 0px;
             
            
    }
     
    
        
}



@media (min-width: 576px) { 
.itemImage{
 object-fit: contain; width:100px; height:100px;   
}
   #singleDropDown{
     width:100%;
     margin:0 auto;
    z-index: 99;
    }
    
    .selectedItem{
 display:none; width: 100% !important;   
}

      .galleryExtra{
         display:block !important;
     }
     
          .scrollColumns{
         height: auto;   
         padding:0 4px 0 4px;
         width:100%;
         display: contents;
    }
    
    .filtersColumn{
             margin: 135px 0 0 0;
             display:block;
             padding: 0px;
    }
    
    .shop{
         width:100%;   
    }
}

@media (max-width: 767px) { 
    .stickyCategoryDropDown{
          top:121px !important;
      }
      
  
  
}


@media (min-width: 768px) { 
        .itemImage{
     width: 100%; height:180px; 
      object-fit: contain;
    }
    
    .itemAvatar{
        width: 100%; height:180px;
    }
    
    .selectedItem{
 display:none; width: 60% !important;   
}

        .filtersColumn{
             margin: 68px 0 0 0;
        }

}


@media (min-width: 992px) { 
        .itemImage{
     width: 100%; height:180px;
     object-fit: contain;
    }
      .itemAvatar{
        width: 100%; height:180px;
    }
    
   .scrollColumns{
     height: calc(100vh - 68px);   
     overflow-y: scroll;
     padding:91px 4px 0 4px;
         display: block;
}

    .filtersColumn{
             margin: 68px 0 0 0;
             display:block;
             padding: 0px;
    }
    
    .card2{
         margin: 5px 0;   
    }
    
    .columnsContainer{   
         height: calc(100vh - 72px);   
    }


  
}


@media (min-width: 1200px) { 
        .itemImage{
    width: 100%; height:220px;
    object-fit: contain;
    }
    .itemAvatar{
        width: 100%; height:180px;
    }
    
    .scrollColumns{
         display: block;
    }
    
}

.shop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

 .shop li {
    display: inline-block;
    width: 50%;
    float:left;
  }

@media screen and (min-width: 20em) {

 .shop li {
    width: 33.33333%;
  }

}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

/*
.addToCartFromStoreItemPopup{
    width:100%;
    max-width:420px;
    margin:24px auto;
    background:#ec008c;
    color:white;
    border-radius:6px;
}
*/

.filterPopUp{
    width:100vw;
    height:100vh;
    overflow-y:scroll;
    position: fixed;
    top:0;
    z-index:99999;
    background: white;
   
}


.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    width:100%;
    text-align:center;
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border-radius: 4px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color:#ec008c;
  color:white;
   
}

.radio-toolbar input[type="radio"]:focus + label {
    /*border: 2px dashed #444;
     
    border: 2px solid #444;*/
}

.radio-toolbar label:hover {
  background-color: #9c9c9c;
  color:white;
}








