/* styles.css */
body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

.navbar-brand {
    font-weight: bold;
}

a {
    color: #000000;
    text-decoration: unset;
    opacity: 1;
    transition: opacity .15s;
}

a:hover {
    opacity: 0.7;
    transition: opacity .15s;
}

.hero-section {
    background-size: cover;
    background-position: center;
    height: calc(100vh + 16px);
    display: flex;
    align-items: center;
    margin-top: -110px;
}

.hero-section h1 {
    font-size: 35px;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 16px;
    margin-bottom: 2rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 1000;
}

.mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu li {
    margin: 1rem 0;
}

.mobile-menu a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.navbar-bg {
    background-color: transparent;
}

.nav-item {
    padding: 44px 22px 10px 22px;
    box-sizing: border-box;
}

.nav-link {
    padding: 0;
}

.basket-container {
    padding: 44px 0 10px 32px;
    box-sizing: border-box;
}

.navbar-logotype {
    width: 195px;
    height: auto;
    margin-top: -45px;
    position: absolute;
}

.header-fixed .navbar-logotype {
    width: 90px;
}

.btn-custom {
    background-color: #FFBD59;
    padding: 12px 64px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: unset;
    opacity: 1;
    transition: opacity .15s;
}

.btn-custom:hover {
    opacity: 0.8;
    transition: opacity .15s;
}

.cta-btn {
    background-color: #FFBD59;
    padding: 4px;
    color: #000000 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: unset;
    opacity: 1;
    transition: opacity .15s;
}

.cta-btn:hover {
    opacity: 0.8;
    transition: opacity .15s;
}

.cta-btn-link {
    font-weight: bold;
    color: #FFBD59 !important;
}

.submain-title {
    padding-top: 54px;
    margin-bottom: 32px;
}

.submain-p {
    margin: 0;
    padding-bottom: 150px;
}

.list-of-diet .one-diet {
    height: 415px;
    background-size: cover;
    background-position: center;
}

.list-of-diet .one-diet .diet-title {
    display: block;
    background-color: rgba(0, 0, 0, 54%);
    padding: 20px;
    box-sizing: border-box;
    color: #ffffff;
    width: 100%;
}

.main-description {
    padding-top: 180px;
    padding-bottom: 180px;
}

.main-description .one-desc {
    margin: 0 100px;
    width: 160px;
}

.main-description .one-desc .icon {
    width: auto;
    height: 84px;
}

.main-description .btn-container {
    margin-top: 120px;
}

.eating-times .bg-img {
    height: 320px;
    background-size: cover;
    background-position: center;
}

.eating-times .description-box p {
    width: 50%;
}

.main-only-btn {
    padding-top: 170px;
    padding-bottom: 100px;
}

.orange-bg {
    background-color: #FFBD59 !important;
}

.main-opinions {
    padding-top: 110px;
    padding-bottom: 110px;
}

.main-opinions .title {
    margin-bottom: 80px;
}

.main-opinions .one-opinion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-weight: 300;
    font-size: 14px;
    width: 27%;
    padding: 20px 50px;
    border-right: 2px solid #ffffff;
}

.main-opinions .one-opinion:last-child {
    border-right: unset;
}

.main-opinions .one-opinion .icon {
    margin-right: 5px;
    width: 33px;
    height: auto;
}

.footer {
    padding-top: 50px;
    padding-bottom: 195px;
}

.footer .icon {
    width: 44px;
    height: auto;
}

.footer .social-container {
    margin-bottom: 80px;
}

.footer .logo {
    width: 195px;
    height: auto;
}

.footer .footer-nav {
    list-style: none;
}

.footer .footer-nav a {
    text-decoration: none;
    color: #000000;
}

footer {
    padding: 32px 0;
    background-color: #000000;
    color: #ffffff;
}

.submain-p {
    width: 50%;
}

.main-container {
    margin-top: 170px;
    margin-bottom: 50px;
}

.price-container {
    margin-top: 170px;
    margin-bottom: 50px;
}

.price-box {
    text-align: center;
    width: 70%;
}

.positions-box {
    padding-top: 105px;
    padding-bottom: 105px;
    box-sizing: border-box;
    background-color: #FAFAFA;
}

.main-container-box {
    padding-top: 105px;
    padding-bottom: 105px;
    box-sizing: border-box;
    background-color: #FAFAFA;
}

.positions-box .one-position {
    padding: 30px 18px;
    background-color: #ffffff;
    height: 100%;
}

.positions-box .one-position .icon {
    width: 81px;
    height: auto;
}

.positions-box .one-position .title {
    font-size: 13px;
}

.positions-box .one-position .price-desc {
    font-size: 13px;
    color: #FFBD59;
    font-weight: 700;
}

.positions-box .one-position .price-list {
    font-size: 13px;
}

.positions-box .one-position .order-link {
    margin-top: auto;
    width: 100%;
    padding: 6px 0;
    text-align: center;
}

.main-container-box .qa-box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.icons-box {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.icons-box .one-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
}

.icons-box .one-icon img {
    width: 88px;
    height: auto;
    margin-bottom: 15px;
}

.location-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-top: 240px;
    padding-bottom: 240px;
}

.maps {
    width: 100%;
    height: 580px;
}

.form-box {
    padding-top: 70px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
}

.input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
}

.input-group label {
    color: #000000;
    margin-bottom: 2px;
}

.input-group input {
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 8px;
}

.input-group textarea {
    height: 225px;
}

.input-group .error {
    font-size: 12px;
    color: #f36060;
}

.btn-form {
    margin-top: 50px;
    border: unset;
    padding: 10px 64px;
}

.eating-times.about-us {
    padding-top: 80px;
}

.about-kitchen {
    padding-top: 50px;
}

.about-kitchen .submain-p{
    width: 50%;
    padding-bottom: 0;
}

.about-kitchen .btn-custom{
    margin-top: 60px;
    margin-bottom: 60px;
}

.bg-diet {
    background-size: cover;
    background-position: center;
}

.bg-diet .box-desc {
    margin-top: 180px;
    padding: 80px 60px 130px 40px;
    box-sizing: border-box;
    width: 570px;
    background-color: #ffffff;

}

.order-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px;
}

.order-form .input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 18px;
}

.order-form .input-group label {
    color: #000000;
    margin-bottom: 2px;
}

.order-form .input-group input,
.order-form .input-group select,
.order-form .input-group textarea {
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 8px;
    width: 100%;
}

.order-form .input-group textarea {
    height: 150px;
}

.order-form .input-group .error {
    font-size: 12px;
    color: #f36060;
    margin-top: 4px;
}

.order-form .input-group input.is-invalid,
.order-form .input-group select.is-invalid,
.order-form .input-group textarea.is-invalid {
    border-color: #f36060;
}

.order-form .btn-form {
    margin-top: 30px;
    border: unset;
    padding: 10px 64px;
}


.order-form-new {
    width: unset;
}

.order-form .input-group input {
    padding: 6.5px;
}

.order-form-new .summary {
    width: 420px;
}

.calendars-wrapper {
    margin: 1rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.order-summary {
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 2rem;
}

.order-summary h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.costs {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.costs .total {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.costs-with-discount {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.costs-with-discount .total {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.discount-info {
    color: #28a745;
}

.discount-amount {
    font-size: 0.7rem;
    text-decoration: line-through;
}

.discount-text {
    color: #28a745;
}

.msg-box {
    display: block;
    height: 25px;
}

.msg-box.success-msg {
    color: #28a745;
}

.discount-text.error-msg {
    color: #ab1010;
}

.error-box {
    width: 700px;
    color: #ab1010;
}

.payu-img {
    width: 200px;
    height: auto;
}

.text-small {
    font-size: 11px;
}

.sm-box {
    width: 300px;
}

/* Dodaj na końcu pliku */
.cart-icon-container {
    position: relative;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #FFBD59;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.cart-dropdown {
    position: fixed;
    top: 90px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    width: 400px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.mobile-cart-dropdown {
    position: fixed;
    top: 80px; /* Mniejszy odstęp w wersji mobilnej */
    left: 10px;
    right: 10px;
    width: auto;
    max-width: calc(100% - 20px);
}

.mobile-cart i {
    display: block !important;
    font-size: 1.2rem;
}

.cart-dropdown.show {
    display: block;
}

.cart-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-total {
    padding: 15px;
    background: #f8f9fa;
    border-top: 2px solid #eee;
}

.cart-buttons {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

/*.mobile-cart-dropdown {*/
/*    display: none !important;*/
/*}*/

/*.mobile-cart {*/
/*    display: none !important;*/
/*}*/


@media (max-width: 1200px) {
    .navbar-logotype {
        width: 105px;
        margin-top: -30px;
    }

    .nav-item {
        padding: 44px 16px 10px 18px;
    }
}



@media (max-width: 991px) {

    .navbar-logotype {
        width: 105px;
        margin-top: -10px;
        position: unset;
    }

    .nav-item {
        padding: 44px 16px 10px 32px;
    }

    .navbar-toggler {
        border: none;
        color: #000000;
    }

    .navbar-toggler:active,
    .navbar-toggler:hover,
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    .nav-link.basket {
        font-size: 18px;
    }

    .hero-section {
        height: calc(100vh);
        margin-top: -120px;
        text-align: center;
    }

    .header-container {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.54);
        color: #ffffff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .list-of-diet .one-diet {
        height: 316px;
    }

    .main-only-btn {
        padding-top: 85px;
        padding-bottom: 60px;
    }

    .submain-p {
        width: 100%;
        padding-bottom: 100px;
    }

    .main-opinions .one-opinion {
        width: 33%;
    }

    .footer {
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .footer .position-box {
        margin-top: 85px;
        margin-bottom: 85px;
    }

    .footer .position-box p {
        text-align: center;
    }

    .footer .contact-box p {
        text-align: center;
    }

    .footer .social-container {
        margin-top: 80px;
        margin-bottom: 0;
    }

    footer {
        padding: 25px 0;
    }

    .price-container {
        margin-top: 50px;
    }

    .main-container {
        margin-top: 50px;
    }

    .positions-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-container-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-container-box .qa-box {
        width: 90%;
    }

    .icons-box {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .icons-box .one-icon:first-child {
        margin-bottom: 50px;
    }

    .icons-box .one-icon:last-child {
        margin-bottom: 0;
    }

    .icons-box .one-icon img {
        margin-bottom: 5px;
    }

    .location-description {
        padding-top: 140px;
        padding-bottom: 140px;
        font-size: 25px;
    }

    .eating-times.about-us {
        padding-top: 0;
    }

    .about-kitchen {
        padding-top: 0;
    }

    .about-kitchen .submain-p{
        width: 100%;
    }

    .about-company {
        margin-top: 60px;
    }

    .about-kitchen .btn-custom {
        margin-top: 0;
        margin-bottom: 0;
    }

    .bg-diet {
        height: 165px;
    }

    .bg-diet .min-desc {

    }

    .mobile-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-fixed .navbar-bg {
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mobile-fixed .navbar-bg .navbar-logotype {
        width: 55px;
    }

    .mobile-fixed .navbar-bg .navbar-toggler-icon {
        width: 1.8em;
        height: 1.8em;
    }

    .cart-dropdown:not(.mobile-cart-dropdown) {
         display: none !important;
     }

    .cart-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cart-buttons .btn-custom {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .main-description {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .main-description .one-desc {
        margin: 0 0 10px 0;
    }

    .main-description .one-desc:last-child {
        margin: 0;
    }

    .main-description .btn-container {
        margin-top: 80px;
    }

    .eating-times .bg-img {
        height: 170px;
    }

    .eating-times .description-box {
        padding: 40px 25px;
    }

    .eating-times .description-box p {
        width: 100%;
    }

    .main-opinions {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .main-opinions .title {
        margin-bottom: 25px;
    }

    .main-opinions .one-opinion {
        width: 100%;
        border-right: unset;
    }

    .main-opinions .one-opinion .line {
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
        width: 165px;
        height: 3px;
        background-color: #ffffff;
    }

    .error-box {
        width: 100%;
        color: #ab1010;
    }

    .datepicker-box {
        width: 100% !important;
    }

    .datepicker {
        width: 100% !important;
    }

}


@media (max-width: 575px) {
    .contact-form {
        width: 100%;
    }

    .order-form {
        width: 100%;
    }

    .order-form-new .summary {
        width: 100%;
    }
}




