/* banner.css */
.spb2k25-banner {
    background: #5ba327;
    color: #ffffff;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: none;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
}
.spb2k25-banner.is-visible {
    display: flex;
}
.spb2k25-text-wrapper {
    flex-grow: 1;
    text-align: center;
    padding-left: 40px;
    box-sizing: border-box;
}
.spb2k25-text-main {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}
.spb2k25-text-sub {
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 2px;
    display: block;
}
.spb2k25-close {
    cursor: pointer;
    font-size: 1.6em;
    color: #ffffff;
    padding: 5px 15px 5px 10px;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.spb2k25-close:hover {
    transform: scale(1.2);
    opacity: 1;
}

/* První mediální dotaz pro banner na mobilu */
@media (max-width: 768px) {
    .spb2k25-text-wrapper {
        padding-left: 20px;
    }
    .spb2k25-text-main { 
        font-size: 0.9em; 
    }
    .spb2k25-text-sub {
        font-size: 0.8em;
    }
    .spb2k25-close {
        font-size: 1.4em;
        padding: 5px 10px;
    }
} /* TATO ZÁVORKA ZDE CHYBĚLA */

/* Další styly */
@media (min-width: 768px) {
    .czechLang {
        position: relative;
        top: -1px;
        right: 140px;
        background: red;
        width: max-content;
        float: right;
        padding: 9px 6px;
    }
    .czechLang a { 
        color: #ffffff !important; 
    }
}

@media only screen and (max-width: 991px) {
	.responsive-tools>a[data-target="navigation"] {
        z-index: 2;
        position: absolute;
        right: 40px;
    }
	.responsive-tools>a[data-target="navigation"]::before {
        border-radius: 0%;
    }
	.responsive-tools>a[data-target="navigation"]::after {
        content: 'MENU';
        width: 48px !important;
        font-family: 'Source Sans Pro';
        line-height: 32px;
        position: absolute;
        color: #fff;
        background-color: #666;
    }
	.ordering-process .czechLang,
	.ordering-process .responsive-tools>a[data-target="navigation"] {
        display: none;
    }
}

@media (max-width: 768px) {
	.responsive-tools {
		position: relative;
	}
	.czechLang {
        background: red;
        width: max-content;
        padding: 9px 6px;
        z-index: 999;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
	.czechLang a {
        color: #ffffff !important;
    }
}

.type-detail .detailDoruceni {
	background: #fafafa;
	padding: 2px 10px;
	margin-top: 20px;
}
.type-detail .delivery-time,
.type-detail .delivery-time-label {
	display: none !important;
}
.type-detail .p-info-wrapper {
	display: flex;
	flex-direction: column;
}
.type-detail .p-info-wrapper .p-final-price-wrapper { order: 100; }
.type-detail .p-info-wrapper .availability-value { order: 102; }
.type-detail .p-info-wrapper .detailDoruceni { order: 105; }
.type-detail .p-info-wrapper .detail-parameters { order: 101; }

table.onhold {
    width: 100%;
    background-color: #ffffff;
}
table.onhold td {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 5px;
    color:#282d35;
}
table.onhold thead {
    background-color: #5ba327;
}
table.onhold th {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 5px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
table.onhold tr:nth-child(even){
	background-color: #f2f2f2
}