/*
 Theme Name:   Maudern Child
 Theme URI:    https://maudern.thunder-stores.com/
 Description:  A contemporary block-based theme that helps you effortlessly design a minimalistic online store with WooCommerce.
 Author:       Thunderstores
 Author URI:   https://www.thunder-stores.com/
 Template:     maudern
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, block-patterns, accessibility-ready
 Text Domain:  maudern
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&family=Playfair+Display&display=swap');

html {
	overflow-x : hidden;
}

body {
	font-family: 'Montserrat', sans-serif;
	color : #2f2f2f;
	line-height :1.2;
	overflow-x : hidden;
}

body.home #main {
	display : block;
}

img { 
	display : block;
	transition: all .4s ease;
}


@media (min-width: 769px) {
	section:not(.up-sells) {
		position : relative;
		top : 200px;
		opacity : 0;
		transition: all .8s ease;	
		transform : scale(1.8)
	}

	section.is_shown {
		top : 0;
		opacity :1;
		transform : scale(1)
	}

}

.darker {
	width: 100vw;
	left: calc(-50vw + 50%);
	position: relative;
	overflow: hidden;
}

.slider {
	font-family: 'Playfair Display', serif;
}

.slider_main {
	position : relative;
}

.slider_main .prev {
	width : 18px;
	height : 16px;
	background : url('img/arow-s-prev.png');
	position : absolute;
	z-index : 1;
	top : 50%;
	left : -70px;
	cursor : pointer;
}
.slider_main .next {
	width : 18px;
	height : 16px;
	background : url('img/arow-s-next.png');
	position : absolute;
	z-index : 1;
	top : 50%;
	right : -70px;
	cursor : pointer;
}

.slider img {
	width : 100%;
    min-height: 500px;
    object-fit: cover;
}

.slider .slick-slide {
	position :relative;
}
.slider .slick-slide .caption {
	position :absolute;
	z-index : 1;
    top: 0;
    bottom: 0;
	display: flex;
    flex-direction: column;
	justify-content: center;
}

.slider .caption { 
	color : #f3ede8;
}

.slider .caption .text1 { 
	font-size : 48px;
	margin-bottom : 1em;
	line-height: 1.2;
	position : relative;
}

.slider .caption .text2 { 
	font-size : 24px;
}

.slider .slick-slide:nth-child(1) .caption .text1:after {
	content : "MARII";
	font-size : 90px;
	color : #7d6647;
	position : absolute;
	bottom: -21px;
    letter-spacing: 21px;
    z-index: 1;
    margin-left: -16px;
}


.slider .slick-slide:nth-child(2) .caption .text1:after {
	content : "ANNE";
	font-size : 90px;
	color : #bd5e73;
	position : absolute;
	bottom: -21px;
    letter-spacing: 21px;
    z-index: 1;
    margin-left: -16px;
}

.slider .slick-slide .caption span {
	position : relative;
	z-index : 2;
}

.site-main {
	max-width: 1400px !important;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;	
}

#site-header {
	padding-top: 38px;
    padding-bottom: 38px;
}

#home_section1 {
	font-family: 'Playfair Display', serif;
	font-size  :24px;
	margin-top : 120px;
	margin-bottom : 60px;
}

#home_section1  .box2 > div:nth-child(2) {
	overflow : hidden;
}

#home_section1  .box2 > div:nth-child(2) img {
	transition: all .4s ease;	
}

#home_section1  .box2 > div:nth-child(2):hover img {
	transform  :scale(1.1);
}

h1, h2, .h2 {
	font-family: 'Playfair Display', serif;
	font-size : 48px;
	line-height: 1.2;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-size : 24px;
	line-height: 1.2;
}

#page_header h1 {
	margin : 0;
}

#page_header h3{
	margin : 30px 0 0;
}

.box2 {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-gap : 60px;
}
.box3 {
	display : grid;
	grid-template-columns : 1fr 1fr 1fr;
	grid-gap : 60px;
}
.box12 {
	display : grid;
	grid-template-columns : 1fr 2fr;
	grid-gap : 60px;
}
.box21 {
	display : grid;
	grid-template-columns : 2fr 1fr;
	grid-gap : 60px;
}

.orange-button {
	color : #ffffff;
	padding : 20px 30px;
	background : #000000;
	border-radius : 50px;
	font-weight : bold;
	font-size : 12px;
	display : block;
	max-height: -moz-fit-content;
	max-width: fit-content;
	min-width : 180px;
	text-align : center;
	text-decoration : none !important;
}

.orange-button:hover{
	background : #ffffff;
	color : #000000;
}

.orange-button:after {
	content : url('img/arrow.png');
	position: relative;
    margin-left: 15px;
    top: 3px;
}

.orange-button:hover:after {
	content : url('img/arrow_.png');
}

.orange-button.rev {
	color : #000000;
	background : #ffffff;
}

.orange-button.rev:hover {
	background : #000000;
	color : #ffffff;
}

.orange-button.rev:after {
	content : url('img/arrow_.png');
}

.orange-button.rev:hover:after {
	content : url('img/arrow.png');
}

.orange-button.trans {
	color : #ffffff;
	padding : 20px 30px;
	background : transparent;
	border : solid 1px #ffffff;
	border-radius : 50px;
	font-weight : bold;
	font-size : 12px;
	display : block;
	max-height: -moz-fit-content;
	max-width: fit-content;
	min-width : 180px;
	text-align : center;
	text-decoration : none !important;
}

.orange-button.trans:hover {
	background : #ffffff;
	color : #000000;
}

.orange-button.trans:after {
	content : url('img/arrow.png');
	position: relative;
    margin-left: 15px;
    top: 3px;
}

.orange-button.trans:hover:after {
	content : url('img/arrow_.png');
}


.top30 {
	margin-top : 30px;
}

.top50 {
	margin-top : 50px;
}

#newsletter {
	padding : 60px 0;
	background : url('img/newsletter-bg.jpg');
	background-size : cover;
	font-family: 'Playfair Display', serif;
	font-size : 24px;
}

#newsletter .h2 {
	margin-bottom : 30px;
}

.tnp.tnp-widget-minimal {
	position : relative;
	margin-top : 30px;
}

.tnp .circle-button {
    position: absolute;
    left: unset;
    right: 10px;
    top: 7px;
    margin: 0;
	background-color : transparent;
	background-image : url('img/arrow_.png');
	background-position: center;
    background-repeat: no-repeat;
	width  :30px;
	height : 40px;
	padding: 0;
}

.tnp .circle-button:hover, .tnp .circle-button:focus {
	background-color : transparent;
}

#newsletter .tnp-widget-minimal input.tnp-email {
	border-radius : 50px;
	padding : 15px 25px;
}

body.archive #main > article > header .post-meta-wrapper {
	display : none;
}

body.archive #main > article h2 a {
	font-family: 'Playfair Display', serif;
	font-size : 24px;
}

#site-footer {
	clear : both;
}

#home_blog {
	background : url('img/annemarii_bg.png');
	background-repeat : no-repeat;
	font-family: 'Playfair Display', serif;
	font-size : 24px;
	background-size : contain;
	margin-top : 100px;
}

#home_blog .box3 h2 {
	margin-top : 60px;
}

.blog_element_inner > a {
	display : block;
	overflow : hidden;
}

.blog_element_inner > a > img {
	transition: all .4s ease;	
}

.blog_element_inner > a > img:hover {
	transform : scale(1.2);
}

.featured-media > a {
	display : block;
	overflow : hidden;
}

.featured-media > a > img {
	transition: all .4s ease;	
}

.featured-media > a > img:hover {
	transform : scale(1.2);
}

.blog_elements {
	margin-top : 60px;
}

.blog_elements .blog_element img {
	width : 100%;
}

.blog_elements .blog_element .entry-title {
	margin : 0;
	line-height: .3;
}

.blog_elements .blog_element .entry-title a{
	font-family: 'Playfair Display', serif;
	margin-top : 0;
	font-size : 24px;
	text-decoration : none;
	line-height: 1.2;
}

.blog_elements .blog_element .entry-title a:after {
	content: url(img/arrow_.png);
    margin-left: 15px;
}

.blog_elements .blog_element .entry-title a:hover {
	text-decoration : underline;
}

.page-template-page-marka #main {
	display : block;
}

.baner img {
	width : 100%;
	display : block;
    min-height: 500px;
    object-fit: cover;
}

.baner .caption {
	position :absolute;
	z-index : 1;
    top: 0;
    bottom: 0;
	display: flex;
    flex-direction: column;
	justify-content: center;
	color : #ffffff;
	font-family: 'Playfair Display', serif;
	font-size : 48px;
	line-height: 1.3;
}


#page_header {
	text-align :center;
	margin : 80px 0;
	min-height : 108px;
	display : flex;
	flex-direction : column; 
	justify-content: center;
}

#page_header:not(.no-bg) {
	background : url('img/annemarii_bg.png');
	background-repeat : no-repeat;
	background-position  :center;
	background-size : contain;
}

h2.am {
	margin-bottom : 0;
}

h2.am + .logo-bg {
	width : 75%;
	float : right;
}

.clear {
	clear : both;
}

#marka_sekcja1 .box2 {
	align-items: center;
}

#marka_sekcja2 img {
	width : 100%;
}

#marka_sekcja2 .caption {
	position :absolute;
	z-index : 1;
    top: 0;
    bottom: 0;
	display: flex;
    flex-direction: column;
	justify-content: center;
	color : #ffffff;
	font-family: 'Playfair Display', serif;
	font-size : 24px;
	line-height: 1.3;
}

#marka_sekcja2 .caption .text1 {
	text-align : center;
}

#marka_sekcja2 {
	margin : 120px 0;
}

#marka_sekcja3 .box12 {
	align-items: center;
}

#marka_sekcja3 {
	margin-bottom : 120px;
	position : relative;
}

#marka_sekcja4 .box2 {
	align-items: center;
}

#marka_sekcja4 video {
	max-height : 300px;
	width : 100%;
}

#marka_sekcja4 {
	margin-bottom : 120px;
}

#marka_sekcja5 .box2 {
	align-items: center;
}

#marka_sekcja5 {
	margin-bottom : 120px;
}

section[id^="marka_sekcja"] > .box2 > div {
	overflow : hidden;
}

section[id^="marka_sekcja"] > .box2 > div:hover img {
	transform : scale(1.1);
}


section[id^="marka_sekcja"] > .box12 > div:hover img {
	transform : scale(1.1);
}


#marquee {
	color : #f3ede8;
	font-size : 72px;
	font-weight : 800;
}

#marquee span {
    display: inline-block;
    margin: 0 20px;
}

#marka_sekcja3 > .darker {
	position : absolute;
	top : 50px;
	z-index : 1;
}

.woocommerce #content .site-main div.product div.product-summary {
	max-width : unset;
}

.product_title {
	font-family: 'Montserrat', sans-serif;
	font-size : 30px;
	font-weight : bold;
	margin-bottom : 25px;
}

.posted_in, .posted_in a {
	color : #cec5be;
	text-transform : uppercase;
	font-size : 10px;
	background-image : none !important;
}

.product_meta {
	display : none;
}

.woocommerce button.button.single_add_to_cart_button {
	background : #000000;
	color : #ffffff;
	border-radius : 50px;
	text-transform : uppercase;
	font-size : 12px;
	font-weight : bold;
}

.woocommerce button.button.single_add_to_cart_button:hover {
	background : #ffffff;
	color : #000000;
}

.quantity input[type="number"] {
	border-radius : 50px;
}

.up_title {
	font-size : 12px;
	margin : 15px 0 10px;
}

.summary .price {
	font-size : 16px;
}

.iconic-was-swatches__item a {
	background-image : none !important;
}

.summary .variations {
/* 	margin-top : 20px; 
	display : none;*/
}

table.variations {
	width  :auto !important;
	max-width : 400px;
	overflow : hidden;
}

.woocommerce #content .site-main div.product div.product-summary .summary table.variations td.value {
	display : block !important;
	padding : 0;
}

.woocommerce #content .site-main div.product div.product-summary .summary table.variations tr {
/* 	border-top : solid 1px #f3ede8; */
	margin : 0;
}
/* 
.woocommerce #content .site-main div.product div.product-summary .summary table.variations {
	border-bottom : solid 1px #f3ede8;
}
 */
.variations_form label {
	margin : 0;
	padding : 20px 0;
	font-size: 12px;
    text-transform: uppercase;
}



.woocommerce #content .site-main div.product div.product-summary {
	overflow : unset;
}

.woocommerce #content .site-main div.product div.product-summary .summary .variations .label {
	position : relative;
	cursor : pointer;
	display : none;
}

.woocommerce #content .site-main div.product div.product-summary .summary .variations .label:after {
	content : "+";
    top: 0;
    bottom: 0;
    margin: auto;
	position :absolute;
    display: flex;
    right: 10px;
    align-items: center;
	font-size : 12px;
	font-weight : normal;
}

.woocommerce #content .site-main div.product div.product-summary .summary table.variations th.label.active:after {
	content : "-";
    top: 0;
    bottom: 0;
    margin: auto;
	position :absolute;
    display: flex;
    right: 10px;
    align-items: center;
	font-size : 12px;
	font-weight : normal;
}

.iconic-was-swatches {
	margin : 0;
}

.product-summary {
	margin-bottom : 0;
}

.tabs.wc-tabs {
	display : none;
}

.description_header {
	margin-bottom : 30px;
	font-weight : bold;
}

.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch:before {
	display : none;
}

.iconic-was-chosen-attribute__no-selection {
	display : none;
}

.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour {
	border : solid 1px #d8d8d8;
}

.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__graphic--colour {
	position : relative;
}

.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__graphic--colour:after {
	content : "";
	display : block;
	width : 10px;
	height : 7px;
	background : url('img/checked.png');
	position : absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.ambg {
	background : url('img/annemarii_bg.png');
	background-repeat : no-repeat;
	font-family: 'Playfair Display', serif;
	font-size : 48px;
	background-size : contain;
	line-height : 1.2;
	text-align : center;
    background-position: center 7px;
}

.related.products {
	display : none;
}

/* .other_products {
	margin : 80px 0 60px;
	grid-gap : 15px;
}

.other_products > div {
	position : relative;
	overflow : hidden;
}

.other_products > div .title_wc {
	position : absolute;
	left : 20px;
	bottom : 20px;
	z-index : 1;
	font-size : 16px;
	line-height : 1.2;
}

.other_products > div .title_wc span {
	font-weight : bold;
}

.other_products > div .price_wc {
	position : absolute;
	right : 20px;
	bottom : 20px;
	z-index : 1;
	font-size : 16px;
	text-align : right;
}

.other_products > div .attachment-woocommerce_thumbnail {
	width :100%;
	transition: all .4s ease
}

.other_products > div:hover .attachment-woocommerce_thumbnail {
	transform : scale(1.1);
} */


.site-header-wrapper #site-header {
    border-bottom: solid 1px #f2f2f2;
}

.woocommerce-products-header {
	margin-top : 60px;
}
.woocommerce ul.products {
	grid-gap : 15px;
	position : relative;
}
/* .woocommerce ul.products .product .jvm_add_to_wishlist {
	position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 !important;
} 

.woocommerce ul.products li.product a.button.no-underline {
	background-image : none;
}

.woocommerce ul.products .product:hover .wvs-archive-variations-wrapper {
	display : block;
}

.woocommerce ul.products .product .wvs-archive-variations-wrapper {
	position : absolute;
	bottom : 40px;
    left: 0;
    right: 0;
	display : none;
}

.woocommerce ul.products .product {
	overflow: hidden;
}


.woocommerce ul.products .product .wvs-archive-variations-wrapper .variations > .woo-variation-items-wrapper:not(:first-child) {
	display : none;
}

.woocommerce ul.products .product .price {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.woocommerce ul.products .product .woocommerce-loop-product__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
	font-family: 'Montserrat', sans-serif;
}


.woocommerce ul.products .product.product_cat-korekcyjne {
	overflow : hidden;
	background: #f8f8f8;
}

.woocommerce ul.products .product:hover > a > img {
	transform: scale(1.1);
} */

body:not(.product-template-default) .product .jvm_add_to_wishlist, body.product-template-default .other_products .product .jvm_add_to_wishlist {
	position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 !important;
	background-color: transparent !important;
} 

body:not(.product-template-default) .product a.button.no-underline, body.product-template-default .other_products .product a.button.no-underline {
	background-image : none;
}

body:not(.product-template-default) .product:hover .wvs-archive-variations-wrapper, body.product-template-default .other_products .product:hover .wvs-archive-variations-wrapper {
	display : block;
}

body:not(.product-template-default) .product .wvs-archive-variations-wrapper, body.product-template-default .other_products .product .wvs-archive-variations-wrapper {
	position : absolute;
	bottom : 30px;
    left: 0;
    right: 0;
	display : none;
}

body:not(.product-template-default) .product, body.product-template-default .other_products .product {
	overflow: hidden;
	position : relative;
}


body:not(.product-template-default) .product .wvs-archive-variations-wrapper .variations > .woo-variation-items-wrapper:not(:first-child), body.product-template-default .other_products .product .wvs-archive-variations-wrapper .variations > .woo-variation-items-wrapper:not(:first-child) {
	display : none;
}

body:not(.product-template-default) .product .price, body.product-template-default .other_products .product .price {
    position: absolute;
    bottom: 10px;
    right: 20px;
	font-size: 1em;
    color: #423b36;
	margin-bottom : 0;
}



body:not(.product-template-default) .product .woocommerce-loop-product__title, body.product-template-default .other_products .product .woocommerce-loop-product__title {
    position: absolute;
    bottom: 10px;
    left: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
    margin: 0;
    line-height: 1.8;
}


body:not(.product-template-default) .product.product_cat-korekcyjne, body.product-template-default .other_products .product.product_cat-korekcyjne {
	overflow : hidden;
	background: #f8f8f8;
}

body:not(.product-template-default) .product:hover > a > img, body.product-template-default .other_products .product:hover > a > img {
	transform: scale(1.1);
}

.other_products .product > a > img {
	width  : 100%;
}

.product a, .product a h2 {
	background-image : none !important;
}
	

.site-header-wrapper #site-header #primary-menu-wrapper #primary-menu-wrapper ul.primary-menu>li a {
	font-size : 12px;
}

.site-header-wrapper #site-header #primary-menu-wrapper #primary-menu-wrapper ul.primary-menu>li.current_page_item a, .site-header-wrapper #site-header #primary-menu-wrapper #primary-menu-wrapper ul.primary-menu>li.current-menu-item a {
	font-weight : bold;
	linear-gradient(transparent calc( 100% - 3px ), #000000 5px);
	background-size: 100%;
}

#home_kolekcje {
	margin-bottom : 120px;
	position: relative;
}


#home_kolekcje .foto1 {
	position : relative;
	max-width  :fit-content;
	max-height: -moz-fit-content;
    margin-left: -50px;
    margin-right: -100px;
	overflow : hidden;
}

#home_kolekcje .foto1 img {
	transition: all .4s ease;
}

#home_kolekcje .foto1:hover img {
	transform : scale(1.1);
}

#home_kolekcje .foto1 .orange-button {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
	position : absolute;
}

#home_kolekcje .box12 {
	align-items : center;
}

#home_kolekcje .slider_home1 .slide {
	position : relative;
/*     background: #f8f8f8; */
}

#home_kolekcje .slider_home1 .slide .title_wc {
	position : absolute;
	left : 20px;
	bottom : 20px;
	z-index : 1;
	font-size : 16px;
	line-height : 1.2;
}

#home_kolekcje .slider_home1 .slide .title_wc span {
	font-weight : bold;
}

#home_kolekcje .slider_home1 .slide .price_wc {
	position : absolute;
	right : 20px;
	bottom : 20px;
	z-index : 1;
	font-size : 16px;
}

.box1minmax {
	grid-template-columns : 33.3333333% 66.66666666666667%;
	display : grid;
	align-items : center;
}


.slider_home1 {
	margin-left : 0px;
	margin-right : -50%;
}

#home_kolekcje .slider_home1 .slick-slide {
	margin: 0 7px;
	overflow : hidden;
}

#home_kolekcje .slider_home1 .slick-slide img {
	transition: all .4s ease;
}

#home_kolekcje .slider_home1 .slick-slide:hover img {
	transform : scale(1.1);

}


#home_kolekcje .slider_home1 .slick-slide img, #home_kolekcje .slider_home1 img.slick-slide  {
	object-fit : cover;
	margin : auto;
	max-height: 384px;
}

#home_kolekcje .prev {
	display : block;
	width : 100px;
	height : 100px;
	background-color : #ffffff;
	background-image : url('img/arrow_back_.png');
	background-repeat : no-repeat;
	background-position : center;
	border-radius : 50px;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	cursor : pointer;
	position: absolute;
	left: -85px;
    top: calc(50% - 50px);
    z-index: 1;
}

#home_kolekcje .prev:hover {
	background-color : #000000;
	background-image : url('img/arrow_back.png');
}

#home_kolekcje .next {
	display : block;
	width : 100px;
	height : 100px;
	background-color : #ffffff;
	background-image : url('img/arrow_.png');
	background-repeat : no-repeat;
	background-position : center;
	border-radius : 50px;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	cursor : pointer;
	position: absolute;
	right: 0;
    top: calc(50% - 50px);
    z-index: 1;
}

#home_kolekcje .next:hover {
	background-color : #000000;
	background-image : url('img/arrow.png');
}

.woocommerce ul.products li.product a img, .woocommerce .woocommerce ul.products li.product a img {
	margin-bottom : 0;
}
#home_kolekcje1 {
	margin-bottom : 50px;	
	padding-bottom : 20px;
}

#home_kolekcje1 .home_kolekcje1 {
	color : #f3ede8;
	font-family: 'Playfair Display', serif;
	font-size : 24px;
	position : relative;
	background-repeat : no-repeat !important;
	background-size : cover !important;
	padding-bottom : 20%;
}

#home_kolekcje1 .home_kolekcje1 > img {
	width:100%;
 	/* max-height : 760px;  */
	object-fit  :cover;
	position : relative;
	top : 0;
	height : 100%;
}

#home_kolekcje1 .home_kolekcje1 .site-main {
	position: relative;
    z-index: 1;
    top: 80px;
}

#home_kolekcje1 .home_kolekcje1 h2 {
	margin-top : 0;
/* 	margin-bottom : 20px; */
}

#home_kolekcje1 .home_kolekcje1 .other_products {
	grid-gap : 15px;
	color : #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	margin-top : 30px;
}

.anneafter {
	position : relative;
	display : block;
}

.anneafter:after {
	content : url('img/annemarii_bg1.png');
	position : absolute;
	bottom: -13px;
    z-index: 1;
	margin-left: 9px;
}

.baner_promocje {
	font-family: 'Playfair Display', serif;
	font-size : 24px;	
    grid-column-start: 1;
    grid-column-end: 4;
}

.baner_promocje .box21 {
	grid-gap : 15px;
	align-items : center;
}

.baner_promocje .box21 div {
	overflow : hidden;
}


.baner_promocje .box21 > div:first-child img {
	transition: all .4s ease;
	width : 100%;
	object-fit : cover;
}

.baner_promocje .box21 > div:last-child {
	padding : 0 25px;
}
.baner_promocje .box21 h2 {
	margin-top : 0;
	margin-bottom : 30px;;
}

.baner_promocje img {
	width : auto;
	height : 100%;
	object-fit : cover;
}

#home_products {
	border-top : solid 1px #f3ede8;
	margin-top : 60px;
	padding-top : 60px;
}

#home_products .tabs > a  {
	transition: all .4s ease, text-decoration 0s ease;
	background-image: linear-gradient(transparent calc( 100% - 2px ), #000000 5px);
    background-size: 0;
	font-size : 13px;
	transition: all .4s ease, text-decoration 0s ease;
	margin-right : 40px;
	display : inline-block;
	position : relative;
}

#home_products .tabs > a:after {
	content : "";
	position : absolute;
	width : 0px;
	height : 3px;
	background : #000000;
	transition: all .4s ease, text-decoration 0s ease;
    left: 0;
    bottom: 0;
}

#home_products .tabs > a:hover:after {
	position : absolute;
	width : 100%;
	height : 3px;
	background : #000000
}

#home_products .tabs > a.active:after {
	content : "";
	position : absolute;
	width : 100%;
	height : 3px;
	background : #000000
}

#home_products .tabs > a.active {
	font-weight : bold;
}

#home_products .other_products {
	display : none;
	margin : 30px 0 0;
}

#home_products .other_products.active {
	display : grid;
}


#home_products .box21 {
    grid-gap: 15px;
    align-items: center;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon:before, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon:hover:before {
	-webkit-mask-image: none;
    mask-image: none;
    -webkit-mask-repeat: no-repeat;
	background-color : transparent;
	background-image : url('img/shopping-bag.png');
	background-repeat:no-repeat;
}
.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon .bag-product-count:before, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon .bag-product-count:hover:before {
	-webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-repeat: no-repeat !important;
	border-color : transparent !important;
	background: transparent !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon .bag-product-count {
	background : #e5134e;
	border-radius : 50px;
	bottom : unset;
	top : 0;
	color: #ffffff !important;
}


.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon:hover .bag-product-count span, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#shopping-bag-site-tool .menu-icon:focus-visible .bag-product-count span {
		color: #ffffff !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li .menu-icon:hover:after, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li .menu-icon:focus-visible:after {
	border: 1px solid #000000;
	top: -11px;
    left: -11px;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#my-account-site-tool .menu-icon:before, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#my-account-site-tool .menu-icon:hover:before {
	-webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-repeat: no-repeat !important;
	border-color : transparent !important;
	background: transparent !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#my-account-site-tool .menu-icon {
	background-image : url('img/user.png');
	background-repeat:no-repeat;
    background-position: center;
}



.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#search-site-tool .menu-icon:before {
	-webkit-mask-image: none !important;
    mask-image: none !important;
    -webkit-mask-repeat: no-repeat !important;
	border-color : transparent !important;
	background: transparent !important;
	display : none;
}


.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#search-site-tool .menu-icon {
	background-image : url('img/lupa.png');
	background-repeat:no-repeat;
    background-position: center;
}



#woocommerce-product-search-field-2 {
	background: #f8f8f8;
    border-radius: 50px;
	outline : none;
}

.woocommerce.widget_product_search {
	margin-bottom : 0;	
}

.widget.widget_search form:before, .widget.widget_product_search form:before {
	background-color : transparent;
	background-image : url('img/lupa.png');
	background-repeat: no-repeat;
	background-position : center;
	-webkit-mask-image : none;
	mask-image : none;
}

.categories-list .cat-item-0 {
	display : none !important;
}

.categories-list a {
	    font-size: 13px;
    text-transform: uppercase;
}

.categories-list  .current-cat a {
	font-weight : bold;
}

.categories-list {
	float : left;
}

.search-form {
	float : right;
	position : relative;
}

.search-form label {
	margin : 0;
}

.search-form .search-field{
	background: #f8f8f8;
    border-radius: 50px;
	outline : none;
	padding-right: 60px;
}

.search-form .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
	padding : 0;
    width: 60px;
    height: 100%;
    background: url(img/lupa.png);
    background-position: center;
    background-repeat: no-repeat;
}

.search-form .search-submit:hover {
	background-color : transparent;
}
/* 
.woocommerce-product-filters {
	display : none;
}
 */
.page-template-page-kolekcje #main {
	display : block;
}

#kolekcje_sekcja1 {
	margin-bottom : 120px;
}

#kolekcje_sekcja1 .box21 {
	grid-template-columns : 787px 1fr;
	align-items : center;
}

#kolekcje_sekcja1 .box21 > div {
	position : relative;
}

#kolekcje_sekcja1 .orange-button {
	position : absolute;
	bottom : 60px;
	left: 140px;
}

#kolekcje_sekcja1 .box21 > div:first-child img {
	transition: all .4s ease;	
}

#kolekcje_sekcja1 .box21 > div:first-child:hover img {
	transform : scale(1.1)
}

#kolekcje_sekcja2 {
	margin-bottom : 120px;
}

#kolekcje_sekcja2 .box12 {
	grid-template-columns : 1fr 787px;
	align-items : center;
}

#kolekcje_sekcja2 .box12 > div {
	position : relative;
}

#kolekcje_sekcja2 .orange-button {
	position : absolute;
	bottom : 60px;
	right: 140px;
}


#kolekcje_sekcja2 .box12 > div:nth-child(2) img {
	transition: all .4s ease;	
}

#kolekcje_sekcja2 .box12 > div:nth-child(2):hover img {
	transform : scale(1.1)
}

.page-template-page-kontakt #main {
	display : block;
}

#kontakt a {
	text-decoration : none;
}

#kontakt input[type="text"], #kontakt input[type="email"], #kontakt input[type="tel"], #kontakt textarea {
	background : transparent !important;
	border : solid 1px #ebebeb;
	border-radius  :50px;
	color : #b3b3b3;
	font-size : 12px;
	letter-spacing: 1px;
	padding : 20px 40px;
}

#kontakt textarea {
	border-radius  :20px;
}


#kontakt .box2 {
	grid-gap : 20px;
}

#kontakt .box2 .col2 {
	grid-column-start : 1;
	grid-column-end : 3;
}

#kontakt .box2 .col31 {
	grid-column-start : 2;
	grid-column-end : 3;
}

#kontakt .box2 .col31 .wpcf7-submit {
	float : right;
	margin : 0;
}

 #kontakt .box2 .col31 .wpcf7-submit {
	color : #ffffff;
	padding : 20px 30px;
	background : #000000;
	border-radius : 50px;
	font-weight : bold;
	font-size : 12px;
	display : block;
	max-height: -moz-fit-content;
	max-width: fit-content;
	min-width : 180px;
	text-align : center;
	text-decoration : none !important;
	background-image : url('img/arrow.png');
	background-position : center right 15px;
	background-repeat : no-repeat;
	padding-right: 45px;
}

#kontakt .box2 .col31 .wpcf7-submit:hover {
	background : #ffffff;
	color : #000000;
	background-image : url('img/arrow_.png');
	background-position : center right 15px;
	background-repeat : no-repeat;
	padding-right: 45px;
}


.site-logo img {
    max-width: 250px;
    width: 100%;
    height: 100%;
}

#site-footer {
	background : #ffffff;
	padding : 0;
}

#site-footer .menu a {
	font-size : 12px;
	letter-spacing : 1px;
}

#site-footer .menu .unclick a {
    pointer-events: none;
}

#site-footer .menu .bold a {
    font-weight: bold; 
}
#site-footer .widgets-area {
	padding : 60px 0 30px 0;
}
#site-footer .over-widgets-area {
	border-top : solid 1px #ececec;
	border-bottom : solid 1px #ececec;
}

#site-footer .widgets-area .widget_nav_menu {
	padding-bottom : 0;
}

#site-footer .copyright {
	padding-top : 25px;
	padding-bottom : 25px;
	font-size : 12px;
}

#site-footer .copyright .sm {
	text-align : center;
}

#site-footer .copyright .sm a {
	display : inline-block;
	margin : 0 8px;
}
#site-footer .copyright .lifemotion a {
	float : right;
}

#site-footer .copyright .box3 {
	align-items: center;
	grid-gap : 15px;
}

.stripe {
	background : #f3ede8;
	padding : 10px;
}

.stripe .sm {
	float : right;
}

.stripe .sm a {
	display : inline-block;
	margin : 0 8px;
}

.stripe > div {
	display : inline-block; 
}

.stripe p {
	margin-bottom : 0;
}

.stripe {
	text-align : center;
	font-size : 12px;
}
	
.stripe a {
	font-weight : bold;
	color : #e5134e;
	text-decoration : none;
}

.kontakt-boxes {
	padding-top : 50px;
	padding-bottom : 50px;
}

.kontakt-boxes h3 {
	font-weight : bold;
	margin  :0;
}

.kontakt-boxes a {
	font-family: 'Playfair Display', serif;
	font-size : 24px;
	margin-top : 20px;
	text-decoration : none;
}

.kontakt-boxes a:after {
    content: url(img/arrow_.png);
    margin-left: 15px;
}

.kontakt-boxes .box3 {
	grid-gap : 20px;
}

.page-template-page-gdzie-kupic #main {
	display : block;
}

#mapa {
	font-size : 12px;
	margin-bottom : 120px;
}

#mapa .box12 > div:nth-child(2) {
	width : 150%;
	max-height : 560px;
	overflow : hidden;
	background : #c9c9c9;
}

#mapa .box12 > div:nth-child(2) img {
	width  :100%;
	height : 100%;
}

#mapa .box12 > div:first-child {
	padding-top : 10px;
}
	
.box4241 {
	display : grid;
	grid-template-columns : 4fr 2fr 4fr 1fr;
	grid-gap : 15px;
	width : 85%;
	margin : auto;
}


#mapa_form input[type="text"] {
	background : transparent !important;
	border : solid 1px #ebebeb;
	border-radius  :50px;
	color : #b3b3b3;
	font-size : 12px;
	letter-spacing: 1px;
	padding : 20px 30px;
}
	
	
#mapa_form .wpcf7-submit {
	padding : 0;
	background : #000000;
	border-radius : 50px;
	display : block;
	width : 60px;
	min-width : 60px;
	height : 60px;
	text-decoration : none !important;
	background-image : url('img/lupa_.png');
	background-position : center;
	background-repeat : no-repeat;
	margin-top : 0;
}

#mapa_form .wpcf7-submit:hover {
	background : #ffffff;
	color : #000000;
	background-image : url('img/lupa.png');
	background-position : center right 15px;
	background-position : center;
	background-repeat : no-repeat;
}

.instaslider-inner, #sbi_images {
	width : 135% !important;
}

footer #sb_instagram #sbi_images .sbi_item {
	margin-right: 20px !important;
}
	
.instaslider-inner .slick-track > img {
	margin-right : 20px;
}

.instaslider {
	position :relative;
}

.instaslider .prev {
	display : block;
	width : 100px;
	height : 100px;
	background-color : #ffffff;
	background-image : url('img/arrow_back_.png');
	background-repeat : no-repeat;
	background-position : center;
	border-radius : 50px;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	cursor : pointer;
	position: absolute;
	left: -50px;
    top: calc(50% - 50px);
    z-index: 1;
}

.instaslider .prev:hover {
	background-color : #000000;
	background-image : url('img/arrow_back.png');
}

.instaslider .next {
	display : block;
	width : 100px;
	height : 100px;
	background-color : #ffffff;
	background-image : url('img/arrow_.png');
	background-repeat : no-repeat;
	background-position : center;
	border-radius : 50px;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	cursor : pointer;
	position: absolute;
	right: -50px;
    top: calc(50% - 50px);
    z-index: 1;
}

.instaslider .next:hover {
	background-color : #000000;
	background-image : url('img/arrow.png');
}

body.home #instagram, body.page-template-page-marka #instagram, body.page-template-page-kontakt #instagram, body.page-template-page-gdzie-kupic #instagram {
	display : none;
}

#instagram a {
	    font-family: 'Playfair Display', serif;
}

.dbox {
	margin-top: 40px;
	padding-bottom : 30px;
	border-bottom : solid 1px #f3ede8;
}


.woocommerce-login-form-wrapper {
    margin: auto;
    width: 100% !important;
    text-align: center;
    margin-left: unset !important;
    margin-right: unset !important;
}

.woocommerce-login-form-wrapper h2 {
    text-align: center;
    margin: auto;
}
.woocommerce-login-form-wrapper form {
    padding: 0;
        max-width: 100%;
    padding-right: 0 !important;
    margin: 40px auto !important;   
}

.filters-v > div {
	display : inline-block;
}

.filters-v .iconic-was-swatch__text {
	white-space : nowrap;
}

.prdctfltr_filter_inner {
/*	display: flex;
     grid-template-columns: 1fr 1fr 1fr 1fr; */
}

.prdctfltr_columns_1 .prdctfltr_filter_inner .prdctfltr_filter {
	width : auto;
}

.pf-help-title h2 {
	font-family: 'Montserrat', sans-serif;
	font-size : 11px;	
	text-transform: uppercase;
    white-space: nowrap;
	margin : 0;
}

.prdctfltr_filter_inner:before {
	display : none !important;
}

.prdctfltr_filter_title, .prdctfltr_buttons {
	display : none !important;
}

.filters-v .prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text {
	padding : 0;
	border : none;
	width  :unset;
	height : unset;
	border-radius: 50px;
    overflow: hidden;
}

.filters-v .prdctfltr_add_scroll {
	border : solid 1px #d7d7d7;
	padding : 22px;
    position: absolute;
    min-width: 120%;
    z-index: 2;
    background: #ffffff;
	display:none; 
	white-space: nowrap;
	top: 30px;
}

.filters-v .prdctfltr_add_scroll:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    z-index: -1;
    left: 12px;
    top: -10px;
    transform: rotate(135deg);
	border-left: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    background: #ffffff;
    z-index: 1;
}

.filters-v .pf-help-title {
	cursor : pointer;
	background : url('img/arrow_down.png');
	background-position : right;
	background-repeat : no-repeat;
	padding-right  :20px;
}

.woocommerce .up-sells .products {
	display : block;
}

.woocommerce .products .product {
	float : left;
	padding : 0 10px !important;
}

.woocommerce .entry-summary .products .product h2, 
.woocommerce .entry-summary .products .product span {
	display: none !important;
}

.woocommerce-product-loop-header {
	display : none;
}
	
.colorball {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
    line-height: 0;	
	width: 20px;
    height: 20px;
	border-radius : 50px;
	position : relative;
}

.colorball.active:after {
	content: "";
    display: block;
    width: 10px;
    height: 7px;
    background: url(img/checked.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.colorball > span {
    display: block;
    width: 20px;
    height: 20px;
}

.var-box {
	border-top: solid 1px #f3ede8;
    margin: 0;
	font-size : 12px;
	padding : 20px 0;
}

.var-wrapper {
	margin-top: 20px;
	display : none;
}

.var-box > strong {
	display : block;
	position : relative;
	cursor : pointer;
	text-transform: uppercase;
}

.var-box > strong:after {
	content: "+";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: flex;
    right: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
}

.var-box.active > strong:after {
    content: "-";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: flex;
    right: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
}

.menu-icon.account-menu-heart .jvm_add_to_wishlist_heart:before {
	content: "\e900";
    color: #000000;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    left: -2px;
}

.menu-icon.account-menu-heart {
    display: block;
    position: relative;
    height: 24px; 
    width: 24px;
    font-size: 20px;
}
#wishlist-site-tool {
	display : inline-block;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li .menu-icon:hover:after {
	border: 1px solid #000000;
    top: -11px;
    left: -11px;
}

body:not(.product-template-default) .product .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, body:not(.product-template-default) .product .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover, body:not(.product-template-default) .product .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, body:not(.product-template-default) .product .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, body:not(.product-template-default) .product .variable-items-wrapper .variable-item:not(.radio-variable-item), 
body.product-template-default .other_products .product .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
body.product-template-default .other_products  .product .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover, 
body.product-template-default .other_products  .product .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, 
body.product-template-default .other_products  .product .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, 
body.product-template-default .other_products  .product .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow : none;
	width : 90px !important;
	height : 70px !important;
	background : transparent;
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
	object-fit : cover;
	max-height  :50px;
	border: solid 1px #a7a7a7;
}

.entry-summary .woo-variation-items-wrapper .variable-items-wrapper .variable-item img {
	max-height  :80px;
	width :133px;
	height : 88px;
	max-width : unset;
	max-height : unset;
	margin : auto;
	display  :block;
}

.entry-summary .variable-item.image-variable-item {
	width : 100% !important;
	height : 100% !important;
	box-shadow : none !important;
	background : transparent;
}

.entry-summary .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	flex : 1;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected img {
	border: solid 1px #000000;
}

.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text span {
	border-radius : 50px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	display : none;
}

.entry-summary .jvm_add_to_wishlist.button, .entry-summary .jvm_add_to_wishlist.button:hover, .entry-summary .jvm_add_to_wishlist.button:focus, .woo-variation-gallery-slider-wrapper .jvm_add_to_wishlist.button, .woo-variation-gallery-slider-wrapper .jvm_add_to_wishlist.button:hover, .woo-variation-gallery-slider-wrapper .jvm_add_to_wishlist.button:focus {
	margin: 0;
    padding: 0;
    background: 0;
}

.woo-variation-gallery-slider-wrapper .jvm_add_to_wishlist.button  {
	position: absolute;
    top: 10px;
    right: 10px;
}

.woo-variation-gallery-slider-wrapper {
	background: #fbf9f8;
}

.jvm_add_to_wishlist .jvm_add_to_wishlist_heart:before {
	color : #000000;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
	width : 100%;
	height : 100%;
	background : transparent;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger .dashicons {
	display : none;
}

.akc-item {
	display: flex;
    align-items: center;
}

.akc-item img {
	margin-right : 10px;
}

.box12.akcesoria {
	grid-gap : 10px;
	border-top : solid 1px #f3ede8;
	border-bottom : solid 1px #f3ede8;
	margin  :30px 0;
	padding :  30px 0;
}


.woo-variation-items-wrapper .slick-prev, .woo-variation-items-wrapper .slick-next {
	top : 25%;
	width : 18px;
	height : 24px;
	border-radius : 0;
	z-index : 1;
}

.woo-variation-items-wrapper .slick-prev {
	background : url('img/arrow-prev.png');
	left : 0;
}

.woo-variation-items-wrapper .slick-next {
	background : url('img/arrow-next.png');
	right : 0;
}

.single-product-variable-items .slick-list {
	margin : 0 25px;
}

.woo-variation-items-wrapper .slick-prev:before, .woo-variation-items-wrapper .slick-next:before  {
	display : none;
}

.font532476, .font57219, .font05916 {
	font-weight : bold;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float : right !important;
}

.woo-variation-product-gallery {
	width  :100%;
}

.title_wrapper > .product_title + .posted_in {
	display : none;
}

.posted_in a {
	text-decoration : none;
}

.wvs-archive-variations-wrapper,.woo-variation-swatches ul.variations, .woo-variation-swatches ul.variations>li {
	pointer-events : all !important;
}

.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#search-site-tool, .site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li#my-account-site-tool {
	display : inline-block;
}

.filter-button {
	margin : 15px 0;
	cursor : pointer;
	display : none;
}

.filter-button a  {
	font-size  :12px;
}

.page-template-default h1.entry-title {
	margin : auto;
	padding: 20px;
}

.hidebox {
	display : none;
}

#billing_rachunek_field {
	clear : both;
}

#billing_rachunek_field label {
	position : relative !important;
	transform : unset !important;
}

#billing_rachunek_field > label {
	margin-bottom: 20px !important;
}

#billing_rachunek_field > span {
	display : block;
}

#billing_rachunek_field > span > * {
	float : left;
}

#billing_rachunek_field > span > input {
	margin-left: 20px;
}

#billing_rachunek_field > span > label {
	top: -22px !important;
    left: -56px !important;
}

#billing_nazwa_field .optional, #billing_nip_field .optional {
	display : none;
}

.entry-title.half-width-md-up {
	max-width  :unset;
	text-align :center;
}

.woocommerce .woocommerce-login-form-wrapper>h2, .woocommerce .woocommerce-login-form-wrapper>.woocommerce-form, .woocommerce .woocommerce-login-form-wrapper>.lost_reset_password {
	max-width  :100%;
}

/* .woocommerce-cart #content .entry-content .woocommerce table.cart tbody td.actions, .woocommerce-cart #content .entry-content .cart-collaterals .cart_totals table.shop_table tr td, .woocommerce-cart #content .entry-content .cart-collaterals .cart_totals table.shop_table tr th{
	padding-top: 10px;
    padding-bottom: 10px;
} */

.woocommerce-cart #content .entry-content .woocommerce table.cart tbody td.actions .button[name="update_cart"] {
	opacity : 1 !important;
	visibility : visible !important;
}

.cart-form-wrapper {
	display : grid;
	grid-template-columns : 2fr 1fr;
	grid-gap : 60px;
}

.woocommerce .cart-form-wrapper .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width : 100%;
}

.woocommerce-cart #content .entry-content .woocommerce table.cart tbody td.product-thumbnail img, #cclw_order_details_table .cclw_order_review_table td.thumb img {
	min-width : 100px;
}

#cclw_order_details_table .cclw_order_review_table #qty1 {
	border-color : transparent;
}

#cclw_order_details_table .cclw_order_review_table table.cclw-style-1 td {
	vertical-align : middle;
}

#cclw_order_details_table .cclw_order_review_table .removepro .cclw_remove {
	color : #2f2f2f;
}

#cclw_order_details_table .cclw_order_review_table td.name.more_details {
	padding-top : 0px;
}

#eqasypack_show_geowidget {
    padding: 5px 20px;
    display: block;
}

#cclw_order_details_table .cclw_order_review_table .more_details_slide dt.variation-Nazwa:first-child {
	display : none;
}

.freshmail_form_1 input[type="text"] {
	width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
	border-radius: 50px;
    padding: 15px 40px 15px 25px !important;
	height : unset !important;
}

.freshMailPopUp__body > div {
	background-color : transparent !important;
}

.freshmail_form_1 button {
	position: absolute;
    left: unset;
    right: 10px;
    top: 7px;
    margin: 0;
    background-color: transparent !important;
    background-image: url(img/arrow_.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 40px;
    padding: 0;
}

.form_container p {
	position : relative;
}

.freshmail_form_1 span[class^="message"] {
    margin-top: 30px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.woocommerce-notices-wrapper > ul {
	margin : auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
	pointer-events  :unset;
}

#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals .shipping-total span.right-corner {
	float : unset;
}

.woocommerce ul#shipping_method li {
	position: relative;
    width: 100%;
}

.woocommerce-checkout-review-order-table .easypack-shipping-method-logo {
	position : absolute !important;
	left : 0;
}

label[for="shipping_method_0_easypack_parcel_machines3"] + .easypack-shipping-method-logo {
	display : none;
}

.woocommerce-order-details {
	width : 70%;
	margin : auto;
}

@media (min-width: 1366px) {
	
	body.archive:not(.woocommerce) #main {
		display : block
	}

	body.archive #main > article {
		display : inline-block !important;
		max-width : 50% !important;
	}

	body.archive #main > article h2.entry-title{
		line-height: .7;
	}

	body.archive #main >article > header {
		display : block;
		grid-column: unset;
	}

	body.archive #main >article > header. entry-header-featured-image img {
		width : 100%;
		display : block;
	}

	body.archive #main >article > header .entry-header-inner {
		padding : 0;
	}

	body.archive #main .post:nth-child(even) .entry-header .entry-header-featured-image+.entry-header-inner {
		padding-left : 0;
	}

	body.archive #main > article h2 {
		margin : 0;
	}

	body.archive #main > article h2 a:after {
		content : url('img/arrow_.png');
		margin-left : 15px;
	}


	body.archive #main > article:nth-of-type(6n+1) {
		float : left;
		padding-right : 30px;
		padding-top : 80px;
	}

	body.archive #main  article:nth-of-type(6n+2) {
		float : right;
		padding-left: 30px;
	}

	body.archive #main > article:nth-of-type(6n+2) > header {
		width : 60%;
		float : right;
	}

	body.archive #main > article:nth-of-type(6n+3) {
		width : 60%;
		float : right;
		padding-left: 30px;
		top : -200px;
		position : relative;
	}

	body.archive #main > article:nth-of-type(6n+3) > header {
		width : 75%;
	}

	body.archive #main  > article:nth-of-type(6n+4) {
		float : left;
		padding-right: 30px;
		top : -150px;
		position : relative;
	}

	body.archive #main > article:nth-of-type(6n+4) > header {
		width : 60%;
	}

	body.archive #main  > article:nth-of-type(6n+5) {
		float : right;
		padding-left: 30px;
		position : relative;
		top : -320px;
	}
	body.archive #main  > article:nth-of-type(6n+6) {
		float : left;
		padding-right: 30px;
		position : relative;
		top : -260px;
	}

	body.archive #main > article:nth-of-type(6n+6) > header {
		width : 75%;
		float : right;
	}
	
	.blog_elements .blog_element {
		display : inline-block;
		max-width : 50%;
	}
	
	.blog_elements .blog_element:nth-of-type(3n+1) {
		float: left;
		padding-right : 30px;
	}
	
	.blog_elements .blog_element:nth-of-type(3n+2) {
		float: right;
		padding-left : 30px;
		position : relative;
		top : -240px;
	}
	
	.blog_elements .blog_element:nth-of-type(3n+2) .blog_element_inner {
		width : 60%;
		float : right;
	}
	
	.blog_elements .blog_element:nth-of-type(3n+3) {
		float: right;
		padding-left : 30px;
		position : relative;
		top : -120px;
	}
	
	.blog_elements .blog_element:nth-of-type(3n+3) .blog_element_inner {
		width : 75%;
	}

}


@media (max-width: 1365px) {
	.blog_elements {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	
	.slider_main .prev {
		left : -30px;
	}
	
	.slider_main .next {
		right : -30px;
	}
}


@media (max-width: 1240px) {
	
	.slider .caption .text1 { 
		font-size : 36px;
	}
		
	h1, h2, .h2 {
		font-size : 36px;
	}
	
	.baner .caption  {
		font-size : 36px;
	}
	
	.ambg  {
		font-size : 36px;
	}
	
	#home_kolekcje1 .home_kolekcje1 > img {
		max-height : unset;
	}
	
	#kolekcje_sekcja1 .box21 {
		grid-template-columns : 1fr;
		grid-gap : 30px;
	}

	#kolekcje_sekcja2 .box12 {
		grid-template-columns : 1fr;
		grid-gap : 30px;
	}
	
	#kolekcje_sekcja2 .box12 img {
		float : right;
	}
	.cart-form-wrapper {
		display : grid;
		grid-template-columns : 1fr;
		grid-gap : 30px;
	}
	
	.woocommerce-checkout-review-order-table .easypack-shipping-method-logo {
		top: -50px !important;
		right: 0;
		left: unset;
	}
	
	#order_review_table .woocommerce-shipping-methods > li:first-child {
		margin-bottom : 50px;
	}
}

@media (min-width: 1024px) {
	.var-box-wrapper {
		position : absolute;
		width : 100%;
	}
	
	.woocommerce #content .site-main div.product .wc-tab {
		max-width: 65%;
	}
	
	.woocommerce #content .site-main div.product div.product-summary .summary {
		float: right;
		width: calc( 35% - 2.5rem );
	}
		
}

@media (max-width: 768px) {
	
	#home_section1 .box2{
		grid-template-columns : 1fr;
		grid-gap  :30px;
	}
	
	#home_kolekcje .box1minmax {
		grid-template-columns : 100%;
		grid-gap  :30px;
	}
	
	#home_kolekcje .prev {
		left : 0;
	}
	#home_kolekcje .prev, #home_kolekcje .next {
		top : unset;
		bottom : 20%;
		width: 30px;
		height: 30px;
	}
	
	.instaslider .prev {
		left : -8px;
		top: calc(50% - 15px);
	}
	
	.instaslider .next {
		right : -8px;
		top: calc(50% - 15px);
	}
	
	.instaslider .prev, .instaslider .next {
		width: 30px;
		height: 30px;
	}
	
	.instaslider-inner {
		width :100%;
	}
	
	.instaslider-inner .slick-track > img {
		margin-right : 0;
	}
	
	.slider_home1 {
		margin-right : 0;
	}
	
	.other_products.box3 {
		grid-template-columns : 1fr;
	}
	
	#home_kolekcje .foto1 {
		margin :auto;
	}
	
	.slider .slick-slide:nth-child(1) .caption .text1:after, .slider .slick-slide:nth-child(2) .caption .text1:after {
		font-size : 56px;
	}
	
	.box21.products_func {
		grid-template-columns  :1fr;
	}
	
	.box21.products_func .tabs {
		order : 2;
		display: flex;
		flex-direction: column;
	}
	
	.baner_promocje {
		grid-column-end : 2;
	}
	
	.products.columns-3 {
		grid-template-columns  :1fr !important;
	}
	
	.baner_promocje .box21 {
		grid-template-columns  :1fr;
	}
	
	#newsletter .box3 {
		grid-template-columns  :1fr;
	}
	
	.blog_elements {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	
	section[id^="marka_sekcja"] > .box2, section[id^="marka_sekcja"] > .box12 {
		grid-template-columns  :1fr;
	}
	
	section[id^="marka_sekcja"] > .box2 img {
		margin : auto;
	}
	
	#marka_sekcja3 > .darker {
		top : -70px;
	}

	#kolekcje_sekcja1 .orange-button {
		position: absolute;
		bottom: -20px;
		left: 10%;
		padding : 10px;
	}
	

	#kolekcje_sekcja2 .orange-button {
		position: absolute;
		bottom: -20px;
		right: 10%;
		padding : 10px;
	}

	#kontakt .box12 {
		grid-template-columns : 1fr;
	}
	
	.slider_main .prev {
		left : -20px;
	}
	
	.slider_main .next {
		right : -20px;
	}
	
	.kontakt-boxes .box3 {
		grid-template-columns : 1fr;
		text-align: center;
	}
	
	#mapa .box12 {
		grid-template-columns : 1fr;
	}

	#mapa .box12 >div:nth-child(2) {
		width : 100%;
	}

	.box4241 {
		width : 100%;
		grid-template-columns : 1fr 1fr;
	}
	
	.akcesoria > .box2 {
		grid-template-columns : 1fr;
		grid-gap : 20px;
	}
	
	.anneafter:after {
		bottom: -50px;
		left : -65px;
		transform : scale(.7)
	}
	
	.anneafter + .orange-button {
		margin-top : 60px;
	}
	
	.slider img {
		object-position : right -221px top 0
	}
	
	.baner.darker img {
	    object-position: right -452px top 0;
	}
	
	.slider .slick-slide:nth-child(1) .caption .text1:after, .slider .slick-slide:nth-child(2) .caption .text1:after {
		bottom : -60px;
		left : 20px;
	}
	
	.instaslider-inner, #sbi_images {
		width  :100% !important;
	}
	
	#home_blog {
		text-align  :center;
	}
	
	#home_blog > .box3 {
		grid-template-columns: 1fr;
	}

	#home_blog > .box3 .orange-button {
	    margin: auto;
		margin-top: 30px;
	}
	
	.woocommerce #content .site-main div.product .wc-tab {
		text-align : justify;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link, .woocommerce .woocommerce ul.products li.product a.woocommerce-loop-product__link {
		margin-bottom : 50px;
	}
	
	.woocommerce ul.products .product .wvs-archive-variations-wrapper {
		bottom : 40px;
	}

	.woocommerce ul.products .product .price {
		bottom : -30px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		bottom : -20px;
	}
	
	.filter-button {
		display : inline-block;
	}
	
	.filters-v {
		display : none;
	}
	
	#home_kolekcje1 .home_kolekcje1 > img {
		object-position : top 0 right 8%;
	}
	
	#home_kolekcje1 .home_kolekcje1 {
		background-position : top 0 right 10% !important;	
	}
			
	#home_section1 {
		margin-top : 20px;
	}
	
	.checkout-two-column-layout .two-column-layout-left, .checkout-two-column-layout .two-column-layout-right {
		width  :100% !important;
		float : unset !important;
	}

	.woocommerce-order-details {
		width : 100%;
		margin : auto;
	}
}

@media (max-width: 500px) {
	
	#kontakt .box12 .box2 {
		grid-template-columns : 1fr;
	}
	
	#kontakt .box2 .col2 {
		grid-column-start : unset;
		grid-column-end : unset;
	}

	#kontakt .box2 .col31 {
		grid-column-start : unset;
		grid-column-end : unset;
	}
	
	#site-footer .copyright .box3 { 
		grid-template-columns : 1fr;
	}
		
	#site-footer .copyright .lifemotion a {
		float : unset;
	}
	
	#site-footer .copyright .lifemotion a img {
		margin : auto;
	}
	
	#site-footer .copyright .box3 > div:first-child {
		text-align : center;
	}
	
	.akcesoria {
		grid-template-columns : 1fr;
		grid-gap : 30px;
	}
	
	.akcesoria br {
		display : none;
	}
	
	
	.prdctfltr_filter_inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.site-header-wrapper #site-header {
		display: grid;
		grid-template-columns: auto auto;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	
	#secondary-menu-wrapper {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	#menu-site-tools {
		text-align: center;
		margin-top: 10px !important;
	}
		
	.site-header-wrapper #site-header #secondary-menu-wrapper ul#menu-site-tools>li {
		padding: 0 0.75rem;
	}

}