/* WCAG Compliance Fixes */
#copyinfo,  div.filter_iconsearch button, #copyinfo a{
color: #757575;
}
/* End WCAG */
#footer-policies {
padding: 0 0px;
float: none;
text-align: center;
}

.badgeid2141 {
    background-color: #d7bb7e;
}

.badgeid2142 {
    background-color: #cbac69;
}

.badge_wrapper .badge {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 10px;
    left: 0;
    width: auto;
    
    padding: 10px 15px;
    z-index: 51;
    font-weight: bold;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
}

.badge_wrapper {
width: 100%;
}

/* ================== */

body {
  font-family: 'Comfortaa', cursive;
}


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


.c-go-up-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}


.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: #000;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
    font-size: 1.8em;
    color: #333;
    font-weight: 900;
    line-height: 1.6em;
}

.items .detail .price .pricenovat .value {
        font-size: 2.4em;
        color: #000;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}

.horizontalitems .price .startprice .label {
        display: none;
}

.horizontalitems .price .pricenovat .label {
        display: none;
}

/*
#mod1933content0 a span {
background-color: #6fb513; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16 px;
  border-radius: 12px;
}
*/


.c-button2{
        text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    padding: 25px 25px;
    color: #333;
    margin: auto;
    background-color: #f6f4f2;
    transition: 0.3s;
}
.c-button2:hover {
    background-color: #333;
    color: #fff;
}

/* Hide shopping cart text in mobile (avoid colission with logo) */
@media(max-width: 991px){
.c-cart-text {
display: none;
}
}

.dynfields {
  display: none;
}.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;
    background-image: url('cache/files/notfound') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}*//* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    width: 100%;
}


div.contactform form p {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
    width: 120px;
    color: white;
    margin-top: 10px;
    background-color: #d7bb7e;
border: 1px solid #e2a741;
    transition: 1s;
}
.contactform button:hover {
color: #fff;
background-color: #333;
border: 1px solid #333;
}.cartButton{
  background: #333333;
  border-radius: 12px;
  margin-top: 1em;
  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;
}

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