

@font-face {
    font-family: "helroman";
    src: url("../fonts/HelveticaNeueLTStd-Roman.otf");
}
@font-face {
    font-family: "helbold";
    src: url("../fonts/HelveticaNeueLTStd-Bd.otf");
}




html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}

a.whitelink:link {
	color:#fff !important;
}

.link-group a:hover {
	color:red;
}
.top-bar a:hover {
	color:#FFF;
}
.top-bar a:focus {
	color:#FFF;
}

.logo img {
	margin:0 auto;
	display:block;	
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    max-width: 100%}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
ul, li {
    padding: 0;
    margin: 0;
}
a {
    background: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
#mfPreviewBar {
    display: none;
}
.mobile_only {
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile_only {
    display: block;
}
}*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%}
ul {
    list-style: none;
}
.hidden {
    display: none !important;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 767px) {
    .mobile-only {
    display: block;
}
}.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.golden_61 {
    width: 61.8%}
.golden_38 {
    width: 38.2%}
.arrow, .arrow-left, .arrow-right {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.arrow-left {
    border-left: 15px solid #fefcf9;
    left: 0;
}
.arrow-right {
    border-right: 15px solid #fefcf9;
    right: 0;
}
body {
    background-color: #09091a;
    color: #fff;
    font-size: 100%;
    font-family: "helroman";
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
}
body.spree-page {
    min-width: 0;
}
@media only screen and (max-width: 767px) {
    body {
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
}
}.page-content {
    position: relative;
    top: 70px;
}
@media only screen and (max-width: 767px) {
    .page-content {
    top: 90px;
}
}.navigation {
    text-align: center;
    border-bottom: 2px solid #321836;
    width: 50%;
    margin: 80px auto 40px;
}
.navigation li {
    display: inline-block;
    padding: 10px;
}
.email-form {
    width: 430px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}
@media only screen and (max-width: 767px) {
    .email-form {
    width: 100%}
}.email-form input {
    background-color: transparent;
    float: left;
}
.email-form input::-moz-placeholder {
    color: #1C1C1C;
}
.email-form input::-webkit-input-placeholder {
    color: #1C1C1C;
}
.email-form input:-ms-input-placeholder {
    color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
    .email-form input {
    float: none;
    text-align: center;
}
}.email-form input.email-input {
   /*  width: 300px;
    margin: 0 15px 0 0;
    border: none;
    border-bottom: 1px solid #a68f6b;
    padding: 8px 10px 0 0;
    font-size: 1.875rem;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #a68f6b;
	oedit */
	
	 width: 300px;
    margin: 0 15px 0 0;
    border: none;
    border-bottom: 1px solid #1C1C1C;
    padding: 10px 10px 8px 2px;
    font-size: 1.875rem;
   font-family: "helroman";
    font-style: normal;
    font-weight: 300;
    color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
    .email-form input.email-input {
    width: 80%;
    margin: 0 auto 25px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
}
}.email-form input[type="submit"] {
    width: 110px;
}
@media only screen and (max-width: 767px) {
    .email-form input[type="submit"] {
    width: 50%}
}#response, .email-response {
    margin: 40px 0;
}
blockquote {
    color: #a68f6b;
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 75px;
    margin: 35px 0;
    text-align: center;
}
blockquote:before {
    content: "\201C";
    display: inline-block;
}
blockquote:after {
    content: "\201D";
    display: inline-block;
}
.caption {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    color: #a68f6b;
    letter-spacing: 1em;
    text-transform: uppercase;
    text-align: center;
}
h1, h2, h3, h4, h5 {
    /* font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 25px;
    color: #a68f6b;
    text-transform: uppercase;
    line-height: 1;
	oedit */
	font-family: "helbold";
    font-style: normal;
    font-weight: normal;
    margin: 0 0 25px;
    color: #1C1C1C;
  
    line-height: 1;
}
h1 {
    font-size: 10rem;
}
h2 {
    font-size: 6.25rem;
}
@media only screen and (max-width: 767px) {
    h2 {
    font-size: 2.1875rem;
}
}h3 {
    font-size: 3.75rem;
}
@media only screen and (max-width: 767px) {
    h3 {
    font-size: 2.1875rem;
}
}@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h3 {
    font-size: 2.8125rem;
}
}h4 {
    font-size: 3.125rem;
}
h5 {
    font-size: 1.875rem;
}
h6 {
    font-size: 1.5rem;
    font-weight: 100;
}
p {
    margin: 0 0 20px;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1.35;
}
.sm {
    font-size: 12px;
    color: #666;
}
label {
    color: #888;
    font-size: 1em;
    text-transform: uppercase;
}
.item-price {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #888;
}
.product-title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 10px;
    margin-bottom: 30px;
}
a {
    /* color: #a68f6b;
    text-decoration: none;
	oedit */
	color: #1C1C1C;
    text-decoration: none;
	font-family: "helroman";
	
}
a:hover, a:focus {
    text-decoration: underline;
    outline: none;
}
.btn-primary {
	background-color:transparent;
background-image: -webkit-linear-gradient(top,#1C1C1C 0,#1C1C1C 1C1C1C%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#1C1C1C),to(#1C1C1C));
background-image: linear-gradient(to bottom,#1C1C1C 0,#1C1C1C 100%);
background-repeat:repeat-x;
border-color:#1C1C1C;
}
.btn, .btn-primary, .button.primary, .button.disabled, .btn-secondary, .option-btn {
    /* color: #a68f6b;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.625rem;
    border: none;
    background-color: #eee9e3;
    -moz-transition: background-color .3s,  color .3s,  border .3s;
    -webkit-transition: background-color .3s,  color .3s,  border .3s;
    -o-transition: background-color .3s,  color .3s,  border .3s;
    transition: background-color .3s,  color .3s,  border .3s; oedit */
	
	 color: #fff;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    font-family: "helbold";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    border: none;
    background-color: #eee9e3;
    -moz-transition: background-color .3s,  color .3s,  border .3s;
    -webkit-transition: background-color .3s,  color .3s,  border .3s;
    -o-transition: background-color .3s,  color .3s,  border .3s;
    transition: background-color .3s,  color .3s,  border .3s;
}
.btn:hover, .btn-primary:hover, .button.primary:hover, .button.disabled:hover, .btn-secondary:hover, .option-btn:hover, .btn:focus, .btn-primary:focus, .button.primary:focus, .button.disabled:focus, .btn-secondary:focus, .option-btn:focus, .btn.active, .active.btn-primary, .active.button.primary, .active.button.disabled, .active.btn-secondary, .active.option-btn {
    /* text-decoration: none;
    color: #fff;
    background: #a68f6b !important;
    -moz-transition: background-color .3s,  color .3s,  border .3s;
    -webkit-transition: background-color .3s,  color .3s,  border .3s;
    -o-transition: background-color .3s,  color .3s,  border .3s;
    transition: background-color .3s,  color .3s,  border .3s;
	oedit */
	 text-decoration: none;
    color: #fff;
    background: #DF0101 !important;
    -moz-transition: background-color .3s,  color .3s,  border .3s;
    -webkit-transition: background-color .3s,  color .3s,  border .3s;
    -o-transition: background-color .3s,  color .3s,  border .3s;
    transition: background-color .3s,  color .3s,  border .3s;
}
.btn:disabled, .btn-primary:disabled, .button.primary:disabled, .button.disabled:disabled, .btn-secondary:disabled, .option-btn:disabled {
    color: #c9c6c2;
}
.btn-primary, .button.primary {
    padding: 15px 22.5px;
    border: 0px solid #a68f6b;
    background-color: transparent;
    letter-spacing: .3em;
}
@media only screen and (max-width: 767px) {
    .btn-primary, .button.primary {
    width: 100%}
}.button.disabled {
    padding: 15px 22.5px;
    color: #aaa;
    border: 3px solid #aaa;
    background-color: transparent;
    letter-spacing: .3em;
}
.btn-secondary {
    height: 30px;
    width: auto;
    min-width: 30px;
    padding: 0 10px;
    line-height: 30px;
    color: #888;
    display: block;
    background-color: transparent;
}
.option-btn {
    height: 30px;
    width: auto;
    line-height: 30px;
    color: #888;
    display: block;
    background-color: transparent;
}
.selected {
    border: solid 1px #a68f6b;
}
.notification {
    display: inline-block;
    text-align: center;
    height: 20px;
    width: 20px;
    background-color: #29aae2;
    border-radius: 50%;
    color: #fff;
    letter-spacing: 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff;
}
input[type=text], input[type=email], input[type=phone], input[type=password], input[type=number], input[type=search], textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
}
input[type=text].error, input[type=email].error, input[type=phone].error, input[type=password].error, input[type=number].error, input[type=search].error, textarea.error {
    border: 2px solid #a10000;
    margin-bottom: 0;
}
select {
    font-size: 1.25rem;
    padding: 20px 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    background-color: #ece8e2;
    width: 100%;
    height: 64px;
}
.spree-page input[type=text], .spree-page input[type=email], .spree-page input[type=phone], .spree-page input[type=password], .spree-page input[type=number], .spree-page input[type=search], .spree-page textarea {
    background-color: #ece8e2;
    font-size: 1.4375rem;
}
.spree-page input[type=text], .spree-page input[type=email], .spree-page input[type=phone], .spree-page input[type=password], .spree-page input[type=number], .spree-page input[type=search], .spree-page select {
    height: 45px;
    margin-bottom: 0;
    padding: 0 15px;
}
.spree-page select {
    display: block;
}
.spree-page p.field {
    margin-bottom: 10px;
}
.spree-page option {
    background: #141b2a;
    color: #a68f6b;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375rem;
    line-height: 45px;
}
.spree-page option:hover, .spree-page option:active {
    color: #fff;
    background: #a68f6b;
}
.spree-page .form-buttons input[type=submit], .spree-page .edit_address input[type=submit] {
    margin-top: 45px;
    width: 100%}
.field {
    color: #222;
}
.field_with_errors {
    display: block;
    border: 2px solid #a10000;
}
.field_with_errors input {
    margin-bottom: 0;
}
.errorExplanation {
    margin-bottom: 30px;
    width: 425px;
    margin: 0 auto;
}
.errorExplanation ul {
    list-style: none;
}
.error-message, .errors {
    color: #a10000;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
label.error {
    background-color: #a10000;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.9375rem;
    padding: 5px 0;
}
.errors {
    color: #a10000;
    font-size: 1.4375rem;
    margin-bottom: 30px;
}
.notice {
    font-size: 1.4375rem;
    margin-bottom: 40px;
}
#header {
    width: 100%;
    list-style-type: none;
    overflow: visible;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    letter-spacing: 0.1em;
    background-color: #09091a;
    border-bottom: 1px solid #FE2E2E;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
#header #logo {
    width: 65px;
    height: auto;
    float: none;
    margin: 0 auto;
}
#header .nav-links {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: .2em;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    text-transform: uppercase;
}
#header .nav-links>li {
    display: table-cell;
    height: 70px;
	width:120px;
    vertical-align: middle;
	padding: 0.5em 2em 0.5em 2em;
	font-family:"helroman";letter-spacing:0px;
	}

#header .nav-links>li a {
    color: #fff;
}
#header .notification {
    margin-left: 5px;
    padding: 2px 0;
}
#header .account {
    position: relative;
}
#header .arrow-up {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0f1726;
    top: 55px;
    left: 50%;
    margin-left: -15px;
}
#header .account-dropdown {
    z-index: 100px;
    position: absolute;
    overflow: hidden;
    top: 70px;
    right: -50px;
    width: 210px;
    height: 0;
    list-style: none;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    background-color: rgba(15, 23, 38, 0.98);
    -moz-transition: height 0.2s linear;
    -webkit-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}
#header .account-dropdown li {
    text-transform: none;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375rem;
    letter-spacing: 0;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #222;
}
#header .account-dropdown li a {
    color: #a68f6b;
}
#header .account-dropdown.open {
    height: 270px;
    -moz-transition: height 0.2s linear;
    -webkit-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear;
}
#header .standard-nav {
    display: block;
}
@media only screen and (max-width: 767px) {
    #header .standard-nav {
    display: none;
}
}#header .standard-nav ul.nav-links {
    height: 70px;
    width: 600px;
}
#header .standard-nav ul.nav-links .magazine {
    visibility: hidden;
}
#header .mobile-nav {
    display: none;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
    #header .mobile-nav {
    display: block;
}
}#header .mobile-nav .close-nav {
    background: url(/assets/icons/close-a483d9e1d1288d35bb18821d1504ee8f.png) no-repeat;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 35px;
    left: 35px;
}
#header .mobile-nav .nav-links {
    position: relative;
    height: 90px;
    width: 100%}
#header .mobile-nav .nav-links .logo {
    position: relative;
    z-index: 1;
}
#header .mobile-links {
    width: 100%;
    left: -100%;
    background-color: rgba(19, 26, 41, 0.97);
    position: absolute;
    overflow: scroll;
    padding-top: 90px;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}
#header .mobile-links.open {
    left: 0;
    width: 100%;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
#header .mobile-links li {
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
}
#header .mobile-links li:hover {
    background-color: #0e131e;
    color: #fff;
}
#header .mobile-links li:hover a {
    color: #777;
    text-decoration: none;
}
.hamburger-nav {
    position: relative;
}
.icon-burger {
    position: absolute;
    top: 35px;
    left: 35px;
    display: inline-block;
    background: url(/assets/mobile/burger-fc8240403dc0d6aa10eb5a9623cebf53.svg) no-repeat center center;
    background-size: 100%;
    height: 15px;
    width: 30px;
}
#link-to-cart .amount {
    display: none;
}
#cart-wrapper {
    display: inline-block;
}
.footer {
    text-align: center;
}
.social {
    margin-bottom: 3.125rem;
}
.social h4 {
    font-size: 24px; /* oedit */
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .social h4 {
    color: #888888;
}
}.social .social-row {
    width: 100%;
    margin: 0 auto;
}
.social .share-icon {
    display: inline-block;
    margin-right: 20px;
    background: url(/assets/social/social-sprite-4b93a700d6b53043a386709e8724e421.png) no-repeat center center;
    width: 45px;
    height: 45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-resolution: 192 dpi) {
    .social .share-icon {
    background: url(/assets/social/social-sprite_x2-cce4ad908ab9aaa5d94d236f6b3f22f4.png) 0 center no-repeat;
    background-size: 180px 90px;
}
}@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),  only screen and (min-resolution: 192 dpi) and (max-width: 767px) {
    .social .share-icon {
    margin-right: 12px;
}
}.social .share-icon:last-child {
    margin-right: 0;
}
.social .footer-twitter {
    background-position: 0 0;
}
.social .footer-twitter:hover {
    background-position: 0 -45px;
}
.social .footer-fb {
    background-position: -45px 0;
}
.social .footer-fb:hover {
    background-position: -45px -45px;
}
.social .footer-instagram {
    background-position: -90px 0;
}
.social .footer-instagram:hover {
    background-position: -90px -45px;
}
.social .footer-tumblr {
    background-position: -135px 0;
}
.social .footer-tumblr:hover {
    background-position: -135px -45px;
}
.top-bar {
    width: 100%;
    border-top: 1px solid #222;
}
@media only screen and (max-width: 767px) {
    .top-bar {
    display: none;
}
}.top-bar.purple {
    background-color: #321836;
}
.top-bar.white {
    background-color: #fff;
}
.top-bar.navy {
    background-color: #0f1726;
}
.top-bar.red {
    background-color: #3e0606;
}
.top-bar.gold {
    background-color: #fff;
}
.back-to-top {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 30px 0;
}
.back-to-top .top-arrow-img {
    width: 45px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.footer-bg {
    min-height: 700px;
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    .footer-bg {
    padding: 0 !important;
}
}.footer-email {
    margin-bottom: 9.375rem;
}
@media only screen and (max-width: 767px) {
    .footer-email {
    margin-bottom: 2.1875rem;
    padding: 0 20px;
}
}.footer-email p {
    /* ont-family: Garamond,  Baskerville,  "Baskerville Old Face",  "Hoefler Text",  "Times New Roman",  serif;
    font-size: 1.125rem;
    margin-bottom: 0;
	oedit */
	 font-family: 'helroman';
    font-size: 1.125rem;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .footer-email p {
    display: none;
}
}.footer-email .email-form {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .footer-email .email-form {
    margin-bottom: 60px;
}
}@media only screen and (max-width: 767px) {
    .footer-btn input {
    float: none;
}
}.footer-pages {
    display: table;
    position: static;
    width: 80%;
    margin: 0 auto 55px;
}
@media only screen and (max-width: 1250px) {
    .footer-pages {
    display: block;
    width: 50%}
}@media only screen and (max-width: 767px) {
    .footer-pages {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
}.link-group {
    display: table-cell;
    vertical-align: middle;
     font-family: "helbold"; /* oedit */
}
@media only screen and (max-width: 1250px) {
    .link-group {
    display: block;
    margin-bottom: 20px;
}
}@media only screen and (max-width: 767px) {
    .link-group {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
}.link-group li {
    display: inline-block;
    font-size: 0.875rem;
    padding: 0 15px;
     color: #1C1C1C; /* oedit footer */
}
@media only screen and (max-width: 767px) {
    .link-group li {
    font-size: 1.25rem;
    border-top: 1px solid rgba(198, 193, 184, 0.5);
    display: block;
    padding: 18px 0;
    width: 100%;
    min-height: 3.75rem;
}
}.link-group-mobile {
    display: none;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .link-group-mobile {
    display: block;
}
.link-group-mobile .copyright {
    color: #888888;
    font-size: 0.6875rem;
    text-transform: uppercase;
}
}@media only screen and (max-width: 1250px) {
    .link-group-credits {
    display: block;
}
}.pages-left {
    padding-right: 20px;
}
@media only screen and (max-width: 1250px) {
    .pages-left {
    display: none;
}
}@media only screen and (max-width: 767px) {
    .pages-left {
    display: none;
}
}.pages-left li {
    color: #1C1C1C; /* oedit footer */
}
@media only screen and (max-width: 767px) {
    .pages-left li {
    color: #1C1C1C;/* oedit footer */
}
}.pages-right {
    padding-left: 20px;
}
@media only screen and (max-width: 767px) {
    .pages-right {
    display: none;
}
}.pages-mid li, .pages-right li {
    color: #1C1C1C; /* oedit */
}
.pages-mid {
    padding: 0 20px;
   /*  border-left: 1px solid rgba(223, 218, 209, 0.6);
    border-right: 1px solid rgba(223, 218, 209, 0.6); */
    height: 30px;
}
@media only screen and (max-width: 1250px) {
    .pages-mid {
    border: none;
    padding: 0;
    height: auto;
}
}@media only screen and (max-width: 767px) {
    .pages-mid {
    border: none;
    padding: 0;
    height: auto;
}
}.pages-left li:first-child, .pages-mid li:first-child, .pages-right li:first-child {
    padding-left: 0;
}
.pages-left li:last-child, .pages-mid li:last-child, .pages-right li:last-child {
    padding-right: 0;
}
.ws-logo {
    background-image: url(/assets/logo/ws-48edb0a04c96965680b1b908594da934.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    margin-right: 10px;
    vertical-align: top;
    background-size: contain;
}
body.cart-open {
    overflow: hidden;
}
#minicart {
    display: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    background: #fff;
    overflow: scroll;
    position: relative;
    background-color: #0f1726;
}
#minicart #errorExplanation {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 20%}
.close-cart {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(15, 23, 38, 0.95);
    z-index: 999;
    height: 50px;
    width: 80px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.minicart-wrapper, #update-minicart {
    overflow: hidden;
    min-height: 300px;
}
@media only screen and (max-width: 767px) {
    #update-minicart {
    padding-top: 30px;
    padding-bottom: 125px;
    position: relative;
    overflow: scroll;
}
}.minicart-content {
    position: relative;
    top: 0;
    -moz-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.minicart-content.open {
    top: -190px;
    -moz-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.minicart-actions {
    text-align: right;
}
#minicart-details {
    float: right;
    width: 320px;
    background-color: #141b2a;
    padding: 50px 50px 100%;
    margin-bottom: -100%}
@media only screen and (max-width: 767px) {
    #minicart-details {
    float: none;
    width: 100%;
    padding: 20px;
    margin: 0;
    position: absolute;
    height: 120px;
    z-index: 10;
}
}#minicart-details .subtotal, #minicart-details .empty {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #minicart-details .subtotal, #minicart-details .empty {
    margin-bottom: 15px;
}
}#minicart-details .empty {
    color: #fefcf9;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#minicart-details .checkout, #minicart-details .continue {
    display: block;
}
#minicart-items {
    width: 100%;
    display: table;
}
#minicart-items li {
    position: relative;
    float: left;
    overflow: hidden;
    list-style: none;
    text-align: left;
    margin: 0;
    width: 25%;
    max-width: 324px;
    border-right: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
    padding: 40px 25px 25px;
    -moz-transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
@media only screen and (max-width: 1250px) {
    #minicart-items li {
    width: 33.333%}
}@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #minicart-items li {
    width: 50%}
}@media only screen and (max-width: 767px) {
    #minicart-items li {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    border-left: 1px solid #22262e;
}
}#minicart-items .minicart-delete {
    position: absolute;
    top: 15px;
    right: 15px;
}
#minicart-items .minicart-delete a {
    color: #747880;
}
#minicart-items .item-image-wrapper {
    height: 160px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
    #minicart-items .item-image-wrapper {
    height: 150px;
    margin-bottom: 40px;
}
}#minicart-items .item-image-wrapper a {
    display: block;
}
#minicart-items .item-image-wrapper img {
    display: block;
    margin: 0px auto;
}
#minicart-items .notification {
    font-size: 0.875rem;
    padding: 1px 0;
    margin-right: 10px;
    cursor: pointer;
}
#minicart-items .item-name {
    float: left;
    width: 75%;
    color: #747880;
    font-size: 0.875rem;
    line-height: 1;
}
#minicart-items .item-name .product-name a {
    width: 90%;
    margin-bottom: 10px;
    color: #fefcf9;
    font-size: 1.125rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1250px) {
    #minicart-items .item-name .product-name a {
    font-size: 1rem;
}
}#minicart-items .item-total {
    color: #747880;
    font-size: 0.875rem;
    float: left;
    width: 25%}
#minicart-items .item-variant {
    font-size: 0.875rem;
}
#minicart-items .variant-qty {
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
#minicart-items .variant-qty .change-qty {
    color: #29aae2;
    font-size: 0.8125rem;
    padding-top: 10px;
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    top: -20px;
    height: 20px;
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#minicart-items .variant-qty:hover .change-qty {
    padding-top: 20px;
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#minicart-items .qty-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 20px auto 0;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}
#minicart-items .qty-wrapper.open {
    height: 190px;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
#minicart-items .qty-btn {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 25%;
    border: 0;
    color: #fff;
    background-color: #29aae2;
    font-size: 1.25rem;
}
#minicart-items .qty-btn.qtysubmit {
    width: 50%;
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    font-weight: bold;
}
#minicart-items .qty-btn.qtyminus {
    border-right: 2px solid #0f1726;
}
#minicart-items .qty-btn.qtyplus {
    border-left: 2px solid #0f1726;
}
#minicart-items .qty-btn:focus, #minicart-items .qty-btn:active {
    outline: none;
}
#minicart-items .qty-field-wrapper {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    font-weight: bold;
    height: 145px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    position: relative;
}
#minicart-items .qty-field-wrapper .close {
    display: inline-block;
    position: absolute;
    background-image: url(/assets/icons/xout-055ff07eea1feb4bb8b17f29b39f16f4.png);
    background-position: 0 0;
    height: 11px;
    width: 11px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
#minicart-items .qty-field {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    height: auto;
    color: #a68f6b;
    font-size: 5.625rem;
    background-color: transparent;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 0;
}
#minicart-items .qty-field:focus {
    outline: none;
    border: none;
}
.proxima {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.didot {
     font-family: "helbold"; /* font-family: 'DidotLTStd-Roman',  serif; oedit */
    font-style: normal;
    font-weight: normal;
	font-size:34px;
	letter-spacing:-2px;
	/* prodcut title oedit */
}
.conquer {
    font-family: "aw-conqueror-didot", serif;
    font-style: normal;
    font-weight: 300;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.gold {
    color: #a68f6b;
}
.silver {
    color: #888888 !important;
}
html.no-touch .product-module .variant-option-values.li:hover {
    border-color: #a68f6b !important;
    color: #fefcf9 !important;
    background-color: #a68f6b !important;
}
.module, .quote-module, .hero-module, .email_capture_expanded, .product_hero, .hero_module, .background_image_module, .background_color_module, .product-module {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 300px;
}
@media only screen and (max-width: 767px) {
    .module, .quote-module, .hero-module, .email_capture_expanded, .product_hero, .hero_module, .background_image_module, .background_color_module, .product-module {
    height: 100%}
}.module img, .quote-module img, .hero-module img, .email_capture_expanded img, .product_hero img, .hero_module img, .background_image_module img, .background_color_module img, .product-module img {
    max-width: 100%}
.module img.alchemy, .quote-module img.alchemy, .hero-module img.alchemy, .email_capture_expanded img.alchemy, .product_hero img.alchemy, .hero_module img.alchemy, .background_image_module img.alchemy, .background_color_module img.alchemy, .product-module img.alchemy {
    margin: 0 auto;
    width: auto;
    height: auto;
}
.superheader, .bullet {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.superheader {
    margin-bottom: 40px;
}
.bullet-list {
    margin-top: 40px;
}
.bullet {
    margin-bottom: 15px;
}
.bullet:last-child {
    margin-bottom: 0;
}
.stamp-image {
    margin: 40px auto 0;
    width: 80px;
}
.stamp-image img {
    width: 100%;
    height: auto;
}
.bg-image, .bg-color {
    height: 100%}
@media only screen and (max-width: 767px) {
    .bg-image, .bg-color {
    min-height: 400px;
    height: 100% !important;
}
}@media only screen and (max-width: 767px) {
    .bg-image .height-wrapper, .bg-color .height-wrapper {
    height: 100% !important;
}
}.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.module .bg-color, .quote-module .bg-color, .hero-module .bg-color, .email_capture_expanded .bg-color, .product_hero .bg-color, .hero_module .bg-color, .background_image_module .bg-color, .background_color_module .bg-color, .product-module .bg-color {
    min-height: 300px;
}
.bg-color {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .bg-color {
    padding: 0 20px;
}
}.bg-color.purple {
    background-color: #321836;
}
.bg-color.white {
    background-color: #fefcf9;
}
.bg-color.navy {
    background-color: #0f1726;
}
.bg-color.crimson {
    background-color: #550000;
}
.bg-color.gold {
    background-color: #fff;
}
.bg-color.forest {
    background-color: #003300;
}
.bg-color.olive {
    background-color: #666633;
}
.bg-color.red {
    background-color: #a10000;
}
.bg-color.crimson {
    background-color: #550000;
}
.module-content {
    position: absolute;
    width: 480px;
    overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
    .module-content {
    position: relative;
    width: 100%;
    padding: 10.75rem 20px 10rem;
}
}.module-content .module-headline, .module-content .module-headline p {
    font-size: 3.75rem;
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .module-content .module-headline, .module-content .module-headline p {
    font-size: 2.375rem;
}
}.module-content .module-text p {
    margin: 30px auto 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .module-content .module-text p {
    font-size: 1.5625rem;
}
}.module-content.top-left {
    top: 60px;
    left: 60px;
}
.module-content.top-center {
    top: 60px;
    left: 50%;
    margin-left: -240px;
}
.module-content.top-right {
    top: 60px;
    right: 60px;
}
.module-content.center-left {
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-content.center-center {
    top: 50%;
    left: 50%;
    margin-left: -240px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-content.center-right {
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-content.bottom-left {
    bottom: 32px;
    left: 60px;
}
.module-content.bottom-center {
    bottom: 32px;
    left: 50%;
    margin-left: -240px;
}
.module-content.bottom-right {
    bottom: 32px;
    right: 60px;
}
@media only screen and (max-width: 767px) {
    .module-content.top-left, .module-content.top-center, .module-content.top-right, .module-content.center-left, .module-content.center-center, .module-content.center-right, .module-content.bottom-left, .module-content.bottom-center, .module-content.bottom-right {
    margin-left: 0;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}.product_hero, .hero_module {
    padding: 0;
    position: relative;
}
.product_hero .overlay, .hero_module .overlay {
    z-index: 1;
}
.product_hero video#bgvideo, .hero_module video#bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .product_hero video#bgvideo, .hero_module video#bgvideo {
    display: none;
}
}.hero-headline {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    z-index: 2;
}
.hero-headline.white {
    color: #fff;
}
.hero-headline.black {
    color: #000;
}
.hero-headline.gold {
    color: #a68f6b;
}
#svg-product-hero {
    height: 100%;
    width: 100%}
#svg-product-hero text {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    #svg-product-hero text {
    font-size: 5.625rem;
}
}.background_image_module {
    height: 100%;
    min-height: 300px;
    padding: 0 !important;
}
@media only screen and (max-width: 767px) {
    .background_image_module {
    padding: 0 20px;
    height: 100%}
}.background_image_module .bg-image {
    min-height: 300px;
}
.background_color_module {
    min-height: 300px;
}
.quote-module {
    min-height: 300px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .quote-module {
    min-height: 640px;
}
}.quote-content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.quote {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.8125rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    max-width: 1000px;
}
@media only screen and (max-width: 767px) {
    .quote {
    font-size: 1.875rem;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}.quote-author {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.875rem;
    margin-top: 75px;
}
@media only screen and (max-width: 767px) {
    .quote-author {
    font-size: 1.5625rem;
    margin-top: 50px;
}
}.image_row {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%}
@media only screen and (max-width: 767px) {
    .image_row {
    display: block;
}
}.image_row .mod-block {
    display: table-cell;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .image_row .mod-block {
    display: block;
    position: static;
}
}.image_row .mod-block:hover .rollover {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.image_row .rollover-headline {
    margin-top: 160px;
    margin-bottom: 14px;
    text-align: center;
}
.image_row .rollover-blurb p {
    font-size: 1.125rem;
    text-align: center;
}
.image_row .rollover {
    display: none;
}
.image_row .table-row {
    display: table-row;
}
@media only screen and (max-width: 767px) {
    .image_row .table-row {
    display: block;
}
}.image_row .image-row-block {
    display: table-cell;
}
@media only screen and (max-width: 767px) {
    .image_row .image-row-block {
    display: block;
}
}.jumbo_product {
    position: relative;
    height: auto;
    color: #a68f6b;
}
.jumbo_product .height-wrapper {
    padding: 70px 0;
}
@media only screen and (max-width: 767px) {
    .jumbo_product .height-wrapper {
    padding: 40px 0;
}
}.jumbo_product img {
    width: 100%;
    height: auto;
}
.jumbo_product img.alchemy {
    margin: 0 auto;
    width: auto;
    height: auto;
}
.jumbo_product .jumbo-text {
    position: absolute;
    width: 480px;
    height: auto;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .jumbo_product .jumbo-text {
    padding: 0 1.25rem;
    position: relative;
    width: 100%}
}.jumbo_product .jumbo-text.top-left {
    top: 170px;
    left: 3.75rem;
}
.jumbo_product .jumbo-text.top-center {
    top: 170px;
    left: 50%;
    margin-left: -15rem;
}
.jumbo_product .jumbo-text.top-right {
    top: 170px;
    right: 3.75rem;
}
.jumbo_product .jumbo-text.center-left {
    top: 50%;
    left: 3.75rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jumbo_product .jumbo-text.center-center {
    top: 50%;
    left: 50%;
    margin-left: -15rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jumbo_product .jumbo-text.center-right {
    top: 50%;
    right: 3.75rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jumbo_product .jumbo-text.bottom-left {
    bottom: 14.5625rem;
    left: 3.75rem;
}
.jumbo_product .jumbo-text.bottom-center {
    bottom: 14.5625rem;
    left: 50%;
    margin-left: -15rem;
}
.jumbo_product .jumbo-text.bottom-right {
    bottom: 14.5625rem;
    right: 3.75rem;
}
@media only screen and (max-width: 767px) {
    .jumbo_product .jumbo-text.top-left, .jumbo_product .jumbo-text.top-center, .jumbo_product .jumbo-text.top-right, .jumbo_product .jumbo-text.center-left, .jumbo_product .jumbo-text.center-center, .jumbo_product .jumbo-text.center-right, .jumbo_product .jumbo-text.bottom-left, .jumbo_product .jumbo-text.bottom-center, .jumbo_product .jumbo-text.bottom-right {
    margin-left: 0;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
}.content-module {
    height: auto;
    overflow: hidden;
}
.content-module .left {
    float: left;
    margin-right: 20px;
}
.content-module .right {
    float: right;
    margin-left: 20px;
}
.content-module .small {
    width: 33%}
.content-module .half {
    width: 50%}
.content-module .large {
    width: 66%}
.essay-intro {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fefcf9;
    padding: 0 3.75rem;
}
@media only screen and (max-width: 767px) {
    .essay-intro {
    padding: 0 1.25rem;
}
}.essay-intro .essay-header {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3.75rem;
    padding-top: 6.5rem;
}
.essay-intro .essay-superheader {
    color: #241f1f;
    margin: 0 auto;
    padding-bottom: 2.75rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .essay-intro .essay-superheader {
    font-size: 1.25rem;
}
}.essay-intro .article_title {
    font-size: 9.375rem;
    line-height: 0.77;
    color: #221824;
    font-family: "aw-conqueror-didot", serif;
    font-style: normal;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .essay-intro .article_title {
    font-size: 2.5rem;
    line-height: 1;
}
}.essay-intro .essay-blurb {
    width: 37.5rem;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .essay-intro .essay-blurb {
    width: 100%}
}.essay-intro .essay-blurb p {
    font-size: 1.5rem;
    line-height: 2.4375rem;
    font-style: italic;
    color: #000;
    margin-bottom: 40px;
}
.essay-intro .essay-blurb p:last-child {
    margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
    .essay-intro .essay-blurb p {
    padding-bottom: 1.25rem;
}
}.essay-intro .credits {
    text-transform: uppercase;
    padding-bottom: 6.5625rem;
}
@media only screen and (max-width: 767px) {
    .essay-intro .credits {
    padding-bottom: 2.5rem;
}
}.essay-intro .credits span {
    font-size: 0.9375rem;
    color: #242425;
}
@media only screen and (max-width: 767px) {
    .essay-intro .credits span {
    font-size: 0.625rem;
}
}.essay-intro .credits .colon {
    padding: 0 0.875rem;
}
.essay-intro .credit-line {
    font-family: Garamond,  Baskerville,  "Baskerville Old Face",  "Hoefler Text",  "Times New Roman",  serif;
    letter-spacing: 0.1em;
    padding-bottom: 0.625rem;
}
.essay-intro .icon {
    width: 3.75rem;
    margin: 0 auto;
    padding-bottom: 6.875rem;
}
.essay-body {
    background-color: #fefcf9;
    width: 37.5rem;
    margin: 0 auto;
    padding: 10.5rem 0;
}
@media only screen and (max-width: 767px) {
    .essay-body {
    width: 100%;
    padding: 6.875rem 1.25rem;
}
}.essay-body p {
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: #241f1f;
}
.all-products {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px;
}
.all-products .products {
    overflow: hidden;
}
.all-products .linewrap {
    overflow: hidden;
}
.all-products .variant {
    width: 33.33%;
    height: 630px;
    float: left;
    overflow: hidden;
    background: #fefcf9;
    display: block;
    position: relative;
    padding-bottom: 170px;
    background-color: transparent;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.variant:hover:after {
    opacity: 1;
}
.variant:after {
    content:"\A";
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.1);
    position:absolute;
    top:0;
    left:0;
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	/* edit background color on hover */
}


.all-products .variant .image {
    display: block;
    padding: 25px;
    overflow: hidden;
    position: relative;
    height: 500px;
}
.all-products .variant .image img {
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.all-products .variant .na {
    display: block;
    width: 100%;
    text-align: center;
    height: 300px;
    background-color: #ddd;
}
.all-products .variant .label {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #444;
    line-height: 1;
}
.all-products .variant .label .name {
   /*  font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
	*/
	
	font-family: 'helbold';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    display: inline; /*block; */
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.all-products .variant .label .price {
    font-family: "helbold", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    display: block;
    width: 100%;
    text-align: center;
}
.all-products .variant:hover {
    /* background-color: #f1ede8; */
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}




.all-products .variant3 {
    width: 100%;
    height: 560px;
    float: left;
    overflow: hidden;
    background: #fefcf9;
    display: block;
    position: relative;
	margin-left:auto;margin-right:auto;
    padding-bottom: 170px;
    background-color: transparent;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.all-products .variant3 .image img {
    display: block;
    width: auto;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    -o-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.variant3:hover:after {
    content:"\A";
    width:100%;
    height:100%;
   /*  background: rgba(0, 0, 0, 0.1); */
    position:absolute;
    top:0;
    left:0;
} 


.all-products .variant3 .image {
    display: block;
    padding: 25px;
    overflow: hidden;
    position: relative;
    height: 500px;
}
.all-products .variant3 .na {
    display: block;
    width: 100%;
    text-align: center;
    height: 300px;
    background-color: #ddd;
}
.all-products .variant3 .label {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #444;
    line-height: 1;
}
.all-products .variant3 .label .name {
    font-family: 'helroman';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    text-transform: capitalize;
    display: inline; /*block; */
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
	
}
.all-products .variant3 .label .price {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    display: block;
    width: 100%;
    text-align: center;
}





@media only screen and (max-width: 767px) {
    .all-products {
    padding: 5px;
}
.all-products .mobile_header {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-family: 'helbold';
    font-style: normal;
    font-weight: normal;
    color: #444;
    padding-top: 45px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.all-products hr {
    width: 33px;
    height: 2px;
    border: none;
    background: #444;
}
.all-products .products .variant {
    width: 100%}
.all-products .products .variant .label {
    bottom: 60px;
}
.all-products .products .variant .label .name {
    font-size: 18px;
}
.all-products .products .variant .label .price {
    font-size: 55px;
}
}.footer-page {
    color: #242425;
}
.footer-page .footer_page_block {
    width: 42%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .footer-page .footer_page_block {
    width: 100%;
    padding: 0 25px;
}
}.footer-page .headline {
    margin: 76px auto 80px;
    width: 42%}
@media only screen and (max-width: 767px) {
    .footer-page .headline {
    margin: 76px auto 20px;
    padding: 12px 20px 0;
    width: 100%}
}.footer-page .headline h1 {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 3.75rem;
    line-height: 60px;
    text-align: center;
    color: #242425;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .footer-page .headline h1 {
    font-size: 2.1875rem;
    line-height: 1;
}
}.footer-page .headline .headline-bar {
    width: 3.75rem;
    margin: 30px auto 0;
    height: 3px;
    background-color: #242425;
}
@media only screen and (max-width: 767px) {
    .footer-page .headline .headline-bar {
    width: 30px;
    height: 1.5 tpx;
}
}.footer-page .section-header {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #242425;
    padding: 0 0 20px;
}
.footer-page .text {
    margin: 0 auto 76px;
}
.footer-page .text p {
    font-family: Garamond;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0;
}
.footer-page .footnote {
    margin: 0 auto;
    width: 42%}
.footer-page .footnote .stamp-image {
    margin: 40px auto 140px;
}
@media only screen and (max-width: 767px) {
    .footer-page .footnote .stamp-image {
    margin: 40px auto 110px;
}
}@media only screen and (max-width: 767px) {
    .footer-page .footnote {
    padding: 0 20px;
    width: 100%}
}.footer-page .footnote-text p {
    font-family: Garamond;
    font-size: 1.25rem;
    line-height: 40px;
    font-style: italic;
    text-align: center;
}
.error-page {
    background-color: #0f1726;
    text-align: center;
    color: #a68f6b;
    min-height: 775px;
    padding: 274px 0;
}
@media only screen and (max-width: 767px) {
    .error-page {
    min-height: 0;
    padding: 58px 20px 130px;
}
}.error-page .sorry h1 {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
    text-transform: none;
}
@media only screen and (max-width: 767px) {
    .error-page .sorry h1 {
    font-size: 1.875rem;
    padding: 10px;
}
}.error-page .link-error p {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5625rem;
}
.error-page .back a {
    text-decoration: none;
}
.error-page .btn, .error-page .btn-primary, .error-page .button.primary, .error-page .button.disabled, .error-page .btn-secondary, .error-page .option-btn {
    width: 280px;
    padding: 14px 0;
    margin: 0 auto;
    background-color: transparent;
    border: 3px solid #a68f6b;
    font-size: 0.6875rem;
    letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
    .error-page .btn, .error-page .btn-primary, .error-page .button.primary, .error-page .button.disabled, .error-page .btn-secondary, .error-page .option-btn {
    color: white;
    background-color: #a68f6b;
}
}.email_capture_modal .modal-wrapper.visible .modal-container {
    display: block;
    -webkit-opacity: 0.0;
    -moz-opacity: 0.0;
    -ms-opacity: 0.0;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1,  1.1) translate(0,  0px);
    -moz-transform: scale(1.1,  1.1) translate(0,  0px);
    transform: scale(1.1,  1.1) translate(0,  0px);
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.email_capture_modal .modal-wrapper.visible .modal-container.in {
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    -ms-opacity: 1.0;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1,  1) translate(0,  0px);
    -moz-transform: scale(1,  1) translate(0,  0px);
    transform: scale(1,  1) translate(0,  0px);
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.email_capture_modal .modal-wrapper.visible .modal-overlay {
    display: block;
    -webkit-opacity: 0.0;
    -moz-opacity: 0.0;
    -ms-opacity: 0.0;
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.email_capture_modal .modal-wrapper.visible .modal-overlay.in {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"}
.email_capture_modal .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99998;
}
.email_capture_modal .modal-container {
    display: none;
    border: 1px solid #a68f6b;
    width: 600px;
    max-width: 90%;
    position: fixed;
    top: 100px;
    left: 100px;
    height: auto !important;
    z-index: 99999;
    padding: 5px;
}
.email_capture_modal .modal-container .modal-container-inner {
    padding: 15px;
}
.email_capture_modal .modal-container h3 p {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    clear: both;
    padding-top: 1em;
    text-transform: uppercase;
    font-size: 0.7em;
}
.email_capture_modal .modal-container h4 p {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    font-size: 0.45em;
}
.email_capture_modal .modal-container .modal-dismiss {
    text-indent: -9999em;
    display: block;
    background: url(/assets/icons/close-a483d9e1d1288d35bb18821d1504ee8f.png) no-repeat top left;
    width: 23px;
    height: 24px;
    float: right;
}
.email_capture_modal .modal-container #response {
    text-align: center;
}
@media (max-width: 480px) {
    .email_capture_modal .modal-container h4 {
    margin-bottom: 10px;
}
.email_capture_modal .modal-container h4 p {
    font-size: 0.35em;
}
.email_capture_modal .email-form {
    padding-top: 0;
}
.email_capture_modal .email-form input.email-input {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.4em;
}
.email_capture_modal .email-form input[type="submit"] {
    width: 100%}
}@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min--moz-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2 / 1),  only screen and (min-device-pixel-ratio: 2),  only screen and (min-resolution: 192dpi),  only screen and (min-resolution: 2dppx) {
    .email_capture_modal .modal-container .modal-dismiss {
    background: url(/assets/icons/close_x2-04e9defc6e5d4e4d892376583a2f9e13.png) no-repeat top left;
    background-size: 23px 24px;
}
}.email_capture_modal .modal-wrapper.holiday2014 .modal-container {
    background: #000 url(/assets/email/holiday_modal_background-7816911eae04472e0016ec3baecb095c.jpg) no-repeat center center;
    background-size: cover;
    width: 730px;
    height: 486px;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container h3, .email_capture_modal .modal-wrapper.holiday2014 .modal-container h4 {
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container h3 p {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0.75em 0;
    text-align: left;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container h4 p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0;
    text-align: left;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner {
    padding-left: 330px;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form {
    width: 100%;
    padding-top: 20px;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input {
    border-bottom: 1px solid white;
    color: white;
    width: 65%}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input::-moz-placeholder {
    color: white !important;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input::-webkit-input-placeholder {
    color: white !important;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input:-ms-input-placeholder {
    color: white !important;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form .btn-primary {
    border-color: white;
    color: white;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form .btn-primary:hover, .email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form .btn-primary:active {
    background-color: white;
}
.email_capture_modal .modal-wrapper.holiday2014 #response, .email_capture_modal .modal-wrapper.holiday2014 .email-response {
    margin: 20px 0;
}
@media (max-width: 959px) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner {
    padding-left: 45%}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input {
    width: 60%;
    text-align: left;
    margin: 0 10px 20px 0;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input[type="submit"] {
    width: 35%;
    padding-left: 0;
    padding-right: 0;
}
}@media (max-width: 768px) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner {
    padding-left: 40%}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container h3 p {
    font-size: 36px;
    padding: 0 0 0.75em;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container h4 p {
    font-size: 18px;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input.email-input {
    width: 100%;
    padding: 0.25em;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form input[type="submit"] {
    width: 100%}
}@media (max-width: 400px) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container {
    background-position: center left !important;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner {
    padding-left: 10%}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner h3 p {
    font-size: 24px;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner h4 p {
    font-size: 14px;
}
}@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2.5),  (max-width: 768px) and (min--moz-pixel-ratio: 2.5),  (max-width: 768px) and (-o-min-device-pixel-ratio: 3 / 1),  (max-width: 768px) and (min-device-pixel-ratio: 2.5) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container {
    background-position: -185px center !important;
    background-size: auto 110%}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner {
    padding-left: 20%}
}@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min--moz-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2 / 1),  only screen and (min-device-pixel-ratio: 2),  only screen and (min-resolution: 192dpi),  only screen and (min-resolution: 2dppx) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container {
    background: #000 url(/assets/email/holiday_modal_background_retina-7b12002e6eb26ab5f9e1d58b762ff519.jpg) no-repeat center center;
    background-size: auto 110%}
}@media (max-width: 767px) and (orientation: landscape) {
    .email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner h3 p {
    font-size: 24px;
}
.email_capture_modal .modal-wrapper.holiday2014 .modal-container-inner h4 p {
    font-size: 14px;
}
.email_capture_modal .modal-wrapper.holiday2014 form#email-capture-modal.email-form {
    padding-top: 0;
}
}.product-module {
    overflow: hidden;
    padding: 0px 60px;
    color: #555;
}
@media only screen and (max-width: 767px) {
    .product-module {
    position: static;
    padding: 3.75rem 1.25rem;
}
}.product-module .no-stock, .product-module .backordered-message {
    display: none;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 1.4375rem;
    width: 300px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .product-module .no-stock, .product-module .backordered-message {
    width: 100%}
}.product-module .out-of-stock-message, .product-module .backordered-message {
    color: #a10000;
}
.product-module .backordered-message {
    margin-top: 15px;
}
.product-module .no-stock input {
    margin: 20px 0 10px;
}
.product-module input.email-input {
    background-color: #ece8e2;
}
.product-module .no-stock .btn, .product-module .no-stock .btn-primary, .product-module .no-stock .button.primary, .product-module .no-stock .button.disabled, .product-module .no-stock .btn-secondary, .product-module .no-stock .option-btn {
    width: 100%}
.product-module #notify-response {
    margin: 20px 0;
}
.product-module .product-module-wrapper {
    display: table;
    width: 100%}
@media only screen and (max-width: 767px) {
    .product-module .product-module-wrapper {
    display: block;
}
}.product-module .product-image-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-right: 60px;
}
@media only screen and (max-width: 767px) {
    .product-module .product-image-wrapper {
    padding: 0;
    display: block;
    margin-bottom: 60px;
}
}.product-module #main-image img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.product-module .product-info-wrapper {
    display: table-cell;
    width: 33%; /* was 40% oedit */
    vertical-align: top;
    position: relative;
	text-align:left;
}
@media only screen and (max-width: 767px) {
    .product-module .product-info-wrapper h3 {
    font-size: 2.8125rem;
}
}@media only screen and (max-width: 767px) {
    .product-module .product-info-wrapper {
    padding: 0;
    display: block;
    width: 100%}
}.product-module .product-info-wrapper .item-price {
    font-size: 6.5625rem;
    line-height: 1;
    margin-bottom: 35px;
}
.product-module .product-info-wrapper .item-price .symbol {
    font-size: 2.5rem;
    vertical-align: top;
}
.product-module .product-info-wrapper .name {
    /* color: #555555; */
}
.product-module .product-info-wrapper .description {
    margin-bottom: 45px;
}
.product-module label {
    clear: both;
    display: block;
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 10px;
    letter-spacing: .05em;
    color: #555;
}
.product-module .variant-option-values {
    clear: both;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-module .variant-option-values:last-child {
    margin-bottom: 40px;
}
.product-module .variant-option-values:last-child.color {
    margin-bottom: 20px;
    padding: 0 50px 40px;
}
@media only screen and (max-width: 767px) {
    .product-module .variant-option-values: last-child.color {
    padding: 0 20px 40px;
}
}

/* oedit list on product items description */
.product-module li {
    color:#000;
    font-family:"helroman";
    font-size:20px;
    /* height: 40px; */
    min-width: 40px;
   /* border-bottom: 4px solid #ece8e2; */
    padding: 0 5px 3px 0px;
	text-align:left;
	letter-spacing:-1px;
	margin-left:15px;
	text-transform:none;
}
.product-module li:active {
   
    /* color: #fefcf9;
    background-color: #fff; */
}
.product-module .no-touch .product-module li:hover {
   
   /*  color: #fefcf9; */

}
.product-module .touch li:hover {
    background-color: red !important;
}
.product-module li:first-child {
    /* border-left: 4px solid #ece8e2; */
}
.product-module li:first-child:hover, .product-module li:first-child.active {
   /*  border-color: #a68f6b;
    color: #fefcf9; */
}
.product-module li:last-child {
   /*  border-right: 4px solid #ece8e2; */
}
.product-module li:last-child:hover, .product-module li:last-child.active {
   /*  
    color: #fefcf9;*/
}
.product-module li.graphic:hover, .product-module li.graphic.active {
  
  /*  color: #fefcf9;
    background-color: #a68f6b; */
}
.product-module li.graphic:hover .brothers, .product-module li.graphic.active .brothers {
    background-position: -174px -2px;
}
.product-module li.graphic:hover .eliot, .product-module li.graphic.active .eliot {
    background-position: -123px -2px;
}
.product-module li.graphic:hover .foot, .product-module li.graphic.active .foot {
    background-position: -25px -2px;
}
.product-module li.graphic:hover .tnse, .product-module li.graphic:hover .tracksmith, .product-module li.graphic.active .tnse, .product-module li.graphic.active .tracksmith {
    background-position: -72px -2px;
}
.product-module li.graphic:hover .woodshed, .product-module li.graphic:hover .cc, .product-module li.graphic.active .woodshed, .product-module li.graphic.active .cc {
    background-position: -198px -16px;
}
.product-module li.color {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 0px solid #a68f6b;
    margin: 0 17px 48px;
    background-color: transparent;
    padding: 0px;
}
.product-module li.color .option-value {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #ddd;
}
.product-module li.color .option-value.navy, .product-module li.color .option-value.tracksmith {
    background-color: #252c45;
}
.product-module li.color .option-value.olive, .product-module li.color .option-value.woodshed {
    background-color: #8a8b5e;
}
.product-module li.color .option-value.gray {
    background-color: #bbb;
}
.product-module li.color .option-value.crimson, .product-module li.color .option-value.tracksmith-cc {
    background-color: #97022c;
}
.product-module li.color .option-value.forest {
    background-color: #003300;
}
.product-module li.color .option-value.gold {
    background-color: #ffc93d;
}
.product-module li.color .option-value.black, .product-module li.color .option-value.t {
    background-color: #000;
}
.product-module li.color .option-value.white {
    background-color: #fff;
}
.product-module li.color .option-value.orange {
    background-color: #dd5b00;
}
.product-module li.color .option-value.racing-green {
    background-color: #3e503f;
}
.product-module li.color .option-value.blue {
    background-color: #061e72;
}
.product-module li.color .option-value.brothers-four {
    background-color: #6E3333;
}
.product-module li.color .option-value.eliot-lounge {
    background-color: #4D4F64;
}
.product-module li.color .option-value.wine {
    background-color: #652630;
}
.product-module li.color .option-value.tracksgiving {
    background-color: #3b3b3d;
}
.product-module li.color .option-value.blue-black-heather {
    background-color: #2B2E4F;
}
.product-module li.color .color-name {
    position: absolute;
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: .05em;
    color: #555;
    width: auto;
    text-transform: uppercase;
}
.product-module li.color:hover, .product-module li.color.active {
    border: 4px solid #a68f6b;
    -moz-transition: border-width 0.2s linear;
    -webkit-transition: border-width 0.2s linear;
    -o-transition: border-width 0.2s linear;
    transition: border-width 0.2s linear;
}
.product-module li.color:hover .option-value, .product-module li.color.active .option-value {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -18px;
}
.product-module li.color:hover .color-name, .product-module li.color.active .color-name {
    display: block;
    margin-top: -4px;
}
.product-module .option-value {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
}
.product-module .option-value.graphic {
    display: block;
    margin: auto;
    background: url(/spree/graphic-sprite.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-module .option-value.graphic.brothers {
    width: 22px;
    height: 20px;
    background-position: -150px -2px;
}
.product-module .option-value.graphic.eliot {
    width: 25px;
    height: 21px;
    background-position: -96px -2px;
}
.product-module .option-value.graphic.tnse {
    width: 22px;
    height: 23px;
    background-position: -48px -2px;
}
.product-module .option-value.graphic.foot {
    width: 21px;
    height: 27px;
    background-position: -2px -2px;
}
.product-module .option-value.graphic.woodshed {
    width: 29px;
    height: 12px;
    background-position: -198px -2px;
}
.product-module .qty-wrapper {
    overflow: hidden;
    width: 148px;
    margin: 0 auto 40px;
}
.product-module .qty-btn {
    float: left;
    height: 54px;
    width: 54px;
    border: 0;
    border: 4px solid #ece8e2;
    background: #fefcf9;
    color: #888;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
.product-module .qty-btn:focus {
    outline: none;
}
.product-module .qty-field {
    float: left;
    width: 40px;
    text-align: center;
    background-color: #fefcf9;
    color: #888;
    padding: 18px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 0.5em;
}
.product-module .qty-field:focus {
    outline: none;
    border: none;
}
.product-module .add-to-cart {
    clear: both;
}
.product-module #add-to-cart-button {
    width: 270px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #d2c6b6),  color-stop(100%,  #a28c6e));
    background-image: -webkit-linear-gradient(#d2c6b6,  #a28c6e);
    background-image: -moz-linear-gradient(#d2c6b6,  #a28c6e);
    background-image: -o-linear-gradient(#d2c6b6,  #a28c6e);
    background-image: linear-gradient(#d2c6b6, #a28c6e);
    border: 2px SOLID #a68f6b;
}
.product-module #add-to-cart-button.added:before {
    content: 'added!'}
.product-module #add-to-cart-button:disabled {
    background-color: #eee9e3;
    background-image: none;
    border: none;
}
.product-module #add-to-cart-button:disabled:hover {
    background-color: #eee9e3 !important;
}
.product-module #add-to-cart-button:hover:enabled {
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #796348),  color-stop(100%,  #a48c6b)) !important;
    background-image: -webkit-linear-gradient(#796348,  #a48c6b) !important;
    background-image: -moz-linear-gradient(#796348,  #a48c6b) !important;
    background-image: -o-linear-gradient(#796348,  #a48c6b) !important;
    background-image: linear-gradient(#796348, #a48c6b) !important;
    border: 2px SOLID #796348;
}
.product-module .share-options {
    width: 216px;
    height: 25px;
    margin: 1em auto;
    position: relative;
}
.product-module .share-options .share-option {
    margin: 0 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 121px;
    height: 25px;
}
.product-module .share-options .share-option.twitter {
    left: 0;
    top: 1px;
}
.product-module .share-options .share-option.facebook {
    left: 85px;
}
.btn-primary:disabled, .btn-primary:disabled:hover {
    background-color: transparent !important;
    border: 3px solid #eee9e3 !important;
}
.html_module {
    height: 100%}
.html_module.calls-to-action {
    width: 98%;
    height: 50px;
    margin: 1em auto;
    clear: both;
    overflow: hidden;
    position: relative;
}
.html_module.calls-to-action .call-to-action {
    position: absolute;
    top: 0;
    font-family: 'DidotLTStd-Roman',  serif;
    font-size: 2rem;
    height: 100%}
.html_module.calls-to-action .call-to-action span, .html_module.calls-to-action .call-to-action a {
    display: block;
    float: left;
}
.html_module.calls-to-action .call-to-action span {
    line-height: 50px;
}
.html_module.calls-to-action .call-to-action a {
    margin-left: 8px;
}
.html_module.calls-to-action .call-to-action.buy {
    left: 0;
}
.html_module.calls-to-action .call-to-action.social {
    margin-bottom: 0;
    right: 0;
}
.html_module.calls-to-action .call-to-action.social span, .html_module.calls-to-action .call-to-action.social a {
    float: right;
}
.html_module.calls-to-action .call-to-action.social .share-icon {
    margin-right: 0;
}
.home_hero {
    height: 100%;
    text-align: center;
}
.home_hero .bg-color {
    min-height: 600px;
}
.home_hero .logo {
    margin: 0 auto;
    width: auto;
    padding-top: 20px;
}
.home_hero h2 {
    z-index: 11;
    line-height: 1;
    width: 80%;
    text-transform: none;
}
@media only screen and (max-width: 767px) {
    .home_hero h2 {
    width: 100%}
}.home_image_module, .home_text_module, .email_capture {
    text-align: center;
}
.home_image_module .bg-color, .home_text_module .bg-color, .email_capture .bg-color {
    padding: 120px 0 170px;
}
.home_image_module img, .home_image_module .superheader, .home_image_module .big-text, .home_text_module img, .home_text_module .superheader, .home_text_module .big-text, .email_capture img, .email_capture .superheader, .email_capture .big-text {
    position: relative;
    z-index: 11;
}
.home_image_module .home-text.white, .home_image_module .superheader.white, .home_text_module .home-text.white, .home_text_module .superheader.white, .email_capture .home-text.white, .email_capture .superheader.white {
    color: #fff;
}
.home_image_module .home-text.black, .home_image_module .superheader.black, .home_text_module .home-text.black, .home_text_module .superheader.black, .email_capture .home-text.black, .email_capture .superheader.black {
    color: #000;
}
.home_image_module .home-text.gold, .home_image_module .superheader.gold, .home_text_module .home-text.gold, .home_text_module .superheader.gold, .email_capture .home-text.gold, .email_capture .superheader.gold {
    color: #a68f6b;
}
.home_image_module .big-text p, .home_text_module .big-text p, .email_capture .big-text p {
    font-size: 3.75rem;
    margin: 0 0 25px;
    line-height: 1;
    width: 80%;
    margin: 0 auto 15px;
    text-transform: none;
}
.home_image_module .stamp-image, .home_text_module .stamp-image, .email_capture .stamp-image {
    margin: 40px auto 0;
    width: 80px;
}
.home_image_module .stamp-image img, .home_text_module .stamp-image img, .email_capture .stamp-image img {
    width: 100%;
    height: auto;
}
.home_image_module a {
    display: block;
}
.home_image_module .big-image {
    height: 800px;
    width: auto;
    margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
    .home_image_module .big-image {
    height: 300px;
}
}.home_image_module .superheader {
    margin-bottom: 20px;
}
.home_text_module .bg-color {
    padding: 190px 0 125px;
}
.home_text_module .stamp-image {
    margin-top: 50px;
}
.email_capture .bg-color {
    padding: 190px 0 125px;
}
.email_capture .stamp-image {
    margin-top: 50px;
}
.email_capture_expanded .email-form {
    margin: 40px auto;
    padding: 0;
}
.email_capture_expanded .social {
    margin: 40px 0;
}
.email_capture_expanded .social a {
    vertical-align: middle;
}
.row, .event-row, .grid-row {
    overflow: hidden;
    width: 100%}
.event-row.image-right .event-image {
    float: right;
}
.event-row.image-right .event-info {
    float: left;
}
.event-row.image-left .event-image {
    float: left;
}
.event-row.image-left .event-info {
    float: right;
}
.event-row .event-image {
    position: relative;
}
.event-row .event-info {
    padding: 60px 55px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
}
.event-row .event-when span, .event-row .event-where span {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.grid-row {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    clear: both;
    display: table;
    table-layout: fixed;
    min-height: 500px;
}
.grid-1 .block-wrapper {
    display: table;
}
.grid-2 .block-wrapper {
    display: table;
}
.grid-3 .block-wrapper {
    display: table;
}
.grid-4 .block-wrapper {
    display: table;
}
.grid-5 .block-wrapper {
    display: table;
}
.block, .product-block, .image-block, .copy-block {
    width: 100%;
    border-right: 1px solid #dddddd;
    display: table-cell;
    vertical-align: middle;
}
.block:last-child, .product-block:last-child, .image-block:last-child, .copy-block:last-child {
    border: none;
}
.block img, .product-block img, .image-block img, .copy-block img {
    display: block;
    max-height: 100%}
.product-block .block-wrapper {
    padding: 30px;
}
.product-block img {
    margin: 0 auto;
}
.image-block img {
    margin: 0 auto;
    visibility: hidden;
}
.copy-block .block-wrapper {
    padding: 30px;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
dd, dl {
    margin: 0;
}
.account-page, .login-page {
    position: relative;
    top: 70px;
    color: #222;
    width: 960px;
    margin: 150px auto;
    overflow: hidden;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5625rem;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .account-page, .login-page {
    top: 90px;
    width: 100%;
    padding: 0 25px;
    margin: 50px auto 100px;
}
}@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .account-page, .login-page {
    width: 710px;
}
}.account-page .line, .login-page .line {
    width: 60px;
    border-bottom: 3px solid #222;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .account-page .line, .login-page .line {
    width: 40px;
    border-width: 2px;
    margin: 0 auto 45px;
}
}.account-page h3, .login-page h3 {
    color: #222;
    font-size: 2.5rem;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .account-page h3, .login-page h3 {
    font-size: 2.125rem;
    text-align: center;
}
}.account-page h4, .login-page h4 {
    color: #222;
    font-size: 1.875rem;
    line-height: 1.2;
    text-transform: capitalize;
}
.account-page .no-results, .login-page .no-results {
    color: #888;
    font-size: 1.5625rem;
}
.login-page {
    text-align: center;
}
.login-page.error #new-customer, .login-page.error #existing-customer {
    float: none;
    margin: 0 auto;
}
.login-page h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size: 1.4375rem;
    color: #999;
    line-height: 1;
}
.login-page .line {
    margin: 0 auto 45px;
}
.login-page .btn-primary {
    width: 100%}
.login-page form {
    width: 380px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .login-page form {
    width: 100%}
}.login-page label {
    text-transform: none;
}
.login-page .divider {
    float: left;
    height: 400px;
    margin: 20px 45px;
    font-family: Garamond,  Baskerville,  "Baskerville Old Face",  "Hoefler Text",  "Times New Roman",  serif;
    font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .login-page .divider {
    float: none;
    width: 100%;
    height: auto;
    margin: 80px 0;
    overflow: hidden;
}
}@media only screen and (max-width: 767px) {
    .login-page .divider {
    float: none;
    width: 100%;
    height: auto;
    margin: 80px 0;
    overflow: hidden;
}
}.login-page .divider .vertical {
    height: 200px;
    border-left: 1px solid #222;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .login-page .divider .vertical {
    height: 15px;
    width: 40%;
    float: left;
    border: none;
    border-bottom: 1px solid #222;
}
}@media only screen and (max-width: 767px) {
    .login-page .divider .vertical {
    height: 15px;
    width: 40%;
    float: left;
    border: none;
    border-bottom: 1px solid #222;
}
}.login-page .divider .or {
    margin: 5px 0 5px -8px;
    text-align: center;
    font-size: 1.875rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .login-page .divider .or {
    float: left;
    width: 20%;
    line-height: 1;
    margin: 0;
}
}@media only screen and (max-width: 767px) {
    .login-page .divider .or {
    float: left;
    width: 20%;
    line-height: 1;
    margin: 0;
}
}.login-page .remember-height {
    height: 67px;
    text-align: left;
}
#new-customer, #existing-customer {
    width: 425px;
    float: left;
    text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #new-customer, #existing-customer {
    width: 100%;
    float: none;
}
}@media only screen and (max-width: 767px) {
    #new-customer, #existing-customer {
    width: 100%;
    float: none;
}
}#forgot-password .reset, #forgot-password #spree_user_email {
    font-size: 1.4375rem;
    margin-bottom: 15px;
}
.account-links {
    width: 220px;
    margin-right: 40px;
    float: left;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.5625rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .account-links {
    width: 180px;
    margin-right: 30px;
}
}@media only screen and (max-width: 767px) {
    .account-links {
    display: none;
}
}.account-links li {
    margin-bottom: 20px;
}
.account-links a.active {
    color: #888;
}
.account-info {
    width: 700px;
    float: left;
}
@media only screen and (max-width: 767px) {
    .account-info {
    float: none;
    width: 100%}
}@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .account-info {
    width: 500px;
}
}.account-section {
    display: none;
}
.account-section.active {
    display: block;
}
.account-sub-section {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .order-summary {
    display: block;
}
}.order-summary thead {
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 0.6875rem;
    letter-spacing: .35em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .order-summary thead {
    letter-spacing: .2em;
}
}@media only screen and (max-width: 767px) {
    .order-summary thead {
    display: none;
}
}.order-summary thead th {
    padding-bottom: 10px;
}
.order-summary tbody {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
    .order-summary tbody {
    display: block;
}
}.order-summary td {
    padding: 30px 50px 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .order-summary td {
    padding-right: 35px;
}
}@media only screen and (max-width: 767px) {
    .order-summary td {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}
.order-summary td:before {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}
.order-summary td:nth-of-type(1):before {
    content: "Date"}
.order-summary td:nth-of-type(2):before {
    content: "Recipient"}
.order-summary td:nth-of-type(3):before {
    content: "Order Number"}
.order-summary td:nth-of-type(4):before {
    content: "Status"}
.order-summary td:nth-of-type(5):before {
    content: "Total"}
}.order-summary tr {
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
    .order-summary tr {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
}.order-summary th {
    padding-bottom: 30px;
}
.edit-user form, .edit-address form, .new-address form {
    width: 360px;
}
@media only screen and (max-width: 767px) {
    .edit-user form, .edit-address form, .new-address form {
    width: 100%}
}.edit-user input, .edit-address input, .new-address input {
    font-size: 1.25rem;
}
.edit-user input.btn-primary, .edit-address input.btn-primary, .new-address input.btn-primary {
    font-size: 0.625rem;
}
#user_addresses .even, #user_addresses .odd {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#user_addresses .even .address, #user_addresses .odd .address {
    margin-bottom: 20px;
}
#returns {
    width: 560px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #returns {
    width: 500px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
}@media only screen and (max-width: 767px) {
    #returns {
    width: 100%}
}#returns .returns-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ddd;
}
#returns .radio {
    margin-bottom: 20px;
}
#returns .radio span {
    display: inline-block;
    vertical-align: middle;
}
#returns .return_label {
    color: #222;
    text-transform: capitalize;
    vertical-align: middle;
}
#returns .divider {
    margin: 0 20px;
}
#returns .or {
    font-family: Garamond,  Baskerville,  "Baskerville Old Face",  "Hoefler Text",  "Times New Roman",  serif;
    font-style: italic;
    font-size: 1.4375rem;
    margin: 0 5px;
}
#returns .horizontal {
    height: 5px;
    width: 20px;
    border-bottom: 1px solid #222;
}
#returns label.radio:before, #returns input[type=radio]+label:before {
    top: 12px;
}
#returns select {
    font-size: 1.4375rem;
    border-radius: 0;
    padding-top: 5px;
}
#returns .exchange-input {
    display: none;
}
input[type=checkbox] {
    display: none;
}
input[type=radio] {
    display: none;
}
input[type=checkbox]+label, input[type=radio]+label, label.radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
}
input[type=checkbox]+label span {
    display: block;
    padding-top: 4px;
}
label.radio:before, input[type=radio]+label:before, .card-select:before {
    background-image: url(/assets/icons/bullet-f71297986a5a62498d0d2f803a83d028.png);
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
label.radio.checked:before, input[type=radio]:checked+label:before, .card-select.checked:before {
    background-image: url(/assets/icons/bullet-f71297986a5a62498d0d2f803a83d028.png);
    background-position: 15px 0;
    height: 16px;
    width: 15px;
    text-align: center;
    line-height: 8px;
}
input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: none;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #ece8e2;
    box-shadow: none;
    top: 1px;
}
.checkbox label:before {
    border-radius: 3px;
}
.opt_in_label {
    font-size: 22px;
    text-align: left;
}
input[type=checkbox]:checked+label:before {
    content: url(/assets/icons/checkmark-6793a5e56881dacdc06674fe964f0d99.png);
    text-align: center;
    line-height: 27px;
}
#ts-return-form input[type=text].error {
    margin-bottom: 8px;
}
#ts-return-form select.error {
    border: 2px solid #a10000;
}
#ts-return-form .required {
    font-size: 20px;
    color: #A9A9B7;
    float: right;
}
#spree-cart {
    display: none;
}
#checkout {
    position: relative;
    top: 160px;
    color: #222;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375rem;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    #checkout {
    top: 91px;
}
}.states-wrapper {
    position: relative;
    left: 0;
}
.checkout-breadcrumbs {
    position: fixed;
    top: 71px;
    width: 100%;
    background-color: #fefcf9;
    z-index: 99;
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    list-style: none;
    border-bottom: 2px solid #ddd;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .checkout-breadcrumbs {
    display: none;
}
}@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .checkout-breadcrumbs {
    padding: 0;
    font-size: 1rem;
}
}.checkout-breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 55px;
    cursor: pointer;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .checkout-breadcrumbs li {
    margin-right: 25px;
}
}.checkout-breadcrumbs li a {
    color: #000;
}
.checkout-breadcrumbs li .number {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    display: inline-block;
    background-color: #ddd;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fefcf9;
    background-color: #fff;
    line-height: 0;
    padding: 15px 0;
    margin-right: 10px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .checkout-breadcrumbs li .number {
    height: 20px;
    width: 20px;
    padding: 10px 0;
    margin-right: 5px;
}
}.checkout-breadcrumbs li:last-child {
    margin-right: 0;
}
.checkout-breadcrumbs li[class*='current'] .state {
    border-bottom: 2px solid #000;
}
.checkout-breadcrumbs li:hover .state {
    border-bottom: 2px solid #000;
}
.checkout-breadcrumbs li:hover .state a {
    text-decoration: none;
}
.checkout-breadcrumbs li[class*='disabled'] {
    color: #ddd;
    cursor: default;
}
.checkout-breadcrumbs li[class*='disabled'] .number {
    background-color: #ddd;
}
.checkout-breadcrumbs li[class*='disabled']:hover .state {
    border: none;
}
.checkout-wrapper {
    width: 360px;
    margin: 50px auto 250px;
}
@media only screen and (max-width: 767px) {
    .checkout-wrapper {
    width: 100%;
    padding: 0 25px;
    margin: 35px auto 150px;
}
}.checkout-wrapper .line {
    width: 60px;
    border-bottom: 3px solid #222;
    margin: 0 auto 45px;
}
.checkout-wrapper .state-title {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.checkout-wrapper fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
#checkout-summary {
    display: none !important;
}
.checkout_content {
    height: 100%;
    float: left;
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.checkout_content.disabled-step {
    opacity: .5;
    margin: 0;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.checkout_content h3 {
    color: #848485;
}
@media only screen and (max-width: 767px) {
    .checkout_content h3 {
    font-size: 2.5rem;
}
}#billing, #shipping, #shipping_method, #payment, #order_details, #order_summary {
    margin: 0px;
    border: none;
    padding: 0px;
}
#billing legend, #shipping legend, #shipping_method legend, #payment legend, #order_details legend, #order_summary legend {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4375rem;
    color: #222;
    margin-bottom: 10px;
}
#billing label, #shipping label, #shipping_method label, #payment label, #order_details label, #order_summary label {
    text-transform: none;
    color: #222;
    position: relative;
    font-size: 1.4375rem;
}
#billing {
    margin-bottom: 50px;
}
.saved-address {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    clear: both;
}
.saved-address .edit-link {
    float: right;
    font-size: 1.4375rem;
}
#bfirstname, #blastname, #sfirstname, #slastname, #bstate, #bzipcode, #sstate, #szipcode {
    width: 175px;
    float: left;
}
@media only screen and (max-width: 767px) {
    #bfirstname, #blastname, #sfirstname, #slastname, #bstate, #bzipcode, #sstate, #szipcode {
    width: 100%;
    float: none;
}
}#bfirstname, #sfirstname, #bstate, #sstate {
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    #bfirstname, #sfirstname, #bstate, #sstate {
    margin-right: 0;
}
}#baddress1, #saddress1, #bcountry, #scountry {
    clear: both;
}
#billing input[type="text"], #billing input[type="email"], #billing input[type="tel"], #billing input[type="number"], #billing select, #billing textarea {
    width: 100%;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375rem;
}
#shipping_method .shipment {
    margin-bottom: 60px;
    border-top: 1px solid #222;
    padding-top: 40px;
}
#shipping_method .shipment:first-child {
    padding-top: 0;
    border: none;
}
#shipping_method .shipment .backordered {
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 50px;
}
#shipping_method legend {
    display: none;
}
#shipping_method label {
    color: #222;
}
#shipping_method .stock-location {
    display: none;
}
#shipping_method .stock-shipping-method-title {
    display: none;
}
#shipping_method thead {
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6875rem;
    letter-spacing: .35em;
}
#shipping_method td {
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 60px;
    padding: 30px 0;
}
#shipping_method td.item-image {
    padding-right: 15px;
}
#shipping_method tr {
    border-bottom: 2px solid #ddd;
}
#shipping_method th {
    padding-bottom: 30px;
    text-align: left;
}
#shipping_method .shipping-methods {
    margin-top: 45px;
}
#payment label {
    color: #222;
    margin-left: 15px;
}
#payment .card-info-wrapper {
    clear: both;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 2px solid #ddd;
}
#payment .card-info {
    float: left;
    width: 300px;
}
#payment .card-select {
    float: right;
    width: 15px;
    position: relative;
    right: 1px;
}
#order_details legend, #order_summary legend {
    display: none;
}
#order_details h6, #order_summary h6 {
    font-family: 'DidotLTStd-Roman',  serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4375rem;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #ddd;
}
#order_details .columns.four, #order_summary .columns.four {
    margin-bottom: 50px;
}
#order_details thead, #order_summary thead {
    font-family: "akzidenz-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.6875rem;
    letter-spacing: .35em;
}
#order_details table, #order_summary table {
    width: 100%;
    border-top: 4px solid #ddd;
}
#order_details thead tr, #order_summary thead tr {
    border-bottom: 1px solid #ddd;
}
#order_details thead th, #order_summary thead th {
    padding: 15px 0;
}
#order_details tbody tr, #order_summary tbody tr {
    border-bottom: 2px solid #ddd;
}
#order_details tbody td, #order_summary tbody td {
    padding: 30px 0;
}
#order_details th.qty, #order_details th.total, #order_summary th.qty, #order_summary th.total {
    text-align: left;
}
#order_details td.item-image, #order_summary td.item-image {
    padding-right: 15px;
}
#order_details tfoot td, #order_summary tfoot td {
    padding: 5px 0;
}
#order_details #order-total, #order_summary #order-total {
    border-top: 2px solid #ddd;
    font-weight: 400;
}
#order_details #order-total td, #order_summary #order-total td {
    padding: 10px 0;
}
input[value="Place Order"] {
    width: 100%}
.international {
    margin-top: 40px;
    font-size: 1.125rem;
}
#order_summary {
    width: 360px;
    margin: 60px auto 250px;
    position: relative;
    top: 70px;
    color: #222;
    font-family: "akzidenz-grotesk-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375rem;
}
@media only screen and (max-width: 767px) {
    #order_summary {
    width: 100%;
    padding: 0 25px;
    margin: 35px auto 150px;
}
}#order_summary h4 {
    color: #222;
    font-size: 2.5rem;
}
#order_summary h6 {
    text-transform: capitalize;
}
#order_summary .line {
    width: 60px;
    border-bottom: 3px solid #222;
    margin: 0 0 45px;
}
#order_summary .success-wrapper {
    padding: 35px;
    background-color: #ece8e2;
    text-align: center;
    margin-bottom: 40px;
}
.tracksmith-checkout-test-breadcrumb {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: #000;
    float: left;
    cursor: pointer;
}
