.strikeout {
  line-height: 1em;
  position: relative;
}
.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.NoItemText {
    font-family: "Open Sans" !important;
    font-style: normal;
    text-align: center;
}

.font_border {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.storeFont{
    font-family: 'Open Sans', sans-serif;
}
.storeTitle{
    font-family: 'Limelight', cursive !important;
    text-align: center;
    color: white;
}
.title2{
    font-family: "Open Sans" , cursive !important;
    font-style: italic;
}

.text-center {
    text-align: center;
}
.PromoFont1{
    font-family: "Ubuntu" !important;
    font-style: normal;
    padding: 7px;

    font-weight: 500;
    font-size: large;
}
.PromoFont2{
    font-family: "Ubuntu" !important;
    font-style: normal;
    padding: 7px;

    font-weight: 400;
    font-size: large;
}

.PromoFont3{
    font-family: "Ubuntu" !important;
    font-style: normal;
    padding: 7px;

    font-weight: 500;
    font-size: x-large;
}
.storeMenue2_font{
    font-family: "Ubuntu" !important;
    font-style: normal;
    font-weight: 500;
    font-size: large;
    font-weight: bolder;
}
.FooterFont{
    font-family: 'Pompiere', cursive;
    font-weight: bold;
    color: white !important;
}
.promo_helper_box_font{
     font-family: "Ubuntu" !important;
    font-style: normal;
    font-weight: 500;
    font-size: large;
}
.PromotionsHeader_font{
    font-size:x-large;
    font-family: "Open Sans" !important;
    font-style: normal;
    font-weight: 300;
}
.promo_helper_terms_font{
    font-size: small;
}

.pz-css-wmax-800{
    max-width: 800px;
}
