footer {
  margin-block-start: 0;
}
.hiddenGalleryGlassPic {
  pointer-events: none;
}
.hiddenGalleryColorPic {
  pointer-events: none;
}
.wp-block-navigation-item__label {
  white-space: nowrap !important;
}
.woocommerce.product.is-layout-flow {
  margin: 0 !important;
}
.glsr-review-title * {
  font-weight: bold;
}
.text-underline {
  padding-bottom: 5px;
  border: solid #CD7F32;
  border-width: 0 0 2px 0;
}
.text-underline-all-children * {
  padding-bottom: 5px;
  border: solid #CD7F32;
  border-width: 0 0 2px 0;
}
.wp-block-navigation-submenu {
  padding-top: 0px !important;
}
.wp-block-woocommerce-product-image-gallery {
  max-width: none !important;
}
.woocommerce div.product div.images {
  margin: 0 !important;
}
.text-no-wrap {
  white-space: nowrap !important;
}
@media (min-width: 601px) {
  .hiddenGalleryColorPic {
    display: none !important;
  }
  .header-mobile-search {
    display: none !important;
  }
  .mobile-product-options {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hiddenGalleryGlassPic {
    display: none !important;
  }
  .attachment-woocommerce_single {
    height: 250px !important;
  }
  .desktop-product-options {
    display: none !important;
  }
  .header-search-bar {
    display: none;
  }
  footer .wp-block-site-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .header-buttons {
    justify-content: center !important;
    margin-top: 10px !important;
    gap: 15px !important;
  }
  .wp-block-navigation__responsive-close {
    padding: 25px;
  }
}
@media (max-width: 781px) {
  .wp-block-navigation.header-links ul {
    margin-bottom: 5px;
  }
}
.text-bold {
  font-weight: bold;
}
.wpcf7 label {
  display: block;
  float: none;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  padding: 10px;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 textarea {
  max-height: 150x;
}
.wpcf7 input[type="submit"] {
  padding-top: 0.77rem;
  padding-right: 1rem;
  padding-bottom: 0.77rem;
  padding-left: 1rem;
  border-radius: .33rem;
  border: none;
  background-color: black;
  color: white;
  font-family: inherit;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  cursor: pointer;
}
