@media (min-width: 641px){


  .scrolling-wrapper-flexboxItems .card2 {
        height:280px !important;
    }    
  
  .scrolling-wrapper-flexboxItems{
        border-bottom-left-radius:12px  !important;
        border-bottom-right-radius:12px  !important;
    }
    

    
}


@media (max-width: 640px){

     .scrolling-wrapper-flexboxItems .card2 {
        height:280px  !important;
    }  
    
    .scrolling-wrapper-flexboxItems{
        border-bottom-left-radius:12px  !important;
        border-bottom-right-radius:12px  !important;
        
        background: linear-gradient(180deg, rgba(173,173,173,0.1) 0%, rgba(255,255,255,1) 66%)  !important;
    }
    
   
    
       .itemDetails{
    padding-top: 22px;   
   }
    
}

.card2{
     min-width:180px;
     width:100%;
}


  /*.itemDetails{
   height: 54px;
  }*/

.optionsStoreDetails{

  font-family: 'Hurme';

  margin:0 auto;
  text-align: center;
  font-size: 28px;
  color: black;
}

.card-titleStoreDetails{
  top: 78px;
  width: 100%;    margin: 22px 0;
  color: #000;
    font-size: 34px;
    line-height: 36px;
  text-align: center;
}


.itemCategoryTitle{
  font-family: "EuclidLight";
  margin: 22px 5px 0px 5px;
  padding-top: 0px;
  font-size: 28px;
  color: #000;
  text-align:left;
}


.viewAllButton{
   
  font-size: 14px;
  background: #ec008c;
  max-width: 80px;
  width:100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 22px;
  color: white;
  position: absolute;
  right: 12px;
  top: 44%;
}

.card-footer{
  font-size: 0.6em;
  width: 100%;
  color: #000;
  background: #adadad1a;
  padding: 8px 4px 4px 4px;
}

.allProductsIcon{
 font-size:42px; padding:0px; margin-top: 143px;   
}




.itemImage{
 object-fit: contain; width:100%; height:180px;   
}

.card2{
     background: white;
    margin: 8px 0;
   
    border-radius: 4px;  
    cursor:pointer;
         min-width:180px;
     width:100%;
}




  .itemDetails{
    height:87px;
    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;
  }
  
  .viewAllProducts{
    height:365px;
  }
  

@media (max-width: 575px) { 
           .viewAllProducts{
    height:112px;
  }
}



@media (min-width: 576px) { 
.itemImage{
 object-fit: contain; width:100px; height:100px;   
}
   #singleDropDown{
     width:100%;
     margin:0 auto;
    z-index: 99;
    }

      .galleryExtra{
         display:block !important;
     }
}

@media (max-width: 767px) { 
    .stickyCategoryDropDown{
          top:121px !important;
      }
      
          .viewAllProducts{
    height:112px;
  }
  
   .allProductsIcon{
         margin-top: 26px !important;   
    }
       
  
}


@media (min-width: 768px) { 
        .itemImage{
     width: 100%; height:180px; 
      object-fit: contain;
    }
    
    .itemAvatar{
        width: 100%; height:180px;
    }

}


@media (min-width: 992px) { 
        .itemImage{
     width: 100%; height:180px;
     object-fit: contain;
    }
      .itemAvatar{
        width: 100%; height:180px;
    }
  
}


@media (min-width: 1200px) { 
        .itemImage{
    width: 100%; height:220px;
    object-fit: contain;
    }
    .itemAvatar{
        width: 100%; height:180px;
    }
    
}

.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%;
  }

}



