.wp-block-template-part .wp-block-group {
  background: #1b252f !important;
}

.wp-block-navigation
  .wp-block-navigation__responsive-dialog
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75em;
  line-height: 25px;
}

.wp-block-navigation
  .wp-block-navigation__responsive-dialog[role="dialog"]
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: #1b252f !important;
}

p.wp-block-site-title a {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95em;
  line-height: 25px;
}
h1.alignwide.wp-block-query-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: clamp(20px, 3vw, 40px) !important;
}
button.wp-block-navigation__responsive-container-open svg {
  filter: invert(1);
}

h3.has-text-align-center.wp-block-post-title a {
  color: #1b252f;
  font-size: 15px;
}

span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

body:not(.home) section.logo-menu {
  background: #1b252f;
}

.page-template-shop h1 {
  text-align: center;
  margin-top: clamp(20px, 3vw, 40px) !important;
}

.products {
  display: grid;
  gap: 10px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

a.wc-block-components-checkout-return-to-cart-button {
  display: none;
}

a.product-checkout {
  color: #337ab7;
}

.woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper{
    display: none;
}

#billing_company_field ,#billing_address_2_field{
    display: none !important;
}

.wc-block-order-confirmation-status p { 
    color: green;
    text-align: center;
}

.wp-block-navigation__responsive-dialog ul.wp-block-page-list{
    display: none !important;
}
 
abbr.required {
  color: red;
  font-weight: 700;
  border: 0!important;
  text-decoration: none;
}
body:not(.page-template-checkout-tv) #billing_device_field{
display: none !important;
}

.wc-block-components-notice-banner.is-success{
  display: none !important;
}

button#place_order {
  font-size: 14px;
  background: #008400;
}

.wp-site-blocks > .wp-block-group.has-base-background-color {
  background-color: #1b252f;
}

.woocommerce table.shop_table { 
  width: 100%; 
}
@media screen and (max-width: 991px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
    .products {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  