/*
  Theme Name:  WingStore
  Author:      Karol Piekarski
  Author URI:  https://wppartner.eu/
  Version:     1.0.0
  Text Domain: wingstore
*/

table.wp-list-table.widefat.fixed.striped.table-view-list.posts{
	table-layout: auto;
}

.header__piaLogoImg{
  min-width: 82px;
}
@media screen and (max-width:991px){
	.mobileHeader__piaLogo img {
		    height: 35px;
	}
}
@media screen and (max-width:767px){
	.mobileHeader__wrapper:before,
	.mobileHeader__wrapper:after{
		display:none;
	}
	.mobileHeader__wrapper{
		justify-content:space-between;
	}
	.mobileHeader__basket,
	.mobileHeader__hamburger{
		width:fit-content;
	}
	
	.mobileHeader__logo{
		width:max-content;
		max-width: 160px;
	}
	
}

@media screen and (max-width:767px){
	.mobileHeader__logo{
	
		max-width: 146px;
	}
	.mobileHeader__piaLogo{
		width:fit-content;
	}
}