* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px !important;
}

body {
    padding-top: 6rem !important;
}

.nav-link {
    color: #000 !important;
}

.nav-item {
    min-height: 70px;
}

.nav-link:hover {
    text-decoration: underline;
}

.text-help, .opening-hours {
    font-size: 0.9rem !important;
}

.opening-hours {
    color: #768498 !important;
}

h1 {
    font-size: 2rem !important;
}

h2, .header-size-h2 {
    font-size: 1.8rem !important;
}

h3, .header-size-h3, .modal-title {
    font-size: 1.6rem !important;
}

h4, .header-size-h4 {
    font-size: 1.4rem !important;
}

h5, .header-size-h5 {
    font-size: 1.2rem !important;
}

h6, .header-size-h6 {
    font-size: 1rem !important;
}

.fs-custom-11 {
    font-size: 1.1rem !important;
}

.fs-custom-12 {
    font-size: 1.2rem !important;
}

:root {
    --bs-body-font-size: 18px;
}

body {
    font-size: 14px;
}

.part .row, .part .row {
    display: none;
}

input[type="radio"]:checked ~ .row, input[type="radio"]:checked ~ .row {
    display: flex;
}

.part, .subpart {
    padding: 5px;
}

.offcanvas-backdrop {
    z-index: 2000 !important; /* cokoliv vyššího než modal */
}

.offcanvas {
    z-index: 2005 !important; /* cokoliv vyššího než modal */
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}

.navbar {
    _height: 64px;
}

.shape {
    background: #fff;
    min-height: 150px;
    border: 1px solid #fff;
    border-radius: 12px;
}

.shape-small {
    background: #fff;
    min-height: 80px;
    border: 0px solid #fff; /*1px*/
    border-radius: 12px;
}

.label-control:has(input[type="radio"]:checked) {
    border-color: #6DC100;
    background-image: url("/assets/image/icon-select.svg");
    background-repeat: no-repeat;
    background-position: top right;

    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.border-radius-12 {
    border-radius: 12px;
}

.border-radius-6 {
    border-radius: 6px;
}

.btn-green {
    background: #6DC100 !important;
    border-radius: 6px;
}

.btn-grey {
    background: #E7EAED !important;
}

.btn-arrow, .btn-arrow-exit {
    position: relative;
    overflow: hidden;
}

.btn-arrow::after {
    content: "➔";
    display: inline-block;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.btn-arrow:hover::after, .btn-arrow-exit:hover::after {
    transform: translateX(4px);
}

.btn-arrow::after, .btn-arrow-exit::after {
    content: "➜";
    display: inline-block;
    margin-left: 0.5rem;
    transition: transform 0.2s ease;
}

.btn-arrow-exit::after {
}

.btn-arrow-exit:hover::after {
    transform: rotate(-45deg);
}

.label-control:hover {
    border-color: #9EA8B6;
    background-image: url("/assets/image/icon-preselect.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.shadow {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.70);
}

.shadow-small {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35) !important;
}

input[name="shape"], input[name="product-type"], input[data-show="hide"] {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    overflow: hidden;
    width: 1px !important;
    height: 1px !important;
}

.change-link {
    color: #000 !important;
    text-decoration: none;
}

.change-link:hover {
    text-decoration: underline;
}

.btn-green:hover {
    background: #9EA8B6 !important;
}

.btn-detail:hover {
    background: #E7EAED !important;
}

.when-show {
    display: none;
}

.collapsed .when-hide {
    display: inline;
}

.collapsed .when-show {
    display: none;
}

[aria-expanded="true"] .when-hide {
    display: none;
}

[aria-expanded="true"] .when-show {
    display: inline;
}

.collapsing {
    opacity: 0;
    transform: translateY(-10px);
    transition: height .35s ease,
    opacity .35s ease,
    transform .35s ease;
}

.collapsing.show {
    opacity: 1;
    transform: translateY(0);
}

.modal-header, .modal-footer {
    border: 0px;
    font-weight: bold;
    padding-top: 30px;
}

.part.select {
}

.part.first-select {
    background: #ddd;
}

label:hover {
    cursor: pointer;
}

.part.first-select {
    background: url("/assets/image/icon-select_dropdown.svg") no-repeat right 20px top 20px / 20px;
    border: 1px solid #ECECEC;
}

.part.first-select:has(input[type="radio"]:checked) {
    border: 1px solid #6DC100;
    box-shadow: 0px 0px 5px 0px rgba(109, 193, 0, 0.35) !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(109, 193, 0, 0.35) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(109, 193, 0, 0.35) !important;
    padding-bottom: 1rem !important;
}

.check-icon {
    padding-left: 28px;
    background: url("/assets/image/icon-radio.svg") no-repeat left center / 20px;
}

input[type="radio"]:checked + label .check-icon {
    background: url("/assets/image/icon-radio_checked.svg") no-repeat left center / 20px;
}

.row .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-footer {
    padding: var(--bs-modal-padding);
}

.button-row {
    min-height: 65px;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.offcanvas-cart {
    width: 35vw !important;
}

.offcanvas-cart .offcanvas-footer {
    box-shadow: 0px -5px 35px -19px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px -5px 35px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -5px 56px -35px rgba(0, 0, 0, 0.75);
}

.text-black:hover {
    color: #fff !important;
}

.min-h-65 {
    min-height: 65px !important;
}

.tab-pane {
    display: none; /* správně */
}

.tab-pane.active {
    display: block; /* správně */
}

.btn-select {
    margin-left: 65px;
}