/*
VARIABLES --------------------
*/
/*
VW SIZING FUNCTION --------------------
*/
/*
FONT SIZE MIXIN FUNCTION --------------------
*/
/*
MIXINS --------------------
*/
/* MEDIA QUERY MIXINS */
/*
EXTEND / INHERITANCE --------------------
*/
.video-wrap .video-placeholder, .page-wrap#home-page .lead-media-wrap .image-wrap, .page-wrap#home-page .products-section .featured-products .featured-product, .page-wrap#home-page .work-section .work-thumbnail, .page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column, .page-wrap#home-page .instagram-section .instagram-carousel .instagram-block, .page-wrap#work-overview .menu-section .menu-block, .page-wrap#work-collection-archive .collections-grid .collection-thumbnail, .page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-image, .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide, .page-wrap#shop-overview .two-column-menu-section .menu-thumbnail, .page-wrap#shop-product .product-content-wrap .product-thumbnails-column .product-thumbnail, .page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product, .page-wrap#about-page .menu-section .menu-block {
  background: no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-menu-overlay .menu, .page-wrap#home-page .image-button-section .large-button, .page-wrap#home-page .work-section .large-button, .page-wrap#work-overview .menu-section .menu-block .large-button, .page-wrap#work-collection-archive .collections-grid .collection-thumbnail .large-button, .page-wrap#work-collection-individual.store-category .collection-block .large-button, .page-wrap#shop-overview .full-width-menu-block .large-button, .page-wrap#shop-overview .two-column-menu-section .menu-thumbnail .large-button {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/*
COLUMN SIZING --------------------
*/
.grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
.grid .col-1-12_lg {
  width: 5.7%;
}
.grid .col-2-12_lg {
  width: 14.2727%;
}
.grid .col-3-12_lg {
  width: 22.8454%;
}
.grid .col-4-12_lg {
  width: 31.4181%;
}
.grid .col-5-12_lg {
  width: 39.9908%;
}
.grid .col-6-12_lg {
  width: 48.5635%;
}
.grid .col-7-12_lg {
  width: 57.1362%;
}
.grid .col-8-12_lg {
  width: 65.7089%;
}
.grid .col-9-12_lg {
  width: 74.2816%;
}
.grid .col-10-12_lg {
  width: 82.8543%;
}
.grid .col-11-12_lg {
  width: 91.427%;
}
.grid .col-12-12_lg {
  width: 99.9997%;
}
.grid .gutter_lg {
  width: 2.8727%;
}
.grid .gutter-margin-right_lg {
  margin-right: 2.8727%;
}
.grid .gutter-margin-bottom_lg {
  margin-bottom: 2.8727%;
}
.grid .gutter-margin-right_lg:last-child {
  margin-right: 0px !important;
}
.grid .gutter-margin-bottom_lg:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grid .col-1-12_md {
    width: 5.7%;
  }
  .grid .col-2-12_md {
    width: 14.2727%;
  }
  .grid .col-3-12_md {
    width: 22.8454%;
  }
  .grid .col-4-12_md {
    width: 31.4181%;
  }
  .grid .col-5-12_md {
    width: 39.9908%;
  }
  .grid .col-6-12_md {
    width: 48.5635%;
  }
  .grid .col-7-12_md {
    width: 57.1362%;
  }
  .grid .col-8-12_md {
    width: 65.7089%;
  }
  .grid .col-9-12_md {
    width: 74.2816%;
  }
  .grid .col-10-12_md {
    width: 82.8543%;
  }
  .grid .col-11-12_md {
    width: 91.427%;
  }
  .grid .col-12-12_md {
    width: 99.9997%;
  }
  .grid .gutter_md {
    width: 2.8727%;
  }
  .grid .gutter-margin-right_md {
    margin-right: 2.8727%;
  }
  .grid .gutter-margin-bottom_md {
    margin-bottom: 2.8727%;
  }
  .grid .gutter-margin-right_md:last-child {
    margin-right: 0px !important;
  }
  .grid .gutter-margin-bottom_md:last-child {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 520px) {
  .grid .col-1-4_sm {
    width: 23%;
  }
  .grid .col-2-4_sm {
    width: 48.666%;
  }
  .grid .col-3-4_sm {
    width: 74.332%;
  }
  .grid .col-4-4_sm {
    width: 99.998%;
  }
  .grid .gutter_sm {
    width: 2.666%;
  }
  .grid .gutter-margin-right_sm {
    margin-right: 2.666%;
  }
  .grid .gutter-margin-right_sm:last-child {
    margin-right: 0px !important;
  }
}
/*
GENERAL STYLES --------------------
*/
html, html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000000;
  background-color: #f2f0ee;
  text-rendering: optimizeLegibility;
  font-family: 'Inter', sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
body a {
  color: #000000;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
/*
SITE WIDE CONTENT ------------------
*/
#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  /* 	min-height: 100vh; */
}
.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.content-wrapper.visible {
  opacity: 1;
}
.lazyload-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
img, svg, video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-wrap video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.video-wrap .video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.loading-overlay.black {
  background-color: #262626;
}
.loading-overlay.white {
  background-color: #f2f0ee;
}
/*
CONTENT WRAPS ------------------
*/
.outer-content-wrap {
  position: relative;
  width: calc(100% - 7.8125vw);
  width: -o-calc(100% - 7.8125vw);
  width: -ms-calc(100% - 7.8125vw);
  width: -moz-calc(100% - 7.8125vw);
  width: -webkit-calc(100% - 7.8125vw);
  max-width: 1770px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 520px) {
  .outer-content-wrap {
    width: calc(100% - 8vw);
    width: -o-calc(100% - 8vw);
    width: -ms-calc(100% - 8vw);
    width: -moz-calc(100% - 8vw);
    width: -webkit-calc(100% - 8vw);
  }
}
/*
IN VIEWPORT CONTENT ------------------
*/
.out-of-opacity {
  transition: opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -o-transition: opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -ms-transition: opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -moz-transition: opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -webkit-transition: opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  opacity: 0;
}
.in-opacity {
  opacity: 1;
}
.out-of-view {
  transition: transform 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -o-transition: -o-transform 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -ms-transition: -ms-transform 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -moz-transition: -moz-transform 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -webkit-transition: -webkit-transform 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 2200ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  opacity: 0;
  transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.out-of-view.am-in-view {
  opacity: 1;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
/*
TEXT STYLES CONTENT ------------------
*/
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1.3em;
}
h1 {
  font-family: "Throhand W01 Ink Roman";
  font-size: 44px;
  font-size: 2.2916666667vw;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 1.1em;
  font-kerning: normal !important;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(1.3714285714vw + 15.6114285714px);
  }
}
@media (min-width: 670px) {
  h1 {
    font-size: calc(1.2631578947vw + 16.3368421053px);
  }
}
@media (min-width: 1050px) {
  h1 {
    font-size: calc(1.5189873418vw + 13.6506329114px);
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: calc(2.0512820513vw + 6.3794871795px);
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: calc(1.5vw + 15.2px);
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 44px;
  }
}
h1 strong, h1 b {
  font-weight: normal;
  font-style: normal;
  font-family: "Throhand W05 Ink Roman Expert";
}
h1 em, h1 i {
  font-weight: normal;
  font-style: normal;
  font-family: "Throhand W01 Ink Italic";
}
h2 {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-size: 1.4583333333vw;
  line-height: 1.1428571429em;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
@media (min-width: 320px) {
  h2 {
    font-size: calc(0.5714285714vw + 16.1714285714px);
  }
}
@media (min-width: 670px) {
  h2 {
    font-size: calc(0.5263157895vw + 16.4736842105px);
  }
}
@media (min-width: 1050px) {
  h2 {
    font-size: calc(0.6329113924vw + 15.3544303797px);
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: calc(0.8547008547vw + 12.3247863248px);
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: calc(0.625vw + 16px);
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-family: "Throhand W01 Ink Italic";
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.2em;
  font-size: 16px;
  margin-bottom: 1.2em;
}
@media (min-width: 320px) {
  h3 {
    font-size: calc(0.4571428571vw + 14.5371428571px);
  }
}
@media (min-width: 670px) {
  h3 {
    font-size: calc(0.4210526316vw + 14.7789473684px);
  }
}
@media (min-width: 1050px) {
  h3 {
    font-size: calc(0.5063291139vw + 13.8835443038px);
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: calc(0.6837606838vw + 11.4598290598px);
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: calc(0.5vw + 14.4px);
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 1.3333333333em;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 1.2em;
}
@media (min-width: 320px) {
  h4 {
    font-size: calc(0.4vw + 9.72px);
  }
}
@media (min-width: 670px) {
  h4 {
    font-size: calc(0.3684210526vw + 9.9315789474px);
  }
}
@media (min-width: 1050px) {
  h4 {
    font-size: calc(0.4430379747vw + 9.1481012658px);
  }
}
@media (min-width: 1366px) {
  h4 {
    font-size: calc(0.5982905983vw + 7.0273504274px);
  }
}
@media (min-width: 1600px) {
  h4 {
    font-size: calc(0.4375vw + 9.6px);
  }
}
@media (min-width: 1920px) {
  h4 {
    font-size: 18px;
  }
}
h4 strong, h4 b {
  font-weight: 700;
  font-style: normal;
}
h5 {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-size: 0.8854166667vw;
  line-height: 1.2em;
  font-size: 8px;
  font-weight: 700;
  margin-bottom: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 320px) {
  h5 {
    font-size: calc(0.5142857143vw + 6.3542857143px);
  }
}
@media (min-width: 670px) {
  h5 {
    font-size: calc(0.4736842105vw + 6.6263157895px);
  }
}
@media (min-width: 1050px) {
  h5 {
    font-size: calc(0.5696202532vw + 5.6189873418px);
  }
}
@media (min-width: 1366px) {
  h5 {
    font-size: calc(0.7692307692vw + 2.8923076923px);
  }
}
@media (min-width: 1600px) {
  h5 {
    font-size: calc(0.5625vw + 6.2px);
  }
}
@media (min-width: 1920px) {
  h5 {
    font-size: 17px;
  }
}
h6, .footer-wrap input[type=email] {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-size: 0.8854166667vw;
  line-height: 1.2857142857em;
  font-size: 9px;
  font-weight: 400;
}
@media (min-width: 320px) {
  h6, .footer-wrap input[type=email] {
    font-size: calc(0.4571428571vw + 7.5371428571px);
  }
}
@media (min-width: 670px) {
  h6, .footer-wrap input[type=email] {
    font-size: calc(0.4210526316vw + 7.7789473684px);
  }
}
@media (min-width: 1050px) {
  h6, .footer-wrap input[type=email] {
    font-size: calc(0.5063291139vw + 6.8835443038px);
  }
}
@media (min-width: 1366px) {
  h6, .footer-wrap input[type=email] {
    font-size: calc(0.6837606838vw + 4.4598290598px);
  }
}
@media (min-width: 1600px) {
  h6, .footer-wrap input[type=email] {
    font-size: calc(0.5vw + 7.4px);
  }
}
@media (min-width: 1920px) {
  h6, .footer-wrap input[type=email] {
    font-size: 17px;
  }
}
h6 strong, h6 b, .footer-wrap input[type=email] strong, .footer-wrap input[type=email] b {
  font-weight: 700;
  font-style: normal;
}
h6 {
  margin-bottom: 1.3em;
}
p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.5em;
  font-size: 11px;
  font-weight: 400;
}
@media (min-width: 320px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: calc(0.7428571429vw + 8.6228571429px);
  }
}
@media (min-width: 670px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: calc(0.6842105263vw + 9.0157894737px);
  }
}
@media (min-width: 1050px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: calc(0.8227848101vw + 7.5607594937px);
  }
}
@media (min-width: 1366px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: calc(1.1111111111vw + 3.6222222222px);
  }
}
@media (min-width: 1600px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: calc(0.8125vw + 8.4px);
  }
}
@media (min-width: 1920px) {
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: 24px;
  }
}
p strong, p b, .newsletter-module input[type=email] strong, .newsletter-module input[type=email] b, p.form-row input[type=text] strong, p.form-row input[type=text] b, p.form-row input[type=email] strong, p.form-row input[type=email] b, p.form-row input[type=tel] strong, p.form-row input[type=tel] b, p.form-row select strong, p.form-row select b, p.form-row textarea strong, p.form-row textarea b {
  font-weight: 700;
  font-style: normal;
}
p {
  margin-bottom: 1.2em;
}
.button, .newsletter-module input[type=submit] {
  position: relative;
  display: inline-block;
  min-width: 8.0729166667vw;
  font-family: 'Inter', sans-serif;
  font-size: 0.8854166667vw;
  line-height: 1em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #000000;
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 1.0416666667vw 1.6666666667vw 1.09375vw 1.6666666667vw;
  cursor: pointer;
  color: #000000;
  text-decoration: none !important;
  background-color: transparent;
  transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), color 300ms cubic-bezier(0.25, 0.1, 0.25, 1), border-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 320px) {
  .button, .newsletter-module input[type=submit] {
    font-size: calc(0.4vw + 8.72px);
  }
}
@media (min-width: 670px) {
  .button, .newsletter-module input[type=submit] {
    font-size: calc(0.3684210526vw + 8.9315789474px);
  }
}
@media (min-width: 1050px) {
  .button, .newsletter-module input[type=submit] {
    font-size: calc(0.4430379747vw + 8.1481012658px);
  }
}
@media (min-width: 1366px) {
  .button, .newsletter-module input[type=submit] {
    font-size: calc(0.5982905983vw + 6.0273504274px);
  }
}
@media (min-width: 1600px) {
  .button, .newsletter-module input[type=submit] {
    font-size: calc(0.4375vw + 8.6px);
  }
}
@media (min-width: 1920px) {
  .button, .newsletter-module input[type=submit] {
    font-size: 17px;
  }
}
.button.disabled, .newsletter-module input[type=submit].disabled {
  cursor: default !important;
}
.button:not(.disabled):hover, .newsletter-module input[type=submit]:not(.disabled):hover {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 1920px) {
  .button, .newsletter-module input[type=submit] {
    padding: 20px 32px 21px 32px;
  }
}
@media only screen and (max-width: 520px) {
  .button, .newsletter-module input[type=submit] {
    padding: 3.2vw 6.6666666667vw 2.6666666667vw 6.6666666667vw;
  }
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0px !important;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea:focus, input:focus, select:focus {
  outline: 0;
}
@media only screen and (min-width: 1920px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6, .footer-wrap input[type=email] {
    font-size: 17px;
  }
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea {
    font-size: 24px;
  }
  .button, .newsletter-module input[type=submit] {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 5.8666666667vw;
  }
  h2 {
    font-size: 5.0666666667vw;
  }
  h3 {
    font-size: 4.5333333333vw;
  }
  h4 {
    font-size: 3.2vw;
  }
  h5 {
    font-size: 2.6666666667vw;
  }
  h6 {
    font-size: 2.6666666667vw;
  }
  p, .newsletter-module input[type=email], p.form-row input[type=text], p.form-row input[type=email], p.form-row input[type=tel], p.form-row select, p.form-row textarea, .footer-wrap input[type=email] {
    font-size: 3.4666666667vw;
  }
  .button, .newsletter-module input[type=submit] {
    font-size: 2.9333333333vw;
  }
}
/*
SITE WIDE PAGE ELEMENTS ------------------
*/
/* CENTERED PAGE INTRO */
.centered-page-intro {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 2.8125vw;
}
.centered-page-intro h1 {
  margin-bottom: 1.3em !important;
}
.centered-page-intro.with-bottom-margin {
  margin-bottom: 6.4583333333vw;
}
@media only screen and (min-width: 1920px) {
  .centered-page-intro {
    padding-top: 54px;
  }
  .centered-page-intro.with-bottom-margin {
    margin-bottom: 124px;
  }
}
@media only screen and (max-width: 520px) {
  .centered-page-intro {
    padding-top: 4.8vw;
  }
  .centered-page-intro.with-bottom-margin {
    margin-bottom: 10.6666666667vw;
  }
}
/* LARGE BUTTON */
.large-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 82%;
  min-width: 28.9583333333vw;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 1.6145833333vw 2.34375vw;
  text-decoration: none !important;
  transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-button h1 {
  transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.large-button.no-click-through {
  cursor: default !important;
}
.large-button:not(.no-click-through):hover {
  background-color: #ffffff;
}
.large-button:not(.no-click-through):hover h1 {
  color: #000000 !important;
}
@media only screen and (min-width: 1920px) {
  .large-button {
    min-width: 556px;
    padding: 31px 45px;
  }
}
@media only screen and (max-width: 520px) {
  .large-button {
    min-width: 50.6666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
/* COLLECTION LEAD IMAGE */
.collection-lead-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* COLLECTION LEAD VIDEO */
.collection-lead-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5208333333vw;
}
@media only screen and (min-width: 1920px) {
  .collection-lead-video {
    margin-top: 10px;
  }
}
/* COLLECTION QUOTE SECTION */
.collection-quote-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 7.65625vw 0 7.65625vw 0;
}
.collection-quote-section:last-child {
  padding-bottom: 0px !important;
}
.collection-quote-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.collection-quote-section .text-content h1 {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1920px) {
  .collection-quote-section {
    padding: 147px 0 147px 0;
  }
}
@media only screen and (max-width: 520px) {
  .collection-quote-section {
    padding: 16vw 0 16vw 0;
  }
  .collection-quote-section .text-content br {
    display: none !important;
  }
}
/*
HEADER CONTENT ------------------
*/
.header-wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header-wrap .menu {
  position: absolute;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  top: 50%;
  left: 0;
  transform: translateY(-57.5%);
  -o-transform: translateY(-57.5%);
  -ms-transform: translateY(-57.5%);
  -moz-transform: translateY(-57.5%);
  -webkit-transform: translateY(-57.5%);
  list-style: none;
}
.header-wrap .menu h5 {
  margin-bottom: 0px !important;
}
.header-wrap .menu > .menu-item {
  position: relative;
  display: block;
  margin-right: 0.8333333333vw;
  padding: 1.5625vw 0 1.5625vw 0;
  flex-shrink: 1;
}
.header-wrap .menu > .menu-item:last-child {
  margin-right: 0px !important;
}
.header-wrap .menu > .menu-item a {
  text-decoration: none;
}
.header-wrap .menu > .menu-item > h5 > a {
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.header-wrap .menu > .menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
  .header-wrap .menu > .menu-item {
    margin-right: 16px;
    padding: 30px 0 30px 0;
  }
}
.header-wrap .menu > .menu-item .sub-menu {
  position: absolute;
  top: calc(100% - 0.2604166667vw);
  top: -o-calc(100% - 0.2604166667vw);
  top: -ms-calc(100% - 0.2604166667vw);
  top: -moz-calc(100% - 0.2604166667vw);
  top: -webkit-calc(100% - 0.2604166667vw);
  left: 0;
  min-width: 14.0625vw;
  background-color: #ffffff;
  padding: 1.4583333333vw 1.3020833333vw 1.4583333333vw 1.3020833333vw;
  list-style: none;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 1920px) {
  .header-wrap .menu > .menu-item .sub-menu {
    top: calc(100% - 5px);
    top: -o-calc(100% - 5px);
    top: -ms-calc(100% - 5px);
    top: -moz-calc(100% - 5px);
    top: -webkit-calc(100% - 5px);
    min-width: 270px;
    padding: 28px 25px 28px 25px;
  }
}
.header-wrap .menu > .menu-item .sub-menu:before {
  content: "";
  position: absolute;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  min-width: 10px;
  min-height: 10px;
  background-color: #ffffff;
  top: 0;
  left: 0.5208333333vw;
  transform: rotate(45deg) translate(0px, -60%);
  -o-transform: rotate(45deg) translate(0px, -60%);
  -ms-transform: rotate(45deg) translate(0px, -60%);
  -moz-transform: rotate(45deg) translate(0px, -60%);
  -webkit-transform: rotate(45deg) translate(0px, -60%);
  pointer-events: none;
}
@media only screen and (min-width: 1920px) {
  .header-wrap .menu > .menu-item .sub-menu:before {
    width: 17px;
    height: 17px;
    left: 10px;
  }
}
.header-wrap .menu > .menu-item .sub-menu .menu-item {
  position: relative;
  display: block;
  margin-bottom: 0.78125vw;
}
.header-wrap .menu > .menu-item .sub-menu .menu-item:last-child {
  margin-bottom: 0px !important;
}
.header-wrap .menu > .menu-item .sub-menu .menu-item a {
  text-decoration: none;
}
.header-wrap .menu > .menu-item .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
  .header-wrap .menu > .menu-item .sub-menu .menu-item {
    margin-bottom: 10px;
  }
}
.header-wrap .menu > .menu-item .sub-menu.visible {
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header-wrap .menu {
    display: none;
  }
}
.header-wrap .logo-wrap {
  position: relative;
  display: block;
  width: 21.7708333333vw;
  height: auto;
  min-width: 200px;
  padding: 3.125vw 0 3.125vw 0;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (min-width: 1920px) {
  .header-wrap .logo-wrap {
    width: 418px;
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 520px) {
  .header-wrap .logo-wrap {
    min-width: 0px;
    width: 45.3333333333vw;
    padding: 6.6666666667vw 0 6.6666666667vw 0;
  }
}
.header-wrap.hidden {
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*
MOBILE MENU ICON ------------------
*/
.mobile-menu-icon {
  position: absolute;
  display: none;
  width: 32px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: -moz-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: -ms-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: -o-transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.mobile-menu-icon .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1), top 250ms cubic-bezier(0.25, 0.1, 0.25, 1), bottom 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-menu-icon .line:nth-child(1) {
  top: 0;
  transform-origin: top center;
}
.mobile-menu-icon .line:nth-child(2) {
  bottom: 0;
  transform-origin: bottom center;
}
.mobile-menu-icon.opened .line:nth-child(1) {
  top: 50%;
  transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -moz-transform: rotate(135deg) translateY(-50%);
  -webkit-transform: rotate(135deg) translateY(-50%);
}
.mobile-menu-icon.opened .line:nth-child(2) {
  bottom: 50%;
  transform: rotate(-135deg) translateY(50%);
  -o-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  -moz-transform: rotate(-135deg) translateY(50%);
  -webkit-transform: rotate(-135deg) translateY(50%);
}
@media only screen and (max-width: 520px) {
  .mobile-menu-icon {
    width: 6.9333333333vw;
    height: 3.2vw;
    margin-top: -2.4vw;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mobile-menu-icon {
    display: block;
  }
}
/*
CART / HAT SIDE ICON ------------------
*/
.woocommerce-notices-wrapper {
  display: none !important;
}
.cart-side-icon-wrap {
  position: absolute;
  width: 2.2916666667vw;
  height: auto;
  min-width: 27px;
  top: 50%;
  right: 0;
  transform: translateY(-72%);
  -o-transform: translateY(-72%);
  -ms-transform: translateY(-72%);
  -moz-transform: translateY(-72%);
  -webkit-transform: translateY(-72%);
}
.cart-side-icon-wrap .mobile-basket-link {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .cart-side-icon-wrap {
    width: 44px;
  }
}
@media only screen and (max-width: 520px) {
  .cart-side-icon-wrap {
    min-width: 0px;
    width: 5.8666666667vw;
    transform: translateY(-71.5%);
    -o-transform: translateY(-71.5%);
    -ms-transform: translateY(-71.5%);
    -moz-transform: translateY(-71.5%);
    -webkit-transform: translateY(-71.5%);
  }
  .cart-side-icon-wrap .mobile-basket-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    display: block;
    z-index: 99;
    cursor: pointer;
  }
}
#cart-side-icon {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: filter 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#cart-side-icon:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
#cart-side-icon.empty-basket {
  background-image: url('/wp-content/themes/jsmithesq/assets/svgs/cart-icon-empty.svg');
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#cart-side-icon.full-basket {
  background-image: url('/wp-content/themes/jsmithesq/assets/svgs/cart-icon-full.svg');
  background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#cart-side-icon .cart-count {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 52.5%;
  left: 0;
}
@media only screen and (max-width: 520px) {
  #cart-side-icon .cart-count {
    top: 48%;
  }
}
/*
MENU OVERLAY ------------------
*/
.main-menu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f0ee;
  z-index: 998;
}
.main-menu-overlay .menu {
  position: absolute;
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-menu-overlay .menu a {
  text-decoration: none !important;
}
.main-menu-overlay .menu h2 {
  margin-bottom: 0px;
  line-height: 1.4em;
}
.main-menu-overlay .menu > .menu-item {
  position: relative;
  display: block;
  margin-bottom: 4vw;
}
.main-menu-overlay .menu > .menu-item:last-child {
  margin-bottom: 0px !important;
}
.main-menu-overlay .menu > .menu-item > h2 {
  font-weight: 700;
  font-style: normal;
}
.main-menu-overlay .menu > .menu-item .sub-menu .menu-item > h2 {
  font-weight: 400;
  font-style: normal;
}
.main-menu-overlay.opened .menu {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
/*
BASKET OVERLAY ------------------
*/
.basket-overlay {
  position: absolute;
  display: none;
  width: 19.53125vw;
  height: auto;
  top: 100%;
  right: 0;
  margin-top: 0.78125vw;
  background-color: #ffffff;
  padding: 1.3541666667vw;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1920px) {
  .basket-overlay {
    width: 375px;
    margin-top: 15px;
    padding: 26px;
  }
}
@media only screen and (max-width: 520px) {
  .basket-overlay {
    display: none !important;
  }
}
.basket-overlay:before {
  content: "";
  position: absolute;
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  min-width: 10px;
  min-height: 10px;
  background-color: #ffffff;
  top: 0;
  right: 1.0416666667vw;
  transform: rotate(45deg) translate(0px, -60%);
  -o-transform: rotate(45deg) translate(0px, -60%);
  -ms-transform: rotate(45deg) translate(0px, -60%);
  -moz-transform: rotate(45deg) translate(0px, -60%);
  -webkit-transform: rotate(45deg) translate(0px, -60%);
  pointer-events: none;
}
@media only screen and (min-width: 1920px) {
  .basket-overlay:before {
    width: 17px;
    height: 17px;
    right: 20px;
  }
}
.basket-overlay .basket-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 1.40625vw;
}
@media only screen and (min-width: 1920px) {
  .basket-overlay .basket-title {
    margin-bottom: 27px;
  }
}
.basket-overlay ul.woocommerce-mini-cart {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  list-style: none;
}
.basket-overlay ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 1.1458333333vw;
}
.basket-overlay ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .product-thumbnail {
  position: relative;
  display: block;
  width: 44.5%;
  height: auto;
}
.basket-overlay ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info {
  position: relative;
  display: block;
  width: 44.5%;
  height: auto;
}
.basket-overlay ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info h6 {
  margin-bottom: 1.1em;
}
@media only screen and (min-width: 1920px) {
  .basket-overlay ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
    margin-bottom: 22px;
  }
}
.basket-overlay p.woocommerce-mini-cart__total {
  display: none !important;
}
.basket-overlay p.woocommerce-mini-cart__buttons {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.basket-overlay p.woocommerce-mini-cart__buttons .button.wc-forward {
  display: block;
  width: 100%;
}
.basket-overlay p.woocommerce-mini-cart__buttons .button.wc-forward.checkout {
  display: none !important;
}
/*
SITE WIDE PAGE WRAPS ------------------
*/
.page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.page-wrap:not(#news-archive) {
  overflow: hidden;
}
.page-wrap.with-top-padding {
  padding-top: 16.6666666667vw;
}
.page-wrap.with-top-border .outer-content-wrap {
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 1920px) {
  .page-wrap.with-top-padding {
    padding-top: 320px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap.with-top-padding {
    padding-top: 32vw;
  }
}
/*
HOME PAGE CONTENT ------------------
*/
body.page-template-page-home {
  background-color: #262626;
}
body.page-template-page-home .header-wrap .menu > .menu-item > h5 > a {
  color: #ffffff;
}
body.page-template-page-home .header-wrap .logo-wrap {
  opacity: 0;
  pointer-events: none;
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
body.page-template-page-home .header-wrap .logo-wrap.home-visible {
  opacity: 1;
  pointer-events: all;
}
body.page-template-page-home .header-wrap #cart-side-icon {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
body.page-template-page-home .header-wrap .mobile-menu-icon .line {
  background-color: #ffffff;
}
body.page-template-page-home .header-wrap.mobile-menu-open .logo-wrap {
  filter: invert(0%);
  -o-filter: invert(0%);
  -ms-filter: invert(0%);
  -moz-filter: invert(0%);
  -webkit-filter: invert(0%);
}
body.page-template-page-home .header-wrap.mobile-menu-open #cart-side-icon {
  filter: invert(0%);
  -o-filter: invert(0%);
  -ms-filter: invert(0%);
  -moz-filter: invert(0%);
  -webkit-filter: invert(0%);
}
body.page-template-page-home .header-wrap.mobile-menu-open .mobile-menu-icon .line {
  background-color: #000000;
}
body.page-template-page-home .footer-wrap {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
.page-wrap#home-page {
  padding-bottom: 14.84375vw;
}
.page-wrap#home-page * {
  color: #ffffff;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#home-page .lead-media-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-wrap#home-page .lead-media-wrap .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-wrap#home-page .lead-media-wrap .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-wrap#home-page .lead-media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-wrap#home-page .lead-media-wrap .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .lead-media-wrap .gradient-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  }
}
.page-wrap#home-page .lead-media-wrap .logo-overlay {
  position: absolute;
  width: 71%;
  height: auto;
  bottom: 3.90625vw;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  z-index: 21;
}
.page-wrap#home-page .lead-media-wrap .logo-overlay img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-wrap#home-page .lead-media-wrap .logo-overlay.home-hidden {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .lead-media-wrap .logo-overlay {
    bottom: 75px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .lead-media-wrap .logo-overlay {
    bottom: 6.6666666667vw;
    width: calc(100% - 8vw);
    width: -o-calc(100% - 8vw);
    width: -ms-calc(100% - 8vw);
    width: -moz-calc(100% - 8vw);
    width: -webkit-calc(100% - 8vw);
  }
}
.page-wrap#home-page .text-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 13.28125vw 0 13.28125vw 0;
}
.page-wrap#home-page .text-section .text-wrap {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .text-section {
    padding: 255px 0 255px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .text-section {
    padding: 16vw 0 16vw 0;
  }
}
.page-wrap#home-page .full-bleed-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .products-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 4.9479166667vw 0 14.84375vw 0;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .products-section {
    padding: 95px 0 285px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .products-section {
    padding: 16vw 0 21.3333333333vw 0;
  }
}
.page-wrap#home-page .products-section .titles-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .products-section .titles-wrap h5.header {
  margin-bottom: 0.65em;
}
.page-wrap#home-page .products-section .titles-wrap h1.title {
  margin-bottom: 0.6em;
}
.page-wrap#home-page .products-section .featured-products {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 3.4895833333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .products-section .featured-products {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .products-section .featured-products {
    margin-top: 10.6666666667vw;
  }
}
.page-wrap#home-page .products-section .featured-products .featured-product {
  position: relative;
  display: block;
  margin-right: 2.8727%;
}
.page-wrap#home-page .products-section .featured-products .featured-product:last-child {
  margin-right: 0px !important;
}
.page-wrap#home-page .products-section .featured-products .featured-product:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .products-section .featured-products .featured-product {
    margin-right: 2.666%;
  }
  .page-wrap#home-page .products-section .featured-products .featured-product:nth-child(2) {
    margin-right: 0px !important;
  }
  .page-wrap#home-page .products-section .featured-products .featured-product:nth-child(3) {
    display: none !important;
  }
}
.page-wrap#home-page .products-section .featured-products .featured-product .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .products-section .featured-products .featured-product .gradient-overlay {
    display: block !important;
    opacity: 1 !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.page-wrap#home-page .products-section .featured-products .featured-product .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding-bottom: 2.34375vw;
  text-align: center;
  z-index: 4;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .products-section .featured-products .featured-product .title-overlay p {
  margin-bottom: 0.4em;
}
.page-wrap#home-page .products-section .featured-products .featured-product .title-overlay h5 {
  text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .products-section .featured-products .featured-product .title-overlay {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .products-section .featured-products .featured-product .title-overlay {
    display: block !important;
    opacity: 1 !important;
    padding-bottom: 2.9333333333vw;
  }
  .page-wrap#home-page .products-section .featured-products .featured-product .title-overlay p {
    margin-bottom: 0px !important;
    font-size: 2.8vw;
  }
  .page-wrap#home-page .products-section .featured-products .featured-product .title-overlay h5 {
    display: none !important;
  }
}
.page-wrap#home-page .products-section .featured-products .featured-product:hover .gradient-overlay, .page-wrap#home-page .products-section .featured-products .featured-product:hover .title-overlay {
  opacity: 1;
}
.page-wrap#home-page .image-button-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .image-button-section .outer-content-wrap {
  position: relative;
  display: block;
}
.page-wrap#home-page .image-button-section .large-button {
  position: absolute;
  z-index: 5;
}
.page-wrap#home-page .image-button-section .large-button:hover {
  color: #000000 !important;
}
.page-wrap#home-page .image-button-section .large-button:hover h1 {
  color: #000000 !important;
}
.page-wrap#home-page .quote-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 13.0208333333vw 0 13.0208333333vw 0;
}
.page-wrap#home-page .quote-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#home-page .quote-section .text-content h1 {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .quote-section {
    padding: 250px 0 250px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .quote-section {
    padding: 16vw 0 20vw 0;
  }
  .page-wrap#home-page .quote-section .text-content br {
    display: none !important;
  }
}
.page-wrap#home-page .work-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14.84375vw;
}
.page-wrap#home-page .work-section .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .work-section {
    margin-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .work-section {
    margin-bottom: 20vw;
  }
}
.page-wrap#home-page .work-section .work-thumbnail {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}
.page-wrap#home-page .work-section .work-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#home-page .work-section .work-thumbnail * {
  color: #ffffff !important;
}
.page-wrap#home-page .work-section .work-thumbnail:nth-child(1) {
  grid-area: block-three;
}
.page-wrap#home-page .work-section .work-thumbnail:nth-child(2) {
  grid-area: block-one;
}
.page-wrap#home-page .work-section .work-thumbnail:nth-child(3) {
  grid-area: block-two;
}
.page-wrap#home-page .work-section .work-thumbnail:nth-child(4) {
  grid-area: block-four;
}
.page-wrap#home-page .work-section .work-thumbnail:nth-child(5) {
  grid-area: block-five;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .work-section .work-thumbnail.small {
    display: none !important;
  }
}
.page-wrap#home-page .work-section .work-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2.6041666667vw 2.6041666667vw;
  grid-auto-flow: row;
  grid-template-areas: "block-one block-three block-three block-four" "block-two block-three block-three block-five";
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .work-section .work-grid {
    display: block;
  }
}
.page-wrap#home-page .work-section .large-button {
  position: absolute;
  z-index: 5;
}
.page-wrap#home-page .work-section .large-button:hover {
  color: #000000 !important;
}
.page-wrap#home-page .work-section .large-button:hover h1 {
  color: #000000 !important;
}
.page-wrap#home-page .news-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .news-section {
    margin-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .news-section {
    margin-bottom: 20vw;
  }
}
.page-wrap#home-page .news-section .news-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.page-wrap#home-page .news-section .news-carousel .flickity-viewport {
  transition: height 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: height 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: height 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: height 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: height 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 7.8125vw 14.2727% 7.8125vw 14.2727%;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .news-section .news-carousel .carousel-slide {
    padding: 150px 14.2727% 150px 14.2727%;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .news-section .news-carousel .carousel-slide {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .news-section .news-carousel .carousel-slide {
    padding: 10.6666666667vw 12vw;
  }
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .text-column {
  position: relative;
  display: block;
  width: 36%;
  height: auto;
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .text-column h1.post-type {
  font-family: "Throhand W05 Ink Roman Expert";
  text-transform: lowercase;
  margin-bottom: 0.7em;
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .text-column p.post-date {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .news-section .news-carousel .carousel-slide .text-column {
    width: 100%;
  }
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column .loading-overlay {
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column.flickity-bg-lazyloaded .loading-overlay {
  opacity: 0;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .news-section .news-carousel .carousel-slide .image-column {
    display: none !important;
  }
}
.page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button {
  position: absolute;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  min-width: 15px;
  min-height: 15px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.previous {
  left: 3.90625vw;
}
.page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.next {
  right: 3.90625vw;
}
.page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button svg path {
  fill: #ffffff;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button {
    width: 25px;
    height: 25px;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.previous {
    left: 75px;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.next {
    right: 75px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button {
    width: 21px;
    height: 21px;
    min-width: 0px;
    min-height: 0px;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.previous {
    left: 4.9479166667vw;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.next {
    right: 4.9479166667vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button {
    width: 12vw;
    height: 100%;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .page-wrap#home-page .news-section .news-carousel .flickity-prev-next-button svg {
    width: 45%;
    margin: 0 auto;
  }
}
.page-wrap#home-page .instagram-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .instagram-section .section-titles {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 7.03125vw;
}
.page-wrap#home-page .instagram-section .section-titles a {
  text-decoration: none;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .instagram-section .section-titles {
    margin-bottom: 135px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .instagram-section .section-titles {
    margin-bottom: 5.3333333333vw;
  }
}
.page-wrap#home-page .instagram-section .instagram-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-viewport {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-viewport:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.page-wrap#home-page .instagram-section .instagram-carousel .instagram-block {
  position: relative;
  display: block;
  margin-right: 2.8727%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .instagram-section .instagram-carousel .instagram-block {
    margin-right: 2.666%;
  }
}
.page-wrap#home-page .instagram-section .instagram-carousel .instagram-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#home-page .instagram-section .instagram-carousel .instagram-block .loading-overlay {
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .instagram-section .instagram-carousel .instagram-block.flickity-bg-lazyloaded .loading-overlay {
  opacity: 0;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button {
  position: absolute;
  width: 16%;
  height: 100%;
  top: 0;
  z-index: 300;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button svg {
  display: none !important;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.previous {
  left: -3.90625vw;
}
.page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.next {
  right: -3.90625vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.previous {
    left: -75px;
  }
  .page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.next {
    right: -75px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button {
    width: 27%;
  }
  .page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.previous {
    left: -4vw;
  }
  .page-wrap#home-page .instagram-section .instagram-carousel .flickity-prev-next-button.next {
    right: -4vw;
  }
}
/*
WORK OVERVIEW CONTENT ------------------
*/
body.post-type-archive-work .header-wrap .menu .menu-item.menu-item-274 > h5 > a {
  text-decoration: underline;
}
.page-wrap#work-overview {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-overview {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview {
    padding-bottom: 20vw;
  }
}
.page-wrap#work-overview .image-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-overview .quote-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10.15625vw 0 10.9375vw 0;
}
.page-wrap#work-overview .quote-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#work-overview .quote-section .text-content h1 {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-overview .quote-section {
    padding: 195px 0 210px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .quote-section {
    padding: 16vw 0 16vw 0;
  }
}
.page-wrap#work-overview .menu-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#work-overview .menu-section .menu-block {
  position: relative;
  display: block;
  margin-bottom: 2.8727%;
}
.page-wrap#work-overview .menu-section .menu-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-wrap#work-overview .menu-section .menu-block.large-block:after {
  content: "";
  display: block;
  padding-bottom: 65.6%;
}
.page-wrap#work-overview .menu-section .menu-block.small-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#work-overview .menu-section .menu-block .large-button {
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-overview .menu-section .menu-block {
    background-position: top center;
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#work-overview .menu-section .menu-block:last-child {
    margin-bottom: 0px !important;
  }
  .page-wrap#work-overview .menu-section .menu-block:after {
    padding-bottom: 65.6% !important;
  }
}
/*
WORK CATEGORY ARCHIVE CONTENT ------------------
*/
body.tax-work-category .header-wrap .menu .menu-item.menu-item-274 > h5 > a {
  text-decoration: underline;
}
.page-wrap#work-category-archive {
  padding-bottom: 9.6354166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-category-archive {
    padding-bottom: 185px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-category-archive {
    padding-bottom: 20vw;
  }
}
.page-wrap#work-category-archive .work-grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 5.2083333333vw;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.1875vw;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 16%;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption h1.work-title {
  margin-bottom: 0px;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption p.work-year {
  margin-bottom: 0px;
}
.page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption div.work-description {
  margin-top: 1.3020833333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-category-archive .work-grid .work-thumbnail {
    margin-bottom: 100px;
  }
  .page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-image {
    margin-bottom: 42px;
  }
  .page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption div.work-description {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-category-archive .work-grid .work-thumbnail {
    margin-bottom: 18.6666666667vw;
  }
  .page-wrap#work-category-archive .work-grid .work-thumbnail:last-child {
    margin-bottom: 0px !important;
  }
  .page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-image {
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#work-category-archive .work-grid .work-thumbnail .thumbnail-caption div.work-description {
    margin-top: 4.2666666667vw;
  }
}
/*
WORK COLLECTION ARCHIVE CONTENT ------------------
*/
.page-wrap#work-collection-archive {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-collection-archive {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-archive {
    padding-bottom: 20vw;
  }
}
.page-wrap#work-collection-archive .collections-grid {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#work-collection-archive .collections-grid .collection-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 2.8727%;
}
.page-wrap#work-collection-archive .collections-grid .collection-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#work-collection-archive .collections-grid .collection-thumbnail .large-button {
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-archive .collections-grid .collection-thumbnail {
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#work-collection-archive .collections-grid .collection-thumbnail:last-child {
    margin-bottom: 0px !important;
  }
}
/*
WORK COLLECTION INDIVIDUAL CONTENT ------------------
*/
.page-wrap#work-collection-individual {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-collection-individual {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-individual {
    padding-bottom: 20vw;
  }
}
.page-wrap#work-collection-individual .collection-nav-buttons {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 100%;
  left: 0;
  padding-bottom: 0.78125vw;
}
.page-wrap#work-collection-individual .collection-nav-buttons .prev-collection {
  float: left;
}
.page-wrap#work-collection-individual .collection-nav-buttons .next-collection {
  float: right;
}
.page-wrap#work-collection-individual .collection-nav-buttons a {
  text-decoration: none;
}
.page-wrap#work-collection-individual .collection-nav-buttons a:hover {
  text-decoration: underline;
}
.page-wrap#work-collection-individual .collection-nav-buttons:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-collection-individual .collection-nav-buttons {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-individual .collection-nav-buttons {
    padding-bottom: 2.1333333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-individual .collection-lead-image {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#work-collection-individual .work-grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 7.03125vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail {
    margin-bottom: 135px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail {
    margin-bottom: 9.375vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail {
    margin-bottom: 8vw;
  }
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-image:after {
  content: "";
  display: block;
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-caption {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 1.3020833333vw;
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-caption h4 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-caption {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail .thumbnail-caption {
    position: relative;
    padding-top: 2.6666666667vw;
  }
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail.small-block .thumbnail-image:after {
  padding-bottom: 100%;
}
.page-wrap#work-collection-individual .work-grid .work-thumbnail.large-block .thumbnail-image:after {
  padding-bottom: 109.8%;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#work-collection-individual .work-grid .work-thumbnail.large-block .thumbnail-image:after {
    padding-bottom: 111%;
  }
}
.page-wrap#work-collection-individual.store-category .collection-block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#work-collection-individual.store-category .collection-block .large-button {
  position: absolute;
  z-index: 5;
}
/*
SHOP OVERVIEW CONTENT ------------------
*/
body.tax-store-category .header-wrap .menu .menu-item.menu-item-275 > h5 > a, body.post-type-archive-product .header-wrap .menu .menu-item.menu-item-275 > h5 > a {
  text-decoration: underline;
}
.page-wrap#shop-overview {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview {
    padding-bottom: 20vw;
  }
}
.page-wrap#shop-overview .full-width-menu-block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5.46875vw;
}
.page-wrap#shop-overview .full-width-menu-block:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#shop-overview .full-width-menu-block .large-button {
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .full-width-menu-block {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .full-width-menu-block {
    margin-bottom: 13.3333333333vw;
  }
}
.page-wrap#shop-overview .product-carousel-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12.2395833333vw;
}
.page-wrap#shop-overview .product-carousel-section:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .product-carousel-section {
    margin-bottom: 235px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section {
    margin-bottom: 13.3333333333vw;
  }
}
.page-wrap#shop-overview .product-carousel-section .section-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .product-carousel-section .section-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .section-title {
    margin-bottom: 4vw;
  }
}
.page-wrap#shop-overview .product-carousel-section .product-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 2.6041666667vw 11.71875vw 2.6041666667vw 11.71875vw;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-viewport {
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel {
    padding: 50px 225px 50px 225px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel {
    padding: 5.3333333333vw 12.834% 5.3333333333vw 12.834%;
  }
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide {
  position: relative;
  display: block;
  width: 30.8%;
  height: auto;
  margin-right: 3.8%;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide * {
  color: #ffffff !important;
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide {
    width: 100%;
    margin-right: 5.3333333333vw;
  }
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .loading-overlay {
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .gradient-overlay {
    display: none !important;
  }
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding-bottom: 1.3541666667vw;
  text-align: center;
  z-index: 4;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .title-overlay p {
  margin-bottom: 0.4em;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .title-overlay h5 {
  text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .title-overlay {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide .title-overlay {
    display: none !important;
  }
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide:hover .gradient-overlay, .page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide:hover .title-overlay {
  opacity: 1;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .carousel-slide.flickity-bg-lazyloaded .loading-overlay {
  opacity: 0;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button {
  position: absolute;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  min-width: 15px;
  min-height: 15px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.previous {
  left: 4.8958333333vw;
}
.page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.next {
  right: 4.8958333333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button {
    width: 25px;
    height: 25px;
  }
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.previous {
    left: 94px;
  }
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.next {
    right: 94px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button {
    width: 12.834%;
    height: 100%;
    min-width: 0px;
    min-height: 0px;
    top: 0;
    transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .page-wrap#shop-overview .product-carousel-section .product-carousel .flickity-prev-next-button svg {
    width: 70%;
    margin: 0 auto;
  }
}
.page-wrap#shop-overview .two-column-menu-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#shop-overview .two-column-menu-section .menu-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 2.8727%;
}
.page-wrap#shop-overview .two-column-menu-section .menu-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#shop-overview .two-column-menu-section .menu-thumbnail .large-button {
  position: absolute;
  z-index: 5;
}
.page-wrap#shop-overview .two-column-menu-section .menu-thumbnail:nth-last-of-type(-n+2) {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-overview .two-column-menu-section .menu-thumbnail {
    margin: 0 auto;
    margin-bottom: 5.3333333333vw !important;
  }
  .page-wrap#shop-overview .two-column-menu-section .menu-thumbnail:nth-last-of-type(-n+2) {
    margin-bottom: 5.3333333333vw !important;
  }
  .page-wrap#shop-overview .two-column-menu-section .menu-thumbnail:last-child {
    margin-bottom: 0px !important;
  }
}
/*
SHOP OVERVIEW CONTENT ------------------
*/
body.single-product .header-wrap .menu .menu-item.menu-item-275 > h5 > a {
  text-decoration: underline;
}
.page-wrap#shop-product {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product {
    padding-bottom: 20vw;
  }
}
.page-wrap#shop-product .product-content-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#shop-product .product-content-wrap.top-row {
  padding-top: 3.0208333333vw;
}
.page-wrap#shop-product .product-content-wrap.bottom-row {
  padding-top: 2.6041666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product .product-content-wrap.top-row {
    padding-top: 58px;
  }
  .page-wrap#shop-product .product-content-wrap.bottom-row {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#shop-product .product-content-wrap.bottom-row {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap.top-row {
    padding-top: 4.8vw;
    flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#shop-product .product-content-wrap.bottom-row {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap .product-images-column {
    margin-top: 10.6666666667vw;
  }
}
.page-wrap#shop-product .product-content-wrap .product-image-wrap {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}
.page-wrap#shop-product .product-content-wrap .product-image-wrap:first-child {
  display: block;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#shop-product .product-content-wrap .product-image-wrap {
    display: block !important;
    margin-bottom: 25px;
  }
  .page-wrap#shop-product .product-content-wrap .product-image-wrap:last-child {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap .product-image-wrap {
    display: block !important;
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#shop-product .product-content-wrap .product-image-wrap:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#shop-product .product-content-wrap .product-thumbnails-column {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5.9%;
  grid-row-gap: 0px;
}
.page-wrap#shop-product .product-content-wrap .product-thumbnails-column .product-thumbnail {
  position: relative;
  display: none;
  height: auto;
  cursor: pointer;
}
.page-wrap#shop-product .product-content-wrap .product-thumbnails-column .product-thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-wrap#shop-product .product-content-wrap .product-thumbnails-column .product-thumbnail.visible {
  display: block;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#shop-product .product-content-wrap .product-thumbnails-column {
    display: none !important;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap .product-thumbnails-column {
    display: none !important;
  }
}
.page-wrap#shop-product .product-content-wrap .product-more-info-column {
  position: relative;
  display: block;
}
.page-wrap#shop-product .product-content-wrap .product-more-info-column h5 {
  line-height: 2.1428571429em;
}
.page-wrap#shop-product .product-content-wrap .buy-button-wrap {
  position: relative;
  display: block;
  margin-top: 2.8645833333vw;
}
.page-wrap#shop-product .product-content-wrap .buy-button-wrap p.price, .page-wrap#shop-product .product-content-wrap .buy-button-wrap div.quantity {
  display: none !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product .product-content-wrap .buy-button-wrap {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap .buy-button-wrap {
    margin-top: 8vw;
  }
}
.page-wrap#shop-product .product-content-wrap .tablet-more-info {
  display: none;
}
.page-wrap#shop-product .product-content-wrap .tablet-more-info h5 {
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#shop-product .product-content-wrap .tablet-more-info {
    display: block;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-content-wrap .tablet-more-info {
    display: none;
  }
}
.page-wrap#shop-product .product-footer-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product .product-footer-wrap {
    margin-top: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-footer-wrap {
    margin-top: 16vw;
  }
}
.page-wrap#shop-product .product-footer-wrap .bespoke-column {
  position: relative;
  display: block;
  padding: 2.4479166667vw 3.6458333333vw 2.4479166667vw 2.4479166667vw;
  border: 1px solid #000000;
}
.page-wrap#shop-product .product-footer-wrap .bespoke-column h1 {
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product .product-footer-wrap .bespoke-column {
    padding: 47px 70px 47px 47px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-footer-wrap .bespoke-column {
    padding: 8vw 5.3333333333vw;
  }
}
.page-wrap#shop-product .product-footer-wrap .related-column {
  position: relative;
  display: block;
  border-top: 1px solid #000000;
  padding-top: 2.4479166667vw;
}
.page-wrap#shop-product .product-footer-wrap .related-column h1 {
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#shop-product .product-footer-wrap .related-column {
    padding-top: 47px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-footer-wrap .related-column {
    margin-top: 20vw;
    padding-top: 4.8vw;
  }
}
.page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product {
  position: relative;
  display: none;
  width: 29.4%;
  height: auto;
  margin-right: 5.9%;
  cursor: pointer;
}
.page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product:last-child {
  margin-right: 0px !important;
}
.page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product {
    width: 48.666%;
    margin-right: 2.668%;
  }
  .page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product:nth-child(2) {
    margin-right: 0px !important;
  }
  .page-wrap#shop-product .product-footer-wrap .related-column .related-products-wrap .related-product:nth-child(3) {
    display: none !important;
  }
}
/*
NEWS ARCHIVE CONTENT ------------------
*/
body.post-type-archive-news .header-wrap .menu .menu-item.menu-item-276 > h5 > a {
  text-decoration: underline;
}
.page-wrap#news-archive {
  padding-bottom: 14.84375vw;
}
.page-wrap#news-archive .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive {
    padding-bottom: 20vw;
  }
  .page-wrap#news-archive .outer-content-wrap {
    border-top: 0px !important;
  }
}
.page-wrap#news-archive .news-posts-list-wrap {
  position: relative;
  display: block;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 7.2916666667vw;
  border-top: 1px solid #000000;
  padding-top: 2.6041666667vw;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap:first-child {
  border-top: none !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap {
    margin-bottom: 140px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap {
    margin-bottom: 18.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap:first-child {
    border-top: 1px solid #000000 !important;
  }
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles {
  position: relative;
  display: block;
  width: 75%;
  height: auto;
  margin-bottom: 2.6041666667vw;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles p.post-date {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles {
    width: 90%;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles {
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-titles p.post-date {
    margin-bottom: 0.3em;
  }
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-text-content {
  position: relative;
  display: block;
  width: 75%;
  height: auto;
  margin-bottom: 2.8645833333vw;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-text-content:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-text-content {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-text-content {
    width: 90%;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-text-content {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5625vw;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap.landscape {
  width: 100%;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap.small-portrait {
  width: 48%;
}
.page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap.large-portrait {
  width: 75%;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap.small-portrait {
    width: 80%;
  }
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap.large-portrait {
    width: 80%;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-posts-list-wrap .list-post-wrap .post-images .image-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.page-wrap#news-archive .news-year-list-wrap {
  position: sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: -moz-sticky;
  position: -webkit-sticky;
  top: 0;
  min-height: 100vh;
  padding-top: 2.6041666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-year-list-wrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-year-list-wrap {
    position: relative;
    min-height: 0px;
    padding-top: 0px;
    margin-top: 18.6666666667vw;
  }
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #000000;
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: baseline;
  -o-align-items: baseline;
  -ms-align-items: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.46875vw 0 1.0416666667vw 0;
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title h1 {
  line-height: 1em;
  margin-bottom: 0px;
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title img.arrow {
  position: relative;
  display: block;
  width: 0.78125vw;
  height: 0.78125vw;
  min-width: 10px;
  min-height: 10px;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title {
    padding: 9px 0 20px 0;
  }
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title img.arrow {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title {
    padding: 1.3333333333vw 0 2.4vw 0;
  }
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-title img.arrow {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    min-width: 0px;
    min-height: 0px;
  }
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.78125vw 0 2.6041666667vw 0;
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap .year-post-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 2.2395833333vw;
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap .year-post-wrap:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap .year-post-wrap p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap {
    padding: 15px 0 50px 0;
  }
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap .year-post-wrap {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap {
    padding: 2.6666666667vw 0 6.6666666667vw 0;
  }
  .page-wrap#news-archive .news-year-list-wrap .year-outer-wrap .year-posts-wrap .year-post-wrap {
    margin-bottom: 4vw;
  }
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap.visible .year-title img.arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.page-wrap#news-archive .news-year-list-wrap .year-outer-wrap.visible .year-posts-wrap .year-post-wrap {
  opacity: 1;
}
/*
ABOUT PAGE CONTENT ------------------
*/
body.page-template-page-about .header-wrap .menu .menu-item.menu-item-277 > h5 > a {
  text-decoration: underline;
}
.page-wrap#about-page {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#about-page {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#about-page .image-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .text-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 7.2916666667vw 0 7.2916666667vw 0;
}
.page-wrap#about-page .text-section:last-child {
  padding-bottom: 0px !important;
}
.page-wrap#about-page .text-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#about-page .text-section {
    padding: 140px 0 140px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .text-section {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
  }
}
.page-wrap#about-page .quote-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 13.5416666667vw 0 13.5416666667vw 0;
}
.page-wrap#about-page .quote-section:last-child {
  padding-bottom: 0px !important;
}
.page-wrap#about-page .quote-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#about-page .quote-section .text-content h1 {
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#about-page .quote-section {
    padding: 260px 0 260px 0;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .quote-section {
    padding: 16vw 0 16vw 0;
  }
  .page-wrap#about-page .quote-section .text-content br {
    display: none;
  }
}
.page-wrap#about-page .two-up-image-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.page-wrap#about-page .two-up-image-section .left-image, .page-wrap#about-page .two-up-image-section .right-image {
  position: relative;
  display: block;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .two-up-image-section .left-image, .page-wrap#about-page .two-up-image-section .right-image {
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#about-page .two-up-image-section .left-image:last-child, .page-wrap#about-page .two-up-image-section .right-image:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#about-page .menu-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#about-page .menu-section .menu-block {
  position: relative;
  display: block;
}
.page-wrap#about-page .menu-section .menu-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .menu-section .menu-block {
    margin: 0 auto;
    margin-bottom: 5.3333333333vw;
  }
  .page-wrap#about-page .menu-section .menu-block:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#about-page .menu-section .menu-block .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.page-wrap#about-page .menu-section .menu-block .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding-bottom: 2.1354166667vw;
  text-align: center;
  color: #ffffff;
}
.page-wrap#about-page .menu-section .menu-block .title-overlay h1 {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#about-page .menu-section .menu-block .title-overlay {
    padding-bottom: 41px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#about-page .menu-section .menu-block .title-overlay {
    padding-bottom: 4vw;
  }
}
/*
CONTACT PAGE CONTENT ------------------
*/
body.page-template-page-contact .header-wrap .menu .menu-item.menu-item-278 > h5 > a {
  text-decoration: underline;
}
.page-wrap#contact-page {
  padding-bottom: 14.84375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#contact-page {
    padding-bottom: 285px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#contact-page .image-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6.6145833333vw;
}
.page-wrap#contact-page .image-section:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#contact-page .image-section {
    margin-bottom: 127px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .image-section {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#contact-page .text-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5.8333333333vw;
  text-align: center;
}
.page-wrap#contact-page .text-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#contact-page .text-section .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#contact-page .text-section .text-content h1 {
  margin-bottom: 0.9em;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#contact-page .text-section {
    margin-bottom: 112px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .text-section {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#contact-page .two-up-image-section {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 6.6145833333vw;
}
.page-wrap#contact-page .two-up-image-section:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#contact-page .two-up-image-section .left-image, .page-wrap#contact-page .two-up-image-section .right-image {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#contact-page .two-up-image-section {
    margin-bottom: 127px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#contact-page .two-up-image-section {
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#contact-page .two-up-image-section .left-image, .page-wrap#contact-page .two-up-image-section .right-image {
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#contact-page .two-up-image-section .left-image:last-child, .page-wrap#contact-page .two-up-image-section .right-image:last-child {
    margin-bottom: 0px !important;
  }
}
/*
TERMS PAGE CONTENT ------------------
*/
.page-wrap#terms-page {
  padding-bottom: 11.9791666667vw;
}
.page-wrap#terms-page .text-content {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#terms-page {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#terms-page {
    padding-bottom: 20vw;
  }
}
/*
CART PAGE CONTENT ------------------
*/
body.woocommerce-cart .header-wrap .menu .menu-item.menu-item-275 > h5 > a {
  text-decoration: underline;
}
.page-wrap#cart-page {
  padding-bottom: 11.9791666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#cart-page.empty-cart {
  text-align: center;
}
.page-wrap#cart-page .cart-outer-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#cart-page .cart-outer-wrap .centered-page-intro {
  margin-bottom: 3.6458333333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap .centered-page-intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .centered-page-intro {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-top: 2px solid #ffffff;
  padding-top: 1.40625vw;
  text-align: left;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form {
    padding-top: 27px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form {
    padding-top: 4.8vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form thead {
    display: none !important;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody td {
  vertical-align: top;
  padding-top: 2.34375vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody td {
    padding-top: 45px;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-name, .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-price, .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-subtotal {
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody {
    display: block;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody td {
    padding-top: 0px;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-name, .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-price, .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody .product-subtotal {
    border-bottom: none !important;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody tr.cart_item {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form tbody tr.cart_item:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-thumbnail {
  width: 21%;
  padding-right: 2.6041666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-thumbnail {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-thumbnail {
    display: block;
    width: 48.666%;
    padding-right: 0px;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name {
  width: 51%;
  height: auto;
  padding-right: 2.6041666667vw;
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name p.mobile-price {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name {
    width: 48.666%;
    padding-right: 0px;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name p {
    margin-bottom: 0.8em;
  }
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-name p.mobile-price {
    display: block;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-price {
  width: 15%;
  text-align: left;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-price {
    display: none !important;
  }
}
.page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-subtotal {
  width: 13%;
  text-align: right;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap form.woocommerce-cart-form .product-subtotal {
    display: none !important;
  }
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 1.9791666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals {
    padding-top: 10.6666666667vw;
  }
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price .dummy-column {
  width: 21%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price .dummy-column {
    display: none !important;
  }
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price .cart-notes {
  position: relative;
  display: block;
  width: 51%;
  height: auto;
  padding-right: 14%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price .cart-notes {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table {
  position: relative;
  display: block;
  width: 28%;
  height: auto;
  text-align: center;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table tbody {
  display: block;
  width: 100%;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table tbody tr {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table th, .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table td {
  width: 50%;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table th {
  text-align: left;
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table td {
  text-align: right;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .cart-notes-and-price table.shop_table {
    width: 100%;
    border-top: 2px solid #ffffff;
    padding-top: 4.8vw;
  }
}
.page-wrap#cart-page .cart-outer-wrap .cart-collaterals .wc-proceed-to-checkout {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 4.9479166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20vw;
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .wc-proceed-to-checkout .button {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
  }
  .page-wrap#cart-page .cart-outer-wrap .cart-collaterals .wc-proceed-to-checkout .button:last-child {
    margin-bottom: 0px !important;
  }
}
.page-wrap#cart-page .newsletter-module {
  position: relative;
  display: block;
  width: 51.5%;
  height: auto;
  border: 1px solid #000000;
  margin: 0 auto;
  margin-top: 14.5833333333vw;
  padding: 2.6041666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .newsletter-module {
    margin-top: 280px;
    padding: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module {
    margin-top: 20vw;
    width: 100%;
    padding: 5.3333333333vw;
  }
}
.page-wrap#cart-page .newsletter-module .titles-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .newsletter-module .titles-wrap {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module .titles-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap {
  position: relative;
  display: block;
  width: 62.5%;
  height: auto;
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  margin: 0;
  padding: 0.6510416667vw;
  outline: none;
  border: none;
  background-color: #ffffff;
  color: #000000;
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] :-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] {
    padding: 12.5px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap input[type=email] {
    padding: 2.1333333333vw;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .email-field-wrap {
    width: 100%;
  }
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .submit-button-wrap {
  position: relative;
  display: block;
  width: 31.35%;
  height: auto;
}
.page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .submit-button-wrap input[type=submit] {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module #mc_embed_signup #mc_embed_signup_scroll .submit-button-wrap {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.page-wrap#cart-page .newsletter-module .legals-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2.6041666667vw;
  padding-right: 29%;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#cart-page .newsletter-module .legals-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#cart-page .newsletter-module .legals-wrap {
    margin-top: 5.3333333333vw;
    padding-right: 0px;
  }
}
/*
CHECKOUT PAGE CONTENT ------------------
*/
body.woocommerce-checkout .header-wrap .menu .menu-item.menu-item-275 > h5 > a {
  text-decoration: underline;
}
.page-wrap#checkout-page {
  padding-bottom: 11.9791666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#checkout-page .checkout-outer-wrap .centered-page-intro {
  margin-bottom: 3.6458333333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap .centered-page-intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap .centered-page-intro {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap form.woocommerce-checkout {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.page-wrap#checkout-page .checkout-outer-wrap form.woocommerce-checkout p.column-title {
  text-transform: uppercase;
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap form.woocommerce-checkout {
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .page-wrap#checkout-page .checkout-outer-wrap form.woocommerce-checkout p.column-title {
    margin-bottom: 2em;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details {
  position: relative;
  display: block;
  width: 48.3%;
  height: auto;
  flex-shrink: 0;
  border-top: 2px solid #ffffff;
  padding-top: 1.1979166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper abbr.required {
  color: #ff0000;
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2.0833333333vw !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row {
    margin-bottom: 4vw !important;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last {
  width: 46%;
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-first, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row.form-row-last {
    width: 48.666%;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.4166666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row label {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row label {
    padding-bottom: 1.8666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 0.35em 0.8333333333vw 0.35em 0.8333333333vw;
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text]::-webkit-input-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email]::-webkit-input-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text]::-moz-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email]::-moz-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text]:-ms-input-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email]:-ms-input-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text]:-moz-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email]:-moz-placeholder, .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel] {
    padding: 0.35em 16px 0.35em 16px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=text], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=email], .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row input[type=tel] {
    padding: 0.5em 2.6666666667vw 0.5em 2.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row select {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border: 1px solid #000000;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 0.35em 0.8333333333vw 0.35em 0.8333333333vw;
  box-shadow: none;
  border-radius: 0.4em;
  -o-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1NHB4IiBoZWlnaHQ9IjU0cHgiIHZpZXdCb3g9IjAgMCA1NCA1NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQgNTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gcG9pbnRzPSIzMy40LDIwLjcgMjAuNiwyMC43IDI3LjEsMzMuMyAiLz4KPC9zdmc+Cg==');
  background-size: auto 100%;
  -o-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row select {
    padding: 0.35em 16px 0.35em 16px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-billing-fields__field-wrapper p.form-row select {
    padding: 0.42em 2.6666666667vw 0.42em 2.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-top: 2px solid #ffffff;
  padding-top: 1.1979166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields {
    width: 100%;
    padding-top: 2.6666666667vw;
    margin-top: 16vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.4166666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields label {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields label {
    padding-bottom: 1.8666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea {
  position: relative;
  display: block;
  resize: none;
  width: 100%;
  height: auto;
  min-height: 5em;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 0.35em 0.8333333333vw 0.35em 0.8333333333vw;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea {
    padding: 0.35em 16px 0.35em 16px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #customer_details .woocommerce-additional-fields textarea {
    padding: 0.5em 2.6666666667vw 0.5em 2.6666666667vw;
    min-height: 7em;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review {
  position: relative;
  display: block;
  width: 48.3%;
  height: auto;
  flex-shrink: 0;
  border-top: 2px solid #ffffff;
  padding-top: 1.1979166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review {
    width: 100%;
    margin-top: 20vw;
    padding-top: 2.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table {
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.9270833333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table {
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table thead .product-name, .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tbody .product-name {
  width: 60%;
  text-align: left;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table thead .product-total, .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tbody .product-total {
  width: 40%;
  text-align: right;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot th {
  width: 60%;
  text-align: left;
  padding-top: 1.8229166667vw;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot td {
  width: 40%;
  text-align: right;
  padding-top: 1.8229166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot th {
    padding-top: 35px;
  }
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot td {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot th {
    padding-top: 2.6666666667vw;
  }
  .page-wrap#checkout-page .checkout-outer-wrap #order_review table.shop_table tfoot td {
    padding-top: 2.6666666667vw;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 1.1979166667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment {
    width: 100%;
    margin-top: 20vw;
    padding-top: 2.6666666667vw;
    border-top: 2px solid #ffffff;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods {
  position: relative;
  display: block;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.9270833333vw;
  margin-bottom: 1.25vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods {
    padding-bottom: 37px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 2.2916666667vw;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method input[type=radio] {
  -webkit-appearance: radio;
  display: none !important;
  padding: 0;
  margin: 0;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label {
  display: none !important;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method div.payment_box {
  width: 100%;
  padding-left: 0.6770833333vw;
  padding-left: 0px !important;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
    margin-bottom: 44px;
  }
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method div.payment_box {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method {
    margin-bottom: 0px;
    padding: 0px !important;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order:after {
  content: "";
  display: block;
  clear: both;
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  position: relative;
  display: block;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.9270833333vw;
  margin-bottom: 1.25vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    padding-bottom: 37px;
    margin-bottom: 24px;
  }
}
.page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order button#place_order {
  float: right;
}
@media only screen and (max-width: 520px) {
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order {
    margin-top: 10.6666666667vw;
  }
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#checkout-page .checkout-outer-wrap #order_review .woocommerce-checkout-payment .form-row.place-order button#place_order {
    float: left;
  }
}
/*
THANK YOU PAGE CONTENT ------------------
*/
.page-wrap#thank-you-page {
  padding-bottom: 11.9791666667vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#thank-you-page {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page {
    padding-bottom: 20vw;
  }
}
.page-wrap#thank-you-page .thank-you-outer-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
}
.page-wrap#thank-you-page .thank-you-outer-wrap p.column-title {
  text-transform: uppercase;
  margin-bottom: 1.3em;
}
.page-wrap#thank-you-page .thank-you-outer-wrap address {
  font-style: normal !important;
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap p.column-title {
    margin-bottom: 2em;
  }
}
.page-wrap#thank-you-page .thank-you-outer-wrap .centered-page-intro {
  margin-bottom: 3.6458333333vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .centered-page-intro {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .centered-page-intro {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#thank-you-page .thank-you-outer-wrap .top-row {
  position: relative;
  display: block;
  margin-bottom: 4.4270833333vw;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .top-row p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .top-row {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .top-row {
    margin-bottom: 10.6666666667vw;
  }
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details {
  border-top: 2px solid #ffffff;
  padding-top: 1.1979166667vw;
  margin-bottom: 4.4270833333vw;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details {
  width: 100%;
  max-width: 70%;
  text-align: left;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details thead th {
  padding-bottom: 0.78125vw;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tbody strong {
  font-weight: normal !important;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child th, .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 0.78125vw;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details {
    padding-top: 23px;
    margin-bottom: 85px;
  }
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details thead th {
    padding-bottom: 15px;
  }
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child th, .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child td {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details {
    padding-top: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details {
    max-width: 100%;
  }
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details thead th {
    padding-bottom: 15px;
  }
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child th, .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-order-details table.woocommerce-table--order-details tfoot tr:first-child td {
    padding-top: 15px;
  }
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-customer-details {
  border-top: 2px solid #ffffff;
  padding-top: 1.1979166667vw;
}
.page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-customer-details span {
  display: block;
}
@media only screen and (min-width: 1920px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-customer-details {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 520px) {
  .page-wrap#thank-you-page .thank-you-outer-wrap .woocommerce-customer-details {
    padding-top: 2.6666666667vw;
  }
}
/*
FOOTER CONTENT ------------------
*/
.footer-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.footer-wrap .outer-content-wrap {
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-top: 1px solid #000000;
  padding: 1.5625vw 0 0 0;
  margin-bottom: 4.375vw;
}
@media only screen and (min-width: 1920px) {
  .footer-wrap .outer-content-wrap {
    padding: 30px 0 0 0;
    margin-bottom: 84px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-wrap .outer-content-wrap {
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 8vw 0 0 0;
    margin-bottom: 10.6666666667vw;
  }
}
.footer-wrap .footer-menu {
  position: relative;
  display: block;
}
.footer-wrap .footer-menu .menu {
  position: relative;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer-wrap .footer-menu .menu .menu-item {
  position: relative;
  display: block;
  width: 45.5%;
  height: auto;
  margin-bottom: 0.78125vw;
}
.footer-wrap .footer-menu .menu .menu-item a {
  text-decoration: none;
}
.footer-wrap .footer-menu .menu .menu-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1920px) {
  .footer-wrap .footer-menu .menu .menu-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-wrap .footer-menu .menu .menu-item {
    margin-bottom: 2.6666666667vw;
  }
}
.footer-wrap .dog-logo {
  position: absolute;
  width: 6.5625vw;
  height: auto;
  min-width: 92px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -27.5%);
  -o-transform: translate(-50%, -27.5%);
  -ms-transform: translate(-50%, -27.5%);
  -moz-transform: translate(-50%, -27.5%);
  -webkit-transform: translate(-50%, -27.5%);
}
@media only screen and (min-width: 1920px) {
  .footer-wrap .dog-logo {
    width: 126px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-wrap .dog-logo {
    display: none !important;
  }
}
.footer-wrap .newsletter-form-wrap {
  position: relative;
  display: block;
}
@media only screen and (max-width: 520px) {
  .footer-wrap .newsletter-form-wrap {
    margin-top: 8vw;
  }
}
.footer-wrap .newsletter-form-wrap .newsletter-title {
  position: relative;
  display: block;
  margin-bottom: 1.875vw;
}
@media only screen and (min-width: 1920px) {
  .footer-wrap .newsletter-form-wrap .newsletter-title {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-wrap .newsletter-form-wrap .newsletter-title {
    margin-bottom: 1.8666666667vw;
  }
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  border-bottom: 1px solid #000000;
  color: #000000;
  padding: 0.4em 0 0.4em 0;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup input[type=email]::-webkit-input-placeholder {
  color: #000000;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup input[type=email]:-moz-placeholder {
  color: #000000;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup input[type=email]::-moz-placeholder {
  color: #000000;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup input[type=email]:-ms-input-placeholder {
  color: #000000;
}
.footer-wrap .newsletter-form-wrap #mc_embed_signup #mc-embedded-subscribe {
  position: absolute;
  width: 2.0833333333vw;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyMCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTExLjYsN0gxOGwtOS43LDQuOEwxMS42LDd6IE01LjgsMEw1LjgsMGw0LjMsNi42bC0xMC0wLjR2MS41bDEwLTAuM2wtNC4zLDYuNWwwLDBsMTQuMS03djBMNS44LDB6Ii8+Cjwvc3ZnPgo=');
  background-size: auto 60%;
  -o-background-size: auto 60%;
  -ms-background-size: auto 60%;
  -moz-background-size: auto 60%;
  -webkit-background-size: auto 60%;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1920px) {
  .footer-wrap .newsletter-form-wrap #mc_embed_signup #mc-embedded-subscribe {
    width: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .footer-wrap .newsletter-form-wrap #mc_embed_signup #mc-embedded-subscribe {
    width: 10.6666666667vw;
    background-size: auto 50%;
    -o-background-size: auto 50%;
    -ms-background-size: auto 50%;
    -moz-background-size: auto 50%;
    -webkit-background-size: auto 50%;
  }
}
