/* =============================================================================
   LOGIN ONLY
   ========================================================================== */
.signin_wrap{
    width: 600px;
    padding: 0px;
    margin: 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.login_box{
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.login_box .bm_ntoice_box{
    border: 4px solid #edad91;
    padding: 30px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.login_box .signup_bm_logo{
    width: 100%;
    max-width: 200px;
}
/* =============================================================================
   SIGNUP ONLY
========================================================================== */
    .signup_wrap{
        padding: 0px;
        margin: 40px auto 100px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .signup_wrap2{
        width: 600px;
        padding: 0px;
        margin: 40px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .signup_wrap3{
        width: 800px;
        padding: 0px;
        margin: 40px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .signup_sub_wrap{
        padding: 40px;
        height: 260px;
        border: 1px solid #eee;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .signup_sub_wrap_inner{
        position: relative;
        width: 100%;
        height: 180px;
    }
        .signup_sub_wrap .section_sub_title{
            margin-top: 0;
            padding-top: 0;
            padding-bottom: 10px;
        }
        .signup_sub_wrap .section_sub_title.c2{
            text-shadow: 0 0 1px rgba(0,0,0, 0.5);
        }
        .bttn_wrap{
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
        }
        .or_word{
            margin-top: 100px;
            font-size: 16px;
            color: #999;
            font-weight: 700;
        }

    .bynd_main_account_type{
        margin: 0 5px;
        background: #f6f6f6;
        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px; 
        border-radius: 3px;
        overflow: hidden;
    }   
    .bynd_main_account_type_header{
        text-align: center;
        font-size: 24px;
        padding: 40px 0;
        color: #fff;
        font-weight: 100;
    }   
        .bynd_main_account_type_header img{
            width: 40px;
        }
    .bynd_main_account_type_body{
        padding: 20px 0;
    }
        .bynd_main_account_type_body ul li{
            font-size: 15px;
            margin: 5px 0;
        }

    .bottom_labels_wrap{
        margin: 0 5px;
        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px; 
        border-radius: 3px;
        overflow: hidden;
    }
    .bottom_labels_body{
        padding: 20px 0;
    }
    .bottom_labels{
        text-align: right;
        padding: 15px 5px 5px 5px;
        height: 35px;
    }
    .bottom_vals{
        text-align: center;
        padding: 10px 5px;
        height: 35px;
    }
        .bottom_vals h5{
            font-size: 24px;
            font-weight: 400;
        }

    .bottom_vals_wrap_narrow{
        display: none;
    }
    .inner_labels{
        padding: 0px 5px;
    }
        .inner_labels h5{
            font-size: 12px;
            color: #999;
            margin-top: -5px;
        }

    .signup_wrap2 .submit_1,
    .signup_wrap3 .submit_1{
        background-color: #edad91 !important;
    }
        .signup_wrap2 .submit_1:hover,
        .signup_wrap3 .submit_1:hover{
            background-color: #efa186 !important;
        }

 .big_icon_svg {
      width: 60px;
      height: 60px;
      display: inline-block;
  }
      .big_icon_svg svg {
          width: 100%;
          height: 100%;
          margin: 0;
      }
/* =============================================================================
   ----------/////////  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) {
    .signup_wrap3 {
        width: 100%;    
    }
}
@media screen and (max-width: 767px) {
    .or_word {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bottom_vals_wrap_wide{
        display: none;
    }
    .bottom_vals_wrap_narrow{
        display: block
    }
}
@media screen and (max-width: 640px) {
    .signin_wrap, .signup_wrap2 {
        width: 100%;    
    }
    .login_box {
        padding: 20px;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 0px;
    }
    .login_account_choose1 .login_box {
        background: #fff;
        padding: 15px 5px 15px 5px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    .bynd_main_account_type{
        margin-bottom: 20px;
    }
}
@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) {}.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) {}