

/* =============================================================================
   ----------/////////  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) {}/* =============================================================================
	GROUP
========================================================================== */
	.group_item_wrapper{
		width: 100%;
		padding: 20px;
		background: #fff;
		margin-bottom: 20px;
		float: left;
		cursor: pointer;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 3px -1px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		.group_item_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);
		}
	.group_summary_wrapper{
		width: 100%;
		margin-bottom: 10px;
	}
	.group_img{
		display: inline-block;
		vertical-align: middle;
		width: 150px;
		height: 150px;
		padding: 5px;
		margin: 3px;
		border: 4px solid transparent;
		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;
	}
		.group_item_wrapper:hover .group_img{}
		.group_img .group_store_img{
			height: 100%;
			display: block;
			background-size: cover;
			background-repeat: no-repeat;	
			border-radius: 50%;	
			background-position: center;
		}
	.group_details{
		padding: 0 0 0 20px;
		width: calc(100% - 156px);
		display: inline-block;
		vertical-align: middle;
		box-sizing:border-box;
	   -moz-box-sizing:border-box;
	   -webkit-box-sizing:border-box;
	}
		.group_details > *{
		   margin-left: 20px;
		}
		.group_details .group_title{
			color: #333;
			margin: 0 0 10px 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%;
		}
		.group_details .group_subtitle{
			color: #777;
			margin: -10px 0 10px 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%;
		}

/* =============================================================================
	Group Stores
========================================================================== */
	.group_preview_wrap{
		position: relative;
		height: 105px;
		overflow: hidden;
	}
		.group_preview_wrap .group_preview{
			position: relative;
			height: 100%;
		}
		.group_preview_wrap .group_preview_item{
			width: 80px;
			height: 80px;
			float: left;
			margin: 5px 5px 20px 5px;
		}
		.group_preview_wrap .group_preview_item .sq_img{
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
		  .group_preview_wrap .group_preview_item img{
		   
		  }
		  .group_preview_wrap .group_preview_item .title{
			font-size: 10px;
			color: #999;
			width: 100%;
			display: block;
			text-align: center;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

/* =============================================================================
	CARD
========================================================================== */
	.gift_card_wrap{
		position: relative;
		top: 20px;
		margin-left: 15px;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
		.gift_card_wrap .card_obj{}
			.gift_card_wrap .card_obj .card_wrapper .card_wrapper_inner .card_title_wrap{
				display: inline-block; 
				vertical-align: top;
				margin: 3px;
				-webkit-border-radius: 12px; 
				-moz-border-radius: 12px; 
				border-radius: 12px;
				max-width: 100%;
				max-width: calc(100% - 6px);
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
			.gift_card_wrap .card_obj .card_wrapper .card_wrapper_inner .card_title_wrap *{
					padding: 10px 15px; 
					display: block;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
					text-shadow: 0 0 12px rgba(0,0,0, .99);
					color: #fff;
					margin-bottom: -15px;
				}
				.gift_card_wrap .card_obj .card_wrapper .card_wrapper_inner .card_title_wrap .item_title{
					font-size: 16px;
					font-weight: 900;
				}
				.gift_card_wrap .card_obj .card_wrapper .card_wrapper_inner .card_title_wrap .nickname{
					font-size: 11px;
					font-weight: 600;
				}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {
	.group_details .group_title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.group_img{
		width: 100px;
		height: 100px;
	}
	.group_details{
		width: calc(100% - 106px);
	}
	.group_preview_wrap{}
	.group_preview{
		height: 70px;
	}
	.group_preview_item {
	    width: 60px;
	    height: 60px;
	}
}
@media screen and (max-width: 979px) {
	.gift_card_wrap{
		top: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.group_item_wrapper{
		width: 100%;
		float: none;
	}
	.gift_card_wrap{
		top: 40px;
	}
	.group_img{
		display: block;
		margin: auto;
	}
	.group_details{
		display: block;
		padding: 0;
		width: 100%;
	}
		.group_details .group_title{
			font-size: 15px;
			text-align: center;
		}
		.group_details .group_subtitle{
			text-align: center;
		}
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
	.group_img{
	    width: 80px;
	    height: 80px;
	}
	.group_preview_wrap{
	}
	.group_preview{
		height: 60px;
	}
	.group_preview_item {
	    width: 50px;
	    height: 50px;
	}
}
@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) {}