<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aisle_pop .img_shake_hld a img{
   transition: all .4s ease-out;
}

.sc_container{
   float: left;
   width: 100%;
   max-width: 261px;
   margin: 5px 20px 30px 20px;
}

.cnter_container{
	border-radius: 4px;

	box-shadow: 0px 0px 14px -2px #0000008f;
}

.my_sc_review_hld{
   border-top: 2px dashed #ece6e6;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 10px;
   margin-bottom: 5px;
   min-height: 63px;
}

.free_store_holder .img_shake_hld {
   height: auto;
   width: auto;
}

.img_shake_hld a{
   display: block;
}

.my_sc_review{
   font-size: 12px;
   font-weight: 600;
   position: relative;
   display: inline-block;
}

.my_sc_review::before{
   content: "\f10d";
   font-family: 'FontAwesome';
   position: relative;
   color: #bfbaba;
   margin-right: 7px;
   left: 3px;
}

.my_sc_review::after{
   content: "\f10e";
   font-family: 'FontAwesome';
   position: relative;
   margin-left: 5px;
   color: #bfbaba;
}

.red_btn:hover{
   color: #fff;
}

.my_sc_review_line::after{
   content: "\f10e";
   font-family: 'FontAwesome';
   position: absolute;
   margin-left: 5px;
   right: 0;
   color: #bfbaba;
}

.my_sc_review_line{
   white-space:nowrap;
   overflow: hidden;
   text-overflow:ellipsis;
   max-width: 250px;
   padding-right: 18px;
}

.my_sc_review_by{
   font-size: 12px;
   text-align: right;
   margin-top: 5px;
}

.my_sc_review_by::before{
   content: "";
   top: -4px;
   border-top: 2px solid #bfbfbf;
   width: 6px;
   display: inline-block;
   position: relative;
   margin-right: 3px;
}

.filtered_sorted .store_holder{
   display: none;
}

.filtered_sorted .store_holder.aisle_pop_sorted{
   display: block;
}

.showcas_head{
   border-bottom: 1px dashed #004aad;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.aisle_pop .img_shake_hld a img,.aisle_pop_sel .img_shake_hld a img{
   max-width: none;
   width: 110%;
   margin-left: -5%;
   margin-top: -5%;
   box-shadow: 0px 0px 5px 2px #004aad;
   border-radius: 18px;
}

.clear_aisle_sel {
   cursor: pointer;
   float: right;
   font-size: 13px;
   color: #b30000;
}

.side_aisle{
   font-size: 14px;
   cursor: pointer;
   padding: 5px 10px;
   margin: 7px 0px;
}

.side_aisle:hover{
   font-weight: 600;
}

.sc_stores_hld{
 margin-right: -20px;
}

.sc_stores_hld h1 {
   font-size: 20px;
   font-weight: bold;
   display: table;
   border-bottom: 3px solid #004aad9c;
   padding-right: 27px;
}

.top_five_bdr{
   clear: both;
   border-top: 3px solid #004aad9c;
   margin-bottom: 30px;
   border-radius: 10px;
}

.sc_stores_hld::after{
content: "";
display: block;
clear: both;
}

.side_aisle.sel_aisle{
   /* box-shadow: 0px 0px 2px 0px #004aad; */
   border-radius: 5px;
   margin-right: 0px;
   color: #fff;
   background: #004aad;
}

.cnter_hld{
   height: 310px;
   padding: 10px;
   position: relative;
   overflow: hidden;
   background-position: center;
   background-size: cover;
}

.cnter_title{
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
   padding: 10px 10px 10px 10px;
   color: #fff;
   left: 0;
   z-index: 1;
   text-shadow: 0px 0px 4px #000;
}

.cnter_desc{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   z-index: 10;
   top: 330px;
   background: #000000b5;
   color: #fff;
   padding: 5px 12px;
}

.store_holder{
   float: left;
   margin-right: 10px;
   margin-bottom: 30px;
   width: 170px;
   margin-left: 10px;
}

.sc_title{
   text-transform: uppercase;
}

.sort_sc_store{
   cursor: move;
   position: absolute;
   left: 0;
   z-index: 10;
   background: #000000ab;
   padding: 3px 4px 2px 4px;
   border-radius: 4px;
   top: 0;
}

.sort_sc_store .fa{
   font-size: 19px;
   color: #fff;
}

.remove_sc_store{
   cursor: pointer;
   position: absolute;
   right: 0;
   z-index: 10;
   background: #000000ab;
   padding: 3px 4px 2px 4px;
   border-radius: 4px;
   bottom: 0;
}

.remove_sc_store .fa{
   font-size: 21px;
   color: #fff;
}

input.sc_search_f{
   width: calc(100% - 140px);
   margin-right: 10px;
}

.cnter_container::after,.sc_container_hld::after{
   content: "";
   display: block;
   clear: both;
}

.sc_str_cnt{
   position: absolute;
   z-index: 1;
   color: #fff;
   text-shadow: 0px 0px 4px #000;
   height: 70px;
   width: 70px;
   text-align: center;
   border-radius: 50%;
   border: 2px solid #fff;
   padding-top: 14px;
   font-size: 14px;
   line-height: 15px;
   right: 10px;
   top: -78px;
}

.rating_num{
   font-size: 29px;
   font-weight: bold;
   position: relative;
   top: -1px;
}

.fav_hold_45 {
   z-index: 18;
}

.store_holder:hover .fav_hold_45, .store_holder:hover .sort_sc_store{
   z-index: 20;
}

.img_shake_hld:hover {
   z-index: 19;
}

.showcas_head .cls_sc_cat_arr{
	display: none;				
}

.showcas_head.collapsed .cls_sc_cat_arr{
	transform: rotate(0deg);
	transition-duration: .5s;
 }

.sc_add_new_sc{
   text-align: right;
}

.cls_pop_banner{
   width: 100%;
   border: dashed 2px #ccc;
   padding: 5px;
   margin-bottom: 10px;
}

.cls_pop_banner:hover{
   border: solid 2px #000;
}

.cls_pop_banner:last-child{
   margin-bottom: 0px;
}

.cls_pop_image{
   width: 100%;
   border: dashed 2px #ccc;
   padding: 5px;
   margin-bottom: 10px;
}

.cls_pop_image:hover{
   border: solid 2px #000;
}

.cls_pop_image:last-child{
   margin-bottom: 0px;
}

.banner_hld{
   width: 500px;
   height: 100px;
   display: block;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
}

.cover_hld{
   width: 200px;
   height: 250px;
   margin-left: auto;
   margin-right: auto;
   display: block;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
}

.banner_img{
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
}

.sc_thumb_up{
   position: relative;
   margin-left: 5px;
}

.sc_thumb_up::before{
   content: "\f164";
   font-family: 'FontAwesome';
   font-size: 28px;
   cursor: pointer;
}

.sc_thumb_up.sc_like::before{
   color: #8b8b8b;
   top: 6px;
   left: 0;
   position: absolute;
   transition: all .1s ease-in;
   display: none;
}

.sc_thumb_up.sc_liked::before{
   color: #0064ea;
   zoom: 1.1;
   top: 4px;
   left: -1px;
   display: block;
}

.sc_thumb_up.sc_like span{
   cursor: pointer;
   font-weight: 700;
   position: relative;
   top: -5px;
}

.sc_thumb_up.sc_liked span{
   display: none;
}

.sc_thumb_up{
   width: 40px;
   height: 40px;
   position: relative;   
}

.sc_likes_cnt{
   font-size: 12px;
   margin-bottom: 5px;
}

.sc_ly_my_fav,.sc_ly_for_all{
   display: none;
}

.cls_str_selector{
   position: absolute;
   top: -25px;
   z-index: 1;
   left: -3px;
}

.cls_str_selector input{
   zoom:3.5;
}

.red_btn{
   background-color: #bc0000;
   color: #fff;
   padding: 10px 31px;
   display: inline-block;
   border-radius: 10px;
   font-weight: bold;
   margin-bottom: 10px;
}

.red_btn:hover{
   background-color: #004aad;
}

.cont_in_aisle_bdr {
   margin-right: 20px;
   margin-bottom: 30px;
}




 @media screen and (min-width: 991px){
	.showcase_cat_list{
		height: auto !important;
	}
	.showcase_cat_list{
		display: block !important ;
	}
}

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

   .banner_container{
      width: 100%;
   }

   .banner_hld{
      width: 100%;
   }

   .cls_act_sc_hld a{
      margin-bottom: 5px;
      display: inline-block;
   }

   .sc_add_new_sc{
      text-align: center;
   }

   .showcas_head .cls_sc_cat_arr{
		display: inline-block;
	 }

	 .showcas_head.collapsed .cls_sc_cat_arr{
		transform: rotate(180deg);
	 }

   .sc_container_hld{
      margin: -10px;
   }

   .sc_container{
      width: 50%;
      float: left;
      padding: 8px;
      margin-left: 0px;
      margin-right: 0px;
   }



   input.sc_search_f{
      width: calc(100% - 130px);
      zoom: .85;
   }

   .sc_search_b{
      zoom: .80;
   }

   .cnter_container {
      margin: 0 auto;
      float: none;
   }

   .cnter_title{
      font-size: 12px;
   }

   .bdr_box_dashed {
      padding: 10px;
   }

   .showcas_head{
      display: none;
   }

   .cont_in_aisle_bdr {
      padding-left: 0px;
      padding-right: 0px;
      margin-right: -10px;
      margin-left: -10px;
  }
 

  .sc_stores_hld h1 {
      padding-right: 0;
      text-align: center;
      width: calc(100% - 10px);
      margin: 0 auto;
   }
   .sc_stores_hld{
      margin-right: 0px;
   }

}

@media screen and (max-width: 550px){
   .store_holder {
      width: calc(50% - 20px);
   }

   .fifth_str{
      left: 50%;
      transform: translateX(-50%);
   }
}</pre></body></html>