.badgeid2207 {
    background-color: #dbbd5a;
}

.badgeid2208 {
    background-color: #1a1918;
}

.badgeid2209 {
    background-color: #dbbd5a;
}

body {
  font-family: 'Manrope', sans-serif;
}


div.filter_iconsearch input {
  border-radius: 14px;
}


.am_1677 {
  padding-bottom: 100px;
}


/*top menu shadow*/
div.topmenu ul ul {
box-shadow: 0 0 14px 0px #00000073;
}
/*end of top menu shadow*/



/*BUTTON FOR FOOTER INFO*/
.c-button2{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    padding: 25px 25px;
    width: 250px;
    color: #333;
    margin: auto;
    background-color: transparent;
    border: 0.5px solid #dedede;
    transition: 0.3s;
}
.c-button2:hover {
    background-color: #333;
    border: 1px solid #333;
color: #fff;
}
/*END OF FOOTER BUTTON*/


/*basket hover*/
div.items div.group:hover {
    background-color: #dbbd5a;
border: 1px solid #dbbd5a;
color: #fff !important;
    transition: 0.9s;
}
/*end of basket hover*/



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

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #1a1918;
        font-weight: 500;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #1a1918;
        font-weight: 700;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}

/*END OF PRICES*/

.c-distance {
padding-top: 50px; 
padding-bottom: 50px;
}

.basket-mobile {
background-color: #1a1918;

}

.basket-mobile a{
 color: white;
}.side-nav__header {
    background-size: 60%;
}.cartButton{
  background: #1a1918;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

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

.cartButton:hover {
  background-color: #dbbd5a;
  color: white;
}