@font-face {
  font-family:"CGB";
  src: url("/ts1574304485/attachments/StyleSheet/3/century-gothic-bold.woff2") format("woff2");
  /* src: url("/fonts/century-gothic-bold.woff2") format("woff2"); */
  font-style: normal; font-weight: 700;
}
@font-face {
  font-family:"Big Caslon";
  src: url("/ts1574304485/attachments/StyleSheet/3/big-caslon-medium.woff") format("woff2");
  font-style: normal; font-weight: normal;
}

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 820px) {
  html {
    font-size: 8px;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-size: 2.2rem;
  font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  /* -webkit-font-smoothing: antialiased; */
}

a {
  border-bottom: 1px solid;
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: rgb(255,70,24);
}

.cgb {
  font-family: 'CGB';
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.cgb a {
  border: 0;
  text-decoration: none;
}

.cas {
  font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  text-transform: initial;
}

.xlarge {
  font-size: 4vw;
  line-height: 1;
}
@media (min-width: 1500px) {
  .xlarge {
    font-size: 60.12px;
  }
}
h1, .h1 {
  display: block;
  font-size: 4.2rem;
  line-height: 1.15;
  border: 0;
  text-decoration: none;
}
h2, .h2 {
  line-height: 1.1;
  font-weight: 400;
  font-size: 3.6rem;
}
h3, .h3 {
  line-height: 1.1;
  font-weight: 400;
  font-size: 2.8rem;
}
h4, .h4, .help-block {
  font-size: 1.6rem;
  flex: 0 0 100%;
}
h5, .h5 {
  font-size: 1.4rem;
  flex: 0 0 100%;
}
p, .p, th, td, label, input, select, textarea {
  font-size: 2.2rem;
}

ol, ul {
  margin-left: 1em;
}

hr {
  border: 0;
  border-top: 1px solid;
  margin: 6rem 0;
  flex: 0 0 100%;
}
hr.no-margin {
  margin: 0;
}

.ib.ib.ib.ib {
  display: inline-block;
}

.center.center.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.align-left.align-left.align-left {
  text-align: left;
}
.align-right.align-right.align-right {
  text-align: right;
}

@media (max-width: 680px) {
  .mobile-hide {
    display: none;
  }
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.float-right {
  float: right;
}

.margin-top {
  margin-top: 1rem;
}
.margin-right {
  margin-right: 2rem;
}
.pad-right {
  padding-right: 2rem;
}

.top-nav {
  padding-bottom: 3rem;
}
.top-nav a {
  margin-right: 2rem;
}

.top-cart,
.align-right {
  text-align: right;
}
.top-cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-cart .button {
  margin-top: -0.75rem;
}
.top-cart span {
  font-size: 2rem;
}
body[data-slug="login"] .top-cart span:first-of-type {
  opacity: 0;
  pointer-events: none;
}

.no-border {
  border-top: 0;
}

.reverse {
  background: #000;
  color: #fafaf1;
}

button, .button {
  border: 0;
  color: #fff;
  background: #000;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 2rem;
  transition: background 150ms ease-in-out;
  font-size: inherit;
}
button:hover, .button:hover {
  color: #fff;
  background: rgb(255,70,24);
}
.button--white {
  color: #000;
  background: #fff;
}
.button--wide {
  padding-left: 3rem;
  padding-right: 3rem;
}
.light-bg {
  color: #000;
  background: #fafaf1;
}
.red-bg {
  background: rgb(255,70,24);
  color: #fff;
}
.red-bg:hover {
  background: #000;
  color: #fafaf1;
}
.transparent-button {
  background: transparent;
  color: #000;
}
.transparent-bg.transparent-bg,
.transparent-bg.transparent-bg:hover {
  background: transparent;
  color: #000;
  border: 0;
  padding: 0;
  letter-spacing: 0.03em;
  margin-left: 1em;
}
.transparent-bg:hover {
  border: 0;
  text-decoration: none;
}

.button-wrap {
  display: inline-flex;
}

.red {
  color: rgb(255,70,24);
}
.red:hover {
  color: #000;
}
.underline {
  border: 1px solid;
  text-decoration: underline;
}
.text-underline {
  text-decoration: underline;
}
.no-underline {
  border: 0;
  text-decoration: none;
}

input:not([type=radio]):not([type=checkbox]), select, textarea {
  /* background: #fff; */
  background: transparent;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  padding: 0.2em 0 0.4rem;
  border-bottom: 1px solid;
  margin-top: 0.2em;
  margin-bottom: 1.5em;
  -webkit-appearance: none;
  appearance: none;
}
.flex input:not([type=radio]):not([type=checkbox]),.flex select,.flex textarea {
  width: 100%;
}
input:not([type=radio]):focus, select:focus, textarea:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.85);
}
.quantity-input.quantity-input.quantity-input {
  background: #fff;
  border: 0;
  margin: 0;

  font-family: 'CGB';
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
select {
  background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 98% 50% transparent;
  width: 100%;
}
textarea {
  width: 100%;
}

.simple-radio:checked,
.simple-radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.simple-radio:checked + label,
.simple-radio:not(:checked) + label
{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
}
.simple-radio:checked + label:before,
.simple-radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 100%;
    transition: all 150ms ease-in-out;
}
.simple-radio:not(:checked) + label:before {
  opacity: 0.2;
}
.simple-radio:checked + label:before {
  opacity: 1;
}
.simple-radio:checked + label:after,
.simple-radio:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    transition: all 150ms ease-in-out;
}
.simple-radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.simple-radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

form.atc-form {
  margin-top: 4rem;
  max-width: 40rem;
  position: sticky;
  top: 4rem;
  padding-left: 3rem;
}
@media (max-width: 680px) {
  form.atc-form {
    padding-left: 0;
  }
}
form.atc-form > h3 {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
form.atc-form .button {
  margin: 0;
  padding: 1rem 2rem;
}
form.atc-form .button.button:hover {
  background: rgb(255,70,24);
  color: #fff;
  margin: 0;
  padding: 1rem 2rem;
}
form.atc-form input {
  text-align: center;
  width: 60px;
  padding: 1rem 0;
}

.wrapper {
  background-color: #fafaf1;
  margin-left: 9rem;
  min-height: 100vh;
  padding: 3rem 6rem 12rem;
  position: relative;
  z-index: 1;
  transition: transform 550ms ease-in-out;
}
@media (max-width: 680px) {
  .wrapper {
    margin-left: 0;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.wrapper > .header,
.wrapper > .content,
.wrapper > .content-wrap {
  max-width: 160rem;
}

.close-cover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.open-nav .close-nav {
  pointer-events: all;
}
.open-nav .wrapper {
  transform: translateX(55rem);
}
.close-link {
  position: absolute;
  top: 1rem;
  right: 4.5rem;
  font-size: 200%;
  border: 0;
}


.top-bar {
  display: flex;
}
.top-bar form {
  flex: 0 0 100%;
  padding-bottom: 0.1em;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 6.5rem;
  top: 3.25rem;
}
.top-bar input {
  width: 58px !important;
  margin: 0 !important;
  padding-top: 0 !important;
  font-size: 2rem;
  border-bottom: 1px solid transparent !important;
  transition: all 240ms ease-in-out;
}
.top-bar input:focus {
  width: 220px !important;
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
}
.top-bar input::placeholder {
  opacity: 1;
  color: #000;
}
.top-bar input:focus::placeholder {
  opacity: 0.5;
}
.top-bar svg {
  width: 14px;
  top: 2px;
  position: relative;
  left: -6px;
}

.logo {
  display: inline-block;
  border: 0;
  margin-top: 8rem;
  align-self: flex-end;
  margin-left: 0 !important;
}

.logo svg {
  max-width: 38rem;
}

.header {
  border-bottom: 1px solid #000;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nav {
  background: #fff;
  top: 0;
  left: 0;
  height: 100vh;
  width: 98rem;
  position: fixed;
  display: flex;
  /* max-width: 9rem; */
  z-index: 0;
}
@media (max-width: 680px) {
  .header {
    padding-bottom: 3rem;
  }
  .nav {
    left: auto;
    position: absolute;
    left: 2.5rem;
    width: 9rem;
  }
  .spine {
    position: relative;
    z-index: 9;
  }
  .logo {
    margin-top: 8rem;
    width: 75%;
  }
  .user-details {
    left: 4rem;
    position: absolute;
  }
  .cart-link {
    position: absolute;
    right: 4rem;
    top: 1rem;
  }
  .top-cart .button {
    margin-top: 0.5rem;
  }
  .top-bar input {
    width: 0;
  }
  .top-bar form {
    position: absolute;
    margin-left: 4rem;
    top: 2.25rem;
  }
  .nav__inner__filters {
    display: none !important;
  }
}
@media (max-height: 850px) and (min-height: 581px) {
  .nav__inner .h1 {
    font-size: 4.9vh;
  }
  .nav__inner,
  .nav__inner p {
    font-size: 2.6vh;
  }
  .nav__inner .h4 {
    font-size: 1.9vh;
  }
  .top-nav {
    padding-bottom: 3vh;
  }
  .nav__inner__filters {
    margin-top: 3vh;
  }
  .filter-set {
    margin-bottom: 3vh;
  }
}

@media (max-height: 580px) {
  .nav__inner__filters {
    display: none !important;
  }
}
.spine {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 3rem;
  width: 9rem;
}
.spine__quote {
  margin-top: 16rem;
  font-size: 1.7rem;
  position: absolute;
  transform: rotate(90deg) translateX(50%);
  white-space: nowrap;
}
@media (max-width: 680px) {
  .nav {
    background: transparent;
    height: auto;
    width: 6rem;
    z-index: 2;
  }
  .spine {
    padding-top: 2.5rem;
  }
  .spine__quote {
    display: none;
  }
  .nav__inner {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    left: 0;
    transition: opacity 0ms ease-in-out 0ms;
    width: 100vw;
  }
  .nav__inner .h1 {
    font-size: 4rem;
  }
  .open-nav .nav__inner {
    pointer-events: all;
    opacity: 1;
    padding-left: 4rem;
    padding-top: 8.4rem;
    width: 100vw;
    transition: opacity 250ms ease-in-out;
  }
  .wrapper {
    transition: opacity 250ms ease-in-out;
  }
  .open-nav .wrapper {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
  }
}
.nav__inner {
  padding-left: 2rem;
  padding-top: 3.2rem;
}
.nav__inner__filters {
  max-width: 56rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-right: 4rem;
}
.nav__inner__filters > * {
  padding-right: 2rem;
  flex: 0 0 calc(50% - 2rem);
}
.filter-set {
  margin-bottom: 3rem;
}
.filter-set a {
  display: block;
  border: 0;
  text-decoration: none;
}

.feature-cards,
.product-cards {
  display: flex;
  flex-wrap: wrap;
}
.product-cards {
  padding-top: 4rem;
  margin-right: -3rem;
}
.product-cards:last-of-type hr {
  display: none;
}
.product-cards > div {
  flex: 0 0 calc(33% - 3rem);
  margin-right: 2rem;
}
@media (max-width: 1140px) {
  .product-cards > div {
    flex: 0 0 calc(50% - 3rem);
  }
}
@media (max-width: 680px) {
  .product-cards > div {
    flex: 0 0 100%;
  }
}
.feature-cards > * {
  flex: 0 0 calc(50% - 2rem);
  margin-right: 2rem;
}
.feature-card {
  display: flex;
  margin-bottom: 4rem;
  position: relative;
  flex-direction: column;
}
.feature-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  max-width: 33em;
  padding-right: 2rem;
}
.feature-card__image {
  flex: 1;
  /* background: black; */
  border: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  position: relative;
}
.feature-card__image:before {
  content: '';
  display: block;
  padding-top: 85%;
}
.product-card {
  display: flex;
  /* border-right: 1px solid; */
  padding-right: 1rem;
  margin-bottom: 5rem;
  position: relative;
  justify-content: space-between;
}

.product-card h3 {
  font-size: 1.65vw;
}
@media (min-width: 1500px) {
  .product-card h3 {
    font-size: 24.7995px;
  }
}
.featured-card .xlarge {
  font-size: 4vw;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

@media (min-width: 1500px) {
  .featured-card .xlarge {
    font-size: 60.12px;
  }
}
.product-card p,
.featured-card p {
  font-size: 1.4vw;
}
@media (min-width: 1500px) {
  .product-card p,
  .featured-card p {
    font-size: 21.042px;
  }
}
@media (max-width: 1140px) {
  .product-card h3 {
    font-size: 2.65vw;
  }
  .product-card h2 {
    font-size: 2.8vw;
  }
  .product-card p {
    font-size: 1.8vw;
  }
}
@media (max-width: 680px) {
  .product-page > .product-card__details {
    padding-right: 2rem !important;
  }
  .product-card h2,
  .product-card h3 {
    font-size: 2.8rem;
  }
  .product-card p {
    font-size: 2.2rem;
  }
  .product-card .xlarge {
    font-size: 3rem;
  }
  .feature-cards {
    display: block;
  }
  .feature-cards,
  .product-cards {
    margin-right: 0;
  }
}

.cover-link {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product-page > .product-card {
  border-right: 0;
  max-height: calc(100vh - 26rem);
  padding-right: 0;
}
.product-card:nth-child(3n) {
  border-right: 0;
}
.product-card__details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  max-width: 33em;
}
.product-page > .product-card .product-card__details {
  padding-right: 8rem;
}
.product-card__image {
  flex: 1;
  /* background: black; */
  border: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  margin-right: 1rem;
  position: relative;
  width: 11vw;
}
@media (min-width: 1500px) {
  .product-card__image {
    width: 165.33px;
  }
}
.product-card__image:before {
  content: '';
  display: block;
  /* padding-top: 75%; */
  padding-top: 150%;
}
.product-card__image--large {
  margin-right: 0;
  max-width: 60rem;
}
.product-card__image--small {
  display: block;
  width: 10rem;
  flex: 0 0 10rem;
  margin-right: 2rem;
}

.category-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  position: relative;
}
.featured-card {
  margin-bottom: 4rem;
  max-height: calc(100vh - 26rem);
  position: relative;
  width: 100%;
  z-index: 1;
}
.featured-card .cover-link {
  z-index: 2;
}
.featured-card:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.category-card__details,
.featured-card__details {
  position: absolute;
  right: 0;
  min-height: 40rem;
  bottom: 4rem;
  z-index: 1;
  width: 40%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 6rem 0 4rem;
  border-left: 1px solid #fff;
}
@media (max-width: 1140px) {
  .featured-card__details {
    bottom: 2rem;
    min-height: 23rem;
    width: 50%;
  }
  .featured-card__details p {
    font-size: 1.75vw;
  }
}
@media (max-width: 680px) {
  .featured-card__details {
    color: #000;
    padding: 2rem 0 0;
    border-left: none;
    position: static;
    width: 100%;
  }
  .featured-card__details p {
    font-size: 2.2rem;
  }
  .featured-card__details .xlarge {
    font-size: 3.4rem;
  }
  .featured-card__image.featured-card__image {
    height: auto;
    position: static;
    padding-top: 65%;
  }
  .featured-card:before {
    display: none;
  }
}
.category-card__details {
  border: 0;
  position: static;
  color: #000;
  width: 50%;
}
.category-card--odd .category-card__details {
  order: 1;
}
.category-card__details p,
.featured-card__details p {
  margin-bottom: 0.5em;
}
.featured-card__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.category-card__image {
  flex: 0 0 50%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.category-card__image:before {
  padding-top: 50%;
}
.category-card--odd .category-card__image {
  order: 2;
}
@media (max-width: 680px) {
  .category-card {
    display: block;
  }
  .category-card__image,
  .category-card__details {
    width: 100%;
  }
  .category-card__image {
    padding-top: 75%;
  }
  .category-card__details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    min-height: 30rem;
  }
}

.flex {
  display: flex;
}
.flex:not(.button-wrap):not(.input-group) {
  margin-left: -1rem;
  margin-right: -1rem;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-stretch {
  flex: 0 0 100%;
}
.flex .col {
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.flex .col img {
  max-width: 100%;
}
@media (max-width: 680px) {
  .flex:not(.form-group):not(.button-wrap):not(.input-group) {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .flex .col {
    margin-left: 0;
    margin-right: 0;
  }
  #facet .flex:not(.av-search-facet-main) {
    display: flex;
  }
  .av-search-facet-main {
    padding-right: 4rem;
  }
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
table {
  border-spacing: 0;
  width: 100%;
}
.cart-title,
table th,
table td {
  border-top: 1px solid;
  padding-top: 0.5em;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0.5em;
  padding-right: 1em;
}
.cart-title {
 border-top: 0;
}
.cart-title + hr {
  margin-bottom: 1.5rem;
}
table td:last-child,
table th.last,
table td.last {
  padding-right: 0;
}
td.collapse {
  width: 1%;
  white-space: nowrap;
  padding-right: 4rem;
}
@media (max-width: 680px) {
  tr.cart-product {
    display: block;
    width: 100%;
  }
  tr.cart-product td:first-child {
    display: block;
    width: 100%;
  }
  .cart-details td:first-child {
    display: none;
  }
  .cart-details {
    display: block;
    position: relative;
  }
  .cart-details td:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.text {
  max-width: 33em;
}
.quantity-input {
  flex: 1;
}

/* CHECKOUT OVERRIDES */
.product-item-imain-wrapper {
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  margin: 2rem 0;
}
.product-img-title {
  display: flex;
  max-width: 40rem;
}
.move-wishlist,
.av-cart-customer-ref {
  display: none;
}
.quantity > a {
  display: none;
}
.product-amount-quantity {
  display: flex;
}
.items-count {
  width: 11rem;
}

/* MINI HEADER */
body[data-slug="login"] .top-cart {
  display: none;
}
@media (max-width: 680px) {
  body[data-slug="login"] .header {
    padding-bottom: 1rem;
  }
}
body[data-slug="cart"] .header,
body[data-slug="delivery"] .header,
body[data-slug="shipping"] .header,
body[data-slug="complete"] .header,
body[data-slug="payment"] .header {
  border-bottom: 0;
  margin-bottom: -2rem;
}
body[data-slug="cart"] .top-bar,
body[data-slug="delivery"] .top-bar,
body[data-slug="shipping"] .top-bar,
body[data-slug="complete"] .top-bar,
body[data-slug="payment"] .top-bar {
  display: none;
}
body[data-slug="cart"] .logo svg,
body[data-slug="delivery"] .logo svg,
body[data-slug="shipping"] .logo svg,
body[data-slug="complete"] .logo svg,
body[data-slug="payment"] .logo svg {
  max-width: 32rem;
}
body[data-slug="cart"] .container,
body[data-slug="delivery"] .container,
body[data-slug="shipping"] .container,
body[data-slug="complete"] .container,
body[data-slug="payment"] .container {
  padding-top: 2rem;
}
body[data-slug="delivery"] .av-container-content > .row,
body[data-slug="shipping"] .av-container-content > .row,
body[data-slug="payment"] .av-container-content > .row {
  display: flex;
}
@media (max-width: 680px) {
  body[data-slug="delivery"] .av-container-content > .row,
  body[data-slug="shipping"] .av-container-content > .row,
  body[data-slug="payment"] .av-container-content > .row {
    display: block;
  }
}
@media (min-width: 681px) {
  body[data-slug="delivery"] .av-container-content > .row > *,
  body[data-slug="shipping"] .av-container-content > .row > *,
  body[data-slug="payment"] .av-container-content > .row > * {
    padding: 0 8rem 2rem 0;
    flex: 1;
    max-width: 70rem;
  }
}
body[data-slug="delivery"] .av-container-content > .row > *:last-child,
body[data-slug="shipping"] .av-container-content > .row > *:last-child,
body[data-slug="payment"] .av-container-content > .row > *:last-child {
  flex: none;
  padding-right: 0;
}

@media (max-width: 1180px) {
  body[data-slug="delivery"] .av-container-content > .row > *:last-child,
  body[data-slug="shipping"] .av-container-content > .row > *:last-child,
  body[data-slug="payment"] .av-container-content > .row > *:last-child {
    flex: 1;
  }
}
body[data-slug="delivery"] input,
body[data-slug="payment"] input {
  width: 100%;
}

.av-steps-bar {
  position: absolute;
  margin-top: -2.4rem;
}
.av-cart-summary,
.av-steps-bar + * {
  padding-top: 3rem;
}
@media (max-width: 680px) {
  .av-steps-bar {
    margin-top: -3.4rem;
    display: block;
  }
  .av-steps-bar > .container-fluid > span {
    display: none;
  }
  .av-steps-bar a:last-of-type:after {
    display: none;
  }
}
.av-steps-bar-num {
  display: none;
}
.av-steps-bar-step {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}
.av-steps-bar-step.active {
  color: rgb(255,70,24);
}
.av-steps-bar-step:first-child {
  margin-left: 0;
}
.av-steps-bar-step:last-child {
  margin-right: 0;
}
.av-steps-bar-step:after {
  content: '/';
  color: #000 !important;
  position: absolute;
  right: -1.25rem;
}
.av-steps-bar-step:last-child:after {
  content: '';
}

/* FORM VALIDATION */
.validation_error {
  color: rgb(255,70,24);
  position: relative;
  top: -1em;
}
.has-error input,
.has-error select {
  border-bottom: 1px solid rgb(255,70,24);
}
.modal {
  display: none !important;
}
.pad-block.mid-bg {
  background: rgba(0, 0, 0, 0.05);
  padding: 3rem 3rem 0 3rem;
}
.pad-block.mid-bg .input-group-btn {
  margin-top: -0.5rem;
}
.text-content {
  max-width: 70rem;
  margin: 0 auto 0 10vw;
}
@media (max-width: 680px) {
  .text-content {
    margin-left: 0;
  }
}

.text-content--left {
  margin-left: 0;
}
.text-content p {
  margin-bottom: 0.75em;
}
.cart {
  box-sizing: border-box;
  padding: 2rem 5rem;
  position: fixed;
  background: #fff;
  width: 74rem;
  right: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 5;
  transform: translateX(100%);
  transition: transform 550ms ease-in-out;
}
.cart .av-steps-bar {
  display: none;
}
@media (max-width: 750px) {
  .cart {
    width: 100%;
  }
}
.cart .product-card__image {
  min-width: 8rem;
}
.cart h3.title {
  font-size: 2.2rem;
  font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  text-transform: capitalize;
}
.items-count.items-count.items-count {
  width: 80px;
  min-width: 0;
  padding-left: 2.2rem;
}
.cart a[href="/"] {
  display: none;
}
.open-inline-cart .close-cart {
  pointer-events: all;
}
.open-inline-cart .cart {
  transform: translateX(0);
}
.footer {
  justify-content: space-between;
  padding: 6rem 4rem 6rem 9rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1141px) {
  .footer > *:first-child {
    flex: none;
  }
}
@media (max-width: 1140px) {
  .footer {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .footer > *:last-child {
    flex: 0 0 100%;
  }
}
@media (max-width: 680px) {
  .footer {
    padding: 6rem 4rem;
  }
  #mc-embedded-subscribe {
    margin-top: -2rem !important;
    width: auto;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.footer .logo {
  margin-top: 1.5rem;
}
.footer svg {
  width: 24rem;
}
.footer path {
  fill: #fafaf1;
}
.footer.flex > * {
  max-width: 58rem;
  padding-right: 6rem;
}
.twocol {
  columns: 2;
}
.footer form label,
.footer .indicates-required {
  display: none;
}
.footer form input {
  color: #fafaf1;
  border: 1px solid !important;
  padding: 1.5rem !important;
  margin-top: 1em !important;
}
.footer form input:focus {
  background: transparent;
}
.footer form input::placeholder {
  opacity: 1;
  color: #fafaf1;
}
.footer form input[type=submit] {
  color: #000;
  background-color: #fafaf1;
  margin-left: -1px;
  border: 1px solid #fafaf1 !important;
  transition: 150ms all ease-in-out;
}
.footer form input[type=submit]:hover {
  background: rgb(255,70,24);
  border-color: rgb(255,70,24) !important;
}
.footer .mc-field-group  {
  margin: 0 !important;
}

.spinner {
  margin: 50px auto 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
}

.spinner > div {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1280ms infinite linear both;
  animation: sk-bouncedelay 1280ms infinite linear both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.over18 {
  position: fixed;
  z-index: 999;
  /* background: #000; */
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.over18 img {
  margin: 0;
  max-width: 50rem;
  max-height: 60vh;
}
.over18 p {
  color: #fff;
  /* position: absolute; */
  /* bottom: -6rem; */
  /* left: 2rem; */
  /* right: 2rem; */
}
.block18 {
  pointer-events: all;
  z-index: 998;
  background: rgba(0,0,0,0.9);
}
.over18-wrapper {
  display: none;
}
.age-block .over18-wrapper {
  display: block;
}
.social-icons {
  margin-top: 1em;
}
.social-icons a {
  border: 0;
  margin-right: 0.7em;
}
.social-icons svg {
  max-height: 0.9em;
  max-width: 0.9em;
}
.shopping-sections.shopping-sections.shopping-sections.shopping-sections {
  display: flex;
  margin-top: -3rem;
  margin-bottom: -3rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  z-index: 1;
}
.shopping-section {
  flex: 1;
  padding: 0 1rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 680px) {
  .shopping-sections {
    flex-wrap: wrap;
  }
  .shopping-section {
    flex: 0 0 50%;
  }
  .shopping-section:nth-child(1),
  .shopping-section:nth-child(2) {
    padding-bottom: 4rem;
  }
}
.av-facet-link {
  position: relative;
}
.av-facet-row-count {
  padding: 3px;
  position: absolute;
  margin-left: 8px;
  /* opacity: 0.75; */
  font-size: 1.4rem;
}
.av-search-facet-wrap {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  width: 100%;
}
@media (min-width: 681px) {
  .av-search-facet-main {
    min-width: calc(40% - 2rem);
  }
}
@media (max-width: 1140px) {
  .av-search-facet-main {
    min-width: calc(50% - 2rem);
  }
}
/* @media (max-width: 1140px) { */
/*   .av-search-facet-main { */
/*     min-width: calc(40% - 2rem); */
/*   } */
/* } */
/* .flex-wrap > .av-facet-module.av-facet-module.av-facet-module { */
/*   max-width: 33.33%; */
/* } */
@media (max-width: 1140px) {
  .flex-wrap > .av-facet-module.av-facet-module.av-facet-module {
    flex: 0 0 calc(50% - 2rem);
    max-width: none;
  }
}
@media (max-width: 680px) {
  .flex-wrap > .av-facet-module.av-facet-module.av-facet-module {
    flex: 0 0 100%;
    max-width: none;
  }
}
.av-facet-row {
  text-transform: capitalize;
  margin: 0 0 0.4rem;
}
#facet {
  border-bottom: 1px solid;
  padding-bottom: 5rem;
  position: relative;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: none;
}
.av-facet-showless,
.av-facet-row-after20 {
	display: none;
}
.av-facet-showall .av-facet-showless,
.av-facet-showall .av-facet-row-after20 {
 	display: block; 
}
.av-facet-showall .av-facet-showmore {
  display: none; 
}
.reset-filters {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
}
.load_animation {
  display: none !important;
}
.cart-added,
.cart-adding {
  background: #fff;
  position: fixed;
  padding: 1.25rem 1.5rem;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-120%);
  transition: transform 170ms ease-in-out;
}
.cart-added {
  background: rgb(255,70,24);
  color: #fff;
}
.cart-added svg {
  height: 1.25em;
  vertical-align: text-bottom;
}
.cart-added path {
  fill: #fff;
}
.cart-adding .spinner {
  margin: 0;
}
.show--cart-adding .cart-adding {
  transform: translateY(0%);
}
.show--cart-added .cart-added {
  transform: translateY(0%);
}
.product-icons svg {
  margin-right: 1rem;
  height: 4.2rem;
  width: 4.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 680px) {
  .av-buttonbar .btn-circle {
    display: none;
  }
}
@media (max-width: 680px) {
  .product-card--blog {
    min-height: 50rem;
  }
  .product-card--blog .product-card__image {
    display: none;
  }
}

.product-card__image--related {
  width: 60%;
  margin-bottom: 0.75rem;
}
@media (max-width: 680px) {
  .product-card__image--related {
    width: 90%;
  }
}
.product-card__image--related:before {
  padding-top: 100%;
}
h2 + p {
  margin-top: 0.5rem;
}
div[data-avenue-part="search-faceting"] > p {
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
}
.delivery-option-panel--clone {
  position: absolute;
  width: 100%;
}
.delivery-option-panel--clone .list-group-item {
  opacity: 0;
  pointer-events: none;
}
.delete-address {
  position: absolute;
  right: 0;
  top: -1rem;
  z-index: 1;
}
.alert {
  color: rgba(255,70,24);
  padding: 3rem;
  margin-bottom: 3rem;
  background: rgba(255,70,24,0.15);
}
.alert button {
  display: none;
}
