/*
Theme Name:     GeneratePress Child
Theme URI:			https://generatepress.com
Description:    My Child theme
Author:         WEBandGO
Author URI:
Template:       generatepress
Version:        1.1


*/

.woocommerce .widget_product_categories ul.product-categories {
	margin:  0 0 0 0;
}
.woocommerce .widget_product_categories ul.product-categories > li,
.woocommerce .widget_product_categories ul.product-categories > li > ul > li
 {
	 list-style-type: none;
}
.woocommerce .widget_product_categories ul.product-categories > li {
  margin-bottom: 20px;
}

/* elso szint */
.woocommerce .widget_product_categories ul.product-categories li a
{
  padding: 3px;
  font-weight: 900;
  /* letter-spacing: 0.3px; */
  /* color: #242424; */

}

.woocommerce .widget_product_categories ul.product-categories > li > a:before {
content: "";
/* content: "\f105"; */
/* font-family: 'fontAwesome'; */
margin-right: 0px;
}

/* masodik szint */

.woocommerce .widget_product_categories ul.product-categories li ul li a
{
  padding: 0;
  /* font: 18px/37px "Alegreya", serif; */
  font-weight: 600;
  letter-spacing: 0.3px;
  /* display: block; */
  background: none;
}

/* hamradik szint */
.woocommerce .widget_product_categories ul.product-categories li ul.children li ul li a
{
  padding: 0;
  /* font: 16px/37px "Alegreya", serif; */
  font-weight: 500;
  letter-spacing: 0.3px;
  /* display: block; */
  background: none
}

/* elso szint */
.woocommerce .widget_product_categories ul.product-categories li.current-cat > a,
/* also szintek */
.woocommerce .widget_product_categories ul.product-categories li.current-cat-parent .cat-item .current-cat a
{
  color: rgba(85, 85, 85, 0.85) !important;
  /* font-weight: bold !important; */
}


/* home slider */
.swiper-slide-inner .swiper-slide-contents  {
	/* position: relative; */
	/* background: rgba(0, 0, 0, 0.75) !important; */
	/* padding: 35px; */


}
.swiper-slide-inner .swiper-slide-contents::before  {
	/* content: " "; */
  /* position: absolute; */
  /* z-index: -1; */
  /* top: -10px; */
  /* left: -10px; */
  /* right: -10px; */
  /* bottom: -10px; */
  /* border: solid rgba(0, 0, 0, 0.75) 1px; */
}

/* breadcrumb menu */

.woocommerce-breadcrumb  a:first-of-type {
	/* display: none !important; */
	/* color: red !important; */
	/* position: absolute; */


}
.woocommerce-breadcrumb  a:first-of-type:before {
	font-family: "Font Awesome 5 Free";
	content: '\f015 ';
	padding-right: 3px;

}
