/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 23:06:43 */
/* =============== Search Select - Find Your Equipment */
/* PRZYCISKI NA STRONIE ARCHIWUM  */
/* Jeśli aktywny select do zaznaczenia */
.active-select-option {
	border: 1px solid  #E52727 !important;
}

.woocommerce-shop .products-filter-area select, .tax-product_tag .products-filter-area select, .tax-product_cat .products-filter-area select {
	border: 1px solid  #ebebeb;
	border-radius: 5px;
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area .select-search-equipment-title {
	text-align: left;
	margin-bottom: 0px;
	font-size: 1rem;
	width: 16%;
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area ul.list-inline {
	width: 100%;
	padding-left: 10px;
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area ul.list-inline li.list-inline-item {
	display: inline-flex;
	/* 	width: calc(20% - 1rem); */
/* 	width: calc(20% - 0.6rem); */
	width: calc(25% - 0.6rem);
	
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area ul.list-inline li.list-inline-item select {
	width: 100%;
}
.brands_form.archive-select-search-form .sayara-select-search.products-filter-area ul.list-inline li.list-inline-item .select-search-button-eq {
	border-radius: 50px;
	width: 100%;
}
/* PRODUKTY */
/* Lista kategorii */
ul.product-categories li{
	display: flex !important;
	justify-content: space-between !important;
}

ul.product-categories li:hover *{
	color: #E52727;
}

ul.product-categories li a {
	width: 100%;
}

ul.product-categories li .count {
	padding-right: 10px;
}

.woocommerce-widget ul li:not(:last-child) {
	margin-bottom: 2px;
}

/* Produkt z listy */

.product-item-content a h5 {
	font-size: 16px;
}

/* WYŁĄCZ OBRACANIE MINIATUR produktów na drugie zdjęcie - wystarczy usunąc te dwa selektory by działało */
.flip-box-inner {
	transform-style: unset !important;
}
}
.flip-box:hover .flip-box-inner {
	transform: unset;
}
/* IKONY LISTA ŻYCZEŃ + LUPA */
/* STYL LISTY ŻYCZEŃ USUŃ teksty za ikoną dodania do listy życzeń YITH */
.product-item .yith-wcwl-add-to-wishlist {
	/* 	top: 4px;
	right: 5px; */
	top: 6px;
	right: 7px;
}
}
.product-item .yith-wcwl-add-to-wishlist a.add_to_wishlist svg,  .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg {
	/* 	background-color: #333; */
	border-radius: 50%;
	padding: 5px;
	width: 29px;
	stroke-width: 2;
	color: #fff !important;
	background-color: #E52727 !important;
}
.product-item .yith-wcwl-add-to-wishlist a.add_to_wishlist svg, .product-item .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover svg{
	border-radius: 50%;
	padding: 5px;
	width: 29px;
	stroke-width: 2;
	color: #fff;
	background: #E52727;
}
/* USUŃ Z LISTY ŻYCZEŃ - TEXT */
.product-item .yith-wcwl-add-button a.delete_item {
	/* 	display: none; */
	font-size: 0px;
	margin-right: 5px;
}
.product-item .yith-wcwl-add-button a.delete_item svg {
	color: #fff;
	background: #E52727;
	border-radius: 50%;
	padding: 5px;
	width: 29px;
}
.product-item .yith-wcwl-add-to-wishlist a.delete_item:hover svg{
	color: #fff;
	background: #E52727;
	/* 	background-color: #333; */
}
/* Ukryj tekst YITH */
.product-item .yith-wcwl-add-to-wishlist .add_to_wishlist span{
	display: none;
}
/* POWIADOMIENIE DODANIE - USUNIĘCIE Z LISTY ZYCZEN YITH */
#yith-wcwl-popup-message {
	font-weight: 500;
	line-height: 40px;
	padding: 10px 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
/* SIDEBAR <43 */
#secondary.woocommerce-widget-area {
	border-radius: 10px;
	border: 1px solid #ebebeb;
}

/* ======================== Pojedyncza strona kategorii / podkategorii - Brands */
/* HEADER / BREADCRUMBS */
.breadcrumbs .header-breadcrumbs-title-category-brand {
	display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrumbs .header-breadcrumbs-title-category-brand h1 {
margin-bottom: 0px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff; 
}

.breadcrumbs .header-breadcrumbs-title-category-brand img {
	max-height: 55px;
  height: auto;
  background: #fff;
  padding: 5px 10px;
}

/* ================ PRODUCT CATEGORIES CARD */

.category-item-img {
	width: auto;
	height: auto;
	padding: 25px;
}

@media (max-width: 400px){
.tax-product_cat .pr-cat-mobile  {
	width:100%;
}
	
.tax-product_cat .pr-cat-mobile .category-item-img .woocommerce img, .tax-product_cat .pr-cat-mobile .category-item-img .woocommerce-page img {
	max-width: 50%;
  margin: 0 auto;
}
	
	.category-item-img {
		padding: 0 25px;
	}
	
.category-item h5 {
		padding: 20px 0;
	}
}

/* ======== Pojedynczy produkt */

/* Usuń drugiego ligtboxa */

/* #elementor-lightbox-slideshow-single-img { */
.pswp {

	display: none !Important;
}
