.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%;
}
}.notloggedin #topmenu, #abovetopbanner, #mobile-header button, .notloggedin #belowsite, .notloggedin #mobile-header .itemsgroup, .notloggedin #mobile-header, .notloggedin #copyinfo {
display: none;
}


#innercontent {
    padding-top: 0px;
}

.c-header-container {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px) {
.c-header-container {
    margin: 0 -20px;
}
}

.c-header-image {
    position: relative;
}

.c-header-image img {
    border-radius: 0px 0px 40px 40px;
}

.c-header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.c-header-back-button {
    position: absolute;
    top: 20px;
    left: 20px;
}

.c-header-back-button span, .c-header-info-button span, .c-header-gallery-button span {
    background-color: white;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
}

.c-header-info-button {
    position: absolute;
    top: 30px;
    right: 30px;
}

.c-header-gallery-button {
    position: absolute;
    top: 80px;
    right: 30px;
}

.c-header-inner {
    text-align: center;
}

.c-header-logo {
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
    text-align: center;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 160px;
}
.c-header-logo img {
    width: 160px;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 50%;
}

.c-header-quickinfo {
    text-align: center;
}

.c-quickinfo-link a {
    text-decoration: none;
}

.c-quickinfo-link a span {
    position: relative;
    top: 6px;
}

.c-map-icon {
    margin-bottom: 10px;
}

.c-map-icon span {
    color: #cf0000;
}

.c-phone-icon span {
    color: #f4b800;
}

.c-info-box {
   font-size: 14px;
   padding: 20px;
   margin-top: 20px;
   border-top: 1px solid;
}