.logged_user {
  margin-right: 20px;
  margin-top: 5px;
}

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

.c-maintitle {
font-size: 1.4em;
text-align: center;
font-weight: 500;
color: #4d5a31;
}


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


.c-mybox {
border: 1px solid #e0af2c ;
padding: 15px;
text-align: justify;
min-height: 120px;
}

.c-title1{
padding-top: 20px;
font-size: 3.2em;
line-height: 1em;
margin-bottom: 5px;
text-align: center;
font-weight: 100;
}

.c-title2{
font-weight: 100;
padding-top: 20px;
font-size: 2em;
line-height: 1em;
margin-bottom: 10px;
text-align: center;
}

@media (max-width: 768px){
.c-title1{
font-size: 2.4em;
}
.c-title2{
font-size: 1.1em;
}
}


.c-titlosmanibanners{
display: inline;
background-color: #4d5a31;
color: #ffffff;
font-size: 1.4em;
text-align: center;
margin-left: -15px;
padding: 20px;
}



.c-button1{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
text-align: center;
padding: 15px 10px;
width: 180px;
color: #333;
background-color: transparent;
border: 1px solid #4d5a31;
    transition: 0.3s;
}
.c-button1:hover {
color: #fff;
background-color: #4d5a31;
border: 1px solid #4d5a31;
}

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

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #4d5a31;
        font-weight: 500;
}
.items .detail .price .startprice .value {
        color: #666;
}

/*end of price*/


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

/*BUTTON FOR FOOTER INFO*/
.c-info-button{
display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    padding: 25px 25px;
    width: 100%;
    margin: auto;
    background-color: transparent;
    border: 0.5px solid #4d5a31;
    transition: 0.3s;

}
.c-info-button:hover {
    background-color: #4d5a31;
    border: 1px solid #4d5a31;
color: #fff;
}
/*END OF FOOTER BUTTON*/


#abovetopbanner div.filter_iconsearch button span.material-icons {
color: #525252;
}.cartButton{
  background: #333333;
  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: #cccccc;
  color: white;
}