/** Homepage Hero Section */
@media only screen and (max-width: 600px) {
  body.home .btn-home-buy a {
    width: 170px;
    padding: 15px 20px 15px 20px!important;
  }
  body.home .btn-home-find a {
    width: 170px;
    padding: 15px 5px 15px 5px!important;
  }
}

@media only screen and (max-width: 400px) {
  body.home .btn-home-buy a {
    width: auto;
    padding: 15px 20px 15px 20px!important;
  }
  body.home .btn-home-find a {
    width: auto;
    padding: 15px 15px 15px 15px!important;
  }
}

/** About Us Page */
.section-about-numbers .elementor-icon-box-wrapper {
  flex-direction: column!important;
  align-items: center!important;
  text-align: center!important;
}

/** Footer Toggling Menu */
.footer-toggle {
  width: 100%!important;
  display: inline-block!important;
}
.footer-toggle h4 {
  width: 100%;
  font-family: "Roboto", Sans-serif;
  color: #929292;
  font-size: 14px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #EBEBEB;
  position: relative;
}
.footer-toggle ul {
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
}
.footer-toggle ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-toggle ul li a {
  color: #334862;
}
@media only screen and (max-width: 767px) {
  .footer-col-container {
    width: 100%!important;
  }
  .footer-col-container:nth-child(2) {
    width: 100%!important;
    margin-top: 20px!important;
  }
  .footer-col-container .elementor-widget-container,
  .footer-col-container .elementor-widget-text-editor {
    width: 100%!important;
  }
  .footer-toggle h4 {
    cursor: pointer;
  }
  .footer-toggle h4::after {
    content: "+";
    position: absolute;
    top: -5px;
    right: 5px;
    font-weight: 300;
    font-size: 20px;
    color: #2259da;
    font-family: "Roboto", Sans-serif;
  }
  .footer-toggle.opened h4::after {
    content: "-";
    font-size: 35px;
    font-weight: 100;
    top: -15px;
  }
  .footer-toggle ul {
    max-height: 0;
    overflow: hidden;
  }
  .footer-toggle.opened ul {
    max-height: 999px;
    overflow: hidden;
  }
}

/** Floating Action Bar for Single Product Page */
.bcs-floating-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  color: white;
  padding: 10px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  border-top: 3px solid #2259da;
}
.bcs-floating-actions__wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.bcs-floating-actions__wrapper .ux-quantity__button--minus {
  margin-right: 0;
  width: 40px;
}
.bcs-floating-actions__wrapper  .floating-quantity {
  height: 43px;
}
.bcs-floating-actions__wrapper .ux-quantity__button--plus {
  width: 40px;
}
.bcs-floating-actions__wrapper .wc-forward {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .elementor-widget-woocommerce-product-add-to-cart {
    display: none!important;
  }
}
/* Fix on floating bar covering footer */
body.single-product {
  padding-bottom: 70px;
}

/* BCS Cart Validation */
.disabled-checkout {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.6;
}