/* =============================================================================
DESKTOP
========================================================================== */
.pad_top_header, .pad_top_header2 {
  padding-top: 100px;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  transition: padding 0.3s;
}
.pad_top_header2 { padding-top: 100px; }
.pad_top_header.shrink {padding-top: 100px;}
.pad_top_header2.shrink {padding-top: 100px;}

.marg_top_header, .marg_top_header2 {
  margin-top: 100px;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  transition: margin 0.3s;
}
.marg_top_header2 { margin-top: 100px; }
.marg_top_header.shrink { margin-top: 100px;}
.marg_top_header2.shrink { margin-top: 100px;}

.pos_top_header, .pos_top_header2 {
  top: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pos_top_header2 { top: 100px; }
.pos_top_header.shrink { top: 100px;}
.pos_top_header2.shrink { top: 100px;}

.header_top_desktop {
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0px;
  top: 0px;
  z-index: 105;
  height: 100px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
  .header_top_desktop.shrink {
    height: 100px;
  }
.header_center {
  margin: auto;
  text-align: center;
  height: 100%;
}
  .header_center nav {
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
/* =============================================================================
   EXTRA
   ========================================================================== */
.header_extra_wrapper{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 8px 18px 8px 18px;
}
  .header_extra_wrapper *{
    font-weight: 600;
  }
.header_city{
  font-weight: 100;
}
/* =============================================================================
   LOGO
   ========================================================================== */
.header_logo_wrapper{
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  margin: 0 20px;
}
.header_logo_wrapper a{
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;

}
  .header_logo_wrapper .header_logo,
  .header_logo_wrapper .DS_editable_img{
    margin-top: 0px;
    margin-right: 0px;
    height: 100%;
  }
/* =============================================================================
   FOR ALERTS
   ========================================================================== */
.header_spacer_normal{
  width: 100%;
  position: relative;
  height: 50px;
}
.header_spacer_alert{
  height: 100px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_city{
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .desktop { display: none; }
  .pad_top_header { padding-top: 60px;}
  .marg_top_header { margin-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) {}/* =============================================================================
 NAV
 ========================================================================== */
.header_nav2 ul{
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
  .header_nav2 ul:before {
    content: '\200B';
    display: inline-block;
    height: 100%; 
    vertical-align: middle;
  }
.header_nav2 .nav_item_wrap{
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_nav2 .nav_item{
  position: relative;
  display: inline-block;
  padding: 0px; 
  margin: 0;
  height: 100%;
  list-style: none;
}
  .header_nav2 .nav_item:hover{
  }
  .header_nav2 .nav_item:hover h5{
    color: #555; 
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: margin-bottom 200ms ease;   
  }
  .header_nav2 .nav_item a{
    display: inline-block;
    padding: 0px 18px;
    height: 100%;
    text-align: center;
    font-weight: 400;
  }    
    .header_nav2 .nav_item a h5{
      color: #333;
      margin: 0 10px;
      height: 100%;
    }
    .header_nav2 .nav_item a h5:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }
.header_nav2 .nav_active { 
}
  .header_nav2 .nav_active a h5 {
    color: #666; 
  }

.nav_bg{
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
 /* =============================================================================
   DROPDOWN MENU
   ========================================================================== */
.nav_dropdown_menu{
  position: absolute;
  z-index: 98;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0px;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  top: -600px;
  height: 100vh;
  visibility: hidden;
}
.nav_dropdown_inner{
  background: rgba(255,255,255,1);
  width: 100%;
  min-height: 200px;
  max-height: 450px;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.header_social_wrapper1{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 8px 18px;
}
.header_social_wrapper1 .header_social_content{
  float: left;
  margin-right: 10px;
}
.header_social_wrapper1 .header_social_icon{
  width: 30px;
  height: 30px;  
}
.header_social_wrapper1 .header_social_icon svg{
  width: 30px;
  height: 30px;
}
.header_social_wrapper1 .header_social_icon .SI_solid{
  fill: #333;
}
.header_social_wrapper1 .header_social_icon .SI_stroke{
  stroke: #333;
}
.header_social_wrapper1 .header_social_icon .SI_void{
  fill: none !important;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {	
}/* =============================================================================
   WRAPPERS
   ========================================================================== */
#mobile_header1.mobile{
  display: none;
}
#mobile_header1.header_top_mobile{
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0px; 
  top: 0px;
  z-index: 100;
  height: 60px;
  background: rgba(255,255,255, .25);
}
#mobile_header1 #mobile_menu_back {
  width: 300px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: -310px;
  background: rgba(255, 255, 255, 1);  
  z-index: 101;
}
#mobile_header1 #mobile_menu_wrap {
  width: 300px;
  position: fixed;
  top: 0px;
  left: -310px;
  z-index: 102;
}

/* =============================================================================
   SEARCH
========================================================================== */
#mobile_header1 .mobile_search{
  height: 100%; 
  padding-left: 70px;
}
  #mobile_header1 .mobile_search .search_wrapper{
    height: 100%;
  }
    #mobile_header1 .mobile_search .search_wrapper.searching {
      background: #fff;
    }
    #mobile_header1 .mobile_search .search_wrapper .search_box {
      display: inline-block;
      font-size: 24px;
      padding: 0 10px;
      width: 80%;
      width: calc(100% - 70px);
      height: 100%;
      line-height: 60px;
      vertical-align: middle;
      letter-spacing: 1px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      white-space: nowrap; 
      overflow: hidden;
    }
      #mobile_header1 .mobile_search .search_wrapper .search_box:focus{
       outline: none;
      }

    #mobile_header1 .mobile_search .search_wrapper .search_icon {
      width: 25px;
      height: 25px;
      display: inline-block; 
      margin-left: 20px;
      margin-right: 20px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.5;
      filter: alpha(opacity=50); /* For IE8 and earlier */
    }
      #mobile_header1 .mobile_search .search_wrapper .search_icon svg{
        width: 100%;
        height: 100%; 
        margin: 0;
      }
      #mobile_header1 .mobile_search .search_wrapper .search_icon .icon_solid{
        fill: #333;
      }
        #mobile_header1 .mobile_search .search_wrapper .search_icon.active .icon_solid{
          fill: #edad91;
        }

/* =============================================================================
   CART
========================================================================== */
   #mobile_header1 .mobile_header_bag_wrapper .cart_icon {
    width: 25px;
    height: 25px;
    display: inline-block; 
  }
    #mobile_header1 .mobile_header_bag_wrapper .cart_icon svg{
      width: 100%;
      height: 100%; 
      margin: 0;
    }
    #mobile_header1 .mobile_header_bag_wrapper .cart_icon .icon_solid{
      fill: #333;
    }
      #mobile_header1 .mobile_header_bag_wrapper .cart_icon.active .icon_solid{
        fill: #edad91;
      }

/* =============================================================================
   NAV
========================================================================== */
  #mobile_header1 #mobile_menu {
    clear: left;
    list-style: none;
    padding: 0;
    margin-top: 60px;
    
  }
  #mobile_header1 .nav_item{
    display: inline-block;
    padding: 0px; 
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    list-style: none;
    border-bottom: 1px solid #eee;
  }
    #mobile_header1 .nav_item .a{
      display: block;
      padding: 22px 20px 0px 20px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: background .4s cubic-bezier(0.8,0,0.22,1);
    }
    #mobile_header1 .mob_sub_menu_indicator {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #3a6997;
        transition: all .4s cubic-bezier(0.8,0,0.22,1);
    }
    #mobile_header1 .a{
      cursor: pointer;
    }
    #mobile_header1 .nav_item .label{
      margin: 0 10px;
    }
      #mobile_header1 .nav_item > .a:hover{
      }
      #mobile_header1 .nav_item > .a:hover .label{
        -webkit-transition: background-color 200ms ease;
        -moz-transition: background-color 200ms ease;
        -o-transition: background-color 200ms ease;
        transition: all .4s cubic-bezier(0.8,0,0.22,1);
      }
  #mobile_header1 .nav_active {}
    #mobile_header1 .nav_active .mob_sub_menu_indicator{
      left: 97%;
    }
  #mobile_header1 .menu{
    list-style: none outside;
    padding: 0;
    text-align: left;
  }

/* =============================================================================
   SUB MENU
========================================================================== */
  #mobile_header1 .mob_sub_menu_back {
    display: block;
    position: fixed;
    width: 270px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    left: -300px;
    background: #ddd; 
    z-index: 109;
  }
  #mobile_header1 .mob_sub_menu {
    width: 270px;
    position: fixed;
    top: 0px;
    left: 0px;
    left: -300px;
    bottom: 0;
    overflow: auto;
    z-index: 110;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 10px 10px 10px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  #mobile_header1 .mob_sub_menu .menu{
    padding:0;
    margin: 0;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item{
    width: 100%;
    display: block;
    float: left;
    display: inline-block;
    padding: 0px; 
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255, .25);
  }
    #mobile_header1 .mob_sub_menu .sub_menu_item a{
      padding: 5px 0;
      width: 100%;
      display: block;
      padding: 22px 20px 0px 20px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: background .4s cubic-bezier(0.8,0,0.22,1);
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
      margin: 0 10px;
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item a:hover .sub_menu_label{
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item:hover{
    }
  #mobile_header1 .sub_menu_label{ 
    text-align: center;
  }

  .sub_menu_close svg{
      width: 50px;
      height: 50px;
    }
    .sub_menu_close .icon_solid{
      fill: #fff;
      fill: rgba(255,255,255, .5);
    }
    .sub_menu_close .icon_stroke{
      stroke: #fff;
      stroke: rgba(255,255,255, .5);
    }
    .sub_menu_close .icon_void{
      fill: none !important;
    }
      .sub_menu_close:hover .icon_solid{
        fill: #fff;
        fill: rgba(255,255,255, 1);
      }
      .sub_menu_close:hover .icon_stroke{
        stroke: #fff;
        stroke: rgba(255,255,255, 1);
      }

/* =============================================================================
   MENU BTTN
========================================================================== */
  #mobile_header1 .bttn_mobile_menu {
    position: fixed;
    top: 0;
    z-index: 103;
    float: left;
    cursor: pointer;
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    background: rgba(255,255,255,.5);
    padding: 15px;
    height: 30px;
    width: 34px;
  }
    #mobile_header1 .bttn_mobile_menu:hover {
      transition: opacity .3s cubic-bezier(.5,.5,.5,.5);
      opacity: 1;
      filter: alpha(opacity=100); /* For IE8 and earlier */
    }
    #mobile_header1 .bttn_mobile_menu svg{
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 0;
    }
    #mobile_header1 .bttn_mobile_menu .icon_solid{
      fill: #333;
    }
    #mobile_header1 .bttn_mobile_menu .icon_stroke{
      stroke: #333;
    }
    #mobile_header1 .bttn_mobile_menu_active{
      background: transparent;
    }
      #mobile_header1 .bttn_mobile_menu_active .icon_solid{
        fill: #222;
      }
      #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
        stroke: #222;
      }
      #mobile_header1 .bttn_mobile_menu .icon_void{
        fill: none !important;
      }

/* =============================================================================
   LOGO
========================================================================== */
  #mobile_header1 .mobile_header_logo_wrapper{
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #mobile_header1 .mobile_header_logo_wrapper .header_logo{
    margin-top: 0px;
    margin-right: 0px;
    height: 100%; 
  }
  .sub_menu_close{
    position: absolute;
    width: 340px;
    padding-right: 10px;
    top: 10px;
    right: 0px;
    color: #fff;
    z-index: 91;
    cursor: pointer;
    font-size: 30px;
    text-align: right;
  }

/* =============================================================================
   FOR ALERTS
========================================================================== */
  #mobile_header1 .header_spacer_normal{
    width: 100%;
    position: relative;
    height: 0px;
  }
  #mobile_header1 .header_spacer_alert{
    height: 50px;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (min-width: 980px) { 
  /* -- ***NEEDED!!!*** -  FIXES JS ERROR WHEN RESIZING-- */
  #mobile_header1 #mobile_menu_back {
    left: -310px !important;
  }
  #mobile_header1 #mobile_menu_wrap {
    left: -310px !important;
  }
}
@media screen and (max-width: 979px) {
  #mobile_header1.mobile{ display: block; }
}
@media screen and (max-width: 859px) {
  #mobile_header1 .mobile_search .search_wrapper .search_icon{
    margin-left: 5px;
    margin-right: 5px;
  }
  #mobile_header1 .mobile_search .search_wrapper .search_box{
    font-size: 16px;
    padding: 0;
    padding-left: 10px;
    width: 80%;
    width: calc(100% - 40px);
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
  #mobile_header1 .mobile_search .search_wrapper .search_icon{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-height: 700px) {
  #mobile_header1 .nav_item{
    height: 60px;
  }
  #mobile_header1 .nav_item .a{    
    padding-top: 15px;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item{
    height: 60px;
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item a{
    padding-top: 15px;
  }
}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
  clear: left;
  list-style: none;
  padding: 0;
  padding-top: 60px;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
  #mobile_menu::-webkit-scrollbar {
      display: none;
  }
  #mobile_menu {
    -ms-overflow-style: none;
  }
.extra_right{
  text-align: right;
  position: absolute;
  right: 10px;
  top: -55px;
}
#mobile_header1 .header_nav1_2 .nav_item {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0;
    vertical-align: middle;
    height: 100%;
    border-bottom-width: 0px;
    width: auto;
}
.mobile_menu_item{
  float: left;
  text-align: left;
  border-right: 4px solid transparent; 
  border-bottom: 0px;
  margin: 2px 0 2px 0%;
  padding: 4px 0 4px 5%;
  width: 95%;
  color: #000;
}
  .mobile_menu_item:hover {
    border-bottom: 0px;
    border-right: 4px solid #ccc;  
    background: #ccc;
    color: #333;
  }
.mobile_menu_item_active {
  border-top: 0px;
  border-right: 4px solid #ccc !important;  
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {  
  .mobile_menu_item{
    font-size: 1.25em;
  }
}/* =============================================================================
   SIDE Social1
   ========================================================================== */
.mobile_social_wrapper1{
  vertical-align: middle;
  padding: 15px 5px 15px 0px;
}
.mobile_social_wrapper1 .header_social_content{
  float: left;
  margin-right: 1px;
}
.mobile_social_wrapper1 .header_social_content:first-of-type{
  margin-left: 5px;
}
.mobile_social_wrapper1 .header_social_content:last-of-type{
  margin-right: 0px;
}
.mobile_social_wrapper1 .header_social_icon{
  width: 25px;
  height: 25px;  
}
.mobile_social_wrapper1 .header_social_icon svg{
  width: 25px;
  height: 25px;
}
.mobile_social_wrapper1 .header_social_icon .SI_solid{
  fill: #fff;
}
.mobile_social_wrapper1 .header_social_icon .SI_stroke{
  stroke: #fff;
}
.mobile_social_wrapper1 .header_social_icon .SI_void{
  fill: none !important;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {	
}/* =============================================================================
   SIDE Social2
   ========================================================================== */
.mobile_social_wrapper2{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 15px 5px 15px 0px;
}
.mobile_social_wrapper2 .header_social_content{
  float: left;
  margin-right: 1px;
}
  .mobile_social_wrapper2 .header_social_content:last-of-type{
    margin-right: 0px;
  }
.mobile_social_wrapper2 .header_social_icon{
  width: 25px;
  height: 25px;  
}
.mobile_social_wrapper2 .header_social_icon svg{
  width: 25px;
  height: 25px;
}
.mobile_social_wrapper2 .header_social_icon .SI_solid{
  fill: #333;
}
.mobile_social_wrapper2 .header_social_icon .SI_stroke{
  stroke: #333;
}
.mobile_social_wrapper2 .header_social_icon .SI_void{
  fill: none !important;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) { 
  .mobile_social_wrapper2 .social_networks{
    display: none;
  }
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER
   ========================================================================== */
.footer3{
	width: 100%;
	position: relative;
	z-index: 11;	
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {
	.footer3{
		position: relative !important;
		z-index: 4 !important;
	}
}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
  font-size: 12px;
}
.company_stamp {
  display: table;
  margin: 20px auto 10px auto;
  height: 50px;
}
.copyright{
  color: #333;
  margin: 20px 0;
  float: left;
}
.footer_signin {
  margin: 20px 0 20px 10px;
  float: left;
  text-decoration: underline;
}
  .footer_signin a {  
    color: #444;
  }
.fiveone_stamp {
  color: #333;
  font-family: arial;
  font-weight: 100;
  text-align: center;
}
  .fiveone_stamp a{
    color: #444;
    text-decoration: underline;
  }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {
  .footer_extra p{
    font-size: .55em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
  }	
}/* =============================================================================
   FOOTER NAV
   ========================================================================== */  
.footer_nav_item{
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
  .footer_nav_item h6{
    color: #333;
    font-family: arial;
    font-weight: 600;
  }
    .footer_nav_item:hover h6{
      color: #555; 
    }
.footer_nav_item:hover, .footer_nav_active{
  border-bottom: 2px solid #555;
}
.footer_nav_active h6{
  color: #555;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {	
  #footer_nav{ display: none; }
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) { 
}
@media screen and (max-width: 479px) {	
}/* =============================================================================
   FOOTER ORG HRS
   ========================================================================== */
.footer_org_hrs_wrapper{
  margin-top: 15px;
}
   .footer_org_hrs_wrapper .DoW{
     width: 30%;
     float: left;
     display: block;
   }
      .footer_org_hrs_wrapper .DoW p{
        text-align: right;
      }
   .footer_org_hrs_wrapper .DoW_hrs{
     width: 70%;
     float: left;
     display: block;
   }
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {}/* =============================================================================
   FOOTER Social
   ========================================================================== */
.footer_social1 .footer_social_item {
  margin-bottom: 5px;
}
.footer_social1 .footer_social_icon{
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.footer_social1 .footer_social_icon svg{
  width: 40px;
  height: 40px;
}
.footer_social1 .footer_social_icon .SI_solid{
  fill: #333;
}
.footer_social1 .footer_social_icon .SI_stroke{
  stroke: #333;
}
.footer_social1 .footer_social_icon .SI_void{
  fill: none !important;
}
.footer_social1 .footer_social_item p {
  display: inline-block;
  vertical-align: middle;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@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) {  
}/* =============================================================================
   RESULTS LIST
========================================================================== */
	.rl{
	  padding: 0;
	  margin: 0;
	  list-style: none;
	}

	.rli{
		width: 33%;
		float: left;
		margin-bottom: 50px;
	}
	.rli .item_wrap{
		width: 95%;
		margin: auto;
		display: block;
	}
	.rli .item_img{
		position: relative;
		width: 200px;
		height: 200px;
		margin: auto;
	}

/* =============================================================================
	ITEM FLAGS ONLY
========================================================================== */
	.rli .item_flag_wrap{
		position: absolute;
		top: 10px;
		left: -5px;
		background: #eee;
	}
		.rli .item_wrap:hover .item_flag_wrap{
			-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
			-ms-transition: all .3s ease;
			-o-transition: all .3s ease;
			transition: all .3s ease;
			opacity: .5;
		}
	.rli .item_flag_wrap.item_flag_w_mark{
		background: #edad91;
	}
	.rli .item_flag{
		position: relative;
		padding: 15px 25px 15px 35px;
		font-weight: 400;
		color: #333;
	}
	.rli .item_flag.item_flag_w_mark{
		padding: 10px 25px 20px 35px;
		color: #fff;
	}
		.rli .item_flag.item_flag_w_mark .strike{
			color: rgba(255,255,255,.6);
		}
		.rli .item_flag.item_flag_w_mark .strike_text{
			color: #fff;
		}
		
		.rli .item_flag .item_price{
			font-size: 14px;
		}
			.rli .item_flag .item_price *{
				font-weight: 700;
			}
		.rli .item_flag .item_mark{
			position: absolute;
			bottom: 0;
			left: 5px;
			width: 100%;
			text-align: center;
			display: block;
			margin: auto;
		}
			.rli .item_flag .item_mark *{
				font-weight: 700;
				font-size: 11px;
				letter-spacing: 0px;
				color: #fff;
			}
		.rli .flag_tail1, .flag_tail2 {
		    position: absolute;
		    right: -14px;
		}
		.rli .flag_tail1{
			top: 0;
		    width: 0;
		    height: 0;
		    border-style: solid;
		    border-width: 30px 15px 0 0;
		    border-color: #eee transparent transparent transparent;
		}
		.rli .flag_tail2 {
		    bottom: 0;
		    width: 0;
		    height: 0;
		    border-style: solid;
		    border-width: 30px 0 0 15px;
		    border-color: transparent transparent transparent #eee;
		}
		.rli .item_flag.item_flag_w_mark .flag_tail1{
		    border-color: #edad91 transparent transparent transparent;
		}
		.rli .item_flag.item_flag_w_mark .flag_tail2{
		    border-color: transparent transparent transparent #edad91;
		}

/* =============================================================================
	DETAILS
========================================================================== */
	.rli .item_details{
		text-align: center;
		height: 55px;
	}
		.rli .item_details .item_title{
			font-size: 13px;
			word-wrap: break-word;
			word-break: break-all;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			width: 100%;
			display: block;
		}
		.rli .item_details .item_sub_title{
			font-size: 12px;
			color: #999;
			display: block;
		}

/* =============================================================================
	Type 2 Price Display
========================================================================== */
	.rli .item_details.type2{
		height: 80px;
	}
		.rli .item_details .item_price_wrap {
			padding: 10px 0;
		}
			.rli .item_details .item_price_wrap span{
				font-size: 14px;
				font-weight: 500;
				letter-spacing: 0;
				color: #000;
			}
			.rli .item_details .item_price_wrap.item_price_w_mark span{
				color: #000;
			}
			.rli .item_details .item_price_wrap.item_price_w_mark .item_mark{
				margin-left: 15px;
			}
				.rli .item_details .item_price_wrap.item_price_w_mark .item_mark,
				.rli .item_details .item_price_wrap.item_price_w_mark .item_mark span{
					color: #777;
				}

/* =============================================================================
	NO RESULTS
========================================================================== */
	.nr_wrapper{
	  text-align: center;
	  padding: 20px 0;
	}
	.nr_img{
	  max-width: 125px;
	}
	.nr_text{
	  color: #999;
	}

/* =============================================================================
 SORTING
========================================================================== */
	.sort_bar{
	  position: relative;
	  bottom: -70px;
	  margin-top: -70px;
	  height: 70px;
	  padding: 0;
	  display: inline-block;
	  width: 100%;
	  text-align: right;
	}	
		.sort_bar.no_tabs{
			bottom: 0px;
			margin-top: 0px;
		}
		.sort_bar .mob_filter_bttn_wrap{
			margin-right: 20px;
			vertical-align: middle;
			display: none;
		}
		.sort_bar .mob_filter_bttn{
			text-align: center; 
			background: #ccc; 
			background: rgba(240,240,240,.75);
			padding: 10px 20px; 
			height: 50px;
			line-height: 25px;
			cursor: pointer;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;	
		}
			.sort_bar .mob_filter_bttn:hover{
				background: rgba(240,240,240,1);
			}
			.sort_bar .mob_filter_bttn p{
				display: inline-block;
				vertical-align: middle;
				line-height: normal;
				margin: 0;
				padding: 0;
			}
			.sort_bar .mob_filter_bttn.active{
				background: rgba(240,240,240,.9);
			}
				.sort_bar .mob_filter_bttn.active:hover{
					background: rgba(240,240,240,1);
				}
				.sort_bar .mob_filter_bttn.active p{}
		.sort_bar .sort_wrap *{
		    vertical-align: middle;
		    display: inline-block;
		}
		.sort_bar .sort_label{
			text-align: right;
			margin-right: 20px;
			font-weight: 500;
		}
		.sort_bar .sort_select{
			min-width: 200px;
			max-width: 300px;
		}
  
/* =============================================================================
   REPOSITIONABLE IMGS
========================================================================== */
	.repositionable_wrap {
	  position: relative;
	  overflow: hidden;
	  margin: auto;
	}
	  .repositionable_wrap .repositionable_img{
	    position: absolute;
	    margin: 0;
	  }

.browse1_preloader{
	width: 50px;
	margin: auto;
	display: block;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
	.rli .item_img {
	    width: 140px;
	    height: 140px;
	}
	.rli .item_flag {
	    padding: 10px 20px 10px 30px;
	}
		.rli .item_flag .item_price {
		    font-size: 11px;
		}
	.rli .flag_tail1, .flag_tail2 {
	    right: -14px;
	}
	.rli .flag_tail1 {
	    border-width: 30px 15px 0 0;
	}
	.rli .flag_tail2 {
	    border-width: 30px 0 0 15px;
	}
	.rli .item_details .item_title {
	    font-size: 10px;
	    letter-spacing: 1px;
	}
	.rli .item_details .item_sub_title{
		font-size: 9px;
	}
}
@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; }

  .rli .item_flag_wrap{
		opacity: .85;
  }
  .sort_bar .mob_filter_bttn_wrap{
		display: inline-block;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
	.rli{
		width: 50%;
		margin-bottom: 30px;
	}
	.mob_filter_bttn_wrap{
		margin-right: 10px;
	}
	.mob_filter_bttn{
		padding: 3px 10px; 
		height: 35px;
		line-height: 25px;
	}
	.sort_bar .mob_filter_bttn{
		margin-right: 10px;	
		height: 35px;
		padding: 5px 15px;
	}
	.sort_bar .sort_select{
		min-width: 150px;
		max-width: 200px;
	}
	.sort_bar .sort_label{
		margin-right: 5px;
	}
}/* =============================================================================
   Ecommerce Prompts - General
========================================================================== */ 
    .prompt_container .prompt_preloader{
        width: 40px;
        margin: auto;
        display: block;
        position: relative;
        top: 50%;
        margin-top: -20px;
    }
    .prompt_container .prompt_close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        margin: 0;
        cursor: pointer;
        z-index: 1;
    }
        .prompt_container .prompt_close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }
/* =============================================================================
   Ecommerce Prompts & Sizes
========================================================================== */
    .prompt_container{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 310;
        top: 0;
        left: 0;
        overflow: hidden;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
        .prompt_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: 30px;
        }
            .prompt_container .prompt_wrap.medium{
                height: 400px;
                margin-top: -200px;
            }
            .prompt_container .prompt_wrap.large{
                height: 500px;
                margin-top: -250px;
                width: 50vw;
                margin-left: -25vw;
            }
            .prompt_container .prompt_wrap.tall{
                height: 600px;
                margin-top: -300px;
            }
            .prompt_container .prompt_wrap.huge{
                height: 650px;
                margin-top: -325px;
                width: 60vw;
                margin-left: -30vw;
            }
            .prompt_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;
               /* -ms-overflow-style: none;  
                scrollbar-width: none; */
            }
           .prompt_container .prompt_wrap .prompt_body::-webkit-scrollbar { 
              isplay: none; 
            }
                .prompt_container .prompt_wrap.huge .prompt_body{
                    height: 425px;
                } 
                .prompt_container .prompt_wrap.large .prompt_body{
                    height: 425px;
                }  
                .prompt_container .prompt_wrap.tall .prompt_body{
                    height: 405px;
                }  
                .prompt_container .prompt_wrap.medium .prompt_body{
                    height: 305px;
                } 

/* =============================================================================
   Elements
========================================================================== */
     .prompt_container .prompt_item{
        padding: 10px;
        font-size: 14px;
        margin-bottom: 5px;
        cursor: pointer;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
        .prompt_container .prompt_item:hover{
            background: #eee;
        }
        .prompt_container .prompt_item img{
            width: 40px;
            padding: 2px 3px;
            background: #f9f9f9;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }
        .prompt_container .prompt_item .small_text{
           font-size: 10px;
        }

        .prompt_container .prompt_item.active{
            background: #555;
        }
            .prompt_container .prompt_item.active:hover{
                background: #777;
            }
            .prompt_container .prompt_item.active *{
                color: #fff;
            }
        
/* =============================================================================
   Add to Cart
========================================================================== */
    .prompt_container .prompt_wrap.added_to_bag{
            height: 130px;
            margin-top: -65px;
        }
            .prompt_container .prompt_wrap.added_to_bag h2{
                margin-top: 0;
                padding: 0;
            }

/* =============================================================================
   SignUp
========================================================================== */
    .prompt_container .prompt_wrap .pop_up_extra{
        margin: auto;
        display: block;
        text-align: center;
        position: absolute;
        bottom: 50px;
        width: 100%;
        left: 0;
        color: #999;
    }
    .prompt_container .prompt_wrap.signup h2{
        margin-top: 0;
        padding: 0;
    }

/* =============================================================================
   Cart QTYs
========================================================================== */
    .prompt_container .qty_wrap{
        position: relative;
    }
        .prompt_container .qty_wrap .prompt_qty{
            text-align: center;
            font-size: 48px;
            display: block;
            line-height: 48px;
        }
        .prompt_container .qty_wrap .qty_arrow{
            width: 30px;
            display: block;
            margin: 0px auto;
            opacity: .6;
            cursor: pointer;
        }
            .prompt_container .qty_wrap .qty_arrow:hover{
                opacity: 1;
            }

/* =============================================================================
   Cart Location Messages
========================================================================== */
    .prompt_container .comment_textarea{
        height: 110px !important;
        min-height: 110px !important;
        resize: none !important;
        text-align: left;
    }
        
/* =============================================================================
   Gift Card Edit
========================================================================== */ 
    .prompt_container .giftcard_textarea{
        height: 110px !important;
        min-height: 110px !important;
        resize: none !important;
        text-align: left;
    }
    .prompt_container .fixed_price_wrap h4{
        text-align: center;
        font-size: 32px;
        margin-bottom: 0;
        letter-spacing: 0;
    }
    .prompt_container .fixed_price_wrap p{
        text-align: center;
        color: #777;
        font-size: 12px;
        margin-top: -5px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }
    .prompt_container .prompt_card{
        width: 25%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
    }
        .prompt_container .prompt_card.active{
            padding: 1px;
        }
        .prompt_container .prompt_card .card_obj:hover .card_wrapper{
            -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0, .5);
            box-shadow: 0 1px 5px -1px rgba(0,0,0, .5);
        }
        .prompt_container .prompt_card.active .card_obj .card_wrapper,
        .prompt_container .prompt_card.active .card_obj:hover .card_wrapper{
            -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0, 1);
            box-shadow: 0 1px 5px -1px rgba(0,0,0, 1);
        }
    
/* =============================================================================
   Cart Gift Cards
========================================================================== */
    .prompt_container .pick_icon {
        width: 35px;
        height: 36px;
        display: block;
    }
        .prompt_container .pick_icon svg{
          width: 35px;
          height: 35px; 
          margin: 0;
        }
         .prompt_container .pick_icon .icon_solid{
          fill: #555;
        }

        .prompt_container .prompt_item.active .pick_icon .icon_solid{
          fill: #fff;
        }
        .prompt_container .pick_icon .gc_wrapper{
            width: 35px;
            height: 23px; 
            margin: 0;
            margin-top: 10px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

/* =============================================================================
   Submit Buttons
========================================================================== */
    .prompt_container .buttons_wrap{
        max-width: 500px;
        display: block;
        margin: auto;
    }
    .prompt_container .buttons_wrap .button_1.cancel_bttn{
        background: #ccc;
    }
        .prompt_container .buttons_wrap .button_1.cancel_bttn:hover{
            border-color: #ccc;
        }


/* =============================================================================
   Search Select
========================================================================== */
    .input_search_select{
      position: relative;
    }
      .input_search_select.inactive,
      .input_search_select.inactive input[type="text"]{
        cursor: pointer !important;
      }
      .input_search_select .input_search_select_dd_wrap,
      .input_search_select .input_search_select_dd_wrap.p_rel{
        position: absolute;
        max-height: 250px;
        top:  60px;
        left:  0;
        overflow-y: scroll;
        padding: 3px 1%; /* Need this otherwise mobile will pad to much */
        margin: 3px;     
        color: #333;
        width: 97%; /*fall back if needed */
        width: calc(98% - 6px);
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px; 
        border-radius: 10px;
        background: #f3f3f3; 
        border-bottom: 1px solid #eee; 
        z-index: 10; 
      }
      .input_search_select .input_search_select_dd_wrap.p_rel{
        position: relative;
        top: 2px;      
      }
        .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item{
          padding: 10px 5px;
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-size: 13px;
          cursor:  pointer;
          margin: 2px auto;
          -webkit-border-radius: 3px; 
          -moz-border-radius: 3px; 
          border-radius: 3px;
        }
        .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item:hover{
          background: #fafafa;
        }
        .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item.disabled{
          cursor: inherit;
          opacity: .4;
          filter: alpha(opacity=40); /* For IE8 and earlier */
        }
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item.disabled: hover{
            background: none;
          }
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item.default{
            background: #f6f6f6;
          }
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item.selected,
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item.default.selected{
            font-weight: 600;
            background: #fdfdfd;   
          }
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .secondary_value{
            font-size: 11px;
            color:  #999;
            line-height: 15px;
            margin-left: 10px;
          }
          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .img_preview{
            width: 50px;
            height: 50px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
          }

          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .img_preview .preview_image_wrapper {
              position: relative;
              display: block;
              width: 100%;
              height: 0px;
              padding-bottom: 100%;
              margin: 0;
              overflow: hidden;
              -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            }
              .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .img_preview .preview_image_wrapper .image_img{
                position: absolute;
                display: table-cell;
                top: -9999px;
                bottom: -9999px;
                left: -9999px;
                right: -9999px;
                margin: auto;
              }
              .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .img_preview .preview_image_wrapper.image_wide .image_img{
                height: 100%;
                max-width: none;
              }
              .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .img_preview .preview_image_wrapper.image_tall .image_img{
                width: 100%;
              }



          .input_search_select .input_search_select_dd_wrap .input_search_select_dd_item .text_preview{
            display: inline-block;
            vertical-align: middle;
          }
          
      .input_search_select .input_search_select_preview_message{
        text-align: center;
        padding: 10px 5px;
      }

  /********** Placeholders **********/
    ::-webkit-input-placeholder { color: #bbb; font-style: italic; }
    :-moz-placeholder { color: #bbb;  font-style: italic; }
    /* firefox 19+ */
    ::-moz-placeholder { color: #bbb;  font-style: italic; }
    /* ie */
    :-ms-input-placeholder { color: #bbb !important;  font-style: italic; /*darker gray - important needed to for ie10+*/}
    input:-moz-placeholder { color: #bbb;  font-style: italic; }
    .placeholder { color: #bbb;  font-style: italic; }



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
    .prompt_container .prompt_wrap.huge{
        width: 90vw;
        margin-left: -45vw;
    }
}
@media screen and (max-width: 979px) {
    .prompt_container .prompt_wrap.large{
        width: 90vw;
        margin-left: -45vw;
    }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .prompt_container .prompt_close {
        top: 15px;
        right: 15px;
        width: 20px;
    }
    .prompt_container .fixed_price_wrap h4{
        font-size: 24px;
    }
    .prompt_container .fixed_price_wrap p{
        font-size: 9px;
    }
}
@media screen and (max-width: 479px) {
    .prompt_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;
    }
        .prompt_container .prompt_wrap.medium{
            height: 100%;
            margin-top: 0px;
        }
        .prompt_container .prompt_wrap.tall {
            height: 100%;
            margin-top: 0px;
        }
        .prompt_container .prompt_wrap.huge {
            height: 100%;
            margin-top: 0px;
            width: 100%;
            left: 0;
            margin-left: 0px;
        }
        .prompt_container .prompt_wrap.large {
            height: 100%;
            margin-top: 0px;
            width: 100%;
            left: 0;
            margin-left: 0px;
        }

        .prompt_container .prompt_wrap.signup h2 {
            margin-top: 50%;
            margin-top: 30vh;
        }
        .prompt_container .prompt_wrap.added_to_bag{
            height: 100%;
            margin-top: 0;
        }
            .prompt_container .prompt_wrap.added_to_bag h2{
                margin-top: 60%;
                margin-top: 40vh;
            }
        .prompt_container .fixed_price_wrap h4{
            font-size: 20px;
        }
        .prompt_container .fixed_price_wrap p{
            font-size: 9px;
        }
}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}/* =============================================================================
   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: 3px;
  text-transform: uppercase;
}
  .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;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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;
}

  .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;
}

/* =============================================================================
   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 {}


.mob_filter_close_bttn_wrap{
  display: none;
}
/* =============================================================================
   ----------/////////  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) {
  .mob_filter_close_bttn_wrap{
    display: block;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}