body {
    --admin-sidebar-width: 0px;
}
:root {
    --rsi-dividers-color: rgb(196, 196, 196);
    --rsi-window-bgcolor: #FFF;
    --page-bgcolor: #F3F3F4;

    --accent: #0066c0;/*#2F9DF2;*/
    --link-blue: #0066c0;
    --accent-light: rgb(24, 86, 134);
    --green: rgb(30, 134, 24);
    --red: #B12704;

    --normal-width: 680px;
    --product-header-container-sidebar-width: 200px;
    --product-header-container-gap: 25px;

    --title-font: "Poppins",sans-serif;
    --text-font: "Roboto",sans-serif;
    --sail-gray600: #4f566b;
    --white: #fff;
    --font12: 12px;
    --font12-lineHeight: 18px;
    --font13: 13px;
    --font13-lineHeight: 20px;
    --font14: 14px;
    --font14-lineHeight: 22px;
    --font16: 16px;
    --font16-lineHeight: 26px;
    --font17: 17px;
    --font17-lineHeight: 28px;
    --font18: 18px;
    --font18-lineHeight: 29px;
    --font19: 19px;
    --font19-lineHeight: 30px;
    --font20: 20px;
    --font20-lineHeight: 32px;
}
.green {
    color: var(--green);
}
.greenBackground {
    background-color: var(--green);
    color: white;
}
.lightgreenBackground {
    background-color: #44FFCA;
    color: white;
}
.blueBackground {
    background-color: var(--accent);
    color: white;
}
.payed {
    padding: 5px 8px;
}
.red {
    color: var(--red);
}
.grey {
    color: var(--sail-gray600);
}
.bold {
    font-weight: 700;
}
.blue {
    color: rgb(48, 156, 242);
}
.whiteBg {
    background-color: white;
}
.blackText {
    color: rgba(0,0,0,.54);
}
button:focus, input:focus {
    outline: none;
}
* {
    box-sizing: border-box;
    font-family: var(--text-font);
    margin: 0;
    color: #555;
    line-height: 1.42;
}
#logout {
    color: var(--link-blue);
}
#logout:hover {
    text-decoration: underline;
    cursor: pointer;
}
#userAccountTabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    width: 100%;
    overflow: auto;
    margin-bottom: 16px;
}
.userAccountTab {
    white-space: nowrap;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}
.userAccountTab:hover {
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid #0066c0a6;
}
.userAccountTabsSelected {
    border-bottom: 2px solid var(--link-blue);
    color: var(--link-blue);
}
#userAccountInfo {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min-content;
    grid-gap: 10px;
}
#userAccountInfo * {
    white-space: nowrap;
}
.categoryProductsCollection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 3px;
    min-height: 100px;
    width: calc(100% - 5px - 5px - 5px - 5px);
    margin: auto;
}
.adminLoggedInUser {
    height: 32px;
    border-radius: 100px;
}
.rightclickmenu > span {
    margin: 0px;
}
.ql-background {
    margin: 0px;
}
p, pre, a {
    font-size: 15px;
}
h1, h2, h3 {
    color: var(--gray800);
    font-weight: 300;
    margin: 0px 0px 10px 0px;
    font-family: var(--title-font);
}
#product_mini_description img, #product_description img {
    max-width: 100%;
    height: auto;
}
#product_mini_description iframe, #product_description iframe {
    max-width: 100%;
    width: 500px;
    height: 300px;
}
.blot-formatter__toolbar-button {
    margin: 0px;
}
.blot-formatter__resize-handle {
    margin: 0px;
}
.ql-toolbar {
    margin: 0px;
}
.ql-tooltip-editor {
    margin: 0px;
}
.ql-close {
    margin: 0px;
}
/*
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: var(--title-font);
}
h3 + p, h3 + a, h1 + p, h1 + a, h1 + h3, h3 + h1, p + p, h3 + button, h1 + button, p + button, a + button, button + button, button + p {
    margin-top: 10px;
}
h1 {
    font-size: 24px;
    color: var(--gray800);
    font-weight: 300;
    font-family: var(--title-font);
    margin: 0px 0px 10px 0px;
}
h2 {
    font-size: 22px;
    color: var(--gray600);
    font-weight: 300;
    font-family: var(--title-font);
}
h3 {
    font-size: 20px;
    color: var(--gray600);
    font-weight: 300;
    font-family: var(--title-font);
}
p, pre {
    font-size: 14px;
    color: var(--gray600);
    line-height: var(--font14-lineHeight);
}
td {
    font-size: 14px;
    color: var(--gray600);
    line-height: var(--font14-lineHeight);
}
*/
td {
    padding: 0px;
}
body {
    margin: 0px;
    /* background-color: var(--page-bgcolor); */
}

a {
    color: var(--accent);
    text-decoration: none;
}
a:hover {
    color: var(--accent);
    cursor: pointer;
    text-decoration: underline;
}
pre {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
    white-space: pre-wrap;
    padding: 10px;
}
.amountSelectorContainer {
    width: 100%;
    background-color: white;
    color: rgb(48, 156, 242);
    border: 1px solid rgb(48, 156, 242);
    border-radius: 3px;
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    grid-template-areas:
        "minus amount plus"
        "text text text";
}
.amountSelectorContainer > *:nth-child(1) {
    grid-area: minus;
}
.amountSelectorContainer > *:nth-child(2) {
    grid-area: amount;
}
.amountSelectorContainer > *:nth-child(3) {
    grid-area: plus;
}
.amountSelectorContainer > *:nth-child(4) {
    grid-area: text;
}

.amountSelectorContainerText {
    background-color: rgb(48, 156, 242);
    color: white;
    text-align: center;
    margin: 0px;
    font-size: 12px;
}

::selection {
    background-color: var(--accent);
    color: var(--white);
}
.pointer-on-hover {
    margin: 0px;
}
.pointer-on-hover:hover {
    cursor: pointer;
}
.link_without_underline {
    text-decoration: none;
    color: var(--gray600);
}
.link_without_underline:hover {
    text-decoration: underline;
}

.main_button {
    padding: 10px;
    display: block;
    border: none;
    border-radius: 3px;
    width: 100%;
}
.main_button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.main_button:focus {
    outline: none;
}


.preview_images > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 1px solid rgb(155, 155, 155);
    border-radius: 2px;
    margin: 0px;
}
.preview_images > img:hover {
    cursor: pointer;
    border: 1px solid rgb(0,0,0);
}

.button {
    background-color: white;
}
.button:hover {
    filter: brightness(0.95);
    cursor: pointer;
}

.variants_container > button {
    margin: 0px 5px 0px 0px;
    padding: 5px 10px;
}
.variant {
    border: 1px solid rgb(185, 185, 185);
    border-radius: 2px;
    font-size: 14px;
    background-color: transparent;
}
.variant:hover {
    cursor: pointer;
    background-color: #efefef;
}
.variant:focus {
    outline: none;
}
.selected_variant {
    border: 1px solid rgb(48, 156, 242);
}

.numbers_table {
    
}
.numbers_table > tr > td:first-child {
    text-align: right;
    padding-right: 5px;
}
.blot-formatter__overlay {
    margin: 0px;
}

.pricetag {
    color: rgb(48, 156, 242);
    font-size: var(--font18);
    line-height: var(--font18-lineHeight);
}

.category_header {
    margin: 10px 0px 20px 0px;
}
.category_header > p {
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
    overflow: hidden;
    width: 100%;
}
.category_header_desc_open {
    -webkit-line-clamp: 3;
}

/* .meny_item {
    border-bottom: 1px solid #ededed;
    color: black;
    margin: 0px;
} */
.meny_item {
    border-bottom: 1px solid #ededed;
    color: black;
    margin: 0px;
    border: none;
    width: 100%;
    display: grid;
    grid-template-columns: min-content 1fr;
    text-decoration: none;
    padding: 8px 12px;
    align-items: center;
    text-decoration: none;
}
.meny_item:first-child {
    margin-top: 6px;
}
.meny_item:last-child {
    margin-bottom: 6px;
}
.meny_item:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.1) !important;
}
.meny_item > img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    object-fit: contain;
}
/*.meny_item > div > a:last-child {
    padding: 5px 10px 15px 10px;
}*/
.sub_menu_showing {
    height: auto !important;
}
.sub_menu_showing_arrow {
    transform: rotate(90deg);
}


.admin_variant_data > span {
    margin: 0px;
}

.thankYouPage .blockEditor {
    padding-bottom: 50px !important;
}

.imageFullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    background-color: white !important;
    z-index: 400 !important;
    max-width: 100% !important;
}
.imageFullscreen .img {
    object-fit: contain !important;
}

/* Products list items */
.product_item {
    text-decoration: none;
    position: relative;
    color: var(--gray600);
    margin: 0px;
    background-color: #FAFAFA;
}
.product_item_text_part {
    background-color: #FAFAFA;
    padding: 10px;
}
.product_item:hover {
    text-decoration: none;
}
.product_item_image_part {
    position: relative;
    width: 100%;
}
.product_item_image_part:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.product_item_image_part > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}
.product_item_title {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
    overflow: hidden;
    width: 100%;
    font-size: var(--font14);
    line-height: var(--font13-lineHeight);
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
.product_item > .product_item_text_part > p.product_item_pricetag {
    width: 100%;
    display: block;
    font-size: 18px;
}
.product_item_pricetagSale {
    font-size: 18px;
    color: #B12704;
}
.saleImageOverlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #B12704;
    color: white;
    padding: 6px 8px;
    font-size: 20px;
}
.product_item_pricetagOld {
    margin-left: 5px;
    font-size: 14px;
    text-decoration: line-through;
}
.product_item_variants {
    width: 100%;
    font-size: var(--font14);
    line-height: var(--font13-lineHeight);
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: #b3b3b3;
    font-weight: 300;
}
.product_item_stock {
    width: 100%;
    font-size: var(--font14);
    line-height: var(--font13-lineHeight);
    padding: 0px 0px 5px 0px;
    margin: 0px;
    color: rgb(51, 153, 102);
    font-weight: 300;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#admin_menu {
    position: fixed;
    right: 100%;
    height: 90vh;
    top: 5vh;
    padding-right: 0px;
    margin: 0px;
    transition: transform 500ms;
    display: grid;
    align-items: center;
    grid-template-columns: min-content 1fr;
    pointer-events: none;
}
#admin_menu_menu {
    pointer-events: auto;
    width: 100%;
    background-color: white;
    border-top: 1px solid rgb(86, 193, 255);
    border-bottom: 1px solid rgb(86, 193, 255);
    border-right: 8px solid rgb(86, 193, 255);
    justify-self: center;
    padding: 5px 5px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.34);
}
#adminMenuItem {
    min-width: 200px;
    padding: 10px 20px;
    margin: 0px;
    user-select: none;
}
#adminMenuItem.currentItem {
    background-color: #d3d3d3;
}
#adminMenuItem.miniItem {
    font-size: 13px;
    padding: 5px 20px;
}
#adminMenuItem:hover {
    cursor: pointer;
    background-color: #ececec;
}
#adminMenuItem.currentItem:hover {
    cursor: pointer;
    background-color: #c4c4c4;
}
#divider {
    background-color: rgb(238, 238, 238);
    height: 1px;
    width: calc(100% - 20px);
    margin: 15px 10px;
}
#admin_menu_content {
    pointer-events: auto;
    height: 100%;
    width: 100%;
    margin: 0px;
}
.tableRow:hover {
    cursor: pointer;
}

.demo-card-wide.mdl-card {
    width: 512px;
}
/* https://se.depositphotos.com/13740766/stock-photo-electronics-background.html */
.demo-card-wide {
    color: #fff;
    background: url('https://st.depositphotos.com/1796022/1374/i/950/depositphotos_13740766-stock-photo-electronics-background.jpg');
    background-size: 50% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.demo-card-wide > .mdl-card__menu {
    color: #fff;
}

.adminPage {
    position: relative;
    display: grid;
    grid-template-columns: 1fr min-content;
    justify-items: center;
    width: 100%;
}
.adminPageMain {
    width: 100%;
    max-width: calc(900px - 24px);
    padding: 12px;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content min-content;
    align-items: start;
    box-sizing: border-box;
    position: relative;
}
.adminPageSide {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    align-items: start;
}
.adminPageSideHeader {
    display: grid;
    grid-template-columns: 1fr min-content;
    align-items: center;
}
.adminPageSideHeader > h4 {
    margin: 0px;
}
.adminPageHeader {
    margin: 12px 0px 10px 0px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: min-content 1fr;
}
@media (min-width: 900px) {
    .adminPage {
        width: 100%;
        box-sizing: border-box;
        margin: 0px auto;
    }
    .adminPageMain {
        width: 100%;
        max-width: calc(900px - 24px);
        box-sizing: border-box;
        margin: 0px auto;
    }
    .adminPageHeader {
        margin: 24px 0px 10px 0px;
        width: 100%;
        display: grid;
        grid-template-columns: min-content 1fr;
    }
    .adminPageSide {
        position: relative;
        background-color: white;
        width: 500px;
        min-height: 100px;
        padding: 20px;
        box-sizing: border-box;
        grid-template-columns: 1fr;
        align-items: start;
    }
}
.adminPageHeader > i {
    font-size: 34px;
    align-self: center;
}
.adminPageHeader > h3 {
    margin: 0px;
}
.adminPageHeaderSubText {
    margin-top: 0px;
    font-size: 13px;
}
.tableFilter {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    width: calc(100% - 12px);
    margin: 0px 0px 0px 12px;
}
.adminTableFilterPageAmountSelector {
    margin: 0px;
    white-space: nowrap;
    border: 1px solid  rgb(209, 209, 208);
    outline: none;
    padding: 0px 10px;
}

.adminTableFilterPageSelector {
    margin: 0px;
    white-space: nowrap;
    display: grid;
    grid-template-columns: min-content min-content min-content;
    align-items: center;
    padding: 5px;
    user-select: none;
}
.adminTableFilterPageSelector > p {
    margin: 0px;
    height: 100%;
    padding: 10px;
    font-size: 13px;
}
.adminTableFilterPageSelector > p:last-child,  .adminTableFilterPageSelector > p:first-child {
    height: 100%;
    border: none;
}
.adminTableFilterPageSelector > p:last-child:hover,  .adminTableFilterPageSelector > p:first-child:hover {
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}
/*.tableContent {
    height: 100%;
    overflow: auto;
    margin: 0px;
}*/
.tableFooter {
    display: grid;
    grid-template-columns: min-content min-content;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}
.adminTableFilterTotalText {
    margin: 0px;
    white-space: nowrap;
    font-size: 13px;
}

.list_row_item {
    padding: 10px;
    background-color: #efefef;
}


#everything {
    padding-left: var(--admin-sidebar-width);
    display: grid;
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: min-content minmax(100vh, 1fr) min-content;
    grid-template-areas:
        "left header admin right"
        "left main-content admin right"
        "left footer admin right";
}
/* GLOBAL 'EVERYTHING' LAYOUT */

.main-content {
    grid-area: main-content;
    align-self: start;
}
#footer {
    grid-area: footer;
}


::-webkit-scrollbar{
    height: 4px;
    width: 0px;
    background: transparent;
}
::-webkit-scrollbar-thumb:horizontal{
    background: rgb(201, 201, 201);
    border-radius: 10px;
}







#menu-menu-btn {
    grid-area: menu-btn;
    margin: 0px;
}

#menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    margin: 0px;
}
#menu_inner {
    margin: 0px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    background-color: white;
    z-index: 91;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 510px;
    box-sizing: border-box;
}

/* Medium devices (tablets, 768px and up) */
/*
@media (min-width: 668px) {
    #menu {
        width: 100%;
        max-width: 250px;
    }
}
*/

.accessories_container {
    grid-area: accessories;
}
.accessories_container .product_item {
    padding: 0px 10px;
}
.preview_images {
    display: none;
}
/* .product {
    grid-template-columns: 1fr;
    grid-auto-rows: min-content min-content min-content min-content min-content;
    grid-template-areas:
        "image"
        "main"
        "buy"
        "accessories"
        "desc";
    grid-gap: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
} */
.product .blockEditor {
    padding-top: 30px;
}
.product .blockEditor {
    padding-top: 10px;
}
.product > * {
    margin: 0px;
}


.image_section {
    grid-template-columns: 1fr;
    position: relative;
}
.choosen_variant_buy_section {
    display: none;
}
.price_buy_section {
    display: none;
}
.price_buy_section > *:last-child {
    white-space: nowrap;
}
.buy_section {
    border: none;
    padding: 0px;
    margin-bottom: 20px;
}
.buy_section_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    border: 1px solid #efefef;
    grid-gap: 5px;
}
.buy_section_features > p {
    margin: 0px;
}
#main_images_container {
    display: grid;
    margin: 0px;
    width: 100%;
    overflow: scroll;
    grid-auto-columns: 100%;
    grid-auto-flow: column;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;

    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#main_images_container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
    width: 0;
    height: 0;
}
#main_picture {
    height: 100vw;
    scroll-snap-align: start;
    margin: 0px;
}

#preview_circles_container {
    position: absolute;
    right: 20px;
    top: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
}
.preview_circles {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background-color: #ccc;
    border: 3px solid rgb(167, 167, 167);
}
.preview_circles:hover {
    cursor: pointer;
    background-color: rgb(167, 167, 167);
}

.buy_section .numbers_table {
    margin: 0px;
}

.product_description_wrapper {
    margin-top: 20px;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 900px) {
    .tableFilter {
        width: calc(100% - 12px);
        margin: 0px 0px 0px 0px;
    }

    .product_description_wrapper {
        margin-top: 0px;
    }

    #preview_circles_container {
        display: none;
    }

    #main_images_container {
        overflow: hidden;
    }
    #main_picture {
        height: 280px;
    }

   

    

    /* .product {
        grid-template-columns: 350px 1fr 220px;
        grid-template-rows: min-content min-content min-content;
        grid-template-areas:
            "image main buy"
            "accessories accessories accessories"
            "desc desc desc";
        grid-gap: 40px;
        margin: 20px auto 0px auto;
    } */
    
    .image_section {
        grid-template-columns: 50px 1fr;
    }
    .preview_images {
        display: block;
    }
    .choosen_variant_buy_section {
        display: block;
    }
    .price_buy_section {
        display: block;
    }
    .buy_section {
        border: 1px solid rgba(85, 85, 85, 0.4);
        padding: 10px;
        border-radius: 3px;
    }
    .buy_section_features {
        grid-template-columns: 1fr;
        padding: 0px;
        border: none;
    }
}

@media (min-width: 1200px) {
    /* .product {
        grid-template-columns: 600px 1fr 220px;
        grid-template-rows: min-content min-content min-content;
        grid-template-areas:
            "image main buy"
            "accessories accessories accessories"
            "desc desc desc";
        grid-gap: 40px;
        margin: 20px auto 0px auto;
    } */
    #main_picture {
        height: 530px;
    }
}











.scrollableTableContainer {
    width: 100%;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.12);
    border-bottom: 0px solid black;
}
.admin_table {
    min-width: 100%;
    border: 0px solid black;
}
.admin_table th:first-child, .admin_table td:first-child {
    width: 1px;
    white-space: nowrap;
}
.hidden_header_row_open {
    background-color: rgba(0,0,0,0.05);
}
.hidden_row {
    background-color: rgba(0,0,0,0.05);
}
.hidden_row_closed {
    display: none;
}
.admin_table_row > td.hidden_detailed_info {
    padding: 20px 20px 20px 20px;
}
.usernote {
    padding: 5px 8px;
    background-color: white;
}
.spacer {
    border-bottom: 1px solid #ccc;
    display: block;
}
.orderproduct {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr min-content min-content;
}
.orderproduct > span {
    white-space: nowrap;
}
.orderevent {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: min-content 1fr;
}
.orderevent > span:first-child {
    white-space: nowrap;
}

.hidden_order_info {
    
}
.hidden_order_info > video {
    width: 100%;
}
.hidden_order_info > img {
    width: 100%;
}
.hidden_order_info > * {
    margin: 0px 0px 8px 0px;
    display: block;
}
.tableConfigs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 0px 10px 0px;
}
.tableSelectActions {
    place-self: end;
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    position: relative;
}
.tableHeader > th {
    text-transform: uppercase;
}

.admin_table_row td:not(.table_more_info_btn), .admin_table_row th {
    vertical-align: middle;
    padding: 5px 10px;
}
.admin_table_row th {
    text-align: left;
}
.admin_table_row > td:not(.table_more_info_btn) > img {
    width: 40px;
    height: 40px;
    margin:  -4px -10px -10px 0px;
    object-fit: contain;
    display: inline-block;
}
.admin_table_header {
    font-weight: bold;
}
.admin_table_row > p {
    margin: 0px;
}
.admin_table_row:not(.admin_table_header):not(.hidden_row):hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.05);
}
.table_more_info_btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: end;
    margin: 5px;
    border-radius: 6px;
    position: relative;
}
.table_more_info_btn:hover {
    background-color: rgb(207, 207, 207);
}
.table_more_info_btn > img {
    justify-self: center;
    width: 20px;
    display: inline-block;
}
.rightclickmenu {
    position: absolute;
    background-color: black;
    color: white;
    right: 0px;
    background-color: white;
    color: rgb(175, 175, 175);
    border: 1px solid #ccc;
    z-index: 50;
}
.rightclickmenu > span {
    box-sizing: border-box;
    width: 150px;
    padding: 8px 10px;
    color: black;
    display: inline-block;
    font-size: 14px;
}
.rightclickmenu > span:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.rightclickmenu > span:hover {
    background-color: rgba(0,0,0,0.2);
}

/* Search */
.search {
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
}
.search_inner_inner {
    display: grid;
    margin: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1400px;
    padding: 10px 0px;
    grid-template-areas: 
        "products"
        "categories"
        "pages";
}
.search_inner > div:first-child > div {
    padding: 10px 20px;
}
.search_product {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    grid-template-rows: 1fr 25px;
    grid-template-areas:
        "img title price"
        "img otherInfo price";
    margin: 3px 0px 0px 0px;
    position: relative;

    background-color: #FAFAFA;
}
.search_product:nth-child(2) {
    outline: 1px solid #cbcbcb;
}
.search_product:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.043);
    text-decoration: none;
}
.searchImageContainer {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 14px;
    grid-area: img;
    position: relative;
    background-image: radial-gradient(50% 50%, rgba(55, 62, 62, 0) 50%, rgba(55, 62, 62, 0.01) 74%, rgba(55, 62, 62, 0.05) 100%);
}
.search_product_title {
    width: 100%;
    grid-area: title;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    align-self: end;
    color: var(--gray600);
}
.search_product_price {
    width: 100%;
    grid-area: price;
    margin: 0px 10px 0px 0px;
    white-space: nowrap;
    text-decoration: none !important;
    align-self: center;
}
.search_product_other_info {
    grid-area: otherInfo;
    font-size: var(--font14);
    line-height: var(--font13-lineHeight);
    margin: 0px;
    padding-bottom: 7px;
    color: #b3b3b3;
    font-weight: 300;
}
.cropper-crop {
    margin: 0px;
}
.cropper-container {
    margin: 0px;
}
.cropper-crop-box * {
    margin: 0px;
}
.cropper-crop-box {
    margin: 0px;
}
.search_item {
    padding: 5px;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 3px;
    display: block;
    margin-top: 5px;
}
@media (min-width: 900px) {
    .tableConfigs {
        display: grid;
        grid-template-columns: min-content 1fr;
        padding: 0px 0px 10px 0px;
    }
    .tableSelectActions {
        
    }
    .search_inner_inner {
        grid-template-columns: 3fr 6fr 4fr;
        grid-template-areas: "categories products pages";
    }
}


/* Cookie Question Styling */
.cookie_question {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.cookie_question #cookie_box {
    justify-self: center;
    max-width: 600px;
    border: 1px solid #ccc;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr min-content;
}
.cookie_question #cookie_box > p {
    padding: 10px;
    margin: 0px;
}
.cookie_question #cookie_box > p > a:hover {
    cursor: pointer;
}
.cookie_question #cookie_box > button {
    padding: 0px 10px;
    margin: 10px;
    border: none;
    display: block;
    background-color: #2F9DF2;
    color: white;
}
.cookie_question #cookie_box > button:hover {
    cursor: pointer;
    background-color: rgb(67, 168, 245);
}



/* Footer */
/* #footer {
    background-color: white !important;
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    background-color: #f8f8f8;
    padding: 40px 0px 20px 0px;
    border-top: 1px solid #eee;
    grid-template-areas: 
        ". footer-logo ."
        ". footer-setting-dropdowns ."
        ". footer-about-us ."
        ". footer-buy-information ."
        ". footer-my-account ."
        ". footer-other ."
        ". footer-partners ."
        ". footer-copyright-text .";
}
#footer > * {
    grid-column: 2 / -2;
}
#footer > .full {
    grid-column: 1 / -1;
}
#footer-logo {
    margin: auto;
    margin-bottom: 10px;
    grid-area: footer-logo;
    place-self: center;
}
#footer > div > a {
    font-weight: lighter;
    display: block;
    padding: 8px 0px;
}
#footer > div > a:hover {
    transition: color 200ms;
}
#footer > div > span {
    font-weight: 500;
    display: inline-block;
    padding: 4px 0px 4px 0px;
    width: 250px;
    border-bottom: 1px solid #555;
    margin: 25px 0px 5px 0px;
}
#footer-about-us {
    grid-area: footer-about-us;
    place-self: center;
}
#footer-about-us > span {
    text-align: left;
}
#footer-about-us > a {
    text-align: left;
}
#footer-buy-information {
    grid-area: footer-buy-information;
    place-self: center;
}
#footer-buy-information > span {
    text-align: left;
}
#footer-buy-information > a {
    text-align: left;
}
#footer-my-account {
    grid-area: footer-my-account;
    place-self: center;
}
#footer-my-account > span {
    text-align: left;
}
#footer-my-account > a {
    text-align: left;
}
#footer-other {
    grid-area: footer-other;
    place-self: center;
}
#footer-other > span {
    text-align: left;
}
#footer-other > a {
    text-align: left;
}
#footer-partners {
    margin-top: 40px;
    text-align: center;
    grid-area: footer-partners;
}
#footer-partners > img {
    margin: 0px 5px;
}
#footer-copyright-text {
    text-align: center;
    margin-top: 20px;
    grid-area: footer-copyright-text;
} */

.loading {
    background-color: rgb(155, 155, 155);
    display: block;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 500px) {
    /* #footer {
        grid-template-columns: 30px 1fr 1fr 30px;
        padding: 40px 0px 20px 0px;
        grid-template-areas: 
            ". footer-logo footer-logo ."
            ". footer-setting-dropdowns footer-setting-dropdowns ."
            ". footer-about-us footer-buy-information ."
            ". footer-my-account footer-other ."
            ". footer-partners footer-partners ."
            ". footer-copyright-text footer-copyright-text .";

    }
    #footer-about-us {
        text-align: right;
        margin-right: 10px;
        place-self: auto;
    }
    #footer-about-us > span {
        text-align: right;
    }
    #footer-about-us > a {
        text-align: right;
    }
    #footer-my-account {
        text-align: right;
        margin-right: 10px;
        place-self: auto;
    }
    #footer-my-account > span {
        text-align: right;
    }
    #footer-my-account > a {
        text-align: right;
    }
    #footer-buy-information {
        margin-left: 10px;
        place-self: auto;
    }
    #footer-other {
        margin-left: 10px;
        place-self: auto;
    }
    #footer-partners {
        text-align: center;
    }
    #footer > div > span {
        width: auto;
    } */
}
/* Medium-large devices (1000px and up) */
@media (min-width: 1000px) {
    /* #footer {
        grid-template-columns: 30px 1fr 1fr 1fr 1fr 30px;
        padding: 40px 0px 20px 0px;
        grid-gap: 20px;
        grid-template-areas: 
            ". footer-logo footer-logo footer-setting-dropdowns footer-setting-dropdowns ."
            ". footer-about-us footer-buy-information footer-my-account footer-other ."
            ". footer-partners footer-partners footer-partners footer-partners ."
            ". footer-copyright-text footer-copyright-text footer-copyright-text footer-copyright-text .";
    }
    #footer-about-us {
        text-align: left;
        margin-right: 0px;
    }
    #footer-about-us > span {
        text-align: left;
    }
    #footer-about-us > a {
        text-align: left;
    }
    #footer-my-account {
        text-align: left;
        margin-right: 0px;
    }
    #footer-my-account > span {
        text-align: left;
    }
    #footer-my-account > a {
        text-align: left;
    }
    #footer-buy-information {
        margin-left: 0px;
    }
    #footer-other {
        margin-left: 0px;
    }
    #footer-partners {
        text-align: center;
    }
    #footer > div > span {
        width: 100%;
    }
    #footer-logo {
        place-self: start;
        margin: 0px 0px 10px 0px;
    }
    #footer-setting-dropdowns {
        justify-self: end;
    }
    #footer-setting-dropdowns > p {
        text-align: right;
    } */
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* #footer {
        grid-template-columns: 1fr 250px 250px 250px 250px 1fr;
    } */
}

#footer {
    min-height: 160px;
    box-shadow: 0 -2px 2px 0 rgb(0 0 0 / 14%), 0 -3px 1px -2px rgb(0 0 0 / 20%), 0 -1px 5px 0 rgb(0 0 0 / 12%);
}

.ql-editor {
    padding: 0px !important;
}
.ql-toolbar button, .ql-tooltip button {
    margin-top: 0px !important;
}
.desc_save_button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding: 5px 8px;
    z-index: 10;
    margin: 0px;
}
.desc_save_button:hover {
    cursor: pointer;
}


/* Options Menu */
.optionsMenu {
    position: fixed;
    background-color: white;
    border-radius: 3px;
    box-shadow: rgb(15 15 15 / 5%) 0px 0px 0px 1px, rgb(15 15 15 / 10%) 0px 3px 6px, rgb(15 15 15 / 20%) 0px 9px 24px;
    overflow: hidden;
    width: 324px;
    max-height: 546px;
    z-index: 89;
}
.optionsMenuItem {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: 23px 23px;
    grid-template-areas: "img name" "img desc";
    padding: 5px 10px;
    grid-column-gap: 10px;
}
.optionsMenuItemSelected {
    background-color: rgb(230, 230, 230);
}
.optionsMenu:hover .optionsMenuItem:first-child {
    background-color: none;
}
.optionsMenuItem:first-child {
    padding: 10px 10px 5px 10px;
}
.optionsMenuItem:last-child {
    padding: 5px 10px 10px 10px;
}
.optionsMenuItem:first-child:last-child {
    padding: 10px 10px 10px 10px;
}
.optionsMenuItem:hover {
    background-color: rgb(230, 230, 230);
    cursor: pointer;
}
.optionsMenuItemImg {
    object-fit: contain;
    grid-area: img;
    height: 46px;
    width: 46px;
    border-radius: 4px;
    box-shadow: rgb(15 15 15 / 10%) 0px 0px 0px 1px;
    background-color: white;
}
.optionsMenuItemName {
    grid-area: name;
    font-size: 14px;
    font-weight: bold;
    align-self: end;
}
.optionsMenuItemDesc {
    font-size: 12px;
    grid-area: desc;
    align-self: start;
    color: rgb(187, 187, 187);
}



/* Insert Menu */
.insertMenu {
    position: fixed;
    background-color: white;
    border-radius: 3px;
    box-shadow: rgb(15 15 15 / 5%) 0px 0px 0px 1px, rgb(15 15 15 / 10%) 0px 3px 6px, rgb(15 15 15 / 20%) 0px 9px 24px;
    overflow: hidden;
    width: 324px;
    max-height: 546px;
    z-index: 90;
}
.insertMenuItem {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: 23px 23px;
    grid-template-areas: "img name" "img desc";
    padding: 5px 10px;
    grid-column-gap: 10px;
}
.insertMenuItemSelected {
    background-color: rgb(230, 230, 230);
}
.insertMenu:hover .insertMenuItem:first-child {
    background-color: none;
}
.insertMenuItem:first-child {
    padding: 10px 10px 5px 10px;
}
.insertMenuItem:last-child {
    padding: 5px 10px 10px 10px;
}
.insertMenuItem:first-child:last-child {
    padding: 10px 10px 10px 10px;
}
.insertMenuItem:hover {
    background-color: rgb(230, 230, 230);
    cursor: pointer;
}
.insertMenuItemImg {
    object-fit: contain;
    grid-area: img;
    height: 46px;
    width: 46px;
    border-radius: 4px;
    box-shadow: rgb(15 15 15 / 10%) 0px 0px 0px 1px;
    background-color: white;
}
.insertMenuItemName {
    grid-area: name;
    font-size: 14px;
    font-weight: bold;
    align-self: end;
}
.insertMenuItemDesc {
    font-size: 12px;
    grid-area: desc;
    align-self: start;
    color: rgb(187, 187, 187);
}


.editorHeader {
    display: grid;
    justify-content: end;
    grid-gap: 1px;
    grid-template-columns: min-content min-content;
    box-sizing: border-box;
    height: 36px;
    /* z-index: 92; */

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    user-select: none;
    z-index: 10;
}
.editingTab {
    padding: 0px 8px;
    line-height: 32px;
}
.editingTab:hover {
    cursor: pointer;
    background-color: #c7e5ff;
}
.editingTabActive {
    background-color: #2a9bff;
    color: white;
}
.editingTabActive:hover {
    background-color: #0088ff;
}
.editingActions {
    white-space: nowrap;
    background-color: #2a9bff;
    color: white;
    width: 100px;
    user-select: all;
}
.editingActions > i {
    color: #2a9bff;
}

/* Image uploading */
.imageUploading {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    grid-template-columns: min-content min-content;
    place-content: center;
    grid-gap: 5px;
    background-color: rgba(0,0,0,0.15);
    padding: 5px;
}
.imageUploadingText {
    color: white;
}

.blockEditor {
    display: grid;
    width: 100%;
    margin: 0px auto 0px auto;
    height: 100%;
    align-content: start;
    grid-template-rows: min-content 1fr;
    padding-bottom: 100px;
    position: relative;
}

/* CSS ONLY LOADING SPINNER */
.lds-dual-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* FROM BLOCK EDITOR THING */
* {outline: none;}
h1 {
    font-weight: 600;
    font-size: 1.875em;
    line-height: 1.3;
    width: 100%;
    max-width: 798px;
    -webkit-font-smoothing: auto;
    padding-bottom: 6px;
    padding-top: calc(1.1em + 1px);
    margin: 0px;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);
}
h2 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3;
    width: 100%;
    max-width: 798px;
    -webkit-font-smoothing: auto;
    padding-bottom: 3px;
    padding-top: calc(1.1em - 2px);
    margin: 0px;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);
}
h3 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.3;
    width: 100%;
    max-width: 798px;
    -webkit-font-smoothing: auto;
    padding-bottom: 3px;
    padding-top: calc(0.8em + 2px);
    margin: 0px;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);
}
p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 3px;
    padding-top: 3px;
    -webkit-font-smoothing: auto;
    color: rgb(55, 53, 47);
    width: 100%;
    max-width: 798px;
    caret-color: rgb(55, 53, 47);
}
.imgContainer {
    position: relative;
    width: 100%;
    margin: 0px auto;
}
.imgContainer:hover .imageOverlay {
    opacity: 1;
    cursor: pointer;
}
.imgContainer:hover .leftMenu {
    opacity: 1;
}
/*.imgContainer:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
     16:9 = 56.25% = calc(9 / 16 * 100%) 
    padding-bottom: 42.86%;
}*/
.imageSpacer {
    display: block;
    height: 0;
    width: 100%;
    /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
    
}
.imageOverlay {
    opacity: 0;
    transition: opacity 200ms linear;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: grid;
    align-items: center;
    z-index: 80;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px 1fr 40px;
    grid-template-areas:
        "imageOverlayTopLeft imageOverlayTopRight"
        "imageOverlayLeft imageOverlayRight"
        "imageOverlayBottom imageOverlayBottom";
}
.imageOverlayTopLeft {
    grid-area: imageOverlayTopLeft;
    justify-self: start;
    align-self: start;
    background-color: white !important;
}
.imageOverlayLeft {
    grid-area: imageOverlayLeft;
    justify-self: start;
    opacity: 0;
    height: 100%;
    padding-right: 20px;
    transition: opacity 200ms linear, transform 200ms linear;
}
.imageOverlayLeft:hover {
    transform: translateX(-6px);
    opacity: 1;
}
.imageOverlayLeft > div {
    -webkit-box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: white;
    height: 100%;
    width: 10px; 
    border: 1px solid rgb(228, 228, 228);
} 
.imageOverlayRight {
    grid-area: imageOverlayRight;
    justify-self: end;
    opacity: 0;
    height: 100%;
    padding-left: 20px;
    transition: opacity 200ms linear, transform 200ms linear;
}
.imageOverlayRight:hover {
    transform: translateX(6px);
    opacity: 1;
}
.imageOverlayRight > div {
    -webkit-box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 9px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: white;
    height: 100%;
    width: 10px; 
    border: 1px solid rgb(228, 228, 228);
}
.imageOverlayBottom {
    grid-area: imageOverlayBottom;
}

.imageOverlayTopLeftMaxWidthText {
    position: absolute;
    display: none;
    color: white;
    user-select: none;
    -moz-user-select: none;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 14px;
    background-color: rgba(0,0,0,0.4)
}
.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.block {
    position: relative;
    padding-top: 1px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: grid;
    grid-template-columns: 20px 1fr 20px;
}


.table_wrapper {
    padding-bottom: 3px;
    padding-top: 3px;
}
.table {
    display: block;
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: auto;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);

    border-collapse: collapse;
    border: 1px solid rgb(55, 53, 47);
}
.tableAddMenu {
    position: absolute;
    top: 0px;
    right: 0px;
}
.block.imageImg {
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: block;
}
.block.imageImg:first-child {
    margin-top: 0px;
    border-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.block.imageZone {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-top: 1px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: block;
}
.block.productsBlock {
    padding-bottom: 7px;
    padding-top: 10px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: block;
}
.block.productSearchBlock {
    padding-bottom: 7px;
    padding-top: 10px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: block;
}
.dragHandle {
    width: 14px;
    height: 14px;
    fill: inherit;
    flex-shrink: 0;
    backface-visibility: hidden;
}







.blocks {
    height: 100%;
    align-content: start;
    width: 100%;
}




.mediabox {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 66.6667%;
}

.mediabox-img.ls-blur-up-is-loading,
.mediabox-img.lazyload:not([src]) {
    visibility: hidden;
}

.ls-blur-up-img,
.mediabox-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

    /* only if you want to change the blur-up option from always to auto or want to use blur up effect without a lowsrc image. */
    font-family: "blur-up: auto", "object-fit: cover";

    object-fit: cover;
}

.ls-blur-up-img {
    filter: blur(10px);
    opacity: 1;
    transition: opacity 1000ms, filter 1500ms;
}

.ls-blur-up-img.ls-inview.ls-original-loaded {
    opacity: 0;
    filter: blur(5px);
}



/* Left Menu Global Style */
.leftMenu {
    position: absolute;
    left: max(0px, calc(((100% - var(--normal-width)) / 2) - 29px));
    /* right: calc(((100% - var(--normal-width)) / 2) + var(--normal-width) + 5px); */
    height: 100%;
    top: 0px;
    width: 20px;
    margin-left: 4px;

    background: transparent;
    background-repeat: space repeat;
}
.leftMenu:hover {
    background: #2a9cff1c;
    /* background: repeating-linear-gradient(#2a9cff36, #2a9cff36 2px, #2a9cff09 2px, #2a9cff09 6px); */
    cursor: grab;
}
.hasChanges {
    box-shadow: -1px 0px 0px 0px white, -4px 0px 0px 0px #2a9bff;
}


/* product header styles */
.productHeader {
    display: block;
    width: 100%;
}
.productHeader .leftMenu {
    left: max(0px, calc(((100% - var(--normal-width) - var(--product-header-container-sidebar-width) - var(--product-header-container-sidebar-width) - var(--product-header-container-gap) - var(--product-header-container-gap)) / 2) - 29px));
}
.productHeaderContainer {
    display: grid;
    grid-template-columns: var(--product-header-container-sidebar-width) 1fr var(--product-header-container-sidebar-width);
    width: 100%;
    max-width: calc(var(--normal-width) + var(--product-header-container-sidebar-width) + var(--product-header-container-sidebar-width) + var(--product-header-container-gap) + var(--product-header-container-gap));
    margin: auto;
    grid-gap: 10px; /*var(--product-header-container-gap);*/
    grid-template-areas: "left center right";
}
.productHeaderContainer.productHeaderContainerMobile {
    grid-template-columns: 1fr;
    grid-template-areas: "center" "right" "left";
}

/*
.cartAmount {
    grid-area: cartAmount;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    justify-items: center;
    border: 1px solid #e2e0e2;
}
.cartAmount span {
    align-self: center;
}
.cartAmount .minus_plus_button {
    background-color: #f6f6f6;
    padding: 0px 18px;
    user-select: none;
}
.cartAmount .minus_plus_button:first-child {
    border-bottom: 1px solid #e2e0e2;
}
.cartAmount .minus_plus_button:last-child {
    border-top: 1px solid #e2e0e2;
}
.cartAmount .minus_plus_button:hover {
    cursor: pointer;
    background-color: #d7d7d7;
}
*/

.productHeaderBuyButtonSelector {
    grid-area: cartAmount;
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    margin: 0px auto;
    justify-items: center;
    border: 1px solid #e2e0e2;
    width: calc(100% - 20px);
    max-width: 180px;
    height: 40px;
    
}
.productHeaderBuyButtonSelector span {
    align-self: center;
    line-height: 38px;
}
.productHeaderBuyButtonSelector i {
    background-color: #f6f6f6;
    padding: 0px 12px;
    line-height: 38px;
    user-select: none;
}
.productHeaderBuyButtonSelector i:first-child {
    border-right: 1px solid #e2e0e2;
}
.productHeaderBuyButtonSelector i:last-child {
    border-left: 1px solid #e2e0e2;
}
.productHeaderBuyButtonSelector i:hover {
    cursor: pointer;
    background-color: #d7d7d7;
}

.productHeaderPriceTag {
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 28px;
}
.productHeaderPriceTagProcentBatch {
    background-color: #B12704;
    color: white;
    padding: 2px 8px;
    margin-top: 0px;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.productHeaderPriceTagSale {
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 28px;
    color: #B12704;
}
.productHeaderPriceTagOriginal {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px;
    font-size: 14px;
    /* text-decoration: line-through; */
}
.productHeaderPriceTagProcessOff {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #B12704;
    margin-bottom: 10px;
}
.productHeaderBuyButton {
    text-align: center;
    /* background-color: #39f; */
    border-color: #007fff;
    color: white;
    padding: 8px;
    margin: 0px 10px;
    height: 40px;
    line-height: 24px;
}
.productHeaderBuyButton:hover {
    background-color: #007fff;
    border-color: #0073e5;
    cursor: pointer;
}
.productHeaderStock {
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px;
    font-size: 16px;
    margin-top: 10px;
    /* color: #396; */
}
.greenInStock {
    color: #396;
}
.greyNoStock {
    color: #555;
}
.productHeaderFeatures {
    margin: auto;
    display: grid;
    grid-template-columns: min-content;
    justify-content: center;
    grid-gap: 10px;
    margin-top: 25px;
}
.productHeaderFeatures > span {
    font-size: 14px;
    white-space: nowrap;
    display: grid;
    grid-template-columns: min-content min-content;
    align-content: center;
    grid-gap: 5px;
}
.productHeaderFeatures > .productHeaderFeature > span {
    
}
.productHeaderFeatures > .productHeaderFeature > i.material-icons {
    color: #396;
    font-size: 14px;
}
.productHeaderContainerMobile .productHeaderFeatures {
    /* grid-template-columns: min-content min-content min-content; */
    margin-top: 10px;
}

.productHeaderPriceTable {
    padding: 20px 0px;
}
.productHeaderPriceTable > span {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 10px;
}
.productHeaderPriceTable > span > span {
    justify-self: end;
}
.productHeaderPriceTable > span > span:last-child {
    color: rgb(48, 156, 242);
    justify-self: start;
}
.productHeaderContainerMobile .productHeaderVariantSelector .productHeaderVariantSelectorDropdown div {
    margin: 0px auto;
    text-align: center;
}

/* productHeaderRight styles */
.productHeaderRight {
    /* background-color: grey; */
    border: 1px solid rgba(0,0,0,.42);
    padding: 0px 0px 25px 0px;
    align-self: start;
    z-index: 95;
    grid-area: right;
    width: calc(100% - 5px - 5px - 5px - 5px);
    margin: 0px auto;
}
.productHeaderContainerMobile .productHeaderRight {
    padding: 0px 0px 10px 0px;
}

/* productHeader Variant Selector */
.productHeaderVariantSelector {
    display: grid;
    padding: 5px 5px 5px 16px;
    margin-bottom: 10px;
    grid-gap: 5px;
    background-color: #f5f5f5;
    border-bottom: 2px solid rgba(0,0,0,.42);
    grid-template-columns: 1fr min-content;
    grid-template-rows: min-content min-content;
    grid-template-areas: "label icon" "name icon";
    user-select: none;
    position: relative;
}
.productHeaderVariantSelectorOpen {
    border-bottom: 2px solid rgb(48, 156, 242);
}
.productHeaderVariantSelector:hover {
    background-color: #e2e2e2;
    cursor: pointer;
}
.productHeaderVariantSelector .productHeaderVariantSelectorLabel {
    grid-area: label;
    color: rgba(0,0,0,.6);
    pointer-events: none;
}
.productHeaderVariantSelector .productHeaderVariantSelectorVariantName {
    grid-area: name;
    color: rgba(0,0,0,.87);
    font-size: 16px;
}
.productHeaderVariantSelector > i {
    grid-area: icon;
    align-self: center;
    width: 24px;
    height: 24px;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0px;
    background-color: white;
    width: 100%;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    padding: 8px 0px;
    display: none;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown.productHeaderVariantSelectorDropdownOpen {
    display: block;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown div {
    padding: 2px 10px;
    margin: 0px;
    display: grid;
    grid-template-columns: 40px 1fr;
}
.productHeaderContainerMobile .productHeaderVariantSelector .productHeaderVariantSelectorDropdown div {
    margin: 0px auto;
    text-align: center;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown div.productHeaderVariantSelectorDropdownWithoutImg {
    padding: 2px 0px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown div img {
    width: 40px;
    height: 40px;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown div p {
    line-height: 40px;
    padding: 0px 10px;
    margin: 0px;
}
.productHeaderVariantSelector .productHeaderVariantSelectorDropdown div:hover {
    background-color: #e2e2e2;
}



.productHeaderVariantSelectorNew {
    display: grid;
    padding: 10px 5px 0px 5px;
    grid-gap: 5px;
    user-select: none;
    position: relative;
}
.productHeaderVariantSelectorTitle {
    text-align: center;
    max-width: 100%;
}
.productHeaderVariantSelectorChooses {
    width: 100%;
    display: block;
    text-align: center;
}
.productHeaderVariantSelectorChooses > div {
    
    margin: 2px;
    display: inline-block;
    border-radius: 6px;

    padding: 1px;
    border: 1px solid #ccc;
}
.productHeaderVariantSelectorChooses div.selected_variant {
    border: 2px solid #007fff;
    padding: 0px;
    /* background-color: #39f; */
}
.productHeaderVariantSelectorChooses > div.selected_variant div p {
    /* color: white; */
}
.productHeaderVariantSelectorChooses > div:not(.selected_variant):hover {
    border: 1px solid #007fff;
}
/* .productHeaderContainerMobile .productHeaderVariantSelector .productHeaderVariantSelectorDropdown > div {
    margin: 0px auto;
    text-align: center;
} */
/* .productHeaderVariantSelectorChooses div.productHeaderVariantSelectorDropdownWithoutImg { */
    /* padding: 2px 0px; */
    /* display: grid; */
    /* grid-template-columns: 1fr; */
    /* text-align: center; */
/* } */
.productHeaderVariantSelectorChoosesDivInner {
    display: grid;
    grid-auto-flow: row;
    /* padding: 0px 7px; */
}
.productHeaderVariantSelectorChoosesDivInner img {
    width: 40px;
    height: 40px;
}
.productHeaderVariantSelectorChoosesDivInner p {
    line-height: 20px;
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    padding: 0px 7px;
}
/* .productHeaderVariantSelectorChoosesDivInner > span.lagerSaldo {
    background-color: #396;
    color: white;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 4px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: inline-block;
} */
.productHeaderVariantSelectorChoosesDivInner > span.lagerSaldo {
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    margin-left: 0px;
}
.stockGreen {
    color: #396;
}





.adminDetailsUserAddPermissions {
    padding: 10px;
    border: 1px solid grey;
    display: grid;
    margin-bottom: 5px;
    grid-template-columns: 1fr min-content;
    grid-template-rows: min-content min-content min-content min-content;
    grid-template-areas:
        "title title"
        "current current"
        "select addButton"
        "desc desc";
}
.adminDetailsUserAddPermissions > h3 {
    grid-area: title;
    padding-top: 0px;
}
.adminDetailsUserAddPermissions > .currentPermissions {
    grid-area: current;
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.adminDetailsUserAddPermissions > .currentPermissions p {
    text-decoration: underline;
}
.adminDetailsUserAddPermissions > .currentPermissions span {
    font-style: italic;
}
.adminDetailsUserAddPermissions > select {
    grid-area: select;
}
.adminDetailsUserAddPermissions > button {
    grid-area: addButton;
    white-space: nowrap;
    padding: 10px;
}
.adminDetailsUserAddPermissions > span {
    grid-area: desc;
    margin-top: 5px;
    font-style: italic;
}


.adminPanelHeader {
    align-items: center;
    display: grid;
    border-bottom: 1px solid #e2e0e2;
    height: 120px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.adminPanelHeaderOrders {
    /* align-items: center; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content;
    align-content: center;
    border-bottom: 1px solid #e2e0e2;
    height: 120px;
    margin-bottom: 10px;
}
.adminPanelHeaderOrders > h2 {
    margin: 0px;
    padding: 0px;
}
.adminPanelHeaderOrders > p {
    font-size: 13px;
    color: #b1b1b1;
}

.domainLinkButton {
    display: block;
}
.domainLinkButton:hover {
    cursor: pointer;
}

/* productHeaderLeft styles */
.productHeaderLeft {
    border: 1px solid rgba(0,0,0,.42);
    padding: 10px 0px 5px 0px;
    align-self: start;
    max-height: 550px;
    overflow: auto;
    grid-area: left;
    width: calc(100% - 5px - 5px - 5px - 5px);
    margin: 0px auto;
}

/* productHeaderCenter styles */
.productHeaderCenter {
    /* padding-bottom: 80%; */
    height: 100%;
    width: 100%;
    position: relative;
    grid-area: center;
}
.productHeaderCenter .mainImage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 60px;
    grid-gap: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.productHeaderCenter .mainImage .imageMainView {
    overflow-x: hidden;
    position: relative;
}
.productHeaderCenter .mainImage .imageMainView .imageMainViewSlider {
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;

    transition: left 300ms ease-in-out;

    position: absolute;
    top: 0px;
}
.productHeaderCenter .mainImage .imageMainView .imageMainViewSlider .imgMainViewContainer {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
}
.productHeaderCenter .mainImage .imageSelection {
    /* background-color: grey; */
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    grid-gap: 5px;
    width: 100%;
    overflow: auto;
}
.productHeaderCenter .mainImage .imageSelection .imgSelectionContainer {
    height: 60px;
    width: 80px;
    position: relative;
    margin: 0px auto;
    border: 1px solid transparent;
    transition: border 200ms;
}
.productHeaderCenter .mainImage .imageSelection .imgSelectionContainer:hover {
    cursor: pointer;
}
.productHeaderCenter .mainImage .imageSelection .imgSelectionContainer.imgSelectionSelectedImg {
    border-color: grey;
}
.productHeaderCenter .mainImage .img {
    object-fit: contain;
}
.imageMainViewSpacer {
    display: block;
    height: 0;
    width: 100%;
}

.imageSelectionUploadingTiny {
    align-items: center;
    justify-items: center;
    height: 100%;
}

/* MainView Overlay styles */
.imageMainViewOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    display: grid;
    align-items: center;
    z-index: 90;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px 1fr 40px;
    grid-template-areas:
        "imageOverlayTop imageOverlayTop"
        "imageOverlayLeft imageOverlayRight"
        "imageOverlayBottom imageOverlayBottom";
}
.imageMainViewOverlayTop {
    grid-area: imageOverlayTop;
    justify-self: start;
    align-self: start;
    background-color: green;
}
.imageMainViewOverlayLeft {
    grid-area: imageOverlayLeft;
    justify-self: start;
    padding: 60px 20px 60px 30px;
    box-sizing: border-box;
    /* background-color: transparent; */
    border-radius: 4px;
}
.imageMainViewOverlayLeft:hover {
    cursor: pointer;
    /* background-color: rgba(0,0,0,0.05); */
}
.imageMainViewOverlayLeft > div {
    height: 30px;
    width: 30px;

    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
    transform: rotate(135deg);
}
.imageMainViewOverlayLeft:hover > div {
    border-color: rgba(0, 0, 0, 0.712);
}
.imageMainViewOverlayRight {
    grid-area: imageOverlayRight;
    justify-self: end;
    padding: 60px 30px 60px 20px;
    box-sizing: border-box;
    /* background-color: transparent; */
    border-radius: 4px;
}
.imageMainViewOverlayRight:hover {
    cursor: pointer;
    /* background-color: rgba(0,0,0,0.05); */
}
.imageMainViewOverlayRight > div {
    height: 30px;
    width: 30px;

    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    transform: rotate(135deg);
}
.imageMainViewOverlayRight:hover > div {
    border-color: rgba(0, 0, 0, 0.712);
}
.imageMainViewOverlayBottom {
    grid-area: imageOverlayBottom;
    background-color: yellow;
}


/* youtube video styles */
.youtubeVideo {
    width: 100%;
    display: block;
}
.youtubeVideoIframeWrapperWrapper {
    width: 100%;
    max-width: 680px;
    margin: auto;
}
.youtubeVideoIframeWrapper {
    position: relative;
    padding-top: 7px;
    padding-bottom: calc(56.25% + 7px);
    height: 0;
    overflow: hidden;
    width: 100%;
}
.youtubeVideoIframe {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: calc(100% - 14px);
}


/* richLinkBlock styles */
.richLinkBlock {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 6px;
    padding-top: 6px;
    -webkit-font-smoothing: auto;
    color: rgb(55, 53, 47);
    caret-color: rgb(55, 53, 47);

    width: 100%;
    display: block;
}
.richLinkMaxWidth {
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);
    margin: 0px auto;
}
.richLinkWrapperWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(334px, 1fr) );
    grid-gap: 12px;
}
.richLinkWrapper {
    width: 100%;
    max-width: 334px;
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-template-areas:
        "image domain"
        "image title"
        "image description";
    border: 1px solid rgb(191 191 191);
    border-radius: 3px;
    padding: 8px;
    text-decoration: none;
}
.richLinkWrapper:hover {
    cursor: pointer;
    border-color: rgb(197, 197, 197);
    text-decoration: none;
    border-color: var(--link-blue);
    outline: 1px solid var(--link-blue);
}
.richLinkWrapper .richLinkImage {
    grid-area: image;
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 2px;
}
.richLinkWrapper .richLinkDomain {
    grid-area: domain;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.richLinkWrapper .richLinkTitle {
    grid-area: title;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.richLinkWrapper .richLinkDescription {
    grid-area: description;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/* imageDropZone styles */
.imageDropZone {
    /* max-width: 1150px; */
    margin: auto;

    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);
}
.imageDropZone {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: rgba(55, 53, 47, 0.872);
    background-color: rgba(55, 53, 47, 0.118);
    border-radius: 3px;
    padding: 12px 36px 12px 12px;
}
.imageDropZone:hover {
    cursor: pointer;
    background-color: rgba(55, 53, 47, 0.15);
}


/* Divider styles */
.dividerBlock {
    width: 100%;
    display: block;
}
.dividerBlock > .leftMenu {

}
.dividerBlock > .divider {
    height: 13px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    width: 100%; */

    display: block;
    margin: 0px auto;
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);
    font-size: 21px;
    letter-spacing: -0.001em;
    line-height: 32px;
    font-family: 'Bitter', serif;
    font-weight: 500;
    color: rgba(41, 41, 41, 1);
}
.dividerBlock > .divider > div {
    width: 100%;
    height: 1px;
    visibility: visible;
    border-top: 1px solid rgba(55, 53, 47, 0.09);
}

/* Paragraph styles */
.paragraph {
    width: 100%;
    display: block;
}
.paragraph > .leftMenu {
    
}
.paragraph > p {
    display: block;
    margin: 0px auto;
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);
    font-size: 17px;
    letter-spacing: -0.001em;
    line-height: 28px;
    font-family: 'Bitter', serif;
    font-weight: 500;
    color: rgba(41, 41, 41, 1);
}



/* Header 1 styles */
.header1 {
    width: 100%;
    display: block;
}
.header1 > .leftMenu {
    
}
.header1 > h1 {
    display: block;
    margin: 0px auto;
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);

    font-size: 30px;
    letter-spacing: -0.011em;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: rgba(41, 41, 41, 1);
}

/* Header 2 styles */
.header2 {
    width: 100%;
    display: block;
}
.header2 > .leftMenu {
    
}
.header2 > h2 {
    display: block;
    margin: 0px auto;
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);

    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Bitter', serif;
    font-weight: 600;
    color: rgba(41, 41, 41, 1);
}

/* Header 3 styles */
.header3 {
    width: 100%;
    display: block;
}
.header3 > .leftMenu {
    
}
.header3 > h3 {
    display: block;
    margin: 0px auto;
    width: calc(100% - 5px - 5px - 5px - 5px);
    max-width: var(--normal-width);

    font-size: 20px;
    letter-spacing: -0.011em;
    line-height: 26px;
    font-family: 'Bitter', serif;
    font-weight: 500;
    color: rgba(41, 41, 41, 1);
}


.frontPageInner {

}


/* .plockListTitle {
    display: block;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
} */
.plockListProductList {
    border-top: 1px solid #e5e5e5;
}
.plockListProduct {
    display: grid;
    grid-template-columns: min-content 1fr 1fr min-content;
    grid-template-areas:
        "image quantity location print"
        "image name name name";
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    background-color: white;
    grid-gap: 5px;
}
.plockImage {
    grid-area: image;
    height: 60px;
    width: 60px;
    margin-right: 5px;
    object-fit: contain;
}
.plockName {
    grid-area: name;
    padding: 0px 5px;
}
.plockNamePrint {
    grid-area: print;
    text-align: center;
    background-color: #efefef;
    font-size: 24px;
    padding: 0px 5px;
    font-weight: bold;
    justify-self: center;
}
.plockNamePrint:hover {
    cursor: pointer;
}
.plockImage:hover, .plockName:hover {
    cursor: pointer;
}
.plockQuantity {
    grid-area: quantity;
    text-align: center;
    background-color: #efefef;
    font-size: 24px;
    padding: 0px;
    font-weight: bold;
    justify-self: center;
}
.plockLocation {
    grid-area: location;
    text-align: center;
    background-color: #efefef;
    font-size: 24px;
    padding: 0px;
    font-weight: bold;
    justify-self: center;
}
/* .plockPrice {
    grid-area: price;
} */
.orderAddress {
    background-color: #efefef;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.orderAddress > div > p {
    font-size: 14px;
}
.addressLeft {
    
}
.addressRight {
    
}
.tableIconnn {
    line-height: 23px;
    font-size: 23px;
    /* float: left; */
    vertical-align: middle;
    margin-left: 10px;
}


.greenText {
    text-decoration: underline;
    color: var(--green);
}
.blueText {
    text-decoration: underline;
    color: var(--accent);
}

.orderTotal {
    margin: 0px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.labelPrintingContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    margin-top: 10px;
    grid-gap: 10px;
}
.labelPrintingContainer > select {
    padding: 10px;
}
.labelPrintingContainer > button {
    padding: 10px;
    white-space: nowrap;
}


.shipmentList {

}
.shipmentItem {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    grid-auto-flow: column;
    grid-gap: 5px;
}
.shipmentDate {
    white-space: nowrap;
}
.shipmentTrackingnumber {
    width: 100%;
    overflow: hidden;
    align-self: center;
}
.shipmentPrintAgain {

}

button.checkBoxProgress:disabled {
    
}


.productPriceTypeSelector {
    border: 1px solid grey;
    padding: 10px;
    display: grid;
    grid-gap: 5px;
}
.productPriceTypeSelector > div {
    display: grid;
    grid-auto-flow: column;
    /* grid-auto-columns: min-content; */
    grid-template-columns: 1fr min-content 1fr;
    grid-gap: 5px;
    justify-content: center;
}
/* .productPriceTypeSelector > div.productPriceTypeSelectorSingle {
    grid-template-columns: 1fr;
} */
.productPriceTypeSelector > div > * {
    padding: 5px;
    text-align: center;
}
.productPriceTypeSelector > div > span {
    align-self: center;
    white-space: nowrap;
    text-align: start;
}
.productPriceTypeSelector > div > span:first-child {
    text-align: end;
}
.productPriceTypeSelector > div > input {
    width: 100px;
    padding: 0px;
    border: 0px;
    font-size: 20px;
}
.productPriceTypeSelector > div > input:hover {
    background-color: #efefef;
}
.spanAll {
    grid-column: 1 / span 3;
    justify-self: center;
}


/* IMAGE EDITOR */
.imageEditor {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 101;
}
.imageEditorBackground {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
}
.imageEditorInner {
    inset: 5%;
    position: absolute;
    /* background-color: green; */
    display: grid;
    grid-template-rows: min-content 1fr;
}
.imageEditorInnerHeader {
    background-color: blue;
}
.imageEditorIframe {
    background-color: yellow;
    height: 100%;
    width: 100%;
}


.tableBlock {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
    /* width: 100%; */
    transition: width 250ms;
}
.tableBlock > .scrollableTable {
    overflow: auto;
    /* width: 100%; */
}
.tableBlock > .scrollableTable > table {
    white-space: nowrap;
    margin: 0px auto;
    position: relative;
    /* min-width: var(--normal-width); */
    border-collapse: collapse;
}
.tableBlock > .scrollableTable > table > tr {

}
.tableBlock > .scrollableTable > table > tr > td {
    padding: 5px 12px;
    font-size: 14px;
    letter-spacing: -0.001em;
    line-height: 28px;
    font-family: 'Bitter', serif;
    font-weight: 500;
    color: rgba(41, 41, 41, 1);
    border: 1px solid rgba(41, 41, 41, 0.2);
    border-collapse: collapse;
    white-space: nowrap;
}

.adminInventory > .adminPageMain {
    max-width: 100% !important;
}

#adminAnalytics > .adminPageMain {
    max-width: calc(1600px - 24px);
}
.adminAnalyticsMetrics {
    width: 100%;
    grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.metrics-mdl-card {
    width: 100%;
    /* padding: 15px 25px 25px 25px; */
    box-sizing: border-box;
}
.twoSides {
    display: grid;
    grid-template-columns: 1fr min-content;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 25px;
}
.twoSides:nth-child(1) {
    padding: 20px 25px 0px 25px;
}
.twoSides:last-of-type:not(:only-of-type) {
    padding: 0px 25px 20px 25px;
}
.threeSides {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 10px; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin: 0px -10px; */
    /* width: calc(100% + 20px); */
    padding: 0px 25px;
}
.threeSides:nth-child(2) {
    padding: 20px 25px 0px 25px;
}
.threeSides:last-child {
    padding: 0px 25px 20px 25px;
}
.threeSides > input {
    display: none;
}
.threeSides > input:checked + label {
    /* background-color: rgb(115, 115, 115); */
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.threeSides > label:hover {
    cursor: pointer;
}
.threeSides > label {
    transition: all 250ms ease;
    height: auto;
    /* padding: 3px 10px 3px 10px; */
    border-radius: 5px;
    /* grid-gap: 10px; */
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    width: 100%;
    overflow: hidden;
    user-select: none;
}
.threeSides input:checked + label > .colorIndicator {
    width: 10px;
    margin-right: 5px;
}
.threeSides > label > .colorIndicator {
    width: 0px;
    height: 100%;
    margin-right: 0px;
    /* background-color: green; */
    transition: all 250ms ease;
}
.threeSides > label *:nth-child(2) {
    padding: 3px 0px;
}
.threeSides > label *:nth-child(3) {
    white-space: nowrap;
    padding: 3px 10px 3px 10px;
}
.twoSides *:nth-child(2) {
    white-space: nowrap;
}
.metricTitle {
    font-size: 20px;
}
.metricMainNumber {
    margin-bottom: 20px;
}
.cardHeader > label > span {
    display: block;
    width: 100%;
}
.cardHeader > label > span:nth-child(3) {
    font-size: 36px;
}
.cardHeader {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-gap: 10px; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* margin: 0px -10px; */
    /* width: calc(100% + 20px); */
    width: 100%;
}
.cardHeader > input {
    display: none;
}
.cardHeader > input:checked + label {
    /* background-color: rgb(115, 115, 115); */
    background: rgba(158,158,158,.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.cardHeader > label:hover {
    cursor: pointer;
}
.cardHeader > label {
    transition: all 250ms ease;
    height: auto;
    /* padding: 3px 10px 3px 10px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* grid-gap: 10px; */
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    overflow: hidden;
    user-select: none;
    padding: 25px 30px;
}
.cardHeader input:checked + label > .colorIndicator {
    opacity: 1;
}
.cardHeader > label > .colorIndicator {
    width: 50px;
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
    left: -25px;
    top: -25px;
    /* background-color: green; */
    opacity: 0;
    transition: all 250ms ease;
}
.cardHeader > label *:nth-child(2) {
    /* padding: 15px 10px; */
}
.cardHeader > label *:nth-child(3) {
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}




.metricSecondary {
    font-size: 16px;
    margin-bottom: 5px;
}
.metricTitle + .metricSecondary {
    margin-top: 20px;
}
.metricSecondary:last-child {
    margin-bottom: 0px;
}
.metricSecondary span:nth-child(3) {
    /* text-transform: uppercase; */
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.metricGraphTitle {
    font-size: 14px;
    margin-top: 20px;
}
.metricGraphTitle span:first-child {
    text-transform: uppercase;
}
.metricChart {
    margin-top: 20px;
    /* width: 100%;
    height: 200px; */
}
.notAvailable {
    background-color: rgba(50,50,50,0.2);
}

.timeRangeSelector {
    padding: 15px 0px;
    display: grid;
    /* grid-auto-flow: column; */
    justify-content: start;
    align-items: center;
    grid-template-columns: repeat( auto-fill, minmax(200px, 1fr) );
    grid-gap: 15px;
}
.currentTimeSpanButton {
    background-color: rgba(255, 255, 255, 0.902);
}



/* Inventory */
.inventoryOverview {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(200px, 1fr) );
    grid-gap: 20px;
    margin-bottom: 15px;
}
.inventoryStat {
    background: white;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 20px;
    display: grid;
    border-radius: 2px;
    grid-template-columns: 1fr;
}
.inventoryStat span:first-child {

}
.inventoryStat span:nth-child(2) {
    font-size: 36px;
}

.grapthActionButton {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);

    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 36px;
}
.grapthActionButtonPadding {
    padding: 0px 16px;
}
.grapthActionButton > input {
    border: none;
    width: 100%;
    padding: 8px 16px;
}



.panelClose {
    padding: 0px 15px;
    height: 62px;
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: center;
    border-bottom: 1px solid #e2e0e2;
}
.panelClose:hover {
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}




.noStock {
    
}
.productHeaderNotForSale {
    text-align: center;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,.42);
    padding: 8px;
    margin: 0px 10px;
    height: 40px;
    line-height: 24px;
}
.noStock p {
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    margin-top: 5px;
    display: block;
    width: 400px;
    margin: auto;
    max-width: calc(100% - 20px);
}
.noStock input {
    padding: 5px;
    width: calc(100% - 20px);
    max-width: 400px;
    line-height: 16px;
    margin: 0px auto 5px auto;
    border: 1px solid #ccc;
    display: block;
}
.noStock button {
    text-align: center;
    background-color: #39f;
    border-color: #007fff;
    color: white;
    padding: 5px;
    margin: 0px auto;
    width: calc(100% - 20px);
    max-width: 400px;
    line-height: 16px;
    border: 0px;
    display: block;
}
.noStock button:hover {
    background-color: #007fff;
    border-color: #0073e5;
    cursor: pointer;
}

.preCheckout {
    width: 610px;
    max-width: 100%;
    margin: 100px auto 0px auto;
}
.preCheckoutHeading {
    max-width: 100%;
    margin: 0px;
    padding: 1px 0px 4px;
    box-sizing: border-box;
    flex-shrink: 0;
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    text-align: left;
    direction: ltr;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(51, 153, 255);
    text-size-adjust: none;
}
.preCheckoutDelivery {
    
}
.deliveryOptionsBox {
    border: 1px solid rgb(222, 218, 215);
    border-radius: 5px;
    padding: 0px 15px;
    display: grid;
}
.deliveryOption {
    padding-top: 19px;
    padding-bottom: 20px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: min-content min-content 1fr min-content;
    grid-template-areas: 
        "radio image title price"
        "radio image texts price";
    border-bottom: 1px solid rgb(222, 218, 215);
}
.deliveryOption:last-child {
    border-bottom: 0px solid rgb(222, 218, 215);
}
.deliveryOption > input.radioInput {
    display: none;
}
.deliveryRadio {
    grid-area: radio;
    width: 20px;
    height: 20px;
    align-self: start;
    border-radius: 10px;
    border: 1px solid rgb(222, 218, 215);
    box-sizing: border-box;
}
.deliveryRadioInner {
    width: 19px;
    height: 19px;
    border-radius: 10px;
    border: 7px solid black;
    display: none;
}
.radioInput:checked + .deliveryRadio > .deliveryRadioInner {
    display: block;
}
/* .radioInput:checked + .deliveryRadio {
    background-color: #cce9cf;
} */
.deliveryImage {
    grid-area: image;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.deliveryTitle {
    grid-area: title;
    max-width: 100%;
    margin: -5px 0px -10px;
    padding: 2px 0px 3px;
    box-sizing: border-box;
    flex-shrink: 0;
    text-rendering: geometricprecision;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    text-align: left;
    direction: ltr;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(23, 23, 23);
    text-size-adjust: none;
}
.deliveryTexts {
    grid-area: texts;
    margin-top: -6px;
    margin-bottom: -10px;
}
.deliveryPickupPointSelector {
    padding: 5px 10px;
    margin-top: 2px;
    margin-bottom: 3px;
    width: 100%;
}
.deliveryPrice {
    grid-area: price;
    white-space: nowrap;
    text-align: left;
    direction: ltr;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    background-color: rgb(51, 153, 255);
    border-radius: 3px;
    /* background-image: url('https://imagedelivery.net/7FIW-iB8fZn595Ch5hs_rg/02f5105f-5266-4c08-c239-5c23a2b45100/100'); */
    background-size: 100% 100%;
    color: white;
    padding: 2px 12px 2px 8px;
    align-self: start;
    text-size-adjust: none;
}
.bold {
    font-weight: bold;
}
.deliveryTexts > p {
    max-width: 100%;
    color: rgb(120, 117, 115);
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    word-break: break-word;
    padding-bottom: 3px;
    padding-top: 2px;
    letter-spacing: 0px;
    text-rendering: geometricprecision;
    text-size-adjust: none;
}





.block.trustpilotReviewsBlock {
    padding-bottom: 7px;
    padding-top: 10px;
    background-color: transparent;
    border-top: 1px solid transparent;
    display: block;
}


.admin_panel_content {
    background-color: white;
    height: 100vh;
    overflow: auto;
    pointer-events: auto;
}
.adminPanelCloseBar {
    border-bottom: 1px solid #cacaca;
}

#adminMenuOpenButton {
    position: fixed;
    bottom: 60px;
    left: 20px;
}