﻿/* put in a ":before" selector
   need to give base element padding-left: 20px 
*/
/* put in a ":after" selector of base element
   need to give base element padding-right: 15px 
*/
#local-store-special-offers .title {
  text-transform: uppercase; }
  #local-store-special-offers .title h1 {
    float: left; }
    #local-store-special-offers .title h1 span {
      display: inline-block; }
  #local-store-special-offers .title .links-menu {
    float: right;
    padding: 10px 0; }
    #local-store-special-offers .title .links-menu div {
      position: relative;
      margin: 1px 0 7px 0;
      font-size: 10px;
      line-height: 10px;
      font-family: "Oswald", impact, charcoal, sans-serif;
      letter-spacing: 1px;
      text-align: right; }
      #local-store-special-offers .title .links-menu div a {
        padding-right: 18px; }
        #local-store-special-offers .title .links-menu div a:after {
          content: "";
          position: absolute;
          right: 4px;
          border: 5px solid transparent;
          border-left: 5px solid white; }
          .ja-JP #local-store-special-offers .title .links-menu div a:after, 
          .nl-BE #local-store-special-offers .title .links-menu div a:after, 
          .fr-BE #local-store-special-offers .title .links-menu div a:after, 
          .nl-NL #local-store-special-offers .title .links-menu div a:after {
            border-left: 5px solid black; }
          

#local-store-special-offers .vouchers-wrapper {
  clear: both; }
  #local-store-special-offers .vouchers-wrapper .vouchers-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    height: 325px;
    overflow: hidden; }
    #local-store-special-offers .vouchers-wrapper .vouchers-container .special-offer {
      margin: 10px auto 10px auto; }

#disclaimer-footer .disclaimer-section {
  margin-top: 0;
  padding-top: 0; }

.AU_v1 #local-store-special-offers, .NZ_v1 #local-store-special-offers {
  padding-bottom: 30px;
  width: 100%; }
  .AU_v1 #local-store-special-offers .links-menu div a, .NZ_v1 #local-store-special-offers .links-menu div a {
    color: #000; }
  .AU_v1 #local-store-special-offers .change-local-store, .NZ_v1 #local-store-special-offers .change-local-store {
    font-size: 12px;
    font-family: "Oswald", impact, charcoal, sans-serif;
    letter-spacing: 1px; }
  .AU_v1 #local-store-special-offers #change-local-store, .NZ_v1 #local-store-special-offers #change-local-store {
    text-decoration: underline;
    color: #fff;
    font-family: "Oswald", impact, charcoal, sans-serif;
    letter-spacing: 1px; }
    .AU_v1 #local-store-special-offers #change-local-store:hover, .NZ_v1 #local-store-special-offers #change-local-store:hover {
      color: #fff; }
  .AU_v1 #local-store-special-offers .title h1, .NZ_v1 #local-store-special-offers .title h1 {
    margin: 0 10px; }
    .AU_v1 #local-store-special-offers .title h1 span, .NZ_v1 #local-store-special-offers .title h1 span {
      color: #fff; }

.JP #local-store-special-offers .title {
  display: block !important; }
  .JP #local-store-special-offers .title .links-menu div {
    font-size: 14px;
    margin-top: 13px; }

.JP #local-store-special-offers .vouchers-wrapper .vouchers-container {
  height: auto; }

@media (max-width: 560px) {
  #local-store-special-offers .title .links-menu {
    float: left; } }

.BE_v1 .local-store-offers-search, .DE_v1 .local-store-offers-search, .NL_v1 .local-store-offers-search, .FR_v1 .local-store-offers-search {
  max-height: 100px; }
  .BE_v1 .local-store-offers-search #storeFinderV1Section, .DE_v1 .local-store-offers-search #storeFinderV1Section, .NL_v1 .local-store-offers-search #storeFinderV1Section, .FR_v1 .local-store-offers-search #storeFinderV1Section {
    height: unset !important; }
