/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
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
*/

/* Add your custom styles here... */

/* Mega menu start here... */

header .header-mega-menu .menu {
  position: static;
}
.display_none {
  display: none;
}
header .header-mega-menu .menu li.mega-menu {
  position: static;
}
.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;
}
.custom_searchHeader .fl-icon i {
  cursor: pointer;
}
header .header-mega-menu .menu li.mega-menu .sub-menu {
  top: inherit !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin: 0 -20px !important;
  background: #fff;
  border: 0;
  padding-top: 5px;
  z-index: 999;
  box-shadow: none;
}

header .header-mega-menu .menu li.mega-menu ul.sub-menu li {
  width: 100%;
}

header .header-mega-menu .menu li.mega-menu .sub-menu li .fl-row-content-wrap {
  margin-top: 0px !important;
}

header
  .header-mega-menu
  .menu
  li.mega-menu
  .sub-menu
  li
  .removedBr
  .uabb-text-editor
  br,
header
  .header-mega-menu
  .menu
  li.mega-menu
  .sub-menu
  li
  .furniture_nav
  .uabb-text-editor
  br {
  display: none;
}

header .header-mega-menu .menu li.mega-menu .sub-menu li img.uabb-photo-img {
  max-height: inherit;
}

.product-detail-layout-6 .button-wrapper > a,
.product-detail-layout-6 .dual-button a {
  align-items: center;
  justify-content: center;
  text-transform: uppercase !important;
}
/* Mega menu end  here... */

/* Measurment tool css start here  */

.mesureMentWrap .button-wrapper .button.view,
.favProWarpper .favButtons > a {
  background-color: #0390a6 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
}

.mesureMentWrap .button-wrapper .button.view:hover,
.favProWarpper .favButtons > a:hover {
  background-color: #ff0909 !important;
  color: #fff !important;
  border: none !important;
}

#mesureMentprintMe h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.mesureMentWrap img.measure_img {
  max-height: 80px !important;
  width: auto !important;
  max-width: 90% !important;
  margin: 0 auto !important;
}

.mesureMentWrap {
  position: relative;
  overflow: hidden;
  min-height: 220px !important;
}

.mesureMentWrap .favButtons {
  position: absolute;
  top: 150%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

#mesureMentprintMe .product-row .mesureMentWrap:hover .favButtons {
  top: 10%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

#mesureMentprintMe.product-grid
  .product-row
  .fl-post-grid-post
  .fl-post-grid-image
  > a {
  background-color: rgba(0, 0, 0, 0.2);
}

.mesureMentWrap .button-wrapper {
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: flex-end !important;
  padding-bottom: 0px;
  transition: all 1.1s;
}

.mesureMentWrap .button-wrapper > a {
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
}

.mesureMentWrap .button-wrapper > a:hover {
  border-radius: 50px;
}

.mesureMentWrap .button-wrapper > a:first-child {
  width: 120px;
}

.mesureMentWrap .button-wrapper > a:last-child {
  padding: 16px 16px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: #fff !important;
}

.mesureMentWrap .button-wrapper > a:last-child:hover {
  padding: 16px 16px;
  border-radius: 50px;
}

.mesureMentWrap .button-wrapper > a:last-child i {
  margin: 0px !important;
  color: #0390a6 !important;
}

.mesureMentWrap .button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly !important;
}

#mesureMentprintMe .fl-post-grid-post h3 {
  margin: 12px 0px 0px;
  font-size: 20px;
  color: #4f4f4f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
}

.favProWarpper .favButtons > a {
  width: auto !important;
}

/* measuremnt popup */

.measurepopup {
  width: 90%;
  overflow: hidden;
  margin: 0 auto !important;
  max-width: 1100px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px #000;
  z-index: 9999;
  margin-top: 50px;
  margin-bottom: 50px;
}

.measurepopup .row h3 {
  font-weight: 700;
  color: #000;
  text-align: left;
  color: #4f4f4f;
  font-size: 23px;
  letter-spacing: 0.22px;
  line-height: 41px;
}

.measurepopup .row {
  display: flex;
  align-items: center;
}

.measurepopup .sharingBox a i {
  font-size: 24px !important;
  padding: 20px;
}

.measurepopup .sharingBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.measurepopup img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.overlayMeasure,
.overlayInquery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.newPLP .overlayInquery .measurepopup .row {
  display: block !important;
  overflow-y: scroll;
  max-height: 80vh;
}

.overlayInquery .productInfo {
  padding-top: 60px !important;
  width: 100% !important;
  text-align: center !important;
}

.productInfo > img {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.productInfo h3 {
  text-align: center !important;
  margin-bottom: 0px;
  font-family: Playfair Display, serif;
  font-weight: 700 !important;
}

.pageUrl,
.collectionName,
.brandName {
  display: none;
}

.newPLP .closePopup {
  position: absolute !important;
  top: 0px !important;
}

.overlayInquery .measurepopup {
  border-radius: 10px !important;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.overlayInquery .row::-webkit-scrollbar {
  width: 1em;
}

.overlayInquery .row::-webkit-scrollbar-track {
  background-color: #cccccc36;
}

.overlayInquery .row::-webkit-scrollbar-thumb {
  background-color: #a9a9a952;
}
/* 

.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-detail-layout-6 .slide.selected-slide:after {
  display: none !important;
}
.product-detail-layout-6 .slide.selected-slide a:after {
  content: "" !important;
  background-image: url(/wp-content/plugins/grand-child/product-listing-templates/images/PDP_check_icon.png) !important;
  height: 38px !important;
  width: 38px !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.product-detail-layout-6 .slide.selected-slide a {
  display: block;
  position: relative;
}
/* PDP page image issue css end here  */

.product-grid .product-row .fl-post-grid-post .fl-post-grid-image > a > img {
  max-height: 230px !important;
  object-fit: contain;
}
.product-color-variationPlp .slides > .slide img {
  object-fit: contain;
}
.container .row .product-detail-layout-6 .product-variations img {
  object-fit: contain;
}

/*Measuremnt popup end here*/

.post .fl-comments-popup-link {
  display: none;
}
.pp-social-icons a:hover {
  color: #07a0bb !important;
}
.uabb-blog-post-content a:focus {
  outline: 0px !important;
}
.loc-icon {
  display: flex;
}
.loc-icon i.dashicons.dashicons-before.dashicons-location {
  font-size: 25px;
  margin-left: -6px;
}
.loc-icon span.fl-icon {
  margin-right: 3px;
}
.loc-icon:hover a p,
.loc-icon:hover i,
.storename .phone a:hover span {
  color: #01707a !important;
}
.storename .phone a span:before {
  margin-right: 10px !important;
}

.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;
}
.gfield_captcha_input_container.math_medium input {
  width: 80px;
}
header.fl-post-header h1.fl-post-title {
  font-size: 30px;
}
.facet_filters strong {
  font-size: 16px;
  color: #000000;
  display: block;
  margin: 0 0 10px;
}

.facet_filters .facet-wrap > strong {
  padding-bottom: 3px;
  border-bottom: 2px solid #000000;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #169db3;
  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: #f5f5f5 !important;
  opacity: 0.7;
}
.bm_row .bm_main_shawcol.tile {
    display: none;
}
.bm_row.bm_main_shaw_cta_row .fl-col-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.moove-gdpr-button-holder > button.mgbutton {
  background-color: #a0978d !important;
  color: #fff !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  border: 1px solid #a0978d !important;
}
.moove-gdpr-button-holder > button.mgbutton:hover {
  background: #045d6d !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-color: #045d6d !important;
}

#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: #169db3 !important;
  border: 1px solid #fff !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: #fff !important;
  background-color: #045d6d !important;
}
button.moove-gdpr-infobar-close-btn:hover i {
  color: #045d6d !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder > button {
  background-color: #169db3 !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-button-holder > button:hover {
  background: #045d6d !important;
  color: #fff !important;
  border: 0px !important;
}

.moove-gdpr-tab-main-content a:hover {
  color: #169db3 !important;
}
.product-detail-layout-6 .button-wrapper > a.button {
    background: #07a0bb;
    border-color: #07a0bb;
    color: #fff;
}
.product-detail-layout-6 .button-wrapper > a.button:hover {
    background: #016e8c;
    border-color: #016e8c;
    color: #fff;
}
span.uabb-button-text.uabb-creative-button-text {}a.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: #169db3!important;
    color: #fff!important;
    border: none;
    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: #045d6d!important;
    color: #fff!important;
    border: none;
    text-transform: uppercase!important;
}

@media (min-width: 992px) {

  .product-detail-layout-6 .product-variations .slick-slider .slick-arrow {
    top: 18px !important;
  }

  /* .product-detail-layout-6 .product-variations .color-boxs-inners small {
    min-height: 30px;
    display: block;
  }

  .container .row .product-detail-layout-6 .color-box {
    margin-bottom: 10px;
  } */
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.sub-menu h3.uabb-infobox-title {
    font-size: 14px;
  }
  .static-slide {
    width: 100% !important;
  }
  .fl-slide.fl-slide-0.fl-slide-text-left .fl-slide-content-wrap {
    width: 100%;
  }
}
@media (max-width: 1181px) {
  .hideOnIpad {
    display: none !important;
  }
  #rmp_menu_trigger-1287363 .responsive-menu-pro-inner:after {
    bottom: 8px;
    background-color: #fff !important;
    height: 2px !important;
  }
  #rmp_menu_trigger-1287363 .responsive-menu-pro-inner:before {
    top: 8px;
    background-color: #fff !important;
    height: 2px !important;
  }

  #rmp_menu_trigger-1287363 .responsive-menu-pro-inner {
    height: 2px !important;
  }
}

@media (max-width: 992px) {
  .fl-module .pp-card-slider-container .pp-card-slider {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 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;
  }
  .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;
  }

  .content-overlapped .uabb-infobox-content {
    width: 100% !important;
    text-align: center;
  }
  .content-overlapped .uabb-module-content.uabb-imgicon-wrap {
    width: 100% !important;
    text-align: center;
    margin: 20px 0 !important;
  }
  .room-visualizer .fl-html {
    text-align: center;
  }
  .featured-products .featured-product-list .featured-product-item {
    width: 33.33%;
  }
  .featured-products
    .featured-product-list
    .featured-product-item
    .prod-img-wrap {
    justify-content: center;
  }
  .featured-products
    .featured-product-list
    .featured-product-item
    .product-info {
    text-align: center;
  }
  .card-slider-issue .pp-card-slider {
    height: 950px !important;
  }
  .card-slider-issue .pp-card-slider-container .pp-card-slider-content-wrap {
    align-items: center;
  }
  button.rmp_menu_trigger {
    top: 40px !important;
  }
  .loc-icon {
    justify-content: center;
  }
  a.responsive-menu-item-link {
    padding-left: 15%;
    color: #fff;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  .featured-products .featured-product-list .featured-product-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .facetwp-template .product-grid .product-row > .col-md-4 {
    width: 100%;
  }
  .featured-products .featured-product-list .featured-product-item {
    width: 100%;
  }
  .card-slider-issue .pp-card-slider {
    height: 1100px !important;
  }
  h1,
  h2,
  h3,
  h2 span {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  button.rmp_menu_trigger {
    top: 50px !important;
  }
  .gform_body.gform-body span.gfield_required.gfield_required_asterisk {
    margin-top: -10px !important;
    float: left;
  }
  .terms-and-condition ol {
    padding: 4px;
  }
  .location-buttons .fl-button-group-buttons {
    flex-direction: column;
    align-items: center;
  }
}
