/* =============================================================================
Secondary Header
========================================================================== */
/*  .header_top_desktop2{
    text-align: left;
    width: 100%;
    padding: 5px 10px; 
    top: 0px;
    z-index: 115;
    height: 40px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .header_left,
  .header_right {
    margin: auto;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .header_left{
    width: 60%;
    text-align: left;
  }
  .header_right {
    text-align: right;
    width: 40%;
  }
    .header_left > a,
    .header_right > a {
      eight: 100%;
      display: inline-block;
      vertical-align: middle;
    }
    .header_left .secondary_header_nav,
    .header_right .secondary_header_nav{
      margin-left: 10px;
      margin-right: 10px;
    }
      .header_left .secondary_header_nav p,
      .header_right .secondary_header_nav p{
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        color: #fff;
        font-weight: 700;
        margin: 0;
      }

      .header_left .connect_social_icon,
      .header_right .connect_social_icon{
        width: 20px;
        height: 20px;
        margin-right: 0px;
        display: inline-block;
        vertical-align: middle;
      }
      .header_left .connect_social_icon svg,
      .header_right .connect_social_icon svg{
        width: 20px;
        height: 20px;
      }
      .header_right .connect_social_icon .SI_solid,
      .header_left .connect_social_icon .SI_solid {
        fill: #fff;
      }
      .header_left .connect_social_icon .SI_stroke,
      .header_right .connect_social_icon .SI_stroke{
        stroke: #fff;
      }
      .header_left .connect_social_icon .SI_void,
      .header_right .connect_social_icon .SI_void{
        fill: none !important;
      }

    
    .header_left a {
      display: inline-block;
      vertical-align: middle;
    }
      .header_left a:hover * {
        color: #3a9ed8;
      }*/
  
/* =============================================================================
  DESKTOP
========================================================================== */
  .pad_top_header, .pad_top_header2 { padding-top: 120px; }
    .pad_top_header.shrink, .pad_top_header2.shrink {padding-top: 60px;}
  .marg_top_header, .marg_top_header2 { margin-top: 120px; }
    .marg_top_header.shrink, .marg_top_header2.shrink { margin-top: 60px;}
  .pos_top_header, .pos_top_header2{ top: 120px; }
    .pos_top_header.shrink, .pos_top_header2.shrink{ top: 60px; }

  .pad_top_header2 { padding-top: 140px; }
    .pad_top_header2.shrink {padding-top: 120px;}
  .marg_top_header2 { margin-top: 140px; }
    .marg_top_header2.shrink { margin-top: 120px;}
  .pos_top_header2{ top: 140px; }
    .pos_top_header2.shrink{ top: 120px; }

  .header_top_desktop {
    background: rgba(255,255,255,.75);
    top: 0px;
    height: 120px;
    padding: 30px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 30px 60px 20px rgba(0,0,0,.09);
    box-shadow: 0 30px 60px 20px rgba(0,0,0,.09);

    backdrop-filter:  blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .header_top_desktop.non_trans {
    background: rgba(17,69,151,.8);
    background: linear-gradient(to right,  rgba(108,76,170,.8) 0%,rgba(20,64,198,.8) 100%);
  }
    .header_top_desktop.shrink {
      height: 60px;
      background: rgba(255,255,255,.75);
      padding: 0px 0;
      -webkit-box-shadow: 0 30px 60px 20px rgba(0,0,0,.09);
      box-shadow: 0 30px 60px 20px rgba(0,0,0,.09);
     /* backdrop-filter:  blur(20px);
      -webkit-backdrop-filter: blur(20px);*/

    }
  .header_top_desktop.header_center {
    text-align: left;
  }
    .header_center nav {
      width: 100%;
    }

/* =============================================================================
   EXTRA
========================================================================== */
  .header_extra_wrapper{
    color: #3a3a3a;
  }
    .header_extra_wrapper *{
    }
  .header_city{
  }
  .header_top_desktop2 .header_right .nav_bag.active *{
    color: #ec008c;
    fill: #ec008c;
  }

/* =============================================================================
   LOGO
========================================================================== */
  .header_logo_wrapper{
    padding: 0px 0;
    text-align: left;
    max-height: 60px;
    width: 240px;
    margin: 0px 20px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
    .header_top_desktop.shrink .header_logo_wrapper{
      margin: 0 20px 0 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    .header_logo_wrapper .header_logo{
      padding: 5px 0;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* =============================================================================
   FOR ALERTS
========================================================================== */
  .header_spacer_normal{}
  .header_spacer_alert{}

/* =============================================================================
   Drop Downs
========================================================================== */
      .header_nav1 .nav_item.custom_nav_item{
        float: right !important;
        padding: 5px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f9f9f9;
        cursor: pointer;
        font-weight: 600;
        margin-top: 0;
      }
      .header_nav1 .nav_item.custom_nav_item a{
        padding: 1px 3px !important;
      }
      .header_nav1 .nav_item.custom_nav_item h5{
        letter-spacing: 0 !important;
      }
      .header_nav1 .nav_item.custom_nav_item.active a,
      .header_nav1 .nav_item.custom_nav_item a:hover{
          ackground: rgba(255,255,255,.9) !important;
          background: transparent;
      }
      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_icon_border{
          display: inline-block;
          vertical-align: middle;
          padding: 2px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          overflow: hidden;
          
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;

         background: #50dfb3;
      }
  
      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_icon {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          border-radius: 100px;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          overflow: hidden;
          
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 3px;
      }
      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_icon_border .custom_nav_item_icon{
          width: 20px;
          height: 20px;
          padding: 0;
      }
      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_icon img {}

      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_icon svg {
          width: 100%;
          height: 100%;
          fill: #777;
      }
      
      .header_nav1 .nav_item.custom_nav_item .custom_nav_item_text{
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          margin-left: 10px;
      }
         .header_nav1 .nav_item.custom_nav_item .custom_nav_item_text * {
            font-size: 14px;
            font-weight: 700;
            color: #229ee3;
            display: inline-block; 
            white-space: nowrap; 
            overflow: hidden; 
            text-overflow: ellipsis; 
            text-align: left;
            margin: 0;
            margin-top: 3px;
            font-family: 'Montserrat', sans-serif;
          }

  .dd_user_account_menu_wrap{
    display: none;
    position: fixed;
    top:  50px;
    top: -500px;
    right: 0px;
    z-index: 101;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
    .dd_user_account_menu_wrap.active{
      top: 120px;
      display: block;
    }
      .main_container.header_is_shrunk .dd_user_account_menu_wrap.active{
        top: 60px;
      }

    .top_dd{
      float: right;
      background: #fff;
      padding: 10px;
      width: 200px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 3px 20px -2px rgba(0,0,0,.2);
      box-shadow: 0 3px 20px -2px rgba(0,0,0,.2);
      margin-top: 10px;
    }
        .top_dd .dd_item{
            padding: 15px 10px;
            font-size: 14px;
            background: #f7f7f7;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            margin-bottom: 10px;
            cursor: pointer;

            font-size: 13px;
            color: #000;
            font-weight: 700;
            letter-spacing: 0px;
            font-family: 'Montserrat', sans-serif;
        }
            .top_dd .dd_item:hover{
                background: #eee;
            }

/* =============================================================================
   CART BUBBLE
========================================================================== */
  .cart_item_cnt_bubble{
    position: absolute;
    top: -5px;
    left: 15px;
    padding: 3px 4px;
    height: 15px;
    color: #fff !important;
    font-size: 9px;
    background: red;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }



/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .pad_top_header, .pad_top_header2 { padding-top: 70px; }
  .marg_top_header, .marg_top_header2 { margin-top: 70px; }
  .pos_top_header, .pos_top_header2 { top: 70px; }
  .pad_top_header.shrink, .pad_top_header2.shrink { padding-top: 70px; }
  .marg_top_header.shrink, .marg_top_header2.shrink { margin-top: 70px; }
  .pos_top_header.shrink, .pos_top_header2.shrink { top: 70px; }
}
@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_nav1 ul {
    height: auto;
    width: calc(100% - 280px);
  }
  .header_nav1 .nav_item{
    margin: 3px 7px 0 7px;
    border: 0;
    float: left;
  }
    .header_nav1 .nav_item:hover{}
    .header_nav1 .nav_item:hover h5{ 
      color: #000;
    }
    .header_nav1 .nav_item > a{
      padding: 9px 13px 9px 13px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }   
      .header_nav1 .nav_item > a:hover{
        background: rgba(255,255,255,.8);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
      }  
      .header_nav1 .nav_item > a h5{
        font-size: 14px;
        margin: 0;
        color: #000;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
      }
      .header_nav1 .nav_item.prominent,
      .header_nav1 .nav_item.prominent2{
        float: right;
        margin-top: 0;
      }
      .header_nav1 .nav_item.prominent > a,
      .header_nav1 .nav_item.prominent2 > a{
        color: #512367;
        background: #229ee3;
        margin: 0;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: normal;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 9px 20px;
      }
        .header_nav1 .nav_item.prominent > a:hover,
        .header_nav1 .nav_item.prominent2 > a:hover{
          background: #0e6e96;
          color: #fff;
          -webkit-transition: all .4s ease;
          -moz-transition: all .4s ease;
          -ms-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease;
        }
        .header_nav1 .nav_item.prominent > a h5{
          color: #fff;
        }
        .header_nav1 .nav_item.prominent2 > a{
          background: transparent;
        }
          .header_nav1 .nav_item.prominent2 > a h5{
            color: #229ee3;
          }
          .header_nav1 .nav_item.prominent2 > a:hover{
            background: rgba(255,255,255,.8);
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
          }
          .header_nav1 .nav_item.prominent2 > a:hover h5{
            color: #229ee3;
          }

  .header_nav1 .nav_active {}
    .header_nav1 .nav_active > a,
    .header_nav1 .nav_active > a:hover{ 
      background: #50dfb3;
    }
    .header_nav1 .nav_item.nav_active > a h5{
     color: #fff;
    }

  .header_extra_wrapper .header_nav1 .nav_item > a h5{
      font-weight: 300;
      letter-spacing: 3px;
      font-size: 10px;
  }

/* =============================================================================
   DROPDOWN MENU
========================================================================== */
  .header_nav1 .nav_dropdown_menu{
    background: rgba(255,255,255,.95);
    min-width: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-top: 5px;
    -webkit-box-shadow: 0 1px 10px -2px rgba(0,0,0,.5);
    box-shadow: 0 1px 10px -2px rgba(0,0,0,.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .header_nav1 .nav_dropdown_item{
  }
    .header_nav1 .nav_dropdown_item > a{
      padding: 10px 0;
      display: block;
    }
    .header_nav1 .nav_dropdown_item > a:hover h6{
      color: #000;
      text-shadow: 0 0 0 transparent;
    }
    .header_nav1 .nav_dropdown_item > a:hover{
      background: #f9fcfe;
    }
     
    .header_nav1 .nav_dropdown_item:hover{
      background: #f9fcfe;
    }
  .header_nav1 .nav_dropdown_text{ 
    color: #333;
    font-size: 14px;
    font-weight: 600;
  }

/* =============================================================================
    CUSTOM
========================================================================== */
  .header_nav1 .nav_item.cart_nav_item{
    float: right !important;
    padding: 0px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0px 5px 0 5px;
    width: 35px;
    height: 35px;
}
  .header_nav1 .nav_item.cart_nav_item:hover{
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
  }
  .header_nav1 .nav_item.cart_nav_item a{
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
  }
  .header_nav1 .nav_item.cart_nav_item .cart_img{
     width: 100%;
    height: 100%;
  }
  .header_nav1 .nav_item.cart_nav_item .cart_img svg{
    width: 100%;
    height: 100%;
  }
  .header_nav1 .nav_item.cart_nav_item .cart_img svg .SI_solid{
    fill: #000;
  }
  .header_nav1 .nav_item.cart_nav_item .cart_img svg .SI_stroke{
    stroke: #000;
  }
  .header_nav1 .nav_item.cart_nav_item .cart_img svg .SI_void{
    fill: none !important;
  }
  .header_nav1 .nav_item.cart_nav_item:hover .cart_img svg .SI_solid,
  .header_nav1 .nav_item.cart_nav_item.nav_active .cart_img svg .SI_solid{
    fill: #229ee3;
  }
  .header_nav1 .nav_item.cart_nav_item:hover .cart_img svg .SI_stroke,
  .header_nav1 .nav_item.cart_nav_item.nav_active .cart_img svg .SI_stroke{
    stroke: #229ee3;
  }


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .header_nav1 .nav_item a h5{
    letter-spacing: 1px;
  }
  .header_nav1 .nav_item.narrow_hide{
    display: none;
  }
}
@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{
	position: absolute;
	right: 140px;
	left: auto;
	top: 6px;
}
	.header_social_wrapper1 .header_social_content{
	}
	.header_social_wrapper1 .header_social_icon{  
		width: 17px;
	}
		.header_social_wrapper1 .header_social_icon svg{
			width: 22px;
		}
		.header_social_wrapper1 .header_social_icon .SI_solid{
			fill: #fff;
		}
		.header_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #fff;
		}
		.header_social_wrapper1 .header_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  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{
  }
  #mobile_header1.header_top_mobile{
    background: #fff;
  }
  #mobile_header1 #mobile_menu_back {
    background: #fff;
  }
  #mobile_header1 #mobile_menu_wrap {
  }

/* =============================================================================
   NAV
========================================================================== */
  #mobile_header1 #mobile_menu {
    background: #fff;
  }
    #mobile_header1 .bttn_mobile_menu:hover {
    }
    #mobile_header1 .bttn_mobile_menu svg{
    }
    #mobile_header1 .bttn_mobile_menu .icon_solid{
      fill: #000;
    }
  #mobile_header1 .nav_item{
    border-bottom: 0px solid #eee;
  }
    #mobile_header1 .nav_item .a{
      padding: 15px 15px 0px 15px;
    }
     #mobile_header1 .nav_item.login_item .a{
      argin-top: 10px;
      adding-top: 10px;
      border-top: 1px solid #50dfb3;
    }
    #mobile_header1 .nav_item.signout_bttn .a{
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      background: #f9fcfe;
      padding: 5px 10px;
      margin: 10px 5px;
      height: auto;
      width: auto;
      display: table;
    }
    #mobile_header1 .nav_item.signout_bttn .a .label{
      font-weight: 700;
    }
    #mobile_header1 .mob_sub_menu_indicator {
      background: #50dfb3;
    }
    #mobile_header1 .nav_item .label{
      font-weight: 500;
      font-size: 16px;
    }
      #mobile_header1 .nav_item > .a:hover{
      }
      #mobile_header1 .nav_item > .a:hover .label{ 
      }
  #mobile_header1 .nav_active {}
    #mobile_header1 .nav_active .mob_sub_menu_indicator{
      background: #50dfb3;
    }
  #mobile_header1 .menu{
  }

/* =============================================================================
   SUB MENU
========================================================================== */
  #mobile_header1 .mob_sub_menu_back {
  }
  #mobile_header1 .mob_sub_menu {
    background: #22aae3;
  }
  #mobile_header1 .mob_sub_menu .menu{
  }
  #mobile_header1 .mob_sub_menu .sub_menu_item{
  }
    #mobile_header1 .mob_sub_menu .sub_menu_item a{
          padding: 22px 10px 0px 10px;
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item a .sub_menu_label{
      color: #fff;
      margin-right: 0;
      font-size: 13px;
      letter-spacing: -0.3px;
    }
    #mobile_header1 .mob_sub_menu .sub_menu_item.parent_page a .sub_menu_label{
      font-weight: 800;
    }
    #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{ 
  }


  .sub_menu_close svg{
    }
    .sub_menu_close .icon_solid{
    }
    .sub_menu_close .icon_stroke{
    }
    .sub_menu_close .icon_void{
    }
      .sub_menu_close:hover .icon_solid{
      }
      .sub_menu_close:hover .icon_stroke{
      }

/* =============================================================================
   MENU BTTN
========================================================================== */
  #mobile_header1 .bttn_mobile_menu {
  }
    #mobile_header1 .bttn_mobile_menu:hover {
    }
    #mobile_header1 .bttn_mobile_menu svg{
    }
    #mobile_header1 .bttn_mobile_menu .icon_solid{
    }
    #mobile_header1 .bttn_mobile_menu .icon_stroke{
    }
  #mobile_header1 .bttn_mobile_menu_active{
  }
    #mobile_header1 .bttn_mobile_menu_active .icon_solid{
    }
    #mobile_header1 .bttn_mobile_menu_active .icon_stroke{
    }
    #mobile_header1 .bttn_mobile_menu .icon_void{
    }

/* =============================================================================
   LOGO
========================================================================== */
  #mobile_header1 .mobile_header_logo_wrapper{
    padding: 10px 0;
    height: 40px;
  }
  #mobile_header1 .mobile_header_logo_wrapper .header_logo{
  }

    .mini_icon, .mini_icon1_2, .mini_icon2, .mini_icon3 {
      width: 25px;
      height: 26px;
      display: inline-block; 
    }
      .mini_icon svg, .mini_icon1_2 svg, .mini_icon2 svg, .mini_icon3 svg{
        width: 25px;
        height: 25px; 
        margin: 0;
      }
  #mobile_header1 .mobile_header_bag_wrapper{
      position: absolute;
      top: 0;
      right: 20px;
      z-index: 101;
      height: 40px;
      width: 40px;
  }
    #mobile_header1 .mobile_header_bag_wrapper a {
        display: block;
        text-align: center;
        font-weight: 400;
        padding: 16px 18px;
        position: relative;
    }
      #mobile_header1 .mobile_header_bag_wrapper a .mini_icon2 {
         margin-right: 5px;  
      }
      #mobile_header1 .mobile_header_bag_wrapper a .cart_item_cnt_bubble {
        top: 10px;
      }

/* =============================================================================
   FOR ALERTS
========================================================================== */
  .header_spacer_normal{
  }
  .header_spacer_alert{
  }


/* =============================================================================
   ----------/////////  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) {}/* =============================================================================
   NAV
   ========================================================================== */
#mobile_menu {
}
.mobile_menu_item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile_menu_item h5{
  	color: #797979;
    font-size: 24px;
    font-family: 'CatalinaAvalonSansLight', serif; 
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  .mobile_menu_item:hover {
    background: #fff;
  }
    .mobile_menu_item:hover *{
      color: #333;
    }
.mobile_menu_item_active {
    border-right: 4px solid #333 !important;
    background: #f9f9f9;
}
  .mobile_menu_item_active:hover {
      background: #f9f9f9;
  }
.mobile_menu_item_active h5 {
    color: #333;
}
/* =============================================================================
   ----------/////////  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 Social1
   ========================================================================== */
.mobile_social_wrapper1{
}
	.mobile_social_wrapper1 .header_social_content{
	}
		.mobile_social_wrapper1 .header_social_content:last-of-type{
		}
	.mobile_social_wrapper1 .header_social_icon{
		margin-left: 5px;  
	}
		.mobile_social_wrapper1 .header_social_icon svg{
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_solid{
			fill: #229ee3;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_stroke{
			stroke: #229ee3;
		}
		.mobile_social_wrapper1 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  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{
}
	.mobile_social_wrapper2 .header_social_content{
	}
	  .mobile_social_wrapper2 .header_social_content:last-of-type{
	  }
	.mobile_social_wrapper2 .header_social_icon{
		margin-right: 5px;  
	}
		.mobile_social_wrapper2 .header_social_icon svg{
			border-radius: 50px;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_solid{
			fill: #229ee3;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_stroke{
			stroke: #229ee3;
		}
		.mobile_social_wrapper2 .header_social_icon .SI_void{
		}
/* =============================================================================
   ----------/////////  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
   ========================================================================== */
.footer1{
	color: #333;
	z-index: 20;
	position: relative;
	background: #f9fcfe;
	border-top: 1px solid #eee;

}
#footer_nav{
	width: 70%;
	margin-right: 30%;
	text-align: center;
}

.veteran_wrap{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
  .veteran_wrap img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 10px;
  }
  .veteran_wrap > div{
    display: inline-block;
    vertical-align: middle;
    olor: #fff;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  #footer_nav{
    width: 100%;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
  .veteran_wrap img{
    width: 20px;
  }
}
@media screen and (max-width: 479px) {}/* =============================================================================
   EXTRA
   ========================================================================== */  
.footer_extra p{
	color: #aaa;
}
.company_stamp {
}
.copyright{
}
.footer_signin {
}
  .footer_signin a {
  	color: #999;  
  }
.fiveone_stamp {
}
  .fiveone_stamp a{
  	color: #999;
    cursor: default;
  }
/* =============================================================================
   ----------/////////  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 NAV
   ========================================================================== */  
.footer_nav_item{
  margin: 0px 2px 0 2px;
  padding: 8px 13px 8px 13px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
  .footer_nav_item h6{
    color: #000;
    font-weight: 600;
    font-size: 13px;
  }
    .footer_nav_item:hover h6{
      color: #000;
    }
  .footer_nav_item:hover{
    background: #fff;
  }
  .footer_nav_item.footer_nav_active:hover, .footer_nav_active{
    background: #50dfb3;
  }
  .footer_nav_item:hover, .footer_nav_active{
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
   box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
  }
.footer_nav_active h6{
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .footer_nav_item h6{
    font-weight: 600;
    font-size: 11px;
  }
}
@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 {
}
	.footer_org_hrs_wrapper p{
      color: #000;
	}
/* =============================================================================
   ----------/////////  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 { 
}
	.footer_social1 .footer_social_item a > *{ 
		color: #000;
	}
.footer_social1 .footer_social_icon{
}
	.footer_social1 .footer_social_icon svg{
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	}
	.footer_social1 .footer_social_icon .SI_solid{
		fill: #229ee3;
	}
	.footer_social1 .footer_social_icon .SI_stroke{
		stroke: #229ee3;
	}
	.footer_social1 .footer_social_icon .SI_void{}
/* =============================================================================
   ----------/////////  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) {}.slickSlider2_wrapper{
  width: 100%;
  margin: 0px auto;
}


.slickSlider2_wrapper .sliding_item{
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    
    .slickSlider2_wrapper .slick-slide {
      margin: 0px 10px;
      display: block; 
      float: left;
      position: relative;
      transform: scale(.65);
    }
        .slickSlider2_wrapper .slick-slide:focus, .slickSlider2_wrapper .slick-slide *:focus {
           outline: none;
        }
        .slickSlider2_wrapper .slick-slide .slickSlider2_media{
            width: 100%;
            min-height: 100px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-box-shadow: 0 5px 50px -20px rgba(0,0,0,.5);
            box-shadow: 0 5px 50px -20px rgba(0,0,0,.5);
            overflow: hidden;
            border: 5px solid rgba(255,255,255,.25);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            .slickSlider2_wrapper .slick-slide .slickSlider2_media img {
                width: 100%;
                min-height: 100px;
                display: block;
            }
        
    .slickSlider2_wrapper .slick-prev:before,
    .slickSlider2_wrapper .slick-next:before {
      color: black;
    }

    .slickSlider2_wrapper .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .4;
    }
    
    .slickSlider2_wrapper .slick-active {
      opacity: .8;
    }

    .slickSlider2_wrapper .slick-current {
      opacity: 1;
    }


 

/*.slickSlider2_wrapper .slickSlider2_text{
    position: absolute;
    top: 50%;
    margin-top: -120px;
    left: 700px;
    width: 700px;
    isibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
     ransform: scale(.5);
}*/

.slickSlider2_wrapper .slick-list {
    overflow: visible;
}

.slickSlider2_wrapper .slick-active{
    transform: scale(1);
 }
 .slickSlider2_wrapper .slick-active .slickSlider2_media{
    -webkit-box-shadow: 0 5px 50px -20px rgba(0,0,0,1);
    box-shadow: 0 5px 50px -20px rgba(0,0,0,1);
    border: 5px solid #fff;
}
 /*.slickSlider2_wrapper .slick-active .slickSlider2_text{
      opacity: 1;
 }*/
 .slickSlider2_wrapper .slick-active .slickSlider2_text .custom_slider_text_wrap{
      opacity: 1;
 }/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider2_wrapper{
}
  .wmuSlider2_wrapper.has_testimonial_photo{
    height: 701px;
  }
.wmuSlider2{
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider2 .wmuSliderPrev, .wmuSlider2 .wmuSliderNext {
}
.wmuSlider2 .wmuSliderPrev {
    background: url('img/sprite_left.png') no-repeat 0 0;
    left: -40px;
}
.wmuSlider2 .wmuSliderNext {
    right: -40px;
    background: url('img/sprite_right.png') no-repeat 0 0;
}
/* =============================================================================
   TESTIMONIALS FORMATTING ONLY
   ========================================================================== */
.wmuSlider2 article {
  border-width: 0px;
}
  .wmuSlider2 article.has_testimonial_photo{
    height: 701px;
  }
.testimonial_picture{
}
.testimonial_message{
}
.testimonial_author{
}

/* =============================================================================
   ----------/////////  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) {
  .wmuSlider2_wrapper.has_testimonial_photo{
    height: 550px;
  }
  .wmuSlider2 article.has_testimonial_photo{
    height: 550px;
  }
}
@media screen and (max-width: 479px) {
  .wmuSlider2_wrapper.has_testimonial_photo{
      height: 400px;
    }
  .wmuSlider2 article.has_testimonial_photo{
    height: 400px;
  }
}/* =============================================================================
   BLOG GENERAL
   ========================================================================== */
.blog2{
	padding-bottom: 0px;
}
	.blog2 li{
		margin: 0;
		width: 31%;
		position: relative;
		left: 0;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	    -webkit-box-shadow: 0 5px 50px -20px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 50px -20px rgba(0, 0, 0, .5);
		overflow: hidden;
		background: rgba(255, 255, 255, 0.85);
		border-radius: 15px;
	   -webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	   -webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.blog2 li:hover{
		background: #fff;
		-webkit-box-shadow: 0 20px 15px 0 rgba(0,0,0,.25);
		box-shadow: 0 20px 15px 0 rgba(0,0,0,.25);
	}
	.blog2 li .headline_wrapper{
		padding: 20px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		ackground: rgba(255, 255, 255, 0.85);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
		


		height: 350px;
		

		vertical-align: middle;
		display: table-cell;
	}
		.blog2 li .headline_wrapper:hover{}
	.blog2 li a{
		width: 100%;
		height: 100%;
	   overflow: hidden;
	   display: table;
	}

		.blog2 li:nth-of-type(even){
			margin: 1%;
		}
		.blog2 li:nth-of-type(odd){
			margin: 1%;
		}
		.blog2 li:last-of-type {
		    isplay: none;
		}

		.blog2 li .blog_cover_img_wrapper{
			isplay: none;
			background: #f9fcfe;
			height: 240px;
			padding-bottom: 0px;
			display: table-row;
		}
.blog2 .post_title{
	padding: 20px;
	top: 0%;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.blog2 .post_title .title{
		font-size: 18px;
		color: #229ee3;
		font-weight: 600;
		text-align: center;
	}
		.blog2 li .headline_wrapper:hover .post_title .title{}
	.blog2 .post_title .sub_title{
		color: #333;
	}
.blog2 .headline_wrapper .post_date{
	text-align: center;
	border-top: 1px solid #ccc;
	max-width: 150px;
	display: block;
	margin: auto;
	padding-top: 10px;
}
	.blog2 .headline_wrapper .post_date *{
		color: #229ee3;
	}
	.blog2 li .headline_wrapper:hover .post_date *{}

.blog2 li:hover .post_title .title, 
.blog2 li:hover .post_title .sub_title {}


/* =============================================================================
   ----------/////////  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) {
	.blog2 li{
		width: 48%;
	}
	.blog2 li:last-of-type {
	    display: block;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
	.blog2 li{
		width: 98%;
		max-width: 337px;
		margin: auto;
		display: block;
	}
	.blog2 li:nth-of-type(even), .blog2 li:nth-of-type(odd){
		margin: 10px auto;
	}
	.blog2 li .headline_wrapper {
	    height: auto;
	}
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
/* =============================================================================
   ----------/////////  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) {}/* =============================================================================
   RESULTS LIST
========================================================================== */
	.rl{
		text-align: center;
		margin: auto;
	}

	.rli{
		width: 300px;
		float: none;
		display: inline-block;
		margin-bottom: 30px;
	}
	.rli .item_wrap{
		background: #fff;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,.25);
		box-shadow: 0 5px 10px -5px rgba(0,0,0,.25);
		overflow: hidden;
	}
		.rli .item_wrap:hover{
			-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
			box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
		}
	.rli .item_img{
		width: 285px;
	   height: 285px;
	}

	.rli .item_flag_wrap{
		background: #eee;
	}
		.rli .item_wrap:hover .item_flag_wrap{
			opacity: .5;
		}
	.rli .item_flag_wrap.item_flag_w_mark{
		background: #ec008c;
	}
	.rli .item_flag{
		color: #333;
	}
	.rli .item_flag.item_flag_w_mark{
		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{}
			.rli .item_flag .item_price *{}
		.rli .item_flag .item_mark{}
			.rli .item_flag .item_mark *{
				color: #fff;
			}
		.rli .flag_tail1, .flag_tail2 {}
		.rli .flag_tail1{
		    border-color: #eee transparent transparent transparent;
		}
		.rli .flag_tail2 {
		    border-color: transparent transparent transparent #eee;
		}
		.rli .item_flag.item_flag_w_mark .flag_tail1{
		    border-color: #ec008c transparent transparent transparent;
		}
		.rli .item_flag.item_flag_w_mark .flag_tail2{
		    border-color: transparent transparent transparent #ec008c;
		}

	.rli .item_details{
		padding-top: 10px;
		border-top: 1px solid #eee;
	}
		/*.rli .item_details .item_title{
			font-size: 18px;
			letter-spacing: 0;
		}*/
		.rli .item_details .item_title {
		    font-size: 16px;
		    letter-spacing: 0;
		    word-wrap: break-word;
		    word-break: break-word; /* Corrected from break-all */
		    text-overflow: ellipsis;
		    overflow: hidden;
		    width: 100%;
		    display: -webkit-box; /* Required for line-clamp */
		    -webkit-line-clamp: 2; /* Number of lines to show */
		    -webkit-box-orient: vertical; /* Set the box orientation */
		    white-space: normal;
		    font-weight: 600;
		}
		.rli .item_details .item_sub_title{}

	.nr_wrapper{}
	.nr_img{}
	.nr_text{
	  color: #999;
	}

	.rl.custom_narrow{
		
	}
		.rl.custom_narrow .rli{
			width: 240px;
			margin-bottom: 10px;
		}
		.rl.custom_narrow .rli .item_img{
			width: 225px;
			height: 225px;
		}

/* =============================================================================
	Type 2 Price Display
========================================================================== */
	.rli .item_details.type2{
		height: 100px;
	}
		.rli .item_details .item_price_wrap {
			color: #3a9ed8;
			font-weight: 700;
		}
			.rli .item_details .item_price_wrap span{
				color: #3a9ed8;
				font-weight: 700;
			}
			.rli .item_details .item_price_wrap.item_price_w_mark span{
				color: #3a9ed8;
				font-weight: 700;
			}
			.rli .item_details .item_price_wrap.item_price_w_mark .item_mark{}
				.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{}

/* =============================================================================
 SORTING
========================================================================== */
	.sort_bar{}	
		.sort_bar .mob_filter_bttn_wrap{}
		.sort_bar .mob_filter_bttn{
			background: #f1f1f1
			border-radius: 70px;
		   -webkit-border-radius: 70px;
		   -moz-border-radius: 70px;	
		}
			.sort_bar .mob_filter_bttn:hover{
				background: #eee;
			}
			.sort_bar .mob_filter_bttn p{
				line-height: 30px;
			}
		.sort_bar.no_tabs{}
		.sort_bar .sort_wrap *{}
		.sort_bar .sort_label{}
		.sort_bar .sort_select{}
  
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.rli{
		width: 260px;
		margin-bottom: 15px;
	}
	.rli .item_img{
		width: 247px;
	   height: 247px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
	.rli{
		width: 230px;
		margin-bottom: 10px;
	}
	.rli .item_img{
		width: 247px;
	   height: 247px;
	}
	.rli .item_details .item_title{
		font-size: 15px;
	}
}
@media screen and (max-width: 479px) {
	.rli{
		width: 355px;
		margin-bottom: 15px;
	}
	.rli .item_img{
		width: 337px;
	   height: 337px;
	}
	.rli .item_details .item_title{
		font-size: 15px;
	}
	.sort_bar .mob_filter_bttn p{
		line-height: 12px;
	}
}
@media screen and (max-width: 413px) {
	.rli{
		width: 330px;
		margin-bottom: 15px;
	}
	.rli .item_img{
		width: 314px;
	   height: 314px;
	}
	.rli .item_details .item_title{
		font-size: 15px;
	}
}.prompt_container .prompt_preloader{}
.prompt_container .prompt_close {}
    .prompt_container .prompt_close:hover {}
/* =============================================================================
   Ecommerce Prompts & Sizes
========================================================================== */
.prompt_container{}
    .prompt_container .prompt_wrap{
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }
        .prompt_container .prompt_wrap.medium{}
        .prompt_container .prompt_wrap.tall{}
        .prompt_container .prompt_wrap.large{}
        .prompt_container .prompt_wrap.huge{}
        .prompt_container .prompt_wrap .prompt_body{}
       .prompt_container .prompt_wrap .prompt_body::-webkit-scrollbar {}
            .prompt_container .prompt_wrap.huge .prompt_body{}  
            .prompt_container .prompt_wrap.large .prompt_body{}  
            .prompt_container .prompt_wrap.tall .prompt_body{}  
            .prompt_container .prompt_wrap.medium .prompt_body{}  
/* =============================================================================
   Elements
========================================================================== */
     .prompt_container .prompt_item{}
        .prompt_container .prompt_item:hover{}
        .prompt_container .prompt_item img{}
        .prompt_container .prompt_item .small_text{}

        .prompt_container .prompt_item.active{
            background: #25303a;
        }
            .prompt_container .prompt_item.active:hover{
                background: #25303a;
            }
            .prompt_container .prompt_item.active *{}
        
/* =============================================================================
   Add to Cart
========================================================================== */
    .prompt_container .prompt_wrap.added_to_bag{
        height: 190px;
        margin-top: -95px;
    }
        .prompt_container .prompt_wrap.added_to_bag h2{}

/* =============================================================================
   SignUp
========================================================================== */
    .prompt_container .prompt_wrap .pop_up_extra{}
    .prompt_container .prompt_wrap.signup h2{}

/* =============================================================================
   Cart QTYs
========================================================================== */
    .prompt_container .qty_wrap{}
        .prompt_container .qty_wrap .prompt_qty{}
        .prompt_container .qty_wrap .qty_arrow{}
            .prompt_container .qty_wrap .qty_arrow:hover{}

/* =============================================================================
   Cart Location Messages
========================================================================== */
    .prompt_container .comment_textarea{}
        
/* =============================================================================
   Gift Card Edit
========================================================================== */ 
   .prompt_container .giftcard_textarea{}
    .prompt_container .fixed_price_wrap h4{}
    .prompt_container .fixed_price_wrap p{}
    .prompt_container .prompt_card{}
        .prompt_container .prompt_card.active{}
        .prompt_container .prompt_card .card_obj:hover .card_wrapper{}
        .prompt_container .prompt_card.active .card_obj .card_wrapper,
        .prompt_container .prompt_card.active .card_obj:hover .card_wrapper{}
    
/* =============================================================================
   Cart Gift Cards
========================================================================== */
     .prompt_container .pick_icon {}
         .prompt_container .pick_icon svg{}
         .prompt_container .pick_icon .icon_solid{}

        .prompt_container .prompt_item.active .pick_icon .icon_solid{}

/* =============================================================================
   Submit Buttons
========================================================================== */
    .prompt_container .buttons_wrap{}

/* =============================================================================
   ----------/////////  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) {
    .prompt_container .prompt_wrap.added_to_bag{
        height: 130px;
        margin-top: -65px;
    }
}
@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) {}/* =============================================================================
   TABS
========================================================================== */
  .tabs1_wrapper{
    max-width: 900px;
    argin-bottom: 100px;
  }
    .tabs1_wrapper .tab_item{
        padding: 10px 12px 10px 10px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        background: #fff;
        margin: 0px 0px 15px 0;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
    }
        .tabs1_wrapper .tab_item:hover{
            background: #f5f5f5;
        }

        .tabs1_wrapper .tab_item.active,
        .tabs1_wrapper .tab_item.active:hover{
            background: #50dfb3;
        }
        
        .tabs1_wrapper .tab_item .tab_item_icon_wrap{
            padding: 2px;
            height: 28px;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            margin-right: 10px;
            background: #27abe2;
        }
        .tabs1_wrapper .tab_item .tab_item_icon{
            width: 24px;
             border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
        }
          .tabs1_wrapper .tab_item .tab_item_icon img{}
          .tabs1_wrapper .tab_item .tab_item_text{
            width: calc(100% - 38px);
            word-wrap: break-word;
            word-break: break-all;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
          }
              .tabs1_wrapper .tab_item .tab_item_text *{
                  font-size: 14px;
                  color: #222;
                  font-weight: 700;
                  letter-spacing: 0px;
                  font-family: 'Montserrat', sans-serif;                
              }
                .tabs1_wrapper .tab_item:hover .tab_item_text * {
                                  }
                .tabs1_wrapper .tab_item.active .tab_item_text * {
                    color: #fff;
                }

/* =============================================================================
   ----------/////////  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) {
    .tabs1_wrapper .tab_item .tab_item_text *{
        font-size: 12px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
    .tabs1_wrapper .tab_item{
        margin: 0px 0 10px 0;
    }
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}