/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0F
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


.fl-page{
	width: auto;
}
/* .fl-full-width .container {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
} */
.product-colors li.found {
    margin-right: 5px!important;
}
.fl-module.financeBoxHeader a {
    font-weight: 400;
}
.fl-post.post.type-post .row.fl-post-image-beside-wrap {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.call-us-wrp .uabb-infobox-left-right-wrap .uabb-infobox-content{
    display: inline-block;
}
.call-us-wrp .uabb-infobox-left-right-wrap .uabb-infobox-content .uabb-infobox-text {
    text-align: left;
}
.call-us-wrp .uabb-infobox-content .uabb-infobox-text .storename .phone a{
    color: #000;
}
.call-us-wrp .uabb-infobox-content .uabb-infobox-text .storename .phone a:hover{
    color: var(--fl-global-accent-color);
}
.fl-post.post.type-post .row.fl-post-image-beside-wrap > div {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.fl-post.post.type-post  .fl-post-image-beside {
    float: none!important;
    width: 100%!important;    
}
legend.gfield_label {
    border: none!important;
}
.homeSlider .fl-content-slider .fl-content-slider-navigation a.slider-next:before,
.homeSlider  .fl-content-slider .fl-content-slider-navigation a.slider-prev:before,
.reviewRow .fl-module .uabb-slider-next .bx-next:before, 
.reviewRow .fl-module .uabb-slider-prev .bx-prev:before,
.fl-module.aboutPageSlider .slick-arrow i:before,
.fl-row.brandLogoSlider .slick-arrow i:before{
    content: "\ea01";
    font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    color: #fff;
}
.homeSlider  .fl-content-slider .fl-content-slider-navigation a svg,
.reviewRow .fl-module .uabb-slider-next .bx-next i , 
.reviewRow .fl-module .uabb-slider-prev .bx-prev i {
    display: none;
}
.homeSlider  .fl-content-slider .fl-content-slider-navigation a.slider-prev:before, 
.reviewRow .fl-module .uabb-slider-prev .bx-prev:before,
.fl-module.aboutPageSlider .slick-prev.slick-arrow i:before,
.fl-row.brandLogoSlider .slick-prev.slick-arrow i:before{
    content: "\ea00"!important;
}
.reviewRow .fl-module .uabb-slider-prev .bx-prev:before, 
.reviewRow .fl-module .uabb-slider-next .bx-next:before {
	font-size: 30px;
	 color: var(--fl-global-blank);
}
.fl-module.aboutPageSlider .slick-arrow i:before{
	font-size: 40px;
	 color: var(--fl-global-accent-color);
}
.fl-row.brandLogoSlider .slick-arrow i:before{
	font-size: 20px;
	color: var(--fl-global-accent-color);
}

.facetwp-selections ul:before {
    content: "Your Selection";
    font-weight: 700;
    font-size: 16px; 
    border-bottom: 2px solid #000;
    padding: 0px;
    width: 100%!important;
    position: relative;
    display: block;
    margin-bottom: 5px;
    color: #000;
    padding: 5px 5px 5px 0px;
}
.facetwp-selections ul li .facetwp-selection-label{
    font-size: 16px;
    font-weight: 700;
}

.facetwp-selections ul {
    background-color: #eeee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.facet_filters .facet-wrap>strong {
    border-bottom: 2px solid #000;
    color: #000;
}
.fl-slide-text > p {
    margin: 0px!important;
    padding: 0px!important;
}
.fl-slide-text > .fl-builder-content  {
    margin: 0px!important;
}
.fl-slide .fl-slide-text > .fl-builder-content {
    margin-bottom: 0px!important;
}
.custom_searchModule {
    display: none;
    z-index: +4;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.fl-module.custom_searchHeader .fl-icon i{
    cursor: pointer;
}
ul.storename {
    padding: 0px!important;
    list-style: none;
}
.row.search-row {
    max-width: 1100px;
    margin: 0 auto;
}
ul.store-opening-hrs {
    list-style: none;
    padding-left: 0px;
}

.extraCTA  .uabb-new-ib-title.uabb-simplify {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 20px 60px;
	position: relative;
}

.extraCTA .uabb-ib-effect-style1 .uabb-new-ib-desc{
	top: auto !important;
    bottom: -25px !important;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: left;
    left: -25px !important;
}
.extraCTA .uabb-new-ib-content.uabb-text-editor.uabb-simplify {
	display: none;
}
.extraCTA .uabb-ib-effect-style1 .uabb-new-ib-content, .flooringRow .uabb-ib-effect-style1 .uabb-new-ib-title, .extraCTA .uabb-ib-effect-style1 .uabb-new-ib-title {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.extraCTA .uabb-new-ib-title i {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    color: #7E1918!important;
    font-weight: 700;
}

.container .row .product-detail-layout-6 #product-images-holder>div {
        background-image: none!important; 
}
.container .row .product-detail-layout-6 #product-images-holder>div.toggle-image {
        background-image: none!important;
        display: flex;
        align-items: center; 
        justify-content: center;   
}
.container .row .product-detail-layout-6 #product-images-holder>div.show {
        background-image: none!important;
        display: flex;
        align-items: center; 
        justify-content: center;   
}
.container .row .product-detail-layout-6 #product-images-holder>div img{
        display: block;
        min-height: auto;
        width: auto!important;
        margin: 0 auto;
}
.product-colors li.found {
    margin-right: 5px!important;
}

header .fl-rich-text p, footer .fl-icon-text p {
    margin-bottom: 0;
}
header .uabb-infobox-text > p, 
footer .uabb-infobox-text > p, 
footer .uabb-infobox-text .storename p  {
    padding: 0px!important;
    margin: 0px!important;
}
ul.social-icons > li a i:before {
    color: #050708;
}
ul.social-icons > li a:hover i:before {
    color: var(--fl-global-accent-color);
}
.fl-module.infoBoxUp {
    z-index: +2;
}
.hours .uabb-infobox-text > p {
    padding: 0px!important;
    margin: 0px!important;
    display: none;
}
.hours ul.store-opening-hrs > li {
    max-width: 300px;
    width: 100%;
}
.hours  ul.store-opening-hrs > li span {
    float: right;
}

.gfield_captcha_input_container input {
    max-width: 80px!important;
}
.product-colors li.found {
    margin-right: 5px!important;
}
.gform_wrapper .ginput_container.ginput_container_checkbox input {
    vertical-align: top;
    margin-top: 4px;
}
div#breadcrumbs .container {
    max-width: 1440px!important;
    width: 100%!important;
    padding: 0px 30px!important;
}
body.post-template-default.single.single-post h1.fl-post-title {
    font-size: 40px;
}
.uabb-testimonials-wrap .bx-wrapper {
    margin: 0 auto 20px!important;
}
/* Home page slider css */
.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
	bottom: 60px !important
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #fff !important;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #1686C5 !important
}
.homeSlider .fl-content-slider-navigation svg {
    height: 30px!important;
    width: 30px!important
}
.homeSlider .fl-content-slider-navigation {
    max-width: 1240px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1
}
.fl-module-content-slider .bx-wrapper {
    margin: 0 auto 0px!important;
}
footer .phone a span {
    font-weight: 600!important;
    color: #3A3A39!important;
}
footer .phone a:hover span {
        color: var(--fl-global-accent-color)!important;
}
/* .fl-module .uabb-infobox-left-right-wrap .uabb-module-content.uabb-imgicon-wrap {
    margin-right: 10px;
} */
.fl-row.roomvoRow {
	position: relative;
}

.fl-row.roomvoRow .uabb-module-content.uabb-photo {
	position: absolute;
	left: -20px;
	bottom: 0px;
	max-width: 450px;
}

header .header_visitandcall .uabb-infobox-left-right-wrap {
    max-width: 140px;
    margin: 0 auto;
    display: block;
}

header .header_visitandcall .uabb-module-content.uabb-infobox {
    text-align: center;
}

body > div .uabb-creative-menu .uabb-off-canvas-menu .sub-menu {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .0);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .0);
    -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .0);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, .0);
}

.moove-gdpr-button-holder>button.mgbutton {
    background-color: #fff!important;
    color: #050708!important;
    border-radius: 0px!important;
    font-family: "basic-sans",Verdana,Arial,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    box-shadow: none !important;
    border: none!important;
  }
  .moove-gdpr-button-holder>button.mgbutton:hover {
    background: #050708!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border-color: #050708!important;
  }
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #1686c5!important;
    border-top: 1px solid #fff;
  }
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p a:hover,
button.moove-gdpr-infobar-close-btn:hover i {
    color: #fff!important;
    opacity: 0.7;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    color: #050708!important;
  }
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    background-color: #1686c5!important;
    border: 1px solid #000!important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover, 
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,
#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button {
    color: #050708!important;
    background-color: #fff!important;
  }
  button.moove-gdpr-infobar-close-btn:hover i {
    color: #050708 !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-button-holder > button {
    background-color: #1686c5!important;
    color: #fff!important;  
    border: 0px!important;
    border-radius: 0px!important;
    font-family: "basic-sans",Verdana,Arial,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;  
      
  }
  #moove_gdpr_cookie_modal .moove-gdpr-button-holder > button:hover {
    background: #050708!important;
    color: #fff!important;
    border: 0px!important;
  }
  
  .moove-gdpr-tab-main-content a:hover {
    color: #1686c5!important;
  }


body .fl-row .fl-module .uabb-gf-style .ginput_container_select:after {
    top: 50%!important;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
}

body .fl-row .fl-module .uabb-gf-style .gform_wrapper .gfield select{
    margin-bottom: 0px!important;
}

.open_sidebar {
    max-width: 120px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:focus {
    color: #fff!important;
    opacity: 0.7!important;
}


.uabb_map_info_text ul.storename .phone a {
    color: var(--fl-global-accent-color);
    outline: none;
}
.uabb_map_info_text ul.storename .phone a span:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 19px !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  margin-right: 5px;
}

.uabb_map_info_text ul.storename p {
  margin: 0;
  padding: 0;
}
.uabb_map_info_text ul.storename .address,
.uabb_map_info_text ul.storename .phone {
  margin: 5px 0;
}
.uabb_map_info_text ul.storename .address a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: var(--fl-global-accent-color);
  outline: none;
}

.uabb_map_info_text ul.storename .address a:before,
.uabb_map_info_text ul.storename p.inline_address a:before {
  content: "\F041";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 24px !important;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0;
}
.uabb_map_info_text ul.storename .address a:hover:before,
.uabb_map_info_text ul.storename .address a:hover{
  color: var(--fl-global-button-secondary-color)!important;
}

.uabb_map_info_text ul.storename .phone a:hover *,
.uabb_map_info_text ul.storename .address a:hover * {
  color: var(--fl-global-button-secondary-color);
}

.product-slider-wrp .uabb-infobox-content .uabb-infobox-title-wrap{
    max-width: 65%;
}
.product-slider-wrp .uabb-infobox-content .uabb-infobox-text-wrap{
    position: relative;
}
.product-slider-wrp .uabb-infobox-content .uabb-infobox-text-wrap .uabb-infobox-text {
    position: absolute;
    bottom: 105%;
    right: 0;
}
.gchoice .gform-field-label a:hover{
    color: #000!important;
}

.contentFlyer .storeLink {
  display: none;
}
#storeLocation .content .store_wrapper > a.choose_location {
  color: #005da6 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 10px !important;
  cursor: pointer;
}
#storeLocation .content .store_wrapper > a.choose_location:hover,
#storeLocation .content .store_wrapper > .store-cta-link:hover,
#storeLocation .content .store_wrapper > .store-cta-link:hover *,
#storeLocation .content .store_wrapper > .store-phone:hover a{
    color: #000!important;
}
.locationWrapFlyer .contentFlyer .phone a{
      display: none;
}
#number-change .mobile_phone:before,
#number-change-desktop  .mobile_phone:before{
          content: "\f095";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{
  padding-left: 20px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
      padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 1440px) {
  .ipadLandPH0 .fl-col-content {
    padding: 0px !important;
  }
}
/* @media (max-width: 1199px ) {
	.changeLocation {
		height: 80vh;
	}
} */
/* Flyer css end here */


/* Left Right Section */
@media (min-width: 2000px) {
    .both-fifty-percent-on-large .fl-col-group .fl-col {
        width: 50% !important;
    }
    .both-fifty-percent-on-large .text-to-left {
        justify-content: flex-start;
    }
    .both-fifty-percent-on-large .text-to-right {
        justify-content: flex-end;
        display: flex;
    }
    .text-to-left .fl-col-content, .text-to-right .fl-col-content {
        max-width: 650px;
    }
}



/* slider height issue css for desktop start here  */
@media(min-width: 991px ){
    
    
    /* flyer css start here */
    
    /* .changeLocation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 90%;
        max-width: 400px;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        color: #ffff;
        z-index: 9999999;
        -moz-box-shadow: 5px 5px 5px 6px rgba(0,0,0,0.4);
        -webkit-box-shadow: 5px 5px 5px 6px rgba(0,0,0,0.4);
        box-shadow: 5px 5px 5px 6px rgba(0,0,0,0.4);
        transition: all 0.6s;
    } */
    /* .changeLocation {
        position: absolute;
        top: 120px;
        width: 100%;
        max-width: 300px;
        height: 80vh;
        max-height: 500px;
        overflow: visible;
        background-color: #fff;
        color: #ffff;
        z-index: +6;
        -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);
        transition: all 0.6s;
       
    } */
     .all-locations-wrp{
        position: relative;
     }
     #storeLocation {
      display: none;
    }
      #ajaxstorelisting.active #storeLocation{
        display: block;
      }
     #ajaxstorelisting{
        position: absolute!important;
        overflow-y:visible!important;
        background: none!important;
        box-shadow: none!important;
        top: 30px!important;
        right: auto!important;
        left: 4px;
        height: 0px;
     }
    .changeLocation {
      position: absolute;
      top: 80px;
      width: 100%;
      max-width: 300px;
      height: 80vh;
      max-height: 500px;
      overflow: visible;
      background-color: #fff;
      color: #ffff;
      z-index: 6;
      -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);
      transition: all 0.6s;
    }
    .changeLocation .content {
      overflow-y: auto;
      height: 100%;
    }
    
    #storeLocation:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-bottom: 30px solid #fff;
      position: absolute;
      bottom: 100%;
      filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.15));
      left: 50%;
      transform: translateX(-50%);
    }
    
    .content .title-prefix,
    .content .store-add {
      margin: 0px !important;
    }
    #storeLocation .content a {
      /* color: #000 !important; */
    }
    #storeLocation .title-prefix,
    .header_store .store-cta-link .title-prefix {
      font-size: 16px !important;
      font-weight: 700 !important;
      /* font-family: Lato, sans-serif; */
      text-transform: uppercase;
    }
    #storeLocation .store_wrapper p,
    #storeLocation .store_wrapper h5,
    #storeLocation .store_wrapper a {
      /* font-family: Lato, sans-serif; */
    }
    .content .store_wrapper {
      padding: 10px 0px;
      border-bottom: 1px solid rgba(204, 204, 204, 0.28);
      margin: auto;
    }
    
    .changeLocation .closebtn {
        display: none;
    }
    .changeLocation .closebtn:hover {
        color: #000;
    }
    .locationWrapFlyer {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    
    .locationWrapFlyer .icons > i {
      font-size: 34px;
      color: #d4da5f !important;
    }
    
    .locationWrapFlyer .icons {
      padding: 0px 12px 12px 12px;
    }
    
    .locationWrapFlyer .contentFlyer > p,
    .contentFlyer h3 {
      margin: 0px;
    }
    
    .locationWrapFlyer .contentFlyer h3 {
      font-size: 18px;
      font-weight: 900;
    }
    .locationWrapFlyer a#openFlyer {
      font-size: 12px;
      font-style: normal;
      color: #e2383f !important;
    }
    .contentFlyer * {
      /* font-family: Lato, sans-serif; */
    }
    
    #storeLocation .store_wrapper.active .myStore {
      font-weight: 700;
    }
    #storeLocation .store_wrapper.active .choose_location {
      display: none;
    }
    #storeLocation .store_wrapper.active * {
      filter: drop-shadow(0px 0px 100px #000);
    }
    
    /* Flyer css start here */
    
    .contentFlyer p {
      line-height: 0.9em;
      font-size: 10px !important;
      color: #000000 !important;
      text-transform: capitalize;
      font-weight: 700 !important;
    }
    .contentFlyer > p {
      padding-bottom: 0px !important;
      color: #000 !important;
      text-transform: uppercase;
    }
    #number-change .mobile_phone,
    #number-change-desktop .mobile_phone{
      font-weight: bold;
    }
    #number-change .mobile_phone:hover,
    #number-change-desktop  .mobile_phone:hover{
      color: #000;
    }
    
    
    .locationWrapFlyer .contentFlyer h3,
    #storeLocation .store_wrapper h5:first-child {
      color: #000;
      font-size: 18px;
      line-height: 1.3em;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 5px;
      margin-bottom: 0px;
      /* font-family: Lato, sans-serif; */
    }
    .locationWrapFlyer .contentFlyer .mobile a {
      color: #000 !important;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.3em;
      margin-top: 5px !important;
      display: inline-block;
      margin-bottom: 5px !important;
    }
    /* .locationWrapFlyer .contentFlyer .mobile:before {
        content:"\f095";
            display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #000;
        margin-right: 5px;
    } */
    .locationWrapFlyer .dropIcon:after {
      content: "\f078 ";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #000;
      margin-left: 5px;
    }
    .locationWrapFlyer .dropIcon {
      display: flex;
      align-items: flex-start;
      margin-top: 0px;
      margin-left: 5px;
    }
    .contentFlyer a {
      color: #000;
      font-weight: 700 !important;
    }
    .contentFlyer .phone a:before {
      content: "\f095";
      font-size: 12px !important;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 5px;
    }
    .content .store-add {
      color: #000000;
      font-weight: 300;
      font-size: 14px;
      max-width: 220px;
    }
    .changeLocation .closebtn {
      position: absolute;
      top: 0;
      left: 15px;
      font-size: 50px;
      margin-left: 20px;
      font-weight: 100;
      color: #9b9b9b !important;
    }
    #storeLocation .store_wrapper a {
      font-size: 14px !important;
      font-weight: 600;
    }
    
    #storeLocation .store-phone,
    #storeLocation .store-hour,
    #storeLocation .content .choose_location,
    #storeLocation .content .view_location {
      margin-bottom: 10px !important;
      display: block;
    }
    #storeLocation .uabb-infobox-content .uabb-infobox-text p{
        padding-bottom: 0px!important;
    }
    #storeLocation .store-hour {
      color: #000 !important;
      font-weight: 600;
      font-size: 14px !important;
      text-transform: capitalize;
      margin-top: 10px;
      margin-bottom: 0px !important;
    }
    #storeLocation .store-phone{
        padding-bottom: 0px!important;
    }
    #storeLocation .store-phone a {
      font-weight: 600;
      font-size: 14px !important;
      text-transform: capitalize;
    }
    #storeLocation .store-phone a:before {
      content: "\f095";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      margin-right: 5px;
    }
    
    .content .view_location:before {
      content: "\f041";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      /* color: #000; */
      margin-right: 4px !important;
      font-size: 14px;
    }
    #storeLocation .store_wrapper h5,
    #storeLocation .store_wrapper h6{
      color: #000 !important;
    }
    #storeLocation .store_wrapper .store-add {
      margin-top: 10px !important;
      font-weight: 400;
    }
    #storeLocation .store_wrapper {
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-blend-mode: soft-light;
      background-size: cover;
    }
    .changeLocation .content::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgb(0 0 0 / 30%) !important;
    }
    .changeLocation .content::-webkit-scrollbar-thumb {
      background-color: #000 !important;
    }
    .changeLocation .content::-webkit-scrollbar {
      width: 0.7em !important;
    }
    .fl-page .dual-button > a.button {
      /* font-family: Lato, sans-serif; */
    }

  .fl-slide-foreground {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }
 .fl-slide-content-wrap {
     width: 100%;
 }
 .fl-slide-content {
    margin: 0px!important;
}
.fl-slide.fl-slide-text-center .fl-slide-photo img {
    display: inline-block;
}
}
/* slider height issue css for desktop end  here  */


/* Slider height issue on mobile */

@media(max-width: 1240px) {
	header svg.hamburger-menu {
    background: url(/wp-content/uploads/2024/10/hamburgermenue.webp);
    background-size: cover;
    font-size: 55px;
}

header  svg.hamburger-menu>* {
    display: none;
}
	.header_desktop_Menu ul#menu-main-menu > li {
		margin: 0px 8px!important;
	}
	.fl-row.roomvoRow .uabb-module-content.uabb-photo {
		position: relative;
		left: -20px;
	}
	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: 20px !important;
}
	
}
@media(max-width: 992px) {
    #ajaxstorelisting{
        max-width: 100%!important;
    }
    #ajaxstorelisting.active #storeLocation {
        display: block;
        margin: 0px auto;
        left: 0;
        right: 0;
    }
    
    .product-slider-wrp .uabb-infobox {
        max-width: 500px;
        margin: 0px auto;
    }
    .call-us-wrp .uabb-infobox-left-right-wrap .uabb-infobox-content .uabb-infobox-text {
        text-align: center;
    }
	.facetwp-template .product-grid .product-row>.col-md-4 {
     width: 33.33%;
     float: left;
     clear: none!important;
    }
    .close_sidebar_button, .open_sidebar {
        display: block;
    }
    .facet_filters {
        position: fixed;
        top: 0;
        left: -5px;
        width: 80%;
        height: 100%;
        overflow: auto;
        background-color: #fff;
        z-index: 10;
        left: -1000px;
        -moz-box-shadow: 5px 5px 5px 6px rgba(0,0,0,.4);
        -webkit-box-shadow: 5px 5px 5px 6px rgba(0,0,0,.4);
        box-shadow: 5px 5px 5px 6px rgba(0,0,0,.4);
    }
    .facet_filters {
        z-index: 9991!important;
    }
    #product-list-top-filters .fl-heading, .facetwp-counts, .facetwp-pager, .facetwp-per-page, .open_sidebar {
        text-align: center!important;
    }
    .close_sidebar_button, .open_sidebar {
        display: block;
    }

    .open_sidebar a.fl-button {
        display: inline-block!important;
    }
    .open_sidebar a {
        float: none!important;
    }
    .fa-close:before, .fa-remove:before, .fa-times:before {
        content: "\f00d";
        display: inline-block;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
    }
    .close  .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }	
    .facet_filters .close_bar {
        display: block!important;
    }	
    .col-md-5.col-sm-12.product-box > .row > div {
        margin: 0 auto!important;
        text-align: center;
    }
    .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content{
        padding: 0!important;
    }
	
    .fl-content-slider .fl-slide-bg-photo {
        position: absolute!important;
        min-height: 500px!important;
    }
	.fl-content-slider .fl-slide-foreground .fl-builder-content .fl-row > .fl-row-content-wrap {
		min-height: 500px;
	}
    .fl-slide-mobile-photo {
        z-index: +2;
        position: relative;
        max-height: 500px!important;
        text-align: center!important;
        vertical-align: middle;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
    }
    .fl-slide-mobile-photo > img{
        padding: 50px;
		max-height: 500px!important;
		width: auto;
		margin: 0 auto;
    }
    .fl-content-slider .fl-slide {
        min-height: 500px !important;
		max-height: 500px !important;
    }
	.product-attributes table {
		table-layout: fixed!important;
	}
	.fl-content-slider .fl-slide-bg-link {
	    z-index: +2;
	}	
	.DualRoomvoCenter .uabb-dual-button {
		justify-content: center;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content .uabb-infobox-title, 
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content .uabb-infobox-title-prefix {
		font-size: 30px!important;
		line-height: 1.2em!important;
		text-shadow: 0px 0px 12px #000;
	}
	.gform_wrapper.gravity-theme .gfield.gfield--width-half {
		grid-column: span 12 !important;
		-ms-grid-column-span: 12 !important;
	}
	    div#mm-product-details .product-detail-layout-6 .color_variations_slider_1 .slide.color-box .color-boxs-inners.active .swatch-img-holder a:after, div#mm-product-details .product-detail-layout-6 .product_gallery_slider .toggle-image-thumbnails .toggle-image-holder.active a:after {
        background-size: contain;
        height: 30px !important;
        width: 30px !important;
    }
}


@media (max-width: 500px){
	.gform_wrapper .ginput_container.ginput_container_checkbox input {
		margin-top: 2px;
	}
    .facetwp-template .product-grid .product-row>.col-md-4 {
       width: 100%;
   }
}