/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ABSTRACTS AND GENERAL */
body {
  font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6,
a, p, span, li, strong, div,
label, input, textarea, button, select {
  font-family: "Poppins", sans-serif;
}

strong {
  font-weight: 600;
}

.color-pink {
  background-color: #F17794 !important;
}
.color-yellow {
  background-color: #FFF55C !important;
}
.color-orange {
  background-color: #FFC10E !important;
}
.color-purple {
  background-color: #574D86 !important;
}
.color-red {
  background-color: #FE0023 !important;
}
.color-white {
  background-color: #FFFFFF !important;
}
.color-blue {
  background-color: #1A78E3 !important;
}

/* Agent Portal Dimensions: */
/* Agent Header */
/* Agent Sidebar */
/* Agent Sidebar */
/* RESET STYLINGS  */
/* BOX SIZING RULES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* REMOVE DEFAULT MARGIN */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* SET CORE BODY DEFAULTS */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* REMOVE LIST STYLES ON UL, OL ELEMENTS WITH A CLASS ATTRIBUTE */
ul[class],
ol[class] {
  list-style: none;
}

/* A ELEMENTS THAT DON'T HAVE A CLASS GET DEFAULT STYLES */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a[class] {
  text-decoration: none;
}

/* MAKE IMAGES EASIER TO WORK WITH */
img {
  max-width: 100%;
  display: block;
}

/* NATURAL FLOW AND RHYTHM IN ARTICLES BY DEFAULT */
article > * + * {
  margin-top: 1em;
}

/* INHERIT FONTS FOR INPUTS AND BUTTONS */
input,
textarea {
  font: inherit;
}

/* REMOVE ALL ANIMATIONS AND TRANSITIONS FOR PEOPLE THAT PREFER NOT TO SEE THEM */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* HIDES ARROWS FOR INPUT TYPE NUMBER */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* GENERAL ELEMENT RULLES */
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

a:hover {
  text-decoration: underline;
}

/* GENERAL USE CLASSES */
.hidden {
  display: none !important;
}

.single-perfect-center, #voucher-offer .offer.image-container, #offer .offer.image-container, .vase-button, .button, .discount-button, .button-color, .button-search-square, .button-square, .button-confirmation, .button-banners, .button-contrib, .button-small, .add-order-button, .site-action-button, #alert-dialog .alert-btn-close, .site-dialog .alert-btn-close, .dlg-action-button, .site-action-button-offer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.single-perfect-center > *, #voucher-offer .offer.image-container > *, #offer .offer.image-container > *, .vase-button > *, .button > *, .discount-button > *, .button-color > *, .button-search-square > *, .button-square > *, .button-confirmation > *, .button-banners > *, .button-contrib > *, .button-small > *, .add-order-button > *, .site-action-button > *, #alert-dialog .alert-btn-close > *, .site-dialog .alert-btn-close > *, .dlg-action-button > *, .site-action-button-offer > * {
  text-align: center;
}

.space-evenly {
  justify-content: space-evenly !important;
}

.space-start {
  justify-content: flex-start !important;
}

.pink {
  color: #FF436D;
}

.green {
  color: #5F9754;
}

.error, div.input-container.display-error, .button-container.display-error label, .addons-page .display-error.banner-button-container label, .display-error.button-color-container label, .display-error.button-search-container label, .display-error.button-square-container label, .display-error.button-contrib-container label, .display-error.button-small-container label {
  color: #B00020;
  border-color: #B00020;
  background-color: #F3A5A5;
}

.error-message {
  color: #B00020;
  font-size: 0.875rem;
}

/* COMPONENTS - SPECIFIC VIEWS */
.site-action-button, #alert-dialog .alert-btn-close, .site-dialog .alert-btn-close, .dlg-action-button, .site-action-button-offer {
  position: relative;
  background-color: #ff5279;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  border-radius: 33px;
  margin: 40px auto 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 45px;
  height: 45px;
  max-height: 45px;
  min-width: 246px;
  width: 246px;
  max-width: 246px;
}
.site-action-button:hover, #alert-dialog .alert-btn-close:hover, .site-dialog .alert-btn-close:hover, .dlg-action-button:hover, .site-action-button-offer:hover {
  text-decoration: none;
  background-color: #FF436D;
}
.site-action-button, #alert-dialog .alert-btn-close, .site-dialog .alert-btn-close, .dlg-action-button, .site-action-button-offer, .site-action-button:hover, .site-dialog .alert-btn-close:hover {
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
}
.site-action-button.small, #alert-dialog .small.alert-btn-close, .site-dialog .small.alert-btn-close, .small.dlg-action-button, .small.site-action-button-offer {
  font-size: 1rem;
  margin: 20px auto;
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  min-width: 163px;
  width: 163px;
  max-width: 163px;
}
.site-action-button.medium, #alert-dialog .medium.alert-btn-close, .site-dialog .medium.alert-btn-close, .medium.dlg-action-button, .medium.site-action-button-offer {
  font-size: 1rem;
  margin: 20px auto;
  min-height: 38px;
  height: 38px;
  max-height: 38px;
  min-width: 205px;
  width: 205px;
  max-width: 205px;
}
.site-action-button.long, #alert-dialog .long.alert-btn-close, .site-dialog .long.alert-btn-close, .long.dlg-action-button, .long.site-action-button-offer {
  min-height: 45px;
  height: 45px;
  max-height: 45px;
  min-width: 340px;
  width: 340px;
  max-width: 340px;
}
.site-action-button.outline, #alert-dialog .outline.alert-btn-close, .site-dialog .outline.alert-btn-close, .outline.dlg-action-button, .outline.site-action-button-offer {
  color: #FF436D;
  background-color: #fff;
  border: 2px solid #FF436D;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .site-action-button.outline:hover, #alert-dialog .outline.alert-btn-close:hover, .site-dialog .outline.alert-btn-close:hover, .outline.dlg-action-button:hover, .outline.site-action-button-offer:hover {
    background-color: #FF436D;
    color: #fff;
    text-decoration: none;
  }
}
.site-action-button.stacked-top, #alert-dialog .stacked-top.alert-btn-close, .site-dialog .stacked-top.alert-btn-close, .stacked-top.dlg-action-button, .stacked-top.site-action-button-offer {
  margin-bottom: 20px !important;
}
.site-action-button.stacked, #alert-dialog .stacked.alert-btn-close, .site-dialog .stacked.alert-btn-close, .stacked.dlg-action-button, .stacked.site-action-button-offer {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.site-action-button.stacked-bottom, #alert-dialog .stacked-bottom.alert-btn-close, .site-dialog .stacked-bottom.alert-btn-close, .stacked-bottom.dlg-action-button, .stacked-bottom.site-action-button-offer {
  margin-top: 20px !important;
}
.site-action-button.add-order, #alert-dialog .add-order.alert-btn-close, .site-dialog .add-order.alert-btn-close, .add-order.dlg-action-button, .add-order.site-action-button-offer {
  min-height: 45px;
  height: 45px;
  max-height: 45px;
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  color: #FF436D;
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  margin: 10px auto;
}
.site-action-button.add-order span, #alert-dialog .add-order.alert-btn-close span, .site-dialog .add-order.alert-btn-close span, .add-order.dlg-action-button span, .add-order.site-action-button-offer span {
  position: relative;
  padding-left: 25px;
}
.site-action-button.add-order span .far, #alert-dialog .add-order.alert-btn-close span .far, .site-dialog .add-order.alert-btn-close span .far, .add-order.dlg-action-button span .far, .add-order.site-action-button-offer span .far {
  position: absolute;
  top: 4px;
  left: 0;
}

.add-order-button {
  min-height: 44px;
  height: 44px;
  max-height: 44px;
  min-width: 88px;
  width: 88px;
  max-width: 88px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #FF436D;
  cursor: pointer;
  border: none;
}

.button, .discount-button, .button-color, .button-search-square, .button-square, .button-confirmation, .button-banners, .button-contrib, .button-small {
  min-height: 44px;
  height: 44px;
  max-height: 44px;
  min-width: 88px;
  width: 88px;
  max-width: 88px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #5F9754;
  cursor: pointer;
  border: 2px solid #5F9754;
  border-radius: 33px;
}
@media screen and (min-width: 900px) {
  .button:hover, .discount-button:hover, .button-color:hover, .button-search-square:hover, .button-square:hover, .button-confirmation:hover, .button-banners:hover, .button-contrib:hover, .button-small:hover {
    text-decoration: none;
    background-color: #d9ead3;
    color: #5F9754;
  }
  .button:focus, .discount-button:focus, .button-color:focus, .button-search-square:focus, .button-square:focus, .button-confirmation:focus, .button-banners:focus, .button-contrib:focus, .button-small:focus, .button:active, .discount-button:active, .button-color:active, .button-search-square:active, .button-square:active, .button-confirmation:active, .button-banners:active, .button-contrib:active, .button-small:active {
    text-decoration: none;
  }
}
.button.small, .small.discount-button, .small.button-color, .small.button-search-square, .small.button-square, .small.button-confirmation, .small.button-banners, .small.button-contrib, .small.button-small {
  font-size: 1rem;
  margin: 20px auto;
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  min-width: 163px;
  width: 163px;
  max-width: 163px;
}
.button.long, .long.discount-button, .long.button-color, .long.button-search-square, .long.button-square, .long.button-confirmation, .long.button-banners, .long.button-contrib, .long.button-small {
  min-height: 44px;
  height: 44px;
  max-height: 44px;
  min-width: 340px;
  width: 340px;
  max-width: 340px;
}
.button.medium, .medium.discount-button, .medium.button-color, .medium.button-search-square, .medium.button-square, .medium.button-confirmation, .medium.button-banners, .medium.button-contrib, .medium.button-small {
  min-height: 44px;
  height: 44px;
  max-height: 44px;
  min-width: 240px;
  width: 240px;
  max-width: 240px;
}
.button.outline, .outline.discount-button, .outline.button-color, .outline.button-search-square, .outline.button-square, .outline.button-confirmation, .outline.button-banners, .outline.button-contrib, .outline.button-small {
  color: #5F9754;
  background-color: #fff;
  border: 2px solid #5F9754;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .button.outline:hover, .outline.discount-button:hover, .outline.button-color:hover, .outline.button-search-square:hover, .outline.button-square:hover, .outline.button-confirmation:hover, .outline.button-banners:hover, .outline.button-contrib:hover, .outline.button-small:hover {
    background-color: #5F9754;
    color: #fff;
    text-decoration: none;
  }
}
.button, .discount-button, .button-color, .button-search-square, .button-square, .button-confirmation, .button-banners, .button-contrib, .button-small, .button:hover {
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
}
.button:focus, .discount-button:focus, .button-color:focus, .button-search-square:focus, .button-square:focus, .button-confirmation:focus, .button-banners:focus, .button-contrib:focus, .button-small:focus, .button:active, .discount-button:active, .button-color:active, .button-search-square:active, .button-square:active, .button-confirmation:active, .button-banners:active, .button-contrib:active, .button-small:active {
  text-decoration: none;
}

.vase-button {
  min-height: 44px;
  height: 44px;
  max-height: 44px;
  min-width: 88px;
  width: 88px;
  max-width: 88px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #5F9754;
  cursor: pointer;
  border: 2px solid #5F9754;
  border-radius: 33px;
}
@media screen and (min-width: 900px) {
  .vase-button:hover {
    text-decoration: none;
    background-color: #d9ead3;
    color: #5F9754;
  }
  .vase-button:focus, .vase-button:active {
    text-decoration: none;
  }
}
.vase-button, .vase-button:hover {
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
}
.vase-button:focus, .vase-button:active {
  text-decoration: none;
}

.button-small {
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 820px) {
  .button-small {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .button-small {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 540px) {
  .button-small {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 450px) {
  .button-small {
    min-width: 120px;
    width: 120px;
  }
}
.button-small.declined {
  background-color: transparent;
  color: #F60808;
  border: 2px solid #F60808;
}
@media screen and (min-width: 900px) {
  .button-small.declined:hover {
    text-decoration: none;
    background-color: #F60808;
    color: #fff;
  }
  .button-small.declined:focus, .button-small.declined:active {
    text-decoration: none;
  }
}

.button-contrib {
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  font-size: 0.8rem;
  background-color: transparent;
  color: #000000;
  cursor: pointer;
  border: 2px solid #000000;
  border-radius: 33px;
}
@media screen and (min-width: 900px) {
  .button-contrib:hover {
    text-decoration: none;
    background-color: #000000;
    color: #FFFFFF;
  }
  .button-contrib:focus, .button-contrib:active {
    text-decoration: none;
  }
}
.button-contrib, .button-contrib:hover {
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
}
.button-contrib:focus, .button-contrib:active {
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  .button-contrib {
    min-width: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .button-contrib {
    min-width: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 540px) {
  .button-contrib {
    min-width: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 450px) {
  .button-contrib {
    min-width: 80px;
    width: 80px;
  }
}

input:checked + label.button-contrib {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}

.button-banners {
  min-height: 30px;
  height: 30px;
  max-height: 30px;
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  font-size: 0.8rem;
}
@media screen and (min-width: 820px) {
  .button-banners {
    min-width: 190px;
    width: 190px;
  }
}
@media screen and (min-width: 768px) {
  .button-banners {
    min-width: 190px;
    width: 190px;
  }
}
@media screen and (min-width: 540px) {
  .button-banners {
    min-width: 190px;
    width: 190px;
  }
}
@media screen and (min-width: 450px) {
  .button-banners {
    min-width: 190px;
    width: 190px;
  }
}

.button-confirmation {
  background-color: #ff5279;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 33px;
  margin: 0 auto 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 40px;
  height: 40px;
  max-height: 40px;
  min-width: 240px;
  width: 240px;
  max-width: 240px;
}
.button-confirmation:hover {
  text-decoration: none;
  background-color: #FF436D;
}
.button-confirmation, .button-confirmation:hover {
  transition: background-color 0.25s, color 0.25s;
  text-decoration: none;
}

.button-square {
  min-height: 50px;
  height: 50px;
  max-height: 50px;
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  border-radius: 9px;
  font-size: 0.875rem;
}

.button-search-square {
  min-height: 55px;
  height: 55px;
  max-height: 55px;
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  border-radius: 9px;
  font-size: 0.875rem;
}
@media screen and (min-width: 900px) {
  .button-search-square {
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    min-width: 140px;
    width: 140px;
    max-width: 140px;
  }
}

.button-color {
  min-height: 59px;
  height: 59px;
  max-height: 59px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 9px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);
}

.button.active, .active.discount-button, .active.button-small, .active.button-contrib, .active.button-banners, .active.button-confirmation, .active.button-square, .active.button-search-square, .active.button-color,
.vase-button.active,
input:checked + label.button,
input:checked + label.discount-button,
input:checked + label.button-small,
input:checked + label.button-contrib,
input:checked + label.button-banners,
input:checked + label.button-confirmation,
input:checked + label.button-square,
input:checked + label.button-search-square,
input:checked + label.button-color {
  color: #fff;
  background-color: #5F9754;
  text-decoration: none;
}

input:checked + label.button-color {
  border: 3px solid #5F9754;
  text-decoration: none;
}

.button.disabled, .disabled.discount-button, .disabled.button-small, .disabled.button-contrib, .disabled.button-banners, .disabled.button-confirmation, .disabled.button-square, .disabled.button-search-square, .disabled.button-color,
input:disabled + label.button,
input:disabled + label.discount-button,
input:disabled + label.button-small,
input:disabled + label.button-contrib,
input:disabled + label.button-banners,
input:disabled + label.button-confirmation,
input:disabled + label.button-square,
input:disabled + label.button-search-square,
input:disabled + label.button-color,
textarea:disabled + label.button,
textarea:disabled + label.discount-button,
textarea:disabled + label.button-small,
textarea:disabled + label.button-contrib,
textarea:disabled + label.button-banners,
textarea:disabled + label.button-confirmation,
textarea:disabled + label.button-square,
textarea:disabled + label.button-search-square,
textarea:disabled + label.button-color {
  opacity: 0.4;
  color: #4d4d4d;
  border-color: #4d4d4d;
  text-decoration: none;
}

.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.custom-close > div {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  margin: 2px 0;
  background-color: rgb(14, 17, 17);
}
.custom-close > div:first-of-type {
  transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
}
.custom-close > div:last-of-type {
  transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
}

/*.close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}*/
.discount-button {
  margin-top: 15px;
}

.small-text-button {
  font-size: 0.9rem;
}

.dlg-action-button {
  margin-top: 10px !important;
}
.dlg-action-button.long {
  min-height: 45px;
  height: 45px;
  max-height: 45px;
  min-width: 340px;
  width: 340px;
  max-width: 340px;
}
.dlg-action-button.smalltext {
  font-size: 1.2rem;
}
.dlg-action-button.outline {
  color: #FF436D;
  background-color: #fff;
  border: 2px solid #FF436D;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .dlg-action-button.outline:hover {
    background-color: #FF436D;
    color: #fff;
    text-decoration: none;
  }
}
.dlg-action-button.stacked-top {
  margin-bottom: 10px !important;
}
.dlg-action-button.stacked {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.dlg-action-button.stacked-bottom {
  margin-top: 10px !important;
}

#gif_container {
  width: 100%;
  height: auto;
  padding: 0 40%;
}
#gif_container img {
  width: 100%;
  height: auto;
}

.button-container, .addons-page .banner-button-container, .button-color-container, .button-search-container, .button-square-container, .button-contrib-container, .button-small-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  /*@media screen and (min-width: 900px){
    justify-content: center;

    .button {
      margin: 0 25px;
    }}*/
}
.button-container li, .addons-page .banner-button-container li, .button-color-container li, .button-search-container li, .button-square-container li, .button-contrib-container li, .button-small-container li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.button-container.display-error .error-message, .addons-page .display-error.banner-button-container .error-message, .display-error.button-color-container .error-message, .display-error.button-search-container .error-message, .display-error.button-square-container .error-message, .display-error.button-contrib-container .error-message, .display-error.button-small-container .error-message {
  margin-top: 5px;
}

.button-small-container {
  flex-flow: row wrap;
  margin: 20px auto 0;
  max-width: 450px;
}
.button-small-container li:nth-of-type(n+4) {
  margin-top: 13px;
}
@media screen and (min-width: 900px) {
  .button-small-container li:nth-of-type(3n - 1) {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.button-contrib-container {
  flex-flow: row wrap;
  margin: 20px auto 0;
  max-width: 450px;
  margin-right: 10px;
  margin-left: 10px;
}

.button-square-container {
  flex-flow: row wrap;
  margin: 20px auto;
}
@media screen and (min-width: 900px) {
  .button-square-container li {
    margin-right: 20px;
  }
  .button-square-container li:nth-of-type(4n) {
    margin-right: 0px;
  }
}
.button-square-container.search-categories .button-square {
  font-size: 0.6875rem;
}

.button-search-container {
  flex-flow: row wrap;
  margin: 10px auto;
}
.button-search-container li:nth-of-type(n+4) {
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .button-search-container li {
    margin-right: 10px;
  }
  .button-search-container li:nth-of-type(3n) {
    margin-right: 0px;
  }
}
.button-search-container.search-categories .button-search-square {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
@media screen and (min-width: 900px) {
  .button-search-container.search-categories .button-search-square {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.button-color-container {
  margin: 20px auto;
}
.button-color-container li {
  min-width: 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}

.occasions-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.occasions-banner-container {
  display: flex;
  flex-wrap: wrap;
}

.text-container {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.text-container span {
  text-align: center;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

div.input-container,
select.input-container {
  position: relative;
  width: 100%;
  min-height: 56px;
  height: 56px;
  max-height: 56px;
  padding: 5px 10px;
  font-size: 1rem;
  border: 2px solid #5F9754;
  color: #5F9754;
  margin: 0 auto 25px;
}
div.input-container:only-of-type, div.input-container:last-of-type,
select.input-container:only-of-type,
select.input-container:last-of-type {
  margin-bottom: 0;
}
div.input-container.textarea-container label,
select.input-container.textarea-container label {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  top: 5px;
}
div.input-container.textarea-container span.pseudo-input,
select.input-container.textarea-container span.pseudo-input {
  bottom: unset;
  top: 20px;
}
div.input-container.disabled,
select.input-container.disabled {
  opacity: 0.7;
  color: #4d4d4d;
  border-color: #4d4d4d;
}
div.input-container input,
div.input-container textarea,
div.input-container span.pseudo-input,
select.input-container input,
select.input-container textarea,
select.input-container span.pseudo-input {
  position: absolute;
  bottom: 5px;
  left: 10px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  color: inherit;
  background-color: inherit;
  text-align: left;
  font-size: inherit;
  max-height: calc(100% - 10px);
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
div.input-container textarea,
select.input-container textarea {
  padding-top: 17px;
  resize: none;
  height: 100%;
}
div.input-container textarea::-webkit-scrollbar,
select.input-container textarea::-webkit-scrollbar {
  display: none;
}
div.input-container label,
select.input-container label {
  position: absolute;
  left: 10px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  transition: all 0.25s;
}
div.input-container[data-filled=true] label,
div.input-container input:focus + label,
div.input-container textarea:focus + label,
select.input-container[data-filled=true] label,
select.input-container input:focus + label,
select.input-container textarea:focus + label {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  top: 5px;
  font-size: 0.75rem;
  transition: all 0.25s;
}

select.input-container {
  outline: 0;
  display: block;
  background-color: #fff;
}

div.input-container.display-error .error-message {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #5F9754;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox {
  background-color: #5F9754;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.false-rewards-logo {
  font-size: 50px !important;
  text-align: center;
  margin: 15px auto !important;
  color: #FF436D !important;
  font-weight: 200 !important;
  letter-spacing: -3px;
}

.rewards-container {
  min-width: 350px;
  width: 350px;
  max-width: 350px;
  margin: 0 auto;
  cursor: pointer;
}
.rewards-container img {
  width: 60%;
}
.rewards-container .rewards-offer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
.rewards-container .rewards-offer span {
  padding-left: 20px;
  line-height: 22px;
  font-size: 20px;
  color: #5F9754;
}
.rewards-container .rewards-offer img {
  height: 40px;
  width: auto;
}
.rewards-container .site-action-button, .rewards-container #alert-dialog .alert-btn-close, #alert-dialog .rewards-container .alert-btn-close, .rewards-container .site-dialog .alert-btn-close, .site-dialog .rewards-container .alert-btn-close, .rewards-container .site-action-button-offer, .rewards-container .dlg-action-button {
  margin-top: 8px;
}

.voucher-container {
  min-width: 350px;
  width: 350px;
  max-width: 350px;
  margin: 0 auto;
  cursor: pointer;
}
.voucher-container img {
  width: 60%;
}
.voucher-container .voucher-offer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
}
.voucher-container .voucher-offer img {
  height: 100px;
  width: auto;
}
.voucher-container .site-action-button, .voucher-container #alert-dialog .alert-btn-close, #alert-dialog .voucher-container .alert-btn-close, .voucher-container .site-dialog .alert-btn-close, .site-dialog .voucher-container .alert-btn-close, .voucher-container .site-action-button-offer, .voucher-container .dlg-action-button {
  margin-top: 8px;
}

.cardPrompt {
  margin: 0 auto;
  padding: 2em 1em;
  text-align: center;
  width: 450px;
  font-family: "Roboto", Helvetica, sans-serif;
  letter-spacing: 0.0125em;
}
.cardPrompt h3.titlePrompt {
  color: #D32F2F;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.0125em;
  text-align: center;
}
.cardPrompt p.error-message {
  font-size: 1em;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}
.cardPrompt a {
  text-decoration: none;
}

div#tracking {
  display: none;
}
div#tracking img {
  width: 20px;
  height: 1px;
}

.text-green {
  color: #5F9754;
}

.text-black {
  color: #000;
}

.bold {
  font-weight: bold;
}

.list {
  list-style: none;
  text-align: center;
}

.list li {
  margin-bottom: 60px;
}

.live-help-icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f4a6";
  display: block;
  background-color: #5F9754;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 5px;
}

.phone-icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  display: block;
  background-color: #5F9754;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 5px;
}

.tv-icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f8e5";
  display: block;
  background-color: #5F9754;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  font-size: 1.89rem;
  margin-bottom: 5px;
}

.email-icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: block;
  background-color: #5F9754;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 5px;
}

.mailbox-icon:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f813";
  display: block;
  background-color: #5F9754;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  margin-bottom: 5px;
}

.ng-close-btn {
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/17px auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  cursor: pointer;
}

.width-100 {
  width: 100%;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

/* margin */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.575rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1.25rem;
}

.m-5 {
  margin: 2rem;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-left: 0.575rem;
}

.ms-3 {
  margin-left: 0.75rem;
}

.ms-4 {
  margin-left: 1.25rem;
}

.ms-5 {
  margin-left: 2rem;
}

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

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.575rem;
}

.me-3 {
  margin-right: 0.75rem;
}

.me-4 {
  margin-right: 1.25rem;
}

.me-5 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.575rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1.25rem;
}

.mt-5 {
  margin-top: 2rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.575rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1.25rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

/* padding */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.575rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1.25rem;
}

.p-5 {
  padding: 2rem;
}

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

.ps-1 {
  padding-left: 0.25rem;
}

.ps-2 {
  padding-left: 0.575rem;
}

.ps-3 {
  padding-left: 0.75rem;
}

.ps-4 {
  padding-left: 1.25rem;
}

.ps-5 {
  padding-left: 2rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 0.25rem;
}

.pe-2 {
  padding-right: 0.575rem;
}

.pe-3 {
  padding-right: 0.75rem;
}

.pe-4 {
  padding-right: 1.25rem;
}

.pe-5 {
  padding-right: 2rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.575rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1.25rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.575rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

/* font-weight */
.fw-1 {
  font-weight: 200;
}

.fw-2 {
  font-weight: 400;
}

.fw-3 {
  font-weight: 600;
}

/* font-size */
.fs-1 {
  font-size: 1.25rem;
}

.fs-2 {
  font-size: 1rem;
}

.fs-3 {
  font-size: 0.85rem;
}

.fs-4 {
  font-size: 0.75rem;
}

.fs-5 {
  font-size: 0.5rem;
}

.datalist {
  display: none;
  position: absolute;
  margin-top: -24px;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #5F9754;
}

.datalist .item {
  padding: 0.8rem;
  cursor: pointer;
  padding: 5px;
  color: #5F9754;
}

.datalist .item:hover {
  background-color: #ddd;
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  user-select: none;
  background-repeat: no-repeat;
}

.card .number {
  letter-spacing: 0.3rem;
  align-self: flex-start;
}

.card .expiry {
  align-self: flex-start;
}

.card .details {
  display: flex;
  justify-content: space-between;
}

.card .details .logo {
  width: 65px;
  height: 65px;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1000;
}

.overlay .dialog {
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  user-select: none;
  transform: translate(-50%, -50%);
  max-width: 530px;
  width: 100%;
  max-height: 80vh;
  padding: 16px;
}

@media screen and (max-width: 539px) {
  .overlay .dialog {
    width: 95%;
    max-height: 80vh;
    overflow-y: auto;
  }
}
.overlay .header {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: #fff;
}

.overlay .dialog .header .title {
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 35px;
}

.overlay .dialog .header .close {
  align-self: flex-start;
  width: 30px;
  height: 30px;
  user-select: none;
  cursor: pointer;
  color: #000;
}

.overlay .dialog .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  align-self: center;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.overlay .dialog .content h2 {
  justify-self: center;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.overlay .dialog .content h2 strong {
  font-weight: 700;
}

.overlay .dialog .content .dlg-action-button,
.overlay .dialog .content .site-action-button,
.overlay .dialog .content #alert-dialog .alert-btn-close,
#alert-dialog .overlay .dialog .content .alert-btn-close,
.overlay .dialog .content .site-dialog .alert-btn-close,
.site-dialog .overlay .dialog .content .alert-btn-close,
.overlay .dialog .content .site-action-button-offer {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* MODULES - LARGE BLOCKS OF CODE */
body img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#page_content {
  margin: 0px 16px 84px;
  padding: 30px 10px;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  #page_content {
    background-color: #fff;
  }
}
#page_content.special-page {
  padding: 0;
}
@media screen and (min-width: 900px) {
  #page_content {
    margin: 10px auto 90px;
    padding: 30px 40px;
    max-width: 530px;
    border-radius: 30px;
  }
  #page_content.front-page {
    margin-top: 0;
    position: relative;
    top: calc(70px + 30px);
  }
  #page_content.front-page .banner {
    margin-top: 0;
  }
  #page_content.special-page {
    margin: 10px auto 90px;
    position: relative;
    padding: 30px 40px;
  }
}

header {
  position: relative;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 70px;
  max-height: 70px;
  min-height: 70px;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  header {
    max-width: 530px;
    margin: 0 auto;
  }
}

#nav_arrow_container,
#nav_menu_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
}

#nav_logo_container {
  position: relative;
  width: 66.6666666667%;
}
#nav_logo_container a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 0;
}
#nav_logo_container img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

#nav_arrow_container i {
  font-size: 1.5rem;
}

#nav_menu_icon {
  height: 100%;
  width: 100%;
}
#nav_menu_icon > div {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 25px;
  height: 2px;
  margin: 2px 0;
  background-color: rgb(14, 17, 17);
}
#nav_menu_icon > div:first-of-type {
  transform: translate(50%, -400%);
  -o-transform: translate(50%, -400%);
  -ms-transform: translate(50%, -400%);
  -moz-transform: translate(50%, -400%);
  -webkit-transform: translate(50%, -400%);
}
#nav_menu_icon > div:nth-of-type(2) {
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
#nav_menu_icon > div:last-of-type {
  transform: translate(50%, 300%);
  -o-transform: translate(50%, 300%);
  -ms-transform: translate(50%, 300%);
  -moz-transform: translate(50%, 300%);
  -webkit-transform: translate(50%, 300%);
}
#nav_menu_icon[data-nav-view=true] > div:first-of-type {
  transform: translate(50%, -50%) rotate(45deg);
  -o-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  -moz-transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
}
#nav_menu_icon[data-nav-view=true] > div:nth-of-type(2) {
  transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
}
#nav_menu_icon[data-nav-view=true] > div:last-of-type {
  transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
}
#nav_menu_icon > div, #nav_menu_icon[data-nav-view=true] > div {
  transition: transform 0.5s;
}

nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  background-color: rgba(14, 17, 17, 0);
  transition: transform 0s linear 0.25s, color 0.25s linear 0s;
}

nav[data-nav-view=true] {
  display: block;
  background-color: rgba(14, 17, 17, 0.45);
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: background-color 0.25s;
}
nav[data-nav-view=true] .true-nav {
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform 0.25s;
}

body[data-nav-view=true] header {
  position: fixed !important;
  top: 0;
}
@media screen and (min-width: 900px) {
  body[data-nav-view=true] header {
    position: relative !important;
  }
}

.nav-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  background-color: rgba(14, 17, 17, 0);
  transition: transform 0s linear 0.25s, color 0.25s linear 0s;
}

.nav-overlay[data-nav-view=true] {
  display: block;
  background-color: rgba(14, 17, 17, 0.45);
  transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: background-color 0.25s;
}

.true-nav {
  z-index: 99;
  width: 300px;
  background: #fff;
  position: absolute;
  margin-top: 71px;
  top: 0;
  right: 0;
  display: none;
}
.true-nav-links {
  display: flex;
  flex-flow: column;
}
.true-nav-links li {
  height: auto;
  width: 100%;
}
.true-nav-links a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 12px 40px 12px 25px;
  color: rgb(14, 17, 17);
  text-decoration: none;
  font-size: 1.0625rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.true-nav-icon {
  position: relative;
  display: inline-block;
  background-color: #5F9754;
  color: #fff;
  font-size: 0.875rem;
  margin-left: 5px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  min-height: 20px;
  height: 20px;
  max-height: 20px;
  min-width: 20px;
  width: 20px;
  max-width: 20px;
}

.banner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px auto 0;
  width: 85%;
  max-width: 450px;
}
.banner-logo-container {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.banner-logo-container a, .banner-logo-container img {
  height: inherit;
  width: inherit;
}
.banner-logo-title {
  color: #FF436D;
  font-size: 1.5rem;
  white-space: nowrap;
}
.banner-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 30px 0;
  color: #5F9754;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-subtitle {
  font-size: 1.25rem;
  color: #FF436D;
  white-space: nowrap;
}
.banner-br {
  font-size: 1.25rem;
  text-align: center;
  margin: 30px 0;
  color: #5F9754;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-button {
  margin-top: 10px;
}

.products-page .vases {
  padding: 0 24px;
}
.products-page .text-container {
  margin: 20px 0 0;
  text-align: center;
}
.products-page .text-container p, .products-page .text-container span, .products-page .text-container li {
  text-align: inherit;
}
.products-page .text-container span {
  display: block;
  margin: 20px auto;
}
.products-page .site-action-button, .products-page #alert-dialog .alert-btn-close, #alert-dialog .products-page .alert-btn-close, .products-page .site-dialog .alert-btn-close, .site-dialog .products-page .alert-btn-close, .products-page .site-action-button-offer, .products-page .dlg-action-button {
  margin-top: 20px;
}
.products-page .vases-container {
  margin-bottom: 40px;
}
.products-page .vases-container label.no-vase {
  font-size: smaller;
}

.addons-page .site-action-button:not(.small), .addons-page #alert-dialog .alert-btn-close:not(.small), #alert-dialog .addons-page .alert-btn-close:not(.small), .addons-page .site-dialog .alert-btn-close:not(.small), .site-dialog .addons-page .alert-btn-close:not(.small), .addons-page .site-action-button-offer:not(.small), .addons-page .dlg-action-button:not(.small) {
  margin-top: 60px;
}
.addons-page .site-action-button.small, .addons-page #alert-dialog .small.alert-btn-close, #alert-dialog .addons-page .small.alert-btn-close, .addons-page .site-dialog .small.alert-btn-close, .site-dialog .addons-page .small.alert-btn-close, .addons-page .small.site-action-button-offer, .addons-page .small.dlg-action-button {
  margin-bottom: 70px;
}
.addons-page .button-small-container {
  width: calc(100% + 20px);
  margin: 20px 100% 0;
}
.addons-page div.addon:first-of-type {
  margin-top: 0;
}
.addons-page .banner-button-container {
  flex-flow: row wrap;
  margin: 0 auto 0;
  max-width: 450px;
}
.addons-page .banner-button-container li:nth-of-type(n+1) {
  margin-top: 13px;
}
@media screen and (min-width: 900px) {
  .addons-page .banner-button-container li:nth-of-type(2n - 1) {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.delivery-information-page .dlg-action-button, .calendar-page .dlg-action-button {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.delivery-information-page .site-action-button, .delivery-information-page #alert-dialog .alert-btn-close, #alert-dialog .delivery-information-page .alert-btn-close, .delivery-information-page .site-dialog .alert-btn-close, .site-dialog .delivery-information-page .alert-btn-close, .delivery-information-page .site-action-button-offer, .delivery-information-page .dlg-action-button, .calendar-page .site-action-button, .calendar-page #alert-dialog .alert-btn-close, #alert-dialog .calendar-page .alert-btn-close, .calendar-page .site-dialog .alert-btn-close, .site-dialog .calendar-page .alert-btn-close, .calendar-page .site-action-button-offer, .calendar-page .dlg-action-button {
  margin-top: 70px;
  margin-bottom: 70px;
}
.delivery-information-page .button-square-container, .calendar-page .button-square-container {
  margin-top: -25px;
  margin-bottom: 60px;
}
.delivery-information-page .button-square-container li, .calendar-page .button-square-container li {
  margin-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .delivery-information-page .button-square-container li, .calendar-page .button-square-container li {
    margin-right: 12px;
  }
}
.delivery-information-page .button-square, .calendar-page .button-square {
  padding: 0px 12px;
  min-height: 55px;
  height: 55px;
  max-height: 55px;
  min-width: 85px;
  width: 85px;
  max-width: 85px;
  font-size: 0.9rem;
}
@media screen and (min-width: 900px) {
  .delivery-information-page .button-square, .calendar-page .button-square {
    min-height: 60px;
    height: 60px;
    max-height: 60px;
    min-width: 88px;
    width: 88px;
    max-width: 88px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) {
  .delivery-information-page .button-square, .calendar-page .button-square {
    min-width: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .delivery-information-page .button-square, .calendar-page .button-square {
    min-width: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 540px) {
  .delivery-information-page .button-square, .calendar-page .button-square {
    min-width: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 475px) {
  .delivery-information-page .button-square, .calendar-page .button-square {
    min-width: 100px;
    width: 100px;
  }
}
.delivery-information-page .delivery-date, .calendar-page .delivery-date {
  position: relative;
}
.delivery-information-page .delivery-date span, .calendar-page .delivery-date span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 0.75rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.delivery-information-page .delivery-date span.disabled, .calendar-page .delivery-date span.disabled {
  opacity: 0.4;
  color: #4d4d4d;
}
.delivery-information-page #zip_code_address, .calendar-page #zip_code_address {
  position: absolute;
  bottom: 7px;
  left: 80px;
}
.delivery-information-page #delivery_dates .error-message, .calendar-page #delivery_dates .error-message {
  margin-top: 20px;
}

.calendar-page a.disabled {
  opacity: 0.4;
  color: #4d4d4d;
  cursor: not-allowed;
  pointer-events: none;
}
.calendar-page a.disabled:hover {
  background-color: unset;
}

.recipient-information-page #city_zip {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  color: #5F9754;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.recipient-information-page .site-action-button, .recipient-information-page #alert-dialog .alert-btn-close, #alert-dialog .recipient-information-page .alert-btn-close, .recipient-information-page .site-dialog .alert-btn-close, .site-dialog .recipient-information-page .alert-btn-close, .recipient-information-page .site-action-button-offer, .recipient-information-page .dlg-action-button {
  margin-bottom: 70px;
}
.recipient-information-page .express-delivery {
  margin: 0px 50px;
  padding: 20px 0;
}
.recipient-information-page .express-delivery span {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .recipient-information-page .express-delivery span {
    width: 200px;
  }
}
.recipient-information-page .express-delivery input#no_express + label {
  font-size: 0.75rem;
}
.recipient-information-page .express-delivery .button-container, .recipient-information-page .express-delivery .button-small-container, .recipient-information-page .express-delivery .button-contrib-container, .recipient-information-page .express-delivery .button-square-container, .recipient-information-page .express-delivery .button-search-container, .recipient-information-page .express-delivery .button-color-container, .recipient-information-page .express-delivery .addons-page .banner-button-container, .addons-page .recipient-information-page .express-delivery .banner-button-container {
  max-width: 250px;
}

.card-message-page .button-square {
  font-size: 0.6775rem;
}
.card-message-page .site-action-button, .card-message-page #alert-dialog .alert-btn-close, #alert-dialog .card-message-page .alert-btn-close, .card-message-page .site-dialog .alert-btn-close, .site-dialog .card-message-page .alert-btn-close, .card-message-page .site-action-button-offer, .card-message-page .dlg-action-button {
  margin-bottom: 70px;
}
.card-message-page input#occasion_thinking_of_you + label {
  font-size: 0.6775rem;
}
.card-message-page .input-container.textarea-container {
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  /*border: 2px solid $color-green;*/
}
.card-message-page .input-container.textarea-container textarea {
  overflow-y: auto;
}
.card-message-page .input-container:last-of-type {
  margin-bottom: 40px;
  /*border: 2px solid $color-green;*/
}
.card-message-page span#character_count {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 0.875rem;
}
.card-message-page ul#card-message-occasions {
  margin-bottom: 40px;
}
.card-message-page .input-container.textarea-container#card_signature_container {
  max-height: 112px;
  min-height: 112px;
  height: 112px;
  max-height: 112px;
}

.summary-page #orders_container {
  margin-bottom: 20px;
}
.summary-page .site-action-button, .summary-page #alert-dialog .alert-btn-close, #alert-dialog .summary-page .alert-btn-close, .summary-page .site-dialog .alert-btn-close, .site-dialog .summary-page .alert-btn-close, .summary-page .site-action-button-offer, .summary-page .dlg-action-button {
  margin-bottom: 40px;
}
.summary-page .summary .order-title {
  display: none;
}

.payment-type-page .payment-options {
  width: 70%;
  margin: 4em auto;
}
.payment-type-page .payment-logo {
  width: 70%;
  margin: 0 auto;
}
.payment-type-page .payment-button {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  width: 100%;
  color: #fff;
  padding: 0.4rem;
  border-radius: 23px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.payment-type-page .payment-button.cc {
  background-color: #1A1F70;
}
.payment-type-page .payment-button.amazon {
  background-color: #FF9804;
}
.payment-type-page .payment-item {
  margin: -35px 0 55px 0;
}
.payment-type-page .op-item {
  min-width: 140px;
  height: 96px;
  padding: 8px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  border: 1px solid #589BFF;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.billing-page #eProtectiframe {
  height: 225px;
  max-height: 225px;
}
.billing-page #discount-sms-box {
  display: flex;
  border: 2px solid #5F9754;
}
.billing-page #discount-sms-box p {
  margin-bottom: 8px;
}
.billing-page .site-action-button, .billing-page #alert-dialog .alert-btn-close, #alert-dialog .billing-page .alert-btn-close, .billing-page .site-dialog .alert-btn-close, .site-dialog .billing-page .alert-btn-close, .billing-page .site-action-button-offer, .billing-page .dlg-action-button {
  margin-bottom: 70px;
}

.checkout-page .site-action-button, .checkout-page #alert-dialog .alert-btn-close, #alert-dialog .checkout-page .alert-btn-close, .checkout-page .site-dialog .alert-btn-close, .site-dialog .checkout-page .alert-btn-close, .checkout-page .site-action-button-offer, .checkout-page .dlg-action-button {
  margin-bottom: 20px;
}
.checkout-page .error-message {
  text-align: center;
  justify-content: center;
}
.checkout-page .summary > *:not(:is(#billing_summary, .pricing-container, .order-title)) {
  display: none;
}
.checkout-page h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.checkout-page #container-contributions {
  margin-bottom: 40px;
}
.checkout-page .contributions span {
  font-size: 1rem;
  color: #5F9754;
}
.checkout-page .contributions div.rg-image-container {
  position: relative;
  width: 75px;
  height: 0;
  padding-bottom: 75px;
  min-width: 75px;
  display: flex;
}
.checkout-page .contributions div.rg-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.confirmation-page .edit,
.confirmation-page .remove,
.confirmation-page .site-action-button.small,
.confirmation-page #alert-dialog .small.alert-btn-close,
#alert-dialog .confirmation-page .small.alert-btn-close,
.confirmation-page .site-dialog .small.alert-btn-close,
.site-dialog .confirmation-page .small.alert-btn-close,
.confirmation-page .small.site-action-button-offer,
.confirmation-page .small.dlg-action-button {
  display: none !important;
}
.confirmation-page .summary:not(.toggled) .pricing-container,
.confirmation-page .summary:not(.toggled) .products-container,
.confirmation-page .summary:not(.toggled) .information-container:not(#billing_summary) {
  display: none;
}
.confirmation-page p {
  text-align: center;
}
.confirmation-page div#decline_spacer {
  font-size: 0;
  height: 50px;
  line-height: 0;
}

.special-page #offer .false-header {
  display: block;
}
@media screen and (min-width: 900px) {
  .special-page #offer .false-header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 70px;
    font-size: 1.5rem;
  }
  .special-page #offer h2 {
    margin-top: 0;
  }
}

.search-page div.input-container:last-of-type {
  margin-bottom: 20px;
}
.search-page .input-container {
  text-align: center;
}
.search-page .input-container label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.search-page .input-container[data-filled=true] label,
.search-page .input-container input:focus + label {
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 5px;
  font-size: 0.75rem;
  transition: all 0.25s;
}
.search-page select.input-container,
.search-page select.input-container.occasion-set {
  transition: all 0.25s;
}
.search-page select.input-container.occasion-set {
  background-color: #5F9754;
  color: #fff;
}
.search-page .button-square-container li:nth-of-type(n+5) {
  margin-top: 20px;
}
.search-page #search-options, .search-page #search-colors, .search-page #search-categories {
  margin-top: 40px;
}
.search-page i.color-check {
  font-size: 1.5rem;
  color: #5F9754;
  display: none;
}
.search-page input[name=search_color]:checked + label.button-color > i.color-check {
  display: block;
}

.company-info-page p {
  margin-bottom: revert;
}

.customer-service-page p {
  margin-bottom: revert;
}
.customer-service-page div.acc {
  width: 100%;
}
.customer-service-page div.acc h3 {
  text-align: left;
  color: #5F9754;
  border-bottom: #5F9754 1px solid;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.customer-service-page div.acc p {
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.customer-service-page div.acc h4 {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.voucher-selection-page p {
  text-align: center;
  margin: 20px 0;
  padding: 0 60px;
}
.voucher-selection-page .site-action-button, .voucher-selection-page #alert-dialog .alert-btn-close, #alert-dialog .voucher-selection-page .alert-btn-close, .voucher-selection-page .site-dialog .alert-btn-close, .site-dialog .voucher-selection-page .alert-btn-close, .voucher-selection-page .site-action-button-offer, .voucher-selection-page .dlg-action-button {
  margin-bottom: 20px;
}
.voucher-selection-page .image-container {
  max-width: 250px;
  width: 250px;
  margin: 40px auto;
}
.voucher-selection-page .disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.voucher-selection-page .site-action-button.medium span, .voucher-selection-page #alert-dialog .medium.alert-btn-close span, #alert-dialog .voucher-selection-page .medium.alert-btn-close span, .voucher-selection-page .site-dialog .medium.alert-btn-close span, .site-dialog .voucher-selection-page .medium.alert-btn-close span, .voucher-selection-page .medium.site-action-button-offer span, .voucher-selection-page .medium.dlg-action-button span {
  font-size: 10px;
  line-height: 10px;
}

.voucher-selection-page div.header_container, .voucher-required-page div.header_container {
  padding: 0 60px;
}
.voucher-selection-page div.header_container p, .voucher-required-page div.header_container p {
  text-align: center;
}
.voucher-selection-page div.header_container h3, .voucher-required-page div.header_container h3 {
  font-size: 1.625rem;
  text-transform: uppercase;
}

.voucher-required-page div.header_container h2 {
  font-size: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.voucher-required-page p.groupon-voucher-message {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #5F9754;
  margin: 20px 0;
}
.voucher-required-page .site-action-button, .voucher-required-page #alert-dialog .alert-btn-close, #alert-dialog .voucher-required-page .alert-btn-close, .voucher-required-page .site-dialog .alert-btn-close, .site-dialog .voucher-required-page .alert-btn-close, .voucher-required-page .site-action-button-offer, .voucher-required-page .dlg-action-button {
  margin-bottom: 40px;
}

.voucher-invalid-page div.header_container {
  padding: 0 60px;
}
.voucher-invalid-page div.header_container h2 {
  font-size: 1.625rem;
  margin-bottom: 40px;
}
.voucher-invalid-page div.header_container h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.voucher-invalid-page .site-action-button, .voucher-invalid-page #alert-dialog .alert-btn-close, #alert-dialog .voucher-invalid-page .alert-btn-close, .voucher-invalid-page .site-dialog .alert-btn-close, .site-dialog .voucher-invalid-page .alert-btn-close, .voucher-invalid-page .site-action-button-offer, .voucher-invalid-page .dlg-action-button {
  margin-bottom: 40px;
}

.offer-page div.bttn_container {
  width: 100%;
  height: 20px;
  position: relative;
}
.offer-page div.bttn_container div.right {
  position: absolute;
  right: 0;
}
.offer-page div.bttn_container .ui-button {
  border: none !important;
  background: #ffffff !important;
}

.voucher-offer-page div.bttn_container {
  width: 100%;
  height: 20px;
  position: relative;
}
.voucher-offer-page div.bttn_container div.right {
  position: absolute;
  right: 0;
}
.voucher-offer-page div.bttn_container .ui-button {
  border: none !important;
  background: #ffffff !important;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 20px;
  margin-bottom: 25px;
}
.page-header h1, .page-header h2 {
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-header-image-container {
  min-width: 30%;
  width: 30%;
  max-width: 30%;
}
.page-header-image-container img {
  height: auto;
  width: 100%;
  border-radius: 14px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1607843137);
  object-fit: cover;
}
.page-header-description {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  min-width: 70%;
  width: 70%;
  max-width: 70%;
  padding-left: 20px;
  height: 100%;
}
.page-header-description h2 {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 10px;
}
.page-header-description p {
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  max-width: 100%;
}

/* OCCASION VIEW */
.occasion {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 47%;
  height: auto;
  margin-bottom: 20px;
}
.occasion a {
  text-decoration: none;
  color: rgb(14, 17, 17);
}
.occasion h2 {
  font-size: 1rem;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .occasion h2 {
    font-size: 1.25rem;
  }
}
.occasion-image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.occasion-image-container img {
  object-fit: cover;
  border-radius: 39px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1607843137);
}

.occasions-banner-container .banner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.occasions-banner-container .banner a {
  text-decoration: none;
  color: rgb(14, 17, 17);
}
.occasions-banner-container .banner h2 {
  font-size: 1rem;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .occasions-banner-container .banner h2 {
    font-size: 1.25rem;
  }
}
.occasions-banner-container .banner-image-container img {
  height: 214px;
  object-fit: cover;
  border-radius: 39px;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1607843137);
}

/* PRODUCT VIEW */
.product {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 20px;
}
.product-image-container {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
}
.product-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  color: rgb(14, 17, 17);
}
.product-pricing {
  margin-top: 25px;
}
.product-pricing .discounted-text {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  color: rgb(14, 17, 17);
  text-decoration: line-through;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.product-pricing .button, .product-pricing .button-small, .product-pricing .button-contrib, .product-pricing .button-banners, .product-pricing .button-confirmation, .product-pricing .button-square, .product-pricing .button-search-square, .product-pricing .button-color, .product-pricing .discount-button {
  margin: 0 5px;
}
.product-subtitle {
  margin-top: 10px;
  font-weight: 400;
  color: #FF436D;
  text-align: center;
}

/* VASE VIEW */
.vase {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.vase-image-container {
  width: 100%;
  padding: 0 20%;
  margin-bottom: 10px;
}
.vase-image-container img {
  width: 100%;
  height: auto;
}
.vase .pricing-button {
  margin-top: 10px;
}

/* ADDON VIEW */
.addon {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 45px;
  margin-top: 5px;
}
.addon-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.addon-image-container {
  position: relative;
  width: 100px;
  height: 0;
  padding-bottom: 100px;
  min-width: 100px;
  display: flex;
}
@media screen and (min-width: 900px) {
  .addon-image-container {
    position: relative;
    width: 125px;
    height: 0;
    padding-bottom: 125px;
    min-width: 125px;
  }
}
.addon-image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.addon-image-container-banner {
  position: relative;
  width: 100px;
  height: 0;
  padding-bottom: 150px;
  min-width: 100px;
  display: flex;
}
@media screen and (min-width: 900px) {
  .addon-image-container-banner {
    position: relative;
    width: 150px;
    height: 0;
    padding-bottom: 200px;
    min-width: 150px;
  }
}
.addon-image-container-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.addon-subhead {
  text-align: center;
  color: #5F9754;
  padding: 0 5px;
  line-height: 1.3rem;
  font-weight: normal;
  font-size: 0.9rem;
}
@media screen and (min-width: 900px) {
  .addon-subhead {
    padding: 0 35px;
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
}
.addon-subhead h4 {
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 900px) {
  .addon-subhead-banner {
    padding: 0 15px;
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
}
.addon-subtitle {
  margin: 10px 0;
  font-size: 1.5rem;
}
.addon ul.button-container li.price span.subtitle, .addon ul.button-small-container li.price span.subtitle, .addon ul.button-contrib-container li.price span.subtitle, .addon ul.button-square-container li.price span.subtitle, .addon ul.button-search-container li.price span.subtitle, .addon ul.button-color-container li.price span.subtitle, .addon .addons-page ul.banner-button-container li.price span.subtitle, .addons-page .addon ul.banner-button-container li.price span.subtitle {
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* SUMMARY VIEW */
.summary {
  background-color: #fff;
}
.summary div[class$=summary] {
  position: relative;
}
.summary .remove, .summary .edit {
  position: absolute;
  color: #5F9754;
  text-transform: uppercase;
  font-size: 0.625rem;
  border: none;
  background-color: unset;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .summary .remove, .summary .edit {
    font-size: 0.75rem;
  }
}
.summary .edit {
  right: 0;
}
.summary .remove {
  left: 0;
  color: #5F9754;
}
.summary .remove-fee {
  color: #5F9754;
  text-transform: uppercase;
  font-size: 0.625rem;
  border: none;
  background-color: unset;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .summary .remove-fee {
    font-size: 0.75rem;
  }
}
.summary .site-action-button.small, .summary #alert-dialog .small.alert-btn-close, #alert-dialog .summary .small.alert-btn-close, .summary .site-dialog .small.alert-btn-close, .site-dialog .summary .small.alert-btn-close, .summary .small.site-action-button-offer, .summary .small.dlg-action-button {
  margin-bottom: 40px;
}
.summary .order-title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.summary .order-title a,
.summary .order-title button {
  margin-bottom: 10px;
}
.summary .order-title span.order-info {
  color: #5F9754;
  text-align: center;
  margin-bottom: 20px;
}
.summary .order-title span.order-info-declined {
  color: #C1B9B9;
  text-align: center;
  margin-bottom: 20px;
}
.summary .order-title span.status-declined {
  color: #F60808;
  font-size: 26px;
  text-transform: uppercase;
}
.summary .order-title span.status-approved {
  color: #5F9754;
  font-size: 26px;
  text-transform: uppercase;
}
.summary .pricing-container {
  margin-bottom: 40px;
}
.summary .pricing-container > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.summary .pricing-container > div:last-of-type {
  margin-bottom: 0;
}
.summary .pricing-container.grand-total {
  border-top: 2px solid #5F9754;
  padding-top: 40px;
}
.summary .pricing-container .total-price {
  font-weight: bold;
}
.summary .pricing-container .total-rewards {
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
}
.summary .pricing-container .total-rewards img {
  height: 50px;
  width: auto;
}
.summary .pricing-container .total-rewards-subtitle {
  font-size: 0.75rem;
}
.summary .pricing-container .total-voucher {
  margin-top: 20px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
}
.summary .pricing-container .total-voucher span.vouchers-title {
  color: #5F9754;
  font-size: 20px;
}
.summary .pricing-container .total-voucher img {
  height: 50px;
  width: auto;
}
.summary .pricing-container .total-voucher-subtitle {
  font-size: 0.75rem;
}
.summary .pricing-container .remove {
  position: relative;
}
.summary .products-container > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 40px;
}
.summary .products-container .product-image-container {
  position: relative;
  width: 100px;
  height: 0;
  padding-bottom: 100px;
}
.summary .products-container .product-name {
  max-width: 70%;
  text-align: center;
}
.summary .products-container .product-price-original {
  text-decoration: line-through;
}
.summary .products-container .product-subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .summary .products-container .product-subtitle {
    width: 200px;
  }
}
.summary .products-container .product-description {
  font-size: 0.9rem;
}
.summary .information-container {
  margin-bottom: 60px;
}
.summary .information-container > div {
  margin-bottom: 20px;
}
.summary div#rewards-offer {
  text-align: center;
  margin-bottom: 40px;
}
.summary div#rewards-offer .fine-print {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.summary div.voucher-info {
  text-align: center;
}
.summary div.voucher-info .image-container {
  max-width: 350px;
  width: 350px;
  margin: 20px auto;
}
.summary div.voucher-info h4 {
  color: #5F9754;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.summary div.voucher-info p {
  font-size: 1rem;
  max-width: 350px;
  width: 350px;
  margin: 20px auto;
}

#offer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
#offer .false-header {
  display: none;
  position: relative;
  background-color: #5F9754;
  padding: 5px 0;
  color: #fff;
  width: calc(100% + 32px);
  margin: 0 -16px;
  font-weight: 400;
}
#offer .false-header .close {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#offer div#example {
  margin-top: 20px;
  border: 1px solid #000000;
  padding: 20px;
  border-radius: 25px;
  width: 90%;
  min-height: 100px;
  text-align: center;
}
#offer div#example span.hiw-header {
  color: #FF436D;
  font-size: 1.5rem;
  line-height: 0.9rem;
}
#offer div#example span.hiw-subheader {
  font-size: 0.9rem;
  color: #FF436D;
}
#offer div#example .example-container {
  margin-bottom: 20px;
}
#offer div#example .example-container > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#offer div#example .example-container > div:last-of-type {
  margin-bottom: 0;
}
#offer div#example .example-container .line-item {
  font-size: 20px;
  font-weight: normal;
}
#offer div#example .example-container .total-line {
  font-size: 20px;
  font-weight: bold;
}
#offer div#example .example-container .line-text {
  text-align: left;
}
#offer #rewards_logo {
  width: 70%;
  max-width: 375px;
  height: auto;
}
#offer h1 {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}
#offer h2 {
  font-size: 1.375rem;
  color: #5F9754;
}
#offer h3 {
  font-size: 1.1rem;
  color: #5F9754;
}
@media screen and (min-width: 900px) {
  #offer h3 {
    font-size: 1.375rem;
  }
}
#offer .rewards-plus {
  color: #5F9754;
  margin-top: 10px;
  margin-bottom: 10px;
}
#offer h2 {
  margin-top: 20px;
  font-weight: 600;
}
#offer h2 span.subhead {
  font-weight: 400;
  font-size: 1.375rem;
}
#offer .offer.image-container {
  margin: 10px auto;
}
#offer span {
  text-align: center;
}
#offer .offer-pitch {
  margin-top: 40px;
  font-size: 1rem;
}
#offer .offer-pitch strong {
  font-size: 1.375rem;
}
@media screen and (min-width: 900px) {
  #offer .offer-pitch {
    font-size: 1.125rem;
  }
}
#offer .offer-pitch-top {
  margin-top: 20px;
  font-size: 1rem;
}
#offer .offer-pitch-top strong {
  font-size: 1.375rem;
}
#offer .offer-pitch-top span.extra {
  font-weight: bold;
  font-size: 1.5rem;
  color: #5F9754;
  text-transform: uppercase;
  line-height: 1.7rem;
}
@media screen and (min-width: 900px) {
  #offer .offer-pitch-top {
    font-size: 1.125rem;
  }
}
#offer .offer-fine-print {
  margin-top: 10px;
  font-size: 0.75rem;
}
#offer .site-action-button-offer.small {
  margin-bottom: 10px;
}
#offer hr {
  color: #5F9754;
  background-color: #5F9754;
  border: 1px solid #5F9754;
  width: 100%;
}
#offer .false-footer {
  font-size: 1rem;
}
#offer div.false-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#offer div.false-footer h5 {
  font-weight: 600;
  margin: 5px 0 10px;
}
#offer div.false-footer h6 {
  color: #5F9754;
}
#offer div.false-footer p {
  width: 70%;
  font-size: 0.875em;
  text-align: center;
  margin-bottom: 10px;
}
#offer div.false-footer .offer-fine-print {
  font-size: 0.625rem;
}

#voucher-offer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
#voucher-offer .false-header {
  display: none;
  position: relative;
  background-color: #5F9754;
  padding: 5px 0;
  color: #fff;
  width: calc(100% + 32px);
  margin: 0 -16px;
  font-weight: 400;
}
#voucher-offer .false-header .close {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#voucher-offer #rewards_logo {
  width: 70%;
  max-width: 375px;
  height: auto;
}
#voucher-offer h2, #voucher-offer h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FF436D;
}
#voucher-offer h2 {
  margin-top: 20px;
}
#voucher-offer .offer.image-container {
  margin: 10px auto;
}
#voucher-offer span {
  text-align: center;
}
#voucher-offer .offer-pitch {
  margin-top: 40px;
  color: #5F9754;
}
#voucher-offer .offer-pitch strong {
  font-size: 1.375rem;
}
#voucher-offer .offer-pitch-small {
  font-size: 1.2rem;
  color: #5F9754;
  margin-top: 20px;
}
#voucher-offer .offer-fine-print {
  font-size: 0.75rem;
}
#voucher-offer .site-action-button-offer.small {
  margin-bottom: 10px;
}
#voucher-offer .site-action-button-offer.small-margin {
  margin-top: 10px;
}
#voucher-offer hr {
  color: #5F9754;
  background-color: #5F9754;
  border: 1px solid #5F9754;
  width: 100%;
}
#voucher-offer .false-footer {
  font-size: 1rem;
}
#voucher-offer div.false-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-bottom: 20px;
}
#voucher-offer div.false-footer h5 {
  font-weight: 600;
  margin: 5px 0 10px;
}
#voucher-offer div.false-footer h6 {
  color: #5F9754;
}
#voucher-offer div.false-footer p {
  width: 70%;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
#voucher-offer div.false-footer .offer-fine-print {
  font-size: 0.9rem;
}

.flex-container .row {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: center;
}
.flex-container .row.active label.button-square {
  background-color: #5F9754;
  color: #fff;
  text-decoration: none;
}
.flex-container .plus {
  font-weight: 550;
  font-size: 25px;
  color: #5F9754;
}
.flex-container span.fee {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

#remove-voucher-dlg p.small, #remove-rewards-dlg p.small {
  max-width: 300px;
  width: 300px;
  font-size: 1rem;
}
#remove-voucher-dlg .image-container, #remove-rewards-dlg .image-container {
  text-align: center;
  max-width: 130px;
  width: 130px;
  margin: 10px auto;
}
#remove-voucher-dlg .image-container span, #remove-rewards-dlg .image-container span {
  text-transform: uppercase;
  color: #5F9754;
}

body[data-nav-view=true].agent-portal {
  padding-top: calc(120px + 70px);
}

.agent-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 120px;
  height: 120px;
  max-height: 120px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
}
.agent-greeting {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.agent-icon {
  color: #5F9754;
  height: 100%;
  width: auto;
  margin: 0 20px;
}
.agent-icon i {
  font-size: calc(120px * 0.6);
  line-height: 120px;
}
.agent-information {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.agent-information h3 {
  margin-bottom: 10px;
}
.agent-information h3 > span {
  color: #5F9754;
  text-transform: uppercase;
  font-weight: 600;
}
.agent-information > span {
  font-size: 0.875rem;
}
.agent-prompt-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 45px;
}
.agent-prompt {
  height: 90%;
  width: 400px;
  border: 5px solid #5F9754;
  border-radius: 15px;
  font-size: 1rem;
}
.agent-buttons {
  position: absolute;
  bottom: 5%;
  left: 20px;
  transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.agent-buttons button {
  min-width: 100px;
}
.agent-summary {
  display: flex;
  justify-content: center;
  align-items: center;
}
.agent-summary-quick {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px solid rgb(14, 17, 17);
  height: 80%;
  font-size: 0.875rem;
}
.agent-summary-quick h3 {
  position: relative;
  background-color: rgb(14, 17, 17);
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: left;
}
.agent-summary-quick h3::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.agent-summary-quick[data-summary-view=false] .agent-summary-view {
  display: none;
}
.agent-summary-quick[data-summary-view=false] h3::after {
  content: "\f077";
}
.agent-summary-quick > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 60px;
  padding-right: 20px;
}
.agent-summary-quick > div span:nth-of-type(2) {
  margin-left: 20px;
  text-align: left;
}
.agent-summary-quick i {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 30px;
}
.agent-summary-view {
  position: absolute;
  top: 100%;
  max-height: 600px;
  overflow-y: auto;
  padding: 0 15px !important;
  background-color: #fff;
  border: 2px solid rgb(14, 17, 17);
  flex-flow: column nowrap !important;
}
.agent-summary-view .summary {
  width: 100%;
  display: block !important;
  padding: 20px 0;
}
.agent-summary-view .summary .information-container {
  margin-bottom: 30px;
}
.agent-sidebar {
  position: fixed;
  left: 0;
  top: 120px;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: 225px;
  width: 225px;
  max-width: 225px;
  height: calc(100vh - 120px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  font-size: 0.875rem;
}
.agent-sidebar h4 {
  background-color: #5F9754;
  color: #fff;
  text-align: left;
  font-size: 1.25rem;
  width: 100%;
  padding: 5px 10px;
}
.agent-sidebar > div {
  width: 100%;
}
.agent-sidebar p {
  padding: 0 20px 20px;
}
.agent-sidebar ul {
  width: 100%;
  padding: 20px;
}
.agent-sidebar li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: #5F9754;
  padding: 5px 0;
}
.agent-sidebar li span:first-of-type {
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .agent-portal #page_content {
    position: relative;
    left: calc(225px + 50%);
    transform: translateX(calc(-225px/2 + -50%));
    margin: 30px 0 40px;
  }
  .agent-portal #page_content.front-page {
    top: calc(120px + 30px);
    margin: 0;
  }
  .agent-portal #page_content.special-page {
    top: calc(120px + 70px + 30px);
    margin: 0;
  }
}
.agent-portal header {
  margin-top: 120px;
  padding-left: 225px;
}
.agent-portal .true-nav {
  padding-top: calc(120px + 70px);
}

#railbar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 8px 0 8px 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  #railbar {
    bottom: 0;
    max-width: 530px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
#railbar a {
  color: #5F9754;
  text-decoration: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.625rem;
  height: 50px;
  text-transform: uppercase;
  padding: 5px 0;
}
@media screen and (min-width: 900px) {
  #railbar a {
    font-size: 1rem;
    height: 60px;
  }
}
#railbar .icon-container {
  position: relative;
}
#railbar .true-nav-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 24px;
  top: -5px;
  font-size: 0.6rem;
}
@media screen and (max-width: 900px) {
  #railbar .true-nav-icon {
    left: 18px;
  }
}
#railbar i {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  #railbar i {
    font-size: 1.5rem;
  }
}
#railbar img {
  height: 35px;
  padding-bottom: 2px;
  width: auto;
}

/* CALENDAR VIEW*/
.calendar-page .calendar {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 20px;
}

.calendar-page .calendar .date-nav label {
  /*display: inline-block;*/
  margin-left: 25px;
  margin-right: 25px;
}

.calendar-page .calendar .date-val a {
  /*display: inline-block;*/
  text-decoration: none;
  margin-top: 10px;
}

.calendar-page .delivery-date {
  position: relative;
}

.calendar-page .delivery-date span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 0.75rem;
  white-space: nowrap;
}

#alert-dialog, .site-dialog {
  display: none;
}
#alert-dialog .alert-dialog-title,
#alert-dialog .alert-dialog-message, .site-dialog .alert-dialog-title,
.site-dialog .alert-dialog-message {
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: center;
}
#alert-dialog .alert-dialog-title span.lower,
#alert-dialog .alert-dialog-message span.lower, .site-dialog .alert-dialog-title span.lower,
.site-dialog .alert-dialog-message span.lower {
  text-transform: lowercase;
}
#alert-dialog .alert-dialog-title span.none,
#alert-dialog .alert-dialog-message span.none, .site-dialog .alert-dialog-title span.none,
.site-dialog .alert-dialog-message span.none {
  text-transform: none;
}
#alert-dialog .alert-dialog-message, .site-dialog .alert-dialog-message {
  margin-top: 30px;
}
.ui-widget-overlay {
  opacity: 0.5 !important;
  filter: Alpha(Opacity=50) !important;
  background: rgb(50, 50, 50) !important;
}

.ui-dialog-titlebar {
  background-color: #fff !important;
  border: none !important;
}

.msg-button-square {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #5F9754;
  cursor: pointer;
  border: 1px solid #5F9754;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.msg-button-square.text-left-align {
  text-align: left;
}

.msg-button-square:hover {
  background-color: #5F9754;
  color: #fff;
}

#dialog {
  box-sizing: border-box;
  width: 100%;
}

#address-dialog {
  display: none;
}

#address-dialog p {
  line-height: 22px;
}

#address-dialog p.title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}

#address-dialog p.subtitle {
  font-weight: bold;
  margin: 10px 0 10px 0;
}

/*# sourceMappingURL=main.css.map */
