.footer-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}

.footer-grid .footer-heading {
	font-size: 14.8px !important;
	text-align: left !important;
	margin-bottom: 1rem !important;
}

.footer-grid ul {
	list-style-type: none; 
	margin: 0 !important;
}

.footer-grid ul li {
	text-align: left;
	margin-bottom: .5rem; !important;
}

.footer-grid ul li a {
	font-size: 13.4px !important;
	color: var(--ast-global-color-3) !important;
}


@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1025px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.custom-social-footer-block {
    display: flex;
    align-items: center;
	justify-content: end;
}

.custom-social-footer-block a {
	display: block;
	margin-left: 12px;
}

.custom-social-footer-block img {
    height: 14px;
    width: 14px;
}

@media (max-width: 768px) {
    .custom-social-footer-block {
   justify-content: center;
    }
}




/* Header */
body #ast-desktop-header .ast-primary-header {
	border-bottom: 0px !important;
}






body main {
	padding-top: 20px;
	padding-bottom: 40px;
}

body main section:first-child {
	margin-top: 0 !important;
}

body main section:last-child {
	margin-bottom: 0 !important;
}

body main section {
	margin-top: 120px !important;
	margin-bottom: 120px !important;
}


body h1, body h2 {
	margin-bottom: 1rem !important;
}

.ast-sticky-add-to-cart .related-sku-thumbnails {
	display: none !important;
}

.zen-breadcrumbs {
		margin-bottom: .5rem !important;
}

.woocommerce-breadcrumb {
	margin-bottom: 1rem !important; 
}

/*
 *	Helpers 
 * */
.zen-list-none {
	list-style-type: none;
	padding: 0 !important;
}


.zen-slider {
	height: 400px !important;
	position: relative;
}

.zen-slider img {
	height: 400px !important;
	object-fit: cover;
}

.zen-slider .swiper-pagination {
	position: absolute !important;
}

@media (min-width: 991px) {
	.zen-slider .swiper-pagination {
	bottom: -30px !important;
}
}


.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}


.search-form {
	position: fixed !important;
	border: none !important;
	width: 100vw;

}

.dgwt-wcas-search-wrapp {
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
	border-radius: 50%;
	margin-bottom: 30vh;

}

.dgwt-wcas-search-wrapp #dgwt-wcas-search-input-1 {
	transition: all .4s ease;
}

.dgwt-wcas-sf-wrapp {
	border: 1px solid var(--ast-global-color-7) !important;
}

.dgwt-wcas-suggestions-wrapp {
	border: 1px solid var(--ast-global-color-7) !important;
	border-top: none !important;
}

/* Styl koszyka i wyszukiwarki */
@media (min-width: 768px) {
	 
[data-section="section-header-search"], [data-section="section-header-account"] {
	justify-content: center;	
}


[data-section="section-header-search"] .ast-search-menu-icon svg, [data-section="section-header-account"] svg {
	color: #000000 !important;
}


[data-section="section-header-woo-cart"], [data-section="section-header-search"], [data-section="section-header-account"] {
	background-color: #E7E3E0 !important;
	min-height: 50px !important;
	height: 50px !important;
	width: 50px !important;
	padding: 4px !important
}

[data-section="section-header-woo-cart"] {
	border-radius: 12px 0 0 12px;
}

[data-section="section-header-account"] {
	border-radius: 0 12px  12px 0;
}

	
.ast-addon-cart-wrap, .ast-header-account-wrap {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px !important;
	border: none !important;
}
	
	
.ast-addon-cart-wrap {
	background-color: #242829 !important;
	border-radius: 9px !important;
}
	
.ast-header-account-wrap {
	padding-right: 4px !important;		
}

.ast-addon-cart-wrap .astra-icon.ast-icon-shopping-cart{
	margin-left: 2px !important;
	margin-top: 2px !important;
}


.woocommerce-product-gallery__image {
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 24px;
}

.wc-block-product-categories-list {
	margin-top: 10px !important;
}







/* YITH */

/* Infinitive Scroll */
.woocommerce-pagination {
	display: none;
}

/* Quick View */
.yith-quick-view-modal .quantity.buttons_added {
	display: flex;
}



.button.yith-wcqv-button {
	width: 2em !important;
	height: 2em !important;
	padding: 0 !important;
	border-radius: 50% !important;
	position: absolute !important;
	right: 1rem !important;
	top: 3rem !important;
	
	opacity: 0 !important;
	
	border-radius: 50% !important;
color: var(--ast-global-color-2) !important;
background-color: #FFF !important;

width: 2em;
height: 2em;
justify-content: center;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
	
}


.product:hover .button.yith-wcqv-button {
	opacity: 0.7 !important;
}




@media screen and (max-width: 768px) {
	 .ast-container > .widget-area {
		/* order: 1 !important;
	 padding-top: 24px !important;*/
	 display: none !important; 
	}
	
	header [data-section="section-header-woo-cart"] {
		position: fixed !important;
	inset: auto 1rem 1rem auto !important;
	}
	
	.ast-addon-cart-wrap {
		border-radius: 50% !important;
		height: 3rem !important;
		width: 3rem !important;
		display: flex; 
		align-items: center !important;
		justify-content: center !important;
		background-color: #00000005;
	}
	
	.ast-addon-cart-wrap:hover {
			background-color: #00000060 !important;
	}
} 

.woocommerce-result-count {
	display: none !important; 
}