/*
Theme Name: thesillencio
Text Domain: thesillencio
Version: 1.4
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Motyw podstawowy serwisu
*/

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: brandon-grotesque, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}



*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden; 
}

body .visible-desktop {
    display: block;
}
body .visible-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    body .visible-desktop {
        display: none;
    }
    body .visible-mobile {
        display: block;
    }
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


a{
	color: #0C0814;
	outline: none;
}
img{
	outline: none;
}
a:hover{
	color: #426057;
	text-decoration: none;
}
.form-control:focus {
    color: #495057;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none;
}

/*Remove gradient mobile*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/wp-content/themes/thesillencio/img/dropdown.svg) no-repeat !important;
    background-position: 100% 50%!important;
    width: 215px!important;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 16px !important;
    padding: 0;
}


/*--------------------------------------------------------------
CZCIONKI
----------------------------------------------------------------*/
@font-face {
	font-family: 'RoxboroughMedium';
	font-display: swap;
	src:  url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Medium.woff2') format('woff2'),
        url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Medium.woff') format('woff'),
		url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Medium.eot') format('eot');
}
@font-face {
  	font-family: 'RoxboroughRegular';
	font-display: swap;
  	src:  url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Regular.woff2') format('woff2'),
        url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Regular.woff') format('woff'),
	  	url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Regular.eot') format('eot');
}
@font-face {
  	font-family: 'RoxboroughThin';
	font-display: swap;
  	src:  url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Thin.woff2') format('woff2'),
        url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Thin.woff') format('woff'),
	  	url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-Thin.eot') format('eot');
}
@font-face {
  	font-family: 'RoxboroughThinitalic';
	font-display: swap;
  	src:  url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-ThinItalic.woff2') format('woff2'),
        url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-ThinItalic.woff') format('woff'),
	  	url('/wp-content/themes/thesillencio/fonts/RoxboroughCF-ThinItalic.eot') format('eot');
}






.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
BLOKI
----------------------------------------------------------------*/
.big-container {
    max-width: 1920px;
    width: 90% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.medium-container {
    max-width: 1366px;
    width: 90% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.small-container {
    max-width: 800px;
	width: 90% !important;
    padding: 0 2%;
    margin-left: 3%;
    margin-right: 3%;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}
.kolor-foto {
    height: 100%;
    background-size: contain !important;
    width: 75%;
    background-position-x: center !important;
    background-position-y: center !important;
    max-width: 405px;
    z-index: 2;
    position: relative;
    background-repeat: no-repeat !important;
} 
.kolor-prawa {
    min-height: 300px;
}
.kolor-lewa .naglowek {
    max-width: 600px;
    margin: 0 auto;
}
.kolor-lewa p {
    max-width: 400px;
    display: inline-block;
}
.kolor-lewa {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wybrany-kolor {
    width: 200px;
    height: 70%;
    position: absolute;
    top: 0;
    top: 15%;
    z-index: 1;
    right: 100px;
}

@media screen and (max-width: 991px) {
	.kolor-foto {
		margin: 0 auto;
	}
	.wybrany-kolor {
		width: 80%;
		height: 70%;
		position: absolute;
		top: 15%;
		z-index: 1;
		right: 10%;
	}
	.bez-zdjecia {
		text-align: center;
	}
	.centralny {
		text-align: center;
	}
	.centralny-lewa {
		padding-top: 30px;
	}
}


.sekcja-kolor {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 991px) {
	.sekcja-kolor {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
}

.grafiki-in .naglowek {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}
.grafiki-in {
    margin-bottom: 30px;
}
.grafiki-in div {
    height: 300px;
    background-size: cover !important;
    background-position: center !important;
}
.sekcja-grafiki .header-8 {
    margin-bottom: 40px;
}



.naprzemienne .naglowek {
    margin-bottom: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.6;
} 

.full-desc-img img {
    width: 100%;
    max-width: 100%;
}

.typo-center {
    text-align: center;
}
.cta-button {
    font-size: 18px;
    display: inline-block;
    padding-top: 0;
    background: white;
    color: black;
    padding: 18px 32px;
    line-height: 1.1;
    border: 1px solid black;
}


.bez-zdjecia-lewa .naglowek {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 55px;
}
.bez-zdjecia-lewa .naglowek span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
	font-display: swap;
}
.bez-zdjecia .row {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 70px 5%;
}
.bez-zdjecia-prawa .desc {
    margin-top: 30px;
    margin-bottom: 15px;
}


.akapity-lewa .naglowek {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 55px;
}

@media screen and (max-width: 991px) {
	.akapity-lewa .naglowek {
		font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #131313;
		font-size: 40px;
	}
}


.akapity-lewa .naglowek span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
	font-display: swap;
}
.akapity .row {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 70px 5%;
}
.akapity-prawa .desc {
    margin-top: 30px;
    margin-bottom: 15px;
}
.akapity-prawa > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0%;
    padding-right: 20px;
}

@media screen and (max-width: 991px) {
	.akapity-prawa {
		margin-top: 30px;
	}
}

.centralny .row {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}
.centralny-lewa .desc {
    margin-top: 30px;
    margin-bottom: 15px;
}
.centralny-prawa {
    min-height: 660px;
    background-size: cover !important;
    background-position: center !important;
}
@media screen and (max-width: 991px) {
	.centralny-prawa {
		max-height: 300px !important;
		min-height: 300px;
	}
}
.centralny-srodek {
    padding: 4%;
}
.centralny-srodek .naglowek {
    max-width: 600px;
    margin: 0 auto;
}



.ikonka-single .naglowek {
    display: inline-block;
    margin-top: 10px;
}
.ikonka-single .row {
    height: 88px;
}
.ikonka-single img {
    min-height: 50px;
    max-height: 50px;
}
.ikonka-single {
    margin-bottom: 10px;
    flex: 0 0 13.666667%;
}
.sekcja-ikonki {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
@media screen and (max-width: 991px) {
	.sekcja-ikonki {
		margin-top: 30px !important;
		margin-bottom: 60px !important;
	}
}

.elastyczna {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
@media screen and (max-width: 991px) {
	.elastyczna {
		padding-top: 10px !important;
		padding-bottom: 50px !important;
	}
}

























/*--------------------------------------------------------------
ARTYKUŁ
----------------------------------------------------------------*/
.art-tresc {
    font-size: 16px;
    color: #888A94;
    line-height: 28px;
}
.elastyczna_blog_opis img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}
.art-date {
    color: #426057;
    font-weight: 500;
}
.art-footer a {
    width: 100%;
}
.art-footer {
    margin-top: 60px !important;
    margin-bottom: 100px !important;
}
.art-tresc h1, .art-tresc h2, .art-tresc h3, .art-tresc h4, .art-tresc h5 {
    color: #131313;
    font-size: 20px;
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 600;
	font-display: swap;
}
.art-tresc ol, .art-tresc ul {
    margin-left: 40px;
    margin-top: 10px;
}
.elastyczna_blog_opis h1, .elastyczna_blog_opis h2, .elastyczna_blog_opis h3, .elastyczna_blog_opis h4 {
    font-size: 20px;
    line-height: 1.5;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    color: #131313;
    text-transform: uppercase;
    margin-bottom: 20px;
} 
.elastyczna_blog_opis {
    color: #828288;
    font-size: 18px;
}
.elastyczna_blog_opis a {
    color: #A3C7BF;
}
.elastyczna_blog_opis a:hover {
    text-decoration: underline;
}
.elastyczna_blog_opis p {
    margin-bottom: 20px;
    font-size: 20px;
    color: black;
} 
.elastyczna_blog_opis ol, .elastyczna_blog_opis ul {
    margin-bottom: 20px;
    margin-left: 20px;
    color: black;
}
.elastyczna_blog_produkty {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.art-photo {
    width: 94%;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 60px;
    margin-top: 70px;
    position: relative;
    margin-left: 6%;
}
.kolor_blog {
    position: absolute;
    width: 30%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
}
.elastyczna_blog_produkty img {
    width: 100%;
    max-width: 90%;
}
.elastyczna_blog_opis img.aligncenter {
    margin: 0 auto;
    display: block;
}
.art-top {
    margin-bottom: 30px !important;
}


.post-meta {
    text-align: center;
    list-style-type: none;
    display: block;
    margin-bottom: 2rem;
}






/*--------------------------------------------------------------
LOGOWANIE/REJESTRACJA
----------------------------------------------------------------*/
#customer_login label {
    display: block;
    width: 100%;
}
#customer_login .password-input {
    width: 100%;
}
#customer_login form {
    margin-top: 10px;
}
#customer_login form p {
    font-size: 14px;
}




















/* -------------------------------------------------------------------------- 
PANEL KLIENTA
--------------------------------------------------------------------------*/
p.woocommerce-FormRow.form-row button,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    text-align: center;
    border: 1px solid #131313 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #131313 !important;
    font-weight: 500 !important;
    padding: 16px 50px !important;
    border-radius: 0 !important;
    color: #fff !important;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    float: left;
    margin-right: 1em;
    text-align: center;
    border: 1px solid #131313 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #131313 !important;
    font-weight: 500 !important;
    padding: 16px 50px !important;
    border-radius: 0 !important;
    color: #fff !important;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    text-align: left;
}
.logowanie h2.text-center.small-header {
    display: none;
}
body.page-id-44:not(.logged-in) {
    background: #F8F8F8;
}
.woocommerce-form-login, .woocommerce-form-login input {
/*    border: none !important;*/
}
form.woocommerce-form input {
    box-shadow: none;
    max-width: 400px;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #DBDBDB !important;
}
body.page-id-44 #page .zawartosc {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
	padding: 70px 15px 0 0 !important;
}
.woocommerce-MyAccount-navigation {
    background: #fff;
    color: #fff;
    height: auto;
    border-right: none;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
}
.konto-tresc .post-inner.thin {
    margin: 0 auto;
}
.woocommerce-MyAccount-navigation a {
    color: #131313;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    padding: 50px 1% 0 1%;
    min-height: 200px;
}
.woocommerce-MyAccount-content a.woocommerce-Button.button {
    margin-bottom: 10px;
    font-size: 12px !important;
    display: block;
    float: left;
    width: 100%;
}

.woocommerce-MyAccount-navigation .is-active a {
    color: #426057 !important;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}
.maly-kontener {
    padding: 20px;
    box-sizing: border-box !important;
    border: 1px solid #D1D1D1;
}
.woocommerce-MyAccount-content input {
    border-radius: 0;
    border: 1px solid #E4E4E4;
}
.woocommerce-MyAccount-content fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content address {
    padding-top: 20px;
}
.woocommerce-MyAccount-content legend {
    font-weight: 500;
    color: #1A1B1F;
    padding-top: 40px;
    font-size: 20px;
}
header.woocommerce-Address-title.title h3 {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content label {
    display: block;
    width: 100%;
}
.woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-MyAccount-content .select2-selection.select2-selection--single {
    height: 45px;
    border: 1px solid #E4E4E4;
}
.logowanie {
    padding-top: 0;
}
.rejestracja form {
    border: 0 !important;
    padding: 0 !important;
}
.rejestracja p {
    margin: 0;
    text-align: center;
}
.rejestracja p, .rejestracja input {
    display: block !important;
    margin: 0 auto !important;
}
.rejestracja .woocommerce-privacy-policy-text {
    font-size: 12px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 10px;
}
.rejestracja form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 0;
}
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-weight: 700 !important;
    color: #1A1B1F;
}
.woocommerce-MyAccount-content #my-stored-cards h5 {
    text-transform: none;
    letter-spacing: 0;
}
.woocommerce-MyAccount-content #my-stored-cards button {
    display: block;
    margin-top: 10px;
}
span.user-icon-panel {
    color: #000;
    font-weight: 600;
	display: none;
}

@media screen and (max-width: 991px) {
	.woocommerce-MyAccount-navigation {
		height: auto !important;
		min-height: 0;
		padding: 0;
		width: 100% !important;
		padding-bottom: 20px;
		border-bottom: 1px solid #131313;
	}
	.woocommerce-MyAccount-navigation ul li {
		display: block;
		margin: 3px;
		width: 100%;
		line-height: 21px;
		font-size: 14px;
	}
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:before{
		display: none !important;
	}
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
		display: block;
	}
	.woocommerce-MyAccount-navigation span.user-icon-panel {
		display: none;
	}
}
.woocommerce-Address {
    margin-bottom: 10px;
    margin-top: 20px;
}
.woocommerce-MyAccount-content button[type="submit"] {
    background: #131313 !important;
    color: #fff !important;
    margin: 5px;
    margin-top: 10px;
}
.woocommerce-MyAccount-content .small-header {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	body.page-id-44 #page .zawartosc {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}
body.woocommerce-account .entry-content {
    margin: 0 auto !important;
}
body.woocommerce-account .entry-header {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
body.woocommerce-account .entry-header h1 {
    text-align: center;
}
body.woocommerce-account .post-inner {
    width: 100%;
    max-width: 1366px;
}

























/*--------------------------------------------------------------
404
----------------------------------------------------------------*/
.nie-znaleziono {
    padding-top: 200px;
    padding-bottom: 200px;
}
.nie-znaleziono p {
    margin-bottom: 30px;
}





/*--------------------------------------------------------------
HEADERS & DESC
----------------------------------------------------------------*/
.very-big-header{
	font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	color: #131313;
	font-size: 55px;
	font-display: swap;
}
@media (max-width: 1024px) {
	.very-big-header{
		font-style: normal;
		color: #131313;
		font-size: 24px;
	}
}
.header-2 {
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
@media (max-width: 800px) {
	.header-2{
		font-size: 18px;
		font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #0C0814;
	}
}
.header-3{
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.header-6{
	font-size: 52px;
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
	line-height: 52px;
}
.header-7, .header-7 button{
	font-size: 25px;
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
}
@media (max-width: 800px) {
	.header-7, .header-7 button{
		font-size: 18px;
		font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #0C0814;
	}
}
.header-1, .komentarze .woocommerce-Reviews-title,
.upsells > h2 {
	font-size: 45px;
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
	.header-1, .komentarze .woocommerce-Reviews-title,
    .upsells > h2  {
		font-size: 30px;
		font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #0C0814;
        margin-bottom: 30px;
	}
}
.header-8{
	font-size: 30px;
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
}
.header-9{
	font-size: 69px;
	line-height: 67px;
	font-family: RoxboroughThin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	.header-9 {
		font-size: 40px;
		line-height: 44px;
		font-family: RoxboroughThin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #0C0814;
		text-transform: uppercase;
	}
}

.header-10{
	font-size: 14px;
	line-height: 18px;
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	color: #131313;
	text-transform: uppercase;
}
.header-4, .header-4 a{
	font-size: 16px;
	font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	font-display: swap;
	color: #0C0814;
}
.desc {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    color: black;
}
.desc li {
    margin-bottom: 1rem;
}
.normal-desc{
	color: black;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.small-desc{
	color: black;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.big-desc {
    color: black;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.very-big-desc {
	color: black;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}
@media (max-width: 992px) {
	.small-desc {
		color: black;
		line-height: 20px;
		font-weight: 400;
	}
}
@media (max-width: 800px) {
	.big-desc {
		color: #888A94;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
}
.strona-nag .naglowek {
    color: #0C0814;
}
@media (max-width: 800px) {
	.strona-nag .naglowek {
		color: #0C0814;
		font-size: 21px !important;
		line-height: 25px !important;
	}
	.strona-nag .naglowek span {
		display: block;
		margin-right: auto;
		font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-display: swap;
	}
}
.strona-nag .naglowek span {
    display: block;
    margin-right: -150px;
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-display: swap;
}
.strona-nag .naglowek {
    color: #0C0814;
    font-size: 55px;
}
.strona-intro div {
    font-size: 26px;
}
.strona-intro p {
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}
.asymetryczny {
	text-transform: uppercase;
}
.asymetryczny span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-display: swap;
    display: block;
    margin-right: -100px;
    text-transform: none;
    word-break: break-word !IMPORTANT;
    max-width: 100%;
}
.asymetryczny-small span {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    line-height: 36px;
    display: table;
}
.asymetryczny-small span:before {
    content: "";
    width: 80px;
    height: 1px;
    display: inline-block;
}
.asymetryczny-small {
    font-size: 35px;
}














/*--------------------------------------------------------------
MENU MOBILNE
----------------------------------------------------------------*/
/*** nowe cssy**/
.menu-mobilne {
    padding-top: 90px;
}
@media (min-width: 1280px) {
	.menu-mobilne, .otworz-mobilne{
		display: none !important;
	}
}
.otworz-mobilne {
    background: url(/wp-content/themes/thesillencio/img/open-nav.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: contain !important;
}
.otworz-mobilne.active {
    background: url(/wp-content/themes/thesillencio/img/close-nav.svg) !important;
}
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    color: #0C0814;
    margin-bottom: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
/***
.mobile-menu ul.sub-menu li:nth-child(1) a {
    color: #0C0814;
    margin-bottom: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
***/

nav.mobile-menu ul.sub-menu .dropbtn div.ancestor-wrapper a {
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
}
nav.mobile-menu ul.sub-menu .dropbtn ul.sub-menu a {
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}


button.sub-menu-toggle {
    flex-shrink: 0;
    margin: 0;
    padding: 0 !important;
    background: none !important;
}
.menu-mobilne ul.sub-menu li:nth-last-child(1) {
    margin-bottom: 30px !important;
}
.modal-menu ul {
    list-style: none;
}
.menu-mobilne ul {
    list-style: none;
}
.menu-mobilne button {
    outline: none !important;
}
.menu-mobilne .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(95% - 4rem);
}
.menu-mobilne .menu-wrapper .menu-item {
    margin-bottom: 15px;
}
.menu-mobilne .sub-menu li {
    margin-bottom: 0 !important;
}
.menu-mobilne .zobacz-pelna {
    border-top: 1px solid #D9D9DF;
    margin-top: 40px;
}
.menu-mobilne .zobacz-pelna a {
    font-size: 16px !important;
    padding: 10px 0;
}
.menu-mobilne .zobacz-pelna a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(/wp-content/themes/thesillencio/img/red-arrow.svg) no-repeat center;
    background-size: contain;
    vertical-align: text-top;
}
.mobilne-dodatki {
    text-align: center;
	width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dodat-lewa {
    border-bottom: 1px solid #D9D9DF;
    border-top: 1px solid #D9D9DF;
    border-right: 1px solid #D9D9DF;
}
.dodat-prawa {
    border-bottom: 1px solid #D9D9DF;
    border-top: 1px solid #D9D9DF;
}
.dodat-prawa, .dodat-lewa {
    padding: 25px 0;
    margin-top: 20px;
    margin-bottom: 50px;
}
.dodat-prawa a, .dodat-lewa a {
    font-size: 16px;
    font-weight: 500;
    font-family: brandon-grotesque, sans-serif;
}
.dodat-kontakty a {
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #131313;
}
.dodat-lewa:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/thesillencio/img/tel.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    vertical-align: middle;
    margin-right: 5px;
}
.dodat-prawa:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/thesillencio/img/outlet.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    vertical-align: middle;
    margin-right: 5px;
}

















/*--------------------------------------------------------------
BUTTONS
----------------------------------------------------------------*/
.red-arrow-button {
    color: #426057;
    font-size: 14px;
    font-weight: 500;
    font-family: brandon-grotesque, sans-serif;
    padding: 0;
}
.red-arrow-button:after {
    content: "";
    background: url(/wp-content/themes/thesillencio/img/arrow-btn.svg) no-repeat;
    width: 40px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.red-border-button {
    text-align: center;
    border: 1px solid #131313;
    font-size: 16px;
    color: #131313;
    font-weight: 500;
    padding: 16px 50px;
    border-radius: 0 !important;
}
.red-border-button:hover {
	background: #131313;
	color: #fff;
}
.red-button, a.button, input#submit, .brown-button {
    text-align: center;
    border: 1px solid #131313 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #fff !important;
    font-weight: 500 !important;
    padding: 16px 50px !important;
    border-radius: 0 !important;
    color: #131313 !important;
    letter-spacing: 2px;
}
.red-button:hover, a.button:hover, input#submit:hover, .brown-button:hover {
    background: #131313 !important;
    color: #fff !important;
}
.red-button:hover, a.button:hover, input#submit:hover {
	background: #426057;
	color: #fff;
}
.mobile-menu .modal-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    font-family: brandon-grotesque, sans-serif;
    margin-top: 0;
    color: #83838B;
}
.mobile-menu ul.sub-menu {
    /***margin-left: 20px;***/
	margin-left: 0;
}
.mobile-menu ul.sub-menu ul.sub-menu {
    margin-left: 20px;
}
.brown-button {
    text-align: center;
    border: 1px solid #131313 !important;
    font-size: 14px !important;
    background: #fff !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    color: #131313 !important;
}
.green-text-button {
    font-size: 16px;
    color: #426057;
    font-weight: 500;
	font-family: brandon-grotesque, sans-serif;
	text-decoration: none;
}
.green-text-button:hover {
    font-size: 16px;
    color: #426057;
    font-weight: 500;
	font-family: brandon-grotesque, sans-serif;
	text-decoration:underline;
}










/*--------------------------------------------------------------
GLOBALNE
----------------------------------------------------------------*/
.zielony > a:nth-child(1) {
    background: #61976d;
    padding: 4px 8px !important;
    border-radius: 2px;
    color: #fff !important;
}	
.czerwony > a:nth-child(1) {
    background: #CE1928;
    padding: 4px 8px !important;
    border-radius: 2px;
    color: #fff !important;
}
.grecaptcha-badge {
    visibility: hidden;
}
.grc, .grc a {
    font-size: 11px;
    color: #868686;
}
.grc{
	margin-top: 5px;
}
b, strong {
    font-weight: 500;
}
select {
    background: #fff;
}
.margines-gorny {
    margin-top: 50px;
}
.margines-dolny {
    margin-bottom: 50px;
}
/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}
.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}
.rating-custom .woocommerce-product-rating {
    line-height: 2;
}
.rating-custom .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rating-custom .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
	color: #426057;
}
.rating-custom .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #E5B889 !important;
}
.produkt-box-tresc {
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    color: #0C0814;
    margin-top: 30px;
    min-height: 60px;
	font-weight: 400px;
}
.produkt-box-content .ceny {
    color: #0C0814;
    font-size: 18px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.produkt-box-content del {
    color: #83838B;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.wiersz-gorny {
    min-height: 32px;
}
.ceny .woocommerce-Price-currencySymbol {
    margin-left: 4px;
}
.star-rating, .srednia {
    display: inline-block;
}
.srednia {
    font-weight: 600;
}
.produkt-box-ocena {
    margin-top: 5px;
}
.produkt-box a {
    text-decoration: none;
}
.okruszki nav {
    color: #426057 !important;
    font-size: 14px !important;
    font-weight: 400;
}
select.orderby {
    font-weight: 400;
    outline: none;
    border: 1px solid #DBDBDB;
    padding: 14px 35px 14px 13px;
    font-size: 16px !important;
    max-width: 100%;
    background-position: 96% 50%!important;
}
@media (max-width: 767px) {
	select.orderby {
		font-weight: 400;
		outline: none;
		border: none;
		padding: 0 19px 0 0;
		float: left;
		margin-top: 10px;
		display: block;
		font-size: 16px !important;
		max-width: 100%;
		background-position: 100% 50%!important;
	}
}
.sortowanie-lewa form {
    width: 100%;
}

/*** stylizacja checkboxow ***/
.kategoria-lewa ul.checkboxes input[type=checkbox]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #D9D9DF;
    margin-top: 0;
    position: absolute;
    top: 2px;
	left: 0;
}
ul.checkboxes input[type=checkbox] {
    padding-top: 3px;
    margin-left: 2px !important;
}
.kategoria-lewa ul.checkboxes input[type=checkbox]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #426057;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kategoria-lewa ul.checkboxes li {
    position: relative;
}
.kategoria-lewa ul.checkboxes label {
    margin-left: 13px;
}
.kategoria-lewa ul.checkboxes li label {
    cursor: pointer !important;
}
ul.checkboxes label {
    font-size: 12px;
    vertical-align: text-top;
}
/*** stylizacja checkboxow koniec ***/
.sortowanie-lewa form {
    text-align: right;
}
.sortowanie-prawa {
    text-align: right;
}
.zawartosc {
    padding-top: 150px;
    margin-bottom: 50px;
}
@media (max-width: 900px) {
	.zawartosc {
		padding-top: 120px;
	}
}
.kategoria-lewa ul.product-categories, .kategoria-lewa ul.product-categories ul {
    list-style: none;
}
.kategoria-lewa ul.product-categories .children {
    margin-left: 20px;
    margin-bottom: 15px;
}
.kategoria-lewa ul.product-categories .children a {
    color: #83838b;
    font-size: 14px;
}
.kategoria-lewa .product-categories a {
    font-size: 14px;
}
.kategoria-lewa span.count {
    font-size: 12px;
}
.kategoria-lewa ul.product-categories .children a:hover {
    color: #426057;
}

.kategoria-lewa .widget:nth-child(1) {
    margin-top: 0;
    width: 16% !important;
    max-width: 200px;
    margin-right: 30px;
}
.filtry-ofert .widget {
    width: 15%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
#mobile-filtry ul.checkboxes label {
    display: initial;
}
.page-zawartosc .naglowek {
    margin-bottom: 40px;
}
.woocommerce-message {	
	border: none;
    text-align: center;
    background: #E4F4E2;
    color: #426057;
    font-weight: 500;
}
.woocommerce-message::before {
    content: "\e015";
    color: #426057;
}
@media (max-width: 990px) {
	.woocommerce-message a {
		display: block !important;
		width: 100%;
	}
}
.woocommerce-info {
    border: none;
    text-align: center;
    background: #E4F4E2;
    color: #426057;
    font-weight: 500;
}
.woocommerce-error {
    border: none;
    text-align: center;
    background: #FFF1F1;
    color: #426057;
    font-weight: 500;
}
.woocommerce-info::before, .woocommerce-error::before {
    color: #426057;
}
.odwiedz-outlet {
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 600;
    font-size: 16px;
	font-display: swap;
}
.prawa-kolumna {
    text-align: right !important;
}
.oferta-tygodnia-kategoria img {
    width: 100%;
    min-width: auto;
}
@media (max-width: 1366px) {
	.oferta-tygodnia-kategoria img {
		width: 90% !important;
		min-width: auto !important;
		position: initial !important;
		display: block !important;
		margin-top: 100px !IMPORTANT;
		margin: 0 auto !important;
	}
	.oferta-tygodnia-kategoria .oferta-tygodnia-tresc {
		position: initial;
		display: inline-block;
		margin-top: 30px !important;
		margin-bottom: 42px !important;
		margin: 0 auto;
	}
	.oferta-tygodnia-home-content {
		background: #FFF1F1;
		border-radius: 20px;
		padding-top: 30px;
	}
}
@media (min-width: 1280px) {
	.no-desktop{
		display: none !important;
	}
}
@media (max-width: 1279px) {
	.no-mobilne{
		display: none !important;
	}
}
#products {
    position: relative;
    min-height: 100px;
    height: auto !important;
}
.info_ciast.show {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-bottom: 5px;
    padding: 15px;
    padding-bottom: 0 !important;
    width: 100%;
    z-index: 1;
    border-radius: 0;
    color: #000;
    background: #fff;
    border-top: 1px solid #D9D9DF;
    font-size: 14px;
    height: auto;
    display: block;
    margin-top: 50px;
}
.info_ciast:not(.show) {
	position: absolute;
	bottom: -100px !important;
	left: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.info_ciast a {
    text-decoration: underline;
    color: #000 !important;
}
.info_ciast .zatwierdz {
    margin-left: 10px;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 12px;
    text-transform: none !important;
    padding: 5px 15px;
	outline: none !important;
	background: #426057;
    color: #fff;
    border-radius: 20px;
}
.zatwierdz:hover {
    background: #000;
    color: #fff;
    border-radius: 20px;
}
.rozwijanie {
    margin: 0 auto;
    display: table;
}
.zobacz-inne {
    margin-top: 100px !important;
}
.zobacz-inne p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    max-width: 600px;
    margin: 0 auto;
}
.zobacz-inne .naglowek {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.zobacz-inne h3 {
    font-size: 69px;
    line-height: 67px;
    font-family: RoxboroughThin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #0C0814;
    border-bottom: 1px solid;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.zobacz-inne a:hover {
    text-decoration: underline;
    color: #131313;
}

















/*--------------------------------------------------------------
MARKI / STRONA MAREK
----------------------------------------------------------------*/
.marka-foto {
    background-size: cover !important;
    height: 550px;
    background-position: center !important;
}
.marka .naglowek {
    margin-top: 20px;
    margin-bottom: 30px;
}
.marka {
    margin-bottom: 90px;
}
.kategoria-top .btn {
    margin-top: 20px;
}
.expandable {
    transition: all 250ms ease-in-out;
	width: 100%;
}
.marki-row {
    margin-top: 0;
}
.brands-top {
    position: relative;
}

@media (min-width: 901px) {
	.marki-row {
		margin-top: -20px;
	}
}

@media (min-width: 992px) {
	.brands-top div {
		position: absolute;
		top: -70px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 991px) {
	.marka {
		margin-bottom: 60px !important;
	}
	.marki-row .marka:nth-child(2), .marki-row .marka:nth-child(5), .marki-row .marka:nth-child(8), .marki-row .marka:nth-child(11), .marki-row .marka:nth-child(14), .marki-row .marka:nth-child(17) {
		margin-top: 0 !important;
	}
}
.brands-top h3 {
    color: #888A94;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.marki-row .marka:nth-child(2), .marki-row .marka:nth-child(5), .marki-row .marka:nth-child(8), .marki-row .marka:nth-child(11), .marki-row .marka:nth-child(14), .marki-row .marka:nth-child(17) {
    margin-top: 50px;
}

.expandable .expand-bar {
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    background-color: white;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 140px;
    top: -140px;
    left: 0px;
    display: block;
    content: "";
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
.expanded .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 0 !important;
    top: 0 !important;
    left: 0px;
    display: block;
    content: "";
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}

#mobile-filtry .expandable .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 100px !important;
    top: -100px !important;
    left: 0px;
    display: block;
    content: "";
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
#mobile-filtry .expanded .expand-bar::before {
    position: absolute;
    width: 100%;
    height: 0 !important;
    top: 0 !important;
    left: 0px;
    display: block;
    content: "";
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(41%, rgba(255,255,255,0.8)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 41%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
#mobile-filtry .rozwijanie {
    display: none !important;
}
#mobile-filtry .filtry-btn {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
    border-top: 1px solid #DBDBDB;
}
.over-kat .filtry-btn {
    display: none !important;
}



.expandable .expand-bar {
	font-size: 9px;
}
.to-expand {
	padding-bottom: 20px;
}
.marka-row {
    min-height: 200px;
}
.marka-prawa {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.marka-lewa {
    margin-top: 20px;
    margin-bottom: 20px;
}
.marka-kat-title {
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}
.marka-kat-title span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
	font-display: swap;
    margin-left: 5%;
}















/*--------------------------------------------------------------
PRODUKT / STRONA PRODUKTOWA
----------------------------------------------------------------*/
.film-outer {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.product .summary .nazwa-marka a {
    display: inline-block;
    background: black;
    color: white;
    padding: 5px 30px;
    font-size: 16px;
    margin-top: 5px;
}
.produkt-top-in {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
}
.filmik-in {
    height: 0;
    margin: auto;
    z-index: 1;
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}
.filmik {
    background: #FCF3E8;
}
.filmik-in iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
}
.film-full {
    background: #FCF3E8;
    padding: 100px 30px;
}
.produkt-kontener {
    padding-top: 50px;
}
@media (max-width: 1365px) {
	.produkt-kontener {
		padding-top: 0;
	}
}
body.single-product .woocommerce-notices-wrapper {
    padding-top: 80px;
}
body.single-product .okruszki nav {
    border: none !important;
    margin-bottom: 10px;
}
@media (max-width: 1365px) {
	body.single-product .okruszki nav {
		border: none !important;
		margin-bottom: 60px;
		padding-top: 0 !important;
		margin-top: 0 !important;
		font-size: 11px !IMPORTANT;
	}
}

body.single-product .woocommerce-message {
    padding-top: 240px;
    margin-top: -200px;
}
.parametry {
    margin-bottom: 100px !important;
}
.opinie {
    margin-bottom: 100px !important;
}
.taby-prod {
    margin-bottom: 34px;
/*    max-width: 500px;*/
    padding-top: 7px;
} 
.lista-parametrow .atuty-row {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.produkt-nawigacja a {
    border: none !important;
    text-decoration: none;
    padding-left: 0;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 700px) {
	.produkt-nawigacja a {
		border: none !important;
		text-decoration: none;
		padding-left: 0;
		padding-right: 30px;
		font-weight: 500;
		font-size: 12px !important;
	}
}

.produkt-nawigacja a.active {
    border: none;
    border-bottom: 1px solid #0C0814 !important;
    color: #0C0814 !important;
}
.produkt-nawigacja {
    max-width: 100%;
    margin-top: 30px;
}
#parametry {
    margin-top: 0 !important;
}
.produkt-nawigacja a:not(.active) {
    color: #83838B;
}
table.variations .label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
table.variations .value {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 0;
}
table.variations .value select {
    font-size: 16px !important;
    outline: none;
    max-width: 100px !important;
    border-radius: 999px;
    font-weight: 400;
    min-width: 100px !important;
    border: none;
}
table.variations .label label {
    margin: 0;
}
.woocommerce div.product div.summary .ceny {
    margin: 0;
    margin-bottom: 20px;
}
.woocommerce div.product div.summary table.variations {
    margin: 0;
}
.woocommerce div.product div.summary .price ins {
    color: #201A20;
    text-decoration: none;
    float: left;
    display: inline-block;
    padding-right: 10px;
    font-family: acumin-pro, sans-serif;
}
.woocommerce div.product div.summary .price del bdi, .woocommerce div.product div.summary .price del {
    color: #777777;
    font-size: 18px;
}
.woocommerce div.product div.summary form.cart {
    margin-top: 10px;
    max-width: 440px;
}
.woocommerce div.product div.summary .woocommerce-variation-price {
    margin-bottom: 10px;
} 
.woocommerce div.product div.summary .woocommerce-variation-price:before {
    content: "Wybrana opcja:";
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #83838B;
    font-weight: 400 !important;
    font-family: brandon-grotesque, sans-serif !important;
    box-shadow: none !important;
    line-height: 20px;
}
.woocommerce div.product div.summary .fb-share-button {
    display: inline-block;
    vertical-align: super;
}
/***galeria***/
ul.flex-direction-nav {
    z-index: 10;
    width: 100%;
    height: 50px;
    max-width: 170px;
    left: 0;
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
li.flex-nav-next {
    float: right;
}
li.flex-nav-prev {
    float: left;
}

/*** pokaż numer aktualnego zdjęcia***/
.image_no {
    position: absolute;
    padding: 15px;
    font-weight: 500;
    background: #fff;
    letter-spacing: 1px;
    z-index: 1;
    font-size: 16px;
}
.cena_ml {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -20px;
}
body.single-product .akapity .row {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 30px 5%;
}





a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility: visible;
    background: url(/wp-content/themes/thesillencio/img/next.svg) no-repeat;
    content: "";
    background-size: contain !important;
    width: 40px;
    height: 40px;
    display: block;
}
a.flex-prev::before {
    visibility: visible;
    background: url(/wp-content/themes/thesillencio/img/next.svg) no-repeat;
    content: "";
    background-size: contain !important;
    width: 40px;
    height: 40px;
    display: block;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
ul.flex-direction-nav li a {
    color: #ccc;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}
.produkt-lewa .flex-control-thumbs {
    display: none !important;
}
/*.woocommerce-product-gallery {
    margin: 0 auto;
    float: none !important;
    width: 80% !important;
}*/
.produkt-lewa img{
	mix-blend-mode: darken;
}
.produkt-lewa .flex-viewport, .produkt-lewa .woocommerce-product-gallery__image {
    background: #FAFAFC;
}
.produkt-thumb div {
    background: #FAFAFC;
}
.produkt-thumb img {
    mix-blend-mode: darken;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 500px;
}

/****
li.flex-nav-next {
    float: right;
    margin-right: -9vw;
}
li.flex-nav-prev {
    float: left;
    margin-left: -9vw;
}
@media (max-width: 800px) {
	li.flex-nav-next {
		float: right;
		margin-right: -23vw;
	}
	li.flex-nav-prev {
		float: left;
		margin-left: -23vw;
	}
}
****/

ul.flex-direction-nav li {
    font-size: 0 !important;
}
.galeria-content {
    border: none;
    box-sizing: border-box !important;
}
.produkt-lewa {
	margin-bottom: 30px;
}
ol.commentlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.komentarze .comment-text {
    margin: 0 !important;
    border: 1px solid #DBDBDB !important;
    border-radius: 0 !important;
    padding: 30px !important;
    min-height: 187px;
}
.komentarze li.review {
    margin-right: 1% !important;
    max-width: 49%;
}
.komentarze p.stars a {
    color: #E5B889;
}
.woocommerce-review__author {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.komentarze textarea#comment {
    min-height: 250px;
    margin-top: 5px !important;
}
@media (max-width: 800px) {
	.komentarze li.review {
		width: 100%;
		max-width: 100%;
	}
}
.komentarze input:not(.submit), .komentarze textarea {
    border: 1px solid #D9D9DF;
    border-radius: 20px;
    max-width: 100%;
}
.komentarze form {
    font-size: 14px;
}
.komentarze span#reply-title {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
.komentarze label {
    display: block;
}
.komentarze p.woocommerce-noreviews {
    font-weight: 500 !important;
}
.komentarze .woocommerce-Reviews-title {
    color: #0C0814;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    color: #828288;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}
.produkt-polecane .naglowek, .komentarze h2.woocommerce-Reviews-title {
    margin-bottom: 20px !important;
}
.produkt-polecane a.button {
    display: none !important;
}
.pod-opisem #pokaz-ukryj-parametry {
    display: none !important;
}
.produkt-labels, .labels-row {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #131313;
    font-family: brandon-grotesque, sans-serif;
    margin: 0 5px;
    min-height: 25px;
    min-width: 10px;
}
.produkt-box-content {
    position: relative;
}
.products .labels-row {
    position: absolute;
    top: 20px;
    left: 15px;
}
.out-produkt {
    background: #0c0814;
    color: #fff;
}
.woocommerce div.product div.summary h1.product_title {
    box-shadow: none !important;
    margin-bottom: 3px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 1px;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.woocommerce div.product div.summary .woocommerce-product-rating a {
    font-size: 12px;
}
.woocommerce div.product div.summary .produkt-labels:nth-child(1) {
    margin-left: 0;
}
.plusy-row-in {
    border-top: 1px solid #D9D9DF;
}
.plusy-row .plus {
    border-right: 1px solid #D9D9DF;
}
.plusy-row .plus:nth-last-child(1) {
    border-right: none !important;
}
.plusy-row .plus {
    border-right: 1px solid #D9D9DF;
    padding: 34px 20px;
}
.plusy-content {
    margin-bottom: 100px !important;
    margin-top: 50px !important;
}
.plusy-row .plus h3, .plusy-row .plus p {
    display: inline-block;
}
.plusy-row .plus p {
    color: #426057;
    font-weight: 500;
}
.plusy-row .plus h3 {
    margin-right: 5px;
}
@media (max-width: 768px) {
	.plusy-row .plus:nth-child(2) {
		border-right: none;
	}
	.plusy-row .plus h3 {
		margin-right: 5px;
		font-size: 12px;
	}
	.plusy-row .plus {
		border-right: 1px solid #D9D9DF;
		padding: 34px 12px;
	}
	.plusy-row .plus h3, .plusy-row .plus p {
		display: block;
	}
}
.produkt-full-opis {
    padding: 40px;
}
.produkt-full.big-desc ul li {
    margin-left: 20px;
}
.produkt-full.big-desc ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
	.produkt-full-opis {
		padding: 16px;
	}
}
.do-opisu {
    font-size: 16px;
    color: #131313;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.kotwice {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #D9D9DF;
    z-index: 100;
}
.przewin-menu {
    list-style: none;
    font-size: 14px;
}
.przewin-menu li {
    display: inline-block;
    margin-right: 10px;
}
.przewin-menu li:nth-last-child(1) {
    margin-right: 0;
}
.przewin-menu li a {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0px;
    display: block;
}
@media (max-width: 900px) {
	.przewin-menu li a {
		font-size: 11px;
		font-weight: 500;
		padding: 0;
		display: block;
	}
	.przewin-menu li:nth-child(1) {
		display: none;
	}
	.przewin-menu {
		list-style: none;
		font-size: 14px;
		padding: 20px 0 40px 0;
	}
	.przewin-menu li {
		display: inline-block;
		margin-right: 7px;
	}
	.kotwice .big-container {
		width: 100% !important;
	}
}
.kotwica-produkt {
    margin-top: -200px;
    position: absolute;
}
.pelny-opis-produktu {
    margin-top: 200px !important;
}
.karta-produktu {
    border: none;
    padding: 0;
    max-width: 600px;
    margin-top: 3px;
}
.kod_produktu span {
    color: #83838B;
    margin-right: 5px;
}
.kod_produktu {
    font-size: 12px;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 7px;
}
table.variations .label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 23px;
    color: #83838B;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: none !important;
}
table.variations .label label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #83838B;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    box-shadow: none !important;
    line-height: 20px;
}
.single_variation_wrap {
    width: 100%;
    display: block;
    float: left;
}
.woocommerce div.product div.summary .quantity input {
    height: 100%;
    display: inline-block;
    float: left;
    border-radius: 0;
    background: #fff;
    width: 100% !important;
    border: 1px solid #131313;
    color: #131313 !important;
}
.woocommerce div.product div.summary .quantity {
    height: 52px;
    width: 20%;
}
.woocommerce div.product div.summary button[type="submit"] {
    background: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #131313;
    color: #131313 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    width: 70%;
    text-align: center;
    font-size: 14px !important;
    padding: 18px 40px !important;
}
.karta-produktu .ceny {
    color: #131313;
    font-size: 20px;
    text-decoration: none;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.karta-produktu .price bdi {
    color: #131313;
    font-size: 20px;
    text-decoration: none;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.karta-produktu .ceny del {
    font-size: 20px;
    color: #83838B;
    font-weight: 400;
    margin-left: 10px;
}
.faq-produkt-desc {
    color: #888A94;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.parametr-row {
    margin-bottom: 30px;
}
@media (max-width: 800px) {
	.woocommerce div.product div.summary .quantity {
		height: 52px;
		width: 100%;
	}
	.karta-produktu .button[type="submit"] {
		width: 100% !important;
		margin-top: 10px;
	}
	.woocommerce div.product form.cart .variations select {
		max-width: 100% !important;
		min-width: 100% !important;
		display: inline-block;
		margin-right: 1em;
		width: 100% !important;
	}
	.karta-produktu {
		max-width: 600px;
	}
}
.woocommerce div.product form.cart .variations label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #83838B;
    font-weight: 400 !important;
    font-family: brandon-grotesque, sans-serif !important;
    box-shadow: none !important;
    line-height: 20px;
}
.woocommerce #reviews #comment {
    height: 75px;
    border: 1px solid #D9D9DF;
    border-radius: 0;
}
.zapytaj input, .zapytaj textarea {
    border: 1px solid #D9D9DF;
    border-radius: 20px;
    width: 100%;
}
.zapytaj input[type=submit] {
    background: #426057 !important;
    color: #fff;
    border: none;
}
.zapytaj label {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.produkt-polecane .produkt-box-content {
    border: none !important;
	text-align: center;
}
.produkt-faq .naglowek button {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
}
.produkt-faq .faq-content .card-body {
    padding: 0;
    padding-bottom: 40px;
}
.produkt-faq .faq-content .card-header {
    background: #fff;
    border: none;
    padding: 9px 0;
}
.produkt-faq .card {
    border: none;
    border-top: 1px solid #131313;
}
body.single-product .zobacz-inne {
    margin-bottom: 100px !important;
    margin-top: 20px !important;
}
.koniecznie .naglowek {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 55px;
}
.koniecznie .naglowek span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
	font-display: swap;
}
.koniecznie-in .naglowek, .koniecznie-in div {
    display: inline-block;
    vertical-align: middle;
}
.koniecznie-in div {
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.koniecznie-in .naglowek {
    text-align: left;
    border-left: 1px solid #DBDBDB;
    padding-left: 20px;
    margin-left: 20px;
}

.woocommerce div.product .product_title {
    font-size: 30px;
}
span.polska_nazwa {
    display: block;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}




































/*--------------------------------------------------------------
KONTAKT
----------------------------------------------------------------*/
.kontakt-tresc .nav-tabs, .kontakt-tresc .nav-item a {
    border: none;
}
.kontakt-tresc {
    padding-bottom: 100px;
}
.kontakt-tresc .nav-item a {
    padding: 0;
    padding-right: 30px;
    border-bottom: 1px solid #D9D9DF;
    margin-right: 10px;
}
.kontakt-tresc a.active {
    border-bottom: 1px solid #0C0814 !important;
    color: #0C0814 !important;
}
.kontakt-tresc .nav-item a {
    padding: 0;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #83838B;
}
.kontakt-tresc ul {
    margin: 0 auto !important;
    display: block !important;
    width: auto !important;
    text-align: center;
    margin-bottom: 30px !important;
}
.kontakt-tresc ul li {
    display: inline-block;
}
.kontakt-input, .kontakt-textarea {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #DBDBDB;
    background: #fff;
    padding: 20px;
    font-size: 16px;
    text-transform:none;
    color: #131313;
    letter-spacing: 1px;
}
.kontakt-input::placeholder, .kontakt-textarea::placeholder {
	text-transform: uppercase;
}
.kontakt-stopka input[type=submit] {
    text-align: center;
    border: 1px solid #131313 !important;
    font-size: 14px !important;
    color: #131313 !important;
    background: rgb(255 255 255 / 0%) !important;
    font-weight: 500 !important;
    padding: 10px 70px !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.kontakt-stopka {
    margin-top: 20px;
}
.kontakt-stopka span {
    font-size: 12px;
    margin: 0;
}
.kontakt-stopka .ajax-loader {
    position: absolute;
	display: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    text-align: center;
    background: #FFF1F1;
    color: #426057;
    font-weight: 500;
    font-size: 12px;
    padding: 17px 17px;
}
@media (max-width: 800px) {
	.kontakt-tresc li, .kontakt-tresc li a {
		text-align: center !important;
		margin: 0 !important;
		padding: 5px 0 !important;
	}
}
.box-linie {
    border: 1px solid #D9D9DF;
    border-style: dashed;
    padding: 25px 40px;
    border-radius: 10px;
    min-height: 200px;
    margin-bottom: 20px;
}
.kontakt-numery div {
    font-size: 22px;
    font-weight: 500;
}
.kontakt-numery p {
    margin-top: 10px;
}
.kontakt-maile a {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.kontakt-lewa h2 {
    font-size: 22px;
    max-width: 230px;
    line-height: 30px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    color: #131313;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 50px;
}
.kontakt-lewa {
    margin-bottom: 50px;
}
.kontakt-lewa a {
    display: block;
    color: #888A94;
    font-size: 18px;
    line-height: 26px;
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0;
}
.kontakt-telefony {
    margin-bottom: 30px;
}
.kontakt-maile {
    margin-bottom: 30px;
}
.profil {
    width: 40px;
    height: 40px;
    float: left;
    list-style: none;
    margin-right: 5px;
    display: inline-block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}
.profil a {
    width: 100%;
    height: 100%;
    display: block;
}
.profil_facebook {
    background: url(/wp-content/themes/thesillencio/img/sm-f.svg);
}
.profil_instagram {
    background: url(/wp-content/themes/thesillencio/img/sm-in.svg);
}
.profil_youtube {
    background: url(/wp-content/themes/thesillencio/img/sm-yt.svg);
}
.sociale ul li:nth-child(1) {
    margin-left: -10px;
}



















/*--------------------------------------------------------------
OUTLET
----------------------------------------------------------------*/
.karta-outlet {
    border-color: #0C0814 !important;
    position: relative;
}
.woocommerce div.product div.summary.karta-outlet button[type="submit"] {
    background: #0C0814 !important;
	border-radius: 7px !important;
    text-transform: none;
    font-weight: 500 !important;
    width: 70%;
    text-align: center;
	padding: 18px 40px !important;
}
.outlet-grid .orderby-row {
    display: none !important;
}
.outlet-header span {
    background: #426057;
    color: #fff !important;
    padding: 1px 9px;
    border-radius: 9999px;
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin-top: 0;
}
.outlet-header div {
    color: #83838B;
    font-size: 11px;
    font-weight: 400;
    font-family: brandon-grotesque, sans-serif;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}
.outletowy #pokaz-ukryj-parametry {
    display: none !important;
}
.outlet-button {
    top: -10px;
    background: #0C0814;
    color: #fff !important;
    font-size: 12px;
    border-radius: 999px;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
    text-align: center;
}
.outlet-nag span {
    color: #0C0814;
    margin-left: 5px;
    font-weight: 500;
}
.outlet-nag {
    margin-bottom: 10px;
}
.pswp--open {
    display: block;
    z-index: 999999999999999999999999999999999999999999999;
}

















/*--------------------------------------------------------------
FOOTER
----------------------------------------------------------------*/
.stopka {
    min-height: 200px;
    margin-top: 100px;
    border-top: 1px solid #D9D9DF;
    padding-top: 70px;
    padding-bottom: 60px;
    overflow: hidden !important;
	position: relative;
}
.dolnemenu-a, .dolnemenu-b, .dolnemenu-c, .dolnemenu-d {
    display: inline-block;
    margin-right: 60px;
    vertical-align: top;
	margin-bottom: 30px;
}
.dolnemenu-in {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
	margin-bottom: 20px;
}
.stopka ul {
    list-style: none;
}
.stopka ul li a {
    color: #83838B;
    font-size: 14px;
}
.tr {
    font-size: 12px;
    text-align: left;
}
.stopka .header-4 {
    margin-bottom: 10px;
}
.dolnemenu-a {
    margin-right: 10%;
}
.dolnemenu-a .dolnemenu-in {
    margin-right: 60px;
}
.dolnemenu-d {
    float: right;
}
@media (max-width: 1110px) {
	.dolnemenu-a {
		margin: 0
	}
	.dolnemenu-d {
		float: left;
	}
}
@media (max-width: 750px) {
	.dolnemenu-c {
		width: 100%;
	}
}
@media (max-width: 900px) {
	.stopka {
		min-height: 200px;
		margin-top: 30px;
		border-top: 1px solid #D9D9DF;
		padding-top: 30px;
		padding-bottom: 60px;
	}
}



@media (min-width: 1200px) and (max-width: 1550px) {
	.dolnemenu-a, .dolnemenu-b, .dolnemenu-c, .dolnemenu-d {
		display: inline-block;
		margin-right: 20px !important;
		vertical-align: top;
		margin-bottom: 30px;
	}
	.dolnemenu-c {
		margin-right: 10px !important;
	}
	.dolnemenu-b {
		margin-right: 10px !important;
	}
	.dolnemenu-in {
		display: inline-block;
		vertical-align: top;
		margin-right: 25px !important;
		margin-bottom: 20px;
	}
	.stopka-numery div {
		font-size: 17px !important;
		font-weight: 500;
	}
}



.stopka-numery {
    margin-top: 20px;
}
.stopka-socials li, .stopka-socials span, .stopka-socials ul {
    display: inline-block;
}
.stopka-socials li a {
    color: #426057 !important;
    font-size: 16px !important;
}
.stopka-socials li {
    padding: 0 7px;
    line-height: 16px;
}
.stopka-socials li {
    border-right: 1px solid #426057;
}
.stopka-socials li:nth-last-child(1) {
    border-right: none !important;
}
.stopka-socials span {
    font-size: 16px;
}
.stopka-socials {
    margin-top: 40px;
}
.dolnemenu-a .naglowek, .dolnemenu-b .naglowek, .dolnemenu-c .naglowek {
    margin-bottom: 30px;
}
.stopka-numery a {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 23px;
    display: block;
    text-decoration: underline;
}
.dolnemenu-b p span {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 20px;
}


















/*--------------------------------------------------------------
WYSZUKIWARKA
----------------------------------------------------------------*/
.szukajka.active {
    position: fixed;
    left: 0 !important;
    top: 100px;
    height: auto !important;
    width: 100%;
    min-height: fit-content;
    opacity: 1;
    display: block;
    background: #fff;
    max-height: 90vh;
    padding: 50px 10%;
    border-top: 1px solid #D9D9DF;
    border-bottom: 1px solid #D9D9DF !important;
}

@media (max-width: 599px) {
	.szukajka.active {
		position: fixed;
		left: 0 !important;
		top: 75px;
		height: auto !important;
		width: 100%;
		min-height: fit-content;
		opacity: 1;
		display: block;
		background: #fff;
		max-height: 90vh;
		padding: 100px 10%;
		border-top: 1px solid #D9D9DF;
		border-bottom: 1px solid #D9D9DF !important;
	}
}



@media screen and (min-width: 600px) and (max-width: 1279px) {
	.szukajka.active {
		position: fixed;
		left: 0 !important;
		top: 90px;
		height: auto !important;
		width: 100%;
		min-height: fit-content;
		opacity: 1;
		display: block;
		background: #fff;
		max-height: 90vh;
		padding: 100px 10%;
		border-top: 1px solid #D9D9DF;
		border-bottom: 1px solid #D9D9DF !important;
	}
}


.szukajka-in {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #131313;
    border-radius: 0;
    max-width: 60%;
    margin: 0 auto;
}
.szukajka label {
    width: 100%;
}
.szukajka input {
    outline: none;
}
button.top-search {
    background: none;
}
button.close-search-toggle {
    background: none;
    display: none !important;
}
.pod-szukaj-2 {
    margin-top: 40px;
}
.szukaj_top_prawa p {
    margin-top: 10px;
}
.pod-szukaj-1 a {
    vertical-align: bottom;
    display: table-cell;
}
.pod-szukaj-1 img {
    display: block;
    max-width: 100%;
}
.pod-szukaj-1 {
    margin-top: 30px;
}
.pod-szukaj-2 a, .pod-szukaj-2 .naglowek {
    display: block;
    width: 100%;
}
.pod-szukaj-2 a {
    width: auto;
}
.szukajka button {
    background: url(/wp-content/themes/thesillencio/img/search-icon.svg) no-repeat center;
    color: transparent;
    display: inline;
    position: absolute;
    top: 17px;
    right: 0;
	outline: none;
}

















/*--------------------------------------------------------------
STRONA GŁÓWNA
----------------------------------------------------------------*/
.slick-slide img {
    width: 100%;
    margin: 0 auto;
}
.slick-slide {
    outline: none !important;
}
.home-top {
    max-width: 1200px;
    width: 80% !important;
    padding: 0;
    margin-left: 0;
    margin: 0 auto !important;
    margin-right: 0;
    box-sizing: border-box !important;
    margin-bottom: 50px !important;
    margin-top: 130px !important;
}
@media (max-width: 1279px) {
	.home-top {
		margin-top: 100px !important;
	}
}
/*** Slick start ***/
.slick-arrow {
    width: 22px !important;
    height: 22px !important;
}
.slick-next:before {
    background: url(/wp-content/themes/thesillencio/img/next.svg) no-repeat center;
    content: " " !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    display: block;
}
.slick-prev:before {
    background: url(/wp-content/themes/thesillencio/img/prev.svg) no-repeat center;
    content: " " !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    display: block;
}
.slick-next {
    right: -50px !important;
}
.slick-prev {
    left: -50px !important;
}
.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}
.slick-active button:before{
	color: #426057 !important;
}
/*** Slick end ***/
.promocja-content {
    background: #F5F5F7;
    border-radius: 20px;
    padding: 40px 10px;
}
.promocja-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    mix-blend-mode: darken;
    height: 100%;
    width: 100%;
}
.oferta-tygodnia-home-content {
    background: #FFF1F1;
    border-radius: 20px;
}
.oferta-tygodnia-home-content img {
    max-width: 300px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    mix-blend-mode: darken;
    right: 0;
    margin: auto;
    top: -120px;
    min-width: 300px;
}
.oferta-in {
    min-height: 500px;
    position: relative;
}
.promocje-home {
    margin-top: 150px !important;
}
.promocja-content h3 {
    font-weight: 600;
    font-size: 14px;
}
.promocja-content div {
    font-family: brandon-grotesque, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.promocja-content svg {
    margin-top: 30px;
}
.oferta-tygodnia-tresc {
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
}
.oferta-tygodnia-tresc h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
}
@media (max-width: 991px) {
	.oferta-tygodnia-tresc h3 {
		font-weight: 600;
		font-size: 33px;
		line-height: 22px;
	}
}
.oferta-tygodnia-tresc div {
    font-family: brandon-grotesque, sans-serif;
    font-size: 23px;
}
.oferta-tygodnia-tresc span {
    background: #426057;
    color: #fff !important;
    padding: 3px 20px 4px 20px;
    line-height: 54px;
    border-radius: 9999px;
    font-size: 50px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
@media (max-width: 991px) {
	.blog-home-single {
		margin-bottom: 50px;
	}
}
.oferta-tygodnia-home a {
    color: #131313 !important;
}
.promocje-home a {
    color: #0C0814;
    text-decoration: none;
}
.home-bottom {
    margin-top: 100px !important;
}
.home-bottom img {
    max-width: 100%;
}
.blog-home-min div {
    background-size: contain !important;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.blog-home-min div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    min-height: 200px;
    background-size: cover !important;
    background-position: center !important;
}
.blog-home .asymetryczny {
    margin-bottom: 40px;
}
.blog-skrot {
    margin-top: 20px;
    margin-bottom: 10px;
}
.home-blog {
    margin-top: 100px !important;
}
.text-home {
    margin-top: 80px !important;
}
.home-blog .very-big-header {
    margin-bottom: 50px;
}
.text-home .header-4 {
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .produkt-box-content img {
    width: 90%;
    max-width: 250px;
	display: block;
	margin: 0 auto;
	height: auto;
}
@media (max-width: 800px) {
	.woocommerce ul.products li.product .produkt-box-content img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
}
.produkt-box {
    margin-bottom: 50px;
}

@media (max-width: 800px) {
	.produkt-box {
		margin-bottom: 0;
	}
}

.home-produkty .very-big-header {
    margin-bottom: 30px;
}
.blog-one-home {
    margin-bottom: 30px;
}
.opis-home-dol .naglowek {
    margin-bottom: 15px;
}
.opis-home-dol {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
	.oferta-tygodnia-home img {
		position: initial;
		display: block;
		margin: 0 auto;
		width: 80% !important;
		min-width: auto;
	}
	.oferta-tygodnia-home .oferta-tygodnia-tresc {
		position: initial;
		padding: 50px;
	}
	.oferta-tygodnia-home {
		margin-top: 30px;
	}
	.promocje-home {
		margin-top: 40px !important;
	}
	.oferta-in {
		min-height: auto;
		position: relative;
	}
}
.home-produkty{
    margin-bottom: 10px !important;
}
.home-bestsellery {
    margin-top: 60px !important;
}
.przewodni {
    margin-bottom: 30px;
}
body.home .produkt-box {
    margin-bottom: 20px;
}
body.home .produkt-box-content {
    padding: 20px 10px;
}
body.home .produkt-box-content img {
    max-width: 100%;
    height: auto;
}













/*--------------------------------------------------------------
BLOG
----------------------------------------------------------------*/
.blog-min {
    min-height: 390px;
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
	margin-bottom: 20px;
}
.blog-data {
    color: #426057;
    font-weight: 500;
}
.blog-list-content {
    margin-bottom: 60px;
}
.blog-listing {
    padding: 0 6% 0 0;
}
.blog-title .naglowek {
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog-skrot p {
    color: #888A94;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.blog-nag {
    margin-bottom: 40px;
}
.blog-list-single {
    margin-bottom: 40px;
}











/*--------------------------------------------------------------
KATEGORIA
----------------------------------------------------------------*/
.oferta-tygodnia-kategoria {
    margin-top: 180px;
}
.okruszki-inner {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}
.produkt-title-box {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #131313;
    min-height: 70px;
}
.produkt-box-tresc .star-rating {
    display: none !important;
}
.kategoria-lewa {
    padding-right: 30px;
}
@media (max-width: 991px) {
	.kategoria-lewa.show:not(.collapse) {
		/***display: none;***/
	}
}
.current-cat.cat-parent a {
    color: #426057;
}
ul.children .current-cat a {
    color: #426057 !important;
}
.mini-kontener {
    text-align: center;
}
.produkt-box-content {
    padding: 35px 17px;
}
@media (max-width: 991px) {
	.produkt-box-content {
		text-align: center;
	}
	.kategoria-lewa .ajax-layered {
		margin-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.produkt-box-content {
		padding: 15px 10px;
	}
}


.mini-kontener img {
    mix-blend-mode: darken;
}

.produkt-box-kat {
    margin-bottom: 10px !important;
    margin-top: 30px;
}

@media (max-width: 991px) {
	.produkt-box-kat {
        margin-bottom: 10px !important;
        padding-left: 5px;
        padding-right: 5px;
	}
}
.produkt-box-kat .star-rating {
    font-size: 14px;
}
.produkt-box-kat .price ins {
    color: #0C0814;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
}
.produkt-box-kat .price ins, .produkt-box-kat.product-type-simple .price {
    color: #0C0814 !important;
    font-size: 23px;
    text-decoration: none;
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700 !important;
	font-display: swap;
}
.produkt-box-kat .produkt-box-tresc {
    margin-top: 15px;
}
.produkt-box-kat .price {
    margin-right: 20px;
}
.kat-header {
    margin-top: 90px !important;
    margin-bottom: 50px !important;
}
@media (max-width: 1279px) {
	.kat-header {
		margin-top: 90px !important;
		margin-bottom: 50px !important;
	}
}
@media (max-width: 991px) {
    .kat-header {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    section#products {
        padding-bottom: 0;
        padding-top: 7rem; 
    }
}
.okruszki nav {
    padding-top: 10px !important;
    display: block;
}
.text-kat-dol {
    margin-top: 50px;
}
.text-kat-dol .header-4 {
    margin-bottom: 15px;
}
.text-kat-dol p {
    color: #131313;
}
.zakres-cen {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0;
}
.price_slider_amount .price_label {
    float: left;
    font-size: 12px;
    color: #0C0814;
    font-weight: 500;
    width: 70%;
    text-align: left;
    display: inline-block;
}
.price_slider_amount button {
    color: #426057 !important;
    padding: 9px 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 12px !important;
    float: left !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: right !important;
    width: 30%;
}
.widget_layered_nav {
    margin-bottom: 58px;
}
.widget_layered_nav h3, .widget_product_categories h3 {
    color: #0C0814;
    margin-bottom: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
	letter-spacing: 1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #A3C7BF;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #D9D9DF;
    border: 0;
    height: 5px;
}
.widget_price_filter h3 {
    color: #0C0814;
    margin-bottom: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.zakres-cen button {
    outline: none;
}
.ceny-box-kat, .prdukt-box-content .polecamy-label {
    display: inline-block;
}
.wyroznione-in {
    border-top: 1px solid #D9D9DF;
    padding-top: 10px;
    margin-top: 20px;
}
.wyrozniony-nazwa, .wyrozniony-wartosc {
    font-size: 12px;
    width: 50%;
    display: inline-block;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
@media (max-width: 700px) {
	.wyrozniony-nazwa, .wyrozniony-wartosc {
		width: 100%;
	}
}
.wyrozniony-nazwa {
    font-weight: 500;
}
.wyrozniony-wartosc {
    color: #83838B;
    font-weight: 400;
}
.produkt-box-content a:hover {
    color: #0C0814;
}
.check {
    background: #fff;
    border: 1px solid #D9D9DF;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
}
.check:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    content: "";
    position: absolute;
}
.pokaz-ukryj[aria-expanded="true"] ~ .check:after {
    border-color: #426057;
}
a.pokaz-ukryj {
    font-size: 14px;
}
@media (max-width: 700px) {
	a.pokaz-ukryj {
		font-size: 11px;
	}
}
a.udostepnij {
    font-size: 14px;
}
@media (max-width: 991px) {
	.oferta-tygodnia-kategoria {
		display: none;
	}
}
.mobile-filtry {
    font-size: 20px;
    display: none;
}
section#products {
    padding-bottom: 0;
}



/***
@media (max-width: 700px) {
	.karuzela_desktop{
		display: none !important;
	}
}

@media (min-width: 701px) {
	.karuzela_mobile{
		display: none !important;
	}
}***/




.woocommerce-pagination {
    background: #FAFAFC;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 60px;
}
.woocommerce-pagination span.current {
    background: #131313 !important;
    color: #fff !important;
    border-radius: 0;
}
.woocommerce-pagination .page-numbers, .woocommerce-pagination .page-numbers li {
    border: none !important;
}
@media (min-width: 992px) {
	.collapse.kategoria-lewa.show {
    	display: block;
 	}
	.collapse.kategoria-lewa:not(.show) {
		display: none;
	 }
}
.woocommerce-pagination {
    background: #f1f1f5 !important;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 60px;
}
ul.page-numbers span, ul.page-numbers a {
    font-size: 19px !important;
    font-weight: 500 !important;
    padding: 11px 18px !important;
}







/*** filtry collapsing mobilnie ***/
@media (max-width: 991px) {
	.collapse.kategoria-lewa.show {
		transition: height .35s ease !important;
		height: 0;
		overflow: hidden;
	}
	.collapse.kategoria-lewa:not(.show) {
		transition: height .35s ease !important;
		height: auto;
		display: block;
	}
	.kategoria-lewa{
		transition: height .35s ease !important;
	}
	.kategoria-lewa.collapsing {
		transition: none !important;
	}
	
}	


/*** filtry mobilnie ***/
@media (max-width: 991px) {
	.kategoria-lewa .widget:nth-child(1) {
		margin-top: 16px;
		margin-bottom: 30px;
		width: 100% !important;
		max-width: 100%;
		margin-right: auto;
	}
	.mobile-filtry span {
		display: none;
	}
	.filtry-ofert .widget {
		width: 50%;
		max-width: 50%;
		display: inline-block;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}
}


















/*--------------------------------------------------------------
INFORMACYJNA
----------------------------------------------------------------*/
body.page-template-strona-informacyjna .zawartosc {
    color: #828288;
}
body.page-template-strona-informacyjna .zawartosc ol, body.page-template-strona-informacyjna .zawartosc ul {
    margin-left: 20px;
}











/*--------------------------------------------------------------
OUTLET
----------------------------------------------------------------*/
.outletowy .mini-kontener {
    background: #fff;
    text-align: center;
    padding: 20px;
}
.outletowy .mini-kontener img {
    mix-blend-mode: normal;
    width: 100%;
    max-width: 350px;
}
.outlet-info {
    text-align: center;
    border: 2px solid #D9D9DF;
    border-radius: 20px;
    padding: 45px 30px;
    margin-top: 100px;
}
.outlet-info p {
    max-width: 460px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
}
.outlet-grid .outlet-label {
    background: #0C0814;
    border-radius: 999px;
    display: inline-block;
    color: #fff;
    padding: 1px 8px;
    font-size: 12px;
}
.outlet_k {
    font-size: 14px;
}
.outlet_info {
    display: inline-block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 40px;
}
















/*--------------------------------------------------------------
MENU GÓRNE
----------------------------------------------------------------*/
.topright {
    float: right;
}
.logogora.logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.dropbtn ul.poziom-1 {
    display: none;
    position: fixed;
    background-color: #fff;
    min-width: 160px;
    z-index: 9999;
    padding: 15px 10% 50px 10%;
    border-radius: 0;
    width: 100%;
    top: 90px;
    border-top: 1px solid #D9D9DF;
    left: 0;
    -webkit-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
}
.poziom-1 li {
    margin: 2px;
    display: inline-block !important;
    width: 24%;
    vertical-align: top;
}
.poziom-2 li {
    display: block !important;
    width: 100%;
    padding: 0 !important;
}
.poziom-2 li a {
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #888A94 !important;
    margin-bottom: 3px;
    line-height: 1.1;
    padding: 3px 0 !important;
    letter-spacing: 0 !important;
}
.poziom-2 li a:hover {
    color: black !important;
}  
.logogora img, .logogora svg {
    max-width: 130px;
}
@media (max-width: 1279px) {
	.logogora img, .logogora svg {
		max-width: 116px;
	}
	.top-svgs {
		display: inline-block;
		vertical-align: top;
		margin-top: 0 !important;
	}
	.menu-gora {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #D9D9DF;
		padding: 13px 0;
		z-index: 999999999999 !important;
	}
	.top-svgs svg {
		max-width: 25px;
	}
	#mini-cart-count {
		background: #E5B889;
		border-radius: 9999px;
		position: absolute;
		display: block;
		line-height: 15px;
		top: 5px !important;
		width: 6px !IMPORTANT;
		height: 6px !IMPORTANT;
		right: 4px !IMPORTANT;
		font-size: 0;
		font-weight: 600;
		color: #fff;
		text-align: center;
	}
}
@media (max-width: 599px){
	.logogora img, .logogora svg {
		max-width: 100px;
		float: left;
	}
	.logogora.logo {
		display: block;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 10%;
		right: 0;
	}
	.top-top-row {
		padding-top: 5px;
		padding-bottom: 10px;
		display: none;
	}
}
nav.mobile-menu {
    margin-top: 50px;
}
@media (min-width: 600px) and (max-width: 1279px) {
	.logogora img, .logogora svg {
		max-width: 200px;
	}
}
.dropbtn ul.sub-menu a {
    padding: 2px;
    text-decoration: none;
    display: block;
}
@media (min-width: 1280px) {
	.dropbtn:hover ul.sub-menu{
		display: block;
	}
}
.top-menu ul {
    list-style: none;
}
button.otworz-mobilne {
    float: left;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu .sub-menu li {
    display: block;
}
.top-menu {
    display: inline-block;
    margin-left: 15px;
}
.menu-gora {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999 !important;  z-index: 999 !important;
    background: #fff;
    border-bottom: 1px solid #D9D9DF;
}
.top-menu ul.menu li a {
    color: #0C0814;
    font-family: brandon-grotesque, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.top-menu ul.menu li {
    padding: 5px;
}
.top-menu ul.menu li a {
    color: #0C0814;
}
header .outlet-menu a {
    background: #0C0814;
    border-radius: 999px;
    display: inline-block;
    color: #fff !important;
    padding: 1px 8px;
}
header .outlet-menu a:hover {
	background: #426057;
}
.top-cart {
    position: relative;
}
#mini-cart-count {
    background: #E5B889;
    border-radius: 9999px;
    position: absolute;
    display: block;
    line-height: 15px;
    top: 0px;
    width: 8px;
    height: 8px;
    right: 4px;
    font-size: 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.top-prawa {
    text-align: right;
}
.tel-top {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 500;
    margin-right: 30px;
    border-left: 1px solid #D9D9DF;
    border-right: 1px solid #D9D9DF;
    padding: 0 20px;
    height: 81px;
    font-size: 14px;
}
.tel-top svg {
    margin-right: 4px;
}
.top-svgs {
    display: inline-block;
    vertical-align: top;
	outline: none !important;
}
.tel-top div {
    margin-top: 30px;
}
.mega_lewa {
    width: 74%;
}

.mega_prawa {
    width: 25%;
    border-left: 1px solid #DBDBDB;
} 
.mega-5cols .mega_lewa {
    width: 99%;
}
.mega-5cols .mega_prawa {
    display: none;
}
.mega-5cols .poziom-1 > .mega_lewa > li {
    width: 19%;
}
.mega_lewa, .mega_prawa {
    display: inline-block;
    vertical-align: top;
}
.mega_prawa_left .naglowek {
    font-size: 20px;
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #0C0814;
}
.mega_prawa_left p {
    text-transform: none;
    letter-spacing: normal;
    max-width: 220px;
    margin: 0 auto;
    margin-top: 10px;
}
.mega_prawa_left {
    padding-left: 40px;
}
.mega_prawa_right img {
    width: 100%;
    max-width: 300px;
}













/*--------------------------------------------------------------
FAQ
----------------------------------------------------------------*/
.faq-over {
    border: 1px solid #D9D9DF;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 999px;
}
.faq-over input, .faq-over span {
    display: inline-block;
    float: left;
    max-width: 17%;
}
.faq-over input {
    max-width: 83%;
    border: none !important;
    background: none;
    font-size: 16px;
    padding: 40px 0 40px 40px;
    outline: none !important;
}
.faq-szukaj .btn {
    margin-top: 40%;
}
.faq-content .card-header {
    background: #fff;
    border: none;
    padding: 20px 0;
}
.card {
    border: none;
    border-top: 1px solid #D9D9DF;
	border-radius: 0;
}
.card h5 button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    text-decoration: none !important;
    color: #0C0814 !important;
	text-align: left !important;
}
.faq-content .card-body {
    padding-bottom: 40px;
}
.baza-container {
    margin-bottom: 200px !important;
    margin-top: 100px !important;
}

















/*--------------------------------------------------------------
KOSZYK
----------------------------------------------------------------*/
.button {
    background: #fff !important;
    border-radius: 0 !important;
    text-transform: none;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #131313 !important;
}
.woocommerce table.shop_table th {
    font-weight: 500 !important;
}
body.woocommerce-cart h1.entry-title, body.woocommerce-checkout h1.entry-title {
    text-align: center;
    font-size: 40px;
    color: #201A20;
    text-transform: uppercase;
    margin-top: 60px;
}
body.woocommerce-cart .post-inner {
    margin: 0 auto;
}
body.woocommerce-cart .post-inner .entry-content {
    margin: 0 auto !important;
}
.woocommerce table.shop_table td {
    border-radius: 0 !important;
    border: 1px solid #E6E6E6;
}
.woocommerce table.shop_table {
    border-radius: 0;
    border: 1px solid #E6E6E6;
}
.woocommerce table.shop_table .product-quantity input {
    padding: 10px 7px;
}
body.woocommerce-checkout label {
    display: inline-block;
    width: 100%;
}
body.woocommerce-checkout span.woocommerce-input-wrapper {
    width: 100%;
}
ul.payment_methods label {
    display: inline;
}
.woocommerce-billing-fields input, .woocommerce-billing-fields textarea, .woocommerce-shipping-fields input, .woocommerce-additional-fields textarea {
    background: #efefef !important;
}
body.woocommerce-checkout .entry-content {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 3%;
}
body.woocommerce-checkout .entry-header {
    padding-bottom: 0;
}
input#terms {
    width: 20px !important;
    height: 20px;
    display: block;
}
.woocommerce-checkout-review-order-table td {
    width: 50%;
}
p#calc_shipping_country_field {
    display: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left !important;
    width: 100% !important;
}


body.woocommerce-cart td.product-name {
    font-size: 12px;
}
@media (min-width: 992px) {
	body.woocommerce-cart td.product-name {
		font-size: 12px;
		max-width: 170px;
	}
}
form.woocommerce-shipping-calculator section {
    padding-top: 0;
    padding-bottom: 20px;
}
.koszyk-prawa table {
    border: none !important;
}
.koszyk-prawa td, .koszyk-prawa th {
    border-top: none !important;
    border-bottom: 1px solid #D9D9DF !important;
}
.koszyk-lewa table {
    border: none !important;
}
.koszyk-lewa td {
    border-left: none !important;
    border-right: none !important;
}
.woocommerce-page .cart .button {
    background: #fff !important;
    border: 1px solid #131313 !important;
    color: #131313 !important;
    text-align: center;
}
.woocommerce-page .cart input.qty {
    background: #fff !important;
    font-weight: 500;
}
.woocommerce-page .coupon input {
    background: #F5F5F7 !important;
    border: none;
    width: 100%;
}
.woocommerce-page .coupon button {
    background: none !important;
    color: #426057 !important;
    font-weight: 500 !important;
    float: right;
}
.woocommerce-page .cart .cart_totals h2 {
    display: none;
}
.woocommerce-page .cart td.actions {
    border: none !important;
}
.woocommerce-page .cart {
    font-size: 16px;
}
.woocommerce-page .cart p.woocommerce-shipping-destination {
    color: #83838B;
    font-size: 12px;
    line-height: 16px;
}
.woocommerce-page .cart td.product-name a {
    display: inline-block;
    text-align: left;
}
.woocommerce-page .cart td, .koszyk-lewa td {
    background-color: #fff !important;
}
.woocommerce-page .cart td.product-price {
    color: #83838B;
    font-size: 14px;
}
@media (max-width: 991px) {
	body.woocommerce-cart .entry-content {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.koszyk-container {
		padding: 0;
	}
}
span.easypack-shipping-method-logo img {
    display: inline-block;
    text-align: right;
}
span.easypack-shipping-method-logo {
    display: block;
}
ul#shipping_method li {
    font-size: 13px;
}


@media (max-width: 768px) {
	.woocommerce table.cart .product-thumbnail {
		display: inline-block;
		width: 20%;
		border: none !important;
		text-align: left !important;
	}
	body.woocommerce-cart td.product-name {
		font-size: 12px;
		width: 78% !IMPORTANT;
		display: inline-block !important;
		border: none;
	}
	.woocommerce table.cart .product-thumbnail:before {
		display: none;
	}
	.koszyk-lewa td.product-name a {
		display: block;
		text-align: left;
	}
	body.woocommerce-cart td.product-name:before {
		margin-right: 3px;
	}
	tr.cart_item {
		border-top: 2px solid #426057;
		border-bottom: none !important;
	}
	tr.cart_item td.product-quantity:before {
		margin-top: 10px;
	}
}

/*** cross selling ***/
.cross-sells .row.products.columns-2 {
    width: 100% !important;
}
.cross-sells .produkt-box {
    width: 100% !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cross-sells .produkt-box .labels-row {
    display: none;
}
.cross-sells .produkt-box img {
    max-width: 100px !important;
}
.cross-sells .produkt-box .button {
    font-size: 10px !important;
    letter-spacing: 0;
    width: 100%;
}
.cross-sells .row.products.columns-2 {
    margin-top: 15px;
}



















/*--------------------------------------------------------------
PODSUMOIWANIE ZAMÓWIENIA, STRONA THANK-YOU
----------------------------------------------------------------*/
@media (max-width: 991px) {
	ul.woocommerce-order-overview li {
		display: block;
		margin-bottom: 16px;
		width: 100%;
	}
	.woocommerce-order section {
		padding: 1rem 0;
		width: 100%;
	}
}
.woocommerce-order h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
}
.woocommerce-customer-details address {
    margin-bottom: 20px !important;
    border-radius: 0 !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
}
.woocommerce-order section {
    padding: 2rem 0;
    width: 100%;
}














/*--------------------------------------------------------------
FORMULARZ ZAMÓWIENIA
----------------------------------------------------------------*/
body.woocommerce-checkout .post-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.input-text {
    background: #F5F5F7;
    box-shadow: none;
    border: 1px solid #D9D9DF;
    font-size: 16px;
    padding: 20px;
}
.logowanie-zamowienie .woocommerce-info {
    background: #F5F4F2;
    color: #131313 !important;
    border: none;
    border-radius: 0;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.logowanie-zamowienie .woocommerce-info:before {
    display: none;
}
.logowanie-zamowienie .woocommerce-info a, .logowanie-zamowienie .woocommerce-info {
    color: #131313;
    font-size: 16px;
}
.logowanie-formularz-zamowienia p.form-row input {
    background: #F5F5F7 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    max-width: 100%;
}
.logowanie-formularz-zamowienia p.form-row {
    width: 100%;
}
.logowanie-formularz-zamowienia p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 20px;
}
.logowanie-formularz-zamowienia {
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
}
.logowanie-formularz-zamowienia form {
    padding: 0 !important;
}
.logowanie-formularz-zamowienia form button {
    background: #131313 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
.logowanie-formularz-zamowienia button {
    padding: 15px 40px !important;
    text-align: center;
    font-weight: 500 !important;
    display: inline-flex !IMPORTANT;
    order: 1;
}
.logowanie-formularz-zamowienia .woocommerce-form-login__rememberme {
    display: inline-flex;
    width: auto;
    order: 2;
    font-size: 12px;
    margin-top: 10px;
}
.logowanie-formularz-zamowienia .form-row.form-row-last {
    margin-bottom: 30px;
}
.woocommerce-checkout input, .woocommerce-checkout textarea {
    background: #F5F5F7 !important;
    border: none;
}

.woocommerce-checkout #payment {
    background: #FAFAFC;
    border-radius: 0;
    border: none;
    font-size: 14px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.woocommerce-checkout .payment_box {
    background: rgb(255 255 255 / 0%) !important;
    border: 1px solid #DBDBDB;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.97em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout button#place_order {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: rgb(255 255 255 / 0%) !important;
    color: #131313 !important;
    margin-top: 10px;
    border-radius: 0 !important;
    border: 1px solid #131313 !IMPORTANT;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-checkout ul.payment_methods label {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 500;
    font-size: 16px;
} 
body ul.wc_payment_methods.payment_methods.methods li img {
    max-width: 74px !important;
    max-height: 28px !important;
}
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    font-size: 15px;
}
.woocommerce-checkout ul.payment_methods label img {
    max-width: 60px;
}
.woocommerce-checkout .validate-required .input-checkbox, .woocommerce-checkout .validate-required span.woocommerce-terms-and-conditions-checkbox-text {
    float: left;
    font-size: 13px;
    margin-top: -4px;
	padding-left: 5px;
}
.woocommerce-checkout #selected-parcel-machine {
    min-width: auto !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
    color: #83838B;
    font-size: 12px;
}
.woocommerce-checkout textarea#order_comments {
/*    min-height: 160px;*/
}
.woocommerce-checkout h3, .woocommerce-checkout h3 {
    font-weight: 500;
	font-display: swap;
    font-size: 24px;
}
.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 30px;
}
.woocommerce-checkout {
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 10px;
    margin-bottom: 20px;
}
.woocommerce-checkout td, 
.woocommerce-checkout th, 
.woocommerce-checkout table {
    border: none !important;
}
.woocommerce-checkout td, 
.woocommerce-checkout th {
    border-bottom: 1px solid #D9D9DF !important;
	font-weight: 500 !important;
}
h3.pods {
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 600;
	font-display: swap;
    font-size: 24px;
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce table.shop_table th {
    padding: 9px 12px;
    line-height: 1.5em;
    font-weight: 600;
	font-display: swap;
}
.woocommerce-checkout input#coupon_code {
    background: #F5F5F7 !important;
    border: none;
    width: 100%;
}
.woocommerce-checkout button.button {
    background: none !important;
    color: #426057 !important;
    font-weight: 500 !important;
    float: left;
    outline: none;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce-checkout .coupon button {
    text-align: right;
    margin-top: 10px;
    float: none;
    clear: both;
    margin-bottom: 31px;
}
form.kupon_checkout input {
    background: #F5F5F7 !important;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}
form.kupon_checkout button {
    background: none !important;
    color: #426057 !important;
    font-weight: 500 !important;
    float: right;
}
.woocommerce-checkout div#payment:before {
    content: "Wybierz formę zapłaty";
}
.woocommerce-checkout td {
    font-size: 14px;
}
.woocommerce-checkout label {
    font-size: 16px;
}
.woocommerce-checkout h3 label span {
    font-size: 18px;
    margin-left: 5px;
	font-weight: 500;
}
.woocommerce-checkout p.create-account {
    border: 1px solid #D9D9DF;
    text-align: center;
}
.woocommerce-checkout p.create-account span {
    font-weight: 600;
    font-size: 14px;
}
.woocommerce-checkout textarea#vat_number {
    min-height: 160px;
}
.woocommerce-checkout #vat_number_field label span {
    display: none !important;
}















/*--------------------------------------------------------------
PODSUMOWANIE + PLATNOSCI P24
----------------------------------------------------------------*/
#payment form .cancel {
    border: none !important;
    padding: 0 !important;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400 !IMPORTANT;
    background: none !important;
    color: #000 !important;
}
#payment form p label {
    font-size: 12px;
}
#payment form p label input {
    margin: 5px;
    vertical-align: middle;
}
#payment form #place_order {
    border: 1px solid #000;
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    background: #fff !important;
    font-weight: 500 !important;
    padding: 16px 50px !important;
    border-radius: 0 !important;
    color: #131313 !important;
    letter-spacing: 2px;
}
#payment form #place_order:hover {
    background: #000 !IMPORTANT;
    color: #fff !important;
}
#payment form {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
    border-radius: 0 !important;
}



















/*--------------------------------------------------------------
O NAS
----------------------------------------------------------------*/
.onas-top .naglowek div {
    font-family: RoxboroughMedium, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    font-size: 5vw;
    text-transform: uppercase;
}
.onas-top .naglowek span {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #131313;
    text-align: right !important;
    width: 100%;
    display: block;
    font-size: 5vw;
    margin-top: -1.2vw;
}
.onas-top .naglowek {
    display: table;
    margin: 0 auto;
}
.portret img {
    width: 100%;
    max-width: 60%;
    display: block;
    margin: 0 auto;
}
.portret .naglowek {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -150px;
}


@media screen and (max-width: 991px) {
	.portret {
		margin-top: 280px !important;
	}
	.portret {
		margin-top: 0 !important;
	}
	.sekcja-onas {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.linki .naglowek {
		font-size: 23px;
		line-height: 28px;
		font-family: RoxboroughThin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		font-style: normal;
		font-display: swap;
		color: #0C0814;
	}
	.cytat p {
		font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
		display: block;
		text-transform: none;
		font-display: swap;
		font-size: 20px;
		line-height: 30px;
		max-width: 800px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 991px) {
	.portret .naglowek {
		position: inherit;
		top: auto;
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.portret {
		padding-top: 0 !important;
	}
}
.portret {
    padding-top: 100px;
}
.sekcja-onas {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}
.onas-desc .naglowek {
    margin-bottom: 30px;
}
.cytat {
    padding: 50px 7%;
}
.cytat .naglowek {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 40px;
    background: url(/wp-content/themes/thesillencio/img/cytat.svg) no-repeat center;
    background-size: contain !important;
    padding: 20px;
}
.cytat p {
    font-family: RoxboroughThinitalic, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    display: block;
	font-display: swap;
    text-transform: none;
    font-size: 30px;
    line-height: 40px;
    max-width: 800px;
    margin: 0 auto;
}
.linki {
    padding: 0;
}
.linki .naglowek {
    font-size: 40px;
    line-height: 40px;
    font-family: RoxboroughThin, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
	font-display: swap;
    color: #0C0814;
}
.linki .naglowek, .linki span {
    display: inline-block;
    width: 50%;
    float: left;
}
.linki span {
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}
.linki .linki-inner {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin-top: -1px;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20px 0;
    vertical-align: middle;
}
.sekcja-faq {
    padding: 0;
}
.faq_counter {
    margin-right: 10px;
}



















/***
MENU MOBILNE
***/

/* -------------------------------------------------------------------------- */
/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}








/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 168rem;
	padding: 3.15rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: flex;
	overflow: visible;
	padding: 0 2rem;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}


/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li.menu-item-has-children > a {
	padding-right: 2rem;
}

.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99999999;
}

.admin-bar .menu-modal {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .menu-modal {
		top: 46px;
	}
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */


.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}


/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}


/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 999;
}
.search-modal .search-field::placeholder {
    color: #888A94;
}
.admin-bar .search-modal.active {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .search-modal.active {
		top: 46px;
	}
}

.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}

.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
	color: inherit;
}

.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}

.search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    letter-spacing: -0.0277em;
    height: 6.4rem;
    font-size: 16px;
    margin: 0 0 0 -2rem;
    max-width: calc(100% + 2rem);
    padding: 0 0 0 2rem;
    width: calc(80% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}

.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}

.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	right: 0;
}


























/*--------------------------------------------------------------
SKIN COACH
----------------------------------------------------------------*/
.sc-intro-lewa div {
    min-height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: top !important;
    height: 100%;
}
.sc-form {
    background: #F9F0E3;
    padding: 60px 0;
    margin-top: 40px;
}
.sc-form .form-input, .sc-form .form-textarea {
    background: #fff;
    border: none;
    margin-bottom: 30px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #131313;
    outline: none;
    letter-spacing: 1px;
}
.sc-form .form-input::placeholder, .sc-form .form-textarea::placeholder {
    color: #888A94;
    text-transform: uppercase;
}
.sc-intro {
    margin-bottom: 100px !important;
}
.sc-intro .naglowek {
    margin-bottom: 60px;
}
.sc-intro-prawa ul {
    list-style: none;
}
.sc-intro-prawa ul li span {
    display: block;
    margin-bottom: 10px;
    font-family: RoxboroughRegular, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #426057;
	font-display: swap;
    font-size: 20px;
}
.sc-intro-prawa ul li {
    margin-bottom: 30px;
}


.menu-gora {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999 !important;
    z-index: 999999999 !important;
    background: #fff;
    border-bottom: 1px solid #D9D9DF;
}
.mobile-menu .czerwony a {
    background: #CE1928 !important;
    padding: 4px 8px !important;
    border-radius: 2px;
    color: #fff !important;
}
.mobile-menu .zielony a {
    background: #61976d !important;
    padding: 4px 8px !important;
    border-radius: 2px;
    color: #fff !important;
}




/* CTA */

.cta {
    display: inline-block;
    color: rgba(255,255,255,.8);
    padding: 20px 40px;
    background: black;
}
.cta:hover {
    color: white; 
    background: rgba(0,0,0,0.7);
}

/* REVIEWS */

.footer-reviews-section {
    margin-top: 1rem;
}
.footer-reviews-section .section-heading {
    margin-bottom: 1rem;
    text-align: center;
}
.reviews-box {
    text-align: center;
}
.reviews-box .box-heading {
    margin-bottom: 2rem;
    margin-top: 0;
}
.global-reviews-slider {
    margin: 2rem auto 0 auto;
    color: black;
}
.global-review-item {
    position: relative;
    display: inline-block;
    width: calc(100% - 2rem);
    max-width: 45rem;
    vertical-align: top;
    box-shadow: 0px 4px 12px rgba(0,0,0,.05);
    margin: 2rem 1.4rem;
    border-top: 7rem solid rgba(0,0,0,0); 
    text-align: center;
    padding: 2.5rem 2rem 2rem 2rem;
    background: white;
}
p.review-text {
    font-size: 1.8rem;
    min-height: 24rem;
    color: rgba(0,0,0,0.8);
    font-weight: 400;
    max-width: 33rem;
    margin: 0 auto;
}
.review-author {
    color: black;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 1rem;
} 
.review-logotype-box {
    position: absolute;
    top: -4.7rem;
    width: 85%;
    max-width: 10rem;
    height: 3rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
.review-rating-stars {
    display: inline-block;
    position: relative;
}
.review-rating {
    position: absolute;
    top: -4.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.review-rating img {
    display: inline-block;
    width: 1.5rem;
    height: auto;
    vertical-align: text-top;
    margin-top: .1rem;
    margin-right: .1rem;
    margin-left: .1rem;
    filter: grayscale(.8);
}
.review-rating-stars > img {
    opacity: .5;
}
.review-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
}
.reviews-law-note {
    text-align: center;
    color: rgba(0,0,0,0.3);
    font-size: 12px;
    margin-top: 2rem;
    margin-bottom: -1rem;
    line-height: 1.2;
}

.slider-controls-left,
.slider-controls-center,
.slider-controls-right {
    display: inline-block;
    vertical-align: middle;
}
.slider-controls-center {
    font-size: 3.2rem;
    color: #A2D7E2;
    margin-right: .35rem;
}
.reviews-cta {
    text-align: center;
    margin-top: 30px;
}

.woocommerce .produkt-box-content a.button {
    padding: 10px 5px !important;
    width: 100%;
    letter-spacing: 0;
}
.produkt-box-kat h2,
.produkt-box-kat .h2,
.produkt-box-tresc h2,
.produkt-box-tresc .h2
 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;   
}
.produkt-box-kat h2, .produkt-box-kat .h2 {
    position: relative;
    min-height: 100px;
    font-size: 15px;
}
.produkt-box-kat .h2 {
    display: block;
    min-height: 63px;
}
.prod-tile-polishname {
    display: none;
    font-size: 1.5rem;
    line-height: 1.3;
    min-height: 44px;
    color: rgba(0,0,0,.7);
    text-transform: none;
    font-weight: normal;
    margin-top: 1rem;
}
.nazwa-marka, .nazwa-marka a {
    color: #888A94;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 4px;
}
body:not(.home) .produkt-box-content {
    border: 1px solid #DBDBDB;
    padding: 43px 15px 15px 15px;
}

.marka-kat-title strong {
    font-weight: normal;
}

.iworks-omnibus {
    margin-top: -17px;
    margin-bottom: 26px;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
}

html,body {
    max-width: 100vw;
    overflow-x: hidden;
}

.normal-desc a,
.small-desc a,
.desc a,
.produkt-full a,
.elastyczna_blog_opis a
 {
    color: black;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
} 

body.woocommerce div.product form.cart .buy_now_button {
    margin-top: 15px;
    background: black !important;
    color: white !important;
}
section.footer-media-section {
    padding: 2rem 0 0 0;
    margin-bottom: 5rem;
}

.media-slide-box {
    text-align: center;
}
.media-slide-item {
    display: inline-block;
    width: 300px;
    max-width: 90%;
    height: 62px;
}
.media-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(.8);
}
.footer-media-section {
    overflow-x: hidden;
}
.footer-media-section .section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.footer-gifts-section {
    margin-top: 3rem;
}
.footer-gifts-section h3 {
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: bolder;
}
.gifts-info-box img {
    margin-bottom: 2rem;
}
.gifts-info-box p {
    margin-bottom: 4rem;
}
.footer-advs-section {
    text-align: center;
    padding: 2rem 0 5rem 0;
}

.adv-tiles {
    margin-left: -2rem;
    margin-right: -2rem;
}
.adv-item-box {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    max-width: 90%;
    margin: 2rem 10px;
    padding: 2rem 1rem;
}
.adv-item-box img {
    height: 3rem;
    width: auto;
    margin-bottom: 3rem;
    opacity: .1;
}
.adv-item-box h3 {
    margin-bottom: 1rem;
}
.adv-item-box h3,
.adv-item-box p {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
}

.vendor-logotypes {
    text-align: center;
    margin-top: 1rem;
} 
.vendor-logo-box {
    display: inline-block;
    vertical-align: middle;
    margin: 2rem 3rem; 
}
.vendor-logo-box img {
    height: 3.5rem;
    width: auto;
    max-width: 12rem;
}

.single-prod-cats {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.single-prod-cats a {
    display: inline-block;
    margin: 0px 15px 0px 0;
    font-size: 16px;
    color: rgba(0,0,0,.5);
    font-weight: normal;
    line-height: 1;
}
.single-prod-cats a:hover {
    color: black;
} 

.prod-cats-more .naglowek {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

span.desc,
span.small-desc {
    display: block;
}

body .cmplz-soft-cookiewall {
    z-index: 99999999999 !important;
}

/* instock subscribe */
section.cwginstock-subscribe-form {
    padding: 0;
    margin: 2rem auto 4rem auto;
}

body .cwginstock-subscribe-form .panel {
    border-radius: 0;
    border: none;
}
body .cwginstock-subscribe-form .panel-primary {
    border: 1px solid rgba(0,0,0,.4);
} 
body .cwginstock-subscribe-form .panel-primary>.panel-heading {
    background: none;
    color: black;
    border: none;
    padding-bottom: 2px;
}
body .cwginstock-panel-heading h4 {
    color: black;
}
body .cwginstock-subscribe-form .panel-body {
    padding: 10px; 
}
body .cwginstock-panel-body input[type=text], body .cwginstock-panel-body input[type=email] {
    margin-bottom: 0px;
    border-radius: 0;
    border: 1px solid black;
    padding: 10px;
}
body .cwgstock_button {
    padding-top: 0;
    background: black;
    color: white;
    padding: 10px;
    border: 1px solid black;
}
.cwginstock-panel-body .form-group {
    margin-bottom: 10px;
}
.produkt-box .mini-kontener {
    position: relative;
}
.produkt-box.outofstock .mini-kontener img {
/*    filter: grayscale(100%);
    opacity: .2;*/
}
li.product.outofstock h2:before {
    content: 'Dostępny wkrótce';
    position: absolute;
    top: -2rem;
    left: 0;
    width: 90%;
    text-align: left;
    color: rgba(0,0,0,0.3);
    text-transform: none;
    font-style: italic;
}
li.product h2 {
    position: relative;
}
li.product.outofstock.product_cat-produkty-archiwalne h2:before {
    content: 'Produkt archiwalny';
}
 
.produkt-polecane .produkt-box.outofstock h2:before {
    text-align: center;
    width: 100%;
}

.desc p,
.blog-skrot p,
.normal-desc p,
.small-desc p,
.small-desc,
.card p,
.card li,
.produkt-full p {
    font-size: 2rem;
    line-height: 1.5;
    color: black;
    margin-bottom: 1rem;
}
.blog-title .naglowek {
    font-size: 18px;
}

.home-top {
    max-width: 100vw;
/*    overflow-x: hidden;*/
}

.produkt-title-box {
    font-size: 16px;
    line-height: 1.5;
}
span.polska_nazwa {
    font-size: 2.2rem;
}

.produkt-faq .naglowek button {
    font-size: 2rem;
}

.woocommerce-cart-form,
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    float: left;
    padding: 0 20px;
}

.woocommerce-cart-form {
    width: 60%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 40%;
}

.woocommerce table.shop_table {
    border-radius: 0;
    border: none;
}
.woocommerce table.shop_table td {
    border-radius: 0 !important;
    border: none;
}
.woocommerce table.shop_table td {
    border-bottom: 1px solid #ebe9eb;
}
.cart_totals h2 {
    display: none;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0px solid #ebe9eb;
}
.woocommerce .input-text {
    background: white;
}
.woocommerce table.shop_table th {
    border-bottom: 1px solid #ebe9eb;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    background: #F5F5F7 !important;
    border: none;
    /* width: 100%; */    
}
.woocommerce-shipping-destination {
    color: #83838B;
    font-size: 12px;
    line-height: 16px;    
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48% !important;
    max-width: none;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: none;
}


.group-prod-cat > a {
    pointer-events: none;
    cursor: default;
}
#wpadminbar {
    z-index: 999999999999;
    max-width: 100vw;
    overflow-x: hidden;
}

.woocommerce-cart-form__contents .coupon {
    display: none;
}
.woocommerce-cart-form table.shop_table td.actions,
.woocommerce-order-details table.shop_table td,
.woocommerce-order-details table.shop_table th
{
    border-bottom: none;
}

.woocommerce-page .cart td.product-name a {
    font-size: 16px; 
}
.woocommerce ul#shipping_method li label {
    font-size: 16px;
}

.woocommerce-checkout table.shop_table tbody th, 
.woocommerce-checkout table.shop_table tfoot td, 
.woocommerce-checkout table.shop_table tfoot th {
    font-weight: 700;
    border-top: none; 
}

#order_review_heading {
    display: none;
}
.woocommerce form .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
#ship-to-different-address .input-checkbox {
    position: relative;
    left: 2px;
}
tr.order-total th,
tr.order-total td {
    border-bottom: none !important;
}
.woocommerce-checkout-review-order-table bdi {
    font-size: 18px;
}

.woocommerce div.product p.stock {
    display: none;
}

.single-product .site-main,
.woocommerce .site {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.single-product .upsells {
    float: none;
    clear: both;
    display: block;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding-right: 4%;
}

.woocommerce.single-product section.related > h2 {
    display: none;
}
.woocommerce ul.products li.product .labels-row .button {
    display: none !important;
} 
.related.products li,
.upsells.products li {
    text-align: center;
}
.related.products li.product.outofstock h2::before,
.upsells.products li.product.outofstock h2::before {
    text-align: center;
}
.related.products li .produkt-box-content,
.upsells.products li .produkt-box-content {
    border: none;
}

.block-text-header {
    text-align: center;
}
.block-text-header .header-9 {
    font-size: 27px;
    line-height: 1.5;
    text-transform: none;
    margin: 25px auto 42px auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 0.1em 0;
    width: 24%;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: block;
    width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    font-size: 0;
}
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span {
    font-size: 16px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce form.checkout_coupon {
    display: block !important;
    border: none;
    max-width: 527px;
    margin: -40px 0 50px auto;
    padding: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: 100%;
}

.woocommerce form.checkout_coupon .form-row-last {
    text-align: right;
}

.woocommerce-loop-product__title.h2 {
    min-height: 80px;
}

.product-type-variable .karta-produktu .ceny {
    font-size: 16px;
}
.afill-dash-page {
    padding-top: 140px;
}
.afill-dash-page .yith-wcaf-dashboard-navigation {
    display: none;
}
.afill-dash-page .yith-wcaf-dashboard-summary .affiliate-stats {
    display: none;
}
.partner-login-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.partner-login-form input[type=submit] {
    background: black !important;
    color: white !important;
    border-color: black !important;
    padding: 10px 44px;
    border: none !important;
    margin: 9px auto;
}
.partner-login-form input[type=text], .partner-login-form input[type=password] {
    display: block;
    padding: 10px 20px !important;
    margin-left: auto;
    margin-right: auto;
}

.top-infobar {
    display: block;
    background: black;
    color: white;
    padding: 1rem;
    text-align: center;
}
.top-infobar p {
    color: rgba(255,255,255,.9);
}
.top-infobar:hover {
    background: rgba(15,15,15,1);
}
.top-infobar:hover p {
    color: white;
}
.scrolldown .top-infobar {
    display: none;
}

body ul.flex-direction-nav {
    width: 92%;
    height: auto;
    max-width: none;
    left: auto;
    margin: 0;
    margin-top: 0;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: auto;
    background: none;
    padding: 0;
    padding-top: 100%;
}
 
li.flex-nav-next a {
    background: rgba(255,255,255,.3);
    padding: 20px 0 20px 20px;
    display: block;
    visibility: visible;
}
li.flex-nav-prev a {
    background: rgba(255,255,255,.3);
    padding: 20px 20px 20px 0;
    display: block;
    visibility: visible;    
}

li.flex-nav-prev {
    float: none;
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    transform: translateY(-50%);
}
li.flex-nav-next {
    float: none;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    transform: translateY(-50%);
}

.top-menu ul.menu li {
    padding: 10px 5px;
}

/* header */
.top-nav-row {
    padding-top: 20px;
    padding-bottom: 10px;
}
.scrolldown .top-nav-row {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.top-top-row {
    padding-top: 35px;
    padding-bottom: 0;
}
.scrolldown .top-top-row {
    padding-top: 5px;
}
.logogora img, .logogora svg {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.logogora.logo {
    max-width: 382px;
}
.scrolldown .logogora img, 
.scrolldown .logogora svg {
    max-width: 130px;
}
.scrolldown .logogora.logo {
    max-width: 130px;
}

.cart_totals .cart-subtotal,
.cart_totals .woocommerce-shipping-totals {
    display: none !important;
}

/* body */ 
body {
    padding-top: 107px;
}
.dropbtn ul.poziom-1 {
    top: 142px;
}
.scrolldown .dropbtn ul.poziom-1 {
    top: 87px !important;
} 

.product-tile {
    max-width: 35rem;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}
.prods-carousel {
    text-align: center;
}
.prods-carousel-section .przewodni {
    margin-top: 30px;
    margin-bottom: 5px;
}
.sekcja-kolor-link {
    display: block;
} 
.order-lg-1.kolor-prawa .kolor-foto {
    margin: 0 auto;
} 

.small-banner-desc {
    margin-top: 1rem;
    line-height: 1.2;
}

body .prods-carousel .produkt-box-content {
    border: none;
}
.prod-cats-more {
    margin-top: 4rem !important;
}
.produkt-faq {
    margin-top: 2rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 6%;
    display: inline-block;
    float: none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 2rem;
    text-align: center;
}

.cta {
    cursor: pointer;
}
.cta-wide {
    display: block;
    text-align: center;
}

.checkout-unlogged-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.9);
    z-index: 999999999;
    backdrop-filter: blur(4px);
}
.unlogged-menu-box {
    max-width: 500px;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 30px;
}
.unlogged-menu-box h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.unlogged-menu-box .cta {
    margin: 15px auto;
    text-transform: uppercase;
}
.unlogged-menu-box input[type=text],
.unlogged-menu-box input[type=password] {
    display: block !important;
    width: 100% !important;
}

.woocommerce .unlogged-menu-box form .form-row {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
}

.payinfobar {
    display: block;
    max-width: 100%;
    max-width: 460px;
}
.karta-produktu .payinfobar {
    margin-top: -12px;
    margin-bottom: 15px;
    max-width: 460px;
}

.cart-collaterals .payinfobar {
    margin-top: -20px;
    margin-bottom: 20px;
}
.prod-special-infobox {
    border: 1px solid rgba(0,0,0,.9);
    padding: 15px 20px;
    margin: 20px auto;
    border-style: dashed; 
}

.prod-special-infobox p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
}
.prod-special-infobox h6 {
    letter-spacing: 2px;
} 

.gr-form-section {
    text-align: center;
    background: #f4f4f4;
}
.gr-form-box {
    max-width: 700px;
    margin: 0 auto;
}

.prod-mobile-add2cart .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    color: white !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    text-align: center;
    font-size: 16px !important;
    padding: 14px 20px !important;
    z-index: 999;
    transform: translateY(150%);
    transition: all 1s .5s;
}
.prod-mobile-add2cart .cta:hover {
    background: #111;
}

.woocommerce-shipping-methods span img {
    display: none !important;
}
.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    display: block;
    float: none;
    clear: both;
}
body .wclogin-force-visible {
    display: block !important;
    height: auto !important;
}
.small-banner-slide {
    padding: 15px;
}
.blog-home {
    margin-top: 7rem !important;
}
.produkt-nawigacja {
    max-width: 100%;
    margin-top: -40px;
    text-align: left;
    width: 100%;
    display: block;
    float: none;
    clear: both;
}
.kolor-prawa-mobile {
    display: none;
}
.cart-proposed {
    float: none;
    clear: both;
    padding: 0 25px;
}
.cart-proposed h3 {
    text-align: center;
    margin-top: 20px;
}
.prods-carousel .wiersz-gorny {
    min-height: 32px;
    margin-bottom: -20px;
    margin-top: -15px;
    position: relative;
    z-index: 99;
} 
.woocommerce-cart .zawartosc {
    padding-top: 110px;
}
.prods-carousel .add_to_cart_button {
    font-size: 13px !important;
    padding: 10px 20px !important;
}
.nav-tabs {
    display: inline-block;
} 

/* product info icons */

.info-icon-block {
    margin: 7px auto 10px auto;
}
.info-icon-imgbox {
    width: 34px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
}
.info-icon-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}
.info-icon-title {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    padding: 4px 25px 0 12px;
    font-size: 1.7rem;
    line-height: 1.3;
}
p.info-icon-title:empty {
    display: inline-block;
}
.info-icon-more {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    font-size: 16px;
    text-align: right;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    padding-top: 3px;
}
.info-icon-more:hover {
    color: black;
}    
.info-icon-desc {
    padding: 15px 0;
    font-size: 14px;
}
.info-icon-desc p {
    padding: 0;
    font-size: 2rem;
}
.slick-list {
    width: 100%;
}

.elastyczna_blog_produkty .row {
    text-align: center;
    display: block;
}
.elastyczna_blog_produkty .produkt-box {
    margin-bottom: 50px;
    display: inline-block;
    width: 90%;
    max-width: 245px;
}
.dict-term-section {
    padding: 11rem 0 5rem 0;
}
.dict-term-box {
    max-width: 80rem;
    margin: 0 auto;
    text-align: left;
}
.dict-term-box .btn {
    margin-top: 4rem;
}
.term-desc p,
.term-desc h1,
.term-desc h2,
.term-desc h3,
.term-desc h4,
.term-desc h5,
.term-desc h6 {
    margin: 2rem 0;
}
.term-name-common {
    color: rgba(0,0,0,0.6);
    font-size: 3rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.dict-term-section .dict-term-title {
    margin-bottom: 0;
}
.term-effects-head, .dict-term-effects li {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.dict-term-effects {
    padding-left: 30px;
    list-style-type: disclosure-closed;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.dict-terms-list-section {
    padding: 11rem 0 5rem 0;
}
.dict-letter-box {
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem; 
}
.dict-letter {
    position: relative;
    display: block;
    font-weight: bold;
    color: rgba(0,0,0,0.3);
    margin-bottom: .5rem;
}
.dict-letter:after {
    content: '';
    position: absolute;
    bottom: -.3rem;
    left: 0;
    width: 1.5rem;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.dict-term-item {
    display: inline-block;
    font-size: 2rem;
    margin-top: .2rem;
}

/* PAGINATION */

.pagination-box {
    text-align: center;
    margin: 1rem auto 2rem auto;
}
.pagination-box .page-numbers {
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: .6rem 1rem;
    min-width: 3rem;
    text-align: center;
    font-size: 2rem;
    margin: .2rem 0 .2rem .2rem;
}
.pagination-box .page-numbers.current {
    background: rgba(0,0,0,0.2);
}
.pagination-box .page-numbers.current:hover {
    background: rgba(0,0,0,0.2);
    color: inherit;
}
.pagination-box .page-numbers.next,
.pagination-box .page-numbers.prev {
    background: rgba(0,0,0,.8);
    color: white;
}
.pagination-box .page-numbers:hover,
.pagination-box .page-numbers.next:hover,
.pagination-box .page-numbers.prev:hover {
    background: rgba(0,0,0,1);
    color: white;
}

.tab-content .small-desc {
  display: block;
  float: none;
  clear: both;  
} 

.over-kat {
    width: 100%;
}

.block-fullwidth-txt {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* inpost */

.jBox-wrapper.jBox-Modal {
    padding-top: 140px;
}

/* cookieyes */

body .cky-consent-container {
    z-index: 999999999999999999999999999;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}
body .cky-consent-container .cky-consent-bar {
    background: #fff;
    border: 1px solid;
    padding: 16.5px 24px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 2rem);
    max-width: 1035px;
}

@media (max-width: 991px) {
    .woocommerce .row.products {
        margin-left: -20px;
        margin-right: -20px;
    }
    body:not(.home) .produkt-box-content {
        border: 1px solid #DBDBDB;
        padding: 43px 5px 5px 5px;
    }
    body .prods-carousel .produkt-box-content {
        border: none;
    }
    .prod-tile-polishname {
        font-size: 1.3rem;
        line-height: 1.1;
        min-height: 45px;
    }
    .woocommerce .produkt-box-content a.button {
        font-size: 12px !important;
    }
    .produkt-box.outofstock h2:before {
        width: 100%;
        text-align: center;
        top: -2rem;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding-right: 0;
    }
    a.flex-prev::before,
    a.flex-next::after
    {
        width: 30px;
        height: 30px;
    }
    body ul.flex-direction-nav {
        width: 100%;
    }
    li.flex-nav-prev,
    li.flex-nav-next
    {
        top: calc(50%);
    } 
    .logogora.logo, .scrolldown .logogora.logo {
        max-width: 230px;
        top: 5px;
    }
    .logogora img, .logogora svg {
        max-width: 145px;
    }
    .menu-gora {
        top: -13px;
    }
    .slick-next {
        right: -15px !important;
    }
    .slick-prev {
        left: -15px !important;
    }
    .home-blogposts .slick-next {
        right: -25px !important;
    }
    .home-blogposts .slick-prev {
        left: -25px !important;
    }
    .slick-arrow {
        width: 45px !important;
        height: 45px !important;
        padding: 10px;
    } 
}

@media screen and (max-width: 768px) {

    body {
        padding-top: 0;
    }
    body .home-top {
        width: 100% !important;
        margin-top: 77px !important;
    } 
    .block-text-header .header-9 {
        font-size: 16px;
        margin: -16px auto 14px auto;
    }   
    .produkt-title-box {
        font-size: 14px;
    }
    .produkt-box-kat h2, .produkt-box-kat .h2 {
        font-size: 13px;
        min-height: 115px;
        line-height: 1.3;
    }
    .woocommerce-cart-form,
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
        float: none;
        clear: both;
    }
    .produkt-box-kat h2, .produkt-box-kat .h2, .produkt-box-tresc h2, .produkt-box-tresc .h2 {
        margin-top: 0px;
    }

    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1 ,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100% !important;
        max-width: none;
        clear: both;
    }
    .marka-prawa {
        height: 30vw;
    }
    .text-kat-dol {
        margin-top: 20px;
    }
    body.single-product .woocommerce-notices-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 0;
    }
    body.single-product .woocommerce-message {
        margin: 0;
        padding: 3rem 2rem 1.5rem 2rem;
        line-height: 1.2;
        font-size: 16px;
    }
    body.single-product .woocommerce-message .button {
        margin-bottom: 10px;
    }
    body.single-product .woocommerce-message:before {
        display: none;
    }
    body #p24-dynamic-whole-background div.content {
        width: 90% !important; 
    }
    .prods-carousel .product-tile {
        padding-left: 4rem;
        padding-right: 4rem;
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        display: none;
    }
    .unlogged-menu-box .cta {
        padding: 20px 20px;
        font-size: 15px;
    }
    .footer-gifts-section {
        display: none;
    }
    body.scrolldown .prod-mobile-add2cart .cta {
        transform: translateY(0);
    }
    .header-9 {
        font-size: 35px;
    }
    .ikonka-single {
        margin-bottom: -15px;
        max-width: 24%;
        flex: 0 0 23.666667%;
    }
    .ikonka-single .naglowek {
        display: inline-block;
        margin-top: 12px;
        font-size: 9px;
        line-height: 1.2;
    }
    .ikonka-single img {
        min-height: 45px;
        max-height: 45px;
        margin-bottom: -32px;
    }
    .sekcja-ikonki {
        margin-top: -46px !important;
        margin-bottom: 54px !important;
    }
    .text-home {
        margin-top: 30px !important;
    }
    .adv-item-box {
        max-width: 28%;
        margin: .3rem 0;
        padding: .5rem .5rem;
    }
    .adv-item-box h3 {
        margin-bottom: .2rem;
        font-size: 12px;
    }
    .adv-item-box p {
        font-size: 12px;
    }
    .adv-item-box img {
        height: 2.5rem;
        width: auto;
        margin-bottom: 1rem;
        opacity: .1;
    }
    .vendor-logo-box img {
        height: 2.5rem;
        width: auto;
        max-width: 9rem;
    }
    .vendor-logo-box {
        margin: 2rem 1rem;
    }
    .vendor-logotypes {
        margin-top: 3rem;
    }
    section.footer-media-section {
        padding: 0rem 0 0 0;
    }
    .woocommerce div.product div.images {
        margin-bottom: 7px;
    }
    nav.mobile-menu {
        margin-top: 80px;
    }
    .single-product .elastyczna.medium-container,
    .single-product .elastyczna.big-container {
        max-width: 1366px;
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0; 
    }
    body.single-product .akapity .row {
        padding: 30px 0%;
    }
    .akapity-lewa .naglowek {
        font-size: 35px;
    }
    .akapity-prawa, .akapity-lewa {
        width: 100%;
        float: none;
        clear: both;
    }
    .akapity-prawa > div {
        display: block;
        width: 100%;
    }
    .woocommerce-loop-product__title.h2 {
        min-height: 100px;
    }
    .prod-tile-polishname {
        min-height: 58px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: left;
        clear: both;
        margin: 0 0 -30px;
    }
    .woocommerce div.product div.summary h1.product_title {
        font-size: 23px;
    }
    .summary span.polska_nazwa {
        font-size: 2rem;
        line-height: 1.3;
    }
    .products .labels-row {
        position: absolute;
        top: 9px;
        left: 0;
        text-align: center;
    }
    .stopka ul li a {
        font-size: 18px;
        padding: 3px 0px;
        display: block;
    }
    .kat-header {
        margin-top: 14px !important;
    }
    .produkt-nawigacja {
        margin-top: -30px; 
    }
    .blog-min {
        min-height: 68vw;
        background-position: center !important;
    } 
    .prods-carousel-section .przewodni {
        margin-top: 5px;
    }
    .product-tile .produkt-box-tresc {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .product-tile .wiersz-gorny {
        margin-bottom: -8px;        
    } 
    .sekcja-kolor {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .elastyczna {
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }
    .kolor-lewa {
        padding-top: 10px;
        padding-bottom: 10px;
    } 
    .margines-gorny {
        margin-top: 20px;
    }
    .small-banner-slide {
        padding: 15px;
        margin-bottom: -20px;
    }
    .kolor-prawa-mobile {
        display: block !important;
    }
    .kolor-prawa-desktop {
        display: none !important;
    }
    .slick-prev,.slick-next {
        z-index: 999999;       
    }
    .row.koniecznie {
        margin-bottom: -20px;
    }
    .elastyczna_blog_opis p {
        font-size: 19px;
    }
}

@media screen and (max-width: 600px) {
    .mobile-nextview {
        margin-right: -30px;
        margin-left: -20px;
    }
    .mobile-nextview .slick-slide {
        width: 66vw;
        padding-left: 1rem;
        padding-right: 1rem;
    } 
    .mobile-nextview .slick-next {
        right: 15px !important;
        z-index: 999999;
    }
    .mobile-nextview .slick-prev {
        left: 5px !important;
        z-index: 999999;
    }
    .mobile-nextview .grafiki-in div {
        height: 60vw;
    } 
    .home-blogposts {
        margin-bottom: -50px;
    }
    .medium-container.proposed-prods-section {
        max-width: none;
        width: 100% !important;
    }

}