/* =============================================================================
   Landing
========================================================================== */
  .land_overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      pointer-events: none;
      background: rgba(0,0,0,.25);
  }
  .land_wrap{
      position: absolute;
      width: 950px;
      top: 300px;
      left: 50%;
      margin-left: -475px;
      z-index: 10;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
      .land_wrap h1 {
          margin-top: 0;
          margin-bottom: 20px;
          text-align: center;
          text-shadow: 0 0 15px #000;
      }
       /*.land_wrap .land_search_icon {
          width: 60px;
          height: 60px;
          display: inline-block; 
          border-radius: 50px;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          padding: 10px;
          background: rgba(255,255,255,.9); 
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: 5px;
          cursor: pointer;
        }
        .land_wrap .land_search_icon:hover {
          background: rgba(255,255,255,1); 
        }
          .land_wrap .land_search_icon svg{
            width: 30px;
            height: 30px; 
            margin: 5px;
          }
          .land_wrap .land_search_icon .icon_solid{
            fill: #000;
          }*/

/* =============================================================================
   CATEGORIES & MARKETS
========================================================================== */
  .cat_item_wrapper {
    margin-bottom: 14px;
  }
    .cat_item_wrapper .cat_item{
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
      box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
      background: #fff;
      overflow: hidden;
      margin-bottom: 16px;
    }
      .cat_item_wrapper .cat_item:hover{
        background: #fcfcfc;
        -webkit-box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
        box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
      }
      .cat_img_wrap{
        height: 277px;
      }
        .cat_img_wrap .cat_img{
          height: 100%;
          display: block;
          background-size: cover;
          background-repeat: no-repeat; 
          background-position: center;
        }
    .cat_item_wrapper .cat_item .item_title {
        width: 100%;
        display: block;
        padding: 10px 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .cat_item_wrapper .cat_item .item_title h3 {
        font-size: 16px;
        word-wrap: break-word;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
    }

/* =============================================================================
   STAGES
========================================================================== */
  .stages_wrap{}
  .stages_btn{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
    box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
    margin-bottom: 20px;
  }
      .stages_btn:hover{
        background: #fcfcfc;
        -webkit-box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
        box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
      }
      .stages_btn .stages_text{
        min-height: 110px;
      }
      .stages_btn .stages_text h3{
        min-height: 40px;
      }
  .big_icon {
      width: 100%;
      margin: auto;
  }
 

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
  .cat_img_wrap{
    height: 22vw;
  }
}
@media screen and (max-width: 979px) {
  .land_wrap{
    top: 150px;
    top: 20vh;
  }
  .land_wrap > div{
    margin: auto;
    width: 100%;
    max-width: 500px;
  }
  .land_wrap .landing_img{
    max-width: 150px;
    margin: auto;
  }
  .cat_item_wrapper .cat_item .item_title h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .land_wrap{
      position: absolute;
      width: 100%;
      padding: 0 10px;
      left: 0;
      margin-left: 0px;
  }
  .stages_btn .stages_text{
    min-height: 0px;
  }
  .stages_btn .stages_text h3{
    min-height: 0px;
  }
}
@media screen and (max-width: 640px) {
  .land_wrap{
    top: 140px;
    top: 10vh;
  }
  .cat_img_wrap{
    height: 44vw;
  }
}
@media screen and (max-width: 479px) {
  .land_wrap h1{
      letter-spacing: -1px;
      margin-bottom: 20px;
      font-weight: 900;
      font-size: 48px;
  }
  .stages_wrap{}
  .stages_btn .stages_text {
    min-height: 0;
  }
    .stages_btn .stages_text h3{
      min-height: 0px;
    }
  .cat_item_wrapper .cat_item .item_title h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 413px) {
  .land_wrap{
    top: 130px;
    top: 20vh;
  }
  .land_wrap h1{
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 42px;
  }
}
@media screen and (max-width: 330px) {}/*.wmuSlider1_text{
	position: relative;
	height: 100%;
}
	.wmuSlider1_text .area1{
		position: absolute;
		top: 0;	
		text-align: center;
	}
		.wmuSlider1_text .area1 h1{
			margin-bottom: 5px;
			color: #edad91;
		}
		.wmuSlider1_text .area1 h2{
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: 1px;
			color: #777;
			text-shadow: 0 0 1px rgba(255,255,255, 0.5);
		}
		.wmuSlider1_text .area1 .bttn{
			margin-top: 20px;
		}
/* =============================================================================
   SLIDE 1
   ========================================================================== */
/*.wmuSlider1_text6 .area1{
	left: 10%;
	top: 40px;
}
	.wmuSlider1_text6 .area1 .logo{
		width: 250px;
	}
	.wmuSlider1_text6 .area1 h2{
		color: #333;
		text-shadow: 0 0 1px rgba(255,255,255, .5);
	}
	
/* =============================================================================
   SLIDE 2
   ========================================================================== */
/*.wmuSlider1_text7 .area1{
	left: 5%;
	top: 150px;
}
	.wmuSlider1_text7 .area1 h1{
		margin-top: 20px;
		color: #fff;
		text-shadow: 0 0 1px rgba(0,0,0, 0.5);
	}
	.wmuSlider1_text7 .area1 h2{
		color: #eee;
		text-shadow: 0 0 1px rgba(0,0,0, 0);
	}

/* =============================================================================
   SLIDE 3
   ========================================================================== */
/*.wmuSlider1_text8 .area1{
	left: 10%;
	top: 20px;
}
	.wmuSlider1_text8 .area1 h1{
		color: #111;
		text-shadow: 0 0 1px rgba(255,255,255, 0.5);
	}
	.wmuSlider1_text8 .area1 h2{
		olor: #eee;
	}*/







.slickSlider1_text{
	position: relative;
	height: 100%;
}
	.slickSlider1_text .area1{
		position: absolute;
		top: 0;	
		text-align: center;
	}
		.slickSlider1_text .area1 h1{
			margin-bottom: 5px;
			color: #edad91;
		}
		.slickSlider1_text .area1 h2{
			font-size: 18px;
			ext-transform: uppercase;
			font-weight: 500;
			letter-spacing: 1px;
			color: #777;
			text-shadow: 0 0 1px rgba(255,255,255, 0.5);
		}
		.slickSlider1_text .area1 .bttn{
			margin-top: 20px;
		}
/* =============================================================================
   SLIDE 1
   ========================================================================== */
.slide_id_6{
	background-position: left center !important;
}
.slickSlider1_text6 .area1{
	left: 2%;
	top: 40px;
	top: 3vw;
}
	.slickSlider1_text6 .area1 .logo{
		width: 250px;
		margin: auto;
	}
	.slickSlider1_text6 .area1 h2{
		color: #333;
		text-shadow: 0 0 1px rgba(255,255,255, .5);
		font-weight: 900;
	}
	
/* =============================================================================
   SLIDE 2
   ========================================================================== */
.slide_id_7{
	background-position: left center !important;
}
.slickSlider1_text7 .area1{
	left: 10%;
	top: 0;
}
	.slickSlider1_text7 .area1 h1{
		margin-top: 20px;
		color: #111;
		text-shadow: 0 0 1px rgba(255,255,255, .5);
	}
	.slickSlider1_text7 .area1 h2{
		color: #333;
		text-shadow: 0 0 1px rgba(255,255,255, .5);
		font-weight: 900;
	}

/* =============================================================================
   SLIDE 3
   ========================================================================== */
.slide_id_8{
	background-position: left center !important;
}
.slickSlider1_text8 .area1{
	left: 5%;
	top: 30%;
	top: 10vw;
	text-align: left;
}
	.slickSlider1_text8 .area1 h1{
		color: #fff;
		text-shadow: 0 0 1px rgba(0,0,0, 0.5);
	}
	.slickSlider1_text8 .area1 h2{
		color: #ddd;
		text-shadow: 0 0 1px rgba(0,0,0, 0.5);
		font-weight: 900;
	}

/* =============================================================================
   SLIDE 1
   ========================================================================== */
.slide_id_21{
	background-position: left center !important;
}
.slickSlider1_text21 .area1{
	left: 50%;
    margin-left: -148px;
	top: 40px;
	top: 8vw;
}
	.slickSlider1_text21 .area1 .logo{
		width: 250px;
		margin: auto;
		display: none;
	}
	.slickSlider1_text21 .area1 h1{
		color: #333;
		text-shadow: 0 0 1px rgba(255,255,255, .5);
		font-weight: 900;
		font-size: 48px;

	}
	.slickSlider1_text21 .area1 h2{}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.slickSlider1_text .area1 h1{
		font-size: 20px;
	}
	.slickSlider1_text .area1 h2{
		font-size: 14px;
	}
	.slickSlider1_text6 .area1 .logo{
		width: 150px;
	}
	.slickSlider1_text7 .area1{
		left: 15%;
	}
	.slickSlider1_text21 .area1 .logo{
		width: 150px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
	.slickSlider1_text8 .area1{
		left: 2%;
		top: 20%;
		top: 8vw;
	}
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}.dist_picker{
	padding-left: 40px;
	margin-top: 1em;
	padding-right: 20px;
}
.dist_header, .dist_row{
	width: 100%;
	display: block;
}
.dist_header_cell, .dist_row_cell{
	display: block;
	float: left;
	width: 25%;
}
.dist_header_cell{
	text-align: center;
    font-size: 15px;
    color: #666;
    cursor: pointer;
}
.dist_row{
	margin-top: 5px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
}
.dist_row_cell{
	background: #eee;
	height: 100%;
	width: 12.5%;
}
	.dist_row_cell.active{
		background: #edad91;
	}
.dist_circ_wrap{
	display: inline-block;
	text-align: center;
	width: 30px;
    height: 30px;
	border-radius: 50%;
	margin: 3px;
    padding: 2px;
    border: 3px solid transparent;
}
	.dist_circ_wrap:hover{
		border: 3px solid #ccc;
	}
.dist_circ{
	display: inline-block;
	text-align: center;
	padding: 0px;
	width: 30px;
    height: 30px;
	background: #eee;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 30px;
}
	.dist_header_cell.active{
		color: #fff;
	}
	.dist_header_cell.active .dist_circ{
		background: #edad91;
	}
	.dist_header_cell.active .dist_circ_wrap{
		border: 3px solid #edad91;
	}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}.retailer_item_wrapper{
	width: 100%;
	margin-bottom: 30px;
	float: left;
	cursor: pointer;
}
.retailer_item_wrapper .retailer_summary_wrapper{
	width: 100%;
	height: 250px;
	margin: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
	box-shadow: 0 4px 3px -1px rgba(0,0,0,.15);
	overflow: hidden;
	background: #ffffff;
}
	.retailer_item_wrapper .retailer_summary_wrapper:hover{
		background: #fcfcfc;
		-webkit-box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
		box-shadow: 0 3px 3px -1px rgba(0,0,0,.25);
	}
.retailer_item_wrapper .retailer_img{
	width: 250px;
	height: 250px;
	padding: 20px;
	display: inline-block;
	margin: 0 auto 0 auto;
	border: 0px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;

}
	.retailer_item_wrapper .retailer_img .retailer_img_inner{
		width: 100%;
		height: 100%;
		order: 5px solid #ccc;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	   box-sizing: border-box;
	}
	.retailer_item_wrapper .retailer_item_wrapper:hover{
		border-color: #ccc;
	}
	.retailer_item_wrapper .retailer_img .retailer_store_img{
		height: 100%;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
	}
.retailer_item_wrapper .retailer_details{
	padding: 20px;
	width: calc(100% - 250px);
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
	.retailer_item_wrapper .retailer_details *{
		font-size: 14px;
	    color: #555;
	}
	.retailer_item_wrapper .retailer_titles{
		width: 100%;
	    position: relative;
	    padding-right: 80px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
		.retailer_item_wrapper .retailer_titles .retailer_stats{
			position: absolute;
			top: 0;
			right: 0;
			width: 80px;
			text-align: right;
		}
	
		.retailer_item_wrapper .retailer_titles .retailer_stats .val{
			color: #777;
			margin: 0 0 10px 0;
			font-size: 18px;
			letter-spacing: -1px;
		}
	.retailer_item_wrapper .retailer_details .retailer_title{
		color: #333;
		margin: 0 0 5px 0;
		font-size: 28px;
		letter-spacing: 0px;
		word-wrap: break-word;
		word-break: break-all;
		text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    max-width: 100%;
	}
	.retailer_item_wrapper .retailer_details .retailer_subtitle{
		color: #777;
		margin: -5px 0 20px 0;
		font-size: 12px;
		letter-spacing: 1px;
		word-wrap: break-word;
		word-break: break-all;
		text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    max-width: 100%;
	}
	.retailer_item_wrapper .retailer_details .retailer_contact_details{
	    width: 30%;
	    display: inline-block;
	    vertical-align: top;
	}
	.retailer_item_wrapper .retailer_details .retailer_badge_details{
	    width: 70%;
	    display: inline-block;
	    vertical-align: top;
	}
		
		.retailer_item_wrapper .retailer_details .retailer_contact_details .retailer_cta_bttn_wrap{
			margin-top: 20px;
		}
		.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item{
			float: left;
			width: 100px;
			display: inline-block;
			text-align: center;
			margin-bottom: 10px;
		}
			.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item h5{
				color: #777;
				font-size: 11px;
			}
		.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_icon {
			width: 40px;
			height: 40px;
			display: block;
			margin: auto;
		}
		   .retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_icon svg {
		        width: 100%;
		        height: 100%;
		        margin: 0;
		   }
		   .retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_icon svg .icon_solid {
		       fill: #ACAEAD;
		   }
		   .retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item a:hover .retailer_icon svg .icon_solid{
				fill: #edad91;
			}


.retailer_preview_wrap{
	position: relative;
	height: 90px;
	overflow: hidden;
}
.retailer_preview{
	position: relative;
	height: 90px;
}
.retailer_preview_item{
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px 5px;
}



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.retailer_preview_wrap{
		height: 70px;
	}
	.retailer_preview{
		height: 70px;
	}
	.retailer_preview_item {
	    width: 60px;
	    height: 60px;
	}
	.retailer_item_wrapper .retailer_details .retailer_contact_details{
	    width: 40%;
	}
	.retailer_item_wrapper .retailer_details .retailer_badge_details{
	    width: 60%;
	}
	.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item{
		width: 80px;
	}
		.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item h5{
			font-size: 10px;
		}
	.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_icon {
	    width: 35px;
	    height: 35px;
	}
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.retailer_item_wrapper .retailer_details .retailer_contact_details{
	    width: 60%;
	}
	.retailer_item_wrapper .retailer_details .retailer_badge_details{
	    width: 40%;
	}
		.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item{
			width: 30px;
		}
		.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_icon {
		    width: 25px;
		    height: 25px;
		}
			.retailer_item_wrapper .retailer_details .retailer_badge_details .retailer_badge_item h5{
				display: none;
			}
	.retailer_item_wrapper .retailer_details .retailer_contact_details .retailer_cta_bttn_wrap{
		display: none;
	}

	.retailer_summary_wrapper{
		height: 200px;
	}
	.retailer_details{
		width: calc(100% - 200px);
	}
	.retailer_img{
		width: 200px;
		height: 200px;
	}
	.retailer_titles .retailer_stats .val{
		margin: 0 0 10px 0;
		font-size: 14px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 640px) {
	.retailer_item_wrapper .retailer_details .retailer_title{
		font-size: 20px;
	}
	.retailer_item_wrapper .retailer_details .retailer_contact_details{
	    width: 100%;
	}
	.retailer_item_wrapper .retailer_details .retailer_badge_details{
	    width: 100%;
	    margin-top: 10px;
	}
	.retailer_item_wrapper .retailer_titles{
	    padding-right: 0px;
	}
	.retailer_item_wrapper .retailer_titles .retailer_stats{
		display: none;
	}
}
@media screen and (max-width: 479px) {
	
	.retailer_item_wrapper .retailer_summary_wrapper{
		height: 190px;
	}
	.retailer_item_wrapper .retailer_details {
		padding: 10px;
	   width: calc(100% - 190px);
	}
		.retailer_item_wrapper .retailer_details .retailer_subtitle{
			margin-bottom: 10px;
			letter-spacing: 0px;
		}
		
	.retailer_item_wrapper .retailer_img {
	    width: 190px;
	    height: 190px;
	    padding: 10px;
	}
}
@media screen and (max-width: 413px) {
	.retailer_item_wrapper .retailer_summary_wrapper{
		height: 150px;
	}
	.retailer_item_wrapper .retailer_details {
	   width: calc(100% - 150px);
	}
		.retailer_item_wrapper .retailer_details .retailer_badge_details{
		    display: none;
		}
	.retailer_item_wrapper .retailer_img {
	    width: 150px;
	    height: 150px;
	}
}
@media screen and (max-width: 330px) {}.sr_preloader{
    width: 60px;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -30px;
}
.sr_container{
    position: fixed;
    width: 100%;
    height: 100%;
    height: calc(100% - 50px);
    background: rgba(255,255,255,1);
    z-index: 200;
    top: 50px;
    left: 0;
    overflow: hidden;
}
.sr_wrap{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
  .sr_wrap::-webkit-scrollbar { 
      display: none; 
  }
.sr_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
    .sr_close:hover{
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }
/* =============================================================================
  Prefill
   ========================================================================== */
.search_prefill_section{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.search_section_title{
    margin-bottom: 10px;
}
.search_prefill_row{
    width: 100%;
    padding: 10px 15px;
    min-height: 40px;
    cursor: pointer;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .search_prefill_row:hover{
        background: #f9f9f9;
    }
    .search_prefill_row h3{
        margin: 0;
    }
.search_item_details, .search_item_details p{
    height: 100%;
    font-size: 12px;
    color: #999;
    text-align: right;
    font-weight: 400;
}
.sr_retailer_img{
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
    .sr_retailer_item_wrapper:hover .sr_retailer_img{
        border-color: #ccc;
    }
    .sr_retailer_img .sr_retailer_store_img{
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;   
        border-radius: 50%; 
    }
.sr_retailer_name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .search_item_details, .search_item_details p{
        font-size: 10px;
    }
    .sr_close {
        top: 15px;
        right: 15px;
        width: 20px;
    }
    .search_prefill_row{
        background: #f9f9f9;
        margin-bottom: 4px;
    }
        .search_prefill_row h3{
            font-size: 13px;
            margin-bottom: 3px;
        }
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}