body {
    margin: 0;
    font-size: 16px;
    padding: 0;
    font-family: 'Cabin Condensed', sans-serif;
    scroll-behavior: smooth !important;
    color:#292930;
}
main{
	overflow:hidden;
}
div {
    max-width: 100%;
}

.text-pink {
    color: #eb3788;
}

.text-green {
    color: #adca3e;
}

.font-20 {
    font-size: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
a.btn,
h4,
.h4,
input[type="number"] {
    font-family: 'Bebas Neue', cursive;
}

h1,
.h1 {
    font-size: 5.15464vh;
    letter-spacing: 2px;
}

h2,
.h2 {
    font-size: 2.9vh;
}

h3,
.h3 {
    font-size: 2.1vh;
    letter-spacing: 2px;
    line-height: inherit;
}

span {
    font-size: 1.495vh;
    letter-spacing: 0px;
}

a {
    font-size: 1.65vh;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.text-black {
    color: #292930 !important;
}

.bg-black {
    background: black !important;
}

.bg-black-opacity {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7px);
	 -webkit-backdrop-filter: blur(7px);
}

.bg-pink-opacity {
    background-color: #eb3788;
    opacity: 0.8;
}

header {
    top: 0;
    left: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover;
    height: 100vh;
}

header.subPage .logo img {
    height: 100px;
    transition: width 0.5s, height 0.5s linear;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: black;
}

.container {
    width: 90%;
    max-width: 1210px;
}

.container-fluid {
    padding: 0 !important;
}

.banerContainer {
    top: 0;
    height: 100vh;
    overflow: hidden;
    left: 0;
}

.banerTxt {
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
}

.fixed-bottom,
.fixed-top {
    z-index: unset;
}

.nonsticky {
    z-index: 100000 !important;
    position: relative;
    background-color: transparent;
    transition: width 0.2s, height 0.3s, background-color 0.3s linear;
    width: 100%;
}

.sticky {
    position: fixed !important;
    top: 0;
    background-color: white !important;
    z-index: 1000000000 !important;
    width: 100% !important;
    left: 0;
    padding: 0 !important;
    transition: width 0.5s, height 0.3s, background-color 0.3s linear;
    margin: 0 !important;
    border-bottom: 1px solid #eb3788;
}

.sticky img {
    height: 8vh !important;
    transition: width 0.5s, height 0.5s linear;
}

.logoAbsolute {
    height: 12.682vh;
    border-bottom: 0px solid #eb3788;
    transition: width 0.5s, height 0.5s, border-bottom 0.3s linear;
}

.sticky .logoAbsolute {
    height: 9.5vh;
    border-bottom: 1px solid #eb3788;
    transition: width 0.5s, height 0.5s, border-bottom 0.3s linear;
}

.logoAbsolute img {
    height: 10vh;
    transition: width 0.5s, height 0.5s linear;
}

.sticky nav {
    height: 5vh;
    transition: width 0.5s, height 0.5s linear;
}

.gallery {
    height: 85vh;
}

.gallery img {
    object-fit: cover;
    object-position: center;
}

.btn-black {
    background-color: black;
    color: white;
    width: 12.5vw;
    height: 5.671vh;
    border-radius: unset !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 1031;
}

.subxlmenu {
    display: none;
}

.poliCookies {
    display: none;
    font-size: 12px;
    text-align: center;
    color: black;
    z-index: 10000000;
    bottom: 0;
    background: white;
    opacity: 0.95;
    left: 0;
    bottom: 0;
}

.navbar .menu a.nav-link span {
    position: relative;
    transition: transform 0.3s;
    display: inline-block;
    color: black !important;
}

.navbar .menu a.nav-link span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #eb3788 !important;
    font-weight: bold;
    white-space: pre;
}

.navbar .menu a.nav-link:hover span {
    transform: translateY(-100%);
}

.slider-home {
    height: 100vh;
}

.slider-details {
    height: 80vh;
}

.slider-home .carousel img {
    object-fit: cover;
    object-position: top;
}

nav {
    height: 7.217vh;
    transition: width 0.5s, height 0.5s linear;
}

nav ul.navbar-nav.menu li.nav-item {
    position: relative;
}

nav ul.navbar-nav.menu li.nav-item a.nav-link span {
    font-size: 14px;
}

.navbar .menu a.nav-link {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 0;
}

nav #mainmenu {
    height: 27px;
    overflow: hidden;
}

.carousel-caption h2.h1 {
    width: 32vw;
}

.btn-xl {
    margin: 0;
    padding: 0 !important;
    border-radius: 4px;
    width: 18.594vw;
    height: 8.145vh;
    color: white;
    font-size: 2.5vh;
}

.btn-xlong {
    margin: 0;
    padding: 0 !important;
    border-radius: 4px;
    height: 8.145vh;
    color: white;
    font-size: 2.5vh;
    width: 32%;
}

.border-pink {
    border-color: #eb3788 !important;
}

.btn-white {
    background-color: white;
    border-color: black;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-pink {
    background-color: #eb3788;
    border-color: #eb3788;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-green {
    background-color: #adca3e;
    border-color: #adca3e;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-pink:before,
.btn-green:before,
.btn-white:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.btn-pink:hover:before,
.btn-green:hover:before,
.btn-white:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.btn-pink:hover,
.btn-green:hover,
.btn-white:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-margin {
    margin-top: 15.4639vh;
}

.background-images {
    background-image: url(../image/imagebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.container-dinner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 5px white;
    object-position: center;
}

.w-90 {
    width: 90%;
}

.dinner {
    width: 45%;
    margin: 15px;
}

.bg-lightgreen {
    background-color: #adca3e;
}

.bg-grey {
    background-color: #ededec;
}

.background-women {
    background-image: url(../image/women.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 17vw;
    z-index:100;
}

.bg-img-bottom {
    background-image: url(../image/imagebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-logo {
    background-image: url(../image/dosekcjizamowprobny.svg);
    background-repeat: no-repeat;
    background-size: 180%;
    background-position-y: 52%;
    height: 135px;
    width: 495px;
    background-position-x: 49%;
    border-radius: 5px;
}

.mail {
    position: relative;
}

.mail:before {
    content: attr(data-mail-local) "@";
}

.mail:after {
    content: attr(data-mail-domain);
}

.container-green img {
    height: 11.65vh;
}

.container-green h3.second {
    width: 65%;
}

.container-green h3 {
    width: 70%;
}

.describe-right {
    left: 58%;
}

.order-test-dinner {
    width: 47.65%;
}

.w-paragraph {
    width: 40%;
}

.span-abso {
    right: 83px;
    bottom: 7%;
    left: auto;
}

.btn-xxl {
    width: 32.969vw;
    height: 21.943vh;
    font-size: 3.75vh;
    top: -4.7vh;
    border-radius: 4px;
    z-index:100;
}

footer {
    height: 18vh;
    background-color: #292930;
}

footer .ig img {
    height: 2.3vh !important;
    width: auto;
}

footer .fb img {
    height: 2.1vh !important;
    width: auto;
}

footer p {
    font-size: 14px;
}

.img-orderby {
    background-image: url(../image/metka.svg);
    background-repeat: no-repeat;
    background-size: 140%;
    height: 100%;
    background-position-y: 42%;
    background-position-x: 80%;
    z-index: 10;
}

.box-fixed {
    top: 71vh;
    right: 0;
    z-index: 1000;
    width: 308px;
    height: 120px;
}

.box-right {
    background-color: #eb3788;
    border-radius: 4px 0 0 4px;
    top: -5%;
    transform: translateY(50%);
    right: 0;
    height: calc(100% - 38px);
}

.box-fixed.subpage {
    top: 65vh;
}

.order-pop-up h4,.called {
    font-size: 24px !important;
    letter-spacing: normal;
}

.box-right.img-orderby a {
    width: 65%;
}

.w-80 {
    width: 80%;
}

.margin-zero {
    margin-right: 0;
    transition: margin-right 0.5s linear;
}

.margin-minus {
    margin-right: -225px;
    transition: margin-right 0.5s linear;
}

.dinner a:hover {
    color: #adca3e !important;
}

nav.navbar ul li {
    height: 100%;
}

nav.navbar ul {
    height: 100%;
}

.header-subpage {
    background-image: url(../image/baner.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 80vh;
    background-position: center;
    background-size:cover;
}

.header-subpage:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.w-h2.first {
    width: 20%;
}

.w-h2 {
    width: 18%;
}

.w-paragraph-black {
    width: 77%;
}

a#closeCookie {
    color: #adca3e;
}

.scrollTopButton {
    width: 30px;
    height: 30px;
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    z-index: 99999999;
    right: 0;
    background-color: #eb3788;
    bottom: 30px;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    display:none;
}

.scrollTopButton.show {
    visibility: visible;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display:none;
}

.scrollTopButton .span-rotate {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.standard {
    background-image: url(../image/standarddiet.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 10px;
}

.nogluten {
    background-image: url(../image/nogluten.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 10px;
}

.vege {
    background-image: url(../image/carrot.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 10px;
}

.nolakto {
    background-image: url(../image/nolakto.png);
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 11px;
}

.women {
    background-image: url(../image/women.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 0;
}

.man {
    background-image: url(../image/man.svg);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 0;
}

.nomass {
    background-image: url(../image/nomass.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 10px;
}

.mass {
    background-image: url(../image/mass.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 10px;
}

.bg-darkgrey {
    background-color: #bfbfbf;
    transition: background-color 0.5s;
}

.w-select-paragraph {
    width: 100%;
    text-align: left;
}

input[type="number"] {
    width: 108px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #bfbfbf !important;
    padding-right:20px !important;
}

.w-77 {
    width: 77%;
}

p.rounded-circle.bg-grey {
    height: 21px;
    width: 21px;
}

.calc_diet {
    border-radius: 4px;
}

.calc_diet,
.details-plus,
.details-minus,
.calc_diet_dinner {
    cursor: pointer;
}

.calc_diet:hover,
.calc_diet_dinner:hover {
    background-color: #adca3e;
}

.calculator-diet div.active {
    background-color: #eb3788;
    transition: background-color 0.5s;
}


.women .calc_diet:hover,
.women .calc_diet_dinner:hover {
    background-color: #adca3e;
}

.calculator-diet.women div.active {
    background-color: #eb3788;
    transition: background-color 0.5s;
}

.man .calc_diet:hover,
.man .calc_diet_dinner:hover {
    background-color: #eb3788;
}

.calculator-diet.man div.active {
    background-color: #adca3e;
    transition: background-color 0.5s;
}

.border-dark {
    border-color: #c9c9c9!important;
}

/* .diet-container {
    border-color: #adca3e !important;
    background-color:#adca3e !important;
} */
.diet-container:hover {
    border-color: #adca3e !important;
    background-color:#adca3e !important;
}
.bg-details {
    background-image: url(../image/image1.jpg);
    background-repeat: no-repeat;
    top: 12.682vh;
    height: calc(80vh - 12.682vh);
    z-index: 10;
    background-size: cover;
    background-position: center;
}

.bg-pink {
    background-color: #eb3788;
}

.diet-container:hover .details-plus {
    color: #292930!important;
}

.details-minus:hover {
    color: #eb3788!important;
}

.describe-right .heading-big {
    font-size: 3.8vw;
    letter-spacing: 0;
}

.container-green .icon h2 {
    width: 69%;
}

.logo-img {
    background-image: url(../image/LOGO-SMAKFIT-WEKTOR-poprawka.svg);
    background-repeat: no-repeat;
    width: 25vw;
    height: 10vh;
    background-size: 100%;
    background-position-y: 20%;
    transition: width .5s linear;
}

.sticky .logo-img {
    width: 20vw;
    transition: width .5s linear;
}

.container-contact {
    width: 65%;
}

input[type="text"],
textarea,
input[type="time"] {
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid #c9c9c9;
}

input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid #adca3e;
    outline: none;
}

input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #eb3788;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    top: -2px;
}


/* checkbox checked */

input[type="checkbox"]:checked::before {
    font-weight: bold;
    content: '\2713';
    -webkit-margin-start: 0;
    font-size: 13px;
    position: absolute;
    margin-top: -2px;
    margin-left: 1.5px;
    outline: none;
    color: #adca3e;
}

.picture-gallery {
    width: 25%;
    padding: 15px;
    height: 35vh;
    float: left;
    margin: 0;
}

.picture-gallery-1or8 {
    width: 50% !important;
}

.picture-gallery-5or9 {
    width: 75% !important;
}

.gallery-smakfit .picture-gallery img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.order-pop-up {
    cursor: pointer;
    height: calc(100% - 38px);
    top: 29.5%;
    padding-left: 3%;
    z-index: 100;
}

.calculatordiet-page .w-select-paragraph {
    width: 80%;
}

.calc_diet::first-letter,
.details-plus,
.details-minus,
.calc_diet_dinner::first-letter {
    text-transform: uppercase;
}

.baner-btn {
    top: 72.5vh;
    margin-top: auto;
}

.ig img {
    margin-top: 2.5% !important;
}

.fb img {
    margin-top: 5% !important;
}

.header-contact-gallery {
    height: 31.034vh;
}

h1.contact-gallery{
    height:11.135vh;
}

[data-tooltip] {
    position: relative;
    text-decoration: none;
}

[data-tooltip]:before {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    padding: 0.5em 1em;
    white-space: normal;
    content: attr(data-tooltip);
    color: black;
    font-size:16px;
    background-color: #ededec;
    opacity: 0;
    transform: translate(-50%, 0);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-out;
    pointer-events: none;
    width: 150px;
    height: auto;
}

[data-tooltip]:after {
    position: absolute;
    z-index: 3;
    display: block;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-bottom: -4px;
    content: '';
    background-color: #ededec;
    opacity: 0;
    transform: translate(-50%, 0) rotate(45deg);
    transition: transform 0.2s ease-out;
    pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
    opacity: 1;
    transform: translate(-80%, 10px);
}

[data-tooltip]:hover:after,
[data-tooltip]:focus:after {
    opacity: 1;
    transform: translate(-50%, 10px) rotate(45deg);
}

[data-tooltip].break:before {
    white-space: normal;
    width: 150px;
}

.diet-container {
    width: 22%;
    margin: 1.40227%;
    margin-bottom:1.40227%;
    height: 140px;
    border-radius: 4px;
}

.diet-container.clicked {
    margin-bottom: 300px;
    background-color: #adca3e !important;
    border-color: #adca3e !important;
    z-index: 100;
}

.bg-grey.disactive {
    max-height: 0;
    visibility: hidden;
    position: absolute;
    height:auto;
    padding:0!important;
    margin:0!important;
    transition-delay: 0.1s;
    transition: max-height .3s linear;
}
 
.bg-grey.active {
    padding: 24px !important;
    margin: 1.40227% !important;
    border-color: #adca3e !important;
    border-radius: 4px;
    max-height: 275px;
    visibility: visible;
    margin-top: -290px !important;
    width: calc(100% - 2.80454%);
    transition-delay: 0.1s;
    transition: max-height .3s linear;
}

.diet-container .square {
    height: 0;
    width: 0;
    transition: height 0.3s, width 0.3s linear;
}

.diet-container.clicked .square {
    width: 16px;
    height: 16px;
    background-color: #ededec;
    transform: translate(-50%, 4px) rotate(45deg);
    top: 100%;
    left: 50%;
    border-top-color: #adca3e !important;
    border-left-color: #adca3e !important;
    border: 1px solid #ededec;
    transition: height 0.3s, width 0.3s linear;
}

.bg-grey.disactive .paragraph-details {
    opacity: 0;
    transition-delay: 0.5s;
    transition-duration: 1.5s;
    transition-timing-function: linear;
    transition-property: opacity;
}

.bg-grey.active .paragraph-details {
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 1.3s;
    transition-timing-function: linear;
    transition-property: opacity;
}

.paragraph-details span{
    padding:5px 10px;
    background-color: #eb3788;
    border-radius:4px;
    transition:all .3s linear;
    font-size: 1.65vh;
}

.paragraph-details span:hover{
    background-color: #adca3e;
}

.carousel-inner,.container-home-calc,
.bg-image-women {
    overflow: hidden;
}
.container-order-test,.bg-img-bottom{
    z-index:100;
}

.parallax {
    z-index: 100;
}
.parallax img{
    max-width:100%;
    max-height:100%;
}

.white-beet {
    top: 33%;
    left: 5%;
}

.white-seeds-1 {
    top: 35%;
    left: 0%;
}

.white-seeds-2 {
    top: 35%;
    left: 15%;
}

.leaf-szpinak{
    top:63%;
    left:11%;
    height: 11.5vh;
}

.white-salat{
    top:75%;
    left:1%;
}

.chinese-cabbage{
    top:95%;
    left:10%;
}
.white-seeds-5{
    top:94%;
    left:-2.5%;
}
.white-seeds-5-second{
    top:88%;
    left:94%;
}
.white-seler{
    top:90%;
    left:90%;
}
.green-seler{
    top:-4%;
    left:-6%;
}
.green-chinese-cabbage{
    top:-7%;
    left:10%;
}
.apple{
    top:14%;
    left:2%;
}
.two-leaf{
    top:24%;
    left:8%;
}
.cabbage-head{
    top:43%;
    left:1.25%;
    height:12vh;
}
.pear{
    top:51%;
    left:11%;
}
.czosnek{
    top: 62%;
    left: 1%;
}
.czosnek img{
    transform: rotate(-45deg);
}
.carrot{
    top: 67%;
    left: 1%;
}
.carrot img{
    transform: rotate(210deg);
}
.strawberry{
    top: 97%;
    left: 2%;
}
.strawberry img{
    transform: rotate(55deg);
}
.two-leaf-szpinak{
    top:95%;
    left:10%;
}
.beet-green{
    top:73%;
    left:15%;
    height:14vh;
}
.seeds-beet-green{
    top: 74%;
    left: 12.5%;
    height: 7vh;
}
.seeds-beet-green-2{
    top: 75%;
    left: 21%;
    height: 7vh;
}
.seler-green{
    top:-14%;
    left:90%;
}
.two-leaf-szpinak-2{
    top: 12%;
    left: 89%;
    height: 7vh;
}
.carrot-2{
    top:0%;
    left:83%;
    height:18vh;
}
.brokul{
    top:39%;
    left:90%;
}
.tymianek{
    top:45%;
    left:81%;
}
.rozmaryn{
    left: 88%;
    top: 22%;
    height: 16vh;
}
.czosnek-2{
    top:66%;
    left:91%;
}
.tomato-2{
    top:67%;
    left:82%;
}
.two-leaf-right{
    top:81%;
    left:84%;
}
.two-leaf-right img{
    transform:rotate(35deg) scaleY(-1);
}
.pepper{
    top:100%;
    left:90%;
}
.seeds-4{
    top:25%;
    left:82%;
}
.seeds-4-2{
    top:24%;
    left:94%;
    height:10vh;
}
.seeds-4-2 img{
    transform:rotate(-105deg);
}
.seeds-4-3{
    top:90%;
    left:91%;
}
.seeds-beet-green-right{
    top:9%;
    left:94%;
}
.seeds-beet-green-right img{
    transform:rotate(-45deg) scaleX(-1);
}
.green-seeds-5{
    top:-8%;
    left:-2.5%;
}
.white-seler-2{
    top:96%;
    left:-6%;
}
.carrot-white{
    left:83%;
    height:18vh;
    top:100%;
}

.bg-image-women .parallax{
    z-index:1;
}
.seler-green-bottom{
    left:4%;
    top:7%;
}
.seler-green-bottom img{
    transform:scaleX(-1) rotate(15deg);
}
.two-leaf-szpinak-2-bottom{
    height:12vh; 
    top:72%;
    left:49%;
}
.two-leaf-szpinak-2-bottom img{
    transform:rotate(-70deg);
}
.pepper-bottom{
    top:79%;
    left:84%;
    height:10vh;
}
.two-leaf-right-bottom{
    top:73%;
    left:77%;
    height: 15vh;
}
.two-leaf-right-bottom img{
    transform: rotate(320deg) scaleX(-1);
}
.rukola{
    height:14vh;
    top:84%;
    left:91%;
}
.rozmaryn-bottom{
    top: 86%;
    left: 49%;
    height: 14vh;
}
.rozmaryn-bottom img{
    transform: scaleX(-1) rotate(-13deg);
}
.tymianek-bottom{
    top:88%;
    left:76%;
    height:15vw;
}
.tymianek-bottom img{
    transform: rotate(-40deg);
}
.rzodkiew{
    top: 85%;
    left: 64%;
    height: 12vh;
}
.pear-bottom{
    top:-4%;
    left:11%;
}
.pear-bottom img{
    transform: scaleX(-1) rotate(250deg);
}
.two-leaf-szpinak-bottom{
    left:15%;
    top:15%;
}
.two-leaf-szpinak-bottom img{
    transform:rotate(-75deg);
}
.pepper-bottom-1{
    top:50%;
    left:10%;
}
.strawberry-bottom{
    left: 0%;
    top: 28%;
    height: 13%;
}
.strawberry-bottom img{
    transform:rotate(-35deg);
}
.rzodkiew-bottom-1{
    top:81%;
    left:0%;
}
.rzodkiew-bottom-1 img{
    transform: rotate(-35deg) scaleX(-1);
}
.leaf-szpinak-bottom-1{
    top:97%;
    left:12%;
}
.leaf-czosnek-bottom-1{
    top:79%;
    left:15%;
}
.leaf-czosnek-bottom-1 img{
    transform: rotate(15deg) scaleX(-1);
}
.tymianek-bottom-1{
    height: 15vh;
    top: 65%;
    left: 4%;
}
.tymianek-bottom-1 img{
    transform:rotate(-32deg);
}
.rozmaryn-bottom-1{
    top: 34%;
    left: 19%;
    height: 19vh;
}
.rozmaryn-bottom-1 img{
    transform:rotate(-45deg);
}
.green-seeds-5-bottom {
    top: 0%;
    left: -0.5%;
}
.twoleaf-bottom{
    top:42%;
    left:-2%;
}
.twoleaf-bottom img{
    transform: scaleX(-1) rotate(24deg);
}
.seeds-4-bottom{
    top: 30%;
    left: 15%;
}
.seeds-4-2-bottom{
    top: 60%;
    left: 17%;
}
.seeds-beet-green-bottom{
    top:24%;
    left:11%;
}
.seeds-4-3-bottom{
    top: 92%;
    left: 66%;
    height: 12%;
}
.seeds-4-3-bottom img{
    transform:rotate(90deg);
}
.seeds-4-4-bottom{
    top: 80%;
    left: 59%;
    height: 10vh;
}
.seeds-4-5-bottom{
    top: 80%;
    left: 95%;
}
.pear-bottom-1 {
    top: 91%;
    left: 70%;
    height: 10vh;
}
.groszek-bottom{
    top: 84%;
    left: 55%;
    height: 12vh;
}
.czosnek-bottom-right{
    left:88%;
    top:93%;
}

.two-leaf-szpinak-5{
    top:-2.96%;
    left:10%
}
.strawberry-5{
    top:-1.8%;
    left:2%;
}
.strawberry-5 img {
    transform: rotate(55deg);
}
.two-leaf-right-5{
    top:-11.5%;
    left:84%;
}
.two-leaf-right-5 img {
    transform: rotate(35deg) scaleY(-1);
}
.pepper-5{
    top:0;
    left:90%;
}

.quantity {
    position: relative;
    overflow:hidden;
    width:108px;
    height:40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

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

.quantity input {
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: absolute;
    right:0;
    height:100%;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #292930;
    background-color:#ededec;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    height: calc(50% - 0.5px);
    top: 0;
    border-bottom:0.5px solid #bfbfbf;
    border-radius: 0 4px 0 0;
    border-top:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
}

.quantity-button.quantity-down {
    position: absolute;
    height:  calc(50% - 0.5px);
    border-top:0.5px solid #bfbfbf;
    border-radius: 0 0 4px 0;
    border-right:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
}

.bg-logo h2.heading-big{
    font-size:68px;
}
.bg-logo span.h1{
    font-size:50px;
}
#loader-wrapper{
    z-index:100000000000000000000000000000000000000;
}
@keyframes bouncing-loader {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0.1;
      transform: translateY(-1rem);
    }
}
.bouncing-loader {
    display: flex;
    justify-content: center;
    top:50%;
    left:50%;
    transform: translateX(-50%);
}
.bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background-color: #eb3788;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
}
.menu-button{
    z-index: 10000000000000!important;
    top: 100%!important;
    transform: translateY(-100%)!important;
    height: 10vh!important;
    width: 50vw!important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.menu-button .box-right{
    top: 0px!important;
    height: 10vh!important;
    transform: translateY(0)!important;
    border-radius: 0 !important;
}
.menu-button .order-pop-up{
    top: 0px!important;
    height: 10vh!important;
    transform: translateY(0)!important;
    border-radius: 0 !important;
}
.menu-button .img-orderby{
    background-position-y:57% !important;
}
.fb-menu,.ig-menu{
    opacity:0;
    margin:0;
    padding:0;
    width:0;
    position:fixed;
    top:100%;
    transform: translateY(-100%);
    z-index:10000000000000000000000;
    background-color:#adca3e;
    transition:opacity .8s linear;
}
.fb-menu.show,.ig-menu.show{
    display:flex;
    justify-content: center;
    align-items: center;
    opacity:1;
    margin:0;
    padding:0;
    width:25vw;
    height:10vh;
    transition:opacity .8s linear;
}
.ig-menu.show{
    margin-left:25vw!important;
    z-index:100000000000000000;
}
.fb-menu.show{
    background-color: #292930;
    z-index:10000000000000000000000;
}
.menu {
    background-color: transparent;
    border: none !important;
    border-color:transparent;
    cursor: pointer;
    display: flex;
    padding: 0;
}
button:focus{
    outline:none !important;
}
.line {
    fill: none;
    stroke: #292930;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.icon .rounded-circle{
    height:14vh;
    width:14vh;
    background-color: transparent;
    box-shadow
    transition:background-color .5s, opacity .5s linear;
}
.icon .rounded-circle:hover{
    background-color: #eb3788;
    box-sizing: content-box;
    transition:background-color .5s, opacity .5s linear;
}
.icon.icon-how .rounded-circle:hover{
    background-color: #adca3e;
}
.icon.icon-how .rounded-circle::after{
    box-shadow: 0 0 0 4px #adca3e;
}
.icon .rounded-circle::after{
    box-shadow: 0 0 0 4px #eb3788;
    content:"";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -10px;
    left: -10px;
    padding: 10px;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.icon .rounded-circle:hover::after{
    transform: scale(1);
    opacity: 1;
}
[data-aos="sllide_green"] {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-clip-path 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: clip-path 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: clip-path 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.9s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.0115, 0.05, 0.006), cubic-bezier(0.785, 0.0115, 0.05, 0.006) !important;
    transition-delay: 250ms !important;
}
[data-aos="sllide_green"].aos-animate {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 0 0% 0);
    will-change: clip-path;
}
[data-aos="split_word"] {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    overflow:hidden;
    opacity: 0;
}
[data-aos="split_word"].aos-animate {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.split_line{
    overflow:hidden;
}
[data-aos="split_word"]:nth-of-type(1){
    transition-delay:0.1s !important;
}
[data-aos="split_word"]:nth-of-type(2){
    transition-delay:0.15s !important;
}
[data-aos="split_word"]:nth-of-type(3){
    transition-delay:0.2s !important;
}
[data-aos="split_word"]:nth-of-type(4){
    transition-delay:0.25s !important;
}
[data-aos="split_word"]:nth-of-type(5){
    transition-delay:0.3s !important;
}
[data-aos="split_word"]:nth-of-type(6){
    transition-delay:0.35s !important;
}
[data-aos="split_word"]:nth-of-type(7){
    transition-delay:0.4s !important;
}
[data-aos="split_word"]:nth-of-type(8){
    transition-delay:0.45s !important;
}
[data-aos="split_word"]:nth-of-type(9){
    transition-delay:0.5s !important;
}
[data-aos="split_word"]:nth-of-type(10){
    transition-delay:0.55s !important;
}
h2.h1.order{
    letter-spacing:0;
}
.bg-img-bottom-home{
    background-attachment: fixed;
}
.captcha{
    height:65%;
}
.successCaptcha{
    min-height:250px;
    min-width:400px;
    padding:30px;
    position:absolute;
    z-index:100000000000000000000000000000000000000000000000000000;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0.97;
    transition:opacity .5s linear;
    background-color:white;
    border-radius:6px;
    border:1px solid #eb3788;
}
.successCaptcha.disactive{
    opacity:0;
    z-index:-10;
}
.container-block,.diet-container,.home-contact,.bg-img-bottom-home{
    overflow:initial !important;
}
.warning{
    font-size:12px;
}
.caption-animate .item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
  
.caption-animate  .item.active .carousel-caption.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
  
.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
    opacity:0;
}
span#calorie {
    font-size: 3.5vh;
}
.text-baner-sub{
    top:20vh;
    height:49vh;
}
.phone-call-fixed{
    top: 85vh;
    right: 0;
    background-color: #adca3e;
    height: 45px;
    width:160px;
    margin-right:-105px;
    border-radius: 4px 0 0 4px;
    transition:all .3s linear;
    z-index:1000;
}
.phone-call-fixed.disactive{
    margin-right:0;
}
.phone-call-fixed img{
    object-fit: cover;
    max-width:100%;
    max-height:100%;
    object-position:5px -2px;
    margin-right:10px;
}
.phone-call-fixed.subpage{
    top:80vh;
}
.pricecart table,.pricecart table thead,.pricecart table tbody,.pricecart table tbody td{
    margin:15px auto 50px;
    border:1px solid #eb3788;
}
.pricecart table td{
    padding:5px 15px;
}
.pricecart table tbody td:nth-child(2),.pricecart table tbody td:nth-child(3){
    cursor: pointer;
    position: relative;
    transition:0.2s all;
}
.pricecart table tbody td:nth-child(2):hover {
    background:#c9c9c9;
    /* color:white; */
}
.pricecart table tbody td:nth-child(3):hover {
    background:#c9c9c9;
    /* color:white; */
}

/* .pricecart table tbody td:nth-child(2)::after, .pricecart table tbody td:nth-child(3)::after {
	content: "Zamów online";
	position: absolute;
	left: 50%;
	top: -46px;
	
	width: max-content;
	height: auto;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
    width: 100%;
	color: white;
	transform: translateX(-50%);
   
} */
/* .pricecart table tbody td:nth-child(2)::after {
    background: #c9c9c9;
}
.pricecart table tbody td:nth-child(3)::after {
    background:#adca3e;
}
.pricecart table tbody td:nth-child(2):hover::after,.pricecart table tbody td:nth-child(3):hover::after{
opacity:1;
visibility: visible;
}
.pricecart table tbody tr:nth-child(1) td:nth-child(2),.pricecart table tbody tr:nth-child(1) td:nth-child(3){
    cursor: inherit;
    position: static;
} */

.pricecart table tbody tr:first-child td .absoluteTd {
    display: none;
}
.pricecart h2{
    color:#eb3788;
    font-weight:500;
}
.bg-a-fix{
    background-attachment: fixed;
}
.dnone {
	display: none;
}
.absoluteTd {
	position: absolute;
	left: -144px;
	min-width: 144px;
	background: #eb3788;
	z-index: 1;
	height: auto;
	top: 50%;
	color: white;
	transform: translateY(-50%);
	display: grid;
	align-items: center;
	padding: 15px 20px;
	justify-content: center;
}
.absoluteTd.green {
    background:#adca3e;
}
.absoluteTd .minibtn {
    width: 100px;
    height: 23px;
    font-size:14px;
    color:black;
    background: white;
    z-index: 2;
    margin-top:10px;
}
.absoluteTd::before {
    content:"";
    width: 18px;
    height: 18px;
    background-color: #eb3788;
    position: absolute;
    right:-9px;
    top:50%;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 2;
}
.absoluteTd.green::before {
    background-color: #adca3e;
}
.blogheader .h1{
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}