/*
Theme Name: AvtoKey Child
Template: storefront
Version: 1.0
*/
/*------------------------------------------ breadcrumbs-------------------------------------*/
.storefront-breadcrumb {
  margin: 0 auto !important;
  max-width: 1920px;
  padding: 30px 0px 0px 0px !important;
  margin-bottom: 40px !important;
  font-family: var(--ak-font-text);
  font-size: 12px !important;
  color: var(--ak-green);
  font-weight: 600 !important;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.woocommerce-breadcrumb {
  font-size: 1em;
  padding: 0 20px;
  font-family: var(--ak-font-text);
  font-size: 12px !important;
  color: var(--ak-green);
  font-weight: 600 !important;
}

.woocommerce-breadcrumb a {
  text-decoration: none !important;
  font-family: var(--ak-font-text);
  font-weight: 400;
}

.single-product div.product {
  position: relative;
  /*overflow: hidden;*/
  overflow: visible;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}

.ak-menu-overlay {
  position: fixed;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.4);*/
  z-index: 9998;
}

.mobile-menu {
  z-index: 9999;
}

body.menu-open {
  overflow: hidden;
}

@media screen and (max-width: 426px) {
  .single-product div.product {
    padding: 0px;
  }
}

@media screen and (min-width: 1920px) {
  .storefront-breadcrumb {
    padding: 10px 0px 0px 0px !important;
  }
}
