
/* Registrrierforumlar*/

  .dim-rg-container {
  
    margin: 20px 0 0 20px;
  }

div.hl {
  padding: 0px !important;
}


/* tmp: Primärfarbe overwrite */
:root {
    --fairmate-color-primary: rgba(76, 86, 144, 1)
}

#return-to-top {
display:none;
}

/* Platzierung des Shop Content - Breakpoints und Werte anpassen!*/
@media all and (min-width: 1024px) {
    .fm-shopv3-container {
        width: calc(100% - 160px - 33px);
    }
}

@media all and (min-width: 481px) {
    .fm-shopv3-container {
        padding-left: 36px;
    }
}

@media all and (max-width: 768px) {
    .fm-shopv3-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* /Platzierung */
.fm-shopv3-container p,
.fm-shopv3-container h2,
.fm-shopv3-container h3,
.v-window__container p {
margin-bottom:0px !important;
}

div[data-shopng-widget="voucher-code-widget"] h2 {
 font-size: 16px;
 color: #fff !important;
}

div[data-shopng-widget="cart-preview-widget"] h2 {
 font-size: 20px;
 color: #fff !important;
margin-bottom:0px !important;
}

.v-window__container p {
 font-weight: 400
}

div.fm-shopng__my-order-widget {
    max-width: 1206px;
    margin: 0 auto !important;
padding: 0 16px;
}
