body, html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
cf::before,
cf::after {
  content: '';
  display: table;
}
cf::after {
  clear: both;
}

:root {
  --error-color: #c01111;
  --wow: #c01111;
  --subdued: #626264;
  --hilight: #96701b;
  --base-font: Helvetica, sans-serif, Arial;
  --atw-med: 'AmericanTypewriterStd-Med', serif;
  --atw-font: 1rem 'AmericanTypewriterStd-Med', serif;
  --dark-white: #f5f5f8;
  --light-gray: #949494;
  --very-light-gray: #C5C5C9;
  --lighter-gray: #E0E0E3;
  --almost-black: #222327;
}
.hidden {
	display: none;
}
picture {
    display: block;
}
.sees-dialog.ui-dialog .ui-dialog-buttonpane button.link-button,
button[type="submit"].link-button,
.cta .link-button,
.plain-button,
.link-button {
   background: none;
   color: inherit;
   border: none;
   padding: 0;
   font: inherit;
   cursor: pointer;
   outline: none;
   margin: 0;
   height: auto;
   text-transform: none;
   font-weight: normal;
}
.cta .link-button::before,
.cta .link-button::after {
    content: none;
}
ul.bullet-list {
    padding: .33em;
    margin-left: 1.5em;
}
ul.bullet-list li {
    display: list-item;
}

a:hover,
a:focus,
button.plain-button:hover,
button.link-button:hover {
  color: #96701b;
  background-color: transparent;
}
.link-button.continue {
    color: #626264;
    font-size: 0.938rem;
    text-decoration: underline;
}
.sees-dialog.ui-dialog .button-viewmore {
    background: white;
    color: black;
    border: 0;
    border-radius: 0;
    position: relative;
}
.sees-dialog.ui-dialog .button-viewmore:hover {
    color: #96701b;
}
.sees-dialog.ui-dialog .button-viewmore::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 5px;
    border-color: transparent transparent transparent #000000;
    position: relative;
    top: 2px;
    margin-left: 4px;
    right: 0;
    display: inline-block;
}
.sees-dialog.ui-dialog .button-viewmore:hover::after {
    border-color: transparent transparent transparent #96701b;
}
.sees-dialog.addtobag .cta .button {
    background: black;
    padding: 0 25px;
}
@media only screen and (max-width: 1024px) {
    .sees-dialog.quickview-modal .button-viewmore {
        z-index: 30;
        bottom: -11px;
        text-align: center;
        width: 100%;
    }
    .sees-dialog.quickview-modal .pdp-actions .cart-column-block.inventory {
        margin-bottom: 45px;
    }
    .sees-dialog.quickview-modal .ui-dialog-titlebar-close {
        font-size: 1px;
    }
}
.mono-type {
	font-family: AmericanTypewriterStd-Med;
}
.bigger {
    font-size: 1.5em;
}

.subdued {
  color: #595959;
}

.hilight {
  color: #96701b;
}
.wow {
  color: #c01111;
}
.fa-show {
    display: none;
}
.strikethrough {
  text-decoration: line-through;
}
.pdp-product-content section {
    border-bottom: 1px solid var(--light-gray);
}
.pdp-actions.product-add-to-cart {
    margin-top: 1em;
}
.accordion-header {
    padding: .5rem .1em;
    margin: .25rem 0;
    color: var(--subdued);
}
.accordion-content {
    margin-bottom: 1rem;
}

.nutrition-info {
    border-top: 1px solid var(--light-gray);
}
.nutrition-info .nutrition-table {
    padding: 5px;
    width: 100%;
    max-width: 360px;
    border: 1px solid #000;
    font-size: 24px;
    line-height: 1;
}
.nutrition-info .table-header {
    font-size: 1.9em;
    font-weight: bolder;
    padding-bottom: calc(1em / 12);
    margin-bottom: calc(1em / 12);
    text-align: center;
}
.nutrition-info .big-text {
    font-size: 1.9em;
}
.nutrition-info .servings {
    font-size: .84em;
    padding-bottom: .25rem
}
.nutrition-info .info-row {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.nutrition-info .info-row > * {
    display: table-cell;
    vertical-align: bottom;
}
.nutrition-info .info-row > :first-child {
    text-align: left;
}
.nutrition-info .dv-header,
.nutrition-info .info-row > :last-child {
    text-align: right;
}
.nutrition-info .bold {
    font-weight: 600;
}
.nutrition-info .sm {
    font-size: .5em;
}
.nutrition-info .med {
    font-size: .66em;
}
.nutrition-info .thin-bottom {
    border-bottom: calc(1rem / 48) solid black;
}
.nutrition-info .thiq-bottom {
    border-bottom: .3rem solid black;
}
.nutrition-info .thiqqer-bottom {
    border-bottom: .6rem solid black;
}
.nutrition-info .calories .info-row > :first-child {
    font-size: 1.75em;
}
.nutrition-info .calories .info-row > :last-child {
    font-size: 1.9em;
}
.nutrition-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nutrition-info ul,
.nutrition-info li {
    width: 100%;
}
.nutrition-info em {
    font-style: italic;
}
.nutrition-info ul > li > :first-child {
    padding-right: .25rem;
}
.nutrition-info ul.dv-primary li > span + span + span,
.nutrition-info ul.dv-primary > li > :first-child {
    font-weight: bold;
}
.nutrition-info ul.dv-secondary,
.nutrition-info ul.dv-primary li > ul > li,
.nutrition-info ul.dv-primary li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nutrition-info ul.dv-primary li > ul > li {
    padding-left: 1.5em;
}
.nutrition-info ul.dv-primary li > span:last-of-type {
    flex: 1 1 auto;
    text-align: right;
}
.nutrition-info .added-sugar span,
.nutrition-info ul.dv-primary li {
    border-top: 1px solid #666;
}
.nutrition-info ul.dv-primary li.added-sugar {
    border-top: none;
}
.nutrition-info .dvs {
    line-height: 1.5;
}
.nutrition-info ul.dv-secondary > li {
    width: 50%;
    border-bottom: 1px solid #666;
}
.nutrition-info ul.dv-secondary > :nth-child(even) {
    text-align: right;
}
.nutrition-info ul.dv-secondary > :nth-child(even)::before {
    content: '\2022';
    display: block;
    float: left;
}
.nutrition-info .note {
    padding: 5px;
}
.nutrition-info .more-info {
    border-top: calc(1rem / 48) solid black;
    margin-top: .1em;
    padding-top: .33em;
}
.nutrition-info .more-info .cpg {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.nutrition-info .more-info .cpg li {
    width: auto;
    flex: 1 1 auto;
}
.nutrition-info .more-info .cpg .bullet {
    width: auto;
    flex: 0 1 auto;
}
.nutrition-info .more-info .cpg > :first-child {
    display: inline-block;
}
.nutrition-info .more-info .cpg .bullet::before {
	content: '\2022';
	display: block;
    padding: 0 .1em;
    text-align: center;
}
.accordion-content {
    display: none;
}
.accordion-header[aria-expanded="true"] + .accordion-content {
    display: block;
}
.sees-dialog .section-header {
	font-family: AmericanTypewriterStd-Med;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .02em;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}
.form-label-17b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: none;
}
.phone-and-extension:after {
    clear: both;
}
.phone-and-extension .form-row:first-child {
    float: left;
    clear: none;
    width: 66.6666666666667%;
    margin-left: 0;
    margin-right: 0;
}
.phone-and-extension .form-row:first-child:before,
.phone-and-extension .form-row:first-child:after {
    content: '';
    display: table;
}
.phone-and-extension .form-row:first-child:after {
    clear: both;
}
.phone-and-extension .form-row:first-child:last-child {
    margin-right: 0;
}
.phone-and-extension .form-row:first-child input.phone {
    width: 95% !important;
}
.phone-and-extension .form-row:nth-child(2) {
    float: left;
    clear: none;
    width: 33.3333333333333%;
    margin-left: 0;
    margin-right: 0;
}
.phone-and-extension .form-row:nth-child(2):before,
.phone-and-extension .form-row:nth-child(2):after {
    content: '';
    display: table;
}
.phone-and-extension .form-row:nth-child(2):after {
    clear: both;
}
.phone-and-extension .form-row:nth-child(2):last-child {
    margin-right: 0;
}
.phone-and-extension .form-row:nth-child(2) input {
    width: 100% !important;
}
.edit-address-wrapper .phone-and-extension {
    width: 400px;
}
@media only screen and (max-width: 767px) {
    .edit-address-wrapper .phone-and-extension {
        width: 100%;
    }
    .help-shippingrates table td span,
    .help-shippingrates table td div {
        font-size: 14px !important;
    }
    .help-ingredients-dlg .help-ingredients {
        width: 100%;
        max-width: 100%;
    }
}
.address-nickname .form-row {
    margin-bottom: 0;
}
.address-nickname>span.form-caption,
.address-nickname>label.form-caption {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
    .phone-and-extension .form-row:first-child,
    .phone-and-extension .form-row:nth-child(2) {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .phone-and-extension .form-row:first-child:first-child,
    .phone-and-extension .form-row:nth-child(2):first-child {
        margin-left: auto;
    }
    .phone-and-extension .form-row:first-child:last-child,
    .phone-and-extension .form-row:nth-child(2):last-child {
        margin-right: auto;
    }
    .phone-and-extension .form-row:first-child input.phone,
    .phone-and-extension .form-row:nth-child(2) input.phone,
    .phone-and-extension .form-row:first-child input,
    .phone-and-extension .form-row:nth-child(2) input {
        width: 100% !important;
    }
}


.site-header-sticked .header-wrapper {
    z-index: 100;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
}
.pt_checkout .header-search {
    visibility: hidden;
}
.pt_checkout .customer-menu {
    margin-top: 1.063rem;
}

#header-banner {
    display: none;
}
.header-utility {
    color: #fff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.left-header-utility,
.left-header-utility2 {
    float: left;
    z-index: 110;
}
.right-header-utility {
    float: right;
    text-align: right;
    z-index: 0;
}
.right-header-utility .nav-warn {
    display: none;
}
.left-header-utility div,
.left-header-utility2 div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    padding-left: 11px;
    padding-right: 11px;
    border-right: gray solid 1px;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    padding-bottom: 5px;
    z-index: 201;
    width:110px;
}
.whitebox {
    color: #000;
    background-color: #FFF;
    z-index: 200;
    margin-top: 1px;
    font-weight: bold;
    border-right: white solid 1px;
    border-top: white solid 5px;
    height: 49px;
    margin-left: -1px;
    border-left: white solid 1px;
    width:110px;
}
.left-header-utility div div,
.left-header-utility2 div div {
    border-right: none;
    padding-right: 0;
    width: 100%;
    height: 5px;
    margin-top: 6px;
}
.left-header-utility div a,
.left-header-utility2 div a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}
.left-header-utility div a:hover,
.left-header-utility2 div a:hover{
	text-shadow:0 0 0.2px white, 0 0 0.2px white, 0 0 0.2px white;
}
.whitebox .nav-warn {
    color: #000;
    background-color: #fff;
}
.left-header-utility div:last-child {
    border-left: grey solid 0px;
}
.left-header-utility2 div:last-child {
    border-right: black solid 0px;
}
.left-header-utility li:last-child,
.left-header-utility2 li:last-child,
.right-header-utility li:last-child {
    margin-left: 0;
}
.left-header-utility li:last-child::after,
.left-header-utility2 li:last-child::after,
.right-header-utility li:last-child::after {
    display: none;
}
.left-header-utility a,
.left-header-utility2 a,
.right-header-utility a {
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
.header-utility-account-li {
    position: relative;
}
.header-utility-account-li span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    max-width: 225px;
    max-height: 11px;
    overflow: hidden;
}
.header-utility-account-li span::after {
    font-family: 'sees-icon-font';
    content: "\e616";
    font-size: 4px;
}
.header-utility-account-li span::after {
    display: inline-block;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}
.header-utility-account-li.active span::after {
    content: "\e617";
}
.header-utility-account-li.active .authenticated-header-dropdown {
    display: block;
}
.authenticated-header-dropdown {
    display: none;
    position: absolute;
    z-index: 101;
    right: 0;
    background-color: #fff;
    min-width: 100%;
    border: 1px solid #000;
    border-top: 0;
}
.authenticated-header-dropdown li {
    display: block;
    text-align: center;
}
.authenticated-header-dropdown li::after {
    content: none;
}
.authenticated-header-dropdown a {
    display: block;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.authenticated-header-dropdown a:hover {
    background-color: #f4f4f4;
    color: #000;
}
#main {
    padding-top: 0;
    position: relative;
}

.logo-container .store-name {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    padding-top: 9px;
    color: #201D1D;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-align: left;
    float: left;
}
.sees .logo-container .store-name {
    display: none;
}
.volumesavings .logo-container .store-name {
    font-size: 1.33rem;
}
.homepage-old-shop-banner-link,
.homepage-custom-mix-link,
.homepage-minors a {
	display: block;
}
.header-search-trigger {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    top: 68px;
    width: 300px;
    z-index: 101;
}

.cart-summary ul.header-links {
    float: left;
}
.cart-summary ul.header-links .authenticated-header-link {
    font-weight: normal;
}
.cart-summary ul.header-links li {
    display: none;
    padding-bottom: 3px;
}
.cart-summary ul.header-links li:first-child {
    display: block;
}

.cart-summary ul.header-links:hover li {
    display: block;
}

.header-catalog-nav .menu-category {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.header-catalog-nav .justifier {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.header-catalog-nav ul.level-1 {
    overflow: hidden;
    font-size: 0;
}
.header-catalog-nav ul.level-1>li {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    float: none;
}
.header-catalog-nav a.level-1 {
    display: inline-block;
    padding: 0px 0px 5px 0px;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.header-catalog-nav a.level-1.inactive {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.header-catalog-nav a.level-1.has-flyout::after {
    font-family: 'sees-icon-font';
    content: "\e600";
    font-size: 10px;
}
.header-catalog-nav .level-1.has-flyout .flyout-image,
.header-catalog-nav .level-1.no-flyout .flyout-image {
    display: none;
    float: right;
}
.flyout-image {
	width:100%;
}
.flyout-main {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	letter-spacing: 1px;
	display: inline-block;
	z-index:5;
	position: absolute;
	top: 0;
	right: 0;
	height:100%;
}
.FR .flyout-main,
.BG .flyout-main,
.GD .flyout-main {
	position: relative;
	padding-bottom:20px;
}
.flyout-image-rollover {
    z-index: 1;
    width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display:none;
}
.flyout-secondary {
    display: none;
}
.flyout-main-whitebox {
  padding-top: 45px;
  width: 50%;
  opacity: 0.9;
  background-color: #fff;
  float: left;
  height: inherit;
  padding-left:45px;
}
.cols2 .flyout-main-whitebox {
  width: 40%;
}
.cols3 .flyout-main-whitebox {
  width: 50%;
}
.cols4 .flyout-main-whitebox {
  width: 65%;
}
.cols5 .flyout-main-whitebox {
  width: 100%;
}
.GD .flyout-main-whitebox,
.FR .flyout-main-whitebox,
.BG .flyout-main-whitebox {
  width: 100%;
}
.header-catalog-nav a.level-1.active .flyout-image {
    display: block;
}
.header-catalog-nav a.level-1.has-flyout::after {
    display: block;
    position: absolute;
    margin-top: 4px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
}
.header-catalog-nav a.level-1.has-flyout.active::after {
    opacity: 1;
}
.header-catalog-nav .relative-nav-wrapper {
    position: relative;
    width: 100%;
}
.header-catalog-nav .relative-nav-wrapper>.double-border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background: #fff;
}

ul.level-2 .inner-nav-col {
    float: left;
    clear: none;
    text-align: left;
}
.inner-nav-col{
	width:32%;
}
.cols2 ul.level-2 > li:first-child {
  width:60%;
}
.cols2 ul.level-2 > li:last-child {
  width:40%;
}
.MO .cols2 ul.level-2 > li:first-child {
  width:36%;
}
.MO .cols2 ul.level-2 > li:last-child {
  width:50%;
}
ul.level-2 .inner-nav-col:before,
ul.level-2 .inner-nav-col:after {
    content: '';
    display: table;
}
ul.level-2 .inner-nav-col:after {
    clear: both;
}
ul.level-2 .inner-nav-col:last-child {
    margin-right: 0;
}
ul.level-2 li.nav-warn{
    margin-bottom: 20px;
}
.GD ul.level-2 li.nav-warn,
.FR ul.level-2 li.nav-warn,
.BG ul.level-2 li.nav-warn {
	margin-bottom: 20px;
	float: left;
	width:20%;
}
ul.level-2 li.nav-warn.last {
    margin-bottom: 0;
}
ul.level-2 a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    opacity: 1;
}
.fr-flyout-main,
.gp-flyout-main {
    width: 100%;
    display: block;
    float: none;
}
.fr-flyout-main ul.level-2,
.gp-flyout-main ul.level-2 {
    padding-top: 20px;
}
.fr-flyout-main ul.level-2 li,
.gp-flyout-main ul.level-2 li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.fr-flyout-main ul.level-2 li::after,
.gp-flyout-main ul.level-2 li::after{
    content: '|';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}
.fr-flyout-main ul.level-2 li:last-child::after,
.gp-flyout-main ul.level-2 li:last-child::after {
    content: none;
    display: none;
}
.fr-flyout-main ul.level-2 a,
.gp-flyout-main ul.level-2 a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.occasions-flyout {
    text-align: center;
}
.flyout-secondary .stacked-heading-bold {
    margin-bottom: 15px;
}
.flyout-secondary .cat-flyout-slot-col .cta {
    margin-top: 15px;
}
.cat-flyout-slot-col {
    display: block;
    float: left;
    clear: none;
    width: 29.999999999999964%;
    margin-left: 0;
    margin-right: 5%;
    overflow: hidden;
}
.cat-flyout-slot-col:before,
.cat-flyout-slot-col:after {
    content: '';
    display: table;
}
.cat-flyout-slot-col:after {
    clear: both;
}
.cat-flyout-slot-col:last-child {
    margin-right: 0;
}
.cat-flyout-slot-col img {
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 1200px) {
    .header-catalog-nav .flyout-secondary .cat-flyout-slot-col:nth-child(1) .cta span.button {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1025px) {
    .level-3 {
        display: none;
    }
    #main {
        padding-top: 0;
        min-height: 50em;
    }
    .site-header-sticked .fixedMenuPadding {
        height: 8.188rem;
    }
}
#hiring-border-placeholder {
    border-top: 1px solid #000;
    padding-top: 3px;
}
#hiring-border-placeholder>div {
    border-top: 3px solid #000;
}
@media only screen and (max-width: 1024px) {
    .nav-search-column {
        padding-left: 25px;
        padding-right: 25px;
    }
    .cart-summary {
        padding-left: 25px;
        padding-right: 25px;
    }
    #header-border-placeholder {
        border-top: 3px solid #000;
        padding-top: 3px;
    }
    #header-border-placeholder>div {
        border-top: 1px solid #000;
    }
    .header-catalog-nav {
        display: none;
    }
    .site-header-sticked .header-wrapper{
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .site-header-sticked .fixedMenuPadding {
        height: 8.188rem;
        position:relative;
    }
	.logo-container .store-name {
		width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: .25em;
        padding: 0;
        font-size: 1.5rem;
	}
    .volumesavings .logo-container .store-name {
        font-size: 1.1rem;
    }
	.primary-header .search-container .panel-search-suggestions.has-results {
		width: 100%!important;
	}
}
@media only screen and (max-width: 767px) {
    .nav-search-column {
        padding-left: 0;
        padding-right: 0;
    }
    .cart-summary {
        padding-left: 0;
        padding-right: 0;
    }
	.logo-container .store-name {
    	padding-top:0px;
	}
    .volumesavings .logo-container .store-name {
        font-size: 1rem;
    }
    .volumesavings .logo-container .store-name > :last-child {
        display: none;
    }
}
@media only screen and (max-width: 438px) {
    .logo-container .store-name {
    	width: 100%;
        text-align: center;
        padding: 0;
        font-size: 21px;
        line-height: 16px;
        letter-spacing: -0.18px;
        font-family: Arial, Helvetica, sans-serif;
    }
}

#site-footer {
    text-align: center;
    padding-top: 2px;
    width: 100%;
}
#site-footer .checkered-bar {
    height: 26px;
    background-size: 23px;
    background-image: url("../images/sees-interface/footer-tile.png");
}
#footer-inner {
    text-align: center;
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
}
#footer-actions {
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 0;
}

#footer-actions h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}
#footer-actions p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.25px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
#footer-actions .expand-link {
    letter-spacing: 1px;
    font-size: 13px;
}
#footer-actions .find-a-shop {
    position: relative;
    left: -33.3333333333333%;
}
#footer-actions .footer-action a {
    padding-bottom: 2px;
}

#footer-actions .social-links {
    width: 100%;
    position: relative;
    padding-top: 34px;
    padding-bottom: 26px;
}
#footer-actions .social-links img {
    filter: invert(1);
}
#footer-actions .social-links ul {
    min-width: 280px;
}
#footer-actions .social-links li {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
#footer-actions .social-links a {
    display: block;
    height: 30px;
}
#footer-actions .social-icons svg {
    height: 30px;
    width: 30px;
}
#footer-actions svg .primary-fill {
    fill:#fff;
}
#footer-actions svg .secondary-fill {
    fill:#231f20;
}
#footer-actions .social-links a::before {
    top: 0;
    left: 0;
}
#footer-links .footer-header-nopading {
    text-align: center;
}
#footer-links .footer-header {
    text-align: center;
    padding-bottom: 56px;
}
#footer-links .footer-header .bike-logo {
    height: 117px;
    display: inline-block;
    padding-left: 73.5px;
    padding-right: 73.5px;
    background-image: url("../images/brand-icons/sees-bike-logo-short.png");
    background-repeat: no-repeat;
    background-position: center;
}
#footer-links .footer-header .double-border-single-top {
    margin-top: -56px;
}
#footer-links-inner {
    overflow: hidden;
    padding-left: 107px;
    padding-right: 107px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
#footer-links-inner h2,
#footer-links-inner h3,
#footer-links-inner h4,
#footer-links-inner h5,
#footer-links-inner h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 21px;
    text-transform: none;
    letter-spacing: 0.8px;
}

#footer-links-inner li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: none;
    letter-spacing: 0.5px;
    margin-top: 11px;
}
#footer-links-inner li:first-child {
    margin-top: 13px;
}
#footer-links-inner li:hover {
    color: #96701b;
}
#footer-links-inner .cta {
    display: inline-block;
}
#footer-links-inner .cta a {
    margin-top: 15px;
}
.footer-copy {
    width: 100%;
}
.footer-copy .table-cell {
    width: 33.33333%;
    float: left;
}
.footer-copy .table-cell ul {
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    #footer-actions .social-links li,
    #footer-actions .social-icons svg {
        height: 25px;
        width: 25px;
    }
    #footer-actions {
        padding-left: 0;
        padding-right: 0;
    }
    #footer-actions .footer-action {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        display: block;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    #footer-actions .footer-action:before,
    #footer-actions .footer-action:after {
        content: '';
        display: table;
    }
    #footer-actions .footer-action:after {
        clear: both;
    }
    #footer-actions .footer-action:last-child {
        margin-right: 0;
    }
    #footer-actions .find-a-shop,
    #footer-actions .social-links {
        position: static;
        left: 0;
    }
    #footer-actions .social-links {
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        padding-bottom: 0;
        margin-bottom: 26px;
    }
    #footer-links-inner {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #footer-actions p {
        display: none;
    }
    .footer-copy .table-cell,
    #footer-links-inner .column-4 {
        width: 100%;
        display: block;
        float: none;
    }
    #footer-links-inner h3 {
        margin-bottom: 40px;
    }
    #footer-links-inner .bike-logo.phone-only {
        display: block;
    }
    #footer-links-inner .cta a {
        margin-top: 0;
    }
    #footer-links-inner h3,
    #footer-links-inner h3 a {
        font-size: 15px;
        line-height: 17px;
    }
    #site-footer .checkered-bar {
        height: 14px;
        background-size: 12px;
    }
}
.footer-inner-background {
    background-color: #000;
    margin-bottom: 1px;
}
.footer-signup {
    text-align: center;
}
.pt_checkout .footer-signup {
    display: none;
}
.footer-customer-section .cta {
    margin-bottom: 1.5em;
}
.footer-signup-header {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0.5px;
    padding-top: 34px;
    padding-bottom: 13px;
}
.footer-signup-copy {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 11px;
}
.footer-signup-button {
    background-color: #000;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
    outline: medium none;
    padding: 8px 40px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 35px;
}
.footer-customer-signup .cta > * {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    background-color: #ffffff;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 9px;
    font-weight: bold;
    font-size: 15px;
    background-color: #ffffff;
    height: 35px;
    width: auto;
    max-height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-customer-section {
    padding-bottom: 1rem;
}
.footer-customer-section .cta a:hover,
.footer-customer-section .cta a:focus {
    background-color: #96701b;
    color: #fff;
}
#footer-links-inner .column-3 {
    width: 25%;
    text-align: left;
    padding-right: 20px;
}
#footer-links-inner h3,
#footer-links-inner a {
    color: #FFFFFF;
}
.line-3-px-top-white {
    border: 1px solid #FFFFFF;
    width: 100%;
    margin-top: 3px;
    background-color: yellow;
}
.footer-line-space {
    height: 3px;
}
.footer-white-line {
    border: 1px solid #FFFFFF;
    display: block;
    width: 100%;
}
.footer-black-line {
    border: 1px solid #000000;
    display: block;
    width: 100%;
}
.footer-line {
    border-bottom: 2px solid #CCCCCC;
    display: block;
    width: 100%;
    margin-bottom: 29px;
}
.footer-feedback-left {
    text-align: right;
}
.footer-feedback-right {
    text-align: left;
    padding-left: 20px;
}
.footer-give-feedback:hover {
    color: #96701b;
}
.footer-feedback {
    padding-bottom: 30px;
}
.footer-write-a-review {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 19px;
    cursor: pointer;
}
.footer-write-a-review:hover {
    color: #96701b;
}
@media only screen and (max-width: 1024px) {
    .footer-write-a-review {
        font-size: 15px;
        line-height: 17px;
    }
    .footer-signup-header {
        font-size: 21px;
        line-height: 23px;
        padding-top: 35px;
        padding-bottom: 9px;
    }
    .footer-signup-header2 {
        font-size: 21px;
        line-height: 23px;
        padding-top: 0px;
        text-align: left;
        padding-left: 18px;
    }
    .footer-signup-copy {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 15px;
    }
    .footer-signup-copy2 {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 15px;
        text-align: left;
        padding-left: 38px;
        padding-right: 35px;
    }
    .footer-customer-signup .cta {
        text-align: left;
        margin-left: 38px;
    }
    .footer-signup-button {
        font-size: 15px;
        line-height: 17px;
        padding: 9px 40px;
        margin-bottom: 35px;
    }
    .footer-signup-button2 {
        font-size: 15px;
        margin-top: 0;
    }
    .footer-feedback {
        padding-bottom: 21px;
    }
    .footer-feedback-header {
        text-align: left;
        padding-left: 18px;
        width: 100%;
    }
    .footer-feedback-copy {
        text-align: left;
        padding-left: 38px;
        width: 100%;
    }
    .footer-give-feedback {
        text-align: left;
    }
    #footer-links-inner .column-3 {
        width: 100%;
    }
    #footer-links-inner ul li {
        margin-left: 38px;
    }
    #footer-links-inner h3 {
        margin-left: 18px;
    }
    #footer-links-inner h3 {
        font-size: 15px;
        line-height: 17px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-line {
        display: none;
    }
    .footer-customer-section,
    .footer-links-section .column-3 {
        border-bottom: 1px solid #CCCCCC;
    }
    #footer-links-inner ul li:last-child {
        margin-bottom: 21px;
    }
    #footer-links-inner li {
        font-size: 15px;
        line-height: 17px;
    }
}
.footer-column1-up-down-arrow {
    display: none;
    float: right;
    padding-right: 17px;
}
.footer-column2-up-down-arrow {
    display: none;
    float: right;
    padding-right: 17px;
}
.footer-column3-up-down-arrow {
    display: none;
    float: right;
    padding-right: 17px;
}
.footer-column4-up-down-arrow {
    display: none;
    float: right;
    padding-right: 17px;
}
.column1-links {
    display: block;
}
.column2-links {
    display: block;
}
.column3-links {
    display: block;
}
.column4-links {
    display: block;
}
.column1-up-arrow,
.column1-down-arrow {
    width: 13px;
}
.column2-up-arrow,
.column2-down-arrow {
    width: 13px;
}
.column3-up-arrow,
.column3-down-arrow {
    width: 13px;
}
.column4-up-arrow,
.column4-down-arrow {
    width: 13px;
}
.hidden-section {
    display: block;
}
.hidden-arrow {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .footer-column1-up-down-arrow {
        display: block;
    }
    .footer-column2-up-down-arrow {
        display: block;
    }
    .footer-column3-up-down-arrow {
        display: block;
    }
    .footer-column4-up-down-arrow {
        display: block;
    }
    .hidden-section {
        display: none;
    }
    .hidden-arrow {
        display: none;
    }
}

#help-faqs-kosher,
#help-faqs-allergens,
#help-ingredients {
    margin-top: -150px;
    padding-top: 150px;
}
.landing-hero-wrapper {
    margin-bottom: 30px;
}
.landing-hero {
    height: 261px;
    overflow: hidden;
    background-color: #f4f4f4;
    border-bottom: 3px solid #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.landing-hero>a {
    vertical-align: middle;
    display: inline-block;
    float: none;
    padding-left: 60px;
    padding-right: 60px;
    background-color: transparent;
}
.allow-backdrop {
    overflow: visible;
}
.landing-hero-backdrop-wrapper {
    position: relative;
}
.landing-hero-backdrop {
    position: absolute;
    bottom: -landing-backdrop-height;
    height: 127px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1024px) {
    .landing-hero {
        height: 201px;
        line-height: 201px;
    }
    .landing-hero img {
        max-height: 165px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-hero {
        display: none;
    }
    .main-section.landing-hero-wrapper{
    	height:30px;
    }
}
.landing-group-header {
    text-align: center;
    line-height: 1;
}
.landing-group-header .stacked-heading-fancy {
    font-family: 'AmericanTypewriterStd-Med';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
}
.landing-group-header .stacked-heading-bold {
  font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.landing-group-content {
    overflow: hidden;
}
.landing-group-content .column-6 {
    position: relative;
    left: 25%;
}
#main .landing-group-content .column-6 {
    position: relative;
    left: 25%;
}
#Fundraising .fundraising-howitworks-whychoosesees .landing-group-content .column-6 {
    position: relative;
    left: 0;
}
.landing-group-content .column-12 {
	position: relative;
}
@media only screen and (max-width: 1024px) {
    .landing-group-content .column-6 {
        position: static;
        left: 0;
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-group-content .column-6:before,
    .landing-group-content .column-6:after {
        content: '';
        display: table;
    }
    .landing-group-content .column-6:after {
        clear: both;
    }
    .landing-group-content .column-6:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .landing-group-content .column-12 {
        position: relative;
        max-width: 1296px;
    }
}
@media only screen and (max-width: 1024px) {
    .landing-group-content .column-3 {
        float: left;
        clear: none;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-group-content .column-3:before,
    .landing-group-content .column-3:after {
        content: '';
        display: table;
    }
    .landing-group-content .column-3:after {
        clear: both;
    }
    .landing-group-content .column-3:last-child {
        margin-right: 0;
    }
}
.landing-group-content .column-3.first {
    position: relative;
    left: -50%;
}
#main .landing-group-content .column-3.first {
    position: relative;
    left: -50%;
}
@media only screen and (max-width: 1024px) {
    .landing-group-content .column-3.first {
        position: static;
        left: 0;
    }
	#main .landing-group-content .column-3.first{
	left:0;
	}
	#main .landing-group-content .column-6{
    left:0;
	}
}
@media only screen and (max-width: 767px) {
    .landing-group-content .column-6,
    .landing-group-content .column-3,
    .landing-group-content .column-3.first {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-group-content .column-6:before,
    .landing-group-content .column-3:before,
    .landing-group-content .column-3.first:before,
    .landing-group-content .column-6:after,
    .landing-group-content .column-3:after,
    .landing-group-content .column-3.first:after {
        content: '';
        display: table;
    }
    .landing-group-content .column-6:after,
    .landing-group-content .column-3:after,
    .landing-group-content .column-3.first:after {
        clear: both;
    }
    .landing-group-content .column-6:last-child,
    .landing-group-content .column-3:last-child,
    .landing-group-content .column-3.first:last-child {
        margin-right: 0;
    }
}
.landing-group-tile {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}
.landing-group-tile>div {
    border-bottom: 1px solid #000;
}
.landing-group-tile figure {
    height: 250px;
    background-color: #f4f4f4;
}
.landing-group-tile figure,
.landing-group-tile h2,
.landing-group-tile h3 {
    margin-bottom: 15px;
}
.landing-group-tile h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.landing-group-tile h3 {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.landing-group-tile .summary {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.landing-group-tile img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.landing-group-tile:first-child .summary {
    margin-bottom: 30px;
}
.landing-group-tile.large img {
    max-width: 530px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.landing-group-tile:last-child {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.landing-group-tile:last-child>div {
    border-top: none;
    border-bottom: none;
}
.landing-group-tile.large figure {
    height: 500px;
}
.landing-group-tile.large h2 {
    margin-bottom: 20px;
}
.landing-group-tile.large h2,
.landing-group-tile.large .summary {
    padding-left: 60px;
    padding-right: 60px;
}
.landing-group-tile.large .summary {
    margin-bottom: 30px;
}
.landing-group-secondary .column-4>div {
    width: 80%;
    margin: auto;
}
.landing-group-secondary .column-4>div .image-height {
    min-height: 260px;
    margin-bottom: 20px;
}
.landing-group-secondary .column-4>div .image-height img {
    width: auto;
    height: auto;
}
.landing-group-secondary .column-4 {
    text-align: center;
}
.landing-group-secondary .column-3>div {
    width: 80%;
    margin: auto;
}
.landing-group-secondary .column-3>div .image-height {
    min-height: 260px;
    margin-bottom: 20px;
}
.landing-group-secondary .column-3>div .image-height img {
    width: auto;
    height: auto;
}
.landing-group-secondary .column-3 {
    text-align: center;
}
.landing-group-secondary .column-6>div {
    width: 80%;
    margin: auto;
}
.landing-group-secondary .column-6>div .image-height {
    min-height: 260px;
    margin-bottom: 20px;
}
.landing-group-secondary .column-6>div .image-height img {
    width: auto;
    height: auto;
}
.landing-group-secondary .column-6 {
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .landing-group-header .stacked-heading-bold {
        margin-bottom: 0;
    }
    .landing-group-content {
        width: auto;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .landing-group-content:before,
    .landing-group-content:after {
        content: '';
        display: table;
    }
    .landing-group-content:after {
        clear: both;
    }
    .landing-group-content .column-3.first .panel {
        padding-left: 0;
    }
    .landing-group-content .column-3.last .panel {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .panel .landing-group-tile {
        border-bottom: 3px solid #000;
        padding-bottom: 3px;
    }
    .panel .landing-group-tile>div {
        border-bottom: 1px solid #000;
    }
    .last .landing-group-tile:last-child {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .last .landing-group-tile:last-child>div {
        border-top: none;
        border-bottom: none;
    }
    .landing-group-content {
        width: auto;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .landing-group-content:before,
    .landing-group-content:after {
        content: '';
        display: table;
    }
    .landing-group-content:after {
        clear: both;
    }
    .landing-group-content .column-3 .panel {
        padding-left: 0;
        padding-right: 0;
    }
    .landing-group-secondary .column-4 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid #000 1px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .landing-group-secondary .column-4:first-child {
        margin-left: auto;
    }
    .landing-group-secondary .column-4:last-child {
        margin-right: auto;
    }
    .landing-group-secondary .column-4:last-child {
        border-bottom: none;
    }
    .landing-group-secondary .column-3 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid #000 1px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .landing-group-secondary .column-3:first-child {
        margin-left: auto;
    }
    .landing-group-secondary .column-3:last-child {
        margin-right: auto;
    }
    .landing-group-secondary .column-3:last-child {
        border-bottom: none;
    }
    .landing-group-secondary .column-6 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: solid #000 1px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .landing-group-secondary .column-6:first-child {
        margin-left: auto;
    }
    .landing-group-secondary .column-6:last-child {
        margin-right: auto;
    }
    .landing-group-secondary .column-6:last-child {
        border-bottom: none;
    }
    .landing-group-tile .summary {
        margin-bottom: 40px;
    }
    .landing-group-tile.large .summary {
        padding-left: 0;
        padding-right: 0;
    }
}
.cart-summary {
    text-align: right;
}

@media only screen and (max-width:1200px) and (-webkit-min-device-pixel-ratio:0) {
	#leftPanel__content {
    padding-bottom: 0;
	}
}
#mobile-nav-wrapper {
    border-top: black solid 3px;
    margin-top: 21px;
    padding-top: 21px;
}
#mobile-nav a {
    display: block;
}

#mobile-nav ul.level-1::after {
    display: block;
    padding-top: 20px;
}

#mobile-nav li.level-1>a {
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 17px;
    padding-left: 15px;
}
.level-1 a {
    color: #000;
}
.level-1.expanded {
    color: #96701b;
}
#mobile-nav li.level-1>a.has-flyout {
    padding-bottom: 0;
}
#mobile-nav li.level-1>a.has-flyout>span {
    position: relative;
}
#mobile-nav li.level-1>a.has-flyout::after {
    display: block;
    margin-top: 15px;
    opacity: 0;
}
#mobile-nav li.level-1>a.has-flyout.active {
    margin-bottom: 20px;
}
#mobile-nav li.level-1>a.has-flyout .flyout-toggle-icon {
    background-image: url("../images/interface/Icon_ArrowDown_Mobile.png");
}
#mobile-nav li.level-1>a.has-flyout.active .flyout-toggle-icon {
    background-image: url("../images/interface/Icon_ArrowUp_Mobile.png");
}
#mobile-nav li.level-1>a.has-flyout .flyout-toggle-icon,
#mobile-nav li.level-1>a.has-flyout.active .flyout-toggle-icon {
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 14px;
    width: 100%;
}
.header-catalog-nav a.level-1.has-flyout.expanded::after,
#mobile-nav li.level-1>a.has-flyout.active::after {
    opacity: 1;
}
#mobile-nav li.level-1 .flyout-toggle-icon {
    position: absolute;
    right: -23px;
    top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 12px;
}
#mobile-nav ul.level-2 {
    display: none;
}
#mobile-nav ul.level-2>li {
    margin-bottom: 0;
}
#mobile-nav ul.level-2.active {
    display: block;
}
#mobile-nav ul.level-2.active li,
#mobile-nav ul.level-2.active a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 5px;
    padding-left: 30px;
}
#mobile-nav li.level-2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
#mobile-static-links {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height:5px;
    letter-spacing: 0.5px;
    text-transform: none;
    background-color: #cacaca;
    padding-left: 15px;
    margin-top: 21px;
    padding-top: 21px;
    padding-bottom: 21px;
}
#mobile-nav {
    background-image: url("../images/sees-interface/footer-tile.png");
    padding-bottom: 80px;
    background-repeat: repeat-x;
    background-position: bottom;
}
#mobile-static-links::after {
    display: block;
    padding-bottom: 20px;
}
#mobile-static-links li {
    padding-top: 15px;
    padding-bottom: 15px;
}
#mobile-static-links .menu-divider {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
    #mobile-nav-wrapper {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    #mobile-static-links a {
        padding-top: 0;
        padding-bottom: 0;
        line-height:5px;
    }
    #mobile-static-links .header-utility-account-li {
        padding-top: 0;
        padding-bottom: 0;
    }
    #mobile-static-links .header-utility-account-li span {
        display: none;
    }
    #mobile-static-links .log-in-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mobile-static-links .authenticated-header-dropdown {
        display: block;
        position: static;
        border: none;
    }
}
.header-search-trigger .search-trigger-text,
.header-search-trigger .search-icon {
    vertical-align: middle;
    display: inline-block;
}
.header-search-trigger:hover .search-trigger-text,
.header-search-trigger:hover .search-icon {
    color: #96701b;
}
.header-search-trigger .search-trigger-text {
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#header-menu-trigger {
    display: block;
}
#header-menu-trigger .brgr-menu {
    display: inline-block;
    visibility: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    text-align: center;
}
#header-menu-trigger .menu-icon {
    display: block;
    margin-bottom: 10px;
}
#header-menu-trigger .menu-icon::before {
    font-family: 'sees-icon-font';
    content: "\e610";
    font-size: 22px;
}
#search-panel-wrapper {
    z-index: 100;
    width: 353px;
}
#search-form {
    border: 1px solid #000;
    position: relative;
    padding-bottom: 8px;
    margin-top: 1px;
    opacity: 1;
}
#search-form span,
#search-form input {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}
#search-form .search-icon,
#search-form .search-icon2,
#search-form .submit-search {
    position: absolute;
    z-index: 2;
    padding-top: 2px;
    right: 0;
    padding-right: 5px;
    color: #cacaca;
}
#search-form .search-icon::before {
    font-size: 17px;
    cursor: pointer;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    margin-top: 8px;
    color: #000;
    background: url('../images/interface/icon_search2.png');
    width: 30px;
    height: 30px;
}
#search-form .search-icon2 {
    background-color: transparent;
}
#search-form .search-field::-moz-placeholder {
    opacity: 1 !important;
}
::-webkit-input-placeholder {
    color: #000000;
}
:-moz-placeholder {
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
#search-form .search-field {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 25px;
    opacity: 1;
}
#search-form .submit-search {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: right;
}
#search-form input,
#search-form button {
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    border: none;
    outline: none;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
#search-form button.search-icon2 {
	padding: 0;
}
#search-form button img {
	width: 25px;
}

::placeholder {
    color: var(--subdued);
    font-size: .8em;
}
#panel-search-suggestions {
    z-index: 500;
    background-color: #fff;
    border-left: 1px #cacaca solid;
    border-right: 1px #cacaca solid;
    border-bottom: 1px #cacaca solid;
    margin-top: -1px;
}

#panel-search-suggestions .suggestion-list a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.pt_storefront div.panel {
    padding-left: 30px;
    padding-right: 30px;
}
.autocomplete-suggestion-contents {
	display: flex;
	padding-bottom: .33em;
}
.search-results-header,
.autocomplete-suggestion-contents li {
    text-align: left;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-results-header {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-suggestion-contents a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.autocomplete-suggestion-contents .search-original-term {
    text-transform: uppercase;
}


@media only screen and (max-width: 1024px) {
    .header-utility {
        display: none;
    }
    #search-panel-wrapper {
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        overflow: hidden;
    }

    .header-search-trigger {
        position: inherit;
        top: 0;
        width: 100%;
        left: 0;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
    }
    #search-form .submit-search {
        display: none;
    }

    .slot-container [data-slotid="site-promotional-banner-TOP"] {
        margin-bottom: 20px;
    }
}

div[class*="--accordion"] {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: left;
}
div[class*="--accordion"].bordered {
    border-top: solid #8e8e8e 1px;
    border-bottom: solid #8e8e8e 1px;
    margin-bottom: 20px;
}
div[class*="--accordion"].active .row {
    display: block;
}
div[class*="--accordion"].active .row:nth-child(1) {
    margin-bottom: 20px;
}
div[class*="--accordion"].active .row:nth-child(1) .icon-plus {
    display: none;
}
div[class*="--accordion"].active .row:nth-child(1) .icon-minus {
    display: block;
}
div[class*="--accordion"] .row {
    margin: auto 36px 20px 36px;
    display: none;
}
div[class*="--accordion"] .row .icon-plus::after,
div[class*="--accordion"] .row .icon-minus::after {
    display: block;
    height: 34px;
    line-height: 34px;
}
div[class*="--accordion"] .row:nth-child(1) {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}
div[class*="--accordion"] .row:nth-child(1) .icon-minus {
    display: none;
}
div[class*="--accordion"] .row:nth-child(1) .column-2 {
    text-align: right;
}
div[class*="--accordion"] .row:nth-child(n+2) {
    margin-bottom: 20px;
}
div[class*="--accordion"] .row:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    div[class*="--accordion"] .row {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-group-header{
    	margin-top:0px;
    }
    .autocomplete-suggestion-contents {
    	display: block;
    }

    .primary-header .search-container .panel-search-suggestions.has-results {
    	height: 500px;
    	overflow-y: auto;
    }

    .suggestion-list2 {
    	padding: 15px;
    }

    .suggestion-list2 .searchheader {
    	border-top: 1px solid;
    }
}
.create-a-box-carousel header {
    text-align: center;
    padding-bottom: 56px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.create-a-box-carousel header .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    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;
}
.create-a-box-carousel header .title::before {
    font-family: 'sees-icon-font';
    content: "\e609";
    font-size: 18px;
}
.create-a-box-carousel header .title::after {
    font-family: 'sees-icon-font';
    content: "\e608";
    font-size: 18px;
}
.create-a-box-carousel header .title::after,
.create-a-box-carousel header .title::before {
    display: block;
}
.create-a-box-carousel header .title::before {
    padding-bottom: 15px;
}
.create-a-box-carousel header .title::after {
    padding-top: 8px;
}
.create-a-box-carousel header .double-border {
    border-top: 3px solid #000;
    height: 7px;
    border-bottom: 1px solid #000;
    margin-top: -56px;
}
.create-a-box-carousel .tile-list {
    overflow: hidden;
    margin-bottom: 15px;
}
.create-a-box-carousel .tile-list .prev-arrow,
.create-a-box-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;
    width: 8.3333333333333%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    height: 70px;
    margin-top: 40px;
    cursor: pointer;
}
.create-a-box-carousel .tile-list .prev-arrow:before,
.create-a-box-carousel .tile-list .next-arrow:before,
.create-a-box-carousel .tile-list .prev-arrow:after,
.create-a-box-carousel .tile-list .next-arrow:after {
    content: '';
    display: table;
}
.create-a-box-carousel .tile-list .prev-arrow:after,
.create-a-box-carousel .tile-list .next-arrow:after {
    clear: both;
}
.create-a-box-carousel .tile-list .prev-arrow:last-child,
.create-a-box-carousel .tile-list .next-arrow:last-child {
    margin-right: 0;
}
.create-a-box-carousel .tile-list .prev-arrow::before,
.create-a-box-carousel .tile-list .next-arrow::before {
    width: 100%;
}
.create-a-box-carousel .tile-list .prev-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e602";
    font-size: 70px;
    display: block;
}
.create-a-box-carousel .tile-list .next-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e605";
    font-size: 70px;
    display: block;
}
.create-a-box-carousel .tile-list>.tiles {
    float: left;
    clear: none;
    width: 83.3333333333333%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.create-a-box-carousel .tile-list>.tiles:before,
.create-a-box-carousel .tile-list>.tiles:after {
    content: '';
    display: table;
}
.create-a-box-carousel .tile-list>.tiles:after {
    clear: both;
}
.create-a-box-carousel .tile-list>.tiles:last-child {
    margin-right: 0;
}
.create-a-box-carousel .tile-list .tile {
    float: left;
    clear: none;
    width: 16.6666666666667%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.create-a-box-carousel .tile-list .tile:before,
.create-a-box-carousel .tile-list .tile:after {
    content: '';
    display: table;
}
.create-a-box-carousel .tile-list .tile:after {
    clear: both;
}
.create-a-box-carousel .tile-list .tile:last-child {
    margin-right: 0;
}
.create-a-box-carousel .tile-list a {
    display: block;
}
.create-a-box-carousel .tile-list img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.create-a-box-carousel .tile-list h5 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.homepage-secondary header {
    padding-bottom: 47px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.homepage-secondary .title-top {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
.homepage-secondary .title-bot {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    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;
}
.homepage-secondary .title-bot::after {
    font-family: 'sees-icon-font';
    content: "\e60c";
    font-size: 14px;
}
.homepage-secondary header .title-bot::after {
    display: block;
    margin-top: 5px;
}
.homepage-secondary header .double-border {
    border-top: 3px solid #000;
    height: 7px;
    border-bottom: 1px solid #000;
    margin-top: -47px;
}
.product-carousel header {
    padding-bottom: 47px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.product-carousel header .title-top {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
.product-carousel header .title-bot {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    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;
}
.product-carousel header .title-bot::after {
    font-family: 'sees-icon-font';
    content: "\e60c";
    font-size: 14px;
}
.product-carousel header .title-bot::after {
    display: block;
    margin-top: 5px;
}
.product-carousel header .double-border {
    border-top: 3px solid #000;
    height: 7px;
    border-bottom: 1px solid #000;
    margin-top: -47px;
}
.product-carousel header .double-border-top {
    border-top: 3px solid #000;
    height: 8px;
    border-bottom: 1px solid #000;
    margin-top: -47px;
}
.product-carousel footer .double-border-bottom {
    border-top: 1px solid #000;
    height: 8px;
    border-bottom: 3px solid #000;
}
.product-carousel header .title-bottom {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 27px;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 44px;
    padding-right: 44px;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin-bottom:37px;
}
.product-carousel .tile-list {
    overflow: hidden;
    margin-bottom: 15px;
}
.product-carousel .tile-list .prev-arrow,
.product-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;
    width: 4.3333333333333%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    height: 70px;
    margin-top: 40px;
    cursor: pointer;
}
.carousel-slot .product-listing {
    position: relative;
}
.carousel-slot .product-listing .slick-track {
    display: flex !important;
}
.carousel-slot .product-tiles-container .grid-tile {
    display: flex !important;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.carousel-slot .arrow.slick-hidden {
    display: none;
}

.carousel-slot .product-listing .arrow {
    position: absolute;
    top: calc(50% - 20px);
    padding: 10px;
    border-width: 0 3px 3px 0;
    cursor: pointer;
    z-index: 10;
    opacity: .30;
}
.carousel-slot .product-listing .arrow:hover,
.carousel-slot .product-listing .arrow:focus {
    opacity: 1;
}
.carousel-slot .product-listing .arrow-left {
    left: 15px;
}
.carousel-slot .product-listing .arrow-right {
    right: 15px;
}

@media only screen and (max-width: 1024px) {
    .carousel-slot .product-tiles-container .grid-tile {
        padding: 5px;
    }
}


.product-carousel .tile-list .prev-arrow:before,
.product-carousel .tile-list .next-arrow:before,
.product-carousel .tile-list .prev-arrow:after,
.product-carousel .tile-list .next-arrow:after {
    content: '';
    display: table;
}
.product-carousel .tile-list .prev-arrow:after,
.product-carousel .tile-list .next-arrow:after {
    clear: both;
}
.product-carousel .tile-list .prev-arrow:last-child,
.product-carousel .tile-list .next-arrow:last-child {
    margin-right: 0;
}
.product-carousel .tile-list .prev-arrow::before,
.product-carousel .tile-list .next-arrow::before {
    width: 100%;
}
.product-carousel .tile-list .prev-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e602";
    font-size: 70px;
    display: block;
}
.product-carousel .tile-list .next-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e605";
    font-size: 70px;
    display: block;
}
.product-carousel .tile-list>.tiles {
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.product-carousel .tile-list>.tiles:before,
.product-carousel .tile-list>.tiles:after {
    content: '';
    display: table;
}
.product-carousel .tile-list>.tiles:after {
    clear: both;
}
.product-carousel .tile-list>.tiles:last-child {
    margin-right: 0;
}
.product-carousel .tile-list .tile {
    float: left;
    clear: none;
    width: 16.6666666666667%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.product-carousel .tile-list .tile:before,
.product-carousel .tile-list .tile:after {
    content: '';
    display: table;
}
.product-carousel .tile-list .tile:after {
    clear: both;
}
.product-carousel .tile-list .tile:last-child {
    margin-right: 0;
}
.product-carousel .tile-list a {
    display: block;
}
.product-carousel .tile-list img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.product-carousel .tile-list h5 {
    padding-top: 15px;
    padding-bottom: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.slick-slider {
    position: relative;
    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;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin: auto;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    margin: auto;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto;
}
.carousel-slot .slick-track {
    display: flex !important;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.carousel-slot .slick-slide {
    height: inherit;
}
.slick-loading .slick-track {
    visibility: hidden;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
    .create-a-box-carousel .tile img {
        max-width: 170px;
    }
    .product-carousel .tile img {
        max-width: 350px;
    }
}
.related-pieces-carousel header,
.popular-candies-carousel header {
    padding-bottom: 47px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.related-pieces-carousel header .title-top,
.popular-candies-carousel header .title-top {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
.related-pieces-carousel header .title-bot,
.popular-candies-carousel header .title-bot {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-size: 27px;
    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;
}
.related-pieces-carousel header .title-bot::after,
.popular-candies-carousel header .title-bot::after {
    font-family: 'sees-icon-font';
    content: "\e60c";
    font-size: 14px;
}
.related-pieces-carousel header .title-bot::after,
.popular-candies-carousel header .title-bot::after {
    display: block;
    margin-top: 5px;
}
.related-pieces-carousel header .double-border,
.popular-candies-carousel header .double-border {
    border-top: 3px solid #000;
    height: 7px;
    border-bottom: 1px solid #000;
    margin-top: -47px;
}
.related-pieces-carousel .tile-list,
.popular-candies-carousel .tile-list {
    overflow: hidden;
}
.related-pieces-carousel .tile-list>.tiles,
.popular-candies-carousel .tile-list>.tiles {
    clear: none;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
}
.related-pieces-carousel .tile-list>.tiles:before,
.popular-candies-carousel .tile-list>.tiles:before,
.related-pieces-carousel .tile-list>.tiles:after,
.popular-candies-carousel .tile-list>.tiles:after {
    content: '';
    display: table;
}
.related-pieces-carousel .tile-list>.tiles:after,
.popular-candies-carousel .tile-list>.tiles:after {
    clear: both;
}
.related-pieces-carousel .tile-list>.tiles:last-child,
.popular-candies-carousel .tile-list>.tiles:last-child {
    margin: auto;
}
.related-pieces-carousel .tile-list a,
.popular-candies-carousel .tile-list a {
    display: block;
}
.related-pieces-carousel .tile-list img,
.popular-candies-carousel .tile-list img {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    height: auto;
    background-color: #f4f4f4;
}
.related-pieces-carousel .prev-arrow,
.popular-candies-carousel .prev-arrow,
.related-pieces-carousel .next-arrow,
.popular-candies-carousel .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;
    text-align: center;
    height: 70px;
    margin-top: 115px;
    cursor: pointer;
    float: left;
    clear: none;
    width: 8.3333333333333%;
    margin-left: 0;
    margin-right: 0;
}
.related-pieces-carousel .prev-arrow::before,
.popular-candies-carousel .prev-arrow::before,
.related-pieces-carousel .next-arrow::before,
.popular-candies-carousel .next-arrow::before {
    width: 100%;
}
.related-pieces-carousel .prev-arrow::before,
.popular-candies-carousel .prev-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e602";
    font-size: 70px;
    display: block;
}
.related-pieces-carousel .next-arrow::before,
.popular-candies-carousel .next-arrow::before {
    font-family: 'sees-icon-font';
    content: "\e605";
    font-size: 70px;
    display: block;
}
.related-pieces-carousel .tile,
.popular-candies-carousel .tile {
    float: left;
    clear: none;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.related-pieces-carousel .tile:before,
.popular-candies-carousel .tile:before,
.related-pieces-carousel .tile:after,
.popular-candies-carousel .tile:after {
    content: '';
    display: table;
}
.related-pieces-carousel .tile:after,
.popular-candies-carousel .tile:after {
    clear: both;
}
.related-pieces-carousel .tile:last-child,
.popular-candies-carousel .tile:last-child {
    margin-right: 0;
}
.related-pieces-carousel .product-name,
.popular-candies-carousel .product-name {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
  display: block;
}
.related-pieces-carousel .slick-dots,
.popular-candies-carousel .slick-dots {
    text-align: center;
}
.related-pieces-carousel .slick-dots li:hover,
.popular-candies-carousel .slick-dots li:hover {
    color: #a85336;
}
.related-pieces-carousel .slick-dots li,
.popular-candies-carousel .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.related-pieces-carousel .slick-dots button,
.popular-candies-carousel .slick-dots button {
    font-size: 0;
    appearance: initial;
    -moz-appearance: initial;
    -webkit-appearance: initial;
    -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;
    background-color: #fff;
    border: none;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}
.related-pieces-carousel .slick-dots button::before,
.popular-candies-carousel .slick-dots button::before {
    font-family: 'sees-icon-font';
    content: "\e613";
    font-size: 12px;
}
.related-pieces-carousel .slick-dots li.slick-active button::before,
.popular-candies-carousel .slick-dots li.slick-active button::before {
    font-family: 'sees-icon-font';
    content: "\e612";
    font-size: 12px;
}
.related-pieces-carousel .prev-arrow.slick-disabled,
.popular-candies-carousel .prev-arrow.slick-disabled,
.related-pieces-carousel .next-arrow.slick-disabled,
.popular-candies-carousel .next-arrow.slick-disabled {
    opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
    .related-pieces-carousel .tile-list .prev-arrow,
    .popular-candies-carousel .tile-list .prev-arrow,
    .related-pieces-carousel .tile-list .next-arrow,
    .popular-candies-carousel .tile-list .next-arrow {
        float: left;
        clear: none;
        width: 8.3333333333333%;
        margin-left: 0;
        margin-right: 0;
    }
    .related-pieces-carousel .tile-list .prev-arrow:before,
    .popular-candies-carousel .tile-list .prev-arrow:before,
    .related-pieces-carousel .tile-list .next-arrow:before,
    .popular-candies-carousel .tile-list .next-arrow:before,
    .related-pieces-carousel .tile-list .prev-arrow:after,
    .popular-candies-carousel .tile-list .prev-arrow:after,
    .related-pieces-carousel .tile-list .next-arrow:after,
    .popular-candies-carousel .tile-list .next-arrow:after {
        content: '';
        display: table;
    }
    .related-pieces-carousel .tile-list .prev-arrow:after,
    .popular-candies-carousel .tile-list .prev-arrow:after,
    .related-pieces-carousel .tile-list .next-arrow:after,
    .popular-candies-carousel .tile-list .next-arrow:after {
        clear: both;
    }
    .related-pieces-carousel .tile-list .prev-arrow:last-child,
    .popular-candies-carousel .tile-list .prev-arrow:last-child,
    .related-pieces-carousel .tile-list .next-arrow:last-child,
    .popular-candies-carousel .tile-list .next-arrow:last-child {
        margin-right: 0;
    }
    .related-pieces-carousel .tile-list .prev-arrow::before,
    .popular-candies-carousel .tile-list .prev-arrow::before,
    .related-pieces-carousel .tile-list .next-arrow::before,
    .popular-candies-carousel .tile-list .next-arrow::before {
        width: 100%;
    }
    .related-pieces-carousel .tile-list .prev-arrow::before,
    .popular-candies-carousel .tile-list .prev-arrow::before {
        font-family: 'sees-icon-font';
        content: "\e602";
        font-size: 70px;
        display: block;
    }
    .related-pieces-carousel .tile-list .next-arrow::before,
    .popular-candies-carousel .tile-list .next-arrow::before {
        font-family: 'sees-icon-font';
        content: "\e605";
        font-size: 70px;
        display: block;
    }
    .related-pieces-carousel .tile-list>.tiles,
    .popular-candies-carousel .tile-list>.tiles {
        float: left;
        clear: none;
        margin-left: 0;
        margin-right: 0;
    }
    .related-pieces-carousel .tile-list>.tiles:before,
    .popular-candies-carousel .tile-list>.tiles:before,
    .related-pieces-carousel .tile-list>.tiles:after,
    .popular-candies-carousel .tile-list>.tiles:after {
        content: '';
        display: table;
    }
    .related-pieces-carousel .tile-list>.tiles:after,
    .popular-candies-carousel .tile-list>.tiles:after {
        clear: both;
    }
    .related-pieces-carousel .tile-list>.tiles:last-child,
    .popular-candies-carousel .tile-list>.tiles:last-child {
        margin: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .related-pieces-carousel .product-name,
  .popular-candies-carousel .product-name {
        padding-top: 0;
    }
}
.guest-login-column p,
.new-customers-column p {
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.checkout-header {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.checkout-header h1 {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.pt_orderconfirmation .checkout-header h1 {
    display: block;
}
.cart-action-checkout {
  padding-top: 3px;
}
.cart-ctas klarna-placement,
.checkout-sidebar klarna-placement {
    max-width: 318px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.checkout-sidebar klarna-placement {
    padding-top: 25px;
}
.checkout-header nav {
    margin: 0 auto;
    width: 60%;
}
.checkout-progress-indicator {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin: 0 auto;
    position: relative;
    height: 70px;
}
.checkout-progress-indicator .progress-indicator {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
    width: 26px;
}
.checkout-progress-indicator .progress-line {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #727171;
    margin-top: 13px;
    z-index: -1;
}
.checkout-progress-indicator .progress-line.step-complete {
    background-color: #000;
}
.checkout-progress-indicator .progress-indicator.active div {
    color: #000;
}
.checkout-progress-indicator .progress-indicator a div span {
    background: #fff url('../images/interface/icon_checkmark_black.svg') 0 3px no-repeat;
    display: inline-block;
    text-indent: -9999em;
    width: 1em;
}
.checkout-progress-indicator .progress-indicator.active div::before {
    color: #fff;
    background-color: #96701b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #000;
}

.checkout-progress-indicator .progress-indicator .checkoutBarLong{
	display: none;
}
.checkout-progress-indicator .progress-indicator .checkoutBarShort{
	display: block;
}
@media only screen and (max-width: 1024px) {
    .checkout-header {
        margin-top: 15px;
    }
    .cart-action-checkout {
	  	padding-top: 0;
	}
    .checkout-header nav {
        width: 70%;
    }
    .checkout-progress-indicator::after {
        width: 70%;
        top: 13px;
        left: 50%;
    }
}

.checkout-progress-indicator .progress-indicator div::before {
    content: '';
    margin: 0 auto 15px;
    padding: 0;
    width: auto;
    max-width: 22px;
    display: block;
    border: 2px solid #727171;
    border-radius: 50%;
    height: 22px;
    background: #fff;
}
.checkout-progress-indicator .progress-indicator div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    position: absolute;
    transform: translateX(-50%);
    line-height: 18px;
    color: #727171;
}
.checkout-progress-indicator .progress-indicator a div{
    color: #000;
}
.checkout-progress-indicator .progress-indicator a div::before{
    border: 2px solid #000000;
    background-color: #000;
}
.checkout-progress-indicator .progress-indicator a:hover div::before{
    border: 2px solid #96701b;
    background-color: #96701b;
}

.checkout-progress-indicator .progress-indicator.inactive {
    -webkit-font-smoothing: subpixel-antialiased;
}
.checkout-progress-indicator .progress-indicator.step-0 a:hover div::before {
    border: 0;
    background-color: #fff;
    text-decoration: underline;
}
.checkout-progress-indicator .progress-indicator.step-0 div {
    text-decoration: underline;
}
.checkout-progress-indicator .progress-indicator.step-0 div::before {
    background: #fff url('../images/interface/icon_bag_solid.svg') left top no-repeat;
    border: 0;
    height: 28px;
    width: 30px;
    z-index: 999;
    max-width: none;
    border-radius: 0;
}
.cart-login-notauthenticated,
.cart-promotion {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
    text-align: center;
}
.cart-login-notauthenticated {
    padding-top: 20px;
    background-color: #fff;
}
.cart-promotion {
    background-color: #fff;
}
.cart-promotion span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 1px;
}
.cart-promotion a {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: underline;
    padding-bottom: 25px;
}
.cart-promotion .cart-login-notauthenticated {
    margin-bottom: 0;
}
.cart-promotion .expand-link {
    text-decoration: none;
    font-weight: normal;
}
.lineitem-threshold-not-met {
    margin-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.checkout-aside-group:before,
.checkout-aside-group:after {
    content: '';
    display: table;
}
.checkout-aside-group:after {
    clear: both;
}
.checkout-aside-group h2 {
    padding:20px 0 0;
}
.checkout-aside-group .account-nav {
    width: 100%;
    display: block;
    float: none;
}
#shipping-method-list {
    overflow: hidden;
}
#shipping-method-list .shipping-method input label,
#shipping-method-list .shipping-method input .form-caption {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
#shipping-method-list .shipping-method label>span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.75px;
}
#shipping-method-list .shipping-method label .tooltip {
    display: none;
}
.address-verification-dialog .verify-address-row {
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.address-verification-dialog .verify-address-row:before,
.address-verification-dialog .verify-address-row:after {
    content: '';
    display: table;
}
.address-verification-dialog .verify-address-row:after {
    clear: both;
}
.address-verification-dialog .verify-address-row:last-child {
    margin-right: 0;
}
.address-verification-dialog .qas_av.header_prompt {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
    margin-bottom: 10px;
    width: auto;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.address-verification-dialog .qas_av.header_prompt:before,
.address-verification-dialog .qas_av.header_prompt:after {
    content: '';
    display: table;
}
.address-verification-dialog .qas_av.header_prompt:after {
    clear: both;
}
.address-verification-dialog .qas_av.header_prompt>div {
    margin-bottom: 10px;
}
.address-verification-dialog {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.address-verification-dialog .verify-left-col .buttons-row,
.address-verification-dialog .verify-right-col .buttons-row,
.address-verification-dialog .verify-none-col .buttons-row {
    text-align: center;
}
.address-verification-dialog .verify-left-col,
.address-verification-dialog .verify-right-col {
    float: left;
    clear: none;
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%;
}
.address-verification-dialog .verify-left-col:before,
.address-verification-dialog .verify-right-col:before,
.address-verification-dialog .verify-left-col:after,
.address-verification-dialog .verify-right-col:after {
    content: '';
    display: table;
}
.address-verification-dialog .verify-left-col:after,
.address-verification-dialog .verify-right-col:after {
    clear: both;
}
.address-verification-dialog .verify-left-col:nth-child(2n),
.address-verification-dialog .verify-right-col:nth-child(2n) {
    margin-right: 0;
    float: right;
}
.address-verification-dialog .verify-left-col:nth-child(2n+1),
.address-verification-dialog .verify-right-col:nth-child(2n+1) {
    clear: both;
}
.address-verification-dialog .qas-border-box {
    border: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.address-verification-dialog .verify-left-col .qas-border-box,
.address-verification-dialog .verify-none-col .qas-border-box {
    border-color: #ccc;
}
.address-verification-dialog .verify-left-col button,
.address-verification-dialog .verify-none-col button {
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
@media only screen and (max-width: 767px) {
    .address-verification-dialog .verify-right-col {
        margin-top: 20px;
        margin-bottom: 60px;
        position: static;
        left: 0;
    }
}
.address-verification-dialog .verify-none-col {
    width: auto;
    max-width: 300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.address-verification-dialog .verify-none-col:before,
.address-verification-dialog .verify-none-col:after {
    content: '';
    display: table;
}
.address-verification-dialog .verify-none-col:after {
    clear: both;
}
.address-verification-dialog .qas-field-group span:first-child {
    display: none;
}
.address-verification-dialog .address-list-option {
    display: inline-block;
    margin-left: 5px;
}
.address-verification-dialog .prompt {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    text-align: center;
}
.address-verification-dialog .verify-address-row {
  display: flex;
}
.address-verification-dialog .verify-address-row > div {
  width: 50%;
  padding: 10px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.address-verification-dialog .link-button {
  text-transform: uppercase;
  text-decoration: underline;
}
.address-verification-dialog .address-details {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  border: 1px solid #000;
  flex: 1 0 auto;
  padding: .75em .5em;
}
.address-verification-dialog .original-address .address-details {
  border-color: #ccc;
}

.address-verification-dialog .change-address-title,
.address-verification-dialog .original-address-title {
    margin-bottom: 15px;
}
.right_details .oldAddress .qas-border-box .qas-field-group button {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
.right_details .oldAddress .qas-border-box .qas-field-group button:hover {
    color: #96701b;
}
.enter_partial .form-row.buttons-row button {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.right_details .form-row.buttons-row {
    text-align: center;
}
.right_details .form-row.buttons-row button {
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    background-color: #000000;
    margin-right: auto;
    margin-left: auto;
    float: center;
}
.right_details .form-row.buttons-row button:hover,
.enter_partial .form-row.buttons-row button:hover {
    background-color: #96701b;
}
.address-verification-dialog .verifyaddress .right_details {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.address-verification-dialog .verifyaddress .refineField {
    margin-bottom: 20px;
}
.address-verification-dialog .shownewaddress,
.address-verification-dialog .oldAddress {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.address-verification-dialog .shownewaddress div,
.address-verification-dialog .oldAddress div {
    overflow: hidden;
}
.address-verification-dialog .shownewaddress span,
.address-verification-dialog .oldAddress span {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.address-verification-dialog .shownewaddress span:first-child,
.address-verification-dialog .oldAddress span:first-child {
    margin-left: auto;
}
.address-verification-dialog .shownewaddress span:last-child,
.address-verification-dialog .oldAddress span:last-child {
    margin-right: auto;
}
.address-verification-dialog button {
    margin-top: 10px;
}
.address-verification-dialog .show-all-matches {
    text-align: center;
}
.pt_checkout h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.pt_checkout .checkout-shipping legend,
.pt_checkout .checkout-shipping-methods legend,
.pt_checkout .checkout-container legend,
.pt_checkout .checkout-container h1,
.pt_checkout .checkout-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  border-bottom: none;
}
.pt_checkout .checkout-container h1 {
	font-family: 'AmericanTypewriterStd-Med';
	font-weight:normal;
	font-size:30px;
	text-transform:capitalize;
}
.pt_checkout .checkout-container .checkout-form legend{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
	text-transform:capitalize;
}
.pt_checkout .checkout-container .checkout-form h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 21px;
	text-transform:none;
    margin-bottom: .5em;
}
.pt_checkout.billing .checkout-container .checkout-form h2,
.pt_checkout.billing .checkout-container .checkout-form .billing-address legend,
.pt_checkout.review .checkout-container h3.section-header,
.pt_orderconfirmation .checkout-container h3.section-header,
.checkout-sidebar h3.section-header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
.checkout-sidebar h3.section-header {
    margin-top: .5em;
}
.pt_checkout.billing .checkout-container .checkout-form legend {
	text-transform: uppercase;
}
.pt_checkout.billing .checkout-container .checkout-form h2 {
    text-transform: uppercase;
}
.pt_checkout .checkout-container legend,
.pt_checkout .checkout-container h1 {
    margin-bottom: 15px;
}
.pt_checkout .checkout-shipping h1,
.pt_checkout .checkout-billing h1,
.pt_checkout .checkout-shipping-methods h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.pt_checkout .checkout-shipping .billing-payment-title,
.pt_checkout .checkout-billing .billing-payment-title,
.pt_checkout .checkout-shipping-methods .billing-payment-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 25px;
}
.gc-applied {
	margin: .5em 0;
}
.pt_checkout .checkout-shipping .checkout-form h2,
.pt_checkout .checkout-billing .checkout-form h2,
.pt_checkout .checkout-shipping-methods .checkout-form h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.pt_checkout .checkout-billing .payment-methods legend {
    margin-bottom: 0;
}
.gc-balance-form .balance,
.pt_checkout .checkout-billing .gift-cert-used {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.pt_checkout .checkout-billing .checkout-billing legend {
    border-top: 1px solid #000;
}
.pt_checkout .form-field-tooltip {
    display: none;
}
.pt_checkout .tooltip-caption {
    clear: both;
    margin-bottom: 30px;
    margin-top: -10px;
}
.no-venmo .payment-method-ctnr .venmo {
    display: none;
}

.pt_checkout #main input[type="date"]:focus,
.pt_checkout #main input[type="datetime"]:focus,
.pt_checkout #main input[type="datetime-local"]:focus,
.pt_checkout #main input[type="email"]:focus,
.pt_checkout #main input[type="month"]:focus,
.pt_checkout #main input[type="number"]:focus,
.pt_checkout #main input[type="password"]:focus,
.pt_checkout #main input[type="search"]:focus,
.pt_checkout #main input[type="tel"]:focus,
.pt_checkout #main input[type="text"]:focus,
.pt_checkout #main input[type="time"]:focus,
.pt_checkout #main input[type="url"]:focus,
.pt_checkout #main input[type="week"]:focus,
.pt_checkout #main textarea:focus {
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 0;
}
@media only screen and (max-width: 1024px) {
    .pt_checkout .tooltip-caption {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .verify-address-dialog-wrap .dialog-main {
        padding-left: 0;
        padding-right: 0;
    }
    .tipso-tooltip {
        display: block;
    }
    #dwfrm_giftcard_cvn {
        width: 50%;
    }
    .address-verification-dialog .verify-address-row {
        padding-left: 0;
        padding-right: 0;
    }
    .address-verification-dialog .verify-left-col {
        margin-bottom: 20px;
    }
    .address-verification-dialog .verify-left-col,
    .address-verification-dialog .verify-right-col {
        clear: none;
        width: auto;
        max-width: 300px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    .address-verification-dialog .verify-left-col:before,
    .address-verification-dialog .verify-right-col:before,
    .address-verification-dialog .verify-left-col:after,
    .address-verification-dialog .verify-right-col:after {
        content: '';
        display: table;
    }
    .address-verification-dialog .verify-left-col:after,
    .address-verification-dialog .verify-right-col:after {
        clear: both;
    }
    .address-verification-dialog .verify-left-col:nth-child(2n),
    .address-verification-dialog .verify-right-col:nth-child(2n) {
        margin-right: 0;
        float: left;
    }
    .address-verification-dialog .verify-left-col:nth-child(2n+1),
    .address-verification-dialog .verify-right-col:nth-child(2n+1) {
        clear: none;
    }
    .address-verification-dialog .verify-left-col:last-child,
    .address-verification-dialog .verify-right-col:last-child {
        margin-right: 0;
    }
    .address-verification-dialog .verify-left-col:before,
    .address-verification-dialog .verify-right-col:before,
    .address-verification-dialog .verify-left-col:after,
    .address-verification-dialog .verify-right-col:after {
        content: '';
        display: table;
    }
    .address-verification-dialog .verify-left-col:after,
    .address-verification-dialog .verify-right-col:after {
        clear: both;
    }
    .address-verification-dialog .verify-left-col:last-child,
    .address-verification-dialog .verify-right-col:last-child {
        margin-right: auto;
    }
    .address-verification-dialog .verify-right-col:nth-child(2n) {
        float: none;
    }
    .address-verification-dialog .buttons-row {
        text-align: center;
    }
}
#autofill-forms {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
#autofill-forms h2 {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    text-decoration: underline;
}
#autofill-forms h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
#autofill-forms ul {
    overflow: hidden;
}
#autofill-forms .fill-list {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    border: 4px solid #f4f4f4;
    padding: 5px;
    cursor: pointer;
}
#autofill-forms .fill-list:before,
#autofill-forms .fill-list:after {
    content: '';
    display: table;
}
#autofill-forms .fill-list:after {
    clear: both;
}
#autofill-forms .fill-list:last-child {
    margin-right: 0;
}
#autofill-forms .fill-list:hover {
    border-color: #595959;
}
#autofill-forms li.fill-field {
    margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.25px;
}
#autofill-forms span {
    display: inline-block;
}
#autofill-forms .field-label {
    min-width: 100px;
}
@media only screen and (max-width: 767px) {
    .checkout-header {
        margin-bottom: 0;
    }
    .checkout-header .checkout-progress-indicator .progress-indicator div {
        font-size: 13px;
        letter-spacing: 0.1px;
        line-height: 15px;
    }
    .checkout-progress-indicator .progress-indicator div span,
    .checkout-progress-indicator .progress-indicator a div span {
        display: none;
    }
}
.small-dialog {
    max-width: 380px;
}
.intl-ship-dialog-content {
    text-align: left;
}
.intl-ship-dialog-content .dialog-header {
    text-align: left;
    padding-left: 15px;
}
.intl-ship-dialog-content .dialog-footer {
    text-align: left;
    padding-left: 15px;
}
.intl-ship-dialog-content .dialog-footer .cancel-dialog {
    display: none;
}
.email-newsletter-signup-thank-you {
    width: auto;
    max-width: 500px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
    text-align: center;
}
.newsletter-subscribe.ty .email-signup-content{
    visibility: hidden;
}
.email-newsletter-signup-thank-you:before,
.email-newsletter-signup-thank-you:after {
    content: '';
    display: table;
}
.email-newsletter-signup-thank-you:after {
    clear: both;
}
.email-newsletter-signup-thank-you .content-container {
    margin-bottom: 20px;
}
.changesites-dialog-content {
    font-family: var(----base-font);
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.ytplayer-dialog .sees-dialog-content {
    width: 85%;
    padding: 0;
    top: initial;
    height: 60%;
    overflow: hidden;
}
.ytplayer-dialog .sees-dialog-content>header.dialog-header {
    display: none;
}
.ytplayer-dialog .sees-dialog-content>main {
    width: 100%;
    padding-bottom: 56.25%;
}
.ytplayer-dialog .sees-dialog-content>main>iframe {
    position: absolute;
    left: 0;
}
.tipso-tooltip {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.tipso_bubble,
.tipso_arrow {
    box-sizing: border-box;
}
.tooltip-content {
    position: relative;
    margin: 0px 0px 10px 0px;
    border: 1px solid #000;
    padding: 10px 10px 0px 10px;
    font-size: 90%;
    max-width: 590px;
}
.tipso_bubble {
    width: 245px !important;
    position: absolute;
    text-align: center;
}
.tipso_bubble .tipso_content {
    text-align: left;
    word-wrap: break-word;
    border: solid #000 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.25px;
}
.tipso_bubble.tooltip-checkout-shipping-cal {
    width: 400px !important;
    margin-left: 35px;
}
.tooltip-checkout-cvn,
.tooltip-caption {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
.tooltip-checkout-cvn:hover,
.tooltip-caption:hover {
    color: #96701b;
}
.checkout-form a.fonts-copy-caps,
.checkout-form a.font-copy-caps {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.tipso_bubble.tooltip-checkout-cvn {
    margin-left: 282px;
}
.tipso_bubble.tooltip-checkout-cvn.top {
    margin-top: 22px;
}
.tipso_bubble.tooltip-checkout-cvn.bottom {
    margin-top: -114px;
}
.tipso_bubble.tooltip-checkout-giftcard-cvn {
    margin-left: 450px;
}
.tipso_bubble.tooltip-checkout-giftcard-cvn.top {
    margin-top: -2px;
}
.tipso_bubble.tooltip-checkout-giftcard-cvn.bottom {
    margin-top: -74px;
}
.tipso_bubble.tooltip-checkout-phone {
    margin-top: 58px;
    margin-left: 450px;
}
.tipso_bubble.tooltip-checkout-coupon {
    margin-top: 83px;
    margin-left: 447px;
}
.tooltip-checkout-coupon {
	padding-top: 8px;
}
.item-image img,
img.item-image {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.folder-content-list {
    overflow: hidden;
    padding-top: 30px;
}
.content-search-tile {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
}
.content-search-tile:before,
.content-search-tile:after {
    content: '';
    display: table;
}
.content-search-tile:after {
    clear: both;
}
.content-search-tile:nth-child(2n) {
    margin-right: 0;
    float: right;
}
.content-search-tile:nth-child(2n+1) {
    clear: both;
}
@media only screen and (max-width: 1024px) {
    .content-search-tile {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .content-search-tile {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.content-search-tile h4,
.content-search-tile p {
    margin-bottom: 20px;
}
.content-search-tile h4 {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.content-search-tile p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.content-tile-footer-link {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}
.content-tile-footer-link a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.6px;
}
.no-results-wrapper {
    margin-bottom: 60px;
    text-align: center;
}
.no-results-wrapper h1 {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 2em 0;
}
.no-results-wrapper .search-term {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.no-results-wrapper .did-you-mean,
.no-results-wrapper .did-you-mean a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.no-results-wrapper .did-you-mean {
    margin-bottom: 20px;
}
.no-results-wrapper .did-you-mean span {
    text-decoration: underline;
}
.no-hits-help {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.no-hits-help:before,
.no-hits-help:after {
    content: '';
    display: table;
}
.no-hits-help:after {
    clear: both;
}
.no-hits-help ul {
    padding-top: 15px;
    padding-bottom: 15px;
}
.no-hits-help li {
    display: list-item;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.no-product-results {
    width: auto;
    max-width: 600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 19px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.no-product-results:before,
.no-product-results:after {
    content: '';
    display: table;
}
.no-product-results:after {
    clear: both;
}
#ShippingCalendarMountPoint {
    min-height: 700px;
}
.CalendarContainer .v-pad-bot-element {
    padding-bottom: 10px;
}
.CalendarContainer.active {
    opacity: 1;
}
.shipment-container .cart-promo-approaching-upsell,
.CalendarContainer .promo-wrapper {
    border: solid #96701b 1px;
    text-align: center;
    padding: 10px;
    max-width: 590px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #fff;
    background: #96701b;
    margin-bottom: 15px;
}
.shipment-container .cart-promo-approaching-upsell p,
.CalendarContainer .Calendar__shippingMessages p,
.CalendarContainer .promo-wrapper p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 0;
}
.shipment-container .cart-promo-approaching-upsell {
    margin-bottom: 0;
    padding: 5px;
}
.shipment-container .cart-promo-approaching-upsell,
.CalendarContainer .promo-wrapper.approaching {
    border: solid #000 1px;
    color: #96701b;
    background: #fff;
}
.cart-promo-approaching-upsell .callout p {
    display: inline;
}
.Calendar__shippingMessages a,
.CalendarContainer .promo-wrapper a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
}
.CalendarContainer .promo-wrapper.approaching a {
    color: #96701b;
}
.CalendarContainer .promo-wrapper.approaching a:hover {
    color: #654a13;
}
.CalendarContainer .promo-wrapper a {
    color: #fff;
}
.CalendarContainer .promo-wrapper a:hover {
    color: #fcf0d4;
}
.Calendar__shippingMessages a:hover {
    color: #000;
}
.ShippingType label input {
    float: left;
}
.CalendarContainer .Calendar {
    position: relative;
    max-width: 590px;
    border: solid #000 1px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.Calendar__overlay.on {
    visibility: visible;
    opacity: 0.9;
}
.Calendar__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    outline: solid #fff 1px;
    visibility: hidden;
}
.Calendar__overlay__spinner {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/sees-interface/spin.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.Calendar__inner {
    position: relative;
    padding: 20px;
}
.Calendar__monthControls .column-4:nth-child(1),
.Calendar__monthControls .column-4:nth-child(3) {
    position: relative;
}
.Calendar__monthControls .column-4:nth-child(1)>div,
.Calendar__monthControls .column-4:nth-child(3)>div {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.Calendar__monthControls .column-4:nth-child(1)>div:hover,
.Calendar__monthControls .column-4:nth-child(3)>div:hover,
.Calendar__monthControls .column-4:nth-child(1)>div:hover>.icon-after,
.Calendar__monthControls .column-4:nth-child(3)>div:hover>.icon-after {
    color: #96701b;
}
.Calendar__monthControls .column-4:nth-child(1)>div.disabled,
.Calendar__monthControls .column-4:nth-child(3)>div.disabled,
.Calendar__monthControls .column-4:nth-child(1)>div.disabled:hover,
.Calendar__monthControls .column-4:nth-child(3)>div.disabled:hover,
.Calendar__monthControls .column-4:nth-child(1)>div.disabled:hover>.icon-after,
.Calendar__monthControls .column-4:nth-child(3)>div.disabled:hover>.icon-after {
    color: #ccc;
    cursor: auto;
}
.Calendar__monthControls .column-4:nth-child(1)>div>.icon-after,
.Calendar__monthControls .column-4:nth-child(3)>div>.icon-after {
    display: inline-block;
}
.Calendar__monthControls .column-4:nth-child(1) {
    text-align: left;
}
.Calendar__monthControls .column-4:nth-child(1)>div {
    float: left;
    text-align: left;
}
.Calendar__monthControls .column-4:nth-child(1)>div .icon-after {
    padding-right: 10px;
}
.Calendar__monthControls .column-4:nth-child(2) {
    text-align: center;
}
.Calendar__monthControls .column-4:nth-child(3) {
    display: inline-block;
}
.Calendar__monthControls .column-4:nth-child(3)>div {
    float: right;
    text-align: right;
}
.Calendar__monthControls .column-4:nth-child(3)>div .icon-after {
    padding-left: 10px;
}
.Calendar__weekdays,
.Calendar__week {
    width: 100%;
}
.Calendar__weekdays__group,
.Calendar__week__group {
    display: inline-block;
}
.Calendar__weekdays__day,
.Calendar__week__day {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    padding: 7px 0px 7px 0px;
}
.Calendar__weekdays__day.disabled,
.Calendar__week__day.disabled {
    color: #ccc;
}
.Calendar__weekdays {
    border-bottom: solid #ccc 1px;
}
.Calendar__weekdays__day {
    padding: 14px 0px;
}
.Calendar__week {
    border-bottom: solid #ccc 1px;
}
.Calendar.expedited .Calendar__week__day {
    font-size: 12px;
}
.Calendar__week__day.disabled {
    cursor: default;
}
.Calendar__week__day.disabled>div {
    opacity: 0;
    color: #fff;
}
.Calendar__week__day.deliverable {
    cursor: pointer;
}
.Calendar.standard .Calendar__week:hover .Calendar__week__group {
    box-shadow: 0 0 0 1pt #96701b;
}
.Calendar.standard .Calendar__week__group.selected {
    background: #ccc;
    box-shadow: 0 0 0 1pt #96701b;
}
.Calendar.expedited .Calendar__week__day.deliverable:hover {
    box-shadow: 0 0 0 1pt #96701b;
}
.Calendar.expedited .Calendar__week__day.selected {
    background: #ccc;
    font-weight: bold;
}
.Calendar__week__day.deliverable.sale {
    color: #96701b;
}
.Calendar.standard .Calendar__week.sale:hover .deliverable.sale,
.Calendar.expedited .deliverable.sale.hover {
    background-color: rgba(165, 131, 55, 0.25);
    color: #96701b;
}
.Calendar.standard .Calendar__week__group.sale.selected .deliverable.sale,
.Calendar.expedited .deliverable.sale.selected {
    background: #96701b;
    color: #fff;
}
.Calendar__weekdays {
    color: #ccc;
}
.Calendar__summary {
    padding: 24px 0px 0px 12px;
}
.Calendar__shippingMessages {
    border: solid #000 1px;
    text-align: center;
    padding: 10px;
    max-width: 590px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    color: #c01111;
}
.Calendar__shippingMessages>div {
    margin-bottom: 10px;
}
.Calendar__shippingMessages>div:only-child {
    margin-bottom: 0;
}
.shipping-calendar-type-label {
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    #ShippingCalendarMountPoint {
        min-height: 600px;
    }
    .Calendar {
        width: 100%;
    }
    .Calendar__inner {
        padding: 0;
    }
    .Calendar__monthControls {
        padding: 10px 10px 0px 10px;
    }
    .Calendar__week__day div {
        display: none;
    }
    .Calendar__summary {
        padding: 0;
    }
    .Calendar__summary .column-7 {
        padding-top: 15px;
    }
    .Calendar__summary .column-5 {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .Calendar__summary .column-7,
    .Calendar__summary .column-5 {
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
    .Calendar__summary .column-7:before,
    .Calendar__summary .column-5:before,
    .Calendar__summary .column-7:after,
    .Calendar__summary .column-5:after {
        content: '';
        display: table;
    }
    .Calendar__summary .column-7:after,
    .Calendar__summary .column-5:after {
        clear: both;
    }
    .Calendar__summary .column-7:last-child,
    .Calendar__summary .column-5:last-child {
        margin-right: 0;
    }
    .Calendar__summary .column-7:first-child,
    .Calendar__summary .column-5:first-child {
        margin-left: auto;
    }
    .Calendar__summary .column-7:last-child,
    .Calendar__summary .column-5:last-child {
        margin-right: auto;
    }
    .Calendar__summary .column-7 .fonts-heading6,
    .Calendar__summary .column-5 .fonts-heading6,
    .Calendar__summary .column-7 .fonts-typewriterLarge,
    .Calendar__summary .column-5 .fonts-typewriterLarge {
        font-size: 14px !important;
    }
    .Calendar__summary .column-7 .fonts-typewriterLarge,
    .Calendar__summary .column-5 .fonts-typewriterLarge {
        padding-top: 5px;
    }
    .Calendar__week__day.deliverable {
        border-radius: 0;
    }
    .Calendar__week__day.deliverable.sale {
        background: #96701b;
        color: #fff;
    }
    .Calendar.standard .Calendar__week.sale:hover .Calendar__week__day.deliverable.sale,
    .Calendar.expedited .Calendar__week__day.deliverable.sale:hover {
        border-radius: 0;
        background: #fff;
        color: #96701b;
    }
    .Calendar.standard .Calendar__week__group.sale.selected,
    .Calendar.standard .Calendar__week__group.sale.selected .deliverable.sale,
    .Calendar.expedited .deliverable.sale.selected {
        background-color: rgba(165, 131, 55, 0.25);
        color: #96701b;
    }
}
.selected-wrap-image-tile,
.selected-wrap-info-row-value {
    vertical-align: middle;
    display: inline-block;
}
.pdp-actions .inventory .pdp-selection-label,
.selected-wrap-row .pdp-selection-label{
	font: 0.9375rem/1.125rem  Helvetica, sans-serif, Arial;
    color: #626264;
	float:left;
	padding:0 10px 6px 0;
	text-transform: none;
    width: 100%;
}
 .selected-wrap-row button.expand-link {
	display:none;
}
.selected-wrap-image-tile {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #000;
    overflow: hidden;
    cursor: pointer;
}
.selected-wrap-image-tile img {
    width: 200%;
    height: auto;
}
.selected-wrap-info-row-value {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    padding-left: 5px;
}
.wrap-dialog-inner {
    width: auto;
    max-width: 900px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.wrap-dialog-header,
.selection-col,
.wrap-images-col {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.wrap-dialog-header,
.selection-col footer {
    text-align: center;
}
.wrap-dialog-header h2 {
    font-family: 'AmericanTypewriterStd-Med';
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
}
.wrap-dialog-header p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.wrap-images-col {
    position: relative;
}
.pdp-actions .selected-wrap-row .selected-wrap-info-row{
	display:none;
}
.pdp-actions .selection-col{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.pdp-actions .selection-col {
	float:left;
	width:67px;
	height:32px;
	border:solid 1px #C5C5C9;
	margin-right:16px;
	padding:0px;
}
.pdp-actions .selection-col.active {
	border:solid 2px black;
}
.pdp-actions .selection-col.active + .variation-name {
    font-weight: bold;
}
.pdp-actions .selection-col:not(.selected):hover{
	border-color:#96701b;
}
.pdp-actions .selection-col img{
	width:100%;
	height:100%;
}
.pdp-actions .variation-name {
    font-size: 12px;
    padding: 4px 0 13px 2px;
    color: #626264;
}
.pdp-actions .variation-option-wrapper {
    display: inline-flex;
    flex-flow: column;
}
.save-wrap-cta.cta {
    margin-bottom: 30px;
}
.save-wrap-cta.cta .button {
    padding-left: 60px;
    padding-right: 60px;
}
.wrap-selection {
  display: none;
  width: 100%;
  max-width: 750px;
}
.wrap-selection .wraps-ctnr {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.wrap-selection .wraps-ctnr > div {
  display: table-cell;
}
.wrap-selection-list .wrap-option {
    position: relative;
    overflow: hidden;
    height: 82px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    cursor: pointer;
}
.wrap-selection .wrap-images-col {
  text-align: center;
}
.wrap-selection-list .wrap-option.selected {
    border-color: #000;
}
.wrap-selection-list .wrap-option:hover {
    border-color: #96701b;
}
.wrap-selection-list .wrap-option.selected::after {
    font-family: 'sees-icon-font';
    content: "\e617";
    font-size: 8px;
}
.wrap-selection-list .wrap-option::after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    line-height: 1;
}
.wrap-selection-list .wrap-option img {
    height: 82px;
    width: auto;
}
.wrap-selection-list .wrap-option.unselectable:hover {
    border-color: #ccc;
}
.wrap-selection-list .wrap-option.unselectable {
    opacity: 0.5;
    cursor: default;
}
.wrap-selection-list .wrap-option-left,
.wrap-selection-list .wrap-option-right {
    display: inline-block;
    vertical-align: middle;
}
.wrap-selection-list .wrap-option-left h3,
.wrap-selection-list .wrap-option-right h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    padding-left: 20px;
}
.wrap-images-col .slick-list {
    margin-left: 0;
    margin-right: 0;
}
.wrap-images-col .slick-dots {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.wrap-images-col .slick-dots li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.wrap-images-col .slick-dots button {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 6px;
}
.wrap-images-col .slick-dots .slick-active button {
    background-color: #000;
}
.wrap-images-col .slick-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.wrap-images-col .wrap-images-detail-carousel {
    height: 0;
    overflow: hidden;
}
.wrap-images-col .wrap-images-detail-carousel.active {
    height: auto;
}
@media only screen and (max-width: 767px) {
    .wrap-images-col {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap-selection-list .wrap-option {
        height: 62px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .wrap-selection-list .wrap-option img {
        height: 62px;
    }
    .wrap-selection-list .wrap-option-right h3 {
        padding-left: 10px;
    }
}
.attribute-wrap {
    margin-top: 10px;
}
.attribute-wrap .value img,
.attribute-wrap .value span {
    display: inline-block;
    vertical-align: middle;
}
.attribute-wrap .value img {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}
.checkout-summary-center .attribute-wrap,
.confirmation-center .attribute-wrap {
    margin-top: 5px;
    margin-bottom: 20px;
}
[data-youtube] {
    position: relative;
    cursor: pointer;
}
[data-youtube] img.ytplayer-thumbnail {
    max-width: 100%;
    width: auto;
    height: auto;
    cursor: pointer;
}
[data-youtube] img.play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    max-width: 37px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 5px;
    width: 104%;
    box-sizing: content-box;
    border-radius: 50%;
}
.notification {
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    left: 0;
    line-height: 25px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.notification.notification-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1024px) {
    .notification.notification-opened {
        position: absolute;
    }
}
.pt_automation-simple .search-results-grid {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pt_automation-simple .search-results-grid section>h2 {
    font-family: 'AmericanTypewriterStd-Med';
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    margin-top: 30px;
}
.pt_automation-simple .search-results-grid section>h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.pt_automation-simple .search-results-grid section>h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.automation-home-header h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.automation-controls {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f4f4f4;
}
.automation-controls header {
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}
.automation-controls-col {
    float: left;
    clear: none;
    width: 33.3333333333333%;
    margin-left: 0;
    margin-right: 0;
}
.automation-controls-col:before,
.automation-controls-col:after {
    content: '';
    display: table;
}
.automation-controls-col:after {
    clear: both;
}
.automation-controls-col:last-child {
    margin-right: 0;
}
.automation-option {
    display: inline-block;
    border: 2px solid #f4f4f4;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.automation-option .option-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}
.automation-option .option-details {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
.automation-option .option-details span:first-child {
    display: inline-block;
    min-width: 80px;
}
.automation-option .option-link {
    line-height: 20px;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
.automation-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: block;
    margin-bottom: 10px;
}
.automation-link:last-child {
    margin-bottom: 0;
}
#About .overlap-heading,
#About .heading {
    text-align: center;
}
#About .overlap-heading {
    margin-bottom: -60px;
}
#About .stacked-heading-bold {
    background: #fff;
    display: inline-block;
    margin: auto;
    padding: 0 35px;
}
#About .subheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}

#About .row:before,
#About .row:after {
    content: '';
    display: table;
}
#About .row:after {
    clear: both;
}
#About .content {
    padding: 80px 60px;
}
#About .content:before,
#About .content:after {
    content: '';
    display: table;
}
#About .content:after {
    clear: both;
}
#About hr.razor {
    border: none;
    border-bottom: solid #000 1px;
    width: 160px;
    margin: 30px auto;
    padding: 0;
}
#About hr.razor.white {
    border-bottom: solid #fff 1px;
}
#About .row.triple-info .column-4 {
    float: left;
    clear: none;
    width: 31.3333333333333%;
    margin-left: 0;
    margin-right: 3%;
}
#About .row.triple-info .column-4:before,
#About .row.triple-info .column-4:after {
    content: '';
    display: table;
}
#About .row.triple-info .column-4:after {
    clear: both;
}
#About .row.triple-info .column-4:nth-child(3n) {
    margin-right: 0;
    float: right;
}
#About .row.triple-info .column-4:nth-child(3n+1) {
    clear: both;
}
#About .row.triple-info .column-4,
#About .row.triple-info .slick-slide {
    text-align: center;
}
#About .row.triple-info .column-4 img,
#About .row.triple-info .slick-slide img {
    margin: auto;
}
#About .row.triple-info .column-4 .icon-after.icon-div_flourish,
#About .row.triple-info .slick-slide .icon-after.icon-div_flourish {
    padding: 10px 0 20px 0;
}
#About .row.triple-info .column-4 p,
#About .row.triple-info .slick-slide p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
    width: 60%;
    margin: auto;
}
#About .row.triple-info .column-4 .icon-after.icon-end_flourish,
#About .row.triple-info .slick-slide .icon-after.icon-end_flourish {
    padding: 10px 0;
}
#About .row.triple-info .column-4 a.learn-more,
#About .row.triple-info .slick-slide a.learn-more {
    display: block;
    background: none;
    padding: 15px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
#About .carousel.slick-slider ul.slick-dots {
    text-align: center;
    margin: auto;
}
#About .carousel.slick-slider ul.slick-dots li {
    display: inline-block;
    padding-right: 7px;
}
#About .carousel.slick-slider ul.slick-dots li:last-child {
    padding-right: 0;
}
#About .carousel.slick-slider ul.slick-dots li button {
    display: block;
    position: relative;
    border-radius: 15px;
    border: solid #000 1px;
    background: #fff;
    color: #fff;
    font-size: 0;
    height: 15px;
    width: 15px;
}
#About .carousel.slick-slider ul.slick-dots li.slick-active button {
    background: #000;
    color: #000;
    font-size: 0;
    outline: none;
}
#About .carousel.slick-slider ul.slick-dots li.slick-active button:active,
#About .carousel.slick-slider ul.slick-dots li.slick-active button:focus {
    outline: none;
}
@media only screen and (min-width: 1025px) {
    #About .AboutNavigation {
        display: block;
    }
    #About .AboutNavigation--accordion {
        display: none;
    }
    #About .outer-border {
        border: solid #000 3px;
        border-top: none;
        border-bottom: none;
        margin: -5px 0;
    }
    #About .inner-border {
        border: solid #000 1px;
        border-top: none;
        border-bottom: none;
        margin: -5px 3px;
    }
}
@media only screen and (max-width: 1024px) {
    #About .AboutNavigation {
        display: none;
    }
    #About .AboutNavigation--accordion {
        display: block;
    }
    #About .double-border-both,
    #About .double-border-both>div {
        border: none;
    }
    #About .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    #About .AboutNavigation {
        display: none;
    }
    #About .AboutNavigation--accordion {
        display: block;
    }
    #About .double-border-both,
    #About .double-border-both>div {
        border: none;
    }
}
@media screen and (max-width: 500px) {
    #About .stacked-heading-bold {
        padding: 0;
    }
}
#About #aboutus {
    text-align: center;
}
#About #aboutus>.content-asset {
    min-height: 453px;
    border-bottom: solid #000 3px;
}
#About #aboutus>.content-asset>div {
    min-height: 447px;
    border-bottom: solid #000 1px;
}
#About #aboutus>.content-asset p {
    margin: auto;
    width: 50%;
}
#About #aboutus .stacked-heading-bold {
    background: none;
}
#About #aboutus .AboutNavigation,
#About #aboutus .AboutNavigation--accordion {
    display: none;
}
#About #aboutus .AboutNavigation:nth-child(1) {
    display: block;
}
@media only screen and (max-width: 1024px) {
    #About #aboutus>.content-asset {
        border-bottom: none;
    }
    #About #aboutus>.content-asset>div {
        border-bottom: none;
    }
    #About #aboutus .AboutNavigation:nth-child(1) .button {
        background: none;
    }
    #About #aboutus .AboutNavigation:nth-child(1) .button:before,
    #About #aboutus .AboutNavigation:nth-child(1) .button:after {
        display: none;
    }
    #About #aboutus .AboutNavigation:nth-child(1) ul li {
        text-align: center;
        display: block;
    }
    #About #aboutus .AboutNavigation:nth-child(1) ul li:before {
        display: none;
    }
    #About #aboutus .AboutNavigation:nth-child(1) ul li a {
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        letter-spacing: normal;
    }
}
#About #aboutus-timeline>.content-asset>.row.v-pad-bot-module {
    text-align: center;
}
@media only screen and (min-width: 1025px) {
    #About #aboutus-timeline .row:first-child .column-8 img:first-child {
        position: relative;
        z-index: -3;
    }
    #About #aboutus-timeline .row:first-child .column-8 img:last-child {
        margin-top: -20%;
        float: right;
        z-index: 3;
    }
    #About #aboutus-timeline .timeline-2012 .column-4 {
        padding-top: 6%;
    }
    #About #aboutus-timeline .timeline-2012 .column-8 {
        position: relative;
        text-align: left;
    }
    #About #aboutus-timeline .timeline-2012 .column-8 img:nth-child(1) {
        position: absolute;
        top: 45%;
        left: 30%;
    }
    #About #aboutus-timeline .timeline-2012 .column-8 img:nth-child(2) {
        margin-top: 10%;
    }
    #About #aboutus-timeline .timeline-1996 .column-4 {
        padding-top: 12.5%;
    }
    #About #aboutus-timeline .timeline-1996 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1996 .column-8 img:nth-child(1) {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 2;
    }
    #About #aboutus-timeline .timeline-1996 .column-8 img:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
    #About #aboutus-timeline .timeline-1996 .column-8 img:nth-child(3) {
        position: relative;
        margin: 20% 0%;
    }
    #About #aboutus-timeline .timeline-1985 .column-4 {
        padding-top: 15%;
    }
    #About #aboutus-timeline .timeline-1972 .column-4 {
        padding-top: 20%;
    }
    #About #aboutus-timeline .timeline-1972 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1972 .column-8 img:nth-child(1) {
        position: absolute;
        left: 60%;
        bottom: 5%;
        transform: translateX(-50%);
        z-index: 2;
    }
    #About #aboutus-timeline .timeline-1972 .column-8 img:nth-child(2) {
        position: relative;
        margin-bottom: 30%;
    }
    #About #aboutus-timeline .timeline-1971 .column-4 {
        padding-top: 10%;
    }
    #About #aboutus-timeline .timeline-1971 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1971 .column-8 img:nth-child(1) {
        position: absolute;
        right: 0;
        z-index: 1;
        top: 60%;
    }
    #About #aboutus-timeline .timeline-1971 .column-8 img:nth-child(2) {
        position: absolute;
        left: 10%;
        z-index: 2;
        top: 70%;
    }
    #About #aboutus-timeline .timeline-1971 .column-8 img:nth-child(3) {
        position: relative;
        margin-bottom: 10%;
    }
    #About #aboutus-timeline .timeline-1959 .column-4 {
        padding-top: 20%;
    }
    #About #aboutus-timeline .timeline-1959 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1959 .column-8 img:nth-child(1) {
        position: absolute;
        right: 15%;
        z-index: 2;
    }
    #About #aboutus-timeline .timeline-1959 .column-8 img:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 3;
    }
    #About #aboutus-timeline .timeline-1959 .column-8 img:nth-child(3) {
        position: relative;
        margin-top: 10%;
        padding-bottom: 30%;
    }
    #About #aboutus-timeline .timeline-1952 {
        margin-bottom: 160px;
    }
    #About #aboutus-timeline .timeline-1952 .column-4 {
        padding-top: 160px;
    }
    #About #aboutus-timeline .timeline-1952 .column-8 {
        padding-top: 160px;
    }
    #About #aboutus-timeline .timeline-1940 {
        margin-bottom: 160px;
    }
    #About #aboutus-timeline .timeline-1940 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1936 {
        margin-bottom: 160px;
    }
    #About #aboutus-timeline .timeline-1936 .column-4 {
        padding-top: 160px;
    }
    #About #aboutus-timeline .timeline-1936 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1936 .column-8 img:nth-child(1) {
        position: absolute;
        left: 5%;
        bottom: -40px;
        z-index: 1;
    }
    #About #aboutus-timeline .timeline-1936 .column-8 img:nth-child(2) {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1928 {
        margin-bottom: 160px;
    }
    #About #aboutus-timeline .timeline-1928 .column-4 {
        margin-top: 160px;
    }
    #About #aboutus-timeline .timeline-1928 .column-8 {
        margin-top: 160px;
        position: relative;
    }
    #About #aboutus-timeline .timeline-1928 .column-8 img:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #About #aboutus-timeline .timeline-1928 .column-8 img:nth-child(2) {
        margin-top: 20px;
        position: relative;
    }
    #About #aboutus-timeline .timeline-1925 {
        margin-bottom: 160px;
    }
    #About #aboutus-timeline .timeline-1921 .column-8 {
        position: relative;
    }
    #About #aboutus-timeline .timeline-1921 .column-8 img:nth-child(1) {
        position: absolute;
        left: 0;
        bottom: -30px;
        z-index: 1;
    }
    #About #aboutus-timeline .timeline-1921 .column-8 img:nth-child(2) {
        position: absolute;
        right: 0;
        bottom: -30px;
        z-index: 1;
    }
    #About #aboutus-timeline .timeline-1921 .column-8 img:nth-child(3) {
        position: relative;
    }
}
@media only screen and (max-width: 1024px) {
    #About #aboutus-timeline>.content-asset>.row {
        background: none !important;
    }
    #About #aboutus-timeline .carousel.slick-initialized {
        position: relative;
    }
    #About #aboutus-timeline .slick-track {
        position: static;
        display: block;
        text-align: center;
    }
    #About #aboutus-timeline .slick-track img {
        width: 100%;
    }
    #About #aboutus-timeline .column-4,
    #About #aboutus-timeline .column-8 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #About #aboutus-timeline .column-4:before,
    #About #aboutus-timeline .column-8:before,
    #About #aboutus-timeline .column-4:after,
    #About #aboutus-timeline .column-8:after {
        content: '';
        display: table;
    }
    #About #aboutus-timeline .column-4:after,
    #About #aboutus-timeline .column-8:after {
        clear: both;
    }
    #About #aboutus-timeline .column-4:last-child,
    #About #aboutus-timeline .column-8:last-child {
        margin-right: 0;
    }
    #About #aboutus-timeline .column-4:first-child,
    #About #aboutus-timeline .column-8:first-child {
        margin-left: auto;
    }
    #About #aboutus-timeline .column-4:last-child,
    #About #aboutus-timeline .column-8:last-child {
        margin-right: auto;
    }
    #About #aboutus-timeline .column-8 img {
        position: static !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
}
#About #aboutus-family .content {
    text-align: center;
}
#About #aboutus-family .content p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
#About #aboutus-family .content .column-6:first-child {
    position: relative;
    left: 50%;
}
#About #aboutus-family .content .column-6:last-child {
    position: relative;
    left: -50%;
}
#About #aboutus-family .content .column-6:first-child {
    position: relative;
    text-align: left;
}
#About #aboutus-family .content .column-6:first-child img {
    display: block;
}
#About #aboutus-family .content .column-6:first-child img:nth-child(1) {
    z-index: 1;
    width: auto;
    max-width: 80%;
    height: auto;
}
#About #aboutus-family .content .column-6:first-child img:nth-child(2) {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 2;
}
#About #aboutus-family .content .column-6:first-child img:nth-child(3) {
    margin-top: 10%;
    margin-left: 10%;
}
@media only screen and (max-width: 1024px) {
    #About #aboutus-family .content .column-6 {
        padding-bottom: 40px;
    }
    #About #aboutus-family .content .column-6 .carousel.slick-initialized {
        position: relative;
    }
    #About #aboutus-family .content .column-6 .slick-track {
        position: static;
        display: block;
    }
    #About #aboutus-family .content .column-6:first-child,
    #About #aboutus-family .content .column-6:last-child {
        position: static;
        left: 0;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #About #aboutus-family .content .column-6:first-child:first-child,
    #About #aboutus-family .content .column-6:last-child:first-child {
        margin-left: auto;
    }
    #About #aboutus-family .content .column-6:first-child:last-child,
    #About #aboutus-family .content .column-6:last-child:last-child {
        margin-right: auto;
    }
    #About #aboutus-family .content .column-6:first-child img:nth-child(1),
    #About #aboutus-family .content .column-6:first-child img:nth-child(2),
    #About #aboutus-family .content .column-6:first-child img:nth-child(3) {
        position: relative;
        width: auto;
        height: auto;
        margin: auto;
    }
}
#About .triple-info .carousel .column-4 img {
    width: 100%;
    max-width: 260px;
    height: auto;
}
#About #NowAndThen {
    text-align: center;
}
#About #NowAndThen p {
    margin: auto;
    width: 65%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.35px;
    font-size: 22px;
}
#About #NowAndThen .icon-end_flourish {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}
#About #NowAndThen .row .column-6 {
    text-align: center;
    float: left;
    clear: none;
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 20px;
}
#About #NowAndThen .row .column-6:before,
#About #NowAndThen .row .column-6:after {
    content: '';
    display: table;
}
#About #NowAndThen .row .column-6:after {
    clear: both;
}
#About #NowAndThen .row .column-6:nth-child(2n) {
    margin-right: 0;
    float: right;
}
#About #NowAndThen .row .column-6:nth-child(2n+1) {
    clear: both;
}
#About #NowAndThen .row .column-6 .index {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
    color: #96701b;
}
#About #NowAndThen .row .column-6 img {
    display: block;
    margin: auto;
}
#About #NowAndThen .row .column-6 p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
#About #CloserLook {
    text-align: center;
}
#About #CloserLook ul.tabcordion li {
    position: relative;
    display: inline-block;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #727272;
    margin-right: 5%;
}
#About #CloserLook ul.tabcordion li:last {
    margin-right: 0;
}
#About #CloserLook ul.tabcordion li.active {
    color: #000;
}
#About #CloserLook ul.tabcordion li.active::after {
    font-family: 'sees-icon-font';
    content: "\e600";
    font-size: 10px;
}
#About #CloserLook ul.tabcordion li.active:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
}
#About #CloserLook .candy-content {
    display: block;
    height: 0;
    overflow-y: hidden;
}
#About #CloserLook .candy-content.active {
    height: auto;
}
#About #CloserLook .candy-content hr {
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    border: none;
    border-bottom: solid #000 1px;
}
#About #CloserLook .candy-content .row .column-4 {
    float: left;
    clear: none;
    width: 26.66666666666663%;
    margin-left: 0;
    margin-right: 10%;
}
#About #CloserLook .candy-content .row .column-4:before,
#About #CloserLook .candy-content .row .column-4:after {
    content: '';
    display: table;
}
#About #CloserLook .candy-content .row .column-4:after {
    clear: both;
}
#About #CloserLook .candy-content .row .column-4:last-child {
    margin-right: 0;
}
#About #CloserLook .candy-content .row .column-4,
#About #CloserLook .candy-content .row .slick-slide {
    text-align: center;
}
#About #CloserLook .candy-content .row .column-4 img,
#About #CloserLook .candy-content .row .slick-slide img {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
#About #CloserLook .candy-content .row .column-4 .font-large-copy-bold,
#About #CloserLook .candy-content .row .slick-slide .font-large-copy-bold {
    display: block;
}
#About #CloserLook .candy-content .row .column-4 p,
#About #CloserLook .candy-content .row .slick-slide p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
@media only screen and (min-width: 1025px) {
    #About #CloserLook .carousel .column-4 img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {
    #About #CloserLook {
        width: 100%;
    }
    #About #CloserLook ul.tabcordion {
        border-top: solid #000 1px;
        border-bottom: solid #000 1px;
        margin: auto -18px;
        padding-left: 20px;
    }
    #About #CloserLook ul.tabcordion li {
        position: relative;
        display: none;
        background: #fff;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #000;
        text-align: left;
    }
    #About #CloserLook ul.tabcordion li.active {
        display: block;
    }
    #About #CloserLook ul.tabcordion li.active:after {
        display: block;
        position: absolute;
        font-family: 'sees-icon-font';
        content: '\e615';
        font-size: 14px;
        top: 10px;
        right: 20px;
        left: auto;
        margin-left: 0;
    }
    #About #CloserLook ul.tabcordion.active li {
        display: block;
        margin-bottom: 20px;
    }
    #About #CloserLook ul.tabcordion.active li.active:after {
        content: '\e611';
        font-size: 4px;
    }
    #About #CloserLook ul.tabcordion.active li:last-child {
        margin-bottom: 0;
    }
}
#About [data-youtube-player-size] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
#About [data-youtube-player-size] .overlay {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#About [data-youtube-player-size] .overlay .text {
    padding-top: 20%;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
}
#About [data-youtube-player-size] .overlay hr.razor {
    display: block;
    border-bottom: solid #fff 1px;
}
#About [data-youtube-player-size] .overlay .play-btn {
    display: block;
    width: 68px;
    height: 68px;
    margin: auto;
    background: url("../images/play-btn.png") top left no-repeat scroll;
}
#About [data-youtube-player-size] img {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: auto;
}
#About [data-youtube-player-size] iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1024px) {
    #About [data-youtube-player-size] .overlay .text {
        padding-top: 5%;
    }
}
#About #aboutus-asseenin .row .column-6 {
    text-align: center;
}
#About #aboutus-asseenin .row .column-6:first-child {
    position: relative;
    left: 50%;
}
#About #aboutus-asseenin .row .column-6:last-child {
    position: relative;
    left: -50%;
}
@media only screen and (max-width: 1024px) {
    #About #aboutus-asseenin .row .column-6:first-child,
    #About #aboutus-asseenin .row .column-6:last-child {
        position: static;
        left: 0;
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #About #aboutus-asseenin .row .column-6:first-child:first-child,
    #About #aboutus-asseenin .row .column-6:last-child:first-child {
        margin-left: auto;
    }
    #About #aboutus-asseenin .row .column-6:first-child:last-child,
    #About #aboutus-asseenin .row .column-6:last-child:last-child {
        margin-right: auto;
    }
}
#About #aboutus-community .blurb {
    text-align: center;
}
#About #aboutus-community .blurb p {
    margin: auto;
    width: 80%;
}
#About #aboutus-community .blurb .icon-end_flourish {
    margin: auto;
}
#About #aboutus-community .world-community {
    text-align: center;
}
#About #aboutus-community .world-community img {
    margin: auto;
}
#About #aboutus-community .world-community p {
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
}
@media only screen and (max-width: 1024px) {
    #About #aboutus-community .carousel.slick-slider .slick-slide.v-pad-bot-module {
        padding-bottom: 0;
    }
}
#About .AboutNavigation {
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#About .AboutNavigation>div {
    position: relative;
    display: inline-block;
    margin: auto;
    height: 45px;
    max-height: 45px;
    background: url("../images/buildabox/btn_slice.png") top left repeat-x scroll;
    cursor: pointer;
    line-height: 50px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 18px;
    margin-right: 18px;
    border: none;
}
#About .AboutNavigation>div:before,
#About .AboutNavigation>div:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 18px;
    height: 45px;
    font-size: 0;
}
#About .AboutNavigation>div:after {
    right: -17px;
    background: url("../images/buildabox/btn_rt.png") top left no-repeat scroll;
}
#About .AboutNavigation>div:before {
    left: -17px;
    background: url("../images/buildabox/btn_left.png") top left no-repeat scroll;
}
#About .AboutNavigation ul li {
    display: inline-block;
}
#About .AboutNavigation ul li a {
    background: none;
    color: #fff;
    font-family: 'AmericanTypewriterStd-Med';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    text-transform: none;
}
#About .AboutNavigation ul li:before {
    content: '\2022';
    padding: 0px 20px;
}
#About .AboutNavigation ul li.no-before:before {
    content: none;
}
#About .AboutNavigation ul li.active a {
    color: #96701b;
}
#About .AboutNavigation--accordion {
    border-top: solid #8c8c8c 1px;
    border-bottom: solid #8c8c8c 1px;
    margin: auto -36px 40px -36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#About .AboutNavigation--accordion .row:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    #About .AboutNavigation ul li:before {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 1024px) {
    #About .AboutNavigation>div {
        background: none;
        color: #000;
        height: auto;
        max-height: initial;
    }
    #About .AboutNavigation>div:before,
    #About .AboutNavigation>div:after {
        display: none;
    }
    #About .AboutNavigation--accordion {
        margin: auto -18px 40px -18px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
.site-content>.row>.column-8>.row .column-9 {
    position: relative;
    left: -25%;
}
.site-content>.row>.column-8>.row .column-3 {
    position: relative;
    left: 75%;
}
.site-content>.row>.column-8>.row .column-6:first-child {
    position: relative;
    left: 50%;
}
.site-content>.row>.column-8>.row .column-6:last-child {
    position: relative;
    left: -50%;
}
@media only screen and (max-width: 768px) {
    .site-content>.row>.column-8 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 0 5%;
    }
    .site-content>.row>.column-8:first-child {
        margin-left: auto;
    }
    .site-content>.row>.column-8:last-child {
        margin-right: auto;
    }
    .site-content>.row>.column-8>.row .column-6:first-child,
    .site-content>.row>.column-8>.row .column-6:last-child,
    .site-content>.row>.column-8>.row .column-9,
    .site-content>.row>.column-8>.row .column-3 {
        position: static;
        left: 0;
    }
    .site-content>.row>.column-8>.row [class*='column-'] {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-content>.row>.column-8>.row [class*='column-']:first-child {
        margin-left: auto;
    }
    .site-content>.row>.column-8>.row [class*='column-']:last-child {
        margin-right: auto;
    }
    .site-content>.row>.column-8>.row [class*='column-'] img {
        margin: auto;
    }
    .site-content>.row>.column-8 [class^='fonts-heading'] {
        text-align: left;
    }
    .site-content .cta-left {
        text-align: center;
    }
    .site-content .double-border-top {
        border-top: solid #000 1px;
    }
    .site-content .double-border-top>div {
        border: none;
    }
}
.site-content .discounts {
    padding: 50px 65px;
}
.site-content .discounts table {
    position: relative;
    width: 100%;
}
.site-content .discounts table tr th {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 16px;
    padding-bottom: 15px;
}
.site-content .discounts table tr th:first-child {
    width: 30%;
}
.site-content .discounts table tr td {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0.35px;
    padding-bottom: 10px;
}
.site-content .discounts table tr td:first-child {
    width: 30%;
}
.site-content .discounts p.footnote {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.25px;
}
@media only screen and (max-width: 768px) {
    .site-content .discounts {
        padding: 15px 10px;
        border: solid #000 1px;
        border-top: none;
        border-bottom: none;
    }
    .site-content .discounts table {
        text-align: left;
    }
}
.site-content .navigation ul {
    margin-left: 20px;
}
.site-content .navigation ul li {
    position: relative;
}
.site-content .navigation ul li.active:before {
    position: absolute;
    left: -20px;
    font-family: 'sees-icon-font';
    content: '\e620';
    font-size: 16px;
}
.site-content .navigation ul li.active {
	color: #96701b;
}
.site-content .navigation ul li {
    margin-bottom: 18px;
}
.site-content .navigation a {
	display: block;
}
.site-content .navigation--accordion {
    display: none;
    border-top: solid #8c8c8c 1px;
    border-bottom: solid #8c8c8c 1px;
    margin: auto -36px 40px -36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.site-content .navigation--accordion .row.subpage {
    padding-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.site-content .navigation--accordion .row:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .site-content .navigation--accordion {
        margin: auto -18px 40px -18px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .site-content .navigation {
        display: none;
    }
    .site-content .navigation--accordion {
        display: block;
    }
}
#CatalogRequest .form-row input,
#CatalogRequest .form-row select.input-select,
.site-content:not(.stories) input:not([type="radio"]):not([type="checkbox"]),
.site-content:not(.stories) textarea,
.site-content:not(.stories) select.input-select {
    width: 50%;
}
input#fsrZipCode {
    width: 100%;
}
.contact-form textarea {
	height: 6em;
}
form .error-message,
.cart-items .form-row .error-message,
.cart-items .error-message,
.site-content .form-row .error-message {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    color: #c01111;
}

.cart-items .item-price .sale {
    color: #c01111;
}

.cart-items .item-price .sale .list-price {
    color: #595959;
    font-weight: normal;
    text-decoration: line-through;
    display: block;
}
.site-content .form-row .form-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
.site-content .form-row input.input-checkbox {
    width: 20px;
}
@media only screen and (max-width: 768px) {
    .site-content .form-row {
        text-align: left;
    }
    #CatalogRequest .form-row input,
	#CatalogRequest .form-row select.input-select,
    .site-content input:not([type="radio"]):not([type="checkbox"]),
	.site-content textarea,
	.site-content select.input-select {
        width: 100%;
    }
    .site-content .cta.cta-left {
        text-align: center;
    }
}
#Fundraising .column-4 {
	width: 25%
}
#Fundraising .column-8 {
	width: 75%
}
.order-forms .form-category {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #000;
}
.order-forms h2 {
	margin-bottom: 1em;
}
.order-forms h3 {
	margin-bottom: 0.25em;
}
.order-forms .max-qty {
	font-size: 11px;
	line-height: 2;
}
.order-forms .item-list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.order-forms .item-list > li {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 1em;
	padding-bottom: 1em;
	justify-content: space-between;
	border-bottom: 1px solid #ECECEC;
}

.order-forms .item-list > li > div {
	flex: 1 0 auto;
	padding-right: .33em;
	line-height: 1;
	text-align: left;
	vertical-align: bottom;
}
.order-forms .item-list > li > div:first-child {
	padding-left: 0;
}
.order-forms .item-list > li > div:last-child {
	text-align: right;
}
.order-forms .cta-link {
	font-size: 13px;
}

.order-forms .item-list .title {
    width: 45%;
}
.order-forms .item-list .order-actions {
	width: 50%;
	white-space: nowrap;
}

.order-forms .action-table {
    display: table;
	border-collapse: collapse;
	width: 100%;
}
.order-forms .action-table > div {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}

.quantity-controls input[disabled] {
	opacity: 1;
	color: rgba(0,0,0,0.5);
	background-color: #fff;
}

.order-forms div.quantity-adjuster {
    min-width: 145px;
    white-space: nowrap;
    text-align: right;
    padding-right: 20px;
}
.order-forms .quantity-controls {
	display: inline-block;
}
.order-forms .quantity-controls label {
	font-size: 13px;
	margin-bottom: .25em;
	line-height: 1;
}
.order-forms .add-to-bag {
	width: 1%;
	white-space: nowrap;
	vertical-align: bottom;
	padding-left: 17px;
	padding-right: 17px;
}

@media only screen and (max-width: 1024px) {
	#Fundraising .column-4 {
    width: 33.3333333333333%;
		padding-right: 10px;
}
	#Fundraising .column-8 {
    width: 66.6666666666667%;
	}
	.order-forms .item-list {
		display: block;
		width: 100%;
	}
	.order-forms .item-list > li {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 1em;
		padding-bottom: 1em;
		justify-content: space-between;
		border-bottom: 1px solid #ECECEC;
	}
	.order-forms .item-list > li:last-child {
		border: none;
	}
	.order-forms .item-list > li > div {
		padding: .33em .5em 0 0;
	}
	.order-forms .item-list > li > div:nth-child(-n+3) {
		width: auto;
		vertical-align: top;
	}
	.order-forms .item-list > li > div:last-child {
		width: 100%;
		margin-top: .5em;
	}
	.order-forms .item-list > li > div:nth-child(2) {
		text-align: right;
		padding-top: 0;
	}
	.order-forms .quantity-adjuster {
		width: 1%;
    	white-space: nowrap;
	}
	.order-forms .add-to-bag {
		width: 90%;
		text-align: right;
	}
	.order-forms .add-to-bag .cta {
		text-align: right;
	}
	.order-forms .quantity-controls label,
	.order-forms div.quantity-adjuster {
        text-align: left;
    }
}

.order-forms .order-actions .how-many-link {
    text-decoration: underline;
}
#CatalogRequest .form-row .error-message {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
    color: #c01111;
}
#CatalogRequest .form-row .form-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 20px;
}
#CatalogRequest .form-row input.input-checkbox {
    width: 20px;
}
@media only screen and (max-width: 767px) {
    #CatalogRequest .form-row {
        text-align: left;
    }
    #CatalogRequest .form-row input,
    #CatalogRequest .form-row textarea {
        width: 100%;
    }
    #CatalogRequest .cta.cta-left {
        text-align: center;
    }
}
#CatalogRequest>.row.content>.column-4:first-child {
    text-align: center;
}
#CatalogRequest>.row.content>.column-4:first-child img {
    width: auto;
    max-width: 90%;
    margin: auto;
}
@media only screen and (max-width: 1024px) {
    #CatalogRequest>.row.form>.column-4 {
        display: none;
    }
    #CatalogRequest>.row.form>.column-8 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #CatalogRequest>.row.form>.column-8:before,
    #CatalogRequest>.row.form>.column-8:after {
        content: '';
        display: table;
    }
    #CatalogRequest>.row.form>.column-8:after {
        clear: both;
    }
    #CatalogRequest>.row.form>.column-8:last-child {
        margin-right: 0;
    }
    #CatalogRequest>.row.form .form-row.checkbox>label {
        display: inline;
    }
    #CatalogRequest>.row.content [class*="column"] {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #CatalogRequest>.row.content [class*="column"]:first-child {
        margin-left: auto;
    }
    #CatalogRequest>.row.content [class*="column"]:last-child {
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px) {
    #CatalogRequest .form-row.selectbox select {
        width: 100%;
    }
}
#dwfrm_contactus_comment+.form-caption {
    line-height: 30px;
}
#Fundraising .header-wrapper {
    padding-top: 100px;
}
#Fundraising .header-wrapper .account-nav {
    width: 100%;
}
#Fundraising .header-wrapper .account-nav h2 {
    margin-bottom: 0;
}
#Fundraising .header-wrapper .account-nav li {
    padding-bottom: 0;
    padding-top: 20px;
}
#Fundraising .header-wrapper .content-header {
    width: 80%;
}
#Fundraising .header-wrapper .fundraiser-asset:last-child .content {
    margin-bottom: 0;
}
#Fundraising header {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
#Fundraising header .title-top {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
#Fundraising header .title-bot {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    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;
}
#Fundraising header .title-bot::after {
    font-family: 'sees-icon-font';
    content: "\e60c";
    font-size: 14px;
}
#Fundraising header .title-bot::after {
    display: block;
    margin-top: 5px;
}
#Fundraising header .double-border {
    border-top: 3px solid #000;
    height: 7px;
    border-bottom: 1px solid #000;
    margin-top: -45px;
}
#Fundraising .content {
    margin-bottom: 30px;
}
#Fundraising .content .row {
    text-align: center;
    margin-top: 60px;
}
#Fundraising .content .row .column-6 p {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
#Fundraising .content p.section-description {
    width: 35%;
    margin: auto;
}
#Fundraising .content img {
    width: 100%;
    margin-bottom: 30px;
}
#Fundraising .content div.cta {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}
#Fundraising .content .expand-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
#Fundraising .content .carousel .fonts-heading3,
#Fundraising .content .carousel p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#Fundraising .content .carousel img {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
#Fundraising .row.triple-info .column-4 {
    float: left;
    clear: none;
    width: 31.3333333333333%;
    margin-left: 0;
    margin-right: 3%;
}
#Fundraising .row.triple-info .column-4:before,
#Fundraising .row.triple-info .column-4:after {
    content: '';
    display: table;
}
#Fundraising .row.triple-info .column-4:after {
    clear: both;
}
#Fundraising .row.triple-info .column-4:nth-child(3n) {
    margin-right: 0;
    float: right;
}
#Fundraising .row.triple-info .column-4:nth-child(3n+1) {
    clear: both;
}
#Fundraising .row.triple-info p {
    width: 60%;
    margin: auto;
}
#Fundraising .catalog-grid-promotion {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#Fundraising .catalog-grid-promotion.laced-border {
    background-color: transparent;
    border-image: url("../images/green-dot-border-top.png") 27% repeat;
    border-width: 7px;
}
#Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner {
    color: #fff;
    background-color: #1aaf69;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
}
#Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner img {
    margin-top: -10px;
    margin-bottom: -25px;
    height: 68px;
}
#Fundraising .slick-slider .slick-prev,
#Fundraising .slick-slider .slick-next {
    font-size: 0;
    position: absolute;
    top: 20%;
    border: none;
    background: 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;
    cursor: pointer;
}
#Fundraising .slick-slider .slick-prev {
    left: 0;
}
#Fundraising .slick-slider .slick-prev::before {
    font-family: 'sees-icon-font';
    content: "\e602";
    font-size: 70px;
    display: block;
}
#Fundraising .slick-slider .slick-next {
    right: 0;
}
#Fundraising .slick-slider .slick-next::before {
    font-family: 'sees-icon-font';
    content: "\e605";
    font-size: 70px;
    display: block;
}
#Fundraising .slick-slider .slick-disabled {
    display: none !important;
}
@media only screen and (max-width: 1024px) {
    #Fundraising .header-wrapper {
        padding-top: 40px;
    }
    #Fundraising .header-wrapper .account-nav {
        display: none;
    }
    #Fundraising .header-wrapper .content-header {
        text-align: center;
        width: 100%;
        padding-bottom: 40px;
    }
    #Fundraising .row .column-6 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #Fundraising .row .column-6:first-child {
        margin-left: auto;
    }
    #Fundraising .row .column-6:last-child {
        margin-right: auto;
    }
    #Fundraising .double-border-top {
        border-top: 3px solid #000;
        padding-top: 3px;
    }
    #Fundraising .double-border-top>div {
        border-top: 1px solid #000;
    }
    #Fundraising .double-border-top.subsection {
        border: none;
    }
    #Fundraising .overlap-heading {
        border-top: 3px solid #000;
        padding-top: 3px;
    }
    #Fundraising .overlap-heading>div {
        border-top: 1px solid #000;
    }
    #Fundraising .overlap-heading header {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    #Fundraising .overlap-heading header .double-border {
        display: none;
    }
    #Fundraising .catalog-grid-promotion.laced-border {
        border-width: 6px;
    }
    #Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner span {
        display: block;
        line-height: 1.2em;
    }
    #Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner span.promotion-text-right {
        font-family: 'AmericanTypewriterStd-Med';
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }
    #Fundraising .catalog-grid-promotion.laced-border .grid-promotion-inner img {
        display: none;
    }
    #Fundraising .content {
        margin-bottom: 60px;
    }
    #Fundraising .content p {
        width: 90% !important;
        margin: 0 auto;
    }
    #Fundraising .content .expand-link {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 19px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        margin-left: auto;
        margin-right: auto;
    }
    #Fundraising .content .row {
        margin-top: 0;
    }
    #Fundraising .content .row .column-6 img {
        width: 100%;
        margin-top: 60px;
    }
    #Fundraising .content .carousel .fonts-refinement-label {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
    #Fundraising .content .carousel .fonts-heading3 {
        width: 80%;
    }
    #Fundraising .content .carousel img {
        width: 90%;
    }
    #Fundraising .content div.cta {
        margin-bottom: 0;
    }
    #Fundraising .content .expand-link {
        margin-top: 40px;
    }
}
#GeneralError .row .column-9 {
    position: relative;
    left: 25%;
    padding-left: 40px;
    padding-right: 40px;
}
#GeneralError .row .column-3 {
    position: relative;
    left: -75%;
}
#GeneralError .error-heading {
    text-align: center;
}
#GeneralError .error-heading p {
    width: 65%;
    margin: auto;
    margin-top: 15px;
}
#GeneralError .error-service p {
    margin-bottom: 15px;
}
#GeneralError .error-page-search {
    padding-left: 40px;
    padding-right: 40px;
    width: 75%;
    float: right;
}
#GeneralError .error-page-search .form-row button {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    #GeneralError .row .column-9,
    #GeneralError .row .column-3 {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: static;
        left: 0;
    }
    #GeneralError .row .column-9:first-child,
    #GeneralError .row .column-3:first-child {
        margin-left: auto;
    }
    #GeneralError .row .column-9:last-child,
    #GeneralError .row .column-3:last-child {
        margin-right: auto;
    }
}
.row:before,
.row:after {
    content: '';
    display: table;
}
.row:after {
    clear: both;
}
.homepage-major-heading {
    white-space: nowrap;
}

@media only screen and (max-width: 480px) {
    .landing-group-tile img {
        width: 70%;
        height: auto;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-hero {
        display: none;
    }
    .homepage-major-heading {
        height: 120px;
    }
    .homepage-major-headline {
        font-size: 0.7em;
        margin-bottom: 15px;
    }
}

.sees-dialog .rates-container {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 15px;
    display: none;
}
@media print {
    .pagebreak {
        page-break-before: always;
    }
}
.landing-group-header .stacked-heading-bold {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.table-layout {
    display: table;
    border-collapse: collapse;
    clear: both;
}
.table-row {
    display: table-row;
}
.table-row>*,
.table-cell {
    display: table-cell;
}
.assistance {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    line-height: 20px;
    text-transform: none;
    padding-left: 18pt;
	padding-right: 17pt;
	opacity: 1;
    -webkit-text-fill-color: #FFFFFF;
    -webkit-opacity: 1;
}
.profit_calculator ul {
    padding-left: 16px;
}
.profit_calculator li {
    display: list-item;
}
.profit_calculator_dropdown select {
    font-family: Arial, Helvetica, sans-serif;
}
.profit_calculator_dropdown select option {
    font-family: Arial, Helvetica, sans-serif;
}
.profit_calculator {
    font-family: Arial, Helvetica, sans-serif;
}
.profitCalculatorDiv input[type="text"],
.profitCalculatorDiv input[type="number"] {
    -moz-appearance: textfield;
    border: 2px solid #000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 9pt;
    letter-spacing: 0.5px;
    outline: medium none;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: none;
    width: 40px;
}
.profitcalc_row {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 24px;
    text-align: left;
}
.profitCalculatorInput {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 44px;
    vertical-align: middle;
    display: inline-block;
}
.calc_helpers_header {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}
.calc_header {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.calc_item {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.calc_item_bold {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.calc_profit {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.profitcalc_additional_profit {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 480px;
    height: 390px;
    overflow: auto;
    display: none;
    color: #000000;
    z-index: 2000;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    top: 77px;
}
.shipping_cost_header {
    font-size: 10pt;
}
.profitcalc_shipping_cost {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 420px;
    height: 240px;
    overflow: auto;
    display: none;
    color: #000000;
    z-index: 2000;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.grand_total_profit_label {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 12pt;
    height: 20pt;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.grand_total_profit_id {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 11pt;
}
.profitCalculatorDiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    padding-right: 5px;
}
.profitcalc-button {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1em;
    outline: medium none;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 30px;
}
.profitcalc-change-all-button {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1em;
    outline: medium none;
    padding: 8px 12px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-bottom: 3px;
}
.profitcalc_header_label {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 5px;
}
.profitcalc_item {
    width: 40%;
}
@media screen and (max-width: 480px) {
    .profitCalculatorDiv input[type="text"],
    .profitCalculatorDiv input[type="number"] {
        -moz-appearance: textfield;
        border: 2px solid #000;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        height: 22px;
        width: 30px;
        letter-spacing: 0.5px;
        outline: medium none;
        padding-left: 3px;
        padding-right: 3px;
        text-transform: none;
    }
    .profitcalc_header {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }
    .profitcalc_row {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        height: 13px;
        line-height: 12px;
        text-align: left;
    }
    .profitCalculatorInput {
        width: 40px;
        height: 10px;
        font-size: 7pt;
    }
    .profitCalculatorDiv {
        font-size: 7pt;
        width: 280px;
    }
    .profitcalc_additional_profit {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        width: 320px;
        height: 310px;
        overflow: auto;
        display: none;
        color: #000000;
        z-index: 2000;
        position: absolute;
        background-color: #FFFFFF;
        opacity: 1.0;
        filter: alpha(opacity=100);
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    .profitcalc_shipping_cost {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        width: 300px;
        height: 230px;
        overflow: auto;
        display: none;
        color: #000000;
        z-index: 2000;
        position: absolute;
        background-color: #FFFFFF;
        opacity: 1.0;
        filter: alpha(opacity=100);
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    .grand_total_profit_label {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 12px;
    }
    .grand_total_profit_id {
        font-size: 7pt;
        line-height: 9pt;
        height: 7pt;
    }
    .profitcalc_item {
        width: 10%;
    }
}
.profitcalc_selection {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 280px;
    height: 140px;
    overflow: hidden;
    display: none;
    color: #000000;
    z-index: 2000;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.profitcalc_smaller_target {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 280px;
    height: 140px;
    overflow: hidden;
    display: none;
    color: #000000;
    z-index: 2000;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 1.0;
    filter: alpha(opacity=100);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
    .profitcalc_selection {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 280px;
        height: 140px;
        overflow: hidden;
        display: none;
        color: #000000;
        z-index: 2000;
        position: absolute;
        background-color: #FFFFFF;
        opacity: 1.0;
        filter: alpha(opacity=100);
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    .profitcalc_smaller_target {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        width: 280px;
        height: 140px;
        overflow: hidden;
        display: none;
        color: #000000;
        z-index: 2000;
        position: absolute;
        background-color: #FFFFFF;
        opacity: 1.0;
        filter: alpha(opacity=100);
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
}
.copyright {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    padding-bottom: 44px;
    line-height: 20px;
    text-transform: none;
    padding-left: 18pt;
    padding-right: 17pt;
}
@media screen and (max-width: 321px) {
    .Calendar__monthControls .column-4:nth-child(1)>div .icon-after {
        padding-top: 16px;
        padding-right: 0;
    }
    .Calendar__monthControls .column-4:nth-child(1)>div span {
        position: absolute;
        margin-left: -10px;
        text-decoration: underline;
    }
}
.out-of-stock-dialog-wrap .dialog-main {
    padding-left: 40px;
    padding-right: 40px;
}
.out-of-stock-dialog .header-row {
    text-align: left;
    padding-left: 40px;
    text-transform: uppercase;
}
.out-of-stock-dialog .oos-dialog-main {
    font-family: Arial, Helvetica, sans-serif;
}
.out-of-stock-dialog .buttons-row {
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .assistance {
        margin-top: 0;
        font-size: 13px;
        padding-bottom: 20px;
    }
    .copyright {
        font-size: 13px;
        margin-top: 0;
        padding-bottom: 41px;
    }
    #footer-actions .social-links a {
        height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .out-of-stock-dialog .header-row {
        text-align: left;
        padding-left: 0;
    }
}

.shipping-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.breadcrumb {
	font-size: 13px;
	font-weight:normal;
    text-transform: capitalize;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding-bottom:1px;
}
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb ol {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	width: 100%;
}
.breadcrumb ol > li {
	line-height: 1;
}
.breadcrumb ol > li:not(:last-child)::after {
	content: '';
	border: solid black;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 3px;
  	margin-right: .5em;
  	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.breadcrumb ol > li:last-child {
    color: #626264;
}

@media only screen and (max-width: 767px) {
	.breadcrumb {
	display:none;
	}
	#search-header .medium .stacked-heading-fancy {
	margin-top:20px;
	}
}
.breadcrumb-element {
    float: left;
    padding-right: 6px;
    line-height: 1;
}
.breadcrumb-element:hover {
    color: #96701b;
}
.breadcrumb-element:last-child {
	font-weight:bold;
}
.breadcrumb-element:hover:last-child {
    color: #000;
}
.breadcrumb .icon-arrow_r.icon-after::after {
    font-size: 10px;
}
.breadcrumb .icon-arrow_r.icon-after:hover {
    color: #000;
}
.sees-react-modal .atc-dialog > div,
.sees-react-modal .atc-dialog > p {
    margin: .75rem auto;
}
.ui-dialog.addtobag .ui-dialog-content {
    font-family: var(--base-font);
    font-size: 1rem;
    letter-spacing: .5px;
    line-height: 1.2em;
    text-align: center;
}
.ui-dialog.addtobag .product-name {
	font-weight: bold;
    text-transform: uppercase;
}

.ui-dialog.addtobag h3 {
    font: var(--atw-font);
    margin-bottom: .5rem;
}
.sees-react-modal .atc-dialog .sub-header,
.ui-dialog.addtobag .sub-header {
    margin-bottom: 5px;
}
.ui-dialog.addtobag .product-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.sees-react-modal .atc-dialog img,
.ui-dialog.addtobag .product-image img {
    width: 100%;
}
.ui-dialog.addtobag .cta .button {
    height: auto;
    padding: 1.25em .25em;
    margin-bottom: 1em;
}
.ui-dialog.addtobag .cta button.link-button:focus {
    color: var(--hilight);
}

.ui-dialog.addtobag .variation-attributes {
    margin: 8px 0;
}
.ui-dialog.addtobag .variation-attributes>* {
    padding: 0 0.25em;
}
.sees-react-modal .atc-dialog .cta > * {
    margin-bottom: 1rem;
}
.password-fields .fieldset-header span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: none;
}
#RegistrationForm .password-fields .fieldset-header h2 {
    margin-bottom: 0;
}
.sees-dialog {
    filter: drop-shadow(0 0px 5px #333);
    font-size: 15px;
}
.captcha-container {
    margin-bottom: 1em;
}
.captcha-container[data-size=invisible] {
    margin: 0;
    padding: 0;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-menu {
  font-size: 15px;
  width: 100%;
}
.menu.primary {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 3em;
}
.menu.primary>li {
  display: inline-block;
  text-align: center;
  height: 3em;
  padding-bottom: 1em;
  padding-left: 5px;
  padding-right: 5px;
  -ms-flex: 1;
  flex: 1;
}

.menu.primary>li div.lnk-wrap a {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-item.flyout div.lnk-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 .5em;
}

.menu-item.expanded div.lnk-wrap a {
  color: #96701b;
}
.menu-item.flyout div.lnk-wrap a:hover::after,
.menu-item.flyout div.lnk-wrap a:focus::after,
.menu-item.flyout.expanded div.lnk-wrap a::after {
  font-family: 'sees-icon-font';
  content: "\e600";
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  bottom: 0;
}
.menu-item .sub-menu {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 3em;
  width: 100%;
}
.menu-item .flyout-ctnr {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -moz-transition: max-height .2s ease, opacity .2s ease;
  -webkit-transition: max-height .2s ease, opacity .2s ease;
  transition: max-height .2s ease, opacity .2s ease;
}
.menu-item.expanded .flyout-ctnr {
  height: auto;
  max-height: 300px;
  opacity: 1;
}
.header-menu:not(.active) .flyout .sub-menu,
.header-menu.active .menu-item.expanded .sub-menu,
.header-menu.active .menu-item.x .sub-menu {
  border-bottom: 3px solid black;
}
.header-menu:not(.active) .flyout .sub-menu::after,
.header-menu.active .menu-item.expanded .sub-menu::after,
.header-menu.active .menu-item.x .sub-menu::after {
  content: '';
  display: block;
  background-color: #000;
  height: 1px;
  border-bottom: 3px solid #fff;
}
.menu-item>a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.primary>.menu-item>a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.menu.secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  opacity: 0;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.menu-item.flyout[data-banner] .menu.secondary {
  height: 70%;
  position: absolute;
  top: 15%;
  left: 40px;
}
.menu-item.expanded .menu.secondary {
  opacity: 1;
}
.menu.secondary li {
  display: inline-block;
  min-width: 20%;
  width: 20%;
  padding: .5em;
  -ms-flex-preferred-size: 20%;
}
.menu.secondary * {
  min-height: 1px;
}
.fld .menu.secondary li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  flex-direction: column;
  padding: 0 1em;
}
.fld .menu.secondary a {
  font-family: 'AmericanTypewriterStd-Med';
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0.35px;
}
.fld .menu.secondary li:not(:last-child)::after {
  content: '|';
  position: absolute;
  top:-2px;
  right:-4px;
}
.menu-item.flyout[data-banner] .menu.secondary {
  flex-direction: column;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -ms-flex-direction: column;
}
.menu-ctnr {
  background-color: rgb(255, 255, 255);
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 1.5em 2em;
}
.menu-item.flyout[data-banner] .menu-ctnr {
  background-color: rgba(255, 255, 255, .90);
  height: calc(100% - 4px);
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-item.flyout[data-banner] .menu-ctnr.cols2 {
  width: 40%;
}
.menu-item.flyout[data-banner] .menu-ctnr.cols3 {
  width: 50%;
}
.menu-item.flyout[data-banner] .menu-ctnr.cols4 {
  width: 65%;
}
.menu-item.flyout[data-banner] .menu-ctnr.cols5 {
  width: 100%;
}
.menu-item .sub-menu .banner {
  width: 100%;
  height: auto;
}
.menu-item .sub-menu .banner img {
  width: 100%;
  display: block;
}
.menu-item.flyout[data-banner] .menu.secondary a {
  width: auto;
  height: auto;
  text-align: left;
}
.menu-item.flyout[data-banner] .menu.secondary li {
  min-width: 32%;
  width: 32%;
  min-height: 24%;
  height: 24%;
  padding: 0;
  -ms-flex-preferred-size: 24%;
}
.menu-item.flyout[data-banner] .cols2 .menu.secondary li {
  min-width: 36%;
  width: 36%;
}
.menu-item.flyout[data-banner] .cols3 .menu.secondary li {
  min-width: 33%;
  width: 33%;
}
.menu-item.flyout[data-banner] .cols4 .menu.secondary li {
  min-width: 25%;
  width: 25%;
}
.menu-item.flyout[data-banner] .cols5 .menu.secondary li {
  min-width: 20%;
  width: 20%;
}
.menu-item.flyout[data-banner] .rows3 .menu.secondary li:nth-child(3n+3) {
  height: 40%;
  min-height: 40%;
}
.menu-item.flyout[data-banner] .rows2 .menu.secondary li:nth-child(2n+2) {
  height: 74%;
  min-height: 74%;
}
.menu-item.flyout[data-banner] .rows1 .menu.secondary {
  min-height: 99%;
  height: 99%;
}
@media only screen and (max-width: 1200px) {
  .menu-item.flyout[data-banner] .menu.secondary {
    height: 85%;
  }
}
.wrap-dialog-header,
.wrap-dialog-header > h2,
.wrap-dialog-header > p {
  margin-bottom: 10px;
}
.wrap-dialog-header,
.sees-dialog .wrap-images-col {
  width: 50%;
  float: left;
  padding: 10px;
}
.wrap-dialog-header,
.sees-dialog .selection-col footer {
  text-align: center;
}
.wrap-dialog-header::after {
  font-family: 'sees-icon-font';
  content: "\e60c";
  font-size: 14px;
}
.sees-dialog .save-wrap-cta.cta {
  margin-bottom: 30px;
}
.sees-dialog .save-wrap-cta.cta .button {
  padding-left: 60px;
  padding-right: 60px;
}
.sees-dialog .wrap-selection-list .wrap-option.selected::after,
.sees-dialog .wrap-selection-list .wrap-option:hover::after,
.sees-dialog .wrap-selection-list .wrap-option:focus::after {
  color: #96701b;
}
.sees-dialog.ui-dialog.wrap-selection .ui-dialog-content,
.wrap-selection .wrap-dialog-header {
    padding-top: 0;
}
.sees-dialog.ui-dialog.wrap-selection .ui-dialog-titlebar {
  padding-bottom: 0;
}
.quickview-modal.sees-dialog.ui-dialog .cta .button {
  background-color: black;
}
.quickview-modal.sees-dialog.ui-dialog .cta .button:hover {
    background-color: #96701b;
}
.quickview-modal.ui-dialog-content {
    padding-bottom: 40px;
}
.quickview-modal.ui-dialog-content .pdp-title-col{
    margin-bottom: 40px;
}
.quickview-modal .klarna-promo {
    display: none;
}
.sees-dialog.quickview-modal .pdp-title-col .link-button {
    margin-bottom: 0;
}
.sees-dialog.quickview-modal .pricing {
    margin-top: .5rem;
}
@media only screen and (max-width: 767px) {
  select.input-select,
  .gift-message-ctnr .cta-link {
		font-size: 15px;
  }
  .pt_checkout .checkout-container .checkout-form h2 {
  	font-size: 19px;
  }
  .popular-candies-carousel header .title-bot {
  	font-size: 21px;
  }
  .medium .stacked-heading-bold,
  .pt_checkout .checkout-container h1 {
  	font-size: 27px;
  }
  .sees-dialog.ui-dialog {
    max-width: 100vw;
  }
  .wrap-dialog-header,
  .wrap-images-col,
  .sees-dialog .selection-col {
    position: static;
    width: 100%;
  }
  .quickview-modal .selection-col {
      width: 67px;
  }
  .sees-dialog .wrap-selection-list {
    width: 60%;
    margin: 0 auto;
  }
  .wrap-selection .wraps-ctnr div.wrap-images-col {
    display: none;
  }
  .sees-dialog .wrap-selection-list .wrap-option {
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding: 1em;
  }
  .sees-dialog .wrap-selection-list .wrap-option.selected,
  .sees-dialog .wrap-selection-list .wrap-option:hover,
  .sees-dialog .wrap-selection-list .wrap-option:focus {
    border-color: #96701b;
  }
  .sees-dialog .wrap-selection-list .wrap-option > div {
    display: block;
  }
  .sees-dialog .wrap-selection-list .wrap-option img {
    height: 120px;
  }
  .sees-dialog .wrap-selection-list .wrap-option-right h3 {
    padding-left: 0;
  }
  .selection-col .save-wrap-cta {
    display: none;
  }
}
.accordion-header::after,
.arrow {
    content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
}
.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.accordion-header[aria-expanded="true"]::after,
.pdp-images .prev .arrow,
.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.accordion-header::after,
.pdp-images .next .arrow,
.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pdp-images {
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  font-size: 17px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.pdp-images.no-thumbs .list-ctnr {
	display: none;
}
.pdp-images .img-list-ctnr {
  position: relative;
}
.quickview-modal .pdp-main .img-list-ctnr .dyn-badge,
.pdp-images .img-list-ctnr .dyn-badge {
    display: none;
}
.pdp-images > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pdp-images > .list-ctnr {
  width: 90px;
}
.pdp-images .primary-image {
  position: relative;
  min-width: 380px;
  width: 95%;
}
.quickview-modal .pdp-images .primary-image {
    min-width: 12.5rem;
    max-width: 23.125rem;
}
.pdp-images .primary-image .list-ctnr {
  width: 1%;
  white-space: nowrap;
}
.pdp-images .primary-image img.primary {
  width: 90%;
}
.pdp-images .next,
.pdp-images .prev {
  width: 100%;
  padding: 6px 0;
}
.pdp-images .product-image-list {
  width: 100%;
}
.pdp-images .list-item .plain-button {
  width: auto;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  margin: 2px auto;
  border: 1px solid #C5C5C9;
  position: relative;
}
.pdp-images .list-item .plain-button:focus,
.pdp-images .list-item .plain-button:hover,
.pdp-images .list-item .plain-button.active {
  border-color: #000;
}
.pdp-images .list-item .img-ctnr {
  display: block;
  width: 100%;
  height: 78px;
}
.pdp-images .list-item .img-ctnr img {
  width: 78px;
  display: block;
  margin: 0 auto;
}
.slick-disabled .arrow {
  border-color: rgba(0,0,0,.33);
}
.pdp-images .btn-ctnr {
  visibility: hidden;
}
.pdp-images.all-arrows .btn-ctnr {
  visibility: visible;
}
.no-message .loader div {
  display: none;
}
.custom-mix-piece-pdp .primary-image {
    padding: 0em 4em;
}
@media only screen and (max-width: 1024px) {
  .pdp-images,
  .pdp-images > div {
    display: block;
  }
  .primary-image .product-tile-badge {
    top: .25em;
  }
  .pdp-images .list-ctnr {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    max-height: 96px;
    height: 100%;
  }
  .pdp-images .list-ctnr > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .pdp-images .list-ctnr .btn-ctnr {
    width: 10%;
    white-space: nowrap;
  }
  .pdp-images .list-ctnr .img-list-ctnr {
    width: 80%;
  }
  .pdp-images .prev .arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .pdp-images .next .arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .pdp-images .product-image-list {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }
  .pdp-images .product-image-list .list-item {
    text-align: center;
    min-width: 24px;
  }
  .pdp-images.tablet-arrows .btn-ctnr {
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .pdp-images {
    width: 100%;
  }
  .pdp-images.no-thumbs .list-ctnr {
  	display: table;
  }
  .pdp-images .list-ctnr {
    max-height: unset;
  }
  .pdp-images .list-item .img-ctnr {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .quickview-modal .slick-track .list-item .img-ctnr {
    margin: 0;
  }
  .quickview-modal .slick-slider .slick-track {
    display: flex;
  }
  .pdp-images .list-item .img-ctnr img {
    width: 100%;
    max-width: 460px;
  }
  .pdp-images .primary-image {
    display: none;
  }
  .pdp-images .list-item .plain-button {
    cursor: default;
  }
  .pdp-images .list-item .plain-button {
    border: none;
  }
  .pdp-images .list-item .plain-button.active::after {
    content: '';
    display: none;
  }
  .pdp-images .dyn-badge {
    display: none;
  }
  .pdp-images .img-list-ctnr {
    border: 1px solid var(--lighter-gray);
  }
  .pdp-images .img-list-ctnr .dyn-badge {
    display: inline-block;
  }
  .pdp-images .img-list-ctnr .dyn-badge.top.left {
    left: 0;
  }
  .pdp-images.mobile-arrows .btn-ctnr {
    visibility: visible;
  }
  .pdp-images .list-item .img-ctnr {
    width: 85%;
    height: 85%;
  }
}
.new-pwd-form {
	max-width: 480px;
	margin-bottom: 5em;
}

.not-found {
	margin: 3em 0;
}
.sees-dialog.ui-dialog .ui-dialog-content {
	background: #fff;
}
.sees-dialog.alert.error {
	max-width: 300px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.help-faqs a,
.help-ingredients a {
	text-decoration: underline;
	color: #000;
}
.help-faqs a[href^="tel:"] {
	text-decoration: none;
}
.help-faqs section,
.help-ingredients section {
	margin: .8em 0;
	padding: .8em 0;
	border-bottom: 1px solid #000;
}
.help-faqs section:first-child,
.help-ingredients section:first-child {
	margin-top: 0;
	padding: 0;
}
.help-ingredients-dlg .sub-header::after,
.help-faqs section:first-child::after,
.help-ingredients section:first-child:after {
	content: '';
	display: block;
	margin-top: 1em;
	padding-bottom: 2px;
	border-top: 3px solid #000;
}
.help-faqs h2,
.help-ingredients h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: .8em;
}
.help-faqs [id^="help-faqs-header"] h2,
.help-ingredients [id^="help-ingredients-header"] h2 {
	font-size: 1.6em;
	letter-spacing: 0;
}
.help-faqs .accordian.list,
.help-ingredients .accordian.list {
	margin: .8em 0;
	padding: 0;
}
.help-faqs .trigger,
.help-ingredients .trigger {
	display: block;
}
.help-faqs .trigger,
.help-faqs .pane,
.help-ingredients .trigger,
.help-ingredients .pane {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.help-faqs .pane {
	padding-top: .5em;
}
.help-faqs .trigger + .pane,
.help-ingredients .trigger + .pane {
	display: none;
	padding-left: 15px;
	max-width: calc(100% - 1.5em);
	line-height: 1.5em;
}
.help-faqs .trigger,
.help-ingredients .trigger {
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	padding: .5em 0;
}

.help-faqs a:hover,
.help-faqs a:focus,
.help-faqs .trigger button:hover,
.help-faqs .trigger button:focus,
.help-ingredients a:hover,
.help-ingredients a:focus,
.help-ingredients .trigger button:hover,
.help-ingredients .trigger button:focus {
	color: #96701b;
	cursor: pointer;
}
.help-faqs .trigger button::before,
.help-ingredients .trigger button::before {
	content: '+';
	display: inline-block;
	vertical-align: top;
	line-height: 18px;
	font-size: 18px;
	width: 15px;
}
.help-faqs .trigger.expanded button::before,
.help-ingredients .trigger.expanded button::before {
	content: '-';
}
.help-faqs .trigger.expanded + .pane,
.help-ingredients .trigger.expanded + .pane {
	display: block;
}
.help-faqs .trigger > button,
.help-ingredients .trigger > button {
	display: inline-block;
	text-align: left;
	overflow: hidden;
	max-width: calc(100% - 1.5em);
}
@media only screen and (max-width: 767px) {
	.help-faqs,
	.help-faqs .accordian.list,
	.help-faqs .trigger,
	.help-faqs .trigger button,
	.help-ingredients,
	.help-ingredients .accordian.list,
	.help-ingredients .trigger,
	.help-ingredients .trigger button {
		text-align: left;
	}
}
.primary-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1366px;
	background-color: #fff;
	text-align: center;
	padding-top: .25rem;
	padding-left: 35px;
	padding-right: 35px;
	margin: .25rem auto 0 auto;
    justify-content: space-between;
}

.primary-header > * {
	width: calc(99% / 3);
	margin-bottom: .5em;
	padding-top: 1em;
}

.primary-header .brgr {
	font-weight: 700;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 1px;
    display: none;
}
.primary-header .brgr .brgr-menu {
	display: inline-block;
	padding: 10px;
	text-align: center;
}
.primary-header .brgr .brgr-menu::before {
	content: "\e610";
	font-family: sees-icon-font;
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}

.primary-header .header-search {
	text-align: left;
    padding-top: 43px;
}

.primary-header .header-search.not-desktop {
	width: 100%;
}

.primary-header .sees-logo {
	padding-top: 0.625rem;
    padding-bottom: 0.875rem;
}
.primary-header .sees-logo a {
	display: block;
}
.primary-header .sees-logo img {
	display: block;
	width: 100%;
	max-width: 17.5rem;
}
.volumesavings .primary-header .sees-logo img,
.fundraising .primary-header .sees-logo img {
    max-width: 17.5rem;
    margin-top: 0.625rem;
    height: auto;
}

.customer-menu-ctnr {
    display: flex;
    flex-wrap: nowrap;
    font-size: 7px;
    font-weight: bold;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.customer-menu-ctnr > * {
    text-align: center;
    position: relative;
    max-width: 110px;
}
.customer-menu-ctnr .label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: .5em;
}
.customer-menu-ctnr img {
    height: 35px;
    width: 35px;
}
.customer-menu-ctnr .cart-qty-ctnr {
	letter-spacing: 0;
	background-color: #B5983D;
	border-radius: 50%;
    font-weight: 200;
	width: 16px;
	height: 16px;
	padding: 2px;
	color: #000;
	text-align: center;
	font-size: 12px;
	position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    display: none;
    line-height: 1;
}
.customer-menu-ctnr .bag:not(.empty) .cart-qty-ctnr {
    display: flex;
    justify-content: center;
}

.customer-menu-ctnr .cart-qty-ctnr > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.customer-menu-ctnr .bag.big .cart-qty-ctnr {
    line-height: .5;
}
.bag.big .cart-qty {
    display: none;
}
.bag.big .cart-qty-ctnr::before {
    content: '...';
}


@media only screen and (min-width: 1025px) {
    .primary-header .customer-menu {
        order: 3;
    }
    .primary-header .brgr,
    .primary-header .header-search {
        order: 2;
        padding-top: 1.5rem;
    }
    .primary-header .sees-logo {
        order: 1;
    }
}
.cust-menu-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-weight: 700;
	font-size: 15px;
}
.cust-menu-container > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}
.primary-header .cart-summary {
	padding-left: 1.6em;
}
.primary-header .cart-summary a {
	text-transform: capitalize;
	display: table;
	width: 100%;
}

.primary-header .cart-summary a > * {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0;
	flex: 1;
}

.primary-header .cart-summary .fancy-cart-qty {
	padding: 0;
	text-align: center;
	font-weight: normal;
    background: url('../images/interface/icon_bag_solid.svg') no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

.primary-header .search-container {
  display: flex;
  border: 1px solid #000;
  width: 95%;
  max-width: 353px;
  position: relative;
  margin: 0 auto;
}

.primary-header .search-field {
  border: 0;
  flex: 1;
  height: 26px;
}
.primary-header input[type="text"].search-field:focus {
    border: 1px;
}
.primary-header ::placeholder {
	color: #000;
	font-size: .9em;
}

.search-form button[type="submit"] {
    background: no-repeat url('../images/interface/icon_search2.png');
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    border-radius: 0;
    padding: 0;
    color: #000;
}
.primary-header .search-container .panel-search-suggestions {
	font-size: 14px;
	letter-spacing: 1px;
	width: calc(100% + 2px);
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	left: -1px;
	top: 27px;
	border-left: 1px #cacaca solid;
	border-right: 1px #cacaca solid;
	border-bottom: 1px #cacaca solid;
	max-height: 0;
	z-index: 1;
	-moz-transition: max-height .3s ease;
	-webkit-transition: max-height .3s ease;
	transition: max-height .3s ease;
}
.primary-header .search-container .panel-search-suggestions.has-results {
	max-height: inherit;
	width: 970px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.3);

}

.suggestion-list {
	text-transform: capitalize;
	max-width: 300px;
    min-width: 300px;
    background-color: #ffffff;
    height: 100%;
    float: left;
    clear: left;
}

.caret-icon-right {
	width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: black;
}

.suggestion-list2 {
	background-color: #ffffff;
	float: left;
	border-left: 1px solid #ccc;
    padding-left: 15px;
}

.suggestion-list2 .product-pricing, .suggestion-list2 .tile-action {
	display: none;
}

.suggestion-list2 .view-all-items {
	display: inline-block;
    margin: 10px 0;
    font-weight: bold;
}

.suggestion-list2 li {
	width: 150px;
	margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    padding-right: 0;
}

.suggestion-list2 li img {
	width: 140px;
    height: 140px;
}

.suggestion-list2 li .product-tile {
	width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0 auto;
    height: 250px;
}

.suggestion-list2 li .product-tile a {
	font-size: 14px;
	padding: 0;
}

.suggestion-list2 li .product-tile .product-tile-no-carousel {
	height: 100%;
}

.suggestion-list2 li .product-tile li a, .suggestion-list2 .product-name, .suggestion-list2 .product-tile-variations, .suggestion-list2 .product-tile-variations span {
	padding-left: 0;
    padding-right: 4px;
    text-align: left;
    width: 100%;
}
.suggestion-list2 .product-tile-info {
    padding-left: 8px;
}
.searchheader {
	text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
}

@media only screen and (max-width: 1024px) {
    .primary-header .brgr {
        order: 1;
        width: calc(99% / 3);
        display: flex;
        justify-content: flex-start;
    }
    .primary-header .sees-logo {
        order: 2;
    }
    .primary-header .customer-menu {
        order: 3;
    }
    .primary-header .header-search {
        order: 4;
        width: 100%;
    }
    div.site-alert {
        padding: 0;
    }
    .site-alert > :first-child,
	.primary-header {
		max-width: 1024px;
	}
    .primary-header .sees-logo img {
        margin: 0 auto;
    }
	.primary-header > *,
	.primary-header .sees-logo {
		padding-top: 0;
		padding-bottom: 0;
		justify-content: center;
	}
	.primary-header .cart-summary .fancy-cart-qty,
	.primary-header .cart-summary {
		padding: 0;
	}
	.primary-header .cust-menu-container {
		padding-top: 2px;
	}
	.primary-header .cart-summary a > .desktop-only,
	.primary-header .desktop-only {
		display: none;
	}
	.primary-header .search-container {
		max-width: 100%;
		width: 100%;
	}
	.primary-header > .header-search {
		padding-top: .5em;
	}
	.primary-header .not-desktop {
		display: flex;
	}
	.primary-header .cart-summary a {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
        height: 50px;
        width: 50px;
        margin-top: -1em;
	}
	.primary-header .cart-summary .fancy-cart-label {
		font-size: 11px;
		padding-top: .5em;
        display: none;
	}
    .mobile-panel .customer-menu-ctnr {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 768px) {
	.primary-header {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.header-menu {
	font-weight: 400;
	letter-spacing: 1px;
}
.header-menu a:hover,
.header-menu a:focus,
.header-menu .l1 > .has-kids > a[aria-expanded="true"] {
	color: #96701b;
}

.header-menu .l1,
.header-menu .l2 > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: relative;
	width: 100%;
}
.header-menu .l1 {
	height: 3em;
}
.header-menu .l1 > li {
	padding: 0 5px;
	text-align: center;
}
.header-menu .l1 > li > a {
	font-family: americantypewriterstd-med;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
}
.header-menu .l1 > .has-kids > a:hover::after,
.header-menu .l1 > .has-kids > a:focus::after,
.header-menu .l1 > .has-kids > a[aria-expanded="true"]::after {
	font-family: sees-icon-font;
	content: "\e600";
	font-size: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	bottom: -1.5em;
}
.header-menu .l2 {
	display: none;
	position: absolute;
	z-index: 1000;
	height: auto;
	overflow: hidden;
	max-height: 0;
	margin-top: 2.4em;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-moz-transition: max-height 250ms ease;
  	-webkit-transition: max-height 250ms ease;
  	transition: max-height 250ms ease;
}
.header-menu .has-kids.active .l2 {
	display: block;
}
.header-menu .l2 > .sub-menu-items {
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
	justify-content: flex-start;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.header-menu .has-kids.folder .l2 > ul > li {
	position: relative;
}
.header-menu .has-kids.folder .l2 > ul > li:not(:last-child)::after {
	content: '';
	height: 50%;
	position: absolute;
	right: 0;
	top: 25%;
	border-right: 1px solid #000;
}
.sees .header-menu .l2 > ul,
.header-menu.expandable .l2 > ul {
	text-align: left;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
.sees .header-menu .l2 > ul > li > .item-title,
.header-menu.expandable .l2 > ul > li > .item-title {
	border-bottom: 1px solid #96701b;
	min-height: 2.25em;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.header-menu.simple .l2 > ul > li:not(.slot-content) {
	max-width: 20%;
	min-width: 20%;
	padding: .5em 1em;
}
.header-menu.simple .l2 > ul.ccols-4 > li:not(.slot-content) {
	max-width: 25%;
	min-width: 25%;
}
.header-menu.simple .l2 > ul.ccols-3 > li:not(.slot-content) {
	max-width: 33%;
	min-width: 33%;
}
html:not(.sees) .header-menu .l2 > ul > li:not(.slot-content) a {
	font-weight: normal;
}
.header-menu.is-open a[aria-expanded="true"] + .l2 {
	-webkit-box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.34);
	box-shadow: 0px 20px 10px -10px rgba(0,0,0,0.34);
}
.header-menu a[aria-expanded="true"] + .l2 {
	padding-bottom: 1em;
	max-height: 500px;
}

.relative-nav-wrapper::after,
.header-menu a[aria-expanded="true"] + .l2::before {
	content: '';
	height: 4px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	border-top: 1px solid black;
	border-bottom: 3px solid black;
}

.relative-nav-wrapper::after {
	display: block;
	bottom: -4px;
    position: static;
}
.header-menu .l2::before {
	display: none;
	bottom: 0;
}
.header-menu a[aria-expanded="true"] + .l2.expanded::before {
	display: block;
}
.header-menu .l2 > ul > li {
	display: flex;
	flex-direction: column;
	min-height: 2em;
	line-height: 1.1em;
	padding-right: 10px;
}
.header-menu .l2 > ul > li:not(.slot-content) > a,
.header-menu .l2 > ul > li > .item-title {
	font-weight: bold;
	font-style: normal;
}
.header-menu .l2 > ul > li:not(.slot-content) {
	flex: 1 0 auto;
	padding-right: 10px;
}
.header-menu .l2 > ul.ccols-4 > li:not(.slot-content) {
	max-width: calc(100% / 4);
}
.header-menu .l2 > ul.ccols-5 > li:not(.slot-content) {
	max-width: calc(100% / 5);
}
.header-menu .l2 > ul.ccols-6 > li:not(.slot-content) {
	max-width: calc(100% / 6);
}
.header-menu .l2 > ul.ccols-7 > li:not(.slot-content) {
	max-width: calc(100% / 7);
}
.header-menu .l2 > ul.ccols-2.scols-3 > li:not(.slot-content) {
	max-width: calc(40% / 2);
}
.header-menu .l2 > ul.ccols-2.scols-2 > li:not(.slot-content) {
	max-width: calc(50% / 2);
}
.header-menu .l2 > ul.ccols-2.scols-1 > li:not(.slot-content) {
	max-width: calc(70% / 2);
}
.header-menu .l2 > ul.ccols-3.scols-3 > li:not(.slot-content) {
	max-width: calc(40% / 3);
}
.header-menu .l2 > ul.ccols-3.scols-2 > li:not(.slot-content) {
	max-width: calc(50% / 3);
}
.header-menu .l2 > ul.ccols-3.scols-1 > li:not(.slot-content) {
	max-width: calc(70% / 3);
}
.header-menu .l2 > ul.ccols-4.scols-2 > li:not(.slot-content) {
	max-width: calc(60% / 4);
}
.header-menu .l2 > ul.ccols-4.scols-1 > li:not(.slot-content) {
	max-width: calc(70% / 4);
}
.header-menu .l2 > ul.ccols-5.scols-1 > li:not(.slot-content) {
	max-width: calc(80% / 5);
}
.header-menu .l2 > ul.ccols-5.scols-1 > li.slot-content,
.header-menu .l2 > ul > li.slot-content {
	max-width: 20%;
}
.header-menu .l2 > ul.scols-2 > li.slot-content {
	max-width: 25%;
}
.header-menu .l2 > ul.scols-1 > li.slot-content {
	max-width: 40%;
}
.header-menu .l3 {
	margin-top: .25em;
	padding-top: .25em;
	padding-bottom: .25em;
}
.header-menu .l3 > ul > li {
	padding: .30em .25em .30em 0;
}
.header-menu .slot-content img {
	max-width: 100%;
}
.header-menu .slot-content a {
	display: inline-block;
}
.header-menu li.slot-content.asset {
	display: flex;
	flex-direction: column;
}
.header-menu li.slot-content.html {
	padding: 0 10px;
}
.mobile-panel .customer-menu-ctnr a {
    display: block;
}
@media only screen and (max-width: 1024px) {
	.sees-dialog.left-panel {
		padding: 0;
	}
	.sees-dialog.left-panel .left-panel-content {
		padding: .5em 0;
		line-height: 1;
	}
	.left-panel-content .customer-menu a {
		display: block;
	}
	.left-panel-content-wrapper::after {
		content: '';
		display: block;
		background-repeat: repeat-x;
		background-position: bottom;
		background-image: url(../images/sees-interface/footer-tile.png);
		margin-top: 2.5em;
		padding-top: 2.5em;
	}
	.m-header-menu .has-kids button,
	.m-header-menu a {
		display: block;
		padding: .5em 0;
		position: relative;
		font-size: 15px;
		letter-spacing: .07em;
		text-transform: uppercase;
		width: 100%;
		text-align: left;
	}
	.m-header-menu .l1 > ul {
		padding: 0 1em;
	}
	.m-header-menu .sub-menu {
		display: none;
		background-color: #fff;
		padding-left: 1.5em;
		height: auto;
		overflow: hidden;
	}
	.m-header-menu ul {
		padding-left: 1.5em;
	}
	.m-header-menu .has-kids > [aria-expanded]::after {
		content: '';
		display: block;
		position: absolute;
		height: 1em;
		width: 22px;
		top: 0;
		right: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url("../images/sees-interface/arrow.svg");
		transform: rotate(-90deg);
	}
	.m-header-menu .has-kids > [aria-expanded="true"] {
		font-weight: bold;
		color: #96701b;
	}
	.m-header-menu .has-kids > [aria-expanded="true"]::after {
		top: 50%;
		background-image: url("../images/sees-interface/arrow-hilight.svg");
		transform: rotate(90deg);
	}
	.m-header-menu .has-kids > [aria-expanded]:hover::after {
		background-image: url("../images/sees-interface/arrow-hilight.svg");
	}
	.left-panel .external-links {
	    font-size: 15px;
	    font-weight: 400;
	    letter-spacing: 0.5px;
	    text-transform: none;
	    background-color: #cacaca;
	    margin-top: 1em;
	    padding-top: 1em;
	    padding-bottom: 1em;
	    padding-left: .8em;
	}
	.left-panel .external-links li {
		padding: .5em 0;
	}
}
.category-tile-list {
	overflow: hidden;
	flex-direction: row;
	width: 75%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	background-color: #fff;
	margin: 3em auto;
}
.category-tile {
	max-width: 30%;
}
.category-tile img {
	max-width: 100%;
}
.category-tile .category-name {
	display: inline-block;
	padding: 1em 0;
}
.category-tile .img-container {
	outline: 1px solid #96701b;
	padding: 5px;
	margin: 5px;
	display: block;
}
.category-tile .img-container:hover {
	outline-width: 2px;
}

.category-list {
	overflow: hidden;
	width: 75%;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
}
.category-list .sub-category {
	display: flex;
	flex-direction: column;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.category-tile-list .category-tile,
.category-list .category-header {
	font-family: AmericanTypewriterStd-Med;
	font-size: 1.1em;
	margin-bottom: .25em;
	letter-spacing: .05em;
	font-weight: 500;
}
.category-list .category-header {
	background-color: #96701b;
	line-height: 2em;
	padding-left: .25em;
}
.category-list .category-header a {
	color: #fff;
}
.category-list .category-header a:hover {
	color: #fff;
}

.category-list .search-results-grid {
	width: auto;
	float: none;
	margin: 0;
}
.category-list .search-result-items {
	justify-content: flex-start;
}

.category-list .search-result-items > li:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
.category-list .view-all {
	text-align: center;
}
.category-list .view-all a {
	text-decoration: underline;
	font-size: .9em;
	letter-spacing: .05em;
}

.selectbox select,
select.input-select {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	color: #444;
	line-height: 1.33;
	padding: .33em 1.4em .33em .33em;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #000;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
    height: 40px;
}
.select-address .input-select.address-select-list {
    width: 100%;
}
.selectbox select:focus,
select.input-select:focus {
	border: 2px solid #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.selectbox select,
	select.input-select {
		background-image: none;
		background-position: 0 0;
		background-size: auto;
		padding: .33em .33em .33em .33em;
    }
	.selectbox select::-ms-expand,
	select.input-select::-ms-expand {
		display: inline-block;
	}
}

.selectbox select:-moz-focusring,
select.input-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.selectbox select option,
select.input-select option {
	font-weight: normal;
}
.simple-header .cart-summary,
.simple-header .nav-container {
	display: none;
}
.primary-header .logo-container a {
  display: block;
}
.search-result-options label {
	margin: 0;
}
.search-result-options .selectbox select {
	display: inline-block;
}
.dbl-line-thin-thick,
.dbl-line-thick-thin {
	position: relative;
}
.dbl-line-thin-thick::after,
.dbl-line-thick-thin::after {
	content: '';
	height: 4px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	display: block;
	bottom: -4px;
}
.dbl-line-thin-thick::after {
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}
.dbl-line-thick-thin::after {
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.content-page {
	margin-top: 1.8em;
}
.content-hits .ca-ctnr {
	margin-top: 2.5em;
	padding-bottom: 2.5em;
}
.content-hits h2 {
	font-family: 'AmericanTypewriterStd-Med';
    font-size: 1.9em;
    margin-bottom: 1.9em;
    text-align: center;
}
.content-page h1,
.content-hits h1 {
	font-family: 'AmericanTypewriterStd-Med';
    font-size: 2.1em;
    text-align: center;
}
.content-hits h1::after {
	display: block;
	margin-top: 1em;
}
.content-hits div.expand-cta {
	display: block;
}
.content-hits .expand-cta > button {
	text-decoration: underline;
	text-transform: uppercase;
}
.content-page .expand-cta,
.content-hits .expand-content,
.content-hits .expanded .expand-cta {
	display: none;
}
.shipments-list .product-item .name {
	font-weight: bold;
}
.shipments-list .attributes-container > span:first-of-type {
	margin-left: 0;
}
.shipments-list .custom-mix-items {
	margin-top: .5em;
	font-size: .85em;
}
.size-info,
.candyWeightVariation-info {
	font-size: .8em;
}
.size-info a,
.candyWeightVariation-info a {
	padding: .2em 0;
	text-decoration: underline;
	letter-spacing: 0.5px;
}

.size-comparison {
	width: auto;
	max-width: 650px;
	margin: 1em auto;
	font-size: 1.25em;
}
.size-comparison table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.size-comparison table caption {
	caption-side: top;
	padding: 0 1em .5em 1em;
}
.size-comparison thead,
.size-comparison tbody {
	border: 1px solid #CCC;
}
.size-comparison thead th {
	text-transform: uppercase;
	padding: 1em .25em;
	white-space: nowrap;
}
.size-comparison tbody tr:nth-child(odd) {
	background-color: #ECECEC;
}
.size-comparison tbody td {
	padding: .75em .25em;
}
input:-moz-ui-invalid {
	-moz-box-shadow: none;
	box-shadow: none;
}
.customer-story {
	margin: 0 auto;
	padding: 0 1em;
    width: 85%;
}
.customer-story .thank-you .thanks {
    display: block;
    margin-bottom: .75em;
}
.customer-story .thank-you .buttontype2,
.customer-story .thank-you a:hover > .buttontype1 {
    display: inline-block;
}
.customer-story .thank-you .buttontype1,
.customer-story .thank-you a:hover > .buttontype2 {
    display: none;
}
.customer-story .thank-you .fonts-lead {
    font-size: 1.1em;
}
.customer-story .thank-you .leader {
    display: table;
    width: 100%;
}
.customer-story .thank-you .leader-copy {
    display: inline-block;
    text-align: center;
}
.customer-story .thank-you .leader-copy > * {
    margin-bottom: .25rem;
}
.customer-story .thank-you .leader > * {
    display: table-cell;
    width: 50%;
    padding: 0 1em;
    vertical-align: middle;
}
.customer-story .thank-you .leader > :first-child {
    text-align: center;
}
.customer-story .thank-you .leader > :last-child {
    text-align: left;
}
.customer-story .form-caption {
    font-size: 14px;
    font-weight: bold;
}
.customer-story .req-msg {
    font-style: italic;
}
.customer-story .primary-content {
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
}
.customer-story textarea {
	height: 14em;
}
.customer-story header {
    text-align: center;
}
.site-content.stories textarea,
.site-content.stories select,
.site-content.stories input:not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	border-width: 1px;
}

@media only screen and (max-width: 767px) {
    .customer-story {
        width: 100%;
    }
    .customer-story .field-group {
        display: block;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
    }
    .customer-story .field-group.three-col > div,
    .customer-story .field-group.two-col > div {
        width: 100%;
    }
    .customer-story .field-group > div + div {
        margin-left: 0;
    }
    .customer-story .thank-you .leader > :first-child {
        display: none;
    }
    .customer-story .thank-you .leader > :last-child {
        text-align: center;
        width: 100%;
    }
}

.cart-ctnr .btree-buttons,
.cart-ctnr .braintree-paypal-buttons-wrap {
	text-align: center;
	padding-bottom: 0;
}
.cart-ctnr .btree-buttons {
	margin-bottom: 1em;
}
.cart-ctnr .cp-options {
	display: inline-block;
	font-size: .8em;
	margin: 0 auto;
}
.cart-ctnr .cp-options,
.cart-action-checkout .cta button {
	min-width: 230px;
    max-width: 100%;
    width: 100%;
}
.braintree_pp {
	border-bottom: 1px solid #ccc;
}

.form-row.pm-paypal label {
	display: inline-block;
	margin-bottom: 0;
}
.form-row.pm-paypal label > span {
	display: inline-block;
}
.form-row.pm-paypal label .pp-email {
	text-transform: none;
	margin-left: .25em;
	font-weight: bold;
}
.form-row.pm-paypal a {
	color: #96701b;
	text-decoration: underline;
	text-transform: lowercase;
	margin-left: .33em;
}
.form-row.pm-paypal a:hover,
.form-row.pm-paypal a:focus {
	color: #000;
}
#cart-wrapper .braitnree-cart-paypal-button > .paypal-button.paypal-button-context-iframe > .zoid-outlet > iframe.zoid-component-frame {
	z-index: 50;
}

.notifyme-email .label {
	margin-bottom: 5px;
}
.notifyme-inputs .notifyme-submit {
	margin-top: 10px;
}
.notifyme-message p {
	margin: 10px 0;
}
.notifyme-email .email {
	margin-bottom: 10px;
    width: 100%;
}
.notifyme-email .incorrectemail {
	color: red;
    display: none;
}
.notifyme-email .email.invalid + .incorrectemail {
    display: block;
}
.notifyme {
    margin-bottom: 1rem;
}

/* *********** styling here for the OOBO category landing page ********** */

.category-product-header {
	display: table;
	width: 100%;
}
.category-product-header > * {
	display: table-cell;
	vertical-align: middle;
}
.category-product-header .category-product-image {
	display: table-cell;
	padding: 12px;
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.category-product-header .category-product-image a {
	display: inline-block;
}
.category-product-header .category-product-name-id {
	font-family: AmericanTypewriterStd-Med;
	font-size: 2em;
	padding: 0 .5em;
	text-align: left;
}
.grid-tile.productrow {
	width: 100%;
}
.grid-tile.productrow:empty {
	display: none;
}
.product-tile-info {
	display: table;
	table-layout: fixed;
	width: 100%;
    text-align: left;
    padding-left: 31px;
}
.product-tile-info li {
	display: table-row;
}
.product-tile-info li .cell {
	display: table-cell;
	padding: .25em .5em;
	vertical-align: top;
}
.product-tile-info > li:nth-child(odd) {
	background-color: #ececec;
}
.product-tile-info > li > div {
	display: table-cell;
	font-size: 13px;
	padding: .25em .5em;
	vertical-align: top;

}
.product-tile-info li .product-id {
	text-align: right;
	width: 10ch;
}
.product-tile-info li .variations {
	padding: .25em 0;
	text-align: left;
}
.product-tile-info li .promo-callout {
	color: #c01111;
}
.product-tile-info li .product-price {
	text-align: right;
	width: 25ch;
}
.product-tile-info li .product-price.discounted .standard-price {
	color: #595959;
	text-decoration: line-through;
}
.product-tile-info li .product-price.discounted .sale-price {
	color: #c01111;
}
.product-tile-row .quantity-controls button.plain-button,
.product-tile-row .quantity-controls .qty-hdr {
	display: none;
}
.product-tile-row .tile-action {
	display: table-cell;
	margin: 0;
	padding: .25em .5em;
	text-align: left;
	vertical-align: top;
	width: 20ch;
}
.product-tile-row .tile-action button {
	cursor: pointer;
	font-size: 1em;
	line-height: initial;
	padding: .25em;
	text-align: center;
	vertical-align: top;
}
.product-tile-row .item-quantity {
	display: table-cell;
	padding: .25em .5em;
	vertical-align: top;
	width: 12ch;
}
.product-tile-row .item-quantity input {
	    width: 8ch;
    text-align: center;
    padding: .25em;
    border: 1px solid black;
    line-height: inherit;
    height: auto;
}
.minicart-wrapper {
	display: block;
	float: left;
	font-size: 13px;
	height: 100%;
	padding: 0 1em 1em;
	vertical-align: top;
	width: 350px;
}
.minicart-wrapper .mincart-holder {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}
.minicart {
	background: #fff;
	display: table-cell;
	float: left;
	padding: 0 1em 1em;
	width: 350px;
}
.minicart.fixed {
	position: fixed;
	top: 170px;
	z-index: 1;
}
.minicart.fixed.noscroll {
	bottom: 0;
	position: absolute;
	top: auto;
}
.minicart .actions {
	display: block;
	width: 100%;
}
.minicart .actions a {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 1em;
	 padding: .5em;
	text-align: center;
}
.minicart .messages {
	display: block;
	margin: 1em auto;
	text-align: center;
	width: 100%;
}
.minicart .messages > div {
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.minicart .messages .addtobagh3 {
	display: table-caption;
}
.minicart .messages .sub-header,
.minicart .messages .product-image,
.minicart .messages .dialog-actions {
	display: none;
}
.minicart .messages .item {
	font-style: italic;
}
.minicart .minicart-items.scroller {
	height: calc(100vh / 2);
	overflow: scroll;
}
.minicart .mini-cart-product {
	border: 1px solid #ccc;
	margin: .5em 0;
	padding: .5em;
}
.minicart .mini-cart-product img {
	display: table-cell;
	float: left;
	height: 50px;
	width: 50px;
}
.minicart .mini-cart-product .mini-cart-name {
	float: left;
	font-size: 13px;
}
.minicart .mini-cart-product .mini-cart-name a {
	font-weight: bold;
}
.minicart .mini-cart-attributes {
	display: table-cell;
}
.minicart .mini-cart-attributes .attribute {
	display: table-cell;
	padding-right: 5px;
}
.minicart .mini-cart-attributes .attribute .label {
	display: none;
}
.minicart .mini-cart-pricing {
	display: table;
	padding-top: .8em;
	width: 100%;
}
.mini-cart-pricing .label {
	font-size: .8em;
	text-decoration: underline;
	text-transform: capitalize;
}
.mini-cart-pricing > div {
	display: table-cell;
	width: 33%;
}
.mini-cart-pricing .mini-cart-item-price span {
	display: block;
}
.mini-cart-pricing.discounted .mini-cart-price {
	color: #c01111;
}
.mini-cart-pricing.discounted .standard {
	color: #595959;
	text-decoration: line-through;
}
.mini-cart-pricing .mini-cart-item-price {
	text-align: left;
}
.mini-cart-pricing .mini-cart-qty pli-id {
	display: none;
}
.mini-cart-pricing .mini-cart-qty button.plain-button {
	display: none;
}
.mini-cart-pricing .mini-cart-qty input {
	border: 1px solid #000;
	height: auto;
	padding: .25em;
}
.minicart .mini-cart-total-price {
	text-align: right;
}
.minicart .order-totals-table {
	display: table;
	width: 100%;
}
.minicart .order-totals-list li.order-subtotal {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
}
.minicart .order-totals-list li.order-subtotal > * {
	padding-top: .5em;
	width: 50%;
}
.minicart .order-totals-list li.order-subtotal > *:last-child {
	padding-right: 0;
	text-align: right;
}
.checkout-container input.email[readonly] {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.checkout-container .email-list-copy {
	padding: .33em 0;
}
.mini-payment-instruments .section-header {
    text-align: center;
}
.cart-adjustment-col .promo-msg {
    font-size: .9rem;
    padding: .5rem 0;
    color: #c01111;
    clear: both;
}
.threshold-warning {
    margin-top: 1em;
}
.checkout-form .greyBox {
    display: block;
}
.field-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.field-group.two-col > div {
    width: 50%;
}
.field-group.three-col > div {
    width: 33.33333%;
}
.field-group > div + div {
    margin-left: 5px;
}
.field-group > div input,
.field-group > div select,
.field-group > div textarea {
    width: 100%;
}
.newsletter-subscribe {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.newsletter-subscribe header {
    margin-bottom: 1rem;
}
.newsletter-subscribe .captcha-container > div {
    margin: 0 auto;
}
.newsletter-subscribe form > legend {
    margin-bottom: 1.5em;
}
.newsletter-subscribe .newsletter-topics legend {
    margin-bottom: 1em;
}
.newsletter-subscribe form input:not([type="checkbox"]) {
    width: 100%;
}
.newsletter-subscribe .ppolicy {
    text-align: center;
    padding-bottom: 2em;
}
.newsletter-subscribe .thank-you-wrapper {
    padding-top: 2rem;
}
.registration .birthdate-fields {
    width: 80%;
}
fieldset .birthdate-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
fieldset .birthdate-fields > div {
    flex: 1 1 auto;
    padding-right: .25em;
}
#RegistrationForm .birthdate-fields select,
fieldset .birthdate-fields > div select {
    width: 100%;
}
.emailnewsletter-signup {
    text-align: center;
}
.preferences-wrapper {
    width: 100%;
    height: auto;
    overflow: visible;
    max-width: 1366px;
    margin: 0 auto;
}
.preferences-wrapper iframe {
    height: 800px;
    width: 100%;
    border: 0;
}

/* sf chatbot */
.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #005290;
	font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #005290;
}
.multiline span {
    display: block;
}
.sees-dialog.ui-dialog .ui-dialog-title {
    text-overflow: unset;
}

/* Social */
.Instagram-fonts-normal {
    font-family: Arial, Helvetica, sans serif;
    font-size: 16px;
}

.InstagramsocialMediaContainer {
    height: 450px;
    width:100%;
    clear:both;
    margin-top: 1.25em;
}

.Instagramnewsroom-home-bold {
    font-family: 'AmericanTypewriterStd-Med';
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-align: center;
    margin: .8em 0;
}
.contact-us-thankyou h2 {
    margin-bottom: .5em;
}

@media only screen and (max-width: 768px) {
    .InstagramsocialMediaContainer {
        height: 500px;
    }
}
@media only screen and (max-width: 480px) {
    .InstagramsocialMediaContainer {
        height: 550px;
    }
}
.pc-iframe {
    height: 800px;
}
.out-of-stock-dialog .image-column {
    width: 100px;
    max-width: 100px;
    text-align: center;
}
.out-of-stock-dialog .oos-header-copy {
    border-top: 1px solid #C5C5C9;
    padding-bottom: .5em;
}
.out-of-stock-dialog .oos-header-copy > span {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
.out-of-stock-dialog .item-row {
    border-top: 1px solid #C5C5C9;
    padding-top: 1em;
}
.error-form.adjusted-msg {
    font-size: .8rem;
}
.give-feedback {
	width: 45%;
}
.site-alert {
    text-align: center;
    font-size: .9rem;
    line-height: 1.5rem;
    padding: 0 35px;
    background-color: #fff;
}
.site-alert > :first-child {
    display: block;
    width: 100%;
    max-width: 1296px;
    padding: .25rem;
    color: #fff;
    background-color: #010101;
    margin: 0 auto;
}
.pt_checkout .site-alert {
    padding: 0;
    max-width: none;
}
.pt_checkout .site-alert > :first-child {
    max-width: none;
}
.icp-custom-wrapper {
    position: relative;
    overflow: visible;
    display: none;
}
.icp-custom-button.plain-button {
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 40px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.icp-custom-button .off-screen {
    color: #fff;
}
button.icp-custom-button:hover {
    background-color: #000;
    color: #fff;
}
.badge-show::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74.2 58.79'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M66.24,47.07c-.95-.37-1.81-.66-2.64-1a38.77,38.77,0,0,1-11.7-7.88,4.06,4.06,0,0,0-2.59-1.06c-6.81-.09-13.61,0-20.41,0-2.64,0-4.09-1-4.4-3.66a72,72,0,0,1-.27-7.92c0-6.57-.06-13.14,0-19.7A7.18,7.18,0,0,1,25.14,2,4.63,4.63,0,0,1,28.28.09c14-.12,28-.1,42-.06,2.37,0,3.92,1.92,4,4.85,0,5.37,0,10.73,0,16.1,0,3.78.07,7.56-.06,11.33-.12,3.41-1.62,4.74-5,4.75-1.83,0-3.65.1-5.48,0C62.66,37.08,63.92,43.67,66.24,47.07ZM63.9,19.3a3,3,0,0,0-3.18-3,3,3,0,0,0-3,3.2,2.92,2.92,0,0,0,3.05,2.9A3,3,0,0,0,63.9,19.3ZM37.62,22.4a3.06,3.06,0,1,0,0-6.11,3,3,0,0,0-3,3A2.93,2.93,0,0,0,37.62,22.4Zm11.54-.07a2.85,2.85,0,0,0,3.12-3,3,3,0,0,0-3.09-3.08,3.05,3.05,0,0,0-3,3.14A2.9,2.9,0,0,0,49.16,22.33Z'/%3E%3Cpath class='cls-1' d='M6.63,58.79c2.57-3.09,4.14-6.23,4.27-10.06-2.14,0-3.73,0-5.32,0-3.34,0-5.31-1.6-5.42-4.94C0,37.74,0,31.67,0,25.61c0-2.58.06-5.17.09-7.76.05-4.37,1.74-6.08,6-6.08,4.91,0,9.83,0,14.74,0,1.32,0,1.74.41,1.72,1.73-.05,5.93,0,11.86,0,17.8A15.75,15.75,0,0,0,23,34.82a5.24,5.24,0,0,0,5.36,3.93c6.3,0,12.61.06,18.91,0,1.56,0,2.21.44,2,2-.08.69,0,1.39,0,2.09-.16,4.22-1.89,5.88-6.09,5.88-5.93,0-11.85,0-17.77,0A4.17,4.17,0,0,0,22.12,50,36,36,0,0,1,7.61,58.63,6.42,6.42,0,0,1,6.63,58.79Z'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 30px;
	display: block;
	width: 50px;
	height: 50px;
}
.badge-minimize,
.icp-custom-wrapper.active .badge-show {
    display: none;
}
.icp-custom-wrapper.active .badge-minimize {
    display: block;
}
.svg-icon {
	fill: rgb(255, 255, 255);
}
.quickview-modal .notifyme {
    max-width: 300px;
}
.checkerboard::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg%20id%3D%22Checkerboard%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20id%3D%22Rectangle_90%22%20data-name%3D%22Rectangle%2090%22%20width%3D%2217%22%20height%3D%2217%22%20transform%3D%22translate(17)%22%2F%3E%3Crect%20id%3D%22Rectangle_92%22%20data-name%3D%22Rectangle%2092%22%20width%3D%2217%22%20height%3D%2217%22%20transform%3D%22translate(0%2017)%22%2F%3E%3Crect%20id%3D%22Rectangle_91%22%20data-name%3D%22Rectangle%2091%22%20width%3D%2217%22%20height%3D%2217%22%20transform%3D%22translate(17%2017)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20id%3D%22Rectangle_93%22%20data-name%3D%22Rectangle%2093%22%20width%3D%2217%22%20height%3D%2217%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-size: clamp(24px, 3vw, 32px);
    background-repeat: repeat-x;
	display: block;
	height:  clamp(24px, 3vw, 32px);
}
.order-total.shipment-total > * {
    border-top: 1px solid #AAA;
    padding-top: .25rem;
}
.order-totals-list li {
    margin-bottom: 0;
    line-height: 1.5em;
}
.order-totals-list .grp {
    font-size: .8rem;
}
.order-totals-list .grp > :first-child {
    padding-left: .5rem;
}/* BV overrides */
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-btn:focus,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-feedback-btn-container .bv-content-btn:focus,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-secondary-content-actions-container .bv-content-btn:focus,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-feedback-vote-active .bv-content-report-btn:focus,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-btn:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-feedback-btn-container .bv-content-btn:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-secondary-content-actions-container .bv-content-btn:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-feedback-vote-active .bv-content-report-btn:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-mbox .bv-mbox-close:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-mbox .bv-mbox-close:focus,
.bv-cv2-cleanslate.bv-mbox-opened .bv-mbox-inner .bv-focusable:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
    border: none !important;
    border-width: 0 !important;
    outline-width: 0 !important;
    color: #96701b !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-secondary-ratings-container:hover .bv-content-secondary-ratings-value,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-secondary-ratings-container:focus .bv-content-secondary-ratings-value,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-secondary-ratings-container:active .bv-content-secondary-ratings-value,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-pseudo-focused .bv-content-secondary-ratings-container .bv-content-secondary-ratings-value,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-inline-histogram-row-active .bv-content-secondary-ratings-value {
    background-color: #96701b !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-pseudo-focused {
    outline-color: #96701b !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-section-summary .bv-content-title {
    font-weight: bold !important;
    font-size: 1.1rem !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-pagination {
    background-color: #FFF !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-pagination-container .bv-content-btn {
    background-color: #000 !important;
    color: #FFF !important;
    line-height: 2em !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-pagination-container .bv-content-btn > span {
    text-transform: uppercase !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-pagination-container .bv-content-btn:hover,
.bv-review-summary.reviews .bv-cv2-cleanslate .bv-content-pagination-container .bv-content-btn:focus {
    background-color: #96701b !important;
    color: #FFF !important;
}
.bv-review-summary.reviews .bv-cv2-cleanslate button.bv-write-review:focus {
    outline-width: 0 !important
}
.thanks-wrapper p,
.catalog-request-form p {
    margin: .5rem 0;
}
.catalog-request-form .row-country {
    display: none;
}
.catalog-request-form legend {
    margin: 1rem 0;
}
.thanks-wrapper {
    margin-top: 1rem;
}
.fundraising-help-catalogs-download-pdf {
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ececec;
}

.help-ingredients-dlg .help-ingredients {
    width: 600px;
    overflow-y: auto;
    margin-bottom: 1em;
}
.help-ingredients-dlg .help-ingredients > section:first-of-type {
    display: none;
}
.help-ingredients-dlg .help-ingredients section {
	margin: .25em 0;
	padding: .25em 0;
	border-bottom: 1px solid #000;
}
.help-ingredients-dlg .sub-header {
    border-bottom: 1px solid #000;
}
.help-ingredients-dlg .sub-header::after {
    margin-top: .25em;
}

.ui-dialog.sees-dialog.help-ingredients-dlg .ui-dialog-title {
    font-family: var(--base-font);
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.25px;
}
.title-column-description {
    position: relative;
    max-height: 7.5em;
    overflow: hidden;
    margin-bottom: 1em;
    font-size: 15px;
}
.title-column-description.expanded {
    max-height: none;
}

.title-column-description .more-link {
    background-color: #fff;
    padding-left: .5em;
    display: inline-block;
    color: var(--hilight);
    text-align: left;
    right: 0;
    z-index: 1;
}
.title-column-description .more-link:hover {
    background-color: #fff;
    color: #000;
}
.title-column-description .more-link::after {
    content: '\2026';
    display: inline-block;
}
.title-column-description.expanded {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.othorpe::before {
    content: '\0023';
    display: inline-block;
    margin-right: .25ch;
}
.consent-ctnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    line-height: 1.25;
    font-size: .8rem;
    padding: 1rem 1rem 0 1rem;
}

.consent-ctnr a {
    text-decoration: underline;
}
.consent-ctnr a:hover,
.consent-ctnr a:focus {
    color: var(--hilight);
}
.consent-ctnr .consent-disclaimer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1296px;
    width: 90%;
    background-color: #ececec;
    border: 1px solid #595959;
    border-bottom: none;
    -webkit-box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.35);
}

.consent-disclaimer > * {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.consent-disclaimer .consent-copy {
    flex: 1 1 auto;
}
.consent-disclaimer .action-button {
    margin: 0;
}
@media only screen and (max-width: 1024px) {
  .consent-ctnr .consent-disclaimer {
    display: block;
    width: 100%;
  }
}

.wwp-msg a {
    font-size: 1em;
    text-decoration: underline;
}
.crl8-ctnr {
    margin-top: 2rem;
}
.mobile-app-privacy-request {
    font-size: 1rem;
    text-align: left;
    padding-top: 1rem;
}
.mobile-app-privacy-request a {
    text-decoration: underline;
}
.mobile-app-privacy-request h4 {
    font-weight: bold;
    margin: 1rem 0;
}
.mobile-app-privacy-request p {
    line-height: 1.25;
    margin: 1rem 0;
    font-size: 1rem;
}
.mobile-app-privacy-request ol,
.mobile-app-privacy-request ul {
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 1em;
    line-height: 1.5;
}
.mobile-app-privacy-request ol {
    list-style-type: decimal;
}
.mobile-app-privacy-request ul {
    list-style-type: circle;
}
.mobile-app-privacy-request li {
    display: list-item;
}
.mobile-app-privacy-request .sees-address {
    margin-left: 1rem;
}
.list-of-cm-pieces .customMix-list {
    display: table;
}
.list-of-cm-pieces .customMix-list > * {
    display: table-row;
}
.list-of-cm-pieces .customMix-list > * > * {
    display: table-cell;
    min-width: auto;
}
.list-of-cm-pieces .customMix-list .flavor-qty {
    width: 20px;
    white-space: nowrap;
    text-align: right;
}
.list-of-cm-pieces .customMix-list .flavor-name {
    padding-left: .25em;
}
.ReactModal__Overlay--after-open {
    z-index: 10000;
}
.order-track {
    margin: 0 auto;
    padding: 0 1rem 2rem 1rem;
    background-color: #fff;
    position: relative;
}
.order-track,
.order-track .order-track-result,
.order-track .order-track-result .shipping-info {
    margin-top: 1em;
}
.order-track h1 {
    margin-bottom: 1em;
}

.order-track form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1em;
}
.order-track form > * {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0;
}

.captcha-branding {
    width: 100%;
    font-size: .8rem;
    padding: .25rem;
    color: var(--light-gray);
    position: absolute;
    bottom: 0;
    left: 0;
}
.captcha-branding a {
    color: var(--light-gray);
}
.order-track-result:empty {
    display: none;
}
.order-track-result {
    display: inline-block;
    margin-bottom: 2rem;
    background-color: var(--dark-white);
    padding: .33em;
    border-radius: 4px;
}
.order-track-result .order-header {
    display: flex;
    flex-wrap: none;
    width: 100%;
    gap: 1em;
}
.order-track-result.not-found {
    background-color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.order-track-result .order-header > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.order-track-result .label {
    margin: 0;
}
.order-track .track-wrapper .order-track-result,
.order-track-result .order-header .order-date {
    flex: 1 1 auto;
}
.order-track-result .label {
    padding-bottom: .25em;
}
.order-track .shipping-info td {
    line-height: 1.5;
}
.order-track .shipping-info td {
    padding: .25em;
}
.order-track .shipping-info td + td {
    padding-left: 2em;
}
.order-track .shipping-info thead {
    background-color: var(--almost-black);
    color: #fff;
}
.order-track .shipping-info tbody td {
    vertical-align: top;
}
.order-track .shipping-info tbody > :nth-of-type(odd) {
    background-color: var(--lighter-gray);
}
.order-track input {
    width: 140px;
}
.order-track input[type=email] {
    width: 250px;
}
.order-track a {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .order-track {
        min-width: 320px;
        max-width: 480px;
        margin: 0 auto;
    }
    .order-track h1 {
        text-align: center;
    }
    .order-track form,
    .order-track form > * {
        display: block;
    }

    .order-track form .form-row {
        margin: 1em 0;
    }

    .order-track input,
    .order-track input[type=email],
    .order-track button[type=submit] {
        width: 100%;
    }

    .order-track-result {
        font-size: .85em;
    }
    .order-track .shipping-info {
        width: 100%;
    }
}
@media only screen and (max-width: 1420px) {
    #main {
        padding-right: 60px;
    }
}
.cart-items-container .delivery-date {
    font-size: 18px;
    font-weight: bold;
    color: var(--hilight);
}
.accordion-header {
    position: relative;
    text-transform: uppercase;
}
.accordion-header::after {
    position: absolute;
    right: .5em;
    top: 20%;
    border-width: 0 1px 1px 0;
    color: var(--light-gray);
}
.accordion-header {
    cursor: pointer;
}

.accordion-header[aria-expanded="true"]::after {
    bottom: 20%;
    top: unset;
}
.quickview-modal .pdp-main .dyn-badge,
.dyn-badge {
	display: block;
	position: absolute;
	z-index: 1;
    min-width: 160px;
    width: 60%;
}
.pdp-main .dyn-badge {
    width: 40%;
}
.pdp-main .dyn-badge.top.left {
    left: 40px;
}
.dyn-badge svg {
    width: 100%;
    font-size: 14px;
}
.dyn-badge svg text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.product-tiles-container .product-tile-window .dyn-badge.top.left,
.dyn-badge.top.left {
	top: 0;
	left: 0;
}
.dyn-badge.top.right {
	top: 0;
	right: 0;
}
.dyn-badge.bottom.right {
	bottom: 0;
	right: 0;
}
.dyn-badge.bottom.left {
	bottom: 0;
	left: 0;
}
.sees-dialog.ui-dialog.dlg-whatsinside .ui-dialog-title {
    font-family: 'AmericanTypewriterStd-Med';
	text-transform: none;
	letter-spacing: 1px;
	font-size: 1.5rem;
    font-weight: normal;
}
.whats-inside {
    max-width: 385px;
    padding-bottom: 3rem;
    line-height: 1;
}
.whats-inside .item-detail {
	text-align: center;
}
.whats-inside .image-list {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.whats-inside .image-list .image-slide {
    height: 250px;
}
.whats-inside .image-list img {
    width: 100%;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: var(--dark-white);
}
.tabs label {
	width: calc(100% / 3);
	padding: .25em;
	outline: 1px solid var(--dark-white);
    background-color: var(--subdued);
	border-radius: 5px 5px 0 0;
    color: var(--dark-white);
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 0;
    display: block;
    -webkit-touch-callout:unset;
    user-select:auto;
    order: 0;
    cursor: pointer;
}
.tabs label:hover {
    text-decoration: underline;
}
.tabs :checked+label {
	background-color: transparent;
	color: var(--almost-black);
    border: 1px solid var(--subdued);
    outline: 1px solid #fff;
    border-bottom: none;
    font-weight: 500;
    cursor:auto;
}
.tabs :checked+label:hover {
    text-decoration: none;
}
.tabs [aria-role="tabpanel"] {
    display: none;
    width: 100%;
    order: 1;
    color: var(--almost-black);
    border: 1px solid var(--light-gray);
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-start;
}
.tabs :checked + label + [aria-role="tabpanel"] {
    display: flex;
}
.whats-inside .nutrition-table {
    margin: 0 auto;
}
.whats-inside p {
    margin: 1em 0;
}
.assortment-pieces .help {
    font-size: .8rem;
}
.assortment-pieces .assortments-list {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap: 5px;
    text-align: center;
    font-size: .8rem;
    line-height: 1;
}
.assortments-list > li,
.assortments-list > li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}
.assortments-list > li {
    width: 24%;
    min-width: 100px;
}
.assortments-list > li span {
    display: block;
    text-align: center;
}
.assortments-list .item-image img {
    width: 100px;
}
.assortments-list > :last-child::after {
    content: '';
    flex: 1 1 0;
    text-align: left;
}
.pdp-main .info-tabs .info-content {
    color: var(--subdued);
    font-size: .9rem;
    line-height: 1.5;
}
.pdp-main .info-tabs .nutrition-info .info-content {
    color: #000;
}
.accordion-header[aria-expanded="true"] h2 {
    color: var(--almost-black);
    font-weight: 500;
}
.psg-form {
    width: 100%;
    height: 2000px;
    border: none;
}
.submit-ty {
    text-align: center;
    width: 40%;
    margin: 0 auto;
    display: none;
}
.submit-ty h2 {
    font-family: var(--atw-med);
    font-size: 1.25em;
    font-weight: 500;
    margin: 1em 0;
}
.submit-ty.show {
    display: block;
}
.table {
    display: table;
    border-collapse: collapse;
}
.table.with-rows > * {
	display: table-row;
}
.table.with-rows > * > * {
	display: table-cell;
	vertical-align: top;
}
