@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');
:root {
    /* --main-color: #009882; */
    --main-color: #991b1d;
    /* --secondary-color: #006e5e; */
    /* --secondary-color: #ffd387; */
    --secondary-color: #991b1d;
    --yellow: #ffd387;
}

.red {
    color: red;
}

.green {
    color: #009882;
}

.menu_resp {
    display: none;
}

body {
    padding: 0px;
    margin: 0px;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

ul a:hover {
    opacity: 0.7;
}

.produkt_img {
    width: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.button {
    display: inline-block;
    background: transparent;
    border: solid 2px var(--main-color);
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    margin: 0px;
    font-size: 18px;
    color: var(--main-color);
    font-family: 'Montserrat', sans-serif;
    /* transition: linear 250ms; */
    text-decoration: none;
}

.button1 {
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0px;
    color: var(--main-color);
    font-size: 15px;
    cursor: pointer;
    padding: 0px 2px;
}

.button i {
    margin-right: 10px;
}

.button--icon i {
    margin: 0;
}


/* .button:hover {
    background: var(--main-color);
    color: white;
    cursor: pointer;
} */

.button.red {
    color: white;
    background: var(--main-color);
}

h1 {
    font-size: 35px;
    /* text-transform: uppercase; */
    margin-top: 0px;
}

.page {
    margin-left: 310px;
    padding: 40px;
    padding-bottom: 120px;
    min-height: calc(100vh - 140px);
}

.page .page_block {
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    margin: 15px;
}

a {
    color: var(--main-color);
}

.text_center {
    text-align: center;
}

table.vypis {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.vypis-wrapper {
    padding: 0 1rem;
    margin-top: 20px;
    background-color: white;
    border-radius: 4px;
}

table.vypis tr:not(:first-of-type) {
    border-bottom: solid 1px #00000014;
}

table.vypis tr:first-of-type th {
    padding-top: 2rem;
}

table.vypis tr:last-of-type td {
    margin-bottom: 2rem;
}

table.vypis tr:last-of-type {
    border: none;
}

table.vypis tr td:first-of-type,
table.vypis tr th:first-of-type {
    padding-left: 2rem;
}

table.vypis tr td:last-of-type,
table.vypis tr th:last-of-type {
    padding-right: 2rem;
    min-width: 80px;
}

table.vypis tr:hover:not(:first-of-type) {
    background: #FAFAFA;
}

table.vypis th {
    /* background: #80808030; */
}

table.vypis th a {
    display: inline-block;
    text-decoration: none;
}

table.vypis th.left {
    text-align: left;
}

table.vypis th {
    padding: 10px 5px;
}

table.vypis td {
    padding: 20px 5px;
}

table.vypis td.center {
    text-align: center;
}

table.vypis td.right {
    text-align: right;
}

table.vypis td.bold {
    font-weight: bold;
}

table.vypis td p {
    margin: 0px;
    display: inline-block;
}

table.vypis td br {
    display: block;
}

table.vypis tr.subpages_container>td {
    padding: 0;
    background: #d6d6d6;
}

table.vypis.sublevel {
    margin-top: 0;
}

table.vypis.sublevel tr td:first-child {
    padding-left: 15px;
}

table.vypis input {
    border: none;
    width: 95%;
    padding: 6px;
    background-color: transparent;
    width: calc(100% - 22px);
    outline: none;
    color: black;
    font-size: 25px;
    /* font-family: 'SourceSansPro-Light'; */
    font-weight: bold;
    min-height: 25px;
}

table.vypis.products_list .product_line.selected {
    background-color: #00988266;
}

table.vypis.products_list .product_line.selected .amount_cell {
    background-color: #00988288;
}

table.vypis.products_list td {
    padding: 20px 5px;
}

table.vypis.products_list .plu_title {
    width: 80px;
}

table.vypis.products_list .info_title {
    width: 35px;
}

table.vypis.products_list .amount_g_title {
    width: 100px;
}

table.vypis.products_list .price_title {
    width: 140px;
}

table.vypis.products_list .amount_title {
    width: 220px;
    text-align: left;
}

table.vypis.products_list .plu_cell {
    font-weight: bold;
}

table.vypis.products_list .special .name_cell {
    font-weight: bold;
}

table.vypis.products_list .amount_cell {
    background-color: #FFFFFF;
    text-align: left;
}

table.vypis.products_list td .amount_cell_content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

table.vypis.products_list td .amount_cell_content .base_amount {
    font-size: 19px;
}

table.vypis.products_list td .amount_cell_content .total_amount {
    font-size: 19px;
    padding-left: 5px;
    min-width: 3em;
}

table.vypis.products_list td .amount_cell_content input {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 18px;
    width: 80px;
}

table.vypis.products_list .highlight .plu_cell,
table.vypis.products_list .highlight .info_cell {
    background-color: #f9c639;
}

table.vypis.no_sort .sort {
    display: none;
}

table.vypis .total {
    background-color: var(--main-color) !important;
    color: white;
    font-weight: 600;
}

.vypis.summary .total td {
    margin-bottom: 0;
}

table.edit {
    width: 100%;
    border-collapse: collapse;
}

table.edit th {
    background: transparent;
    padding: 5px;
    text-align: right;
    color: var(--main-color);
    color: var(--secondary-color);
    font-size: 15px;
    text-transform: lowercase;
    border-bottom: solid 1px #e9ebed;
    transition: linear 0.3s;
    border-bottom: solid 1px #e9ebed;
    transition: linear 0.3s;
    /* font-family: 'SourceSansPro-Light'; */
}

table.edit td {
    padding: 5px;
    border-bottom: solid 1px #e9ebed;
    transition: linear 0.3s;
}

table.edit td.center {
    text-align: center;
}

table.edit.objednavka td {
    padding: 13px 5px;
    font-weight: bold;
    font-size: 22px;
}

table.edit tr.readonly {
    background-color: #eee;
}

table.edit tr.readonly.transparent {
    background-color: transparent;
}

table.edit tr:hover td,
table.edit tr:focus td,
table.edit tr:hover th,
table.edit tr:focus th {
    background: #dadee1;
}

table.edit tr.readonly:hover td,
table.edit tr.readonly:focus td,
table.edit tr.readonly:hover th,
table.edit tr.readonly:focus th {
    background-color: transparent;
}

table.edit input {
    border: none;
    width: 95%;
    padding: 6px;
    background-color: transparent;
    width: calc(100% - 22px);
    outline: none;
    color: black;
    font-size: 20px;
    /* font-family: 'SourceSansPro-Light'; */
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    min-height: 25px;
}

table.edit input:read-only {
    color: #888;
    cursor: default;
}

table.edit h2 {
    margin: 0px;
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 5px;
    border-left: solid 5px black;
    padding-left: 10px;
}

table.edit input[type='checkbox'] {
    width: auto;
    transform: scale(1.5);
}

table.edit input[type='radio'] {
    width: auto;
    transform: scale(1.5);
}

table.edit select {
    border: none;
    width: 100%;
    color: black;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-weight: bold;
    padding: 6px;
    background-color: transparent;
    background-color: #f6f6f6;
}

table.edit textarea {
    width: 60%;
    outline: none;
    resize: none;
    padding: 10px;
    border: solid 2px #80808030;
    /* font-family: 'SourceSansPro-Light'; */
    color: black;
    background-color: #f6f6f6;
}

table.edit .multiple_chckboxes .option_container {
    display: flex;
    align-items: center;
}

.option_container {
    margin: 1rem 0;
}

table.edit .multiple_chckboxes .option_container input {
    margin: 5px 10px 5px 0;
}

::placeholder {
    /* font-family: 'SourceSansPro-Light'; */
}

form.hledat {
    display: inline-block;
}

form.hledat button {
    padding: 10px;
}

form.hledat input {
    outline: none;
    border: none;
    border-bottom: solid 2px var(--main-color);
    padding: 10px;
    color: var(--main-color);
    width: 100px;
}

form.hledat input::placeholder {
    color: var(--main-color);
}

form.hledat button i {
    margin: 0px;
}

.edit-head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.edit-head h1 {
    width: 50%;
    margin: 0px;
}

.edit-head .edit-setting {
    width: 50%;
    text-align: right;
}

.message {
    position: fixed;
    top: 10px;
    right: 10px;
    border: solid 2px green;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    background: #c4f3c4db;
    z-index: 9;
}

.error {
    position: fixed;
    top: 10px;
    right: 10px;
    border: solid 2px red;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    background: #f3c4c4db;
    z-index: 9;
}

.galerie_obsah form {
    display: inline-block;
    position: relative;
}

.galerie_obsah span {
    width: 150px;
    height: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #00000014;
    transition: linear 0.3s;
}

.galerie_obsah a {
    transition: linear 0.3s;
}

.galerie_obsah span:hover {
    filter: grayscale(0.9);
}

.galerie_obsah .left {
    position: absolute;
    bottom: 10px;
    left: 3px;
    background: var(--main-color);
    border-radius: 50%;
    color: white;
    height: 45px;
    width: 30%;
    z-index: 999;
    border: none;
    cursor: pointer;
    outline: none;
}

.galerie_obsah .right {
    position: absolute;
    bottom: 10px;
    right: 8px;
    background: var(--main-color);
    border-radius: 50%;
    color: white;
    height: 45px;
    width: 30%;
    z-index: 999;
    border: none;
    cursor: pointer;
    outline: none;
}

.galerie_obsah .delete {
    position: absolute;
    bottom: 13px;
    left: 57px;
    background: var(--main-color);
    border-radius: 50%;
    color: white;
    height: 37px;
    width: 25%;
    z-index: 999;
    border: none;
    cursor: pointer;
    outline: none;
}

.pagination {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px 0;
}

.pagination a {
    text-decoration: none;
}

.pagination .number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #991b1d36;
    margin: 0 5px 5px 0;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination .number.active,
.pagination .number:hover {
    background-color: var(--main-color);
    color: white;
}

.pagination-nav {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    margin: 0 5px 5px 0;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.pagination-nav:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #212529;
}

.pagination-ellipsis {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 5px 5px 0;
    color: #6c757d;
    font-weight: bold;
}

.pagination-info {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #6c757d;
    font-size: 14px;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.pagination-jump {
    text-align: center;
    margin-top: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.pagination-jump label {
    margin-right: 5px;
    color: #495057;
    font-size: 14px;
}

.pagination-jump input[type="number"] {
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 14px;
}

.pagination-jump button {
    transition: all 0.3s;
}

.pagination-jump button:hover {
    opacity: 0.9;
}


/* Responsive pagination for mobile */

@media (max-width: 768px) {
    .pagination {
        text-align: center;
    }
    .pagination .number,
    .pagination-nav {
        margin: 0 2px 5px 2px;
    }
    .pagination .number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .pagination-nav {
        padding: 6px 8px;
        font-size: 12px;
    }
    .pagination-info {
        font-size: 12px;
        margin-top: 8px;
    }
    .pagination-jump {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .pagination-jump label {
        display: block;
        margin-bottom: 5px;
    }
    .pagination-jump input[type="number"] {
        width: 80px;
        margin: 0 5px;
    }
}

.custom_file_input input {
    display: none;
}

.custom_file_input {
    cursor: pointer;
}

.galerie_obsah .custom_file_input {
    position: absolute;
    font-size: 26px;
    z-index: 10;
    bottom: 12px;
    right: 8px;
    padding: 12px;
    border-radius: 35px;
    opacity: 0.8;
    background: var(--main-color);
    color: white;
}

.filter_container,
.filter_container * {
    box-sizing: border-box;
}

.filter_container {
    display: flex;
    justify-content: flex-end;
}

.filter_wrapper {
    background: white;
    width: 100%;
    max-width: 480px;
    position: relative;
    /* box-shadow: 0 0 2px 2px #00000011;
    border-radius: 6px; */
    padding: 1rem;
    border-radius: 4px;
    -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.04);
}

.filter_wrapper .remove_filter {
    display: block;
    width: fit-content;
    margin: 5px;
    margin-left: auto;
    padding: 5px;
    border-radius: 6px;
    border: 2px solid red;
    background: transparent;
    text-decoration: none;
    color: red;
    font-size: 13px;
    transition: all .3s;
}

.filter_wrapper .remove_filter:hover {
    color: white;
    background: red;
    border-color: white;
}

.filter_wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter_wrapper .title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
}

.filter_wrapper .elem {
    width: 100%;
    padding: 5px;
}

.filter_wrapper .elem.hw {
    width: 50%;
}

.filter_wrapper .elem input,
.filter_wrapper .elem select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter_wrapper .confirm {
    border: 2px solid var(--main-color);
    font-family: 'Montserrat', sans-serif;
    color: var(--main-color);
    background: transparent;
    border-radius: 4px;
    outline: unset;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px 8px;
    margin: 5px;
    width: 100%;
    /* transition: all .3s; */
    cursor: pointer;
}

.filter_wrapper .confirm:hover {
    background: var(--main-color);
    color: white;
}

.prods_list,
.prods_list * {
    box-sizing: border-box;
}

.prods_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 100px;
}

.prods_list .prod_block {
    width: calc(25% - 15px);
    margin: 0 10px 20px 10px;
    border: 2px solid #00988240;
    border-radius: 6px;
}

.prods_list .prod_block.selected {
    border-color: var(--main-color);
    box-shadow: 0 0 4px 2px #00000050;
}

.prods_list .prod_block:nth-child(4n+1) {
    margin-left: 0;
}

.prods_list .prod_block:nth-child(4n+4) {
    margin-right: 0;
}

.prods_list .prod_block {
    display: flex;
    flex-wrap: wrap;
}

.prods_list .prod_block .plu,
.prods_list .prod_block .name,
.prods_list .prod_block .check_container {
    font-weight: bold;
    font-size: 20px;
    padding: 1px 5px;
}

.prods_list .prod_block .plu {
    width: 60px;
    background-color: #00988240;
}

.prods_list .prod_block.selected .plu {
    background: var(--main-color);
    color: white;
}

.prods_list .prod_block .name {
    width: calc(100% - 100px);
    border-bottom: 1px solid #00988240;
    line-height: 1.1;
    padding: 10px;
    font-size: 17px;
}

.prods_list .prod_block .check_container {
    width: 40px;
    border-bottom: 1px solid #00988240;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prods_list .prod_block.selected .name {
    border-color: var(--main-color);
}

.prods_list .prod_block .price_container,
.prods_list .prod_block .tax_container {
    padding: 5px;
}

.prods_list .prod_block .price_container {
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
}

.prods_list .prod_block .tax_container {
    width: 90px;
}

.prods_list .prod_block .price_container .base_amount {
    display: block;
    font-size: 17px;
    width: 50px;
    text-align: right;
    padding-right: 5px;
}

.prods_list .prod_block input,
.prods_list .prod_block select {
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    outline: none;
}

.prods_list .prod_block .price_container input {
    width: calc(100% - 50px);
}

.prods_list .prod_block .tax_container select {
    width: 100%;
}

.prods_list .prod_block input:focus,
.prods_list .prod_block select:focus {
    border-color: var(--main-color);
}

.prods_list .prod_block .populate_container {
    width: 100%;
    padding: 5px;
    background-color: #cfe9fb;
}

.prods_list .prod_block .populate_container.active {
    background-color: #48b4ff;
}

.page_limit form {
    display: inline-flex;
    align-items: stretch;
    /* background-color: #0098821f; */
    color: var(--main-color);
    font-weight: 600;
    margin: 1rem 0;
    padding: 5px;
}

.page_limit input {
    border: none;
    outline: none;
    border-bottom: 2px solid var(--main-color);
    background-color: transparent;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--main-color);
    font-weight: bold;
    width: 60px;
    text-align: center;
}

.page_limit button {
    border: 2px solid var(--main-color);
    border-radius: 6px;
    background-color: transparent;
    font-weight: bold;
    color: var(--main-color);
}

.order_date_page_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order_date_page_container input,
.order_date_page_container select {
    margin-bottom: 20px;
    outline: none;
    border: none;
    text-align: center;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}

.order_date_page_container select {
    border: 2px solid #ddd;
    border-radius: 6px;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.steps .step {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 30px;
    transition: all .3s;
    color: #8b8b8b;
}

.steps .step.active {
    background: var(--main-color);
    color: white;
    border-radius: 50%;
}

.steps .step a {
    color: black;
    animation: bumpOnLoad 1s forwards 1.5s;
}

@keyframes bumpOnLoad {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2) rotate(5deg);
    }
    100% {
        transform: scale(1);
    }
}

.steps .step a i {
    transition: all .4s;
}

.steps .step a:hover i {
    transform: scale(1.2) rotate(5deg);
}

footer .cart_footer_container {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: 15px;
    /* background-image: linear-gradient(to right, rgb(249 198 58), rgb(238 174 0)); */
    /* background: var(--yellow); */
    background: #FAFAFA;
    color: black;
    flex-wrap: wrap;
    font-weight: 600;
    z-index: 10;
}

footer .cart_footer_container .block .container {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

footer .cart_footer_container .block:first-of-type .container,
footer .cart_footer_container .block:last-of-type .container {
    border-color: transparent;
}

footer .cart_footer_container .price {
    font-weight: bold;
}

footer .cart_footer_container .button {
    background: #ffffff52;
    border-color: black;
    color: black;
    font-size: 17px;
    padding: 15px 7px;
    text-decoration: none;
    margin: 0;
}

footer .cart_footer_container .button:hover {
    background-color: white;
}

footer .cart_footer_container .button--icon {
    padding: 15px;
}

footer .cart_footer_container .trash-form {
    height: 100%;
    display: flex;
    align-items: stretch;
}

footer .cart_footer_container .button--trash {
    background-color: black !important;
    margin-left: 5px;
}

.unavailibility_msgbox_cover,
.unavailibility_msgbox_cover * {
    box-sizing: border-box;
}

.unavailibility_msgbox_cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.unavailibility_msgbox_cover .content {
    padding: 20px;
    margin: 15px;
    background-color: white;
    border: 2px solid var(--main-color);
}

.unavailibility_msgbox_cover .content h3 {
    text-align: center;
}

.unavailibility_msgbox_cover .content .items_list {
    margin: 10px 0;
}

.unavailibility_msgbox_cover .content .items_list .item {
    border-bottom: 1px solid #ddd;
}

.unavailibility_msgbox_cover .content .prompt_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

.unavailibility_msgbox_cover .content .prompt_box>* {
    width: calc(33% - 3px);
}

.unavailibility_msgbox_cover .content .prompt_box .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.order_bottom_summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin-left: auto;
}

.order_bottom_summary .button {
    margin-left: 20px;
}

.order_bottom_summary .current_price {
    font-weight: bold;
    font-size: 19px;
}

.chckboxes_list {
    display: flex;
    flex-wrap: wrap;
}

.chckboxes_list .item {
    width: calc(33.3333% - 6px);
    display: flex;
    align-items: center;
    margin-right: 9px;
}

.chckboxes_list .item:nth-child(3n+3) {
    margin-right: 0px;
}

.chckboxes_list .item input {
    margin-right: 3px;
}

.chckboxes_list .item span {
    text-align: left !important;
}

.flex_wrap_container {
    display: flex;
    flex-wrap: wrap;
}

table.edit td .prod_alergen {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100px;
    font-size: 13px;
    margin: 5px;
    line-height: 1;
    padding: 5px;
    box-shadow: 0 0 2px 1px rgb(92 92 92 / 30%);
    border-radius: 6px;
}

table.edit td .prod_alergen .icon {
    max-width: 40px;
}

table.edit td .prod_alergen .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

table.edit td .prod_alergen .desc {
    text-align: center;
}

.actions_list_container .action {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
    margin: 5px 0;
}

.actions_list_container .action i {
    margin-right: 5px;
}

.actions_list_container .action:hover {
    text-decoration: underline;
}

.actions_list_container .action:hover i {
    animation: rotate360 .5s forwards;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.status_box_cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000055;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    z-index: 6;
}

.status_box_cover .content {
    position: relative;
    background-color: white;
    margin: 15px;
    padding: 20px;
}

.status_box_cover .hide_button {
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all .3s;
    cursor: pointer;
}

.status_box_cover .hide_button:hover {
    color: var(--main-color);
}

.status_box_cover .content h3 {
    text-align: center;
}

.status_box_cover .content .list {
    margin: auto;
    width: fit-content;
}

.status_box_cover .content p {
    font-weight: bold;
}

.legend_container {
    display: flex;
    justify-content: flex-end;
}

table.legend {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.legend th {
    background: #ddd;
}

table.legend th,
table.legend td {
    padding: 5px;
}

table.legend .icon {
    color: var(--main-color);
}


/* .cards_grid_container,
.cards_grid_container * {
    box-sizing: border-box;
} */


/* .cards_grid_container {
    display: grid;
    grid: auto / 1fr 1fr;
    gap: 1rem;
} */


/* .cards_grid_container .card {
    background-color: white; */


/* border-radius: 5px; */


/* border-radius: 0px;
    padding: 20px;
    -webkit-box-shadow: box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.cards_grid_container .card.fw {
    grid-column: span 2;
}

.cards_grid_container .card.hw.left {
    grid-column: 1/2;
}

.cards_grid_container .card.hw.right {
    grid-column: 2/3;
}

.cards_grid_container .card.two-rows {
    grid-row: span 2;
}

.cards_grid_container .card .links-cnt {
    display: grid;
    grid: auto / 1fr;
    gap: .3rem;
    margin: 2rem 0;
}

.cards_grid_container .card .links-cnt .button {
    text-align: center;
}

.cards_grid_container .card .links-cnt .button i {
    display: inline-block;
    padding-left: .4em;
}

.cards_grid_container h3 {
    margin-top: 0;
}

.cards_grid_container .inline_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cards_grid_container .inline_list .item {
    margin-right: 20px;
}

.cards_grid_container .inline_list .item .big {
    font-size: 2em;
    font-weight: bold;
} */

.st-shifter {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
}

.st-shifter-icon {
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.7em;
    height: 1.7em;
    padding: .2em 0.5e;
    border: unset;
    outline: unset;
    /* background: #009882; */
    background: var(--main-color);
    color: white;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #00000087;
    cursor: pointer;
}

.st-shifter-icon:hover {
    box-shadow: 0 0 3px 0 #000000aa;
    text-shadow: 0 0 1px black;
}

.st-shifter-value {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 0 .5em;
}

.card__toggle-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: .2rem;
    margin: .5rem 0 1rem;
}

.card__toggle-menu-elem {
    color: var(--main-color);
    border: 2px solid var(--main-color);
    background-color: transparent;
    border-radius: 3px;
    padding: .5em;
    cursor: pointer;
}

.card__toggle-menu-elem.active {
    background-color: var(--main-color);
    color: white
}

.card__toggle-menu-elem:hover {
    background-color: var(--main-color);
    color: white;
    box-shadow: 0 0 3px 0 #00000078;
}

.card__toggle-content {
    display: none;
}

.card__toggle-content.active {
    display: block;
}

.prod-tippy-template {
    display: none;
}

.prod-tippy-template--visible {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    display: block !important;
    place-items: center;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.333);
    overflow-y: auto;
}

.prod-tippy-template__content {
    position: relative;
    background-color: white;
    max-width: 1000px;
    min-width: 50%;
    padding: 2rem;
    margin: 0 auto;
}

.prod-tippy-template__content>div {
    margin-bottom: .5rem;
}

.prod-tippy-template__close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1.9rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.prod_alergen--min {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    align-items: center;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.6rem;
}

.prod_alergen--min .icon img {
    width: 4rem;
    height: auto;
}

.prod_alergen--min .desc {
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    max-width: min-content;
    flex-grow: 1;
}

.radio-toolbar--two {
    display: grid;
    grid: auto / repeat(2, 1fr);
    gap: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    cursor: pointer;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px solid #444;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.toggle-bar {
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 1.5rem 0;
}

.toggle-bar__option {
    padding: 1em;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.toggle-bar__option:hover {
    background-color: #848484;
    color: white;
    text-decoration: none;
}

.toggle-bar__option--active {
    background-color: #991b1d;
    color: white;
}

.favorite {
    color: gold;
    cursor: pointer;
}

.not-favorite {
    color: gray;
    cursor: pointer;
}

.not-favorite:hover {
    color: gold;
}

.subcategories {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 2rem; */
}

.subcategories #subcategory,
#delivery_type {
    text-transform: none;
    text-align: center;
    color: white;
    background-color: #991b1d;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    outline: none;
    margin: 0px;
    font-size: 18px;
    padding: 10px 30px;
}