/*
Theme Name: Bumbleb Child
Theme URI: http://www.wpbingosite.com/bumbleb
Author: wpbingo
Description: This is a child theme for Bumbleb
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: bumbleb
Text Domain: bumbleb-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#woof_results_by_ajax {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#woof_results_by_ajax .woocommerce-notices-wrapper {
  position: absolute;
}

.bwp-header.header-v1 .header-left {
  flex: 1;
}

.products-list.grid
  .product-wapper
  .products-thumb
  .product-button
  .product-quickview {
  background: #c5c6c6;
}

.products-list.grid .product-wapper .products-thumb .product-button .woosw-btn {
  background: #c5c6c6;
}

.products-list.grid
  .product-wapper
  .products-thumb
  .product-button
  .product-quickview:hover {
  background: #abadad;
}

.products-list.grid
  .product-wapper
  .products-thumb
  .product-button
  .woosw-btn:hover {
  background: #abadad;
}

.bwp-top-bar .display li a:hover,
.bwp-top-bar .display li a.active {
  background: #fff;
  border-color: #abadad;
}

.bwp-top-bar .display li a:hover .icon-column .layer > span,
.bwp-top-bar .display li a.active .icon-column .layer > span {
  background: #000;
}

.social-link ul.social-link li a {
  background: #c5c6c6;
}

.social-link ul.social-link li a:hover {
  background: #abadad;
}

p.post-excerpt {
  overflow-wrap: break-word;
}

.content-image-single {
  width: 100%;
}

.checkout .form-row .woocommerce-input-wrapper .input-text {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

.checkout
  #ship-to-different-address
  label.woocommerce-form__label-for-checkbox
  span {
  position: relative;
  padding-left: 24px;
}

.checkout
  #ship-to-different-address
  label.woocommerce-form__label-for-checkbox
  span:before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  content: "";
}

.checkout
  #ship-to-different-address
  label.woocommerce-form__label-for-checkbox
  .woocommerce-form__input:checked
  + span:before {
  background: #c5c6c6;
  border-color: rgba(0, 0, 0, 0.8);
}

.checkout .form-row label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.checkout input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.checkout input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
}

.checkout input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.comments-link {
  display: none;
}

.entry-meta-link {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 0.8rem;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  text-transform: uppercase;
  color: #000;
  background: #c5c6c6;
  font-size: 16px;
  padding: 0 50px;
  line-height: 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  cursor: pointer;
  border: 0;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  background: #000;
  color: #fff;
}

.checkout #place_order:hover {
  background: #000;
  color: #fff;
}
.wc-block-components-notice-banner.is-info {
  border-color: #c5c6c6 !important;
}
.wc-block-components-notice-banner.is-info > svg {
  background-color: #c5c6c6 !important;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received,
.woocommerce-view-order .woocommerce .woocommerce-thankyou-order-received {
  margin-top: 20px !important;
  background: #000 !important;
  color: #fff !important;
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #c5c6c6 !important;
}
.wc-block-components-notice-banner.is-success > svg {
  background-color: #c5c6c6 !important;
}

.page-template-homepage .woof_block_html_items {
  display: flex;
  gap: 20px;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton {
  color: #000;
}

#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button.mgbutton:hover {
  color: #000 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  button:hover {
  color: #000 !important;
}

.gdpr-nav-tab-title {
  color: #000 !important;
}
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton {
  color: #000 !important;
}

#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton:hover {
  color: #000 !important;
}
.gdpr-icon.moovegdpr-arrow-close::after,
.gdpr-icon.moovegdpr-arrow-close::before {
  background-color: #000 !important;
}
.page-template-homepage .woof_fs_product_cat,
.page-template-homepage .woof_fs_product_brand,
.page-template-homepage .woof_fs_pa_et,
.page-template-homepage .woof_fs_pa_otwor-srodkowy,
.page-template-homepage .woof_fs_pa_rozstaw-srub,
.page-template-homepage .woof_fs_pa_srednica,
.page-template-homepage .woof_fs_pa_szerokosc,
.page-template-homepage .woof_price_filter.woof_fs_by_price {
  display: none;
}
.page-template-homepage #woof_hh_slider_model_chosen .chosen-single {
  border-radius: 40px 0 0 40px;
}

.woof_list.woof_list_checkbox {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.woof_list.woof_list_checkbox::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.woof_list.woof_list_checkbox::-webkit-scrollbar {
  width: 2px;
  background-color: #000;
}

.woof_list.woof_list_checkbox::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}

.woof_list.woof_list_checkbox li {
  padding: 5px 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
}

.woof_list.woof_list_checkbox li .icheckbox_square-blue {
  display: none;
}
.woof_list.woof_list_checkbox li .woof_checkbox_label {
  padding-block: 0;
  margin-bottom: 0;
}
.archive .woof_block_html_items .chosen-single {
  line-height: 30px !important;
  padding: 20px 30px !important;
  font-size: 13px !important;
  height: auto !important;
  border-radius: 40px 0 0 40px !important;
  height: auto !important;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 25px !important;
}

@media screen and (max-width: 1439.9px) {
  .bwp-header.header-v1 .header-right .header-search-form {
    max-width: clamp(120px, 360px, 360px);
    margin-right: clamp(25px, 50px, 200px);
  }
  .bwp-header.header-v1 .header-main {
    padding-left: clamp(25px, 80px, 100px);
  }
}

@media screen and (max-width: 1399.9px) {
  .bwp-header .header-container .header-left {
    flex: 1.5;
  }
}

.woof_sid_home_page .woof_redraw_zone > div {
  flex: 1;
  padding: 0 10px;
  margin: 0;
}
.irs--round .irs-handle {
  border: 4px solid #c5c6c6;
}

.irs--round .irs-bar {
  background-color: #c5c6c6;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #c5c6c6;
  color: #000;
}

@media screen and (max-width: 776.9px) {
  .page-template-homepage .woof_block_html_items {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .woof_sid_home_page .woof_redraw_zone {
    flex-direction: column;
  }
  .page-template-homepage #woof_hh_slider_model_chosen .chosen-single {
    border-radius: 50px;
  }
  .woof_sid_home_page
    .woof_redraw_zone
    > div.woof_submit_search_form_container
    .woof_submit_search_form,
  .woof_sid_home_page .woof_redraw_zone .chosen-single,
  .woof_sid_home_page .woof_redraw_zone .select2-selection--single {
    border-radius: 50px;
  }
}
