/* =============================================================================
  Banner Img TABS
========================================================================== */
  .custom_tabs_wrapper1{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 50px 8px 20px;
    margin: 0;
  }
    .custom_tabs_wrapper1 li {
      float: left;
      position: relative;
      display: block; 
      z-index: 10;
      font-size: 11px;
      cursor: pointer;
    } 
  .custom_tabs_wrapper1 .tab_wrapper{
    height: auto;
    padding: 7px 10px;
    margin-right: 5px;
    border: 3px solid transparent;
  }
    .custom_tabs_wrapper1 .tab_wrapper:hover{
      transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
      border-color: rgba(255,255,255,.75);
    }
    .custom_tabs_wrapper1 .tab_wrapper:hover .tab_text{      
        color: #edad91;
    }
  .custom_tabs_wrapper1 .tab_wrapper.active, 
  .custom_tabs_wrapper1 .tab_wrapper.active:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border-color: #edad91;
  }
    .custom_tabs_wrapper1 .tab_wrapper.active .tab_text{
      color: #fff;
      font-weight: 400;
    }

  .custom_tabs_wrapper1 .tab_text {
    display: block;
    color: #fff;
    font-size: 1.5em;
    margin: 0px 3px;
  }



/* =============================================================================
   Profile Location TABS
========================================================================== */
  .tabs_locs_wrapper{
    display: table;
    padding: 0px 0px 8px 0px;
    margin: auto;
    margin-bottom: 20px;
  }
    .tabs_locs_wrapper li {
      float: left;
      display: block; 
      z-index: 10;
      font-size: 11px;
      cursor: pointer;
    } 
    .tabs_locs_wrapper.many_locs li {}

  .tabs_locs_wrapper .tab_wrapper{
    padding: 3px;
    margin-right: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 2px solid transparent;
    max-width: 180px;
  }
    .tabs_locs_wrapper.many_locs .tab_wrapper {}
    .tabs_locs_wrapper .tab_wrapper:hover{
      transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
      border-color: #ddd;
    }
    .tabs_locs_wrapper .tab_wrapper:hover .tab_inner{      
    
    }
  .tabs_locs_wrapper .tab_wrapper.active, 
  .tabs_locs_wrapper .tab_wrapper.active:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border-color: #edad91;
  }
    .tabs_locs_wrapper .tab_wrapper.active .tab_inner{
      color: #fff;
      font-weight: 400;
    }

  .tabs_locs_wrapper .tab_inner {
    display: block;
    height: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 35px 40px;
    ont-family: 'Josefin Sans', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    background-blend-mode: darken;
    text-align: center;
  }
   .tabs_locs_wrapper .tab_inner {
    display: block;
    height: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 35px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    background-blend-mode: darken;
    text-align: center;
  }
  .tabs_locs_wrapper .tab_inner *{
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    background-blend-mode: darken;
    text-align: center;
  }
  .tabs_locs_wrapper .tab_inner span{
    font-size: 12px;
  }

/* =============================================================================
   Profile 
========================================================================== */ 
  .collage_area_header {
    min-height: 80px;
    margin-bottom: 10px;
  }
    .collage_area_header .retailer_subtitle{
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin-bottom: 0;
    }
    .collage_area_header .price_range_wrap{}
    .collage_area_header .retailer_price_range{
      padding: 10px 15px 10px 20px;
      background: #eee;
      display: table;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      font-weight: 900;
      letter-spacing: 5px;
      font-size: 12px;
    }
      .collage_area_header .retailer_price_range span{
        font-weight: 900;
        letter-spacing: 5px;
        font-size: 12px;
        color: #bbb;
      }

/* =============================================================================
   Profile Banner
========================================================================== */ 
    .page_banner .favorite_wrap{
      text-align: center;
      display: table;
      margin: auto;
    }
    .page_banner .favor_icon {
      width: 40px;
      height: 40px;
      cursor: pointer;
    }
      .page_banner .favor_icon svg {
        width: 100%;
        height: 100%; 
        margin: 0;
      }
      .page_banner .favor_icon .icon_solid {
        stroke: #fff;
        stroke-width: 2px;
        fill: transparent;
      }
        .page_banner .favor_icon:hover .icon_solid {
          fill: rgba(255,255,255, .5);
        }
        .page_banner .favor_icon.active .icon_solid,
        .page_banner .favor_icon.active:hover .icon_solid {
          fill: #fff;
        }


/* =============================================================================
   Collage
========================================================================== */ 
  .collage_wrap{
    margin: -5px;
  }
  .collage_img_outter{
    position: relative;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  }
    .collage_img_outter.tall{
      height: 250px;
    }
    .collage_img_outter.half_tall{
      height: 125px;
    }
    .collage_img_outter.short{
      height: 150px;
    }

    .collage_img_outter .collage_img_inner{
      background-color: #fff;
      width: 100%;
      height: 100%;
      border: 1px solid #eee;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
    }
      .collage_img_outter .collage_img_inner .collage_img{
        background-color: #464a51;
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        border: 1px solid #eee;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
      }
        .collage_img_outter.video .collage_img_inner .play_bttn{
          position: absolute;
          width: 50px;
          height: 50px;
          top: 50%;
          left: 50%;
          margin-left: -25px;
          margin-top: -25px;
          cursor: pointer;
          opacity: 0.8;
          filter: alpha(opacity=80); /* For IE8 and earlier */
        }
        .collage_img_outter.video .collage_img_inner .collage_img{
          background-size: 120% auto;
        }
        .collage_img_outter .collage_img_inner:hover .collage_img{
          transform: scale(1.1);
        }
        .collage_img_outter.video .collage_img_inner:hover .play_bttn{
          opacity: 1;
          filter: alpha(opacity=100); /* For IE8 and earlier */
        }


    
/* =============================================================================
   Stacked Cards
========================================================================== */
  .stacked_cards_wrap{}
    .stacked_cards_wrap .stacked_card{
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      padding: 40px 30px;
      position: relative;
      box-shadow: rgb(0 0 0 / 15%) 0px 4px 3px -1px;
    }
      .stacked_cards_wrap .stacked_card .label{
        font-weight: 900;
      }
      .stacked_cards_wrap .stacked_card .hrs_wrap{
        max-width: 350px;
      }
    .stacked_cards_wrap .req_to_shop_done_icon{
      display: block;
      margin: auto;
      width: 100px;
    }

/* =============================================================================
   Badges
========================================================================== */
  .stacked_cards_wrap .retailer_details .retailer_badge_details{
      width: 100%;
      display: inline-block;
      vertical-align: top;
  }
    
    .stacked_cards_wrap .retailer_details .retailer_contact_details .retailer_cta_bttn_wrap{
      margin-top: 0px;
    }
    .stacked_cards_wrap .retailer_details .retailer_badge_details .retailer_badge_item{
      float: left;
      width: 100px;
      display: inline-block;
      text-align: center;
      margin-bottom: 0px;
    }
      .stacked_cards_wrap .retailer_details .retailer_badge_details .retailer_badge_item h5{
        color: #fff;
        font-size: 11px;
      }
    .stacked_cards_wrap .retailer_details .retailer_badge_details .retailer_icon {
        width: 40px;
        height: 40px;
        display: block;
        margin: auto;
    }
        .stacked_cards_wrap .retailer_details .retailer_badge_details .retailer_icon svg {
            width: 100%;
            height: 100%;
            margin: 0;
        }
        .stacked_cards_wrap .retailer_details .retailer_badge_details .retailer_icon svg .icon_solid {
           fill: #fff;
        }

/* =============================================================================
   Layout
========================================================================== */ 
  .retailer_section_margin{
    margin-top: 80px;
  }
  .profile_box{
    width: 100%;
    height: 300px;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 16px;
  }
    .profile_box_inner{
      width: 100%;
      height: 100%;
      background-color: #464a51;
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
      .profile_box_inner:hover{
        transform: scale(1.1);
      }
    .profile_box.mid{
      height: 250px;
    }
    .profile_box h4{
      color:  #fff;
      vertical-align: middle;
      text-align: center;
      margin-top: 0;
      padding-top: 110px;
      text-shadow: 0 0 10px #000;
      font-weight: 900;
    }

/* =============================================================================
   About
========================================================================== */
  .retailer_tag_wrap{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
  }
  .lightbox_tags .retailer_tag_wrap{
    width: 50%;
  }
    .retailer_tag_wrap .retailer_tag{
      padding: 10px 20px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      width: 100%;
      font-size: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      white-space: nowrap; 
    overflow: hidden;  
    text-overflow: ellipsis;
    }
  .about_img_wrap {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
  }
    .about_img_wrap .about_img{
      width: 100%;
      
    }
      .about_img_wrap .about_img.video_thumb{
        margin-top: -10%;
        margin-bottom: -10%;
      }
      .about_img_wrap.video .play_bttn{
        position: absolute;
        width: 70px;
        height: 70px;
        top: 50%;
        left: 50%;
        margin-left: -35px;
        margin-top: -35px;
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
      }
 

/* =============================================================================
   PINTEREST LAYOUT
========================================================================== */
  .pinterest_columns {
      position: relative;
      width: 100%;
  }
  .pinterest_list{
    list-style-type: none;
    position: relative; /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
    padding: 0;
  }
  .pinterest_item {    
      display: none; /** Hide items initially to avoid a flicker effect **/
      margin: 0px;
      width: 32%;
      padding: 0px;    
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      overflow: hidden;
  }
  .pinterest_item_wrapper {
    position: relative;
    overflow: hidden;
    display: table-cell;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }
    .pinterest_item_wrapper:hover{
      ransform: scale(1.1);
    }

  .pinterest_modify_wrapper {
    position: absolute;
    display: table-cell;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
    .pinterest_modify_wrapper:hover {
      transition: background-color .3s cubic-bezier(.5,.5,.5,.5);
      background-color: rgba(0, 0, 0, 0.70);  
    }
  .pinterest_modify_body a {
    outline: 0;
  }
  .pinterest_modify_button_play{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    width: 60px;  
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
  }
    .pinterest_modify_button_play:hover{
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }
  .pinterest_modify_button {
    width: 30px;
    margin: 5px 0 0 5px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
  }
    .pinterest_modify_button:hover{
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }
  .pinterest_modify_button_active {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  .pinterest_item_img {
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto -5px auto;
    clear: none;
    color: rgb(0, 0, 0);
    overflow: hidden;
  }

  .gallery_item_wrapper{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }


/* =============================================================================
   LightBox
========================================================================== */
  .full_screen_dim_wrapper{
      position: fixed;
      width: 100%;
      margin: 0px;    
      min-height: 100%;   
      min-height: 100vh;
      background: rgba(255,255,255, .95);
      z-index: 190;
  }
  .lightbox_viewer{
    min-height: 200px;
    max-height: 800px;
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -550px;
    margin-top: -400px;
    ackground: rgba(0,0,0, .95);
    -ebkit-box-shadow: 0 4px 5px 3px rgba(0,0,0,.4);
    ox-shadow: 0 4px 5px 3px rgba(0,0,0,.4);
  }
  .lightbox_viewer_content{
      min-height: 200px;
      height: 92%;
      padding: 2%;
      position: relative;;
  }
  .lightbox_viewer_content .media_content{
    position: relative;
    width: 70%;
    display: inline-block;

    width: 100%;
  }
    .lightbox_viewer_content .media_content iframe{
      width: 738px;
      eight: 248px;
      height: calc(738px * .543);
      margin: 0 auto;
      padding: 0;
      display: block;

      width: 1056px;
      height: calc(1056px * .543);
    }
    .lightbox_viewer_content .media_content img{
      max-width: 100%;
      max-height: 700px;
      margin: auto;
      display: block;
    }

  .lightbox_viewer_content .info_content{
    position: relative;
    width: 28%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    display: none;
  }
    .lightbox_viewer_content .info_content .media_title{
      font-size: 34px;
      color: #fff;
      line-height: 36px;
    }
    .lightbox_viewer_content .info_content .media_caption{
      margin-top: 10px;
      margin-bottom: 50px;
      overflow-y: scroll;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      max-height: 350px; 
      font-size: 16px;
      color: #ddd;
      color: rgba(255,255,255,.6);
      word-wrap: break-word;
      line-height: 20px;
    }
      .lightbox_viewer_content .info_content .media_caption::-webkit-scrollbar { 
          display: none; 
      }
      .lightbox_viewer_content .info_content .media_caption a{
        color: #ddd;
        color: rgba(255,255,255,.6);
        text-decoration: underline;
      }
  .lightbox_viewer .media_info_bottom{
    position: absolute;
    bottom: 2%;
    right: 1%;
    height: 50px;
    width: 29%;
    border-top: 1px solid #666;
    display: none;
  }
    .lightbox_viewer .media_capture_date{
      position: absolute;
      bottom: 0;
      right: 0;
    }
      .lightbox_viewer .media_capture_date{
        font-size: 14px;
        color: #fff;
      }
   
  .popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
  }
  .lightbox_preloader{
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
  }


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
  @media screen and (max-width: 1600px) {}
  @media screen and (max-width: 1400px) {}
  @media screen and (max-width: 1200px) {
    .tabs_locs_wrapper.many_locs li {
      width: 25%;
    }
    .tabs_locs_wrapper.many_locs .tab_wrapper {
      width: 95%;
      width: calc(100% - 14px);
      max-width: none;
    }
  }
  @media screen and (max-width: 979px) {
    .lightbox_tags .retailer_tag_wrap{
      width: 100%;
    }
  }
  @media screen and (max-width: 859px) {}
  @media screen and (max-width: 767px) {
    .collage_area_header {
      min-height: auto;
      margin-bottom: 10px;
    }
    #contact_info.collage_area_header {
      margin-top: 40px;
    }
    .retailer_section_margin{
      margin-top: 40px;
    }
    .tabs_locs_wrapper li,
    .tabs_locs_wrapper.many_locs li {
      width: 33.3%;
    }
    .tabs_locs_wrapper .tab_wrapper,
    .tabs_locs_wrapper.many_locs .tab_wrapper {
      width: 95%;
      width: calc(100% - 14px);
      max-width: none;
    }
    .pinterest_item {    
      width: 48%;
    }
    .gallery_item_wrapper{
      margin-bottom: 10px;
    }
    
  }
  @media screen and (max-width: 640px) {
    .custom_tabs_wrapper1 .tab_wrapper {
      padding: 5px 7px;
    }
    .custom_tabs_wrapper1 .tab_text {
      font-size: 13px;
      font-weight: 500;
    }
    .retailer_tag_wrap{
      width: 50%;
    }
  }
  @media screen and (max-width: 479px) {
    .custom_tabs_wrapper1 {}
      .custom_tabs_wrapper1 .tab_wrapper {
        padding: 5px 4px;
        border: 2px solid transparent;
      }
      .custom_tabs_wrapper1 .tab_text {
         font-size: 11px;
      }
      .tabs_locs_wrapper li,
      .tabs_locs_wrapper.many_locs li {
        width: 50%;
      }
      .tabs_locs_wrapper .tab_inner {
        padding: 25px 30px;
      }
      .gallery_item_wrapper{
        margin-bottom: 5px;
      }
    .collage_img_outter.tall{
      height: 150px;
    }
    .collage_img_outter.half_tall{
      height: 75px;
    }
    .collage_img_outter.short{
      height: 100px;
    }
    .collage_area_header .retailer_subtitle{
      font-size: 16px !important;
    }
  }
  @media screen and (max-width: 413px) {
    .custom_tabs_wrapper1 .tab_wrapper {
      padding: 5px 2px;
    }
    .custom_tabs_wrapper1 .tab_text {
    }
  }
  @media screen and (max-width: 330px) {
    .custom_tabs_wrapper1 .tab_wrapper {
      padding: 5px 1px;
    }
    .custom_tabs_wrapper1 .tab_text {
       font-weight: 400;
    }
  }


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
  @media screen and (max-width: 1200px) {
    .lightbox_viewer{
      width: 800px;
      margin-left: -400px;
    }
    .lightbox_viewer_content .media_content{
        width: 100%;
    }
    .lightbox_viewer_content .media_content iframe{
      width: 768px;
      height: calc(768px * .543);
    }
  }
  @media screen and (max-width: 979px) {
      .lightbox_viewer{
        width: 800px;
        margin-left: -400px;
        margin-top: -300px;
      }
      .lightbox_viewer_content .media_content{
        width: 100%;
      }
        .lightbox_viewer_content .media_content iframe{
          width: 768px;
          height: calc(768px * .543);
        }
      .lightbox_viewer_content .info_content{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
      }
      .lightbox_viewer .media_info_bottom{
        height: 40px;
        width: 98%;
      }
      .lightbox_viewer_content .info_content .media_caption{
        margin-top: 10px;
        margin-bottom: 50px;
        max-height: 250px; 
      }
  }
  @media screen and (max-width: 859px) {  
      .lightbox_viewer{
        width: 600px;
        margin-left: -300px;
      }
      .lightbox_viewer_content .media_content iframe{
        width: 576px;
        height: calc(576px * .543);
      }
  }
  @media screen and (max-width: 767px) {  
    .lightbox_viewer_content .info_content .media_title{
      font-size: 28px;
      line-height: 32px;
    }
    .lightbox_viewer_content .info_content .media_caption{
      font-size: 14px;
    }
    .lightbox_viewer .media_capture_date{
      font-size: 12px;
    }
  }
  @media screen and (max-width: 640px) {
      .lightbox_viewer{
        width: 400px;
        margin-left: -200px;
      } 
      .lightbox_viewer_content .media_content iframe{
        width: 384px;
        height: calc(384px * .543);
      }
      .lightbox_viewer_content .info_content .media_title{
        font-size: 20px;
        line-height: 22px;
      }
      .lightbox_viewer_content .info_content .media_caption{
        font-size: 11px;
      }
      .lightbox_viewer .media_info_bottom{
        height: 20px;
      }
      .lightbox_viewer .media_capture_date{
        font-size: 10px;
      }
  }
  @media screen and (max-width: 479px) {  
      .lightbox_viewer{
        width: 300px;
        margin-left: -150px;
      } 
      .lightbox_viewer_content .media_content iframe{
        width: 288px;
        height: calc(288px * .543);
      }
  }
  @media screen and (max-width: 349px) {  
    .lightbox_viewer{
        width: 250px;
        margin-left: -125px;
        margin-top: -200px;
    } 
      .lightbox_viewer_content .media_content iframe{
        width: 240px;
        height: calc(240px * .543);
      }
  }.custom_lightbox_container .preloader{
    width: 40px;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    margin-top: -20px;
}
.custom_lightbox_container .prompt_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1;
}
    .custom_lightbox_container .prompt_close:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
/* =============================================================================
   Prompts & Sizes
========================================================================== */
.custom_lightbox_container{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 310;
    top: 0;
    left: 0;
    overflow: hidden;
}
    .custom_lightbox_container .prompt_wrap{
        position: relative;
        width: 420px;
        height: 320px;
        background: #fff;
        top: 50%;
        left: 50%;
        margin-left: -210px;
        margin-top: -160px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px;
    }
        .custom_lightbox_container .prompt_wrap.medium{
            height: 400px;
            margin-top: -200px;
        }
        .custom_lightbox_container .prompt_wrap.tall{
            height: 600px;
            margin-top: -300px;
        }
        .custom_lightbox_container .prompt_wrap.huge{
            height: 650px;
            margin-top: -325px;
            width: 60vw;
            margin-left: -30vw;
        }
        .custom_lightbox_container .prompt_wrap .prompt_body{
            height: 190px;
            padding-bottom: 30px;
            margin-bottom: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            overflow-y: scroll;
            height: 100%;
           /* -ms-overflow-style: none;  
            scrollbar-width: none; */
        }
       .custom_lightbox_container .prompt_wrap .prompt_body::-webkit-scrollbar { 
          isplay: none; 
      }



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
    .custom_lightbox_container .prompt_wrap.huge{
        width: 90vw;
        margin-left: -45vw;
    }
}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .custom_lightbox_container .prompt_close {
        top: 15px;
        right: 15px;
        width: 20px;
    }
}
@media screen and (max-width: 479px) {
    .custom_lightbox_container .prompt_wrap {
        background: rgba(255,255,255,.97);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0px;
        margin-top: 0px;
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
        padding: 20px;
    }
        .custom_lightbox_container .prompt_wrap.tall {
            height: 100%;
            margin-top: 0px;
        }
        .custom_lightbox_container .prompt_wrap.huge {
            height: 100%;
            margin-top: 0px;
            width: 100%;
            left: 0;
            margin-left: 0px;
        }
}
@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) {}/* =============================================================================
   Always shrink Header when there is a browsing side bar
   ========================================================================== */
.header_top_desktop {
    height: 60px;
}
.header_logo_wrapper .header_logo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
  .pad_top_header {padding-top: 110px;}
  .pad_top_header2 {padding-top: 60px;}

  .marg_top_header { margin-top: 110px;}
  .marg_top_header2 { margin-top: 60px;}

  .pos_top_header { top: 110px;}
  .pos_top_header2 { top: 60px;}

/* =============================================================================
   SIDE MENU
   ========================================================================== */
#side_bar_back {
  width: 360px;
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  background: #fff;
  z-index: 50;
  border-right: 1px solid #eee;
}
#side_bar_wrap {
  width: 360px;
  position: fixed;
  bottom: 0px;
  left: 0;
  background: #fff;
  z-index: 101;
}
  #side_bar_wrap::-webkit-scrollbar { 
      display: none; 
  }
                                            
#side_bar {
  clear: left;
  list-style: none;
  padding: 0;
  margin: 12px 0;
  width: 360px;
  position: relative;
  overflow: auto;
  height: 100%;
}
  #side_bar section{
    margin-bottom: 20px;
  }
    #side_bar_back, #side_bar_wrap, #side_bar {
      idth: 760px;
    }

/* =============================================================================
   COLLECTIONS
   ========================================================================== */
.tree_back_title{
  padding: 5px 0 5px 20px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.tree_collection_title{
  padding: 5px 0 5px 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tree_divider{
  border-top: 1px solid #f6f6f6;
  padding-top: 10px;
  margin-top: 10px;
}
.tree_no_results{
  text-align: center;
  font-size: 12px;
  color: #666;
}
/* =============================================================================
   FILTER
   ========================================================================== */
.filter_title_main{
  padding: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: inherit;
  font-weight: 700;
}
  .filter_title_main .subtitle{
    color: #aaa;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: inherit;
    font-weight: 400;
  }
.filter_sub_wrap{
  padding: 0px 0px 0px 20px;
  list-style: none;
  margin: 0;
}
  .filter_title_sub{
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    color: #666;
    cursor: pointer;
  }

.radio_wrap, .checkbox_wrap{
  padding: 5px 0;
}
  .radio_wrap.cat_active, .checkbox_wrap.filter_active{
    color: #edad91;
  }
.hover_radio_wrap, .hover_checkbox_wrap{
  display: block;
  float: left;
  margin: 0 8px 0 0;
  cursor: pointer;
  text-align: center;
}
.hover_radio_inner, .hover_checkbox_inner{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
}
.hover_checkbox_inner{
  border-radius: 4px;
}
  .radio_wrap:hover .hover_radio_inner, .checkbox_wrap:hover .hover_checkbox_inner{
    border-color: #ccc;
  }
.hover_radio, .hover_checkbox{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.hover_checkbox{
  border-radius: 1px;
}
  .hover_radio_inner.active, .hover_checkbox_inner.active{
    border-color: #edad91;
  }
  .hover_radio_inner.active .hover_radio, .hover_checkbox_inner.active .hover_checkbox{
    background: #edad91;
  }
    .radio_wrap:hover .hover_radio_inner.active, .checkbox_wrap:hover .hover_checkbox_inner.active{
      border-color: #edad91;
    }

.filter_sub_wrap .color_swatch_wrap{
  display: block;
  float: left;
  margin: 3px;
  cursor: pointer;
  text-align: center;
}
.filter_sub_wrap .color_swatch_wrap_inner{
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
}
  .filter_sub_wrap  .color_swatch_wrap:hover .color_swatch_wrap_inner{
    border-color: #ccc;
  }
.filter_sub_wrap  .color_swatch{
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter_sub_wrap  .color_swatch_wrap_inner.active{
  border-color: #edad91;
}
  .filter_sub_wrap  .color_swatch_wrap_inner.active:hover{
    border-color: #edad91;
  }


.filter_sub_wrap .check_bttn_wrap{
  display: block;
  float: left;
  margin: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  color: #666;
  width: 24%;
  width: calc(25% - 6px);
}
  
.filter_sub_wrap .check_bttn_wrap_inner{
  width: 100%;
  height: 40px;
  display: block;
  margin: auto;
  padding: 2px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
  .filter_sub_wrap .check_bttn_wrap_inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
  }
  .filter_sub_wrap  .check_bttn_wrap:hover .check_bttn_wrap_inner{
    border-color: #ccc;
  }
.filter_sub_wrap  .check_bttn{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
  .filter_sub_wrap .check_bttn_wrap.longer .check_bttn{
    font-size: 10px;
  }
.filter_sub_wrap  .check_bttn_wrap_inner.active{
  border-color: #edad91;
}
  .filter_sub_wrap  .check_bttn_wrap_inner.active:hover{
    border-color: #edad91;
  }


.filter_expandable{
  cursor: pointer;
}
  .filter_expandable:hover{
    background: #eee;
  }
  .filter_expandable .subtitle{
    display: none;
  }
.filter_arrow{
  width: 20px;
  float: right;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.filter_arrow_flip{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter_more_bttn, .attr_group_title{
  text-align: center;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

  .filter_more_bttn:hover, .attr_group_title:hover{
    background: #eee;
  }
  .more_bttn_icon{
    width: 18px;
    margin: 0 10px 0 0;
    opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }
  .more_bttn_icon_hoverable{
    width: 15px;
    margin-left: 10px;
    margin-right: -25px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
  }
  .filter_more_bttn:hover .more_bttn_icon_hoverable{
    opacity: .4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
  }
  
.attr_group_content{
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
/* =============================================================================
  PICKER
 ========================================================================== */
.browse_picker_tabs{
  position: absolute;
  top: -40px;
  left: 0;
  width: 98%;
  padding: 0 1%;
}
  .browse_picker_tabs *{
    ont-family: 'Josefin Sans', sans-serif; 
  }
.browse_picker_section{
  padding: 15px 0 15px 0;
}
  .browse_picker_section *{
    ont-family: 'Josefin Sans', sans-serif; 
  }
.browse_picker_1{
  display: inline-block;
  width: 150px;
  float: right;
}
.browse_picker_wrap{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin-bottom: 5px;
}
  .browse_picker_wrap:hover{
    pacity: .9;
  }

.browse_picker{
  display: table-cell;
  vertical-align: middle;
}
  
  .browse_picker_wrap_1{
    padding: 0 10px;
    height: 40px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
    .browse_picker_wrap_1.active{}    
    .browse_picker_wrap_1 .browse_picker{
      text-align: center;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 300;
      text-transform: uppercase;
    }
      .browse_picker_wrap_1:hover .browse_picker{
        font-weight: 500;
      }
      .browse_picker_wrap_1.active .browse_picker{
        font-weight: 500;
      }
  .browse_picker_wrap_3{
    padding: 20px;
    height: 160px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
    .browse_picker_wrap_3 .browse_picker{
      text-align: center;
      font-size: 60px;
      font-weight: 100;
      text-transform: uppercase;
    }
  .browse_picker_wrap_2{
    padding: 0 20px;
    height: 50px;
    border-right-width: 3px;
    border-right-style: solid;
  }
    .browse_picker_wrap_2 .browse_picker{
      text-align: right;
      font-size: 24px;
      font-weight: 100;
      text-transform: inherit;
    }

/* =============================================================================
   TABS
   ========================================================================== */
.custom_tabs_wrapper2{
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
  .custom_tabs_wrapper2 li {
    float: left;
    position: relative;
    display: block; 
    z-index: 10;
    font-size: 1.1em;
    cursor: pointer;
  } 
.custom_tabs_wrapper2 .tab_wrapper{
  height: 30px;
  margin-right: 5px;
  padding: 10px 10px 0px 10px;
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
  .custom_tabs_wrapper2.tab_wrapper:hover{
    transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border-color: #eee;
  }
  .custom_tabs_wrapper2 .tab_wrapper:hover .tab_text{      
      olor: #edad91;
  }
.custom_tabs_wrapper2 .tab_wrapper.active{
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  order-color: #edad91;
}
  .custom_tabs_wrapper2 .tab_wrapper.active .tab_text{
    olor: #edad91;
    ont-weight: 400;
  }

.custom_tabs_wrapper2 .tab_text {
  display: block;
  float: left;
  ont-weight: 500;
  color: #000;
  font-size: 15px;
  margin: 1px 2px 0 5px;
  ont-family: 'Josefin Sans', sans-serif;
}

/* =============================================================================
   Change Location
   ========================================================================== */
.change_location_preview_wrap{
  position: absolute;
  background: rgba(255,255,255,1);
  width: 100%;
  min-height: 70px;
  padding: 5px 1%;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
  .change_location_preview_wrap .change_location_preview_item{
    padding: 12px 5px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fcfcfc;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
    .change_location_preview_wrap .change_location_preview_item:hover{
      background: #eee;
    }
  .change_location_preview_wrap .change_location_preview_message{
    padding: 12px 5px;
    text-align: center;
    font-size: 14px;
    margin: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #777;
  }
 
/* =============================================================================
   ----------/////////  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) {
  .container_side5_1, .container_side5_1 #side_bar_back, .container_side5_1 #side_bar_wrap{
    left: -360px;
    display: none;
  }
  .container_side5_2{
    padding-left: 0;
  }
  .pad_top_header { padding-top: 60px; }
  .marg_top_header { margin-top: 60px; }
  .pos_top_header { top: 60px; }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}




/* =============================================================================
   BOOTSTRAP TOOLTIP ONLY
========================================================================== */
  .tooltip {
      position: absolute;
      z-index: 1070;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal;
      white-space: normal;
      filter: alpha(opacity=0);
      opacity: 0;
      line-break: auto
  }

  .tooltip.in {
      filter: alpha(opacity=90);
      opacity: .9
  }

  .tooltip.top {
      padding: 5px 0;
      margin-top: -3px
  }

  .tooltip.right {
      padding: 0 5px;
      margin-left: 3px
  }

  .tooltip.bottom {
      padding: 5px 0;
      margin-top: 3px
  }

  .tooltip.left {
      padding: 0 5px;
      margin-left: -3px
  }

  .tooltip-inner {
      max-width: 200px;
      padding: 3px 8px;
      color: #fff;
      text-align: center;
      background-color: #111;
      border-radius: 4px
  }

  .tooltip-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid
  }

  .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.top-left .tooltip-arrow {
      right: 5px;
      bottom: 0;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.top-right .tooltip-arrow {
      bottom: 0;
      left: 5px;
      margin-bottom: -5px;
      border-width: 5px 5px 0;
      border-top-color: #111;
  }

  .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #111;
  }

  .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #111;
  }

  .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }

  .tooltip.bottom-left .tooltip-arrow {
      top: 0;
      right: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }

  .tooltip.bottom-right .tooltip-arrow {
      top: 0;
      left: 5px;
      margin-top: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #111;
  }.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) {}