.sumprice {
  margin-top:20px;
}
.badgeid4149 {
    background-color: #4ac325;
}

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

.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-weight: 500;
}

.items .detail .price .pricenovat .value {
        font-weight: 500;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/

/* SHOPPING BAG */

.c-shopping-bag img {
    height: 24px;
    width: auto;
}

.c-bag-items {
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-color: #222;
    color: white;
    padding: 2px;
    width: auto;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 9px;
    right: 9px;
    font-size: 14px;
}

/* ITEM VIEW */

div.items div.back{
background-image: none;
}

div.filter_iconsearch input {
    border: 0px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
background-color: transparent;
}

div.items div.list div.filter {
   text-align: right;
}/*.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    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: 0px solid #d3d3d3;
    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 / 0%);
}

.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: #222;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 0px;
    border-color: transparent;
    min-width: 170px;
}

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

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