input,
select {
    background-color: #C09C83;
    color: #000
}

#content,
#footer,
#menu_contents,
#menubar,
body,
html {
    min-width: 1200px
}

#menu_buttons ul li,
#menu_top div {
    float: left
}

#menu_buttons ul li:not(:first-child),
#pagination li:not(:first-child),
#short_info img:not(:first-child) {
    margin-left: 10px
}

#content,
#footer,
#ft_details,
#menu_top,
#pagination,
.subtitle,
.title {
    overflow: hidden
}

#content,
#dt_contact,
#ft_details,
#menu_contents {
    margin-left: auto;
    margin-right: auto
}

body,
html {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: Raleway, sans-serif;
    color: #e2e2e2;
    background-color: #5B6880;
    /*background-image: url(images/engine.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 600;
    margin: 0;
    display: inline
}

a.anchor,
h1 {
    display: block
}

body {
    margin-top: 95px
}

a {
    text-decoration: none;
    color: inherit
}

a.anchor {
    position: relative;
    top: -90px;
    visibility: hidden
}

input,
select {
    border: 1px ridge #5F3A20
}

::-webkit-input-placeholder {
    color: #6F4E37
}

:-moz-placeholder {
    color: #6F4E37
}

::-moz-placeholder {
    color: #6F4E37
}

:-ms-input-placeholder {
    color: #6F4E37
}

.card {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 15px 15px 35px -5px rgba(0, 0, 0, .5);
    box-shadow: 15px 15px 35px -5px rgba(0, 0, 0, .5);
    border: 1px solid #43230C;
    border-radius: 10px;
    background: #5F3A20
}

a.view_image {
    cursor: zoom-in;
}

#image_viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(80, 80, 80, .8);
    width: 100%;
    height: 100%;
    cursor: zoom-out;
}

#iw_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px
}

#iw_image>img {
    /*width: 200px;
    height: 200px;*/
    transition: width 1s, height 1s;
}

#iw_next,
#iw_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3em;
    border: 2px solid #3e2715;
    border-radius: 10px;
    background-color: #5e391f;
    padding: 5px;
    text-align: center;
    width: 1em;
    height: 1em;
    cursor: pointer;
}

#iw_next {
    right: -1.3em;
}

#iw_prev {
    left: -1.3em;
}

#iw_qnt {
    position: absolute;
    font-size: 1.3em;
    border: 2px solid #3e2715;
    border-radius: 10px;
    background-color: #5e391f;
    padding: 5px;
    text-align: center;
    height: 1em;
    bottom: 20px;
    right: 15px;
    font-weight: bold;
    display: none;
}

.close {
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -14px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer
}

#cookie_notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .88);
    font-weight: 700;
    padding: 15px 5px;
    z-index: 100
}

#cookie_notice_text {
    float: left;
    width: calc(100% - 160px);
    padding: 5px
}

#cookie_notice_agree {
    cursor: pointer;
    width: 100px;
    float: right;
    text-align: center;
    background-color: #dab718;
    margin-right: 40px;
    padding: 5px;
    border-radius: 5px
}

#footer,
#menubar {
    width: 100%
}

#menu_bottom,
#menu_top {
    padding-left: 20px;
    padding-right: 20px
}

#menu_buttons ul,
#menu_buttons ul li {
    position: relative;
    margin: 0
}

#menu_buttons ul li:not(:first-child) {
    margin-left: 1px
}

#menu_buttons ul li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

#menu_buttons ul li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

#menu_buttons ul li {
    padding: 3px 5px;
    border-left: 1px solid #5a677f;
    border-top: 1px solid #5a677f;
    border-right: 1px solid #19273f;
    border-bottom: 1px solid #19273f
}

.small_icon {
    height: 20px
}

#brand #logo,
#controls {
    height: 60px
}

#menubar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50
}

#menu_top {
    height: 30px;
    font-size: 20px;
    padding-top: 5px;
    background: #19273F
}

#lang_selector {
    width: 125px;
    padding-left: 5px
}

#short_info {
    width: calc(100% - 305px);
    text-align: center
}

#short_info img {
    margin-right: 10px
}

#more_info {
    width: 175px;
    text-align: right
}

#pagination,
.imagecell,
.title,
.welcometext div:not(.left) {
    text-align: center
}

#menu_bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 60px;
    background-color: grey;
    -webkit-box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .5), 0 10px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .5), 0 10px 30px -10px rgba(0, 0, 0, .5);
    background: rgba(152, 75, 67, 1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(40, 52, 74, 1)), color-stop(12%, rgba(63, 78, 102, 1)), color-stop(50%, rgba(91, 104, 128, 1)), color-stop(87%, rgba(63, 78, 102, 1)), to(rgba(40, 52, 74, 1)));
    background: -webkit-linear-gradient(top, rgba(40, 52, 74, 1) 0, rgba(63, 78, 102, 1) 12%, rgba(91, 104, 128, 1) 50%, rgba(63, 78, 102, 1) 87%, rgba(40, 52, 74, 1) 100%);
    background: -o-linear-gradient(top, rgba(40, 52, 74, 1) 0, rgba(63, 78, 102, 1) 12%, rgba(91, 104, 128, 1) 50%, rgba(63, 78, 102, 1) 87%, rgba(40, 52, 74, 1) 100%);
    background: linear-gradient(to bottom, rgba(40, 52, 74, 1) 0, rgba(63, 78, 102, 1) 12%, rgba(91, 104, 128, 1) 50%, rgba(63, 78, 102, 1) 87%, rgba(40, 52, 74, 1) 100%)
}

#menu_contents {
    width: 80%
}

#brand {
    width: 350px
}

#controls {
    width: calc(100% - 350px)
}

#search {
    height: 50%
}

#menu_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
    font-size: 25px
}

#menu_buttons ul {
    -ms-flex-item-align: center;
    align-self: center;
    list-style: none;
    float: right;
    padding: 1px;
    border-radius: 10px;
    border-right: 1px solid #5a677f;
    border-bottom: 1px solid #5a677f;
    border-left: 1px solid #19273f;
    border-top: 1px solid #19273f
}

.menu_button.highlight {
    font-weight: 700;
    animation-name: blink;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite
}

.highlight_menu {
    position: absolute;
    top: -15px;
    left: -13px;
    z-index: 50
}

.menu_button.active {
    text-decoration: underline;
    color: #99745A;
    font-weight: 700
}

.menu_button:hover {
    color: #C09C83;
    text-decoration: underline
}

.menu_button.active>li,
.menu_button:hover>li {
    text-decoration: none;
    color: #e2e2e2;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(192, 156, 131, .65)
}

.menu_button.active>li {
    border-right: 1px solid #c09c83!important;
    border-bottom: 1px solid #c09c83!important;
    border-left: 1px solid #43240d!important;
    border-top: 1px solid #43240d!important;
    font-weight: 100
}

.menu_button:hover>li {
    border-left: 1px solid #c09c83!important;
    border-top: 1px solid #c09c83!important;
    border-right: 1px solid #43240d!important;
    border-bottom: 1px solid #43240d!important
}

#content {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: calc(100vh - 95px - 230px);
    background: rgba(35, 50, 55, 1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(67, 35, 12, 1)), color-stop(5%, rgba(95, 58, 32, 1)), color-stop(10%, rgba(111, 78, 55, 1)), color-stop(90%, rgba(111, 78, 55, 1)), color-stop(95%, rgba(95, 58, 32, 1)), to(rgba(67, 35, 12, 1)));
    background: -webkit-linear-gradient(top, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 5%, rgba(111, 78, 55, 1) 10%, rgba(111, 78, 55, 1) 90%, rgba(95, 58, 32, 1) 95%, rgba(67, 35, 12, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 5%, rgba(111, 78, 55, 1) 10%, rgba(111, 78, 55, 1) 90%, rgba(95, 58, 32, 1) 95%, rgba(67, 35, 12, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 5%, rgba(111, 78, 55, 1) 10%, rgba(111, 78, 55, 1) 90%, rgba(95, 58, 32, 1) 95%, rgba(67, 35, 12, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#43230c', endColorstr='#43230c', GradientType=0)
}

.padded_content {
    padding-left: 20px;
    padding-right: 20px
}

.title {
    font-weight: 700;
    font-size: 30px;
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #5B6880;
    color: #5B6880
}

#dt_label,
.subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center
}

.subtitle {
    font-size: 20px;
    border-bottom: 3px solid #5B6880;
    color: #5B6880
}

#pr_pagination {
    padding-top: 20px;
    font-size: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#pagination {
    list-style: none;
    margin: 0;
    padding: 0
}

#pagination li {
    display: inline
}

.pagination li.active {
    color: #5B6880;
    font-weight: 700;
    text-decoration: underline
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

#footer {
    height: 190px;
    background-color: #727272;
    position: relative;
    -webkit-box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .5);
    background: rgba(67, 35, 12, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(67, 35, 12, 1)), color-stop(20%, rgba(95, 58, 32, 1)), color-stop(40%, rgba(111, 78, 55, 1)), color-stop(80%, rgba(91, 104, 128, 1)), color-stop(90%, rgba(63, 78, 102, 1)), color-stop(100%, rgba(40, 52, 74, 1)));
    background: -webkit-linear-gradient(315deg, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 20%, rgba(111, 78, 55, 1) 40%, rgba(91, 104, 128, 1) 80%, rgba(63, 78, 102, 1) 90%, rgba(40, 52, 74, 1) 100%);
    background: -o-linear-gradient(315deg, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 20%, rgba(111, 78, 55, 1) 40%, rgba(91, 104, 128, 1) 80%, rgba(63, 78, 102, 1) 90%, rgba(40, 52, 74, 1) 100%);
    background: linear-gradient(135deg, rgba(67, 35, 12, 1) 0, rgba(95, 58, 32, 1) 20%, rgba(111, 78, 55, 1) 40%, rgba(91, 104, 128, 1) 80%, rgba(63, 78, 102, 1) 90%, rgba(40, 52, 74, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#43230c', endColorstr='#28344a', GradientType=1)
}

#ft_details {
    width: 80%;
    font-size: 18px
}

#dt_label {
    font-size: 30px
}

.detailcell {
    padding-left: 5px;
    padding-right: 20px
}

.secondcol {
    padding-left: 10px
}

#tos_links {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    margin-bottom: 20px;
}

#info {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px
}

.welcometext div:not(#motto) {
    padding-bottom: 10px
}

.motto {
    position: relative;
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px 2px #41240f
}

.motto:after,
.motto:before {
    position: absolute;
    font-weight: 700;
    font-size: 75px;
    font-family: Lobster, cursive;
    color: #C09C83
}

.motto:before {
    content: "\201E";
    bottom: 5px;
    left: -30px
}

.motto:after {
    top: -5px;
    right: -20px;
    content: "\201D"
}

.welcometext div:not(.notinit)::first-letter {
    padding-left: 30px;
    text-shadow: 2px 2px #41240f;
    font-family: Lobster, cursive;
    font-size: 3vh;
    color: #C09C83
}

#motto {
    padding-top: 20px;
    padding-bottom: 20px
}

#motto::first-letter {
    padding-left: 0
}

#partlist {
    width: 80%;
    margin: 0 auto
}

#partlist td:before {
    content: '\25ba';
    margin-right: 5px;
    color: #C09C83
}

#notifications {
    padding-left: 20px;
    padding-right: 20px;
}

.notification_close.close {
    right: 0;
    font-size: 25px;
    border: 2px solid;
    padding-bottom: 2px;
    border-radius: 7px;
    top: 0;
    ;
}

.notification {
    display: grid;
    grid-template-columns: 4em calc(100% - 4em);
    align-items: center;
    border: 2px solid;
    margin-bottom: 10px;
    border-radius: 9px;
    box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.43);
    background-color: rgba(0, 0, 0, 0.17);
    position: relative;
}

.notification.notification-fatal {
    border-color: #cc4141;
}

.notification.notification-fatal .notification_icon,
.notification.notification-fatal .notification_title,
.notification.notification-fatal .notification_close {
    color: #cc4141;
}

.notification.notification-warning {
    border-color: #cca341;
}

.notification.notification-warning .notification_icon,
.notification.notification-warning .notification_title,
.notification.notification-warning .notification_close {
    color: #cca341;
}

.notification.notification-info {
    border-color: #70819F;
}

.notification.notification-info .notification_icon,
.notification.notification-info .notification_title,
.notification.notification-info .notification_close {
    color: #70819F;
}

.notification.notification-success {
    border-color: #7acc41;
}

.notification.notification-success .notification_icon,
.notification.notification-success .notification_title,
.notification.notification-success .notification_close {
    color: #7acc41;
}

.notification_icon {
    text-align: center;
    font-size: 2em;
    margin: 5px;
    margin-top: 5px;
    margin-top: 8px;
}

.notification_content {
    margin-top: 5px;
    margin-bottom: 5px;
}

.notification_title {
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 5px;
}

.notification_close:hover {
    color: #c09c83 !important;
}

.notification_content>p {
    margin: unset;
}

.notification_content a {
    text-decoration: underline;
}

#informative_prices {
    text-align: center;
    font-weight: bold;
    grid-column-end: 3;
    grid-column-start: 1;
    font-style: italic;
    font-size: smaller;
}


/*New category display*/
.sb-category-element {
    min-height: 1.5em;
}

.sb-category-element {
    display: grid;
    grid-template-columns: auto 1em;
    margin-top: 1px;
    margin-bottom: 1px;
    align-items: center;
}

.sb-category-element-handle{
    cursor: pointer;
}

.sb-category-element-handle{
    transition: transform .5s ease-in-out;
}

.sb-category-element-handle.opened{
    transform: rotateZ(180deg);
}

.sb-category-element-name.active {
    color: #5b6880;
    font-weight: bold;
    text-decoration: underline;
}

.sb-category-element-name > a:hover,
.sb-category-element-handle:hover{
    color: #c09c83;
}

.sb-category-element-handle ~ .sb-category-element-children{
    display:none;
}

.sb-category-element-handle.opened ~ .sb-category-element-children{
    display:block;
}

.sb-category-element-children {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-left: 10px;
}

.menu_button.has-catalogue-number {
    display: grid;
    grid-template-columns: 3.5em auto;
}

.sb-category-catalogue-number {
    font-weight: 600;
}

.sb-category-element.main-category > .sb-category-element-name {
    font-weight: bold;
}