* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  font-family: Helvetica, sans-serif, Arial;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
}
ol,
dl,
ul {
  padding: 0;
  margin: 0;
}©
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  line-height:1;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
dfn {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  display: block;
  font-size: 1em;
  font-weight: normal;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.alignment-span {
  height: 100%;
  width: 0;
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}
.quoted {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.quoted::before {
    content: open-quote;
}
.quoted::after {
    content: close-quote;
}
h1.standard {
	font-family: 'AmericanTypewriterStd-Med';
	font-size: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
  text-align: center;
}
.styleguide-color-figure div {
  height: 5px;
  margin-bottom: 10px;
}
.styleguide-color-figure h4 {
  color: #595959;
}
.styleguide-color-figure .white {
  background-color: #fff;
}
.styleguide-color-figure .wisp {
  background-color: #f4f4f4;
}
.styleguide-color-figure .steel {
  background-color: #ccc;
}
.styleguide-color-figure .cloud {
  background-color: #595959;
}
.styleguide-color-figure .black {
  background-color: #000;
}
.styleguide-color-figure .clover {
  background-color: #1aaf69;
}
.styleguide-color-figure .error {
  background-color: #c01111;
}
.styleguide-color-figure .gold {
  background-color: #96701b;
}
.styleguide-color-figure .sale {
  background-color: #c01111;
}
.styleguide-pallet-tile.copy {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-pallet-tile.button {
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.styleguide-pallet-tile.faded-link {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-pallet-tile.promotion {
  color: #fff;
  background-color: #1aaf69;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.styleguide-pallet-tile.error-text {
  color: #c01111;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-pallet-tile.gold-text {
  color: #96701b;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-pallet-tile.faded-bg {
  color: #000;
  background-color: #f4f4f4;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-font-figure.din {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-style: normal;
}
.styleguide-font-figure.typewriter-light {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-style: normal;
}
.styleguide-font-figure.typewriter-medium {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-style: normal;
}
.styleguide-font-figure.typewriter-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-style: normal;
}
.styleguide-font-figure.amasis {
  font-family: 'AmasisMT-Italic';
  font-weight: normal;
  font-style: normal;
}
.styleguide-font-figure.prata-regular {
  font-family: 'PrataRegular';
  font-weight: normal;
  font-style: normal;
}
.styleguide-font-figure.icon-font {
  font-family: 'sees-icon-font';
  font-weight: normal;
  font-style: normal;
}
.styleguide-font-figure {
  font-size: 27px;
}
.styleguide-font-figure {
  margin-bottom: 30px;
}
.fonts-nav1 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase;
}
.fonts-nav2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.fonts-nav3 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.fonts-nav4 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
}
.fonts-nav-fancy {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}
.fonts-nav1-tablet {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.content-header {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-style: normal;
}
.fonts-heading1 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.fonts-heading2 {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.fonts-heading3 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
}
.fonts-heading4 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.fonts-heading5 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.cart-coupon-code .fonts-heading5 {
  font-size: 15px;
  padding-bottom: 2px;
}
.fonts-heading6 {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.fonts-decoLarge {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
}
.fonts-decoSmall {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
}
.fonts-typewriterLarge {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 24px;
}
.fonts-typewriterSmall {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
}
.fonts-pdp-product-title {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
.fonts-cta,
.font-cta {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: none;
}
.fonts-form-label,
.font-form-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.fonts-refinement-label,
.font-refinement-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.fonts-small-label,
.font-small-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.fonts-copy,
.font-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.fonts-copy-caps,
.font-copy-caps {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.fonts-copy-bold,
.font-copy-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
}
.fonts-copy-bold-caps,
.font-copy-bold-caps {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.fonts-small-copy,
.font-small-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}
.fonts-small-copy-caps,
.font-small-copy-caps {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.fonts-large-copy,
.font-large-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}
.fonts-large-copy-bold,
.font-large-copy-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}
.fonts-large-copy-caps,
.font-large-copy-caps {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.fonts-large-copy-caps-auth,
.font-large-copy-caps-auth {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}
.fonts-x-large-copy,
.font-x-large-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
.fonts-x-large-copy-caps,
.font-x-large-copy-caps {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase;
}
.fonts-pdp-description-copy,
.font-pdp-description-copy {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 24px;
}
.fonts-pdp-small-description-copy,
.font-pdp-small-description-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
.fonts-refinements-fancy,
.font-refinements-fancy {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.fonts-fancy-cta,
.font-fancy-cta {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.fonts-refinements-plus-minus,
.font-refinements-plus-minus {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 20px;
  line-height: 16px;
}
.act-like-desktop {
  width: auto;
  max-width: 1366px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.act-like-desktop:before,
.act-like-desktop:after {
  content: '';
  display: table;
}
.act-like-desktop:after {
  clear: both;
}
.act-like-tablet {
  width: auto;
  max-width: 1024px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.act-like-tablet:before,
.act-like-tablet:after {
  content: '';
  display: table;
}
.act-like-tablet:after {
  clear: both;
}
.act-like-phone {
  width: auto;
  max-width: 767px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.act-like-phone:before,
.act-like-phone:after {
  content: '';
  display: table;
}
.act-like-phone:after {
  clear: both;
}
.v-pad-module {
  padding-top: 100px;
  padding-bottom: 100px;
}
.v-pad-top-module {
  padding-top: 100px;
}
.v-pad-bot-module {
  padding-bottom: 100px;
}
.v-mar-module {
  margin-top: 100px;
  margin-bottom: 100px;
}
.v-mar-top-module {
  margin-top: 100px;
}
.v-mar-bot-module {
  margin-bottom: 100px;
}
.v-pad-small-module {
  padding-top: 80px;
  padding-bottom: 80px;
}
.v-pad-top-small-module {
  padding-top: 80px;
}
.v-pad-bot-small-module {
  padding-bottom: 80px;
}
.v-mar-small-module {
  margin-top: 80px;
  margin-bottom: 80px;
}
.v-mar-top-small-module {
  margin-top: 80px;
}
.v-mar-bot-small-module {
  margin-bottom: 80px;
}
.v-pad-large-component {
  padding-top: 60px;
  padding-bottom: 60px;
}
.v-pad-top-large-component {
  padding-top: 60px;
}
.custom-mix .v-pad-top-large-component {
  padding-top: 0;
}
.v-pad-bot-large-component {
  padding-bottom: 60px;
}
.v-mar-large-component {
  margin-top: 60px;
  margin-bottom: 60px;
}
.v-mar-top-large-component {
  margin-top: 60px;
}
.v-mar-bot-large-component {
  margin-bottom: 60px;
}
.v-pad-component {
  padding-top: 30px;
  padding-bottom: 30px;
}
.v-pad-top-component {
  padding-top: 1.8rem;
}
.v-pad-bot-component {
  padding-bottom: 1.8rem;
}
.v-pad-top-component-small {
  padding-top: 1rem;
}
.v-pad-bot-component-small {
  padding-bottom: 1rem;
}
.v-pad-component a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline;
}
.v-pad-bot-component a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
}
.v-mar-component {
  margin-top: 40px;
  margin-bottom: 40px;
}
.v-mar-top-component {
  margin-top: 40px;
}
.v-mar-bot-component {
  margin-bottom: 40px;
}
.v-pad-small-component {
  padding-top: 30px;
  padding-bottom: 30px;
}
.v-pad-top-small-component {
  padding-top: 30px;
}
.v-pad-bot-small-component {
  padding-bottom: 30px;
}
.fonts-copy.v-pad-bot-small-component {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 15px;
	font-weight: 500;
	margin-top:-10px;
	clear: left;
	padding-top:10px;
}
.v-mar-small-component {
  margin-top: 30px;
  margin-bottom: 30px;
}
.v-mar-top-small-component {
  margin-top: 30px;
}
.v-mar-bot-small-component {
  margin-bottom: 30px;
}
.v-pad-large-element {
  padding-top: 25px;
  padding-bottom: 25px;
}
.v-pad-top-large-element {
  padding-top: 25px;
}
.v-pad-bot-large-element {
  padding-bottom: 25px;
}
.v-mar-large-element {
  margin-top: 25px;
  margin-bottom: 25px;
}
.v-mar-top-large-element {
  margin-top: 25px;
}
.v-mar-bot-large-element {
  margin-bottom: 25px;
}
.v-pad-element {
  padding-top: 20px;
  padding-bottom: 20px;
}
.v-pad-top-element {
  padding-top: 20px;
}
.v-pad-bot-element {
  padding-bottom: 20px;
}
.v-mar-element {
  margin-top: 20px;
  margin-bottom: 20px;
}
.v-mar-top-element {
  margin-top: 20px;
}
.v-mar-bot-element {
  margin-bottom: 20px;
}
.v-pad-small-element {
  padding-top: 15px;
  padding-bottom: 15px;
}
.v-pad-top-small-element {
  padding-top: 15px;
}
.v-pad-bot-small-element {
  padding-bottom: 15px;
}
.v-mar-small-element {
  margin-top: 15px;
  margin-bottom: 15px;
}
.v-mar-top-small-element {
  margin-top: 15px;
}
.v-mar-bot-small-element {
  margin-bottom: 15px;
}
.v-pad-x-small-element {
  padding-top: 10px;
  padding-bottom: 10px;
}
.v-pad-top-x-small-element {
  padding-top: 10px;
}
.v-pad-bot-x-small-element {
  padding-bottom: 10px;
}
.v-mar-x-small-element {
  margin-top: 10px;
  margin-bottom: 10px;
}
.v-mar-top-x-small-element {
  margin-top: 10px;
}
.v-mar-bot-x-small-element {
  margin-bottom: 10px;
}
.v-pad-zero {
  padding-top: 0;
  padding-bottom: 0;
}
.v-pad-top-zero {
  padding-top: 0;
}
.v-pad-bot-zero {
  padding-bottom: 0;
}
.v-mar-zero {
  margin-top: 0;
  margin-bottom: 0;
}
.v-mar-top-zero {
  margin-top: 0;
}
.v-mar-bot-zero {
  margin-bottom: 0;
}
.spacing-units {
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.spacing-units:before,
.spacing-units:after {
  content: '';
  display: table;
}
.spacing-units:after {
  clear: both;
}
.spacing-units li {
  overflow: hidden;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #f4f4f4;
}
.spacing-units li div {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.spacing-units li div:before,
.spacing-units li div:after {
  content: '';
  display: table;
}
.spacing-units li div:after {
  clear: both;
}
.spacing-units li div:last-child {
  margin-right: 0;
}
.spacing-units li.header {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.spacing-example-wrapper {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.spacing-example {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.spacing-example:before,
.spacing-example:after {
  content: '';
  display: table;
}
.spacing-example:after {
  clear: both;
}
.spacing-example:last-child {
  margin-right: 0;
}
.styleguide-icon-example {
  font-family: 'sees-icon-font';
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.styleguide-icon-example:before,
.styleguide-icon-example:after {
  content: '';
  display: table;
}
.styleguide-icon-example:after {
  clear: both;
}
.styleguide-icon-example:last-child {
  margin-right: 0;
}
.styleguide-icon-example::before {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  line-height: 100px;
}
@media only screen and (max-width: 1024px) {
  .styleguide-icon-example {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .styleguide-icon-example:before,
  .styleguide-icon-example:after {
    content: '';
    display: table;
  }
  .styleguide-icon-example:after {
    clear: both;
  }
  .styleguide-icon-example:last-child {
    margin-right: 0;
  }
}
.show-usage .styleguide-icon-example {
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.show-usage .styleguide-icon-example:before,
.show-usage .styleguide-icon-example:after {
  content: '';
  display: table;
}
.show-usage .styleguide-icon-example:after {
  clear: both;
}
.show-usage .styleguide-icon-example:last-child {
  margin-right: 0;
}
.icon-arrow_dn.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
}
.icon-arrow_dn.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
}
.styleguide-icon-example .icon-arrow_dn::after,
.styleguide-icon-example .icon-arrow_dn::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_dn::before {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_dn::after,
.show-usage .icon-arrow_dn::before {
  display: block;
}
.icon-arrow_l.icon-before::before {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 14px;
}
.icon-arrow_l.icon-after::after {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 14px;
}
.styleguide-icon-example .icon-arrow_l::after,
.styleguide-icon-example .icon-arrow_l::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_l::before {
  font-family: 'sees-icon-font';
  content: "\e601";
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_l::after,
.show-usage .icon-arrow_l::before {
  display: block;
}
.icon-arrow_lt.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e602";
  font-size: 70px;
  display: block;
}
.icon-arrow_lt.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e602";
  font-size: 70px;
  display: block;
}
.styleguide-icon-example .icon-arrow_lt::after,
.styleguide-icon-example .icon-arrow_lt::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_lt::before {
  font-family: 'sees-icon-font';
  content: "\e602";
  font-size: 70px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_lt::after,
.show-usage .icon-arrow_lt::before {
  display: block;
}
.icon-arrow_next.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e603";
  font-size: 18px;
}
.icon-arrow_next.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e603";
  font-size: 18px;
}
.styleguide-icon-example .icon-arrow_next::after,
.styleguide-icon-example .icon-arrow_next::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_next::before {
  font-family: 'sees-icon-font';
  content: "\e603";
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.icon-arrow_r.icon-before::before {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 14px;
}
.icon-arrow_r.icon-after::after {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 14px;
}
.show-usage .icon-arrow_next::after,
.show-usage .icon-arrow_next::before {
  display: block;
}
.styleguide-icon-example .icon-arrow_r::after,
.styleguide-icon-example .icon-arrow_r::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_r::before {
  font-family: 'sees-icon-font';
  content: "\e604";
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_r::after,
.show-usage .icon-arrow_r::before {
  display: block;
}
.icon-arrow_rt.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e605";
  font-size: 70px;
  display: block;
}
.icon-arrow_r.icon-after {
    background-image: url('../images/interface/icon_ArrowRight.png');
	background-size:100%;
	background-repeat: no-repeat;
	background-position-y: center;
	height:13px;
	margin-right:5px;
}
.icon-arrow_rt.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e605";
  font-size: 70px;
  display: block;
}
.styleguide-icon-example .icon-arrow_rt::after,
.styleguide-icon-example .icon-arrow_rt::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_rt::before {
  font-family: 'sees-icon-font';
  content: "\e605";
  font-size: 70px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_rt::after,
.show-usage .icon-arrow_rt::before {
  display: block;
}
.icon-arrow_top.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e606";
  font-size: 22px;
}
.icon-arrow_top.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e606";
  font-size: 22px;
}
.styleguide-icon-example .icon-arrow_top::after,
.styleguide-icon-example .icon-arrow_top::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_top::before {
  font-family: 'sees-icon-font';
  content: "\e606";
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_top::after,
.show-usage .icon-arrow_top::before {
  display: block;
}
.icon-arrow_up.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e607";
  font-size: 10px;
}
.icon-arrow_up.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e607";
  font-size: 10px;
}
.styleguide-icon-example .icon-arrow_up::after,
.styleguide-icon-example .icon-arrow_up::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_up::before {
  font-family: 'sees-icon-font';
  content: "\e607";
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-arrow_up::after,
.show-usage .icon-arrow_up::before {
  display: block;
}
.icon-bag_flourish_bottom.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e608";
  font-size: 10px;
}
.icon-bag_flourish_bottom.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e608";
  font-size: 10px;
}
.styleguide-icon-example .icon-bag_flourish_bottom::after,
.styleguide-icon-example .icon-bag_flourish_bottom::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-bag_flourish_bottom::before {
  font-family: 'sees-icon-font';
  content: "\e608";
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-bag_flourish_bottom::after,
.show-usage .icon-bag_flourish_bottom::before {
  display: block;
}
.icon-bag_flourish_top.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e609";
  font-size: 10px;
}
.icon-bag_flourish_top.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e609";
  font-size: 10px;
}
.styleguide-icon-example .icon-bag_flourish_top::after,
.styleguide-icon-example .icon-bag_flourish_top::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-bag_flourish_top::before {
  font-family: 'sees-icon-font';
  content: "\e609";
  font-size: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-bag_flourish_top::after,
.show-usage .icon-bag_flourish_top::before {
  display: block;
}
.icon-close.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60a";
  font-size: 20px;
}
.icon-close.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60a";
  font-size: 20px;
}
.styleguide-icon-example .icon-close::after,
.styleguide-icon-example .icon-close::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-close::before {
  font-family: 'sees-icon-font';
  content: "\e60a";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-close::after,
.show-usage .icon-close::before {
  display: block;
}
.icon-corner_badge.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60b";
  font-size: 78px;
}
.icon-corner_badge.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60b";
  font-size: 78px;
}
.styleguide-icon-example .icon-corner_badge::after,
.styleguide-icon-example .icon-corner_badge::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-corner_badge::before {
  font-family: 'sees-icon-font';
  content: "\e60b";
  font-size: 78px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-corner_badge::after,
.show-usage .icon-corner_badge::before {
  display: block;
}
.icon-div_flourish.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.icon-div_flourish.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.styleguide-icon-example .icon-div_flourish::after,
.styleguide-icon-example .icon-div_flourish::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-div_flourish::before {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-div_flourish::after,
.show-usage .icon-div_flourish::before {
  display: block;
}
.icon-end_flourish.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
}
.icon-end_flourish.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
}
.styleguide-icon-example .icon-end_flourish::after,
.styleguide-icon-example .icon-end_flourish::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-end_flourish::before {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-end_flourish::after,
.show-usage .icon-end_flourish::before {
  display: block;
}
.icon-envelope.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60e";
  font-size: 20px;
}
.icon-envelope.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60e";
  font-size: 20px;
}
.styleguide-icon-example .icon-envelope::after,
.styleguide-icon-example .icon-envelope::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-envelope::before {
  font-family: 'sees-icon-font';
  content: "\e60e";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-envelope::after,
.show-usage .icon-envelope::before {
  display: block;
}
.icon-facebook.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e60f";
  font-size: 50px;
}
.icon-facebook.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e60f";
  font-size: 50px;
}
.styleguide-icon-example .icon-facebook::after,
.styleguide-icon-example .icon-facebook::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-facebook::before {
  font-family: 'sees-icon-font';
  content: "\e60f";
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-facebook::after,
.show-usage .icon-facebook::before {
  display: block;
}
.icon-hamburger.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e610";
  font-size: 22px;
}
.icon-hamburger.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e610";
  font-size: 22px;
}
.styleguide-icon-example .icon-hamburger::after,
.styleguide-icon-example .icon-hamburger::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-hamburger::before {
  font-family: 'sees-icon-font';
  content: "\e610";
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-hamburger::after,
.show-usage .icon-hamburger::before {
  display: block;
}
.icon-minus.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e611";
  font-size: 3px;
}
.icon-minus.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e611";
  font-size: 3px;
}
.styleguide-icon-example .icon-minus::after,
.styleguide-icon-example .icon-minus::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-minus::before {
  font-family: 'sees-icon-font';
  content: "\e611";
  font-size: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-minus::after,
.show-usage .icon-minus::before {
  display: block;
}
.icon-moredot_filled.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e612";
  font-size: 12px;
}
.icon-moredot_filled.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e612";
  font-size: 12px;
}
.styleguide-icon-example .icon-moredot_filled::after,
.styleguide-icon-example .icon-moredot_filled::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-moredot_filled::before {
  font-family: 'sees-icon-font';
  content: "\e612";
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-moredot_filled::after,
.show-usage .icon-moredot_filled::before {
  display: block;
}
.icon-moredot_open.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e613";
  font-size: 12px;
}
.icon-moredot_open.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e613";
  font-size: 12px;
}
.styleguide-icon-example .icon-moredot_open::after,
.styleguide-icon-example .icon-moredot_open::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-moredot_open::before {
  font-family: 'sees-icon-font';
  content: "\e613";
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-moredot_open::after,
.show-usage .icon-moredot_open::before {
  display: block;
}
.icon-pinterest.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e614";
  font-size: 50px;
}
.icon-pinterest.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e614";
  font-size: 50px;
}
.styleguide-icon-example .icon-pinterest::after,
.styleguide-icon-example .icon-pinterest::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pinterest::before {
  font-family: 'sees-icon-font';
  content: "\e614";
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pinterest::after,
.show-usage .icon-pinterest::before {
  display: block;
}
.icon-plus.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e615";
  font-size: 14px;
}
.icon-plus.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e615";
  font-size: 14px;
}
.styleguide-icon-example .icon-plus::after,
.styleguide-icon-example .icon-plus::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-plus::before {
  font-family: 'sees-icon-font';
  content: "\e615";
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-plus::after,
.show-usage .icon-plus::before {
  display: block;
}
.icon-pointerdn.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e616";
  font-size: 4px;
}
.icon-pointerdn.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e616";
  font-size: 4px;
}
.styleguide-icon-example .icon-pointerdn::after,
.styleguide-icon-example .icon-pointerdn::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pointerdn::before {
  font-family: 'sees-icon-font';
  content: "\e616";
  font-size: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pointerdn::after,
.show-usage .icon-pointerdn::before {
  display: block;
}
.icon-pointerup.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e617";
  font-size: 8px;
}
.icon-pointerup.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e617";
  font-size: 8px;
}
.styleguide-icon-example .icon-pointerup::after,
.styleguide-icon-example .icon-pointerup::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pointerup::before {
  font-family: 'sees-icon-font';
  content: "\e617";
  font-size: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-pointerup::after,
.show-usage .icon-pointerup::before {
  display: block;
}
.icon-quantity.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e618";
  font-size: 56.5px;
}
.icon-quantity.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e618";
  font-size: 56.5px;
}
.styleguide-icon-example .icon-quantity::after,
.styleguide-icon-example .icon-quantity::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-quantity::before {
  font-family: 'sees-icon-font';
  content: "\e618";
  font-size: 56.5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-quantity::after,
.show-usage .icon-quantity::before {
  display: block;
}
.icon-star.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
}
.icon-star.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
}
.styleguide-icon-example .icon-star::after,
.styleguide-icon-example .icon-star::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-star::before {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-star::after,
.show-usage .icon-star::before {
  display: block;
}
.icon-title_flourish_bottom.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61a";
  font-size: 11.5px;
}
.icon-title_flourish_bottom.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61a";
  font-size: 11.5px;
}
.styleguide-icon-example .icon-title_flourish_bottom::after,
.styleguide-icon-example .icon-title_flourish_bottom::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-title_flourish_bottom::before {
  font-family: 'sees-icon-font';
  content: "\e61a";
  font-size: 11.5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-title_flourish_bottom::after,
.show-usage .icon-title_flourish_bottom::before {
  display: block;
}
.icon-title_flourish_top.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61b";
  font-size: 11.5px;
}
.icon-title_flourish_top.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61b";
  font-size: 11.5px;
}
.styleguide-icon-example .icon-title_flourish_top::after,
.styleguide-icon-example .icon-title_flourish_top::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-title_flourish_top::before {
  font-family: 'sees-icon-font';
  content: "\e61b";
  font-size: 11.5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-title_flourish_top::after,
.show-usage .icon-title_flourish_top::before {
  display: block;
}
.icon-weight.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61c";
  font-size: 26px;
}
.icon-weight.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61c";
  font-size: 26px;
}
.styleguide-icon-example .icon-weight::after,
.styleguide-icon-example .icon-weight::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-weight::before {
  font-family: 'sees-icon-font';
  content: "\e61c";
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-weight::after,
.show-usage .icon-weight::before {
  display: block;
}
.icon-youtube.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61d";
  font-size: 50px;
}
.icon-youtube.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61d";
  font-size: 50px;
}
.styleguide-icon-example .icon-youtube::after,
.styleguide-icon-example .icon-youtube::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-youtube::before {
  font-family: 'sees-icon-font';
  content: "\e61d";
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-youtube::after,
.show-usage .icon-youtube::before {
  display: block;
}
.icon-sun.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61e";
  font-size: 20px;
}
.icon-sun.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61e";
  font-size: 20px;
}
.styleguide-icon-example .icon-sun::after,
.styleguide-icon-example .icon-sun::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-sun::before {
  font-family: 'sees-icon-font';
  content: "\e61e";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-sun::after,
.show-usage .icon-sun::before {
  display: block;
}
.icon-check.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e61f";
  font-size: 20px;
}
.icon-check.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e61f";
  font-size: 20px;
}
.styleguide-icon-example .icon-check::after,
.styleguide-icon-example .icon-check::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-check::before {
  font-family: 'sees-icon-font';
  content: "\e61f";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-check::after,
.show-usage .icon-check::before {
  display: block;
}
.icon-dimple-arrow.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e620";
  font-size: 20px;
}
.icon-dimple-arrow.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e620";
  font-size: 20px;
}
.styleguide-icon-example .icon-dimple-arrow::after,
.styleguide-icon-example .icon-dimple-arrow::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-dimple-arrow::before {
  font-family: 'sees-icon-font';
  content: "\e620";
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-dimple-arrow::after,
.show-usage .icon-dimple-arrow::before {
  display: block;
}
.icon-search.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e623";
  font-size: 16px;
}
.icon-search.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e623";
  font-size: 16px;
}
.styleguide-icon-example .icon-search::after,
.styleguide-icon-example .icon-search::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-search::before {
  font-family: 'sees-icon-font';
  content: "\e623";
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-search::after,
.show-usage .icon-search::before {
  display: block;
}
.icon-instagram.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e624";
  font-size: 50px;
}
.icon-instagram.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e624";
  font-size: 50px;
}
.styleguide-icon-example .icon-instagram::after,
.styleguide-icon-example .icon-instagram::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-instagram::before {
  font-family: 'sees-icon-font';
  content: "\e624";
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-instagram::after,
.show-usage .icon-instagram::before {
  display: block;
}
.icon-twitter.icon-before::before {
  font-family: 'sees-icon-font';
  content: "\e625";
  font-size: 50px;
}
.icon-twitter.icon-after::after {
  font-family: 'sees-icon-font';
  content: "\e625";
  font-size: 50px;
}
.styleguide-icon-example .icon-twitter::after,
.styleguide-icon-example .icon-twitter::before {
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-twitter::before {
  font-family: 'sees-icon-font';
  content: "\e625";
  font-size: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.show-usage .icon-twitter::after,
.show-usage .icon-twitter::before {
  display: block;
}
.double-border-both {
  border-top: 3px solid #000;
  padding-top: 3px;
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
}
.double-border-both >div {
  border-top: 1px solid #000;
}
.double-border-both >div {
  border-bottom: 1px solid #000;
}
.double-border-top {
  border-top: 3px solid #000;
  padding-top: 3px;
}
.double-border-top >div {
  border-top: 1px solid #000;
}
.double-border-bottom {
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
}
.double-border-bottom >div {
  border-bottom: 1px solid #000;
}
.double-border-single-top {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
}
.double-border-single-bottom {
  border-top: 1px solid #000;
  height: 7px;
  border-bottom: 3px solid #000;
}
.double-border-example {
  margin-top: 20px;
  margin-bottom: 40px;
}
.double-border-example > div {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #f4f4f4;
}
.decorative-bot-border {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.decorative-bot-border::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.stacked-heading-fancy,
.stacked-heading-bold {
  text-align: center;
}
.pdp-desktop-header .stacked-heading-fancy,
.pdp-desktop-header .stacked-heading-bold {
  text-align: left;
}
.stacked-heading-fancy {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
.stacked-heading-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.medium .stacked-heading-fancy {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
  display: block;
}
.medium.stacked-heading-bold,
.medium .stacked-heading-bold {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 37px;
  text-transform: capitalize;
  display: block;
  padding-bottom:15px;
  padding-top:10px;
}
.small .stacked-heading-fancy {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
}
.small .stacked-heading-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 34px;
}
.custom-mix-stacked-heading-bold {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.medium .custom-mix-stacked-heading-bold {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.small .custom-mix-stacked-heading-bold {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 34px;
}
.stacked-section-header {
  text-align: center;
}
.stacked-section-header .title-top {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
}
.stacked-section-header .title-bot {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.stacked-section-header .title-bot::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.stacked-section-header .title-bot::after {
  display: block;
  margin-top: 5px;
}
.double-flourish-header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.double-flourish-header .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.double-flourish-header .title::before {
  font-family: 'sees-icon-font';
  content: "\e609";
  font-size: 18px;
}
.double-flourish-header .title::after {
  font-family: 'sees-icon-font';
  content: "\e608";
  font-size: 18px;
}
.double-flourish-header .title::after,
.double-flourish-header .title::before {
  display: block;
}
.double-flourish-header .title::before {
  padding-bottom: 15px;
}
.double-flourish-header .title::after {
  padding-top: 8px;
}
.double-flourish-header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.menu-divider {
  width: auto;
  max-width: 43px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.menu-divider:before,
.menu-divider:after {
  content: '';
  display: table;
}
.menu-divider:after {
  clear: both;
}
.stars {
  content: "";
}
.stars::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 16px;
  letter-spacing: 5px;
}
.stars24 {
  content: "";
}
.stars24::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
  letter-spacing: 10px;
}
.stars.stars-1::after {
  content: "\e619";
}
.stars.stars-2::after {
  content: "\e619 \e619";
}
.stars.stars-3::after {
  content: "\e619 \e619 \e619";
}
.stars.stars-4::after {
  content: "\e619 \e619 \e619 \e619";
}
.stars.stars-5::after {
  content: "\e619 \e619 \e619 \e619 \e619";
}
.stars24.stars-1::after {
  content: "\e619";
}
.stars24.stars-2::after {
  content: "\e619 \e619";
}
.stars24.stars-3::after {
  content: "\e619 \e619 \e619";
}
.stars24.stars-4::after {
  content: "\e619 \e619 \e619 \e619";
}
.stars24.stars-5::after {
  content: "\e619 \e619 \e619 \e619 \e619";
}
.starts-container{
	width:100%;
}
.star-bar .stars {
  color: #000;
}
.star-bar .stars:hover {
  color: #96701b;
}
.full-star-container {
  float: left;
  clear: none;
  font-size: 16px;
  height: 16px;
}
.full-star24-container {
  float: left;
  clear: none;
  font-size: 24px;
  height: 24px;
}
.partial-star-container {
  float: left;
  clear: none;
  font-size: 16px;
  height: 16px;
  color: #000;
}
.partial-star-container:hover {
  color: #96701b;
}
.partial-star24-container {
  float: left;
  clear: none;
  font-size: 24px;
  height: 24px;
}
.partial-star {
  content: "";
}
.partial-star::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 16px;
  letter-spacing: 0;
}
.partial-star24 {
  content: "";
}
.partial-star24::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
}
.partial-star-ratings-css {
  font-size: 16px;
  height: 16px;
  width: 16.5px;
  margin: 0 auto;
  position: relative;
  top: 0;
  float:left;
}
.partial-star24-ratings-css {
  font-size: 24px;
  height: 24px;
  width: 25px;
  margin: 0 auto;
  position: relative;
  top: 0;
}
.customer-reviews-list .stars,
.star-col {
  color: #000;
}
.rating-value,
.review-count {
  color: #000;
}
.partial-star-ratings-css-top {
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  top:  0;
  left: 0;
  overflow: hidden;
}
.partial-star-ratings-css-bottom {
  color: #CCCCCC;
  padding: 0;
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
}

hr.razor {
  border: none;
  border-bottom: solid #000 1px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navigation hr.razor {
	max-width: 258px;
}
hr.razor.white {
  border-bottom: solid #fff 1px;
}
p.example-description {
  margin-bottom: 20px;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.styleguide-row-example {
  margin-bottom: 10px;
  overflow: hidden;
}
.styleguide-col-example {
  min-height: 20px;
  box-sizing: border-box;
}
.styleguide-col-example p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #595959;
  padding: 20px 5px;
}
.styleguide-col-example .styleguide-col-example {
  margin-top: 10px;
}
.column-1 {
  float: left;
  clear: none;
  width: 8.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-1:before,
.column-1:after {
  content: '';
  display: table;
}
.column-1:after {
  clear: both;
}
.column-1:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-1 {
  text-align: center;
}
.column-2 {
  float: left;
  clear: none;
  width: 16.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.column-2:before,
.column-2:after {
  content: '';
  display: table;
}
.column-2:after {
  clear: both;
}
.column-2:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-2 {
  text-align: center;
}

.column-3 {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
#CloserLook .column-3 {
  float: left;
  clear: none;
  width: 50%;
  padding-left:10px;
  padding-right:10px;
}
.column-3:before,
.column-3:after {
  content: '';
  display: table;
}
.column-3:after {
  clear: both;
}
.column-3:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-3 {
  text-align: center;
}
.column-4 {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-4:before,
.column-4:after {
  content: '';
  display: table;
}
.column-4:after {
  clear: both;
}
.column-4:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-4 {
  text-align: center;
}
.column-5 {
  float: left;
  clear: none;
  width: 41.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.column-5:before,
.column-5:after {
  content: '';
  display: table;
}
.column-5:after {
  clear: both;
}
.column-5:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-5 {
  text-align: center;
}
.column-6 {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.column-6:before,
.column-6:after {
  content: '';
  display: table;
}
.column-6:after {
  clear: both;
}
.column-6:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-6 {
  text-align: center;
}
.column-7 {
  float: left;
  clear: none;
  width: 58.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-7:before,
.column-7:after {
  content: '';
  display: table;
}
.column-7:after {
  clear: both;
}
.column-7:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-7 {
  text-align: center;
}
.column-8 {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.column-8:before,
.column-8:after {
  content: '';
  display: table;
}
.column-8:after {
  clear: both;
}
.column-8:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-8 {
  text-align: center;
}
.column-9 {
  float: left;
  clear: none;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
}
.column-9:before,
.column-9:after {
  content: '';
  display: table;
}
.column-9:after {
  clear: both;
}
.column-9:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-9 {
  text-align: center;
}
.column-10 {
  float: left;
  clear: none;
  width: 83.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-10:before,
.column-10:after {
  content: '';
  display: table;
}
.column-10:after {
  clear: both;
}
.column-10:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-10 {
  text-align: center;
}
.column-11 {
  float: left;
  clear: none;
  width: 91.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.column-11:before,
.column-11:after {
  content: '';
  display: table;
}
.column-11:after {
  clear: both;
}
.column-11:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-11 {
  text-align: center;
}
.column-12 {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.column-12:before,
.column-12:after {
  content: '';
  display: table;
}
.column-12:after {
  clear: both;
}
.column-12:last-child {
  margin-right: 0;
}
.styleguide-col-example.column-12 {
  text-align: center;
}
.shift--12 {
  position: relative;
  left: -100%;
}
.shift--11 {
  position: relative;
  left: -91.6666666666667%;
}
.shift--10 {
  position: relative;
  left: -83.3333333333333%;
}
.shift--9 {
  position: relative;
  left: -75%;
}
.shift--8 {
  position: relative;
  left: -66.6666666666667%;
}
.shift--7 {
  position: relative;
  left: -58.3333333333333%;
}
.shift--6 {
  position: relative;
  left: -50%;
}
.shift--5 {
  position: relative;
  left: -41.6666666666667%;
}
.shift--4 {
  position: relative;
  left: -33.3333333333333%;
}
.shift--3 {
  position: relative;
  left: -25%;
}
.shift--2 {
  position: relative;
  left: -16.6666666666667%;
}
.shift--1 {
  position: relative;
  left: -8.3333333333333%;
}
.shift-0 {
  position: relative;
  left: 0;
}
.shift-1 {
  position: relative;
  left: 8.3333333333333%;
}
.shift-2 {
  position: relative;
  left: 16.6666666666667%;
}
.shift-3 {
  position: relative;
  left: 25%;
}
.shift-4 {
  position: relative;
  left: 33.3333333333333%;
}
.shift-5 {
  position: relative;
  left: 41.6666666666667%;
}
.shift-6 {
  position: relative;
  left: 50%;
}
.shift-7 {
  position: relative;
  left: 58.3333333333333%;
}
.shift-8 {
  position: relative;
  left: 66.6666666666667%;
}
.shift-9 {
  position: relative;
  left: 75%;
}
.shift-10 {
  position: relative;
  left: 83.3333333333333%;
}
.shift-11 {
  position: relative;
  left: 91.6666666666667%;
}
.shift-12 {
  position: relative;
  left: 100%;
}
.column-1-of-1 {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-1:before,
.column-1-of-1:after {
  content: '';
  display: table;
}
.column-1-of-1:after {
  clear: both;
}
.column-1-of-1:last-child {
  margin-right: 0;
}
.column-1-of-2 {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-2:before,
.column-1-of-2:after {
  content: '';
  display: table;
}
.column-1-of-2:after {
  clear: both;
}
.column-1-of-2:last-child {
  margin-right: 0;
}
.column-1-of-3 {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-3:before,
.column-1-of-3:after {
  content: '';
  display: table;
}
.column-1-of-3:after {
  clear: both;
}
.column-1-of-3:last-child {
  margin-right: 0;
}
.column-1-of-4 {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-4:before,
.column-1-of-4:after {
  content: '';
  display: table;
}
.column-1-of-4:after {
  clear: both;
}
.column-1-of-4:last-child {
  margin-right: 0;
}
.column-1-of-5 {
  float: left;
  clear: none;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-5:before,
.column-1-of-5:after {
  content: '';
  display: table;
}
.column-1-of-5:after {
  clear: both;
}
.column-1-of-5:last-child {
  margin-right: 0;
}
.column-1-of-6 {
  float: left;
  clear: none;
  width: 16.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-6:before,
.column-1-of-6:after {
  content: '';
  display: table;
}
.column-1-of-6:after {
  clear: both;
}
.column-1-of-6:last-child {
  margin-right: 0;
}
.column-1-of-7 {
  float: left;
  clear: none;
  width: 14.285714285714299%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-7:before,
.column-1-of-7:after {
  content: '';
  display: table;
}
.column-1-of-7:after {
  clear: both;
}
.column-1-of-7:last-child {
  margin-right: 0;
}
.column-1-of-8 {
  float: left;
  clear: none;
  width: 12.5%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-8:before,
.column-1-of-8:after {
  content: '';
  display: table;
}
.column-1-of-8:after {
  clear: both;
}
.column-1-of-8:last-child {
  margin-right: 0;
}
.column-1-of-9 {
  float: left;
  clear: none;
  width: 11.1111111111111%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-9:before,
.column-1-of-9:after {
  content: '';
  display: table;
}
.column-1-of-9:after {
  clear: both;
}
.column-1-of-9:last-child {
  margin-right: 0;
}
.column-1-of-10 {
  float: left;
  clear: none;
  width: 10%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-10:before,
.column-1-of-10:after {
  content: '';
  display: table;
}
.column-1-of-10:after {
  clear: both;
}
.column-1-of-10:last-child {
  margin-right: 0;
}
.column-1-of-11 {
  float: left;
  clear: none;
  width: 9.090909090909099%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-11:before,
.column-1-of-11:after {
  content: '';
  display: table;
}
.column-1-of-11:after {
  clear: both;
}
.column-1-of-11:last-child {
  margin-right: 0;
}
.column-1-of-12 {
  float: left;
  clear: none;
  width: 8.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.column-1-of-12:before,
.column-1-of-12:after {
  content: '';
  display: table;
}
.column-1-of-12:after {
  clear: both;
}
.column-1-of-12:last-child {
  margin-right: 0;
}
.panel {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .panel {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .panel {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.panel-example {
  background-color: #f4f4f4;
  word-wrap: break-word;
  text-align: center;
}
.panel-example > div {
  background-color: #fff;
  padding-bottom: 15px;
}
.panel-example figure {
  background-color: #ccc;
  height: 220px;
}
.panel-example figure.large {
  height: 470px;
}
body {
  position: relative;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header-utility-inner,
.header-catalog-nav,
#main {
  width: auto;
  max-width: 1366px;
  display: block;
  margin: 0 auto;
  padding: 0 35px;
}
#main {
	min-height: 30em;
}
.nav-container {
    background: #fff;
    position: relative;
}
.header-utility-inner:before,
.header-catalog-nav:before,
#footer-inner:before,
#main:before,
.header-utility-inner:after,
.header-catalog-nav:after,
#footer-inner:after,
#main:after {
  content: '';
  display: table;
}
.header-utility-inner:after,
.header-catalog-nav:after,
#footer-inner:after,
#main:after {
  clear: both;
}

.pt_checkout .header-catalog-nav,
.pt_checkout #fixedMenuPadding {
	height: 100px;
}
.confirm-remove.ui-dialog .ui-dialog-buttonpane button {
	width: auto;
}
.confirm-remove.ui-dialog .item-name {
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .header-utility-inner,
  .header-catalog-nav,
  #main {
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .pt_product-search-result #main {
    padding-left: 0;
    padding-right: 0;
  }
  .pt_product-search-result .breadcrumb {
    margin-left: 24px;
  }
  .header-utility-inner:before,
  .header-catalog-nav:before,
  #footer-inner:before,
  #main:before,
  .header-utility-inner:after,
  .header-catalog-nav:after,
  #footer-inner:after,
  #main:after {
    content: '';
    display: table;
  }
  .header-utility-inner:after,
  .header-catalog-nav:after,
  #footer-inner:after,
  #main:after {
    clear: both;
  }
  .cart-items h2 {
  	margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .header-utility-inner,
  .header-catalog-nav,
  #main {
    width: auto;
    max-width: 767px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cart-summary .fancy-cart-qty {
	font-size: 6px;
  }
  .header-utility-inner:before,
  .header-catalog-nav:before,
  #footer-inner:before,
  #main:before,
  .header-utility-inner:after,
  .header-catalog-nav:after,
  #footer-inner:after,
  #main:after {
    content: '';
    display: table;
  }
  .header-utility-inner:after,
  .header-catalog-nav:after,
  #footer-inner:after,
  #main:after {
    clear: both;
  }
  .ui-dialog.sees-dialog.alert {
  	max-width: 90%;
  }
}
#main {
  margin-bottom: 60px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#primary {
  float: left;
  clear: none;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 8.3333333333333%;
}
#primary:before,
#primary:after {
  content: '';
  display: table;
}
#primary:after {
  clear: both;
}
#primary:last-child {
  margin-right: 0;
}
#secondary {
  float: left;
  clear: none;
  width: 16.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  min-height: 1px;
}
#secondary:before,
#secondary:after {
  content: '';
  display: table;
}
#secondary:after {
  clear: both;
}
#secondary:last-child {
  margin-right: 0;
}
#rr_home1.certona,
.main-section {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
.screen_reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#mainContainer {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
#mainContainer > div {
  text-align: left;
}
#mainContainer > div .PercentageBar__MessageBox  {
	color: #c01111;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}
#scrim {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 501;
  background-color: rgba(0,0,0,0);
  visibility: hidden;
}
#scrim.scrim--active {
  background-color: rgba(0,0,0,0.5);
  visibility: visible;
}
#leftPanel {
  box-sizing: border-box;
  z-index: 502;
}

#leftPanel__close .close-button::before {
  font-family: 'sees-icon-font';
  content: "\e60a";
  font-size: 20px;
}
.close-button {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border: none;
  outline: none;
}
.close-button:hover {
  color: #96701b;
}
#leftPanel__content {
  padding-bottom: 80px;
  max-height: 100vh;
  overflow-y: auto;
}
#leftPanel__content .MenuLinks{
	font-family: Helvetica, sans-serif, Arial;
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	padding-left:15px;
}

#leftPanel {
  position: absolute;
  width: 430px;
  height: 500px;
  top: 0;
  left: -430px;
  overflow: hidden;
  background: #fff;
}
#leftPanel #leftPanel__close {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 21px;
  text-align: right;
  padding-top:7px;
}
#leftPanel #leftPanel__search {
  width: 430px;
  max-width: 430px;
  position: absolute;
  top: 0;
  right: 0;
}
#centerPanel {
  position: relative;
  width: 100%;
  margin: auto;
}
#centerPanel a {
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #leftPanel {
    width: 50%;
  }
  #leftPanel {
    left: -50%;
  }
  #add-to-cart {
  	margin-top:20px;
  }
}
@media screen and (max-width: 767px) {
  #leftPanel {
    width: calc(80% + 1px);
  }
  #leftPanel {
    left: -80%;
  }

}
#pdp-row-1 {
  overflow: hidden;
  margin-top: 60px;
}
#pdp-row-1.main-section {
  margin-top: 20px;
}
#product1_rr.certona,
#pdpMain .main-section {
  margin-bottom: 0;
}
#pdpMain .popular-candies-carousel header {
	margin-top: 0;
}
#pdp-fundraising {
	margin-top:-20px;
}
.quickview-modal #pdp-fundraising {
	margin-top: 0;
}
.pdp-title-col,
#pdp-cart-column {
  padding-left: 35px;
  float: right;
  clear: none;
  width: 50%;
  margin: 0;
  text-align: left;
}
.pdp-title-col .product-price .price-sales{
	font-family: Helvetica, sans-serif, Arial;
	font-size: 22px;
}
.pdp-title-col .attribute .product-price .price-sales {
	font-size: 13px;
}
.pdp-title-col .attribute .product-price.noHover .price-sales {
	color:#000;
}
.pdp-title-col:before,
#pdp-cart-column:before,
.pdp-title-col:after,
#pdp-cart-column:after {
  content: '';
  display: table;
}
.pdp-title-col:after,
#pdp-cart-column:after {
  clear: both;
}

.pdp-title-col h1::after {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 14px;
}
.pdp-title-col h1::after {
  display: block;
  margin-top: 5px;
}
.pdp-title-col .product-reference {
  margin-top: 10px;
}
.pdp-title-col .pdp-desktop-header .stacked-heading-fancy {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  text-decoration:none;
}
.pdp-title-col .pdp-desktop-header .stacked-heading-bold {
  font-size: 35px;
}
.pdp-title-col .pdp-row-1-review-summary {
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 15px;
  float:left;
}
.pdp-title-col .product-add-to-cart .pricing {
  align-items: baseline;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .pdp-title-col .product-add-to-cart .pricing {
    flex-direction: column;
    height: auto;
  }
}
.sees-dialog.ui-dialog .pdp-title-col .pdp-row-1-review-summary {
  margin-top: 1px;
  pointer-events: none;
  cursor: default;
}
.pdp-title-col .pdp-row-1-review-summary .star-bar {
 	margin-bottom: 7px;
	float: left;
	position: relative;
	top: 0;
	clear: none;
}
.pdp-title-col .pdp-row-1-review-summary .stars::after {
  font-size: 16px;
  letter-spacing: 5px;
  position: relative;
}
.pdp-title-col .pdp-row-1-review-summary .rating-stats {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  padding-left:5px;
  float:left;
  color: #626264;
}
.pdp-title-col .writeFirstReview,
.pdp-title-col .writeReview {
	text-decoration:underline;
	margin-top:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #626264;
  width: 100%;
}

.heat-sensitive a,
.heat-sensitiveB a {
	text-decoration:underline;
}
.heat-sensitive a:hover,
.heat-sensitiveB a:hover {
	 color: #96701b;
}
.pdp-title-col .heat-sensitive,
.pdp-title-col .heat-sensitiveB {
	text-decoration:underline;
	 font-family: Helvetica, sans-serif, Arial;
	 font-weight: normal;
	 font-size: 15px;
   color: #626264;
}
.pdp-title-col .writeReviewBlank {
	width:100%;
	position: relative;
	clear: both;
}
.pdp-title-col .description-text,
.pdp-title-col .description-text p{
	font-family: Helvetica, sans-serif, Arial;
	font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  clear:both;
  padding: 1rem 0;
  color: #626264;
}
.pdp-title-col .description-text p{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.pdp-title-col .descLearnMoreLink {
	padding-left:5px;
	cursor:pointer;
}
#descLearnMoreHide,
.pdp-title-col .description-text ul{
	display:none;
}
.pdp-title-col .nutrition-labels {
  margin-top: 30px;
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.pdp-title-col .nutrition-label {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pdp-title-col .nutrition-icon {
  height: 55px;
  width: 55px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.pdp-title-col .nutrition-tab-content img {
  max-width: 100%;
}
.product-reference {
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #626264;
}
.product-reference .pipe{
	border-left: 2px solid black;
	margin-right: 10px;
	margin-left: 5px;
}
.product-reference .out-of-stock {
  color: #c01111;
}
.product-reference .out-of-stock .pre-order{
  color: #000;
}
.add-to-cart-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#pdp-all-images {
  overflow: hidden;
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  color: #ECECEC;
  font-size: .35em;
}
#pdp-all-images:before,
#pdp-all-images:after {
  content: '';
  display: table;
}
#pdp-all-images:after {
  clear: both;
}
#pdp-all-images .product-tile-badge {
  left: -3px;
}

.product-add-to-cart form p,
.cart-row og-offer p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  color: #626264;
  line-height: 1;
}

.product-add-to-cart .info-tooltip,
.cart-row og-offer .info-tooltip {
  text-decoration: underline;
  color: #000;
}

.product-add-to-cart .info-tooltip-content,
.cart-row og-offer .info-tooltip-content {
  color: #626264;
  line-height: 16px;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #pdp-all-images .product-tile-badge {
    left: -40px;
    top: -20px;
  }
  #pdp-all-images .product-tile-badge img {
    max-width: none;
    width: 75%;
  }
}
#pdp-cart-column {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
#pdp-cart-column .pdp-selection-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 5px;
}
#pdp-cart-column .product-add-to-cart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-add-to-cart .promotion {
  width: auto;
  max-width: 250px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  display:none;
}
.product-add-to-cart .promotion:before,
.product-add-to-cart .promotion:after {
  content: '';
  display: table;
}
.product-add-to-cart .promotion:after {
  clear: both;
}
.product-add-to-cart .promotion .promotion-title {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.product-add-to-cart .promotion p {
  margin-top: 0;
  margin-bottom: 0;
}
.product-add-to-cart .product-variations .form-row {
  margin-bottom: 5px;
}
.product-add-to-cart .product-variations ul.swatches {
  display: block;
}
.product-add-to-cart .product-variations .value li {
  display: inline-block;
  margin: 0 12px 12px 0;
}
@media only screen and (max-width: 1023px) {
  .product-add-to-cart .product-variations ul.swatches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-add-to-cart .product-variations .value li {
    width: 48%;
    margin-right: 0;
  }
}
.product-add-to-cart .product-variations li .swatchanchor2,
.product-add-to-cart .product-variations li .swatchanchor {
  display: inline-block;
  border: 1px solid #626264;
  font-family:  Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  min-width: 67px;
  line-height: 36px;
  padding: 1px 10px;
  color: #626264;
  text-align: center;
  height: 40px;
}
@media only screen and (max-width: 1023px) {
  .product-add-to-cart .product-variations li .swatchanchor2,
  .product-add-to-cart .product-variations li .swatchanchor {
    width: 100%;
  }
}
product-add-to-cart .product-variations .product-price {
  display: block;
}
.product-add-to-cart .product-variations li.selected {
  opacity: 1;
}
.product-add-to-cart .product-variations li.selected .swatchanchor,
.product-add-to-cart .product-variations li.selected .swatchanchor2 {
  	position: relative;
    background: #fff;
    color:#626264;
    border: 1px solid #626264;
    font-weight: 900;
}
.product-add-to-cart .product-variations li.selected .swatchanchor::after {
  font-family: 'sees-icon-font';
  content: "";
  font-size: 5px;
  text-align:center;
}
.product-add-to-cart .product-variations li.selected .swatchanchor::after {
  position: absolute;
  width: 100%;
  line-height: normal;
  left: 0;
  bottom: 0;
}
.product-add-to-cart .product-variations li.selected:hover .swatchanchor2,
.product-add-to-cart .product-variations li a:hover .swatchanchor,
.product-add-to-cart .product-variations li a:hover .swatchanchor2,
.product-add-to-cart .product-variations li a:hover .product-price,
.product-add-to-cart .product-variations li.selected:hover .swatchanchor,
.product-add-to-cart .product-variations li.selected:hover .product-price {
  border-color: #000;
  color: #000;
}
.product-add-to-cart .product-variations li.selected:hover .noHover{
  border-color: #000;
  color: #000;
}
.product-add-to-cart .product-variations li.selected:hover .product-price.noHover{
  color: #000;
}
.product-add-to-cart .product-variations .product-price {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
}
.product-add-to-cart .product-variations li .swatchanchor.greycolor,
.product-add-to-cart .product-variations .product-price.greycolor{
	color: #595959;
	border-color: #595959;
}
.product-add-to-cart .product-variations .price-sales.sale {
  color: #c01111;
}
.product-add-to-cart .product-variations .product-price .price-sales.sale {
  color: #000;
}
.product-add-to-cart .product-variations .product-price .price-standard.sale{
	display:none;
}
.product-add-to-cart .product-variations .price-standard {
  display: none;
}
.product-add-to-cart .product-variations .price-standard.sale {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  text-decoration: line-through;
}
.product-add-to-cart .product-variations .attribute {
  display: block;
}
.product-add-to-cart .product-variations .label {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  color: #626264;
}
.product-add-to-cart .product-variations .variant-dropdown {
  padding-bottom: 10px;
}
.product-add-to-cart .product-variations .variant-dropdown .product-price{
	display:none;
}
.product-add-to-cart .product-price {
	font-family: Helvetica, sans-serif, Arial;
	font-weight: bold;
  padding-right: 8px;
}
.product-add-to-cart .value .product-price {
	padding-bottom:15px;
	padding-top:0px;
}
.product-add-to-cart .qd-standard-price {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.product-add-to-cart .klarna-promo {
  border-left: 1px solid #707070;
  height: 17px;
  padding-left: 8px;
  width: 99%;
}
@media only screen and (max-width: 1023px) {
  .product-add-to-cart .klarna-promo {
    border-left: 0;
    height: auto;
    padding-left: 0;
  }
  .product-add-to-cart .klarna-promo .container {
    font-size: 12px !important;
    border-bottom: 1px solid #C5C5C9;
    padding: 4px 0 8px;
  }
}
.product-add-to-cart .qd-standard-price.large {
  display: block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  margin-top: 5px;
}
.product-add-to-cart .qd-pdp-pricing-explanation {
  width: auto;
  max-width: 250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #000;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-top:20px;
}
.product-add-to-cart .qd-pdp-pricing-explanation:before,
.product-add-to-cart .qd-pdp-pricing-explanation:after {
  content: '';
  display: table;
}
.product-add-to-cart .qd-pdp-pricing-explanation:after {
  clear: both;
}
.product-add-to-cart .qd-pdp-pricing-explanation .expand-link {
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-add-to-cart .price-standard,
.product-add-to-cart .price-sales {
  display: block;
}
.product-add-to-cart .price-sales.sale {
  color: #c01111;
}
.product-add-to-cart .price-standard {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.product-add-to-cart .product-price .price-standard,
.product-add-to-cart .product-price .price-standard.sale {
	float:left;
	width:auto;
	padding-right:1ch;
}
#pdp-fundraising .suggestedPrice{
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
}
#pdp-fundraising .profitPrice{
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  padding-top:8px;
  padding-bottom:20px;
}
.product-add-to-cart .individual-count-and-weight {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: none;
  margin-bottom: 20px;
}
.product-add-to-cart .availability-block {
  margin-top: 25px;
}
.product-add-to-cart .availability-msg {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.product-add-to-cart .in-stock-msg {
  margin-bottom: 0;
}
.product-add-to-cart .product-actions ul li {
  display: inline-block;
  vertical-align: top;
}
.product-add-to-cart .product-actions ul li:nth-child(1) a {
  display: inline-block !important;
  margin-bottom: -4px;
}
.product-add-to-cart .product-actions.discontinued {
  display: none;
}
.product-add-to-cart .send-to-friend {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}
.product-add-to-cart .send-to-friend::before {
  font-family: 'sees-icon-font';
  content: "\e60e";
  font-size: 20px;
}
.product-add-to-cart .send-to-friend::before {
  display: inline-block;
  vertical-align: bottom;
}
.product-add-to-cart .out-of-stock-messaging {
  min-height: 300px;
  color: #c01111;
  text-align: center;
}
.product-add-to-cart .out-of-stock-messaging a {
  color: #c01111;
  text-decoration: underline;
}
.product-add-to-cart .product-variations .attribute .label.pdp-selection-label{
	display:none;
}
.add-to-cart-form .quantity {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float:left;
}
.add-to-cart-form .quantity #FRProfit{
	display:none;
}
.add-to-cart-form .quantity #FRProfitDisplay,
.add-to-cart-form .quantity #GDMessage{
	font-family: Helvetica, sans-serif, Arial;
  	font-size: 15px;
  	float: right;
	padding-left: 10px;
	font-weight: 500;
	padding-top: 9px;
}
.add-to-cart-form #Quantity{
	font-family: Helvetica, sans-serif, Arial;
  	font-size: 15px;
  	display: inline-block;
  	vertical-align: middle;
  	text-align: center;
  	position: relative;
	height:32px;
	line-height:normal;
	padding-left:0px;
	padding-right:0px;
}
.add-to-cart-form .quantity-control {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 24px;
}
.add-to-cart-form #Quantity {
  border-color: #C5C5C9;
  width: 67px;
  border-width: 1px;
  height: 40px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.add-to-cart-form #Quantity:hover {
  border-color: #000;
  border-width: 1px;
}
.add-to-cart-form #Quantity:focus {
  border-color: #000000;
  border-width: 1px;
}
.add-to-cart-form .quantity-control {
  padding: 0 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  display:none;
}
.add-to-cart-form .inventory .pdp-selection-label {
float: left;
padding-top: 5px;
padding-right: 8px;
clear:left
}
.pdp-selection-label{
float: left;
padding-top: 8px;
padding-right: 8px;
clear:left
}
.add-to-cart-form .quantity-control:hover {
  color: #96701b;
}
.add-to-cart-form .quantity-decrement {
  font-size: 34px;
  line-height: 29px;
}
.pdp-mobile-header {
  display: none;
}
.pdp-desktop-header .stacked-heading-bold.shrink-heading {
  font-size: 45px;
}
.pdp-fundraising-border {
  display: none;
}
#pdp-fundraising .row .left {
  float: left;
  clear: none;
  width: 45%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
#pdp-fundraising .row .left:before,
#pdp-fundraising .row .left:after {
  content: '';
  display: table;
}
#pdp-fundraising .row .left:after {
  clear: both;
}
#pdp-fundraising .row .left:last-child {
  margin-right: 0;
}
#pdp-fundraising .row .right {
  float: left;
  clear: none;
  width: 55%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
#pdp-fundraising .row .right:before,
#pdp-fundraising .row .right:after {
  content: '';
  display: table;
}
#pdp-fundraising .row .right:after {
  clear: both;
}
#pdp-fundraising .row .right:last-child {
  margin-right: 0;
}
#BVRRSummaryContainer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #main{
  padding-top: 170px;
  }
  #pdp-all-images,
  #pdp-cart-column {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  #pdp-all-images:before,
  #pdp-cart-column:before,
  #pdp-all-images:after,
  #pdp-cart-column:after {
    content: '';
    display: table;
  }
  #pdp-all-images:after,
  #pdp-cart-column:after {
    clear: both;
  }
  .pdp-title-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .pdp-title-col .nutrition-labels {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #main{
    padding-top: 0;
  }

  .icon-arrow_r.icon-after::after {
    content:'';
  }
  .pdp-title-col,
  #pdp-cart-column {
	  padding-left: 0;
	  padding-right: 0;
  }
  #pdp-all-images {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #pdp-all-images:first-child {
    margin-left: auto;
  }
  #pdp-all-images:last-child {
    margin-right: auto;
  }
  #pdp-cart-column {
    position: static;
    left: 0;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #pdp-cart-column:first-child {
    margin-left: auto;
  }
  #pdp-cart-column:last-child {
    margin-right: auto;
  }
  .pdp-fundraising-border {
    display: block;
    margin-top: 60px;
  }
  #pdp-fundraising {
    border: none;
  }
  #pdp-fundraising .row .left {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
  }
  #pdp-fundraising .row .left:first-child {
    margin-left: auto;
  }
  #pdp-fundraising .row .left:last-child {
    margin-right: auto;
  }
  #pdp-fundraising .row .right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    text-align: center;
  }
  #pdp-fundraising .row .right:first-child {
    margin-left: auto;
  }
  #pdp-fundraising .row .right:last-child {
    margin-right: auto;
  }
  .pdp-title-col {
    margin-bottom: 10px;
    width: 100%;
  }
}
.pdp-secondary-row {
  text-align: center;
}
.pdp-secondary-row h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-tabs {
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 16.6666666666667%;
}
.product-tabs:before,
.product-tabs:after {
  content: '';
  display: table;
}
.product-tabs:after {
  clear: both;
}
.product-tabs:last-child {
  margin-right: 0;
}
.product-tabs .tab-controls {
  overflow: hidden;
  font-size: 0;
  padding-bottom: 60px;
}
.product-tabs .tab-controls li {
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  float: none;
}
.product-tabs .tab-controls li:before,
.product-tabs .tab-controls li:after {
  content: '';
  display: table;
}
.product-tabs .tab-controls li:after {
  clear: both;
}
.product-tabs .tab-controls li:last-child {
  margin-right: 0;
}
.product-tabs .tab-controls li.description-control {
  display: none;
}
.product-tabs .tab-control {
  display: block;
  position: relative;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.product-tabs .tab-control.active {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.product-tabs .tab-control.active::after {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
}
.product-tabs .tab-control.active::after {
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 5px;
}
.product-tabs .tab-contents .slick-prev,
.product-tabs .tab-contents .slick-next {
  display: none !important;
}
.product-tabs .tab-content.not-desktop {
  display: none;
}
.product-tabs .description-title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.product-tabs .description-title::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.product-tabs .description-title::after {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.product-tabs .description-text {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}
.product-tabs .nutrition-labels {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.product-tabs .nutrition-label {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.product-tabs .nutrition-icon {
  height: 55px;
  width: 55px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.product-tabs .nutrition-tab-content img {
  max-width: 100%;
}
.product-tabs .description-control a {
  display: none;
}
.product-tabs .description-content {
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .product-tabs.not-desktop {
    display: block;
  }
  .product-tabs .tab-controls li.description-control {
    display: inline-block;
  }
  .product-tabs .description-control,
  .product-tabs .description-control a {
    display: inline-block;
  }
  .product-tabs .description-content {
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: 0;
  }
  .product-tabs:before,
  .product-tabs:after {
    content: '';
    display: table;
  }
  .product-tabs:after {
    clear: both;
  }
  .product-tabs:last-child {
    margin-right: 0;
  }
  .product-tabs .tab-controls {
    font-size: 0;
    text-align: center;
  }
  .product-tabs .tab-controls li {
    float: none;
    display: inline-block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-tabs .tab-controls li.not-desktop {
    display: block;
  }
}
#pdp-row-3 header {
  margin-bottom: 40px;
}
#pdp-row-3 header .rating-value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#pdp-row-3 header .review-count {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
#pdp-row-3 .star-bar {
  margin-bottom: 31px;
}
#pdp-row-3 .star-bar .double-border-single-top {
  margin-top: -21px;
}
#pdp-row-3 .stars {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#pdp-row-3 .stars div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#pdp-row-3 .stars div::after {
  font-family: 'sees-icon-font';
  content: "\e619";
  font-size: 24px;
}
#pdp-row-3 .stars div ::after {
  display: block;
}
#pdp-row-3 .review-ctnr {
  margin-bottom: 60px;
}
#pdp-row-3 .review-text,
#pdp-row-3 .review-author {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#pdp-row-3 .review-text:before,
#pdp-row-3 .review-author:before,
#pdp-row-3 .review-text:after,
#pdp-row-3 .review-author:after {
  content: '';
  display: table;
}
#pdp-row-3 .review-text:after,
#pdp-row-3 .review-author:after {
  clear: both;
}
#pdp-row-3 .review-text {
  margin-bottom: 25px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 24px;
}
#pdp-row-3 .review-author {
  margin-bottom: 25px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
#pdp-row-3 .review-author-fancy-icon {
  margin-bottom: 25px;
}
#pdp-row-3 .review-author-fancy-icon::after {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
}
#pdp-row-3 .review-author-fancy-icon ::after {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #pdp-row-3 .review-ctnr {
    margin-bottom: 0;
  }
}
#pdp-row-5 .pdp-create-a-box {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 60px;
}
#pdp-row-5 header,
#pdp-row-5 .chocolate-set {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
#pdp-row-5 header:before,
#pdp-row-5 .chocolate-set:before,
#pdp-row-5 header:after,
#pdp-row-5 .chocolate-set:after {
  content: '';
  display: table;
}
#pdp-row-5 header:after,
#pdp-row-5 .chocolate-set:after {
  clear: both;
}
#pdp-row-5 header:last-child,
#pdp-row-5 .chocolate-set:last-child {
  margin-right: 0;
}
#pdp-row-5 header {
  position: relative;
  left: 33.3333333333333%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #pdp-row-5 header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 767px) {
  #pdp-row-5 header {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#pdp-row-5 header .title-top {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
}
#pdp-row-5 header .title-bot {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#pdp-row-5 header .title-bot::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
#pdp-row-5 header .title-bot::after {
  display: block;
  margin-top: 5px;
}
#pdp-row-5 header .title-bot {
  margin-bottom: 20px;
}
#pdp-row-5 header p {
  margin-bottom: 25px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
#pdp-row-5 .chocolate-set {
  font-size: 0;
}
#pdp-row-5 .chocolate-set div {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
#pdp-row-5 .chocolate-set div:before,
#pdp-row-5 .chocolate-set div:after {
  content: '';
  display: table;
}
#pdp-row-5 .chocolate-set div:after {
  clear: both;
}
#pdp-row-5 .chocolate-set div:nth-child(3n) {
  margin-right: 0;
  float: right;
}
#pdp-row-5 .chocolate-set div:nth-child(3n+1) {
  clear: both;
}
#pdp-row-5 .chocolate-set div img {
  height: 100%;
  width: auto;
}
#pdp-row-5 .left-set {
  position: relative;
  left: -33.3333333333333%;
}
@media only screen and (max-width: 1024px) {
  #pdp-row-5 header {
    float: left;
    clear: none;
    width: 66.6666666666667%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 16.6666666666667%;
  }
  #pdp-row-5 header:before,
  #pdp-row-5 header:after {
    content: '';
    display: table;
  }
  #pdp-row-5 header:after {
    clear: both;
  }
  #pdp-row-5 header:last-child {
    margin-right: 0;
  }
  #pdp-row-5 .chocolate-set {
    float: left;
    clear: none;
    width: 16.6666666666667%;
    margin-left: 0;
    margin-right: 0;
  }
  #pdp-row-5 .chocolate-set:before,
  #pdp-row-5 .chocolate-set:after {
    content: '';
    display: table;
  }
  #pdp-row-5 .chocolate-set:after {
    clear: both;
  }
  #pdp-row-5 .chocolate-set:last-child {
    margin-right: 0;
  }
  #pdp-row-5 .chocolate-set.left-set {
    position: relative;
    left: -66.6666666666667%;
  }
  #pdp-row-5 .chocolate-set div {
    display: none;
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #pdp-row-5 .chocolate-set div:before,
  #pdp-row-5 .chocolate-set div:after {
    content: '';
    display: table;
  }
  #pdp-row-5 .chocolate-set div:after {
    clear: both;
  }
  #pdp-row-5 .chocolate-set div:nth-child(3n) {
    margin-right: 0;
    float: left;
  }
  #pdp-row-5 .chocolate-set div:nth-child(3n+1) {
    clear: none;
  }
  #pdp-row-5 .chocolate-set div:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  #pdp-row-5 .chocolate-set div:nth-child(1n+1) {
    clear: both;
  }
  #pdp-row-5 .chocolate-set div:nth-child(1),
  #pdp-row-5 .chocolate-set div:nth-child(2),
  #pdp-row-5 .chocolate-set div:nth-child(3) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #pdp-row-5 header {
    width: 100%;
    display: block;
    float: none;
    left: 0;
  }
  #pdp-row-5 .chocolate-set {
    display: none;
  }
}
#pdp-row-6 {
  margin-top: 50px;
}

#pdp-customer-reviews .review-summary,
#pdp-customer-reviews li.customer-review {
  border-bottom: 1px solid #000;
}
#pdp-customer-reviews .review-summary {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0;
  overflow: hidden;
}
#pdp-customer-reviews .review-summary .title-col,
#pdp-customer-reviews .review-summary .star-col,
#pdp-customer-reviews .review-summary .cta-col {
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#pdp-customer-reviews .review-summary .title-col:before,
#pdp-customer-reviews .review-summary .star-col:before,
#pdp-customer-reviews .review-summary .cta-col:before,
#pdp-customer-reviews .review-summary .title-col:after,
#pdp-customer-reviews .review-summary .star-col:after,
#pdp-customer-reviews .review-summary .cta-col:after {
  content: '';
  display: table;
}
#pdp-customer-reviews .review-summary .title-col:after,
#pdp-customer-reviews .review-summary .star-col:after,
#pdp-customer-reviews .review-summary .cta-col:after {
  clear: both;
}
#pdp-customer-reviews .review-summary .title-col:last-child,
#pdp-customer-reviews .review-summary .star-col:last-child,
#pdp-customer-reviews .review-summary .cta-col:last-child {
  margin-right: 0;
}
#pdp-customer-reviews .review-summary .title-col {
  text-align: left;
}
#pdp-customer-reviews .review-summary .title-col .product-title {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
}
#pdp-customer-reviews .review-summary .title-col .percent-who-recommened {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
#pdp-customer-reviews .review-summary .star-col .stars {
  margin-bottom: 15px;
}
#pdp-customer-reviews .review-summary .star-col .rating-value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#pdp-customer-reviews .review-summary .star-col .rating-value {
  margin-left: 190px;
}
#pdp-customer-reviews .review-summary .star-col .rating24-value {
  margin-left: 190px;
}
#pdp-customer-reviews .review-summary .star-col .review-count {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
#pdp-customer-reviews .review-summary .star-col .review24-count {
  margin-left: 190px;
}
#pdp-customer-reviews .review-summary .cta-col .cta {
  text-align: right;
}
#pdp-customer-reviews .review-summary .cta-col .button {
  right: 18px;
}
#pdp-customer-reviews .customer-reviews-list {
  text-align: left;
  overflow: hidden;
}
#pdp-customer-reviews .helpful-count,
#pdp-customer-reviews .helpful-cta {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  color: #626264;
}
#pdp-customer-reviews .helpful-count {
  margin-bottom: 20px;
}
#pdp-customer-reviews .helpful-cta .prompt {
  margin-bottom: 10px;
}
#pdp-customer-reviews .helpful-cta a {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
#pdp-customer-reviews li.customer-review {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
#pdp-customer-reviews .rating-col {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
#pdp-customer-reviews .rating-col:before,
#pdp-customer-reviews .rating-col:after {
  content: '';
  display: table;
}
#pdp-customer-reviews .rating-col:after {
  clear: both;
}
#pdp-customer-reviews .rating-col:last-child {
  margin-right: 0;
}
#pdp-customer-reviews .rating-col .rating-value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #626264;
}
#pdp-customer-reviews .rating-col .name,
#pdp-customer-reviews .rating-col .location,
#pdp-customer-reviews .rating-col .purchase-type {
  margin-bottom: 5px;
}
#pdp-customer-reviews .rating-col .name {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
#pdp-customer-reviews .rating-col .location,
#pdp-customer-reviews .rating-col .purchase-type {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  color: #626264;
}
#pdp-customer-reviews .rating-col .location .location-label,
#pdp-customer-reviews .rating-col .purchase-type .location-label {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#pdp-customer-reviews .rating-col .purchase-type {
  margin-bottom: 25px;
}
#pdp-customer-reviews .rating-col .stars {
  margin-bottom: 5px;
}
#pdp-customer-reviews .rating-col .stars::after {
  font-size: 15px;
  letter-spacing: 6px;
}
#pdp-customer-reviews .review-col {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 8.3333333333333%;
}
#pdp-customer-reviews .review-col:before,
#pdp-customer-reviews .review-col:after {
  content: '';
  display: table;
}
#pdp-customer-reviews .review-col:after {
  clear: both;
}
#pdp-customer-reviews .review-col:last-child {
  margin-right: 0;
}
#pdp-customer-reviews .review-col .review-title {
  overflow: hidden;
  line-height: 24px;
}
#pdp-customer-reviews .review-col .review-title .title {
  float: left;
  clear: none;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
#pdp-customer-reviews .review-col .review-title .title:before,
#pdp-customer-reviews .review-col .review-title .title:after {
  content: '';
  display: table;
}
#pdp-customer-reviews .review-col .review-title .title:after {
  clear: both;
}
#pdp-customer-reviews .review-col .review-title .title:last-child {
  margin-right: 0;
}
#pdp-customer-reviews .review-col .review-title .date {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  text-align: right;
  color: #626264;
}
#pdp-customer-reviews .review-col .review-title .date:before,
#pdp-customer-reviews .review-col .review-title .date:after {
  content: '';
  display: table;
}
#pdp-customer-reviews .review-col .review-title .date:after {
  clear: both;
}
#pdp-customer-reviews .review-col .review-title .date:last-child {
  margin-right: 0;
}
#pdp-customer-reviews .review-col .helpful-count,
#pdp-customer-reviews .review-col .helpful-cta {
  display: none;
}
#pdp-customer-reviews .review-text {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #626264;
}
#pdp-customer-reviews .read-toggle {
  margin-top: 10px;
}
#pdp-customer-reviews .read-more,
#pdp-customer-reviews .read-less {
  color: #000;
  text-decoration: underline;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#pdp-customer-reviews .read-more:hover,
#pdp-customer-reviews .read-less:hover {
	color: #96701b;
}
#pdp-customer-reviews .load-reviews-row {
  padding-top: 30px;
  padding-bottom: 30px;
}
#pdp-customer-reviews .load-reviews-row .review-count {
  margin-bottom: 25px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
@media only screen and (max-width: 1024px) {
  #pdp-customer-reviews li.customer-review {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #pdp-customer-reviews .rating-col .helpful-count {
    margin-top: 30px;
  }
  #pdp-customer-reviews .rating-col .helpful-cta {
    margin-top: 25px;
  }
  #pdp-customer-reviews .rating-col .stars {
    margin-bottom: 10px;
  }
  #pdp-customer-reviews .review-col .review-title {
    margin-bottom: 25px;
  }
  #pdp-customer-reviews .review-col .review-title .title,
  #pdp-customer-reviews .review-col .review-title .date {
    width: 100%;
    display: block;
    float: none;
  }
  #pdp-customer-reviews .review-col .review-title .title {
    margin-bottom: 10px;
  }
  #pdp-customer-reviews .review-col .review-title .date {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #pdp-customer-reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #pdp-customer-reviews .review-summary .title-col,
  #pdp-customer-reviews .review-summary .star-col,
  #pdp-customer-reviews .review-summary .cta-col {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
  #pdp-customer-reviews .review-summary .cta-col .cta {
    text-align: center;
  }
  #pdp-customer-reviews .review-summary .cta-col .button {
    right: 0;
  }
  #pdp-customer-reviews .rating-col,
  #pdp-customer-reviews .review-col {
    width: 100%;
    display: block;
    float: none;
    position: static;
    left: 0;
  }
  #pdp-customer-reviews .rating-col {
    margin-bottom: 30px;
  }
  #pdp-customer-reviews .rating-col .rating-value {
    margin-bottom: 20px;
  }
  #pdp-customer-reviews .rating-col .name {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
  }
  #pdp-customer-reviews .rating-col .location {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
  }
  #pdp-customer-reviews .rating-col .helpful-count,
  #pdp-customer-reviews .rating-col .helpful-cta {
    display: none;
  }
  #pdp-customer-reviews .review-col .helpful-count,
  #pdp-customer-reviews .review-col .helpful-cta {
    display: block;
  }
  #pdp-customer-reviews .review-col .helpful-count {
    margin-bottom: 5px;
  }
  #pdp-customer-reviews .review-col .review-title .title {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    text-transform: none;
    margin-bottom: 5px;
  }
  #pdp-customer-reviews .review-text {
    margin-bottom: 30px;
  }
  #pdp-row-1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #pdp-row-2 {
    margin-bottom: 0;
  }
  #pdp-row-1.main-section {
    margin-top: 10px;
  }
  #pdp-row-2 .product-tabs {
    padding-bottom: 0;
  }
  #pdp-row-6 {
    margin-top: 0;
  }
  #pdp-customer-reviews {
    padding-top: 0;
  }
}
.pt_account #main,
.pt_customerservice #main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt_account .customer-service-help,
.pt_customerservice .customer-service-help {
  border: 0;
  background: #efefef;
}
.pt_account .customer-service-help a,
.pt_customerservice .customer-service-help a {
  background: none;
}
#account-wrapper {
	padding-top:20px;
}
.account-nav {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.account-nav a:hover {
	text-decoration: underline;
}
.account-nav:before,
.account-nav:after {
  content: '';
  display: table;
}
.account-nav:after {
  clear: both;
}
.account-nav:last-child {
  margin-right: 0;
}
.account-nav .content-asset > .account-nav {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.account-nav .content-asset > .account-nav:before,
.account-nav .content-asset > .account-nav:after {
  content: '';
  display: table;
}
.account-nav .content-asset > .account-nav:after {
  clear: both;
}
.account-nav .content-asset > .account-nav:last-child {
  margin-right: 0;
}
.account-primary-col.msi-primary-col {
  width: 66.3333333333333%;
}
@media only screen and (max-width: 767px) {
  .account-nav {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .account-nav:before,
  .account-nav:after {
    content: '';
    display: table;
  }
  .account-nav:after {
    clear: both;
  }
  .account-nav:last-child {
    margin-right: 0;
  }
  .account-primary-col.msi-primary-col {
    width: 100%;
  }
}
.account-primary-col {
  float: left;
  clear: none;
  width: 58.3333333333333%;
  margin-left: 8.3333333333333%;
  margin-right: 0;
}

.account-primary-col:before,
.account-primary-col:after {
  content: '';
  display: table;
}
.account-primary-col:after {
  clear: both;
}
.account-primary-col:last-child {
  margin-right: 0;
}
.account-primary-col .page-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .account-primary-col {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .account-primary-col:before,
  .account-primary-col:after {
    content: '';
    display: table;
  }
  .account-primary-col:after {
    clear: both;
  }
  .account-primary-col:last-child {
    margin-right: 0;
  }
  .account-nav .cs-contact-number {
    display: none;
  }
  .phone-only.AccountNavigation--accordion .row,
  .account-primary-col h1,
  .account-component {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt_account #main {
    margin: 0 5% ;
  }
}
.form-left .order-totals-list {
  float: left;
  clear: none;
  width: 83.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.form-left .order-totals-list:before,
.form-left .order-totals-list:after {
  content: '';
  display: table;
}
.form-left .order-totals-list:after {
  clear: both;
}
.form-left .order-totals-list:last-child {
  margin-right: 0;
}
.form-header p,
form p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
form header,
.form-header {
  margin-bottom: 25px;
}
form header h1,
.form-header h1,
form header h2,
.form-header h2,
h1.page-hdr {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

form header h1,
.form-header h1,
h1.page-hdr {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
form header h3,
.form-header h3,
.login-box .form-header h2,
.new-customers .form-header h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: unset;
  border-bottom: none;
  margin-bottom: unset;
}
.sees-dialog.pwd-reset .reset-password-wrapper {
  width: 400px;
}
#password-reset-cta {
  display: inline-block;
}
.sees-dialog.pwd-reset .email {
  width: 100%;
}
.sees-dialog.ui-dialog.rqd.pwd-reset .ui-dialog-titlebar {
  text-align: left;
}
.account-component {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.account-component:last-child {
  border-bottom: none;
}
.account-component .component-title,
.account-component .data-summary,
.account-component .cta,
.account-component p {
  margin-bottom: 20px;
}
.account-component .component-title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.account-component p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}
.account-component .cta {
  text-align: left;
}
.account-component .manage-data-tiles {
  overflow: hidden;
  display: -ms-flexbox;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.account-component .manage-data-tile {
  width: 48%;
}

#account-address-list .manage-data-tile {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  display: flex;
  flex-direction: column;
}

#account-address-list .manage-data-tile .data-summary {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.account-component .data-summary {
  border: 1px solid #ccc;
  min-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  overflow: hidden;
  word-break: break-word;
}
.account-component .data-summary .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  padding-bottom: 6px;
}
.data-summary dd {
  line-height: 1.33em;
  display: block;
}
.data-summary dd.city,
.data-summary dd.state,
.data-summary dd.postal {
  display: inline-block;
}
.data-summary dd.city::after {
  content: ', ';
  display: inline-block;
}
.data-summary dd.state::after {
  content: ' '
}
.data-summary dd.postal::after {
  content: '';
  display: table;
}

.account-component .data-summary .edit-links,
.account-component .data-summary .delete-links {
  display: block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}

.edit-links button {
  text-decoration: underline;
  text-transform: uppercase;
}
.account-address-list .edit-links button+span::after {
  content: '|';
  display: inline-block;
  padding: 0 .25em;
}

.account-component .data-summary .delete-links {
  margin-top: 0;
}
.account-component .data-summary .make-default {
  display: inline-block;
  margin-top: 5px;
}
.address-link-spacer {
  padding-left: 4px;
  padding-right: 4px;
}
.required-fields {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-left: 5px;
}
.error-form {
  color: #c01111;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.expired-msg {
	margin-top: -25px;
}
.cta-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
}
.cc-delete.cta-link {
 text-transform: capitalize;
}
.gift-message-ctnr .cta-link {
	font-size: 16px;
	text-transform: none;
}
.selected-wrap-row button.expand-link {
	margin: 0 auto;
	border: none;
	background: none;
}
.expand-link:hover,
.cta-link:hover,
.expand-link:focus,
.cta-link:focus {
	color:#96701b;
}
.expand-link{
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  text-decoration: underline;
  display: block;
}
.edit-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}
.selection-col .expand-link {
	margin-left: auto;
	margin-right: auto;
}
.oos-expand-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
  display: block;
}

.edit-link:hover,
.edit-link a:hover,
.edit-links a:hover,
#cancelBtn:hover,
.form-caption a:hover.privacy-policy {
  background-color: #fff;
  text-decoration: underline;
  color:#96701b;
}
.edit-links a,
#cancelBtn,
.form-caption a.privacy-policy {
  background-color: #fff;
  text-decoration: underline;
}
.expand-link::before,
.edit-link::before {
  padding-right: 4px;
}
.expand-link::after,
.edit-link::after {
  padding-left: 4px;
}
.account-nav h2 {
  display: inline-block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.account-nav > ul li {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}
.account-nav > ul li.active {
  position: relative;
}
.account-nav > ul li.active::before {
  font-family: 'sees-icon-font';
  content: "\e620";
  font-size: 15px;
}
.account-nav > ul li.active::before {
  position: absolute;
  left: 0;
  top: 0;
}
.customer-service-help {
  text-align: center;
  border: 1px solid #000;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.customer-service-help a{
  text-decoration: underline;
}
.customer-service-help .expand-link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.customer-service-help h4 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 19px;
  text-transform: capitalize;
}
.customer-service-help h5 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.customer-service-help dt{
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}
.customer-service-help ul {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}
.customer-service-help dd {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 15px;
}
#default-address {
  border-bottom: none;
}

#default-address .data-summary {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #default-address .manage-data-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #default-address .manage-data-tile:before,
  #default-address .manage-data-tile:after {
    content: '';
    display: table;
  }
  #default-address .manage-data-tile:after {
    clear: both;
  }
  #default-address .manage-data-tile:last-child {
    margin-right: 0;
  }
}
#account-address-list .manage-data-tile {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #account-address-list .manage-data-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #account-address-list .manage-data-tile:before,
  #account-address-list .manage-data-tile:after {
    content: '';
    display: table;
  }
  #account-address-list .manage-data-tile:after {
    clear: both;
  }
  #account-address-list .manage-data-tile:last-child {
    margin-right: 0;
  }
  .login-row-1 .form-header h1,
  .login-row-1 #dwfrm_login,
  .login-row-1 #dwfrm_login_register,
  .login-row-1 .new-customers .form-header {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.delete-address-message {
  display: none;
  color: #c01111;
  min-width: 100%;
  min-height: 25px;
  margin-bottom: 15px;
}
.login-row-1,
.login-row-2 {
  overflow: hidden;
}
#PasswordResetForm a {
	text-decoration: underline;
}

.login-row-1 .form-row-button button:hover,
.form-row-button button:hover,
#PasswordResetForm button:hover {
	background-color: #96701b;
}
.login-wrapper {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 8.3333333333333%;
  margin-right: 0;
  overflow: hidden;
}
.login-wrapper:before,
.login-wrapper:after {
  content: '';
  display: table;
}
.login-wrapper:after {
  clear: both;
}
.login-wrapper:last-child {
  margin-right: 0;
}
.login-wrapper .login-form,
.login-wrapper .new-customers {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.login-wrapper .login-form:before,
.login-wrapper .new-customers:before,
.login-wrapper .login-form:after,
.login-wrapper .new-customers:after {
  content: '';
  display: table;
}
.login-wrapper .login-form:after,
.login-wrapper .new-customers:after {
  clear: both;
}
.login-wrapper .login-form:last-child,
.login-wrapper .new-customers:last-child {
  margin-right: 0;
}
.login-wrapper .login-form {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.login-wrapper .login-form:before,
.login-wrapper .login-form:after {
  content: '';
  display: table;
}
.login-wrapper .login-form:after {
  clear: both;
}
.login-wrapper .login-form:last-child {
  margin-right: 0;
}
.login-wrapper .login-form .expand-link {
  margin-top: 10px;
  margin-bottom: 25px;
}
.login-wrapper .new-customers {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 8.3333333333333%;
  margin-right: 0;
}
.login-wrapper .new-customers:before,
.login-wrapper .new-customers:after {
  content: '';
  display: table;
}
.login-wrapper .new-customers:after {
  clear: both;
}
.login-wrapper .new-customers:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  #account-wrapper {
	padding-top:0px;
  }
  .login-wrapper .new-customers {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .login-wrapper .new-customers:before,
  .login-wrapper .new-customers:after {
    content: '';
    display: table;
  }
  .login-wrapper .new-customers:after {
    clear: both;
  }
  .login-wrapper .new-customers:last-child {
    margin-right: 0;
  }
}
#password-reset-cta:hover {
  color: #96701b;
}
#password-reset-cta::before,
#password-reset-cta::after {
  padding-left: 0;
  padding-right: 0;
}
.login-order-track {
  clear: both;
  margin-top: 60px;
}
.orders-list-wrapper .results-hits {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
}

.order-history-item {
  border: 1px solid #ccc;
  min-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 15px;
}
.order-history-item .form-row {
  position: static;
}
.order-history-item .section.ship-to {
  clear: both;
  padding-top: 15px;
}
.order-history-item .section.ship-to .clear {
  clear: both;
}
.order-history-item .column {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
  padding-top: 15px;
}
.order-history-item .column:before,
.order-history-item .column:after {
  content: '';
  display: table;
}
.order-history-item .column:after {
  clear: both;
}
.order-history-item .column:last-child {
  margin-right: 0;
}
.order-history-item .section.order-tracking span {
  display: block;
}
.order-history-item .track-link {
  text-decoration: underline;
}
.order-history-item.clear {
  clear: both;
}
.order-history-item.clear .section {
  margin-bottom: 15px;
}
.order-history-item.clear .section .label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.order-history-item.clear .section .value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.order-history-item.clear .section.order-date .value,
.order-history-item.clear .section.order-number .value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}
.ui-dialog.sees-dialog.alert.account-add-shipment button.close {
	text-decoration: underline;
	text-transform: uppercase;
	width: auto;
}
.sees-dialog.account-add-shipment .cta .checkout {
	display: inline-block;
	padding: .5em .25em;
}
.ui-dialog.sees-dialog.alert {
	max-width: 25em;
}
.ui-dialog.sees-dialog.alert.account-add-shipment .sees-alert.ui-dialog-content {
	max-width: 350px;
	text-align: left;
	line-height: 20px;
}
.sees-dialog.account-add-shipment .actions {
	text-align: center;
}
.sees-dialog.account-add-shipment .unavailable {
	margin: .5em 1em 1em 1em;
	font-weight: 500;
}
.sees-dialog.account-add-shipment .unavailable .pieces {
	display: block;
	font-weight: normal;
	font-size: .8em;
	margin-left: .5em;
}

.sees-dialog.account-add-shipment .details {
	margin-bottom: 2em;
}
.sees-dialog.account-add-shipment .details em {
	font-style: normal;
	font-weight: 500;
}
.order-history {
	font-size: 15px;
}
.order-history h1 {
	margin-bottom: 0;
}
.order-history .trackingnumber .label {
	margin-bottom: 0;
}
.order-history .trackingnumber > span {
  display: block;
}
.order-history-details {
	line-height: 1.4em;
}
.order-history h2,
.order-history .item-count {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;

	margin-bottom: .25em;
}
.order-history .item-count {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: .25em;
}

.order-history .subhead {
	padding: 1em 0;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
}
.order-history .table-layout {
	width: 100%;
	table-layout: fixed;
}
.order-history .table-layout > * {
	display: table-cell;
	vertical-align: top;
}
.order-history .subhead dl > * {
	width: 30%;
	vertical-align: top;
}
.order-history .table-layout > * > * {
	display: block;
}
.order-history .shipment-container, .order-history .payment-container {
	padding-bottom: .85em;
	margin-bottom: .85em;
	border-bottom: 1px solid #000;
}
.order-history .payment-method, .order-history .payment-amount {
  text-align: right;
}
.order-history .payment-amount {
  width: 120px;
}
.order-history .order-totals-table {
	font-weight: 500;
	font-size: 1.1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
.order-history .subhead dt {
	text-transform: uppercase;
}
.order-history .subhead dl > :last-child,
.order-history .shipping > :last-child {
	width: 40%;
}
.order-history .shipping {
	width: 100%;
}
.order-history .shipping > :first-child {
	width: 60%;
	white-space: nowrap;
}
.order-history .shipping {
	margin-bottom: 1em;
}
.order-history .gift-message,
.order-history .delivery-instructions {
	font-size: .90em;
}
.order-history .multiship .items {
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ECECEC;
}
.order-history .line-item {
	padding: .5em 0;
}
.order-history .customMix-list,
.order-history .line-item .wrap {
	font-size: .85em;
}
.order-history .line-item h3 {
	font-weight: 500;
}
.order-history .item-details {
	display: flex;
	flex-direction: row;
}
.order-history .item-details > * {
	width: 25%;
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.order-history .item-details > :last-child {
	padding-right: 0;
}
.order-history .item-details dt {
	flex: 1 0 auto;
	font-size: .80em;
}
.order-history .item-details .sku dt {
	font-size: 1em;
}

.order-history .unit-price .price-standard {
	color: #999;
	text-decoration: solid line-through #333;
}

.order-history .item-details .sku dt {
	text-transform: uppercase;
}

.order-history .item-details .price {
	text-align: right;
}
.order-history .item-details .quantity {
	text-align: center;
}

.order-history .reorder {
	margin: 1.5em 0;
	text-align: center;
}

.order-history .totals-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.order-history .totals-table > * {
	display: table-row;
	font-size: .85em;
}
.order-history .totals-table > :first-child,
.order-history .totals-table > :last-child {
	font-size: 1em;
}
.order-history .totals-table dt,
.order-history .totals-table dd {
	display: table-cell;
	text-align: right;
	white-space: nowrap;
}
.order-history .totals-table dd {
	width: 120px;
	padding-left: 20px;
}
.order-history .totals-table .discount dd::before {
	content: '-';
}
.order-history .trackingnumber {
  margin: 1em 0;
}
.order-history .track-link {
  text-decoration: underline;
}

.order-history-details .attribute-wrap {
  margin-top: 0;
}
.shipment-container:last-child .shipment-totals-table {
  border: 0;
}
.my-account-payment-methods .row {
  clear: both;
}
.my-account-payment-methods .row .column {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.my-account-payment-methods .row .column:before,
.my-account-payment-methods .row .column:after {
  content: '';
  display: table;
}
.my-account-payment-methods .row .column:after {
  clear: both;
}
.my-account-payment-methods .row .column:last-child {
  margin-right: 0;
}
.my-account-payment-methods .row .column:nth-child(even) {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 8.3333333333333%;
  margin-right: 0;
}
.my-account-payment-methods .row .column:nth-child(even):before,
.my-account-payment-methods .row .column:nth-child(even):after {
  content: '';
  display: table;
}
.my-account-payment-methods .row .column:nth-child(even):after {
  clear: both;
}
.my-account-payment-methods .row .column:nth-child(even):last-child {
  margin-right: 0;
}
.my-account-payment-methods .creditcard-primary button[type='submit'],
.my-account-payment-methods .payment-list button[type='submit'] {
  background-color: #fff;
  color: #000;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 0;
}
.my-account-payment-methods .creditcard-primary .expired,
.my-account-payment-methods .payment-list .expired {
  color: #f00;
}
.my-account-payment-methods .edit-payments-tooltip {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 30px;
  max-width: 555px;
}
.my-account-payment-methods .edit-payments-tooltip > div:first-child {
  float: left;
  width: 15px;
}
.my-account-payment-methods .edit-payments-tooltip > div:last-child {
  margin-left: 15px;
}
.my-account-payment-methods .edit-payments-default-card-row {
  overflow: hidden;
}
.my-account-payment-methods .edit-payments-default-card-row > .row {
  float: left;
  clear: none;
  width: 275px;
  max-width: 100%;
  margin-bottom: 20px;
}

.my-account-payment-methods .edit-payments-default-card-header {
  overflow: hidden;
  margin-bottom: 20px;
}
.my-account-payment-methods .creditcard-primary {
  font-size: 16px;
}
.my-account-payment-methods .payment-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.my-account-payment-methods .payment-list li {
  border: 1px solid #ccc;
  margin: 5px;
  width: 40%;
  padding: 20px;
}
.my-account-payment-methods .payment-list li div {
  line-height: 1.33em;
}
.my-account-payment-methods .payment-list > li:nth-child(odd) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .my-account-payment-methods .payment-list li {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.my-account-payment-methods .payment-methods-help {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.my-account-payment-methods .payment-giftcard {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#edit-address-form input[type="date"],
#edit-address-form input[type="datetime"],
#edit-address-form input[type="email"],
#edit-address-form input[type="text"],
#edit-address-form select,
#edit-address-form input[type="tel"] {
  width: 100%;
}
#edit-address-form .tooltip {
  display: block;
  margin-bottom: 20px;
}
#edit-address-form .tooltip-content {
  display: none;
}
#edit-address-form .form-row-button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.add-card-dialog .cc-num {
	width: 97%;
}
#CreditCardForm .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
#CreditCardForm .month,
#CreditCardForm .year {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-bottom: 0;
}
#CreditCardForm .month.input-select,
#CreditCardForm .year.input-select {
  width: 100%;
}
#CreditCardForm .month select,
#CreditCardForm .year select {
  width: 145px;
}
#CreditCardForm .month.label-removed label,
#CreditCardForm .year.label-removed label {
  display: none;
}
#CreditCardForm .month label,
#CreditCardForm .year label {
  display: none;
}
#CreditCardForm .cvn input {
  width: 150px;
}
#CreditCardForm .form-row-button {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
#CreditCardForm .form-row-button a,
#CreditCardForm .form-row-button button {
  position: relative;
  display: block;
  margin: auto;
}
#RegistrationForm,
#ContactUsForm {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
#RegistrationForm:before,
#ContactUsForm:before,
#RegistrationForm:after,
#ContactUsForm:after {
  content: '';
  display: table;
}
#RegistrationForm:after,
#ContactUsForm:after {
  clear: both;
}
#RegistrationForm:last-child,
#ContactUsForm:last-child {
  margin-right: 0;
}
#RegistrationForm .fieldset-header,
#ContactUsForm .fieldset-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
#RegistrationForm .fieldset-header h2,
#ContactUsForm .fieldset-header h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
#RegistrationForm .newsletter-fields legend.header,
#ContactUsForm .newsletter-fields h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
}
#RegistrationForm .newsletter-fields legend.header {
	padding-bottom: 1em;
}
.newsletter-fields .form-caption a.fonts-copy-caps {
	text-decoration: underline;
}

#RegistrationForm input[type="date"],
#ContactUsForm input[type="date"],
#RegistrationForm input[type="datetime"],
#ContactUsForm input[type="datetime"],
#RegistrationForm input[type="email"],
#ContactUsForm input[type="email"],
#RegistrationForm input.input-text,
#ContactUsForm input[type="text"],
#ContactUsForm textarea.comment,
#RegistrationForm select,
#ContactUsForm select {
  width: 80%;
}
#RegistrationForm .required-indicator,
#ContactUsForm .required-indicator {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}
.registration .company-fields,
#ContactUsForm fieldset.company-fields {
  display: none;
}

#ContactUsForm fieldset.company-fields.show {
  display: block;
}
.registration hr,
#ContactUsForm .email-fields,
#ContactUsForm .password-fields,
#ContactUsForm .birthday-fields,
#ContactUsForm .newsletter-fields {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.registration hr {
	padding: 0;
	border-bottom: none;
}

#ContactUsForm .newsletter-fields {
  border-top: none;
  border-bottom: none;
}
#RegistrationForm .birthday-fields .form-row,
#ContactUsForm .birthday-fields .form-row {
  float: left;
  clear: none;
  width: 41.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
#RegistrationForm .birthday-fields .form-row:before,
#ContactUsForm .birthday-fields .form-row:before,
#RegistrationForm .birthday-fields .form-row:after,
#ContactUsForm .birthday-fields .form-row:after {
  content: '';
  display: table;
}
#RegistrationForm .birthday-fields .form-row:after,
#ContactUsForm .birthday-fields .form-row:after {
  clear: both;
}
#RegistrationForm .birthday-fields .form-row:last-child,
#ContactUsForm .birthday-fields .form-row:last-child {
  margin-right: 0;
}
#RegistrationForm .privacy-policy,
#ContactUsForm .privacy-policy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
#RegistrationForm .privacy-policy:hover,
#ContactUsForm .privacy-policy:hover {
  color: #96701b;
}
#ContactUsForm fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
}
.registration .form-row.row-iscompany.selected + div.company-fields,
.registration .company-fields.required {
	display: block;
}
.contactus.confirmation-message {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.contactus.confirmation-message .subhead {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.profile-form {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
.profile-form:before,
.profile-form:after {
  content: '';
  display: table;
}
.profile-form:after {
  clear: both;
}
.profile-form:last-child {
  margin-right: 0;
}
.profile-form .buttons {
  display: none;
}
.profile-form .toggle-ctnr {
  border-bottom: 1px solid #8e8e8e;
  width: 100%;
}
.profile-form fieldset {
  position: relative;
  display: block;
  width: calc(100% - 50px);
  text-align: left;
}

.profile-form fieldset[disabled] .checkbox {
  opacity: 0.5;
}

.registration legend.header::before,
.registration legend.header::after,
.profile-form legend::before,
.profile-form legend::after {
  content:'';
  display:table;
}
.registration legend.header::after,
.profile-form legend::after {
  clear: both;
}
.registration fieldset .info,
.registration fieldset .required-indicator {
	margin-top: -.8em;
	padding-bottom: 1.5em;
}
.profile-form fieldset .status {
  padding-bottom: 1em;
  color: #96701b;
}
.profile-form fieldset .actions {
  margin-bottom: 1em;
}

.cf::before,
.cf::after {
  content:'';
  display:table;
}
.cf::after {
  clear: both;
}

.profile-form fieldset[disabled] .form-row input,
.profile-form fieldset[disabled] .form-row select,
.profile-form fieldset[disabled] .form-row textarea {
  background: none;
}
.profile-form fieldset[disabled] .form-row input,
.profile-form fieldset[disabled] .form-row textarea {
  opacity: .60;
}
.profile-form fieldset.fs-name .form-row {
  max-width: 45%;
}
.profile-form fieldset [name$="lastname"],
.profile-form fieldset [name$="firstname"] {
  display: inline-block;
  width: 100%;
}
.profile-form fieldset.fs-name .form-row {
  display: inline-block;
  vertical-align: top;
}

.profile-form fieldset label.error-message {
  display: block;
}

.profile-form fieldset[disabled] .email-pwd,
.profile-form fieldset[disabled] .active-show,
.profile-form fieldset[disabled] .actions {
  display: none;
}

.profile-form fieldset select {
  height: initial;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}

.registration legend.header,
.profile-form legend {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 54px;
  display: inline-block;
}
.profile-form fieldset .success {
  display: inline-block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-top: 10px;
}
.profile-form fieldset input[type="date"]:disabled,
.profile-form fieldset input[type="datetime"]:disabled,
.profile-form fieldset input[type="email"]:disabled,
.profile-form fieldset input[type="text"]:disabled,
.profile-form fieldset input[type="password"]:disabled,
.profile-form fieldset input[type="tel"]:disabled,
.profile-form fieldset select {
  border: none;
  padding-left: 0;
}
.profile-form fieldset[disabled] .selectbox select {
  border: none;
  opacity: 0.5;
  background-image: none;
}

.profile-form fieldset input[type="date"],
.profile-form fieldset input[type="datetime"],
.profile-form fieldset input[type="email"],
.profile-form fieldset input[type="text"],
.profile-form fieldset input[type="password"],
.profile-form fieldset input[type="tel"],
.profile-form fieldset select {
  border: 1px solid #626264;
  padding-left: 10px;
  opacity: 1;
}

.profile-form fieldset input[type="date"]:focus,
.profile-form fieldset input[type="datetime"]:focus,
.profile-form fieldset input[type="email"]:focus,
.profile-form fieldset input[type="text"]:focus,
.profile-form fieldset input[type="password"]:focus,
.profile-form fieldset input[type="tel"]:focus,
.profile-form fieldset select:focus {
  border: 2px solid #000;
}

.profile-form fieldset select {
  width: 100%;
}
.profile-form fieldset .form-caption {
  display: block;
  margin-bottom: .75em;
}
.profile-form fieldset p {
  margin: 1em 0;
}
.profile-form .form-row.required label:after {
  content: "";
}
.profile-form .form-caption {
  display: none;
}
.profile-form .form-caption.error {
  display: block;
}
.profile-form .fs-birthday {
  overflow: hidden;
}

.profile-form .fs-birthday .form-row {
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: .5em;
  display: inline-block;
  width: auto;
  padding-right: 1px;
  vertical-align: top;
}

.profile-form label.toggler {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  display: block;
  text-align: right;
  width: 50px;
  line-height: 50px;
  float: right;
}

.reset-password-wrapper {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.reset-password-wrapper h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.reset-password-wrapper form {
  margin-top: 20px;
}
.reset-password-wrapper .cta {
  margin-top: 20px;
}
.reset-password-wrapper .cta-left .account-button:hover {
	background-color: #96701b;
}
.gift-card-balance-header {
  border-bottom: 3px solid #000;
  padding-bottom: 3px;
  margin-bottom: 40px;
}
.gift-card-balance-header >div {
  border-bottom: 1px solid #000;
}
.gift-card-balance-header h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gift-card-balance-header > div {
  padding-bottom: 30px;
}
.gift-card-balance-header p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
#giftcard-balance-form .form-caption {
  display: none;
}
.gift-card-tooltip {
  margin-top: -15px;
  padding-bottom: 25px;
}
.gift-card-tooltip a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .gift-card-balance-header,
  #giftcard-balance-form {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .gift-card-balance-header:before,
  #giftcard-balance-form:before,
  .gift-card-balance-header:after,
  #giftcard-balance-form:after {
    content: '';
    display: table;
  }
  .gift-card-balance-header:after,
  #giftcard-balance-form:after {
    clear: both;
  }
  .gift-card-balance-header h2 {
    padding-top: 0;
  }
  #giftcard-balance-form {
    margin-bottom: 30px;
  }
  .gift-card-tooltip {
    text-align: left;
  }
}
#legacy-password-wrapper {
  width: auto;
  max-width: 700px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#legacy-password-wrapper:before,
#legacy-password-wrapper:after {
  content: '';
  display: table;
}
#legacy-password-wrapper:after {
  clear: both;
}
#legacy-password-wrapper header,
#legacy-password-wrapper .form-row {
  text-align: center;
}
#legacy-password-wrapper .form-row {
  margin-top: 30px;
}
#PasswordResetForm {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 30px;
}
#PasswordResetForm p {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .pt_account .account-nav .content-asset > .account-nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pt_account .account-nav .content-asset > .account-nav:first-child {
    margin-left: auto;
  }
  .pt_account .account-nav .content-asset > .account-nav:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #ContactUsForm {
    display: block;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #ContactUsForm:first-child {
    margin-left: auto;
  }
  #ContactUsForm:last-child {
    margin-right: auto;
  }
  #RegistrationForm {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #RegistrationForm:first-child {
    margin-left: auto;
  }
  #RegistrationForm:last-child {
    margin-right: auto;
  }
  #RegistrationForm input {
    width: 80%;
  }
  .account-nav h2,
  .account-nav > ul {
    display: none;
  }
  .account-component .manage-data-tile {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both;
  }
  .account-component .manage-data-tile:before,
  .account-component .manage-data-tile:after {
    content: '';
    display: table;
  }
  .account-component .manage-data-tile:after {
    clear: both;
  }
  .account-component .manage-data-tile:last-child {
    margin-right: 0;
  }
  .account-component .manage-data-tile.payment {
    margin-bottom: 0;
  }
  .order-history-item .form-row:nth-child(2) .column:nth-child(2) {
    display: none;
  }
  .order-history-item .form-row:nth-child(2) .column:nth-child(3n) {
    float: left;
    clear: none;
    width: 66.6666666666667%;
    margin-left: 0;
    margin-right: 0;
  }
  .order-history-item .form-row:nth-child(2) .column:nth-child(3n):before,
  .order-history-item .form-row:nth-child(2) .column:nth-child(3n):after {
    content: '';
    display: table;
  }
  .order-history-item .form-row:nth-child(2) .column:nth-child(3n):after {
    clear: both;
  }
  .order-history-item .form-row:nth-child(2) .column:nth-child(3n):last-child {
    margin-right: 0;
  }
  #edit-address-form .form-row-button {
    margin-bottom: 130px;
  }
  .profile-form {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .profile-form:before,
  .profile-form:after {
    content: '';
    display: table;
  }
  .profile-form:after {
    clear: both;
  }
  .profile-form:last-child {
    margin-right: 0;
  }
  .profile-form input {
    width: 100%;
    max-width: 400px;
  }
  .login-wrapper {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .login-wrapper:first-child {
    margin-left: auto;
  }
  .login-wrapper:last-child {
    margin-right: auto;
  }
  .login-wrapper .login-form {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .login-wrapper .login-form:first-child {
    margin-left: auto;
  }
  .login-wrapper .login-form:last-child {
    margin-right: auto;
  }
  .login-wrapper .login-form .form-header {
    width: 100%;
  }
  .pt_account .account-nav .content-asset > .account-nav {
    margin-bottom: 30px;
  }
  .pt_account ul.order-result-items > li.order-history-item .order-edit > a {
    padding: 10px;
  }
}

.offline-category {
  width: 50%;
  margin: 0 auto 2em auto;
  text-align: center;
}
.offline-category .summary {
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding: 0 60px;
  margin: 1.5em 0 2em 0;
}
.search-results-wrapper {
  text-align: center;
}
.confirmation-header,
.search-header,
.custom-mix .section-header {
  font-family: AmericanTypewriterStd-Med;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
}
.primary-page-heading {
  margin: 1em 0;
  text-align: center;
  font-family: AmericanTypewriterStd-Med;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
}
#search-header .category-heading {
  font-family: AmericanTypewriterStd-Med;
}
.category-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 3em 2em 3em;
  color: #000;
}
@media only screen and (max-width: 767px){
	#search-header,
	.custom-mix .section-header {
		padding-bottom: 10px;
	}
	#search-header .category-heading,
	.custom-mix .section-header {
	  font-size: 31px;
	}
	.category-copy {
	  font-size: 15px;
    color: #000;
	}
}
.search-results-wrapper {
  overflow: hidden;
}
.search-results-wrapper.no-filters .search-results-grid {
  margin: 0 auto;
  float: none;
  clear: both;
}
.no-filters {
  padding-left: 0;
  margin-left:auto;
  margin-right:auto;
}
.product-results-wrapper {
  width: 100%;
  overflow: hidden;
}
.product-results-wrapper .search-result-options {
  width: 100%;
  text-align: right;
}
.search-result-options .selectbox select {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 17px;
  font-weight: lighter;
  text-transform: none;
  background-image: url("../images/select-carot.svg");
  border: 1px solid #626264;
  color: #626264;
}
.search-result-options .selectbox select:hover {
  border-color: #000;
  color: #000;
}
.product-results-wrapper .search-refinement-wrapper {
  width: 15%;
  text-align: left;
  font-size: 15px;
  float: left;
}
.search-refinement-wrapper > header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  font-size: 1px;
}
.search-refinement-wrapper > footer {
  display: none;
}
.search-refinement-wrapper > header .clear button {
  display: none;
  text-decoration: underline;
  font-size: 15px;
  color: #808080;
  font-weight: lighter;
}
.search-refinement-wrapper > header .clear button.active {
  display: inline-block;
}
.search-refinement-wrapper .hdr-ctnr {
  display: table;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #000;
}
.search-refinement-wrapper .hdr-ctnr > * {
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}
.search-refinement-wrapper .hdr-ctnr > *:first-child {
  text-align: left;
}
.search-refinement-wrapper .hdr-ctnr > *:nth-child(2) {
	width: 70%;
	text-align: center;
}
.search-refinement-wrapper .hdr-ctnr > *:last-child {
  text-align: right;
}
.product-results-wrapper .search-results-grid {
  width: 85%;
  margin: 0;
}
.search-result-items .tile-action {
  line-height: 50px;
}
.grid-tile.slot-container.flex-show {
  display: inline-block;
}

.product-tile {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  display: flex;
  flex-direction: column;
}
.product-tile .product-name {
  padding: .5em .1em;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-tile .vid {
	margin-left: .5em;
}
.product-tile .vid::before {
	content: '#';
}
.inline-rating {
  width: 175px;
  overflow: hidden;
  text-align: left;
  line-height: 1em;
  margin: .75em 0;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .inline-rating {
    width: 100%;
  }
}
.product-tile .inline-rating {
  margin: .5em 0;
}
.inline-rating .ratings-count {
  display: inline-block;
}
.inline-rating .rating-ctnr {
  width: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  position: relative;
}
.inline-rating .star-ctnr  {
  text-align: left;
  display: inline-block;
  font-family: 'sees-icon-font';
}
.inline-rating .star-ctnr > span {
  display: inline-block;
}
.inline-rating .star-ctnr > span::after {
  display: inline-block;
  letter-spacing: .32em;
}
.inline-rating .star-ctnr.off {
  color: #ECECEC;
}
.inline-rating .star-ctnr.off > span {
  background: url(../images/ratings_stars.svg) no-repeat;
  height: 18px;
  width: 100px;
  opacity: .25;
}
.inline-rating .star-ctnr.on {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inline-rating .star-ctnr.on > div {
  display: block;
  float: left;
}
.inline-rating .star-ctnr.on > div {
  background: url("../images/ratings_star.svg") no-repeat;
  width: 19px;
  height: 16px;
}
.inline-rating .star-ctnr.on > div.partial {
  background: none;
  margin-left: 1px;
}
.inline-rating .star-ctnr.on > div.partial > div {
  overflow: hidden;
  display: inline-block;
}
.inline-rating .star-ctnr.on > div.partial > div {
  background: url("../images/ratings_star.svg") no-repeat;
  height: 19px;
}
.inline-rating .ratings-average {
  margin-right: 5px;
}
.product-tiles-container {
  display: -ms-flexbox;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-tiles-container .grid-tile {
  display: -ms-flexbox;
  display: flex;
}
.grid-tile .cta button,
.cta .button.fancy {
  padding: 0 1em;
}
header.dbl-line span,
.carousel-slot header .title-bot,
.product-listing header .title-bot {
	font-family: 'AmericanTypewriterStd-Med';
	font-weight: 300;
	font-size: 30px;
	text-transform: capitalize;
	letter-spacing: 0;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
header.dbl-line,
.carousel-slot header,
.product-listing header {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.dual-line {
	margin-top: 0;
}

.dual-line-flip {
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}
.product-tile-info {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.search-result-items .tile-action a.custom-mix-link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16px;
	text-decoration: underline;
	line-height: 50px;
}
.content-results-wrapper .search-header-toggle-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.content-results-wrapper .search-header-toggle-wrapper:before,
.content-results-wrapper .search-header-toggle-wrapper:after {
  content: '';
  display: table;
}
.content-results-wrapper .search-header-toggle-wrapper:after {
  clear: both;
}
.content-results-wrapper .search-header-toggle-wrapper .search-header-toggle li {
  display: block;
  width: auto;
  float: left;
  text-align: left;
}
.search-results-wrapper label.results-toggle {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	color: #595959;
	width: 165px;
}
.search-results-wrapper label[for=tab-product] {
	text-align: right;
	padding-right: .125em;
}
.search-results-wrapper label[for=tab-content] {
	text-align: left;
	padding-left: .125em;
}
.search-results-wrapper .tab-content:checked + label,
.search-results-wrapper .tab-product:checked + label {
	color: #000;
}
.search-results-wrapper .tab-content:checked ~ .product-results-wrapper,
.search-results-wrapper .tab-product:checked ~ .content-results-wrapper {
	display: none;
}
.search-results-wrapper .tab-product:checked ~ .product-results-wrapper,
.search-results-wrapper .tab-content:checked ~ .content-results-wrapper {
	display: block;
}
.search-results-wrapper .results-toggle-divider::after {
	content: "|";
	padding: 0 .25em;
	font-size: 20px;
	display: inline-block;
}
.search-results-wrapper::before,
.search-results-wrapper::after {
	content: ' ';
	display: table;
}
.search-results-wrapper::after {
	clear: both;
}
.search-refinement-bar .att-name {
  font-size: 1.35em;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  font-weight: bold;
}
.search-refinement-bar .refinement .clear {
	text-decoration: underline;
	color: #808080;
	font-weight: lighter;
	margin: 5px 0;
	display: none;
}
.search-refinement-bar .refinement.active .clear {
  display: inline-block;
  font-size: 15px;
}
.search-refinement-bar .attribute-filters {
	text-align: left;
}
.search-refinement-bar .refinement-option {
	line-height: 31px;
}
.search-refinement-bar .refinement-option label[data-checkbox] {
	display: inline-block;
	line-height: 20px;
  font-weight: 400;
  color: #000;
}
.search-refinement-bar .refinement-option label {
	cursor: pointer;
}
.search-refinement-bar .refinement-option input[type="checkbox"] + span {
	font-size: 15px;
	float: none;
	display: inline-block;
	height: 1.25em;
	width: 1.25em;
	background: #fff;
	outline: 1px solid #000;
	cursor: pointer;
	margin-left: 1px;
}
.search-refinement-bar .refinement-option input[type="checkbox"]:checked + span {
	background: #000 url(../images/checkmark-white.svg) center no-repeat;
}
.search-refinement-bar .refinement-option input[type="checkbox"]:checked + span::before {
	display: none;
}
.search-refinement-bar .refinement-list {
	margin-top: 6px;
}
.search-refinement-bar .category-filter.active > a,
.search-refinement-bar .category-subfilter.active > a {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.search-refinement-bar .category-filters::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.search-refinement-bar .category-filters::after {
  display: block;
}
.search-refinement-bar .category-filter {
  margin-bottom: 25px;
}
.search-refinement-bar .category-filter a {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.search-refinement-bar .category-filter > a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.search-refinement-bar .category-filter .category-subfilters {
  display: none;
}
.search-refinement-bar .category-filter.expanded.has-sub-cats .category-subfilters {
  display: inline-block;
  color: #000;
}
.search-refinement-bar .category-filter.expanded.has-sub-cats > a::after {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
}
.search-refinement-bar .category-filter.expanded.has-sub-cats > a::after {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.search-refinement-bar .category-subfilter {
  margin-bottom: 25px;
}
.search-refinement-bar .category-subfilter > a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.search-refinement-bar .cat-expand-icon {
  display: none;
  position: relative;
}
.search-refinement-bar .cat-expand-icon::after {
  content: '+';
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 20px;
  line-height: 16px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
}
.search-refinement-bar .has-sub-cats .cat-expand-icon {
  display: inline;
}
.search-refinement-bar .expanded .cat-expand-icon::after {
  content: '-';
}
.search-refinement-bar .refinement {
  margin-bottom: 1.5em;
}
.search-refinement-bar .refinement h2,
.search-refinement-bar .refinement .refinement-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
  padding: 8px;
}
.search-refinement-bar .refinement h3 {
  cursor: pointer;
}
.search-refinement-bar .refinement .refinement-link:hover {
  color: #96701b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-refinement-bar .category-refinement {
  border: none;
}
.search-refinement-bar .selected .refinement-link {
  position: relative;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-refinement-bar .selected .refinement-link::after {
  font-family: 'sees-icon-font';
  content: "\e60a";
  font-size: 11px;
}
.search-refinement-bar .selected .refinement-link::after {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
.refinement-set > h3 {
  position: relative;
}
.refinement-set > h3:hover {
  color: #96701b;
}
.refinement-set > h3::after {
  content: '+';
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  line-height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.refinement-set .refinement-list {
  display: none;
}
.refinement-set.active >h3::after {
  content: '-';
  font-size: 32px;
}
.refinement-set.active .refinement-list {
  display: block;
}
.refinement-set .refinement-list li,
.refinement.Price .refinement-list li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.refine-filter-btn-ctnr {
  display: none;
}

.reset-refinements,
#search-refinements-slot {
  margin-top: 25px;
  margin-bottom: 25px;
}
.reset-refinements .menu-divider,
#search-refinements-slot .menu-divider {
  margin-bottom: 25px;
}
.reset-refinements::after {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
}
.reset-refinements::after {
  margin-top: 25px;
  display: block;
}
.search-result-banner-inner {
  clear: both;
  padding-bottom: 40px;
}
.catalog-grid-promotion {
  padding: 9px;
  color: #fff;
  background-color: #1aaf69;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grid-promotion-inner {
  border: 5px solid #fff;
  height: 59px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 52px;
  text-align: center;
}
.grid-promotion-inner span {
  display: inline-block;
  vertical-align: middle;
}
.grid-promotion-inner .secondary {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 3px;
  padding-left: 20px;
}
.catalog-grid-promotion {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.catalog-grid-promotion.laced-border {
  background-color: transparent;
  border-image: url("../images/green-dot-border-top.png") 27% repeat;
  border-width: 7px;
}
.catalog-grid-promotion.laced-border .grid-promotion-inner {
  color: #fff;
  background-color: #1aaf69;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
}
.catalog-grid-promotion.laced-border .grid-promotion-inner img {
  margin-top: -10px;
  margin-bottom: -25px;
  height: 68px;
}
.search-results-grid .no-product-results {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px;
  max-width: none;
}
.category-banner {
  max-width: 100%;
  overflow: hidden;
}
.category-banner picture,
.category-banner img {
  max-width: 100%;
  width: 100%;
}
.pt_product-search-result #main,
.pt_product-search-noresult #main {
  position: relative;
}
#wrapper.menu--open #back-to-top-outer {
  display: none;
}
#back-to-top-outer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#back-to-top-inner {
  position: relative;
  width: auto;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1476px;
}
#back-to-top-inner:before,
#back-to-top-inner:after {
  content: '';
  display: table;
}
#back-to-top-inner:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #back-to-top-inner {
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  #back-to-top-inner:before,
  #back-to-top-inner:after {
    content: '';
    display: table;
  }
  #back-to-top-inner:after {
    clear: both;
  }
  .offline-category {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #back-to-top-inner {
    width: auto;
    max-width: 767px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  #back-to-top-inner:before,
  #back-to-top-inner:after {
    content: '';
    display: table;
  }
  #back-to-top-inner:after {
    clear: both;
  }
  .offline-category {
    width: 100%;
  }
  .offline-category .summary {
    padding: 0 1em;
  }
}
#back-to-top-cta {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 0;
  margin-left: -45px;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#back-to-top-cta::before {
  transform: scale(.2);
  font-family: 'sees-icon-font';
  content: url("../images/ToTopArrow.png");
  font-size: 22px;
  height: 100px;
  width:100px;
  margin-left: -35px;
}
#back-to-top-cta::before {
  display: block;
  padding-bottom: 10px;
}
#back-to-top-cta.active {
  pointer-events: auto;
}
.search-results-grid {
  float: left;
  clear: none;
  width: 75%;
  margin-left: 8.3333333333333%;
  margin-right: 0;
}
.search-results-grid:after {
  clear: both;
}
.search-results-grid .gift-pack-tile .product-tile-carousel,
.search-results-grid .gift-pack-pieces-tile .product-tile-carousel,
.search-results-grid .carousel-loaded .product-tile-carousel {
  opacity: 1;
}
.search-results-grid .gift-pack-tile .product-tile-no-carousel,
.search-results-grid .gift-pack-pieces-tile .product-tile-no-carousel,
.search-results-grid .carousel-loaded .product-tile-no-carousel {
  opacity: 1;
}
.search-results-grid.full-width-grid {
  width: 100%;
  display: block;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.search-results-grid .gift-pack-tile {
  border-bottom: 1px solid #ccc;
}
.grid-tile {
  float: left;
  clear: none;
  width: 25%;
  text-align: center;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 2px;
  font-size: 15px;
  min-width: 160px;
  line-height: 1.2em;
}
.grid-tile .product-name {
  padding: .5em 0;
}
.grid-tile.slot-container {
	width: 100%;
	order: 4;
	display: none;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
.grid-tile.slot-container.show-flex {
	display: -ms-flexbox;
	display: flex;
}
.grid-tile {
  width: 32%;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.search-result-banner-wrapper {
	display: none;
	width: 100%;
	float: left;
}
.grid-tile.slot,
.grid-tile.slot-tile {
  display: none;
}
.grid-tile.slot.active {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid-tile.slot > div {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex: 1 1 auto;
  -ms-align-items: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.grid-tile.slot img {
  max-width: 100%;
}
.grid-tile .slot-content-tile {
  width: 100%;
  max-width: 100%;
}
.grid-tile.default-tile .product-tile-window {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}
.grid-tile.slot > div,
.grid-tile .product-tile {
	border: 1px solid #D9D9D9;
	padding-bottom: 15px;
	width: 100%;
  box-shadow: 0 0 11px #fff;
  height: 100%;
}
.grid-tile.slot:hover > div,
.grid-tile:hover .product-tile {
  border: 0;
	box-shadow: 0 0 11px rgba(0, 0, 41, .15);
}
.grid-tile.slot .product-tile {
  border: none;
  padding-bottom: 0;
}
.product-tile .product-name a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.product-tile .product-name a:hover {
  color: #000;
}
.grid-tile .product-tile .tile-action {
	margin: 0 0 10px 2em;
  text-align: left;
}
@media only screen and (max-width : 1024px){
	.grid-tile .product-tile .tile-action {
    margin: 0 16px 10px;
    text-align: left;
  }
}
.grid-tile .product-tile .tile-action.cta .button {
  margin-top: 0;
	text-align: center;
  min-width: auto;
  font-size: 14px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  width: 165px;
}
.grid-tile.default-tile .slick-dots {
  height: 30px;
}
.grid-tile.default-tile .slick-dots button {
  height: 30px;
  width: 45px;
}
.grid-tile.default-tile .product-tile-badge {
  display: block;
}
.grid-tile.small-tile {
  float: left;
  clear: none;
  width: 25%;
  margin: auto 0;
}
.grid-tile.small-tile .product-tile-window {
  height: 202px;
  width: auto;
  max-width: 200px;
  float: none;
  display: block;
  margin: auto;
  padding: 0;
  border: 1px solid #000;
}
.grid-tile.small-tile .slick-list {
  height: 200px;
}
.grid-tile.small-tile .slick-dots {
  height: 20px;
}
.grid-tile.small-tile .slick-dots button {
  height: 20px;
  width: 30px;
}
.grid-tile.small-tile .product-tile-slide a {
  height: 200px;
}
.grid-tile.small-tile .product-tile-badge {
  display: block;
}
.grid-tile.small-tile .product-name {
  display: block;
}
.grid-tile.small-tile .product-pricing {
  display: block;
}
.grid-tile.small-tile .product-tile-variations {
  display: block;
}
.grid-tile.large-tile {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile.large-tile .product-tile-window {
  height: 402px;
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #000;
}
.grid-tile2.default-tile:before,
.grid-tile2.default-tile:after {
  content: '';
  display: table;
}
.grid-tile2.default-tile:after {
  clear: both;
}
.grid-tile2.default-tile:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.grid-tile2.default-tile:nth-child(3n+1) {
  clear: both;
}
.grid-tile2.default-tile .product-tile-window:before,
.grid-tile2.default-tile .product-tile-window:after {
  content: '';
  display: table;
}
.grid-tile2.default-tile .product-tile-window:after {
  clear: both;
}
.grid-tile2.default-tile .product-name {
  display: block;
}
.grid-tile2.default-tile .product-pricing {
  display: block;
}
.grid-tile2.default-tile .product-tile-variations {
  display: block;
}
.grid-tile2.small-tile:before,
.grid-tile2.small-tile:after {
  content: '';
  display: table;
}
.grid-tile2.small-tile:after {
  clear: both;
}
.grid-tile2.small-tile:nth-child(4n) {
  margin-right: 0;
  float: right;
}
.grid-tile2.small-tile:nth-child(4n+1) {
  clear: both;
}
.grid-tile2.small-tile .product-tile-window:before,
.grid-tile2.small-tile .product-tile-window:after {
  content: '';
  display: table;
}
.grid-tile2.small-tile .product-tile-window:after {
  clear: both;
}
.grid-tile2.large-tile:before,
.grid-tile2.large-tile:after {
  content: '';
  display: table;
}
.grid-tile2.large-tile:after {
  clear: both;
}
.grid-tile2.large-tile:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.grid-tile2.large-tile:nth-child(2n+1) {
  clear: both;
}
.grid-tile2.large-tile .product-tile-window:before,
.grid-tile2.large-tile .product-tile-window:after {
  content: '';
  display: table;
}
.grid-tile2.large-tile .product-tile-window:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .grid-tile2:before,
  .grid-tile2:after {
    content: '';
    display: table;
  }
  .grid-tile2:after {
    clear: both;
  }
  .grid-tile2:last-child {
    margin-right: 0;
  }
  .grid-tile2.default-tile:before,
  .grid-tile2.default-tile:after {
    content: '';
    display: table;
  }
  .grid-tile2.default-tile:after {
    clear: both;
  }
  .grid-tile2.default-tile:nth-child(3n) {
    margin-right: 0;
    float: left;
  }
  .grid-tile2.default-tile:nth-child(3n+1) {
    clear: none;
  }
  .grid-tile2.default-tile:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .grid-tile2.default-tile:nth-child(2n+1) {
    clear: both;
  }
  .grid-tile2.small-tile:before,
  .grid-tile2.small-tile:after {
    content: '';
    display: table;
  }
  .grid-tile2.small-tile:after {
    clear: both;
  }
  .grid-tile2.small-tile:nth-child(4n) {
    margin-right: 0;
    float: left;
  }
  .grid-tile2.small-tile:nth-child(4n+1) {
    clear: none;
  }
  .grid-tile2.small-tile:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .grid-tile2.small-tile:nth-child(2n+1) {
    clear: both;
  }
  .grid-tile2.large-tile:before,
  .grid-tile2.large-tile:after {
    content: '';
    display: table;
  }
  .grid-tile2.large-tile:after {
    clear: both;
  }
  .grid-tile2.large-tile:nth-child(2n) {
    margin-right: 0;
    float: left;
  }
  .grid-tile2.large-tile:nth-child(2n+1) {
    clear: none;
  }
  .grid-tile2.large-tile:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .grid-tile2.large-tile:nth-child(2n+1) {
    clear: both;
  }
}
.grid-tile.large-tile .slick-list {
  height: 400px;
}
.grid-tile.large-tile .slick-dots {
  height: 40px;
}
.grid-tile.large-tile .slick-dots button {
  height: 40px;
  width: 60px;
}
.grid-tile.large-tile .product-tile-slide a {
  height: 400px;
}
.grid-tile.large-tile .product-tile-badge {
  display: block;
}
.grid-tile.large-tile .product-name {
  display: block;
}
.grid-tile.large-tile .product-pricing {
  display: block;
}
.grid-tile.large-tile .product-tile-variations {
  display: block;
}
.grid-tile.gift-pack-tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile.gift-pack-tile .product-tile-window {
  height: 402px;
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.grid-tile.gift-pack-tile .slick-list {
  height: 400px;
}
.grid-tile.gift-pack-tile .slick-dots {
  height: 0;
}
.grid-tile.gift-pack-tile .slick-dots button {
  height: 0;
  width: 0;
}
.grid-tile.gift-pack-tile .product-tile-slide a {
  height: 400px;
}
.grid-tile.gift-pack-tile .product-tile-badge {
  display: none;
}
.grid-tile.gift-pack-tile .product-name {
  display: block;
}
.grid-tile.gift-pack-tile .product-pricing {
  display: block;
}
.grid-tile.gift-pack-tile .product-tile-variations {
  display: none;
}
.grid-tile.gift-pack-pieces-tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile.gift-pack-pieces-tile .product-tile-window {
  height: 132px;
  width: auto;
  max-width: 130px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.grid-tile.gift-pack-pieces-tile .slick-list {
  height: 130px;
}
.grid-tile.gift-pack-pieces-tile .slick-dots {
  height: 0;
}
.grid-tile.gift-pack-pieces-tile .slick-dots button {
  height: 0;
  width: 0;
}
.grid-tile.gift-pack-pieces-tile .product-tile-slide a {
  height: 130px;
}
.grid-tile.gift-pack-pieces-tile .product-tile-badge {
  display: none;
}
.grid-tile.gift-pack-pieces-tile .product-name {
  display: block;
}
.grid-tile.gift-pack-pieces-tile .product-pricing {
  display: none;
}
.grid-tile.gift-pack-pieces-tile .product-tile-variations {
  display: none;
}
.grid-tile.pieces-tile {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile.pieces-tile .slick-list {
  height: 170px;
}
.grid-tile.pieces-tile .slick-dots {
  height: 0;
}
.grid-tile.pieces-tile .slick-dots button {
  height: 0;
  width: 0;
}
.grid-tile.pieces-tile .product-tile-slide a {
  height: 170px;
}
.grid-tile.pieces-tile .product-tile-badge {
  display: none;
}
.grid-tile.pieces-tile .product-name {
  display: block;
}
.grid-tile.pieces-tile .product-pricing {
  display: none;
}
.grid-tile.pieces-tile .product-tile-variations {
  display: block;
}
.grid-tile.recommendation-tile {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.grid-tile.recommendation-tile .product-tile-window {
  height: 302px;
  width: auto;
  max-width: 300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.grid-tile.recommendation-tile .slick-list {
  height: 300px;
}
.grid-tile.recommendation-tile .slick-dots {
  height: 0;
}
.grid-tile.recommendation-tile .slick-dots button {
  height: 0;
  width: 0;
}
.grid-tile.recommendation-tile .product-tile-slide a {
  height: 300px;
}
.grid-tile.recommendation-tile .product-tile-badge {
  display: block;
}
.grid-tile.recommendation-tile .product-name {
  display: none;
}
.grid-tile.recommendation-tile .product-pricing {
  display: none;
}
.grid-tile.recommendation-tile .product-tile-variations {
  display: none;
}
.grid-tile.pieces-tile .product-name a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.grid-tile.gift-pack-tile {
  overflow: hidden;
  max-width: none;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  float: none !important;
}
.grid-tile.gift-pack-tile > .product-tile > .product-tile-window,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info {
  max-width: none;
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.grid-tile.gift-pack-tile > .product-tile > .product-tile-window:before,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info:before,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-window:after,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info:after {
  content: '';
  display: table;
}
.grid-tile.gift-pack-tile > .product-tile > .product-tile-window:after,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info:after {
  clear: both;
}
.grid-tile.gift-pack-tile > .product-tile > .product-tile-window:last-child,
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info:last-child {
  margin-right: 0;
}
.grid-tile.gift-pack-tile > .product-tile > .product-tile-info .product-name h2 a {
  font-family: 'AmericanTypewriterStd-Med';
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  text-transform: none;
}
.grid-tile.gift-pack-tile > .product-tile .product-tile-window .product-tile-slide {
  height: auto;
}
.grid-tile.gift-pack-tile > .product-tile .product-tile-window .product-tile-slide a {
  text-align: left;
}
.grid-tile.gift-pack-tile > .product-tile .product-tile-window .product-tile-slide a img {
  vertical-align: top;
  max-width: none;
  width: 90%;
  height: auto;
  margin: auto;
}
.grid-tile.gift-pack-tile .product-name {
  margin-bottom: 10px;
}
.grid-tile.gift-pack-tile .product-pricing,
.grid-tile.gift-pack-tile .product-pricing a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.grid-tile.gift-pack-tile .product-pricing {
  margin-top: 15px;
  margin-bottom: 15px;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tiles:before,
.grid-tile.gift-pack-tile .gift-pack-pieces-tiles:after {
  content: '';
  display: table;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tiles:after {
  clear: both;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tile {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  height: auto;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tile:before,
.grid-tile.gift-pack-tile .gift-pack-pieces-tile:after {
  content: '';
  display: table;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tile:after {
  clear: both;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tile:last-child {
  margin-right: 0;
}
.grid-tile.gift-pack-tile .gift-pack-pieces-tile .product-tile-info {
  display: none;
}
.grid-tile.gift-pack-tile .gift-pack-info h4 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.grid-tile.gift-pack-tile .gift-pack-info p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.grid-tile.gift-pack-tile .gift-pack-size {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 15px;
}
.grid-tile.gift-pack-tile .and-more-tile {
  max-height: 100px;
}
.grid-tile.gift-pack-tile .and-more-tile > a {
  display: block;
  height: 100px;
  border: 1px solid #000;
}
.grid-tile.gift-pack-tile .and-more-tile > a .and-more-text {
  vertical-align: middle;
  display: inline-block;
  float: none;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}
.grid-tile.gift-pack-tile footer {
  clear: both;
  margin-top: 40px;
}
.gift-pack-promo-section > header {
  padding-bottom: 47px;
  margin-top: 30px;
  text-align: center;
}
.gift-pack-promo-section > header .title-top {
  font-family: Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
}
.gift-pack-promo-section > header .title-bot {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.gift-pack-promo-section > header .title-bot::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.gift-pack-promo-section > header .title-bot::after {
  display: block;
  margin-top: 5px;
}
.gift-pack-promo-section > header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -47px;
}
.search-result-options {
  padding-left: 10px;
  padding-right: 10px;
}
.search-result-options:before,
.search-result-options:after {
  content: '';
  display: table;
}
.search-result-options:after {
  clear: both;
}
.search-result-options label {
  display: inline-block;
  margin-top: -19px;
}
.search-result-options .search-header-toggle-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 1px;
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.search-result-options .search-header-toggle-wrapper:before,
.search-result-options .search-header-toggle-wrapper:after {
  content: '';
  display: table;
}
.search-result-options .search-header-toggle-wrapper:after {
  clear: both;
}
.search-result-options .search-header-toggle-wrapper:last-child {
  margin-right: 0;
}
.search-result-options .search-header-toggle-wrapper .search-header-toggle {
  width: 100%;
}
.search-result-options .search-header-toggle-wrapper .search-header-toggle li {
  width: auto;
  float: left;
}
.search-result-options .sort-by {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
.search-result-options .sort-by:before,
.search-result-options .sort-by:after {
  content: '';
  display: table;
}
.search-result-options .sort-by:after {
  clear: both;
}
.search-result-options .sort-by:last-child {
  margin-right: 0;
}
.search-result-options .sort-by .form-row {
  margin-bottom: 10px;
}
.search-result-options .sort-by .sort-select-mobile {
	display: none;
}
.search-result-items {
  overflow: hidden;
}
.search-result-items {
	display: -ms-flexbox;
	-ms-flex-pack: space-around;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  padding: 15px 14px 0;
}
.search-result-items .discount-price,
.search-result-items .retail-price {
  display: block;
  margin-bottom: 3px;
}
.search-result-items .bv-inline-rating-container {
	text-align: center !important;
}
.search-result-items .bv-inline-rating .bv-cleanslate .bv-core-container-64 .bv-inline-rating-container .bv-rating-stars {
	letter-spacing: .25em !important;
	margin-right: -.25em !important;
}
.search-result-items .bv-inline-rating .bv-cleanslate .bv-core-container-64 .bv-inline-rating-container .bv-rating-stars-on {
	padding-right: 0 !important;
}
.search-result-items .bv-cleanslate .bv-core-container-64 .bv-inline-rating-container .bv-stars-container dd {
	display: inline-block !important;
	padding-right: 0 !important;
}
.search-result-items .bv-inline-rating {
	width: 100%;
	text-align: center;
}
.product-tile {
  overflow: hidden;
}
.product-tile-window {
  overflow: hidden;
  position: relative;
}
.product-tile-window:hover .slick-dots {
  opacity: 1;
}
.product-tile-window a {
  display: block;
  overflow: hidden;
}
.cm-piece-carousel .slick-dots,
.product-tile-window .slick-dots {
  text-align: center;
}
@media only screen and (max-width : 320px){
	.dialog-main form#CreditCardForm {
	  margin-left: -25px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 668px) {
	.product-tile-window .slick-dots {
	  opacity: 1;
	}
}
@media only screen and (max-width : 768px){
	.product-tile-window .slick-dots {
	  opacity: 1;
	}
}
@media only screen and (max-width : 1024px) and (orientation: landscape){
	.product-tile-window .slick-dots {
	  opacity: 1;
	}
  .grid-tile .product-tile .tile-action.cta .button {
    width: 100%;
  }
  .grid-tile .product-tile .product-name a {
    font-size: 14px;
    line-height: 1em;
  }
}
@media only screen and (max-width : 1024px){
	.grid-tile .product-tile .tile-action.cta .button {
    width: 100%;
  }
  .grid-tile .product-tile .product-name a {
    font-size: 14px;
    line-height: 1em;
  }
}
.cm-piece-carousel .slick-dots li,
.product-tile-window .slick-dots li {
  display: inline-block;
  overflow: hidden;
}
.cm-piece-carousel .slick-dots button,
.product-tile-window .slick-dots button {
  appearance: initial;
  -moz-appearance: initial;
  -webkit-appearance: initial;
  outline: none;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 0;
  border: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: transparent;
  opacity: 0.25;
}
.cm-piece-carousel .slick-dots button::before,
.product-tile-window .slick-dots button::before {
  font-family: 'sees-icon-font';
  content: "\e612";
  font-size: 12px;
}
.cm-piece-carousel .slick-dots button::before,
.product-tile-window .slick-dots button::before {
  font-size: 12px;
}
.cm-piece-carousel .slick-dots button:hover,
.cm-piece-carousel .slick-dots .slick-active button:hover,
.product-tile-window .slick-dots button:hover,
.product-tile-window .slick-dots .slick-active button:hover {
  color: #96701b;
  background-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.cm-piece-carousel .slick-dots .slick-active button,
.product-tile-window .slick-dots .slick-active button {
  color: #000;
  background-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  opacity: 1;
}
.product-tile-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-tile-badge {
  position: absolute;
  top: -29px;
  left: -29px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .product-tile-badge {
    top: -23px;
    left: -39px;
  }
  .grid-tile .product-tile .product-tile-badge img {
    width: 75%;
  }
}

.product-tile-badge.show-badge {
  display: block;
}
.product-tile-badge .badge-text {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateZ(-45deg);
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-tile-carousel {
  overflow: hidden;
  width: 100%;
}
.product-tile-no-carousel {
  overflow: hidden;
  width: 100%;
}
.product-tile-slide a {
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.product-tile-slide a img,
.product-tile-slide a div {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
.product-tile-slide a img {
  width: 100%;
  height: 100%;
}
.product-tile-slide .alignment-span {
  height: 100%;
  width: 0;
  font-size: 0;
}
.product-tile-slide .product-tile-description {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}

.product-tile-controls {
  height: 0;
  width: 100%;
}
.product-name a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.grid-tile:hover .product-tile .gift-pack-pieces-tiles .grid-tile .product-tile-window {
	border: none;
}
.grid-tile:hover .product-name a {
	color: #000000;
}
.product-pricing {
  margin-top: 5px;
}
.product-tile .product-pricing {
  margin: 0;
  line-height: 1.4em;
  color: #626264;
}
.product-stats {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.product-tile-variations {
  font-size: .86em;
  text-transform: none;
  line-height: 1.85em;
}
.product-sales-price.sale {
  color: #c01111;
}
.product-standard-price.list {
  text-decoration: line-through;
}
.slot-container img {
	max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .search-header-toggle {
    float: none;
    width: auto;
  }
  .product-results-wrapper .search-results-grid {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .product-results-wrapper .search-refinement-wrapper {
	  display: none;
	  position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    border: none;
  }
  .search-refinement-bar .refinement.active .clear {
    display: none;
  }
  .filter-open #site-footer,
  .filter-open .search-results-grid,
  .filter-open .search-result-options,
  .filter-open .refine-filter-btn-ctnr {
  	display: none!important;
  }
  .filter-open .product-results-wrapper .search-refinement-wrapper {
  	display: -ms-flexbox;
  	-ms-flex-direction: column;
  	display: flex;
   	flex-direction: column;
  }
  .search-refinement-wrapper > header,
  .search-refinement-wrapper > footer {
    font-size: 1.12em;
  }
  .search-refinement-wrapper > header {
    height: 4em;
    width: 100%;
    position: static;
    padding: 0 15px;
  }
  .search-refinement-wrapper .close button {
    background: transparent;
    border: none;
  }
  .search-refinement-wrapper > footer {
    display: inline-block;
    height: 74px;
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.25);
    text-align: center;
    padding: 1em;
  }
  .search-refinement-wrapper > footer button {
    border: none;
    background: #000;
    color: #fff;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
  }
  .search-refinement-wrapper > footer button:hover {
    background: #96701b;
  }
  .search-refinement-wrapper .apply-refinements span {
    margin: 0 .1em;
  }
  .search-refinement-wrapper .search-refinement-bar {
  	height: 100%;
  	overflow-y: auto;
  	padding: 1em 40px;
  }
  .product-results-wrapper .refine-filter-btn-ctnr,
  .product-results-wrapper .search-result-options {
    padding: 0 6px;
    width: 100%;
  }
  .product-results-wrapper .refine-filter-btn-ctnr {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0;
  }
  .product-results-wrapper .sort-by .selectbox select {
    width: 100%;
    height: 38px;
  }
  .search-result-options .sort-by .sort-select-desktop {
  	display: none;
  }
  .search-result-options .sort-by .sort-select-mobile {
  	display: inline-block;
  	width: 100%;
  }
  .search-result-options .sort-select-mobile .selected-value {
  	text-align: center;
  }
  .refine-filter-btn-ctnr button {
  	line-height: 38px;
  	border: 1px solid #626264;
    width: 97%;
  	height: 38px;
  	position: relative;
  	font-family: Helvetica, sans-serif, Arial;
  	font-weight: lighter;
  	font-size: 16px;
  	text-transform: none;
    color: #626264;
    background: none;
    text-align: left;
  }
  .refine-filter-btn-ctnr button span {
    display: inline-block;
  }
  .refine-filter-btn-ctnr button .icon-plus::after {
    content: '';
    width: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../images/icon_increase.svg) center no-repeat;
  }
  .product-results-wrapper .search-refinement-wrapper {
    display: none;
    overflow: hidden;
  }
  .category-filters,
  .attribute-filters,
  .reset-refinements {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 48px;
  }
  .category-filters:before,
  .attribute-filters:before,
  .reset-refinements:before,
  .category-filters:after,
  .attribute-filters:after,
  .reset-refinements:after {
    content: '';
    display: table;
  }
  .category-filters:after,
  .attribute-filters:after,
  .reset-refinements:after {
    clear: both;
  }
  .category-filters:last-child,
  .attribute-filters:last-child,
  .reset-refinements:last-child {
    margin-right: 0;
  }
  .category-filters {
    margin-bottom: 60px;
  }
  .reset-refinements {
    float: right;
  }
  .reset-refinements::after {
    font-family: 'sees-icon-font';
    content: "\e60d";
    font-size: 11px;
  }
  .reset-refinements::after {
    display: block;
  }
  .search-refinement-bar.active .search-refinements-main {
    display: block;
  }
  .grid-tile {
    padding: 0 30px;
    width: 50%;
    margin: 0;
  }
  .grid-tile.gift-pack-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-tile.gift-pack-tile {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .grid-tile.gift-pack-tile > .product-tile {
    width: 100%;
    display: block;
    float: none;
  }
  .grid-tile.gift-pack-pieces-tile {
    width: 50% !important;
  }
	.col-width-1 .search-result-banner-wrapper:nth-of-type(1) {
		display: inline-block;
	}
	.col-width-2 .search-result-banner-wrapper:nth-of-type(2) {
		display: inline-block;
	}
	.col-width-3 .search-result-banner-wrapper:nth-of-type(2) {
		display: inline-block;
	}
	.col-width-4 .search-result-banner-wrapper:nth-of-type(3) {
		display: inline-block;
	}
	.grid-tile.slot-container {
		order: 3;
	}
	.col-width-1 > li {
		clear:both;
	}
	.col-width-2 > li:nth-of-type(2n+3) {
		clear:left;
	}
	.col-width-3 > li:nth-of-type(2n+3) {
		clear:left;
	}
	.col-width-4 > li:nth-of-type(3n+4) {
		clear:left;
	}
	.slot-container img {
		max-width: 90%;
	}
  .product-refinements-container {
    display: flex;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  #search-header,
  .custom-mix .section-header {
    padding-top:20px;
  }
  #cart-header {
    padding-top:18px;
  }
  .grid-tile {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.2em;
  }
  .search-refinement-bar.active .refine-filter-btn-ctnr::after {
    top: 26px;
  }
  .category-filters,
  .attribute-filters {
    width: 100%;
    display: block;
    float: none;
  }
  .search-results-grid .grid-tile.small-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.small-tile:before,
  .search-results-grid .grid-tile.small-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.small-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.small-tile:nth-child(n) {
    margin-right: 0;
    float: left;
  }
  .search-results-grid .grid-tile.small-tile:nth-child(n+1) {
    clear: none;
  }
  .search-results-grid .grid-tile.small-tile:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.small-tile:nth-child(1n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.large-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.large-tile:before,
  .search-results-grid .grid-tile.large-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.large-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.large-tile:nth-child(n) {
    margin-right: 0;
    float: left;
  }
  .search-results-grid .grid-tile.large-tile:nth-child(n+1) {
    clear: none;
  }
  .search-results-grid .grid-tile.large-tile:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.large-tile:nth-child(1n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.gift-pack-tile:before,
  .search-results-grid .grid-tile.gift-pack-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.gift-pack-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile:nth-child(n) {
    margin-right: 0;
    float: left;
  }
  .search-results-grid .grid-tile.gift-pack-tile:nth-child(n+1) {
    clear: none;
  }
  .search-results-grid .grid-tile.gift-pack-tile:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.gift-pack-tile:nth-child(1n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:before,
  .search-results-grid .grid-tile.gift-pack-pieces-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:nth-child(n) {
    margin-right: 0;
    float: left;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:nth-child(n+1) {
    clear: none;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.gift-pack-pieces-tile:nth-child(1n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.pieces-tile {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.recommendation-tile {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.recommendation-tile:before,
  .search-results-grid .grid-tile.recommendation-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.recommendation-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.recommendation-tile:nth-child(n) {
    margin-right: 0;
    float: left;
  }
  .search-results-grid .grid-tile.recommendation-tile:nth-child(n+1) {
    clear: none;
  }
  .search-results-grid .grid-tile.recommendation-tile:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.recommendation-tile:nth-child(1n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile {
    padding-top: 20px;
    border: none;
  }
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-window,
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-info {
    width: 100%;
    display: block;
    float: none;
  }
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-window {
    width: auto;
    max-width: 400px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-window:before,
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-window:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.gift-pack-tile > .product-tile .product-tile-window:after {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile .product-pricing {
    margin-bottom: 0;
  }
  .search-results-grid .grid-tile.gift-pack-tile .product-tile .product-tile-info {
    text-align: center;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles {
    display: block;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile:before,
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile:after {
    content: '';
    display: table;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile:after {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile:nth-child(2n+1) {
    clear: both;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile.and-more-tile > a {
    max-width: 100px;
    margin: auto;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile .product-tile-info {
    display: none;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile > .product-tile > .product-tile-window {
    text-align: center;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile > .product-tile > .product-tile-window > ul.product-tile-carousel {
    width: 100%;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile > .product-tile > .product-tile-window > ul.product-tile-carousel > li.product-tile-slide > a {
    text-align: center;
  }
  .search-results-grid .grid-tile.gift-pack-tile ul.gift-pack-pieces-tiles li.gift-pack-pieces-tile > .product-tile > .product-tile-window > ul.product-tile-carousel > li.product-tile-slide > a > img {
    margin: auto;
    max-height: 132px;
    width: auto;
  }
  .search-results-grid .grid-tile.gift-pack-tile footer {
    margin-top: 30px;
  }
  .gift-pack-info > p {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .gift-pack-cta {
    display: none;
  }
  #search-header h1 .stacked-heading-bold {
    font-size: 1.5em;
  }
  .search-header-toggle-wrapper li:nth-child(2):before {
    content: '';
  }
	.col-width-1 .search-result-banner-wrapper:nth-of-type(1) {
		display: inline-block;
	}
	.col-width-2 .search-result-banner-wrapper:nth-of-type(1) {
		display: inline-block;
	}
	.col-width-3 .search-result-banner-wrapper:nth-of-type(2) {
		display: none;
	}
	.col-width-3 .search-result-banner-wrapper:nth-of-type(1) {
		display: inline-block;
	}
	.col-width-4 .search-result-banner-wrapper:nth-of-type(3) {
		display: none;
	}
	.col-width-4 .search-result-banner-wrapper:nth-of-type(2) {
		display: inline-block;
	}
	.col-width-4 > li:nth-of-type(2n+3) {
		clear:left;
	}
	.product-results-wrapper .refine-filter-btn-ctnr,
  .product-results-wrapper .search-result-options {
    padding: 0;
    width: 50%;
  }
  .grid-tile.default-tile .slick-dots button,
  .grid-tile.default-tile .slick-dots {
    height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  #main {
    padding-left: 0;
    padding-right: 0;
  }
  .product-detail .main-section {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .search-result-options .sort-select-mobile .selected-value {
    overflow: hidden;
    height: 38px;
    margin-right: 1.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 2px;
  }
  .my-account-payment-methods .edit-payments-default-card-row > .row:last-child {
    margin-bottom: 40px;
  }
}
#cart-wrapper .cart-ctnr {
  overflow: hidden;
  background-color:#fff;
}
#cart-wrapper .product-availibility-list .error-message {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}

#cart-actions {
  border: 1px solid #C5C5C9;
  margin-left: 10px;
  max-width: 33%;
  padding: 0 26px 30px;
}
.cart-ctnr {
	width: 100%;
}

.bag-ctnr {
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  padding: 20px 0;
}
.bag-ctnr > section {
	flex: 1 1 auto;
}
.bag-ctnr .shopping-bag {
	margin-right: 10px;
}
.cart-items .sku {
  color: #626264;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
    #cart-actions, .shopping-bag {
       background-color: #fff;
       width: 100%;
       max-width: 100%;
    }
    .bag-ctnr {
    	flex-direction: column;
    }
}

#search-header,
#cart-header,
.search-header,
.custom-mix .section-header,
.confirmation-header {
  padding-top: 22px;
  margin-bottom: 10px;
  text-align: center;
}

#cart-header h1::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
  display: block;
  margin-top: 15px;
}

.error-form {
  margin-bottom: 15px;
}
.cart-items h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: capitalize;
}
.cart-items .line-items {
  margin-bottom: 20px;
  margin-top: 10px;
}
.cart-items .cart-row {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #C5C5C9;
  overflow: hidden;
  max-width: 800px;
}
.cart-items .error-message {
  color: #c01111;
}
.cart-items .error-box {
  border: 1px solid #c01111;
  padding-bottom: 25px;
  padding-top: 35px;
  overflow: hidden;
  margin: 5px 0px;
}
.cart-items .item-image {
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 2rem;
  max-width: 9.375rem;
  height: 9.375rem;
  border: 1px solid #C5C5C9;
  padding-top: 0.9375rem;
  width: 18%;
}
.cart-items .item-image:before,
.cart-items .item-image:after {
  content: '';
  display: table;
}
.cart-items .item-image:after {
  clear: both;
}
.cart-items .item-image:last-child {
  margin-right: 0;
}
.cart-items .cart-item-right-col {
  float: left;
  clear: none;
  width: 74%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 15px;
}
.cart-items .cart-item-right-col:before,
.cart-items .cart-item-right-col:after {
  content: '';
  display: table;
}
.cart-items .cart-item-right-col:after {
  clear: both;
}
.cart-items .cart-item-right-col:last-child {
  margin-right: 0;
}
.cart-items .item-details .name,
.cart-items .item-details .name a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #000;
  padding-bottom:10px;
}
.cart-items .item-details .name {
  float: left;
  clear: none;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
}
.cart-items .item-details .name:before,
.cart-items .item-details .name:after {
  content: '';
  display: table;
}
.cart-items .item-details .name:after {
  clear: both;
}
.cart-items .item-details .name:last-child {
  margin-right: 0;
}
.cart-items .cart-label {
  display: none;
}
.cart-items .cart-data-row,
.cart-items .cart-data-row .sku .attribute {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
  overflow: hidden;
}
.cart-items .cart-data-row{
	margin-bottom: -6px;
}
.cart-items .item-total .bonus-item {
	text-transform: uppercase;
}
.item-details .remove-from-cart-col button,
.coupon-row button[type="submit"].remove {
  font-size: 0.875rem;
  text-transform: capitalize;
  text-decoration: underline;
  display: inline-block;
  color: #000;
}

.cart-items .cart-data-row .sku span,
.cart-items .cart-data-row .sku div,
.cart-items .cart-data-row .sku .attribute-wrap{
	float:left;
    line-height: 20px;
}
.cart-items .cart-data-row .sku .attribute-wrap,
.cart-items .cart-data-row .sku div{
	margin-top: 0;
	margin-left:20px;
}
.cart-items .cart-data-row .attribute {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.cart-items .cart-adjustment-col {
  float: left;
  clear: none;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.cart-items .cart-adjustment-col:before,
.cart-items .cart-adjustment-col:after {
  content: '';
  display: table;
}
.cart-items .cart-adjustment-col:after {
  clear: both;
}
.cart-items .cart-adjustment-col:last-child {
  margin-right: 0;
}
.cart-items .cart-adjustment-col.product-total-col {
  float: left;
  clear: none;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}
.cart-items .cart-adjustment-col.product-total-col:before,
.cart-items .cart-adjustment-col.product-total-col:after {
  content: '';
  display: table;
}
.cart-items .cart-adjustment-col.product-total-col:after {
  clear: both;
}
.cart-items .cart-adjustment-col.product-total-col:last-child {
  margin-right: 0;
}
.cart-items .cart-adjustment-col .item-price {
  margin-bottom: 10px;
}
.cart-adjustment-col .item-price .price-promotion div.price-standard,
.cart-adjustment-col .item-price .price-promotion div.price-sales {
  float: left;
  margin-right: 40px;
}
.cart-adjustment-col .item-price .price-promotion .price-standard {
  color: #595959;
}
.cart-adjustment-col .item-price .price-promotion .price-standard .price {
  text-decoration: line-through;
}
.cart-adjustment-col .item-price .price-promotion div.price-sales .price,
.cart-adjustment-col .item-price .price-promotion div.price-sales.sale {
  color: #c01111;
}
.cart-adjustment-col .item-price .price-promotion .cart-price-heading {
  line-height: 1em;
  display: block;
}
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container .qd-price-heading,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container .qd-price-heading,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container .price-standard,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container .price-standard,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container .price-sales,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container .price-sales {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container.active .qd-price-heading,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container.active .qd-price-heading,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container.active .price-standard,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container.active .price-standard,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-retail-container.active .price-sales,
.cart-items .cart-adjustment-col .item-price .price-promotion .qd-discount-container.active .price-sales {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.cart-items .sku,
.cart-items .product-availability-list {
  float: left;
  clear: none;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.cart-items .sku:before,
.cart-items .product-availability-list:before,
.cart-items .sku:after,
.cart-items .product-availability-list:after {
  content: '';
  display: table;
}
.cart-items .sku:after,
.cart-items .product-availability-list:after {
  clear: both;
}
.cart-items .sku:last-child,
.cart-items .product-availability-list:last-child {
  margin-right: 0;
}
.cart-items .remove-from-cart-col {
  float: left;
  clear: none;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  text-transform: lowercase;
  color:gray;
  text-align: right;
}

.cart-items .remove-from-cart-col:before,
.cart-items .remove-from-cart-col:after {
  content: '';
  display: table;
}
.cart-items .remove-from-cart-col:after {
  clear: both;
}
.cart-items .remove-from-cart-col:last-child {
  margin-right: 0;
}
.quantity-controls .qty-hdr,
.cart-items .cart-price-heading {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 5px;
  display: block;
}

.quantity-controls .qty-hdr,
.cart-items .price-standard-header,
.cart-items .price-sales-header,
.cart-items .cart-price-heading-total,
.cart-items .cart-price-heading {
	font-size: 0.875rem;
  color: #626264;
}

.cart-items .price-standard-header,
.cart-items .price-sales-header {
	margin-top:2px;
}
.cart-items .discounted .price-sales {
  font-weight: 500;
}
.cart-items .price-sales,
.cart-items .price-standard,
.cart-items .price-total {
  font-weight: normal;
  font-size: 0.938rem;
  text-transform: uppercase;
  line-height: 24px;
  display: block;
  color: #626264;
}
.cart-items .cart-adjustment-col.product-total-col .price-sales {
  font-size: 1.375rem;
  color: #000;
}
.cart-items .discounted .item-total .price-standard {
  color: #626264;
	text-decoration: line-through;
}

.product-price .qd-discount-price .sales-price {
  font-size: 24px;
}

.cart-items .item-total.sale .price-sales {
  color: #c01111;
}
.customMix-list {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.flavor-container {
	text-align:left;
	padding-left:10px;
}
.customMix-list .flavor-row {
  overflow: hidden;
}
.customMix-list .flavor-qty {
  display: inline-block;
  min-width: 50px;
}
.custom-mix-cart-wrapper {
  float: left;
  width: 79%;
  margin-left: 22%;
  margin-right: 0;
  position: relative;
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-top: 5px;
}
.custom-mix-oos-cart-wrapper-left {
    float: left;
    clear: none;
    width: 20%;
}
.custom-mix-oos-cart-wrapper {
  float: left;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 0;
  clear: both;
  margin-top: 15px;
  padding-top: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.custom-mix-cart-wrapper:before,
.custom-mix-cart-wrapper:after {
  content: '';
  display: table;
}
.custom-mix-cart-wrapper:after {
  clear: both;
}
.custom-mix-cart-wrapper:last-child {
  margin-right: 0;
}
.custom-mix-cart-wrapper .buildabox-edit-link {
  margin-top: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  text-transform: lowercase;
  color: #595959;
  margin-bottom: 10px;
}
.oos-buildabox-edit-link {
  margin-top: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 30px;
}
.oos-header-copy {
	margin-top:20px;
}
#update-cart {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.cart-coupon-code {
  margin-top: 21px;
}
.desktop-only.checkout-aside-group,
.desktop-only.greyBox {
  display: block;
}
.cart-coupon-code label,
.cart-coupon-code input[type="text"],
.cart-coupon-code .cta {
  display: inline-block;
}
.cart-coupon-code label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  text-align: left;
}
.cart-coupon-code input[type="text"] {
  margin-right: 0px;
}
.cart-coupon-code .cart-coupon-label {
  vertical-align: top;
  padding-top: 8px;
  margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
	.cart-coupon-code-container {
		margin-top: -10px;
	}
	.cart-coupon-code .label {
	    margin-bottom: 0;
	}
	.cart-items .line-items {
		margin-top: 10px;
	}
  .cart-footer .cart-coupon-code label {
    display: block;
    text-align: center;
  }
  .cart-footer .cart-coupon-code .cart-coupon-actions {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
  }
  .cart-footer .cart-coupon-code .cta.coupon-button button {
    min-width: auto;
  }
}
.cart-coupon-code .cart-coupon-actions {
  display: inline-block;
  width: 100%;
}
.cart-row .coupon-row {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.cart-row og-offer{
  float: left;
  color: #626264;
}
.cart-row .coupon-row .coupon-code {
  font-weight: 500;
}
.cart-row .coupon-row > * {
  display: table-cell;
}
.cart-row .coupon-actions {
  font-size: .8rem;
  width: 22%;
}
.cart-coupon-code .error-message {
  color: #c01111;
  background-color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-bottom: 10px;
}
.cart-gift-card .edit-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.cart-giftcard-modal-body {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cart-giftcard-modal-body p {
  margin-bottom: 20px;
}
.cart-giftcard-modal-body a {
  text-decoration: underline;
}
#cart-actions {
  text-align: center;
}
.cart-order-totals {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.cart-order-totals .slot-container {
  flex: 100%;
}
#cart-actions .cart-order-totals,
#cart-actions .order-totals-list {
  text-align: left;
  margin: 28px 0 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}
#cart-actions .cart-order-totals .item-count {
  color: #626264;
  font-weight: 300;
  font-size: 17px;
}
#cart-actions .cart-order-totals .item-count span {
  color: #000;
  font-weight: 500;
}
#cart-actions .order-totals-list {
  margin: 0;
}
#cart-actions .cart-order-totals > li,
#cart-actions .order-totals-list > li {
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
}
#cart-actions .cart-order-totals > li > div:first-child,
#cart-actions .order-totals-list > li > div:first-child {
  float: left;
  clear: none;
  width: 55.00000000000001%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}
#cart-actions .order-totals-list > li > div:first-child {
	width: 55%;
  font-weight: 500;
}
#cart-actions .cart-order-totals > li > div:first-child:before,
#cart-actions .order-totals-list > li > div:first-child:before,
#cart-actions .cart-order-totals > li > div:first-child:after,
#cart-actions .order-totals-list > li > div:first-child:after {
  content: '';
  display: table;
}
#cart-actions .order-totals-list > li > div:first-child:after{
  content: ': ';
  display: contents;
}
#cart-actions .cart-order-totals > li > div:first-child:after,
#cart-actions .order-totals-list > li > div:first-child:after {
  clear: both;
}
#cart-actions .cart-order-totals > li > div:first-child:last-child,
#cart-actions .order-totals-list > li > div:first-child:last-child {
  margin-right: 0;
}
#cart-actions .cart-order-totals > li > div:last-child,
#cart-actions .order-totals-list > li > div:last-child {
  float: left;
  clear: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
}
#cart-actions .cart-order-totals > li > div:last-child:before,
#cart-actions .order-totals-list > li > div:last-child:before,
#cart-actions .cart-order-totals > li > div:last-child:after,
#cart-actions .order-totals-list > li > div:last-child:after {
  content: '';
  display: table;
}
#cart-actions .cart-order-totals > li > div:last-child:after,
#cart-actions .order-totals-list > li > div:last-child:after {
  clear: both;
}
#cart-actions .cart-order-totals > li > div:last-child:last-child,
#cart-actions .order-totals-list > li > div:last-child:last-child {
  margin-right: 0;
  color: #626264;
  font-weight: 300;
}
#cart-actions .order-total {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
.cart-border-spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cart-border-spacer div {
  width: auto;
  max-width: 68px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #000;
}
.cart-border-spacer div:before,
.cart-border-spacer div:after {
  content: '';
  display: table;
}
.cart-border-spacer div:after {
  clear: both;
}
.shipping-rate-links {
  text-align: center;
}
.shipping-rate-links::after {
  font-family: 'sees-icon-font';
  content: "\e60d";
  font-size: 11px;
}
.shipping-rate-links::after {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.shipping-rate-links a {
  display: block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart-empty {
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cart-footer {
  clear: both;
  margin: 2em 0;
}
.cart-footer .cta-clone {
  display: none;
}
.minimum-order-dialog {
  overflow: hidden;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  text-align: center;
}
.minimum-order-dialog h3 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.minimum-order-dialog div {
  margin-bottom: 20px;
}
.minimum-order-dialog .return-to-shopping,
.minimum-order-dialog .continue-checkout {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.cart-login-modal .login-box,
.cart-login-modal .create-account-form {
  width: auto;
  max-width: 300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.cart-login-modal .login-box:before,
.cart-login-modal .create-account-form:before,
.cart-login-modal .login-box:after,
.cart-login-modal .create-account-form:after {
  content: '';
  display: table;
}
.cart-login-modal .login-box:after,
.cart-login-modal .create-account-form:after {
  clear: both;
}
.cart-login-modal .create-account-form {
  text-align: center;
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #000;
}
.cart-login-modal .form-header {
  display: none;
}
.cart-login-modal input {
  width: 100%;
}
.cart-login-modal .form-row-button {
  text-align: center;
  margin-bottom: 10px;
}
.sees-fundraising-agreement-wrapper {
  text-align: center;
}
.sees-fundraising-agreement-wrapper h3 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.sees-fundraising-agreement-wrapper > div,
.sees-fundraising-agreement-wrapper p,
.sees-fundraising-agreement-wrapper ol,
.sees-fundraising-agreement-wrapper ul {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  text-align: left;
}
.sees-fundraising-agreement-wrapper li {
  display: list-item;
}
.sees-fundraising-agreement-wrapper div {
  margin-bottom: 20px;
}
.sees-fundraising-agreement-wrapper .sign-agreement,
.sees-fundraising-agreement-wrapper .cancel-agreement {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #cart-actions,
  .cart-items-form {
    position: static;
    left: 0;
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
  }
  .cart-action-checkout,
  .checkout-aside-group {
    padding: 0 26px 30px;
    border: 1px solid #C5C5C9;
    margin-top: 25px;
  }
  .checkout-aside-group {
    margin-top: 30px;
  }
  .shipping-rate-links {
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    margin-bottom: 30px;
  }
  .shipping-rate-links:before,
  .shipping-rate-links:after {
    content: '';
    display: table;
  }
  .shipping-rate-links:after {
    clear: both;
  }
  .shipping-rate-links li {
    clear: none;
    width: 42.8571428571429%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
  }
  .shipping-rate-links li:before,
  .shipping-rate-links li:after {
    content: '';
    display: table;
  }
  .shipping-rate-links li:after {
    clear: both;
  }
  .shipping-rate-links li:last-child {
    margin-right: 0;
  }
  .shipping-rate-links .icon-li {
    clear: none;
    width: 14.285714285714299%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
  }
  .shipping-rate-links .icon-li:before,
  .shipping-rate-links .icon-li:after {
    content: '';
    display: table;
  }
  .shipping-rate-links .icon-li:after {
    clear: both;
  }
  .shipping-rate-links .icon-li:last-child {
    margin-right: 0;
  }
  .shipping-rate-links .icon-li::after {
    font-family: 'sees-icon-font';
    content: "\e60d";
    font-size: 11px;
  }
  .shipping-rate-links .icon-li::after {
    display: block;
  }
  .shipping-rate-links a {
    margin-bottom: 0;
  }
  .shipping-rate-links::after {
    content: none;
    display: none;
  }
  .cart-gift-card {
    text-align: center;
    padding-top: 10px;
  }
  .cart-footer {
    margin-top: 23px;
  }
  .cart-items > header {
  	text-align: center;
  }
  #cart-wrapper .cart-footer div.cta.checkout-actions {
	text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cart-items .item-image.not-mobile {
    width: 86px;
    height: 86px;
    flex: 20% 0 0;
    display: block;
    margin-right: 10px;
  }
  .cart-mobile-image-col.item-image.mobile-only {
    display: none;
  }
  .cart-items .cart-item-right-col {
    width: 70%;
  }
  .cart-items .cart-adjustment-col {
    width: 52%;
  }
  .cart-items .cart-adjustment-col.product-total-col {
    width: 47.5%;
  }
  .cart-items .cart-adjustment-col .price-sales {
    margin-top: 10px;
  }
  .cart-items .cart-adjustment-col .quantity-controls {
    text-align: left;
  }
  .cart-items .item-details .name {
    width: 76%;
  }
  .cart-data-row .quantity-controls .qty-hdr,
  .cart-items .cart-price-heading {
    display: none;
  }
  .product-tile-info {
    padding-left: 17px;
  }
  .cart-items .sku {
    margin-bottom: 0;
    width: 50%;
  }
  .cart-actions .checkout-aside-group .cart-sidebar-line-separator2 {
    display: none;
  }
  .cart-actions .cart-payment-heading {
    padding-top: 12px;
  }
  .cart-actions .coupon-input {
    width: 77%;
  }

  .custom-mix-cart-wrapper {
    left: 0;
    width: auto;
    max-width: 500px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-mix-cart-wrapper:before,
  .custom-mix-cart-wrapper:after {
    content: '';
    display: table;
  }
  .custom-mix-cart-wrapper:after {
    clear: both;
  }
  .custom-mix-cart-wrapper:last-child {
    margin-right: auto;
  }
  .cart-promocode-mobile-span {
    display: block;
  }
  #dwfrm_cart_couponCode {
    display: block;
    margin-bottom: 10px;
  }
  .cart-gift-card a::before,
  .cart-gift-card a::after {
    content: none;
  }
  .shipping-rate-links::after {
    font-family: 'sees-icon-font';
    content: "\e60d";
    font-size: 11px;
  }
  .shipping-rate-links::after {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .shipping-rate-links li {
    width: 100%;
    display: block;
    float: none;
  }
  .shipping-rate-links .icon-li {
    display: none;
  }
  .shipping-rate-links a {
    margin-bottom: 20px;
  }
  .cart-footer {
    margin-top: 0;
    display: none;
  }
  .list-of-cm-pieces {
      margin-left: 20%;
  }
  .customMix-list {
    text-align: left;
  }
  .custom-mix-cart-wrapper .buildabox-edit-link {
    text-align: center;
    margin-right: 30%
  }
  .cart-wrapper {
    width: 92%;
    margin: 0 auto;
  }
  .cart-header .medium.stacked-heading-bold{
    text-align: left;
    font-size: 30px;
  }
  #cart-header.cart-header  h1::after {
    display: none;
  }
}
.checkout-container {
  position: relative;
  overflow: auto;
  width: 100%;
  z-index: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-size: 13px;
  font-weight: normal;
}
.checkout-container .add  {
	font-family: Helvetica, sans-serif, Arial;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}
.checkout-container .deleteMessage,
.checkout-container .deleteMessage .delete {
	font-family: 'AmericanTypewriterStd-Med';
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}
.checkout-container .deleteMessage .delete {
	text-decoration: none;
	color: #000;
}
.checkout-container .giftBox,
.checkout-container .giftBox2 {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 0 1.5px #000;
	box-shadow: 0 0 0 1.5px #000;
	cursor: pointer;
	margin-right:10px;
}
.checkout-container .giftBox2 {
    background-color: #000;
}
.checkout-container .shipment-details .giftCheckBox {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	padding-top: 13px;
}
.checkout-container .shipment-details .giftMessage,
.checkout-container .shipment-details .giftMessage2 {
	margin-left: 30px;
	padding-bottom:10px;
}
.checkout-container a.edit,
.checkout-container a.delete {
	font-family: Helvetica, sans-serif, Arial;
	color: #595959;
	font-size: 13px;

	text-align: left;
	text-transform: lowercase;
	border: none;
	background: transparent;
	padding: 0;
	padding-bottom:10px;
}
.checkout-container .edit .shipment-details{
	color: #000;
}
.checkout-form {
  float: left;
  clear: none;
  width: 63.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}
.checkout-form:before,
.checkout-form:after {
  content: '';
  display: table;
}
.checkout-form:after {
  clear: both;
}
.checkout-form:last-child {
  margin-right: 0;
}
.checkout-form > .main-section {
  margin-bottom: 0;
}
.summary-wrapper,
.confirmation-wrapper {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.summary-wrapper:before,
.confirmation-wrapper:before,
.summary-wrapper:after,
.confirmation-wrapper:after {
  content: '';
  display: table;
}
.summary-wrapper:after,
.confirmation-wrapper:after {
  clear: both;
}
.summary-wrapper:last-child,
.confirmation-wrapper:last-child {
  margin-right: 0;
}
.summary-wrapper .form-left,
.confirmation-wrapper .form-left,
.summary-wrapper .confirmation-left,
.confirmation-wrapper .confirmation-left {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.summary-wrapper .form-left:before,
.confirmation-wrapper .form-left:before,
.summary-wrapper .confirmation-left:before,
.confirmation-wrapper .confirmation-left:before,
.summary-wrapper .form-left:after,
.confirmation-wrapper .form-left:after,
.summary-wrapper .confirmation-left:after,
.confirmation-wrapper .confirmation-left:after {
  content: '';
  display: table;
}
.summary-wrapper .form-left:after,
.confirmation-wrapper .form-left:after,
.summary-wrapper .confirmation-left:after,
.confirmation-wrapper .confirmation-left:after {
  clear: both;
}
.summary-wrapper .form-left:last-child,
.confirmation-wrapper .form-left:last-child,
.summary-wrapper .confirmation-left:last-child,
.confirmation-wrapper .confirmation-left:last-child {
  margin-right: 0;
}
.summary-wrapper .checkout-summary-center,
.confirmation-wrapper .checkout-summary-center,
.summary-wrapper .confirmation-center,
.confirmation-wrapper .confirmation-center {
  float: left;
  clear: none;
  width: 58.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 12.5%;
}
.summary-wrapper .checkout-summary-center:before,
.confirmation-wrapper .checkout-summary-center:before,
.summary-wrapper .confirmation-center:before,
.confirmation-wrapper .confirmation-center:before,
.summary-wrapper .checkout-summary-center:after,
.confirmation-wrapper .checkout-summary-center:after,
.summary-wrapper .confirmation-center:after,
.confirmation-wrapper .confirmation-center:after {
  content: '';
  display: table;
}
.summary-wrapper .checkout-summary-center:after,
.confirmation-wrapper .checkout-summary-center:after,
.summary-wrapper .confirmation-center:after,
.confirmation-wrapper .confirmation-center:after {
  clear: both;
}
.summary-wrapper .checkout-summary-center:last-child,
.confirmation-wrapper .checkout-summary-center:last-child,
.summary-wrapper .confirmation-center:last-child,
.confirmation-wrapper .confirmation-center:last-child {
  margin-right: 0;
}
.place-order-container {
  margin-bottom: 30px;
}
.form-right {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.form-right:before,
.form-right:after {
  content: '';
  display: table;
}
.form-right:after {
  clear: both;
}
.form-right:last-child {
  margin-right: 0;
}
.checkout-sidebar,
.confirmation-right {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.checkout-sidebar:before,
.confirmation-right:before,
.checkout-sidebar:after,
.confirmation-right:after {
  content: '';
  display: table;
}
.checkout-sidebar:after,
.confirmation-right:after {
  clear: both;
}
.checkout-sidebar:last-child,
.confirmation-right:last-child {
  margin-right: 0;
  margin-top: 56px;
}
.checkout-sidebar.billing,
.pt_checkout.review .checkout-sidebar:last-child,
.pt_orderconfirmation .checkout-sidebar:last-child {
  margin-top: 0;
  margin-bottom: 20px;
}

.checkout-sidebar .account-nav,
.confirmation-right .account-nav {
  float: left;
  clear: none;
  width: 83.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 8.3333333333333%;
}
.checkout-sidebar .account-nav:before,
.confirmation-right .account-nav:before,
.checkout-sidebar .account-nav:after,
.confirmation-right .account-nav:after {
  content: '';
  display: table;
}
.checkout-sidebar .account-nav:after,
.confirmation-right .account-nav:after {
  clear: both;
}
.checkout-sidebar .account-nav:last-child,
.confirmation-right .account-nav:last-child {
  margin-right: 0;
}
.summary-panel {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-shipping .hidden,
.checkout-billing .hidden,
#shipping-method-list .hidden,
.login-create-account .hidden {
  display: none;
}
.checkout-shipping textarea[name*="giftMessage"],
.checkout-billing textarea[name*="giftMessage"],
#shipping-method-list textarea[name*="giftMessage"],
.login-create-account textarea[name*="giftMessage"] {
  width: 400px;
  height: 4em;
}
.checkout-shipping input:not([type="checkbox"]):not([type="radio"]),

.billing-address input:not([type="checkbox"]):not([type="radio"]),
#shipping-method-list input[type="date"],
.login-create-account input[type="date"],
#shipping-method-list input[type="datetime"],
.login-create-account input[type="datetime"],
#shipping-method-list input[type="email"],
.login-create-account input[type="email"],
#shipping-method-list input[type="text"],
.login-create-account input[type="text"],
.checkout-shipping .selectbox select,
.checkout-billing .selectbox select,
.billing-address .selectbox select,
#shipping-method-list .selectbox select,
.login-create-account .selectbox select {
  width: 400px;
}
.checkout-shipping .multishipping-container,
.checkout-billing .multishipping-container,
#shipping-method-list .multishipping-container,
.login-create-account .multishipping-container {
  display: inline-block;
  vertical-align: middle;
}
.checkout-shipping .multishipping-container div.multiple,
.checkout-billing .multishipping-container div.multiple,
#shipping-method-list .multishipping-container div.multiple,
.login-create-account .multishipping-container div.multiple {
  float: left;
  margin-right: 40px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.checkout-shipping .multishipping-container div.multiple .shiptomultiplebutton {
  padding-top: 10px;
  padding-bottom: 8px;
}
.checkout-shipping .multishipping-container div.multiple .button-fancy-medium:hover {
  background-color: #96701b;
}
.checkout-shipping .multishipping-container div.multiple strong:hover,
.checkout-billing .multishipping-container div.multiple strong:hover,
#shipping-method-list .multishipping-container div.multiple strong:hover,
.login-create-account .multishipping-container div.multiple strong:hover {
  color: #96701b;
}
.checkout-shipping .multishipping-container div.multiple strong,
.checkout-billing .multishipping-container div.multiple strong,
#shipping-method-list .multishipping-container div.multiple strong,
.login-create-account .multishipping-container div.multiple strong {
  margin-right: 20px;
  text-decoration: underline;
}
.checkout-shipping .gift-message-spacer,
.checkout-billing .gift-message-spacer,
#shipping-method-list .gift-message-spacer,
.login-create-account .gift-message-spacer {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.checkout-shipping .gift-message-container,
.checkout-billing .gift-message-container,
#shipping-method-list .gift-message-container,
.login-create-account .gift-message-container {
  padding-top: 40px;
  display: none;
}
.checkout-shipping .gift-message-container .message-length,
.checkout-billing .gift-message-container .message-length,
#shipping-method-list .gift-message-container .message-length,
.login-create-account .gift-message-container .message-length {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
}
.checkout-shipping .multishipping,
.checkout-billing .multishipping,
#shipping-method-list .multishipping,
.login-create-account .multishipping {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.checkout-login-container {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-bottom: 30px;
}
.checkout-login-container a {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
}
.checkout-shipping .add-new-address,
.checkout-billing .add-new-address,
#shipping-method-list .add-new-address,
.login-create-account .add-new-address {
  margin-bottom: 5px;
}
.add-new-address .add-new-address-link {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
.add-new-address .add-new-address-link:hover {
  color: #96701b;
}
.checkout-shipping .privacy-policy,
.checkout-billing .privacy-policy,
#shipping-method-list .privacy-policy,
.login-create-account .privacy-policy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.checkout-shipping .coupon-code,
.checkout-billing .coupon-code,
#shipping-method-list .coupon-code,
.login-create-account .coupon-code {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.checkout-billing .coupon-code {
  border: 0;
}
.checkout-shipping .coupon-code h3,
.checkout-billing .coupon-code h3,
#shipping-method-list .coupon-code h3,
.login-create-account .coupon-code h3 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .checkout-shipping textarea[name*="giftMessage"],
  .checkout-billing textarea[name*="giftMessage"],
  #shipping-method-list textarea[name*="giftMessage"],
  .login-create-account textarea[name*="giftMessage"] {
    width: 100%;
  }
}
.checkout-billing .main-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.checkout-billing .giftcard-form {
  margin-bottom: 40px;
}
.checkout-billing .giftcards-radio-wrapper {
  display: inline-block;
}
.checkout-billing fieldset legend {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.checkout-billing fieldset.payment-methods {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  min-width: 0;
}
.checkout-billing .required-indicator {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  margin-bottom: 10px;
}
.checkout-billing .giftcard-actions,
.checkout-billing .fields-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
div[data-size="invisible"] .grecaptcha-badge {
	display: none;
}
.checkout-billing .giftcard-form .error {
	color: #c01111;
}
.checkout-billing .giftcards-ctnr.discount-conflict .pt-forms {
	display: none;
}
.checkout-billing .giftcard-actions > div,
.checkout-billing .fields-table > div {
	display: table-cell;
	vertical-align: top;
	padding-right: 1.0em;
}
.checkout-billing .giftcard-actions > div:first-child,
.checkout-billing .fields-table > div:first-child {
	width:20%;
    white-space:nowrap;
}
.checkout-billing .giftcard-form .card-no {
	width: 15.5em;
}
.checkout-billing .card-no + label {
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
.checkout-billing .gift-card-messaging {
	margin-bottom: 2em;
}
.checkout-billing .giftcard-form .giftcard-actions button{
  padding-top: 11px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-billing .giftcard-form .giftcard-actions button:hover{
  background-color: #96701b;
}
.checkout-billing .giftcard-form .tooltip-checkout-cvn {
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.checkout-billing .gift-row label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  display: inline-block;
}
.checkout-billing .gift-row .input-radio,
.checkout-billing .gift-row .radio-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.checkout-billing .gift-row label[for="giftcardisgift"] {
  margin-bottom: 0;
  margin-top: 3px;
}
.checkout-billing .giftcard-balance {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-bottom: 20px;
}
.checkout-billing .giftcard-balance .error-form {
  margin-bottom: 0;
}
.checkout-billing .card-type-error button {
	width: 30ch;
}
.checkout-billing .gift-cert-used {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 40px;
  color: #c01111;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.billing .no-payment .hdr-cc {
	display: none;
}

.checkout-billing .giftcard-form .giftcard-balance {
  padding-bottom: 20px;
  float: left;
  clear: both;
}
.checkout-billing .cvn,
#securityCode-container {
  overflow: hidden;
}
.checkout-billing .cvn input,
.checkout-billing .cvn .cvn-tooltip-wrapper,
.checkout-billing .cvn .gift-card-cvn-wrap,
#securityCode-container {
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  position: static;
  left: 65%;
}
.checkout-billing .cvn input:before,
.checkout-billing .cvn .cvn-tooltip-wrapper:before,
.checkout-billing .cvn .gift-card-cvn-wrap:before,
.checkout-billing .cvn input:after,
.checkout-billing .cvn .cvn-tooltip-wrapper:after,
.checkout-billing .cvn .gift-card-cvn-wrap:after {
  content: '';
  display: table;
}
.checkout-billing .cvn input:after,
.checkout-billing .cvn .cvn-tooltip-wrapper:after,
.checkout-billing .cvn .gift-card-cvn-wrap:after {
  clear: both;
}
.checkout-billing .cvn input:last-child,
.checkout-billing .cvn .cvn-tooltip-wrapper:last-child,
.checkout-billing .cvn .gift-card-cvn-wrap:last-child {
  margin-right: 0;
}
.checkout-billing .cvn input,
#securityCode-container {
  position: static;
  left: -50%;
}
.checkout-billing .cvn .gift-card-cvn-wrap,
.checkout-billing .cvn .cvn-tooltip-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  display: block;
}
.checkout-billing .cvn .form-caption.error-message {
  display: block;
  clear: both;
}
.checkout-billing #tooltip-checkout-cvn {
  line-height: 36px;
}
.checkout-billing .hosted-form > .cvn-tooltip,
.checkout-billing .hosted-form > .savecard,
.checkout-billing .giftcard-form .cvn-tooltip {
  float: left;
}
.checkout-billing .hosted-form > .savecard {
  clear: both;
}
.checkout-billing .saved-cc-option div.cvn,
.checkout-billing .hosted-form,
.checkout-billing .pay-by-check-option .recaptcha-wrapper {
  margin-left: 30px;
}
.checkout-billing .hosted-form {
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 0;
}
.checkout-billing .hosted-form.active {
  display: block;
}
.checkout-billing .hosted-form .savecard {
  display: inline-block;
  text-align: left;
}
.hosted-form .creditcard-logos {
  margin-bottom: 10px;
  margin-left: 0px;
  max-height: 32px;
}
.payments-border {
  border: 1px solid #C5C5C9;
  padding-top: 32px;
}
.payments.gift-card {
	font-size: 16px;
  padding: 0 32px 0;
}
.gift-card .discount-option {
	margin: .5em 0 1em 0;
	line-height: 1.25em;
}
.gift-card .discount-option .q {
	font-weight: 500;
}
.gift-card .discount-option .dtl {
	font-size: .9em;
	margin: .25em 0;
}
.gift-card .discount-option button {
	display: inline-block;
	margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .checkout-billing .giftcard-form .giftcard-actions button:last-child {
    margin-top: 5px;
  }
  .checkout-billing .gift-row label[for="is-gift-yes"],
  .checkout-billing .gift-row label[for="is-gift-no"] {
    margin-left: 10px !important;
  }
  .checkout-billing .hosted-form {
    margin: none;
  }
  .checkout-billing .fields-table,
  .checkout-billing .fields-table > div,
  .checkout-billing .giftcard-form .error {
		display: block;
	}
	.checkout-billing .giftcard-form .error {
		margin-top: .5em;
	}
	.checkout-billing .fields-table > div {
		display: block;
	}
	.checkout-billing .fields-table > div:first-child {
		width:100%;
	}
}
.saved-cc-option,
#HostedForm,
.hosted-form {
  max-width: 405px;
}
.saved-cc-option div.cvn,
.hosted-form.indent-form {
  border-bottom: 1px solid #ccc;
}
.saved-cc-option div.cvn {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-left: 0;
}
.pbc-content {
  display: none;
}
.pm-pbc:checked ~ div.pbc-content {
  display: block;
  padding-left: 34px;
  margin-top: .5em;
}

.fr-paybycheck-delivery-message .emphasized,
.pay-by-check-not-reached-message .emphasized {
  font-weight: 500;
}
.pay-by-check-not-reached-message {
  max-width: 405px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}
.pay-by-check-receipt-wrapper {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.pay-by-check-receipt-wrapper:before,
.pay-by-check-receipt-wrapper:after {
  content: '';
  display: table;
}
.pay-by-check-receipt-wrapper:after {
  clear: both;
}
.download-form-message {
  width: auto;
  max-width: 350px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.download-form-message:before,
.download-form-message:after {
  content: '';
  display: table;
}
.download-form-message:after {
  clear: both;
}
.download-form-message,
.download-form-cta-row {
  margin-bottom: 20px;
}
.pt_account .pay-by-check-receipt-wrapper {
  max-width: none;
  font-size: 0;
}
.pt_account .download-form-message,
.pt_account .download-form-cta-row {
  width: 50%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.lazy-add-to-email-list {
	margin-top: 10px;
}
.pt_account .download-form-cta-row {
  text-align: center;
}
.pt_account [type="email"],
.pt_account [type="password"]  {
  width: 100%;
}
.payment-method ul li.saved-cc-option {
  clear: both;
}
.payment-method ul li.saved-cc-option .delete {
  float: right;
  margin-left: 0;
}
.payment-method ul li {
  margin-bottom: 15px;
}
.payment-method ul li input {
  margin-right: 10px;
}
.payment-method ul li label,
.payment-method ul li .delete {
  display: inline-block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.payment-method ul li label {
  margin-bottom: 0;
}
.payment-method ul li .delete {
  margin-left: 75px;
}
.payment-method ul li .delete:hover {
  color: #96701b;
}
.payment-method ul .form-row.cvn label {
  display: block;
}
.payment-method .date-wrapper {
  margin-bottom: 15px;
}
.payment-method .date-wrapper .error-message {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.payment-method .month,
.payment-method .year {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.payment-method .month.selectbox select,
.payment-method .year.selectbox select {
  width: 200px;
}

.delete-credit-confirm {
  text-align: center;
}
.delete-credit-confirm h3 {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.delete-credit-confirm div {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  margin-top: 30px;
}
.delete-credit-confirm .account-button {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.checkout-order-totals {
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #C5C5C9;
  padding-top: 15px;
  padding-left: 10px;
}

.order-totals-list .hr {
  border-bottom: 1px solid #d0d0d0;
  height: 1px;
  line-height: 1px;
  margin-right: 10px;
  font-size: 0;
}

.order-totals-list li {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.order-totals-list li div:first-child {
  display: inline-block;
  float: left;
  clear: none;
  width: 55.00000000000001%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.order-totals-list li div:first-child:before,

.order-totals-list li div:first-child:after {
  content: '';
  display: table;
}

.order-totals-list li div:first-child:after {
  clear: both;
}

.order-totals-list li div:first-child:last-child {
  margin-right: 0;
}

.order-totals-list li div:last-child {
  display: inline-block;
  float: left;
  clear: none;
  width: 45%;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
  padding-right: 10px;
}

.order-totals-list li div:last-child:before,

.order-totals-list li div:last-child:after {
  content: '';
  display: table;
}

.order-totals-list li div:last-child:after {
  clear: both;
}

.order-totals-list li div:last-child:last-child {
  margin-right: 0;
}

.order-totals-list li.order-subtotal,

.order-totals-list li.order-total,

.order-totals-list li.order-itemtotal,

.order-totals-list li.order-payment-amount {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 17px;
  text-transform: none;
}
.checkout-order-totals li.order-total {
  padding-top: 13px;
}
.summary-shipment-left-col .section-edit-link,
.mini-shipment .section-edit-link,
.mini-billing-address .section-edit-link,
.mini-payment-instrument .section-edit-link,
.order-payment-instruments .section-edit-link,
.confirmation-right .section-edit-link,
.confirmation-left .section-edit-link {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.mini-shipment,
.mini-billing-address,
.mini-payment-instrument,
.order-payment-instruments,
.confirmation-right,
.confirmation-left {
  text-align: left;
}
.mini-shipment .section,
.mini-billing-address .section,
.mini-payment-instrument .section,
.order-payment-instruments .section,
.confirmation-right .section,
.confirmation-left .section {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 15px;
  color: #626264;
}
.section .section-header {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.25em;
}
.section .gift-message,
.section .details {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mini-shipment .section .details,
.mini-billing-address .section .details,
.mini-payment-instrument .section .details,
.order-payment-instruments .section .details,
.confirmation-right .section .details,
.confirmation-left .section .details,
.mini-shipment .section .gift-message,
.mini-billing-address .section .gift-message,
.mini-payment-instrument .section .gift-message,
.order-payment-instruments .section .gift-message,
.confirmation-right .section .gift-message,
.confirmation-left .section .gift-message,
.mini-shipment .section .minishipments-method,
.mini-billing-address .section .minishipments-method,
.mini-payment-instrument .section .minishipments-method,
.order-payment-instruments .section .minishipments-method,
.confirmation-right .section .minishipments-method,
.confirmation-left .section .minishipments-method {
  font: 0.938rem/1.25rem Helvetica, sans-serif, Arial;
  color: #626264;
}
.mini-shipment .section .details .full-name,
.mini-shipment .section .minishipments-method,
.mini-billing-address .section .details .full-name,
.mini-billing-address .section .minishipments-method {
  font-weight: 900;
  text-transform: capitalize;
  color: #000;
}
.braintree-venmo-pay-button {
  border-radius: 0;
  float: right;
  min-width: 368px;
  background: #000 url(../images/payment-icon/venmo.jpg) center center no-repeat;
  background-size: 44%;
}
.applepay-button-holder .apple-pay-btn-wrapper .apple-pay-btn {
  border-radius: 0;
  min-width: 368px;
  height: 50px;
}
.applepay-button-holder .button-text,
.paypal-button-holder .button-text,
.venmo-button-holder .button-text {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.applepay-button-holder .authorize-text,
.paypal-button-holder .authorize-text,
.venmo-button-holder .authorize-text {
  font-size: 13px;
  color: #626264;
  display: block;
  text-align: left;
  margin-top: 8px;
}
.mini-shipment .name,
.mini-billing-address .name,
.mini-payment-instrument .name,
.order-payment-instruments .name,
.confirmation-right .name {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform:capitalize;
}
.confirmation-left .name,
.confirmation-right .name {
  border-bottom: 1px solid #000;
}
.form-left .mini-shipment {
  text-align: left;
}
.confirmation-header {
  text-align: center;
}
.mini-shipment {
  padding: 10px 0;
}
.order-component-block {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid #C5C5C9;
}
.mini-billing-address,
.mini-payment-instrument,
.order-payment-instruments {
  margin-top: 30px;
  margin-bottom: 30px;
}
.order-payment-instruments .payment-amount .label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.billing-spacer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.billing-email-spacer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.summary-wrapper,
.confirmation-wrapper {
  margin-top: 60px;
}
.checkout-summary-center .product-list-item{
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  overflow: hidden;
}
.confirmation-center .product-list-item {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: none;
  line-height: 20px;
  overflow: hidden;
}
.checkout-summary-center .product-list-item .custom-mix-item {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 13px;
}
.checkout-summary-center .product-list-item .custom-mix-item span{
	width:100%;
	font-size:.85em;
	clear:both;
	float:none;
}
.product-list-item .image {
  float: left;
  display: inline-block;
  max-width: 65px;
  max-height: 65px;
}
.product-list-item .image img {
  display: inline-block;
  max-width: 65px;
  max-height: 65px;
}
.product-list-item .right {
  float: right;
  display: inline-block;
  width: calc(100% - 80px);
}
.product-list-item .name {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}
.product-list-item .sku {
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 10px;
}
.product-list-item .sku:before,
.product-list-item .sku:after {
  content: '';
  display: table;
}
.product-list-item .sku:after {
  clear: both;
}
.product-list-item .sku:last-child {
  margin-right: 0;
}
.product-list-item .attributes-container {
  float: left;
  clear: none;
  width: 45%;
  margin-left: 0;
  margin-right: 0;
}
.product-list-item .attributes-container:before,
.product-list-item .attributes-container:after {
  content: '';
  display: table;
}
.product-list-item .attributes-container:after {
  clear: both;
}
.product-list-item .attributes-container:last-child {
  margin-right: 0;
}
.product-list-item .qty {
  display: inline-block;
}
.product-list-item .qty {
  float: left;
  clear: none;
  width: 16.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.product-list-item .qty:after {
  content: '';
  display: table;
}
.product-list-item .qty:after {
  clear: both;
}
.product-list-item .qty:last-child {
  margin-right: 0;
}
.product-list-item .price {
  float: right;
  clear: none;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
}
.product-list-item .price:after {
  content: '';
  display: table;
}
.product-list-item .price:after {
  clear: both;
}
.product-list-item .price:last-child {
  margin-right: 0;
}
.product-list-item .attributes-container .attribute {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.checkout-container .item-details .product-list-item .attributes-container .attribute {
	clear:both;
	float:left;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	width:auto;
}
.checkout-container .item-details .product-list-item .attributes-container .attribute-wrap {
	clear:none;
}
.product-list-item .attributes-container .attribute:first-child {
  margin-left: auto;
}
.product-list-item .attributes-container .attribute:last-child {
  margin-right: auto;
}
.product-list-item .qty {
  text-align: center;
}
.product-list-item .qty .label {
  display: inline-block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.product-list-item .qty .value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
.product-list-item .price .label {
  display: none;
}
.product-list-item .price {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
}
.product-list-item .discount-price-label {
  display: inline-block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  line-height: 11px;
  padding-bottom: 6px;
  max-width: 65px;
}
.multishipping-summary-wrapper .cart-items-container {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.multishipping-summary-wrapper .cart-items-container .cart-row {
  margin-bottom: 20px;
}
.minishipments-method .standard-price {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-decoration: line-through;
}
.minishipments-method .sales-price.sale {
  color: #c01111;
}
.recipient-left-col span.standard-price {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-decoration: line-through;
}
.multishipping-summary-wrapper {
  float: left;
  clear: none;
  width: 63.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  overflow: hidden;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  border: 1px solid #C5C5C9;
  padding: 32px;
  margin: 0 32px 32px 0;
}
.multishipping-summary-wrapper:before,
.multishipping-summary-wrapper:after {
  content: '';
  display: table;
}
.multishipping-summary-wrapper:after {
  clear: both;
}
.multishipping-summary-wrapper:last-child {
  margin-right: 0;
}
.multishipping-summary-wrapper .shipment-label,
.multishipping-summary-wrapper .edit-shipment-link {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.multishipping-summary-wrapper .shipment-label:before,
.multishipping-summary-wrapper .edit-shipment-link:before,
.multishipping-summary-wrapper .shipment-label:after,
.multishipping-summary-wrapper .edit-shipment-link:after {
  content: '';
  display: table;
}
.multishipping-summary-wrapper .shipment-label:after,
.multishipping-summary-wrapper .edit-shipment-link:after {
  clear: both;
}
.multishipping-summary-wrapper .shipment-label:last-child,
.multishipping-summary-wrapper .edit-shipment-link:last-child {
  margin-right: 0;
}
.multishipping-summary-wrapper .edit-shipment-link {
  text-align: right;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.pt_checkout .checkout-container .multishipping-summary-wrapper h2.shipment-label,
.multishipping-summary-wrapper .shipment-label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: .1em;
}
.multishipping-summary-wrapper .section {
  margin-bottom: 30px;
}
.multishipping-summary-wrapper .section-header {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.multishipping-summary-wrapper .minishipments-method,
.multishipping-summary-wrapper .minishipments-delivery {
  color: #626264;
}
.multishipping-summary-wrapper .multiship-totals-table {
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  float: right;
}
.multishipping-summary-wrapper .multiship-totals-table:before,
.multishipping-summary-wrapper .multiship-totals-table:after {
  content: '';
  display: table;
}
.multishipping-summary-wrapper .multiship-totals-table:after {
  clear: both;
}
.multishipping-summary-wrapper .multiship-totals-table:last-child {
  margin-right: 0;
}
.summary-panel .payments-list {
 font-size: 0.9375rem;
 color: #626264;
}
.summary-panel .payments-list .pi-header,
.summary-panel .payments-list .creditcard-type {
   color: #000;
   font-weight: 500;
}
.summary-cta,
.summary-right {
  padding-top: 25px;
}
.summary-multishipment {
  overflow: hidden;
  margin-bottom: 40px;
}
.summary-shipment-title-row {
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.summary-shipment-details-row {
  overflow: hidden;
}
.summary-shipment-left-col {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.summary-shipment-left-col:before,
.summary-shipment-left-col:after {
  content: '';
  display: table;
}
.summary-shipment-left-col:after {
  clear: both;
}
.summary-shipment-left-col:last-child {
  margin-right: 0;
}
.summary-shipment-left-col .mini-address {
  color: #626264;
}
.summary-shipment-right-col {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 8.3333333333333%;
}
.summary-shipment-right-col:before,
.summary-shipment-right-col:after {
  content: '';
  display: table;
}
.summary-shipment-right-col:after {
  clear: both;
}
.summary-shipment-right-col:last-child {
  margin-right: 0;
}
.summary-shipment-line-items {
  margin-bottom: 25px;
}
.section-edit-link {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform:capitalize;
  text-decoration: underline;
}
.section-edit-link:hover {
  color: #96701b;
}
.ship-to-multiple {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.summary-price-standard {
  text-decoration: line-through;
  color: #727272;
}
.summary-panel .summary-price-standard {
  color: #555;
}

@media only screen and (max-width: 1024px) {

  .order-totals-list li div:first-child {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
  }
  #cart-actions .cart-order-totals .item-count span {
    font-weight: bold;
  }

  .order-totals-list li div:first-child:before,

  .order-totals-list li div:first-child:after {
    content: '';
    display: table;
  }

  .order-totals-list li div:first-child:after {
    clear: both;
  }

  .order-totals-list li div:first-child:last-child {
    margin-right: 0;
  }

  .order-totals-list li div:last-child {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
    left: 0;
  }

  .order-totals-list li div:last-child:before,

  .order-totals-list li div:last-child:after {
    content: '';
    display: table;
  }

  .order-totals-list li div:last-child:after {
    clear: both;
  }

  .order-totals-list li div:last-child:last-child {
    margin-right: 0;
  }
  .checkout-billing .cvn .gift-card-cvn-wrap,
  .checkout-billing .cvn .cvn-tooltip-wrapper {
    display: block;
  }
  .checkout-billing .cvn input {
    position: static;
    left: 0;
  }
}
.capitalize-words{
	text-transform: capitalize !important;
}
@media only screen and (max-width: 767px) {

  .order-totals-list li div:first-child {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .order-totals-list li div:first-child:before,

  .order-totals-list li div:first-child:after {
    content: '';
    display: table;
  }

  .order-totals-list li div:first-child:after {
    clear: both;
  }

  .order-totals-list li div:first-child:last-child {
    margin-right: 0;
  }

  .order-totals-list li div:last-child {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .order-totals-list li div:last-child:before,

  .order-totals-list li div:last-child:after {
    content: '';
    display: table;
  }

  .order-totals-list li div:last-child:after {
    clear: both;
  }

  .order-totals-list li div:last-child:last-child {
    margin-right: 0;
  }
  .checkout-shipping input[type="date"],
  .checkout-billing input[type="date"],
  #shipping-method-list input[type="date"],
  .login-create-account input[type="date"],
  .checkout-shipping input[type="datetime"],
  .checkout-billing input[type="datetime"],
  #shipping-method-list input[type="datetime"],
  .login-create-account input[type="datetime"],
  .checkout-shipping input[type="email"],
  .checkout-billing input[type="email"],
  #shipping-method-list input[type="email"],
  .login-create-account input[type="email"],
  .checkout-shipping input[type="text"],
  .checkout-billing input[type="text"],
  #shipping-method-list input[type="text"],
  .login-create-account input[type="text"] {
    width: 100%;
  }
  .checkout-shipping .checkout-btns-container div.multiple {
    margin-bottom: 20px;
  }
  .checkout-form {
    width: 100%;
    display: block;
    float: none;
  }
  .summary-wrapper,
  .confirmation-wrapper {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .summary-wrapper:before,
  .confirmation-wrapper:before,
  .summary-wrapper:after,
  .confirmation-wrapper:after {
    content: '';
    display: table;
  }
  .summary-wrapper:after,
  .confirmation-wrapper:after {
    clear: both;
  }
  .summary-wrapper:last-child,
  .confirmation-wrapper:last-child {
    margin-right: 0;
  }
  .summary-wrapper .form-left,
  .confirmation-wrapper .form-left,
  .summary-wrapper .confirmation-left,
  .confirmation-wrapper .confirmation-left,
  .summary-wrapper .checkout-summary-center,
  .confirmation-wrapper .checkout-summary-center,
  .summary-wrapper .confirmation-center,
  .confirmation-wrapper .confirmation-center {
    display: block;
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .summary-wrapper .form-left:before,
  .confirmation-wrapper .form-left:before,
  .summary-wrapper .confirmation-left:before,
  .confirmation-wrapper .confirmation-left:before,
  .summary-wrapper .checkout-summary-center:before,
  .confirmation-wrapper .checkout-summary-center:before,
  .summary-wrapper .confirmation-center:before,
  .confirmation-wrapper .confirmation-center:before,
  .summary-wrapper .form-left:after,
  .confirmation-wrapper .form-left:after,
  .summary-wrapper .confirmation-left:after,
  .confirmation-wrapper .confirmation-left:after,
  .summary-wrapper .checkout-summary-center:after,
  .confirmation-wrapper .checkout-summary-center:after,
  .summary-wrapper .confirmation-center:after,
  .confirmation-wrapper .confirmation-center:after {
    content: '';
    display: table;
  }
  .summary-wrapper .form-left:after,
  .confirmation-wrapper .form-left:after,
  .summary-wrapper .confirmation-left:after,
  .confirmation-wrapper .confirmation-left:after,
  .summary-wrapper .checkout-summary-center:after,
  .confirmation-wrapper .checkout-summary-center:after,
  .summary-wrapper .confirmation-center:after,
  .confirmation-wrapper .confirmation-center:after {
    clear: both;
  }
  .summary-wrapper .form-left:last-child,
  .confirmation-wrapper .form-left:last-child,
  .summary-wrapper .confirmation-left:last-child,
  .confirmation-wrapper .confirmation-left:last-child,
  .summary-wrapper .checkout-summary-center:last-child,
  .confirmation-wrapper .checkout-summary-center:last-child,
  .summary-wrapper .confirmation-center:last-child,
  .confirmation-wrapper .confirmation-center:last-child {
    margin-right: 0;
  }
  .form-right {
    display: none;
  }
  .summary-cta {
    padding-top: 15px;
  }
  .checkout-sidebar,
  .confirmation-right {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-sidebar:before,
  .confirmation-right:before,
  .checkout-sidebar:after,
  .confirmation-right:after {
    content: '';
    display: table;
  }
  .checkout-sidebar:after,
  .confirmation-right:after {
    clear: both;
  }
  .checkout-sidebar:last-child,
  .confirmation-right:last-child {
    margin-right: 0;
  }
  .checkout-order-totals {
    border-top: 1px solid #C5C5C9;
  }
  .form-left .mini-shipment {
    text-align: center;
  }
  .multishipping-summary-wrapper {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
  }
  .multishipping-summary-wrapper .receipt-title {
    padding-top: 40px;
    margin-bottom: 25px;
    border-top: 1px solid #000;
    text-align: center;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col,
  .multishipping-summary-wrapper .summary-shipment-right-col {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col:before,
  .multishipping-summary-wrapper .summary-shipment-right-col:before,
  .multishipping-summary-wrapper .summary-shipment-left-col:after,
  .multishipping-summary-wrapper .summary-shipment-right-col:after {
    content: '';
    display: table;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col:after,
  .multishipping-summary-wrapper .summary-shipment-right-col:after {
    clear: both;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col:last-child,
  .multishipping-summary-wrapper .summary-shipment-right-col:last-child {
    margin-right: 0;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col {
    text-align: center;
  }
  .multishipping-summary-wrapper .summary-shipment-left-col .order-date {
    text-align: center;
    margin-bottom: 30px;
  }
  .multishipping-summary-wrapper .summary-shipment-right-col {
    border-top: 1px solid #000;
    padding-top: 25px;
  }
  .multishipping-summary-wrapper .multiship-totals-table {
    width: 100%;
    display: block;
    float: none;
  }
  .multishipping-summary-wrapper .product-list-item .sku,
  .multishipping-summary-wrapper .product-list-item .attributes-container,
  .multishipping-summary-wrapper .product-list-item .qty,
  .multishipping-summary-wrapper .product-list-item .price {
    margin-top: 10px;
    text-align: left;
    width: 50%;
  }
  .multishipping-summary-wrapper .product-list-item .qty {
    clear: both;
  }
  .multishipping-summary-wrapper .edit-order-cta {
    margin-top: 15px;
  }
  .payment-method ul li .delete {
    display: block;
    margin-left: 35px;
  }
  .payment-method .month,
  .payment-method .year {
    margin-bottom: 15px;
  }
}
.checkout-sidebar {
  border: 1px solid #C5C5C9;
  padding-bottom: 40px;
}
.checkout-sidebar:before {
  background: #fff;
  position: absolute;
  content: '';
  width: 33.3333333333333%;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 66.6666666666667%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .checkout-sidebar:before {
    z-index: 0;
    position: initial;
    display: table;
  }
  .checkout-sidebar {
    background-color: #fff;
  }
}
.checkout-sidebar a {
  background: none;
}
.svg-check-form {
  display: none;
  width:100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
.svgcheckform {
  width:100%;
  height:auto;
  margin-left:auto;
  margin-right:auto;
}
.order-confirmation-details {
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 100px;
}
.pt_orderconfirmation #checkout-header {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.pt_orderconfirmation .confirmation-message,
.pt_orderconfirmation .confirmation-register-wrapper p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.pt_orderconfirmation .confirmation-message {
  margin-bottom: 0;
}
.pt_orderconfirmation .confirmation-register-wrapper p {
  margin-top: 0;
}
.pt_orderconfirmation .confirmation-message,
.pt_orderconfirmation .login-create-account {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.pt_orderconfirmation .confirmation-message:before,
.pt_orderconfirmation .login-create-account:before,
.pt_orderconfirmation .confirmation-message:after,
.pt_orderconfirmation .login-create-account:after {
  content: '';
  display: table;
}
.pt_orderconfirmation .confirmation-message:after,
.pt_orderconfirmation .login-create-account:after {
  clear: both;
}
.pt_orderconfirmation h2 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.pt_orderconfirmation .order-date,
.pt_orderconfirmation .order-number {
  text-align: left;
  margin-bottom: 20px;
}
.pt_orderconfirmation .order-date .label,
.pt_orderconfirmation .order-number .label,
.pt_orderconfirmation .order-date .value,
.pt_orderconfirmation .order-number .value {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 19px;
  text-transform: none;
}
.pt_orderconfirmation .order-date .label,
.pt_orderconfirmation .order-number .label {
  display: inline-block;
}
.pt_orderconfirmation .confirmation-right {
  text-align: center;
}
.pt_orderconfirmation .confirmation-right .cta {
  margin-bottom: 15px;
}
.pt_orderconfirmation .print-only {
  display: none !important;
}
.pt_orderconfirmation .confirmation-register-wrapper {
  margin-bottom: 40px;
}
.pt_orderconfirmation .confirmation-register-wrapper .required-fields {
  display: none;
}
.pt_orderconfirmation .confirmation-register-wrapper .login-create-account #RegistrationForm {
  width: 100%;
}
.pt_orderconfirmation .confirmation-register-wrapper .login-create-account #RegistrationForm input[type="text"],
.pt_orderconfirmation .confirmation-register-wrapper .login-create-account #RegistrationForm input[type="password"],
.pt_orderconfirmation .confirmation-register-wrapper .login-create-account #RegistrationForm input[type="email"],
.pt_orderconfirmation .confirmation-register-wrapper .login-create-account #RegistrationForm select {
  width: 100%;
}
.receipt-header-info {
  overflow: hidden;
}
.receipt-header-info .order-date {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.receipt-header-info .order-date:before,
.receipt-header-info .order-date:after {
  content: '';
  display: table;
}
.receipt-header-info .order-date:after {
  clear: both;
}
.receipt-header-info .order-date:last-child {
  margin-right: 0;
}
.receipt-header-info .order-number {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 8.3333333333333%;
}
.receipt-header-info .order-number:before,
.receipt-header-info .order-number:after {
  content: '';
  display: table;
}
.receipt-header-info .order-number:after {
  clear: both;
}
.receipt-header-info .order-number:last-child {
  margin-right: 0;
}
.summary-price-sale {
  color: #c01111;
}
@media only screen and (max-width: 1024px) {
  .pt_orderconfirmation .receipt-title {
    margin-bottom: 15px;
  }
  .receipt-header-info .order-date,
  .receipt-header-info .order-number {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .receipt-header-info .order-date:first-child,
  .receipt-header-info .order-number:first-child {
    margin-left: auto;
  }
  .receipt-header-info .order-date:last-child,
  .receipt-header-info .order-number:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .pt_orderconfirmation .confirmation-center {
    left: 0;
    right: 0;
  }
  .pt_orderconfirmation .confirmation-register-wrapper {
    margin-bottom: 0;
  }
  .receipt-header-info .order-date,
  .receipt-header-info .order-number {
    text-align: center;
  }
  .receipt-header-info .order-date .label,
  .receipt-header-info .order-number .label,
  .receipt-header-info .order-date .value,
  .receipt-header-info .order-number .value {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
  }
  .receipt-header-info .order-date {
    margin-bottom: 0;
  }
  h3.shipment-label {
    width: 100%;
  }
  .order-confirmation-details {
    margin-top: 0;
  }
}
#PrintOnlyHeader {
	display:none;
}
@media print {
  header,
  #fixedMenuPadding {display:none;}

#PrintOnlyHeader{
	display:block;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:40%;
}
  .header-utility,
  .header-search-trigger,
  .cart-summary,
  .nav-container,
  #checkout-header,
  #leftPanel,
  .confirmation-register-wrapper,
  .account-nav,
  #site-footer,
  .print-page {
    display: none !important;
  }
  #header-primary,
  #main {
    max-width: 1200px !important;
    padding-left: 0;
    padding-right: 0;
    clear:both;
  }
  #site-header .column-3 {
    min-height: 1px;
  }
  #header-primary {
    height: 74px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    overflow: hidden;
  }
  #header-primary .primary-logo img {
    height: 54px !important;
    margin-top: 0 !important;
  }
  #main {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-confirmation-details {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .order-confirmation-details .section-header {
    text-align: left;
  }
  .order-confirmation-details .section div {
    font-size: 12px !important;
    text-align: left;
  }
  .multishipping-summary-wrapper {
    float: left;
    clear: none;
    width: 70%;
    margin-left: 0;
  }
  .multishipping-summary-wrapper:before,
  .multishipping-summary-wrapper:after {
    content: '';
    display: table;
  }
  .multishipping-summary-wrapper:after {
    clear: both;
  }
  .multishipping-summary-wrapper:last-child {
    margin-right: 0;
  }
  .multishipping-summary-wrapper .multiship-totals-table {
    clear: none;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    float: right;
  }
  .multishipping-summary-wrapper .multiship-totals-table:before,
  .multishipping-summary-wrapper .multiship-totals-table:after {
    content: '';
    display: table;
  }
  .multishipping-summary-wrapper .multiship-totals-table:after {
    clear: both;
  }
  .multishipping-summary-wrapper .multiship-totals-table:last-child {
    margin-right: 0;
  }
  .summary-shipment-left-col {
    float: left;
    clear: none;
    width: 32%;
    margin-left: 0;
    margin-right: 0;
  }
  .summary-shipment-left-col:before,
  .summary-shipment-left-col:after {
    content: '';
    display: table;
  }
  .summary-shipment-left-col:after {
    clear: both;
  }
  .summary-shipment-left-col:last-child {
    margin-right: 0;
  }
  .summary-shipment-right-col {
    float: left;
    clear: none;
    width: 66%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 2%;
  }
  .summary-shipment-right-col:before,
  .summary-shipment-right-col:after {
    content: '';
    display: table;
  }
  .summary-shipment-right-col:after {
    clear: both;
  }
  .summary-shipment-right-col:last-child {
    margin-right: 0;
  }
  .confirmation-right {
    float: left;
    clear: none;
    width: 28.000000000000004%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 2%;
  }
  .confirmation-right:before,
  .confirmation-right:after {
    content: '';
    display: table;
  }
  .confirmation-right:after {
    clear: both;
  }
  .confirmation-right:last-child {
    margin-right: 0;
  }
  .svg-check-form {
    display: block !important;
  }
  iframe[name='google_conversion_frame'] {
    display: none !important;
  }
  .pt_checkout .cta,
  .pt_orderconfirmation .cta {
    display: none !important;
  }
  .pt_checkout .order-date .label,
  .pt_orderconfirmation .order-date .label,
  .pt_checkout .order-number .label,
  .pt_orderconfirmation .order-number .label,
  .pt_checkout .order-date .value,
  .pt_orderconfirmation .order-date .value,
  .pt_checkout .order-number .value,
  .pt_orderconfirmation .order-number .value {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .checkout-summary-center .product-list-item .sku,
  .checkout-summary-center .product-list-item .qty,
  .checkout-summary-center .product-list-item .attributes-container,
  .checkout-summary-center .product-list-item .price,
  .checkout-summary-center .product-list-item .value {
    font-size: 12px !important;
    text-align: left;
  }
  .checkout-summary-center .product-list-item .sku,
  .checkout-summary-center .product-list-item .attributes-container,
  .checkout-summary-center .product-list-item .qty {
    float: left;
    clear: none;
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-summary-center .product-list-item .sku:before,
  .checkout-summary-center .product-list-item .attributes-container:before,
  .checkout-summary-center .product-list-item .qty:before,
  .checkout-summary-center .product-list-item .sku:after,
  .checkout-summary-center .product-list-item .attributes-container:after,
  .checkout-summary-center .product-list-item .qty:after {
    content: '';
    display: table;
  }
  .checkout-summary-center .product-list-item .sku:after,
  .checkout-summary-center .product-list-item .attributes-container:after,
  .checkout-summary-center .product-list-item .qty:after {
    clear: both;
  }
  .checkout-summary-center .product-list-item .sku:last-child,
  .checkout-summary-center .product-list-item .attributes-container:last-child,
  .checkout-summary-center .product-list-item .qty:last-child {
    margin-right: 0;
  }
  .checkout-summary-center .product-list-item .price {
    float: left;
    clear: none;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  .checkout-summary-center .product-list-item .price:before,
  .checkout-summary-center .product-list-item .price:after {
    content: '';
    display: table;
  }
  .checkout-summary-center .product-list-item .price:after {
    clear: both;
  }
  .checkout-summary-center .product-list-item .price:last-child {
    margin-right: 0;
  }
  .order-payment-instruments .payment-amount .label {
    font-size: 12px !important;
  }

  .order-totals-list li div {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
    line-height: 20px;
  }

  .order-totals-list li div:first-child {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
    font-size: 12px !important;
  }

  .order-totals-list li div:last-child {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
    font-size: 12px !important;
    text-align: right;
  }

  .order-totals-list li.order-subtotal,

  .order-totals-list li.order-total,

  .order-totals-list li.order-itemtotal,

  .order-totals-list li.order-payment-amount {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
    font-size: 12px !important;
  }
}
.pt_store-locator h1 {
  margin-bottom: 60px;
  text-align: center;
  padding-top: 100px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
}
.rio-placeholder {
  height: 800px;
}
.store-locator-results-list {
  width: 50%;
  min-width: 550px;
  margin: auto;
}
.store-locator-results-list .StoreLocatorNavigation--accordion {
  border-bottom: solid #8e8e8e 1px;
}
.store-locator-results-list .StoreLocatorNavigation--accordion:last-child {
  border-bottom: none;
}
.store-locator-results-list .StoreLocatorNavigation--accordion .row:last-child .content {
  padding-bottom: 0;
  border-bottom: none;
}
.store-locator-results-list .StoreLocatorNavigation--accordion .content {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  border-bottom: solid #8e8e8e 1px;
}
.store-locator-results-list .StoreLocatorNavigation--accordion .content p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.store-locator-results-list .store-link {
  text-align: right;
  display: block;
}
.store-locator-results-list .store-link .store-map span {
  display: inline-block;
  vertical-align: middle;
}
.store-locator-results-list .store-link .marker-icon {
  padding-right: 25px;
}
.store-locator-results-list .store-link .marker-icon:before {
  content: '';
  display: inline-block;
  height: 27px;
  width: 27px;
  background: url("../images/map_icon.png") no-repeat;
  background-size: 100%;
}
.store-locator-results-list .store-link p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.store-locator-results-list .store-link .store-details {
  clear: both;
}
.shop-categories {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}
.shop-categories li {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.shop-categories li:before,
.shop-categories li:after {
  content: '';
  display: table;
}
.shop-categories li:after {
  clear: both;
}
.shop-categories li:last-child {
  margin-right: 0;
}
.shop-categories li a {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.shop-categories li a.active {
  pointer-events: none;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.shop-categories li .shop-category-group p,
.shop-categories li .shop-category-group a {
  margin-bottom: 20px;
}
.shop-categories li .shop-category-group p {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.shop-categories li .shop-category-group a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .store-locator-results-list .double-border-single-top {
    display: none;
  }
  .store-locator-results-list .store-locator-results-list {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .store-locator-header {
    margin-bottom: 30px;
  }
  .store-locator-header h2 {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-logo-min {
    width: 100% !important;
  }
  .shop-categories {
    margin-bottom: 0;
  }
  .shop-categories li {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .shop-categories li .shop-category-group p {
    margin-top: 20px;
  }
  .store-locator-results-list {
    width: 100%;
    min-width: 0;
  }
  .store-locator-results-list .StoreLocatorNavigation--accordion:first-child {
    border-top: solid #8c8c8c 1px;
  }
  .store-locator-results-list .StoreLocatorNavigation--accordion:last-child {
    border-bottom: solid #8c8c8c 1px;
  }
  .store-locator-results-list .StoreLocatorNavigation--accordion .content {
    margin: 0;
  }
  .store-locator-results-list .store-link .store-map span {
    display: block;
  }
  .store-locator-results-list .store-link .marker-icon {
    padding-right: 0;
  }
}
.WhatsInside > ul > li {
  float: left;
  clear: none;
  width: 33.3333333333333%;
  margin-left: 0;
  margin-right: 0;
}
.WhatsInside > ul > li:before,
.WhatsInside > ul > li:after {
  content: '';
  display: table;
}
.WhatsInside > ul > li:after {
  clear: both;
}
.WhatsInside > ul > li:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.WhatsInside > ul > li:nth-child(3n+1) {
  clear: both;
}
.WhatsInside > ul > li > .product-tile .product-tile-window {
  border: none;
  display: block;
  margin: auto;
}
.WhatsInside > ul > li > .product-tile .product-tile-window .product-tile-badge {
  display: none;
}
.WhatsInside > ul > li > .product-tile .product-tile-window ul.product-tile-carousel li {
  width: 100%;
  display: none;
}
.WhatsInside > ul > li > .product-tile .product-tile-window ul.product-tile-carousel li:nth-child(1) {
  display: block;
}
.WhatsInside > ul > li > .product-tile .product-tile-window ul.product-tile-carousel li a img {
  width: 100%;
  height: auto;
}
.WhatsInside > ul > li > .product-tile .product-tile-info > .product-pricing {
  display: none;
}
.WhatsInside > ul > li > .product-tile .product-tile-variations {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .WhatsInside > ul > li {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .WhatsInside > ul > li:before,
  .WhatsInside > ul > li:after {
    content: '';
    display: table;
  }
  .WhatsInside > ul > li:after {
    clear: both;
  }
  .WhatsInside > ul > li:nth-child(3n) {
    margin-right: 0;
    float: left;
  }
  .WhatsInside > ul > li:nth-child(3n+1) {
    clear: none;
  }
  .WhatsInside > ul > li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .WhatsInside > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .WhatsInside > ul > li {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .WhatsInside > ul > li:before,
  .WhatsInside > ul > li:after {
    content: '';
    display: table;
  }
  .WhatsInside > ul > li:after {
    clear: both;
  }
  .WhatsInside > ul > li:nth-child(3n) {
    margin-right: 0;
    float: left;
  }
  .WhatsInside > ul > li:nth-child(3n+1) {
    clear: none;
  }
  .WhatsInside > ul > li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .WhatsInside > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
.checkout-multiship-form {
  overflow: hidden;
}
.shipment-container .shipment-details,
.recipient-container {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.shipment-details-col,
.recipient-left-col {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.shipment-details-col:before,
.shipment-details-col:after,
.recipient-left-col:before,
.recipient-left-col:after {
  content: '';
  display: table;
}
.shipment-details-col:after,
.recipient-left-col:after {
  clear: both;
}
.shipment-details-col:last-child,
.recipient-left-col:last-child {
  margin-right: 0;
}
.row-title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.recipient-left-row {
  margin-bottom: 40px;
}
.items-added-to-shipments {
  margin-top: 40px;
  margin-bottom: 40px;
}
.items-added-to-shipments span {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
}
.items-added-to-shipments a {
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-decoration: underline;
}
.shipment-items-col,
.recipient-right-col {
  float: left;
  clear: none;
  width: 70%;
  margin-left: 5%;
  margin-right: 0;
}
.shipment-items-col:before,
.shipment-items-col:after,
.recipient-right-col:before,
.recipient-right-col:after {
  content: '';
  display: table;
}
.shipment-items-col:after,
.recipient-right-col:after {
  clear: both;
}
.shipment-items-col:last-child,
.recipient-right-col:last-child {
  margin-right: 0;
}
.shipment-products-title {
  margin-bottom: 30px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.shipment-products-main {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.add-products-cta-row {
  vertical-align: center;
}
.add-recipient-products {
  margin-right: 10px;
}
#multiship-main-wrapper .edit-button {
  display: block;
  margin-top: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
#multiship-main-wrapper .edit-button::before {
  padding-right: 5px;
}
#multiship-main-wrapper .edit-button::after {
  padding-left: 5px;
}
.multiship-submit-form-row {
  text-align: center;
}
#recipient-footer-actions {
  margin-top: 25px;
}
#recipient-footer-actions .expand-link {
  display: block;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}
.add-another-recipient {
  display: inline-block;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.add-another-recipient::before {
  font-family: 'sees-icon-font';
  content: "\e615";
  font-size: 14px;
}
.add-another-recipient::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
#shipment-product-assignments p {
  text-align: center;
}
#shipment-product-assignments > ul {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  max-height: 300px;
  overflow: auto;
}
#shipment-product-assignments footer {
  text-align: center;
}
.sees-dialog-content .custom-mix-cart-wrapper {
  width: 100%;
  left: 0;
  margin-top: 0;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.sees-dialog-content .buildabox-edit-link {
  display: none;
}
.ui-dialog.sees-dialog {
	background: #fff;
	max-width: 90%;
	margin : auto;
}
.add-to-shipment-item {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.add-to-shipment-item.in-shipment .product-quantity-row,
.add-to-shipment-item.active .product-quantity-row {
  display: block;
}
.add-to-shipment-item.in-shipment .custom-mix-cart-wrapper,
.add-to-shipment-item.active .custom-mix-cart-wrapper {
  margin-top: 10px;
}
.add-to-shipment-item .custom-mix-cart-wrapper {
  padding-top: 0;
  margin-top: -10px;
  border-top: none;
}
.add-to-shipment-item .flavor-row {
  margin-bottom: 0;
}
.add-to-shipment-item:last-child .selection-product-right-col {
  border-color: #fff;
}
.selection-product-left-col {
  width: 30px;
  float: left;
}
.selection-product-right-col {
  margin-left: 30px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.selection-product-right-col h6,
.selection-product-right-col .product-id {
  margin-bottom: 10px;
}
.selection-product-right-col h6 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.selection-product-right-col input {
  display: block;
  width: 100%;
}
.selection-product-right-col .product-info-row {
  overflow: hidden;
}
.selection-product-right-col .product-info-row .image-column {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.selection-product-right-col .product-info-row .image-column:before,
.selection-product-right-col .product-info-row .image-column:after {
  content: '';
  display: table;
}
.selection-product-right-col .product-info-row .image-column:after {
  clear: both;
}
.selection-product-right-col .product-info-row .image-column:last-child {
  margin-right: 0;
}
.selection-product-right-col .product-info-row img {
  width: 100%;
  height: auto;
}
.selection-product-right-col .product-info-row .data-column {
  float: left;
  clear: none;
  width: 62.5%;
  margin-left: 12.5%;
  margin-right: 0;
}
.selection-product-right-col .product-info-row .data-column:before,
.selection-product-right-col .product-info-row .data-column:after {
  content: '';
  display: table;
}
.selection-product-right-col .product-info-row .data-column:after {
  clear: both;
}
.selection-product-right-col .product-info-row .data-column:last-child {
  margin-right: 0;
}
.selection-product-right-col .product-info-row .label {
  display: none;
}
.selection-product-right-col .product-info-attributes {
  margin-bottom: 10px;
}
.selection-product-right-col .product-quantity-row {
  display: none;
  text-align: left;
}
.selection-product-right-col .quantity-row-element {
  display: inline-block;
  vertical-align: middle;
}
.selection-product-right-col .form-row {
  margin-bottom: 0;
}
.multiship-gift-message-modal .sees-dialog-content {
  max-width: 380px;
}
.shipment-gift-message-assignments .gift-message-text {
  margin-bottom: 5px;
}
.shipment-gift-message-assignments .gift-message-char-count {
  margin-bottom: 20px;
}
.shipment-gift-message-assignments textarea {
  height: 130px;
}
.shipment-gift-message-assignments footer {
  text-align: center;
}
.gift-message-char-count {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.multiship-shipping-modal .sees-dialog-content {
  max-width: 660px;
  height: 100%;
  overflow: auto;
}
.multiship-shipping-modal .checkout-form {
  width: 100%;
  float: none;
}
.multiship-shipping-modal .fonts-heading4 {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.holding-shipment-products-list {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.holding-shipment-products-list:before,
.holding-shipment-products-list:after {
  content: '';
  display: table;
}
.holding-shipment-products-list:after {
  clear: both;
}
.holding-shipment-products-list .custom-mix-cart-wrapper {
  margin-top: 10px;
}
.holding-shipment-product-row {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid;
  overflow: hidden;
}
.holding-shipment-product-row:last-child {
  border-bottom: none;
}
.holding-shipment-product-row .column-2 {
  text-align: right;
}
.multiship-missing-shipment-modal {
  text-align: center;
}
.multiship-missing-shipment-modal li {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.multiship-missing-shipment-modal p {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
}
.multiship-missing-shipment-modal p:before,
.multiship-missing-shipment-modal p:after {
  content: '';
  display: table;
}
.multiship-missing-shipment-modal p:after {
  clear: both;
}
.multiship-missing-shipment-modal .account-button {
  margin-left: 30px;
  margin-right: 30px;
}
.multiship-assigned-product {
  overflow: hidden;
  margin-bottom: 20px;
}
.multiship-assigned-product .product-title,
.multiship-assigned-product .product-info-item {
  margin-bottom: 10px;
}
.multiship-assigned-product .product-title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.multiship-assigned-product .product-summary {
  text-align: right;
}
.multiship-assigned-product .custom-mix-cart-wrapper {
  width: 75%;
}
.multiship-assigned-product .buildabox-edit-link {
  display: none;
}
.multiship-shipment-totals-row {
  overflow: hidden;
  border-top: 1px solid #000;
  padding-top: 25px;
}
#multiship-main-wrapper .edit-recipient-products {
  margin-top: 0;
}
.multiship-totals-table li {
  overflow: hidden;
  text-align: right;
}
.multiship-totals-table div:last-child {
  float: left;
  clear: none;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}
.multiship-totals-table div:last-child:before,
.multiship-totals-table div:last-child:after {
  content: '';
  display: table;
}
.multiship-totals-table div:last-child:after {
  clear: both;
}
.multiship-totals-table div:last-child:last-child {
  margin-right: 0;
}
.multiship-totals-table div:first-child {
  float: left;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.multiship-totals-table div:first-child:before,
.multiship-totals-table div:first-child:after {
  content: '';
  display: table;
}
.multiship-totals-table div:first-child:after {
  clear: both;
}
.multiship-totals-table div:first-child:last-child {
  margin-right: 0;
}
.multiship-sidebar {
  text-align: center;
}
.multiship-sidebar + .form-row-button {
  float: left;
  clear: none;
  width: 66.6666666666667%;
  margin-left: 0;
  margin-right: 0;
}
.multiship-sidebar + .form-row-button:before,
.multiship-sidebar + .form-row-button:after {
  content: '';
  display: table;
}
.multiship-sidebar + .form-row-button:after {
  clear: both;
}
.multiship-sidebar + .form-row-button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-multiship-form .recipient-left-col {
    float: left;
    clear: none;
    width: 31.25%;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-multiship-form .recipient-left-col:before,
  .checkout-multiship-form .recipient-left-col:after {
    content: '';
    display: table;
  }
  .checkout-multiship-form .recipient-left-col:after {
    clear: both;
  }
  .checkout-multiship-form .recipient-left-col:last-child {
    margin-right: 0;
  }
  .checkout-multiship-form .recipient-right-col {
    float: left;
    clear: none;
    width: 65%;
    margin-left: 3%;
    margin-right: 0;
  }
  .checkout-multiship-form .recipient-right-col:before,
  .checkout-multiship-form .recipient-right-col:after {
    content: '';
    display: table;
  }
  .checkout-multiship-form .recipient-right-col:after {
    clear: both;
  }
  .checkout-multiship-form .recipient-right-col:last-child {
    margin-right: 0;
  }
  .multiship-shipment-totals-row .column-6 {
    width: 100%;
    display: block;
    float: none;
  }
  .multiship-shipment-totals-row .edit-recipient-products {
    text-align: center;
    margin-bottom: 20px;
  }
  .multiship-totals-table div {
    padding-left: 15px;
  }
  .multiship-totals-table div:last-child {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-multiship-form .checkout-form {
    width: 100%;
    display: block;
    float: none;
    padding-bottom: 20px;
  }
  .checkout-multiship-form .recipient-left-col,
  .checkout-multiship-form .recipient-right-col {
    width: 100%;
    display: block;
    float: none;
    left: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-multiship-form .checkout-order-totals {
    width: 100%;
    display: block;
    float: none;
    left: 0;
  }
  .multiship-products-modal .sees-dialog-content,
  .multiship-address-modal .sees-dialog-content {
    padding-bottom: 60px;
  }
  .multiship-assigned-product .custom-mix-cart-wrapper {
    left: 25%;
    width: 75%;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .multiship-sidebar .multiship-continue-to-payment-cta {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 200px;
  }
}
.coupon-landing-wrapper {
  width: auto;
  max-width: 500px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
  text-align: center;
}
.coupon-landing-wrapper:before,
.coupon-landing-wrapper:after {
  content: '';
  display: table;
}
.coupon-landing-wrapper:after {
  clear: both;
}
.coupon-landing-wrapper .coupon-intro {
  margin-top: 30px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.coupon-landing-wrapper img {
  display: inline-block;
  max-width: 100%;
}
.coupon-landing-header {
  margin-top: 40px;
  text-align: center;
}
.coupon-landing-header h1 {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
}
.coupon-landing-header h2 {
  margin-top: 20px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.coupon-content-wrapper {
  margin-top: 40px;
  overflow: hidden;
}
.coupon-content-outer-border {
  border: 3px solid #000;
  padding: 3px;
}
.coupon-content-inner-border {
  border: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
.coupon-display-main {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #8e8e8e;
  border-bottom: 2px solid #8e8e8e;
}
.coupon-fpo-code,
.coupon-fpo-secondary-copy {
  margin-top: 40px;
}
.coupon-fpo-primary-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.coupon-fpo-code {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.coupon-fpo-secondary-copy p,
.coupon-fpo-details-copy p {
  margin-top: 20px;
}
.coupon-fpo-secondary-copy p:first-child,
.coupon-fpo-details-copy p:first-child {
  margin-top: 0;
}
.coupon-fpo-secondary-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.coupon-fpo-details-copy {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  text-align: left;
}
.coupon-landing-actions {
  margin-top: 40px;
}
.coupon-landing-actions .form-row {
  margin-bottom: 40px;
}
.coupon-landing-actions .outline-cta {
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #000;
}
.no-coupon-wrapper {
  width: auto;
  max-width: 800px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.no-coupon-wrapper:before,
.no-coupon-wrapper:after {
  content: '';
  display: table;
}
.no-coupon-wrapper:after {
  clear: both;
}
.coupon-no-results-left,
.coupon-no-results-right {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.coupon-no-results-left:before,
.coupon-no-results-right:before,
.coupon-no-results-left:after,
.coupon-no-results-right:after {
  content: '';
  display: table;
}
.coupon-no-results-left:after,
.coupon-no-results-right:after {
  clear: both;
}
.coupon-no-results-left:last-child,
.coupon-no-results-right:last-child {
  margin-right: 0;
}
.coupon-no-results-left {
  text-align: center;
}
.coupon-no-results-right {
  text-align: left;
}
.coupon-no-results-right input,
.coupon-no-results-right select.input-select {
  width: 100%;
}
.coupon-no-results-right input[type="submit"] {
  width: auto;
}
.coupon-no-results-right .submit-row {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coupon-content-inner-border {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .print-coupon-button {
    display: none !important;
  }
  .coupon-no-results-left,
  .coupon-no-results-right {
    width: auto;
    max-width: 300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .coupon-no-results-left:first-child,
  .coupon-no-results-right:first-child {
    margin-left: auto;
  }
  .coupon-no-results-left:last-child,
  .coupon-no-results-right:last-child {
    margin-right: auto;
  }
  .coupon-no-results-left:before,
  .coupon-no-results-right:before,
  .coupon-no-results-left:after,
  .coupon-no-results-right:after {
    content: '';
    display: table;
  }
  .coupon-no-results-left:after,
  .coupon-no-results-right:after {
    clear: both;
  }
}
@media print {
  .pt_coupon-landing #site-header {
    display: none;
  }
  .coupon-landing-header,
  .coupon-landing-actions {
    display: none;
  }
}
#FundraisingHome {
  text-align: center;
}
#FundraisingHome .overlap-heading {
  margin-top: -91px;
  margin-bottom: 60px;
}
#FundraisingHome .overlap-heading .stacked-heading-bold {
  background: #fff;
  display: inline-block;
  margin: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 3px;
  padding-bottom: 6px;
}
#FundraisingHome .homepage-secondary-1x4 .column-3 img {
  max-height: 150px;
}
@media only screen and (max-width: 767px) {
  #FundraisingHome .homepage-secondary-1x4 .column-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  #FundraisingHome .homepage-secondary-1x4 .column-3:first-child {
    margin-left: auto;
  }
  #FundraisingHome .homepage-secondary-1x4 .column-3:last-child {
    margin-right: auto;
  }
  #FundraisingHome .homepage-secondary-1x2 .column-6 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #FundraisingHome .homepage-secondary-1x2 .column-6:first-child {
    margin-left: auto;
  }
  #FundraisingHome .homepage-secondary-1x2 .column-6:last-child {
    margin-right: auto;
  }
  .homepage-secondary .column-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-secondary .column-3:first-child {
    margin-left: auto;
  }
  .homepage-secondary .column-3:last-child {
    margin-right: auto;
  }
  .homepage-secondary .column-4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-secondary .column-4:first-child {
    margin-left: auto;
  }
  .homepage-secondary .column-4:last-child {
    margin-right: auto;
  }
  .homepage-secondary .column-6 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage-secondary .column-6:first-child {
    margin-left: auto;
  }
  .homepage-secondary .column-6:last-child {
    margin-right: auto;
  }
}
a {
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-decoration: none;
}
li {
  display: block;
}
p,
dd {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button.disabled,
.button.disabled,
input.disabled,
select.disabled,
.checkbox-sub.disabled,
button[disabled],
.button[disabled],
input[disabled],
select[disabled],
.checkbox-sub[disabled],
button.looks-disabled,
.button.looks-disabled,
input.looks-disabled,
select.looks-disabled,
.checkbox-sub.looks-disabled,
.account-button.looks-disabled,
a.disabled {
  opacity: 0.5;
}
button.disabled,
.button.disabled,
input.disabled,
select.disabled,
.checkbox-sub.disabled,
button[disabled],
.button[disabled],
input[disabled],
select[disabled],
.checkbox-sub[disabled],
.account-button[disabled] {
  pointer-events: none;
}

.desktop-only {
  display: inline-block;
}
#leftPanel {
  display: none;
}
#leftPanel.open {
  display: block;
}
.not-desktop,
.mobile-only,
.phone-only,
.tablet-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .not-desktop {
    display: block;
  }
  .search-result-options label {
  	margin-top: 0;
  	vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-only,
  .phone-only {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .tablet-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tablet-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .not-phone,
  .not-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .not-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .not-tablet {
    display: initial;
  }
}
.hide {
  display: none;
}
apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 48px;
  --apple-pay-button-border-radius: 0;
  --apple-pay-button-padding: 2px 0px;
  --apple-pay-button-box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
}
.cta {
  text-align: center;
  position: relative;
}
.cta.add-to-cart-row{
  text-align: left;
  clear:both;
}

.cta.give-feedback:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 30px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: url("../images/oo_icon_fff.gif") top left no-repeat scroll;
}

.cta.cta-right {
  text-align: right;
}
.cta.cta-right .button {
  margin-right: 18px;
}
.cta.cta-left {
  text-align: left;
}
.custom-mix #add-to-cart,
.cta button,
.cta .button,
.cta button3,
.cta .button3,
.cta .button.fancy,
.cart-actions .cta .button2,
.cart-footer  .cta .button2,
.sees-dialog.ui-dialog .ad-callout .cta button,
.summary .action .select-candies {
  clear: none;
  width: auto;
  position: relative;
  display: inline-block;
  margin: 15px 0 2px;
  height: 45px;
  max-height: 45px;
  cursor: pointer;
  line-height: 45px;
  min-width: 235px;
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 15px;
  padding: 0 30px;
  border: none;
  border-radius:0px;
  background: black;
}
.summary .action .select-candies {
    min-width: auto;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}
.summary .action.edit-button {
  display: inline-block;
  text-align: right;
  width: 19%;
  float: right;
  margin-top: 23px;
}
.summary .action.edit-button .select-candie {
  color: #96701b;
  text-decoration: underline;
}
.summary .action.edit-button .select-candie:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .custom-mix #add-to-cart,
  .cta button,
  .cta .button,
  .cta button3,
  .cta .button3,
  .cta .button.fancy,
  #cart-actions .cta .button2,
  .cart-footer  .cta .button2,
  .sees-dialog.ui-dialog .ad-callout .cta button {
    min-width: 150px;
  }
}
.cta button3,
.cta .button3,
.cta button3::before,
.cta .button3::before,
.cta button3::after,
.cta .button3::after{
	background:none;
	background-image:none;
	color: #000;
	text-decoration:Underline;
}
.cta button3:hover,
.cta .button3:hover,
.cta button3:hover::before,
.cta .button3:hover::before,
.cta button3:hover::after,
.cta .button3:hover::after{
	color: #96701b;
	background:none;
	background-image:none;
}
.cart-footer .cta .button2,
.cart-actions .cta .button2 {
  padding: 0 12px;
  width: 100%;
}
.sees-dialog.ui-dialog .cta {
  margin: .5em 0;
}
.sees-dialog.ui-dialog .link-button {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 1em;
}

.address-row .customer-address .link-button.edit {
	text-transform: none;
	font-family: Helvetica, sans-serif, Arial;
	margin: 0;
}
.cta button.hide,
.cta .button.hide {
	display: none;
}
.cta button:hover,
.cta .button:hover,
.cta .button.fancy:hover,
.cart-actions .cta .button2:hover,
.cart-footer  .cta .button2:hover,
.sees-dialog.ui-dialog .ad-callout .cta button:hover {
  background: #96701b;
  cursor: pointer;
}
.cart-footer .cta {
	padding: 0 18px;
}
.cart-ctas .payment-icon {
  padding: 20px 0 5px;
  text-align: left;
}
.cart-ctas .payment-icon-heading,
.cart-payment-heading {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
}
.cart-payment-heading {
  padding: 31px 0 17px;
}
.cart-ctas .payment-icon img {
  max-height: 32px;
}
@media only screen and (max-width: 480px) {
  .cart-ctas .payment-icon img {
    max-height: 20px;
  }
}
.cart-ctas .braitnree-cart-paypal-button-wrap {
  min-width: 100%;
}
.cart-actions .cta button,
.cart-footer .cta button,
.sees-dialog.account-add-shipment .cta .checkout {
  font-family: Helvetica, sans-serif, Arial;
  text-transform: uppercase;
  color: #fff;
  background-color: #000000;
  border: none;
  padding: 1px 10px 2px 10px;
  margin-bottom:10px;
  border-radius: 0;
	font-weight: 500;
	font-size: 12px;
	background:black;
	height: 50px;
  max-height: 50px;
	line-height:30px;
  margin: 6px 0;
}
.coupon-button .account-button,
.cart-actions .coupon-button .cta button {
  margin-top: -2px;
  min-width: auto;
}
.cart-actions .coupon-button .cta button {
  max-height: 41px;
}
.cart-footer .cta.coupon-button button {
  margin: -3px 0 0;
}
.cart-footer .cta.coupon-button button {
  margin: -3px 0 0;
}
button.simple,
.cta button.simple {
	background: black;
	font-size: 12px;
	border: none;
	color: #fff;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
	height: auto;

	max-height: none;
	line-height: 2em;
	padding: 0 20px;
	text-transform: uppercase;
}
.twoButtons,
.checkout-actions button {
	width:220px;
}
#cart-actions .cta button:hover,
.cart-footer .cta button:hover,
.cta button.simple:hover {
	background:#96701b;
	}
#cart-actions .cta {
	padding-bottom:1px;
  min-height: 98px;
}
#cart-wrapper .cta.cta-left {
	padding-right:20px;
}
#cart-actions .cta button::before,
#cart-actions .cta .button::after,
.cart-footer  .cta button::before,
.cart-footer  .cta .button::after,
.cart-footer  .cta button:hover::before,
.cart-footer  .cta .button:hover::after,
.cta button.simple::before,
.cta button.simple::after,
.cta button.simple:hover::before,
.cta button.simple:hover::after  {
	background: none;
}

.custom-mix .cta #add-to-cart:hover,
.cta button:hover,
.cta .button:hover,
.cta .button.fancy:hover,
.sees-dialog.ui-dialog .cta .button:hover,
#cart-actions .cta .button2:hover,
.cart-footer  .cta .button2:hover {
  color: #FFF;
  background: #96701b;
  cursor: pointer;
  border: none;
}
#cart-actions .cta .button2::before,
#cart-actions .cta .button2::after,
.cart-footer  .cta .button2::before,
.cart-footer  .cta .button2::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 18px;
  height: 45px;
  font-size: 0;
}

#cart-wrapper .cart-footer div.cta.checkout-actions {
	text-align: right;
}
.cta.summary-cta .klarna-modal-button,
.cta.summary-cta .venmo-button-holder,
.cta.summary-cta button[type='submit'] {
  min-width: 370px;
  max-width: 370px;
  float: right;
}
.review .cta.summary-cta .klarna-modal-button,
.review .cta.summary-cta .venmo-button-holder,
.review  .cta.summary-cta button[type='submit'] {
  float: none;
}
@media only screen and (max-width: 1024px) {
	#cart-wrapper .cart-footer div.cta.checkout-actions {
		text-align: center;
		padding-right: 0;
		margin-bottom: 30px;
	}
  #cart-wrapper .cart-footer div.cta.checkout-actions button {
    min-width: 230px;
    max-width: 250px;
	}
	#cart-footer .cta.checkout-actions {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
  .cta.add-to-cart-row {
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    background-color: #fff;
    left: 0;
    text-align: center;
    z-index:30;
  }
  .quickview-modal .cta.add-to-cart-row {
    position: unset;
  }
  #add-to-cart {
    clear:both;
    width: 68%;
    margin: 10px auto 0;
    background-image:none;
    background-color:#000;
    color:#FFF;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    height: 40px;
    max-height: 40px;
    padding: 0;
  }
  #add-to-cart::before,
  #add-to-cart::after {
   background:none;
   left:0px;
  }
  #add-to-cart:hover{
    color: #96701b;
  }
  .add-to-cart-disabled,
  #add-to-cart button[disabled],
  #add-to-cart.button[disabled],
  #add-to-cart.add-to-cart-disabled{
  	z-index:30;
  	opacity: 1;
  	background-color:grey;
  }
  .product-tabs .tab-controls{
    display:none;
  }
  .product-tabs .description-text{
    text-align:left;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    padding-left:35px;
    padding-right:35px;
  }
  .product-tabs{
    padding-top:15px;
  }
  .nutrition-labels{
    display:none;
  }
  .sees-dialog.pwd-reset .reset-password-wrapper {
    width: 90%;
  }
  .cta.summary-cta .klarna-modal-button,
  .cta.summary-cta .venmo-button-holder,
  .cta.summary-cta button[type='submit'] {
    min-width: 100%;
    max-width: 370px;
  }
}
input[type='submit'],
button[type='submit'],
.ui-button.action-button,
.action-button,
.apply-coupon,
.sees-dialog button.account-button,
.sees-dialog a.account-button,
.klarna-modal-button,
.account-button {
  display: inline;
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 1.5em;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  border-radius: 0;
  height: 40px;
}

.cta.summary-cta .applepay-button-holder,
.cta.summary-cta .paypal-button-holder {
  float: right;
  text-align: left;
}
.ui-widget .add-to-cart-notifyme {
  margin: 10px 0;
}
.ui-dialog .ui-dialog-buttonpane button {
	min-width: 50%;
	width: auto;
}
.ui-dialog.sees-dialog.addtobag .ui-dialog-buttonpane button {
	display: none;
}

input[type='submit']:hover,
button[type='submit']:hover,
.action-button:hover,
.action-button:focus,
.ui-button.action-button:hover,
.ui-button.action-button:focus,
button.hilight-bg,
.account-button.hilight-bg,
.apply-coupon:hover,
.account-button:hover,
#pt-button-checkbalance:hover {
	font-weight: 500;
	border: none;
	color: #fff;
	background-color: #96701b;
}
div.loader,
span.loader,
span.loading-gif {
  display: inline-block;
  opacity: 0;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 22px;
  background-image: url("../images/sees-interface/spin.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
  vertical-align: text-bottom;
  color:black;
}
.klarna-modal-button .loading-gif {
  background-size: 100%;
}
div.loader,
span.loader {
  font-family: Helvetica, sans-serif, Arial;
	opacity: 1;
	min-height: 250px;
	min-width: 300px;
	position: fixed;
  top: calc(50% - 125px);
	left: calc(50% - 150px);
  overflow: hidden;
}
div.loader > div {
  background-color:#e5e5e5;
  padding:15px;
  color:black;
}
div.shade {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
	text-align: center;
}
div.shade.white {
	background: rgba(255, 255, 255, 0.10);
}
div.shade.white div.loader,
div.shade.white span.loader {
	 -webkit-filter: invert(.5);
	filter: invert(.5);
}
.account-button span.loading-gif {
  height: 16px;
}
.disabled-for-loading-no-gif,
.disabled-for-loading,
button[disabled] {
  opacity: 0.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
.disabled-for-loading span.loading-gif {
  opacity: 1;
  margin-left: 5px;
  margin-right: -15px;
  width: 22px;
}
.disabled-for-loading .account-button span.loading-gif {
  margin-right: -6px;
  width: 16px;
}
input,
textarea,
select {
  outline: none;
}
textarea {
  border: 1px solid #626264;
  display: block;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  height: initial;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
#cardNumber-container,
#securityCode-container {
  border: 1px solid #626264;
  height: 40px;
  display: block;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
#cardNumber-container input:focus,
#securityCode-container input:focus {
  border: 2px solid #000;
}
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear {
  width: 0;
  height: 0;
}
input[type="text"], input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
    font-size: 16.5px;
  }
  .cta .button.fancy {
    font-size: 13px;
    padding: 0 .5em;
  }
  .cta .button.fancy,
  .cta .button.fancy:hover,
  .cta .button.fancy::before,
  .cta .button.fancy:hover::before,
  .cta .button.fancy::after,
  .cta .button.fancy:hover::after {
  	line-height: 30px;
  	height: 30px;
  	max-height: 30px;
  	background-size: auto 30px;
  }
  .cta .button.fancy::after,
  .cta .button.fancy:hover::after,
  .cta .button.fancy::before,
  .cta .button.fancy:hover::before {
  	width: 12px;
  	height: 30px;
  }
  .cta .button.fancy::before,
  .cta .button.fancy:hover::before {
  	left: -12px;
  }
  .cta .button.fancy::after,
  .cta .button.fancy:hover::after {
  	right: -12px;
  }
  .grid-tile .product-tile {
    padding-bottom: 0;
  }
  .cta.summary-cta .applepay-button-holder,
  .cta.summary-cta .paypal-button-holder {
    float: none;
    text-align: center;
  }
}
.form-row {
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
    .coupon-input .form-row {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .coupon-input .form-row {
        margin-bottom: 1em;
    }
}
.form-row.checkbox label,
.form-row.radio label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: .25em 0 0 1px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
}
.form-row.required:not(.checkbox) label:not(.error)::after {
  content: "*";
}
label.required::after,
.label.required::after {
  content: "*";
}
.form-header .required-fields::before {
  content: "*";
}
.form-header .expand-link {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 25px;
}
label.inline,
label[data-checkbox],
label[data-radio] {
  display: inline-block;
  margin: auto;
  font-size: 17px;
  text-transform: none;
  color: #626264;
}
label[data-checkbox] > span:first-of-type {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  cursor: pointer;
}
label[data-radio] span:first-of-type {
  float: left;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
label[data-checkbox] > span:first-of-type::before {
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  background-color: #000;
  position: absolute;
  top: 3px;
  left: 3px;
}
label[data-radio] > span:first-of-type::before {
  content: '';
  display: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 5px;
}

label[data-radio] > span:first-of-type + span {
  margin-left: .25em;
}

.off-screen,
.giftmessage-flag,
.option-col .shipping-option,
.data-summary dt,
label[data-checkbox] input[type="checkbox"],
label[data-radio] input[type="checkbox"],
label[data-checkbox] input[type="radio"],
label[data-radio] input[type="radio"],
.tab-nav input[type="radio"],
.tab-nav input[type="checkbox"],
.profile-form fieldset[disabled] label:not([data-checkbox]) {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden !important;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  outline: none !important;
  word-wrap:normal !important;
  white-space: nowrap !important;
}
input[type="checkbox"]:checked + label[data-checkbox] > span:first-of-type::before,
input[type="checkbox"]:checked + label[data-radio] > span:first-of-type::before,
input[type="radio"]:checked + label[data-checkbox] > span:first-of-type::before,
input[type="radio"]:checked + label[data-radio] > span:first-of-type::before,
label[data-checkbox] input[type="checkbox"]:checked + span::before,
label[data-radio] input[type="checkbox"]:checked + span::before,
label[data-checkbox] input[type="radio"]:checked + span::before,
label[data-radio] input[type="radio"]:checked + span::before {
  display: block;
}

label,
.label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
}
label.error,
.label.error {
  color: #c01111;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}

label,
.label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label .ng-binding {
  font-weight: 300;
  text-transform: none;
}
.checkout-container .item-details .right .label {
	clear:left;
	display:none;
}
.checkout-container .item-details .right .qty .label {
	display: block;
	float: left;
}
.quantity-controls {
  font-size: 0;
}
.quantity-controls.ro .item-quantity {
	font-size: 16px;
}

.quantity-controls label {
	display: block;
}
.quantity-controls {
  text-align: center;
}
.quantity-controls .item-quantity,
.quantity-controls button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#Fundraising .order-forms .quantity-controls .item-quantity input,
.quantity-controls .item-quantity input {
  width: 45px;
  text-align: center;
  height: 39px;
  border-width: 1px 0;
}
.quantity-controls button {
  border: 1px solid #626264;
  line-height: 30px;
  height: 39px;
  width: 38px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-controls button:hover {
  color: #96701b;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.quantity-controls button:disabled {
	opacity: 1;
	color: rgba(0,0,0,0.5);
}
.quantity-controls button.less {
  border-right: none;
  margin-right: -1px;
}
.quantity-controls button.more {
  border-left: none;
  margin-left: -1px;
}
.form-caption {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.shipment-container .row-details .error,
.form-caption.error-message,
.billing-error,
.general-error,
.preorder-msg {
  color: #c01111;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.billing-error {
  font-size: 15px;
}
.phone-and-extension:before,
.phone-and-extension:after {
  content: '';
  display: table;
}
body:after{
 display:none;
 content: url(../images/buildabox/btn_rt_hover.png) url(../images/buildabox/btn_left_hover.png) url(../images/buildabox/btn_slice_hover.png);
}
.home-major-carousel header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-major-carousel.auto-scroll header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-major-carousel header .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.home-major-carousel.auto-scroll header .title {
  font-family: 'FFDINWebCondBold';
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.home-major-carousel header .title::after,
.home-major-carousel header .title::before {
  display: block;
}
.home-major-carousel.auto-scroll header .title::after,
.home-major-carousel.auto-scroll header .title::before {
  display: block;
}
.home-major-carousel header .title::before {
  padding-bottom: 15px;
}
.home-major-carousel.auto-scroll header .title::before {
  padding-bottom: 15px;
}
.home-major-carousel header .title::after {
  padding-top: 8px;
}
.home-major-carousel.auto-scroll header .title::after {
  padding-top: 8px;
}
.home-major-carousel header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.home-major-carousel.auto-scroll header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.home-major-carousel .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.home-major-carousel.auto-scroll .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.home-major-carousel .tile-list .prev-arrow,
.home-major-carousel .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
  }
.home-major-carousel.auto-scroll .tile-list .prev-arrow,
.home-major-carousel.auto-scroll .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
}
.home-major-carousel .tile-list .prev-arrow:before,
.home-major-carousel .tile-list .next-arrow:before,
.home-major-carousel .tile-list .prev-arrow:after,
.home-major-carousel .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow:before,
.home-major-carousel.auto-scroll .tile-list .next-arrow:before,
.home-major-carousel.auto-scroll .tile-list .prev-arrow:after,
.home-major-carousel.auto-scroll .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.home-major-carousel .tile-list .prev-arrow:after,
.home-major-carousel .tile-list .next-arrow:after {
  clear: both;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow:after,
.home-major-carousel.auto-scroll .tile-list .next-arrow:after {
  clear: both;
}
.home-major-carousel .tile-list .prev-arrow:last-child,
.home-major-carousel .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow:last-child,
.home-major-carousel.auto-scroll .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.home-major-carousel .tile-list .prev-arrow::before,
.home-major-carousel .tile-list .next-arrow::before {
  width: 100%;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow::before,
.home-major-carousel.auto-scroll .tile-list .next-arrow::before {
  width: 100%;
}
.home-major-carousel .tile-list > .tiles {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.home-major-carousel.auto-scroll .tile-list>.tiles {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.home-major-carousel .tile-list > .tiles:before,
.home-major-carousel .tile-list > .tiles:after {
  content: '';
  display: table;
}
.home-major-carousel.auto-scroll .tile-list>.tiles:before,
.home-major-carousel.auto-scroll .tile-list>.tiles:after {
  content: '';
  display: table;
}
.home-major-carousel .tile-list > .tiles:after {
  clear: both;
}
.home-major-carousel.auto-scroll .tile-list>.tiles:after {
  clear: both;
}
.home-major-carousel .tile-list > .tiles:last-child {
  margin-right: 0;
}
.home-major-carousel.auto-scroll .tile-list>.tiles:last-child {
  margin-right: 0;
}
.home-major-carousel .tile-list .tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.home-major-carousel.auto-scroll .tile-list .tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.home-major-carousel .tile-list .tile:before,
.home-major-carousel .tile-list .tile:after {
  content: '';
  display: table;
}
.home-major-carousel.auto-scroll .tile-list .tile:before,
.home-major-carousel.auto-scroll .tile-list .tile:after {
  content: '';
  display: table;
}
.home-major-carousel .tile-list .tile:after {
  clear: both;
}
.home-major-carousel.auto-scroll .tile-list .tile:after {
  clear: both;
}
.home-major-carousel .tile-list .tile:last-child {
  margin-right: 0;
}
.home-major-carousel.auto-scroll .tile-list .tile:last-child {
  margin-right: 0;
}
.home-major-carousel .tile-list a {
  display: block;
}
.home-major-carousel.auto-scroll .tile-list a {
  display: block;
}
.home-major-carousel .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.home-major-carousel.auto-scroll .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.home-major-carousel .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.home-major-carousel.auto-scroll .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  line-height: 20px;
}
.homefeaturedpanel {
    padding-left: 0;
    padding-right: 0;
}
.homepage-major-headline {
    font-size: 56px;
    margin-top: 10px;
    margin-bottom: -15px;
}
.home-major-carousel ul div {
    margin-left: 0;
    margin-right: 0;
}
.home-major-carousel.auto-scroll ul div {
    margin-left: 0;
    margin-right: 0;
}
.home-minor-column-3 {
    padding-top: 110px;
}
.home-major-carousel .tile-list .prev-arrow,
.home-major-carousel .tile-list .next-arrow {
    margin-top: 175px;
    width: 41px;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow,
.home-major-carousel.auto-scroll .tile-list .next-arrow {
    margin-top: 175px;
    width: 41px;
}
.home-major-carousel .tile-list .prev-arrow {
    padding-left: 19px;
}
.home-major-carousel.auto-scroll .tile-list .prev-arrow {
    padding-left: 19px;
}
.home-major-carousel .tile-list .next-arrow {
    padding-right: 19px;
}
.home-major-carousel.auto-scroll .tile-list .next-arrow {
    padding-right: 19px;
}
@media only screen and (max-width: 1366px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 155px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 155px;
    }
}
@media only screen and (max-width: 1200px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 125px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 125px;
    }
}
@media only screen and (max-width: 1024px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        width: 41px;
        margin-top: 235px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        width: 41px;
        margin-top: 235px;
    }
    .home-major-carousel .tile-list .prev-arrow {
        float: left;
        padding-left: 19px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow {
        float: left;
        padding-left: 19px;
    }
    .home-major-carousel .tile-list .next-arrow {
        float: right;
        padding-right: 19px;
    }
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        float: right;
        padding-right: 19px;
    }
}
@media only screen and (max-width: 950px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 195px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 195px;
    }
}
@media only screen and (max-width: 850px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 185px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 185px;
    }
}
@media only screen and (max-width: 767px) {
    .home-major-carousel .tile-list .prev-arrow {
        float: left;
        padding-left: 18px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow {
        float: left;
        padding-left: 18px;
    }
    .home-major-carousel .tile-list .next-arrow {
        float: right;
        padding-right: 18px;
    }
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        float: right;
        padding-right: 18px;
    }
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 375px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 375px;
    }
    .search-header,
    .custom-mix .section-header {
      font-size: 31px;
    }
    .search-results-wrapper label.results-toggle,
    .search-results-wrapper .results-toggle-divider {
      line-height: 2em;
    }
	.landing-hero {
	    display: none;
	}
    .home-major-carousel .tile img {
      max-width: 460px;
    }
    .home-minor-column-3 {
        padding-top: 0;
    }
}
@media only screen and (max-width: 640px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 320px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 320px;
    }
}
@media only screen and (max-width: 580px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 250px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 250px;
    }
}
@media only screen and (max-width: 480px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 170px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 170px;
    }
    .refine-filter-btn-ctnr button,
    .search-result-options select.input-select {
      font-size: 16px;
    }
    .grid-tile {
      padding: 3px 6px;
    }
    .search-results-wrapper label.results-toggle {
      width: auto;
      text-align: center;
      display: block;
      line-height: 1;
    }
    .search-results-wrapper .results-toggle-divider {
      display: none;
    }
    .search-results-wrapper label[for="tab-content"] {
      margin-bottom: .5em;
    }
    .home-major-carousel .tile-list .prev-arrow {
      margin-top: 30px;
      padding-right: 2px;
    }
    .home-major-carousel .tile-list .next-arrow {
      margin-top: 30px;
      padding-left: 2px;
    }
    .home-major-carousel .tile-list .prev-arrow::before,
  .home-major-carousel .tile-list .next-arrow::before {
        font-size: 50px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow::before,
  .home-major-carousel.auto-scroll .tile-list .next-arrow::before {
        font-size: 50px;
    }
    .homefeaturedpanel {
        margin-top: 0;
    }
    .home-major-carousel-h2 {
        font-size: 28px;
    }
  .home-major-carousel.auto-scroll-h2 {
        font-size: 28px;
    }
    .home-minor-landing-group-tile img {
        width: 60%;
    }
    .home-minor-column-3 {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 420px) {
    .home-major-carousel .tile-list .prev-arrow,
    .home-major-carousel .tile-list .next-arrow {
        margin-top: 130px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow,
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
        margin-top: 130px;
    }
}
@media only screen and (max-width: 380px) {
    .pt_product-search-result #main {
      padding-left: 0;
      padding-right: 0;
    }
    .product-tile .inline-rating .ratings-count {
      display: none;
    }
	.home-major-carousel .tile img {
	  	max-width: 287px;
	}
	.home-major-carousel .tile-list .prev-arrow {
		margin-top: 170px;
		padding-right: 2px;
	}
  .home-major-carousel.auto-scroll .tile-list .prev-arrow {
		margin-top: 170px;
		padding-right: 2px;
	}
	.home-major-carousel .tile-list .next-arrow {
	  	margin-top: 170px;
	  	padding-left: 2px;
	}
  .home-major-carousel.auto-scroll .tile-list .next-arrow {
	  	margin-top: 170px;
	  	padding-left: 2px;
	}
	.home-major-carousel .tile-list .prev-arrow::before,
  .home-major-carousel .tile-list .next-arrow::before {
		font-size: 50px;
	}
  .home-major-carousel.auto-scroll .tile-list .prev-arrow::before,
  .home-major-carousel.auto-scroll .tile-list .next-arrow::before {
		font-size: 50px;
	}
	.homepage-major-heading {
		margin-top: 20px;
	    height: 75px;
	}
	.homepage-major-title {
		font-size: 20px;
	}
	.homepage-major-headline {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.homefeaturedpanel {
		margin-top: 20px;
	}
	.home-major-carousel-h2 {
    	font-size: 26px;
	}
  .home-major-carousel.auto-scroll-h2 {
    	font-size: 26px;
	}
	.home-minor-column-3 {
		padding-top: 10px;
	}
    .home-major-carousel .tile img {
        max-width: 287px;
    }
    .home-major-carousel .tile-list .prev-arrow::before,
  .home-major-carousel .tile-list .next-arrow::before {
        font-size: 50px;
    }
  .home-major-carousel.auto-scroll .tile-list .prev-arrow::before,
  .home-major-carousel.auto-scroll .tile-list .next-arrow::before {
        font-size: 50px;
    }
    .homepage-major-heading {
        margin-top: 20px;
        height: 75px;
    }
    .homefeaturedpanel {
        margin-top: 0;
    }
    .home-major-carousel-h2 {
        font-size: 26px;
    }
  .home-major-carousel.auto-scroll-h2 {
        font-size: 26px;
    }
    .home-minor-column-3 {
        padding-top: 10px;
    }
}
.site-promotional-banner-TOP,
.site-promotional-banner {
	width: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 35px;
	padding-right: 35px;
	display: none;
}
.slot-container [data-slotid="site-promotional-banner"] {
	margin-bottom: 0;
	min-width:100%;
	max-width:100%;
	float:none;
	right:0px;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
}
.site-promotional-banner-container {
	width: 100%;
	display: block;
}
.site-promotional-banner-container-collapsed {
	width: 100%;
	display: none;
}
.site-promotional-banner .site-promotional-banner-container {
	position: absolute;
	top: 0;
	width: 100%;
	height:0px;
	z-index:2;
}
.site-promotional-banner .site-promotional-banner-container .site-promotional-banner-image2 {
	width: 1300px;
	height:0px;
	z-index: 20;
	margin:auto;
}
.site-promotional-banner-close-button{
	display:none;
}
.site-promotional-banner .site-promotional-banner-close-button {
	height: 0;
    margin-bottom: 0;
	background-color:#FFFFFF;
	opacity: 0.99;
	display:none;
}
.site-promotional-banner-close-button-icon {
	display:none;
	color: #000000;
	font-size:12px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    z-index: 30;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    background-color:#FFFFFF;
}
.site-promotional-banner-open-button {
	margin-bottom: 0;
	background-color:#FFFFFF;
}
.site-promotional-banner .site-promotional-banner-open-button-icon {
	color: #000000;
	font-size: 12px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    z-index: 30;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    background-color:#FFFFFF;
}
.site-promotion {
	z-index: 30;
	padding: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 50px;
}
.site-promotion2 {
	padding: 0;
	color: #fff;
	height: 50px;
	float: right;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.site-promotion-inner {
	z-index: 30;
	min-height: 32px;
	height: auto;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: 500;
	font-size: 15px;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 20px;
	text-align: center;
	vertical-align:middle;
}
.site-promotion-inner a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.promo-banner-button {
      float:right;
}
.content-left {
	float: left;
}
.content-right {
	float: right;
}
@media only screen and (max-width: 1300px){
	.site-promotional-banner-container .site-promotional-banner-image2 {
		width: 100%;
		height:0px;
		z-index: 20;
		margin:auto;
	}
}
@media only screen and (max-width: 1380px){
	.site-promotional-banner-container {
	min-width:100%;
	right:35px;
	}
	.site-promotional-banner-container-TOP {
	min-width:100%;
	}
}
@media only screen and (max-width: 1024px) {
	.site-promotional-banner-container {
	min-width:100%;
	max-width:100%;
	float:none;
	right:0px;
	height:25px;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	}
	.site-promotional-banner-container:empty{
	display:none;
	}
	.site-promotional-banner-container .site-promotional-banner-image2 {
	float:none;
	height:50px;
	min-width:100%;
	max-width:100%;
	}
	.site-promotion2{
	height:50px;
	width:100%;
	}
	.site-promotional-banner-container {
	display:block;
	}
}
@media only screen and (max-width: 480px) {
	.content-left {
		float: none;
		width: 100%;
	}
	.content-right {
		float: none;
		width: 100%;
	}
}
.profit_calc_td {
	height:22px;
	line-height:18px;
	font-family: Helvetica, sans-serif, Arial;
}
.profit_calc_font {
	font-family: Helvetica, sans-serif, Arial;
}
.grandtotal_profit_calc_td {
	height:20px;
	line-height:18px;
	font-family: Helvetica, sans-serif, Arial;
}
.profit_calc_td_padding {
	padding-left:3px;
}
.profit_calc_whats_this {
	text-decoration:underline;
	font-family: Helvetica, sans-serif, Arial;
}
.profit_calc_print_button {
	margin-top:20px;
	margin-bottom:20px;
}
@media print {
  .pagebreak {
    page-break-before: always;
  }
}
.category-filters-only {
 	margin-top: 40px;
}
a.home-major-description {
    line-height: 20px;
}
.footer-single-border-top {
    border-top: 3px solid #000;
    height: 6px;
    border-bottom: 3px solid #FFF;
}
.footer-double-border-bottom {
  border-top: 2px solid #000;
  height: 8px;
  border-bottom: 3px solid #000;
}
.footer-customer-section h2 {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 19px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 38px;
    margin-bottom: .8em;
}
.footer-signup-copy2,
.footer-feedback-copy {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 12px;
}
.footer-feedback-copy img {
    padding-right: 3px;
    height: 11px;
}
footer .footer-give-feedback {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
	.footer-single-border-top {
	    border-top: 2px solid #000;
	    height: 4px;
	}
    .footer-signup-header2 h2,
    .footer-feedback-header h2 {
        font-size: 15px;
        line-height: 17px;
        margin-top: 19px;
    }
  .footer-signup-copy2,
	.footer-feedback-copy {
	    font-size: 15px;
	    line-height: 17px;
	}
	.footer-give-feedback {
	    font-size: 15px;
	    line-height: 17px;
      text-align: left;
	}
  .footer-customer-section .footer-customer-feedback {
    text-align: left;
    margin-bottom: 21px;
  }
  .footer-customer-feedback button {
    display: inline;
    margin-left: 38px;
  }
}
.facebook-link img {
    height: 30px;
}
.pinterest-link img {
    height: 30px;
}
.twitter-link img {
    height: 30px;
}
.instagram-link img {
    height: 30px;
}
.youtube-link img {
    height: 30px;
}
.footer-signup .cta {
    margin-top: 8px;
    margin-bottom: 30px;
}
.hiring-copy .cta {
    margin-top: 20px;
    text-align: left;
}
.footer-customer-signup {
    position: relative;
    height: 100%;
    width: 50%;
    text-align: center;
}
.footer-customer-feedback {
    position: relative;
    height: 100%;
    width: 50%;
    text-align: center;
}
.footer-customer-signup.column-6.left {
    padding-left: 15%;
}
.footer-customer-feedback.column-6.right {
    padding-right: 15%;
}
.set-new-pwd .footer-customer-feedback.column-6.right {
	width: 100%;
  padding: 0;
}
.set-new-pwd .footer-customer-signup.column-6.left {
  display: none;
}
@media only screen and (max-width: 1024px) {
    .footer-customer-signup {
        width: 100%;
    }
    .footer-customer-feedback {
        width: 100%;
    }
	.footer-customer-signup.column-6.left {
	    padding-left: 0%;
	}
	.footer-customer-feedback.column-6.right {
	    padding-right: 0%;
	}
    .homepage-find-a-shop-link {
        width: 284px;
        text-align: center;
    }
	.hiring-copy .cta.button {
	    margin-left: auto;
	    margin-right: auto;
	}
    .hiring-copy .cta {
        text-align: center;
    }
    .facebook-link img {
        height: 25px;
    }
    .pinterest-link img {
        height: 25px;
    }
    .twitter-link img {
        height: 25px;
    }
    .instagram-link img {
        height: 25px;
    }
    .youtube-link img {
        height: 25px;
    }
}
.delivery-msg.disclaimer,
.recipient-container .delivery-msg.disclaimer,
.shipment-container .detail-col span.disclaimer {
  font-size: .8em;
  font-style: italic;
  display: block;
  line-height: 1.25em;
  margin: .25em 0;
}
.recipient-container .delivery-msg.disclaimer {
  font-size: 13px;
}
.shippinginfo_rrFooter {
	display:block;
}

#shippinginfo_rr + .shippinginfo_rrFooter {
	display:none;
}

.grid-tile.default-tile .noborder-tile-window {
  height: 302px;
  width: auto;
  max-width: 300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #ffffff;
}
.grid-tile.default-tile .noborder-tile-window:before,
.grid-tile.default-tile .noborder-tile-window:after {
  content: '';
  display: table;
}
.grid-tile.default-tile .noborder-tile-window:after {
  clear: both;
}
.grid-tile.small-tile .noborder-tile-window {
  height: 202px;
  width: auto;
  max-width: 200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #ffffff;
}
.grid-tile.small-tile .noborder-tile-window:before,
.grid-tile.small-tile .noborder-tile-window:after {
  content: '';
  display: table;
}
.grid-tile.small-tile .noborder-tile-window:after {
  clear: both;
}
.grid-tile.large-tile .noborder-tile-window {
  height: 402px;
  width: auto;
  max-width: 400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #ffffff;
}
.grid-tile.large-tile .noborder-tile-window:before,
.grid-tile.large-tile .noborder-tile-window:after {
  content: '';
  display: table;
}
.grid-tile.large-tile .noborder-tile-window:after {
  clear: both;
}
.noborder-tile-window {
  overflow: hidden;
  position: relative;
  height: 302px;
}
.noborder-tile-window:hover .slick-dots {
  opacity: 1;
}
.noborder-tile-window a {
  display: block;
  overflow: hidden;
}
.grid-tile:hover .product-tile .noborder-tile-window .product-tile-window{
	border-color: #96701b;
	border-style: solid;
	border-width: 1px 1px;
}
.profit_calc_select_all_checkbox {
    padding: 0;
    margin:0;
    margin-left:15px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.profit_calc_select_all_checkbox_label {
    padding-right: 5px;
}
.shipping-promo-disclaimer {
	padding-top: 5px;
    padding-bottom: 15px;
    max-width: 460px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    text-transform: none;
}
img.oosImage {
    max-width: 100%;
    max-height: 100%;
}
.oos-product-heading {
 	font-family: Helvetica, sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.oos-product-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
}
.oos-custom-mix-header {
 	font-family: Helvetica, sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.oos-buttons-row {
	padding-bottom: 40px;
}
.dialog-main.oos-dialog-main {
	padding-left: 40px;
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	.oos-buttons-row {
		padding-bottom: 80px;
	}
	.dialog-main.oos-dialog-main {
		padding-left: 0;
		padding-right: 0;
	}
}
.mobile-tablet-bag-order-totals {
   display: none;
}
.mobile-tablet-bag-order-totals-clear {
	clear: right;
	margin-bottom: 40px;
}
.cart-coupon-code-container {
   display: none;
}
.cart-sidebar-line-separator {
	border-top: 1px solid #ccc;
  margin-top: 8px;
	padding-bottom: 10px;
}
.cart-sidebar-line-separator2 {
    border-top: 1px solid #ccc;
    margin-top: -5px;
}
@media only screen and (max-width: 1024px) {
	.site-promotional-banner-container .site-promotional-banner-image2 {
		width:100%;
	}
	.mobile-tablet-bag-order-totals {
	   	display: inline-block;
	   	float:right;
	   	margin-top: 5px;
	   	top: 0;
	}
	.cart-coupon-code-container {
        display: none;
        border-bottom: 1px solid #ccc;
	}
	.order-subtotal-label {
	   	padding-right: 20px;
	}
	.order-subtotal-value {
	   	padding-right: 20px;
	}
  .order-totals-list li div:first-child {
       	width: 50%;
    }
  .totals-list li div:last-child,
  .order-totals-list li div:last-child {
	   	width: 50%;
	}
}
.coming-soon-email {
	padding-top: 20px;
}
div.coming-soon-email,
#pdp-cart-column div.coming-soon-email a {
	color: #000;
	padding-top: 20px;
}
#pdp-cart-column div.coming-soon-email a:hover {
	color: #96701b;
}
.online-to-message {
	padding-top: 5px;
	padding-bottom: 5px;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    text-transform: none;
}
.site-offline {
	padding: 40px;
	text-align: center;
}
.site-offline-logo {
	max-width: 452px;
	margin-left: auto;
	margin-right: auto;
}
.site-offline-image {
	margin-top: 40px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}
.site-offline-image-desktop {
	display: inline-block;
	max-width: 174px;
}
.site-offline-image-mobile {
	display: none;
	max-width: 100px;
}
.site-offline-msg-sitedown {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 42px;
    text-transform: none;
    padding-bottom: 17px;
}
.site-offline-msg-backsoon {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 31px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 34px;
    text-transform: none;
}
.site-offline-msg-mobile-call {
	display: display;
}
@media only screen and (max-width: 767px) {
	.site-offline-logo {
	    max-width: 221px;
	}
	.site-offline-image {
		margin-top: 18px;
		margin-bottom: 11px;
	}
	.site-offline-image-desktop {
		display: none;
	}
	.site-offline-image-mobile {
		display: inline-block;
	}
	.site-offline-msg-sitedown {
	    font-size: 23px;
	    line-height: 27px;
	}
	.site-offline-msg-backsoon {
	    font-size: 16px;
	    line-height: 20px;
	}
}
.fsr-input {
    padding-top:10px;
    padding-bottom:20px;
    padding-left: 10px;
    padding-right: 10px;
    width:99%;
    text-align: center;
    border: 1px solid black;
    display: block;
}
.fsr-output {
    padding-bottom:20px;
    width:99%;
    min-width: 200px;
    max-width: 830px;
    max-height: 400px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fsr-output.no-image {
    max-width: 415px;
}
.fsr-title {
   font-family: 'AmericanTypewriterStd-Med';
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-top: 66px;
    padding-bottom: 15px;
}
.fsr-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
}
.fsr-input-box {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
    text-align:center;
    vertical-align: middle;
}
.fsr-input-box input[type="text"] {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    outline: medium none;
    width: 150px;
    height: 45px;
    color: #A9A9A9;
}
.fsr-phone {
	text-decoration: none;
}
.fsr-button {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    outline: medium none;
    padding: 10px 40px;
    text-transform: none;
    margin-bottom: 3px;
}
.fsr-title2 {
    padding-top: 0;
    padding-bottom: 15px;
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: none;
}
.fsr-copy2 {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.fsr-close {
    float:right;
    font-size:20px;
    font-weight: 500;
    top:0;
    padding-right:4px;
    padding-top:2px;
    cursor: pointer;
}
.fsr-output .cta {
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 15px;
}
.fsr-output .cta .button {
    outline: none;
}
.sees-dialog.ui-dialog .button.button2 {
	font-size: 15px;
	line-height: 15px;
}
.sees-dialog.ui-dialog .cta .button.button2 {
    padding: .95em;
}
.button.fsr-button {
	padding: 0 15px;
}
.fsr-table {
    display: table;
    width: 100%;
}
.fsr-tr {
    display: table-row;
}
.fsr-left-td {
    display: table-cell;
    width: 50%;
    padding-top: 20px;
    text-align: right;
    padding-left: 5px;
    padding-right: 3px;
}
.fsr-right-td {
    display: table-cell;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 5px;
    text-align: left;
}
.fsr-name {
    text-transform: none;
    font-size:22px;
    font-weight: 500;
    padding-bottom: 10px;
}
.fsr-hr {
    border: none;
    height: 2px;
  color: #000000;
  background-color: #000000;
}
.fsr-output .desktop {
    display: block;
    width: 100%;
}
.fsr-output .row .column-6 img {
   max-width: 100%;
}
.fsr-output .mobile {
    display: none;
}
.fsr-output .fsr-title2 {
    display: none;
}
.fsr-output .fsr-name {
    text-align: left;
    padding-left: 11px;
    margin-top: 0px;
}
.fsr-output .fsr-phone {
    text-align: left;
    padding-left: 11px;
    text-decoration: none;
}
.fsr-output .fsr-output-copy {
    padding-left: 11px;
    padding-top: 7px;
    padding-bottom: 15px;
    text-align: left;
}
.fsr-output .fsr-link {
    text-align: left;
    text-decoration: underline;
    padding-left: 20px;
    margin-top: 10px;
    padding-bottom: 50px;
}
.fsr-output .fsr-email-link {
    padding-left: 11px;
    text-align: left;
}
.fsr-output .fsr-copy2.no-image {
    margin-left: 10px;
}
.fsr-output .fsr-link.no-image {
    margin-left: 10px;
}
.fsr-output .fsr-image img {
    max-width: 100%;
}
#BusinessGiftsHome .fsr-input-box input[type="text"],
#GroupDiscountHome .fsr-input-box input[type="text"]{
    height: 45px;
    color: #A9A9A9;
    max-height: 45px;
    border: 2px solid #000000;
    background-color: #efecec;
}
#fsrSearchButton:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
#fsrSearchButton:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
#waystofundraiseButton:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
#waystofundraiseButton:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
#waystofundraiseButton:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
@media only screen and (max-width: 768px) {
    .fsr-output {
        padding-bottom:20px;
        width:99%;
        min-width: 200px;
        max-width: 830px;
        max-height: 100%;
        text-align: center;
        display: block;
    }
    .fsr-output .mobile {
        display: block;
    }
    .fsr-output .fsr-link {
        text-align: center;
        padding-left: 0;
    }
    .fsr-output .desktop {
        display: none;
    }
    .fsr-output .fsr-title2 {
        display: block;
    }
    .fsr-output .fsr-name {
        text-align: center;
        margin-top: 12px;
        padding-left: 0;
    }
    .fsr-output .fsr-phone {
        text-align: center;
        text-decoration: none;
        padding-left: 0;
    }
    .fsr-output .fsr-email-link {
        padding-left: 11px;
        text-align: center;
    }
    .fsr-output .fsr-image img {
        max-width: 200px;
        height: auto;
    }
}
.accessibility{
    position: absolute;
    left: -99999px;
    height: 10px;
    width: 10px
}
.accessibility-menuitem {
	padding-top:30px;
}
.skip {
    display: none;
}
@media(min-width:769px) {
    .skip-container {
        width:34px;
        z-index: 0;
    }
    .skip {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        text-align: left;
        list-style: outside none;
        color: #ffffff;
        display: block;
    }
  .skip li {
    list-style-type: none;
  }
    .skip button {
        position: absolute;
        left: -99999px;
        top: 0;
        color: #ffffff;
    }
  .skip button:focus,
  .skip button:active {
        position: relative;
        left: 0;
        z-index:9999;
        width: 300px;
        height: 50px;
        margin: 0 auto;
        padding: 8px 25px 8px 25px;
        text-align: center;
        text-decoration: none;
        font: bold 25px "Arial", sans-serif !important;
        color: #000000;
        background: #FFFFFF!important;
        border: 1px solid #333;
        display: inline-block;
        vertical-align: middle;
    }
}
.hiring.column-6.left {
    width: 50%;
    text-align: right;
    padding-right: 6px;
    margin-top: 25px;
}
.hiring.column-6.right {
    width: 50%;
    text-align: left;
    padding-left: 36px;
    margin-top: 25px;
}
.hiring-header {
    font-family:'AmericanTypewriterStd-Med';
    font-size: 38px;
    font-weight: normal;
    line-height: 43px;
    padding-top: 35px;
}
.hiring-copy {
    font-family: Helvetica, sans-serif, Arial;;
    font-size:15px;
    text-align: left;
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.hiring-find-a-shop-button {
    font-family: Helvetica, sans-serif, Arial;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    background: black;
    height: 35px;
    width: 170px;
    max-height: 35px;
    line-height: 35px;
    text-align: center;
}
.hiring-find-a-shop-button:hover {
    background-color: #96701b;
}
.hiring-find-a-shop-button a {
    color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .hiring.column-6.left,
  .hiring.column-6.right {
        width: 100%;
        text-align: center;
    }
    .hiring.column-6.right {
        padding-left: 0;
    }
    .hiring-find-a-shop-button {
        margin-left: auto;
        margin-right: auto;
    }
}
.home-major-carousel.main-section {
    margin-bottom: 0;
}
.home-major-carousel.auto-scroll.main-section {
    margin-bottom: 0;
}
.old-shop-container {
    max-width: 1366px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.old-shop-container.left {
    display: inline-block;
    margin-top: -140px;
}
.old-shop-container-right {
    position: absolute;
    display: inline-block;
    float: left;
    left: 66.6666666666667%;
    width: 33.3333333333333%;
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-align: center;
    height: 56px;
    z-index: 2;
    margin-top: -135px;
}
.old-shop-copy {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 250px;
    display: inline-block;
    z-index: 3;
}
.old-shop-desktop-tablet {
    display: block;
}
.old-shop-mobile {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .old-shop-container-right {
        margin-top: -120px;
    }
}
@media only screen and (max-width: 1024px) {
    .old-shop-container {
        display: none;
    }
    .old-shop-container-right {
        display: none;
    }
}
.homepage-minors {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.homepage-minor {
    float: left;
    width: 33.33333333%;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.homepage-product {
    float: left;
    width: 33.33333333%;
    text-align: center;
    margin-bottom: 10px;
}
.product-carousel {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.homepage-minors {
	    margin-top: 30px;
	    margin-left: 5px;
	    margin-right: 5px;
	}
    .homepage-minor {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .product-listing-1x4 .grid-tile {
        width: 100%;
    }
}
.homepage-major-desktop {
    display: block;
    text-align: center;
}
.homepage-major-tablet {
    display: none;
}
.homepage-major-mobile {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .homepage-major-desktop {
        display: none;
    }
    .homepage-major-tablet {
        display: block;
        text-align: center;
    }
    .homepage-major-mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-major-desktop {
        display: none;
    }
    .homepage-major-tablet {
        display: none;
    }
    .homepage-major-mobile {
        display: block;
        text-align: center;
    }
    .fsr-copy2 {
        padding-bottom: 20px;
    }
}
.homepage-custom-mix {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.slot-container .homepage-custom-mix img {
    width: 100%;
}
.homepage-custom-mix-copy {
    margin-top: -79px;
    padding-left: 41px;
}
.homepage-custom-mix-header-copy {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 27px;
    line-height: 32px;
    padding-bottom: 10px;
}
.homepage-custom-mix-link-copy {
    font-family: Helvetica, sans-serif, Arial;;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.homepage-custom-mix-link-copy:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.homepage-custom-mix-link-copy:hover {
    color: #96701b;
}
.homepage-custom-mix-link-copy:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
@media only screen and (max-width: 1024px) {
    .homepage-custom-mix-copy {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .slot-container .homepage-custom-mix img {
    	max-width: 580px;
    }
    .homepage-custom-mix-copy {
        padding-left: 18px;
    }
    .homepage-custom-mix-header-copy {
        font-size: 24px;
        line-height: 27px;
        padding-bottom: 10px;
        text-align: center;
    }
    .homepage-custom-mix-link-copy {
        padding-bottom: 38px;
        text-align: center;
    }
}
.homepage-major-desktop a {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.homepage-major-tablet a {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.homepage-major-mobile a {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.homepage-major {
	position: absolute;
	top: 120px;
}
.homepage-major-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 43px;
    line-height: 50px;
    text-align: left;
    padding-left: 65px;
    display: block;
    position: relative;
    top: 0;
    z-index: 2;
    visibility: visible;
    white-space: wrap;
}
.homepage-major-title-mobile {
    visibility: hidden;
    height: 0;
}
.homepage-major-link {
    font-family: Helvetica, sans-serif, Arial;;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 65px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1024px) {
    .homepage-major-title {
        text-align: left;
    display: block;
        position: relative;
        margin-left: auto;
        top: 0;
        font-size: 41px;
        line-height: 41px;
    }
    .homepage-major-link {
        font-size: 16px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 767px) {
	.homepage-major {
        position: relative;
        text-align: center;
        margin-top: 40px;
        padding-left: 0;
        top: auto;
        margin-bottom: -138px;
	}
    .homepage-major-title {
        visibility: hidden;
        height: 0;
    }
    .homepage-major-title-mobile {
	    font-family: 'AmericanTypewriterStd-Med';
	    font-weight: normal;
	    position: relative;
	    display: block;
        text-align: center;
        width: 100%;
        font-size: 28px;
        line-height: 30px;
        visibility: visible;
        height: auto;
        z-index: 2;
    }
    .homepage-major-link {
        position: relative;
        text-align: center;
        padding-left: 0;
        font-size: 15px;
        line-height: 15px;
        top: auto;
    }
}
@media only screen and (max-width: 1024px) {
    .homepage-link-copy:after {
        content: '';
        display: inline-block;
        height: 12px;
        width: 8px;
        background: url("../images/interface/Triangle 2 Copy 6@1x.png") no-repeat;
        position: relative;
        margin-left: 8px;
    }
}
.homepage-minor-copy {
    font-family: Helvetica, sans-serif, Arial;;
    font-weight: 500;
    font-size: 19px;
    line-height: 21px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    letter-spacing: normal;
}
.homepage-major-link:hover {
    color: #96701b;
}
.homepage-major-link:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.homepage-major-link:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.homepage-major-white-link {
    color: #FFFFFF;
}
.homepage-major-white-link:hover {
    color: #96701b;
}

.homepage-major-white-link:after {
    content: '';
    background-image: url('../images/interface/rightArrowWhite.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.homepage-major-white-link:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.homepage-major-container img {
    z-index: 1;
}
.homepage-major-container {
    position: relative;
    display: inline-block;
    margin-top: 0px;
}
.homepage-major-container .caption {
    position: absolute;
    top: 86px;
    left: 64px;
    text-align: left;
    color: #000000;
    z-index: 2;
    width: 100%;
}
.homepage-major-container .caption.with-superheading {
    top: 40px;
}
.homepage-major-superheading {
    font-family: Helvetica, sans-serif, Arial;;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: left;
}
.homepage-major-container h1 {
    line-height: 41px;
    padding-bottom: 15px;
}
.homepage-major-title {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
}
.homepage-major-subtitle {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
    padding-bottom: 18px;
    text-align: left;
}
.homepage-major-link {
    padding-left: 0;
    text-align: left;
}
.homepage-major-container .caption.centered {
   left: 0;
}
.homepage-major-superheading.centered {
    text-align: center;
}
.homepage-major-title.centered {
    text-align: center;
}
.homepage-major-subtitle.centered {
    text-align: center;
}
.homepage-major-link.centered {
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .homepage-major-container .caption {
        top: 103px;
        left: 50px;
    }
    .homepage-major-container .with-superheading .caption {
        top: 57px;
        left: 50px;
    }
    .homepage-major-superheading {
        padding-bottom: 15px;
    }
    .homepage-major-subtitle {
        padding-bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .homepage-major-container .caption {
        top: 41px;
        left: 0;
    }
    .homepage-major-container .caption.with-superheading
    {
        top: 13px;
        left: 0;
    }
    .homepage-major-superheading {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        padding-bottom: 10px;
    }
    .homepage-major-title {
        font-size: 30px;
    }
    .homepage-major-container h1 {
        line-height: 28px;
        padding-bottom: 10px;
    }
    .homepage-major-subtitle {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 13px;
        text-align: center;
    }
    .homepage-major-title {
        text-align: center;
    }
    .homepage-major-link {
        text-align: center;
        top: 0px;
    }
}

.homepage-minor-copy:hover {
   color: #96701b;
}
.bg-homepage-minor-links:hover {
    color: #96701b;
}
.bg-homepage-minor-links:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.bg-homepage-minor-links:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.fr-viewproducts-minor-links:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.fr-viewproducts-minor-links:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.fsr-right-td.input-button:hover {
    color: #96701b;
}
#fsrSearchButton:hover {
    color: #96701b;
}
.fr-viewproducts-minor-links:hover {
    color: #96701b;
}

.pause-carousel-button {
    font-family: Helvetica, sans-serif, Arial;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    margin-bottom: 35px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    background: black;
    height: 35px;
    width: 151px;
    max-height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
}
.pause-carousel-button:hover {
    background-color: #96701b;
}
.fr-homepage-minor-container {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 408px;
    height: 367px;
    margin-left: auto;
    margin-right: auto;
}
.fr-homepage-minor-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 27px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 15px;
}
.fr-homepage-minor-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 20px;
    height: 73px;
}
.fr-homepage-minor-links-container {
    background-color: #F0EAD8;
    text-align: center;
    text-transform: uppercase;
    height: 150px;
    max-width: 408px;
    padding-top: 30px;
    padding-bottom: 3px;
}
.fr-homepage-minor-links {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 22px;
}
.fr-homepage-minor-links:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.fr-homepage-minor-links:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.bg-homepage-minor-container {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 408px;
    height: 367px;
    margin-left: auto;
    margin-right: auto;
}
.bg-homepage-minor-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 27px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 15px;
}
.bg-homepage-minor-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
}
.bg-homepage-minor-links-container {
    background-color: #F0EAD8;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    max-width: 408px;
    padding-top: 21px;
    padding-bottom: 22px;
}
.bg-homepage-minor-links {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 22px;
}
header.dbl-line,
.carousel-slot header,
.product-listing.product-listing-1x4 header {
   margin-top: 50px;
}

.certona header.dbl-line{
	margin-top: 15px;
}

.certona .grid-tile,
.grid-tile.slot-tile.grid-tile4 {
  float: left;
  clear: none;
  width: 24%;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
	.certona .grid-tile,
    .grid-tile.slot-tile.grid-tile4 {
        width: 50%;
        margin-bottom: 14px;
    }
    .product-listing.product-listing-1x4 header {
        margin: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
	.certona .grid-tile,
    .grid-tile.slot-tile.grid-tile4 {
        width: 50%;
    }
    .carousel-slot header{
       margin-top: 10px;
    }
    .hiring-find-a-shop-button {
        width: 284px;
        padding-left: 84px;
    }
}
.pause-play-buttons{
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  font-size: 15px;
}
.waystofundraise-header-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
}
.fr-howitworks-minor-container {
    border: 1px solid #D9D9D9;
    max-width: 100%;
    height: 626px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 60px;
}
.fr-howitworks-minor-container-fsr {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 30px;
}
.fr-howitworks-minor-container.fr-howitworks-minor-container-last-column {
    margin-right: 0;
}
.fr-howitworks-minor-container-fsr.fr-howitworks-minor-container-fsr-last-column {
    margin-right: 0;
}
.fr-howitworks-minor-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 11px;
}
.fr-howitworks-minor-subtitle {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    padding-top: 17px;
    text-align: center;
}
.fr-howitworks-minor-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 7px;
    padding-left: 43px;
    padding-right: 42px;
}
.fr-howitworks-minor-links-container {
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    vertical-align: middle;
}
.fr-howitworks-minor-links {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
}
.fr-howitworks-minor-links .row .left {
    float: left;
    width: 50%;
    text-align: right;
}
.fr-howitworks-minor-links .row .right{
    float: left;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
    text-transform: none;
    width: 125px;
}
.fsr-title-howitworks {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 11px;
    margin-top: 0;
}
.fsr-copy-howitworks {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
}
.fsr-table-howitworks {
    background-color: #F0EAD8;
    margin-left:0;
    margin-bottom:116px;
}
.fsr-tr-howitworks {
    background-color: #F0EAD8;
    height: 49px;
}
.fsr-td-howitworks {
    background-color: #F0EAD8;
    line-height: 49px;
    vertical-align: middle;
}
.fsr-td-howitworks .fsr-input-box-howitworks {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: static;
    margin-right: 0;
    margin-left: 10px;
    margin-top: -2px;
}
.fsr-td-howitworks .fsr-search-button {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    line-height: 49px;
    vertical-align: middle;
    position: static;
    margin-left: 0;
}
.fsr-td-howitworks #fsrSearchButton {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.fsr-input-box-howitworks input[type="text"] {
    width: 130px;
    height: 30px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size:15px;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}
.fr-howitworks-minor-links .row .column-6 {
    vertical-align: middle;
    width: 100%;
}
.fsr-container {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1024px) {
    .howitworks-minors.row .column-6 {
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-howitworks-minor-container {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-howitworks-minor-container.fr-howitworks-minor-container-last-column {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px) {
	.fr-howitworks-minor-container-fsr {
	    height: 340px;
	}
}
.fsr-td-howitworks {
    background-color: #e6d7c9;
}
.viewproducts-header-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
}
.fr-viewproducts-minor-container {
    border: 1px solid #D9D9D9;
    max-width: 100%;
    height: 606px;
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: 60px;
}
.fr-viewproducts-minor-container-fsr {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 30px;
}
.fr-viewproducts-minor-subtitle {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    padding-top: 17px;
    text-align: center;
}
.fr-viewproducts-minor-links .row .left {
    float: left;
    width: 50%;
    text-align: right;
}
.fr-viewproducts-minor-links .row .right {
    float: left;
    text-align: left;
  	display: inline-block;
  	vertical-align: middle;
    margin-top: 50px;
    text-transform: none;
    width: 125px;
}
.fsr-title-viewproducts-one-minor {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 11px;
    margin-top: 0;
}
.fsr-copy-viewproducts-one-minor {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
}
.fsr-table-viewproducts-one-minor {
    background-color: #F0EAD8;
    margin-left:0;
    margin-bottom:116px;
}
.fsr-tr-viewproducts-one-minor {
    background-color: #F0EAD8;
    height: 49px;
}
.fsr-td-viewproducts-one-minor {
    background-color: #F0EAD8;
    line-height: 49px;
    vertical-align: middle;
}
.fsr-td-viewproducts-one-minor .fsr-input-box-viewproducts-one-minor {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: static;
    margin-right: 0;
    margin-left: 10px;
    margin-top: -2px;
}
.fsr-td-viewproducts-one-minor .fsr-search-button {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    line-height: 49px;
    vertical-align: middle;
    position: static;
    margin-left: 0;
}
.fsr-td-viewproducts-one-minor #fsrSearchButton {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.fsr-input-box-viewproducts-one-minor input[type="text"] {
    width: 130px;
    height: 30px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size:15px;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}
.fr-viewproducts-minor-links-one-minor .row .column-6 {
    vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
    .viewproducts-minors.row .column-6 {
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-viewproducts-minor-container {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-viewproducts-minor-container.fr-viewproducts-minor-container-last-column {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.homepage-major-button {
    font-family: Helvetica, sans-serif, Arial;
    text-transform: uppercase;
    color: #000000;
    background-color: none;
    font-weight: normal;
    background: transparent;
    cursor: pointer;
}
.homepage-major-button.pause {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    vertical-align: middle;
}
.homepage-major-button.play {
    margin-right: auto;
    font-size: 25px;
    margin-top: -5px;
    margin-left: -1px;
    vertical-align: middle;
}
.play {
    display: none;
}
.navigation .fonts-heading4 {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-transform: none;
}
.navigation h2 {
	border-bottom: 1px solid #000;
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	width: 90%;
}
.navigation ul li .fonts-copy,
.navigation ul li {
    font-size: 19px;
    line-height: 21px;
    text-transform: none;
}
.view-products-header-title {
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: "AmericanTypewriterStd-Med";
    font-weight: normal;
    font-size: 27px;
    line-height: 31px;
    text-transform: none;
    text-align: center;
}
.view-products-header-copy {
    padding-top: 21px;
    padding-bottom: 40px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    text-transform: none;
    text-align: center;
    max-width: 879px;
    padding-left: 20px;
    padding-right: 20px;
}
.row .column-4 .view-program-product {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.row .column-4 .view-program-product-title {
    font-family: "AmericanTypewriterStd-Med";
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    text-transform: none;
    padding-top: 15px;
    text-align: center;
}
.row .column-3 .view-product {
    padding-left: 15px;
    padding-right: 15px;
}
.row .column-3 .view-product-name {
    padding-bottom: 10px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.row .column-3 .view-product-profit {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: none;
    text-align: center;
}
.row .column-3 .view-product-layers {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    text-transform: none;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 12px;
}
.view-products-container .row .column-4 {
    text-align: center;
    margin-bottom:20px;
}
.view-product-container .row .column-3 {
    text-align: center;
    margin-bottom:30px;
}
@media only screen and (max-width: 1024px) {
    .view-products-container .row .column-4 {
        width: 50%;
    }
    .view-product-container .row .column-3 {
        width: 50%;
    }
    .view-product-name {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .row .column-3 .view-product-name {
        font-size: 16px;
        line-height: 19px;
    }
    .row .column-3 .view-product-profit {
        font-size: 16px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 767px) {
    .view-products-container .row .column-4 {
        width: 100%;
    }
    .view-product-container .row .column-3 {
        width: 100%;
    }
    #Fundraising .column-9 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-viewproducts-minor-container-fsr {
        height: 340px;
    }
}
.fr-viewproducts-minor-container {
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    max-width: 300px;
    height: 240px;
    margin-left: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-right: 30px;
}
.fr-viewproducts-minor-container.fr-viewproducts-minor-container-last-column {
    margin-right: 0;
}
.fr-viewproducts-minor-container-fsr.fr-viewproducts-minor-container-fsr-last-column {
    margin-right: 0;
}
.fr-viewproducts-minor-title {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 11px;
}
.fr-viewproducts-minor-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
    padding-left: 43px;
    padding-right: 42px;
}
.fr-viewproducts-minor-links-container {
    background-color: #F0EAD8;
    text-align: center;
    text-transform: uppercase;
    height: 49px;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    vertical-align: middle;
}
.fr-viewproducts-minor-links {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
}
.fsr-title-view-products {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 11px;
    margin-top: 0;
}
.fsr-copy-view-products {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px;
}
.fsr-table-view-products {
    background-color: #F0EAD8;
    margin-left:0;
    margin-bottom:116px;
}
.fsr-tr-view-products {
    background-color: #F0EAD8;
    height: 49px;
}
.fsr-td-view-products {
    background-color: #F0EAD8;
    line-height: 49px;
    vertical-align: middle;
    margin-top: 9px;
}
 .fsr-input-box-view-products {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: static;
    margin-right: 0;
    margin-left: 10px;
    margin-top: -2px;
}
.fsr-td-view-products .fsr-search-button {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    line-height: 49px;
    vertical-align: middle;
    position: static;
    margin-left: 0;
}
.fsr-td-view-products #fsrSearchButton {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.fsr-input-box-view-products input[type="text"] {
    width: 130px;
    height: 30px;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size:15px;
    line-height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}
#fsrSearchButton:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
#fsrSearchButton:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.ways-to-fundraise-button {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    line-height: 49px;
    vertical-align: middle;
    position: static;
    margin-left: 0px;
}
.ways-to-fundraise-button {
    display: inline-block;
    padding-left: 5px;
    width: auto;
    line-height: 49px;
    vertical-align: middle;
    position: static;
    margin-left: 0px;
}
#waystofundraiseButton {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 17px;
}
#waystofundraiseButton::after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
@media only screen and (max-width: 1024px) {
    .view-products-minors.row .column-4 {
        width: 100%;
        padding-bottom: 30px;
    }
    .fr-viewproducts-minor-container {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .fr-viewproducts-minor-container.fr-viewproducts-minor-container-last-column {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.view-products-container .row .column-3 {
    height: 302px;
}
@media only screen and (max-width: 1024px) {
    .view-products-container .row .column-3 {
        width: 50%;
        height: 400px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .view-products-container .row .column-3 {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }
}
.fsr-email-link {
    text-decoration: none;
    padding-top: 7px;
}
.slot-content-container {
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}
.slot-content-container > div {
	padding: 10px;
}
.product-add-to-cart .cart-column-block.inventory {
  display: block;
  overflow: hidden;
  width: 100%;
}
.product-add-to-cart form p {
  margin-top: 10px;
  margin-bottom: 12px;
}
.link-button.write-review {
  text-decoration: underline;
}
.cta .link-button.write-review::after,
.cta .link-button.write-review::before {
  content: unset;
}
.sees-dialog.ui-dialog.rqd .ui-dialog-titlebar {
  text-align: center;
}
.sees-dialog.ui-dialog.rqd .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 1.25em;
}
.sees-dialog.ui-dialog.rqd .ui-dialog-title::after {
  content: '* Required Fields';
  display: block;

  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  color: #595959;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding-left: 5px;
}
.search-result-items.flex-fix::after {
  content: '';
  display: block;
  width: 32%;
  max-width: 32%;
  box-sizing: border-box;
  padding: 2px;
  -ms-flex: 1 0 auto;
  flex: 1;
  order: 1000;
}
.homepage-major-button {
  display: inline-block;
}
.homepage-major-button::after {
  content: "\258C\258C";
  display: inline-block;
  line-height: 1em;
}
.homepage-major-button.paused::after {
  content: "\25BA";
  font-size: 1.6em;
}
.homefeatured-content .img-ctnr {
    width: 100%;
}
.homefeatured-content .img-ctnr img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.home-major-carousel.auto-scroll .tile img {
    max-width: 100%;
}
.homepage-major-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.homepage-major-link1 {
    text-align: right;
}
.homepage-major-link2 {
    text-align: left;
    padding-left: 29px;
}
.homepage-major-link2.centered{
    text-align: center;
    padding-left: 0;
}
.homepage-major-links.left-justify {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.homepage-major-links.left-justify .homepage-major-link1 {
    text-align: left;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    .homepage-major-links.left-justify {
        justify-content: center;
    }
    .homepage-major-links.left-justify .homepage-major-links {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .homepage-major-links.left-justify .homepage-major-link1 {
        text-align: center;
        padding-left: 0;
    }
    .homepage-major-links.left-justify .homepage-major-link2 {
        text-align: center;
        padding-right: 0;
    }
}
.careers-banner-bubble .img-ctnr {
    width: 100%;
}
.careers-banner-bubble .img-ctnr img {
    max-width: 100%;
    display: inline-block;
}
.careers-hero-carousel header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers-hero-carousel.auto-scroll header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers-hero-carousel header .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.careers-hero-carousel.auto-scroll header .title {
  font-family: 'FFDINWebCondBold';
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.careers-hero-carousel header .title::after,
.careers-hero-carousel header .title::before {
  display: block;
}
.careers-hero-carousel.auto-scroll header .title::after,
.careers-hero-carousel.auto-scroll header .title::before {
  display: block;
}
.careers-hero-carousel header .title::before {
  padding-bottom: 15px;
}
.careers-hero-carousel.auto-scroll header .title::before {
  padding-bottom: 15px;
}
.careers-hero-carousel header .title::after {
  padding-top: 8px;
}
.careers-hero-carousel.auto-scroll header .title::after {
  padding-top: 8px;
}
.careers-hero-carousel header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.careers-hero-carousel.auto-scroll header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.careers-hero-carousel .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.careers-hero-carousel.auto-scroll .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.careers-hero-carousel .tile-list .prev-arrow,
.careers-hero-carousel .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
  }
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
}
.careers-hero-carousel .tile-list .prev-arrow:before,
.careers-hero-carousel .tile-list .next-arrow:before,
.careers-hero-carousel .tile-list .prev-arrow:after,
.careers-hero-carousel .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow:before,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow:before,
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow:after,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.careers-hero-carousel .tile-list .prev-arrow:after,
.careers-hero-carousel .tile-list .next-arrow:after {
  clear: both;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow:after,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow:after {
  clear: both;
}
.careers-hero-carousel .tile-list .prev-arrow:last-child,
.careers-hero-carousel .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow:last-child,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.careers-hero-carousel .tile-list .prev-arrow::before,
.careers-hero-carousel .tile-list .next-arrow::before {
  width: 100%;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow::before,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow::before {
  width: 100%;
}
.careers-hero-carousel .tile-list > .tiles {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.careers-hero-carousel.auto-scroll .tile-list>.tiles {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.careers-hero-carousel .tile-list > .tiles:before,
.careers-hero-carousel .tile-list > .tiles:after {
  content: '';
  display: table;
}
.careers-hero-carousel.auto-scroll .tile-list>.tiles:before,
.careers-hero-carousel.auto-scroll .tile-list>.tiles:after {
  content: '';
  display: table;
}
.careers-hero-carousel .tile-list > .tiles:after {
  clear: both;
}
.careers-hero-carousel.auto-scroll .tile-list>.tiles:after {
  clear: both;
}
.careers-hero-carousel .tile-list > .tiles:last-child {
  margin-right: 0;
}
.careers-hero-carousel.auto-scroll .tile-list>.tiles:last-child {
  margin-right: 0;
}
.careers-hero-carousel .tile-list .tile {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.careers-hero-carousel.auto-scroll .tile-list .tile {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.careers-hero-carousel .tile-list .tile:before,
.careers-hero-carousel .tile-list .tile:after {
  content: '';
  display: table;
}
.careers-hero-carousel.auto-scroll .tile-list .tile:before,
.careers-hero-carousel.auto-scroll .tile-list .tile:after {
  content: '';
  display: table;
}
.careers-hero-carousel .tile-list .tile:after {
  clear: both;
}
.careers-hero-carousel.auto-scroll .tile-list .tile:after {
  clear: both;
}
.careers-hero-carousel .tile-list .tile:last-child {
  margin-right: 0;
}
.careers-hero-carousel.auto-scroll .tile-list .tile:last-child {
  margin-right: 0;
}
.careers-hero-carousel .tile-list a {
  display: block;
}
.careers-hero-carousel.auto-scroll .tile-list a {
  display: block;
}
.careers-hero-carousel .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.careers-hero-carousel.auto-scroll .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.careers-hero-carousel .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.careers-hero-carousel.auto-scroll .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 20px;
}
.careers-hero-carousel ul div {
    margin-left: auto;
    margin-right: auto;
}
.careers-hero-carousel.auto-scroll ul div {
    margin-left: 0;
    margin-right: 0;
}
.careers-hero-carousel .tile-list .prev-arrow,
.careers-hero-carousel .tile-list .next-arrow {
    margin-bottom: 75px;
    width: 41px;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow,
.careers-hero-carousel.auto-scroll .tile-list .next-arrow {
    margin-bottom: 10px;
    width: 21px;
}
.careers-hero-carousel .tile-list .prev-arrow {
    padding-left: 17px;
}
.careers-hero-carousel.auto-scroll .tile-list .prev-arrow {
    padding-left: 17px;
    margin-left: -30px;
}
.careers-hero-carousel .tile-list .next-arrow {
    padding-right: 1px;
}
.careers-hero-carousel.auto-scroll .tile-list .next-arrow {
    padding-right: 1px;
}
.careers-hero-carousel.main-section {
    margin-bottom: 0;
}
.careers-hero-carousel.auto-scroll.main-section {
    margin-bottom: 0;
}
.careers-hero-carousel.auto-scroll .tile img {
    max-width: 100%;
}
.careers-job-carousel header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers-job-carousel.auto-scroll header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.careers-job-carousel header .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.careers-job-carousel.auto-scroll header .title {
  font-family: 'FFDINWebCondBold';
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.careers-job-carousel header .title::after,
.careers-job-carousel header .title::before {
  display: block;
}
.careers-job-carousel.auto-scroll header .title::after,
.careers-job-carousel.auto-scroll header .title::before {
  display: block;
}
.careers-job-carousel header .title::before {
  padding-bottom: 15px;
}
.careers-job-carousel.auto-scroll header .title::before {
  padding-bottom: 15px;
}
.careers-job-carousel header .title::after {
  padding-top: 8px;
}
.careers-job-carousel.auto-scroll header .title::after {
  padding-top: 8px;
}
.careers-job-carousel header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.careers-job-carousel.auto-scroll header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.careers-job-carousel .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.careers-job-carousel.auto-scroll .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.careers-job-carousel .tile-list .prev-arrow,
.careers-job-carousel .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
    float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
  }
.careers-job-carousel.auto-scroll .tile-list .prev-arrow,
.careers-job-carousel.auto-scroll .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
}
.careers-job-carousel .tile-list .prev-arrow:before,
.careers-job-carousel .tile-list .next-arrow:before,
.careers-job-carousel .tile-list .prev-arrow:after,
.careers-job-carousel .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow:before,
.careers-job-carousel.auto-scroll .tile-list .next-arrow:before,
.careers-job-carousel.auto-scroll .tile-list .prev-arrow:after,
.careers-job-carousel.auto-scroll .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.careers-job-carousel .tile-list .prev-arrow:after,
.careers-job-carousel .tile-list .next-arrow:after {
  clear: both;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow:after,
.careers-job-carousel.auto-scroll .tile-list .next-arrow:after {
  clear: both;
}
.careers-job-carousel .tile-list .prev-arrow:last-child,
.careers-job-carousel .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow:last-child,
.careers-job-carousel.auto-scroll .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.careers-job-carousel .tile-list .prev-arrow::before,
.careers-job-carousel .tile-list .next-arrow::before {
  width: 100%;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow::before,
.careers-job-carousel.auto-scroll .tile-list .next-arrow::before {
  width: 100%;
}
.careers-job-carousel .tile-list > .tiles {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.careers-job-carousel.auto-scroll .tile-list>.tiles {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.careers-job-carousel .tile-list > .tiles:before,
.careers-job-carousel .tile-list > .tiles:after {
  content: '';
  display: table;
}
.careers-job-carousel.auto-scroll .tile-list>.tiles:before,
.careers-job-carousel.auto-scroll .tile-list>.tiles:after {
  content: '';
  display: table;
}
.careers-job-carousel .tile-list > .tiles:after {
  clear: both;
}
.careers-job-carousel.auto-scroll .tile-list>.tiles:after {
  clear: both;
}
.careers-job-carousel .tile-list > .tiles:last-child {
  margin-right: 0;
}
.careers-job-carousel.auto-scroll .tile-list>.tiles:last-child {
  margin-right: 0;
}
.careers-job-carousel .tile-list .tile {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.careers-job-carousel.auto-scroll .tile-list .tile {
    float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.careers-job-carousel .tile-list .tile:before,
.careers-job-carousel .tile-list .tile:after {
  content: '';
  display: table;
}
.careers-job-carousel.auto-scroll .tile-list .tile:before,
.careers-job-carousel.auto-scroll .tile-list .tile:after {
  content: '';
  display: table;
}
.careers-job-carousel .tile-list .tile:after {
  clear: both;
}
.careers-job-carousel.auto-scroll .tile-list .tile:after {
  clear: both;
}
.careers-job-carousel .tile-list .tile:last-child {
  margin-right: 0;
}
.careers-job-carousel.auto-scroll .tile-list .tile:last-child {
  margin-right: 0;
}
.careers-job-carousel .tile-list a {
  display: block;
}
.careers-job-carousel.auto-scroll .tile-list a {
  display: block;
}
.careers-job-carousel .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.careers-job-carousel.auto-scroll .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.careers-job-carousel .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.careers-job-carousel.auto-scroll .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 20px;
}
.careers-job-carousel ul div {
    margin-left: auto;
    margin-right: auto;
}
.careers-job-carousel.auto-scroll ul div {
    margin-left: 0;
    margin-right: 0;
}
.home-minor-column-3 {
    padding-top: 110px;
}
.careers-job-carousel .tile-list .prev-arrow,
.careers-job-carousel .tile-list .next-arrow {
    margin-bottom: 10px;
    width: 41px;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow,
.careers-job-carousel.auto-scroll .tile-list .next-arrow {
    margin-bottom: 10px;
    width: 21px;
}
.careers-job-carousel .tile-list .prev-arrow {
    padding-left: 2px;
}
.careers-job-carousel.auto-scroll .tile-list .prev-arrow {
    padding-left: 2px;
}
.careers-job-carousel .tile-list .next-arrow {
    padding-right: 2px;
    margin-left: 15px;
}
.careers-job-carousel.auto-scroll .tile-list .next-arrow {
    padding-right: 2px;
    margin-left: 15px;
}
.careers-job-carousel.main-section {
    margin-bottom: 0;
}
.careers-job-carousel.auto-scroll.main-section {
    margin-bottom: 0;
}
.careers-job-carousel.auto-scroll .tile img {
    max-width: 100%;
}
.dream-team-carousel header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.dream-team-carousel.auto-scroll header {
  text-align: center;
  padding-bottom: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.dream-team-carousel header .title {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.dream-team-carousel.auto-scroll header .title {
  font-family: 'FFDINWebCondBold';
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.dream-team-carousel header .title::after,
.dream-team-carousel header .title::before {
  display: block;
}
.dream-team-carousel.auto-scroll header .title::after,
.dream-team-carousel.auto-scroll header .title::before {
  display: block;
}
.dream-team-carousel header .title::before {
  padding-bottom: 15px;
}
.dream-team-carousel.auto-scroll header .title::before {
  padding-bottom: 15px;
}
.dream-team-carousel header .title::after {
  padding-top: 8px;
}
.dream-team-carousel.auto-scroll header .title::after {
  padding-top: 8px;
}
.dream-team-carousel header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.dream-team-carousel.auto-scroll header .double-border {
  border-top: 3px solid #000;
  height: 7px;
  border-bottom: 1px solid #000;
  margin-top: -56px;
}
.dream-team-carousel .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.dream-team-carousel.auto-scroll .tile-list {
  overflow: hidden;
  margin-bottom: 0;
}
.dream-team-carousel .tile-list .prev-arrow,
.dream-team-carousel .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
  }
.dream-team-carousel.auto-scroll .tile-list .prev-arrow,
.dream-team-carousel.auto-scroll .tile-list .next-arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  height: 54px;
  cursor: pointer;
  display: none;
  z-index: 3;
  opacity: 1;
  position: absolute;
}
.dream-team-carousel .tile-list .prev-arrow:before,
.dream-team-carousel .tile-list .next-arrow:before,
.dream-team-carousel .tile-list .prev-arrow:after,
.dream-team-carousel .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow:before,
.dream-team-carousel.auto-scroll .tile-list .next-arrow:before,
.dream-team-carousel.auto-scroll .tile-list .prev-arrow:after,
.dream-team-carousel.auto-scroll .tile-list .next-arrow:after {
  content: '';
  display: table;
}
.dream-team-carousel .tile-list .prev-arrow:after,
.dream-team-carousel .tile-list .next-arrow:after {
  clear: both;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow:after,
.dream-team-carousel.auto-scroll .tile-list .next-arrow:after {
  clear: both;
}
.dream-team-carousel .tile-list .prev-arrow:last-child,
.dream-team-carousel .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow:last-child,
.dream-team-carousel.auto-scroll .tile-list .next-arrow:last-child {
  margin-right: 0;
}
.dream-team-carousel .tile-list .prev-arrow::before,
.dream-team-carousel .tile-list .next-arrow::before {
  width: 100%;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow::before,
.dream-team-carousel.auto-scroll .tile-list .next-arrow::before {
  width: 100%;
}
.dream-team-carousel .tile-list > .tiles {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.dream-team-carousel.auto-scroll .tile-list>.tiles {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.dream-team-carousel .tile-list > .tiles:before,
.dream-team-carousel .tile-list > .tiles:after {
  content: '';
  display: table;
}
.dream-team-carousel.auto-scroll .tile-list>.tiles:before,
.dream-team-carousel.auto-scroll .tile-list>.tiles:after {
  content: '';
  display: table;
}
.dream-team-carousel .tile-list > .tiles:after {
  clear: both;
}
.dream-team-carousel.auto-scroll .tile-list>.tiles:after {
  clear: both;
}
.dream-team-carousel .tile-list > .tiles:last-child {
  margin-right: 0;
}
.dream-team-carousel.auto-scroll .tile-list>.tiles:last-child {
  margin-right: 0;
}
.dream-team-carousel .tile-list .tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.dream-team-carousel.auto-scroll .tile-list .tile {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.dream-team-carousel .tile-list .tile:before,
.dream-team-carousel .tile-list .tile:after {
  content: '';
  display: table;
}
.dream-team-carousel.auto-scroll .tile-list .tile:before,
.dream-team-carousel.auto-scroll .tile-list .tile:after {
  content: '';
  display: table;
}
.dream-team-carousel .tile-list .tile:after {
  clear: both;
}
.dream-team-carousel.auto-scroll .tile-list .tile:after {
  clear: both;
}
.dream-team-carousel .tile-list .tile:last-child {
  margin-right: 0;
}
.dream-team-carousel.auto-scroll .tile-list .tile:last-child {
  margin-right: 0;
}
.dream-team-carousel .tile-list a {
  display: block;
}
.dream-team-carousel.auto-scroll .tile-list a {
  display: block;
}
.dream-team-carousel .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.dream-team-carousel.auto-scroll .tile-list img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.dream-team-carousel .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Helvetica, sans-serif, Arial;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: 20px;
}
.dream-team-carousel.auto-scroll .tile-list h5 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 20px;
}
.dream-team-carousel ul div {
    margin-left: auto;
    margin-right: auto;
}
.dream-team-carousel.auto-scroll ul div {
    margin-left: 0;
    margin-right: 0;
}
.dream-team-link.column-12 {
    text-align: left;
    padding-top: 5px;
}
.home-minor-column-3 {
    padding-top: 110px;
}
.dream-team-carousel .tile-list .prev-arrow,
.dream-team-carousel .tile-list .next-arrow {
    margin-bottom: 10px;
    width: 41px;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow,
.dream-team-carousel.auto-scroll .tile-list .next-arrow {
    margin-bottom: 10px;
    width: 41px;
}
.dream-team-carousel .tile-list .prev-arrow {
    padding-left: 17px;
}
.dream-team-carousel.auto-scroll .tile-list .prev-arrow {
    padding-left: 17px;
}
.dream-team-carousel .tile-list .next-arrow {
    padding-right: 17px;
}
.dream-team-carousel.auto-scroll .tile-list .next-arrow {
    padding-right: 17px;
}
.dream-team-carousel.main-section {
    margin-bottom: 0;
}
.dream-team-carousel.auto-scroll.main-section {
    margin-bottom: 0;
}
.dream-team-carousel.auto-scroll .tile img {
    max-width: 100%;
}
.find-a-job-section.mobile .column-12 .tile-list .row .column-2 .prev-arrow,
.find-a-job-section.mobile .column-12 .tile-list .row .column-2 .next-arrow {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    height: 45px;
    max-height: 45px;
    cursor: pointer;
    margin-top: 20px;
}
.dream-team.mobile .column-12 .tile-list .row .column-2 .prev-arrow,
.dream-team.mobile .column-12 .tile-list .row .column-2 .next-arrow {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    height: 45px;
    max-height: 45px;
    cursor: pointer;
    margin-top: 20px;
}
.career-jobs-employee-quote {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 30px;
    font-style:italic;
    line-height: 34px;
    text-transform: none;
    color: #000000;
    text-align: left;
    z-index: 2;
    position: static;
    padding-top: 10px;
    padding-bottom: 29px;
    max-height: 200px;
}
.dream-team-employee-quote {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
    color: #000000;
    text-align: left;
    z-index: 2;
    position: static;
    padding-top: 10px;
    padding-bottom: 29px;
    max-height: 200px;
}
.career-jobs-employee-name {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
    text-align: left;
    z-index: 2;
    position: static;
}
.dream-team-employee-name {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-transform: none;
    text-align: left;
    z-index: 2;
    position: static;
}
.career-jobs-employee-jobtitle {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    text-transform: none;
    text-align: left;
    padding-bottom: 42px;
    z-index: 2;
    position: static;
    padding-left: 30px;
    padding-right: 31px;
}
.dream-team-employee-jobtitle {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    text-transform: none;
    text-align: left;
    padding-bottom: 42px;
    z-index: 2;
    position: static;
}
.dream-team .now-hiring {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 43px;
    line-height: 49px;
    text-align: center;
    padding-top: 30px;
}
.dream-team .now-hiring .highlight {
    color: #6478BC;
}
.dream-team .career-jobs-employee-quote-background img {
    display: none;
}
.careers-job-carousel .row .column-12 {
    padding-left: 80px;
    padding-right: 80px;
}
.dream-team-carousel .row .column-12 {
    padding-left: 80px;
    padding-right: 80px;
}
@media only screen and (max-width: 1320px){
    .dream-team-employee-quote {
        font-size: 20px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 1200px){
    .dream-team-employee-quote {
        font-size: 18px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1024px){
    .career-jobs-employee-name {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 11px;
    }
    .dream-team-employee-name {
        font-size: 15px;
        line-height: 17px;
    }
    .career-jobs-employee-jobtitle {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 17px;
    }
    .career-jobs-employee-quote {
        font-size: 24px;
        line-height: 29px;
    }
    .dream-team-employee-quote {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 20px;
    }
    .dream-team .now-hiring {
        font-size: 30px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 767px){
    .career-jobs-employee-name {
        font-size: 15px;
        line-height: 19px;
    }
    .dream-team-employee-name {
        font-size: 15px;
        line-height: 19px;
    }
    .career-jobs-employee-jobtitle {
        font-size: 15px;
        line-height: 19px;
    }
    .dream-team .career-jobs-employee-quote-background img {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        margin-top: -40px;
        z-index: 1;
    }
    .career-jobs-employee-quote {
        text-align: center;
        padding-top: 20px;
    }
    .dream-team-employee-quote {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
    }
    .dream-team-copy {
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 15px;
        line-height: 19px;
    }
    .dream-team-carousel .tile-list .prev-arrow {
        padding-left: 3px;
    }
    .dream-team-carousel .tile-list .next-arrow {
        padding-right: 3px;
    }
    .dream-team-carousel .row .column-12 {
        padding-left: 60px;
        padding-right: 60px;
    }
    .dream-team-carousel .tile-list .next-arrow {
        width: 27px;
    }
    .careers-job-carousel .row .column-12 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.careers-banner-image-desktop {
    display: block;
}
.careers-banner-image-tablet {
    display: none;
}
.careers-banner-image-mobile {
    display: none;
}
.careers-banner-bubble {
    position: relative;
    display: inline-block;
    width: 100%;
}
.careers-banner-bubble  img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.careers-banner-bubble .caption1 {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    text-align: left;
    color: #000000;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 100;
    font-size: 43px;
    line-height: 45px;
    max-width: 300px;
    z-index: 2;
}
.careers-button {
    font-family: Helvetica, sans-serif, Arial;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
    background: #000;
    height: 52px;
    width: 200px;
    max-height: 52px;
    line-height: 52px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.careers-button-small {
    height: 36px;
    max-height: 36px;
    line-height: 36px;
}
.careers-button:hover {
    background: #a58336;
}
.careers-button.search-jobs {
    margin-top: 24px;
}
.careers-button.find-a-job {
    margin-top: 24px;
}
.careers-button.see-open-jobs {
    margin-top: 34px;
    padding-left: 0;
    padding-right: 0;
}
.careers-button.join-our-team {
    margin-top: 16px;
}
.careers-message {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    margin-top: 81px;
    margin-bottom: 51px;
}
.careers-message-title {
    text-align: center;
    color: #000000;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 100;
    font-size: 30px;
    line-height: 32px;
}
.careers-message-body {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    padding-top: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.careers-message-link-container {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.careers-message-link:hover {
    color: #a58336;
}
.careers-message-link:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.careers-message-link:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.open-jobs-link-container {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 19px;
    padding-bottom: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.open-jobs-link-container.dream-team-link {
    padding-top: 8px;
}
.careers-message .open-jobs-link-container {
    text-align: center;
}
.open-jobs-link:hover {
    color: #a58336;
}
.open-jobs-link:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.open-jobs-link:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.find-a-job-section {
    margin-left: -15px;
    margin-right: -15px;
}
.find-a-job-section .row .column-4 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.find-a-job-section .row .column-4 img {
    width: 100%;
}
.find-a-job-title {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    color: #000;
    padding-top: 19px;
    padding-bottom: 10px;
    margin-top: -130px;
}
.find-a-job-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #000;
    height: 70px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.dream-team-copy {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #000;
    height: 125px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1024px){
    .careers-banner-image-desktop {
        display: none;
    }
    .careers-banner-image-tablet {
        display: block;
    }
    .careers-banner-image-mobile {
        display: none;
    }
    .careers-banner-bubble .caption1 {
        font-size: 30px;
        line-height: 35px;
    }
    .careers-message {
        margin-top: 75px;
    }
    .find-a-job-copy {
        font-size: 15px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 767px){
    .careers-banner-image-desktop {
        display: none;
    }
    .careers-banner-image-tablet {
        display: none;
    }
    .careers-banner-image-mobile {
        display: block;
    }
    .careers-message {
        margin-top: 50px;
    }
}
.dream-team .row.employee1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dream-team .row.employee2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dream-team .row.employee3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.see-yourself-here .job-title {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
.see-yourself-here .job-location {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
.see-yourself-here .apply-now-container {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.see-yourself-here .apply-now:hover {
    color: #a58336;
}
.see-yourself-here .apply-now:after {
    content: '';
    background-image: url('../images/interface/rightArrow.png');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    background-size: 8px 12px;
    margin-left: 4px;
}
.see-yourself-here .apply-now:hover:after {
    background-image: url('../images/interface/rightArrowOver.png');
}
.see-yourself-here .row {
    border-bottom: 1px solid #eeeeee;
    padding-top: 14px;
    padding-bottom: 11px;
    margin-left: 7%;
    margin-right: 7%;
}
header.dbl-line.see-yourself-here.after {
    margin-top: -40px;
}
.find-a-job-section.mobile {
    display: none;
}
.find-a-job-section .row .column-4 .desktop {
    display: block;
}
.find-a-job-section .row .column-4 .tablet {
    display: none;
}
.find-a-job-section .row .column-4 .mobile {
    display: none;
}
.dream-team .row .column-12 img.desktop {
    display: block;
}
.dream-team .row .column-12 img.tablet {
    display: none;
}
.dream-team .row .column-12 img.mobile {
    display: none;
}
.careers-candy-images img {
    width: 100%;
    height: auto;
    border: 0;
    margin-top: -50px;
    position: relative;
}
.careers-candy-images .desktop {
    display: block;
}
.careers-candy-images .tablet {
    display: none;
}
.careers-candy-images .mobile {
    display: none;
}
.see-all-jobs-button-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1200px){
    .find-a-job-section .row .column-4 .desktop {
        display: none;
    }
    .find-a-job-section .row .column-4 .tablet {
        display: block;
    }
    .find-a-job-section .row .column-4 .mobile {
        display: none;
    }
}
@media only screen and (max-width: 1024px){
    header.dbl-line.see-yourself-here.after {
        margin-top: 0;
    }
    .careers-button.search-jobs {
        margin-top: 16px;
    }
    .careers-button.find-a-job {
        margin-top: 50px;
    }
    .careers-button.see-open-jobs {
        margin-top: 50px;
    }
    .careers-button.join-our-team {
        width: 148px;
        height: 30px;
        max-height: 30px;
        line-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 21px;
    }
    .find-a-job-section.desktop-and-tablet {
        display: block;
    }
    .find-a-job-section .row .column-4 .desktop {
        display: none;
    }
    .find-a-job-section .row .column-4 .tablet {
        display: block;
    }
    .find-a-job-section .row .column-4 .mobile {
        display: none;
    }
    .find-a-job-title {
        margin-top: -150px;
    }
    .dream-team-copy {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
        width: 100%;
        position: relative;
        margin-top: -160px;
    }
    .dream-team .row .column-12 img.desktop {
        display: none;
    }
    .dream-team .row .column-12 img.tablet {
        display: block;
    }
    .dream-team .row .column-12 img.mobile {
        display: none;
    }
    .careers-candy-images img {
        margin-top: 0;
    }
    .careers-candy-images .desktop {
        display: none;
    }
    .careers-candy-images .tablet {
        display: block;
    }
    .careers-candy-images .mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .find-a-job-section.desktop-and-tablet {
        display: none;
    }
    .find-a-job-section.mobile {
        display: block;
    }
    .find-a-job-section .row .column-4 .desktop {
        display: none;
    }
    .find-a-job-section .row .column-4 .tablet {
        display: none;
    }
    .find-a-job-section .row .column-4 .mobile {
        display: block;
    }
    .find-a-job-title {
        margin-top: -150px;
        width: 95%;
    }
    .careers-banner-bubble {
        margin-top: 85px;
    }
    .careers-banner-bubble .caption1 {
        width: 100%;
        top: 0%;
        left: 0%;
        transform: none;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        max-width: 100%;
        margin-top: -85px;
    }
    .careers-button {
        width: 166px;
        height: 30px;
        max-height: 30px;
        line-height: 30px;
    }
    .careers-button.search-jobs {
        margin-top: 8px;
    }
    .careers-button.see-open-jobs {
        margin-top: 55px;
        width: 173px;
    }
    .careers-message-title {
        font-size: 24px;
        line-height: 26px;
    }
    .careers-message-title {
        padding-top: 14px;
    }
    .careers-message-body {
        font-size: 15px;
        line-height: 17px;
        padding-top: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .careers-message-link {
        padding-top: 18px;
        padding-bottom: 16px;
    }

    .find-a-job-section .row .column-4 {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        width: 100%;
    }
    .careers-button-container {
        margin-bottom: 60px;
    }
    .see-all-jobs-button-container {
        margin-bottom: 60px;
    }
    div.see-all-jobs-button-container {
        text-align: center;
    }
    .find-a-job-section.mobile .careers-button-container {
        margin-bottom: 20px;
    }
    .dream-team .row .column-12 img.desktop {
        display: none;
    }
    .dream-team .row .column-12 img.tablet {
        display: none;
    }
    .dream-team .row .column-12 img.mobile {
        display: block;
    }
    .dream-team .row {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }
    .dream-team .row .column-6 {
        width: 100%;
        vertical-align: text-top;
    }
    .careers-candy-images img {
        margin-top: 0;
    }
    .careers-candy-images .desktop {
        display: none;
    }
    .careers-candy-images .tablet {
        display: none;
    }
    .careers-candy-images .mobile {
        display: block;
    }
    .see-yourself-here .row .column-2,
    .see-yourself-here .row .column-4,
    .see-yourself-here .row .column-6 {
        width: 100%;
        text-align: left;
    }
    .see-yourself-here .apply-now-container {
        text-align: left;
        margin-top: 10px;
    }
}
.promo-align {
    text-align: center;
    margin-top: 20px;
}
.coupon-input-label {
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
    text-transform: none;
    font-size: 1.5rem;
}
.coupon-container {
    display: inline-block;
    width: 100%;
}
.cart-coupon-code .coupon-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
	.cart-footer .cart-coupon-actions .cta {
        padding: 3px 3px;
    }
}
.coupon-input {
    float: left;
    width: 83%;
}
.checkout-sidebar .coupon-input {
  width: auto;
}
.coupon-button {
    float: left;
    padding-left: 3px;
    padding-top: 2px;
}
.coupon-code {
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
}
.coupon-code-sidebar {
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}
.cart-coupon-actions input[type="text"] {
    width: 100%;
}
.cart-fr-bags-container {
  text-align: center;
}
.cart-fr-bags-label {
	font-family: Helvetica, sans-serif, Arial;
	font-weight: normal;
	font-size: 19px;
	text-transform: none;

	margin: 1.5em 0 .5em 0;
}
.cart-fr-bags-link {
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 10px;
    text-align: center;
}
.checkout-coupon-help {
    padding-bottom: 3px;
}
@media only screen and (max-width: 1024px){
	.mobile-tablet-bag-order-totals .cart-fr-bags-container {
		  position: absolute;
		  left: 0;
		  right: 0;
		  max-width: 100%;
		  text-align: center;
		  margin-left: 30px;
	}
	.bag-ctnr {
	    position: relative;
	}
}
.coupon-messages {
	margin-top: 10px;
	text-align: center;
}
.checkout-sidebar.summary-sidebar.billing .summary-panel {
	text-align: left;
	padding: 2rem;
}
.billing-coupon-code-container {
	display: none;
}
.grid-tile.slot-container.flex-show {
  display: inline-block;
}
.profit-calculator-select {
	width: 280px;
}.profit_calculator label {
	display: inline-block;
}
.pdp-kosher-link {
	font-size: 16px;
}
.pdp-kosher-link span {
	text-decoration: underline;
}
.pdp-kosher-link:hover,
.pdp-kosher-link:focus {
	color: #96701b;
}
.pdp-kosher-link img {
	width: 31px;
	vertical-align: middle;
}


.registration .row-matchcode {
  margin-top: 1em;
  display: none;
}

.have-matchcode:checked ~ .row-matchcode {
  display: block;
}

.registration label.cb::before {
  content: '';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	outline: 2px solid #000;
	width: 16px;
	height: 16px;
	background-color: #fff;
	cursor: pointer;
}

.registration input:checked + label.cb::before {
	border: 3px solid #fff;
	background-color: #000;
}

.registration fieldset.match-code {
  padding-top: 1em;
}

.msg-required {
  margin: .5em 0;
  font-style: italic;
  font-size: .8em;
}

.btn.radio {
  border-width: 2px;
}
.active::after {
  border-width: 3px;
}
