@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=BenchNine:300&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:600&subset=latin-ext');
@import url('https://use.typekit.net/qkp8ura.css');

html {
	min-height: 100%;
	height: 100%;
}
body {
	/* font-family: 'BenchNine', sans-serif; */
	font-family: 'Roboto', sans-serif;

	min-height: 100%;
	width: 100%;
}

/*header*/
.row {
	margin-right: 0px;
	margin-left: 0px;
}
.top-header {
	display: flex;
	align-items: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
}
.headers-top {
	margin-top: 50px;
	margin-bottom: 50px;
}
.col-header {
	display: flex;
	text-transform: uppercase;
	align-items: center;
}
#col-header-left {
	text-align: left;
}
#col-header-right {
	text-align: left;
	justify-content: flex-end;
}
.logo-header {
	width: 209px;
	margin-top: 10px;
}
#bold {
	font-weight: 600;
	font-size: 12px;
}
.container-top {
	max-width: 1140px;
	align-items: center;
}
/*nav*/
.sticky-top {
	opacity: 0.9;
	background: #fff;
}
.navbar-brand img {
	/* max-height: 90px; */
	height: 55px;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 20px;
	color: #1e8025;
}
.right-menu a {
	color: #1e8025;
	margin: 0 5px;
	font-size: 18px;
}
.store-info {
	display: flex;
	align-items: center;
	line-height: 15px;
}
.store-info-mobile {
	display: none;
}
@media (max-width: 991px) {
	.store-info {
		display: none;
	}
	.store-info-mobile {
		display: flex;
	}
}
@media (max-width: 480px) {
	.navbar-brand img {
		width: 58px;
		height: auto;
	}
}
.store-info a {
	color: #1e8025;
	font-size: 12px;
}
.store-info-img {
	float: left;
	margin-right: 5px;
}
.store-info-desc {
	float: right;
	margin-right: 5px;
}

.right-menu .dropdown-menu.flags {
	top: 69px;
	border-radius: 0;
	border-color: #e9ecef;
	font-size: 16px;
}
.right-menu .dropdown-menu.flags .dropdown-menu-arrow {
	right: 5px;
	top: -17px;
	left: auto;
}
.dropdown-menu {
	top: 75px;
	border-radius: 0;
	border-color: #e9ecef;
}
.dropdown-menu a {
	color: #1e8025;
}
.dropdown-menu a:hover {
	color: rgba(0, 0, 0, 0.9);
	background: transparent;
}
.dropdown-menu-arrow {
	position: absolute;
	left: 30px;
	top: -18px;
}

.nav-1 {
	background-color: #fff;
	height: 55px;
	padding-left: 10px;
}
.nav-1 a {
	color: #6c757d;
}
.menu-1 {
	float: right;
	margin-top: 2px;
}
.language-dropdown {
	margin-right: 20px !important;
}
#pin-picture {
	width: 30px;
	margin-right: 8px;
}
.pin-align {
	display: flex;
	align-items: center;
	padding: 0px;
}
.znajdz {
	line-height: 1;
}
.show a:hover {
	text-decoration: none;
}
.hamburger {
	left: 0;
}
/* Style The Dropdown Button */
.dropbtn {
	font-size: 16px;
	border: none;
	cursor: pointer;
	background: none;
}
.dropbtn [button]:hover {
	color: #063109;
	background: none;
}
/* HAMBURGER */
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}

/* JĘZYKI */
/* The container <div> - needed to position the dropdown content */

.dropdownlang-content {
	width: 40px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: center;
	padding: 8px;
}
.dropdownlang:hover .dropdownlang-content {
	display: block;
}

/*regions*/
.regions-top-row {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}
.regions-bottom-row {
	text-align: center;
}
.modal-top {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	padding-right: 3px !important;
}
.modal-hint {
	max-width: 400px;
}
.modal-close {
	color: #0f5d15 !important;
}
.row-navi {
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	opacity: 0.9;
	color: #1e8025;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.navigation-bar {
	align-items: center;
}
.navigation-links {
	justify-content: flex-end !important;
}
.menu-content {
	text-align: center;
	flex: 0 0 70%;
	max-width: 70%;
	font-size: 15px;
}
.icons-content {
	text-align: right;
	flex: 0 0 20%;
	max-width: 20%;
}
.row-navi a {
	color: #1e8025;
}
.row-navi a:hover {
	color: #063109;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.link {
	padding: 0.5rem 3rem;
}
.slider {
	position: relative;
	left: 0px;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.sticky .content {
	padding-top: 60px;
}
/*footer*/
footer {
	color: #fff;
	width: 100%;
	/* min-height: 175px; */
	background-image: url('../images/footer_bg.jpg');
	/* position: fixed;
    bottom: 0;*/
	display: flex;
	align-items: center;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	transition: all ease-in-out 1s;
}
.kursor {
	cursor: pointer;
}
.kursor:hover {
	text-decoration: underline;
}
.footer-container {
	max-width: 100% !important;
	padding-top: 30px;
	padding-bottom: 43px;
}
.footer-left {
	text-align: center;
}
.footer-center {
	text-align: center;
}
.footer-right {
	text-align: center;
}
.site-map-links {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.site-map-links a {
	margin-top: 20px;
}
.toggle-site-map {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.sprawdz-oferte-btn {
	background-color: red !important;
}
.address-style {
	padding-left: 31px;
}
.map-link {
	color: #1d8025;
}
.map-link:hover {
	color: #1d8025;
}
.o-nas-text ul {
	list-style-type: circle;
	width: 100%;
	margin-bottom: 30px;
}
.food-plus-is {
	margin-bottom: 20px;
	width: 100%;
}
.about-us-centered {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	color: #1e8025;
}
.footer-1 {
	display: block;
}
.footer-2 {
	display: none;
}
@media (max-width: 575.98px) {
	.kursor.p4t-logo {
		display: none;
	}
}
/*mobile*/
.start-mobile-container {
	height: 670px;
	background-color: #282828;
}
.location-buttons {
	width: 100%;
	height: 270px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}
.img-btn {
	margin-top: 35px;
}
.mobile-btn-text {
	margin-top: 10px;
}
.mobile-btn-text-bold {
	font-size: 45px;
	font-weight: 900;
}
.mobile-btn-text-thin {
	font-size: 30px;
	font-weight: 100;
}
#share-location {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #1e8025;
}
#set-location {
	background-color: #a31424;

	font-weight: 900;
	margin-bottom: 30px;
}
/*phones*/
@media (max-width: 576px) {
	.footer-1 {
		display: none;
	}
	.footer-2 {
		display: block;
	}
	.footer-container {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.nav-1 {
		text-align: center;
		height: 90px;
	}
	.logo-header {
		margin-top: 20px;
		margin-bottom: 20px;
		width: 125px;
	}
	.menu-1 {
		display: none;
	}

	.footer-left {
		text-align: center;
	}
	.footer-center {
		text-align: center;
		padding-top: 14px;
	}
	.footer-right {
		text-align: center;
	}
	.hide-label {
		visibility: hidden;
	}
	.short-label {
		width: 40px;
	}
}
/*start*/
.container-bg {
	background-image: url(../images/start_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 36px;
	/* background-size: cover; */
	background-position: top;
	/* background-attachment:fixed;  */
}
.container-start {
	max-width: 1140px;
}
.find-your-store {
	position: absolute;
	width: 100%;
	left: 0;
	top: 120px;
	padding: 0 40px;
}
.localise-compass {
	font-size: 40px;
}
@media (max-width: 850px) {
	.container-start {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
.slide {
	width: 100%;
}
.products-localise-module {
	margin-top: 20px;
	margin-bottom: 20px;
}
.products-localise-module::before,
.products-localise-module::after {
	border-bottom: none !important;
	content: none !important;
	display: none !important;
}
.products-localise-module::after {
	margin-right: 0% !important;
}
.products-localise-module::before {
	margin-right: 0% !important;
}
.product-boxes-center {
	text-align: center;
	display: flex;
	justify-content: space-around;
}

.products-slider-link {
	color: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.products-slider-link:hover {
	color: #1e8025;
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.stores-map-link {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.stores-map-link:hover {
	color: #3e6d41;
	text-decoration: underline !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.start-boxes {
	width: 100%;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	/* justify-content: space-between; */
	height: 680px;
}
.start-box {
	max-width: 360px;
	height: auto;
	margin-bottom: 115px;
	-webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	/* box-shadow: 0px 23px 50px -19px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 23px 50px -19px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 23px 50px -19px rgba(0,0,0,0.75); */
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
}

#start-box-left {
	background-color: #efefef;
	color: #1e8025;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
#start-box-center {
	background-image: url('../images/location_box_bg_v2.jpg');
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	background-size: cover;
	padding-top: 35px;
}
#start-box-right {
	background-color: #efefef;
	color: #1e8025;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.start-box-header {
	margin-top: 20px;
	font-family: 'seitu-variable', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
.start-box-footer {
	font-family: 'seitu-variable', sans-serif;
	font-size: 28px;
	display: flex;
	width: 100%;
	justify-content: center;
	text-transform: uppercase;
}
.start-box-footer-2 {
	font-size: 15px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 27px;
	left: 0px;
	text-align: center;
}
.pin-map {
	font-size: 30px;
}
.big-img {
	max-width: 500px;
	margin: 10px;
}
.posters-img {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.posters-img img {
	margin-top: 20px;
}
.poster-winners img {
	max-width: 80%;
}
.contest-img {
	width: 100%;
	/* width:90%; */
	max-width: 264px;
}
.contest-img-left {
	width: 100%;
	max-width: 255px;
}
.search-form {
	width: 100%;
	justify-content: center;
	margin-top: 180px;
}
.search-form input {
	background: #fff;
	max-width: 230px;
	height: 65px;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 50); /* // for IE8 */
	filter: alpha(opacity= 50); /* //for IE5-7 */
	padding-left: 10px;
	font-size: 24px;
}
.search-form input::placeholder {
	color: #1e8025;
	font-size: 20px;
	text-align: left;
	font-weight: 700;
}
.search-form button {
	background: #fff;
	height: 65px;
	width: 65px;
	border: none;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 50); /* // for IE8 */
	filter: alpha(opacity= 50); /* //for IE5-7 */
	border-radius: 0px;
	margin-left: 2px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-form button:hover {
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 90); /* // for IE8 */
	filter: alpha(opacity= 90); /* //for IE5-7 */
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.start-boxes-mobile {
	display: none;
}
.polecamy-header {
	margin-bottom: 70px;
}
/*Start - wersja mobilna*/
@media (max-width: 895px) {
	.start-boxes {
		display: none;
	}
	.start-boxes-mobile {
		width: 100%;
		display: block;
	}
	.start-box {
		max-width: 100%;
		padding: 0px;
		margin-bottom: 15px;
		-webkit-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.24);
		-moz-box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.24);
		box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.24);
	}
	.container-bg {
		background-image: none;
		background-repeat: no-repeat;
		padding-top: 15px;
		background-position: top;
	}
	.products-bg {
		background-image: none !important;
	}
	#start-box-center {
		background-image: none;
		background-color: #1e8025;
		color: #ffffff;
		height: auto;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#start-box-center input {
		background-color: #ffffff;
		opacity: 1;
		max-width: 180pxpx;
		height: 45px;
	}
	.search-form button {
		opacity: 1;
		height: 45px;
		width: 45px;
	}

	.search-form {
		width: 100%;
		margin: 0px;
		justify-content: center;
		position: unset;
		margin-top: 10px;
	}
	.search-form input::placeholder {
		color: #b3b3b3;
		font-size: 12px;
		text-align: left;
		font-weight: 400;
	}
	.container-start {
		padding-right: 0px;
		padding-left: 0px;
	}
	.start-box-footer {
		width: 100% !important;
		left: 0 !important;
		bottom: 0 !important;
		display: block;
	}
	.your-shop-mobile {
		font-weight: 700;
		margin-bottom: 5px;
	}
	.search-location-mobile {
		max-width: 232px;
		margin: 0 auto;
		text-align: left;
		text-align: center;
	}
	#start-box-left {
		color: #1e8025;
		height: auto;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.header-promotions-mobile {
		font-size: 30px;
		color: #fff;
		width: 100%;
		text-transform: uppercase;
		background-color: #ca354b;
		z-index: 1;
		position: absolute;
		top: 0;
	}
	.mobile-box-promo img {
		z-index: 2;
		position: relative;
		width: 50%;
		max-width: 455px;
	}
	.footer-box-mobile {
		font-size: 33px;
		font-family: 'Amatic SC', cursive;
		text-transform: uppercase;
		font-size: 33px;
		color: #1e8025;
		width: 100%;
		opacity: 0.8;
		background-color: #fff;
		z-index: 3;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	#start-box-right {
		color: #1e8025;
		height: auto;
	}
	.contest-img-mobile img {
		width: 50%;
		max-width: 455px;
	}
	.footer-contest-mobile {
		background-color: #1e8025;
		color: #fff;
		font-family: 'seitu-variable', sans-serif;
		text-transform: uppercase;
	}
	.see-more {
		display: none;
	}
	.carousel-product {
		border-right: none !important;
	}
	/* .footer-left{
        display:none;
    } */
	/* .p4t-logo{
        display:none;
    } */
	.o-nas-text {
		margin-top: 15px !important;
	}
	.polecamy-row {
		margin-top: 15px !important;
	}

	/* products - wersja mobilna */
	.headers-products {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	@media (max-width: 1055px) {
		.search-form-input {
			max-width: 188px;
		}
	}
	@media (max-width: 1050px) {
		.search-form {
			top: 30%;
		}
		.search-form input {
			max-width: 180px;
		}
	}
}
/*O nas*/
.headers {
	text-align: center;
	font-size: 1em;
	width: 100%;
	color: #1e8025;
	font-family: 'seitu-variable', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
@media (min-width: 992px) {
	.headers::before,
	.headers::after {
		border-bottom: 1px solid #1e8025;
		content: '';
		display: inline-block;
		height: 0.1em;
		position: relative;
		vertical-align: middle;
		width: 12%;
		margin-bottom: 0.15em;
	}
	.headers::before {
		right: 0.5em;
		margin-left: -30%;
	}
	.headers::after {
		left: 0.5em;
		margin-right: -30%;
	}
}

.o-nas-text {
	color: #333333;
	text-align: justify;
	margin-top: 70px;
	font-size: 18px;
}
.polecamy-row,
.aktualnosci-row {
	margin-top: 70px;
}
.aktualnosci-row {
	margin-bottom: 70px;
}
.aktualnosci-content {
	margin-bottom: 70px;
}

.aktualnosci-box {
	height: 415px;
	box-shadow: 0px 23px 50px -19px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 23px 50px -19px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 23px 50px -19px rgba(0, 0, 0, 0.75);
}
#aktualnosci-box-left {
	background-image: url('../images/shop_image.png');
	background-size: cover;
	background-position: center;
}
#aktualnosci-box-right {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(left, #fafafa 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fafafa 0%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fafafa 0%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}
.aktualnosci-header {
	font-family: 'Amatic SC', cursive;
	font-size: 39px;
	color: #1e8025;
	border-bottom: 1px solid #1e8025;
	margin-bottom: 20px;
}
.text-bold {
	font-weight: 700;
	font-size: 23px;
}
.text-normal {
	color: #333333;
	font-size: 20px;
}
.aktualnosci-more {
	font-family: 'Amatic SC', cursive;
	font-size: 39px;
	color: #1e8025;
}
.see-more {
	color: #1e8025;
}
.see-more:hover {
	color: #252525;
	text-decoration: none;
	-webkit-transition: color 1s ease-out;
	-moz-transition: color 1s ease-out;
	-o-transition: color 1s ease-out;
	transition: color 1s ease-out;
}
.backToTop {
	padding: 15px 25px;
	border: none;
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 1;
	-webkit-transition: visibility 0.2s, opacity 0.2s;
	transition: visibility 0.2s, opacity 0.2s;
	z-index: 9999;
	position: fixed;
	bottom: 30px;
	right: 30px;

	cursor: pointer;

	font: 14px/1 Tahoma, Arial, sans-serif;
	color: #1e8025;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.51);
	box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.51);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.backToTop:hover {
	background-color: #b9b9b9;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}

.backToTop.hidden {
	opacity: 0;
	visibility: hidden;
}

/* slider - polecamy */
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 90px;
	left: -50px;
	font-size: 40px !important;
	color: #1e8025 !important;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 90px;
	right: -50px;
	font-size: 40px !important;
	color: #1e8025 !important;
}
.owl-drag-start {
	padding-bottom: 55px;
}
.carousel-container {
	padding-left: 50px;
	padding-right: 50px;
}
.carousel-product {
	border-right: 1px solid #b0b0b0;
	height: 240px;
	flex-direction: column;
	text-align: center;
}
.carousel-product-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 170px;
	min-width: 170px;
}
.carousel-product img {
	max-height: 170px;
	max-width: 170px;
	width: auto !important;
}
.carousel-product-name {
	margin-top: 20px;
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	/* max-width: 225px; */
}

/* map styles */
#map-container {
	/* min-height: 580px; */
	position: relative;
}
#map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.search-box,
.filter-box {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 380px;
}
.search-box .card,
.filter-box .card {
	border: 0;
	border-radius: 0;
}
.search-box .card-header {
	background: #1d8025;
}
.search-box .card-header:first-child {
	border-radius: 0;
}
.search-box .card-header h5 {
	font-weight: 400;
	color: #fff;
	margin: 5px 0 10px 0;
}
.search-box .card-header input {
	border-radius: 0;
	border: 0;
	font-size: 80%;
}
.search-box .card-header .btn-search {
	border-radius: 0;
	background: #fff;
	color: #1d8025;
}
.search-box .card .nav .nav-item {
	cursor: pointer;
	height: 55px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
.search-box .card .nav .nav-item:hover {
	background: #f4f4f4;
}
.search-box .card .card-body {
	padding: 0;
	font-size: 80%;
}
.search-box .card .card-body .btn-filter,
.search-box .card .card-body .btn-all {
	width: 100%;
	background: none;
	border-radius: 0;
	border: 0;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	font-size: 100%;
	color: #1d8025;
	font-weight: bold;
	height: 35px;
}
.search-box .card .card-body .btn-filter:hover,
.search-box .card .card-body .btn-all:hover {
	background: #f4f4f4;
}
.search-box .card .nav .nav-item .nav-link {
	padding: 0.6rem 1rem;
	color: #4d4d4d;
	display: flex;
	align-items: center;
}
.list-pin {
	background: url('../images/map/pin-sm.png');
	width: 22px;
	min-width: 22px;
	height: 34px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	padding-top: 3px;
}
#store-details {
	padding: 20px;
}
.filter-box .btn-primary,
.search-box .btn-primary {
	width: 100%;
	background: #1d8025;
	border-radius: 0;
	text-transform: uppercase;
	border: 0;
	font-size: 90%;
}
.filter-box .card .nav .nav-item {
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
}
.filter-box .card .nav .nav-item:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
}
.filter-box .card-header {
	background: #fff;
}
.filter-box .card-body {
	background: #f4f4f4;
	color: #444;
}
.filter-box .btn-close {
	float: right;
}
.filter-box .btn-close a {
	color: #1d8025;
}
#active-filters {
	font-weight: 200;
	color: #444;
}
#no-results {
	padding: 20px;
}
.map-panel-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #1d8025;
}
.special-offer {
	font-weight: 700;
	color: #1d8025;
	font-size: 16px;
}
.filter-content {
	text-align: center;
}
.filter-content img {
	padding-bottom: 10px;
}
.map-icon {
	padding-left: 0px !important;
}
.days {
	padding: 0px;
}
#store-details .owl-dots {
	display: none;
}
#store-details .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px !important;
	color: #1e8025 !important;
}
#store-details .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px !important;
	color: #1e8025 !important;
}
#store-details .owl-carousel .owl-item img {
	display: inline;
	width: auto;
}
#store-details .owl-carousel .owl-nav button.owl-prev.disabled {
	color: #ccc !important;
}
#store-details .owl-carousel .owl-nav button.owl-next.disabled {
	color: #ccc !important;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
	.search-box,
	.filter-box {
		top: 0;
		left: 0 !important;
		width: 100%;
	}
	.search-box .card-header:first-child {
		padding: 0;
	}
	.search-box .card-header {
		border-bottom: 0;
	}
	.search-box .card-header h5 {
		display: none;
	}
	.card-header .input-group.pt-2 {
		padding: 0 !important;
	}
	.card-header .input-group.pb-2 {
		padding: 0 !important;
	}
	.search-box .card-header {
		background: #fff;
	}
	.search-box .input-group {
		box-shadow: inset 0 0 10px rgb(184, 184, 184);
		-moz-box-shadow: inset 0 0 10px rgb(184, 184, 184);
		-webkit-box-shadow: inset 0 0 10px rgb(184, 184, 184);
	}
	.search-box .input-group .form-control {
		background: transparent;
		height: calc(2.25rem + 8px);
	}
	.search-box .card-header .btn-search {
		background: transparent;
	}
	.search-box .card .nav .nav-item {
		height: 45px;
	}
	.search-box .card .nav .nav-item .nav-link {
		padding: 0.4rem 1rem;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		text-align: center;
	}
	.right-menu {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	.dropdown-menu {
		text-align: center;
	}
	.dropdown-menu-arrow {
		display: none;
	}
	.right-menu .dropdown-menu.flags {
		top: 53px;
		text-align: left;
	}
}

/* products */
.products-bg {
	background-image: url(../images/products_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
	min-height: calc(100% - 210px);
}
.products-promotions-container {
	align-items: center;
	justify-content: center;
}
.products-promotions {
	min-width: 262px;
	max-width: 275px;
	height: 260px;
	border-right: 1px solid #b1b1b1;
	margin-bottom: 50px;
}
.products-promotions:nth-child(4n) {
	border-right: 0;
}
.products-promotions:last-child {
	border-right: 0;
}
.headers-products {
	margin-top: 50px;
	margin-bottom: 50px;
}
.price {
	top: 0px;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	/* width:70px;*/
	height: 52px;
	background-color: #e40521;
	position: absolute;
	/* background-image: url(../images/price_bg.png); */
	color: #ffffff;
	z-index: 2;
	-webkit-box-shadow: 3px -3px 13px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 3px -3px 13px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 3px -3px 13px 0px rgba(0, 0, 0, 0.16);
}
.price-loyality {
	background-color: #338c3a;
}
.price-1 {
	top: 0;
	font-size: 50px;
	left: 10px;
	position: absolute;
}
.price-2 {
	top: 0;
	right: 0px;
	position: absolute;
}
.price-pocket-for {
	font-family: 'Patua One', cursive;
	font-size: 20px;
}
.product-name {
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	width: 90%;
	margin-left: 5%;
	color: #333333;
	text-align: center;
	top: 222px;
	position: absolute;
	line-height: 1.2;
	left: 0;
}
.see {
	color: #333333;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 30px;
}
.additional-icon {
	position: absolute;
	top: 80px;
	left: 15px;
	z-index: 2;
}
.product-img-absolute {
	position: absolute;
	bottom: 60px;
	right: 20px;
	width: 190px;
	text-align: center;
	z-index: 1;
}
.product-img {
	max-width: 190px;
	max-height: 194px;
}
.see a {
	color: #333333;
}
.loyality-card {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 9;
}
.download-pdf a {
	color: #333;
}
.download-pdf img {
	padding-bottom: 10px;
}
@media (max-width: 1094px) {
	.products-promotions:nth-child(4n) {
		border-right: 1px solid #b1b1b1;
	}
	.products-promotions:nth-child(3n) {
		border-right: none;
	}
	.products-promotions:last-child {
		border-right: 0;
	}
}
@media (max-width: 832px) {
	.products-promotions:nth-child(4n) {
		border-right: 1px solid #b1b1b1;
	}
	.products-promotions:nth-child(3n) {
		border-right: 1px solid #b1b1b1;
	}
	.products-promotions:nth-child(2n) {
		border-right: 0;
	}
	.products-promotions:last-child {
		border-right: 0;
	}
}
@media (max-width: 594px) {
	.products-promotions,
	.products-promotions:nth-child(2n),
	.products-promotions:nth-child(3n),
	.products-promotions:nth-child(4n) {
		border-right: none;
	}
}
.pound {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.price-pound {
	font-family: 'Patua One', cursive;
	font-size: 30px;
}
.price-penny {
	font-family: 'Patua One', cursive;
	font-size: 30px;
}
.penny {
	font-size: 20px;
}
.penny-all {
	margin-left: 10px;
	margin-right: 10px;
}
.weights {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

/* Strona kontaktów */
.contact-form {
	max-width: 400px;
}

.contact-form input {
	border-radius: 0px;
	border: 1px solid #282828;
}
.contact-form textarea {
	border-radius: 0px;
	border: 1px solid #282828;
}
.contact-form button {
	border-radius: 0px;
	border: none;
	background-color: #1e8025;
	max-width: 195px;
	font-size: 14px;
}
.contact-form button:hover {
	background-color: #0f4713;
}

.container-bg-contact {
	padding-top: 0px;
	background-image: url('../images/products_bg.jpg');
	background-size: cover;
	background-position: top;
}
.contact-two-columns {
	margin-bottom: 15px;
}
.contact-form input::placeholder {
	font-size: 12px;
}
.contact-form textarea::placeholder {
	font-size: 12px;
}
.contact-header {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact-links {
	text-decoration: none;
	color: #333333;
}
.contact-links:hover {
	color: #1e8025;
	text-decoration: none;
}
.form-and-description {
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.bolder-paragraph {
	font-weight: 700;
}
.location-class {
	color: #333333;
}
.offer {
	font-weight: 700;
}
#share-location {
	background-color: red;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#share-location:hover {
	background-color: rgb(192, 2, 2);
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#find-store {
	background-color: #1e8025;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
#find-store:hover {
	background-color: #0f4713;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
.btn-bg {
	padding: 12px;
	font-size: 20px;
	color: #fff;
	background-color: #1e8025;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	background-color: #1e8025;
	max-width: 210px;
	margin: 0 auto;
	text-transform: uppercase;
}
.btn-bg a {
	color: #fff;
	text-decoration: none;
}
.btn-bg a:hover {
	color: #fff;
}
.products-boxes {
	height: 452px;
	max-width: 360px;
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	padding-top: 100px;
	-webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.38);
	margin-bottom: 100px;
	margin-left: 20px;
	margin-right: 20px;
}
.section-location {
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.location-options {
	text-align: center;
	max-width: 400px;
	min-width: 320px;
}
.location-class {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.location-class-2 {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.location-btn:hover {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 638px) {
	.location-options {
		margin-bottom: 50px;
	}
}
@media (max-width: 320px) {
	.location-btn {
		font-size: 15px;
	}
}

/*franczyza*/
.img-points img {
	width: 1110px;
}
/* hinty dla franczyzny */
.tooltip {
	position: absolute;
	display: inline-block;
	opacity: 1;
	width: 30px;
	height: 30px;
	background-color: #e40521;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	-webkit-box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
}
.hint-header {
	color: #1e8025;
	font-weight: bold;
}
.tooltip-1 {
	top: 18px;
	left: 35px;
	z-index: 15;
}
.tooltip-2 {
	top: 148px;
	left: 89px;
	z-index: 14;
}
.tooltip-3 {
	top: 335px;
	left: 44px;
	z-index: 13;
}
.tooltip-4 {
	top: 37px;
	left: 143px;
	z-index: 12;
}
.tooltip-5 {
	top: 250px;
	left: 282px;
	z-index: 11;
}
.tooltip-6 {
	top: 22px;
	left: 337px;
	z-index: 10;
}
.tooltip-7 {
	top: 22px;
	left: 469px;
	z-index: 9;
}
.tooltip-8 {
	top: 255px;
	left: 557px;
	z-index: 8;
}
.tooltip-9 {
	top: 36px;
	left: 606px;
	z-index: 7;
}
.tooltip-10 {
	top: 350px;
	left: 637px;
	z-index: 6;
}
.tooltip-11 {
	top: 50px;
	left: 745px;
	z-index: 5;
}
.tooltip-12 {
	top: 44px;
	left: 903px;
	z-index: 4;
}
.tooltip-13 {
	top: 217px;
	left: 904px;
	z-index: 3;
}
.tooltip-14 {
	top: 306px;
	left: 908px;
	z-index: 2;
}
.tooltiptext-13 {
	right: 33px !important;
}
.tooltip-15 {
	top: 308px;
	left: 1048px;
	z-index: 1;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;

	top: -5px;
	left: 110%;
	font-weight: lighter;
	font-size: 12px;
	text-align: justify;
	opacity: 0;

	transition: opacity 1s;
	-webkit-box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 22px 22px 27px -25px rgba(0, 0, 0, 0.75) !important;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.img-points {
	position: relative;
	display: flex;
	justify-content: center;

	align-items: center;
}

.row-1110 {
	display: block;
}
.row-1110-half {
	display: none;
}

@media (max-width: 1142px) {
	.row-1110 {
		display: none;
	}
	.row-1110-half {
		display: block;
	}
	.img-points {
		width: 588px;
		margin: 0 auto;
	}
	.img-points img {
		height: 389.65px;
		width: auto;
	}
	.tooltip-1 {
		top: 18px;
		left: 35px;
		z-index: 15;
	}
	.tooltip-2 {
		top: 148px;
		left: 89px;
		z-index: 14;
	}
	.tooltip-3 {
		top: 335px;
		left: 44px;
		z-index: 13;
	}
	.tooltip-4 {
		top: 37px;
		left: 143px;
		z-index: 12;
	}
	.tooltip-5 {
		top: 250px;
		left: 282px;
		z-index: 11;
	}
	.tooltip-6 {
		top: 22px;
		left: 337px;
		z-index: 10;
	}
	.tooltip-7 {
		top: 22px;
		left: 469px;
		z-index: 9;
	}
	.tooltip-8 {
		top: 255px;
		left: 557px;
		z-index: 8;
	}
}
@media (max-width: 600px) {
	.row-1110-half {
		display: none;
	}
	.margin-franchise {
		margin-top: 0px !important;
	}
}

.checked-franchise {
	width: 100%;
	margin-top: 5px;
}
.checked-dflex {
	width: 100%;
}
.step-by-step-dflex {
	align-items: center !important;
}
.slim-franchise {
	max-width: 820px;
	margin: 0 auto;
}
.margin-franchise {
	margin-top: 120px;
}
.franchise-shadow img {
	-webkit-box-shadow: 0px 31px 46px -31px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0px 31px 46px -31px rgba(0, 0, 0, 0.53);
	box-shadow: 0px 31px 46px -31px rgba(0, 0, 0, 0.53);
}
.franchise-bold {
	font-weight: 700;
}
.hidden-franchise {
	width: 100%;
	margin-left: 54px;
	margin-bottom: 20px;
}
.franchise-button {
	font-weight: 700;
	cursor: pointer;
}
.step-by-step {
	width: 100%;
	margin-top: 20px;
}
.bottom-button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-bottom: 60px;
}

.bottom-button-href {
	background-color: #1e8025;
	width: 140px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px;
	transition: 0.3s;
	text-align: center;
}
.bottom-button-href-de {
	width: 170px;
}
.bottom-button-href-en {
	width: 206px;
}
.bottom-button-href:hover {
	background-color: #0f4713;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
/*actions*/
.action-rules {
	text-align: center;
	margin-top: 50px;
}
.action-rules-bottom {
	padding-bottom: 35px;
}
.action-rules a {
	text-align: center;
	color: #212529;
}
.actions-headers {
	font-weight: 700;
	text-transform: uppercase;
}
.actions-text {
	margin-top: 45px !important;
	max-width: 820px;
	margin: 0 auto;
}
.actions-de-txt {
	margin-top: 20px;
	text-align: justify;
}
@media (max-width: 600px) {
	.actions-text {
		margin-top: 20px !important;
	}
}
.actions-bold {
	font-weight: 700;
}
.actions-grid {
	padding: 0px;
}
.actions-grid-left {
	padding-right: 55px;
}
.actions-dflex {
	margin-bottom: 30px;
	align-items: center;
}
.above-btn {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.img-actions {
	width: 100%;
}
.policy-and-rodo {
	max-width: 820px;
	margin: 0 auto;
	text-align: justify;
}
.pdf {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.row.loyalty-country-href {
	font-size: 25px;
	display: flex;
	justify-content: center;
}
.loyalty-country-href a {
	color: #1e8025;
	font-weight: 700;
}
.loyalty-de-container {
	margin: 100px 0px;
}
.shop-row {
	width: 100%;
	text-align: center;
}
.shop-row a {
	color: #1e8025;
	font-weight: 700;
}
.stores-list-headers {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	display: flex;
	justify-content: center;
}
.loyalty-country-href-top {
	margin-top: 50px;
}
.shop-links {
	margin-bottom: 50px;
}
/*konkursy*/
.no-contest {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 25px;
	text-align: center;
	color: #1e8025;
	font-weight: 700;
	margin-bottom: 90px;
}
.carousel-contest {
	display: flex;
	justify-content: center;
	border: none;
}

/* AUTOCOMPLETE */
.ui-autocomplete {
	max-height: 292px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #1d8025;
	background: #1d8025;
	color: #ffffff;
}
.ui-menu {
	list-style: none;
	padding: 10px;
	margin: 0;
	display: block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
.start-checked {
	text-align: left;
}
/* cookies */
.cookiepolicy {
	background: #333;
	bottom: 0;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 999;
	font-size: 14px;
	color: #fff;
}
.cookiepolicy .button {
	background: #1d8025;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff !important;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 10px;
}
@media (max-width: 895px) {
	.cookiepolicy .button {
		display: block;
		margin: 5px auto;
		width: 101px;
	}
}
.footer-absolute {
	position: absolute !important;
	bottom: 0;
}
/* Cookies */
.cookies-headers {
	font-weight: 700;
	color: #1e8025;
}
.cookies-href {
	text-decoration: none;
	color: #1e8025;
}
.cookies-href:hover {
	color: #1e8025;
}
.cookies-list {
	margin-bottom: 20px;
}
.cookies-row {
	padding-bottom: 20px;
}
.additional-icon img {
	max-width: 80px;
	width: 100%;
}
