/*
	Theme Name: Muchomor book
	Version: 1.0
*/

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden !important;
}

#bapf_1 .bapf_body ul li:first-child {
  	display: none;
}

/****************************** BOOTSTRAP ADJ ***********************/
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1300px) {
	.container {
		max-width: 1300px;
	}
}

section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

img{
	max-width:100%;
	height: auto;
}

.offcanvas{
	z-index:999999999999;
}


/****************************** MAIN ********************************/
:root {
	--theme-black: #161616;
	--theme-font:"Asap";
	--theme-reverse: #BA292E;
	--theme-heading-font:"Bree Serif";
}

p, p a, li a, li {
	font-family: var(--theme-font);
	color: var(--theme-black);
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--theme-heading-font);
	color: var(--theme-black);
}

h2{
	font-size:36px;
}

.nice-h2{
	position:relative;
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:70px;
}

.nice-h2:after{
	content:'';
	position:absolute;
	bottom:0px;
	background:var(--theme-reverse);
	height:10px;
	right:0;
	width:100vw;
}

@media (max-width: 767px){
	h2{
		font-size:24px;
	}
	.nice-h2{
		margin-bottom: 60px;
        min-width: 50%;
        text-align: right;
	}
	.themeHeaderBreadcrumbTitle .nice-h2{
		min-width:0;
	}
	.nice-h2:after{
		height:5px;
	}
}

#to-top-btn:after{
	display:none;
}

a, p a, li a {
	text-decoration: none;
	color:inherit;
}

a:hover {
	color: var(--theme-reverse);
}

h1, h2, h3 {
	font-weight: 500;
}

h4, h5, h6 {
	font-weight: 500;
}

h1 strong {
  font-weight: 500;
}

h2 {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 500;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color:#000;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	font-size:16px;
}

/*Buttons*/
#to-top-btn {
	background: var(--theme-reverse);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    padding: 7px 15px;
    border-radius: 0;
    box-shadow: none !important;
    right: 30px !important;
    bottom: 30px !important;
}

@media (max-width: 767px){
	#to-top-btn{
		display:none !important;
	}
}

.themeLinkBtn {
	background: none !important;
  	padding: 0 !important;
  	border: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: none;
	position: relative;
}

.themeLinkBtn:hover {
	opacity: 0.8;
}

.btn, .wp-element-button {
    background-color: var(--theme-reverse);
    padding: 12px 31px 12px 31px;
    font-family: var(--theme-heading-font);
    font-size: 16px;
    line-height: 19px;
    position: relative;
    color: #fff;
    border-radius: 0;
	display: inline-block;
    width: auto;
    gap: 15px;
}

.woocommerce-Button, .button, .woocommerce-button {
	background-color:var(--theme-reverse) !important;
	padding:12px 51px 12px 31px !important;
	font-family:var(--theme-heading-font) !important;
	font-size:16px !important;
	line-height:19px !important;
	position:relative;
	color:#fff !important;
	border-radius:0 !important;
	font-weight: normal !important;
	border: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	background-color:var(--theme-reverse);
	padding:12px 31px 12px 31px;
	font-family:var(--theme-heading-font);
	font-size:16px;
	line-height:19px;
	position:relative;
	color:#fff;
	border-radius:0;
	border:none !important;
	font-weight: normal !important;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{
	opacity:1 !important;
}

.btn:after, .woocommerce-Button:after, .woocommerce-button:after, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):after, .wp-element-button:after{
    content: '';
    width: 6px;
    height: 8px;
    display: block;
    background-image: url(./template-img/arrow-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s;
    float: right;
    margin-top: 7px;
    margin-left: 12px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	display:flex;
	align-items:center;
	gap:20px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):after{
	position:static !important;
		transform:none;
}

.btn:hover:after{
	transform:translatex(5px);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover:after{
	transform:translatex(5px);
}

.btn:hover, .woocommerce-Button:hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, .wp-element-button:hover {
	background:var(--theme-black);
	color:#fff;
}

.themeContent p:last-child {
  	margin-bottom: 0;
}

@media (max-width: 768px) {
	.btn, .wp-element-button {
  		font-size: 14px;
  		padding: 8px 12px 10px 12px;
	}
}


/****************************** HEADER ********************************/
#themeLogo, #themeLogoFooter {
	max-height: 120px;
    height: 120px;
}

.header-top-right {
	gap: 20px;
}

.header-top * {
	font-family:'Bree Serif';
}

.themeLinkBtn.koszyk-button {
	background: #000 !important;
    padding: 7px 10px 10px 10px !important;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.themeLinkBtn.koszyk-button img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -4px;
}

.header-top-right img {
	width:16px;
}

.site-header {
	padding-top:10px;
	padding-bottom:10px;
	position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.site-header .navbar {
	margin-bottom:0 !important;
}

#main-menu a.nav-link, a.nav-link {
	font-size:18px;
	line-height:23px;
}

#main-menu a.nav-link:hover, a.nav-link:hover {
	color:var(--theme-reverse);
}

.header-top input[type="search"] {
	border: none;
    border-bottom: 3px solid #BA292E;
    padding: 0px 10px 5px 30px;
    width: 100%;
    color: #000;
	outline:none !important;
	background-image:url('./template-img/search-icon.svg');
	background-size: 16px;
    background-repeat: no-repeat;
    background-position: left;
	font-size:16px;
	width: 65%;
}

.header-top input[type="search"]::placeholder {
	color:#000;
}

.dropdown-item.active, .dropdown-item:active{
	background:var(--theme-reverse);
}

@media (max-width: 767px){
	.header-top-right{
		gap:15px;
	}
}

/*Menu glowne*/
#main-menu .navbar-nav {
	margin-left: auto !important;
	margin-right: 0 !important;
	width: fit-content;
}

#main-menu .navbar-nav li {
	position: relative !important;
}

#main-menu ul.dropdown-menu {
	column-count: 1;
    padding-right: 0;
    width: 240px;
    background: #000000;
}

.dropdown-item:focus, .dropdown-item:hover{
	background:#333 !important;
}

#main-menu ul.dropdown-menu a.dropdown-item{
	color:#fff;
}

#main-menu a.nav-link {
  	padding-left: 0 !important;
  	padding-right: 35px !important;
	padding-top: 0;
  	padding-bottom: 0;
	color: var(--theme-black);
}

#main-menu li:last-child a.nav-link{
	padding-right:0 !important;
}

.navbar-expand-md {
  	padding-top: 0;
  	padding-bottom: 0;
  	margin-bottom: 15px;
}

.dropdown-menu.show {
	margin-top: 15px;
  	border: none;
  	border-radius: 0;
}

.menu-mobile{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    background: #fff;
    z-index: 9999999999;
}

.menu-mobile-inner{
	display: flex;
    align-items: center;
	justify-content:space-between;
	margin-bottom:40px;
}

#main-menu-mobile ul li a{
	text-transform:lowercase;
	font-size:18px;
}

.menu-mobile-inner .close-inner img{
	width:16px;
	height:auto;
}

.close-inner{
	text-align:right;
	position:relative;
	z-index:222 !important;
}

.menu-mobile .navbar-nav .dropdown-menu {
    position: static !important;
    border: none !important;
    padding: 0 !important;
    font-family: 'Bree Serif' !important;
    transform: none !important;
    font-size: 14px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.menu-mobile .navbar-nav .dropdown-menu li a{
	padding-left:0;
	padding-top:0;
}

.menu-mobile .navbar-nav .dropdown-menu li a:focus, .menu-mobile .navbar-nav .dropdown-menu li a:hover{
	background:transparent !important;
	color:#BA292E !important;
}

.menu-mobile *{
	font-family: 'Bree Serif' !important;
}

.menu-mobile input[type="search"]{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none; 
  	background: transparent;
  	border: none;
  	padding-left: 0; 
	border-radius:0px !important;
	border: none;
    border-bottom: 3px solid #BA292E;
    padding: 0px 10px 5px 30px;
    width: 100%;
    color: #000;
    outline: none !important;
    background-image: url(/wp-content/themes/muchomor-book/template-img/search-icon.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left;
    font-size: 16px;
    margin-bottom: 40px;
	font-family: 'Bree Serif';
}

@media (max-width: 768px) {
	#main-menu {
		margin-top: 15px;
	}
	
	#main-menu .navbar-nav {
		margin-left: 0 !important;
		margin-right: auto !important;
		width: fit-content;
		margin-top: 15px;
    	margin-bottom: 15px;
	}	
	
	#main-menu ul.dropdown-menu {
	  	column-count: 1;
	  	padding-right: 0;
	  	background: none !important;
	  	box-shadow: none;
	  	padding: 0;
	  	margin: 0;
	}
	
	#main-menu .navbar-nav li {
		line-height: 2;
	}
}

.header-contact {
  	width: 18px !important;
}

/****************************** OFFCANVAS ***************************/
.offcanvas-header h5 {
  	font-size: 22px;
  	margin: 0;
  	font-weight: bold;
}

#menu-menu-moje-konto {
  	margin: 0;
  	padding: 0;
 	list-style-type: none;
 	line-height: 2;
}

/*Koszyk - mini cart*/
ul.woocommerce-mini-cart {
  	padding-left: 0;
}

.remove_from_cart_button {
 	margin-right: 10px;
}

.woocommerce-mini-cart .variation p {
  	font-size: 13px;
  	margin: 0;
}

ul.woocommerce-mini-cart li img {
    float: left;
    margin-left: 0;
    width: 40px;
    height: auto;
    box-shadow: none;
    margin-right: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal !important;
    font-size: 13px;
    color: var(--theme-black) !important;
}

.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2) {
	display: inline-flex;
    align-items: center;
	width:60%;
}

.woocommerce-mini-cart-item a.remove:hover {
    color: var(--theme-reverse) !important;
    background: none !important;
}

.woocommerce-mini-cart-item .mini_cart_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce-mini-cart-item .quantity {
    text-align: right;
    display: block;
    font-size: 14px !important;
	width: -webkit-fill-available;
  	width: -moz-available;
  	max-width: 40%;
}

.woocommerce-mini-cart-item .variation {
	border: none !important;
	margin-bottom: 0;
	width: 20%;
}

.woocommerce-mini-cart-item a {
    text-align: left !important;
	line-height: 1.1 !important;
}

.woocommerce-mini-cart-item dd {
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.woocommerce-mini-cart-item dt {
    padding: 0 !important;
    font-size: 14px;
    font-weight: normal !important;
    margin: 0 !important;
}

li.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
  	padding-bottom: 10px;
}

.widget_shopping_cart_content .total {
    text-align: right !important;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.woocommerce-mini-cart__buttons .button.checkout.wc-forward {
  	padding: 10px 30px;
  	color: #fff;
  	background: var(--theme-black) !important;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
	padding: 10px 30px;
	border: 1px solid var(--theme-black);
}



/****************************** FOOTER ********************************/
.inner-copy {
	color:#161616;
	opacity:.5;
	font-size:12px;
}

.inner-copy a {
	color:inherit;
	text-decoration:none;
}

.theme-footer-right ul {
	padding:0 !important;
	list-style:none !important;
	margin-bottom:0 !important;
}

.theme-footer-right ul li a {
	font-family:'Bree Serif';
	font-size:16px;
	line-height:22px;
	letter-spacing:.1px;
}

.socials-footer{
	text-align: right !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.socials-footer img {
	width:16px !important;
	height:auto !important;
}

footer {
	overflow:hidden;
	margin-bottom: 50px;
	margin-top: 80px;
}

.theme-footer-right {
	padding-top: 35px;
    position: relative;
}

.theme-footer-right:after {
	content:'';
	width:100vw;
	height:10px;
	background:var(--theme-reverse);
	display:block;
	position:absolute;
	left:0;
	top:0;
}


@media (max-width: 767px){
	footer .row{
		flex-direction:column-reverse;
		gap:30px;
	}
	.socials-footer{
		text-align:left !important;
		justify-content:flex-start !important;
	}
	.theme-footer-right:after{
		left:15px;
	}
}


/****************************** STRONA GŁÓWNA ********************************/
/*Hero*/
.carouselSection { 
  	overflow: hidden !important;
	max-height:360px;
}

.home .carouselSection .slick-dotted.slick-slider {
  	margin-bottom: 0;
}

.carouselSection img {
	width:100%;
	height: 360px;
	object-fit:contain;
}

.carouselSection .slick-dots li button:before{
	display:none;
}

.carouselSection .slick-dots li button{
	padding:0;
	width:8px;
	height:8px;
	background:rgba(0,0,0,0.2);
	border-radius:0;
}

.carouselSection .slick-dots li.slick-active button{
	background:var(--theme-reverse);
}

.carouselSection .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
}

.carouselSection .slick-dots{
	max-width: 1312px;
    margin: 0 auto;
    left: 50%;
    transform: translatex(-50%);
    text-align: right;
    bottom: 40px;
	display: none;
}

@media (max-width: 767px){
	.carouselSection .slick-dots{
		text-align:center;
	}
}


/*Menu pod sliderem*/
.informationsSection {
	display: none !important;
}

.informationsSection {
	padding-top:18px;
	padding-bottom:40px;
}

.informationsSection img {
  	height: 30px;
}

.informationsSection .row {
	overflow-x: scroll;
    flex-wrap: nowrap;
	scrollbar-width: none;
  	-ms-overflow-style: none;
}

.informationsSection .row::-webkit-scrollbar {
  display: none;
}

.informationsSection .col-auto span{
	font-size:16px;
	line-height:19px;
	font-family: 'Bree Serif';
}

@media (max-width: 767px){
	.informationsSection .col-auto{
		display:flex;
		align-items:center;
	}
}

/* NOWOŚCI SLIDER */
.woocommerce span.onsale {
    background: var(--theme-reverse);
    border-radius: 0;
    min-height: 0;
    min-width: 0;
    padding: 4px 5px;
    line-height: 1;
    font-family: var(--theme-heading-font);
    font-weight: 400;
    text-transform: lowercase;
    transform: rotate(-73deg);
    top: 12px;
    font-size: 10px;
    letter-spacing: 1px;
    right: auto;
    left: 0px;
}

.woocommerce .slick-slide span.onsale{
	left:0px;
}

.woocommerce-LoopProduct-link{
	position:relative;
	display:block;
	width:100%;
}

div.product.type-product > .woocommerce-LoopProduct-link{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:12;
}

.newProductsSection .slick-list{
	padding-top:30px;
}

.newProductsSection div.product{
	padding:0 30px;
}

div.product.type-product{
	text-align:center;
	position:relative;
	padding: 0 30px;
}

div.product.type-product .product-info{
	margin-top:15px;
}

div.product.type-product h2 {
	font-size: 16px;
  	line-height: 1.4;
	margin-bottom:10px;
	text-transform: uppercase;
}

div.product.type-product .attachment-woocommerce_thumbnail{
	object-fit:contain;
	object-position:center;
	display:inline-block;
	box-shadow: 0px 1px 9px 3px #0000002e;
	width:100%;
}

.autor-kategoria{
	padding:10px;
	color:#161616;
	opacity:.6;
	font-size:12px;
}

div.product.type-product .price{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woocommerce div.product span.price ins{
	text-decoration:none;
}

.woocommerce div.product span.price bdi{
	text-decoration: none;
    font-family: var(--theme-heading-font);
    font-size: 19px;
    font-weight: 400;
}

.woocommerce div.product span.price del bdi{
	font-family:inherit;
	font-size:inherit;
}

div.product .product-image-custom{
	position:relative;
	min-height: 295px;
	height: 295px;
  	display: flex;
  	align-items: end;
}

div.product .product-image-custom:before{
	content: "";
    position: absolute;
    left: 15px;
    bottom: 15px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border-bottom: 143px solid transparent;
    border-left: 143px solid #000;
    transform: rotate(270deg);
    z-index: 11;
    transition: all .5s;
}

div.product.type-product:hover > .product-image-custom:before{
	bottom: 0;
    left: 0;
	visibility:visible;
	opacity:1;
}

div.product .product-image-custom .tinv-wraper{
	position: absolute;
    left: 12px;
    bottom: 38px;
    z-index: 111;
    height: auto;
	transform:scale(.5);
	visibility:hidden;
	opacity:0;
	transition:all .5s;
}

div.product.type-product:hover > .product-image-custom .tinv-wraper{
	transform:scale(1);
	visibility:visible;
	opacity:1;
}

.product-image-custom .add_to_cart_button:after{
	position: absolute;
    right: -3px;
    top: 0;
    background: #ba292e;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 15px;
    height: 15px;
    font-size: 7px;
}

.added_to_cart{
	background: #ba292e;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: var(--theme-heading-font);
	transition:all .5s;
	transform:scale(.5) translate(-50%, -50%) !important;;
	visibility:hidden;
	opacity:0;
}

div.product.type-product:hover > .product-image-custom .added_to_cart{
    transform: scale(1) translate(-50%, -50%) !important;
    visibility: visible;
    opacity: 1;
}

div.product .product-image-custom .tinv-wraper .tinvwl_add_to_wishlist_button{
	width: 32px;
    height: 32px;
	transition:all .5s;
}

div.product .product-image-custom .tinv-wraper .tinvwl_add_to_wishlist_button:hover{
	transform:scale(1.1);
}

div.product .product-image-custom .tinv-wraper .tinvwl_add_to_wishlist_button img{
	width: 100% !important;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

div.product .product-image-custom .add_to_cart_button{
	position: absolute;
    left: 45px;
    bottom: 14px;
    z-index: 14;
    background: transparent;
    width: 32px;
    height: auto;
    padding: 0;
	transform:scale(.5);
	visibility:hidden;
	opacity:0;
	transition:all .5s;
}

div.product .product-image-custom .add_to_cart_button:hover{
	transform:scale(1.1) !important;
}

div.product.type-product:hover > .product-image-custom .add_to_cart_button{
	transform:scale(1);
	visibility:visible;
	opacity:1;
}

.newProductsSection .slick-next, .newProductsSection .slick-next:hover, .foreign-wybrane-tytuly-slider .slick-next, .foreign-wybrane-tytuly-slider .slick-next:hover {
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.newProductsSection .slick-prev, .newProductsSection .slick-prev:hover, .foreign-wybrane-tytuly-slider .slick-prev, .foreign-wybrane-tytuly-slider .slick-prev:hover {
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.newProductsSection .slick-next:before, .newProductsSection .slick-prev:before, .foreign-wybrane-tytuly-slider .slick-next:before, .foreign-wybrane-tytuly-slider .slick-prev:before {
	display:none !important;
}

.newProductsSection .btn{
	margin: 40px auto 0 auto;
    display: table;
}

@media (max-width: 767px){
	div.product.type-product h2, .woocommerce div.product span.price bdi{
		font-size:15px;
		line-height: 1.2;
	}
	
	.woocommerce div.product p.price del, .woocommerce div.product span.price del bdi{
		font-size:13px !important;
	}
	
	.newProductsSection div.product{
		padding:0 20px;
	}
	
	div.product.type-product .attachment-woocommerce_thumbnail{
		margin:0 auto;
	}
	
	.newProductsSection .btn{
		margin-top:80px;
	}
	
	.newProductsSection{
		overflow:hidden;
	}
}


/*Zapowiedz*/
.wf-badge--zapowiedz {
	position: absolute;
	left: 0px;
	right: auto;
	bottom: 77%;
    background: #ee7100 !important;
	color: #fff !important;
    border-radius: 0  !important;
    min-height: 0 ;
    min-width: 0;
    padding: 4px 5px !important;
    line-height: 1;
    font-family: var(--theme-heading-font)  !important;
    font-weight: 400;
    text-transform: lowercase;
    transform: rotate(-73deg) !important;
    font-size: 10px;
    letter-spacing: 1px;
}

.woocommerce.single-product .wf-badge.wf-badge--zapowiedz {
	transform: rotate(-90deg) !important;
  	right: 11px;
  	top: 0%;
  	width: 100px !important;
 	height: auto !important;
  	display: inline-block !important;
  	left: auto !important;
  	transform-origin: right !important;
  	font-size: 14px !important;
  	bottom: unset !important;
  	text-align: center;
}


/* BESTSELLERS SECTION CAROUSEL */
.carouselBestsellersSection .slick-list{
	padding-top:30px;
}

.carouselBestsellersSection div.product{
	padding:0 30px;
}

.carouselBestsellersSection .slick-next, .carouselBestsellersSection .slick-next:hover {
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.carouselBestsellersSection .slick-prev, .carouselBestsellersSection .slick-prev:hover {
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.carouselBestsellersSection .slick-next:before, .carouselBestsellersSection .slick-prev:before {
	display:none !important;
}

.carouselBestsellersSection .btn{
	margin: 40px auto 0 auto;
    display: table;
}

@media (max-width: 767px){
	.carouselBestsellersSection div.product{
		padding:0 20px;
	}
	
	.carouselBestsellersSection .btn{
		margin-top:80px;
	}
	
	.carouselBestsellersSection{
		overflow:hidden;
	}
}


/* LISTA KATEGORII */
.categoriesProductsSection{
	overflow:hidden;
}

.categoriesProductsSection .categoriesProductsSection-inner {
	background: rgb(218 219 200 / 20%);
    margin-top: 200px;
	padding-bottom:30px;
}

.categoriesProductsSection .cat-list{
	width: calc(100% + 80px);
    margin-right: -80px;
    margin-left: -40px;
}

.categoriesProductsSection .cat-list .slick-list{
	padding-right:15%;
	margin-right:-15%;
}

.categoriesProductsSection .cat-list img{
	margin:0 auto !important;
    height: auto;
    width: 100%;
}

.categoriesProductsSection .slick-track{
	display:flex;
	gap:40px;
}

.categoriesProductsSection .cat-list a p{
	text-align:center;
	font-family:var(--theme-heading-font);
	font-size:16px;
}

@media (max-width: 767px){
	.categoriesProductsSection{
		margin-top:0px;
	}
	
	.categoriesProductsSection .categoriesProductsSection-inner{
		margin-top:180px;
	}
}


/* BESTSELLERY */
.bestsellersSection{
	padding-top:60px;
	padding-bottom:80px;
}

.bestsellersSection div.product.type-product h2{
	line-height:1.4;
}

.bestsellersSection .woocommerce.columns-2 .col-md-3{
	width:50%;
}

.bestsellersSection .product{
	display:flex;
	align-items:center;
	text-align:left;
	gap:15px;
}

.bestsellersSection .product .product-image-custom{
	width:50%;
}

.bestsellersSection .product .product-info{
	width:66%;
	text-align:left;
}

.bestsellersSection .product .product-info .autor-kategoria{
	padding-left:0;
	padding-top:0 !important;
}

.row.products{
	--bs-gutter-y: 2.5rem;
    --bs-gutter-x: 2.5rem;
}

.bestsellersSection div.product .product-image-custom:before{
	border-bottom: 83px solid transparent;
    border-left: 83px solid #000;
}

.bestsellersSection div.product .product-image-custom .tinv-wraper .tinvwl_add_to_wishlist_button {
    width: 18px;
    height: 18px;
}

.bestsellersSection div.product .product-image-custom .add_to_cart_button{
	width:18px;
	left: 28px;
    bottom: 8px;
}

.bestsellersSection div.product .product-image-custom .tinv-wraper {
    left: 8px;
    bottom: 28px;
}

div.product.type-product:hover h2.woocommerce-loop-product__title{
	color:var(--theme-reverse);
}

.bestsellersSection div.product.type-product .price{
	justify-content:flex-end;
}

.bestsellersSection .btn{
	margin-top:50px;
	margin-left:12px;
}

.bestsellersSection .publisher-info{
	background-image: url(/wp-content/themes/muchomor-book/template-img/zolw-tlo.svg);
    padding: 50px 60px 90px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
	position:relative;
}

.bestsellersSection .publisher-info:before{
	content:'';
	display:block;
	position:absolute;
	right:40px;
	top:0;
	transform:translatey(-50%);
	width:272px;
	height:272px;
	background-image:url('/wp-content/themes/muchomor-book/template-img/kompas.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.bestsellersSection .publisher-info h3{
	max-width:210px;
	margin-bottom:20px;
}

.bestsellersSection .publisher-info ul{
	list-style:none;
	font-family:var(--theme-heading-font);
}

.bestsellersSection .publisher-info ul li{
	position:relative;
}

.bestsellersSection .publisher-info ul li:before{
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background: url(/wp-content/themes/muchomor-book/template-img/arrow-right-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translatey(-50%);
}

.bestsellersSection .publisher-info ul li a{
	transition:all .5s;
	border-bottom:2px solid transparent;
	font-family:var(--theme-heading-font);
}

.bestsellersSection .publisher-info ul li a:hover{
	border-bottom-color:var(--theme-reverse);
	color:#000;
}

.bestsellersSection + .seoSection {
  	padding-top: 0 !important;
}

@media (max-width: 1399px){
	.bestsellersSection .publisher-info{
		background-size: cover;
    	background-position: right bottom;
		padding-bottom: 210px;
	}
	.bestsellersSection .publisher-info:before{
		width:142px;
		height:142px;
		right:2%;
	}
}

@media (max-width: 991px){
	.bestsellersSection .publisher-info{
		margin-top:80px;
	}
}

@media (max-width: 767px){
	.bestsellersSection .product .product-image-custom{
		width:25%;
	}
	
	.bestsellersSection .product .product-info{
		width:75%;
	}
	
	.bestsellersSection .woocommerce.columns-2 .col-md-3{
		margin-top:15px;
	}
	
	.carouselSection { 
		max-height:160px;
	}
	
	.bestsellersSection .btn{
		margin-left:0;
	}
	
	.bestsellersSection{
		padding-top:60px;
		overflow:hidden;
	}
	
	.bestsellersSection .woocommerce.columns-2 .col-md-3{
		width:100%;
	}
	
	.bestsellersSection .publisher-info{
		padding: 30px 30px 200px 30px !important;
	}
	
	.carouselSection img, .carouselSection {
		width: auto;
		height: unset;
	}
}


/* BANNER */
.bannerSection{
	padding-top:80px;
}

.bannerSection img{
	height:auto;
}


/* SEO SECTION */
.seoSection{
	padding-top:100px;
}

.seoSection.categorySeo{
	display:inline-block;
	width:100%;
}

.seoSection h2 {
  	font-size: 16px;
	font-family: var(--theme-font);
	color: #161616;
}

.seoSection h3, .seoSection h4 {
  	font-size: 13px;
	font-family: var(--theme-font);
	color: #161616;
}

.seoSection p{
	line-height:1.2;
}

.seoSection{
	font-size:.75rem;
}

.seoSection *{
	opacity:.9;
}

@media (max-width: 767px){
	.seoSection{
		padding-top:80px !important;
	}
}


/* NEWSLETTER SECTION */
.newsletterSection{
	position: relative;
	margin-top: 60px;
}

.newsletterSection .icons-col ul {
	list-style:none;
	padding:0 !important;
	margin:0;
}

.newsletterSection .icons-col ul li {
	font-size:16px;
	font-weight:500;
	display:flex;
	align-items:center;
	gap:10px;
}

.newsletterSection .icons-col ul li:not(:last-child) {
	margin-bottom:10px;
}

.newsletterSection .icons-col ul li img {
	width:18px;
}

.newsletterSection .main-col {
	background-color: var(--theme-reverse);
	clip-path: polygon(0% 0px, 100% 0px, 100% 100%, 2% 90%);
  	padding: 30px 60px;
	position:relative;
}

.newsletterSection > .container > .row {
  	position: relative;
}

.mch-newsletter {
	font-family: var(--theme-heading-font);
	color: #fff;
  	font-size: 32px;
  	text-transform: lowercase;
	line-height: 1.1;
  	margin-bottom: 0;
}

#mc_embed_signup_scroll {
  	width: 100%;
}

.newsletterSection .main-col .row form {
	display: flex;
    align-items: center;
    gap: 50px;
    font-family: var(--theme-heading-font);
}

.newsletterSection .main-col .row form input[type="email"]{
	width: calc(100% - 164px);
    border: none;
    border-bottom: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 16px 20px;
    outline: none !important;
	background-image:url('/wp-content/themes/muchomor-book/template-img/arrow-right-white.svg');
	background-position:left center;
	background-repeat:no-repeat;
	background-size:6px;
}

.newsletterSection .main-col .row form input[type="email"]::placeholder{
	color:#fff;
}

.newsletterSection .main-col .row form input[type="submit"]{
	border: 3px solid #fff;
    background: transparent;
    color: #fff;
    padding: 15px 30px !important;
	top: 4px !important;
}

.newsletterSection .main-col .row p.newsletterPrivacyInfo {
	font-size: 12px;
  	color: #fff;
  	margin-top: 20px;
  	text-align: justify;
  	line-height: 1.3;
}

@media (max-width:600px){
	.newsletterSection .main-col {
		clip-path: none !important;
		padding: 30px;
	}
}

@media (max-width: 992px) {
	.newsletterSection > .container > .row:before {
		content: '';
    	top: 0px !important;
    	right: 5vw !important;
    	left: unset !important;
    	max-width: 60%;
    	background: url('/wp-content/themes/muchomor-book/template-img/mch-newsletter.png');
    	background-repeat: no-repeat;
    	background-size: contain !important;
    	width: 100%;
    	height: 100%;
  	}
	
	.newsletterSection {
		margin-top: 80px !important;
		padding-top: 30px;
	}
	
	.newsletterSection .icons-col {
		margin-bottom:30px !important;
	}

	.newsletterSection::before {
		height: 110%;
		top: -5%;
	}
}

@media (max-width: 767px){
	.newsletterSection{
		overflow:hidden;
	}
	.newsletterSection .main-col{
		position:relative;
	}
	.newsletterSection .main-col .background-image{
        min-height: 815px;
        object-position: 20% 60%;
        top: 13%;
	}
	.newsletterSection .main-col .row form{
		flex-direction:column;
		gap:20px;
	}
	.newsletterSection .main-col .row form input[type="email"], .newsletterSection .main-col .row form input[type="submit"]{
		width:100%;
	}
	.newsletterSection .main-col > .row {
		padding-left: 0px;
		padding-right: 0px;
	}

	.newsletterSection > .container > .row:before {
    	top: 60px !important;
	}
}

@media (max-width: 480px) {
	.newsletterSection > .container > .row:before {
    	top: 80px !important;
	}
}


/* STREFA WIEDZY */
.strefaWiedzySection{
	padding-top:160px;
	padding-bottom:90px;
}

.strefaWiedzySection .nice-h2{
	margin-bottom:27px;
}

.strefaWiedzySection .col-md-3 p{
	max-width: 200px;
  	font-size: 14px;
}

.strefaWiedzySection .col-md-9{
	position:relative;
}

.strefaWiedzySection .col-md-9 .posts-wrapper{
    position: relative;
    z-index: 2;
    padding-left: 35%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-right: 8%;
}

.strefaWiedzySection .col-md-9 .btn{
	float:right;
	margin-top:55px;
}

.strefaWiedzySection .col-md-9 > img{
	position: absolute;
	left: -70px;
	top: -80px;
	max-width: 56%;
	}

article.post{
	display:flex;
	align-items:center;
	gap:20px;
}

article.post img{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    aspect-ratio: 2 / 1 !important;
    width: auto;
    height: auto;
    max-width: 276px;
}

.post-content .post-date{
	font-size: 15px;
    color: var(--theme-reverse);
    margin-bottom: 15px !important;
    display: block;
	font-weight: 500;
}

.post-content .post-title{
	font-size: 18px;
}

@media (max-width: 767px){
	.post-content .post-date{
		font-size:12px;
		margin-bottom:5px !important;
	}
	
	.post-content .post-title{
		font-size: 14px;
    	margin-bottom: 0;
	}
	
	.strefaWiedzySection .col-md-9 > img{
        position: absolute;
        right: 0;
        top: 10px;
        max-width: 56%;
        z-index: 1;
        transform: translatey(-83%);
        width: 40%;
        left: auto;
	}
	
	.strefaWiedzySection{
		padding-top:90px !important;
		padding-bottom:40px !important;
	}
	
	.strefaWiedzySection .col-md-9 .posts-wrapper{
		padding-left:0 !important;
		padding-right:0 !important;
		gap:20px;
		padding-top:55px !important;
	}
	
	article.post img{
		max-width:1000px;
		width:100%;
	}
	
	.post-thumbnail{
		width:40%;
	}
	
	.post-content{
		width:60%;
	}
	
	.strefaWiedzySection .col-md-3 p{
		max-width:50%;
	}
}


/******************************** PAGE - FOREIGN RIGHTS ***************************************/
.foreign-osoba {
	background: rgba(218, 219, 200, 0.2);
	padding-top: 60px;
	padding-bottom: 60px;
}

.foreign-okladki h2 {
  	text-align: right;
  	font-size: 28px;
	position: relative;
}

.foreign-okladki h2:after {
	content: '';
  	border-bottom: 4px solid var(--theme-reverse);
  	width: 150%;
  	height: 4px !important;
  	position: absolute;
  	bottom: -10px;
  	left: -50%;
}

.foreign-btn {
  	margin-top: 30px;
  	margin-bottom: 30px;
}

.foreign-img img {
  	max-height: 350px;
  	width: auto;
}

.foreign-img {
	text-align: center;
}

.foreign-wybrane-tytuly-slider {
	width: 90%;
  	margin: 0px auto;
}

.foreign-wybrane-tytuly-slider .slick-track {
  	display: flex !important;
  	gap: 30px;
  	align-items: flex-end;
}

.foreign-wybrane-tytuly-slider .tytul {
  	display: flex !important;
  	gap: 20px;
  	align-items: center;
}

.foreign-wybrane-tytuly-slider .slick-prev.slick-arrow {
  	left: -50px;
}

.foreign-wybrane-tytuly-slider .slick-next.slick-arrow {
  	right: -50px;
}

.foreign-wybrane-tytuly-slider .tytul .tytul-left {
	width: 220px;
}

.foreign-wybrane-tytuly-slider .tytul .tytul-left img {
	box-shadow: 0px 1px 9px 3px #0000002e;
}

.foreign-wybrane-tytuly-slider .tytul .tytul-right {
	width: calc(100% - 220px);
	font-size: 14px;
	padding-right: 60px;
}

.foreign-wybrane-tytuly-slider .tytul .tytul-right h3 {
	font-size: 20px;
}

@media (max-width: 768px) {
	.foreign-img {
		margin-top: 30px;
	}
	
	.foreign-wybrane-tytuly-slider .tytul .tytul-right {
		padding-right: 0;
	}
}


/******************************** PAGE - DLA SZKOL I BIBLIOTEK ********************************/
.dlaszkol-1 {
	background-color: rgba(218, 219, 200, 0.2);
	padding-top: 60px;
	padding-bottom: 60px;
}

.dlaszkol-1 a {
  	text-decoration: underline !important;
}

.dlaszkol-1 .row {
	--bs-gutter-y: 1.5rem;	
}

.mch-accordion {
	padding: 20px 30px !important;
}

.mch-accordion-btn {
  	display: flex;
	width: 100%;
  	background: none !important;
  	border: none !important;
  	padding: 0;
  	-webkit-appearance: none;
	font-family: var(--theme-heading-font) !important;
	gap: 15px !important;
  	align-items: center;
	position: relative;
	text-align: left !important;
}

.mch-accordion-btn span {
	color: #fff !important;
	font-family: var(--theme-heading-font) !important;
}

.mch-accordion-btn span:after {
	content:'';
	background: url('/wp-content/themes/muchomor-book/template-img/arrow-white-up.svg');
	position: absolute;
	right: 0;
	width: 15px;
  	height: 15px;
  	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.mch-accordion-btn.collapsed span:after {
	background: url('/wp-content/themes/muchomor-book/template-img/arrow-white-down.svg');
}

.mch-accordion-body, .mch-accordion-body p, .mch-accordion-body li, .mch-accordion-body a {
	color: #fff !important;
}

.mch-accordion-body p:first-child {
	padding-top: 15px;
}

.mch-accordion-body p:last-child {
	margin-bottom: 0;
}

/*Kolory*/
.mch-accordion.kartypracy {
	background-color: #e24a12;
}

.mch-accordion.warsztaty {
	background-color: #f28b00;
}

.mch-accordion.wystawy {
	background-color: #236475;
}

.mch-accordion.rabaty {
	background-color: #045a47;
}

/*Ustawienie stopki*/
.beforeNewsletter .row {
  	margin-top: 60px;
}


/* BREADCRUMBS TYTUŁ */
.themeHeaderBreadcrumbTitle{
	padding-top:60px;
}

.themeHeaderBreadcrumbTitle img{
	width:9px;
}

.themeHeaderBreadcrumbTitle .custom-breadcrumb {
	font-family: var(--theme-heading-font);
    color: #BA292E;
    font-size: 12px;
    align-items: center;
    display: flex;
    gap: 5px;
    margin-bottom: 0px;
	text-transform: lowercase;
}

.themeHeaderBreadcrumbTitle h1 {
	margin-bottom:0;
	text-transform: lowercase;
}

.product .themeHeaderBreadcrumbTitle h1 {
	text-transform: none !important;
}

@media (max-width: 767px){
	.themeHeaderBreadcrumbTitle{
		padding-top:20px;
	}
}


/* LISTA PRODUKTÓW ARCHIVE */
.themeProducts{
	padding-top:110px;
	padding-bottom:40px;
	overflow:hidden;
}

.themeProducts aside.filters{
	background-image: url(/wp-content/themes/muchomor-book/template-img/filtrowanie.svg);
    background-size: cover;
    padding-top: 175px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 77px;
    background-position: top center;
    margin-top: -70px;
	font-size:14px;
}

.themeProducts aside.filters .filter-title, .bapf_head h3 {
	font-family: var(--theme-heading-font);
    color: var(--theme-black);
	font-size:16px;
	font-weight:400;
	line-height: 1.2;
    margin-bottom: 10px;
	text-transform: lowercase;
}

.themeProducts aside.filters ul {
	list-style:none;
	padding-left:0;
	margin-bottom:50px;
}

.themeProducts aside.filters ul:last-child{
	margin-bottom:0;
}

/*Tworcy*/
.themeProducts aside.filtersTworcy {
	font-size:14px;
}

.themeProducts aside.filtersTworcy .filter-title, .bapf_head h3 {
	font-family: var(--theme-heading-font);
    color: var(--theme-black);
	font-size:16px;
	font-weight:400;
	line-height: 1.2;
    margin-bottom: 10px;
	text-transform: lowercase;
}

.themeProducts aside.filtersTworcy ul {
	list-style:none;
	padding-left:0;
	margin-bottom:50px;
}

.themeProducts aside.filtersTworcy ul:last-child{
	margin-bottom:0;
}

.filtersTworcy_menu {
  	margin-bottom: 15px;
}

.filtersTworcy_menu:first-of-type {
  	margin-bottom: 30px;
}

.filtersTworcy_menu a {
  	font-family: 'Bree Serif' !important;
  	font-size: 18px;
	display: flex !important;
  	align-items: center;
  	gap: 15px;
}

.filtersTworcy_menu a img {
  	max-width: 50%;
}

.custom-sorting-form {
	display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.custom-sorting-form select,
.custom-sorting-form select:focus {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	border-radius: 0;
  	box-shadow: none;
  	outline: none;
}

.custom-sorting-form select:focus-visible {
  	outline: 2px solid #4a90e2;
  	outline-offset: 2px;
}

.custom-sorting-form select{
	-webkit-appearance: none;
	appearance: none;
 	background: none;
	border: none;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
    float: right;
    border: none;
    border-bottom: 3px solid var(--theme-reverse);
    padding: 5px;
    font-family: var(--theme-heading-font);
    text-transform: lowercase;
    padding-left: 60px;
    background-image: url(/wp-content/themes/muchomor-book/template-img/sort-icon.svg);
    background-size: 36px auto;
    background-position: 5px 60%;
    background-repeat: no-repeat;
    font-size: 17px;
    outline: none !important;
}

.themeProducts .productBanner{
	padding-top:40px;
	padding-bottom:40px;
}

.woocommerce nav.woocommerce-pagination ul{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    padding-top: 100px;
	gap:15px;
}

.woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after{
	display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li{
	border:none;
	font-family: var(--theme-heading-font);
    color: var(--theme-black);
	font-size:21px;
}

.woocommerce nav.woocommerce-pagination ul li *{
	font-family: var(--theme-heading-font) !important;
    color: var(--theme-black) !important;
    padding: 0 !important;
    background: none !important;
	font-size:18px !important;
}

.woocommerce nav.woocommerce-pagination ul li .current{
	color:var(--theme-reverse) !important;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers{
	font-size: 0 !important;
    background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-right-dark.svg) !important;
    background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
	padding-right:17px !important;
	position:relative !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers{
	font-size: 0 !important;
    background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-left-dark.svg) !important;
    background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
	padding-left:17px !important;
	position:relative !important;
}

.woocommerce nav.woocommerce-pagination:after{
	content:'';
    position: absolute;
    bottom: 0px;
    background: var(--theme-reverse);
    height: 10px;
    left: 0;
    width: 100vh;
}

.woocommerce nav.woocommerce-pagination{
	float:right !important;
	position:relative;
	padding-bottom:30px;
	line-height:1.3;
}

.woocommerce nav.woocommerce-pagination *{
	line-height:1.3;
}

.woocommerce nav.woocommerce-pagination:before{
	display:none !important;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:before{
	content:'Następna ';
	font-size:18px;
	line-height:1.3;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers:before{
	content:' Poprzednia';
	font-size:18px;
	line-height:1.3;
}

.woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after{
	display:none;
}

@media (max-width: 767px) {
	.themeProducts .productBanner{
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	
	.themeProducts .filtrowanie{
		margin-bottom:40px;
	}
	
	.themeProducts .filtrowanie button{
        width: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
	}
	
	.themeProducts .row{
		position:relative;
	}
	
	.custom-sorting-form{
		position: absolute;
        top: 0;
        width: 43%;
        right: 15px;
	}
	
	.custom-sorting-form select{
		width:100%;
		font-size:15px;
	}
	
	.themeProducts aside.filters ul{
		margin-bottom:20px;
		display:flex;
		flex-wrap:wrap;
	}
	
	.themeProducts aside.filters ul li{
		width:50%;
	}
	
	.themeWooFiltrowanie{
		display:none;
	}
	
	.themeProducts{
		padding-top:40px;
	}
	
	.themeProducts aside.filters{
        margin-top: 0;
        padding-top: 230px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
	}
	
	.woocommerce nav.woocommerce-pagination ul{
		padding-top:40px;
		gap:10px;
	}
	
	.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:before, .woocommerce nav.woocommerce-pagination ul li *{
		font-size:15px !important;
	}
	
	.woocommerce nav.woocommerce-pagination ul li .next.page-numbers{
		padding-right:15px !important;
	}
	
	#mobileFilters {
  		margin-bottom: 15px;
	}
}


/* SINGLE PRODUCT */
.woocommerce div.product div.images.woocommerce-product-gallery{
	opacity: 1;
    transition: opacity 0.25s ease-in-out;
    display: block;
    position: relative;
    z-index: 5;
    padding-left: 100px !important;
}

body.one-image.woocommerce div.product div.images.woocommerce-product-gallery{
	padding-left:0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    flex-direction: column;
    width: 85px;
    min-width: 85px;
	position:absolute;
	left:0px;
	top:0;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width:100%;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	opacity:1;
}

.single-product .flex-viewport{
	box-shadow: 0px 0px 18px 4px #0000002e;
	width: 100%;
}


.woocommerce div.product div.images .flex-control-thumbs li{
	padding-bottom:15px !important;
	border:none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display:none;
}

.woocommerce.single-product > span.onsale{
    transform: rotate(-90deg);
    right: 9px;
    top: 30%;
    width: 100px;
    height: auto;
    display: inline-block;
    left: auto;
    transform-origin: right;
    font-size: 14px;
}

.woocommerce div.product div.summary{
	text-align:left;
}

.single-product .woocommerce-breadcrumb a:first-child:before{
	content: '';
    width: 9px;
    height: 9px;
    display: block;
    background: url(/wp-content/themes/muchomor-book/template-img/home.svg);
}

.single-product .woocommerce-breadcrumb a:first-child{
    display: flex;
    align-items: center;
    gap: 7px;
    float: left;
    margin-right: 3px;
}

.single-product .woocommerce-breadcrumb *, .single-product .woocommerce-breadcrumb{
	font-family: var(--theme-heading-font) !important;
    color: #BA292E !important;
    font-size: 12px !important;
}

.single-product .summary .product_title{
	position: relative;
    display: inline-block;
    padding-bottom: 20px !important;
    margin-bottom: 40px;
}

.single-product .summary .product_title:after{
	content: '';
    position: absolute;
    bottom: 0px;
    background: var(--theme-reverse);
    height: 10px;
    right: 0;
    width: 100vw;
}

.single-product .summary .product_title:before{
	content: '';
    position: absolute;
    top: 100%;
    height: 528px;
    right: -150vw;
    width: 610vw;
    z-index: -1;
    background: #000;
    opacity: .01;
}

.single-product .custom-sku-availability{
	display: flex;
    align-items: center;
    gap: 40px;
    opacity: .6;
    margin-bottom: 20px !important;
}

.single-product .summary .woocommerce-product-details__short-description{
	padding-bottom:24px;
}

.single-product .summary .price{
	justify-content:flex-end !important;
	margin-bottom:5px;
}

.single-product .summary .price *{
    font-family: var(--theme-heading-font);
    text-decoration: none;
    font-size: 32px;
	font-weight:400 !important;
}

.single-product .summary .price del bdi, .single-product .summary .price del bdi .woocommerce-Price-currencySymbol{
	font-size:26px !important;
}

.single-product .summary .price del bdi{
	text-decoration: line-through;
}

.single-product .summary .iworks-omnibus{
	margin-bottom: 15px !important;
    font-size: 13px;
    opacity: .6;
}

.woocommerce div.product .summary form.cart div.quantity .qty{
	border: 1px solid rgb(184 184 184 / 60%);
    padding: 10px;
    height: 50px;
    width: 50px;
}

body .summary .qib-button-wrapper{
	position: relative;
    padding-right: 26px;
}

 .summary .qib-button-wrapper div.quantity.wqpmb_quantity{
	height:50px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
	color:var(--theme-reverse);
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button{
	padding: 0;
    background: rgb(184 184 184 / 60%) !important;
    color: rgba(0, 0, 0, 0.6);
    height: 24px;
    width: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    position: absolute;
}

body .qib-button-wrapper{
	margin-top:0;
}

body .qib-button-wrapper .minus.qib-button{
	right: 0;
    bottom: 0;
}

body .qib-button-wrapper .plus.qib-button{
	right: 0;
    top: 0;
}

.woocommerce div.product .summary form.cart .button{
    background: var(--theme-reverse);
    border-radius: 0 !important;
    font-family: var(--theme-heading-font) !important;
    font-weight: 300 !important;
    height: 50px;
    padding: 10px 20px 10px 60px !important;
    background-image: url(/wp-content/themes/muchomor-book/template-img/koszyk.svg) !important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 20px 50%;
	transition:all .5s;
}

.woocommerce div.product .summary form.cart .button:hover{
	background-color:var(--theme-black);
}

.container-outer-product{
	overflow:hidden;
	position:relative;
	margin-top: 60px;
}

.container-outer-product:after{
	content: '';
    display: block;
    width: 100%;
    height: 22px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.woocommerce div.product .summary form.cart{
	float:left;
}

.single-product .summary .tinv-wraper.tinv-wishlist{
	float: left;
    height: 50px;
    display: flex;
    align-items: center;
    opacity: 1;
    padding-left: 20px;
}

.single-product .icon-add-on-wishlist{
	filter:invert(1) !important;
	opacity:.4 !important;
}

.single-product .summary .tinv-wraper.tinv-wishlist a{
	width: 24px !important;
    height: 24px !important;
}

.single-product .summary .tinv-wraper.tinv-wishlist a img{
	max-width: 24px;
    max-height: 24px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:41%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 54%;
    padding-right: 10%;
}

.single-product .custom-description{
	text-align:left;
	padding-top:50px;
}

.single-product .custom-description .acf-gallery-product .slick-list{
    padding-right: calc(33.3333% + 100px);
    margin-right: calc(-33.33333% - 100px);
    padding-left: 20px;
    margin-left: -20px;
}

.single-product .custom-description .acf-gallery-product .slick-list .slick-track{
	padding-top:70px;
	padding-bottom:40px;
}

@media (min-width: 769px) {
	.gallery-enabled .additional-informations{
		padding-top:70px;
	}
}

.single-product .custom-description .acf-gallery-product .slick-list .slick-track a{
	margin-right:40px;
	opacity:.4;
	transition:all .5s;
}

.single-product .custom-description .acf-gallery-product .slick-list .slick-track img{
	box-shadow:0px 0px 11px 4px #0000002e;
	width:100%;
	height:480px !important;
}

.single-product .custom-description .acf-gallery-product .slick-list .slick-track a.slick-active{
	opacity:1;
}

.single-product .custom-description .acf-gallery-product .slick-prev, .single-product .custom-description .acf-gallery-product .slick-next{
	z-index:99;
}

.single-product .custom-description .attributs{
	font-family:var(--theme-heading-font);
	font-size:16px;
}

.single-product .custom-description .accordion-collapse, .single-product .custom-description .accordion-collapse p, .single-product .custom-description .accordion-collapse p a{
	font-family:var(--theme-heading-font);
	font-size:16px;
}

.single-product .custom-description .attributs, .single-product .custom-description .autor-group a{
	color:rgba(0,0,0,0.5);
}

.single-product .custom-description .autor-group a:hover{
	color:var(--theme-reverse);
}

.single-product .custom-description .attributs strong{
	color:#000;
}

.single-product .additional-description{
	padding-left:55px;
}

.single-product .additional-informations .accordion-item{
	border:none;
}

.single-product .additional-informations .accordion-header button{
    font-family: var(--theme-heading-font);
    font-size: 18px;
    border-bottom: 4px solid var(--theme-reverse) !important;
    padding-bottom: 5px !important;
    border-radius: 0;
	outline:none !important;
	box-shadow:none !important;
}

.single-product .additional-informations .accordion-header button.collapsed:before{
	content:'+ ';
	min-width:14px;
	display: inline-block;
}

.single-product .additional-informations .accordion-header button:not(.collapsed):before{
	content:'- ';
	min-width:14px;
	display: inline-block;
}

.single-product .additional-informations .accordion-item{
	margin-bottom:20px;
}

.single-product .accordion{
	border-radius:0 !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
	border-radius:0 !important;
}

.single-product .additional-informations .accordion-body{
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}

.offcanvas-backdrop{
	z-index:1111111111 !important;
}

.woocommerce-mini-cart__buttons .button.wc-forward{
	border:none !important;
	padding:15px !important;
}

.woocommerce-product-gallery__wrapper > div{
	max-width:100% !important;
}

@media (max-width: 1299px){
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding-right:0;
	}
}

@media (max-width: 991px){
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width:100%;
	}
	.single-product .custom-sku-availability{
		width:100%;
	}
	.single-product .custom-description{
		padding-top:0;
	}
}

@media (max-width: 767px){
	.single-product .custom-description .acf-gallery-product .slick-list .slick-track img{
		margin-right:20px;
	}
	.single-product .additional-description{
		padding-left:15px;
	}
	.single-product .flex-viewport{
		width:100%;
		max-width:100%;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery{
		flex-direction:column;
	}
	.woocommerce div.product div.images .flex-control-thumbs{
		flex-direction:row;
		flex-wrap:wrap;
		gap:6.6%;
		width:100%;
		max-width:100%;
		position:static !important;
		margin-top:20px;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery{
		padding-left:0 !important;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		width:20%;
	}
	.custom-description > .row{
		flex-direction: column-reverse;
    	gap: 30px;
	}
}


/* taby */
.product-tab-products{
	margin-top:60px;
}

.product-tab-products .nav-tabs{
	float:right !important;
	gap:30px;
	border:none !important;
	position:relative;
	padding-top:20px;
	min-width: 54%;
    justify-content: flex-start !important;
}

.product-tab-products .nav-tabs:before{
	content: '';
    position: absolute;
    top: 0px;
    background: var(--theme-reverse);
    height: 10px;
    left: 0;
    width: 100vw;
}

.product-tab-products .nav-tabs:after{
	content: '';
    position: absolute;
    top: 10px;
    height: 1000px;
    right: -50%;
    width: 200vw;
    z-index: -1;
    background: #000;
    opacity: .01;
}

.product-tab-products .nav-tabs li button{
	padding:0 !important;
	font-family:var(--theme-heading-font);
	font-size:18px;
	border:none;
	color:#000;
	opacity:.6;
}

.product-tab-products .nav-tabs li button.active{
	opacity:1;
}

.product-tab-products .nav-tabs li button{
	background:transparent !important;
}

.related.products > h2 {
	display: none;
}

.product-tab-products .iworks-omnibus{
	display:none;
}

.product-tab-products div.product.type-product{
	padding:0 25px;
}

.product-tab-products .tab-content{
	display: inline-block;
    width: 100%;
	margin-top:0px;
	padding:0 22px;
	padding-top:110px !important;
}

.product-tab-products .tab-content .slick-track{
	padding-top:30px;
}

.product-tab-products .tab-content .tinvwl_add_to_wishlist_button img{
	filter:invert(0) !important;
	opacity:1 !important;
}

.product-tab-products .related.products{
	margin:0 !important;
}

.product-tab-products .row.products{
	padding-bottom:80px;
}

.product-tab-products .slick-next, .product-tab-products .slick-next:hover, .acf-gallery-product .slick-next, .acf-gallery-product .slick-next:hover{
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.product-tab-products .slick-prev, .product-tab-products .slick-prev:hover, .acf-gallery-product .slick-prev, .acf-gallery-product .slick-prev:hover{
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
}

.product-tab-products .slick-next:before, .product-tab-products .slick-prev:before, .acf-gallery-product .slick-next:before, .acf-gallery-product .slick-prev:before{
	display:none !important;
}

#pane-polecane .up-sells.upsells.products {
  margin: 0 !important;
}

#pane-polecane .up-sells.upsells.products > h2 {
	display: none !important;
}

@media (max-width: 767px){
	.product-tab-products .row.products{
		min-height:470px;
	}
	.product-tab-products div.product.type-product {
		padding: 20px 10px 0 10px;
	}
	.product-tab-products .nav-tabs:after{
		height:1000px;
	}
	.container-outer-product > .container{
		margin-bottom:0 !important;
	}
	.product-tab-products{
		padding-left:0;
		padding-right:0;
	}
	.product-tab-products .nav-tabs{
		gap:10px 20px;
		padding-bottom:40px;
		width:100%;
	}
	.product-tab-products .nav-tabs li button{
		font-size:16px;
	}
	.product-tab-products .tab-content{
		padding-top:40px !important;
	}
	.product-tab-products .row.products{
		padding-bottom:23px;
	}
	.single-product .strefaWiedzySection .nice-h2{
		width:100% !important;
	}
}


/****************************** WYSZUKIWARKA *************************/
.search-wyniki {
	width: 100%;
	display: inline-flex;
  	gap: 30px;
	margin-bottom: 30px;
}

.search-wyniki-left {
	min-width: 240px !important;
  	display: flex;
  	justify-content: center;
}

.search-wyniki-left img {
	width: 240px;
  	max-width: 240px;
  	height: auto;
	min-height: 200px;
  	object-fit: cover;
}

.search-wyniki-right {
	width: calc(100% - 240px) !important;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	padding-right: 15%;
}

.search-wyniki-right h2 {
  	font-size: 18px;
  	font-weight: 500;
  	margin-bottom: 10px;
}

.search-wyniki-right span {
	font-size: 11px;
  	color: #161616;
  	margin-bottom: 10px;
}

.search-wyniki-right p {
	font-size: 14px;
}

.search-wyniki-read-more {
  	font-weight: 500;
  	text-decoration: underline;
}

@media (max-width: 768px) {
	.search-wyniki-left {
		min-width: 120px !important;
	}
	
	.search-wyniki-left img {
		width: 120px;
		max-width: 120px;
		height: auto;
		min-height: unset !important;
	}
	
	.search-wyniki-right {
		width: calc(100% - 120px) !important;
		padding-right: 0;
	}
}


/****************************** SCHOWEK ******************************/
.tinv-header {
  	display: none;
}

.tinvwl-table-manage-list thead {
	display: none;
}

.wishlist_item .product-cb, .wishlist_item .product-stock, .wishlist_item .product-date, .wishlist_item .product-action {
  	display: none !important;
}

.wishlist_item:nth-child(2n+1) {
  	background: #F8F8F8;
}

.wishlist_item {
  	height: 100px;
  	display: inline-flex;
  	width: 100%;
  	justify-content: space-between;
  	align-items: center;
  	padding: 0 30px !important;
  	margin-bottom: 15px;
  	border: none !important;
}

.wishlist_item .product-name a {
	color: #161616 !important;
  	font-weight: 500;
	font-family: var(--theme-heading-font);
}

.wishlist_item .product-remove i {
	font-size: 16px;
  	color: var(--theme-reverse) !important;
}

.wishlist_item .product-remove i:hover {
	color: var(--theme-reverse) !important;
}

.tinv-wishlist .product-remove button {
	background: none !important;
  	border: none aliceblue;
  	width: fit-content;
  	padding: 0;
	margin: 0;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  	width: 3% !important;
  	padding: 0;
}

.tinv-wishlist .product-thumbnail {
  	padding: 0;
  	width: 5% !important;
  	max-width: 5% !important;
  	min-width: unset;
}

.tinv-wishlist .product-name {
  	padding: 0 !important;
  	width: 35% !important;
  	line-height: 1.3;
}

.wishlist_item .product-price {
  	width: 50% !important;
  	text-align: right;
  	padding: 0;
}

.tinv-wishlist tfoot {
  	display: none;
}

.tinv-wishlist .return-to-shop a {
  	height: 45px;
  	border-radius: 0 !important;
  	color: #fff !important;
 	font-size: 16px !important;
	font-weight: normal !important;
	display: flex;
  	align-items: center;
  	width: fit-content;
	padding-left: 15px !important;
  	padding-right: 50px !important;
	background: var(--theme-reverse);
  	font-family: var(--theme-heading-font);
}

.tinv-wishlist .return-to-shop a:after {
    content: '';
    width: 6px;
    height: 8px;
    display: block;
    position: absolute;
    right: 24px;
    top: 54%;
    transform: translatey(-50%);
    background-image: url(./template-img/arrow-right-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s;
}

.tinv-wishlist .return-to-shop a:hover {
	background-color: #161616;
}

.tinv-wishlist .woocommerce-info {
  	background: none;
  	border-top: none;
	padding-top: 0;
	padding-bottom:0;
	padding-left: 30px;
}

.tinv-wishlist .woocommerce-info::before {
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.wishlist_item {
		background: #F8F8F8;
		padding: 15px !important;
		justify-content: flex-start;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td {
		width: unset !important
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
		width: 10%!important;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
		width: 15% !important;
		max-width: unset !important;
  		min-width: unset;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a {
		display: block;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail a img {
		max-height: 80px;
		width: auto;
	}
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-name {
		max-width: 50% !important;
		width: 50% !important;
    	text-align: left;
   	 	padding-left: 15px !important;
		font-size: 16px !important;
	}
	
	 .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-price {
		width: 25% !important;
		text-align: right !important;
	}
}



/****************************** MOJE KONTO ***************************/
.woocommerce-account .themeBreadcrumbs {
	background-color: #343447;
}

.woocommerce-account #customer_login .col-1 {
	width: calc(60% - 30px);
  	background: #f8f8f8;
  	padding: 30px;
  	margin-right: 30px;
}

.woocommerce-account #customer_login .col-2 {
  	width: 40%;
	padding: 30px;
}

.woocommerce-account #customer_login .woocommerce-form {
  	border: none !important;
  	padding: 0 !important;
	margin: 0;
}

.woocommerce-account #customer_login h2 {
  	font-size: 24px;
  	font-weight: 500;
}

.woocommerce-account #customer_login .form-row label {
  	font-size: 14px;
  	line-height: 1.5;
}

.woocommerce-account #customer_login .form-row .input-text {
  	border-radius: 0 !important;
  	border-color: #484848 !important;
 	height: 45px;
}

.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  	font-size: 12px;
}

.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password {
  	font-size: 14px;
  	font-weight: 500;
  	margin-bottom: 0;
  	margin-top: 30px;
}

.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
  	float: right;
  	margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul {
  	padding: 0;
  	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	color: var(--theme-reverse);
	font-weight: 500;
}

.woocommerce-MyAccount-content legend {
  	font-family: var(--theme-heading-font);
  	font-size: 18px;
  	margin-top: 30px;
}

.woocommerce-Address-title h2 {
  	font-size: 18px;
}

.woocommerce-Address-title a.edit {
  	float: left !important;
  	margin-bottom: 5px;
  	color: var(--theme-reverse);
  	font-weight: 500;
}


/****************************** LOGOWANIE / REJESTRACJA ****************/
.page-logowanie-rejestracja {
  	padding-top: 60px;
}

.page-logowanie-rejestracja label {
  	display: block;
  	text-transform: lowercase;
  	margin-bottom: 5px;
}

.page-logowanie-rejestracja h2 {
  	font-size: 24px;
}

.page-logowanie-rejestracja form {
	background-color: #f4f4ee;
	padding: 30px;
}

.page-logowanie-rejestracja form .input-text {
  	width: 100%;
  	background: none;
  	border: none;
  	border-bottom: 3px solid rgba(0,0,0,0.5);
  	height: 35px;
}

.btn.secondary {
  	background: none !important;
  	border: 2px solid #161616;
  	color: #161616;
	padding: 12px 30px;
}

.btn.secondary:after {
	display: none;
}

.btn.secondary:hover, .woocommerce-Button:hover, .woocommerce-button:hover  {
	background: #161616 !important;
	color: #fff;
}

.linkowanie {
  	margin-top: 60px;
	margin-bottom: 60px;
	padding-left: 30px;
}

.woocommerce-privacy-policy-text {
  	font-size: 12px;
	width: 80%;
}

.woocommerce-LostPassword.lost_password {
  	font-size: 12px;
  	text-decoration: underline;
  	margin-top: 30px;
}


/****************************** KOSZYK ********************************/
.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wc-block-cart__totals-title{
	font-family: var(--theme-heading-font) !important;
	text-transform:lowercase !important;
	font-size:18px !important;
	font-weight:400 !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.is-large .wc-block-components-sidebar .wc-block-components-totals-item{
	padding-left:0 !important;
	padding-right:0 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button, .wc-block-components-totals-coupon .wc-block-components-panel__button:hover{
    padding: 25px !important;
    background: rgba(218, 219, 200, .3);
    text-transform: lowercase !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: var(--theme-heading-font) !important;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon{
	right:25px !important;
}

.wc-block-components-totals-wrapper{
	border-bottom:0 !important;
	padding-bottom:0 !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block{
	border-top: 0 !important;
    font-family: 'Asap';
    font-size: 18px;
}

.wc-block-cart__submit{
	margin-top:30px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
	background-color:var(--theme-reverse) !important;
}

.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row:not(:first-child) td{
	border-top:0 !important;
}

.wc-block-components-quantity-selector:after{
	display:none;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus, 
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{
	background: rgb(184 184 184 / 60%) !important;
    height: 30px;
    width: 30px !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #000 !important;
    border-radius: 0 !important;
    max-width: 30px !important;
    min-width: 0 !important;
}

.wc-block-components-quantity-selector{
	border-radius:0 !important;
	gap:5px !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5 !important;
    min-width: 0 !important;
    max-width: 30px;
}

.wc-block-components-product-badge{
	border: none !important;
    background: var(--theme-reverse);
    color: #fff;
    border-radius: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child{
	padding-left:0 !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-family: var(--theme-heading-font);
    color: var(--theme-black);
	font-size:21px;
}

.wc-block-components-product-price__value.is-discounted, .wc-block-components-product-price .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value{
	text-decoration: none;
    font-family: var(--theme-heading-font);
    font-size: 19px;
    font-weight: 400;
}

.wc-block-components-product-price{
	font-family: 'Asap';
    font-size: 16px;
    font-weight: 400;
}

.wc-block-components-product-price__regular{
	opacity: .5;
}

.wc-block-cart-item__total .price.wc-block-components-product-price .wc-block-components-product-price__value{
	font-size:24px;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child{
	width: 170px !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:first-child img{
	box-shadow:0px 1px 9px 3px #0000002e;
}

.is-large.wc-block-cart .wc-block-cart-items td{
	vertical-align:middle !important;
}

.is-large.wc-block-cart .wc-block-cart-items td{
	padding: 24px 0 24px 30px;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item{
	font-family: var(--theme-heading-font) !important;
    text-transform: lowercase !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item *{
	font-weight:400 !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
	border-bottom:1px solid #DADBC8 !important;
}

.wc-block-components-radio-control__description-group.wc-block-components-radio-control__description-group--column {
  display: unset;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  	min-height: 50px;
}

@media (max-width: 767px) {
	table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
		font-size: 16px;
  		line-height: 1.2 !important;
	}
	
	.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
		margin-bottom: 0 !important;
	}
	
	#muchomorCartBanner {
		margin-bottom: 0;
  		margin-top: 20px;
	}
}



/*************** ZAMÓWIENIE ***************/
.wc-block-components-title.wc-block-components-title{
	text-transform:lowercase !important;
}

.wc-block-components-checkout-step__container{
    border-top: 1px solid #DADBC8 !important;
    padding-top: 20px;
    margin-top: 20px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select{
	border:1px solid #DADBC8 !important;
}

.wc-block-components-address-form__address_2-toggle{
    font-size: .875em !important;
    line-height: 1.2;
    margin: 0 0 16px;
    font-family: var(--theme-font) !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
	box-shadow:none !important;
}

.wc-block-components-radio-control--highlight-checked:after, .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{
	display:none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input{
	left:0 !important;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding: .675em .875em .675em 2.5em !important;
}

.wc-block-components-radio-control-accordion-content{
	padding:0 !important;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__container{
	border-top:0 !important;
	margin-top:0 !important;
}

.wc-block-checkout__payment-method{
	margin-bottom:10px !important;
}

.wc-block-components-form.wc-block-checkout__form{
	display:flex;
	flex-direction:column;
	margin-bottom: 60px;
}

.wc-block-components-form.wc-block-checkout__form #order-fields{
	order:10;
	margin-bottom: 20px;
}

.wc-block-components-form.wc-block-checkout__form #order-notes{
	order:9;
}

.wc-block-components-form.wc-block-checkout__form .wp-block-woocommerce-checkout-terms-block{
	order:11;
	padding-top: 0;
    border-top: 0;
}

.wc-block-components-form.wc-block-checkout__form .wp-block-woocommerce-checkout-actions-block{
	order:12;
}

.wc-block-components-form.wc-block-checkout__form #order-fields .wc-block-components-checkout-step__heading{
	display:none;
}

.wp-block-woocommerce-checkout-order-summary-block{
	border:none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	margin-top:0 !important;
	border-bottom:1px solid #DADBC8 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	margin-left:0 !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
	border-top:1px solid #DADBC8 !important;
}

body.woocommerce-checkout .wc-block-components-totals-wrapper:not(:last-child){
	border-top:0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block{
	padding-bottom:0 !important;
	    border-top: 0 !important;
    font-family: 'Asap';
    font-size: 18px;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{
	font-family: var(--theme-heading-font) !important;
    text-transform: lowercase !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary.is-large{
	padding-left:0 !important;
	padding-right:0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item{
	align-items:center;
}

.wc-block-components-product-price{
	display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.wc-block-components-product-price__value.is-discounted{
	margin-left:0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
	    box-shadow: 0px 1px 9px 3px #0000002e;
}

body.woocommerce-checkout .wc-block-components-product-metadata{
	display:none !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block{
	border-top:0 !important;
}

@media (min-width: 768px){
	.mobile-img{
		display:none !important;
	}
}

@media (max-width: 767px){
	.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon, .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item, .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary{
		padding:0 !important;
	}
	.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill{
		border:0 !important;
	}
	.wc-block-components-checkout-step__container{
		border-top:0 !important;
		margin-top:0 !important;
		padding-top:0 !important;
	}
	
	.wc-block-components-checkout-step__container .wc-block-components-checkbox:first-child{
		margin-top:0 !important;
	}
	.desktop-img{
		display:none !important;
	}
	.wc-block-components-totals-wrapper:last-child{
		padding-bottom:16px !important;
	}
}


/**************** PAGE - GDZIE NAS ZNALEZC *********/
.mch-accordion-small {
	border-bottom: 4px solid var(--theme-reverse) !important;
	margin-bottom: 15px;
  	padding-bottom: 5px;
}

.mch-accordion-small .mch-accordion-btn {
	font-size: 20px !important;
}

.mch-accordion-small .mch-accordion-btn:before {
	content: '-';
	min-width: 14px;
}

.mch-accordion-small .mch-accordion-btn.collapsed:before {
	content: '+';
	min-width: 14px;
}

.mch-accordion-small .mch-accordion-body, .mch-accordion-small .mch-accordion-body p, .mch-accordion-small .mch-accordion-body li, .mch-accordion-small .mch-accordion-body a {
	color: var(--theme-black) !important;
}

.mch-accordion-small .mch-accordion-body {
  	padding-top: 10px;
}

.mch-accordion-small .mch-accordion-body ul {
	padding-left: 43px;
}

.lista-ksiegarni .mch-accordion-small {
	padding-bottom: 15px !important;
}

.lista-ksiegarni .mch-accordion-small .mch-accordion-body {
  	padding-left: 30px !important;
}

@media (max-width: 768px) {
	.lista-ksiegarni {
		margin-top: 45px;
	}
}


/********************** WYDARZENIA ********************/
.wydarzenie-metryczka ul {
	padding-left: 0;
  	list-style-type: none;
	line-height: 2;
}

.wydarzenie-metryczka ul li span {
	font-weight: 500;
  	color: var(--theme-reverse);
}

.mch-wydarzenie {
  	display: flex;
  	gap: 30px;
  	align-items: center;
	border-bottom: 4px solid var(--theme-reverse);
	padding-bottom: 30px;
  	margin-bottom: 30px;
  	padding-left: 30px;
}

.lista-wydarzen .mch-wydarzenie:first-child {
	padding-top: 30px;
	border-top: 4px solid var(--theme-reverse);
}

.mch-wydarzenie-left {
  	max-width: 240px;
}

.mch-wydarzenie-right h2 {
  	font-size: 24px;
}

@media (max-width: 991px) {
	.mch-wydarzenie-left {
	  	max-width: 140px;
	}
	
	.mch-wydarzenie-right h2 {
		font-size: 20px;
   		margin-bottom: 5px;
	}
	
	.mch-wydarzenie {
		gap: 15px;
		border-bottom: 4px solid var(--theme-reverse);
		padding-bottom: 15px;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	
	.mch-wydarzenie .wydarzenie-metryczka ul {
		font-size: 14px;
		line-height: 1.5;
	}
	
	.lista-wydarzen .mch-wydarzenie:first-child {
		padding-top: 15px;
	}
}


/**************** PAGE - O NAS *********************/
.mch-sekcja-ilustracje {
	padding-top: 60px;
	padding-bottom: 60px;
	background: rgba(218, 219, 200, 0.2);
}

.mch-sekcja-ilustracje .nice-h2 {
	margin-bottom: 30px;
}

.tresc_o_ilustracjach p:first-of-type {
	color: var(--theme-reverse) !important;
}

.tresc_o_ilustracjach .col-12.col-md-5 {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
}

.mch-sekcja-intro {
	--bs-gutter-x: 50px;
}

.mch-sekcja-intro .col-12.col-md-4 p:first-of-type {
  	color: var(--theme-reverse) !important;
}

.mch-sekcja-intro .col-12.col-md-4 {
	text-align: center;
}

.mch-sekcja-intro .col-12.col-md-4 p, .mch-sekcja-intro .col-12.col-md-4 li {
	text-align: left;
}

.mch-mob-reverse img {
	margin-top: 15px;
}

.tresc_uczymy {
	align-items: center;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	gap: 15px;
}

.tresc_na_dole strong {
	color: var(--theme-reverse) !important;
}

@media (min-width: 769px) {
	.mch-sekcja-intro .col-12.col-md-4 {
		display: flex;
  		flex-direction: column;
  		gap: 60px;
	}
}

@media (max-width: 768px) {
	.mch-sekcja-intro {
		--bs-gutter-y: 30px;	
	}
	
	.tresc_o_ilustracjach {
		margin-bottom: 15px;
	}
	
	.mch-sekcja-intro.mt-60 {
		margin-top: 30px;
	}
	
	.mch-mob-reverse {
	  	display: flex;
	  	flex-direction: column-reverse;
	  	align-items: center;
	}
	
	.mch-mob-reverse img {
		margin-top: 0;
		margin-bottom: 30px;
	}
}


/**************** PAGE - KONTAKT *******************/
.themeContact ul{
	padding:0 !important;
	margin:0 !important;
	display:flex;
	flex-direction:column;
	gap:10px;
}

.themeContact ul li{
	list-style:none;
	font-weight:500;
	font-size: 14px;
 	margin-left: 30px;
  	line-height: 1.2;
}

.themeContact ul li a{
	display:flex;
	align-items:center;
	gap:10px;
}

.themeContact ul li a img{
	width:13px;
	height:auto;
}

.themeContact .kontakt-title{
	font-family:var(--theme-heading-font);
	font-size:18px;
	position:relative;
	padding-left:30px;
}

.themeContact .kontakt-title::before{
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/muchomor-book/template-img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}

.themeContact .data-inner .col-lg-6{
	margin-bottom:50px;
}

.themeContact .data-inner hr{
	margin-bottom: 50px;
    opacity: .05;
}

.themeContact .data-info{
	display: flex;
	gap:20px;
	align-items: flex-start;
}

.themeContact .data-info img{
	width:130px;
	margin-top:5px;
}

.themeContact .data-info p{
	font-family:var(--theme-heading-font);
	font-size:18px;
}

.themeContact .data-info{
	margin-bottom:40px;
}

.themeContact .data-info + p{
	font-size:13px;
	font-weight:500;
}

@media (max-width: 767px){
	.themeContact .data-inner .col-lg-6{
		margin-bottom:30px;
	}
	.themeContact{
		padding-top:40px;
	}
	.themeContact .data-inner hr{
		margin-bottom:30px;
	}
}


/********* BŁĄD 404 **********/
.theme404 .offset-lg-2{
	margin-left:0 !important;
}

.theme404 .themeHeaderBreadcrumbTitle{
	padding-left:0 !important;
	padding-right:0 !important;
	margin-bottom:60px;
}

.theme404 .error-inner{
	font-size:20px;
	line-height:1.25;
}

.theme404 .error-inner .btn {
	margin-top:30px;
}

.theme404 .error404-image{
	text-align:center;
	padding-top: 100px;
}

.theme404 .error404-image img{
	max-width:400px;
}

@media (max-width: 767px){
	.theme404 .error404-image{
		padding-top:0;
	}
	.theme404 .error-inner{
		font-size:18px;
	}
}



/*************************************** AUTOR **************************************/
.lista-autorow > p {
  	font-family: var(--theme-heading-font);
  	font-size: 20px;
  	border-bottom: 3px solid var(--theme-reverse);
  	padding-bottom: 10px;
}

.lista-autorow ul {
  	padding: 0;
  	margin: 0;
    margin-bottom: 0px;
  	margin-bottom: 30px;
	list-style-type: none;
  	font-size: 14px;
  	line-height: 2;
  	column-count: 3;
}

@media (max-width: 768px) {
	.lista-autorow ul {
	  	column-count: 2;
		font-size: 12px;
		line-height: 3;
	}
}

.autor-zdjecie {
	padding-top: 60px;
	z-index: 99;
}

.autor-zdjecie img {
	height: auto;
}

.single-autor-kategoria {
	display: block;
	width: fit-content;
  	margin-top: 30px !important;
  	margin-bottom: 30px !important;
}

.content-single {
  	margin-bottom: 40px;
}

.produkty-autora h2 {
  	font-size: 24px;
	margin-bottom: 40px;
}

.single-autor .themeHeaderBreadcrumbTitle .custom-breadcrumb, .single-autor .themeHeaderBreadcrumbTitle h1 {
  text-transform: none !important;
}


/********** BLOG ***********/
.themeBlog {
    padding-top: 110px;
    padding-bottom: 40px;
    overflow: hidden;
}

.themeBlog .col-lg-2{
    background-image: url(/wp-content/themes/muchomor-book/template-img/filtrowanie.svg);
    background-size: cover;
    padding-top: 145px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 47px;
    background-position: top center;
    margin-top: -70px;
    font-size: 14px;
}

.themeBlog .posts-wrapper{
	padding-right: 30%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.themeBlog .pagination, .themeSearchResult .pagination {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    padding-top: 100px;
    gap: 15px;
    float: right;
    padding-bottom: 30px;
    margin-bottom: 50px;
	position:relative;
}

.themeBlog .pagination:after, .themeSearchResult .pagination:after {
	content: '';
    position: absolute;
    bottom: 0px;
    background: var(--theme-reverse);
    height: 10px;
    left: 0;
    width: 100vh;
}

.themeBlog .pagination *, .themeSearchResult .pagination *{
	font-family: var(--theme-heading-font) !important;
    color: var(--theme-black) !important;
    padding: 0 !important;
    background: none !important;
    font-size: 18px !important;
}

.themeBlog + .newsletterSection{
	margin-bottom: 120px;
}

.themeBlog .pagination .next.page-numbers, .themeSearchResult .pagination .next.page-numbers {
    background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-right-dark.svg) !important;
    background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    padding-right: 17px !important;
    position: relative !important;
}

.themeBlog .pagination .prev.page-numbers, .themeSearchResult .pagination .prev.page-numbers {
	background-image: url(/wp-content/themes/muchomor-book/template-img/arrow-left-dark.svg) !important;
    background-size: 7px !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    padding-left: 17px !important;
    position: relative !important;
}

.themeBlog .pagination .current, .themeBlog .pagination *:hover,
.themeSearchResult .pagination .current, .themeSearchResult .pagination *:hover {
	color:var(--theme-reverse) !important;
}

@media (max-width: 767px){
	.themeBlog + .newsletterSection{
	margin-bottom: 60px;
}
	.themeBlog{
		padding-top:40px;
	}
	
	.themeBlog .col-lg-2 {
		margin-top: 0;
        padding-top: 230px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        margin-bottom: 60px !important;
        background-size: calc(100% - 30px) auto;
        background-repeat: no-repeat;
    }
	
	.themeBlog .posts-wrapper{
		padding-right:0;
		gap:30px;
	}
	.themeBlog .pagination, .themeBlog .pagination {
		padding-top:50px;
		margin-bottom:0;
	}
}


/********** SINGLE POST *************/
.themeSingle .themeHeaderBreadcrumbTitle{
	padding-left:0 !important;
	padding-right:15% !important;
}

.themeSingle .themeHeaderBreadcrumbTitle .col-12{
	width:100%;
	margin-left:0;
}

.themeSingle .post-info{
	padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    opacity: .7;
}

.themeSingle .content-single p{
	padding-right:15%;
}

.themeSingle .content-single img{
	margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.themeSingle .share-post{
	position:relative;
	padding-top:30px;
	margin-top:30px;
	margin-bottom:20px;
}

.themeSingle .share-post:before{
	content: '';
    position: absolute;
    top: 0px;
    background: var(--theme-reverse);
    height: 10px;
    left: 0;
    width: 120px;
}

.themeSingle .share-post p{
	margin:0 !important;
}

.themeSingle .share-post .share-post-inner{
	display:flex;
	align-items:center;
	gap:20px;
	font-family: var(--theme-font);
    color: var(--theme-black);
}

.themeSingle .share-post .share-post-inner a{
	color:var(--theme-reverse);
}

.themeSingle .share-post .share-post-inner svg{
	height:16px;
	width:auto;
}

.themeSingle .tytuly-wpis{
	padding-top:50px;
}

.themeSingle .tytuly-wpis h3{
	padding-bottom:50px;
}

.themeSingle .iworks-omnibus{
	display:none !important;
}

.themeSingle .single-sidebar{
	padding-left:100px;
}

.themeSingle .single-sidebar h3.post-title{
	font-size:14px;
	margin-bottom:0;
}

.themeSingle .single-sidebar .post-thumbnail{
	width:40%;
}

.themeSingle .single-sidebar .post-thumbnail img{
	width:100% !important;
	height:auto;
}

.themeSingle .single-sidebar .post-content{
	width:60%;
}

.themeSingle .single-sidebar .posts-wrapper{
	margin-top:30px;
	margin-bottom:40px;
	display:flex;
	flex-direction:column;
	gap:30px;
}

.themeSingle .single-sidebar .btn{
	float: right;
    font-size: 14px;
}

.single-post .newsletterSection{
	margin-bottom:120px;
}

.themeHeaderBreadcrumbTitle .custom-breadcrumb{
	flex-wrap:wrap;
}

@media (max-width: 991px){
	.themeSingle .single-sidebar{
		padding-left:15px;
		padding-top:40px;
	}
}

@media (max-width: 767px){
	.themeSingle .post-info{
		padding-top:20px;
		padding-bottom:20px;
		gap:15px;
	}
	.themeSingle .content-single img{
		margin-top:15px;
		margin-bottom:15px;
	}
	.themeSingle .themeHeaderBreadcrumbTitle .col-12 h1.nice-h2{
		text-align:left !important;
	}
	.single-post .newsletterSection{
		margin-bottom:60px;
	}
	.themeSingle .tytuly-wpis{
		padding-top:80px;
	}
	.themeSingle .content-single p, .themeSingle .themeHeaderBreadcrumbTitle{
		padding-right:0 !important;
	}
	
	.themeSingle .share-post .share-post-inner{
		flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px;
        margin-top: 5px;
	}
}