/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template:		neve
Author:         Kamil Sztefko
Author URI:     https://kamil.sztefko.pl/
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
*/



/*widok produktu ========================*/

body.single-product #content {
	margin-top: 50px;
}

body.single-product .nv-bc-count-wrap,
body.single-product .product_meta,
body.single-product .wc-tabs {
	display: none;
}

/*body.single-product .woocommerce-product-gallery__image > a,*/
body.single-product .woocommerce-product-gallery__trigger  {
	display: none !important;
}


body.single-product .woocommerce-product-gallery__wrapper>div {
	display: none;
}

body.single-product .woocommerce-product-gallery::before {
	content: '';
	display: block;
	position: static;
	width: 400px;
	height: 600px;
	background-image: url('https://zlodziejeswiatla.pl/wp-content/uploads/2025/10/book-03.png');
	background-position: center;
	background-size: cover;
	margin: 0 auto 0 auto;
}

@media screen and (max-width: 899px) {
body.single-product .woocommerce-product-gallery::before {
	width: 300px;
	height: 450px;
}
}




/*widok koszyka ========================*/

body.woocommerce-cart #content {
	margin-top: 50px;
}

body.woocommerce-cart .wc-block-components-totals-footer-item-tax {
	display: none;
}

body.woocommerce-cart .wc-block-cart__submit-container {
	/*border: 1px solid #fff;*/
	border-radius: 3px;
	background-color: var(--nv-secondary-accent);
}

body.woocommerce-cart .wc-block-cart__submit-container a {
	color: #fff;
}


/*widok formularza zamówienia ========================*/

body.woocommerce-checkout #content {
	margin-top: 50px;
}


body.woocommerce-checkout .includes_tax {
	display: none;
}



/*wasz słowa - opinie slider ====================*/

#wasze-slowa-slider .t-slide {
	/*background-color: #fff;*/
	background-color: #E7C76D;
	border-radius: 5px;
	border: none;
}

#wasze-slowa-slider .t-slide>div {
	border: none;
}

#wasze-slowa-slider .t-slide .testimonial-heading {
	display: none;
}

#wasze-slowa-slider .t-slide .testimonial-image img {
	background-color: transparent;
	border: none;
}

#wasze-slowa-slider .t-slide .testimonial-name {
	font-size: 20px;
	font-weight: 600;
}

#wasze-slowa-slider .wpmslider-next::before,
#wasze-slowa-slider .wpmslider-prev::before {
	background-color: var(--nv-secondary-accent);
}



#opinie-form-wrap {
	display: flex;
	justify-content: center;
}

#opinie-form-wrap .submit-wrap p {
	display: flex;
	flex-direction: column;
	align-items: center;
}


/*kontakt ==================================*/


#contact-form-wrap {
	display: flex;
	justify-content: center;
}

#contact-form-wrap textarea {
	height: 160px;
}

#contact-form-wrap .submit-wrap p {
	display: flex;
	flex-direction: column;
	align-items: center;
}



/* footer ========================*/

.site-footer {
	margin-top: 80px;
}

.site-footer .footer-prawa-autorskie {
	text-align: center;
	padding-top:20px;
}

.site-footer .footer-wrap > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
}

.site-footer .footer-wrap p:first-child {
	justify-self: start;
}

.site-footer .footer-wrap p:last-child {
	justify-self: end;
}

@media screen and (max-width: 539px) {
.site-footer .footer-wrap > div {
	display: flex;
	flex-direction: column-reverse;
}
.site-footer .footer-wrap p {
	text-align: center;
}
.site-footer .footer-wrap p:last-child {
	margin-bottom: 20px;
}
}



/* hide footer Neve signature */
footer.site-footer .builder-item:not([class*="desktop"]) {
	display: none;	
}


.mt-100 { margin-top: 100px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-10 { margin-top: 10px !important; }

.mb-100 { margin-bottom: 100px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-10 { margin-bottom: 10px !important; }

.pt-100 { padding-top: 100px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-10 { padding-top: 10px !important; }

.pb-100 { padding-bottom: 100px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-10 { padding-bottom: 10px !important; }