body {
    background: #aebbb1;
}

.error {
    font-weight: bold;
    font-size: 1.2em;
    color: red;
}
.categorylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.category-item-content {
    padding: 10px;
    background: #d2d3c4;
}
.categorylist .category-item-title a {
    background: none;
    color: #030004;
    text-transform: uppercase;
    font-family: "Glegoo", sans-serif;
    font-size: 1.5em;
    padding: 0;
    display: inline-block;
    width: auto;
}
.categorylist .category-item-title a:after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    border-radius: 2px;
    background-color: #030004;
    transition: width .2s ease-in;
}
.categorylist .category-item-content:hover .category-item-title a:after {
    width: 100%;
}

.category-short-description,
.category-description {
    display: none;
}
.site-header,
.site-navigation {
    background: transparent;
}
.site-content {    
    background-image: url(/upload_dir/pics/LOGO-TIL-BAGGRUND.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 60px;
}
.site-content>.container {
    max-width: 1600px;
}
.m-text-header {
    text-align: center;
    border: none;
}
aside.column,
.m-breadcrumb {
    display: none !important;
}
.column+div {
    width: 100% !important;
}
.category-headline {
    text-align: center;
    border: none;
}
.productsortbar .sortbar-body .form-input,
.productsortbar .sortbar-body .form-input select {
    background: none;
}

.products-panel {
    margin: 2em 0 0;
}
.products-panel .productItem {
    margin: 0 0 2em;
}
.products-panel .product,
.product-sidebar {
    background-color: #d3d8cc;
}
.products-panel .product {
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product-top {
    position: relative;
    width: 100%;
    text-align: center;
}
.product-top .m-productlist-description {
    margin-top: 1em;
}
.product-top .icons {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
    background: rgba(255, 255, 255, .6);
}
.product-top .icon-pic {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}
.product-top .icon-pic img {
    margin: 0;
    max-height: 25px;
}
.m-productlist-image {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.mian-product-pic {
    padding: 10px;
    background-color: #cdd2cc;
}
.product-top .product-title {
    display: block;
    text-transform: uppercase;
    font-size: 1.25em;
    margin: 10px 0 0;
    font-family: "Glegoo", sans-serif;
}
.product-bottom {
    width: 100%;
    max-width: 205px;
    text-align: center;
}
.product-bottom input:checked + label,
.product-bottom input + label + input {
    display: none;
}
.products-panel .product .button-primary,
.product-bottom input + label + input {
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 1em;
    padding: 10px 2em;
    margin: 1em 0;
    background: #cdd2cc;
}
.product-bottom {
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
    text-align: center;
}
.product-bottom input {
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
}
.product-bottom input:checked + label + input {
    display: block;
}

.product-sidebar {
    padding: 2em 15px;
}
.product-sidebar>select {
    background: #cdd2cc;
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 20px;
    outline: none;
}
.product-sidebar>select option {
    font-size: 14px;
}

#tableOrder {
    margin: 1em 0;
    border-bottom: 2px solid;
}
#tableOrder > div,
#tableExtra > div {
    padding: 10px 0;
    border-top: 2px solid;
}
#tableOrder .flex,
#tableExtra .flex {
    gap: 20px;
}
#tableExtra > div {
    border-bottom: 2px solid;
    margin-bottom: 2em;
}
.product-sidebar > div img {
    max-width: 90px;
    margin: 0;
}
.product-sidebar div span,
.product-sidebar div small {
    font-family: "Glegoo", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}
.product-sidebar div small {
    display: block;
    font-size: 1em;
}
.product-sidebar .button-primary {
    font-size: .8em;
    margin-left: auto;
    display: block;
    max-width: 90px;
    border: none;
    border-radius: 20px;
}

#buyButton {
    max-width: 80%;
    margin: 2em auto 0;
    transition: all .2s ease-in;
}
#buyButton.disabled {
    filter: grayscale(1);
    opacity: .5;
    pointer-events: none;
}

.configurator-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    font-family: "Glegoo", sans-serif;
    margin-bottom: 5em;
}
.configurator-breadcrumbs ul,
.configurator-breadcrumbs ul .list-item {
    color: #666;
    font-weight: bold;
}
.configurator-breadcrumbs ul .list-item {
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    display: block;
    transition: all .2s ease-in;
}
.configurator-breadcrumbs ul .list-item:hover,
.configurator-breadcrumbs ul .active-step {
    color: #000;
    border-color: #000;
}
.configurator-breadcrumbs ul .active-step {
    pointer-events: none;
}

.productfilter {
    margin: 3em 0;
}
.productfilter .custom-data>div {
    display: flex;
    gap: 20px;
    font-family: 'Glegoo';
    justify-content: center;
    flex-wrap: wrap;
    font-size: min(2em, 3vw);
    text-transform: uppercase;
}
.productfilter .custom-data label {
    cursor: pointer;
}
.productfilter .custom-data>div input {
    display: none;
}
.productfilter .custom-data>div input:checked+span {
    text-decoration: underline;
}

.modules.angular-productlist {
    display: flex;
    gap: 20px;
}
.product-sidebar {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    position: sticky;
    top: 10px;
    max-height: calc(100vh - 25px);
    overflow: auto;
}

@media (min-width: 768px) {
    .modules.angular-productlist>div:first-child {
        width: calc(100% - 300px);
    }
    .product-sidebar {
        width: 300px;
        margin-left: auto;
    }
    .product-sidebar .align-self-bottom {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .product-sidebar {
        position: fixed;
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        z-index: 2;
        box-shadow: 0 0 20px;
    }
    #tableOrder,
    #tableExtra {
        display: flex;
        overflow-y: auto;
    }
    #tableOrder > div,
    #tableExtra > div {
        width: 250px;
        border: none;
        flex: none;
        padding: 5px 10px;
    }
    #tableOrder > div:not(:last-child),
    #tableExtra > div:not(:last-child) {
        border-right: 2px solid;
    }
    .product-sidebar > div img {
        width: 45px;
        height: 45px;
    }
    .product-sidebar div span, .product-sidebar div small {
        font-size: 12px;
    }
    .product-sidebar .button-primary[data-productid] {
        background: none;
        text-decoration: underline;
        padding-top: 0;
    }
    .product-sidebar>select {
        text-align: center;
        font-size: 12px;
    }
}