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

.dropIcon{
    cursor: pointer;
}

.fl-page {
  width: auto;
  overflow: hidden !important;
}
.fl-full-width .container {
  max-width: 1600px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.fl-page-content {
  background: none !important;
}
.custom_searchHeader .fl-icon i {
  cursor: pointer;
}
.custom_searchModule {
  display: none;
  z-index: 3;
  position: absolute;
  right: 0px;
  left: 0px;
}
ul.storename,
ul.store-opening-hrs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-header-left > .fl-col-content {
  position: relative;
}
.top-header-left > .fl-col-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  background: inherit;
  width: 1000%;
}
.phone a,
.inline_address a,
.address a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.phone a:before,
.inline_address a:before,
.address a:before {
  content: "\f041";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e57e1d;
  font-size: 23px;
  position: absolute;
  left: 0;
  line-height: 1;
}
.phone a:before {
  content: "\f095";
  top: 3px;
}
.uabb-infobox ul.storename li p {
  margin: 0;
  padding: 0;
}
.fl-content-slider .fl-slide .fl-slide-content,
.fl-content-slider .fl-slide-title,
.fl-content-slider .fl-slide-text > *,
.fl-content-slider .fl-slide .fl-slide-content .fl-slide-text p {
  margin: 0 !important;
}
.fl-content-slider .fl-slide .fl-slide-foreground {
  max-width: 100%;
  width: 100%;
}
.fl-content-slider .bx-wrapper .fl-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.flooring-boxes .uabb-infobox {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.06);
}
.flooring-boxes .fl-module-info-box .uabb-image .uabb-image-content,
.flooring-boxes .fl-module-info-box .uabb-image .uabb-image-content img,
.width100 .uabb-photo-content,
.width100 .uabb-photo-content img {
  width: 100% !important;
}
.flooring-boxes .fl-module-info-box .uabb-infobox-title-wrap,
.flooring-boxes .fl-module-info-box .uabb-infobox-text-wrap {
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}
.full-info-link.fl-module-info-box {
  position: relative;
}
.flooring-boxes .fl-module-info-box .uabb-infobox-title-wrap:after,
.full-info-link.fl-module-info-box .uabb-infobox-title-wrap:after {
  content: "\e97e";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #e57e1d;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.full-info-link.fl-module-info-box .uabb-infobox-title-wrap:after {
  right: -20px;
  top: 15px;
  color: #fff;
}
.flooring-boxes .fl-module-info-box:hover .uabb-infobox-title-wrap:after {
  right: 10px;
}

.overflow-background-right > .fl-col-content,
.overflow-background-left > .fl-col-content {
  position: relative;
}
.overflow-background-right > .fl-col-content:before,
.overflow-background-left > .fl-col-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background: inherit;
  width: 1000%;
}
.overflow-background-left > .fl-col-content:before {
  left: auto;
  right: 100%;
}
.fl-button,
.uabb-infobox-button .uabb-creative-button-wrap a,
.uabb-infobox-button .uabb-creative-button-wrap a:visited {
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0.76px;
  font-weight: 600 !important;
  text-transform: none;
  min-height: 70px;
  border-radius: 0 !important;
  min-width: 240px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.testimonial-slider .uabb-testimonials-wrap .uabb-slider-prev .fa,
.testimonial-slider .uabb-testimonials-wrap .uabb-slider-next .fa,
.testimonial-slider .uabb-testimonials-wrap .uabb-slider-prev i,
.testimonial-slider .uabb-testimonials-wrap .uabb-slider-next i {
  font-size: 32px;
  width: 20px;
  height: 38px;
  line-height: 1;
}
.testimonial-slider .uabb-testimonials-wrap .uabb-testimonial-info {
  max-width: 730px;
  margin: 0 auto;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonial-slider
  .uabb-testimonials-wrap
  .uabb-testimonial-info
  .uabb-testimonial-author {
  order: 1;
  margin-top: 15px;
}
.uabb-testimonials-wrap
  .uabb-testimonial-info
  .uabb-testimonial-author
  .uabb-rating {
  display: none;
}

footer .phone a,
footer .phone a * {
  color: #e57e1d !important;
}
footer .phone a:hover,
footer .phone a:hover * {
  color: #fff !important;
}
footer .phone a:before {
  display: none;
}
footer .phone a {
  padding-left: 0;
  text-align: left;
}
#breadcrumbs {
  font-size: 14px;
}
#breadcrumbs .container {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#breadcrumbs a {
  color: #000;
}
#breadcrumbs a:hover {
  color: #e57e1d;
}
.gform_wrapper .gform_footer .gform_button {
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
  padding: 17px 20px;
  font-weight: 600;
  font-size: 16px;
}
.uabb-gf-style form .gform_body .gfield_label {
  border: 0;
  margin: 0;
}
.gform_wrapper .ginput_container a {
  font-weight: 600;
  color: #000;
}
.gform_wrapper .ginput_container a:hover {
  color: #e57e1d;
}
.below.hour_minute_colon {
  margin-top: 15px;
}
.gform_wrapper.gravity-theme .gfield_time_ampm {
  max-width: none !important;
}
.uabb-gf-style
  .gform_wrapper
  .gfield
  .gfield_time_ampm.ginput_container
  select {
  appearance: auto;
  -webkit-appearance: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.fl-archive .fl-post .fl-post-header .fl-post-title {
  font-size: 32px;
  letter-spacing: 0;
}
.fl-archive .fl-post .fl-post-image-beside-wrap,
.fl-archive > .row.search-row {
  margin: 0;
}
.fl-archive .fl-post .fl-post-image-beside {
  width: 100%;
  margin: 0;
  text-align: center;
}
.fl-archive .fl-post .fl-post-thumb img {
  max-height: 400px;
  width: auto;
}
.product-plp-grid .product-grid.btn-grey > .fl-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.disply-on-mobile {
  display: none !important;
}
.facet_filters .facet-wrap > strong,
.facet_filters strong {
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  color: #000;
}
.facetwp-selections ul {
  padding-bottom: 20px !important;
  padding-left: 0px !important;
}
.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 {
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
}

.facetwp-selections ul li .facetwp-selection-label {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding-right: 16px;
  font-size: 14px;
  color: #000;
}
div#BrandSlider .uabb-image-carousel a {
  outline: none !important;
}
div#BrandSlider .uabb-image-carousel img {
  min-height: 150px;
  object-fit: contain;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
  padding: 0px !important;
}
.open_sidebar a,
.close_sidebar_button a {
  text-transform: uppercase !important;
}
ul.storename .direction a span {
  text-transform: uppercase;
}

.moove-gdpr-button-holder > button.mgbutton {
  background-color: #fff !important;
  color: #333 !important;
  border-radius: 0px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  box-shadow: none !important;
  border: none !important;
}
.moove-gdpr-button-holder > button.mgbutton:hover {
  background: #e57e1d !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: #e57e1d !important;
  text-transform: capitalize !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #225e9b !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: #225e9b !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: #225e9b !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder > button:hover {
  background: #e57e1d !important;
  color: #fff !important;
  border: 0px !important;
  text-transform: capitalize !important;
}

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

.facet_wrap button,
.page-info .pagination_wrapper > div button,
div#mm-product-list .facet_wrap button,
.products-list
  .product-plp-grid.product-grid.swatch.facetwp-template1
  .fl-button,
div#mm-product-details .product-detail-layout-6 .button-wrapper a,
.row.search-row .posts_search_result .product-item a.fl-button,
div#search-result-page
  .product-plp-grid
  .product-item
  .fl-post-grid-post
  .fl-post-grid-text
  .fl-button {
  background: #e57e1d !important;
  color: #fff !important;
  border: none;
  font-weight: 700;
  min-height: auto;
  text-transform: uppercase !important;
}

.facet_wrap button:hover,
.page-info .pagination_wrapper > div button:hover,
div#mm-product-list .facet_wrap button:hover,
.products-list
  .product-plp-grid.product-grid.swatch.facetwp-template1
  .fl-button:hover,
div#mm-product-details .product-detail-layout-6 .button-wrapper a:hover,
.row.search-row .posts_search_result .product-item a.fl-button:hover,
div#search-result-page
  .product-plp-grid
  .product-item
  .fl-post-grid-post
  .fl-post-grid-text
  .fl-button:hover {
  background: #225e9b !important;
  color: #fff !important;
  border: none;
  font-weight: 700;
  min-height: auto;
  text-transform: uppercase !important;
}
.row.search-row {
  margin: 0 auto !important;
  display: block;
}
.header_store .contentFlyer h3.header_location_name {
  color: #fff;
}

.header_store .contentFlyer .phone a {
  padding-left: 20px;
}

.locationWrapFlyer .dropIcon:after {
  color: #fff;
}

div#ajaxstorelisting a {
  color: #000000;
}
div#ajaxstorelisting a:hover,
#storeLocation .content .store_wrapper > a.choose_location {
  color: #e57e1d !important;
}
div#ajaxstorelisting .store_wrapper * {
  font-size: 1.4rem;
}
div#ajaxstorelisting .fa-close:before,
div#ajaxstorelisting .fa-remove:before,
div#ajaxstorelisting .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;
}
div#storeLocation .store-opening-hrs-container ul.store-opening-hrs > li {
  max-width: 200px;
  width: 100%;
  padding-bottom: 0.4rem;
}
div#storeLocation .store-opening-hrs-container ul.store-opening-hrs > li span {
  float: right;
}
.content .store_wrapper:not(:last-child) {
  border-bottom: 4px dashed #225e9b !important;
}

.store_wrapper a.store-cta-link.more {
  line-height: 1.45rem;
  display: block;
  margin: 10px 0;
  vertical-align: middle;
}

.locationWrapFlyer .contentFlyer h3 {
  font-size: 16px;
}
#storeLocation .title-prefix,
.header_store .store-cta-link .title-prefix {
  font-size: 18px;
}

.content .store_wrapper .store-hour-section {
  margin: 10px 0;
}
.locationWrapFlyer h3.header_location_name {
  padding-right: 10px;
  border-right: 2px solid #fff;
}
.locationWrapFlyer .dropIcon {
  margin-left: 0px;
  margin-top: 4px;
}
.locationWrapFlyer .dropIcon:before {
  content: "Select a Store";
  display: block !important;
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.locationWrapFlyer .contentFlyer {
  display: flex;
  align-items: center;
  margin-top: 0px !important;
}

.locationWrapFlyer {
  flex-direction: column !important;
  align-items: flex-start;
}

.locationWrapFlyer h3.header_location_name {
  margin-top: 0px !important;
}

.locationWrapFlyer .phone {
  padding-left: 10px;
}
.locationWrapFlyer .storeLink {
  display: none;
}
header .uabb-infobox-text p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.locationWrapFlyer .dropIcon:after {
  content: "\e9ff" !important;
  font-family: "Ultimate-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-top: 2px;
  font-size: 16px;
}
div#mm-product-details
  .product-detail-layout-6
  .toggle-image-thumbnails
  .toggle-image-holder
  a {
  height: 100px !important;
  width: 100px !important;
}
div#mm-product-details .product-detail-layout-6 .product_gallery_slider {
  margin-top: 20px;
}

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

@media (max-width: 1024.5px) {
  .locationWrapFlyer {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  #storeLocation .title-prefix,
  .header_store .store-cta-link .title-prefix {
    font-size: 14px;
  }
  .header_store .contentFlyer .phone a {
    padding-left: 15px !important;
  }
  .disply-on-mobile {
    display: block !important;
  }
  .flooring-boxes .fl-module-info-box .uabb-infobox-title-wrap:after,
  .full-info-link.fl-module-info-box .uabb-infobox-title-wrap:after {
    right: 20px;
  }
  .fl-button,
  .uabb-infobox-button .uabb-creative-button-wrap a,
  .uabb-infobox-button .uabb-creative-button-wrap a:visited {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0.76px;
    font-weight: 600 !important;
    text-transform: none;
    min-height: 50px;
    border-radius: 0 !important;
    min-width: 200px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .fl-page-content
    .fl-row.fl-row-full-width.fl-row-bg-photo.fl-row-custom-height.fl-row-align-bottom:first-child
    .fl-row-content-wrap,
  .fl-page-content
    .fl-row.fl-row-full-width.fl-row-bg-photo.fl-row-custom-height.fl-row-align-bottom
    > .fl-row-content-wrap {
    min-height: 400px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: c;
    -ms-flex-pack: c;
    justify-content: center;
    align-items: center;
  }
  .fl-page-content
    .fl-row.fl-row-full-width.fl-row-bg-photo.fl-row-custom-height.fl-row-align-bottom:first-child
    > .fl-row-content-wrap
    * {
    text-align: center;
  }
  .btn_center .uabb-module-content.uabb-dual-button.uabb-align-left {
    justify-content: center;
  }
  footer * {
    text-align: center;
  }
  footer .fl-row-content-wrap .fl-col-content {
    border: 0;
  }

  .fl-page-content .uabb-infobox-title-wrap,
  .fl-page-content .uabb-infobox-title-wrap *,
  .fl-page-content .uabb-infobox-left-right-wrap,
  .fl-page-content .uabb-infobox-content,
  .fl-page-content .uabb-infobox-button,
  .fl-page-content .uabb-infobox-content ul.storename,
  .fl-page-content .uabb-infobox-content ul.storename ul.store-opening-hrs {
    text-align: center;
  }

  .fl-page-content .uabb-infobox-text ul {
    text-align: left;
    margin-left: 0;
  }

  .col-md-5.col-sm-12.product-box > .row > div {
    margin: 0 auto !important;
    text-align: center;
  }
  .DualRoomvoCenter .uabb-dual-button {
    justify-content: center;
  }

  h1.uabb-infobox-title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .below.hour_minute_colon {
    margin-top: 0px;
  }
  .gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
    align-items: center !important;
  }

  /* PLP Page Css iPad Air */
  .open_sidebar {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .open_sidebar a {
    float: unset;
  }

  .facet_filters .close_bar,
  .open_sidebar,
  .close_sidebar_button {
    display: none;
  }

  #product-list-top-filters .fl-col-group .fl-col {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
  }
  #product-list-top-filters .fl-heading,
  .facetwp-counts,
  .facetwp-pager,
  .facetwp-per-page,
  .open_sidebar {
    text-align: center !important;
  }
  .open_sidebar,
  .close_sidebar_button {
    display: block;
  }
  .open_sidebar {
    max-width: 200px;
    margin: 0 auto;
  }
  .facet_filters {
    position: fixed;
    top: 0px;
    left: -5px;
    width: 80%;
    height: 100%;
    overflow: auto;
    background-color: white;
    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 .close_bar {
    background-color: #008c8c;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    display: block;
    margin-bottom: 20px;
  }

  .facet_filters .close_bar .close {
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    float: right;
    color: #fff;
    opacity: 1;
  }
  .facetwp-template .product-grid .product-row > .col-md-4:nth-child(3n + 1) {
    clear: left !important;
  }
  .facetwp-template .product-grid .product-row > .col-md-4 {
    width: 33.33%;
    float: left;
    clear: none !important;
  }
  .product-detail-layout-6 .product-box .row:first-child .col-md-6:first-child {
    width: 100% !important;
    text-align: center !important;
  }
  .product-detail-layout-6
    .product-box
    .row:first-child
    .col-md-6:nth-child(2) {
    width: 100% !important;
    text-align: center !important;
  }
  .product-detail-layout-6 .toggle-image-thumbnails {
    align-items: center !important;
    justify-content: center !important;
  }

  .facetwp-per-page select {
    border: 1px solid #000;
  }

  /* PLP Page Css iPad Air */

  .fl-builder-content
    .fl-module-content-slider
    .fl-slide
    .fl-slide-content
    .uabb-dual-button {
    justify-content: center;
  }
  .flooring-boxes .fl-module-info-box .uabb-infobox-title-wrap,
  .full-info-link.fl-module-info-box .uabb-infobox-title-wrap {
    display: inline-block;
    margin: 10px auto 10px;
    position: relative;
    padding-right: 40px;
  }
  .flooring-boxes .fl-module-info-box .uabb-infobox-title-wrap:after,
  .full-info-link.fl-module-info-box .uabb-infobox-title-wrap:after {
    right: 0;
    line-height: 19px;
  }
  .flooring-boxes
    .fl-module-info-box
    .uabb-infobox-title-wrap
    .uabb-infobox-title,
  .full-info-link.fl-module-info-box
    .uabb-infobox-title-wrap
    .uabb-infobox-title {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .bottom-pager .facetwp-pager {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .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-content-slider
    .fl-content-slider-wrapper
    .fl-slide
    .fl-module
    .uabb-dual-button-one {
    margin-bottom: 20px !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-builder-content
    .fl-module-content-slider
    .fl-slide
    .fl-slide-text
    .uabb-infobox-text
    p {
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
}

.product-detail-layout-6 .dual-button a {
  text-transform: uppercase !important;
  font-size: 18px !important;
  letter-spacing: 0.5px;
}
.gfield_captcha_input_container.math_medium input {
  max-width: 120px !important;
}
.product-detail-layout-6 .product-colors ul li.found {
  margin-right: 5px;
}
.facet_filters .facetwp-type-fselect .fs-dropdown,
.facet_filters .facetwp-type-fselect .fs-wrap {
  background: none;
}
.uabb-creative-menu
  .uabb-toggle-arrows
  .sub-menu
  li:hover
  .uabb-menu-toggle:before,
.uabb-creative-menu
  .uabb-toggle-none
  .sub-menu
  li:hover
  .uabb-menu-toggle:before,
.uabb-creative-menu
  .uabb-toggle-arrows
  .sub-menu
  li.current_page_item
  .uabb-menu-toggle:before {
  color: #fff !important;
}
.uabb-tabs-layout-horizontal nav.uabb-tabs-nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  max-width: 1600px;
  margin: 0 auto !important;
}
.uabb-tabs-layout-horizontal nav.uabb-tabs-nav ul li {
  flex: auto;
}
.page-id-1111343 .phone a {
  padding-left: 0;
}
.page-id-1111343 .phone a:before {
  display: none;
}

.facetwp-selections ul:before,
div#mm-product-list .product-list-container .facet_filters strong {
  border-bottom: 2px solid #e57e1d !important;
  color: #e57e1d !important;
}
