.badgeid4149 {
    background-color: #4ac325;
}

a.editme {
  margin-bottom: 10px;
}

.notloggedin #topbanner {
display: none;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}

.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #6fb513;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: red;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: red;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/.c-newlogo {
    background-image: url('/cache/files/119e6b99119f26afbd9a6b53a72d88d891cc9a90.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/119e6b99119f26afbd9a6b53a72d88d891cc9a90.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/119e6b99119f26afbd9a6b53a72d88d891cc9a90.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.cartButton{
  background: #1a1a1a;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #cccccc;
  color: #1a1a1a !important;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#thewhole {
    overflow: visible;
}

#innercontent {
padding-top: 0px;
}


.notloggedin #topmenu, #abovetopbanner{
display: none;
}

.c-homepage-container {
    min-height: 100vh;
    position: relative;
}
.c-homepage-inner::before {
    content: '';
    background-image: url('/cache/files/482a715a35fc8ba28cabbc6e07c543d6f3b48e13.jpg');
    background-size: cover;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-homepage-inner::after {
    content: '';
    background-color: rgb(0 0 0 / 54%);    background-size: cover;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.c-homepage-inner {
    background-color: rgb(0 0 0 / 54%);
    background-size: cover;
    height: 100%;
    text-align: center;
    color: white;
    padding-top: 40px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

#content {
    padding: 0px;
}

.c-homepage-logo {
    background-color: white; 
    padding: 1px;
    border-radius: 20px;
    display: inline-block;
    border-radius: 50%;
}

.c-homepage-logo img {
    width: 160px;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 50%;
}

.c-homepage-name {
    font-size: 26px;
    font-weight: 800;
    margin: 15px;
    margin-bottom: 30px;
}

.c-homepage-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 15px;
}

.c-line {
    height: 1px;
    background-color: white;
    width: 25%;
}

.c-categ-divider {
    font-size: 16px;
    font-weight: 800;
    min-width: 140px;
}

.material-symbols-outlined {
    line-height: 1em;
    vertical-align: middle;
}

.c-button-icon {
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 7px;
    border-radius: 50%;
}

.c-button-order .c-button-icon {
   padding: 0px;
}

.c-button-call .c-button-icon {
    background-color: #333;
    color: white;
    padding: 7px;
    border-radius: 50%;
}

.c-button-text {
    line-height: 1em;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 800;
}

.c-homepage-button {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    min-height: 54px;
}

.c-homepage-button a {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 90px;
    border: 0;
    box-sizing: border-box;
    border: 1px solid #dac09d;
    color: white;
    background-color: transparent;
    padding: 7px 20px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-button-menu a {
    color: #dac09d;
    background-color: #57646b;
}


.c-button-map a {
    border: 1px solid #dac09d;
    color: white;
    background-color: transparent;
}

.c-button-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.c-button-social a {
    width: auto;
    padding: 10px;
    margin: 5px;
    display: inline-block;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: transparent;
}

.c-button-social a .c-button-icon {
    background-color: transparent;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    padding: 0;
}

.c-homepage-button.c-button-order img {
   width: 40px;
   height: 40px;
}

.c-button-order a {
    border: 1px solid #dac09d;
    color: white;
    background-color: transparent;
    padding: 7px 20px;
}

.c-homepage-container a {
text-decoration: none;
}


.c-button-call a {
    color: white;
    background-color: #ffffff00;
    padding: 7px 20px;
    border: 1px solid #dac09d;
}

.c-button-gallery a {
    color: #2d4156;
    background-color: #dac09d;
}

.c-button-map .c-button-icon {
    color: white;
}

.c-button-review .c-button-icon {
    color: white;
}


.c-button-call a {
    color: white;
    background-color: #ffffff00;
    padding: 7px 20px;
    border: 1px solid #dac09d;
}