/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.2.1770567109
Updated: 2026-02-08 17:11:49

*/

.storefront-primary-navigation {
	background: #7fbcce3d;
}

/* Linkek focus / outline kikapcsolása képeknél */
a:focus,
a:active,
a img:focus,
a img:active {
  outline: none;
  box-shadow: none;
}

/* breadcrumb magasság */

@media (min-width: 768px) {
  .storefront-breadcrumb {
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .storefront-full-width-content.woocommerce-cart .entry-header,
  .storefront-full-width-content.woocommerce-checkout .entry-header,
  .storefront-full-width-content.woocommerce-account .entry-header,
  .storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 1.2em;
  }
}

/* ===== Alap szöveg ===== */
body {
  font-size: 17px;
  line-height: 1.65;
  color: #3c3c3c;
}

/* ===== Headline-ok ===== */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

/* ===== Woo terméklista ===== */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.4;
}

/* ===== Ár ===== */
.woocommerce ul.products li.product .price {
  font-size: 16px;
}

/* ===== Termékoldal cím ===== */
.single-product .product_title {
  font-size: 30px;
  line-height: 1.3;
}

/* ===== Kategória cím ===== */
.woocommerce-products-header__title {
  font-size: 30px;
}

/* ===== Gombok ===== */
button,
.button,
input[type="submit"] {
  font-size: 16px;
}


@media (max-width: 768px) {

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  .single-product .product_title {
    font-size: 22px;
  }

  .woocommerce-products-header__title {
    font-size: 24px;
  }
	
	.site-search {display:block; width:75%; float:left;}
	
}

@media (min-width: 768px) {
	.woocommerce-active .site-header .main-navigation {
    	width: 100%;
	}
	
	.woocommerce-active .site-header .site-branding {
        width: 23.913043%;
	}
	
	.woocommerce-active .site-header .site-search {
        width: 42.73913%;
		margin-top: 12px;
		float:left;
	}
	
	.woocommerce-active .site-header .site-header-cart {
        width: 14.73913%;
	}
	
}