@font-face {
    font-family: URWGothic;
    src: url('fonts/Ubuntu-B.ttf');
    font-weight: bold;
}

#modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: auto;
    padding: 0 2em;
    border: 1px solid #888;
    max-width: 60em;
    height: 95%;
    overflow-y: scroll;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#vysledek {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.closeModal {
    color: #aaaaaa;
    font-size: 40px;
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

body {
    color: #000;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS, Helvetica;
    background-color: #fff;
    text-align: left;
    line-height: 1.4;
    font-size: 1em;
    padding: 0.2em;
    margin: 0;
}

a {
    color: #000;
    text-decoration: underline;
    outline: 0;
}

a:hover {
    color: #7C0204;
}

html {
    scroll-behavior: smooth;
}

h1, .h1-text {
    color: #3d3a9b;
    font-family: URWGothic;
    font-size: 1.6em;
}

h2 {
    color: #333;
    font-family: URWGothic;
    font-size: 1.5em;
}

h3 {
    font-family: URWGothic;
}

img {
    max-width: 100%;
    height: auto;
}

input,
select {
    padding: 0.2em;
}

input[type=checkbox],
input[type=number] {
    vertical-align: bottom;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    margin: 0;
}

input[type=text],
input[type=email],
input[type=date],
input[type=button],
input[type=password],
input[type=submit],
textarea {
    box-sizing: border-box;
}

select {
    font-size: 1.1rem;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #9D8923;
    border-radius: 4px;
    padding: 0.5em;
    width: 8rem;
    appearance: none;
    /* Odstranění výchozí šipky */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="%23666" d="M5 6L0 0h10z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

textarea.descContact {
    height: 100%;
}

label.required:after {
    content: " *";
    color: red;
    font-weight: bold;
}

textarea {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.1rem !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

#imagelightbox {
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

#body-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 95em;
    width: 100%;
    text-align: left;
    /*background-color: #fff;*/
    margin: 0 auto 0 auto;
    padding: 0;
}

#body-content>div {
    padding: 0.2em 0;
}

#body-content-pdf {
    width: auto;
    text-align: left;
    background-color: #fff;
    margin: 0 auto 0 auto;
    padding: 0.1em;
}

#body-content-pdf>* {
    padding: 0.2em;
}

#form_error,
.error {
    background-color: #cd0204;
    color: white;
    font-weight: bold;
    padding: 0.4em;
}

.has-error {
    -webkit-box-shadow: 0px 0px 24px 3px rgba(245, 12, 12, 0.83);
    -moz-box-shadow: 0px 0px 24px 3px rgba(245, 12, 12, 0.83);
    box-shadow: 0px 0px 4px 1px rgba(212, 38, 47, 0.8);
}

.errorMessage {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

#left {
    flex: 1 1 19em;
    padding-right: 0.5em !important;
}

#menu-toggle {
    flex: 0 0 2em;
    width: 2em;
    height: 1.2em;
    padding: 0.5em;
    text-align: left;
    border-radius: 8%;
    margin-right: 16em;
    cursor: pointer;
    background-color: #3c5762;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
}

#menu-toggle>div {
    width: 100%;
    height: 100%;
    background: url('../pictures/menu.png') no-repeat;
    background-size: contain;
    background-color: #3c5762;
}

#submit_basket {
    background: url('../pictures/cart-shopping-solid.svg') no-repeat center;
    cursor: pointer;
    border: none;
    height: 1.7em;
    vertical-align: middle;
}

body {
    padding: 2em;
}

.parent {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.availability_text {
    font-weight: bold;
    color: #318F71;
    padding-top: 1em;
}

.tableContact {
    width: auto;
}

.tableContact td:not(:first-child) {
    padding-left: 2em;
}

.shipment {
    max-width: 32em;
}

.shipment td {
    padding: 1em 0;
}

.shipment td,
.shipment td>div:first-child {
    font-weight: bold;
}

.shipment td>div:not(first-child) {
    font-weight: normal;
    font-style: italic;
}

.shipment_dpd>li>ul>li {
    list-style-type: square;
}

.shipment_dpd>li>div {
    display: inline-block;
    width: 8em;
}

.shipment_dpd>li>span {
    font-weight: bold;
}

.shipment_dpd {
    width: 20em;
}

.shipment_dpd tr td,
.shipment_dpd tr th {
    text-align: center;
    width: 5em;
}

.shipment_dpd tr th {
    vertical-align: bottom;
    border-bottom: #0e0e0e thin solid;
}

.shipment_dpd tr th {
    text-align: center;
}

.shipment_dpd tr>th:nth-child(2),
.shipment_dpd tr>td:nth-child(2) {
    margin-left: 1em;
    border-left: #505050 thin solid;
}

.shipment_dpd tr:not(:last-child) {
    border-bottom: #b8b8b8 thin solid;
}

.article {
    text-align: justify;
}

.styleTypeRoman {
    list-style-type: upper-roman;
}

.styleTypeRoman>li {
    font-weight: bold;
}

.styleTypeRoman>li>* {
    font-weight: normal;
}

.search {
    padding: 0 0.8em 0 0;
    margin: 0 1em 0 0;
    width: 100%;
}

.search div {
    margin: 0;
    padding: 0.1em;
}


.search input {
    margin: 0;
    padding: 0.6em 0.4em;
    box-shadow: none;
    border: none;
}

.search input[type=submit] {
    background-color: #ea1e25;
    color: #fff;
    font-weight: bold;
}

.search input[type=text] {
    padding-left: 1.8em;
    width: 100%;
    background-image: url('/pictures/search.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.4em;
    outline-width: 0;
}

.search .radius-left {
    border: #7b7b7b 1px solid;
    border-radius: 4px 0 0 4px;
    padding-right: 3em;
    max-width: 60em;
}

.search .radius-right {
    border: #ea1e25 1px solid;
    border-radius: 0 4px 4px 0;
    background-color: #ea1e25;
    width: 3.2em;
    text-align: center;
}

.cartItem,
.buttonQuantity,
.cartWrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1em;
}

.buttonQuantity {
    align-items: stretch;
    border: 1px solid #90b1c6;
    border-radius: 2px;
    padding: 0;
    height: 2.1em;
}

.buttonQuantity button {
    border: none;
    width: 1.8rem;
    font-size: 1rem;
    background-image: -webkit-linear-gradient(to top, #ebf1f5, #fff 60%);
    background-image: -moz-linear-gradient(to top, #ebf1f5, #fff 60%);
    background-image: linear-gradient(to top, #ebf1f5, #fff 60%);
    height: 100%;
    padding: 0;
    margin: 0;
}

.buttonQuantity input[type=text] {
    height: 100%;
    border: none;
}

.buttonQuantity input {
    height: 100% !important;
}

.buttonQuantity>button.minus {
    border-right: 1px solid #90b1c6;
}

.buttonQuantity>button.plus {
    border-left: 1px solid #90b1c6;
}

.cartWrapper>div:last-child {
    flex: 2 0;
}


.cartItem>div:not(:last-child) {
    margin-right: 0.6em;
}

.cartItem-del {
    margin-left: auto;
}

.cartItem-name {
    flex: 7 0;
    min-width: 10em;
    margin-right: auto;
}

.cartItem-number {
    width: 6em;
}

.cartItem-picture {
    width: 6em;
    margin-right: 0.5em;
}

.container,
.content {
    max-width: 95em;
}

.content,
.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
}

.contact>div {
    padding: 0.2em 0.7em;
    align-self: flex-start;
    min-width: 15em;
    flex: auto;
}

.contact>div.contactMap {
    flex: 2 1 auto;
    
}
.contact>div.contactMap>div{
    height: 17em;
    padding-bottom: 2em;
}

.contact>div.ng {
    flex: 0 0 auto;
}

.content>div {
    padding: 0.2em 0.7em;
    align-self: center;
}

.content>div.footer_box {
    align-self: flex-start;
}

.content .t_menu {
    display: flex;
    justify-content: flex-end;
}

.content #logo {
    align-self: center;
}

.content_nowrap {
    flex-wrap: nowrap !important;
}

.content_pagination {
    flex-wrap: nowrap;
}

.container {
    display: table;
    padding: 0;
    width: 100%;
}

.content.footer_box {
    align-items: flex-start;
}

.demo-wrap {
    display: block;
    position: relative;
    background-color: rgb(255, 20, 20);
    /* Fallback color */
    background-color: #235a9dc9;
    /* Black w/ opacity */
}

.demo-wrap::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url('../pictures/funeralCar1.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.largeText {
    color: #ffffff;
    padding: 3em 0 0 0;
    font-size: 3rem;
    font-weight: bold;
}

.middleText * {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}

.f_3 {
    flex-grow: 2 !important;
}

.animal {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Chrome, Safari */
    -moz-flex-wrap: wrap;
    /* Mozilla Firefox */
    padding-bottom: 2em;
}

.animal>div {
    flex: 1;
    text-align: center;
    min-width: 9em;
    max-width: 12em;
}

.animal>div>div {
    display: flex;
    align-content: space-between;
    flex-direction: column;
}

.animal>div>div>a>h2 {
    color: #000000;
    font-size: 1em;
    font-weight: bolder;
    margin: 0;
    margin-bottom: auto;
}

.animal>div>div>a {
    text-decoration: none;
}

.animal>div>div>a:hover>h2 {
    color: #2a5847;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    row-gap: 2rem;
    column-gap: 1.5rem;
    margin: 0 auto 0 auto;
    padding: 0.3em;
}

.flexContainerCenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    column-gap: 1.5rem;
    padding: 0.3em;
}

.flexContainerStart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    column-gap: 1.5rem;
    padding: 0.3em;
}
.flexContainerEnd {
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    column-gap: 0.5rem;
    padding: 0.3em;
}
.flexContainerCenter>div>input {
    vertical-align: middle;
}

.flexBox,
.boxMin {
    text-align: left;
    flex: 1;
    align-content: flex-start;
}

.boxMin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxMin.flexEnd {
    align-self: flex-end;
}

.flexBoxAuto {
    flex: auto;
}

.flexBoxR {
    text-align: right;
    flex: 1;
    align-content: flex-end;
}

.boxMin {
    padding: 0.4em 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 16em;
}

.t_menu .flexBox {
    text-align: left;
    flex: auto;
    align-content: center;
    min-width: none;
}

.tms {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.padd-3>li:not(:first-child) {
    padding-left: 3.5em;
}

.color-g {
    color: #9D8923;
}

.flexItemLogo {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    color: #3d3a9b;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-self: center;
    justify-content: center;
    order: 1;
    max-width: 18em;
    min-width: 5em;
    text-align: center;
}

.flexItemMenu {
    flex-grow: 2;
    order: 2;
    align-self: flex-start;
}

.flexItemBasket {
    flex-grow: 1;
    align-self: flex-start;
    order: 3;
    padding: 0;
    max-width: 12em;
    min-width: 6em;
}

.cont_block>div {
    display: inline-table;
    width: 100%;
}

.d2,
.d3,
.d4,
.d5,
.container>div {
    display: table-cell;
}

.cell-bottom {
    text-align: left;
    padding-left: 1em;
    vertical-align: bottom;
}

.cell-bottom-right {
    text-align: right;
    padding-right: 1em;
    vertical-align: bottom;
}

.d3 {
    width: 6em;
}

.d4 {
    width: 3em;
}

.d5 {
    width: 1.5em;
}

input[type=checkbox],
.d5>input[type=checkbox],
.d5>input[type=radio] {
    vertical-align: -2px;
}

.item {
    flex: 1 1 auto;
}

.item_fix {
    flex: 2 0 auto;
}

.flex_item_align {
    align-items: center;
}

.bottom_1 {
    bottom: 1em;
}

.display_none {
    display: none !important;
}

.flex_2 {
    flex: 2 !important;
}

.flex_3 {
    flex: 3 1 auto;
}

.flex_overflow_hidden {
    overflow: hidden;
}

.flex_v_align_c {
    align-items: center;
}

.flex_content_start {
    align-content: flex-start;
}

.flex-parent {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

.flex-list {
    margin-left: -1px;
}

.flex-list>div {
    flex-grow: 1;
    flex-basis: auto;
    margin: 0.25em 0;
    padding: 0 1em;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

.producers {
    text-align: left;
}

.producers>ol {
    margin: 0;
    padding: 0;
}

.producers>ol>li {
    list-style-type: none;
    display: inline-block;
}

.producers>ol>li:not(:first-child) {
    padding-left: 1em;
}

.error>li {
    list-style-type: none;
}

.green {
    color: #1b852f;
}

.red {
    color: #aa3623;
}

.headline {
    font-size: 1.2em;
    font-weight: bold;
    width: 13em;
}

.headline span {
    font-size: 0.9em;
    color: #4A4A4A;
}

.hidden {
    visibility: hidden;
}

.catalog img {
    height: 4em;
}

.center {
    text-align: center;
}

.copyright {
    color: #999;
    border-top: #999 thin solid;
    margin-top: 2em;
    padding: 1em 0;
}

.bold {
    font-weight: bold;
}

.cena {
    margin-bottom: 1em;
}

.company {
    width: auto;
}

.company_bank_accounts {
    padding-left: 2em;
}

.company_bank_accounts>.h_offset_1:first-child {
    padding-top: 0;
}

.h_text {
    padding: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    color: #047c53;
}

.tips {
    max-width: 50em;
}

.tips>div {
    border-bottom: #e5e5e5 thin solid;
    align-items: center;
    height: 4em;

}

.h-phone svg {
    color: #9D8923;
    max-height: 2em;
}

.h-phone span {
    color: #9D8923;
    max-height: 2em;
    font-size: 4em;
    font-weight: bold;
    width: 4em;
}

.msgImg {
    padding: 0.3em 0.3em 0 0;
    color: #666;
    margin-top: 0.3em;
}

.msgImg svg {
    height: 1em;
    padding-top: 0.3em
}

.tipsImg {
    min-width: 10em;
}

.tips .tipsImg img {
    height: 3em;
}

.tips .tipsImg img:hover {
    height: 3.5em;
}

.invoice {
    max-width: 58em;
}

.invoice>#invoice_items_edit {
    padding: 0;
}

.invoice_edit h3 {
    margin-top: 0.4em
}

.invoice_edit>div {
    display: inline-block;
    vertical-align: top;
    /*width: 30%;*/
    min-width: 18em;
    padding: 0.5em;
}

.invoice_edit ol {
    width: 100%;
    padding: 0;
}

.invoice_edit div input[type=email],
.invoice_edit div input[type=password],
.invoice_edit div input[type=text],
.invoice_edit div input[type=textarea],
.invoice_edit div input[type=date],
.invoice_edit textarea,
.invoice_edit div select {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 1.05em;
    border-radius: 4px;
    outline-width: 0;
    border: #9D8923 thin solid;
}
.invoice_edit div input[type=date] {
    font-family: Arial, Helvetica, sans-serif;
}

/*
.invoice_edit div input[type=date]{
    box-sizing: border-box;
    font-size: 1.2em;
    padding: 0.3em;
}*/
input[type=button],
input[type=submit],
.invoice_edit input[type=button],
.invoice_edit input[type=submit] {
    background-color: #9D8923;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.7em;
    /*margin: 1em 0 0 0;*/
    border: none;
    border-radius: 4px;
}

input[type=button]:hover,
input[type=submit]:hover {
    cursor: pointer;
    background-color: #8c7a1f;
}
.button{
    font-size: 1em!important;
    padding: 0!important;
    width: 1.7em!important;
    height: 1.5em!important;
    text-align: center;
    vertical-align: middle;
}
.invoice_edit label,
.items label {
    font-size: 0.9em;
    color: #262626;
    display: block;
    margin-top: 0.5em;
}

.invoice input[type=number],
.invoice_item_quantity {
    border: 1px solid #90b1c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 1.6em;
    width: 2em;
    border-left: 0;
    border-right: 0;
    font-size: 1em;
    border-radius: 0;
    margin: 0;
}

.invoice input[type=number]::-webkit-inner-spin-button,
.cart-item-amount input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

/*Cookies*/
.cookieButtonBar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookieButtonBar>div {
    flex: 1 0 auto;
    margin: 0.5em;
}

/*.cookieButtonBar > div:last-child {
    text-align: right;
}*/
input[type=button].cookieButton {
    color: #FFFFFF;
    padding: 0.6em;
    border: none;
    outline: none;
    border-radius: 0.2em;
    width: 12em;
}

.cookieCommitAll {
    background-color: #2b81af;
}

.cookieRejectAll {
    background-color: #9c2e2e;
}

.cookieSave {
    background-color: #1b852f;
}

.cookieSetup {
    background-color: #1b852f;
}

input.switch[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
}

label.switch {
    width: 3.5em;
    height: 1.4em;
    display: block;
    background-color: #a1aca1;
    border-radius: 0.8em;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 0 0.1em rgba(71, 122, 133, 0.31);
}

label.switch::after {
    content: "";
    width: 1em;
    height: 1em;
    background-color: #e8f5f7;
    position: absolute;
    border-radius: 0.45em;
    top: 0.19em;
    left: 0.19em;
    transition: 0.5s;
}

input.switch:checked+label.switch:after {
    left: calc(100% - 0.19em);
    transform: translateX(-100%);
}

input.switch:checked+label.switch {
    background-color: #31ba5d;
}

label.switch:active:after {
    width: 1em;
}

.close {
    color: #aaaaaa;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cookies {
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    border-top: #1b852f thin solid;
    bottom: 0px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    /* Fallback color */
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 2em;
    /* Location of the box */
    padding-bottom: 2em;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 2em;
    border: 1px solid #888;
    max-width: 50em;
    height: 95%;
    max-height: 70em;
    overflow-y: scroll;
}

.parcelSearch {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.parcelSearch label {
    display: block;
}

.parcelSearch>div {
    padding-right: 1em;
}

.parcelSearch>div input {
    width: 94%;
}

.parcelSearch .parcel_search_address {
    flex: 3 0 10em;
    max-width: 100%;
    min-width: 5em;
}

.parcelSearch .zip {
    flex: 1 0 4em;
    align-self: flex-end;
    max-width: 100%;
    min-width: 4em;
}

.searchTransport {
    padding: 1em 0;
    border-bottom: #aaa thick solid;
}

.searchTransport input,
.searchTransport label {
    padding: 0.7em;
    font-size: 12pt;
    font-weight: bold;
}

.searchTransportHeader {
    background-color: #fff;
    position: sticky;
    top: 0;
}

.selectButton input[type=submit],
.selectButton input[type=button] {
    background-color: #938e02;
    color: #fff;
    font-weight: bold;
    padding: 0.6em;
    border: none;
    cursor: pointer;
}

.btn-middle {
    font-size: 1.2em;
    padding: 0.3em;
}

.btn-large {
    font-size: 1.5em;
    padding: 0.4em;
}

.required label {
    color: #cd0204;
}

.rabat {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
}

.border_red {
    border: #ea1e25 2px solid;
}

.rabat>div {
    color: #ea1e25;
}

.paddingTopBottom {
    padding: 1em 0;
}

.pagination {
    display: table;
    width: 100%;
    text-align: right;
}

.pagination>a {
    text-decoration: none;
}

.pagination>a>div {
    display: table-cell;
    width: 2.5em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    background-color: #2b81af;
    color: #fff !important;
    font-size: 11pt !important;
    border: white 0.1em solid;
}

.begin_list {
    padding-left: 1em;
    padding-right: 1em;
}

.pagination>a>div:not(:first-child) {
    margin-left: 1em;
}

.pageNext:before {
    content: "\25ba";
}

.pagePrev:before {
    content: "\25c4";
}

/*
 * CheckBox, radio
 */

input.side-label[type="checkbox"],
input.side-label[type="radio"] {
    position: absolute;
    left: -9999px;
}

.side-label {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1em;
}

label.side-label {
    font-weight: bold;
    font-size: 0.9em;
}

.side-label::before,
.side-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.invoice_edit input[type="radio"] ~ label.side-label::before,
.invoice_edit input[type="radio"] ~ label.side-label::after {
    border-radius: 50%;
}
.side-label::before {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #3d405e;
}

.invoice_edit input:focus+.side-label::before {
    border-color: #3d405e;
}

.side-label::after {
    display: none;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #8f9bb5;
}

input:checked~.side-label::after {
    display: block;
}

.radioDisabled {
    pointer-events: none;
    opacity: 0.5;
}

.delivery-address-disclosure,
.isOrderCompany-disclosure {
    display: none;
    margin-top: 1.5em;
}

#delivery-address:checked~.delivery-address-disclosure,
#isOrderCompany:checked~.isOrderCompany-disclosure {
    display: block;
}

.action {
    width: 100%;
    font-weight: bold;
    color: #003870;
}

.action>img {
    vertical-align: middle;
    padding-right: 0.3em;
}

.it {
    font-style: italic;
}

.name {
    font-weight: bold;
}

.name span {
    font-style: italic;
    font-weight: normal;
}

.nav {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    flex: 3 0 20em;
}

.nav>ol {
    margin: 0;
    padding: 0;
}

.nav>ol>li:not(:first-child):before {
    content: " › ";
}

.nav>ol>li,
.h_menu>ol>li {
    display: inline-block;
    list-style-type: none;
}

.nav>ol>li>a img {
    width: 1.2em;
}

.c_menu {
    background-color: #3d3a9b;
    width: 100%;
    /*background-image: url("../pictures/wave_w2881xh801.png");
    background-position: bottom;*/
}

.h_menu {
    min-width: 12em;
}

.h_menu>ol {
    margin-left: 0;
    padding: 0;
    text-align: center;
}

.h_menu>ol>li {
    padding: 0 0.35em;
}

.h_menu>ol>li>a,
.h_menu>ol>li>a:hover,
.t_menu a:hover img {
    text-decoration: none;
    color: #FFFFFF;
}

.h_menu a:hover *,
.t_menu a:hover,
.t_menu a:hover>div {
    text-decoration: underline;
}

#basket.h_menu>ol>li>a,
#basket.h_menu>ol>li>a:hover {
    color: #000000;
}

.h_menu>ol>li>a div {
    text-align: center;
    padding: 0.2em;
}


.h_menu>ol>li div>img {
    height: 1.0em;
    text-align: center;
    vertical-align: middle;
}

div.basketSymb>svg,
.h_menu>ol>li div.basketSymb>img {
    height: 1.5em;
    color: #9D8923;
}

.h_menu>ol>li div.email>img,
div.email>img {
    height: 1em;
}

.left_padding_1,
.left_padding_1>li:not(:first-child) {
    padding-left: 1em !important;
}

.padding_1 {
    padding: 1em;
}

.t_menu>,
.t_menu>div>a,
.t_menu>div>a>div {
    font-size: 0.95em;
    color: #555;
}

.t_menu img {
    width: 2.4em;
}

.t_menu a {
    padding: 0.5em 0 0.5em 0;
    text-decoration: none;
}

.t_menu>div {
    display: inline-block;
    padding: 0 2em 0 0;
    align-self: center;
}

.par_end {
    margin-bottom: 0.6em;
}

.photogalery img {
    padding: 0.2em;
}

.bold {
    font-weight: bold;
}

.font_size_0_8 {
    font-size: 0.8em;
}

.h_offset_1 {
    margin: 1em 0 0 0;
}

.h_offset {
    margin-top: 2em;
}

.v_offset {
    margin-left: 3em;
}

.half td {
    width: 50%;
    padding: 1em;
    vertical-align: top;
    border-top: 1px solid #888;
}

.half td table tr td {
    border: 0 solid #888;
    padding: 0;
}

.d_hide {
    display: none;
    font-size: 0;
}

.parFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.parFlex p {
    flex: 1 0 20em;
    margin: 0.5em;
}

.parArticle {
    padding: 0 1em 1em 0;
    -webkit-column-width: 20em;
    -moz-column-width: 20em;
    column-width: 20em;
    column-fill: balance;
    vertical-align: top;
    orphans: 3;
}

.parArticle>p {
    text-align: justify;
    width: 100%;
}

.parArticle img {
    padding: 0;
    margin: 0;
}

.parArticle ul {
    margin-top: 0;
}

.parArticle ul>li {
    padding: 0.2em 0;
}

.parArticle h4 {
    margin-top: 0;
    width: 100%;
}

.parArticle>div {
    vertical-align: top;
    margin: 0;
    padding: 0;
    break-inside: avoid-column;
    display: inline-grid;
    page-break-inside: avoid;
}


.parGroup {
    font-size: 1em;
    color: #111;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0.5em;
    column-count: 3;
    column-gap: 0.5em;
}

.parGroup a {
    color: #333;
    font-weight: bold;
}

.parGroup a:hover {
    color: #000;
    font-weight: bold;
}

.odst_group_p_max_hide {
    background-color: white;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top,
            color-stop(0%, rgba(0, 0, 0, 1)),
            color-stop(90%, rgba(0, 0, 0, 1)),
            color-stop(100%, rgba(0, 0, 0, 0)));
}

.t-half tr td {
    width: 50%;
    padding: 1em;
    vertical-align: top;
}

.t-half tr td table tr td {
    padding: 0.4em;
    width: auto;
}

.t-third tr td {
    width: 30%;
}

.t-third tr td:first-child {
    border: 2px solid #888;

}

.treeview {
    margin: 0;
    padding: 0;
    max-width: 30em;
}
.treeview li, .groups{
    list-style-type: none;
}
.treeview ul{
    margin:0;
    padding: 0 0 0 0.5em;
}
.treeview .nested {
    display: none;
    margin-left: 0.8em;
}
.treeview .nested.active {
    display: block;
    transition: display 0.2s ease;
}
.treeview .caret {
    cursor: pointer;
    font-weight: bold;
}

.treeview .caret::before {
    content: "‣";
    font-size: 1.2em;
    display: inline-block;
    margin-right: 0.3em;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.treeview .caret-down::before {
    transform: rotate(90deg);
}

.treeview li, .groups li {
    margin: 0.4em 0;
    padding: 0.3em 0;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    background-color: #f9f9f9;
    cursor: grab;
}

.treeview li li:not(:last-child) {
    border-bottom: #b5b5b5 thin solid;
}

.treeview li.dragging, .groups li.dragging {
    opacity: 0.5;
    border: 1px dashed #000;
}

.groupName+div{
    cursor: pointer;
    padding: 0.3em 0.5em;
}

.separator_bottom {
    border-bottom: thin dotted #000;
}

.separator_top {
    border-top: thin dotted #000;
}

.separator_left {
    border-left: thin dotted #000;
}

.label {
    width: 30%;
}

.t_flower_title td {
    border-top: thin solid #666;
    border-bottom: thin solid #666;
}

.tab_items {
    margin-top: 10px;
}

.tab_items tr td {
    font-size: 8pt;
    padding: 4px 10px;
}

.tab_invoice_items tr td {
    text-align: right;
}

.tab_separ td {
    border-bottom: thin solid #000;
}

.vat {
    margin-right: 0;
    margin-left: auto;
    width: 60%
}

.bold_12 {
    font-size: 12pt;
    font-weight: bold;
}

.alert svg {
    color: #680a0a;
    height: 2em;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.footer_box>ul {
    padding: 0;
    margin: 0;
}

.footer_box>ul>li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer_box>ul>li>div {
    text-align: left;
}

.footer_box {
    min-width: 10em;
}

.footer_box div.box_img {
    width: 0.9em;
    padding-right: 0.6em;
}

.footer_box div.box_img_2 {
    width: 1.4em;
}

.middle {
    flex: 1 1 auto;
}

#alpha_index>ol {
    margin: 0.6em 0;
    padding: 0;
}

#alpha_index>ol>li {
    display: inline-block;
    padding: 0.2em 0.4em;
    margin-top: 0.5em;
}

#alpha_index ol>li:not(:first-child) {
    margin-left: 0.2em;
}

#alpha_index>ol>li>div {
    width: 6em;
}

#alpha_index>ol>li.search {
    background-color: #fff;
    padding: 0;
}

#companyByIndex>ol,
#compositions>ol,
#invoice_item>ol,
.basketItem>ol,
.cash>ol,
.order_items>ol,
.receipts>ol {
    margin: 0;
    padding: 0;
}

#companyByIndex>ol>li,
#compositions>ol>li,
#invoice_item>ol>li,
#invoice_items_edit>li,
.invoice_vat>ol>li,
#menu_rest>ol>li,
.basketItem>ol>li,
.cash>ol>li,
.invoice_edit>div ol>li,
.items,
.order_items>ol>li,
.receipts>ol>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align: bottom;
}

.woVAT {
    font-size: 0.9em;
    color: #a3a3a3;
}

.itemAmount {
    font-size: 1.3em;
    font-weight: bold;
    color: #7C0204;
    padding: 0.2em 0 0.2em 0em;
}

.itemAmountLittle {
    font-size: 1em;
    font-weight: bold;
    color: #7b7b7b;
    padding: 0.2em 0 0.2em 0;
}

.itemAmountOld {
    text-decoration: line-through;
}

.items>li>div {
    display: inline-block;
    width: 9em;
    padding: 0.2em 0.05em;
}

.items>li:first-child>div {
    padding: 0.4em 0;
}

.items>li:first-child>div:first-child {
    padding-left: 0.6em;
}

.items>li>div>input[type=text] {
    box-sizing: border-box;
    width: 100%;
}

.items>ol>li>div:nth-of-type(1) {
    padding-right: 1em;
}

#companyByIndex>ol>li:nth-of-type(2n) {
    /*background-color: #f3f3f3*/
}

#compositions>ol>li>div,
#invoice_item>ol>li>div,
.cash>ol>li>div,
.order_items>ol>li>div,
.receipts>ol>li>div {
    display: inline-block;
    padding: 0.2em;
    text-align: right;
    width: 7em;
}

.cash {
    border-top: #0a0a0a thin dotted;
}

.cash>ol>li>div {
    font-size: 0.82em;
    width: 6em;
}

.cash>ol>li>div:nth-of-type(3) {
    width: 4em;
}

#invoice_item>ol>li>div:nth-of-type(3) {
    width: 9em;
    text-align: center;
    vertical-align: bottom;
}

#invoice_item>ol>li>div:nth-of-type(8) {
    width: auto;
}

#invoice_item>ol>li>div:nth-of-type(1) {
    width: 6em;
    text-align: left;
}

#invoice_item>ol>li>div:nth-of-type(2),
.order_items>ol>li>div:nth-of-type(1),
.receipts>ol>li>div:nth-of-type(2),
.receipts>ol>li>div:nth-of-type(6) {
    width: 25%;
    min-width: 8em;
    text-align: left;
}

.order_items>ol>li>div:nth-of-type(1) {
    width: auto;
    min-width: 10em;
}

.order_items>ol>li>div:nth-of-type(4) {
    width: 5em;
}

.order_items>ol>li:last-child {
    margin-right: 0em;
}

.orderTable {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.orderTable>div {
    display: table-row;
}

.orderTable>div>div {
    display: table-cell;
    padding: 0.5em 0;
}

.orderTable>div>div:first-child {
    min-width: 12em;
}

.orderTable>div>div:not(:first-child) {
    text-align: right;
    padding-left: 0.5em;
}

#invoice_item>ol>li>div:nth-of-type(5),
.receipts>ol>li>div:nth-of-type(1) {
    font-weight: bold;
}

.v-align-bottom>div {
    vertical-align: bottom;
}

.v_align>div>div,
.v_align>div>div>* {
    vertical-align: middle;
}

#getCalculator {
    background-color: #187128;
    cursor: pointer;
    color: #FFFFFF;
}

#getCalculator:hover {
    background-color: #146324;
}

.getCalculator {
    border: #8f9bb5 thin solid;
    padding: 0;
    width: max-content;
}

.calcAnimal>* {
    vertical-align: middle;
}

.calcAnimal label:before {
    background-size: 2em 2em;
    display: inline-block;
    height: 2em;
    width: 2em;
    vertical-align: middle;
    content: "";
}

label#boar:before {
    background-image: url("../pictures/boar.webp");
}

label#deer:before {
    background-image: url("../pictures/deer.png");
}

.calcTableRow {
    padding: 0.5em;
}

.calcTableRow>div input[type=text] {
    width: 7em;
    text-align: right;
}

.paramsTable {
    display: table;
}

.paramsTableRow,
.tableRow {
    display: table-row;
}

.paramsTableRow>div,
.tableRow>div {
    display: table-cell;
    min-width: 10em;
}

.paramsTableRow>div:not(:first-child) {
    font-weight: bold;
    padding-left: 0.4em;
    text-align: right;
}

#companyByIndex {
    overflow: auto;
}

#companyByIndex>ol>li>div,
#invoice_items_edit>li>div {
    display: inline-block;
    padding: 0.2em;
    width: 6em;
}

#companyByIndex>ol>li>div:nth-of-type(2) {
    width: 8em
}

#companyByIndex>ol>li>div:nth-of-type(3),
#companyByIndex>ol>li>div:nth-of-type(4) {
    width: 40%;
    min-width: 12em;
}

#companyByIndex>ol>li>div:nth-of-type(4) {
    width: 27%;
}

#companyByIndex>ol>li>div:nth-of-type(5) {
    width: auto;
}

#companyByIndex>ol>li>div:nth-of-type(5) input {
    height: 2em;
}

#content_photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content_photo>div {
    flex: 1 1 auto;
    width: 32%;
}

#content_photo>div:not(:first-child) {
    padding-left: 0.5em;
}

#content_photo>div img {
    width: 100%;
}

#dlg-company-open {
    overflow: auto;
}

#header {
    color: #000;
    text-align: center;
    padding: 0;
    width: inherit;
}

#header h1,
#header a,
#header a:hover {
    color: #000;
    font-weight: normal;
}

#header>div>div {
    vertical-align: middle;
}

#basket {
    vertical-align: bottom;
    max-width: 12em;
    min-width: 4em;
    flex-grow: 1;
}

.basketFilled {
    border-radius: 2px;
    background-color: #e5e5e5;
}

.basketSymb>img {
    min-width: 4em;
}

#logo {
    align-self: center;
    text-align: center;
    justify-content: center;
    max-width: 6em;
    padding: 0.2em;
    flex-grow: 1;
}

#logo img {
    width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
}

#logo a,
.right_ref a {
    text-decoration: none;
}

.logoDesc {
    font-size: 0.8vw;
}

#invoice_edit_consumer {
    vertical-align: bottom;
}

.invoice>#invoice_items_edit {
    padding: 0;

}

.invoice_item_quantity {
    text-align: right;
}

#invoice_items_edit li:first-child {
    padding: 0 0.6em;
}

#invoice_items_edit li div input {
    margin: 0.1em 0.1em 0 0;
}

#invoice_items_edit li div input[type=text] {
    box-sizing: border-box;
    width: 100%;
    text-align: right;
}

#invoice_items_edit li div:nth-of-type(1) input[type=text],
#invoice_items_edit li div:nth-of-type(2) input[type=text] {
    text-align: left;
}

#invoice_items_edit li div:nth-of-type(1) {
    width: 6.6em;
    text-align: left;
}

#invoice_items_edit li div:nth-of-type(2) {
    width: 30%;
    min-width: 8em;
    text-align: left;
}

#invoice_items_edit li div:nth-of-type(3) {
    width: 5em;
}

#invoice_items_edit li div:nth-of-type(4) {
    width: 2.8em;
}

#invoice_items_edit li div:nth-of-type(7) {
    width: 4em;
}

#invoice_items_edit li div:nth-of-type(8) {
    width: 0.8em;
}

#invoice_item>ol>li:not(:first-child) {
    border-top: #003366 thin dotted;
}

#invoice_item li div:nth-of-type(1) {
    width: 6em;
    text-align: left;
}

#invoice_item li div:nth-of-type(2) {
    width: 28%;
    min-width: 8em;
    text-align: left;
}

#invoice_item li div:nth-of-type(4) {
    width: 3em;
}

#invoice_item li div:nth-of-type(7) {
    width: 3em;
}

.invoice_vat {
    max-width: 50em;
    min-width: 18em;
    margin-left: auto;
    text-align: right;
    display: table;
}

.invoice_vat>div {
    text-align: right;
    display: table-row;
}

.invoice_vat>div>div {
    display: table-cell;
    text-align: right;
    min-width: 7em;
    padding: 0.5em;
}

#footer {
    background: #2d2b62;/*#1a304f;*/
    padding: 0.4em 1em;
    margin-top: auto;
}

#footer ul,
#footer ul>li>div,
.footer_box {
    display: inline-block;
    vertical-align: text-top;
}

#footer ul>li>div:not(:first-child),
#footer ul:not(:first-child) {
    padding-left: 1em;
}

#footer .right_ref {
    margin-top: -0.45em;
}

#footer,
#footer ul li a {
    color: #c4c2c2;
    text-decoration: none;
}

#footer ul li a:hover,
#footer h3,
#footer h4 {
    color: #fff;
    text-decoration: none;
}

.footer_box h4 {
    padding: 0;
    margin: 0;
}

.footer_box .logo {
    height: 3em;
    text-align: center;
}

.footer_box .tms {
    text-align: center;
}

.logo img {
    height: 100%;
    color: #9D8923;
}

#second_box {
    float: right;
    max-width: 14em;
    padding: 0.2em;
    margin: 0 0 1em 1em;
}

#submenu>ol>li,
#submenu>ol>li>ol>li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0.5em;
}

#submenu>ol>li:nth-of-type(2n) {
    background-color: transparent;
}

#submenu>ol {
    margin-left: 0;
    padding: 0;
}

#submenu>ol>li>div {
    text-align: center;
    padding: 0;
}

#submenu>ol>li>div>div {
    display: block;
    text-align: center;
}

#submenu>ol>li>div>input[type=image] {
    width: 2em;
    text-align: center;
    vertical-align: middle;
}

#submenu>ol>li>div>label {
    display: block;
}

#submenu>ol>li>ol>li {
    border: none;
}

#submenu>ol>li>ol>li>div {
    text-align: right;
    border: none;
}

.submenuContainer {
    border-left: #0a0a0a thin dotted;
    padding-left: 1em;
}

.subMenuCols {
    display: inline-block;
    padding-top: 0.5em;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    /*3 is just placeholder -- can be anything*/
}

.subMenuCols li {
    list-style-type: none;
    padding-bottom: 0.3em;
    font-size: 0.8em;
    text-align: right;
}

#right_col {
    display: inline-block;
    padding: 0 0 0 1em;
    margin: 0.5em 0 0 1em;
    width: 30%;
    min-width: 7em;
    max-width: 10em;
    border-left: #4C731A thin dashed;
}

#right_col>#chd {
    height: 3em;
}

#right_col>.right_ref {
    display: block;
    margin: -1.2em -3em 1em 0;
}

.right_ref img {
    height: 2em;
}

.right_ref img:not(:first-child) {
    padding-left: 0.5em;
}

#right_col>div {
    display: inline-block;
}

#right_col>#container_img>img {
    display: block;
    height: 1.5em;
}

#right_col>ol>li div {
    display: inline-block;
    padding: 0.2em;
    width: 3em;
}

hr.clr_left {
    clear: both;
    height: 1px;
    border: none;
    margin: -1em 0 0 0;
    visibility: hidden;
}

.d_title {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.d_title a {
    text-decoration: none;
}

.detailTitle>h1,
.listTitle>h3 {
    display: inline;
}

.detailTitle>div {
    display: inline;
    font-size: 1.4em;
    font-weight: bold;
    color: #1b852f;
    white-space: nowrap;
}

.listTitle {
    padding: 0.9em 0 0 0.5em;
    height: 2.8em;
}

.listTitle>div {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
}

.listTitle>div>a {
    color: #1b852f;
    white-space: nowrap;
}

.detail {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.detail>div {
    display: inline-block;
    vertical-align: top;
    min-width: 10em;
    width: 34%;
    padding: 0.5em;
}

.invoice_contact>div>div {
    display: inline-block;
    width: 7em;
}

.couseling input[type=checkbox] {
    display: inline;
}

.couseling label:not(:first-child) {
    padding-left: 1em;
}

.detail-store {
    align-items: flex-start !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    column-gap: 2em;
    width: 100%;
}

.detail-store h1>a {
    text-decoration: none;
}

.detail-store>div {
    vertical-align: top;
    min-width: 6em;
}

.detail-store>div.detailPict {
    flex: 1 1 auto;
    max-width: 20em;
    min-width: 10em;
}

.detail-store>div.detailPict>a>img {
    border: #003870 2px solid;
    padding: 0.2em;
}

.detail-store>div.detailPict>a:not(:first-child)>img {
    height: 5em;
    margin-right: 0.5em;
    border: #003870 thin solid;
}

.detail-store>div.detailContent {
    flex: 2 1 auto;
    max-width: 40em;
    padding: 1em;
}

.detail-store>ol>li>div:nth-of-type(1) {
    width: 30%;
    min-width: 4em;
}

.detail-store>ol>li>div:nth-of-type(2) {
    width: 60%;
    min-width: 4em;
}

.detail-store>div>div {
    display: block;
    width: 100%;
}

.detailSet {
    display: table;
    border-collapse: collapse;
}

.detailSetRow {
    display: table-row;
}

.detailSetRow:not(:first-child) {
    border-top: #8f9bb5 thin solid;
}

.detailSetRow>div {
    display: table-cell;
    vertical-align: middle;
}

.detailSetRow>div:not(:first-child) {
    padding-left: 1em;
}

.detailSetRow>div:last-child {
    text-align: right;
}

.detailSetRow img {
    height: 5em;
}

.detail-action {
    display: inline-table;
    width: 3em;
    height: 3em;
    background-color: #bbc6e8;
    border-radius: 50%;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    padding: 0.3em;
    vertical-align: middle;
}

.detail-store>div>div>div:not(:first-child) {
    margin-left: 1em;
}

.detail-store>div>div>span {
    font-size: 0.8em;
    color: #666;
}

.detail-store>div>div>span:not(:first-child) {
    padding-left: 0.8em;
}

.listFlex,
.detail-store {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
}

.listFlex {
    background-color: #eeeeee;
}

.listFlex>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    padding: 0.4em;
    max-width: 22em;
    min-width: 18em;
    margin: 0.6em;
    margin-bottom: 1.4em;
    background-color: #ffffff;
    height: 30em;
}

.listFlex>div>div {
    vertical-align: top;
    padding: 0;
    min-width: 5em;
    font-size: 11pt;
}

.listFlex>div>div:nth-of-type(1) {
    width: 100%;
}

.listFlex>div>div:nth-of-type(2) {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 2em 0 0 0 !important;
    margin-bottom: auto;
}

.listFlex>div>div:nth-of-type(3) {
    padding: 0.1em 0.2em 0.1em 0.5em;
    font-size: 1em;
    margin-top: auto;
}

.listFlex>div>div:nth-of-type(4) {
    width: 100%;
    left: 0;
    bottom: 0;
}

.listFlex>div>div>div>div:nth-of-type(1) {
    color: #000;
    top: 0;
    right: 0;
}

.listFlex>div>div>div>div.itemAmount {
    font-weight: bold;
    color: #7C0204;
}

.listFlex>div>div>div.action {
    text-align: left;
    width: 100%;
}

.ref-wrapper{
    display: flex;
    flex-flow: column;
    justify-content: center;
    row-gap: 4em;
}
.ref{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    margin-bottom: 3em;
}
.ref > div.gallery, .gallery{
    flex-basis: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1em;
    padding-top: 1em;
    border-top: #ed0404 thin solid;
}
.ref > div.gallery > div, .gallery > div{
    flex: 1 1 15em;
    max-width: 18em;
    min-width: 5em; 
    transition: box-shadow 0.3s ease;
}
.ref > div.gallery > div:hover{
    box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.358);
}
.ref > div.gallery > div img, .ref > div.pict img, .gallery > div img{
    width: 100%;
    height: auto;
    position: relative;
}
.ref > div.desc{
    flex: 1 1 auto;
    padding: 0 0.8em 0.8em 0.8em;
    max-width: 24em;
    min-width: 7em;
    background-color: #fff;
    box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.358);
    margin-left: -4em;
    z-index: 10;
}
.ref > div.pict{
    flex: 1 1 auto;
    max-width: 20em;
    min-width: 4em;
}
.ref + p {
    max-width: 50%;
}

.stockTag {
    margin: 0;
    padding: 0;
}

.stockTag>* {
    color: #FFFFFF !important;
}

.stockTag.stockFixed {
    left: -0.5em;
    bottom: 0em;
    position: absolute;
}

.stockTag>li {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
}

.stockTag>li:not(:first-child) {
    padding-left: 2em;
}

.stockTag.stockFixed>li {
    display: list-item;
    padding: 0;
}

.stockTag>li div.arrowLeft {
    height: 3em;
    font-weight: bold;
    line-height: 3em;
    vertical-align: middle;
    text-align: center;
    padding: 0 1em;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.stockTag>li div.arrowLeft:before {
    position: absolute;
    left: -0.8em;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1.5em 1.5em 1.5em 0;
}

.stockTag>li div.arrowRight {
    height: 1.9em;
    font-weight: bold;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.55em;
    color: #fff;
    position: relative;
    display: inline-block;
}

.stockTag>li div.arrowRight:after {
    position: absolute;
    right: -0.9em;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 1em 0 1em 1em;
}

.stockNew {
    background-color: #345848;
}

.stockNew.arrowLeft:before {
    border-color: transparent #345848 transparent transparent;
}

.stockNew.arrowRight:after {
    border-color: transparent transparent transparent #345848;
}

.stockAction {
    background-color: #e47804;
}

.stockAction.arrowLeft:before {
    border-color: transparent #e47804 transparent transparent;
}

.stockAction.arrowRight:after {
    border-color: transparent transparent transparent #e47804;
}

.stockDiscount {
    background-color: #d4262f;
}

.stockDiscount.arrowLeft:before {
    border-color: transparent #d4262f transparent transparent;
}

.stockDiscount.arrowRight:after {
    border-color: transparent transparent transparent #d4262f;
}

.urw {
    font-family: URWGothic;
}

.video,
.video>iframe {
    position: relative;
    width: 100%;
}

#middle {
    margin: 0;
    padding: 0.4em 0.5em 2em 0.5em !important;
    overflow: hidden;
    /* For swiper */
    min-width: 26em;
}

#middle>input {
    display: block;
}

#middle>ol {
    margin: 0;
    padding: 0;
}

#middle>ol>li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#middle ol>li div,
.cousCheckBox {
    display: inline-block;
    padding: 0.2em;
}

.main {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 30%;
    min-width: 12em;
    margin-top: 0.4em;
    padding: 0.6em;
    background: #dbcccc;
}

.m_center {
    text-align: center;
}

.marginBtm3 {
    margin-bottom: 3em;
}

.price {
    font-size: 1.3em;
    font-weight: bold;
    color: #7C0204;
    padding: 1.2em 0;
}

.priceOld {
    font-size: 0.9em;
    color: #000;
    text-decoration: line-through;
    padding: 1.2em 0 0 0;
}

.payment>* {
    line-height: 1.8;
}

.payment>ol {
    list-style: decimal;
}

.payment>ol>li {
    list-style-type: decimal;
}

.title,
#alpha_index>ol>li {
    padding: 0.5em 0.6em;
    margin-bottom: 0.5em;
    border-top: #003366 thin solid;
    border-bottom: #3a5d75 thin solid;
    list-style-type: none;
    vertical-align: bottom;
}

.title a {
    font-size: 0.9em;
    text-decoration: none;
}

.title td {
    padding: 6px 0;
    margin-bottom: 4px;
    font-size: 10pt;
    font-weight: bold;
}

.title>li>div {
    font-weight: bold;
    display: inline;
}

.title>li {
    list-style-type: none;
}

.title>li>a {
    font-size: 0.9em;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

@media all and (min-width: 200px) {
    #logo{max-width: 4em;}
    .display_toggle,
    .hidden {
        display: none !important;
    }
    .flexItemLogo {font-size: 0.8em;}
    .h_menu>ol>li div>img {
        height: 1.0em;
    }
    .middleText{font-size: 1rem;}
    .ref{justify-content: center;}
    .ref > div.desc{margin-left: 0;}

    .swiper_toggle {
        visibility: hidden !important;
    }
}

@media all and (min-width: 500px) {
    #left {
        flex: 1 1 auto
    }
    #logo{max-width: 6em;}
    .detail-store>div.detailContent {
        flex: 1 auto;
    }
    .flexItemLogo {font-size: 1em;}
    .list>div>div {
        display: inline-block;
        width: 48.5%;
    }
    .middleText{font-size: 1.4rem;}
}

@media all and (min-width:700px) {
    #left {
        flex: 0 0 19em
    }

    #middle {
        flex: 1 0;
    }

    .detail-store>div.detailPict {
        flex: 2 0;
    }

    .content {
        flex-wrap: nowrap;
    }

    .display_toggle {
        display: table-cell !important;
    }

    .h_menu>ol>li div>img {
        height: 1.3em;
    }
    .ref > div.desc{margin-left: -4em};
}

@media all and (min-width: 950px) {
    .ref{justify-content: flex-start;}
    .swiper_toggle {
        visibility: visible !important;
    }
}

@media all and (max-width:700px) {
    .flexItemMenu {
        order: 3;
        flex-grow: 4;
    }

    .flexItemBasket {
        order: 2;
    }

}