/*
Theme Name: Spar v2
Author: Małek Media
Author URI: http://malekmedia.pl/
Version: 2.0
*/

.rodo {
    display: block;
    margin: 50px 0 0 0;
    font-size: 13px;
}

.rodo a {
	text-decoration: underline;
}

.rodo p {
	padding: 0;
}

#ekspansja-telefon .rodo p {
	font-size: 10px;
	padding: 0 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


#pbOverlay {
	top: 88px !important;
	height: calc(100% - 88px) !important;
}

.pasek img {
	display: block;
}

.partnerzy .flex-x-2 div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
    justify-items: center;
}

.pasek-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

h1.age-gate-heading, h1.age-gate-heading-title {
	display: none;
}

.menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    left: 0px;
    background: rgba(255,255,255,1);
    top: 88px;
	display: none;
	width: 100%;
	border-top: 2px solid rgba(0,121,52,1);
}

.menu-item-has-children:hover {
	cursor: pointer;
}

.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

ul.submenu a {
	color: #fff;
}

nav ul li ul li {
	padding: 10px;
}

.filtrowanie-przepisow {
	padding: 0 50px 50px 50px;
}

.page-przepisy .block.white.title .flex .flex-x {
	flex: 0 auto;
	margin: 0 20px 0 0;
	width: auto;
}

.page-przepisy .block.white.title .flex-x.filtr-parent {
	width: calc(100% - 120px);
}

.page-przepisy .block.white.title .flex-x.submit, .page-przepisy .block.white.title .flex-x.submit-parent {
	margin: 0 0 0 0;
}

.page-przepisy .block.white.title .flex-x.submit-parent input {
    padding: 10px;
    border: 0px;
    background: rgb(224,0,52);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100px;
}

.page-404 .content {
	padding: 50px;
	background: #fff;
	text-align: center;
}

#ekartka {
	position: fixed;
    top: calc(50% - 225px);
    right: calc(50% - 300px);
    z-index: 999999;
    display: block;
}

#ekartka-x {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
    transform: rotate(45deg);
	color: #fff;
}

#ekartka-x:hover {
	cursor: pointer;
}

@media screen and (max-width: 900px) {
	#ekartka {
		max-width: calc(100vw - 40px);
		margin: 0 20px;
		right: 0px;
		bottom: 50px;
	}
	#ekartka img {
		max-height: 100%;
		width: auto;
	}
}

#przepis .flex-x-2.right.white {
    margin: 0 0 0 4px;
	flex: 0 calc(50% - 4px);
	text-align: justify;
}

li.menu-item.menu-bieg, li.menu-item.menu-bieg a {
	color: #007dd1;
}

.flex-x.kolejny-przepis {
    text-align: right;
	margin: 0 0 0 4px;
}

.flex-x.poprzedni-przepis {
	margin: 0 4px 0 0;
}

.flex-x.kolejny-przepis, .flex-x.poprzedni-przepis {
	font-weight: bold;
	margin-top: 8px;
	flex: 0 calc(50% - 4px);
}

.flex-x.kolejny-przepis a, .flex-x.poprzedni-przepis a {
	display: block;
	background: rgba(0,121,52,1);
	color: #fff;
	padding: 20px;
}


/* poprawki */

.flex.covers .flex-x {
    background: #fff;
    margin-bottom: 8px;
}

.page-gazetka .flex.covers .flex-x.express {
	margin-bottom: 8px;
}

#ekspansja-telefon {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 500px;
    background: rgba(0,121,52,1);
    padding: 50px 0 20px 0;
	color: #fff;
}

#ekspansja-telefon .wpcf7 input, #ekspansja-telefon .wpcf7 textarea {
    background: none;
    color: #fff;
    border: 1px solid #fff;
	padding: 10px;
	text-align: center;
	height: 40px;
    font-size: 12px;
}

#ekspansja-telefon input[type="checkbox"] {
    padding: 0px;
    width: auto;
}

#ekspansja-telefon input.wpcf7-submit {
	background: #e00034;
}

#ekspansja-telefon ::placeholder {
	color: rgba(255,255,255,0.75);
}

#ekspansja-telefon .rodo {
    color: #fff;
    padding: 0 50px;
    font-size: 11px;
    margin: 40px 0 0 0;
	text-align: center;
}

#ekspansja-telefon .rodo a {
	color: #fff;
}

#ekspansja-telefon h4 {
	padding: 0 50px;
	text-align: center;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#ekspansja-telefon .ekspansja-close {
	position: absolute;
	top: 10px;
	right: 20px;
	transform: rotate(45deg);
	font-size: 25px;
    font-weight: bold;
}

#ekspansja-telefon .ekspansja-close:hover {
	cursor: pointer;
}

#ekspansja-telefon .wpcf7 form .wpcf7-response-output {
    border: 0px;
    padding: 0 50px;
	font-weight: bold;
	font-style: normal;
}

form.age-gate-form {
    border: 1px solid rgb(0,121,52);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

button.age-gate-submit-yes {
    background: rgb(0,121,52);
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

button.age-gate-submit-no {
	background: #db0038;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

button.age-gate-submit-yes:hover, button.age-gate-submit-no:hover {
	cursor: pointer;
}

p.age-gate-challenge {
    font-size: 16px;
    margin: 0 0 20px 0;
	font-family: 'Open Sans', sans-serif;
}

.g-recaptcha {
    margin: 10px 0;
}

.postid-3690 .flex-x.right img:hover, .postid-4107 .flex-x.right img:hover, .postid-4225 .flex-x.right img:hover, .postid-4250 .flex-x.right img:hover {
	cursor: pointer;
}

/* Dołącz do nas */

@font-face {
	font-family: "Helvetica Neue Light";
	src: url("/wp-content/themes/spar_v2/fonts/HelveticaNeueLTPro-Lt.otf");
}

@font-face {
	font-family: "Helvetica Neue Bold";
	src: url("/wp-content/themes/spar_v2/fonts/HelveticaNeueLTPro-Bd.otf");
}

@font-face {
	font-family: "Helvetica Neue Black Cn";
	src: url("/wp-content/themes/spar_v2/fonts/HELVETICANEUELTPRO-BLKCN.OTF");
}

@font-face {
	font-family: "Bebas Neue Pro Bold";
	src: url("/wp-content/themes/spar_v2/fonts/Bebas Neue Pro Bold.otf");
}

@font-face {
	font-family: "Wingding";
	src: url("/wp-content/themes/spar_v2/fonts/wingding.ttf");
}

@font-face {
	font-family: "Wingding3";
	src: url("/wp-content/themes/spar_v2/fonts/WINGDNG3.TTF");
}

body.page-id-51 {
	background-image: none;
	background: #f3f4f4;
	padding-bottom: 150px;
}

body.page-id-51 .content {
	font-family: "Helvetica Neue Light";
	color: #3c4e58;
	font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

body.page-id-51 .content a, body.page-id-51 .content b {
	color: #3c4e58;
	font-family: "Helvetica Neue Bold";
}

body.page-id-51 .content h1, body.page-id-51 .content h2, body.page-id-51 .content h3, body.page-id-51 .content h4 {
	color: #e00034;
	font-family: "Bebas Neue Pro Bold";
}

body.page-id-51 .content h1 {
	font-size: 130px;
	line-height: 110px;
}

body.page-id-51 .content h2 {
	font-size: 90px;
	line-height: 80px;
}

body.page-id-51 .content h3 {
	font-size: 23px;
}

body.page-id-51 .content h4 {
	font-size: 20px;
}

body.page-id-51 .content h1 span.absolute {
	font-family: "TheAbsolute";
	font-size: 70px;
	line-height: 50px;
}

body.page-id-51 .white-block {
	margin: 87px 0 50px 0;
    padding: 30px 0;
    background: #fff;
}

body.page-id-51 p.big {
	font-size: 25px;
	line-height: 30px;
}

body.page-id-51 a.more {
	font-size: 14px;
	font-family: "Helvetica Neue Light";
	color: #3c4e58;
}

body.page-id-51 a.more:hover {
	cursor: pointer;
}

body.page-id-51 a.more span {
	color: #e00034;
	font-family: "Wingding";
}

body.page-id-51 .flex-x {
	padding: 50px;
}

body.page-id-51 .mini-block {
	max-width: 990px;
    margin: 0 auto;
    display: block;
}

body.page-id-51 .mini-block .grid {
	margin: 0 -10px;
}

body.page-id-51 .mini-block .grid .flex-x {
	text-align: center;
	margin: 0 10px 20px 10px;
}

body.page-id-51 ul {
	text-align: left;
}

body.page-id-51 p {
	padding: 0 50px;
}

body.page-id-51 .flex-x p, body.page-id-51 .hide p {
	padding: 0;
}

body.page-id-51 .red-bg {
	background: #df0034;
	padding: 50px 0;
	margin: 50px 0 150px 0;
	text-align: center;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.player .vp-title {
	display: none !important;
}

body.page-id-51 .historia-logo {
	text-align: center;
	margin-top: -50px;
	margin-bottom: 30px;
}

body.page-id-51 .flex-x.historia-spar img {
    margin-left: -200px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-top: -130px;
}

body.page-id-51 .doswiadczenie-spar {
	margin: 50px 0 0 0;
}

body.page-id-51 .green {
	padding: 50px;
	color: #fff;
}

body.page-id-51 .green h2 {
	color: #fff;
	margin-bottom: 80px;
}

body.page-id-51 .doswiadczenie-spar p {
	padding: 0;
}

body.page-id-51 a.more.button {
	color: #fff;
	background: #e00034;
	padding: 5px 10px;
	letter-spacing: 1px;
	float: right;
}

body.page-id-51 a.more.button.green {
	background: #007934;
	float: none;
}

body.page-id-51 a.more.button.green span {
	color: #e00034;
}

body.page-id-51 a.more.button#trigger-1 {
	float: none;
}

body.page-id-51 .historia-spar a.more.button.green{
	margin: 0 auto;
    display: table;
}

body.page-id-51 a.more.button span {
	color: #007934;
}

body.page-id-51 .zasieg-spar {
	margin: 80px 0;
}

body.page-id-51 .zasieg-spar p {
	padding: 0;
}

body.page-id-51 .zasieg-spar h2 {
	margin-bottom: 50px;
}

body.page-id-51 .zasieg-spar .hide {
	padding-top: 30px;
}

body.page-id-51 .formaty-spar h2 {
	margin-bottom: 80px;
}

body.page-id-51 .format-sklepu {
    padding: 80px 50px;
	position: relative;
	margin: 10px 50px
}

body.page-id-51 .format-sklepu img {
	display: block;
}

body.page-id-51 .format-sklepu a.more.button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #007934;
	margin: 0px;
}

body.page-id-51 .format-sklepu a.more.button span {
	color: #e00034;
}

body.page-id-51 .format-sklepu .hide {
	padding-top: 50px;
}

body.page-id-51 .piktogramy .flex-x {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 20px;
}

body.page-id-51 .piktogramy .flex-x b.title {
	display: block;
	margin: 20px 0 0 0;
}

body.page-id-51 .piktogramy .flex-x img {
	max-width: 90px;
	margin: 0 auto;
}

body.page-id-51 .kontakt-ekspansja h2 {
	text-align: center;
	margin: 80px 0 50px 0;
}

body.page-id-51 .kontakt-ekspansja p {
	padding: 0px;
	text-align: center;
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 50px 0;
}

body.page-id-51 .kontakt-ekspansja i {
	font-style: italic;
	font-weight: bold;
}

body.page-id-51 .kontakt-ekspansja h4 {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

body.page-id-51 .kontakt-ekspansja .flex.wayne {
	text-align: right;
}

body.page-id-51 .kontakt-ekspansja .flex.wayne h3 {
	font-size: 30px;
	padding-bottom: 5px;
}

body.page-id-51 .kontakt-ekspansja .flex.wayne .flex-x {
	padding: 50px 10px 0 0;
}

body.page-id-51 .kontakt-ekspansja .flex.wayne .flex-x.wayne-foto {
	flex: 0 187px;
	padding: 0 50px 50px 0;
}

body.page-id-51 .kontakt-ekspansja .flex-x {
	padding-top: 0px;
	line-height: 19px;
}

body.page-id-51 .kontakt-ekspansja .flex-x a {
	font-family: "Helvetica Neue Light";
}

body.page-id-51 .grid-kontakty {
	margin: 0px 50px 20px 50px;
}

body.page-id-51 .grid-kontakty h2 {
	font-size: 30px;
	line-height: 40px;
	color: #3c4e58;
	position: relative;
	text-align: left;
	margin: 0;
}

body.page-id-51 .grid-kontakty h2:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #3c4e58;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

body.page-id-51 ul.mapa-legenda {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

body.page-id-51 ul.mapa-legenda li {
	list-style-type: none;
	font-family: "Helvetica Neue Bold";
	text-transform: uppercase;
	margin: 15px 0;
	flex: 0 0 20%;
	font-size: 14px;
	line-height: 14px;
	display: flex;
    align-items: center;
	height: 28px;
}

body.page-id-51 ul.mapa-legenda li span {
    background: #df0034;
	color: #f4f4f4;
    width: 24px;
    height: 24px;
	line-height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	margin: 0 10px 0 0;
}

body.page-id-51 ul.mapa-legenda li i {
	color: #df0034;
	margin: 0 5px 0 0;
}

body.page-id-51 .flex-x.left {
	margin: 0;
	padding: 30px;
	padding-left: 0px;
}

body.page-id-51 .flex-x.right {
	margin: 0;
	padding: 30px;
	padding-right: 0px;
}

@media screen and (max-width: 1230px) {
	
body.page-id-51 .white-block {
    padding: 50px 0;
}
	
body.page-id-51 .mini-block .grid .flex-x {
    margin-bottom: 40px !important;
}
	
body.page-id-51 .content h2 {
    font-size: 90px !important;
}
	
body.page-id-51 .grid-kontakty h2 {
    font-size: 30px !important;
}
	
body.page-id-51 .flex-x.historia-spar img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: -50px;
}
	
body.page-id-51 .flex.wayne .flex-x {
    flex: 1;
}
	
}

@media screen and (max-width: 1230px) {
body.page-id-51 .mini-block {
    padding: 0 50px;
}
	
body.page-id-51 .red-bg {
    margin: 50px 0 50px 0;
}
	
body.page-id-51 .flex-x.right, body.page-id-51 .flex-x.left {
	flex: 1;
}
	
body.page-id-51 .kontakt-ekspansja .flex-x {
	flex: 1;
}
}

@media screen and (max-width: 930px) {
body.page-id-51 .kontakt-ekspansja .flex-x {
	flex: 100%;
}
	
body.page-id-51 .flex-x.right, body.page-id-51 .flex-x.left {
	padding: 0px;
	flex: 100%;
}
	
body.page-id-51 ul.mapa-legenda li {
    flex: 0 0 25%;
	justify-content: center;
	text-align: center;
}
}

@media screen and (max-width: 810px) {
body.page-id-51 .green {
    background-size: auto 400px !important;
}
}

@media screen and (max-width: 610px) {
body.page-id-51 .content h2 {
    font-size: 70px !important;
	line-height: 60px;
}

body.page-id-51 .green {
    padding-top: 90px;
}
	
body.page-id-51 .green h2 {
    margin-bottom: 30px;
}
	
body.page-id-51 ul.mapa-legenda li {
    flex: 0 0 33.333%;
}
}

@media screen and (max-width: 530px) {
body.page-id-51 .content h2 {
    font-size: 50px !important;
	line-height: 40px;
}
	
body.page-id-51 .content h1 {
    font-size: 70px;
    line-height: 60px;
}
	
body.page-id-51 .content h1 span.absolute {
    font-size: 40px;
    line-height: 30px;
}
	
body.page-id-51 .green {
    background-image: none !important;
	padding-top: 50px;
}
	
body.page-id-51 ul {
    padding-left: 10px;
}
	
body.page-id-51 .doswiadczenie-spar .mini-block {
	padding: 0;
}
	
body.page-id-51 .format-sklepu {
	margin: 10px 0;
}
	
body.page-id-51 .kontakt-ekspansja .flex.wayne .flex-x.wayne-foto {
    flex: 0 80px;
    padding: 30px 0px 30px 0;
}
	
body.page-id-51 .kontakt-ekspansja .flex-x {
    padding: 0px;
}
	
body.page-id-51 .grid-kontakty {
    margin: 0px 0px 20px 0px;
}
	
body.page-id-51 ul.mapa-legenda li {
    flex: 0 0 50%;
}

}

/* gift card */

div#norton-idsafe-field-styling-divId {
    display: none;
}

*:focus {
    outline: none;
}

.gift-cards .text h2 {
	padding-top: 0px;
}

input.gift-check-input-send {
    border: 1px solid rgba(0,121,52,1);
    background: rgba(0,121,52,1);
    padding: 11px 10px 10px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
	display: inline-block;
}

input#gift-check {
    border-radius: 0px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    display: inline-block;
    width: calc(100% - 115px);
	font-size: 13px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#cardStatus {
    margin-top: 10px;
    font-size: 14px;
}

#cardStatus p {
	margin: 0;
}

.gift-card-error-message {
	font-size: 12px;
}

.loading-dot {
	width: 6px;
	height: 6px;
	margin: 0 5px 0 0;
	background: rgba(0,121,52,1);
	border-radius: 50%;
	display: inline-block;
	animation-name: ;
	opacity: 0.3
}

.loading-dot-1 {
	animation: loading-dot-1 1s infinite;
}

.loading-dot-2 {
	animation: loading-dot-2 1s infinite;
}

.loading-dot-3 {
	animation: loading-dot-3 1s infinite;
}

@keyframes loading-dot-1 {
	0%		{opacity: 0.3;}
	33%		{opacity: 1;}
	66%		{opacity: 0.3;}
	100%	{opacity: 0.3;}
}

@keyframes loading-dot-2 {
	0%		{opacity: 0.3;}
	33%		{opacity: 0.3;}
	66%		{opacity: 1;}
	100%	{opacity: 0.3;}
}

@keyframes loading-dot-3 {
	0%		{opacity: 0.3;}
	33%		{opacity: 0.3;}
	66%		{opacity: 0.3;}
	100%	{opacity: 1;}
}

/* vivo */

.fullsize #slider .slider-info {
	display: none;
}

.vivo-pasek {
	margin-bottom: -8px !important;
}

body.page-id-3381, body.page-id-4150 {
	background: #fff !important;
}

#vivo {
	font-family: "Vivo Bold";
}

.vivo-blue {
	background: #39bbc9;
	margin-top: -12px;
	font-size: 68px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
}

.vivo-grey {
	background: #f0efee;
	padding: 50px 0;
	margin: 50px 0;
}

.vivo-blue .block {
	max-width: 960px;
	padding: 50px 0;
}

.vivo-blue span {
	color: #fff;
}


#vivo {
	font-size: 40px;
	line-height: 50px;
}

#vivo .kolko span {
	color: #39bbc9;
}

#vivo .kolko span img {
	vertical-align: text-bottom;
}

#vivo .kolko p.small {
	font-size: 20px;
	line-height: 35px;
	margin: 0;
}

#vivo .kolko p {	
	position: relative;
	margin-bottom: 10px;
}

#vivo #kolko-1 .kolko-tresc {
    margin: -10px 0 0 85px;
    position: relative;
    background: linear-gradient(transparent 0%, #fff 10%, #fff 80%, transparent 100%);
    padding: 1px 0 0 0;
}

#vivo .kolko p.small img {
	width: 40px;
	height: auto;
	vertical-align: text-bottom;
}

#vivo #kolko-1 {
	position: relative;
	padding: 30px 0 0 0;
	margin: 80px 0 0 50px;
	z-index: 1;
}

#vivo #kolko-1:before {
	content: '';
	width: 350px;
	height: 350px;
	border: 12px solid #b7e6eb;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	z-index: 0;
}

#vivo #kolko-2 {
	text-align: right;
    margin-top: -290px;
    position: relative;
    z-index: 3;
}

#vivo #kolko-2 .kolko-tresc {
	position: relative;
	margin: -140px 140px 0 0;
}

#vivo #kolko-2 .kolko-tresc p  {
	margin-top: 0px;
}

#vivo #kolko-2 .kolko-tresc div {
	background: linear-gradient(transparent 0%, #fff 10%, #fff 90%, transparent 100%);
	position: relative;
    padding: 30px 0;
}

#vivo #kolko-2 .kolko-tresc:before {
	content: '';
    width: 350px;
    height: 350px;
    border: 12px solid #b7e6eb;
    border-radius: 50%;
	background: #fff;
    position: absolute;
    top: -100px;
    right: -80px;
    z-index: 0;
}

#vivo #kolko-3 {
	position: relative;
	margin: 0 0 0 50px;
}

#vivo #kolko-3 .kolko-tresc {
    margin: -10px 0 0 85px;
    position: relative;
    background: linear-gradient(transparent 0%, #fff 10%, #fff 80%, transparent 100%);
    padding: 10px 0 70px 0;
}

#vivo #kolko-3:before {
	content: '';
	width: 350px;
	height: 350px;
	border: 12px solid #b7e6eb;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	z-index: 0;
}

#vivo #kolko-4 {
	position: relative;
	margin: 20px 140px 0 0;
	text-align: right;
}

#vivo #kolko-4 .kolko-tresc {
    margin: -10px 0 0 85px;
    position: relative;
    background: linear-gradient(transparent 0%, #fff 10%, #fff 80%, transparent 100%);
    padding: 10px 0 70px 0;
}

#vivo #kolko-4:before {
	content: '';
	width: 350px;
	height: 350px;
	border: 12px solid #b7e6eb;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	right: -80px;
	z-index: 0;
}

.vivo-button {
	background: #39bbc9;
	color: #fff;
	font-size: 20px;
	padding: 10px 30px;
	border-radius: 50px;
}

#vivo #kolko-5 {
	position: relative;
}

#vivo #kolko-5 .vivo-button {
	position: absolute;
	top: calc(50% - 15px);
	left: 65%;
}

#vivo .flex-x.vivo-produkt {
	background: #39bbc9;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin: 0 5px 10px 5px;
	padding: 20px;
	position: relative;
}

#vivo .flex-x.vivo-produkt .vivo-znaczek {
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	background: #000;
	padding: 5px;
	font-weight: normal;
	font-family: "Vivo Regular";
}

#vivo .flex-x.vivo-produkt .vivo-produkt-cena {
	line-height: 20px;
	font-size: 22px;
	line-height: 35px;
}


#vivo .flex-x.vivo-produkt .vivo-znaczek-liczba {
	font-size: 20px;
}

#vivo .flex-x.vivo-produkt .vivo-small {
    font-size: 15px;
    font-family: "Vivo Light";
    color: #000;
    margin-top: -5px;
    position: relative;
    display: block;
}

#vivo .vivo-fotka {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#vivo .vivo-procent {
    font-size: 55px;
    background: #000;
    display: inline-block;
	position: relative;
    padding: 60px 10px;
    border-radius: 50%;
	margin: 20px 0 10px 10px;
	color: #39bdcc;
}

#vivo #vivo-produkty .block, #vivo #kolka .block {
	max-width: 1280px;
}

#vivo .vivo-title {
	text-align: center;
	margin-bottom: 50px;
}

#vivo .vivo-grey .flex {
	max-width: 900px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 30px;
	text-align: right;
	font-weight: normal;
}

#vivo .vivo-grey .flex.vivo-left {
	text-align: left;
	margin-top: -80px;
}

#vivo .vivo-grey .flex p {
	position: relative;
	padding: 5px 0 0 0;
}

#vivo .vivo-grey .flex p:before {
	content: '';
	height: 1px;
	background: #b0afaf;
	width: 100%;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

#vivo .vivo-grey .flex p:after {
	content: '';
	height: 6px;
	width: 6px;
	background: #000;
	border-radius: 50%;
	bottom: -3px;
	position: absolute;
}

#vivo .vivo-cechy {
	margin-top: 10px;
	font-family: "Vivo Regular";
}

#vivo .vivo-grey .flex p:nth-child(4):before {
	left: -100px;
	width: calc(100% + 100px)
}

#vivo .vivo-grey .flex p:nth-child(3):before {
	left: -135px;
	width: calc(100% + 135px)
}

#vivo .vivo-grey .flex p:nth-child(2):before {
	left: -170px;
	width: calc(100% + 170px)
}

#vivo .vivo-grey .flex p:nth-child(1):before {
	left: -205px;
	width: calc(100% + 205px)
}

#vivo .vivo-grey .flex p:nth-child(4):after {
	left: -100px;
}

#vivo .vivo-grey .flex p:nth-child(3):after {
	left: -135px;
}

#vivo .vivo-grey .flex p:nth-child(2):after {
	left: -170px;
}

#vivo .vivo-grey .flex p:nth-child(1):after {
	left: -205px;
}


#vivo .vivo-grey .flex.vivo-left p:before, #vivo .vivo-grey .flex.vivo-left p:after {
	left: auto !important;
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(4):before {
	right: -80px;
	width: calc(100% + 80px)
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(3):before {
	right: -45px;
	width: calc(100% + 45px)
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(2):before {
	right: -20px;
	width: calc(100% + 20px)
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(1):before {
	right: -10px;
	width: calc(100% + 10px)
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(4):after {
	right: -80px;
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(3):after {
	right: -45px;
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(2):after {
	right: -20px;
}

#vivo .vivo-grey .flex.vivo-left p:nth-child(1):after {
	right: -10px;
}

#vivo .vivo-grey .flex.vivo-left .flex-x.vivo-cechy {
    padding-top: 100px;
    position: relative;
}

#vivo .vivo-stopka .title {
    line-height: 78px;
    font-size: 55px;
}

#vivo .vivo-stopka .title img {
    vertical-align: text-bottom;
}

#vivo .vivo-stopka .vivo-small {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	margin: 20px 0 -50px 0;
	font-family: "Vivo Regular";
}

#vivo .vivo-button img {
    height: 30px;
    vertical-align: text-bottom;
	padding: 0 10px 0 0;
}

#vivo #kolko-5 img {
    max-width: 80%;
}

#vivo .block.with-small-info {
	position: relative;
}

#vivo .small-info {
	font-family: "Vivo Light";
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	position: absolute;
	bottom: 100px;
	right: 90px;
}

#vivo .small-info span {
	display: block;
}

#vivo .kropki-1 {
	margin: -30px 0 0 calc(50% - 120px);
}

#vivo .kropki-2 {
	margin: 30px 0 0 calc(50% - 120px);
}

#vivo .kropki-3 {
	margin: -20px 0 0 calc(50% - 120px);
}

@media screen and (max-width: 1230px) {
	
	.vivo-pasek {
		margin-bottom: 12px !important;
	}
	
	#vivo .flex-x.vivo-produkt {
		margin: 0 20px 10px 20px !important;
	}
	
	#vivo .vivo-grey .flex.vivo-left, #vivo .vivo-grey .flex.vivo-right {
		text-align: center
	}
	
	#vivo .vivo-grey .flex-x {
		text-align: center !important;
	}
	
	#vivo .vivo-grey .flex p:after, #vivo .vivo-grey .flex p:before {
		display: none;
	}
	
	#vivo .vivo-grey .flex p {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		margin: 0;
		padding: 15px 0;
	}
	
	#vivo .vivo-grey .flex.vivo-left {
		flex-direction: column-reverse;
		margin: 50px auto 0 auto;
	}
	
	#vivo .vivo-grey .flex.vivo-left .flex-x.vivo-cechy {
		padding: 20px 0;
	}
	
	#vivo #kolko-4:before {
		border: 10px solid #b7e6eb;
	}
}

@media screen and (max-width: 1080px) {
	
	
	#vivo .kropki-1, #vivo .kropki-2, #vivo .kropki-3 {
		width: 180px;
		margin: -30px 0 0 calc(50% - 80px);
	}
	
	#vivo section#kolka {
		font-size: 30px;
		line-height: 36px;
	}
	
	#vivo .kolko span img {
		height: 30px;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-2 .kolko-tresc:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
		width: 300px;
		height: 300px;
	}
	
	.vivo-blue .block {
		max-width: 660px;
		padding: 50px 0;
		font-size: 50px;
		line-height: 60px;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-2 .kolko-tresc:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
		border: 8px solid #b7e6eb;
	}
	
	#vivo .small-info {
		text-align: center;
		padding: 10px 0;
		position: relative;
		display: block;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
	}
	
	.vivo-blue {
		margin-top: 10px;
	}
}

@media screen and (max-width: 980px) {
	#vivo .kropki-1, #vivo .kropki-2, #vivo .kropki-3 {
		display: none;
	}

	#vivo #kolko-2 {
		margin-top: -150px;
	}
	
	#vivo #kolko-2 {
		margin-right: 50px;
	}
	
	#vivo #kolko-1 {
		margin-left: 50px;
	}
	
	#vivo #kolko-3 {
		margin: 100px 0 50px 50px;
	}
	
	#vivo #kolko-4 {
		margin-right: 140px;
		margin-top: 50px;
	}
	
	#vivo .vivo-stopka .title {
		font-size: 30px;
	}
	
	#vivo .vivo-stopka .title img {
		display: block;
		text-align: center;
		margin: 0 auto;
		max-width: 50%;
	}
	
	.vivo-stopka a {
    	display: block;
    	margin: 0 0 20px 0;
    	position: relative;
	}
}

@media screen and (max-width: 780px) {
	#vivo section#kolka {
		font-size: 25px;
		line-height: 30px;
	}
	
	#vivo .kolko span img {
		height: 30px;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-2 .kolko-tresc:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
		width: 220px;
		height: 220px;
	}
	
	#vivo .kolko p.small {
		font-size: 14px;
		line-height: 16px;
	}
	
	#vivo .kolko p.small img {
		height: 16px;
		width: auto;
	}
	
	#vivo #kolko-2 img {
    max-width: 40%;
	}
	
	#vivo #kolko-2 .kolko-tresc:before {
		top: -50px;
	}
	
	#vivo #kolko-4:before {
		border: 8px solid #b7e6eb;
	}
	
	#vivo #kolko-3:before {
		top: -30px;
	}
	
	#vivo #kolko-4:before {
		top: -40px;
	}
	
	#vivo #kolko-4 .kolko-tresc, #vivo #kolko-3 .kolko-tresc {
		padding-bottom: 40px;
	}
	
	.vivo-blue .block {
		max-width: 400px;
		padding: 50px 0;
		font-size: 30px;
		line-height: 40px;
	}
	
	#vivo #kolko-2 {
		margin-top: -80px;
	}
	
	#vivo .vivo-grey .vivo-title {
		font-size: 30px;
		line-height: 35px;
	}
}

@media screen and (max-width: 660px) {
	#vivo #kolko-2 {
		margin-top: -100px;
	}
	
	#vivo #kolko-4 {
		margin-top: 50px;
	}
	
	#vivo #kolko-3 {
		margin-top: 80px;
	}
	
	#vivo section#kolka {
		font-size: 20px;
		line-height: 24px;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
    	width: 180px;
    	height: 180px;
	}
	
	#vivo #kolko-2 .kolko-tresc:before {
		width: 150px;
		height: 150px;
	}
	
	#vivo #kolko-2 .kolko-tresc div {
		padding: 15px 0 10px 0;
	}
	
	#vivo #kolko-2 .kolko-tresc {
    	margin: -100px 160px 0 0;
	}
	
	#vivo #kolko-1 .kolko-tresc {
		margin: -20px 0 0 50px;
	}
	
	#vivo #kolko-2 .kolko-tresc div {
		margin-right: -40px;
	}
	
	#vivo #kolko-4 .kolko-tresc, #vivo #kolko-3 .kolko-tresc {
		margin: -10px 0 0 50px;
	}
	
	#vivo #kolko-4 .kolko-tresc {
		margin: -10px -30px 0 85px;
	}
	
	#vivo #kolko-4 .kolko-tresc {
		padding-bottom: 20px;
	}
	
	#vivo #kolko-5 .vivo-button {
		position: relative;
		margin: 100px auto 50px auto;
		max-width: 200px;
		text-align: center;
		left: auto;
		right: auto;
		top: auto;
		display: block;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-2 .kolko-tresc:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
		border: 6px solid #b7e6eb;
	}
}

@media screen and (max-width: 600px) {
	#vivo #kolko-2 {
		margin-top: -20px;
	}
	
	#vivo #kolko-2 .kolko-tresc {
    	margin-top: -100px;
	}
	
	#vivo #kolko-2 .kolko-tresc div {
		padding: 10px 0 10px 0;
	}
}

@media screen and (max-width: 520px) {
	#vivo section#kolka {
		font-size: 14px;
		line-height: 18px;
	}
}

@media screen and (max-width: 520px) {
	#vivo #kolko-2 {
		margin-top: -60px;
		margin-right: 20px;
	}
	
	#vivo #kolko-3 {
    	margin-top: 80px;
	}
	
	.vivo-blue .block {
		max-width: 300px;
		padding: 50px 0;
		font-size: 22px;
		line-height: 26px;
	}
	
	#vivo #kolko-1, #vivo #kolko-3 {
    	margin-left: 20px;
	}
	
	#vivo #kolko-4 {
    	margin-right: 100px;
		margin-top: 0px;
	}
	
	#vivo .small-info span {
		display: inline;
		font-size: 12px;
    	line-height: 14px;
	}
	
	#vivo section#kolka {
		font-size: 14px;
		line-height: 18px;
	}
	
	#vivo #kolko-1 .kolko-tresc {
    	margin: -10px 0 0 50px;
	}
	
	#vivo #kolko-3 .kolko-tresc {
    	padding: 20px 0 20px 0;
	}
}

@media screen and (max-width: 480px) {
	
	#vivo #kolko-2 {
		margin-top: -30px;
	}
	
	#vivo .kolko span img {
		height: 20px;
	}
	
	#vivo #kolko-1:before, #vivo #kolko-3:before, #vivo #kolko-4:before {
    	width: 150px;
    	height: 150px;
	}
	
	#vivo #kolko-2 .kolko-tresc:before {
		width: 120px;
		height: 120px;
	}
	
	#vivo #kolko-2 .kolko-tresc:before {
    	top: -20px;
	}
	
	#vivo #kolko-2 .kolko-tresc div {
    	padding: 25px 0 10px 0;
	}
	
	#vivo #kolko-1 .kolko-tresc {
    	margin: -20px 0 0 50px;
	}
	
	#vivo #kolko-3 .kolko-tresc {
    	padding: 10px 0 20px 0;
	}
}

/* vivo2 */

#vivo.vivo2 section.blue {
	background: #0f3375;
}

#vivo.vivo2 .vivo-slider {
	margin-left: -150px;
}

#vivo.vivo2 .vivo-blue {
	background: #000000;
	color: #fff;
}

#vivo.vivo2 .vivo-blue span {
	color: #31c1cc;
}

#vivo.vivo2 .kolko span {
	color: #295697;
}

#vivo.vivo2 .kolko:before, #vivo.vivo2 #kolko-2 .kolko-tresc:before {
	border: 12px solid #d5ddea !important;
}

#vivo.vivo2 .vivo-button {
	background: #2d5696;
}

#vivo.vivo2 #kolko-2 img {
    margin-top: -50px;
    margin-bottom: 50px;
}

#vivo.vivo2 section#vivo-produkty .block {
    max-width: 1000px;
	padding: 100px 0 50px 0;
}

.vivo2-produkt {
	font-size: 20px;
    line-height: 1.2;
	margin: 0 30px !important;
	position: relative;
}

.vivo2 #vivo-produkty .flex {
	margin: 0 0 70px 0;
}

.vivo2-nazwa {
    font-weight: bold;
    font-size: 25px;
	padding: 30px 0 0 0;
}

.vivo-2-szklo {
    height: 200px;
}

.vivo-2-szklo img {
	height: 100%;
	width: auto;
	margin: 20px 0 0 0;
}

.vivo-big-img .vivo-2-szklo img {
    height: 150%;
    z-index: 999999999;
    position: relative;
}


.vivo-big-img.szampan .vivo-2-szklo img {
	margin: 20px -5px 0 5px;
}

.vivo-big-img.karafka .vivo-2-szklo img {
	margin: 20px -30px 0 30px;
}

.vivo2-produkt .vivo-left {
	float: left;
}

.vivo2-produkt .vivo-right {
	float: right;
}

.vivo2-produkt .vivo-top, .vivo2-produkt .vivo-bottom {
	position: relative;
	float: none;
	clear: both;
}

.vivo2-produkt .vivo-bottom {
	margin: 0 70px 0 0;
	padding: 10px 0 0 0;
}

.vivo2-rabat {
	color: #42b6c6;
	background: #00141d;
	width: 80px;
	height: 80px;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	letter-spacing: -1px;
	position: absolute;
    top: 0px;
    right: 0px;
	z-index: 999999999;
}

.vivo2-cena {
    background-image: linear-gradient(to right, #529ed0, #2765b1);
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 60px;
}

.vivo2-cena-regularna {
    border: 2px solid #a6c413;
    padding: 10px;
    text-align: center;
    font-size: 21px;
	font-family: "Vivo Light";
	font-weight: bold;
}

.vivo2-znaczki {
    position: absolute;
    top: -25px;
	left: 40px;
}

.vivo2-znaczki img {
    height: 90px;
	width: auto;
    position: absolute;
    left: -70px;
	top: -20px;
}

#vivo.vivo2 .vivo-grey {
	padding: 0px;
	background: none;
}

.vivo-kieliszek {
	background: #2261b0;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.vivo-kieliszek .block {
	position: relative;
}

.vivo-kieliszek h3 {
	position: absolute;
	width: 50%;
	top: 50px;
	left: 0px;
}

.vivo-kieliszek .vivo-txt img {
	max-width: 250px;
	height: auto;
}

.vivo-kieliszek .vivo-cir {
	font-size: 21px;
    line-height: 25px;
    padding: 40px 30px 40px 30px;
    font-family: "Vivo Light";
    font-weight: bold;
    width: 120px;
    height: 100px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.vivo-kieliszek .vivo-txt-1 .vivo-cir {
	margin: -80px 0 0 120px;
    position: relative;
}

.vivo-txt.vivo-txt-1 {
    position: absolute;
    top: 100px;
    right: calc(50% - 330px);
}


.vivo-kieliszek .vivo-txt-2 .vivo-cir {
	padding: 40px 20px 20px 20px;
	margin: -50px 0 -40px -20px;
    position: relative;
}

.vivo-txt.vivo-txt-2 {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 350px);
}

.vivo-kieliszek .vivo-txt-3 .vivo-cir {
    margin: -70px 0 0 -60px;
    position: relative;
    padding: 45px 10px 30px 10px;
    width: 160px;
    height: 105px;
}

.vivo-txt.vivo-txt-3 {
    position: absolute;
    top: calc(50% - 0px);
	left: calc(50% + 150px);
}

#vivo.vivo2 section.vivo-stopka {
    padding: 40px 0 0 0;
    margin: -15px 0 0 0;
    position: relative;
    background: #fff;
}

@media screen and (max-width: 1230px) {
	
	.vivo2 #vivo-produkty .flex {
		margin: 0 0 0 0;
	}
	
	.vivo2 #vivo-produkty .flex .flex-x {
		margin: 0 50px 70px 50px !important;
	}
	
	.vivo2 #vivo-produkty .flex .flex-x.karafka {
		margin: 0 50px 0px 50px !important;
	}
	
}

@media screen and (max-width: 1080px) {
	
		#vivo.vivo2 section.blue {
			margin-bottom: -22px;
			border-right: 20px solid #0f3375;
		}

		#vivo.vivo2 section.blue .block {
			max-width: 100%;
		}
	
	#vivo.vivo2 section.vivo-stopka {
		padding: 40px 0;
	}
	
}

@media screen and (max-width: 1050px) {
	
	.vivo-kieliszek {
		background: none;
	}
	
	.vivo-kieliszek .block {
		max-width: 100%;
	}
	
	.vivo-kieliszek h3 {
		position: relative;
		width: auto;
		margin: 0 20px;
		text-align: center;
		padding: 50px;
		top: 0px;
		font-size: 30px;
		line-height: 35px;
	}
	
	.vivo-txt.vivo-txt-1, .vivo-txt.vivo-txt-2, .vivo-txt.vivo-txt-3 {
		position: relative;
		top: 0px;
		left: auto;
		right: auto;
		display: block;
		float: none;
    	clear: both;
	}
	
	.vivo-kieliszek .block {
		position: relative;
	}
	
	.vivo-kieliszek .vivo-cir {
		margin: 0 0 0 0 !important;
		width: auto !important;
		height: auto !important;
		padding: 0 40px 0 40px !important;
		background: none;
		display: block;
	}
	
	.vivo-kieliszek .vivo-txt img {
		display: block;
		margin: 50px auto;
	}
	
	#vivo.vivo2 section.vivo-stopka {
		margin: 0;
	}
	
	.vivo-kieliszek .vivo-txt-3 .vivo-cir {
		padding-bottom: 100px !important;
	}
	
	.vivo-big-img .vivo-2-szklo img {
		height: 100%;
	}
	
	.vivo-big-img.karafka .vivo-2-szklo img, .vivo-big-img.szampan .vivo-2-szklo img, .vivo-big-img .vivo-2-szklo img {
		margin: 0 30px 0 -30px;
	}
	
}

@media screen and (max-width: 980px) {
	
	#vivo.vivo2 #kolko-2 {
		margin-top: -80px;
	}
	
}

@media screen and (max-width: 780px) {
	
	#vivo.vivo2 #kolko-2 {
		margin-top: 0px;
	}
	
}

@media screen and (max-width: 450px) {
	
	#vivo.vivo2 #kolko-2 {
		margin-top: 30px;
	}
	
	#vivo #kolko-2 .kolko-tresc:before {
		right: -145px;
	}
	
	#vivo #kolko-2 .kolko-tresc div {
		margin-right: -100px;
	}
	
}

.wielka-sobota {
    margin: 10px 0;
}

.almost-mobile {
	display: none;
}

#one-and-half {
	margin-bottom: 8px;
}

.page-aktualnosci h3 {
	font-weight: 300;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.page-aktualnosci .text {
    padding: 30px 50px;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
	font-family: "HelveticaNeue Bold";
	src: url("/wp-content/themes/spar_v2/fonts/HelveticaNeueBold.ttf");
}

@font-face {
	font-family: "TheAbsolute";
	src: url("/wp-content/themes/spar_v2/fonts/TheAbsolute.ttf");
}

.page-id-3056 h1.post-title, .page-id-3125 h1.post-title {
	display: none;
}

#kupuj-polskie {
	background: url(https://spar.pl/wp-content/uploads/2021/03/guzik_wielkanoc.jpg);
	background-size: cover;
}

.fullsize.kupujpolskie {
	margin-bottom: 1px;
}

#kupuj-polskie:hover, #produkty-polskie-pasek:hover {
	cursor: pointer;
}

#produkty-polskie-pasek {
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	background: url(/wp-content/themes/spar_v2/images/promo/spar_bg.jpg);
	/*
	background: url(/wp-content/themes/spar_v2/images/loteria/loteria-home-bg.png);*/
	/*background: url(/wp-content/themes/spar_v2/images/lepszywybor/WWW_lepsze-wybory_tlo.jpg);
	background: url(/wp-content/themes/spar_v2/images/loteria/2/WWW_loteria_tlo_v2.jpg);*/
    background-attachment: fixed;
    background-size: cover;
	background-position: center center;
}

.claim {
	font-family: "TheAbsolute";
	margin-top: -10px;
    margin-left: 20px;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	padding: 0;
	z-index: 999999999999999999999999999;
}

.small {
	font-size: 11px;
}

img {
	max-width: 100%
}

body.logged-in .fixed {
    top: 32px;
}

nav {
	max-width: 1280px;
	padding: 0 50px;
	margin: 0 auto;
}

nav ul {
	padding: 0;
	margin: 0
}

nav ul li {
	display: inline-block;
	padding: 20px 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}


nav ul li a {
	color: rgba(0,121,52,1);
	display: inline-block
}

nav img {
	float: left;
	padding: 20px 0 0 0
}

nav ul {
	float: right
}

.menu i {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

ul li.about-spar img {
    background: rgba(0,0,0,0);
    padding: 0;
    max-height: 14px;
    float: none;
    margin: 0 auto 10px auto;
    display: block;
}

a {
	text-decoration: none;
	color: #000
}

a.button {
	background: rgba(0,121,52,0.75);
	color: #fff;
	transition: 0.2s;
	padding: 10px;
	margin: 10px 0;
	padding: 10px 15px;
	display: inline-block
}

a.button:hover {
	background: rgba(0,121,52,1);
}

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

video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

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

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 15px 0
}

h1, h2 {
	font-weight: 300;
	font-size: 37px;
	letter-spacing: 1px;
	line-height: 1.2
}

.test h1, h2 {
	font-size: 30px;
}

h1 {
	font-size: 43px
}

h3 {
	font-weight: 700;
}

.flex {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
}

.flex-x {
	flex: 1;
	width: calc(50% - 8px);
	margin: 0;
}

.flex-x-2 {
	flex: 2
}

.flex-parent {
	height: 100%
}

.flex-parent .flex-x {
	overflow: hidden;
}

section:first-of-type {
	margin-top: 95px;
}

.block {
	max-width: 1280px;
	margin: 0 auto;
	display: block
}

.flex-x.left {
	margin: 0 4px 0 0
}

.flex-x.right {
	margin: 0 0 0 4px;
}

.flex-x.middle {
	margin: 0 4px;
}

.red a {
	font-weight: bold;
	color: rgb(224,0,52)
}

.white {
	background: #fff;
}

.green {
	background: rgba(0,121,52,1)
}

.yellow {
	background: #F7EF34
}

.red-bg {
	background: rgb(224,0,52);
	text-align: center
}

.red-title {
	background: rgb(224,0,52);
	margin-bottom: 30px
}

.home h2.text.red-title {
	padding: 50px;
	color: #fff
}

.red-bg img {
	max-height: 200px;
	margin: 40px 0 0 0
}

.red {
	color: rgb(224,0,52)
}

.text {
	padding: 50px;
}

a.jump {
	display: block;
	text-align: right;
	padding: 25px 50px 50px 50px;
}

.big-button {
	background: rgba(0,121,52,1);
	margin: 8px 0 0 0;
}

.rwd {
	display: none
}

#dolacz-do-nas:hover, #dolacz-do-nas-2:hover, #strefa-partnera:hover, #znajdz-sklep:hover, #e-sklep:hover, #gazetki:hover, #katalog-spar:hover, #vivo-guzik:hover, #wielkanoc:hover, #dolacz-do-nas-3:hover, #bieganie:hover {
	cursor: pointer;
}

/* Homepage */

#slider {
	/* background: radial-gradient(at 50% 35%, rgba(255,255,255,1) 0%, rgba(88,177,206,1) 100%); */
	height: 458px;
	padding: 0;
	position: relative;
	max-width: calc(50% - 4px);
	overflow: hidden;
}

.fullsize {
	margin-bottom: 8px;
}

.fullsize #slider {
	max-width: 100%;
	height: auto;
	max-height: 309px;
}

.fullsize #slider .slider-info {
	bottom: 10px;
}

.fullsize #slider .slider-info a {
	margin-bottom: -5px;
}

.fullsize #slider ul.lSPager.lSpg {
	margin-top: -316px !important;
}


ul.lSPager.lSpg {
    margin-top: -250px !important;
    padding: 0 0 150px 0 !important;
}

ul.lightSlider li.active::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: -1;
}

#slider .lSSlideOuter {
	margin-top: 0px;

}

#slider ul.lightSlider {
    height: 600px !important;
}

#slider .lSAction {
    display: none !important;
}

#one .produkt-tygodnia {
	height: 278px;
	overflow: hidden;
}

.home #one .white {
	margin-top: 8px;
}

.home #one .white .text {
    height: 185px;
}

/*

ul.lightSlider li:nth-child(2)::before, ul.lightSlider li:nth-child(6)::before {
	background: radial-gradient(at 50% 35%, rgba(255,255,255,1) 0%, rgba(185,234,179,1) 100%);
}
ul.lightSlider li:nth-child(3)::before {
	background: radial-gradient(at 50% 35%, rgba(255,255,255,1) 0%, rgba(157,68,110,1) 100%);
}
ul.lightSlider li:nth-child(5)::before {
	background: radial-gradient(at 50% 35%, rgba(255,255,255,1) 0%, rgba(152,221,223,1) 100%);
}
ul.lightSlider li:nth-child(1)::before, ul.lightSlider li:nth-child(4)::before {
	background: radial-gradient(at 50% 35%, rgba(255,255,255,1) 0%, rgba(238,220,156,1) 100%);
}

ul.lightSlider li::before {
	background: #fff;
	background-size: 100% auto;
	background-position: center center;
}
*/

/*
 * 
ul.lightSlider li:nth-child(2)::before, ul.lightSlider li:nth-child(8)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/slide_bg_1.jpg);
}



ul.lightSlider li:nth-child(2)::before, ul.lightSlider li:nth-child(8)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/slide_bg_1.jpg);
}


ul.lightSlider li:nth-child(3)::before {
	background: url(https://spar.pl/wp-content/uploads/2021/03/slide_bg2.jpg)
}
ul.lightSlider li:nth-child(4)::before {
	background: url(https://spar.pl/wp-content/uploads/2021/03/slide_bg3.jpg)
}
ul.lightSlider li:nth-child(5)::before {
	background: url(https://spar.pl/wp-content/uploads/2021/03/slide_bg4.jpg)
}
ul.lightSlider li:nth-child(6)::before {
	background: url(https://spar.pl/wp-content/uploads/2021/03/slide_bg5.jpg)
}
ul.lightSlider li:nth-child(1)::before, ul.lightSlider li:nth-child(7)::before {
	background: url(https://spar.pl/wp-content/uploads/2021/03/slide_bg6.jpg)
}

*/

.flex.slider-info .flex-x.small {
    margin-top: 10px;
}


#slider .text {
	padding: 0 30px;
	font-size: 11px
}

.slider-info {
	padding: 30px 30px 0 30px;
	position: absolute;
	bottom: 30px;
	right: 0px;
	left: 0px;
}

.slider-info a {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.kafle .flex-x {
	height: 278px;
	overflow: hidden;
	margin-bottom: 8px;
}

.przepis {
	margin: 4px;
}

.lista-produktow {
	padding: 0 42px
}

.przepis .thumbnail {
	height: 300px;
}

.home section {
	margin-top: 8px;
}

.home section#one {
	margin-bottom: -8px;
	margin-top: 95px
}

.home h2.text {
	padding: 50px 50px 25px 50px
}

.title h4, .title h3 {
    margin: 0;
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
}

.title h4 span, .title h3 span {
    font-weight: 300;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.towar {
	padding: 70px 20px 0px 20px;
	transition: 0.2s;
	height: 420px;
	background: #fff;
	position: relative;
}

.produkt {
	margin: 0 4px;
}

.produkt .data {
	margin: 15px 0 0 0;
	font-size: 11px;
	opacity: 0.5;
	transition: 0.2s;
}

.produkt:hover .data {
	opacity: 1
}

.towar h4, .towar h3 {
	font-size: 15px;
	line-height: 1.7;
	padding: 0;
	margin: 0 0 0 0
}

.towar .thumbnail {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}

.towar .thumbnail img {
	width: auto;
}

.towar:hover {
    transform: scale(1.02);
}

.towar .cena {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 900;
    transition: 0.3s;
}

.towar .cenowka {
	background: #db0038;
    color: #fff;
	position: relative;
	padding: 2px 20px;
    font-size: 35px;
	font-family: "Helvetica Neue Black Cn";
}

.towar .cena:before {
	content: "";
    top: -7px;
    bottom: 7px;
    right: -7px;
    left: 7px;
    position: absolute;
    background: #fffb3d;
}

.towar .cena .cena_grosze {
    vertical-align: super;
    font-size: 25px;
    display: inline-block;
	margin: 0 0 0 3px;
	position: relative;
}

.towar .cena .cena_grosze:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    bottom: 6px;
    right: 0px;
}

.towar .cena-za {
    position: absolute;
    right: 20px;
    top: 80px;
	font-size: 12px;
	text-align: right !important;
}

.towar .meta {
	font-size: 17px;
	font-weight: 400;
}


.green h4, .green h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
	line-height: 30px;
    padding: 30px;
	position: relative
}

.green h4 a, .green h3 a {
	color: #fff
}

.home .lista-przepisow {
	padding: 0 46px;
}

.yellow h4, .yellow h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
	line-height: 30px;
    padding: 30px;
	position: relative;
	font-weight: bold;
}

#wiosna {
	background-size: 100% !important;
	color: #fff !important;
}

#znajdz-sklep {
    background: rgb(0,121,52) url(/wp-content/themes/spar_v2/images/sklep_spar.jpg) no-repeat center center;
    background-size: cover;
    transition: 0.5s;
}

#dolacz-do-nas, #dolacz-do-nas-2 {
    background: rgb(0,121,52) url(/wp-content/themes/spar_v2/images/spar_dolacz-do-nas.jpg) no-repeat center center;
    background-size: cover;
    transition: 0.5s;
}

#strefa-partnera {
    background: rgb(0,121,52) url(/wp-content/themes/spar_v2/images/spar_strefa-partnera.jpg) no-repeat center center;
    background-size: cover;
    transition: 0.5s;
}

#dolacz-do-nas-2:hover h4, #wiosna:hover h4, #wielkanoc:hover h4 {
	animation-name: square-hover-h4;
  	animation-duration: 0.4s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

@keyframes square-hover-h4 {
	0% {margin-left: 0px; opacity: 1}
  	50% {margin-left: 100%; opacity: 0}
	51% {margin-left: -100%; opacity: 0}
	100% {margin-left: 0px; opacity: 1}
}

#e-sklep {
	position: relative;
}

/*

#e-sklep:hover img {
	animation-name: red-square-hover-img;
  	animation-duration: 0.2s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-and-out;
}

@keyframes red-square-hover-img {
  to {opacity: 0.5; margin-left: 36%}
}

#e-sklep:after {
	content: "zrób zakupy online";
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 150px;
    letter-spacing: 1px;
	opacity: 0
}

#e-sklep:hover:after {
	animation-name: red-square-hover;
  	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

@keyframes red-square-hover {
  from {opacity: 0; left: -30px;}
  to {opacity: 1; left: 30px;}
}

*/

/* Przepisy */

.flex-x.przepis {
	flex: 1 calc(25% - 8px);
	max-width: calc(25% - 8px);
}

.flex-x.przepis h4, .flex-x.przepis h3 {
	padding-right: 30px
}

.page-przepisy .lista-przepisow {
	margin: 0 -4px;
}

.page-przepisy .flex-x.przepis {
    flex: 1 calc(25% - 68px);
    max-width: calc(25% - 68px);
    padding: 30px;
}

.page-przepisy .przepis .thumbnail {
    height: 250px;
	position: relative
}

.page-przepisy .title {
	margin-bottom: 4px;
}

.page-przepisy .przepis-meta span {
	display: inline-block;
	margin: 0 0 5px 5px;
	background: #fff;
	padding: 5px 10px;
	font-size: 11px;
}

.page-przepisy .przepis-meta span.czas::before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding: 0 5px 0 0
}

.page-przepisy .przepis-meta span.porcje::before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding: 0 5px 0 0
}

.przepis-meta {
    position: absolute;
    top: 8px;
    right: 8px;;
	opacity: 0.7;
	transition: 0.5s
}

.przepis:hover .przepis-meta {
	opacity: 1
}

#przepis .thumbnail {
	height: 100%;
	position: relative;
}

#przepis .skladniki {
	color: #fff;
	font-weight: bold;
}

#przepis .skladniki ul {
    padding: 0 0 0 20px;
}

#przepis h1 {
	padding: 0;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
}

#przepis h4 {
	padding: 0;
}

#przepis .print-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    transition: 0.5s;
}

.print-button:hover {
	cursor: pointer
}

/* Promocje */

.page-promocje .flex-x {
    flex: 1 calc(50% - 8px);
}

.page-promocje .flex-x.full {
	flex: 1 100%;
	width: 100%
}

.page-promocje .extra-promo {
	padding: 0 50px 50px 50px;
}

.regulamin {
	display: block;
	text-align: right;
	font-size: 11px;
}

.page-promocje .red-bg {
	text-align: left;
	color: #fff
}

.page-promocje .red-bg a {
	color: #fff
}

.page-promocje .red-bg img {
	margin: 0;
	max-height: 100%
}

/* O Spar */

.page-o-spar .text {
	padding: 25px 50px;
	font-size: 14px
}

section.page-o-spar#one {
	margin-bottom: 8px
}

/* Aktualności */

.aktualnosc {
	margin: 0
}

.page-aktualnosci .flex-x.white {
    margin-bottom: 7px;
}

#post h1 {
	padding: 0;
	font-size: 26px;
	margin: 0 0 20px 0;
}

/* Dołącz do nas */

section.page-dolacz-do-nas#one {
	margin-bottom: 8px
}


/* Znajdz sklep */

#cityInputDiv gmp-place-autocomplete {
    border: 1px solid rgba(0,121,52,0.35);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
	color-scheme: light;
}

.gm-input {
    background: #fff;
	color: #000;
}

#cityInputDiv input {
	color: #000 !important;
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

.pac-container.pac-logo {
    top: 225px !important;
}

.znajdz-sklep select {
    min-width: 100px;
    padding: 10px;
    margin: 0 10px 0 0;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(0,121,52,0.35);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

#geolokalizacja {
    font-size: 13px;
    margin: 10px 0
}

#geolokalizacja i {
    font-size: 17px;
    margin: 0 5px;
    color: rgb(224,0,52);
}

#geo-alert {
    font-size: 13px;
}

.oznaczenia {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px;
    border: 1px solid rgba(0,121,52,0);
}

.oznaczenia .oznaczenie {
    display: inline-block;
    margin: 0 30px 0 0;
}

.oznaczenia img {
    max-width: 20px;
    vertical-align: middle;
}

.oznaczenia span {
    vertical-align: middle;
}

.oznaczenia h4 {
	padding-top: 0px
}
/*
section.page-nasze-sklepy#one {
	margin-bottom: 8px;
}

#info-dowoz {
	margin: 8px auto;
}

*/


#info-box {
    margin: 8px 8px 8px 8px;
	height: 170px;
}

section.page-nasze-sklepy#two {
	margin-top: 8px;
}

.lista-sklepow {
	margin-top: 8px;
}

.gwiazdeczki {
	margin: 8px auto
}

section.page-nasze-sklepy.znajdz-sklep .flex-x {
	margin-right: 0px;
	margin-left: 0px;
}

section.page-nasze-sklepy.znajdz-sklep .text {
	padding: 10px 50px;
	display: grid;
	grid-template-columns: 1fr auto;
}

.box {
    width: calc(50% - 44px);
    float: right;
    margin: 0 0 0 4px;
	background: rgb(224,0,52);
	height: 130px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(224,0,52,0.05);
}

.box a {
	display: inline-block;
	position: relative
}

.box img {
	max-height: 130px;
}

#box-shop {
	margin: 0px;
}

#lista-sklepow {
	width: calc(100% - 8px);
	padding: 8px 4px;
}

#mapa {
    margin-bottom: 8px;
    height: 697px;
    width: calc(50% - 8px);
    float: left;
	margin-left: 4px;
	margin-right: 4px
}

#mapa #map {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.sklep {
    width: calc(25% - 90px);
    margin: 0 4px 8px 4px;
    padding: 30px 40px 20px 40px;
    height: 175px;
    float: left;
	position: relative;
	font-size: 13px;
	background: #fff;
	border: 1px solid rgba(0,121,52,1)
}


.sklep .miasto span {
	color: rgb(0,121,52);
	font-size: 12px;
	font-weight: 700
}

.miasto {
	position: relative;
	margin: 0 0 25px 0;
}

.miasto::after {
	content: "";
	width: 40px;
	height: 3px;
	background: rgb(0,121,52);
	position: absolute;
	bottom: -10px;
	left: 0px;
}

.miasto-meta {
	font-size: 13px;
}

.miasto h4 {
	margin-top: 0px;
}

.sklep .permalink {
    font-size: 13px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    left: 40px;
}

.sklep .favs {
    position: absolute;
    top: 20px;
    right: 30px;
}

.sklep .favs img {
	margin: 0 0 0 5px;
	max-width: 25px;
}

.sklep .opening {
	font-size: 13px;
}

.gwiazdeczki p {
	margin: 0;
	padding: 20px 15px;
}

.sklep-single {
	font-size: 14px;
}

.sklep-single h4 {
	padding: 0 0 15px 0
}

.sklep-extra-info {
	margin: 0 0 0 4px
}

.sklep-extra-info p {
	margin: 0
}

section.sklep-single#one {
	margin-bottom: 8px;
}

section.sklep-single#two .flex-x .flex {
	height: 100%
}

section.sklep-single#two .left-8 {
	margin-left: 8px;
}

section.sklep-single h2 {
	padding-top: 0px;
}

/* Kontakt */

#step-1 span.option {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid rgba(0,121,52,0.5);
	display: block;
	margin: 0 0 5px 0;
}

#step-1 span.option.selected {
	border: 1px solid rgba(0,121,52,1);
	background: rgba(0,121,52,1);
	color: #fff
}

#option-1-child {
	padding: 0 0 20px 0
}

#step-2 span.option {
	font-size: 13px;
    padding: 7px;
    display: block;
	position: relative;
	transition: 0.5s
}

#step-2 span.option::after {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	transition: 0.5s
}

#step-1 span.option:hover, #step-2 span.option:hover, #option-2-back-to:hover {
	cursor: pointer;
}

#step-2 span.option:hover {
	padding-left: 12px
}


#step-2 span.option:hover::after {
	right: 5px;
}

#option-2-form .form, #option-2-child, #option-3-child {
	display: none
}

#option-2-form .option, #option-2-back-to .option {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

#option-2-form .option {
	margin-bottom: 30px;
}

#option-2-back-to {
	text-align: right;
	margin: 70px 0 -30px 0;
	display: none
}

#option-2-form .option::before {
	content: "Kontaktujesz się w ramach kategorii: ";
	font-weight: normal
}

#option-2-form .option::after {
	content: "\f05a";
	position: absolute;
    left: 0px;
	top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    font-style: italic;
}

div.wpcf7-response-output {
    font-size: 12px;
    font-style: italic;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form.wpcf7-form p {
    margin: 0px;
}


div.wpcf7 {
    margin: 0;
    padding: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input, .wpcf7 textarea {
    background: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
	border: 0px;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid rgba(0,121,52,1)
}

.wpcf7 textarea {
	border: 1px solid rgba(0,121,52,1);
}

.contact-select {
    margin-bottom: 54px;
}

input.wpcf7-submit {
    padding: 20px 30px;
    border: 0px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: rgb(244,0,52);
    width: auto;
	float: right;
	clear: both;
}

.contact-form {
    padding: 50px;
	margin: 0;
}

.page-dolacz-do-nas .kafle {
	margin: 8px 0 0 0;
}

.page-dolacz-do-nas .kafle .flex-x {
	height: auto;
	margin-bottom: 0px;
}

.page-dolacz-do-nas .kafle h2 {
	padding: 0
}

.page-kontakt .kafle {
	margin-top: 8px
}

.page-kontakt .kafle .flex-x {
	margin-bottom: 0px;
}

/* Footer */


footer {
	margin: 8px 0 150px 0;
	font-size: 14px;
	position: relative;
	
}

footer .block {
	max-width: 1140px;
    padding: 70px;
    background: #fff;
}

footer img {
	max-width: 150px;
}

footer ul {
	padding-left: 15px;
}

footer ul li {
	list-style-type: none;
	transition: 0.5s;
	margin: 0 0 5px 0
}

footer a {
	transition: 0.5s
}

footer a:hover {
	color: rgb(0,121,52);
}

footer h4 {
	margin-top: 0px;
}

footer .przepis {
	flex: 1
}

footer .social-info {
	margin-top: 15px;
}

footer .credit {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

footer .credit img {
	max-width: 115px;
}

#malina {
    position: absolute;
    top: 250px;
    left: calc(50% - 690px);
}

#truskawka {
    position: absolute;
    top: 130px;
    right: calc(50% - 750px);
}

#truskawka img {
    max-width: 250px;
}


/* Gazetka */

.page-gazetka {
	margin-bottom: -8px;
}

.page-gazetka .flex-x {
	margin: 0 8px 0 0;
}

.page-gazetka .flex-x.express {
	margin: 0 0 0 0
}

.page-gazetka .flex-x .cover {
	padding: 20px;
	background: #fff;
	margin: 0 0 8px 0
}

.page-gazetka .flip {
	position: fixed;
	height: 90vh;
	top: 5vh;
	width: 1280px;
	left: calc(50% - 640px);
	z-index: 999;
	display: none
}

.page-gazetka .flip::before {
	content: "";
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: rgba(255,255,255,0.5)
}

#gazetka .block {
	background: #fff;
	padding: 0 0 20px 0
}

.page-gazetka .meta {
	padding: 20px;
	background: #fff;
	margin: 0 0 8px 0;
	height: 80px;
	text-align: center
}

.page-gazetka .meta img {
	max-height: 40px;
	margin-top: 10px;
}

.page-gazetka .express .meta img, .page-gazetka .spar.mini .meta img {
	max-height: 50px
}


.single-gazetka .green h4 {
	padding: 0;
}

.single-gazetka .green h4 a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
	line-height: 30px;
    padding: 30px;
	position: relative;
	display: inline-block;
	background: rgb(224,0,52);
}

.single-gazetka .big-button {
    background: rgba(0,121,52,1);
}

/* Inne */

.social {
    position: fixed;
    top: 30vh;
    right: 0px;
    z-index: 9999;
}

.social a {
    color: #fff;
    display: block;
    padding: 10px 17px;
	font-size: 14px;
}

.social > div {
	opacity: 0.4;
	transition: 0.5s
}

.social > div:hover {
	opacity: 1
}

.social .facebook a {
	padding: 10px 14px 10px 20px;
}

.social .facebook {
    background: #3b5998;
}

.social .instagram {
    background: #FCAF45;
}

.social .e-spar {
	background: rgb(224,0,52);
}

.social .linkedin a {
	padding: 10px 14px 10px 20px;
}

.social .linkedin {
    background: #0e76a8;
}

.social .youtube {
    background: #FF0000;
}


/* X. Cookie info */

#cookie-info {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 300px;
	font-size: 11px;
	background: rgb(0,121,52);
	padding: 30px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	z-index: 99999
}

#cookie-info p {
	margin: 0 0 15px 0
}

#cookie-info a {
	color: #fefefe
}

#cookie-x {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	display: inline-block;
	float: right
}

#cookie-x:hover {
	cursor: pointer;
}

#privacy-policy {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	display: inline-block;
}

.grecaptcha-badge {
	display: none
}

/* Popup */


.popup {
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding: 0;
	width: 600px;
	height: 428px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border: 10px solid #fff;
	z-index: 9999;
}

.popup::before {
    content: "";
    background: rgba(0,121,52,0.1);
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    position: absolute;
    z-index: -1;
}

.popup h2 {
	font-size: 25px;
}

#popup-x {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: 10px;
	transform: rotate(45deg);
	color: #000;
}

#popup-x:hover {
	cursor: pointer
}

#popup-ss {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9999;
}

#popup-ss-img {
    background: #fff;
}

#popup-ss-img img {
	padding: 10px 10px 5px 10px;
	max-width: 450px;
}

#popup-ss-x {
	font-size: 10px;
	float: right;
	padding: 0px 10px 5px 10px;
	background: white;
}

#popup-ss-x:hover {
	cursor: pointer
}

.popup-xmas {
	position: fixed;
	right: calc(50% - 300px);
	bottom: calc(50% - 225px);
	padding: 5px 0 0 0;
	width: 600px;
	height: 450px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border: 10px solid #fff;
	z-index: 9999999999;
}

.popup-xmas img {
	display: block;
}

#popup-xmas-x {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 20px;
	transform: rotate(45deg);
	color: #fff;
}

#popup-xmas-x:hover, #swieta2021 {
	cursor: pointer
}

.przepisy-belka {
	background: rgb(224,0,52);
	padding: 20px;
	margin: 8px 0 0 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

/* Print */

@media print {
	nav .rwd, nav .menu, footer, .social, .print-button {
		display: none
	}
	
	.skladniki {
		padding: 0 0 0 30px !important;
	}
	
	.flex-x.wykonanie {
		display: block;
		flex: 1 100% !important;
		padding: 30px 0 0 0
	}
	
	* {
		background: rgba(0,0,0,0) !important;
		color: #000;
	}
	
	.page.single h1 {
		margin: 50px 0 30px 0
	}
	
	h4 {
		margin: 10px 0
	}
	
	.fixed {
		position: relative;
		display: block;
		margin: 20px 0
	}
	
	.przepis::after {
		content: 'Ten przepis został pobrany ze strony spar.pl. Po więcej inspiracji zajrzyj do zakładki "Nasze przepisy"';
		position: relative;
		max-width: 50%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	body {
		margin: 0 0 0 0
	}
}


.custom-height-new-contact {
	height: calc(100% - 100px);
}

/* RWD */



{
	
}

@media screen and (max-width: 1500px) {

#truskawka img {
    max-width: 200px;
}
	
#truskawka {
    right: calc(50% - 700px);
}
		
}

@media screen and (max-width: 1415px) {

#truskawka {
    top: 380px;
    right: calc(50% - 685px);
}
		
}


@media screen and (max-width: 1530px) {
/* 1380px */


	
footer .block {
	max-width: 940px
}
	
#truskawka {
    right: calc(50% - 585px);
}

#malina {
    left: calc(50% - 600px);
}
	
	.page-aktualnosci {
		font-size: 14px;
	}
		
}

@media screen and (max-width: 1340px) {
/* 1180px */
	
	#przepis .thumbnail {
		height: 500px;
	}
	
	#przepis .flex-x-2.right.white {
		flex: 0 100%;
		margin: 0 0 0 0;
	}
	
	.flex-x.poprzedni-przepis {
		margin: 8px 4px 0 0 !important;
	}
	
	.flex-x.kolejny-przepis {
		margin: 8px 0 0 4px !important;
	}

.page-aktualnosci .flex-x {
	flex: 100%;
	margin: 0 0 8px 0 !important;
	max-width: 100%;
	width: 100%;
}
	
.page-aktualnosci .flex.reverse {
    flex-direction: column-reverse;
}
	
.block, nav {
	/* max-width: 90%; */
	max-width: calc(90% - 100px)
}
	
footer .block {
	/* max-width: calc(90% - 140px) */
	max-width: calc(90% - 240px)
}
	
.towar {
    height: 270px;
}
	
#truskawka {
    right: calc(50% - 570px);
}
	
#malina {
    top: -70px;
    left: calc(50% - 200px);
}
		
}

@media screen and (max-width: 1080px) {

#truskawka {
    right: calc(50% - 525px);
}

}

@media screen and (max-width: 1340px) {
/* 1020px */
	
	
.popup-xmas {
	position: fixed;
	right: 10vw;
	bottom: 100px;
	padding: 0 0 0 0;
	max-width: 80vw;
	width: auto;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border: 10px solid #fff;
	z-index: 999999;
}
	
	.popup-xmas video {
		width: 30vw !important;
		height: 17vw !important;
		padding: 0 0 0 0;
	}
	
	.custom-height-new-contact {
		height: 100%;
	}
	
	.custom-height-new-dolacz.flex-x {
		margin-top: 8px !important;
	}
	
	.slider-info {
	padding-top: 0px;
}
	
	body {
		background: #f4f4f4 !important;
    	background-image: none !important;
    	font-size: 0.8em;
	}
	
	.nomobile {
		display: none;
	}
	
	.block, nav {
		max-width: calc(100% - 40px);
	}
	
	footer .block {
		background: none;
		padding: 30px 0;
	}
	
	footer {
    	margin: 8px 0 0 0;
	}
	

/*zmiany*/

.home .flex-x, .flex-x, #slider, .page-promocje .flex-x, .page-przepisy .flex-x.przepis {
	flex: 100%;
	margin: 0 0 8px 0 !important;
	max-width: 100%;
	width: 100%;
}

.flex-x.przepis {
    flex: calc(50% - 16px) !important;
    margin: 8px !important;
}

.page-id-6985 .przepis .thumbnail {
    height: 550px;
}

#one .flex-x.left .flex {
    display: inline-block;
    width: calc(50% - 2px);
}

#one .flex-x.left .flex img {
	display: block;
}

#one .produkt-tygodnia {
	height: auto;
}

/*zmiany*/
	
.flex-x.image {
	min-height: 500px;
	margin-bottom: 8px !important;
}

.home .flex-x.image {
	margin-bottom: 16px !important;
}
	
	.single .flex-x.image {
		min-height: auto;
	}
	
	.single .flex-x.image img {
		width: 100%;
	}
	
	.postid-4425 .bieg-single {
		padding-bottom: 20px;
	}
	
	.postid-4425 .bieg-single img {
		width: 100%;
	}

.page-o-spar#two .flex {
    flex-direction: column-reverse;
}
	
.page-promocje .flex-x {
	margin: 0 !important;
}
	
.flex-x {
	margin: 0 !important;
}
	
#truskawka {
    right: calc(50% - 225px);
    bottom: -120px;
    top: auto;
}
	
#slider {
    padding: 0 !important;
    position: relative !important;
	background: url(https://spar.pl/wp-content/themes/spar_v2/images/promo/slider/mslider_bg_blue.jpg) no-repeat;
	background-size: cover !important;
	height: 280px;
}
	
/*
ul.lightSlider li::before {
    background-image: none !important;
	display: none;
}
*/
	
	ul.lightSlider li:nth-child(2)::before, ul.lightSlider li:nth-child(10)::before {
	background: none !important;
		display: block !important;
}
	
	#slider ul.lightSlider li:nth-child(2) img, #slider ul.lightSlider li:nth-child(10) img {
		width: 100%;
	}
	
/*
	
ul.lightSlider li:nth-child(3)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/mslide_bg.jpg) !important;
}
ul.lightSlider li:nth-child(4)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/mslide_bg.jpg) !important;
}
ul.lightSlider li:nth-child(5)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/mslide_bg.jpg) !important;
}
ul.lightSlider li:nth-child(6)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/mslide_bg.jpg) !important;
}
ul.lightSlider li:nth-child(1)::before, ul.lightSlider li:nth-child(7)::before {
	background: url(/wp-content/themes/spar_v2/images/promo/slider/mslide_bg.jpg) !important;
}
	
*/

.towar {
    height: 410px;
}

.home section#one {
    margin-bottom: -16px;
}
	
.home section#three {
    margin-top: -8px;
}
	
.home section#six {
    margin-top: -8px;
	margin-bottom: -16px;
}
	
footer {
	text-align: center
}
	
footer ul {
    padding-left: 0px;
}
	
#geolokalizacja, #geo-alert {
	padding: 0 50px;
}
	
.oznaczenia {
	padding: 30px 50px
}
	
.flex-x#info-box {
	margin: 0 4px !important
}
	
.block.lista-sklepow {
    max-width: 100%;
}
	
#mapa {
    width: calc(100% - 8px);
}

.box, #box-shop {
	margin: 0 4px;
	width: calc(50% - 48px);
}
	
.sklep {
	width: calc(50% - 90px);
}
	
.sklep-extra-info {
	margin: 8px 0 0 0	
}
	
.left-8 {
    margin-top: 8px !important;
}
	
#przepis .skladniki {
	margin-bottom: 8px !important;	
}
	
.page-przepisy .block.white.title {
    max-width: calc(100% - 40px);
    margin-bottom: 8px;
}
	
	.page-przepisy .lista-przepisow {
		margin: 0 0 0 0;
	}
	
	.page-przepisy .przepis .thumbnail {
    height: 500px;
    position: relative;
}
	
	.page-przepisy .block.white.title .flex .flex-x {
		    margin: 0 20px 0 0 !important;
		width: auto;
	}

.page-kontakt .kafle {
    position: absolute;
    bottom: 0px;
	width: 90%;
}
	
.page-kontakt .kafle .flex-x.right .text {
    padding-top: 0
}
	
.contact-form {
    padding: 30px;
}
	
section.page-kontakt#one {
	position: relative;
	margin-top: 68px;
}
	
section.page-dolacz-do-nas#one {
	position: relative;
	margin-top: 68px;
}
	
section.page-dolacz-do-nas#two .middle {
	margin: 8px 0 !important
}
	
.rwd {
	display: block;
    position: fixed;
    top: 15px;
    z-index: 9999999999999999999;
    right: 40px;
    font-size: 18px;
}
	
nav ul.menu {
    position: fixed;
    top: 64px;
    left: 0px;
    right: 0px;
    background: #fff;
	padding: 10px 0;
	display: none
}
	
nav ul.menu li {
    text-align: center;
    margin: 4px 2px;
	display: block;
}
	
.menu i, ul li.about-spar img {
    display: inline-block;
	margin: 0 10px 0 0
}
	
}

@media screen and (max-width: 700px) {
	
.popup {
	position: fixed;
	right: 10%;
	width: 80%;
	height: auto;
	    border-bottom: 4px solid #fff;
	z-index: 9999;
}

#step-1 span.option {
    display: block;
    margin: 0 0 8px 0;
}

.sklep {
    width: calc(100% - 90px);
}

.page-o-spar .text {
	font-size: 15px;
}
	
h1.post-title {
    font-size: 35px;
}
	
ul.lSPager.lSpg {
    margin-top: -300px !important;
}
}


/* Strażnicy świeżości */

#ss-bg-left {
	position: fixed;
	top: 130px;
	bottom: 0px;
	left: calc(50% - 830px);
}

#ss-bg-left img, #ss-bg-right img {
	max-height: calc(100vh - 130px)
}

#ss-bg-right {
	position: fixed;
	top: 130px;
	bottom: 0px;
	right: calc(50% - 830px);
}

#ss-button {
	background: rgb(0,121,52) url(/wp-content/themes/spar_v2/images/xmas/xmas_przycisk_bg.jpg) no-repeat center center;
    background-size: cover;
    transition: 0.5s;
	text-align: center;
	position: relative;
}

#ss-button img {
	transition: 0.5s;
	position: absolute;
	height: 100%;
    width: auto;
    max-width: fit-content;
}

.ss-button-1 {
	bottom: 0px;
	right: 0px;
}

.ss-button-2 {
	top: 0px;
	left: 0px;
}

#ss-button:hover img.ss-button-1 {
    transform: scale(1.1);
	
}
h2.ss-title {
	margin-bottom: 30px;
	background: rgba(0,121,52,1) url(https://spar.pl/wp-content/themes/spar_v2/images/promo/banner_bg.png) no-repeat center left;
	position: relative;
	height: 136px;
}

h2.ss-title::after {
	content: url(https://spar.pl/wp-content/themes/spar_v2/images/promo/banner_1.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

h2.ss-title::before {
	content: url(https://spar.pl/wp-content/themes/spar_v2/images/promo/banner_2.png);
	position: absolute;
	top: 0px;
	right: 0px;
}

.home h2.ss-title {
    padding: 0;
    color: #fff;
}

#ss-slider-container {
	padding: 50px 50px 10px 50px;
	background: #ebebeb;
}

#ss-slider .towar h4, #ss-slider .towar h3 {
	font-size: 20px;
	line-height: 1.2;
}

#ss-slider-container .lSPager {
	display: none
}

#ss-slider .towar:hover {
    transform: scale(1);
}

#ss-slider-container .lSSlideOuter {
    position: relative;
    overflow: visible;
}

#ss-slider-container .lSSlideWrapper {
    position: static;
}

#ss-slider-container .lSAction > .lSPrev {
    left: -37px;
}

#ss-slider-container .lSAction > .lSNext {
    right: -37px;
}

li.green {
    background: none;
    font-weight: bold;
}

li.green a {
	color: rgba(0,121,52,1);
}

.ss-banner img {
    padding: 20px;
    margin: 8px 0;
    padding: 20px;
    background: #fff;
    width: calc(100% - 40px);
}


/* Marka własna */

.marka-wlasna .flex-x {
    flex: 0 calc(25% - 8px);
    margin: 0;
    display: flex;
    margin: 4px !important;
}

.marka-wlasna.lista {
    background: #fff;
    padding: 30px 26px;
	width: auto;
}

.marka-wlasna.lista .produkt-mw {
	padding: 20px;
	border: 1px solid rgba(0,121,52,1);
	width: 100%;
	max-height: 350px;
}

.marka-wlasna.lista .produkt-mw h4 {
	text-align: center;
	font-size: 14px;
}

.marka-wlasna.lista .produkt-mw span {
	display: block;
	text-align: center;
	font-size: 13px;
}

.flex-x.lista-kategorii {
    max-width: 260px;
    margin: 0 8px 0 0;
	background: #fff;
	padding: 30px;
}

.lista-kategorii ul {
    padding: 0 0 0 0;
    list-style-type: none;
	z-index: 999;
	margin: 0px;
}

.lista-kategorii ul.sub-cat {
	border-top: 1px solid rgba(0,121,52,1);
}

.lista-kategorii ul.sub-cat li {
	padding: 5px 15px;
}

.lista-kategorii ul li {
    border-bottom: 1px solid rgba(0,121,52,1);
    padding: 5px 10px;
    font-size: 13px;
	z-index: 999
}

.lista-kategorii .jump ul li {
	z-index: 999
}

.lista-kategorii ul li:last-of-type {
	border-bottom: 0px;
}

.lista-kategorii ul li a, .lista-kategorii .jump ul li a {
	z-index: 999;
	position: relative
}

a.cat-item.current-cat {
    font-weight: bold;
    color: rgb(224,0,52);
}

.sticky.jump {
    padding: 130px 0 0 0;
	z-index: 9999
}

#wyszukiwarka-1, #wyszukiwarka-2 {
	background: #fff;
	padding: 20px 40px;
}

#wyszukiwarka-1 {
	margin: 2px 0 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.2)
}

#wyszukiwarka-2 {
	margin: 0 0 8px 0;
	text-align: center;
}

/*
#wyszukiwarka-2 .flex {
	display: inline-flex;
}
*/

#wyszukiwarka-2 .flex-x {
    width: fit-content;
    flex: 1 0 auto;
	width: auto;
}

#wyszukiwarka-2 label {
	font-size: 12px;
}

#wyszukiwarka input {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    border: 0px solid rgba(0,0,0,0);
    background: #fff;
}

#wyszukiwarka input[type=submit] {
    background: rgb(224,0,52);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
	float: right;
    width: 200px;
}

.flex-x.search input {
	width: calc(100% - 60px);
}

.flex-x.submit {
    flex: 200px 0;
}

.fiszka {
	padding: 40px;
	margin: 0 0 8px 0
}

.fiszka .flex-x.left {
	max-width: 400px;
	padding: 0 0 0 40px;
	text-align: center;
}

.fiszka .flex-x.right {
	padding: 0 30px 0 100px;
	position: relative;
}

.fiszka h2 {
	font-weight: bold;
	text-transform: uppercase;
}

.opis-przyrody {
	font-size: 17px;
	margin-bottom: 50px;
}

.big-red-button {
	background: rgb(224,0,52);
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 19px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding: 20px;
}

p.sklad {
    font-size: 12px;
	padding: 0 20px 0 0;
	text-align: justify;
}

.marka-wlasna.lista .thumbnail {
	text-align: center;
	height: 200px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.marka-wlasna.lista img {
    max-height: 200px;
}

#two .flex-x.left {
	position: relative;
}

#two .flex-x.left .text {
	padding: 50px 150px 20px 50px;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

#two .flex-x.right.animation {
	background: #fff;
	position: relative;
	overflow: hidden;
}


#two .produkt-tygodnia {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#two .produkt-tygodnia span.pt-produkt, #two .produkt-tygodnia span.pt-tygodnia {
	width: 240px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	font-weight: bold;
	font-size: 25px;
}

#two .produkt-tygodnia span.pt-produkt {
	position: absolute;
	top: calc(50% - 112px);
	left: -100%;
	animation-name: pt-produkt;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

#two .produkt-tygodnia span.pt-tygodnia {
	position: absolute;
	top: calc(50% - 50px);
	left: 100%;
	animation-name: pt-tygodnia;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

#two .produkt-tygodnia span.pt-spar {
	position: absolute;
	top: calc(50% + 20px);
	left: calc(50% - 200px);
	width: 400px;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	letter-spacing: 1px;
	animation-name: pt-spar;
	animation-duration: 10s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	opacity: 0;
}

span.pt-loop {
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#two .produkt-tygodnia span.pt-loop .pt-photo {
    top: 0px;
    position: absolute;
    left: 0px;
    animation-name: pt-photo;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    text-align: center;
	opacity: 0;
}

#two .produkt-tygodnia span.pt-loop .pt-photo img {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

#two .produkt-tygodnia span.pt-spar img {
	margin: 5px 0 0 0;
}

#two .produkt-tygodnia span.pt-loop .pt-cena {
	position: absolute;
	left: 50%;
	margin-left: 75px;
	top: 160px;
	opacity: 0;
	animation-name: pt-cena;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

#two .produkt-tygodnia span.pt-loop .pt-cena img {
	max-width: 120px;
}

@keyframes pt-produkt {
	0% {left: -100%; opacity: 1}
	8%, 25% {left: calc(50% - 180px); opacity: 1}
	27% {left: calc(50% - 180px); opacity: 0}
	80%, 100% {left: -100%; opacity: 0}
}

@keyframes pt-tygodnia {
	0% {left: 100%; opacity: 1}
	8%, 25% {left: calc(50% - 70px); opacity: 1}
	27% {left: calc(50% - 70px); opacity: 0}
	80%, 100% {left: 100%; opacity: 0}
}

@keyframes pt-spar {
	0%, 8% {opacity: 1; left: -500px;}
	16%, 25% {opacity: 1; left: calc(50% - 200px);}
	27% {opacity: 0; left: calc(50% - 200px);}
	80%, 100% {opacity: 0; left: -100px;}
}

@keyframes pt-photo {
	0%, 30% {opacity: 0}
	35%, 95% {opacity: 1}
	100% {opacity: 0}
}

@keyframes pt-cena {
	0%, 35% {opacity: 0; margin-left: 375px;}
	36% {opacity: 1; margin-left: 375px;}
	40%, 95% {opacity: 1; margin-left: 75px;}
	100% {opacity: 0}
}


img.spar-natural-badge {
    max-width: 50%;
	float: right;
}

.single-marka-wlasna .claim {
    font-size: 40px;
    float: none;
    clear: both;
    text-align: right;
	/* padding: 0 40% 0 0; */
	clear: both;
}

.single-marka-wlasna h2 {
	letter-spacing: -1px;
}

.badge {
	text-align: right;
}

.badge img {
    max-height: 70px;
    display: inline-block;
	margin: 0 20px 20px auto;
}

.flex-center {
	align-items: center;
	justify-content: center;
}

.fiszka .flex {
    align-items: center;
    justify-content: center;
}

.marka-wlasna-banner {
    flex: 1 100%;
    text-align: center;
    padding: 20px 0;
    font-family: "TheAbsolute";
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px -26px 30px -26px;
    background: rgba(0,121,52,1);
    color: #fff;
    letter-spacing: 3px;
    font-weight: normal;
}

.marka-wlasna-banner img {
	margin: 0 50px;
}


.prasa {
	max-height: 300px;
	height: 300px;
	background-size: auto 100% !important;
	background-repeat: no-repeat;
	background-position: right bottom !important;
	position: relative;
}

.prasa img.prasa1 {
	position: absolute;
	top: 50px;
	left: 50px;
	max-width: 250px;
}

.prasa img.prasa2 {
	position: absolute;
	bottom: 50px;
	left: 50px;
	max-height: 17%;
	width: auto;
}

.prasa-2 {
	background-size: auto 100% !important;
	background-repeat: no-repeat;
	background-position: right bottom !important;
	position: relative;
}

.prasa-2 img.prasa1 {
	position: absolute;
	top: 30px;
	left: 30px;
	max-width: 250px;
}

.prasa-2 .prasa2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #000;
}

#kontakt-dla-mediow:hover, #black-friday:hover {
	cursor: pointer;
}

.straznicy {
	max-height: 300px;
	height: 300px;
	position: relative;
	background-size: auto 100% !important;
	background-position: center center !important;
	text-align: center;
}

img.straznicy1 {
	margin-top: 20px;
}

img.straznicy2 {
	position: absolute;
	width: 140px;
    top: 160px;
    left: calc(50% + 45px);
}

.mobile {
	display: none;
}


/* RWD */


@media screen and (max-width: 1700px) {

#ss-bg-left {
	left: calc(50% - 830px);
}

#ss-bg-right {
	right: calc(50% - 830px);
}
	
}


@media screen and (max-width: 1600px) {

#ss-bg-left {
	left: calc(50% - 740px);
}

#ss-bg-right {
	right: calc(50% - 740px);
}

}

@media screen and (max-width: 1530px) {

#ss-bg-left {
	left: calc(50% - 650px);
}

#ss-bg-right {
	right: calc(50% - 650px);
}
	
#two .flex-x.left.white {
    background: #fff !important;
}
	
#two .flex-x.left .text {
	padding: 50px !important;
}
	
.marka-wlasna.lista .flex-x {
	flex: 0 calc(33.3333% - 8px);
}
	
	#two .produkt-tygodnia span.pt-loop .pt-photo img {
		max-width: 100%;
		padding-top: 10px;
	}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena {
		top: 180px;
	}


}

@media screen and (max-width: 1400px) {

#ss-bg-left {
	left: calc(50% - 650px);
}

#ss-bg-right {
	right: calc(50% - 650px);
}

}


@media screen and (max-width: 1340px) {
.fullsize #slider {
    max-width: 100%;
}
	
	.mobile {
		display: block;
	}

	nav ul li, nav ul li ul li {
		padding: 10px 0;
	}

	ul.sub-menu {
		background: #fff;
		border-top: 0px;
		position: relative;
		bottom: 0px;
		padding: 10px 0;
	}

	ul.submenu a {
		color: rgba(0,121,52,1);
	}

	ul.sub-menu li a:before {
		content: "→ ";
	}

	ul.sub-menu li a {
		padding: 0 0 0 10px;
	}

	nav {
		padding: 0;
	}

	nav img {
		padding: 10px 0;
	}
}


@media screen and (max-width: 1280px) {

#ss-bg-left {
	left: calc(50% - 640px);
}

#ss-bg-right {
	right: calc(50% - 640px);
}

}

@media screen and (max-width: 1230px) {
	
	.fullsize #slider {
    	height: auto;
	}
	
	.fullsize #slider ul.lSPager.lSpg {
    	margin-top: -390px !important;
	}
	
	#slider .lSSlideOuter {
    margin-top: 0px;
    height: auto;
	}
	
	
	
	#slider ul.lightSlider li:nth-child(2) a {
	padding: 0px;
	}
	
	
	
	#one .produkt-tygodnia, #one .white .text {
    	height: auto;
	}
	
	#one .white {
		margin-bottom: 16px;
		    width: auto;
	}
	
	#ss-slider-container .lSSlideOuter {
		height: auto;
	}
	
	.prasa-2 {
		height: 300px;
	}
	
	.prasa-2 img.prasa1 {
	max-width: 250px;
}
	
	h2 {
		font-size: 1.8em !important;
	}
	
#ss-button img.ss-button-2 {
    left: 15px;
    top: 15px;
}
	
#slider li {
	text-align: center
}
	
#slider a {
    position: relative;
    display: block;
    padding: 0;
}
	
#slider img {
    width: 100%;
    margin: 0 auto;
	padding: 0px !important;
}
	
li .produkt .towar {
    border: 0px solid rgba(0,0,0,0) !important;
}
	
	.towar {
		height: auto !important;
		max-height: 100%;
		padding: 80px 40px 40px 40px !important;
		margin: 0px !important;
	}
	
	.flex-x.whitetxt {
		width: calc(100% - 40px) !important;
		margin: 8px auto 0 auto !important;
	}
	
	.flex-x.whitetxt a {
		color: #fff;
	}
	
	.towar .thumbnail {
		height: auto !important;
		max-height: 100%;
		margin: 20px 0;
	}
	
	.produkt .towar .thumbnail img {
		height: auto !important;
		max-height: 100% !important;
	}
	
	.flex.lista-przepisow.text {
		padding: 0px !important;
	}
	
	.flex.lista-przepisow.text .title {
		padding: 10px 30px;
	}
	
	body.page-id-3526 h2 {
    	font-size: 2em;
	}
	
	.text {
		padding: 30px !important;
	}
	
	.slider-info {
		position: relative;
		background: #fff;
    	padding: 20px 30px 10px 30px;
		bottom: 0px !important;
	}
	
#slider ul.lightSlider {
    height: auto !important;
}

	ul.lightSlider li::before {
		display: none !important;
	}
	
#ss-bg-left {
	left: -20px
}

#ss-bg-right {
	right: -20px
}
	
.home section#four {
    margin-top: -8px;
}
	
.home section#four {
    margin-bottom: 16px;
}
	
	.marka-wlasna.lista {
		margin-top: 8px;
	}
	
	.flex-x.lista-kategorii {
		max-width: 100% !important;
		margin-bottom: 8px;
	}
	
	.flex-x.lista-kategorii ul li {
		display: inline-block;
		border-bottom: 0px;
		line-height: 3;
		padding: 5px 0;
	}
	
	.flex-x.lista-kategorii ul li::after {
		content: "/";
		padding: 0 10px;
	}
	
	.flex-x.lista-kategorii ul li:last-of-type::after {
		display: none
	}
	
	#two .flex-x.right.animation {
		min-height: 300px;
		margin: 0 0 16px 0 !important;
	}
	
.single-marka-wlasna .block {
   background: #fff !important;
}
	
	.marka-wlasna.lista {
		background: none;
	}
	
	.marka-wlasna.lista .produkt-mw {
		background: #fff;
		border: 0px;
	}
	
	#ss-slider-container {
		padding: 50px !important;
	}
	
	.flex-x.przepis.white {
		padding: 0;
	}
	
	.page-przepisy .title {
		padding: 0 30px;
	}
	
	.page-przepisy .block.white.title {
    max-width: calc(100% - 40px);
    margin-bottom: 8px;
		padding: 0px !important;
}
	
	.page-przepisy .block.white.title .text {
		padding: 50px !important;
	}
	
	.flex-x.przepis h4 {
    	padding: 0 0 10px 0;
	}
	
	li.lslide {
    	padding: 0 0 0 0;
	}
	
	.page-przepisy .przepis .thumbnail {
    	height: 350px;
	}
	
	.badge {
    	max-width: 60%;
		margin-top: -20px;
	}
	
	.marka-wlasna.lista {
		padding: 30px 0;
	}
	
	.marka-wlasna-banner {
		margin: -21px 0 5px 0;
	}
	
	.marka-wlasna .flex-x {
		margin: 4px 0 !important
	}
	
	.fiszka .flex-x.right {
		text-align: center;
	}
	
	img.spar-natural-badge {
		float: none;
		margin-top: 20px;
	}
	
	.single-marka-wlasna .claim {
		text-align: center
	}
	
	.single-marka-wlasna h2, .single-marka-wlasna .opis-przyrody {
		text-align: left
	}
	
	.fiszka .flex-x.right {
		padding: 0 30px !important;
	}
	
.badge {
	text-align: center;
}
	
	.flex-x.search {
		flex: 1
	}
	
	.fiszka .flex-x.left {
		padding: 0px !important;
	}
	
	#two .produkt-tygodnia span.pt-loop .pt-photo {
		width: 100%;
    text-align: center;
	}
	
	#two .produkt-tygodnia span.pt-loop .pt-photo img {

	}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena {
    top: 220px;
    left: 60%;
}
	
	#two .flex-x.right.animation {
		min-height: 380px;
	}
	
	.lista-kategorii ul.sub-cat {
		display: none;
	}
	
}

@media screen and (max-width: 1180px) {
	
h2.ss-title::after {
	left: -30px;
}

h2.ss-title::before {
	right: -30px;
}
	
}

@media screen and (max-width: 1100px) {
	
	.fullsize #slider ul.lSPager.lSpg {
		display: none
	}
	
h2.ss-title::after {
	left: -60px;
}

h2.ss-title::before {
	right: -70px;
}
	
	
.flex-x.search, .flex-x.submit {
	flex: 0 100% !important;
}
	
#wyszukiwarka input[type=submit] {
    width: 100% !important;
    display: block !important;
    float: none;
}
	
input#wyszukaj {
    text-align: center;
}
	
.marka-wlasna-banner img {
    margin: 0 20px !important;
}
	
}

@media screen and (max-width: 1020px) {
	
	h2.ss-title {
		overflow: hidden;
	}
	
h2.ss-title::after {
	left: -100px;
	padding: 0;
	transform: scale(0.8);
}

h2.ss-title::before {
	right: -120px;
}
	
}

@media screen and (max-width: 850px) {


/*zmiany*/

.flex-x.przepis {
    flex: 100% !important;
	margin: 0 0 8px 0 !important;
}

.page-id-6985 .przepis .thumbnail {
    height: 550px;
}

#one .flex-x.left .flex {
    display: block;
    width: 100%;
}

#one .flex-x.left .flex img {
	display: block;
}

#one .produkt-tygodnia {
	margin: 0 0 8px 0;
}

/*zmiany*/
	
	#slider .lSSlideOuter {
    margin-top: 0px;
    height: calc(53vw - 40px);
}
	.fullsize #slider {
    height: calc(53vw - 40px);
}
	
	
.home h2.text {
    padding: 50px 50px 50px 50px;
}
	
	.home h2.ss-title {
		padding: 0 !important;
	}
	
h2.ss-title::after {
	left: -140px;
	transform: scale(0.6);
}
	
#slider img {
    width: 100%;
    margin: 0 auto;
}
	
.marka-wlasna.lista .flex-x {
	flex: 0 100%;
}
	
	.marka-wlasna-banner {
		display: block !important;
	}
	
.marka-wlasna-banner > span {
    display: block;
    width: 100%;
    position: relative;
}
	
	.flex-x.lista-kategorii ul li {
		display: block;
		text-align: center;
		margin: 5px 0 !important;
		line-height: 1.5 !important;
	}
	
	.flex-x.lista-kategorii ul li::after {
		display: none;
	}
	
	#wyszukiwarka-2 .flex-x {
		flex: 0 100% !important;
    	margin: 5px 0 !important;
	}
	
	
	#two .produkt-tygodnia span.pt-loop .pt-photo {
    max-width: 90%;
    left: 10%;
}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena {
    top: 190px;
    left: 60%;
}
	
	#two .flex-x.right.animation {
    min-height: 320px;
}

}

@media screen and (max-width: 750px) {
	
	.page-przepisy .block.white.title .flex .flex-x {
		flex: 0 100%;
	}
	
	.page-przepisy .block.white.title .flex-x.submit-parent {
		margin-top: 20px !important;
	}
	
	h2.ss-title::before {
	display: none;
}
	
	#two .produkt-tygodnia span.pt-loop .pt-photo {
    max-width: 90%;
    left: 10%;
}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena {
    top: 150px;
    left: 54%;
    max-width: 18%;
}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena img {
		max-width: 100%;
	}
	
	#two .produkt-tygodnia span.pt-produkt, #two .produkt-tygodnia span.pt-tygodnia {
		width: 200px;
	}
	
	#two .produkt-tygodnia span.pt-spar {
		width: 300px;
	}
	
	#two .flex-x.right.animation {
    min-height: 270px;
}
	
	@keyframes pt-produkt {
	0% {left: -100%; opacity: 1}
	8%, 25% {left: calc(50% - 130px); opacity: 1}
	27% {left: calc(50% - 130px); opacity: 0}
	80%, 100% {left: -100%; opacity: 0}
}

@keyframes pt-tygodnia {
	0% {left: 100%; opacity: 1}
	8%, 25% {left: calc(50% - 70px); opacity: 1}
	27% {left: calc(50% - 70px); opacity: 0}
	80%, 100% {left: 100%; opacity: 0}
}

@keyframes pt-spar {
	0%, 8% {opacity: 1; left: -500px;}
	16%, 25% {opacity: 1; left: calc(50% - 150px);}
	27% {opacity: 0; left: calc(50% - 150px);}
	80%, 100% {opacity: 0; left: -100px;}
}
	
	#two .produkt-tygodnia span.pt-tygodnia {
		top: calc(50% - 39px);}
	
	#two .produkt-tygodnia span.pt-produkt {
		top: calc(50% - 90px);}
	
}

@media screen and (max-width: 700px) {
	
#ss-bg-left {
	max-width: 35vw;
    top: 150px;
}

#ss-bg-right {
	max-width: 35vw;
    top: 150px;
}
	
#popup-ss-img img {
	max-width: calc(100% - 20px);
}
	
#popup-ss {
	left: 50px;
}
	
.lSSlideOuter .lSPager.lSpg {
	display: none;	
}
	
}
	
@media screen and (max-width: 650px) {
	
	#two .produkt-tygodnia span.pt-loop .pt-photo {
    max-width: 100%;
    left: 0%;
}
	
	#two .produkt-tygodnia span.pt-loop .pt-cena {
    top: 130px;
    left: 50%;
    max-width: 18%;
}
	
	#two .flex-x.right.animation {
    min-height: 220px;
}
	
.gm-input {
    min-width: auto;
	width: 100%;
}
	
	footer .block {
		max-width: 100%;
	}
	
	
}

@media screen and (max-width: 1200px) {
	
#ss-bg-left {
	max-width: 50vw;
    top: 120px;
	left: 0px;
}

#ss-bg-right {
	max-width: 50vw;
    top: 120px;
	right: 0px;
}
	
#popup-ss-img img {
	max-height: 50vh;
}

}
