.rounded_cart_pull {background-color: rgb(236,120,47) !important; }
.btn-primary {background: #fe6f00 !important;}
.modal h4 {font-size: 1rem;}
.form-group label {margin-bottom: 10px;}
.form-group label img {margin-top: -5px;}
.table-responsive .btn {margin-bottom: 10px;}
.btn-primary, .product-card .count-input:not(.collapsed) .product-card-button, .product-card:hover .product-card-button, [data-bs-theme="dark"] .product-card:hover .product-card-button {background: #fe6f00;}
.bg-primary {background: #fe6f00 !important;}
.toggle-sub {
    background: none;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
}
.bold {font-weight: bold;}
.nav-link span {
    white-space: normal;
    word-break: break-word; /* nebo break-all pokud je potřeba */
}
.breadcrumb-item img {width: 20px; margin-right: 10px;}
.swiper-thumbs {border: none !important;
    --swiper-thumbnail-border-width: 0px;
}
lista_box {background: rgb(237,114,141); width: 100%; height: auto; font-size: 1rem; color: white;}
.lista_box a {color: white; text-decoration: underline; font-size: 1.1rem;}
.lista_box p {margin-bottom: 0px;}
.prazdny-kosik {
    margin-top: 50px; }
.prazdny-kosik h2 {
    font-size: 150px;
    text-align: right;
    padding-right: 50px; }
.prazdny-kosik p {
    color: #787878;
    padding-top: 40px;
    font-size: 18px; }
.prazdny-kosik .akcni-buttony {
    margin-top: 100px; }
.eshop_logo {width: 50px; padding-top: 0px;}
@media screen and (max-width: 767px) {
    .eshop_logo {width: 50px;}
}
.bg-yellow {  background: linear-gradient(180deg, #ECE8C4 0%, #DCD8B9 100%);}
.bg-yellow h4 {color: black !important;}
.bg-yellow .nav-link {color: black !important;}
.text-dark-emphasis {color: black !important;}
.text-body {color: black !important;}
.whitten_text p {color: white !important;}
@media screen and (max-width: 767px) {
    .accordion-button {color: black;}
    html[data-bs-theme=dark] .accordion-button:after {
        --cz-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M3.8 7.9c.4-.4 1.1-.4 1.5 0l6.7 6.7 6.7-6.7c.4-.4 1.1-.4 1.5 0s.4 1.1 0 1.5l-7.4 7.4c-.4.4-1.1.4-1.5 0L3.8 9.4c-.5-.3-.5-1 0-1.5'/%3E%3C/svg%3E") !important;
        --cz-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M3.8 7.9c.4-.4 1.1-.4 1.5 0l6.7 6.7 6.7-6.7c.4-.4 1.1-.4 1.5 0s.4 1.1 0 1.5l-7.4 7.4c-.4.4-1.1.4-1.5 0L3.8 9.4c-.5-.3-.5-1 0-1.5'/%3E%3C/svg%3E") !important;
    }

    button:focus:not(:focus-visible) {color: black;}
}
.intro_rozcestnik .banner {width: 120px;}
.intro_rozcestnik .nadpes {font-size: .9rem !important;}
.intro_rozcestnik {
    display: flex;
    justify-content: center; /* horizontální vycentrování */
}

.swiper-wrapper {
    display: flex;
    justify-content: center; /* vycentruje všechny slide */
    margin: 0 auto !important; /* zajistí centrování i přes inline styly */
}

.owl-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0; /* odstraněno, nechceme ukazovat sousední položky */
}

.owl-carousel .item {
    background: #f5f5f5;
    border-radius: 12px;
    margin: 5px; /* můžeš upravit podle potřeby */
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.owl-carousel .owl-stage {
    transition: transform 0.6s ease;
    padding-left: 0;  /* odstraněno */
    padding-right: 0; /* odstraněno */
}

.owl-carousel .item:hover {
    transform: scale(1.01);
}

/* Šipky uvnitř wrapperu */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
    z-index: 10;
    background: #ebf7fd !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nontransparentni {border-bottom: 1px solid #e4e4e5; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.transparentni {background: linear-gradient(135deg, #141414, #1b1f2a) !important;}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-next img {
    transform: rotate(180deg);
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

@media screen and (max-width: 767px) {
    .owl-carousel .item {height: 220px;}
}
.btn-info {background: #02bbe2; border: #02bbe2;}
.padder-left { margin-left: 30px !important; }
.btn {border-radius: 20px !important;}
.btn-info {background: rgb(17,180,223) !important;}
.card {cursor: pointer;}
.transparentni.scrolled {
    background: linear-gradient(135deg, #141414, #1b1f2a) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.transparentni .padder-left {color: white;}
.transparentni.scrolled .padder-left {color: white;}
.transparentni .navbar-toggler-icon {background-color: white !important;}
.transparentni .navbar-toggler-icon:before {background-color: white !important;}
.transparentni .navbar-toggler-icon:after {background-color: white !important;}
.transparentni.scrolled .navbar-toggler-icon {background-color: white !important;}
.transparentni.scrolled .navbar-toggler-icon:before {background-color: white !important;}
.transparentni.scrolled .navbar-toggler-icon:after {background-color: white !important;}

.toggler_boxer .toggle-group {
    display: flex;
    gap: 10px;
}

.toggler_boxer .toggle-group input[type="radio"] {
    display: none; /* skryje klasický radio button */
}

.toggler_boxer .toggle-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #f0f0f0;
    font-weight: bold;
}

.toggler_boxer .toggle-group label:hover {
    background-color: #e0e0e0;
}

.toggler_boxer .toggle-group input[type="radio"]:checked + label {
    border-color: #007bff;
    background-color: #007bff;
    color: white;
}

.toggler_boxer .toggle-group label i {
    font-size: 18px;
}



.toggler_boxer_second .toggle-group {
    display: flex;
    gap: 10px;
}

.toggler_boxer_second .toggle-group input[type="radio"] {
    display: none; /* skryje klasický radio button */
}

.toggler_boxer_second .toggle-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #f0f0f0;
    font-weight: bold;
}

.toggler_boxer_second .toggle-group label:hover {
    background-color: #f0f0f0;
    cursor: inherit;
}

.toggler_boxer_second .toggle-group input[type="radio"]:checked + label {
    border-color: #007bff;
    background-color: #007bff;
    color: white;
}

.toggler_boxer_second .toggle-group label i {
    font-size: 18px;
}




.light_grey {color: #202125a3; font-size: .9rem;}

.wolt-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.wolt-notice .notice {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    padding: 24px 32px;
    max-width: 400px;
    text-align: center;
    animation: woltFadeIn 0.4s ease;
}

.wolt-notice .icon {
    font-size: 40px;
    margin-bottom: 12px;
    color: #009de0;
}

.wolt-notice h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.wolt-notice p {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
}

@keyframes woltFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.ajax_content_kosik {border-top-left-radius: 20px; border-bottom-left-radius: 20px;}
.round_around_cross {border-radius: 50%; background: #ededee; width: 30px; height: 30px; margin-top: -8px;}
.round_around_cross button {margin-left: -3px !important; margin-top: -3px !important;}

.kebab_pizza_intro_box img {border-radius: 10px; width: 100px;}
.kebab_pizza_intro_box .row {padding-top: 270px;}
.kebab_pizza_intro_box strong {font-size: 2.4rem; color: white; display: block;}
.kebab_pizza_intro_box p {color: white;}
.zradlo {border-radius: 10px;}
@media screen and (max-width: 767px) {
    .kebab_pizza_intro_box strong {font-size: 1.3rem;}
    .toggler_boxer .toggle-group label {font-size: .5rem;}
    .toggler_boxer_second .toggle-group label {font-size: .5rem;}
    .toggler_boxer .toggle-group label i {font-size: 13px;}
    .toggler_boxer_second .toggle-group label i {font-size: 13px;}
    .navbar-toggler {padding-top: 8px;}
    .zradlo {border-radius: 10px; width: 100%;}
    .form-check .form-check-input {margin-top: -1px;}
    .m-w35 {width: 35% !important;}
    .m-w65 {width: 35% !important;}
    .alert-custom {padding: 7px !important;}
}

@keyframes fadeInLeftSoft {
    from {
        opacity: 0;
        transform: translateX(-20px); /* jemně zleva */
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.animate__fadeInLeftSoft {
    animation-name: fadeInLeftSoft;
    animation-duration: 1s; /* můžeš změnit */
    animation-fill-mode: both;
}

/* zprava */
@keyframes fadeInRightSoft {
    from {
        opacity: 0;
        transform: translateX(20px); /* jemně zprava */
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.animate__fadeInRightSoft {
    animation-name: fadeInRightSoft;
    animation-duration: 1s; /* můžeš změnit */
    animation-fill-mode: both;
}
@keyframes fadeInTopSoft {
    from {
        opacity: 0;
        transform: translateY(-20px); /* jen mírně shora */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate__fadeInTopSoft {
    animation-name: fadeInTopSoft;
    animation-duration: 1s; /* můžeš upravit */
    animation-fill-mode: both;
}

.alert-custom {
    background: #f8f9fb;
    border: 1px solid #e2e6ea;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    color: #333;
    z-index: 9;
}
.btn-custom {
    background: #4a6cf7;
    color: #fff;
    border: none;
    border-radius: 0.6rem;
    padding: 0.5rem 1rem;
    transition: 0.2s;
    cursor: pointer;
}
.btn-custom:hover {
    background: rgb(17,180,223) !important;
    color: white;
}

.custom-alert {
    position: relative;
    padding: 14px 18px;
    margin: 8px auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.3s ease;
}
.custom-alert.show {
    opacity: 1;
    transform: translateY(0);
}

/* Barevné varianty */
.custom-alert-success { background: linear-gradient(135deg, #28a745, #218838); }
.custom-alert-danger  { background: linear-gradient(135deg, #dc3545, #b02a37); }
.custom-alert-warning { background: linear-gradient(135deg, #ffc107, #e0a800); color: #222; }
.custom-alert-info    { background: linear-gradient(135deg, #17a2b8, #117a8b); }

/* Text */
.custom-alert-text {
    flex: 1;
    padding-right: 10px;
}

/* Zavírací křížek */
.custom-alert-close {
    background: none;
    border: none;
    color: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}