/* ******** DESKTOP ONLY      DESKTOP ONLY      DESKTOP ONLY      DESKTOP ONLY      DESKTOP ONLY  */

@media screen and (min-width: 766px) {
  /* KO Kubotan Banner */

  .site-header .custom-logo-link img {
    min-width: 550px !important;
    min-width: 70% !important;
  }

  /* adds lines above and below main menu, also shifts down a bitty*/

  #site-navigation.main-navigation {
    box-shadow: inset 0 -1px 0 0 #123615, inset 0 1px 0 0 #123615, 0 1px 0 0 #123615, 0 -1px 0 0 #123615;
    margin-top: 20px;
  }

  /* needs padding to line with nav above*/

  .site-header-cart .cart-contents {
    margin-top: 20px;
  }

  /* both makes menu smaller and then resize cart*/

  .storefront-primary-navigation ul li a {
    padding: 0.8em 2em !important;
  }

  .site-header-cart a.cart-contents::after {
    font-size: 20px;
  }

  /* Menu font type and siez - then size of cart*/

  #menu-main-desktop.menu {
    font-size: 17px;
    font-family: 'Merienda One', cursive;
  }

  .site-header-cart .cart-contents {
    font-size: 17px;
  }

  /* Stinky checkout drop down. Dont need no drop down. Dont need nuffin!
  a.button.checkout.wc-forward {
    display: none;
  } */

}

/* ***********END DESKTOP ONLY ************** */

/* removes "shop"  */

.woocommerce-products-header__title.page-title {
  display: none;
}

/* reside top bar */

.woa-top-bar.col-1.fix {
  height: 35px;
}

/* format text font on cart page */

.entry-title {
  font-family: 'Merienda One', cursive !important;
  font-display: swap;
  font-size: 29px;
}

h2 {
  font-size: 23px;
  font-family: 'Merienda One', cursive;
  font-display: swap;
}