/*
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
*/

.sold_img .uabb-module-content.uabb-infobox .uabb-image-content {
  position: relative;
}

.sold_img .uabb-module-content.uabb-infobox .uabb-image-content:before {
  content: " ";
  background: url(/wp-content/uploads/2025/05/sold_new.webp) no-repeat 0 0;
  background-size: contain;
  width: 200px;
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.btn-right-arrow .uabb-infobox-text-wrap .uabb-infobox-cta-link:after {
  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;
  content: "\f105";
  font-size: 24px;
  margin-left: 5px;
  top: 2px;
  position: relative;
}
.product-detail-layout-6 .price {
  text-align: center;
}
.product-price {
  margin-top: 10px;
  text-align: center;
}
.product-price * {
  font-size: 18px;
  color: #000;
}
span.msrp_price {
  margin-right: 10px;
}
span.msrp_price {
  font-size: 16px;
}
span.sale_tag {
  background: #334fb4;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 100px;
  margin-left: 5px;
}
.fl-page {
  width: auto;
}
.custom_searchModule {
  display: none;
  z-index: 3;
  position: absolute;
  right: 0px;
  left: 0px;
}
.fl-full-width .container {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
.product-colors li.found {
  margin-right: 5px !important;
}

.fl-post.post.type-post .row.fl-post-image-beside-wrap {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.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;
}
.gfield_captcha_input_container input {
  max-width: 80px !important;
}
.gform_wrapper .ginput_container.ginput_container_checkbox input {
  vertical-align: top;
  margin-top: 4px;
}
legend.gfield_label {
  border: none !important;
}
ul.social-icons li a:hover i {
  color: #000;
}
.red {
  color: #e21f1f !important;
}
.loc_add ul.storename,
.loc_phone ul.storename {
  display: inline-flex;
}
.loc_add ul.storename p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.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;
}

.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;
}
.fl-module.BrandSlider2 {
  max-width: 400px;
  margin: 0 auto !important;
}
.BrandSlider .slick-track {
  display: flex;
  align-items: center;
}
.facet_filters .facet-wrap > strong {
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
  color: #000;
}
.rowExtra .extraCol .uabb-module-content.uabb-infobox.infobox-left:after {
  content: "";
  background-color: #f0f4fa;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -90%;
  z-index: 0;
}
.rowExtra .extraCol .fl-module-content.fl-node-content {
  position: relative;
}
.rowExtra .extraCol .uabb-module-content.uabb-infobox.infobox-left > div {
  position: relative;
  z-index: 1;
}
ul.storename {
  list-style: none;
  padding-left: 0px;
}
.custom_searchHeader span.fl-icon {
  cursor: pointer;
}
footer .menu > li:first-child a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1em;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}
/* slider height issue css for desktop start here  */
@media (min-width: 991px) {
  .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  */

/* 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;
   
} */
.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;
}
.changeLocation .content {
  overflow-y: auto;
  height: 100%;
}
#storeLocation {
  display: none;
}
#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: 30px 30px;
  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;
}
.contentFlyer .storeLink a {
  font-size: 12px !important;
  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;
}
.locationWrapFlyer .contentFlyer h3,
#storeLocation .store_wrapper h5:first-child {
  color: #000;
  font-size: 12px;
  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: -5px;
  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: 12px !important;
}

#storeLocation .store-phone,
#storeLocation .store-hour,
#storeLocation .content .choose_location,
#storeLocation .content .view_location {
  margin-bottom: 10px !important;
  display: block;
}
#storeLocation .store-hour {
  color: #000 !important;
  font-weight: 400;
  font-size: 14px !important;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 16px !important;
}
#storeLocation .store-phone a {
  color: #000 !important;
  font-weight: 400;
  font-size: 12px !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;
  color: #000;
  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 *,
#storeLocation a:before,
#storeLocation p > a,
#storeLocation .store-phone a,
#storeLocation .content a {
  color: #120909 !important;
}
#storeLocation .content .store_wrapper > a.choose_location {
  color: #1c4ca0 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  margin-top: 10px !important;
  cursor: pointer;
}
#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;
}

@media (max-width: 1440px) {
  .ipadLandPH0 .fl-col-content {
    padding: 0px !important;
  }
}
/* @media (max-width: 1199px ) {
	.changeLocation {
		height: 80vh;
	}
} */
/* Flyer css end here */

.inhome-estimate-container {
  display: flex !important;
}

.inhome-estimate-container .in-home-estimate {
  display: flex;
  justify-content: flex-start;
  width: auto;
  right: auto;
  align-items: center;
}

.inhome-estimate-container .left {
  display: flex;
}

.inhome-estimate-container .left .free-label {
  display: block;
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  color: #1e4196;
  line-height: 34px;
}

.inhome-estimate-container .left .small {
  font-weight: 400;
  color: #000;
  letter-spacing: 1.2px;
  font-size: 10px;
  line-height: 17px;
  margin-left: 10px;
}

.inhome-estimate-container .schedule-now-button {
  margin-left: 10px;
  background: #1e4196;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  border: 2px solid #1e4196;
  text-transform: uppercase;
  align-items: center;
}

.inhome-estimate-container .schedule-now-button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.inhome-estimate-container .schedule-now-button span {
  display: flex;
  letter-spacing: 1px;
  align-items: center;
}
.inhome-estimate-container .schedule-now-button span svg {
  margin-right: 5px;
}
#storeLocation .content a:hover,
#storeLocation .content .store_wrapper > a.choose_location:hover {
  color: #1e4196 !important;
}

.moove-gdpr-button-holder > button.mgbutton {
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 0px !important;
  font-family: "Lato", 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: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: #000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #1c4ca0 !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: #000 !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: #1c4ca0 !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: #000 !important;
  background-color: #fff !important;
}
button.moove-gdpr-infobar-close-btn:hover i {
  color: #000 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder > button {
  background-color: #1c4ca0 !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder > button:hover {
  background: #000 !important;
  color: #fff !important;
  border: 0px !important;
}

.moove-gdpr-tab-main-content a:hover {
  color: #1c4ca0 !important;
}

@media (max-width: 1390px) {
  .inhome-estimate-container .schedule-now-button {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .fl-builder-content .uabb-infobox-button .uabb-button-center {
    text-align: inherit;
  }
}

/* Slider height issue on mobile */
@media (max-width: 992px) {
  .DualRoomvoCenter .uabb-dual-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .loc-wrp-row .fl-module-content.fl-node-content * {
    text-align: center;
  }


  .loc-wrp-row .fl-module-content.fl-node-content ul.store-opening-hrs * {
    text-align: left;
  }


  .loc-wrp-row .fl-module-content.fl-node-content ul.store-opening-hrs {
    display: inline-block;
  }

  .fl-builder-content .uabb-infobox-button .uabb-button-center {
    text-align: inherit;
  }
  .product-detail-layout-6 .product_size_section ul.product-sizes li {
    text-align: center;
    margin: 0 auto !important;
  }
  .fl-builder-content
    .fl-module-content-slider
    .fl-slide
    .fl-slide-text
    h1.uabb-infobox-title {
    font-size: 30px !important;
    line-height: 1.2em !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;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    margin: 0 !important;
    padding: 0px !important;
  }
  .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, 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);
  }
  .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";
  }
  .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;
  }
  .mobCenter .uabb-infobox-left-right-wrap {
    max-width: 140px !important;
    margin: 0 auto !important;
  }
  .mobCenter ul.social-icons {
    text-align: center !important;
  }
  .col-md-5.col-sm-12.product-box > .row > div {
    margin: 0 auto;
    text-align: center !important;
  }
}

@media (max-width: 1024px) {
  .inhome-estimate-container .schedule-now-button span {
    letter-spacing: 0px;
  }
  body.blog .fl-sidebar {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .loc-wrp-row .fl-module.fl-module-info-box {
    max-width: 400px;
    margin: 0px auto;
  }
  .loc-wrp-row .fl-module.fl-module-info-box * {
    text-align: center !important;
  }
  .loc-wrp-row .fl-module.fl-module-info-box .store-opening-hrs * {
    text-align: left !important;
  }
  .DualRoomvoCenter .uabb-dual-button {
    justify-content: center;
  }
  body.blog .fl-sidebar {
    display: none !important;
  }
}

@media (max-width: 667px) {
  .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
  }
  .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
  }
}
@media (max-width: 500px) {
  .facetwp-template .product-grid .product-row > .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 380px) {
  #rmp-container-1391136 {
    max-width: 280px;
    min-width: 280px;
  }
}
.fl-module-content .uabb-module-content .uabb-ultb3-info {
  background-color: #fff;
  display: inline-block;
  width: 70%;
}

.locationWrapFlyer .contentFlyer h3 {
  font-size: 13px !important;
  font-weight: 700 !important;
}
.locationWrapFlyer .dropIcon {
  display: flex;
  align-items: flex-start;
  margin-top: -15px !important;
  margin-left: 5px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
  position: absolute !important;
  right: 10px !important;
}
.swell-chat-fixed {
  z-index: 9999 !important;
}
.gdpr_lightbox,
aside#moove_gdpr_cookie_info_bar {
  z-index: +9999999991 !important;
}
@media only screen and (max-width: 992px) {
  aside#moove_gdpr_cookie_info_bar {
    position: fixed;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: +9999999991;
    bottom: auto;
    content-visibility: inherit;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
    text-align: center;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    margin-bottom: 10px !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p:last-child {
    margin-bottom: 0 !important;
  }
  #moove_gdpr_cookie_info_bar
    .moove-gdpr-info-bar-container
    .moove-gdpr-info-bar-content
    .moove-gdpr-button-holder {
    padding: 10px 0;
  }
  #moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
    top: -20px !important;
    right: -20px !important;
    background: #fff;
    opacity: 1 !important;
    color: #000 !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    justify-content: center;
    align-items: center;
  }

  .fl-page-content
    .fl-col.fl-col-bg-photo.fl-col-small.fl-col-small-full-width
    .fl-col-content.fl-node-content,
  .fl-page-content .fl-col.fl-col-bg-photo .fl-col-content.fl-node-content {
    min-height: 400px;
    max-height: 400px;
  }
  .rowExtra .extraCol .uabb-module-content.uabb-infobox.infobox-left > div {
    width: 100%;
  }
  .fl-page-content
    .uabb-module-content.uabb-infobox.infobox-left.infobox-responsive-center
    .uabb-infobox-left-right-wrap {
    width: 100%;
  }
  .uabb-content-wrap .section .uabb-module-content.uabb-infobox.infobox-left,
  .uabb-tabs
    .uabb-content-wrap
    .section
    .uabb-content
    .uabb-module-content.uabb-infobox.infobox-left {
    text-align: center;
  }
  .uabb-content-wrap .section .uabb-module-content.uabb-infobox.infobox-left ul,
  .uabb-tabs
    .uabb-content-wrap
    .section
    .uabb-content
    .uabb-module-content.uabb-infobox.infobox-left
    ul {
    text-align: left;
  }
  form#gform_27 {
    justify-content: center;
  }
  footer h5.uabb-gf-form-title {
    text-align: center !important;
  }

  .content-center-mob * {
    text-align: center;
  }

  .content-center-mob ul.store-opening-hrs {
    display: inline-block;
    text-align: left;
  }

  .content-center-mob ul.store-opening-hrs * {
    text-align: left;
  }
	body.home .fl-content-slider .bx-wrapper .bx-viewport, body.home .fl-content-slider .fl-content-slider-wrapper, body.home .fl-content-slider .bx-wrapper .fl-slide, body.home .fl-content-slider .bx-wrapper .fl-slide {
    height: 100% !important;
    min-height: 500px;
    max-height: 500px;
}
}
@media (max-width: 992px) and (min-width:767px){
	.review-cntct-links .fl-col-group{
		flex-wrap: wrap;
		display: flex;
	}
	.review-cntct-links .fl-col-group .fl-col{
		width: 33.33% !important;
	}
	.flooring-options .fl-col-group:last-child,
    .footerRow .fl-col-group:nth-child(3){
		flex-wrap: wrap;
		display: flex;
	}
	.flooring-options .fl-col-group:last-child .fl-col,
	.footerRow .fl-col-group:nth-child(3) .fl-col{
		width: 50% !important;
	}
	.footerRow .fl-col-group:nth-child(3) .fl-col{
		border-bottom: 1px solid #979797;
	}
    .footerRow .fl-col-group:nth-child(3) .fl-col:first-child .fl-col-content,
	.footerRow .fl-col-group:nth-child(3) .fl-col:nth-child(3) .fl-col-content{
		border-right: 1px solid #979797;
	}
}
@media (max-width: 767px) {
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-left-content {
    padding: 0 !important;
  }
  #moove_gdpr_cookie_modal
    .moove-gdpr-modal-content
    .moove-gdpr-modal-right-content {
    padding-top: 30px !important;
  }
}

@media (max-width: 500px) {
  .rowExtra .extraCol .uabb-module-content.uabb-infobox.infobox-left:after {
    content: none;
  }
}

.moove-gdpr-branding-cnt {
  display: none;
}
.moove-gdpr-company-logo-holder {
  display: none;
}

.bm_main_shawcol.tile {
  display: none;
}

.bm_main_shaw_cta_row .fl-col-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
header #ajaxstorelisting {
  position: static;
  background: none;
  margin: 0 !important;
}

body.home .fl-content-slider .fl-module-content-slider .bx-wrapper {
    margin: 0 auto 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
body.home .fl-content-slider .bx-wrapper .bx-viewport,
body.home .fl-content-slider .fl-content-slider-wrapper,
body.home .fl-content-slider .bx-wrapper .fl-slide,
body.home .fl-content-slider .bx-wrapper .fl-slide{
    height: 100% !important;
}
@media (max-width: 500px) {
	body.home .fl-content-slider .bx-wrapper .bx-viewport, body.home .fl-content-slider .fl-content-slider-wrapper, body.home .fl-content-slider .bx-wrapper .fl-slide, body.home .fl-content-slider .bx-wrapper .fl-slide {
    height: 100% !important;
    min-height: 415px !important;
    max-height: 415px !important;
}
}