/* Font definitions */
@font-face {
  font-family: "Akko";
  src: local("Akko"), url("../fonts/AkkoForPenny-Medium.woff2") format("woff2"), url("../fonts/AkkoForPenny-Medium.woff") format("woff");
}
@font-face {
  font-family: "Akko Regular";
  src: local("Akko Regular"), url("../fonts/AkkoForPenny-Regular.woff2") format("woff2"), url("../fonts/AkkoForPenny-Regular.woff") format("woff");
}
@font-face {
  font-family: "Akko Bold";
  src: local("Akko Bold"), url("../fonts/AkkoForPenny-Bold.woff2") format("woff2"), url("../fonts/AkkoForPenny-Bold.woff") format("woff");
}
@font-face {
  font-family: "Akko Bold Italic";
  src: local("Akko Bold Italic"), url("../fonts/AkkoForPenny-BoldItalic.woff2") format("woff2"), url("../fonts/AkkoForPenny-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Akko Black";
  src: local("Akko Black"), url("../fonts/AkkoForPenny-Black.woff2") format("woff2"), url("../fonts/AkkoForPenny-Black.woff") format("woff");
}
@font-face {
  font-family: "AmaticSC";
  src: local("AmaticSC"), url("../fonts/AmaticSC-Regular.woff2") format("woff2"), url("../fonts/AmaticSC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Amatic Bold";
  src: local("Amatic Bold"), url("../fonts/Amatic-Bold.woff2") format("woff2"), url("../fonts/Amatic-Bold.woff") format("woff");
}
body {
  font-family: "Akko", sans-serif !important;
  word-wrap: break-word;
}

/* media definitions */
/* Desktop version */
@media (min-width: 992px) {
  .desktop-font-size-17 {
    font-size: 17px;
  }

  .voucher-column-style {
    max-width: 540px;
    margin: 0 auto;
  }

  .card.rounded-image {
    margin-left: 0;
    margin-right: 0;
  }

  .vouchers-joe-list {
    width: 540px;
    margin: 0 auto;
  }

  .row-no-vouchers {
    margin-top: 15px;
  }

  .days-to-redeem {
    color: #000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .days-to-redeem-joe {
    color: #000;
    text-align: left;
  }

  span.gutscheine-tab {
    float: right;
    text-align: center;
    vertical-align: middle;
  }

  .onhover-bold:hover {
    font-weight: bold;
  }

  .myvouchers-background {
    background-color: #f6eeda;
  }

  .gutscheine-tab-div {
    background: white;
    height: 80px;
    width: 540px;
  }

  .tab.gutscheine-tab-title {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 90px;
    text-align: left;
    vertical-align: middle;
  }

  .tab-style {
    line-height: 90px;
  }

  .vouchers-rounded-image {
    border-radius: 18px;
    width: 530px;
    height: 170px;
  }

  .card.rounded-image {
    border-radius: 18px;
  }

  .voucher-benefit-description-joe {
    font-size: 17px;
    padding: 0;
    overflow: hidden;
  }

  .voucher-benefit-description {
    font-size: 17px;
    padding-top: 20px;
    overflow: hidden;
  }

  .last-days {
    text-align: center;
  }

  .icon-point-voucher {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #d6ab53;
    text-align: right;
  }

  .voucher-description {
    margin-top: 10px;
    height: auto;
  }

  .well-penny-card {
    padding-left: 30px;
  }

  .penny-card-title {
    margin-left: 3px;
  }
}
@media (min-width: 769px) {
  #dashboard-personal-data-box {
    height: 600px;
  }
}
/*mobile config */
@media (max-width: 768px) {
  .mobile-font-size-14 {
    font-size: 14px;
  }

  .span6.non-printable.voucher-background {
    padding-top: 5px;
  }

  .info-point-image {
    width: 40px;
    height: 40.5px;
    object-fit: contain;
  }

  .no-vouchers-joe-box-padding {
    padding-bottom: 50px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .voucher-benefit-description {
    padding-top: 20px;
    overflow: hidden;
  }

  .voucher-benefit-description-joe {
    font-size: 14px;
    padding: 0;
    overflow: hidden;
  }

  .voucher-benefit-title-joe {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .voucher-benefit-joe {
    font-size: 22px;
    padding-right: 0;
  }

  .mb-tab1 {
    margin-right: 35px;
  }

  .mb-tab2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mb-tab3 {
    margin-left: 35px;
  }

  .gutscheine-tab-div {
    padding-top: 0;
  }

  .nav-tabs-vouchers {
    border-top: 1px solid #ddd;
    height: 40px;
    padding: 0;
  }

  .gutscheine-tab-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }

  .tab-style {
    line-height: 50px;
  }

  .vouchers-rounded-image {
    border-radius: 18px;
  }

  .card.rounded-image {
    border-radius: 18px;
  }

  .icon-point-voucher {
    text-align: right;
    color: #d6ab53;
    padding-right: 10px;
  }

  .last-days {
    text-align: left;
    line-height: 40px;
  }

  .days-to-redeem {
    padding-left: 5px;
    color: #000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .days-to-redeem-joe {
    padding-left: 5px;
    color: #000;
    text-align: left;
  }

  .benefit-mobile {
    margin-top: 10px;
  }

  .voucher-background {
    background-color: #f6eeda;
  }

  .d-block.col-10.voucher-print-icons {
    visibility: hidden;
  }

  .microsite-footer .text-left {
    float: left;
  }

  .microsite-footer .text-right {
    float: right;
  }

  .microsite-footer a {
    display: block;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .penny-card-title {
    margin-left: 0;
  }

  .customer-card-stats {
    height: 400px;
  }

  .customer-id-block {
    position: unset !important;
    height: 250px;
  }

  #dashboard-personal-data-box {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .customer-card-stats {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .no-vouchers-text {
    font-size: 36px;
    font-weight: bold;
    color: #999999;
    line-height: normal;
    letter-spacing: normal;
  }

  .no-vouchers-joe-box {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cda54f;
  }

  #dashboard-personal-data-box {
    height: 750px;
  }
}
@media all and (min-width: 480px) {
  .no-vouchers-text {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    color: #999999;
    line-height: normal;
    letter-spacing: normal;
  }

  .no-vouchers-joe-box {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cda54f;
    padding-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .min-height-600 {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .microsite.microsite-nav {
    border-top: solid 1px #E2E2E2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .microsite.nav-link {
    border-bottom: solid 1px #e2e2e2;
  }

  .offers-module-price {
    right: 3%;
  }

  .w-sm-100 {
    width: 100%;
  }

  .row.border-right-grey {
    border-right: none;
  }

  .row.py-3.border-left-grey {
    border-left: none;
  }

  .modal-right-padding {
    padding-right: 60px;
  }

  .modal-article-description p {
    color: #323232;
    padding-left: 15px;
  }

  .modal-left-text-align {
    text-align: left;
    padding-left: 15px;
  }

  .strikePrice {
    font-family: "Akko", sans-serif;
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px;
  }

  h1, select.custom-select-class {
    font-weight: bold;
    font-size: 30px;
  }

  h1 {
    font-family: "Akko", sans-serif;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 30px;
  }

  h2, h2 {
    color: #323232;
    font-family: "Akko", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  h3 {
    font-family: "Akko", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px;
  }

  h4 {
    font-family: "Akko", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  h5 {
    font-family: "Akko", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  h6 {
    font-family: "Akko Regular", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    text-decoration: underline;
  }

  .h7 {
    font-family: "Akko", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .product-thumbnails-font {
    font-weight: lighter;
    font-size: 14px;
    line-height: 20px;
  }

  .accentual-heading-h1-font {
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
  }

  .accentual-heading-h2-font {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
  }

  .accentual-heading-h3-font {
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
  }

  .penny-red-button,
.penny-red-button:hover,
.penny-yellow-button,
.penny-white-button,
.penny-gold-button,
select.custom-select-class, option.custom-select-class {
    width: 100%;
    text-align: left;
  }

  option.custom-select-class {
    margin-top: 25px;
  }

  a.content-3-teaser-images-button {
    bottom: 110px;
  }

  div.content-3-teaser-content {
    bottom: 185px;
  }

  #inputButton {
    padding: 5px 5px 7px 5px;
    margin-top: 0.5rem;
  }

  .modal-close-button,
.modal-close-button:hover {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 25px;
    height: 25px;
  }

  .btn.btn-secondary.cursor-pointer.border-0.bg-white {
    padding-top: 8px;
  }

  div.microsite-special-stage-background-image {
    min-height: 300px;
  }

  .ms-hero-h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .microsite.microsite-nav {
    border-top: solid 1px #E2E2E2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .microsite.nav-link {
    border-bottom: solid 1px #e2e2e2;
  }

  div.microsite-special-stage-background-image {
    min-height: 540px;
  }

  .ms-hero-h2 {
    font-size: 86px;
    line-height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .my-profile-min-height {
    min-height: 166px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) and (max-width: 992px) {
  div.home-page-penny-news-inspiration-content {
    left: 40%;
  }

  .padding-top-220-ie {
    padding-top: 0;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  div.home-page-penny-news-inspiration-content {
    left: 10vw;
    right: 10vw;
  }

  .padding-top-220-ie {
    min-width: 160px;
    padding-top: 220px;
  }

  .penny-card-barcode-ie {
    right: 0;
    margin-right: 253px;
  }

  .cursor-pointer.bg-white.max-width-630 {
    max-width: 45%;
  }

  .nav.justify-content-end.pull-right.ie_align-left {
    text-align: center;
    float: none;
    padding-left: 25px;
  }

  .nav.justify-content-end.pull-right.ie_align-left > li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .justify-content-center.home-page-penny-your-inspiration-image-carousel {
    position: relative;
    height: 0;
  }

  div.cover-background {
    max-width: 731px;
  }

  div.max-width-1252 {
    width: 1252px;
  }

  div.offers-module-all-triangle:after,
div.offers-module-all-triangle-hover:hover:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #ed1c24;
    background: white;
  }

  .ie-card-min-height {
    min-height: 290px;
  }

  #inputButton {
    padding: 4px 5px 10px 5px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) and (max-width: 767px) {
  .store-list-container {
    min-height: 74vh;
  }

  .store-list-wrapper {
    height: 95vh;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) and (max-width: 1566px) {
  .padding-top-220-ie {
    padding-top: 0;
    min-width: 160px;
  }
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) and (max-width: 767px) {
  input#inputButton {
    padding: 5px 5px 12px 5px;
  }
}
@media print {
  .non-printable * {
    display: none;
  }

  .modal {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }
}
/* styles */
h1, .accentual-heading-h1-font {
  font-size: 44px;
  line-height: 50px;
}

.hero-h1 {
  font-size: 135px;
  line-height: 138px;
  margin-bottom: 26px;
}

.hero-h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 50px;
}

.ms-hero-h2.hero-h2 {
  font-size: 120px;
}

.ms-lead-text {
  font-size: 30px;
}

.modalIsShown {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.link-content {
  right: 0;
  bottom: 50%;
  position: absolute;
}

h1 {
  font-family: "Akko", sans-serif;
  margin-bottom: 30px;
  font-weight: bold;
}

h2, .accentual-heading-h2-font, .h2 {
  font-size: 30px;
  line-height: 33px;
}

h2 {
  color: #323232;
  font-family: "Akko", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}

h3, .accentual-heading-h3-font {
  font-size: 22px;
  line-height: 24px;
}

h3 {
  font-family: "Akko Bold", sans-serif;
  margin-bottom: 20px;
}

h4 {
  font-family: "Akko", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

h5 {
  font-family: "Akko", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}

h6 {
  font-family: "Akko Regular", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.h7 {
  font-family: "Akko", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

.accentual-heading-h1-font,
.accentual-heading-h2-font,
.accentual-heading-h3-font {
  font-weight: normal;
  font-family: "Amatic Bold", sans-serif;
}

.amaticSC-font {
  font-family: "AmaticSC", sans-serif;
}

.amatic-bold-font {
  font-family: "Amatic Bold", sans-serif;
}

.copytext-font {
  font-family: "Akko", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.custom-select-class,
.custom-select-class.collapsed:hover,
p.custom-select-class,
a.custom-select-class {
  padding-right: 25px;
  color: #ffffff;
  background-color: #323232;
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-select-class.collapsed {
  color: #000000;
}

.carousel-indicators li {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #ed1c24;
  border: 3px solid #ffffff;
  width: 14px;
  height: 14px;
}

.card {
  padding: 5px;
  min-height: 260px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.offers-card {
  padding: 0;
  min-height: 260px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-1110 {
  max-width: 1110px;
}

.max-width-1150 {
  max-width: 1150px;
}

.max-width-1200 {
  max-width: 1200px;
}

.max-width-1252 {
  max-width: 1252px;
}

.max-width-1300 {
  max-width: 1300px;
}

.max-width-1335 {
  max-width: 1335px;
}

.h-65 {
  height: 65%;
}

.height-70 {
  height: 70px;
}

.height-550 {
  height: 550px;
}

.min-height-450 {
  min-height: 450px;
}

.height-460 {
  height: 460px;
}

.min-height-488 {
  min-height: 488px;
}

.min-width-290 {
  min-width: 290px;
}

.min-width-320 {
  min-width: 320px;
}

.min-width-466 {
  min-width: 466px;
}

.min-height-830 {
  min-height: 830px;
}

.min-height-730 {
  min-height: 730px;
}

.min-height-230 {
  min-height: 230px;
}

.max-height-400 {
  max-height: 400px;
}

.min-height-400 {
  min-height: 400px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-475 {
  max-height: 475px;
}

.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none;
}

.color-inherit {
  color: inherit;
}

.header-menu-nav-overlay {
  z-index: 999;
  background-color: #fff;
  border-radius: 0;
}

.header-overlay-content {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  cursor: pointer;
}

.penny-logo {
  line-height: 100%;
  outline: none;
  text-decoration: none;
  border: 0 none;
}

.header-menu-penny-logo-tablet-width {
  width: 150px;
}

.header-menu-right-icons-width {
  width: 44px;
}

.header-address, .top-right-buttons {
  font-size: 12px;
}

.header-address p {
  letter-spacing: 0;
  margin: 0;
}

.header-icons {
  font-size: 14px;
}

.header-mobile-icons-align-center {
  -ms-flex-item-align: center;
  align-self: center;
}

button.header-hamburger-menu {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

#inputButton {
  padding: 4px 5px 6px 5px;
  margin-top: 0.5rem;
}

.header-menu-right-icons-x-btn-width {
  width: 26px;
  height: 60px;
}

.position-absolute {
  position: absolute;
}

.border-bottom-grey {
  border-bottom: solid 1px #e2e2e2;
}

.border-right-grey {
  border-right: solid 1px #e2e2e2;
}

.border-left-grey {
  border-left: solid 1px #e2e2e2;
}

.border-top-white {
  border-top: solid 1px #ffffff;
}

.hamburger-menu-icon-search {
  width: 34px;
}

.hamburger-menu-search-label {
  border-radius: 0;
}

i.header-hamburger-menu-arrow {
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  right: 5%;
  top: 24%;
}

i.header-hamburger-menu-tablet-arrow {
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  right: 5%;
  text-align: right;
  width: 50px;
}

.error-message-background-image {
  background-image: url("../img/404/404.jpg");
  background-size: cover;
  height: 560px;
}

.store-finder-find .btn-danger {
  font-size: 16px;
  border-radius: 0;
}

.store-finder-find .btn-secondary,
.store-finder-find .custom-control-indicator,
.store-finder-find .form-control,
.home-page-top-page-mobile-cards-red-button,
.home-page-dropdown-button button {
  border-radius: 0;
}

.custom-control-description {
  min-width: 65px;
}

.home-page-top-page-card {
  position: absolute;
  top: 49px;
  left: 357px;
  max-width: 400px;
}

i.home-page-top-page-card-circle {
  font-size: 76px;
}

.home-page-top-page-card-circle-text {
  top: -49px;
  position: relative;
  right: 6px;
}

.home-page-top-page-card-circle-position {
  top: 56px;
}

.position-relative {
  position: relative;
}

i.home-page-top-page-mobile-card-circle {
  position: absolute;
  top: 9vw;
  left: 33vw;
  right: 32vw;
  font-size: 40vw;
}

.home-page-top-page-mobile-card-circle-text {
  position: absolute;
  top: 12vw;
  z-index: 1;
  font-size: 7vw !important;
  left: 5vw;
  line-height: 5.5vw;
}

.home-page-top-page-mobile-card-circle-text span {
  font-size: 5vw !important;
}

.home-page-top-page-mobile-card-circle-icon1 {
  position: absolute;
  top: 0;
  right: 5vw;
  width: 29%;
}

.home-page-top-page-mobile-card-circle-icon2 {
  position: absolute;
  bottom: 0;
  left: 5vw;
  width: 29%;
}

.home-page-penny-brands-underline-border:hover {
  border-bottom: solid 1px;
  display: inline;
  padding-bottom: 3px;
}

.home-page-penny-brands-underline-border {
  padding-top: 3px;
  padding-bottom: 4px;
}

.home-page-penny-brands-underline-border a {
  border-bottom: solid 1px;
  display: inline;
  text-decoration: none;
  padding-bottom: 3px;
}

.offers-module-underline-border, .offers-module-underline-border:hover {
  border-bottom: solid 1px;
  display: inline;
  text-decoration: none;
  padding-bottom: 3px;
}

.offers-module-penny-card {
  position: absolute;
  left: 8%;
  bottom: 2%;
  max-width: 100%;
  height: auto;
}

.offers-module-price {
  position: absolute;
  right: 5%;
  bottom: 2%;
  max-width: 100%;
  height: auto;
}

.offers-module-all-triangle:after,
.offers-module-all-triangle-hover:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 13px;
  height: 13px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #ed1c24;
  background: transparent;
}

.home-page-week-offers-red {
  border-bottom: solid #e2e2e2 3px;
  margin-right: 2px;
}

.home-page-week-offers-red:hover {
  border-color: #ed1c24;
}

.home-page-tablet-picture {
  margin-top: -41px;
}

.offers-module-secondTab,
.offers-module-thirdTab {
  display: none;
}

.voucher-list-image-column {
  width: 540px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.content_teaser_background_red {
  background-color: #ed1c24;
  color: #ffffff;
}

.content_teaser_background_grey {
  background-color: #E1E1E3;
  color: #212529;
}

.home-page-penny-news-content-teaser-images {
  border: solid 10px #ffffff;
  height: 280px;
  object-fit: cover;
}

.content-3-teaser-button-parent {
  margin-top: -65px;
}

.content-3-teaser-button-parent-no-icon {
  margin-top: 15px;
}

.content-3-teaser-images-button,
.content-3-teaser-button-no-icon,
.content-3-teaser-mobile-button-no-icon {
  position: relative;
  bottom: 100px;
  border-radius: 0;
}

.content-3-teaser-button-no-icon {
  bottom: 20px;
}

.content-3-teaser-mobile-button-no-icon {
  bottom: 110px;
}

.home-page-penny-news-icon,
.home-page-penny-news-inspiration-icon {
  -webkit-transform: rotate(-45deg) translate3d(0, -1px, 1px);
  transform: rotate(-45deg) translate3d(0, -1px, 1px);
  background-color: white;
  border-radius: 315px 315px 1000px 1000px;
  -webkit-border-radius: 315px 315px 1000px 1000px;
  -moz-border-radius: 315px 315px 1000px 1000px;
}

.home-page-penny-news-icon-border {
  position: relative;
  top: -318px;
  border-radius: 200px;
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-top: 10px solid #ffffff;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 1px);
  transform: rotate(45deg) translate3d(0, 0, 1px);
}

.content-3-teaser-content,
.content-3-teaser-content-no-icon,
.content-3-teaser-mobile-content-no-icon {
  position: relative;
  bottom: 175px;
}

.content-3-teaser-content-no-icon {
  bottom: 95px;
}

.content-3-teaser-mobile-content-no-icon {
  bottom: 105px;
}

.home-page-penny-your-inspiration,
.home-page-penny-your-inspiration-carousel {
  padding-top: 51px;
}

.home-page-penny-your-inspiration-play-icon {
  position: absolute;
  right: 30%;
  height: 57%;
  z-index: 1;
  width: 37%;
}

.home-page-penny-your-inspiration-play-icon-carousel {
  position: absolute;
  top: 13%;
  left: 37%;
  right: 30%;
  height: auto;
  z-index: 1;
  width: 37%;
}

.home-page-penny-your-inspiration-image-rotation-border-carousel {
  border-radius: 200px;
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-top: 10px solid #ffffff;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 1px);
  transform: rotate(45deg) translate3d(0, 0, 1px);
  position: relative;
  bottom: 39px;
  z-index: 1;
  width: 79px;
}

.home-page-penny-your-inspiration-image-carousel,
.home-page-cards-small-banner,
.z-index-1 {
  position: absolute;
}

.home-page-penny-news-inspiration-content {
  position: absolute;
  top: 20px;
}

.usp-banner-icon-size {
  width: 32px;
  height: 32px;
}

.home-page-penny-brands-width {
  max-width: 102px;
  height: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-page-cards-image-dimensions {
  max-width: 100%;
  height: 260px;
}

.offers-module-text-price-font {
  font-size: 36px;
}

.home-page-cards-top-banner {
  position: relative;
  height: 113px;
}

.home-page-cards-small-banner-circle i {
  position: relative;
  font-size: 76px;
  padding-top: 8px;
}

.home-page-cards-top-banner-inner-text {
  position: absolute;
  top: 0;
  left: 0;
}

.home-page-cards-top-banner-padding {
  padding-bottom: 39px;
}

.home-page-cards-red-button {
  border-radius: 0;
  cursor: pointer;
  z-index: 200;
}

.home-page-cards-red-color-circle-text {
  position: absolute;
  font-size: 20px;
  top: 35px;
  left: 13px;
}

.home-page-cards-red-color-text {
  position: absolute;
  z-index: 1;
  top: 37%;
  left: 27%;
  font-size: 27px;
}

.offers-page-red-circle-text {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 40%;
  font-size: 25px;
}

.home-page-carousel-card-mobile-image-width {
  width: 235px;
}

.well, .custom-select-class.collapsed, .well-bg-transition {
  background-color: #F0F0F2;
}

.well-forgot-psw {
  background-color: #F0F0F2;
  color: #212529;
}

.well-color {
  color: #F0F0F2;
}

.well-dark-grey-bg {
  background-color: #323232;
}

.well-dark-grey-color, .well-dark-grey-color-hover:hover {
  color: #323232;
}

.well-secondary-grey-bg {
  background-color: #e2e2e2;
}

.well-secondary-grey-color {
  color: #e2e2e2;
}

.well-newsletter {
  background: #E1E1E3;
}

.title-card {
  font-size: 10px;
  font-weight: bold;
}

.border-top-white {
  border-top: 1px solid #ffffff;
}

.footer-mobile-arrow,
.footer-mobile-arrow-regress {
  font-size: 27px;
  position: absolute;
  right: 9%;
  top: 27px;
}

.border-grey-top {
  border-top: 0.5px solid #d3d3d3;
}

.border-grey-bottom {
  border-bottom: 0.5px solid #d3d3d3;
}

.container-full-width {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden !important;
}

.no-focus:focus {
  outline: 0;
}

.img-fluid {
  width: 100%;
}

ol.list-numbered {
  counter-reset: item;
}

ol li.list-numbered-item {
  display: block;
}

ol li.list-numbered-item:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}

.active-tab,
.penny-red-well,
.penny-red-well-hover:hover,
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #ed1c24 !important;
}

.grey-selection-background .custom-control-label::before {
  border-color: #f0f0f2 !important;
  background-color: #f0f0f2 !important;
}

.white-selection-background .custom-control-label::before {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ed1c24 !important;
  background-color: #ed1c24 !important;
}

.penny-radio-group {
  margin-bottom: 8px;
}

.microsite.nav-link.active,
.active-offers-tab,
.penny-red-well-color,
.penny-red-well-color-hover:hover,
.penny-red-well-color-active:active,
.utext-wrapper a {
  color: #ed1c24 !important;
}

/* Temporary hide vouchers filtering row (see task PW-3098)  */
.hidden-text {
  display: none;
}

.voucher-background {
  background-color: #f6eeda;
}

.info-point-icon {
  padding-left: 0;
  padding-right: 0;
}

.modal.permalink.fade.show.detail-padding {
  padding-left: 0 !important;
}

.modal-content.voucher-details {
  border-radius: 18px;
}

.active-offers-tab {
  border-bottom: solid #ed1c24 3px;
}

.penny-yellow-well {
  background-color: #fff200;
}

.active-tab,
.penny-yellow-well-color,
.penny-yellow-well-color-hover:hover {
  color: #fff200;
  background-color: #ed1c24;
}

.penny-accentual-green-bg {
  background-color: #42b41e;
}

.penny-accentual-green-color, .penny-accentual-green-color-hover:hover {
  color: #42b41e;
}

.penny-joe-gold-color, .penny-joe-gold-color-hover:hover {
  color: #d6ab53;
}

.microsite.brand-img {
  height: 81px;
  width: 81px;
}

.penny-red-button i {
  padding-top: 2px;
}

.penny-yellow-button,
.penny-red-button,
.penny-gold-button,
.penny-white-button {
  white-space: normal;
  font-weight: bold;
}

.penny-white-button,
.penny-white-button:hover {
  background-color: #ffffff;
  color: #ed1c24;
  border-radius: 0;
  cursor: pointer;
  border: solid 1px #e2e2e2;
}

.penny-white-button:hover {
  background-color: #F0F0F2;
}

.penny-red-button:disabled:hover,
.penny-gold-button:disabled:hover,
.penny-yellow-button:disabled:hover,
.penny-white-button:disabled:hover {
  cursor: not-allowed;
}

.font-weight-bold-buttons {
  -webkit-text-stroke: 1px initial;
}

.text-color-black {
  color: black;
}

.card.rounded-image {
  min-height: auto;
}

.card.rounded-image:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

a.penny-red-button {
  color: #ffffff !important;
}

.penny-red-button,
.penny-red-button:hover {
  background-color: #ed1c24;
  color: #ffffff !important;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
}

.penny-red-button:hover {
  color: #FFDA0F !important;
}

.penny-gold-button,
.penny-gold-button:hover {
  background-color: #d6ab53;
  color: #ffffff !important;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
}

.button-xl {
  height: 50px;
  font-size: 28px;
}

.penny-yellow-button, .penny-yellow-button:hover {
  background-color: #fff200;
  color: #ed1c24;
  border-radius: 0;
  cursor: pointer;
}

.penny-yellow-button:hover {
  background-color: #FFDA0F;
}

.btn-carousel {
  position: relative;
  top: 35%;
}

.home-page-btn-carousel {
  position: relative;
  top: 50%;
}

.home-page-btn-carousel i {
  font-size: 20px;
}

.offers-module-carousel-left-button,
.offers-module-carousel-mobile-left-button {
  left: 0;
  top: 50%;
}

.offers-module-carousel-left-button {
  left: 2%;
}

.offers-module-carousel-right-button,
.offers-module-carousel-mobile-right-button {
  right: 0;
}

.offers-module-carousel-left-button,
.offers-module-carousel-mobile-left-button,
.offers-module-carousel-right-button,
.offers-module-carousel-mobile-right-button {
  position: absolute;
  z-index: 1;
}

.offers-module-carousel-right-button {
  right: 2%;
}

.offers-module-carousel-right-button,
.offers-module-carousel-mobile-right-button {
  top: 50%;
}

/*Dashboard*/
.info-bar-title {
  font-size: 30px;
}

.info-bar-link,
.info-bar-link:hover {
  color: #323232;
  font-size: 17px;
}

.info-bar-link:hover {
  color: #ed1c24;
}

.customer-card-stats {
  max-width: 260px;
}

.customer-id-block {
  font-size: 17px;
  width: 80%;
  position: absolute;
  top: 333px;
}

.customer-card-front-wrapper {
  height: 11.25rem;
}

.customer-card-front {
  width: 100%;
  max-width: 230px;
}

.customer-card-back {
  position: relative;
}

.customer-card-back-horizontal {
  width: 355px;
  margin: 0 auto;
}

.customer-card-back-transform-wrapper .customer-card-back-background {
  width: 355px;
}

.customer-card-back-vertical {
  height: 355px;
  display: flex;
}

.customer-card-back-vertical .customer-card-back-transform-wrapper {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  margin-top: 355px;
}

.dashboard-title {
  font-size: 30px;
}

.well-penny-card-dashboard {
  background: #f0f0f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZGEwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRhMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #f0f0f2 0%, #f0f0f2 50%, #ffda0f 50%, #ffda0f 100%);
  background: -webkit-linear-gradient(left, #f0f0f2 0%, #f0f0f2 50%, #ffda0f 50%, #ffda0f 100%);
  background: linear-gradient(to right, #f0f0f2 0%, #f0f0f2 50%, #ffda0f 50%, #ffda0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f2", endColorstr="#ffda0f", GradientType=1);
}

.well-penny-card-color, .well-penny-card-color-hover:hover {
  color: #FFDA0F;
}

.well-penny-card {
  background-color: #ffda0f;
}

#dashboard-left-links {
  width: 80%;
  height: 120px;
  bottom: 10px;
  position: absolute;
}

#dashboard-right-links {
  width: 80%;
  height: 80px;
  bottom: 50px;
  position: absolute;
}

.penny-card-barcode {
  top: 75px;
  left: 28px;
  z-index: 1;
  position: absolute;
}

.penny-card-front-side-image {
  width: 313px;
}

.penny-card-back-side-image {
  position: relative;
  top: -58px;
}

.false-img {
  right: 0;
  width: 100%;
  top: 29% !important;
  margin-right: 316px;
}

.ean-code {
  padding-left: 40px;
  padding-right: 76px;
}

.penny-customer-card-number {
  color: #ffffff;
  top: 28px;
  left: 72px;
  z-index: 1;
  position: absolute;
  font-size: 14px;
}

.well-joe-dashboard {
  background: #f0f0f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZWVkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmVlZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #f0f0f2 0%, #f0f0f2 50%, #f6eeda 50%, #f6eeda 100%);
  background: -webkit-linear-gradient(left, #f0f0f2 0%, #f0f0f2 50%, #f6eeda 50%, #f6eeda 100%);
  background: linear-gradient(to right, #f0f0f2 0%, #f0f0f2 50%, #f6eeda 50%, #f6eeda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f2", endColorstr="#f6eeda", GradientType=1);
}

.well-joe-card {
  background-color: #f6eeda;
}

.joe-card-barcode {
  top: 123px;
  left: 40px;
  z-index: 1;
  position: absolute;
}

.joe-card-member-no {
  left: 188px;
  font-size: 0.75rem;
  z-index: 1;
  position: absolute;
  top: 2px;
}

.joe-card-card-no {
  left: 208px;
  top: 83px;
  font-size: 0.75rem;
  z-index: 1;
  position: absolute;
}

.joe-points-value {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.z-index-1 {
  z-index: 1;
}

.home-page-penny-brands-btn-carousel {
  position: absolute;
  top: 35%;
}

.account-without-penny-card-line-height {
  line-height: 16px;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.custom-list-item {
  font-size: 12px;
}

.cover-background-assortment-left, .cover-background {
  background-size: cover;
  background: url("../img/video.jpg") no-repeat center center;
  max-width: 980px;
  width: 980px;
  max-height: 470px;
}

.cover-background-assortment-right {
  background-size: cover;
  background: url("../img/video.jpg") no-repeat center center;
  max-width: 980px;
  max-height: 450px;
}

.offer-border-separator {
  border-left: 4px solid #F0F0F2;
}

.custom-width-mobile-menu {
  width: calc(90% - 25px);
}

.min-height {
  min-height: 140px;
}

.my-profile-min-height {
  min-height: 142px;
}

.min-height-540 {
  min-height: 540px;
}

.combo-slider-desktop-img-size {
  width: 763px;
  height: 450px;
}

.combo-slider-mobile-left-button,
.combo-slider-mobile-right-button,
.image.combo-slider-mobile-left-button,
.image.key-visual.combo-slider-mobile-right-button {
  position: absolute;
  top: 43%;
  z-index: 1;
}

.image-mobile.combo-slider-mobile-left-button,
.image-mobile.combo-slider-mobile-right-button {
  top: 14vh;
}

.image.home-page-btn-carousel {
  top: 242px;
}

.image-mobile.custom-carousel-mobile {
  top: calc(33vw - 33px);
}

.image.custom-carousel {
  top: calc(27vw - 33px);
}

.left-0, .combo-slider-mobile-left-button {
  left: 0;
}

.combo-slider-mobile-right-button,
.account-without-penny-card-main-image {
  right: 0;
}

.combo-slider-grey-border {
  border: solid 1px #f0f0f2;
}

.category-yellow-circle {
  width: 14%;
  height: 27%;
  border: 1px;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: 9%;
  display: table;
}

.category-yellow-circle-text {
  display: table-cell;
  font-size: 0.8em;
  vertical-align: middle;
}

.stage-background-image {
  background-size: 100% auto;
  height: 560px;
  width: 100%;
  display: table;
}

.stage-image-content {
  display: table-cell;
  vertical-align: middle;
}

.stage-play-img {
  border: 3px solid white;
  border-radius: 100%;
  width: 12vw;
  display: table-cell;
  vertical-align: middle;
}

.stage-text {
  font-size: 3.5vw;
}

.offers-teaser-banner {
  min-width: 335px;
}

.teaser-text-wrapper-left {
  margin-right: 50%;
}

.teaser-text-wrapper-right {
  margin-left: 50%;
}

.special-teaser-red-circle,
.penny-mobile-logo {
  width: 60px;
  height: 60px;
}

.special-teaser-headline {
  border-top: 2px solid #ffffff;
}

.special-teaser-button {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

div.desktop-teaser-background {
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 100%;
  height: 450px;
}

.mobile-teaser-background {
  align-items: center;
  max-width: 768px;
  max-height: 400px;
}

.carousel-indicators-mobile,
.carousel-indicators-tablet,
.carousel-indicators-desktop {
  height: 5px;
  cursor: pointer;
  padding-bottom: 16px;
}

.carousel-indicators-tablet {
  position: absolute;
  bottom: 260px;
}

.offers-teaser-product {
  width: 50vw;
  margin-top: -68%;
  position: relative;
  left: 25%;
}

.do-not-show {
  display: none;
}

.step-three-two-well {
  margin-right: 6%;
  margin-left: 8%;
  padding: 27px;
}

.page-header-module-subline {
  font-weight: 500;
}

.font-weight-900 {
  font-weight: 900;
}

button > .penny-icon-size {
  font-size: 21px;
}

.flyout-overlay {
  z-index: 10;
  position: absolute;
  width: 110vw;
  left: calc(-58vw + 50%);
  top: 72%;
  margin-top: 41px;
  padding: 20px 200px;
  border-top: 1px solid #a9a9a9;
}

.penny-movie {
  min-height: 20vh;
  min-width: 40vw;
  max-width: 65vw;
  width: 85%;
  height: 80vw;
  max-height: 600px;
}

.footer-link,
.footer-link:hover {
  color: #323232;
  font-size: 14px;
  line-height: 24px;
}

.footer-link:hover {
  color: #ed1c24;
}

h5.footer-text {
  color: #323232;
  line-height: 24px;
}

.footer-text-title {
  font-size: 20px;
  line-height: 26px;
}

.footer-terms,
.footer-terms:hover {
  line-height: 20px;
}

.registration-nav {
  color: #ababab;
  border-bottom: solid 3px;
  margin-right: 2px;
}

.registration-nav-active {
  color: #ed1c24;
  border-color: #ed1c24;
}

.registration-nav > h4 > i {
  display: none;
}

.sub-category-2-container {
  width: 100%;
  height: 294px;
}

.sub-category-2-button,
.sub-category-2-button-mobile {
  margin-top: 195px;
}

.sub-category-2-button-mobile {
  width: 570px;
}

.border-1-grey {
  border: 1px solid #d3d3d3;
}

.leaflet-yellow-circle {
  width: 70px;
  height: 70px;
  position: relative;
  top: 15px;
  left: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.inverse.custom-control-input:active ~ .inverse.custom-control-indicator,
.inverse.custom-control-input:checked ~ .inverse.custom-control-indicator {
  background: white url("../cdn/icons/penny-icon-fonts/icon_check.svg") !important;
}

.inverse.custom-control-input ~ .inverse.custom-control-indicator,
.inverse.custom-control-input ~ .inverse.custom-control-indicator {
  border-radius: 0;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #212529;
}

.dim-300x450 {
  width: 300px;
  height: 450px;
}

.list-style-type-none {
  list-style-type: none;
}

.my-account-penny-card-links {
  padding-top: 75px;
}

.my-account-penny-card-images-padding {
  top: 58px;
}

.well-bg-transition {
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.border-bottom-red-hover {
  border-bottom: 4px solid #ed1c24;
}

a.border-bottom-red-hover:hover {
  background-color: white;
}

.border-white {
  border-bottom: 4px solid #ffffff;
}

.nav > .nav-item > .nav-link {
  font-family: "Akko", sans-serif;
}

.nav > .nav-item > .nav-link:hover, a:hover {
  background: none;
}

input.form-control.form-error,
input.form-error,
div > select.form-error {
  border: 1px solid #ed1c24;
}

.js-error-placement .label.form-error {
  display: block;
}

label#day-error,
label#month-error,
label#year-error {
  display: block;
}

label.form-error {
  color: #ed1c24;
}

.breadcrumb-link {
  color: #ed1c24;
}

.benefit-color {
  color: #ed1c24;
}

.benefit-font-size {
  font-size: 22px;
}

.benefit-box {
  height: 94px;
}

.width-70 {
  width: 70px;
}

.facebook, .twitter, .youtube, .instagram, .linkedin {
  height: 35px;
  width: 35px;
  background-position: center;
}

.facebook {
  background: url("../../icons/penny-icon-fonts/Facebook.png") no-repeat center center;
}

.twitter {
  background: url("../../icons/penny-icon-fonts/Twitter.png") no-repeat center center;
}

.youtube {
  background: url("../../icons/penny-icon-fonts/YouTube.png") no-repeat center center;
}

.instagram {
  background: url("../../icons/penny-icon-fonts/Instagram.png") no-repeat center center;
}

.linkedin {
  background: url("../../icons/penny-icon-fonts/Linked-in.png") no-repeat center center;
}

.facebook:hover {
  background: url("../../icons/penny-icon-fonts/Facebook-Hover.png") no-repeat center center;
}

.twitter:hover {
  background: url("../../icons/penny-icon-fonts/Twitter-Hover.png") no-repeat center center;
}

.youtube:hover {
  background: url("../../icons/penny-icon-fonts/YouTube-Hover.png") no-repeat center center;
}

.instagram:hover {
  background: url("../../icons/penny-icon-fonts/Instagram-Hover.png") no-repeat center center;
}

.linkedin:hover {
  background: url("../../icons/penny-icon-fonts/Linked-in-Hover.png") no-repeat center center;
}

.app-store:hover, .google-play:hover {
  box-shadow: 0 0 10px #323232;
  border-radius: 5px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.max-height-70 {
  max-height: 70px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.spacing_background_white {
  background-color: white;
  height: 1.5rem;
}

.spacing_background_light_grey {
  background-color: #F0F0F2;
  height: 1.5rem;
}

.spacing_background_grey {
  background-color: #E1E1E3;
  height: 1.5rem;
}

.spacing_background_red {
  background-color: #ed1c24;
  height: 1.5rem;
}

.modal-close-button {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em !important;
  vertical-align: middle !important;
}

.modal-thumbnail-image {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.modal-logo-and-seals-image {
  width: 40px;
  height: 40px;
}

.check-icon {
  height: 35px;
  width: 30px;
}

.card.card-hover.h-100.rounded-0:hover {
  border: 1px red solid !important;
}

.modal-button-position {
  position: absolute;
  z-index: 1051;
  top: -14px;
  left: -20px;
  right: -20px;
}

.modal-article-title {
  font-size: 30px;
  font-weight: bold;
}

.modal-article-description p {
  color: #323232;
}

.modal-right-padding {
  padding-right: 15px;
}

.this-week-offers-perspective {
  -webkit-perspective: none;
  perspective: none;
}

.article_element_bubble {
  background: url("/img/offers/product-header.png") no-repeat;
  background-size: 100% 100%;
}

.akko-medium {
  font-family: "Akko", sans-serif;
}

.akko-regular {
  font-family: "Akko Regular", sans-serif;
}

.akko-bold {
  font-family: "Akko Bold", sans-serif;
}

.autocomplete-selector {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.unsubscribe-email-field {
  height: 50px;
}

.vertical-align-button {
  display: flex;
  align-items: center;
}

.bigger-line-height {
  line-height: 34px;
}

.break-work {
  word-wrap: break-word;
}

.small-border-top-grey {
  content: "";
  width: calc(100% - 73px);
  position: absolute;
  top: 0;
  left: 0;
}

.border-top-grey {
  border-top: solid 1px #e2e2e2;
}

.utext-wrapper ol, .utext-wrapper ul {
  list-style: none;
  margin-left: -14px;
  text-indent: -20px;
}

.utext-wrapper ol {
  text-indent: -29px;
}

.utext-wrapper ol li,
.utext-wrapper ul li {
  margin-bottom: 18px;
  display: -webkit-box;
  word-wrap: break-word;
}

.utext-wrapper ol li {
  counter-increment: item;
}

.utext-wrapper ol li:before {
  width: 25px;
  padding-right: 18px;
}

.utext-wrapper ul li:before {
  width: 16px;
  padding-right: 5px;
}

.utext-wrapper ol li:before {
  content: counter(item) ".";
  text-align: center;
  display: inline;
  font-weight: bold;
}

.utext-wrapper ul li:before {
  content: url("../cdn/icons/penny-icon-fonts/icon_arrow_right.svg");
  height: 10px;
  text-align: center;
  display: inline-block;
}

.flex-direction-row {
  flex-direction: row;
  margin: 0 auto;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-20 {
  padding-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.header-hamburger-icon.microsite-burger {
  font-size: 35px;
}

.microsite.brand-img {
  width: 80px;
  height: 80px;
}

.microsite-anchor-cta {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

div.microsite-special-stage-background-image {
  min-height: 450px;
}

#searchList-Criteria {
  margin-left: -7px;
  margin-right: -7px;
}

.fixedWidthHeight25 {
  width: 25px;
  height: 25px;
}

.inputIconsPosition {
  position: absolute;
  top: 10px;
  right: 15px;
}

.compat-object-fit {
  background-size: cover !important;
  background-position: center center;
  border: solid 10px #ffffff;
  height: 280px;
}

.embed-responsive.embed-responsive-1by1 {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important;
}

select.year, select.month, select.day {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background: #fff none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33%;
  margin-right: 0.3%;
  margin-left: 0;
}

.user-login-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.span6 {
  width: 560px;
  float: none;
  margin: 0 auto;
}

.padding-0 {
  padding: 0 !important;
}

.min-width-100 {
  min-width: 60px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-1 {
  padding: 1px;
}

.voucher-text-color-joe {
  color: #ffffff;
}

.voucher-text-color {
  color: #323232;
}

a.voucher-text-color:hover {
  color: #323232;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.voucher-page-bg-color {
  background-color: #f0f0f2;
}

.voucher-page-joe-bg-color {
  background-color: #ff0000;
}

.font-size-13 {
  font-size: 13px;
}

.voucher-title {
  line-height: 108px;
}

.voucher-subtitle {
  font-size: 22px;
  padding-left: 60px;
  background-color: #fff;
  color: #323232;
}

.popover {
  z-index: 1060;
}

.print-link {
  color: #fff;
  font-size: 17px;
  line-height: 70px;
  display: flex;
  align-items: center;
  pointer-events: auto;
}

a.print-link:hover {
  color: #fff;
}

.print-link-close-button {
  color: #fff;
  font-size: 70px;
}

.voucher-benefit {
  vertical-align: middle;
  display: inline-block;
  color: #ff0000;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.voucher-benefit h5 {
  font-size: 32px;
  margin: 0;
  min-width: 100px;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.voucher-benefit-title {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-top-0 {
  padding-top: 0;
}

.voucher-sub-text-color {
  color: #9b9b9b;
}

.voucher-text-delimiter {
  border: none;
  border-top: 1px dashed #ccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

.voucher-barcode {
  margin: 0 auto;
  display: inherit;
  max-width: 100%;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  position: relative;
}

.voucher-print-row {
  width: 100%;
  min-height: 60px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.no-vouchers-joe-text {
  color: #cda54f;
  width: 239px;
  height: 129px;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.no-vouchers-joe-box-background {
  background-color: #f6eeda;
}

.no-vouchers-joe-box-border {
  border: solid 1px #cda54f;
  border-radius: 18px;
}

.max-width-350 {
  max-width: 350px;
}

.voucher-barcode-img {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  width: 100%;
  height: 160px;
  position: relative;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-41 {
  padding-top: 41px;
}

.width-35 {
  width: 35px;
}

.width-50 {
  width: 50px;
}

.width-83 {
  width: 83px;
}

.margin-10-auto {
  margin: 10px auto;
}

.background-color-white {
  background-color: #fff !important;
}

#voucher-benefit-block {
  display: table;
  height: 100%;
}

#voucher-benefit-aligned {
  display: table-cell;
  vertical-align: middle;
}

.card.without-min-height {
  min-height: unset;
}

.solid-white {
  border-top: 1px solid white;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.card-margin-sharp {
  border: none;
  border-radius: 0;
}

.vertical-align-middle {
  vertical-align: middle;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-left-10 {
  margin-left: 10px;
}

/* joe styles */
.BG {
  width: 1440px;
  height: 230px;
  background-color: #ed1c24;
}

.well-joe {
  width: 1440px;
  height: 230px;
  background-color: #ed1c24;
}

.pt-2-joe {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.copytext-font-joe {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Yellow container with images */
.Rectangle {
  background-color: #f6eeda;
}

h1.text-center.pt-2-joe2 {
  height: 33px;
  font-family: "Akko", serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #323232;
}

.text-black {
  width: 698px;
  height: 33px;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #323232;
}

span.or-joe.list-inline-item {
  margin-top: 10px;
}

.span6-joe {
  width: 540px;
  float: none;
  margin: 0 auto;
}

.content_teaser_background_light_gold {
  background-color: #f6eeda;
}

.joe-voucher-coins-font-size {
  font-size: 17px;
}

.well-joe-profile {
  background-color: #ed1c24;
  color: white;
}

.well-joe-profile h2 {
  color: white;
  margin-top: 36px;
  margin-bottom: 36px;
}

.well-joe-profile-cards {
  background-color: #f6eeda;
}

.well-joe-profile-cards .card-header.well {
  background-color: #ed1c24;
  color: white;
}

.well-joe-profile-cards .card-header.well .penny-red-well-color {
  color: white;
}

.well-joe-profile-cards .card-body {
  background-color: white;
}

.well-joe-profile-cards .card-header .profile-card-title {
  font-family: "Akko", serif;
  font-weight: bold;
  font-size: 18px;
}

.well-joe-profile-cards .profile-card-info {
  font-family: "Akko Regular", serif;
  font-size: 17px;
}

.well-joe-profile-cards .card-body .font-weight-bold {
  font-family: "Akko", serif;
  font-weight: bold;
  font-size: 17px;
}

.well-joe-forgot-psw {
  background-color: #ed1c24;
  color: white;
}

.fixedWidthHeight55 {
  width: 55px;
  height: 55px;
}

.microsite-footer a {
  white-space: nowrap;
}

.penny-radio-play-button {
  width: 120px;
  height: 120px;
  outline: none;
}

.unset-position {
  position: unset !important;
}
