    
 @media (min-width: 641px){


  .scrolling-wrapper-flexboxItems .card2 {
        height:280px;
    }    
  
  .scrolling-wrapper-flexboxItems{
        border-bottom-left-radius:12px;
        border-bottom-right-radius:12px;
    }
}


@media (max-width: 640px){

     .scrolling-wrapper-flexboxItems .card2 {
        height:280px;
    }  
    
    .scrolling-wrapper-flexboxItems{
        border-bottom-left-radius:12px;
        border-bottom-right-radius:12px;
        
        background: linear-gradient(180deg, rgba(173,173,173,0.1) 0%, rgba(255,255,255,1) 66%);
    }
    
}

.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;
}

.resultsDiv{
 padding:80px 15% 0 15%;   
}


@media (max-width: 767px) { 
    .resultsDiv{
         padding:121px 2% 0 2%;   
    }
  
}