

/* =============================================================================
   ----------/////////  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) {}.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_quick_wrapper{
	margin-top: 20px;
	position: relative;
}
.retailer_img{
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin: 3px;
	border: 4px solid transparent;
	border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
	-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;
	padding: 0px;
	border: 0px solid transparent;
}
	.retailer_img.round{
		border-radius: 100px;
	    -webkit-border-radius: 100px;
	    -moz-border-radius: 100px;
	}
	.retailer_img .retailer_store_img{
		height: 100%;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;	
		background-position: center;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
.retailer_details{
	padding: 0 0 0 170px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
    position: relative;
    width: 100%;
    left: 0;
    top: -156px;
    margin-bottom: -156px;
    min-height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.retailer_details1 {
		width: 60%;
		min-height: 150px;
		display: inline-block;
		vertical-align: middle;
	}
	.retailer_details1 .quick_desc{
		color: #999;
		font-weight: 400;
	}
	.retailer_details2 {
		width: 40%;
		min-height: 150px;
		display: inline-block;
		vertical-align: top;
		padding-top: 10px;
		padding-left: 40px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

/* =============================================================================
   Connect Social
   ========================================================================== */
.connect_bar{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.connect_bar .connect_wrapper{
   margin: auto;
   display: block;
}
.connect_bar .connect_item {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  padding-left: 0;
}
	.connect_bar .connect_item p {
	  display: inline-block;
	  vertical-align: middle;
	}
.connect_bar .connect_social_icon{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;

  	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	overflow: hidden;
}
	.connect_bar .connect_social_icon svg{
	  width: 40px;
	  height: 40px;
	}
	.connect_bar .connect_social_icon .SI_solid{
	  fill: #ACAEAD;
	}
	.connect_bar .connect_social_icon .SI_stroke{
	  stroke: #ACAEAD;
	}
	.connect_bar .connect_social_icon .SI_void{
	  fill: none !important;
	}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.connect_bar {
	    margin-top: 42.5px;
	}
	.retailer_details1 .quick_desc {
	    display: none;
	}
	.retailer_details2 {
	    min-height: 0px;
		vertical-align: middle;
	}
}
@media screen and (max-width: 979px) {
	.retailer_details1 {
		width: 50%;
	}
	.retailer_details2 {
		width: 50%;
	}
	.connect_bar .connect_item p {
	    display: none;
	}
	
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.retailer_details1 {
		width: 40%;
	}
	.retailer_details2 {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	.retailer_img {
	    width: 100px;
	    height: 100px;
	}
	.retailer_details{
		padding-left: 120px;
		min-height: 100px;
		top: -100px;
		margin-bottom: -100px;
	}
	.retailer_details1 {
		min-height: 0;
	}
	.connect_bar {
	    margin-top: 17.5px;
	}
}
@media screen and (max-width: 479px) {
	.quick_retailer_name{
		text-align: center;
	}
	.retailer_img {
	    margin: 3px auto;
	    display: block;
	}
	.retailer_details {
	    padding: 0 10px;
	    position: relative;
	    top: 0;
	    margin-bottom: 0px;
	}
	.retailer_details1 {
		width: 50%;
	}
	.retailer_details2 {
		width: 50%;
	}
}
@media screen and (max-width: 413px) {}
@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) {}