/*
 Theme Name:   Untitled Art
 Theme URI:    https://shineunited.com/
 Description:  Untitled Art - Twenty Twenty One Child
 Author:       Shine United
 Author URI:   http://www.shineunited.com
 Template:     twentytwentyone
 Version:      202503051303
 License:
 License URI:
 Tags:
 Text Domain:  untitledart
*/
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  color: #2D393E;
  line-height: 1;
}
body p, body a, body li {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

h1:not(.site-title):before,
h2:before,
.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image:after,
.entry .entry-title:before, .image-filters-enabled .entry .post-thumbnail:after,
.image-filters-enabled .entry .post-thumbnail:before,
.author-bio .author-title:before,
.comments-area .comments-title-wrap .comments-title:before,
.post-navigation .nav-links a .meta-nav:after,
.post-navigation .nav-links a .meta-nav:before {
  content: unset;
  display: none;
  color: unset;
  width: unset;
  height: unset;
}

a {
  color: #2D393E;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:focus-visible {
  color: #EB0048;
}
a:hover:visited, a:focus:visited, a:focus-visible:visited {
  color: #EB0048;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}
a:focus-visible {
  text-decoration: revert;
}

p a {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-thickness: 1px !important;
  text-decoration-skip-ink: auto !important;
  text-underline-offset: 2px !important;
}
h1.bold-fw, h2.bold-fw, h3.bold-fw, h4.bold-fw, h5.bold-fw, h6.bold-fw, p.bold-fw, a.bold-fw, span.bold-fw, li.bold-fw, div.bold-fw, td.bold-fw, tr.bold-fw {
  font-weight: 700 !important;
}
h1.reg-fw, h2.reg-fw, h3.reg-fw, h4.reg-fw, h5.reg-fw, h6.reg-fw, p.reg-fw, a.reg-fw, span.reg-fw, li.reg-fw, div.reg-fw, td.reg-fw, tr.reg-fw {
  font-weight: 400;
}
h1.semi-fw, h2.semi-fw, h3.semi-fw, h4.semi-fw, h5.semi-fw, h6.semi-fw, p.semi-fw, a.semi-fw, span.semi-fw, li.semi-fw, div.semi-fw, td.semi-fw, tr.semi-fw {
  font-weight: 600;
}
h1.med-fw, h2.med-fw, h3.med-fw, h4.med-fw, h5.med-fw, h6.med-fw, p.med-fw, a.med-fw, span.med-fw, li.med-fw, div.med-fw, td.med-fw, tr.med-fw {
  font-weight: 500;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, p.upper, a.upper, span.upper, li.upper, div.upper, td.upper, tr.upper {
  text-transform: uppercase;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, p.align-center, a.align-center, span.align-center, li.align-center, div.align-center, td.align-center, tr.align-center {
  text-align: center;
}
h1.std-ls, h2.std-ls, h3.std-ls, h4.std-ls, h5.std-ls, h6.std-ls, p.std-ls, a.std-ls, span.std-ls, li.std-ls, div.std-ls, td.std-ls, tr.std-ls {
  letter-spacing: 0;
}
h1.caps-ls, h2.caps-ls, h3.caps-ls, h4.caps-ls, h5.caps-ls, h6.caps-ls, p.caps-ls, a.caps-ls, span.caps-ls, li.caps-ls, div.caps-ls, td.caps-ls, tr.caps-ls {
  letter-spacing: 0.025em;
}

hr {
  width: 100%;
  border-top: 1px solid #BAC4C6;
  margin: 25px auto;
  height: unset;
  background-color: transparent;
}

:root {
  --global--color-primary: $main;
  --global--color-background: $white;
}

.mbxs {
  margin-bottom: 10px !important;
}

.mtxs {
  margin-top: 10px !important;
}

.mbs {
  margin-bottom: 15px !important;
}

.mts {
  margin-top: 15px !important;
}

.mb {
  margin-bottom: 20px !important;
}

.mt {
  margin-top: 20px !important;
}

.mbl {
  margin-bottom: 30px !important;
}

.mtl {
  margin-top: 30px !important;
}

.mbxl {
  margin-bottom: 50px !important;
}

.mtxl {
  margin-top: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.pbxs {
  padding-bottom: 10px !important;
}

.ptxs {
  padding-top: 10px !important;
}

.pbs {
  padding-bottom: 15px !important;
}

.pts {
  padding-top: 15px !important;
}

.pb {
  padding-bottom: 20px !important;
}

.pt {
  padding-top: 20px !important;
}

.pbl {
  padding-bottom: 30px !important;
}

.ptl {
  padding-top: 30px !important;
}

.pbxl {
  padding-bottom: 50px !important;
}

.ptxl {
  padding-top: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show-flex {
  display: flex !important;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

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

@media (min-width: 576px) {
  .hidden-desktop {
    display: none;
  }
}

.unt-descendent-ajax-loading {
  opacity: 0.5;
}
.unt-descendent-ajax-loading, .unt-descendent-ajax-loading * {
  cursor: wait !important;
}

.unt-ajax-loading {
  opacity: 0.5;
}
.unt-ajax-loading, .unt-ajax-loading * {
  pointer-events: none !important;
}

html {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #F0F3F4;
}
html body {
  overflow-x: clip;
  position: relative;
  width: 100%;
  background-color: #F0F3F4;
}
html body.js-loaded {
  opacity: 1;
  visibility: visible;
}
html.nav-open body, html.age-gate-open body, html.cart-open body {
  position: fixed;
  overflow-y: scroll;
}
@media (max-width: 575px) {
  html.nav-open, html.age-gate-open, html.cart-open {
    height: 100vh;
    height: 100dvh;
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  html.nav-open body, html.age-gate-open body, html.cart-open body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
}
html.filter-open .site-container {
  z-index: 9999999;
}
@media (min-width: 992px) {
  html.subnav-open header:after {
    opacity: 1 !important;
  }
}

body.age-gate-open {
  overflow: hidden;
}
body.age-gate-open > header, body.age-gate-open > main, body.age-gate-open > footer, body.age-gate-open > .skip-link, body.age-gate-open > div:not(.age-gate) {
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.25s;
}

.age-gate {
  pointer-events: none;
  opacity: 0;
  background-color: #F0F3F4;
  transition: opacity 0.25s;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
}
.age-gate.show {
  opacity: 1;
  pointer-events: all;
}
.age-gate .age-gate-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.age-gate .age-gate-overlay .logo-container, .age-gate .age-gate-overlay .gate-container {
  width: 100%;
}
.age-gate .logo-container {
  pointer-events: none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .age-gate .logo-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .age-gate .logo-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .age-gate .logo-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .age-gate .logo-container {
    padding-right: 100px;
  }
}
.age-gate .logo-container .age-gate-logo {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.age-gate .gate-container {
  position: relative;
  height: 100%;
}
.age-gate .gate-container > .row {
  height: 100%;
}
.age-gate .gate-content {
  position: relative;
  padding-top: 175px;
  padding-bottom: 275px;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .age-gate .gate-content {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .age-gate .gate-content {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .age-gate .gate-content {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .age-gate .gate-content {
    padding-right: 100px;
  }
}
.age-gate .gate-content span.eyebrow {
  display: block;
}
.age-gate .gate-content h1 {
  margin-bottom: 20px;
}
.age-gate .gate-content .buttons {
  padding: 10px 0;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
}
.age-gate .gate-content .buttons > div {
  padding: 3px;
  position: relative;
  z-index: 2;
}
.age-gate .gate-content .buttons .btn {
  width: 100px;
}
.age-gate .gate-content .buttons .btn.btn-outline {
  background-color: #F0F3F4;
}
.age-gate .gate-content .buttons:after {
  content: "";
  height: 2px;
  border-top: 1px solid #BAC4C6;
  width: 200vw;
  left: -100vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
}
.age-gate .gate-content p.disclaimer {
  margin-top: 10px;
  max-width: 750px;
}
.age-gate .gate-graphics {
  z-index: 3;
  position: relative;
}
.age-gate .gate-graphics .gate-bg {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.age-gate .gate-graphics .gate-graphic {
  position: absolute;
  width: auto;
  height: 300px;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .age-gate .gate-content span.eyebrow, .age-gate .gate-content h1, .age-gate .gate-content p.disclaimer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .age-gate .gate-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .age-gate .gate-content .buttons {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .age-gate .logo-container .age-gate-logo {
    margin-left: 0;
  }
  .age-gate .gate-content {
    padding-bottom: 75px;
    padding-right: 150px !important;
  }
  .age-gate .gate-graphics {
    height: 100%;
    position: relative;
  }
  .age-gate .gate-graphics .gate-bg {
    width: 480px;
    height: 100%;
  }
  .age-gate .gate-graphics .gate-graphic {
    width: 250px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -125px;
  }
}

.container-fluid.site-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.container-fluid.header:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 8000;
  width: 100vw;
  height: calc(100vh - 150px);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1700px !important;
}
@media (min-width: 768px) {
  .container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 100px;
  }
}

.sm-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 900px !important;
}
@media (min-width: 768px) {
  .sm-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .sm-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .sm-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .sm-container {
    padding-right: 100px;
  }
}

.md-container {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1200px !important;
}
@media (min-width: 768px) {
  .md-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .md-container {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .md-container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .md-container {
    padding-right: 100px;
  }
}

*:focus, *:active {
  outline: none !important;
  box-shadow: none;
}
*:focus-visible {
  outline: revert;
  box-shadow: revert;
}

a:active, a:visited {
  color: inherit;
}

img {
  display: block;
}

.skip-link {
  position: absolute;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  height: 20px;
  z-index: 9999;
  background: #F0F3F4;
  color: #F0F3F4;
  opacity: 0 !important;
  font-size: 1px;
  text-align: center;
}

.sr-only {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error404 .heading-404 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .error404 .heading-404 {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .error404 .heading-404 {
    padding-top: 90px;
  }
}
.error404 .heading-404 h1 {
  margin-bottom: 15px;
}
.error404 .heading-404 p {
  display: block;
  margin: 0 auto;
}
.error404 .body-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .error404 .body-content {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .error404 .body-content {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .error404 .body-content {
    padding-bottom: 90px;
  }
}

p, a, .p, li {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
}
p.lg, p.lg a, a.lg, a.lg a, .p.lg, .p.lg a, li.lg, li.lg a {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 500;
}
p.sm, p.sm a, a.sm, a.sm a, .p.sm, .p.sm a, li.sm, li.sm a {
  font-size: 14px;
  line-height: 20px;
}
p.xs, a.xs, .p.xs, li.xs {
  font-size: 10px;
}
p.tagline, a.tagline, .p.tagline, li.tagline {
  font-weight: 700 !important;
}

a:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}

span.eyebrow {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  display: block;
  margin-bottom: 10px;
}

h1, .h1 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 76px;
  font-size: 4.75rem;
  line-height: 78px;
  line-height: 4.875rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1;
}
h1.sm, .h1.sm {
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 68px;
  line-height: 4.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h1.xs, .h1.xs {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  h1:not(.sm):not(.xs), .h1:not(.sm):not(.xs) {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 68px;
    line-height: 4.25rem;
  }
}

h2, .h2 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 68px;
  line-height: 4.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
h2.sm, .h2.sm {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 0;
}
h2.xs, .h2.xs {
  font-size: 32px;
  font-size: 2rem;
  line-height: 39px;
  line-height: 2.4375rem;
}
@media (max-width: 575px) {
  h2:not(.sm):not(.xs):not(.h5), .h2:not(.sm):not(.xs):not(.h5) {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

h3, .h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 600;
  letter-spacing: 0;
}
h3.sm, .h3.sm {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
}
h3.xs, .h3.xs {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700 !important;
}
@media (max-width: 575px) {
  h3:not(.sm):not(.xs), .h3:not(.sm):not(.xs) {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

h4, .h4 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
}
h4.sm, .h4.sm {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700 !important;
}
@media (max-width: 575px) {
  h4:not(.sm):not(.xs), .h4:not(.sm):not(.xs) {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

h5, .h5 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700 !important;
  letter-spacing: 0;
}
h5.sm, .h5.sm {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

sup {
  font-size: 0.6em;
  padding-left: 1px;
}

span.flag {
  padding: 3px 5px;
  display: inline-block;
  font-size: 10px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  color: #2D393E;
  pointer-events: none;
}
span.flag.blue {
  background-color: #A9E0EB;
}
span.flag.gray {
  background-color: #D5DCDD;
}
span.flag.dgray {
  background-color: #89959A;
  color: #ffffff;
}
span.flag.bordered {
  background-color: transparent;
  border: 1px solid #2D393E;
  padding: 2px 5px;
}
span.flag.red {
  background-color: #EB0048;
  color: #ffffff;
}
span.flag.steel {
  background-color: #2D393E;
  color: #ffffff;
}
@media (max-width: 575px) {
  span.flag {
    font-size: 8px;
    padding: 2px 4px;
  }
}

input, select, textarea {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #89959A;
  opacity: 1;
}

input[type=file] {
  font-size: 12px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
  cursor: pointer;
}

option {
  color: #2D393E;
  opacity: 0.8;
}

label, label span.optional {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

span.optional {
  display: inline !important;
}

.select-col {
  padding: 10px;
  position: relative;
}

.select-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #ffffff;
}
.select-wrapper:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e918";
  position: absolute;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  color: #2D393E;
  top: -1px;
  right: 0;
  width: 50px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.select-wrapper select {
  z-index: 1;
}

.quantity-wrapper button, .quantity-wrapper input {
  display: inline-block;
}
.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.quantity-wrapper {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  overflow: hidden;
  width: 138px;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quantity-wrapper button {
  flex: 0 0 auto;
  width: auto;
  width: 45px;
  padding: 0;
  border: 0;
  height: 46px;
  position: relative;
}
.quantity-wrapper button.quantity-decrease span {
  font-size: 30px;
}
.quantity-wrapper button.quantity-increase span {
  font-size: 22px;
}
.quantity-wrapper button span {
  line-height: 46px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quantity-wrapper input {
  border: none !important;
  flex: 1 0 0%;
  text-align: center;
  height: 46px;
  padding: 0;
  background-color: transparent;
}

.btn-wrapper {
  display: inline-block;
}
.btn-wrapper.align-center {
  width: 100%;
  text-align: center;
}
.btn-wrapper.align-right {
  width: 100%;
  text-align: right;
}

button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

button.btn, a.btn, span.btn, button.button, a.button {
  display: inline-block;
  padding: 14px 21px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  border-radius: 23px;
  letter-spacing: 0;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
}
button.btn:focus-visible, a.btn:focus-visible, span.btn:focus-visible, button.button:focus-visible, a.button:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
button.btn:before, a.btn:before, span.btn:before, button.button:before, a.button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
}
button.btn:hover:before, button.btn:focus-visible:before, a.btn:hover:before, a.btn:focus-visible:before, span.btn:hover:before, span.btn:focus-visible:before, button.button:hover:before, button.button:focus-visible:before, a.button:hover:before, a.button:focus-visible:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
button.btn.single_add_to_cart_button, a.btn.single_add_to_cart_button, span.btn.single_add_to_cart_button, button.button.single_add_to_cart_button, a.button.single_add_to_cart_button {
  display: inline-block;
  padding: 14px 21px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  border-radius: 23px;
  letter-spacing: 0;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
}
button.btn.single_add_to_cart_button:focus-visible, a.btn.single_add_to_cart_button:focus-visible, span.btn.single_add_to_cart_button:focus-visible, button.button.single_add_to_cart_button:focus-visible, a.button.single_add_to_cart_button:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
button.btn.single_add_to_cart_button:before, a.btn.single_add_to_cart_button:before, span.btn.single_add_to_cart_button:before, button.button.single_add_to_cart_button:before, a.button.single_add_to_cart_button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
}
button.btn.single_add_to_cart_button:hover:before, button.btn.single_add_to_cart_button:focus-visible:before, a.btn.single_add_to_cart_button:hover:before, a.btn.single_add_to_cart_button:focus-visible:before, span.btn.single_add_to_cart_button:hover:before, span.btn.single_add_to_cart_button:focus-visible:before, button.button.single_add_to_cart_button:hover:before, button.button.single_add_to_cart_button:focus-visible:before, a.button.single_add_to_cart_button:hover:before, a.button.single_add_to_cart_button:focus-visible:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
button.btn.btn-icon, a.btn.btn-icon, span.btn.btn-icon, button.button.btn-icon, a.button.btn-icon {
  padding: 10px;
  border: none;
  border-radius: 50%;
}
button.btn.btn-icon:before, a.btn.btn-icon:before, span.btn.btn-icon:before, button.button.btn-icon:before, a.button.btn-icon:before {
  display: none;
}
button.btn.btn-red, button.btn#place_order, button.btn.resubscribe, button.btn.subscription_renewal_early, button.btn.woocommerce-button.view, button.btn.woocommerce-button.pay, button.btn.discount-submit, a.btn.btn-red, a.btn#place_order, a.btn.resubscribe, a.btn.subscription_renewal_early, a.btn.woocommerce-button.view, a.btn.woocommerce-button.pay, a.btn.discount-submit, span.btn.btn-red, span.btn#place_order, span.btn.resubscribe, span.btn.subscription_renewal_early, span.btn.woocommerce-button.view, span.btn.woocommerce-button.pay, span.btn.discount-submit, button.button.btn-red, button.button#place_order, button.button.resubscribe, button.button.subscription_renewal_early, button.button.woocommerce-button.view, button.button.woocommerce-button.pay, button.button.discount-submit, a.button.btn-red, a.button#place_order, a.button.resubscribe, a.button.subscription_renewal_early, a.button.woocommerce-button.view, a.button.woocommerce-button.pay, a.button.discount-submit {
  background-color: #EB0048 !important;
  border: 1px solid #EB0048;
  color: #ffffff !important;
}
button.btn.btn-red span, button.btn#place_order span, button.btn.resubscribe span, button.btn.subscription_renewal_early span, button.btn.woocommerce-button.view span, button.btn.woocommerce-button.pay span, button.btn.discount-submit span, a.btn.btn-red span, a.btn#place_order span, a.btn.resubscribe span, a.btn.subscription_renewal_early span, a.btn.woocommerce-button.view span, a.btn.woocommerce-button.pay span, a.btn.discount-submit span, span.btn.btn-red span, span.btn#place_order span, span.btn.resubscribe span, span.btn.subscription_renewal_early span, span.btn.woocommerce-button.view span, span.btn.woocommerce-button.pay span, span.btn.discount-submit span, button.button.btn-red span, button.button#place_order span, button.button.resubscribe span, button.button.subscription_renewal_early span, button.button.woocommerce-button.view span, button.button.woocommerce-button.pay span, button.button.discount-submit span, a.button.btn-red span, a.button#place_order span, a.button.resubscribe span, a.button.subscription_renewal_early span, a.button.woocommerce-button.view span, a.button.woocommerce-button.pay span, a.button.discount-submit span {
  color: #ffffff;
}
button.btn.btn-red:not(:disabled, .disabled):before, button.btn#place_order:not(:disabled, .disabled):before, button.btn.resubscribe:not(:disabled, .disabled):before, button.btn.subscription_renewal_early:not(:disabled, .disabled):before, button.btn.woocommerce-button.view:not(:disabled, .disabled):before, button.btn.woocommerce-button.pay:not(:disabled, .disabled):before, button.btn.discount-submit:not(:disabled, .disabled):before, a.btn.btn-red:not(:disabled, .disabled):before, a.btn#place_order:not(:disabled, .disabled):before, a.btn.resubscribe:not(:disabled, .disabled):before, a.btn.subscription_renewal_early:not(:disabled, .disabled):before, a.btn.woocommerce-button.view:not(:disabled, .disabled):before, a.btn.woocommerce-button.pay:not(:disabled, .disabled):before, a.btn.discount-submit:not(:disabled, .disabled):before, span.btn.btn-red:not(:disabled, .disabled):before, span.btn#place_order:not(:disabled, .disabled):before, span.btn.resubscribe:not(:disabled, .disabled):before, span.btn.subscription_renewal_early:not(:disabled, .disabled):before, span.btn.woocommerce-button.view:not(:disabled, .disabled):before, span.btn.woocommerce-button.pay:not(:disabled, .disabled):before, span.btn.discount-submit:not(:disabled, .disabled):before, button.button.btn-red:not(:disabled, .disabled):before, button.button#place_order:not(:disabled, .disabled):before, button.button.resubscribe:not(:disabled, .disabled):before, button.button.subscription_renewal_early:not(:disabled, .disabled):before, button.button.woocommerce-button.view:not(:disabled, .disabled):before, button.button.woocommerce-button.pay:not(:disabled, .disabled):before, button.button.discount-submit:not(:disabled, .disabled):before, a.button.btn-red:not(:disabled, .disabled):before, a.button#place_order:not(:disabled, .disabled):before, a.button.resubscribe:not(:disabled, .disabled):before, a.button.subscription_renewal_early:not(:disabled, .disabled):before, a.button.woocommerce-button.view:not(:disabled, .disabled):before, a.button.woocommerce-button.pay:not(:disabled, .disabled):before, a.button.discount-submit:not(:disabled, .disabled):before {
  background-color: #EB0048;
}
button.btn.btn-red:not(:disabled, .disabled):hover, button.btn.btn-red:not(:disabled, .disabled):focus-visible, button.btn#place_order:not(:disabled, .disabled):hover, button.btn#place_order:not(:disabled, .disabled):focus-visible, button.btn.resubscribe:not(:disabled, .disabled):hover, button.btn.resubscribe:not(:disabled, .disabled):focus-visible, button.btn.subscription_renewal_early:not(:disabled, .disabled):hover, button.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible, button.btn.woocommerce-button.view:not(:disabled, .disabled):hover, button.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible, button.btn.woocommerce-button.pay:not(:disabled, .disabled):hover, button.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible, button.btn.discount-submit:not(:disabled, .disabled):hover, button.btn.discount-submit:not(:disabled, .disabled):focus-visible, a.btn.btn-red:not(:disabled, .disabled):hover, a.btn.btn-red:not(:disabled, .disabled):focus-visible, a.btn#place_order:not(:disabled, .disabled):hover, a.btn#place_order:not(:disabled, .disabled):focus-visible, a.btn.resubscribe:not(:disabled, .disabled):hover, a.btn.resubscribe:not(:disabled, .disabled):focus-visible, a.btn.subscription_renewal_early:not(:disabled, .disabled):hover, a.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible, a.btn.woocommerce-button.view:not(:disabled, .disabled):hover, a.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible, a.btn.woocommerce-button.pay:not(:disabled, .disabled):hover, a.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible, a.btn.discount-submit:not(:disabled, .disabled):hover, a.btn.discount-submit:not(:disabled, .disabled):focus-visible, span.btn.btn-red:not(:disabled, .disabled):hover, span.btn.btn-red:not(:disabled, .disabled):focus-visible, span.btn#place_order:not(:disabled, .disabled):hover, span.btn#place_order:not(:disabled, .disabled):focus-visible, span.btn.resubscribe:not(:disabled, .disabled):hover, span.btn.resubscribe:not(:disabled, .disabled):focus-visible, span.btn.subscription_renewal_early:not(:disabled, .disabled):hover, span.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible, span.btn.woocommerce-button.view:not(:disabled, .disabled):hover, span.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible, span.btn.woocommerce-button.pay:not(:disabled, .disabled):hover, span.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible, span.btn.discount-submit:not(:disabled, .disabled):hover, span.btn.discount-submit:not(:disabled, .disabled):focus-visible, button.button.btn-red:not(:disabled, .disabled):hover, button.button.btn-red:not(:disabled, .disabled):focus-visible, button.button#place_order:not(:disabled, .disabled):hover, button.button#place_order:not(:disabled, .disabled):focus-visible, button.button.resubscribe:not(:disabled, .disabled):hover, button.button.resubscribe:not(:disabled, .disabled):focus-visible, button.button.subscription_renewal_early:not(:disabled, .disabled):hover, button.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible, button.button.woocommerce-button.view:not(:disabled, .disabled):hover, button.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible, button.button.woocommerce-button.pay:not(:disabled, .disabled):hover, button.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible, button.button.discount-submit:not(:disabled, .disabled):hover, button.button.discount-submit:not(:disabled, .disabled):focus-visible, a.button.btn-red:not(:disabled, .disabled):hover, a.button.btn-red:not(:disabled, .disabled):focus-visible, a.button#place_order:not(:disabled, .disabled):hover, a.button#place_order:not(:disabled, .disabled):focus-visible, a.button.resubscribe:not(:disabled, .disabled):hover, a.button.resubscribe:not(:disabled, .disabled):focus-visible, a.button.subscription_renewal_early:not(:disabled, .disabled):hover, a.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible, a.button.woocommerce-button.view:not(:disabled, .disabled):hover, a.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible, a.button.woocommerce-button.pay:not(:disabled, .disabled):hover, a.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible, a.button.discount-submit:not(:disabled, .disabled):hover, a.button.discount-submit:not(:disabled, .disabled):focus-visible {
  background-color: #d20040 !important;
  border-color: #d20040 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
button.btn.btn-red:not(:disabled, .disabled):hover span, button.btn.btn-red:not(:disabled, .disabled):focus-visible span, button.btn#place_order:not(:disabled, .disabled):hover span, button.btn#place_order:not(:disabled, .disabled):focus-visible span, button.btn.resubscribe:not(:disabled, .disabled):hover span, button.btn.resubscribe:not(:disabled, .disabled):focus-visible span, button.btn.subscription_renewal_early:not(:disabled, .disabled):hover span, button.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible span, button.btn.woocommerce-button.view:not(:disabled, .disabled):hover span, button.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible span, button.btn.woocommerce-button.pay:not(:disabled, .disabled):hover span, button.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible span, button.btn.discount-submit:not(:disabled, .disabled):hover span, button.btn.discount-submit:not(:disabled, .disabled):focus-visible span, a.btn.btn-red:not(:disabled, .disabled):hover span, a.btn.btn-red:not(:disabled, .disabled):focus-visible span, a.btn#place_order:not(:disabled, .disabled):hover span, a.btn#place_order:not(:disabled, .disabled):focus-visible span, a.btn.resubscribe:not(:disabled, .disabled):hover span, a.btn.resubscribe:not(:disabled, .disabled):focus-visible span, a.btn.subscription_renewal_early:not(:disabled, .disabled):hover span, a.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible span, a.btn.woocommerce-button.view:not(:disabled, .disabled):hover span, a.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible span, a.btn.woocommerce-button.pay:not(:disabled, .disabled):hover span, a.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible span, a.btn.discount-submit:not(:disabled, .disabled):hover span, a.btn.discount-submit:not(:disabled, .disabled):focus-visible span, span.btn.btn-red:not(:disabled, .disabled):hover span, span.btn.btn-red:not(:disabled, .disabled):focus-visible span, span.btn#place_order:not(:disabled, .disabled):hover span, span.btn#place_order:not(:disabled, .disabled):focus-visible span, span.btn.resubscribe:not(:disabled, .disabled):hover span, span.btn.resubscribe:not(:disabled, .disabled):focus-visible span, span.btn.subscription_renewal_early:not(:disabled, .disabled):hover span, span.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible span, span.btn.woocommerce-button.view:not(:disabled, .disabled):hover span, span.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible span, span.btn.woocommerce-button.pay:not(:disabled, .disabled):hover span, span.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible span, span.btn.discount-submit:not(:disabled, .disabled):hover span, span.btn.discount-submit:not(:disabled, .disabled):focus-visible span, button.button.btn-red:not(:disabled, .disabled):hover span, button.button.btn-red:not(:disabled, .disabled):focus-visible span, button.button#place_order:not(:disabled, .disabled):hover span, button.button#place_order:not(:disabled, .disabled):focus-visible span, button.button.resubscribe:not(:disabled, .disabled):hover span, button.button.resubscribe:not(:disabled, .disabled):focus-visible span, button.button.subscription_renewal_early:not(:disabled, .disabled):hover span, button.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible span, button.button.woocommerce-button.view:not(:disabled, .disabled):hover span, button.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible span, button.button.woocommerce-button.pay:not(:disabled, .disabled):hover span, button.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible span, button.button.discount-submit:not(:disabled, .disabled):hover span, button.button.discount-submit:not(:disabled, .disabled):focus-visible span, a.button.btn-red:not(:disabled, .disabled):hover span, a.button.btn-red:not(:disabled, .disabled):focus-visible span, a.button#place_order:not(:disabled, .disabled):hover span, a.button#place_order:not(:disabled, .disabled):focus-visible span, a.button.resubscribe:not(:disabled, .disabled):hover span, a.button.resubscribe:not(:disabled, .disabled):focus-visible span, a.button.subscription_renewal_early:not(:disabled, .disabled):hover span, a.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible span, a.button.woocommerce-button.view:not(:disabled, .disabled):hover span, a.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible span, a.button.woocommerce-button.pay:not(:disabled, .disabled):hover span, a.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible span, a.button.discount-submit:not(:disabled, .disabled):hover span, a.button.discount-submit:not(:disabled, .disabled):focus-visible span {
  color: #ffffff !important;
  text-decoration: none !important;
}
button.btn.btn-red:not(:disabled, .disabled):hover:before, button.btn.btn-red:not(:disabled, .disabled):focus-visible:before, button.btn#place_order:not(:disabled, .disabled):hover:before, button.btn#place_order:not(:disabled, .disabled):focus-visible:before, button.btn.resubscribe:not(:disabled, .disabled):hover:before, button.btn.resubscribe:not(:disabled, .disabled):focus-visible:before, button.btn.subscription_renewal_early:not(:disabled, .disabled):hover:before, button.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible:before, button.btn.woocommerce-button.view:not(:disabled, .disabled):hover:before, button.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible:before, button.btn.woocommerce-button.pay:not(:disabled, .disabled):hover:before, button.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible:before, button.btn.discount-submit:not(:disabled, .disabled):hover:before, button.btn.discount-submit:not(:disabled, .disabled):focus-visible:before, a.btn.btn-red:not(:disabled, .disabled):hover:before, a.btn.btn-red:not(:disabled, .disabled):focus-visible:before, a.btn#place_order:not(:disabled, .disabled):hover:before, a.btn#place_order:not(:disabled, .disabled):focus-visible:before, a.btn.resubscribe:not(:disabled, .disabled):hover:before, a.btn.resubscribe:not(:disabled, .disabled):focus-visible:before, a.btn.subscription_renewal_early:not(:disabled, .disabled):hover:before, a.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible:before, a.btn.woocommerce-button.view:not(:disabled, .disabled):hover:before, a.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible:before, a.btn.woocommerce-button.pay:not(:disabled, .disabled):hover:before, a.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible:before, a.btn.discount-submit:not(:disabled, .disabled):hover:before, a.btn.discount-submit:not(:disabled, .disabled):focus-visible:before, span.btn.btn-red:not(:disabled, .disabled):hover:before, span.btn.btn-red:not(:disabled, .disabled):focus-visible:before, span.btn#place_order:not(:disabled, .disabled):hover:before, span.btn#place_order:not(:disabled, .disabled):focus-visible:before, span.btn.resubscribe:not(:disabled, .disabled):hover:before, span.btn.resubscribe:not(:disabled, .disabled):focus-visible:before, span.btn.subscription_renewal_early:not(:disabled, .disabled):hover:before, span.btn.subscription_renewal_early:not(:disabled, .disabled):focus-visible:before, span.btn.woocommerce-button.view:not(:disabled, .disabled):hover:before, span.btn.woocommerce-button.view:not(:disabled, .disabled):focus-visible:before, span.btn.woocommerce-button.pay:not(:disabled, .disabled):hover:before, span.btn.woocommerce-button.pay:not(:disabled, .disabled):focus-visible:before, span.btn.discount-submit:not(:disabled, .disabled):hover:before, span.btn.discount-submit:not(:disabled, .disabled):focus-visible:before, button.button.btn-red:not(:disabled, .disabled):hover:before, button.button.btn-red:not(:disabled, .disabled):focus-visible:before, button.button#place_order:not(:disabled, .disabled):hover:before, button.button#place_order:not(:disabled, .disabled):focus-visible:before, button.button.resubscribe:not(:disabled, .disabled):hover:before, button.button.resubscribe:not(:disabled, .disabled):focus-visible:before, button.button.subscription_renewal_early:not(:disabled, .disabled):hover:before, button.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible:before, button.button.woocommerce-button.view:not(:disabled, .disabled):hover:before, button.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible:before, button.button.woocommerce-button.pay:not(:disabled, .disabled):hover:before, button.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible:before, button.button.discount-submit:not(:disabled, .disabled):hover:before, button.button.discount-submit:not(:disabled, .disabled):focus-visible:before, a.button.btn-red:not(:disabled, .disabled):hover:before, a.button.btn-red:not(:disabled, .disabled):focus-visible:before, a.button#place_order:not(:disabled, .disabled):hover:before, a.button#place_order:not(:disabled, .disabled):focus-visible:before, a.button.resubscribe:not(:disabled, .disabled):hover:before, a.button.resubscribe:not(:disabled, .disabled):focus-visible:before, a.button.subscription_renewal_early:not(:disabled, .disabled):hover:before, a.button.subscription_renewal_early:not(:disabled, .disabled):focus-visible:before, a.button.woocommerce-button.view:not(:disabled, .disabled):hover:before, a.button.woocommerce-button.view:not(:disabled, .disabled):focus-visible:before, a.button.woocommerce-button.pay:not(:disabled, .disabled):hover:before, a.button.woocommerce-button.pay:not(:disabled, .disabled):focus-visible:before, a.button.discount-submit:not(:disabled, .disabled):hover:before, a.button.discount-submit:not(:disabled, .disabled):focus-visible:before {
  background-color: #d20040;
}
button.btn.btn-outline, button.btn.wc-backward, button.btn.cancel, button.btn.change_address, button.btn.woocommerce-button--next, button.btn.woocommerce-button--previous, button.btn[value="Reset password"], button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods, button.btn[name=verify], button.btn.change_payment_method, button.btn.reactivate, button.btn[value=Save], a.btn.btn-outline, a.btn.wc-backward, a.btn.cancel, a.btn.change_address, a.btn.woocommerce-button--next, a.btn.woocommerce-button--previous, a.btn[value="Reset password"], a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods, a.btn[name=verify], a.btn.change_payment_method, a.btn.reactivate, a.btn[value=Save], span.btn.btn-outline, span.btn.wc-backward, span.btn.cancel, span.btn.change_address, span.btn.woocommerce-button--next, span.btn.woocommerce-button--previous, span.btn[value="Reset password"], span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods, span.btn[name=verify], span.btn.change_payment_method, span.btn.reactivate, span.btn[value=Save], button.button.btn-outline, button.button.wc-backward, button.button.cancel, button.button.change_address, button.button.woocommerce-button--next, button.button.woocommerce-button--previous, button.button[value="Reset password"], button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods, button.button[name=verify], button.button.change_payment_method, button.button.reactivate, button.button[value=Save], a.button.btn-outline, a.button.wc-backward, a.button.cancel, a.button.change_address, a.button.woocommerce-button--next, a.button.woocommerce-button--previous, a.button[value="Reset password"], a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods, a.button[name=verify], a.button.change_payment_method, a.button.reactivate, a.button[value=Save] {
  border: 1px solid #2D393E;
  color: #2D393E !important;
}
button.btn.btn-outline:before, button.btn.wc-backward:before, button.btn.cancel:before, button.btn.change_address:before, button.btn.woocommerce-button--next:before, button.btn.woocommerce-button--previous:before, button.btn[value="Reset password"]:before, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:before, button.btn[name=verify]:before, button.btn.change_payment_method:before, button.btn.reactivate:before, button.btn[value=Save]:before, a.btn.btn-outline:before, a.btn.wc-backward:before, a.btn.cancel:before, a.btn.change_address:before, a.btn.woocommerce-button--next:before, a.btn.woocommerce-button--previous:before, a.btn[value="Reset password"]:before, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:before, a.btn[name=verify]:before, a.btn.change_payment_method:before, a.btn.reactivate:before, a.btn[value=Save]:before, span.btn.btn-outline:before, span.btn.wc-backward:before, span.btn.cancel:before, span.btn.change_address:before, span.btn.woocommerce-button--next:before, span.btn.woocommerce-button--previous:before, span.btn[value="Reset password"]:before, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:before, span.btn[name=verify]:before, span.btn.change_payment_method:before, span.btn.reactivate:before, span.btn[value=Save]:before, button.button.btn-outline:before, button.button.wc-backward:before, button.button.cancel:before, button.button.change_address:before, button.button.woocommerce-button--next:before, button.button.woocommerce-button--previous:before, button.button[value="Reset password"]:before, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:before, button.button[name=verify]:before, button.button.change_payment_method:before, button.button.reactivate:before, button.button[value=Save]:before, a.button.btn-outline:before, a.button.wc-backward:before, a.button.cancel:before, a.button.change_address:before, a.button.woocommerce-button--next:before, a.button.woocommerce-button--previous:before, a.button[value="Reset password"]:before, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:before, a.button[name=verify]:before, a.button.change_payment_method:before, a.button.reactivate:before, a.button[value=Save]:before {
  background-color: transparent;
}
button.btn.btn-outline:hover, button.btn.btn-outline:focus-visible, button.btn.wc-backward:hover, button.btn.wc-backward:focus-visible, button.btn.cancel:hover, button.btn.cancel:focus-visible, button.btn.change_address:hover, button.btn.change_address:focus-visible, button.btn.woocommerce-button--next:hover, button.btn.woocommerce-button--next:focus-visible, button.btn.woocommerce-button--previous:hover, button.btn.woocommerce-button--previous:focus-visible, button.btn[value="Reset password"]:hover, button.btn[value="Reset password"]:focus-visible, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible, button.btn[name=verify]:hover, button.btn[name=verify]:focus-visible, button.btn.change_payment_method:hover, button.btn.change_payment_method:focus-visible, button.btn.reactivate:hover, button.btn.reactivate:focus-visible, button.btn[value=Save]:hover, button.btn[value=Save]:focus-visible, a.btn.btn-outline:hover, a.btn.btn-outline:focus-visible, a.btn.wc-backward:hover, a.btn.wc-backward:focus-visible, a.btn.cancel:hover, a.btn.cancel:focus-visible, a.btn.change_address:hover, a.btn.change_address:focus-visible, a.btn.woocommerce-button--next:hover, a.btn.woocommerce-button--next:focus-visible, a.btn.woocommerce-button--previous:hover, a.btn.woocommerce-button--previous:focus-visible, a.btn[value="Reset password"]:hover, a.btn[value="Reset password"]:focus-visible, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible, a.btn[name=verify]:hover, a.btn[name=verify]:focus-visible, a.btn.change_payment_method:hover, a.btn.change_payment_method:focus-visible, a.btn.reactivate:hover, a.btn.reactivate:focus-visible, a.btn[value=Save]:hover, a.btn[value=Save]:focus-visible, span.btn.btn-outline:hover, span.btn.btn-outline:focus-visible, span.btn.wc-backward:hover, span.btn.wc-backward:focus-visible, span.btn.cancel:hover, span.btn.cancel:focus-visible, span.btn.change_address:hover, span.btn.change_address:focus-visible, span.btn.woocommerce-button--next:hover, span.btn.woocommerce-button--next:focus-visible, span.btn.woocommerce-button--previous:hover, span.btn.woocommerce-button--previous:focus-visible, span.btn[value="Reset password"]:hover, span.btn[value="Reset password"]:focus-visible, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible, span.btn[name=verify]:hover, span.btn[name=verify]:focus-visible, span.btn.change_payment_method:hover, span.btn.change_payment_method:focus-visible, span.btn.reactivate:hover, span.btn.reactivate:focus-visible, span.btn[value=Save]:hover, span.btn[value=Save]:focus-visible, button.button.btn-outline:hover, button.button.btn-outline:focus-visible, button.button.wc-backward:hover, button.button.wc-backward:focus-visible, button.button.cancel:hover, button.button.cancel:focus-visible, button.button.change_address:hover, button.button.change_address:focus-visible, button.button.woocommerce-button--next:hover, button.button.woocommerce-button--next:focus-visible, button.button.woocommerce-button--previous:hover, button.button.woocommerce-button--previous:focus-visible, button.button[value="Reset password"]:hover, button.button[value="Reset password"]:focus-visible, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible, button.button[name=verify]:hover, button.button[name=verify]:focus-visible, button.button.change_payment_method:hover, button.button.change_payment_method:focus-visible, button.button.reactivate:hover, button.button.reactivate:focus-visible, button.button[value=Save]:hover, button.button[value=Save]:focus-visible, a.button.btn-outline:hover, a.button.btn-outline:focus-visible, a.button.wc-backward:hover, a.button.wc-backward:focus-visible, a.button.cancel:hover, a.button.cancel:focus-visible, a.button.change_address:hover, a.button.change_address:focus-visible, a.button.woocommerce-button--next:hover, a.button.woocommerce-button--next:focus-visible, a.button.woocommerce-button--previous:hover, a.button.woocommerce-button--previous:focus-visible, a.button[value="Reset password"]:hover, a.button[value="Reset password"]:focus-visible, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible, a.button[name=verify]:hover, a.button[name=verify]:focus-visible, a.button.change_payment_method:hover, a.button.change_payment_method:focus-visible, a.button.reactivate:hover, a.button.reactivate:focus-visible, a.button[value=Save]:hover, a.button[value=Save]:focus-visible {
  background-color: #2D393E !important;
  color: #ffffff !important;
}
button.btn.btn-outline:hover span, button.btn.btn-outline:focus-visible span, button.btn.wc-backward:hover span, button.btn.wc-backward:focus-visible span, button.btn.cancel:hover span, button.btn.cancel:focus-visible span, button.btn.change_address:hover span, button.btn.change_address:focus-visible span, button.btn.woocommerce-button--next:hover span, button.btn.woocommerce-button--next:focus-visible span, button.btn.woocommerce-button--previous:hover span, button.btn.woocommerce-button--previous:focus-visible span, button.btn[value="Reset password"]:hover span, button.btn[value="Reset password"]:focus-visible span, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover span, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible span, button.btn[name=verify]:hover span, button.btn[name=verify]:focus-visible span, button.btn.change_payment_method:hover span, button.btn.change_payment_method:focus-visible span, button.btn.reactivate:hover span, button.btn.reactivate:focus-visible span, button.btn[value=Save]:hover span, button.btn[value=Save]:focus-visible span, a.btn.btn-outline:hover span, a.btn.btn-outline:focus-visible span, a.btn.wc-backward:hover span, a.btn.wc-backward:focus-visible span, a.btn.cancel:hover span, a.btn.cancel:focus-visible span, a.btn.change_address:hover span, a.btn.change_address:focus-visible span, a.btn.woocommerce-button--next:hover span, a.btn.woocommerce-button--next:focus-visible span, a.btn.woocommerce-button--previous:hover span, a.btn.woocommerce-button--previous:focus-visible span, a.btn[value="Reset password"]:hover span, a.btn[value="Reset password"]:focus-visible span, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover span, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible span, a.btn[name=verify]:hover span, a.btn[name=verify]:focus-visible span, a.btn.change_payment_method:hover span, a.btn.change_payment_method:focus-visible span, a.btn.reactivate:hover span, a.btn.reactivate:focus-visible span, a.btn[value=Save]:hover span, a.btn[value=Save]:focus-visible span, span.btn.btn-outline:hover span, span.btn.btn-outline:focus-visible span, span.btn.wc-backward:hover span, span.btn.wc-backward:focus-visible span, span.btn.cancel:hover span, span.btn.cancel:focus-visible span, span.btn.change_address:hover span, span.btn.change_address:focus-visible span, span.btn.woocommerce-button--next:hover span, span.btn.woocommerce-button--next:focus-visible span, span.btn.woocommerce-button--previous:hover span, span.btn.woocommerce-button--previous:focus-visible span, span.btn[value="Reset password"]:hover span, span.btn[value="Reset password"]:focus-visible span, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover span, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible span, span.btn[name=verify]:hover span, span.btn[name=verify]:focus-visible span, span.btn.change_payment_method:hover span, span.btn.change_payment_method:focus-visible span, span.btn.reactivate:hover span, span.btn.reactivate:focus-visible span, span.btn[value=Save]:hover span, span.btn[value=Save]:focus-visible span, button.button.btn-outline:hover span, button.button.btn-outline:focus-visible span, button.button.wc-backward:hover span, button.button.wc-backward:focus-visible span, button.button.cancel:hover span, button.button.cancel:focus-visible span, button.button.change_address:hover span, button.button.change_address:focus-visible span, button.button.woocommerce-button--next:hover span, button.button.woocommerce-button--next:focus-visible span, button.button.woocommerce-button--previous:hover span, button.button.woocommerce-button--previous:focus-visible span, button.button[value="Reset password"]:hover span, button.button[value="Reset password"]:focus-visible span, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover span, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible span, button.button[name=verify]:hover span, button.button[name=verify]:focus-visible span, button.button.change_payment_method:hover span, button.button.change_payment_method:focus-visible span, button.button.reactivate:hover span, button.button.reactivate:focus-visible span, button.button[value=Save]:hover span, button.button[value=Save]:focus-visible span, a.button.btn-outline:hover span, a.button.btn-outline:focus-visible span, a.button.wc-backward:hover span, a.button.wc-backward:focus-visible span, a.button.cancel:hover span, a.button.cancel:focus-visible span, a.button.change_address:hover span, a.button.change_address:focus-visible span, a.button.woocommerce-button--next:hover span, a.button.woocommerce-button--next:focus-visible span, a.button.woocommerce-button--previous:hover span, a.button.woocommerce-button--previous:focus-visible span, a.button[value="Reset password"]:hover span, a.button[value="Reset password"]:focus-visible span, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover span, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible span, a.button[name=verify]:hover span, a.button[name=verify]:focus-visible span, a.button.change_payment_method:hover span, a.button.change_payment_method:focus-visible span, a.button.reactivate:hover span, a.button.reactivate:focus-visible span, a.button[value=Save]:hover span, a.button[value=Save]:focus-visible span {
  color: #ffffff !important;
}
button.btn.btn-outline:hover:before, button.btn.btn-outline:focus-visible:before, button.btn.wc-backward:hover:before, button.btn.wc-backward:focus-visible:before, button.btn.cancel:hover:before, button.btn.cancel:focus-visible:before, button.btn.change_address:hover:before, button.btn.change_address:focus-visible:before, button.btn.woocommerce-button--next:hover:before, button.btn.woocommerce-button--next:focus-visible:before, button.btn.woocommerce-button--previous:hover:before, button.btn.woocommerce-button--previous:focus-visible:before, button.btn[value="Reset password"]:hover:before, button.btn[value="Reset password"]:focus-visible:before, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:before, button.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible:before, button.btn[name=verify]:hover:before, button.btn[name=verify]:focus-visible:before, button.btn.change_payment_method:hover:before, button.btn.change_payment_method:focus-visible:before, button.btn.reactivate:hover:before, button.btn.reactivate:focus-visible:before, button.btn[value=Save]:hover:before, button.btn[value=Save]:focus-visible:before, a.btn.btn-outline:hover:before, a.btn.btn-outline:focus-visible:before, a.btn.wc-backward:hover:before, a.btn.wc-backward:focus-visible:before, a.btn.cancel:hover:before, a.btn.cancel:focus-visible:before, a.btn.change_address:hover:before, a.btn.change_address:focus-visible:before, a.btn.woocommerce-button--next:hover:before, a.btn.woocommerce-button--next:focus-visible:before, a.btn.woocommerce-button--previous:hover:before, a.btn.woocommerce-button--previous:focus-visible:before, a.btn[value="Reset password"]:hover:before, a.btn[value="Reset password"]:focus-visible:before, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:before, a.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible:before, a.btn[name=verify]:hover:before, a.btn[name=verify]:focus-visible:before, a.btn.change_payment_method:hover:before, a.btn.change_payment_method:focus-visible:before, a.btn.reactivate:hover:before, a.btn.reactivate:focus-visible:before, a.btn[value=Save]:hover:before, a.btn[value=Save]:focus-visible:before, span.btn.btn-outline:hover:before, span.btn.btn-outline:focus-visible:before, span.btn.wc-backward:hover:before, span.btn.wc-backward:focus-visible:before, span.btn.cancel:hover:before, span.btn.cancel:focus-visible:before, span.btn.change_address:hover:before, span.btn.change_address:focus-visible:before, span.btn.woocommerce-button--next:hover:before, span.btn.woocommerce-button--next:focus-visible:before, span.btn.woocommerce-button--previous:hover:before, span.btn.woocommerce-button--previous:focus-visible:before, span.btn[value="Reset password"]:hover:before, span.btn[value="Reset password"]:focus-visible:before, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:before, span.btn.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible:before, span.btn[name=verify]:hover:before, span.btn[name=verify]:focus-visible:before, span.btn.change_payment_method:hover:before, span.btn.change_payment_method:focus-visible:before, span.btn.reactivate:hover:before, span.btn.reactivate:focus-visible:before, span.btn[value=Save]:hover:before, span.btn[value=Save]:focus-visible:before, button.button.btn-outline:hover:before, button.button.btn-outline:focus-visible:before, button.button.wc-backward:hover:before, button.button.wc-backward:focus-visible:before, button.button.cancel:hover:before, button.button.cancel:focus-visible:before, button.button.change_address:hover:before, button.button.change_address:focus-visible:before, button.button.woocommerce-button--next:hover:before, button.button.woocommerce-button--next:focus-visible:before, button.button.woocommerce-button--previous:hover:before, button.button.woocommerce-button--previous:focus-visible:before, button.button[value="Reset password"]:hover:before, button.button[value="Reset password"]:focus-visible:before, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:before, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible:before, button.button[name=verify]:hover:before, button.button[name=verify]:focus-visible:before, button.button.change_payment_method:hover:before, button.button.change_payment_method:focus-visible:before, button.button.reactivate:hover:before, button.button.reactivate:focus-visible:before, button.button[value=Save]:hover:before, button.button[value=Save]:focus-visible:before, a.button.btn-outline:hover:before, a.button.btn-outline:focus-visible:before, a.button.wc-backward:hover:before, a.button.wc-backward:focus-visible:before, a.button.cancel:hover:before, a.button.cancel:focus-visible:before, a.button.change_address:hover:before, a.button.change_address:focus-visible:before, a.button.woocommerce-button--next:hover:before, a.button.woocommerce-button--next:focus-visible:before, a.button.woocommerce-button--previous:hover:before, a.button.woocommerce-button--previous:focus-visible:before, a.button[value="Reset password"]:hover:before, a.button[value="Reset password"]:focus-visible:before, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover:before, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:focus-visible:before, a.button[name=verify]:hover:before, a.button[name=verify]:focus-visible:before, a.button.change_payment_method:hover:before, a.button.change_payment_method:focus-visible:before, a.button.reactivate:hover:before, a.button.reactivate:focus-visible:before, a.button[value=Save]:hover:before, a.button[value=Save]:focus-visible:before {
  background-color: #2D393E;
}
button.btn:disabled, button.btn.disabled, a.btn:disabled, a.btn.disabled, span.btn:disabled, span.btn.disabled, button.button:disabled, button.button.disabled, a.button:disabled, a.button.disabled {
  background-color: #BAC4C6 !important;
  color: #ffffff !important;
  border: 1px solid #BAC4C6 !important;
  opacity: 1;
  pointer-events: none;
}
button.btn:disabled span, button.btn.disabled span, a.btn:disabled span, a.btn.disabled span, span.btn:disabled span, span.btn.disabled span, button.button:disabled span, button.button.disabled span, a.button:disabled span, a.button.disabled span {
  color: #ffffff !important;
}
button.btn:disabled:before, button.btn.disabled:before, a.btn:disabled:before, a.btn.disabled:before, span.btn:disabled:before, span.btn.disabled:before, button.button:disabled:before, button.button.disabled:before, a.button:disabled:before, a.button.disabled:before {
  background-color: #BAC4C6 !important;
}

a.button.cancel, a.button.change_address, a.button.wc-backward, a.button.resubscribem a.button.subscription_renewal_early, a.button.woocommerce-button--next, a.button.woocommerce-button--previous, a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods, a.button[name=verify], a.button.change_payment_method, a.button.reactivate, a.button[value=Save], button.button.cancel, button.button.change_address, button.button.wc-backward, a.button.resubscribem button.button.subscription_renewal_early, button.button.woocommerce-button--next, button.button.woocommerce-button--previous, button.button.sv-wc-payment-gateway-payment-form-manage-payment-methods, button.button[name=verify], button.button.change_payment_method, button.button.reactivate, button.button[value=Save], button.button.resubscribem a.button.subscription_renewal_early, button.button.resubscribem button.button.subscription_renewal_early {
  font-size: 13px !important;
  line-height: 16px !important;
  text-decoration: none !important;
}

.wpcf7-submit, input[type=submit] {
  display: inline-block;
  padding: 14px 21px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  border-radius: 23px;
  letter-spacing: 0;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  background-color: #EB0048 !important;
  border: 1px solid #EB0048;
  color: #ffffff !important;
}
.wpcf7-submit:focus-visible, input[type=submit]:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
.wpcf7-submit:before, input[type=submit]:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
}
.wpcf7-submit:hover:before, .wpcf7-submit:focus-visible:before, input[type=submit]:hover:before, input[type=submit]:focus-visible:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.wpcf7-submit:hover, .wpcf7-submit:focus-visible, input[type=submit]:hover, input[type=submit]:focus-visible {
  background-color: #d20040 !important;
  color: #ffffff !important;
}

.wysiwyg {
  width: 100%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #2D393E;
}
.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
  padding-top: 1.5rem;
}
.wysiwyg p, .wysiwyg li, .wysiwyg span, .wysiwyg p a:not(.btn), .wysiwyg li a:not(.btn), .wysiwyg table, .wysiwyg tr, .wysiwyg td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #2D393E;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.wysiwyg p {
  margin-bottom: 1em;
  color: #2D393E;
}
.wysiwyg p a:not(.btn):not(.button) {
  text-decoration: underline;
}
.wysiwyg p a:not(.btn):not(.button):hover, .wysiwyg p a:not(.btn):not(.button):focus-visible {
  color: #EB0048;
}
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1em;
  padding-left: 18px;
}
.wysiwyg ul > p, .wysiwyg ol > p {
  padding-left: 1.5em;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 1em;
}
.wysiwyg ul li a, .wysiwyg ol li a {
  text-decoration: underline;
}
.wysiwyg ul li a:hover, .wysiwyg ul li a:focus-visible, .wysiwyg ol li a:hover, .wysiwyg ol li a:focus-visible {
  color: #EB0048;
}
.wysiwyg ol.roman-upper, .wysiwyg ol.roman-upper li {
  list-style-type: upper-roman;
}
.wysiwyg ol.roman-lower, .wysiwyg ol.roman-lower li {
  list-style-type: lower-roman;
}
.wysiwyg ol.alpha-lower, .wysiwyg ol.alpha-lower li {
  list-style-type: lower-alpha;
}
.wysiwyg ol.alpha-upper, .wysiwyg ol.alpha-upper li {
  list-style-type: upper-alpha;
}
.wysiwyg ol.decimal, .wysiwyg ol.decimal li {
  list-style-type: decimal;
}
.wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child, .wysiwyg h1:last-child, .wysiwyg h2:last-child, .wysiwyg h3:last-child, .wysiwyg h4:last-child, .wysiwyg h5:last-child, .wysiwyg h6:last-child, .wysiwyg li:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg table tbody tr td {
  word-break: keep-all;
  white-space: nowrap;
  border-color: #BAC4C6;
}
.wysiwyg table thead tr td {
  border-color: #BAC4C6;
  color: #2D393E;
  word-break: keep-all;
  white-space: nowrap;
}
.wysiwyg figure, .wysiwyg img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.wysiwyg figure a, .wysiwyg img a {
  display: block;
}
.wysiwyg figure img, .wysiwyg img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wysiwyg figure figcaption, .wysiwyg img figcaption {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.wysiwyg figure:first-child, .wysiwyg img:first-child {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .wysiwyg figure, .wysiwyg img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.wysiwyg p img {
  margin-top: 25px !important;
  margin-bottom: 50px;
}
.wysiwyg p img:first-child {
  margin-top: 25px !important;
}
@media (min-width: 768px) {
  .wysiwyg p img {
    margin-top: 50px !important;
    margin-bottom: 50px;
  }
  .wysiwyg p img:first-child {
    margin-top: 50px !important;
  }
}

.slider-wrapper {
  position: relative;
  width: 100%;
}
.slider-wrapper .slick-slider {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slick-slider .slick-track {
  display: flex !important;
}
.slider-wrapper .slick-slider .slick-slide {
  height: inherit !important;
  overflow: hidden;
}
.slider-wrapper .slick-slider .slick-slide:not(.first) {
  display: none;
}
.slider-wrapper .slick-slider .slick-slide.slick-cloned {
  display: none;
}
.slider-wrapper .slick-slider.slick-initialized .slick-slide {
  display: block !important;
}

.slider-arrow-wrapper {
  position: relative;
}
.slider-arrow-wrapper:after {
  content: "";
  z-index: 1;
  border-top: 1px solid #BAC4C6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
}
.slider-arrow-wrapper .container {
  position: relative;
  z-index: 2;
}
.slider-arrow-wrapper .container .row {
  margin-left: -13px;
}
.slider-arrow-wrapper .arrow-col {
  padding: 0px;
  position: relative;
  z-index: 2;
}
.slider-arrow-wrapper .arrow-col:after {
  content: "";
  z-index: 1;
  background-color: #F0F3F4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
}
.slider-arrow-wrapper .arrow-col .arrow {
  display: block;
  padding: 3px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border-radius: 50%;
}
.slider-arrow-wrapper .arrow-col .arrow .arrow-circle {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 48px;
  height: 48px;
  background-color: #F0F3F4;
  display: block;
  border: 1px solid #2D393E;
  border-radius: 50%;
  text-align: center;
}
.slider-arrow-wrapper .arrow-col .arrow .arrow-circle span {
  font-size: 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: block;
  color: #2D393E;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.slider-arrow-wrapper .arrow-col .arrow:hover .arrow-circle, .slider-arrow-wrapper .arrow-col .arrow:focus-visible .arrow-circle {
  background-color: #2D393E;
  border-color: #2D393E;
}
.slider-arrow-wrapper .arrow-col .arrow:hover .arrow-circle span, .slider-arrow-wrapper .arrow-col .arrow:focus-visible .arrow-circle span {
  color: #ffffff;
}
.slider-arrow-wrapper .arrow-col:first-child {
  padding-left: 10px;
}
.slider-arrow-wrapper .arrow-col:last-child {
  padding-right: 10px;
}

.hr {
  border-top: 1px solid #BAC4C6;
}

img.fancy-hr {
  width: 100%;
  pointer-events: none;
}

.vertical-spacer {
  display: block;
  pointer-events: none;
}

.std-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .std-padding-top {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .std-padding-top {
    padding-top: 90px;
  }
}

.std-padding-bot {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .std-padding-bot {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .std-padding-bot {
    padding-bottom: 90px;
  }
}

.xs-padding-top {
  padding-top: 25px;
}

.xs-padding-bot {
  padding-bottom: 25px;
}

.sm-padding-top {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .sm-padding-top {
    padding-top: 60px;
  }
}

.sm-padding-bot {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .sm-padding-bot {
    padding-bottom: 60px;
  }
}

.lg-padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .lg-padding-top {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .lg-padding-top {
    padding-top: 120px;
  }
}

.lg-padding-bot {
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .lg-padding-bot {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .lg-padding-bot {
    padding-bottom: 120px;
  }
}

.xl-padding-top {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .xl-padding-top {
    padding-top: 125px;
  }
}
@media (min-width: 992px) {
  .xl-padding-top {
    padding-top: 150px;
  }
}
@media (min-width: 1500px) {
  .xl-padding-top {
    padding-top: 180px;
  }
}

.xl-padding-bot {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .xl-padding-bot {
    padding-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .xl-padding-bot {
    padding-bottom: 150px;
  }
}
@media (min-width: 1500px) {
  .xl-padding-bot {
    padding-bottom: 180px;
  }
}

.social-nav {
  margin-left: -13px;
  margin-right: -13px;
}
.social-nav .social-col {
  padding: 0;
}
.social-nav .social-col a {
  display: block;
  padding: 12px;
}
.social-nav .social-col a span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.social-nav .social-col a:hover span, .social-nav .social-col a:focus-visible span {
  color: #2D393E;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 375px) {
  .social-nav .social-col a {
    padding: 12px 10px;
  }
}

.paint-divider {
  position: relative;
  background-color: transparent;
}
.paint-divider .divider-top, .paint-divider .divider-bot {
  position: absolute;
  left: 50%;
  width: 800px;
  height: 22px;
  z-index: 100;
  pointer-events: none;
  display: none;
}
.paint-divider .divider-top svg, .paint-divider .divider-bot svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.paint-divider .divider-top {
  top: 0;
}
.paint-divider .divider-bot {
  bottom: 0;
}
.paint-divider:not(.inverted) .divider-top {
  transform: translate(-50%, -50%);
}
.paint-divider:not(.inverted) .divider-bot {
  transform: translate(-50%, 50%);
}
.paint-divider.inverted .divider-top {
  transform: translate(-50%, -50%) scale(-1, -1);
}
.paint-divider.inverted .divider-bot {
  transform: translate(-50%, 50%) scale(-1, -1);
}
.paint-divider.paint-divider-top {
  margin-top: 11px;
}
.paint-divider.paint-divider-top .divider-top {
  display: block;
}
.paint-divider.paint-divider-bot {
  margin-bottom: 11px;
}
.paint-divider.paint-divider-bot .divider-bot {
  display: block;
}
.paint-divider.off-white svg rect, .paint-divider.off-white svg path {
  fill: #F0F3F4 !important;
}
.paint-divider.steel svg rect, .paint-divider.steel svg path {
  fill: #2D393E !important;
}
.paint-divider.white svg rect, .paint-divider.white svg path {
  fill: #ffffff !important;
}
@media (min-width: 790px) {
  .paint-divider .divider-top, .paint-divider .divider-bot {
    width: 106%;
    height: 0;
    padding-bottom: 2%;
  }
  .paint-divider.paint-divider-top {
    margin-top: 1%;
  }
  .paint-divider.paint-divider-bot {
    margin-bottom: 1%;
  }
}
@media (min-width: 1800px) {
  .paint-divider .divider-top, .paint-divider .divider-bot {
    width: 106%;
    height: 36px;
    padding-bottom: 0;
  }
  .paint-divider.paint-divider-top {
    margin-top: 18px;
  }
  .paint-divider.paint-divider-bot {
    margin-bottom: 18px;
  }
}

.fancy-border {
  display: block;
  width: 100%;
  pointer-events: none;
}

.form-container .form-col .form-heading {
  padding-bottom: 20px;
}
.form-container .form-col .form-heading p {
  max-width: 600px;
  margin-top: 15px;
}
.form-container .graphic-col img {
  width: 100%;
}
@media (min-width: 992px) {
  .form-container .graphic-col {
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .form-container .graphic-col {
    padding-left: 100px;
  }
}

form.wpcf7-form {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
form.wpcf7-form br, form.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
form.wpcf7-form .form-row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
form.wpcf7-form .form-row .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0;
  left: 48%;
  background-color: #A9E0EB;
}
form.wpcf7-form .form-row .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}
form.wpcf7-form .form-row .input-col, form.wpcf7-form .form-row .select-col {
  padding: 10px;
}
form.wpcf7-form .form-row .input-col input, form.wpcf7-form .form-row .input-col select, form.wpcf7-form .form-row .input-col textarea, form.wpcf7-form .form-row .select-col input, form.wpcf7-form .form-row .select-col select, form.wpcf7-form .form-row .select-col textarea {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
form.wpcf7-form .form-row .input-col input:focus-visible, form.wpcf7-form .form-row .input-col select:focus-visible, form.wpcf7-form .form-row .input-col textarea:focus-visible, form.wpcf7-form .form-row .select-col input:focus-visible, form.wpcf7-form .form-row .select-col select:focus-visible, form.wpcf7-form .form-row .select-col textarea:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
form.wpcf7-form .form-row .input-col input::placeholder, form.wpcf7-form .form-row .input-col select::placeholder, form.wpcf7-form .form-row .input-col textarea::placeholder, form.wpcf7-form .form-row .select-col input::placeholder, form.wpcf7-form .form-row .select-col select::placeholder, form.wpcf7-form .form-row .select-col textarea::placeholder {
  color: #89959A;
  opacity: 1;
}
form.wpcf7-form .form-row .input-col input[type=file], form.wpcf7-form .form-row .select-col input[type=file] {
  font-size: 12px;
}
form.wpcf7-form .form-row .input-col select, form.wpcf7-form .form-row .select-col select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
  cursor: pointer;
}
form.wpcf7-form .form-row .input-col option, form.wpcf7-form .form-row .select-col option {
  color: #2D393E;
  opacity: 0.8;
}
form.wpcf7-form .form-row .input-col label, form.wpcf7-form .form-row .select-col label {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
form.wpcf7-form .form-row .input-col .sublabel, form.wpcf7-form .form-row .select-col .sublabel {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 10px;
}
form.wpcf7-form .form-row .submit-col {
  padding: 15px 5px 0px 5px;
  text-align: center;
}
form.wpcf7-form .form-row .submit-col input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
}
form.wpcf7-form .form-row .submit-col input:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
form.wpcf7-form .wpcf7-response-output {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  text-align: center;
  border: none !important;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  color: #2D393E;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute;
  left: 0;
  height: 50px;
  bottom: 0;
}
form.wpcf7-form.invalid .wpcf7-response-output {
  color: #EB0048;
}
.bg-video-wrapper {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  height: 350px;
}
@media (min-width: 768px) {
  .bg-video-wrapper {
    height: 0;
    padding-bottom: 48%;
  }
}
@media (min-width: 1400px) {
  .bg-video-wrapper {
    padding-bottom: 0;
    height: 650px;
  }
}
@media (min-width: 1800px) {
  .bg-video-wrapper {
    padding-bottom: 0;
    height: 800px;
  }
}
.bg-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  background: transparent;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider-media .media-wrapper {
  z-index: 1;
}
.divider-media .media-wrapper:not(.has-overlay) {
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    height: 0;
    padding-bottom: 48%;
  }
}
@media (min-width: 1400px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    padding-bottom: 0;
    height: 650px;
  }
}
@media (min-width: 1800px) {
  .divider-media .media-wrapper:not(.has-overlay) {
    padding-bottom: 0;
    height: 800px;
  }
}
.divider-media .media-wrapper.has-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divider-media .media-wrapper.parallax-window {
  overflow: hidden;
}
.divider-media .media-wrapper.parallax-window .parallax-image, .divider-media .media-wrapper.parallax-window .parallax-video, .divider-media .media-wrapper.parallax-window .parallax-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divider-media .media-wrapper.parallax-window .parallax-image.parallax-js-loaded, .divider-media .media-wrapper.parallax-window .parallax-video.parallax-js-loaded, .divider-media .media-wrapper.parallax-window .parallax-element.parallax-js-loaded {
  top: -55% !important;
  height: 130% !important;
}
.divider-media .overlay-wrapper {
  position: relative;
  z-index: 2;
}
.divider-media .overlay-wrapper .content-row {
  padding-top: 100px;
  padding-bottom: 100px;
  height: auto;
  min-height: 350px;
}
@media (min-width: 768px) {
  .divider-media .overlay-wrapper .content-row {
    padding-top: 125px;
  }
}
@media (min-width: 992px) {
  .divider-media .overlay-wrapper .content-row {
    padding-top: 150px;
  }
}
@media (min-width: 1500px) {
  .divider-media .overlay-wrapper .content-row {
    padding-top: 180px;
  }
}
@media (min-width: 768px) {
  .divider-media .overlay-wrapper .content-row {
    padding-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .divider-media .overlay-wrapper .content-row {
    padding-bottom: 150px;
  }
}
@media (min-width: 1500px) {
  .divider-media .overlay-wrapper .content-row {
    padding-bottom: 180px;
  }
}
@media (min-width: 768px) {
  .divider-media .overlay-wrapper .content-row {
    min-height: 48vw;
  }
}
@media (min-width: 1400px) {
  .divider-media .overlay-wrapper .content-row {
    min-height: 650px;
  }
}
@media (min-width: 1800px) {
  .divider-media .overlay-wrapper .content-row {
    min-height: 800px;
  }
}
.divider-media .overlay-wrapper .overlay-content.align-center p, .divider-media .overlay-wrapper .overlay-content.align-center span, .divider-media .overlay-wrapper .overlay-content.align-center h1, .divider-media .overlay-wrapper .overlay-content.align-center h2, .divider-media .overlay-wrapper .overlay-content.align-center h3, .divider-media .overlay-wrapper .overlay-content.align-center h4, .divider-media .overlay-wrapper .overlay-content.align-center h5 {
  margin-left: auto;
  margin-right: auto;
}
.divider-media .overlay-wrapper .overlay-content p, .divider-media .overlay-wrapper .overlay-content span {
  color: #ffffff;
  max-width: 720px;
}
.divider-media .overlay-wrapper .overlay-content h1, .divider-media .overlay-wrapper .overlay-content h2, .divider-media .overlay-wrapper .overlay-content h3, .divider-media .overlay-wrapper .overlay-content h4, .divider-media .overlay-wrapper .overlay-content h5 {
  max-width: 500px;
  color: #ffffff;
}
.divider-media .overlay-wrapper .overlay-content .btn-wrapper {
  margin-top: 20px;
}
.divider-media .overlay-wrapper .overlay-content .btn-wrapper .btn-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.divider-media .overlay-wrapper .overlay-content .btn-wrapper .btn-outline:hover, .divider-media .overlay-wrapper .overlay-content .btn-wrapper .btn-outline:focus-visible {
  color: #2D393E !important;
  background-color: #ffffff !important;
}
.divider-media .overlay-wrapper.standard-bg {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.divider-media .overlay-wrapper.light-bg {
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.divider-media .overlay-wrapper.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.hero-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .hero-container {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .hero-container {
    padding-top: 90px;
  }
}
.hero-container .hero-main .copy-col {
  padding-bottom: 40px;
}
.hero-container .hero-main .copy-col p {
  margin-top: 15px;
  max-width: 600px;
}
.hero-container .hero-main .copy-col p.descriptor {
  font-weight: 600;
  margin-top: 9px;
}
.hero-container .hero-main .copy-col ul.features {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
}
.hero-container .hero-main .copy-col ul.features li {
  position: relative;
  font-size: 13px;
  padding-left: 27px;
  font-weight: 700;
  margin-top: 5px;
}
.hero-container .hero-main .copy-col ul.features li:before {
  content: "\e919";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #89959A;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
}
.hero-container .hero-main .copy-col .btn-wrapper {
  margin-top: 20px;
}
.hero-container .hero-main .graphic-col .graphic-wrapper {
  position: relative;
}
.hero-container .hero-main .graphic-col .graphic-wrapper img {
  display: block;
  width: 100%;
}
.hero-container .hero-main .graphic-col.boxed {
  padding: 0;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper {
  width: 100%;
  padding-bottom: 62%;
  border-radius: 10px;
  margin-bottom: 40px;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper .bg-img {
  border-radius: 10px;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 80px 20px 20px;
  border: 1px solid #BAC4C6;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  min-height: 80px;
  text-align: left;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link .label, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link .sublabel {
  color: #2D393E;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link .label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700 !important;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link .sublabel {
  font-size: 13px;
  line-height: 18px;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e91a";
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  color: #2D393E;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:hover, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:focus-visible {
  background-color: #2D393E;
  border-color: #2D393E;
}
.hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:hover .label, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:hover .sublabel, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:hover:after, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:focus-visible .label, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:focus-visible .sublabel, .hero-container .hero-main .graphic-col.boxed .graphic-wrapper button.hero-jump-link:focus-visible:after {
  color: #ffffff;
}
.hero-container .hero-main .graphic-col.free {
  padding: 30px 0 0 0;
}
.hero-container .hero-icons {
  padding-top: 15px;
}
.hero-container.hero-fixed_bottom {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  height: 100%;
}
.hero-container.hero-fixed_bottom .hero-main {
  height: 100%;
}
.hero-container.hero-fixed_bottom .hero-main .copy-col {
  padding-bottom: 50px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-bottom: 25px !important;
  }
}
.hero-container.hero-fixed_bottom .hero-main .graphic-col .graphic {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.666667%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.hero-container.hero-none .hero-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576px) {
  .hero-container .hero-main .cta-col {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .hero-container .hero-main .copy-col {
    padding-top: 40px;
  }
  .hero-container .hero-main .cta-col {
    padding-left: 30px;
  }
  .hero-container .hero-main .graphic-col.boxed {
    padding: 0 0 0 50px;
  }
  .hero-container .hero-main .graphic-col.free {
    padding: 0 0 0 30px;
  }
  .hero-container.hero-fixed_bottom .hero-main .copy-col {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-container .hero-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hero-container .hero-main .cta-col {
    padding-left: 50px;
  }
  .hero-container .hero-main .graphic-col.boxed {
    padding: 0 0 0 100px;
  }
  .hero-container .hero-main .graphic-col.free {
    padding: 0 0 0 75px;
  }
}
@media (min-width: 1400px) {
  .hero-container .hero-main .graphic-col.boxed {
    padding: 0 0 0 150px;
  }
}

.cta-boxes {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cta-boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}
.cta-boxes .boxed-cta {
  padding: 10px;
}
.cta-boxes .boxed-cta .cta-wrapper {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  top: 0;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner h4, .cta-boxes .boxed-cta .cta-wrapper .cta-inner h5, .cta-boxes .boxed-cta .cta-wrapper .cta-inner p, .cta-boxes .boxed-cta .cta-wrapper .cta-inner span, .cta-boxes .boxed-cta .cta-wrapper .cta-inner a {
  transition: all 0.25s;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .btn-outline {
  transition: all 0.25s;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .cta-copy {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .cta-copy p {
  padding-top: 10px;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .cta-button {
  display: block;
  width: 100%;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .cta-button span {
  pointer-events: none;
}
.cta-boxes .boxed-cta .cta-wrapper .cta-inner .cta-button span.icon-circle-caret {
  font-size: 45px;
}
.cta-boxes .boxed-cta .cta-wrapper:hover .cta-inner, .cta-boxes .boxed-cta .cta-wrapper:focus-visible .cta-inner {
  margin-top: -10px;
  outline: none !important;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
  top: -10px;
}
.cta-boxes .boxed-cta.standard .cta-wrapper .cta-inner {
  padding: 40px;
}
.cta-boxes .boxed-cta.icon .cta-wrapper .cta-inner {
  padding: 20px;
}
@media (min-width: 1200px) {
  .cta-boxes .boxed-cta.icon .cta-wrapper .cta-inner {
    min-height: 177px;
  }
}
.cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner {
  background-color: #2D393E;
}
.cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner .btn-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner h4, .cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner h5, .cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner p, .cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner span, .cta-boxes .boxed-cta:first-child:not(.all-white) .cta-wrapper .cta-inner a {
  color: #ffffff !important;
}
header {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
}

.main-navigation {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.main-navigation .banner-spacer {
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-bottom: 1px solid #BAC4C6;
}
.main-navigation .banner-wrapper {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #BAC4C6;
}
.main-navigation .banner-wrapper .logo-spacer {
  display: block;
  pointer-events: none;
  opacity: 0;
  width: 120px;
  height: 34px;
}
.main-navigation .banner-wrapper .banner {
  padding-left: 10px;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation .banner-wrapper .banner .banner-text {
  display: block;
  width: 100%;
  text-align: right;
  color: #2D393E;
  position: relative;
  overflow: hidden;
  padding-left: 115px;
}
.main-navigation .banner-wrapper .banner .banner-text .text {
  position: relative;
  text-align: right;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 34px;
  white-space: nowrap;
  display: inline;
  width: auto;
}
.main-navigation .banner-wrapper .banner .banner-text.marquee {
  height: 34px;
  text-align: left;
}
.main-navigation .banner-wrapper .banner .banner-text.marquee .text {
  position: absolute;
  width: auto;
  height: 100%;
  margin: 0;
  text-align: center;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}
@keyframes scroll-left {
  10% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.main-navigation .banner-wrapper .banner a.banner-text {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation .banner-wrapper .banner a.banner-text:hover, .main-navigation .banner-wrapper .banner a.banner-text:focus-visible {
  color: #EB0048;
}
@media (max-width: 575px) {
  .main-navigation .banner-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-navigation .banner-wrapper .banner {
    padding-right: 10px;
    background-color: transparent;
  }
}
.main-navigation .navbar {
  position: relative;
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
}
.main-navigation .navbar .navbar-inner {
  width: 100%;
}
.main-navigation .navbar .navbar-inner .nav-logo {
  position: relative;
  z-index: 2;
}
.main-navigation .navbar .navbar-inner .nav-logo .nav-logo-wrapper {
  margin-top: -38px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-logo .nav-logo-wrapper img {
  width: 100px;
}
.main-navigation .navbar .navbar-inner .nav-logo a.nav-logo-wrapper img {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation .navbar .navbar-inner .nav-logo a.nav-logo-wrapper:hover img, .main-navigation .navbar .navbar-inner .nav-logo a.nav-logo-wrapper:focus-visible img {
  filter: brightness(120%);
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper {
  pointer-events: none;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 36px;
  line-height: 50px;
  display: block;
  padding: 11px 0;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:hover, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:focus-visible, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:hover, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:focus-visible {
  color: #EB0048;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button {
  border: none;
  position: relative;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e91b";
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  right: -20px;
  top: 11px;
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
  position: absolute;
  list-style-type: none;
  padding: 0;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  pointer-events: none;
  overflow: auto;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a {
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .image-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .image-wrapper .image {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper .label {
  font-weight: 700 !important;
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper .descriptor {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .buy-flag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #A9E0EB;
  letter-spacing: 0.025em;
  font-weight: 700 !important;
  color: #2D393E;
  text-align: center;
  display: block;
  z-index: 3;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a.gray-bg {
  background-color: #F0F3F4;
}
.main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu.open {
  pointer-events: auto;
}
@media (max-width: 991px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper {
    position: absolute;
    top: 62px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 97px);
    height: calc(100dvh - 97px);
    padding: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav {
    display: block;
    width: 100%;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li {
    display: block;
    width: 100%;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button {
    width: 100%;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    padding: 30px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li {
    padding: 5px 0;
    border: none !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .image-wrapper .image {
    width: 58px;
    height: 58px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper {
    padding-left: 15px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper .label {
    font-size: 16px;
    line-height: 18px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .label-wrapper .descriptor {
    margin-top: 5px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .buy-flag {
    width: auto;
    right: 10px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.menu-item-back {
    padding: 0;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.menu-item-back button {
    padding-left: 30px;
    font-size: 28px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.menu-item-back button:after {
    left: -20px;
    right: unset;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 13px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu.open {
    right: 0 !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li:not(:last-child) {
    border-bottom: 1px solid #BAC4C6;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper .mobile-utility {
    padding-top: 50px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper .mobile-utility ul.utility {
    list-style-type: none;
    padding: 0;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper .mobile-utility ul.utility li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper .mobile-utility ul.utility li a {
    display: block;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper .mobile-utility .mobile-social .social-nav {
    padding-top: 30px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper.open {
    right: 0 !important;
    pointer-events: auto;
  }
}
.main-navigation .navbar .navbar-inner .nav-utility {
  position: relative;
  z-index: 2;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li {
  flex: 0 0 auto;
  width: auto;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a > span:not(.cart-count), .main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button > span:not(.cart-count) {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a:hover span, .main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a:focus-visible span, .main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button:hover span, .main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button:focus-visible span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a {
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a.utility-icon {
  padding: 10px;
  border-radius: 50%;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li a.utility-icon span {
  font-size: 30px;
  line-height: 30px;
  color: #2D393E;
  font-weight: 400;
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button span {
  display: block;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.cart .icon-cart {
  font-size: 30px;
  line-height: 30px;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle {
  position: relative;
  width: 50px;
  height: 50px;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle span {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 7px;
  left: 7px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle .icon-menu-open {
  opacity: 1;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle .icon-menu-close {
  opacity: 0;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle.open .icon-menu-open {
  opacity: 0;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li button.menu-toggle.open .icon-menu-close {
  opacity: 1;
}
.main-navigation .navbar .navbar-inner .nav-utility ul.utility-nav li.shop {
  padding-right: 10px;
}
.main-navigation.nav-open {
  background-color: #ffffff !important;
}
.main-navigation.nav-open .banner-spacer, .main-navigation.nav-open .banner {
  background-color: #ffffff !important;
}
.main-navigation.nav-open .banner {
  opacity: 0;
  pointer-events: none;
}
.main-navigation.nav-open .navbar .navbar-inner .nav-logo .nav-logo-wrapper {
  background-color: transparent;
}
.main-navigation.subnav-open:before {
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  content: "";
  pointer-events: none;
  z-index: 1;
  background-color: #ffffff;
  width: 100vw;
  height: calc(100% + 220px);
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .main-navigation .navbar .navbar-inner .nav-main {
    padding-top: 16px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper {
    position: unset;
    padding: 0;
    display: block;
    pointer-events: auto;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li.menu-item-has-children {
    padding-right: 5px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button {
    font-size: 16px;
    line-height: 24px;
    position: relative;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:focus-visible, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:focus-visible {
    outline-offset: 5px;
    outline-style: dashed;
    outline-width: 1px;
    outline-color: #2D393E;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:before, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:before {
    transition: all 0.25s;
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #2D393E;
    pointer-events: none;
    opacity: 0;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:hover, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:focus-visible, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:focus, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:hover, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:focus-visible, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:focus {
    color: #2D393E !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:hover:before, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li a:focus-visible:before {
    width: 100% !important;
    opacity: 1 !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button {
    padding-right: 20px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:after {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 10px;
    right: 0;
    top: unset;
    pointer-events: none;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button.subnav-open:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:hover:before, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button:focus-visible:before {
    width: calc(100% - 20px) !important;
    opacity: 1 !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    opacity: 0;
    top: 50px;
    left: 0;
    width: 100%;
    display: block;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1700px !important;
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px 50px 50px !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding-left: 100px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li {
    flex: 1 0 0%;
    padding: 5px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a span.label, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a span.descriptor {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a .image-wrapper .image {
    width: 100%;
    height: 82px;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:hover, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:focus-visible {
    background-color: #2D393E;
    border-color: #2D393E !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:hover span.label, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:hover span.descriptor, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:focus-visible span.label, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:focus-visible span.descriptor {
    color: #ffffff !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:hover:after, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li a:focus-visible:after {
    border-color: transparent !important;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.menu-item-back {
    display: none;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.current-menu-item a {
    border-color: #EB0048;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu li.current-menu-item a:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 10px;
    border: 2px solid #EB0048;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 5;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu.open {
    top: 90px;
    opacity: 1;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li.current-menu-item a:before, .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li.current-menu-item button:before {
    opacity: 1;
    width: 100%;
  }
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li.current-menu-ancestor button:before {
    width: calc(100% - 20px) !important;
    opacity: 1 !important;
  }
  .main-navigation .navbar .navbar-inner .nav-utility {
    padding-top: 16px;
    padding-left: 50px;
  }
  .main-navigation.subnav-open .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li button.dropdown-parent:before {
    opacity: 1;
  }
  .main-navigation.subnav-open .navbar .navbar-inner .nav-logo .nav-logo-wrapper {
    background-color: transparent;
  }
  .main-navigation.subnav-open:before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding: 0 100px 50px 100px !important;
  }
}
@media (min-width: 1400px) {
  .main-navigation .navbar .navbar-inner .nav-main .nav-wrapper ul.nav li ul.sub-menu {
    padding: 0 240px 50px 240px !important;
  }
}

.footer {
  padding: 0;
}

.footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BAC4C6;
  color: #2D393E;
}
.footer-top > .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.footer-top .signup-col {
  padding: 0 30px 25px 30px;
}
.footer-top .signup-col .nav-logo-wrapper {
  display: block;
}
.footer-top .signup-col .nav-logo-wrapper img {
  width: 50px;
  display: block;
}
.footer-top .signup-col .h3 {
  max-width: 280px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer-top .signup-col .form-wrapper {
  max-width: 375px;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div {
  position: relative;
  width: 100%;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb30f {
  width: 100%;
  flex-basis: 100%;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb30f input[type=email] {
  width: 100% !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding-right: 70px !important;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb310 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 46px;
  height: 46px;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb310 button {
  width: 46px;
  height: 46px;
  position: relative;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb310 button:after {
  content: "\e91b";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 37px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb310 button:hover, .footer-top .signup-col .form-wrapper form.omnisend-form-67a237497a89d5b2483b2242-sections-container > div .omnisend-form-67a237497a89d5b2483b2242-column-6374ec98142fd3456c0fb310 button:focus-visible {
  background-color: #d20040 !important;
  border-color: #d20040 !important;
}
.footer-top .footer-nav-col {
  padding: 25px 30px;
}
.footer-top .footer-nav-col .h5 {
  margin-bottom: 10px;
}
.footer-top .footer-nav-col ul {
  list-style-type: none;
  padding: 0;
}
.footer-top .footer-nav-col ul li {
  padding: 5px 0;
}
.footer-top .footer-nav-col ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #2D393E;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.footer-top .footer-nav-col ul li a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #2D393E;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footer-top .footer-nav-col ul li a:hover:after, .footer-top .footer-nav-col ul li a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
@media (min-width: 992px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.footer-bot {
  padding-top: 40px;
}
.footer-bot .footer-bot-row {
  padding-bottom: 30px;
}
.footer-bot .utility {
  padding-bottom: 30px;
}
.footer-bot .utility p, .footer-bot .utility a, .footer-bot .utility li {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
}
.footer-bot .utility .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-bot .utility .row .copyright {
  padding: 5px 10px;
}
.footer-bot .utility .row .utility-nav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-bot .utility .row .utility-nav ul li {
  flex: 0 0 auto;
  width: auto;
  padding: 5px 10px;
}
.footer-bot .utility .row .utility-nav ul li a {
  text-decoration: underline;
  text-underline-position: auto;
}
.footer-bot .footer-mark-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-bot {
    padding-top: 17px;
  }
  .footer-bot .utility {
    padding-bottom: 0;
    padding-right: 50px;
  }
}

.footer-subscription-cta {
  padding-bottom: 50px;
}
.footer-subscription-cta > .container > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.footer-subscription-cta .copy-col {
  padding: 30px;
}
.footer-subscription-cta .copy-col h1, .footer-subscription-cta .copy-col h2, .footer-subscription-cta .copy-col h3, .footer-subscription-cta .copy-col h4, .footer-subscription-cta .copy-col h5 {
  max-width: 500px;
}
.footer-subscription-cta .copy-col p {
  max-width: 500px;
  margin-top: 15px;
}
.footer-subscription-cta .copy-col .btn-wrapper {
  margin-top: 15px;
}
.footer-subscription-cta .img-col {
  padding: 0 30px;
}
.footer-subscription-cta .img-col img {
  display: block;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .footer-subscription-cta {
    padding-bottom: 75px;
  }
  .footer-subscription-cta > .container > .row {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer-subscription-cta .img-col img {
    max-width: 100%;
  }
}

.subscribe-icons-row {
  margin-left: -10px;
  margin-right: -6px;
  margin-top: 10px;
}
.subscribe-icons-row .col-auto {
  padding: 10px 6px;
}
.subscribe-icons-row .col-auto img {
  display: block;
  width: 85px;
  padding-left: 4px;
  padding-right: 4px;
}
.subscribe-icons-row .col-auto span {
  display: block;
}
.subscribe-icons-row .col-auto span[class^=icon-], .subscribe-icons-row .col-auto span[class*=" icon-"] {
  font-size: 85px;
  line-height: 85px;
}
.subscribe-icons-row .col-auto span.label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700 !important;
  width: 80px;
  text-align: center;
  margin: 5px auto 0 auto;
}

.row.product-listing {
  margin-left: -5px;
  margin-right: -5px;
}
.row.product-listing .product-block, .row.product-listing .listing-header {
  padding: 15px 5px;
}
.row.product-listing .product-block .product-wrapper {
  display: block;
}
.row.product-listing .product-block .product-wrapper .product-top {
  position: relative;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.row.product-listing .product-block .product-wrapper .product-top .product-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 1;
}
.row.product-listing .product-block .product-wrapper .product-top .flags {
  position: absolute;
  top: 6px;
  right: 6px;
  width: calc(100% - 12px);
  padding-left: 85px;
  z-index: 2;
}
.row.product-listing .product-block .product-wrapper .product-top .flags .col-auto {
  padding: 2px;
}
.row.product-listing .product-block .product-wrapper .product-top .flags .col-auto .flag {
  display: block;
}
@media (max-width: 575px) {
  .row.product-listing .product-block .product-wrapper .product-top .flags {
    padding-left: 55px;
  }
}
.row.product-listing .product-block .product-wrapper .product-top .flag {
  z-index: 2;
}
.row.product-listing .product-block .product-wrapper .product-top .flag.product-buy-online {
  transform: rotate(-45deg);
  position: absolute;
  left: -76px;
  top: 20px;
  padding: 6px 80px;
  transform-origin: center center;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-perspective: 1000;
}
.row.product-listing .product-block .product-wrapper .product-top .flag.product-size {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
@media (max-width: 400px) {
  .row.product-listing .product-block .product-wrapper .product-top .flag.product-buy-online {
    padding: 6px 78px;
  }
}
.row.product-listing .product-block .product-wrapper .product-top .flags-top, .row.product-listing .product-block .product-wrapper .product-top .flags-bot {
  position: absolute;
  width: calc(100% - 12px);
  position: absolute;
  left: 6px;
  z-index: 2;
}
.row.product-listing .product-block .product-wrapper .product-top .flags-top {
  top: 6px;
}
.row.product-listing .product-block .product-wrapper .product-top .flags-top .col-auto {
  padding: 2px;
}
.row.product-listing .product-block .product-wrapper .product-top .flags-top .col-auto .flag {
  display: block;
}
.row.product-listing .product-block .product-wrapper .product-top .flags-bot {
  bottom: 8px;
  left: 8px;
  font-weight: 700;
  z-index: 2;
}
.row.product-listing .product-block .product-wrapper .product-top .flags-bot .flag {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #2D393E !important;
}
.row.product-listing .product-block .product-wrapper .product-bot {
  padding: 10px 0 0 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.row.product-listing .product-block .product-wrapper .product-bot h4, .row.product-listing .product-block .product-wrapper .product-bot p {
  color: #2D393E !important;
}
.row.product-listing .product-block .product-wrapper .product-bot h4 {
  margin: 0;
}
.row.product-listing .product-block .product-wrapper .product-bot p.descriptor {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  margin-top: 3px;
}
.row.product-listing .product-block .product-wrapper .product-bot .price, .row.product-listing .product-block .product-wrapper .product-bot .flag {
  margin-top: 8px;
}
.row.product-listing .product-block .product-wrapper .product-bot .price, .row.product-listing .product-block .product-wrapper .product-bot .price span {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.row.product-listing .product-block .product-wrapper .product-bot .price.original, .row.product-listing .product-block .product-wrapper .product-bot .price span.original {
  text-decoration: line-through;
  font-weight: 500;
  color: #89959A;
  margin-right: 5px;
}
.row.product-listing .product-block .product-wrapper .prod-details-alternate {
  font-size: 10px;
  text-decoration: underline;
  font-weight: 500;
}
.row.product-listing .product-block .product-wrapper:hover .product-top, .row.product-listing .product-block .product-wrapper:focus-visible .product-top {
  margin-top: -10px;
  outline: none !important;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.row.product-listing .product-block .product-wrapper:hover .product-bot, .row.product-listing .product-block .product-wrapper:focus-visible .product-bot {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .row.product-listing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.product-listing .product-block, .row.product-listing .listing-header {
    padding: 25px 10px;
  }
}

.woocommerce section {
  padding-top: 0;
}

.product-grid-container {
  padding-top: 60px;
  position: relative;
}
.product-grid-container .category-filter {
  list-style: none;
  padding: 0px 0 0;
}
.product-grid-container .category-filter .category-item {
  padding: 5px;
}
.product-grid-container .category-filter .category-item .category-item-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product-grid-container .category-filter .category-item .category-item-inner:hover, .product-grid-container .category-filter .category-item .category-item-inner:focus-visible {
  background-color: #2D393E !important;
  border-color: #2D393E !important;
}
.product-grid-container .category-filter .category-item .category-item-inner:hover span.label, .product-grid-container .category-filter .category-item .category-item-inner:hover span.descriptor, .product-grid-container .category-filter .category-item .category-item-inner:focus-visible span.label, .product-grid-container .category-filter .category-item .category-item-inner:focus-visible span.descriptor {
  color: #ffffff !important;
}
.product-grid-container .category-filter .category-item .category-item-inner:hover:after, .product-grid-container .category-filter .category-item .category-item-inner:focus-visible:after {
  border-color: transparent !important;
}
.product-grid-container .category-filter .category-item .category-item-inner.active {
  background-color: #ffffff;
  border-color: #EB0048;
}
.product-grid-container .category-filter .category-item .category-item-inner.active:after {
  border-color: #EB0048;
}
.product-grid-container .category-filter .category-item .category-item-inner:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border 0.25s;
  z-index: 5;
}
.product-grid-container .category-filter .category-item .category-item-inner .image-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
}
.product-grid-container .category-filter .category-item .category-item-inner .image-wrapper .image {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 82px;
}
.product-grid-container .category-filter .category-item .category-item-inner .label-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.product-grid-container .category-filter .category-item .category-item-inner .label-wrapper .label {
  font-weight: 700 !important;
  font-size: 13px;
  line-height: 16px;
  display: block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product-grid-container .category-filter .category-item .category-item-inner .label-wrapper .descriptor {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  display: block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product-grid-container .category-filter .category-item .category-item-inner .buy-flag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #A9E0EB;
  letter-spacing: 0.025em;
  font-weight: 700 !important;
  color: #2D393E;
  text-align: center;
  display: block;
  z-index: 3;
  padding: 2px 5px;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}
.product-grid-container .product-listing {
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .product-grid-container .category-filter .category-item .category-item-inner, .product-grid-container .mobile-category-toggle .toggle-inner {
    border: 1px solid #BAC4C6;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 100%;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .image-wrapper, .product-grid-container .mobile-category-toggle .toggle-inner .image-wrapper {
    position: relative;
    z-index: 1;
    height: auto;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .image-wrapper .image, .product-grid-container .mobile-category-toggle .toggle-inner .image-wrapper .image {
    width: 58px;
    height: 58px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .label-wrapper, .product-grid-container .mobile-category-toggle .toggle-inner .label-wrapper {
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .label-wrapper .label, .product-grid-container .mobile-category-toggle .toggle-inner .label-wrapper .label {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 18px;
    display: block;
    text-align: left;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .label-wrapper .descriptor, .product-grid-container .mobile-category-toggle .toggle-inner .label-wrapper .descriptor {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: block;
    margin-top: 5px;
    text-align: left;
  }
  .product-grid-container .category-filter .category-item .category-item-inner .buy-flag, .product-grid-container .mobile-category-toggle .toggle-inner .buy-flag {
    position: absolute;
    bottom: 0;
    background-color: #A9E0EB;
    letter-spacing: 0.025em;
    font-weight: 700 !important;
    color: #2D393E;
    text-align: center;
    display: block;
    z-index: 3;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    width: auto;
    right: 10px;
  }
  .product-grid-container .category-filter .category-item .category-item-inner.gray-bg, .product-grid-container .category-filter .category-item .category-item-inner.all, .product-grid-container .mobile-category-toggle .toggle-inner.gray-bg, .product-grid-container .mobile-category-toggle .toggle-inner.all {
    background-color: #F0F3F4;
  }
  .product-grid-container .mobile-category-filter {
    position: relative;
  }
  .product-grid-container .mobile-category-filter h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .product-grid-container .mobile-category-filter .mobile-category-toggle {
    position: relative;
    z-index: 2;
    apperance: none;
    -webkit-appearance: none;
    background-color: #F0F3F4 !important;
    width: 100%;
    display: block;
    padding: 0;
    border: none !important;
    pointer-events: none;
  }
  .product-grid-container .mobile-category-filter .mobile-category-toggle:before {
    content: "";
    position: absolute;
    width: 200vw;
    left: -100vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    border-top: 1px solid #BAC4C6;
    z-index: -1;
  }
  .product-grid-container .mobile-category-filter .mobile-category-toggle:after {
    content: "\e918";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    right: 15px;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #2D393E;
  }
  .product-grid-container .mobile-category-filter .mobile-category-toggle .toggle-inner {
    background-color: #F0F3F4 !important;
    position: relative;
    z-index: 2;
  }
  .product-grid-container .mobile-category-filter form.mobile-category-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
  }
  .product-grid-container .mobile-category-filter form.mobile-category-select select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product-grid-container .category-filter {
    position: fixed;
    height: 100vh;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 25px;
    z-index: 999999;
    box-shadow: 0px 3px 15px 0 rgba(0, 0, 0, 0.2);
  }
  .product-grid-container .category-filter span.icon-menu-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #2D393E;
    font-size: 36px;
    line-height: 36px;
    display: block;
    width: 36px;
  }
  .product-grid-container .category-filter.open {
    opacity: 1;
    pointer-events: all;
  }
  .product-grid-container .category-filter li.category-item {
    width: 100%;
    flex: 0 0 auto;
    width: 100%;
  }
}

.single-product .product-description .product-description-inner.has-artist {
  padding-bottom: 175px;
}
.single-product .product-description .product-description-inner .product-description-top {
  padding-bottom: 53px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner {
  position: relative;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row {
    padding-top: 50px;
  }
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider {
  position: relative;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .image-slide img {
  margin: auto;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  padding: 2px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner .dot {
  padding: 2px;
  cursor: pointer;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner .dot .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  transition: all 0.25s;
  border-radius: 4px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner .dot:hover .img, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner .dot.active .img, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder .dots-inner .dot:focus-visible .img {
  border-color: #EB0048;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner {
  background-color: #ffffff;
  padding: 20px 20px 25px;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .share-container {
  margin-bottom: 10px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .share-container .share-row {
  border: 1px solid #BAC4C6;
  border-radius: 25px;
  margin-left: auto;
  padding: 10px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .share-container .share-row .label {
  font-size: 10px;
  padding-bottom: 2px;
  line-height: 20px;
  font-weight: 500;
  padding-right: 10px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .share-container .share-row .share-icon {
  padding: 0 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .share-container .share-row .share-icon span {
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .flag-box .flag {
  vertical-align: top;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner h1 {
  padding-top: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .descriptor {
  padding-top: 8px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .pack-specs {
  border-top: 1px solid #BAC4C6;
  border-bottom: 1px solid #BAC4C6;
  margin-top: 18px;
  padding-top: 8px;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .pack-specs .quantity {
  font-size: 10px;
  line-height: 12px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .pack-specs .in-store {
  margin-bottom: 4px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs {
  margin-right: -4px;
  margin-left: -4px;
  padding-top: 24px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec {
  padding: 4px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec .spec-inner {
  border: 1px solid #BAC4C6;
  padding: 2px 5px 6px;
  min-width: 60px;
  border-radius: 85px/20px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec .spec-inner .spec {
  border-bottom: 1px solid #BAC4C6;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff {
  padding-top: 20px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff p.out-of-stock {
  font-size: 14px;
  font-weight: bold;
  color: #EB0048;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff p.in-stock {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .woocommerce-variation-add-to-cart-disabled {
  cursor: not-allowed;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .woocommerce-variation-add-to-cart-disabled * {
  cursor: not-allowed;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart {
  margin-left: -5px;
  margin-right: -5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .variations {
  margin-bottom: 10px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .variations .select-col {
  padding-left: 5px;
  padding-right: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .woocommerce-variation.single_variation {
  padding-left: 5px;
  padding-right: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .woocommerce-variation.single_variation .price {
  font-weight: 700;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .quantity {
  float: none;
  margin: 0;
  padding: 0 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .quantity input {
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  width: 100%;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder {
  padding: 0 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button {
  display: inline-block;
  padding: 14px 21px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  border-radius: 23px;
  letter-spacing: 0;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  width: 100%;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 0;
  left: 0;
  transform-origin: center center;
  z-index: -1;
  pointer-events: none;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button:hover:before, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button:focus-visible:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button.disabled {
  cursor: not-allowed;
}
@media (max-width: 400px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .cart .button-holder button {
    padding: 14px 17px;
  }
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .single_variation_wrap .single_variation .woocommerce-variation-price {
  margin-top: 0;
  margin-bottom: 10px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .single_variation_wrap .single_variation .woocommerce-variation-availability p {
  font-size: 12px;
  font-weight: bold;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .single_variation_wrap .single_variation .woocommerce-variation-availability p.in-stock {
  margin-bottom: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .button-stuff .single_variation_wrap .single_variation .woocommerce-variation-availability p.out-of-stock {
  color: #EB0048;
  margin-bottom: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .shipping-disclaimer {
  padding-top: 15px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta {
  padding-top: 25px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button {
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  background-color: #F0F3F4;
  padding: 10px 8px;
  transition: all 0.25s;
  flex-wrap: nowrap;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button .cta-img {
  width: 90px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button .cta-copy {
  padding: 0 8px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button .cta-copy p {
  line-height: 1.3;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button .cta-indicator {
  padding-right: 5px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button .cta-indicator .icon-circle-caret {
  font-size: 46px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:hover, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:focus-visible {
  background-color: #2D393E;
  border-color: #2D393E;
  color: #ffffff;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:hover .cta-copy p, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:hover .cta-copy span, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:hover .cta-indicator p, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:hover .cta-indicator span, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:focus-visible .cta-copy p, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:focus-visible .cta-copy span, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:focus-visible .cta-indicator p, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta .sub-cta-button:focus-visible .cta-indicator span {
  color: #ffffff;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta.locator .sub-cta-button .cta-img {
  width: auto;
  height: auto;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta.locator .sub-cta-button .cta-img span {
  font-size: 50px;
  color: #EB0048;
  transition: all 0.25s;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta.locator .sub-cta-button:hover .cta-img span, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .sub-cta.locator .sub-cta-button:focus-visible .cta-img span {
  color: #ffffff;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .art-strip {
  position: absolute;
  top: 50%;
  height: calc(50% + 53px);
  width: 100%;
  margin: 0;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .art-strip .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .art-strip {
    top: unset;
    height: 50vw;
    min-height: 300px;
    bottom: 0;
  }
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block {
  position: relative;
  z-index: 100;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row {
  position: absolute;
  top: 10px;
}
@media (max-width: 991px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row {
    top: -25px;
  }
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row .artist-photo .photo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F0F3F4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row .artist-details {
  padding-left: 20px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row .artist-details .name {
  font-size: 20px;
}
.single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .artist-info-block .artist-info-row .artist-details .btn {
  margin-top: 18px;
}
.single-product .product-description .product-description-inner .product-description-bottom {
  position: relative;
  padding-top: 175px;
  padding-bottom: 75px;
}
.single-product .product-description .product-description-inner .product-description-bottom.no-artist {
  padding-top: 75px;
}
.single-product .product-description .product-description-inner .product-description-bottom.no-artist.no-art {
  padding-top: 0;
}
.single-product .product-description .product-description-inner .product-description-bottom .product-description-container .additional-copy p {
  max-width: 775px;
  margin-top: 15px;
}
.single-product .related-products {
  padding-bottom: 80px;
}
.single-product .related-products h2 {
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner {
    padding: 20px 25px 25px;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec .spec-inner {
    padding: 2px 8px 6px;
  }
}
@media (min-width: 576px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner {
    padding: 20px 40px 40px;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec .spec-inner {
    min-width: 75px;
    padding: 2px 10px 6px;
  }
}
@media (min-width: 992px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row {
    padding-top: 55px;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .image-slide img {
    width: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder {
    position: relative;
    top: auto;
    transform: translate(0, 0);
    width: 50px;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner {
    padding: 20px 40px 40px;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .details-col .details-col-inner .product-specs .product-spec .spec-inner {
    min-width: 80px;
  }
}
@media (min-width: 992px) {
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row {
    padding-top: 55px;
    align-items: stretch !important;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner {
    height: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider {
    height: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner {
    position: absolute;
    max-width: 100%;
    top: 0;
    transform: translate(0, 0);
    height: 100%;
    width: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .slick-track, .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .slick-list {
    height: 100%;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .image-slide {
    position: relative;
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .images-slider-inner .image-slide img {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .single-product .product-description .product-description-inner .product-description-top .product-description-top-inner .product-description-row .images-col .images-col-inner .images-slider .dots-holder {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.utility-nav .cart {
  position: relative;
}
.utility-nav .cart .count-bubble {
  background-color: #EB0048;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 2px;
  height: 20px;
  width: 20px;
  pointer-events: none;
}
.utility-nav .cart .count-bubble .cart-count {
  color: #ffffff;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

.cart-drawer-overlay {
  transition: all 0.25s;
}
.cart-drawer-overlay.open {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.5);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  transition: right 0.5s;
  max-width: 100%;
  width: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
}
.cart-drawer.open {
  opacity: 1;
  pointer-events: auto;
  right: 0px;
}
.cart-drawer .cart-drawer-inner {
  min-height: 100vh;
  background: #D5DCDD;
}
.cart-drawer .cart-drawer-inner .wc-empty-cart-message .woocommerce-info {
  margin-top: 45px;
}
.cart-drawer .cart-drawer-inner .return-to-shop {
  display: none;
}
.cart-drawer .cart-drawer-inner .upsells {
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder {
  padding: 10px 10px 0px;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta-holder-inner {
  border-bottom: 1px solid #BAC4C6;
  padding-bottom: 10px;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta {
  background-color: #A9E0EB;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 14px 60px 14px 14px;
  display: block;
  transition: all 0.25s;
  color: #2D393E;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta span {
  transition: all 0.25s;
  color: #2D393E;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta .headline {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 18px;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta .subhead {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 11px;
  display: block;
  margin-top: 5px;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta .icon-circle-caret {
  font-size: 42px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta:hover, .cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta:focus-visible {
  background-color: #2D393E;
}
.cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta:hover span, .cart-drawer .cart-drawer-inner .upsells .subscription-cta-holder .subscription-cta:focus-visible span {
  color: #ffffff;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner {
  padding: 35px 40px 40px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-title {
  text-align: center;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks {
  padding-top: 30px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block {
  padding-bottom: 40px;
  margin: 0;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner:hover p, .cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner:hover span, .cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner:focus-visible p, .cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner:focus-visible span {
  color: #2D393E !important;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner .product-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #BAC4C6;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner .product-thumbnail .pack-size {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #ffffff;
  border: 1px solid #2D393E;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  padding: 0 4px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner .product-name {
  font-size: 13px;
  line-height: 16px;
  padding-top: 8px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner .product-descriptor {
  font-size: 10px;
  line-height: 12px;
  padding-top: 2px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .upsell-block-inner .price {
  font-size: 13px;
  line-height: 16px;
  padding-top: 5px;
}
.cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block .btn {
  width: 100%;
  margin-top: 8px;
  padding: 9px 15px;
  display: block;
  line-height: 22px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .cart-drawer .cart-drawer-inner .upsells .upsells-inner .upsell-blocks .upsell-block {
    padding: 5px !important;
  }
}
.cart-drawer .cart-drawer-inner .cart-main {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top {
  padding-bottom: 10px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top .icon-holder {
  display: inline-block;
  position: relative;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top .icon-holder .icon-cart {
  font-size: 40px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top .icon-holder .count-bubble {
  background-color: #EB0048;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -5px;
  height: 20px;
  width: 20px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top .icon-holder .count-bubble .cart-count {
  color: #ffffff;
  font-size: 10px;
  padding: 2px;
  text-align: center;
  display: block;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 16px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top .cart-headline {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  padding-left: 25px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top #cartClose {
  padding: 0;
  border: 0;
  margin-right: -15px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart-top #cartClose span {
  font-size: 45px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart .woocommerce-cart-form .message {
  text-align: left;
  font-size: 13px;
}
.cart-drawer .cart-drawer-inner .cart-main .cart .woocommerce-cart-form .progress-bar-wrapper {
  border-color: transparent;
  background-color: #D5DCDD;
  margin: 2px 0 0 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cart-drawer {
    padding-left: 10px;
  }
  .cart-drawer .cart-drawer-inner {
    flex-wrap: nowrap;
  }
  .cart-drawer .cart-drawer-inner .upsells {
    max-width: 240px;
  }
  .cart-drawer .cart-drawer-inner .cart-main {
    width: 685px;
    max-width: 100%;
  }
}

.cart-collaterals .cart-actions-row {
  padding-top: 25px;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals {
  float: none;
  width: 100%;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .cart-subtotal .sub {
  text-align: center;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .cart-subtotal .sub .amount span, .cart-collaterals .cart-actions-row .totals-col .cart_totals .cart-subtotal .sub .amount bdi {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .tax-shipping-message .copy {
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  font-weight: 500;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .wc-proceed-to-checkout {
  padding-top: 20px;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  text-decoration: none !important;
  float: none;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .wc-proceed-to-checkout .checkout-button:after {
  display: none;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .shipping-restriction-message {
  padding-top: 10px;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .shipping-restriction-message .copy {
  font-size: 13px;
  font-weight: 700;
  color: #EB0048;
}
.cart-collaterals .cart-actions-row .totals-col .cart_totals .shipping-restriction-message .copy .icon-alert {
  font-size: 22px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  color: #EB0048;
}

.group-container {
  border-bottom: 2px solid #2D393E;
  padding-top: 18px;
  padding-bottom: 15px;
}
.group-container .cart-product {
  padding: 5px 0;
}
.group-container .cart-product .cart-product-inner {
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.group-container .cart-product .cart-product-inner.subscribe-block {
  background-color: #F0F3F4;
}
.group-container .cart-product .cart-product-inner img {
  margin-bottom: 0;
}
.group-container .cart-product .cart-product-inner .pack-size {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #ffffff;
  border: 1px solid #2D393E;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  padding: 0 4px;
}
.group-container .cart-product .cart-product-inner .top-row-col {
  padding: 15px 15px 0;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name {
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name a, .group-container .cart-product .cart-product-inner .top-row-col .product-name span:not(.subscription-scheme):not(.flag) {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  flex: 0 0 auto;
  width: auto;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name .subscription-scheme {
  font-size: 10px;
  padding-left: 5px;
  flex: 1 0 0%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .group-container .cart-product .cart-product-inner .top-row-col .product-name .subscription-scheme {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name .flag {
  flex: 0 0 auto;
  width: auto;
  font-size: 10px !important;
  line-height: 10px !important;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name .product-remove {
  flex: 0 0 auto;
  width: auto;
}
.cart-drawer .group-container .cart-product .cart-product-inner .top-row-col .product-name .product-remove {
  padding-left: 10px;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name .product-remove .remove {
  border: 1px solid #BAC4C6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.group-container .cart-product .cart-product-inner .top-row-col .product-name .product-remove .remove:hover, .group-container .cart-product .cart-product-inner .top-row-col .product-name .product-remove .remove:focus-visible {
  background-color: #EB0048;
}
@media (max-width: 575px) {
  .group-container .cart-product .cart-product-inner .top-row-col .product-name {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
.group-container .cart-product .cart-product-inner .image-row-col .bundled-items {
  padding: 0 20px 15px;
  margin-left: -5px;
  margin-right: -5px;
}
.group-container .cart-product .cart-product-inner .image-row-col .bundled-items .product-square {
  padding: 5px;
}
.group-container .cart-product .cart-product-inner .image-row-col .bundled-items .product-square .product-thumbnail {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #BAC4C6;
  position: relative;
}
.group-container .cart-product .cart-product-inner .image-row-col .bundled-items .product-square .title {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  padding-top: 3px;
  text-align: left;
}
.group-container .cart-product .cart-product-inner .bottom-row-col {
  padding: 0 20px 15px;
}
.group-container .cart-product .cart-product-inner .bottom-row-col .edit-sub {
  text-align: left;
}
.group-container .cart-product .cart-product-inner .bottom-row-col .edit-sub a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}
.group-container .cart-product .cart-product-inner .bottom-row-col .prices {
  text-align: right;
}
.group-container .cart-product .cart-product-inner .bottom-row-col .prices bdi {
  font-weight: 700;
  font-size: 16px;
}
.group-container .cart-product .cart-product-inner .bottom-row-col .prices bdi span {
  font-weight: 700;
}
.group-container .cart-product .cart-product-inner .cart-product-image {
  position: relative;
}
.group-container .cart-product .cart-product-inner .cart-product-image img {
  width: 110px !important;
  height: auto !important;
}
.group-container .cart-product .cart-product-inner .cart-product-image a img {
  width: 110px !important;
  height: auto !important;
}
.group-container .cart-product .cart-product-inner .product-details {
  padding: 15px 35px 15px 15px;
}
@media (max-width: 420px) {
  .group-container .cart-product .cart-product-inner .product-details {
    padding: 10px 35px 10px 15px;
  }
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner {
  height: 100%;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-name {
  text-align: left;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-name a, .group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-name span:not(.prod-descriptor) {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-name .prod-descriptor {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity {
  padding-top: 15px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity p.qty, .group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity p.qty span {
  font-size: 13px;
  font-weight: 500;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity {
  text-align: left;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity p {
  font-size: 13px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity .quantity-wrapper {
  height: 32px;
  width: 96px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity .quantity-wrapper button {
  height: 32px;
  width: 32px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity .quantity-wrapper button.quantity-increase span {
  font-size: 19px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity .quantity-wrapper button span {
  font-size: 24px;
}
.group-container .cart-product .cart-product-inner .product-details .product-details-inner .product-quantity .quantity .quantity-wrapper input {
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  min-width: 0;
}
.group-container .cart-product .cart-product-inner .product-price-col {
  padding: 15px 15px 15px 0;
}
@media (max-width: 420px) {
  .group-container .cart-product .cart-product-inner .product-price-col {
    width: 100%;
    padding: 10px 10px 10px 0;
  }
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner {
  height: 100%;
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-remove {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 420px) {
  .group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-remove {
    top: 10px;
    right: 10px;
  }
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-remove .remove {
  border: 1px solid #BAC4C6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 15px;
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-remove .remove:hover, .group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-remove .remove:focus-visible {
  background-color: #EB0048;
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-subtotal {
  text-align: right;
}
.group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-subtotal .amount span, .group-container .cart-product .cart-product-inner .product-price-col .price-col-inner .product-subtotal .amount bdi {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.group-container .subtotal-row {
  padding-top: 10px;
}
.group-container .subtotal-row .copy {
  font-size: 10px;
  text-align: left;
}
.group-container .subtotal-row .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.group-container .subtotal-row .price .amount span, .group-container .subtotal-row .price .amount bdi {
  font-weight: 700;
}
.cart-drawer .group-container .subtotal-row .copy {
  font-weight: 500;
}
@media (min-width: 992px) {
  .group-container .product-details {
    padding: 20px;
  }
}

.progress-bar-wrapper {
  height: 10px;
  border-radius: 1rem;
  margin: 30px;
}
.progress-bar-wrapper .progress-bar {
  height: 100%;
  background-color: #EB0048;
}
.progress-bar-wrapper.with-ticks {
  position: relative;
  margin: 0;
  border: 0;
  height: 18px;
}
.progress-bar-wrapper.with-ticks .main-bar {
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #D5DCDD;
  border-radius: 1rem;
  overflow: hidden;
}
.progress-bar-wrapper.with-ticks .main-bar .progress-bar {
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 1rem;
}
.progress-bar-wrapper.with-ticks .tick-tick .tick {
  height: 18px;
  width: 2px;
  border-radius: 2px;
  background-color: #D5DCDD;
  display: block;
}
.progress-bar-wrapper.with-ticks .tick-tick.first-tick .tick, .progress-bar-wrapper.with-ticks .tick-tick.last-tick .tick {
  display: none;
}
.progress-bar-wrapper .main-bar {
  background-color: #D5DCDD;
  overflow: hidden;
  border-radius: 1rem;
}

.subscription-page {
  position: relative;
}
.subscription-page .subscription-grid {
  padding-top: 60px;
}
.subscription-page .subscription-grid .subscription-area-title {
  padding-bottom: 12px;
}
.subscription-page .subscription-grid .frequency-selector {
  position: relative;
}
.subscription-page .subscription-grid .frequency-selector:after {
  content: "";
  z-index: 1;
  border-top: 1px solid #BAC4C6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
}
.subscription-page .subscription-grid .frequency-selector .selector-container {
  background-color: #F0F3F4;
  padding: 10px;
  width: 100%;
  max-width: 320px;
  margin: auto;
  z-index: 2;
  position: relative;
}
.subscription-page .subscription-grid .frequency-selector .selector-container .select-wrapper {
  width: 100%;
  position: relative;
  height: 56px;
  background-color: transparent;
}
.subscription-page .subscription-grid .frequency-selector .selector-container .select-wrapper:after {
  line-height: 56px;
  height: 56px;
}
.subscription-page .subscription-grid .frequency-selector .selector-container .select-wrapper select {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #BAC4C6;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
}
.subscription-page .subscription-grid .min-statement {
  padding-top: 5px;
}
.subscription-page .subscription-grid .min-statement p {
  font-size: 10px;
  letter-spacing: 0.025em;
}
.subscription-page .subscription-grid .sub-grid-container {
  padding-bottom: 22px;
}
.subscription-page .subscription-grid .sub-grid-container > .entry-title, .subscription-page .subscription-grid .sub-grid-container > .price {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .product-top, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .product-bot {
  cursor: pointer;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .product-bot .prod-details-default {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .product-bot .price {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary {
  border: 0;
  padding: 0;
  margin: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details {
  float: none;
  width: 100%;
  padding: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .bundled_product_optional_checkbox, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .bundled_product_optional_checkbox {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .variations, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .variations {
  min-width: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .variations .attribute_options .label, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .variations .attribute_options .label {
  display: inline-block;
  border: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .variations .attribute_options .label label, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .variations .attribute_options .label label {
  font-size: 13px;
  padding: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .variations .attribute_options .value, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .variations .attribute_options .value {
  border: 0;
  display: inline-block;
  padding: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .variations .attribute_options .value .bundled_variation_attribute_value, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .variations .attribute_options .value .bundled_variation_attribute_value {
  font-size: 13px;
  display: block;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details p, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details p {
  font-size: 12px;
  font-weight: bold;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details p.in-stock, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details p.in-stock {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details p.out-of-stock, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details p.out-of-stock {
  color: #EB0048;
  margin-bottom: 5px;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price {
  padding-top: 8px;
  margin-top: 0;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price del, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price del span, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price del span span, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price del, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price del span, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price del span span {
  opacity: 1;
  font-size: 13px;
  color: #89959A;
  text-decoration-color: #89959A;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price ins .amount, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price ins .amount {
  font-size: 13px;
  font-weight: 700;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_cart_details .price .bundled_item_price_quantity, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_cart_details .price .bundled_item_price_quantity {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_button .quantity, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_button .quantity {
  padding-top: 12px;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_item_optional .details .cart .bundled_item_wrap .bundled_item_button .quantity .bundled_qty, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .bundled_product_summary .details .cart .bundled_item_wrap .bundled_item_button .quantity .bundled_qty {
  border: 1px solid #BAC4C6;
  border-radius: 4px;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block .product-wrapper .prod-details-alternate {
  display: inline-block !important;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.selected .product-wrapper .product-top {
  border: 3px solid #EB0048;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.selected .product-wrapper .quantity-wrapper {
  background-color: #EB0048;
  color: #ffffff;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.selected .product-wrapper .quantity-wrapper input.qty {
  background-color: #EB0048;
  color: #ffffff;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock {
  opacity: 0.7;
  cursor: not-allowed;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper {
  pointer-events: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper .prod-details-alternate {
  pointer-events: auto;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper:hover .product-top, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper:focus-visible .product-top {
  margin-top: 0;
  box-shadow: none;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper:hover .product-bot, .subscription-page .subscription-grid .sub-grid-container form.bundle_form .product-block.out-of-stock .product-wrapper:focus-visible .product-bot {
  padding-top: 10px;
}
.subscription-page .subscription-grid .sub-grid-container form.bundle_form .bundle_data {
  display: none;
}
.subscription-page .subscription-grid .sub-grid-container .first-payment-date, .subscription-page .subscription-grid .sub-grid-container .product_meta {
  display: none;
}
.subscription-page .subscription-progress {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  position: sticky;
  bottom: 0;
  z-index: 3;
}
.subscription-page .subscription-progress .progress-container {
  padding-top: 22px;
  padding-bottom: 22px;
}
.subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col {
  padding-bottom: 20px;
}
.subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .bar-copy-row {
  max-width: 700px;
}
.subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .bar-copy-row .col {
  padding-left: 15px;
}
.subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .bar-copy-row .progress-min {
  color: #EB0048;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
}
.subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .progress-bar-container {
  max-width: 700px;
  padding-top: 4px;
}
.subscription-page .subscription-progress .progress-container .progress-row .price-col .price .amount {
  font-weight: 700;
  font-size: 16px;
}
.subscription-page .subscription-progress .progress-container .progress-row .price-col .price del, .subscription-page .subscription-progress .progress-container .progress-row .price-col .price del span, .subscription-page .subscription-progress .progress-container .progress-row .price-col .price del span span {
  opacity: 1;
  font-size: 13px;
  color: #89959A;
  text-decoration-color: #89959A;
}
.subscription-page .subscription-progress .progress-container .progress-row .cta-col {
  padding-left: 20px;
}
.subscription-page .subscription-progress .progress-container .progress-row .cta-col button {
  width: 180px;
}
@media (min-width: 576px) {
  .subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .subscription-page .subscription-progress {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .bar-copy-row, .subscription-page .subscription-progress .progress-container .progress-row .progress-bar-col .progress-bar-container {
    max-width: 90%;
  }
}

hr.subscribe {
  margin-top: 0;
}

.checkout-page .woocommerce-checkout, .checkout-page .woocommerce-address-fields, .checkout-page .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-checkout, .woocommerce-account .woocommerce-address-fields, .woocommerce-account .woocommerce-MyAccount-content {
  display: block !important;
}
.checkout-page .woocommerce-checkout .address-details .select-wrapper .select2, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm .select-wrapper .select2, .checkout-page .woocommerce-address-fields .address-details .select-wrapper .select2, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm .select-wrapper .select2, .checkout-page .woocommerce-MyAccount-content .address-details .select-wrapper .select2, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select-wrapper .select2, .woocommerce-account .woocommerce-checkout .address-details .select-wrapper .select2, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm .select-wrapper .select2, .woocommerce-account .woocommerce-address-fields .address-details .select-wrapper .select2, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm .select-wrapper .select2, .woocommerce-account .woocommerce-MyAccount-content .address-details .select-wrapper .select2, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select-wrapper .select2, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select-wrapper .select2 {
  display: none !important;
}
.checkout-page .woocommerce-checkout .address-details .form-row, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm .form-row, .checkout-page .woocommerce-address-fields .address-details .form-row, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm .form-row, .checkout-page .woocommerce-MyAccount-content .address-details .form-row, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row, .woocommerce-account .woocommerce-checkout .address-details .form-row, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm .form-row, .woocommerce-account .woocommerce-address-fields .address-details .form-row, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm .form-row, .woocommerce-account .woocommerce-MyAccount-content .address-details .form-row, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  padding-top: 15px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.checkout-page .woocommerce-checkout .address-details #billing_address_2_field, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper #billing_address_2_field, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm #billing_address_2_field, .checkout-page .woocommerce-address-fields .address-details #billing_address_2_field, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_address_2_field, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm #billing_address_2_field, .checkout-page .woocommerce-MyAccount-content .address-details #billing_address_2_field, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm #billing_address_2_field, .woocommerce-account .woocommerce-checkout .address-details #billing_address_2_field, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper #billing_address_2_field, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm #billing_address_2_field, .woocommerce-account .woocommerce-address-fields .address-details #billing_address_2_field, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper #billing_address_2_field, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm #billing_address_2_field, .woocommerce-account .woocommerce-MyAccount-content .address-details #billing_address_2_field, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper #billing_address_2_field, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm #billing_address_2_field {
  padding-top: 8px;
}
.checkout-page .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox input[type=checkbox]:checked + span:before {
  background-color: #1773B0;
  border-color: #1773B0;
}
.checkout-page .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:before {
  background-color: #BAC4C6;
  border-color: #BAC4C6;
}
.checkout-page .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .checkout-page .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-checkout .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-checkout .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-checkout .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-address-fields .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-address-fields .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-MyAccount-content .address-details .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .shipping-address .woocommerce-shipping-fields #ship-to-different-address .checkbox span:after {
  background-color: #ffffff;
}
.checkout-page .woocommerce-checkout .form-row.create-account, .checkout-page .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field, .checkout-page .woocommerce-address-fields .form-row.create-account, .checkout-page .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field, .checkout-page .woocommerce-MyAccount-content .form-row.create-account, .checkout-page .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field, .woocommerce-account .woocommerce-checkout .form-row.create-account, .woocommerce-account .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field, .woocommerce-account .woocommerce-address-fields .form-row.create-account, .woocommerce-account .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field, .woocommerce-account .woocommerce-MyAccount-content .form-row.create-account, .woocommerce-account .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field {
  line-height: 22px;
}
.checkout-page .woocommerce-checkout .form-row.create-account label, .checkout-page .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label, .checkout-page .woocommerce-address-fields .form-row.create-account label, .checkout-page .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label, .checkout-page .woocommerce-MyAccount-content .form-row.create-account label, .checkout-page .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label, .woocommerce-account .woocommerce-checkout .form-row.create-account label, .woocommerce-account .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label, .woocommerce-account .woocommerce-address-fields .form-row.create-account label, .woocommerce-account .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label, .woocommerce-account .woocommerce-MyAccount-content .form-row.create-account label, .woocommerce-account .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label {
  font-size: 14px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  line-height: 22px;
}
.checkout-page .woocommerce-checkout .form-row.create-account label span, .checkout-page .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label span, .checkout-page .woocommerce-address-fields .form-row.create-account label span, .checkout-page .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label span, .checkout-page .woocommerce-MyAccount-content .form-row.create-account label span, .checkout-page .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label span, .woocommerce-account .woocommerce-checkout .form-row.create-account label span, .woocommerce-account .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label span, .woocommerce-account .woocommerce-address-fields .form-row.create-account label span, .woocommerce-account .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label span, .woocommerce-account .woocommerce-MyAccount-content .form-row.create-account label span, .woocommerce-account .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label span {
  font-size: 14px;
  line-height: 22px;
}
.checkout-page .woocommerce-checkout .form-row.create-account label a, .checkout-page .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label a, .checkout-page .woocommerce-address-fields .form-row.create-account label a, .checkout-page .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label a, .checkout-page .woocommerce-MyAccount-content .form-row.create-account label a, .checkout-page .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label a, .woocommerce-account .woocommerce-checkout .form-row.create-account label a, .woocommerce-account .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label a, .woocommerce-account .woocommerce-address-fields .form-row.create-account label a, .woocommerce-account .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label a, .woocommerce-account .woocommerce-MyAccount-content .form-row.create-account label a, .woocommerce-account .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label a {
  text-decoration: underline;
  font-size: 14px;
}
.checkout-page .woocommerce-checkout .form-row.create-account label input, .checkout-page .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label input, .checkout-page .woocommerce-address-fields .form-row.create-account label input, .checkout-page .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label input, .checkout-page .woocommerce-MyAccount-content .form-row.create-account label input, .checkout-page .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label input, .woocommerce-account .woocommerce-checkout .form-row.create-account label input, .woocommerce-account .woocommerce-checkout .form-row.omnisend_newsletter_checkbox_field label input, .woocommerce-account .woocommerce-address-fields .form-row.create-account label input, .woocommerce-account .woocommerce-address-fields .form-row.omnisend_newsletter_checkbox_field label input, .woocommerce-account .woocommerce-MyAccount-content .form-row.create-account label input, .woocommerce-account .woocommerce-MyAccount-content .form-row.omnisend_newsletter_checkbox_field label input {
  position: absolute;
  left: 0;
  border: 1px solid #BAC4C6;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading, .checkout-page .woocommerce-address-fields #order_review_heading, .checkout-page .woocommerce-MyAccount-content #order_review_heading, .woocommerce-account .woocommerce-checkout #order_review_heading, .woocommerce-account .woocommerce-address-fields #order_review_heading, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading {
  padding-top: 55px;
  margin-top: 60px;
  margin-bottom: 0;
  border-top: 1px solid #BAC4C6;
}
.checkout-page .woocommerce-checkout #order_review_heading, .checkout-page .woocommerce-checkout #order_review, .checkout-page .woocommerce-address-fields #order_review_heading, .checkout-page .woocommerce-address-fields #order_review, .checkout-page .woocommerce-MyAccount-content #order_review_heading, .checkout-page .woocommerce-MyAccount-content #order_review, .woocommerce-account .woocommerce-checkout #order_review_heading, .woocommerce-account .woocommerce-checkout #order_review, .woocommerce-account .woocommerce-address-fields #order_review_heading, .woocommerce-account .woocommerce-address-fields #order_review, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading, .woocommerce-account .woocommerce-MyAccount-content #order_review {
  width: 100%;
  padding-left: 0;
  float: none;
}
.checkout-page .woocommerce-checkout #order_review_heading .group-container .cart-product .cart-product-inner, .checkout-page .woocommerce-checkout #order_review .group-container .cart-product .cart-product-inner, .checkout-page .woocommerce-address-fields #order_review_heading .group-container .cart-product .cart-product-inner, .checkout-page .woocommerce-address-fields #order_review .group-container .cart-product .cart-product-inner, .checkout-page .woocommerce-MyAccount-content #order_review_heading .group-container .cart-product .cart-product-inner, .checkout-page .woocommerce-MyAccount-content #order_review .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-checkout #order_review_heading .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-checkout #order_review .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-address-fields #order_review_heading .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-address-fields #order_review .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .group-container .cart-product .cart-product-inner, .woocommerce-account .woocommerce-MyAccount-content #order_review .group-container .cart-product .cart-product-inner {
  background-color: #ffffff;
}
.checkout-page .woocommerce-checkout #order_review_heading .group-container .subtotal-row .copy, .checkout-page .woocommerce-checkout #order_review .group-container .subtotal-row .copy, .checkout-page .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .copy, .checkout-page .woocommerce-address-fields #order_review .group-container .subtotal-row .copy, .checkout-page .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .copy, .checkout-page .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-checkout #order_review_heading .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-checkout #order_review .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-address-fields #order_review .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .copy, .woocommerce-account .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .copy {
  font-size: 14px;
  margin-bottom: 0;
}
.checkout-page .woocommerce-checkout #order_review_heading .group-container .subtotal-row .price *, .checkout-page .woocommerce-checkout #order_review_heading .group-container .subtotal-row .price span, .checkout-page .woocommerce-checkout #order_review .group-container .subtotal-row .price *, .checkout-page .woocommerce-checkout #order_review .group-container .subtotal-row .price span, .checkout-page .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .price *, .checkout-page .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .price span, .checkout-page .woocommerce-address-fields #order_review .group-container .subtotal-row .price *, .checkout-page .woocommerce-address-fields #order_review .group-container .subtotal-row .price span, .checkout-page .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .price *, .checkout-page .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .price span, .checkout-page .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .price *, .checkout-page .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-checkout #order_review_heading .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-checkout #order_review_heading .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-checkout #order_review .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-checkout #order_review .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-address-fields #order_review_heading .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-address-fields #order_review .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-address-fields #order_review .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .group-container .subtotal-row .price span, .woocommerce-account .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .price *, .woocommerce-account .woocommerce-MyAccount-content #order_review .group-container .subtotal-row .price span {
  font-weight: 700 !important;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals, .checkout-page .woocommerce-checkout #order_review .checkout-totals, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals, .checkout-page .woocommerce-address-fields #order_review .checkout-totals, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals {
  font-size: 14px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .value p *, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .value p span, .checkout-page .woocommerce-checkout #order_review .checkout-totals .value p *, .checkout-page .woocommerce-checkout #order_review .checkout-totals .value p span, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .value p *, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .value p span, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .value p *, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .value p span, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .value p *, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .value p span, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .value p *, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .value p span, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .value p *, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .value p span, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .value p *, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .value p span, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .value p *, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .value p span, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .value p *, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .value p span, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .value p *, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .value p span, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .value p *, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .value p span {
  font-weight: 700 !important;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-ship, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-sub, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-ship, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-sub, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-coupon, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-ship, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-sub, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-coupon, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-ship, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-sub, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-ship, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-sub, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-ship, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-sub, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon {
  padding-top: 18px;
  padding-bottom: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon .copy p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-coupon .copy p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon .copy p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-coupon .copy p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon .copy p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship .copy p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax .copy p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub .copy p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon .copy p {
  font-size: 14px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-ship .value p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-tax .value p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-sub .value p, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon .value p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-ship .value p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-tax .value p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-sub .value p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-coupon .value p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship .value p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax .value p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub .value p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon .value p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-ship .value p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-tax .value p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-sub .value p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-coupon .value p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship .value p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax .value p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub .value p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon .value p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship .value p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax .value p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub .value p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-ship .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-sub .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon .value p {
  font-size: 16px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-checkout #order_review .checkout-totals .order-coupon, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .order-coupon, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .order-coupon, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-tax, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .order-coupon, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-tax, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .order-coupon {
  border-top: 1px solid #BAC4C6;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .shipping-wrapper, .checkout-page .woocommerce-checkout #order_review .checkout-totals .shipping-wrapper, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .shipping-wrapper, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .shipping-wrapper, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .shipping-wrapper, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .shipping-wrapper, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .shipping-wrapper {
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #BAC4C6;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .checkout-page .woocommerce-checkout #order_review .checkout-totals .shipping-wrapper .order-ship, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .shipping-wrapper .order-ship, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .shipping-wrapper .order-ship, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .shipping-wrapper .order-ship {
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .grand-total, .checkout-page .woocommerce-checkout #order_review .checkout-totals .grand-total, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .grand-total, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .grand-total, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .grand-total, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .grand-total, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total {
  border-top: 2px solid #2D393E;
  padding-top: 16px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .copy p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .grand-total .copy p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .copy p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .grand-total .copy p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .copy p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .copy p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .copy p {
  font-size: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .value p, .checkout-page .woocommerce-checkout #order_review .checkout-totals .grand-total .value p, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .value p, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .grand-total .value p, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .value p, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .value p, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .value p {
  font-size: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .value p *, .checkout-page .woocommerce-checkout #order_review .checkout-totals .grand-total .value p *, .checkout-page .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .value p *, .checkout-page .woocommerce-address-fields #order_review .checkout-totals .grand-total .value p *, .checkout-page .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .value p *, .checkout-page .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-checkout #order_review_heading .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-checkout #order_review .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-address-fields #order_review_heading .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-address-fields #order_review .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .checkout-totals .grand-total .value p *, .woocommerce-account .woocommerce-MyAccount-content #order_review .checkout-totals .grand-total .value p * {
  font-weight: 700;
  font-size: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading .acknowledgement, .checkout-page .woocommerce-checkout #order_review .acknowledgement, .checkout-page .woocommerce-address-fields #order_review_heading .acknowledgement, .checkout-page .woocommerce-address-fields #order_review .acknowledgement, .checkout-page .woocommerce-MyAccount-content #order_review_heading .acknowledgement, .checkout-page .woocommerce-MyAccount-content #order_review .acknowledgement, .woocommerce-account .woocommerce-checkout #order_review_heading .acknowledgement, .woocommerce-account .woocommerce-checkout #order_review .acknowledgement, .woocommerce-account .woocommerce-address-fields #order_review_heading .acknowledgement, .woocommerce-account .woocommerce-address-fields #order_review .acknowledgement, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .acknowledgement, .woocommerce-account .woocommerce-MyAccount-content #order_review .acknowledgement {
  padding-top: 40px;
}
.checkout-page .woocommerce-checkout #order_review_heading .acknowledgement label, .checkout-page .woocommerce-checkout #order_review .acknowledgement label, .checkout-page .woocommerce-address-fields #order_review_heading .acknowledgement label, .checkout-page .woocommerce-address-fields #order_review .acknowledgement label, .checkout-page .woocommerce-MyAccount-content #order_review_heading .acknowledgement label, .checkout-page .woocommerce-MyAccount-content #order_review .acknowledgement label, .woocommerce-account .woocommerce-checkout #order_review_heading .acknowledgement label, .woocommerce-account .woocommerce-checkout #order_review .acknowledgement label, .woocommerce-account .woocommerce-address-fields #order_review_heading .acknowledgement label, .woocommerce-account .woocommerce-address-fields #order_review .acknowledgement label, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .acknowledgement label, .woocommerce-account .woocommerce-MyAccount-content #order_review .acknowledgement label {
  font-size: 14px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.checkout-page .woocommerce-checkout #order_review_heading .acknowledgement label a, .checkout-page .woocommerce-checkout #order_review .acknowledgement label a, .checkout-page .woocommerce-address-fields #order_review_heading .acknowledgement label a, .checkout-page .woocommerce-address-fields #order_review .acknowledgement label a, .checkout-page .woocommerce-MyAccount-content #order_review_heading .acknowledgement label a, .checkout-page .woocommerce-MyAccount-content #order_review .acknowledgement label a, .woocommerce-account .woocommerce-checkout #order_review_heading .acknowledgement label a, .woocommerce-account .woocommerce-checkout #order_review .acknowledgement label a, .woocommerce-account .woocommerce-address-fields #order_review_heading .acknowledgement label a, .woocommerce-account .woocommerce-address-fields #order_review .acknowledgement label a, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .acknowledgement label a, .woocommerce-account .woocommerce-MyAccount-content #order_review .acknowledgement label a {
  text-decoration: underline;
  font-size: 14px;
}
.checkout-page .woocommerce-checkout #order_review_heading .acknowledgement label input, .checkout-page .woocommerce-checkout #order_review .acknowledgement label input, .checkout-page .woocommerce-address-fields #order_review_heading .acknowledgement label input, .checkout-page .woocommerce-address-fields #order_review .acknowledgement label input, .checkout-page .woocommerce-MyAccount-content #order_review_heading .acknowledgement label input, .checkout-page .woocommerce-MyAccount-content #order_review .acknowledgement label input, .woocommerce-account .woocommerce-checkout #order_review_heading .acknowledgement label input, .woocommerce-account .woocommerce-checkout #order_review .acknowledgement label input, .woocommerce-account .woocommerce-address-fields #order_review_heading .acknowledgement label input, .woocommerce-account .woocommerce-address-fields #order_review .acknowledgement label input, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .acknowledgement label input, .woocommerce-account .woocommerce-MyAccount-content #order_review .acknowledgement label input {
  position: absolute;
  left: 0;
  border: 1px solid #BAC4C6;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.checkout-page .woocommerce-checkout #order_review_heading .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-address-fields #order_review_heading .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-address-fields #order_review .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-MyAccount-content #order_review_heading .woocommerce-terms-and-conditions-wrapper, .checkout-page .woocommerce-MyAccount-content #order_review .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-checkout #order_review_heading .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-address-fields #order_review_heading .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-address-fields #order_review .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .woocommerce-terms-and-conditions-wrapper, .woocommerce-account .woocommerce-MyAccount-content #order_review .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.checkout-page .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul, .checkout-page .woocommerce-checkout #order_review .woocommerce-checkout-payment ul, .checkout-page .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul, .checkout-page .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul, .checkout-page .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul, .checkout-page .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-checkout #order_review .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul, .woocommerce-account .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul {
  padding: 0 !important;
  list-style-type: none !important;
}
.checkout-page .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul li label, .checkout-page .woocommerce-checkout #order_review .woocommerce-checkout-payment ul li label, .checkout-page .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul li label, .checkout-page .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul li label, .checkout-page .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul li label, .checkout-page .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-checkout #order_review .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul li label, .woocommerce-account .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul li label {
  padding: 0 !important;
}
.checkout-page .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul li label img, .checkout-page .woocommerce-checkout #order_review .woocommerce-checkout-payment ul li label img, .checkout-page .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul li label img, .checkout-page .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul li label img, .checkout-page .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul li label img, .checkout-page .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-checkout #order_review_heading .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-checkout #order_review .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-address-fields #order_review_heading .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-address-fields #order_review .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading .woocommerce-checkout-payment ul li label img, .woocommerce-account .woocommerce-MyAccount-content #order_review .woocommerce-checkout-payment ul li label img {
  display: none !important;
}
.checkout-page .woocommerce-checkout #order_review_heading #payment #place_order, .checkout-page .woocommerce-checkout #order_review #payment #place_order, .checkout-page .woocommerce-address-fields #order_review_heading #payment #place_order, .checkout-page .woocommerce-address-fields #order_review #payment #place_order, .checkout-page .woocommerce-MyAccount-content #order_review_heading #payment #place_order, .checkout-page .woocommerce-MyAccount-content #order_review #payment #place_order, .woocommerce-account .woocommerce-checkout #order_review_heading #payment #place_order, .woocommerce-account .woocommerce-checkout #order_review #payment #place_order, .woocommerce-account .woocommerce-address-fields #order_review_heading #payment #place_order, .woocommerce-account .woocommerce-address-fields #order_review #payment #place_order, .woocommerce-account .woocommerce-MyAccount-content #order_review_heading #payment #place_order, .woocommerce-account .woocommerce-MyAccount-content #order_review #payment #place_order {
  margin-bottom: 25px;
}
.checkout-page .payment-section .promo-codes, .woocommerce-account .payment-section .promo-codes {
  border-top: 1px solid #BAC4C6;
  margin-top: 50px;
  padding-top: 50px;
}
.checkout-page .payment-section .promo-codes .promo-code-container .promo-input-row .input input, .woocommerce-account .payment-section .promo-codes .promo-code-container .promo-input-row .input input {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
  height: 46px;
}
.checkout-page .payment-section .promo-codes .promo-code-container .promo-input-row .input input:focus-visible, .woocommerce-account .payment-section .promo-codes .promo-code-container .promo-input-row .input input:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
.checkout-page .payment-section .promo-codes .promo-code-container .promo-input-row .input input::placeholder, .woocommerce-account .payment-section .promo-codes .promo-code-container .promo-input-row .input input::placeholder {
  color: #89959A;
  opacity: 1;
}
.checkout-page .payment-section .promo-codes .promo-code-container .promo-input-row .apply, .woocommerce-account .payment-section .promo-codes .promo-code-container .promo-input-row .apply {
  padding-left: 10px;
}
.payment_box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}
.payment_box p {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}
.payment_box fieldset {
  width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
}

.wc_payment_method .payment_box input[type=radio] + label::before {
  border: 1px solid #2D393E !important;
}

.wc_payment_method input[type=radio]:checked + label::before, .wc_payment_method .payment_box input[type=radio]:checked + label::before {
  background-color: #2D393E !important;
  border-color: #2D393E !important;
}

.woocommerce-page table p, .woocommerce-page table a {
  text-wrap: auto !important;
}

#wc-square-digital-wallet {
  padding-bottom: 50px;
}

button.gpay-card-info-container.black, button.gpay-card-info-animation-container.black {
  background-color: #000000 !important;
}

.wc-square-google-pay button, .wc-square-google-pay a, .wc-square-google-pay #gpay-button-online-api-id {
  background-color: #000000 !important;
}

.woocommerce form .form-row .input-text {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
.woocommerce form .form-row .input-text:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
.woocommerce form .form-row .input-text::placeholder {
  color: #89959A;
  opacity: 1;
}
.woocommerce form .form-row strong {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce form .form-row .select-wrapper {
  position: relative;
}
.woocommerce form .form-row .select-wrapper:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e918";
  position: absolute;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  color: #2D393E;
  top: -1px;
  right: 0;
  width: 50px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.woocommerce-page form .form-row .input-text {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
.woocommerce-page form .form-row .input-text:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
.woocommerce-page form .form-row .input-text::placeholder {
  color: #89959A;
  opacity: 1;
}

.checkout-page form.woocommerce-form-login {
  padding-bottom: 50px;
}
.checkout-page form.woocommerce-form-login p {
  font-size: 14px;
  line-height: 20px;
}
.checkout-page form.woocommerce-form-login .form-row {
  width: 100% !important;
}
.checkout-page form.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
  margin-top: 0;
}
.checkout-page form.woocommerce-form-login button {
  width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: 1px solid #BAC4C6 !important;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2D393E;
  text-align: left;
}
.woocommerce-error p, .woocommerce-error a, .woocommerce-error li, .woocommerce-info p, .woocommerce-info a, .woocommerce-info li, .woocommerce-message p, .woocommerce-message a, .woocommerce-message li {
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #2D393E !important;
  text-align: left !important;
}
.woocommerce-error p a, .woocommerce-error li a, .woocommerce-info p a, .woocommerce-info li a, .woocommerce-message p a, .woocommerce-message li a {
  display: inline !important;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  text-decoration: underline !important;
}
.woocommerce-error a:hover, .woocommerce-error a:focus-visible, .woocommerce-info a:hover, .woocommerce-info a:focus-visible, .woocommerce-message a:hover, .woocommerce-message a:focus-visible {
  color: #EB0048 !important;
}
@media (max-width: 575px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: block;
  }
  .woocommerce-error a.btn, .woocommerce-error a.button, .woocommerce-info a.btn, .woocommerce-info a.button, .woocommerce-message a.btn, .woocommerce-message a.button {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-top: 15px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  background: transparent;
}

.woocommerce-error {
  border: none !important;
}
.woocommerce-error p {
  padding: 1.5rem 3rem;
  border: 1px solid #EB0048 !important;
  border-radius: 10px;
}

.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text {
  border: 2px solid #EB0048;
}

.wc-square-credit-card-new-payment-method-form > p.form-row input[type=checkbox] {
  border: 1px solid #BAC4C6;
  border-radius: 3px;
  height: 20px;
  width: 20px !important;
  margin-right: 10px !important;
}
.wc-square-credit-card-new-payment-method-form > p.form-row label {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.update-all-subscriptions-payment-method-wrap {
  padding-bottom: 20px;
  display: block;
}
.update-all-subscriptions-payment-method-wrap input[type=checkbox] {
  border: 1px solid #BAC4C6;
  border-radius: 3px;
  height: 20px;
  width: 20px !important;
  margin-right: 10px !important;
  vertical-align: middle;
}
.update-all-subscriptions-payment-method-wrap label {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.payment_method_square_credit_card label img {
  display: none;
}

.woocommerce-order-pay .woocommerce table.shop_table td, .woocommerce-order-pay .woocommerce table.shop_table th, .woocommerce-order-pay .woocommerce-page table.shop_table td, .woocommerce-order-pay .woocommerce-page table.shop_table th {
  text-align: left;
}

.acknowledgement {
  padding-top: 40px;
}

.woocommerce-order-received .woocommerce-order-details {
  padding-top: 50px;
  border-top: 1px solid #BAC4C6;
  margin-top: 50px;
}
.woocommerce-order-received table tr {
  height: auto !important;
}

.woocommerce-order-details h2, .account-subscription-wrapper h2 {
  text-transform: capitalize;
}
.woocommerce-order-details table.woocommerce-table tbody, .woocommerce-order-details table.woocommerce-table tfoot, .woocommerce-order-details table.subscription_details tbody, .woocommerce-order-details table.subscription_details tfoot, .account-subscription-wrapper table.woocommerce-table tbody, .account-subscription-wrapper table.woocommerce-table tfoot, .account-subscription-wrapper table.subscription_details tbody, .account-subscription-wrapper table.subscription_details tfoot {
  border-color: #BAC4C6;
}
.woocommerce-order-details table.woocommerce-table tfoot tr:last-of-type, .woocommerce-order-details table.subscription_details tfoot tr:last-of-type, .account-subscription-wrapper table.woocommerce-table tfoot tr:last-of-type, .account-subscription-wrapper table.subscription_details tfoot tr:last-of-type {
  border-color: #BAC4C6;
}
.woocommerce-order-details table.woocommerce-table tfoot tr:last-of-type td .amount, .woocommerce-order-details table.woocommerce-table tfoot tr:last-of-type td .amount span, .woocommerce-order-details table.subscription_details tfoot tr:last-of-type td .amount, .woocommerce-order-details table.subscription_details tfoot tr:last-of-type td .amount span, .account-subscription-wrapper table.woocommerce-table tfoot tr:last-of-type td .amount, .account-subscription-wrapper table.woocommerce-table tfoot tr:last-of-type td .amount span, .account-subscription-wrapper table.subscription_details tfoot tr:last-of-type td .amount, .account-subscription-wrapper table.subscription_details tfoot tr:last-of-type td .amount span {
  font-weight: 700;
}
.woocommerce-order-details table.woocommerce-table thead, .woocommerce-order-details table.subscription_details thead, .account-subscription-wrapper table.woocommerce-table thead, .account-subscription-wrapper table.subscription_details thead {
  border-bottom: 1px solid #BAC4C6;
}
.woocommerce-order-details table.woocommerce-table th, .woocommerce-order-details table.subscription_details th, .account-subscription-wrapper table.woocommerce-table th, .account-subscription-wrapper table.subscription_details th {
  padding-left: 0;
}
.woocommerce-order-details table.woocommerce-table td, .woocommerce-order-details table.subscription_details td, .account-subscription-wrapper table.woocommerce-table td, .account-subscription-wrapper table.subscription_details td {
  padding-right: 0;
}
.woocommerce-order-details table.woocommerce-table td .bundled-product-name, .woocommerce-order-details table.woocommerce-table td .bundled-product-name a, .woocommerce-order-details table.subscription_details td .bundled-product-name, .woocommerce-order-details table.subscription_details td .bundled-product-name a, .account-subscription-wrapper table.woocommerce-table td .bundled-product-name, .account-subscription-wrapper table.woocommerce-table td .bundled-product-name a, .account-subscription-wrapper table.subscription_details td .bundled-product-name, .account-subscription-wrapper table.subscription_details td .bundled-product-name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce-order-details table.woocommerce-table td .product-quantity, .woocommerce-order-details table.subscription_details td .product-quantity, .account-subscription-wrapper table.woocommerce-table td .product-quantity, .account-subscription-wrapper table.subscription_details td .product-quantity {
  font-size: 12px;
}
.woocommerce-order-details table.woocommerce-orders-table--subscriptions, .account-subscription-wrapper table.woocommerce-orders-table--subscriptions {
  padding-top: 20px;
}

table.woocommerce-orders-table--subscriptions, table.my_account_subscriptions, table.woocommerce-orders-table {
  margin-bottom: 2rem;
}
table.woocommerce-orders-table--subscriptions tr, table.my_account_subscriptions tr, table.woocommerce-orders-table tr {
  height: auto !important;
}
table.woocommerce-orders-table--subscriptions thead tr, table.my_account_subscriptions thead tr, table.woocommerce-orders-table thead tr {
  border-bottom: 1px solid #BAC4C6;
}
table.woocommerce-orders-table--subscriptions thead tr th, table.my_account_subscriptions thead tr th, table.woocommerce-orders-table thead tr th {
  text-align: left;
  padding-left: 0;
  border: none;
}
table.woocommerce-orders-table--subscriptions thead tr th span, table.my_account_subscriptions thead tr th span, table.woocommerce-orders-table thead tr th span {
  font-weight: 700;
}
table.woocommerce-orders-table--subscriptions tbody, table.my_account_subscriptions tbody, table.woocommerce-orders-table tbody {
  border-bottom: 1px solid #BAC4C6 !important;
  border-top: 1px solid #BAC4C6 !important;
}
table.woocommerce-orders-table--subscriptions tbody tr td, table.my_account_subscriptions tbody tr td, table.woocommerce-orders-table tbody tr td {
  padding-left: 0;
  text-align: left;
}
table.woocommerce-orders-table--subscriptions tbody tr td a, table.my_account_subscriptions tbody tr td a, table.woocommerce-orders-table tbody tr td a {
  text-decoration: none !important;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.woocommerce-customer-details {
  padding-top: 20px;
}
.woocommerce-customer-details h2 {
  text-transform: capitalize;
}
.woocommerce-customer-details address, .woocommerce-customer-details address p {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  line-height: 1.8rem !important;
  font-weight: 400 !important;
}

.order_details .header-row {
  border-bottom: 1px solid #2D393E;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.order_details .header-row .product-name, .order_details .header-row .product-total {
  font-weight: 700;
}
.order_details .header-row .product-total {
  text-align: right;
}
.order_details .product-name {
  text-align: left;
}
.order_details .product-name .bundled-product-name {
  padding-left: 0;
}
.order_details .product-name .btn:hover, .order_details .product-name .btn:focus-visible {
  text-decoration: none !important;
}
.order_details .bundle_table_item {
  border-bottom: 1px solid #2D393E !important;
  padding-bottom: 10px;
}
.order_details .bundle_table_item .product-name {
  padding-bottom: 10px;
  font-size: 16px;
}
.order_details .bundle_table_item .product-name strong {
  font-size: 16px;
}
.order_details .bundle_table_item .product-total {
  font-size: 16px;
}
.order_details .bundle_table_item .product-total span {
  font-size: 16px;
}
.order_details .bundled_table_item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #BAC4C6 !important;
}
.order_details .bundled_table_item .product-name {
  text-align: left;
  font-size: 12px;
  padding-bottom: 5px;
}
.order_details .bundled_table_item .product-name .bundled-product-name {
  padding-left: 0;
  font-size: 12px;
}
.order_details .bundled_table_item .product-total .bundled_table_item_subtotal {
  font-size: 12px;
}
.order_details .bundled_table_item .product-total .bundled_table_item_subtotal .woocommerce-Price-amount, .order_details .bundled_table_item .product-total .bundled_table_item_subtotal span {
  font-size: 12px;
}
.order_details .bundled_table_item .product-total .bundled_table_item_subtotal:after {
  display: none;
}
.order_details .bundled_table_item .wc-item-meta li {
  font-size: 12px;
}
.order_details .bundled_table_item .wc-item-meta li strong, .order_details .bundled_table_item .wc-item-meta li p, .order_details .bundled_table_item .wc-item-meta li span {
  font-size: 12px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.order_details .totals-row {
  padding-top: 15px;
}
.order_details .totals-row.first {
  padding-top: 20px;
}
.order_details .totals-row .name {
  font-size: 16px;
}
.order_details .totals-row .name div {
  font-size: 16px;
}
.order_details .totals-row .value {
  font-size: 16px;
}
.order_details .totals-row .value span {
  font-size: 16px;
}

.related-order-wrapper {
  padding-top: 30px;
}
.related-order-wrapper header {
  padding-bottom: 30px;
}
.related-order-wrapper .order-actions {
  filter: brightness(100%) !important;
}
.woocommerce-customer-details {
  padding-top: 30px;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address address, .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--shipping-address address {
  font-size: 16px;
  line-height: 1.2;
}
.woocommerce-account table.woocommerce-orders-table .woocommerce-button, .woocommerce-order-received table.woocommerce-orders-table .woocommerce-button {
  color: #ffffff !important;
  font-size: 12px;
  display: block;
  background-color: #EB0048 !important;
  text-decoration: none !important;
}
.woocommerce-account table.woocommerce-orders-table .woocommerce-button:hover, .woocommerce-account table.woocommerce-orders-table .woocommerce-button:visited, .woocommerce-account table.woocommerce-orders-table .woocommerce-button:focus-visible, .woocommerce-order-received table.woocommerce-orders-table .woocommerce-button:hover, .woocommerce-order-received table.woocommerce-orders-table .woocommerce-button:visited, .woocommerce-order-received table.woocommerce-orders-table .woocommerce-button:focus-visible {
  background-color: #EB0048 !important;
  color: #ffffff !important;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td, .woocommerce-order-received table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
  filter: none !important;
}

.account-subscription-wrapper .order_details .product-quantity {
  font-size: 12px !important;
}
.account-subscription-wrapper .order_details .header-row {
  border-color: #BAC4C6 !important;
}
.account-subscription-wrapper .order_details div.row.bundle_table_item {
  border-bottom: none !important;
}
.account-subscription-wrapper .order_details div.row.bundled_table_item {
  padding-left: 15px;
}
.account-subscription-wrapper .order_details div.row.bundled_table_item .product-name, .account-subscription-wrapper .order_details div.row.bundled_table_item .product-name a, .account-subscription-wrapper .order_details div.row.bundled_table_item .product-name p, .account-subscription-wrapper .order_details div.row.bundled_table_item .product-name ul li strong {
  font-size: 16px;
  line-height: 24px;
}
.account-subscription-wrapper .related-order-wrapper {
  margin-top: 2rem;
}

.home-hero {
  position: relative;
  z-index: 1;
}
.home-hero .slider-wrapper .slick-slider:not(.slick-initialized) {
  height: 300px;
}
.home-hero .slider-wrapper .slider-arrow-wrapper {
  margin-top: -27px;
}
.home-hero .hero-marquee-wrapper {
  padding-top: 3px;
  padding-bottom: 30px;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide {
  padding: 0 0 0 15px;
  line-height: 20px;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner {
  line-height: 20px;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner span, .home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner a {
  color: #2D393E;
  line-height: 20px;
  display: block;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner .link a {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner .link a:hover, .home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner .link a:focus-visible {
  color: #EB0048;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner .plus {
  padding-left: 15px;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide .slide-inner .plus span {
  font-size: 8px;
  width: 10px;
}
.home-hero .hero-marquee-wrapper .marquee-slider .slide:not(:first-child) {
  display: none;
}
.home-hero .hero-marquee-wrapper .marquee-slider.slick-initialized .slide {
  display: block !important;
}
.home-hero .hero-divider {
  position: relative;
}
.home-hero.no-slider .hero-marquee-wrapper {
  border-top: 1px solid #BAC4C6;
  padding-top: 30px;
}
.home-featured-brands {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-featured-brands {
    padding-bottom: 60px;
  }
}
.home-featured-brands.neg-margin {
  margin-top: -30px;
}
.home-featured-brands .slider-container {
  overflow: visible;
  padding-bottom: 25px;
}
.home-featured-brands .slider-container .slick-slider, .home-featured-brands .slider-container .slick-list, .home-featured-brands .slider-container .slick-track {
  overflow: visible;
}
.home-featured-brands .slider-container .slider-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.home-featured-brands .slider-container .slider-wrapper .slick-slide {
  padding: 0 5px;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.home-featured-brands .slider-container .slider-wrapper .slick-slide:hover, .home-featured-brands .slider-container .slider-wrapper .slick-slide:focus-visible {
  padding-bottom: 20px;
  margin-top: -20px;
}
.home-featured-brands .slider-container .slider-wrapper .slick-slide:hover .brand-wrapper, .home-featured-brands .slider-container .slider-wrapper .slick-slide:focus-visible .brand-wrapper {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}
.home-featured-brands .slider-container .slider-wrapper .slick-slide:hover .brand-wrapper span, .home-featured-brands .slider-container .slider-wrapper .slick-slide:hover .brand-wrapper h3, .home-featured-brands .slider-container .slider-wrapper .slick-slide:hover .brand-wrapper p, .home-featured-brands .slider-container .slider-wrapper .slick-slide:focus-visible .brand-wrapper span, .home-featured-brands .slider-container .slider-wrapper .slick-slide:focus-visible .brand-wrapper h3, .home-featured-brands .slider-container .slider-wrapper .slick-slide:focus-visible .brand-wrapper p {
  color: #2D393E !important;
}
.home-featured-brands .brand-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-direction: column;
  border: 1px solid #BAC4C6;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none !important;
}
.home-featured-brands .brand-wrapper .brand-top, .home-featured-brands .brand-wrapper .brand-bot {
  flex: 0 0 auto;
  width: 100%;
}
.home-featured-brands .brand-wrapper .brand-top {
  padding: 25px;
}
.home-featured-brands .brand-wrapper .brand-top .flag {
  margin-bottom: 5px;
}
.home-featured-brands .brand-wrapper .brand-top h3, .home-featured-brands .brand-wrapper .brand-top p {
  color: #2D393E !important;
}
.home-featured-brands .brand-wrapper .brand-top p.descriptor {
  font-weight: 600;
  margin-top: 5px;
}
.home-featured-brands .brand-wrapper .brand-top p.description {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #BAC4C6;
}
.home-featured-brands .brand-wrapper .brand-bot .brand-img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  margin-top: 10px !important;
  overflow: hidden;
}
.home-featured-brands .brand-wrapper .brand-bot .brand-img-wrapper .divider-top {
  padding: 0;
  height: 20px !important;
}
.home-featured-brands .brand-wrapper .brand-bot .brand-img-wrapper .bg-img {
  width: calc(100% + 2px);
  left: -1px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -moz-transform: scale(1.001);
  transform: scale(1.001);
  will-change: transform;
}
@media (max-width: 575px) {
  .home-featured-brands .slider-container {
    padding-right: 70px !important;
  }
}
@media (min-width: 992px) {
  .home-featured-brands.neg-margin {
    margin-top: -100px;
  }
  .home-featured-brands .slider-container .slider-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-featured-brands .slider-container .slider-wrapper .slick-slide {
    padding: 0 10px;
  }
  .home-featured-brands .brand-wrapper .brand-top {
    padding: 40px 40px 25px 40px;
  }
}

.home-artists {
  background-color: #2D393E;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-artists {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .home-artists {
    padding-bottom: 60px;
  }
}
.home-artists .container {
  padding-right: 0 !important;
}
.home-artists .copy-col {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .home-artists .copy-col {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .home-artists .copy-col {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .home-artists .copy-col {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .home-artists .copy-col {
    padding-right: 100px;
  }
}
.home-artists .copy-col span, .home-artists .copy-col h2 {
  color: #ffffff;
}
.home-artists .copy-col .btn-wrapper {
  margin-top: 20px;
}
.home-artists .graphic-col .graphic {
  width: 100%;
}
@media (min-width: 992px) {
  .home-artists .copy-col {
    padding-right: 35px !important;
  }
}

.home-products {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 992px) {
  .home-products {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .home-products {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .home-products {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .home-products {
    padding-bottom: 120px;
  }
}
.home-products .product-listing .listing-heading .copy-col .btn-wrapper {
  margin-top: 20px;
}
.home-products .product-listing .listing-heading .graphic-col .graphic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home-products .product-listing .listing-heading {
    padding-bottom: 25px;
  }
}

.internal-hero {
  background: #F0F3F4;
  background: -webkit-linear-gradient(top, #F0F3F4, #ffffff);
  background: linear-gradient(to bottom, #F0F3F4, #ffffff);
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
}

.default-body-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .default-body-content {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .default-body-content {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .default-body-content {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .default-body-content {
    padding-bottom: 90px;
  }
}

.brand-listing {
  padding-bottom: 50px;
  padding-top: 50px;
}
.brand-listing .brand {
  padding: 50px 0;
}
.brand-listing .brand:not(:last-child) {
  border-bottom: 1px solid #BAC4C6;
}
.brand-listing .brand .brand-details {
  padding: 0 0 50px 0;
}
.brand-listing .brand .brand-details .copy-col {
  padding: 0 25px 0 0;
}
.brand-listing .brand .brand-details .copy-col .flag {
  margin-bottom: 5px;
}
.brand-listing .brand .brand-details .copy-col p.descriptor {
  font-weight: 600;
  margin-top: 5px;
}
.brand-listing .brand .brand-details .copy-col p.description {
  margin-top: 15px;
}
.brand-listing .brand .brand-details .copy-col .btn-wrapper {
  margin-top: 20px;
}
.brand-listing .brand .brand-details .img-col img {
  width: 100%;
}
.brand-listing .brand .brand-img .brand-img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .brand-listing .brand .brand-details {
    padding: 0;
  }
  .brand-listing .brand .brand-details .copy-col {
    padding: 0 30px 0 50px;
  }
}

.artist-listing {
  padding-bottom: 50px;
  padding-top: 50px;
}
.artist-listing > .container > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.artist-listing .artist {
  padding: 10px 5px;
}
.artist-listing .artist .artist-wrapper {
  display: block;
  height: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  top: 0;
}
.artist-listing .artist .artist-wrapper .artist-inner {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-direction: column;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top, .artist-listing .artist .artist-wrapper .artist-inner .artist-bot {
  flex: 0 0 auto;
  width: 100%;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top {
  position: relative;
  z-index: 1;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top .artist-img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  margin-bottom: 7px !important;
  overflow: hidden;
  z-index: 1;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top .artist-img-wrapper .divider-bot {
  padding: 0;
  height: 14px !important;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top .artist-img-wrapper .bg-img {
  width: calc(100% + 2px);
  left: -1px;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -moz-transform: scale(1.001);
  transform: scale(1.001);
  will-change: transform;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top .headshot-wrapper {
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: -50px;
  z-index: 2;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-top .headshot-wrapper .headshot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-bot {
  position: relative;
  z-index: 2;
  padding: 50px 10px 40px 10px;
}
.artist-listing .artist .artist-wrapper .artist-inner .artist-bot h3 {
  margin-top: 10px;
  color: #2D393E !important;
}
.artist-listing .artist .artist-wrapper .artist-inner .flag {
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.artist-listing .artist .artist-wrapper:hover, .artist-listing .artist .artist-wrapper:focus-visible {
  top: -10px;
}
.artist-listing .artist .artist-wrapper:hover .artist-inner, .artist-listing .artist .artist-wrapper:focus-visible .artist-inner {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.artist-listing .artist .artist-wrapper:hover .artist-inner .artist-top .headshot-wrapper .headshot, .artist-listing .artist .artist-wrapper:focus-visible .artist-inner .artist-top .headshot-wrapper .headshot {
  filter: none !important;
}
@media (min-width: 992px) {
  .artist-listing > .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .artist-listing .artist {
    padding: 15px 10px;
  }
  .artist-listing .artist .artist-wrapper .artist-inner .artist-bot {
    padding: 50px 20px 70px 20px;
  }
  .artist-listing .artist .artist-wrapper .artist-inner .flag {
    bottom: 25px;
    left: 20px;
  }
}

.collaborate {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .collaborate {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .collaborate {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .collaborate {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .collaborate {
    padding-bottom: 90px;
  }
}
.collaborate > .container > .row {
  padding-top: 50px;
}

.artist-hero {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .artist-hero {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .artist-hero {
    padding-top: 90px;
  }
}
.artist-hero .hero-main {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.artist-hero .hero-main .main-row {
  position: relative;
}
.artist-hero .hero-main .hero-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}
.artist-hero .hero-main .headshot-col {
  padding-top: 10px;
}
.artist-hero .hero-main .headshot-col .headshot-wrapper {
  border: 2px solid #F0F3F4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 280px;
  height: 280px;
}
.artist-hero .hero-main .headshot-col .headshot-wrapper .headshot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.artist-hero .hero-art {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.artist-hero .hero-art .art-img-wrapper {
  height: 400px;
}
.artist-hero .hero-art .slider-wrapper .slick-slide .caption-wrapper {
  padding-top: 15px;
}
.artist-hero .hero-art .slider-wrapper .slick-slide .caption-wrapper p {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  display: block;
}
@media (min-width: 768px) {
  .artist-hero .hero-main .main-row {
    min-height: 280px;
  }
  .artist-hero .hero-main .hero-copy {
    padding-right: 310px;
  }
  .artist-hero .hero-main .headshot-col {
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .artist-hero .hero-art {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .artist-hero .hero-main {
    padding-bottom: 0;
  }
  .artist-hero .hero-main .hero-copy {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 380px;
  }
  .artist-hero .hero-main .headshot-col {
    top: unset;
    bottom: -75px;
    transform: none;
  }
  .artist-hero .hero-art .art-img-wrapper {
    height: 450px;
  }
}
@media (min-width: 1300px) {
  .artist-hero .hero-art .art-img-wrapper {
    height: 500px;
  }
}
@media (min-width: 1500px) {
  .artist-hero .hero-art .art-img-wrapper {
    height: 550px;
  }
}

.artist-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .artist-info {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .artist-info {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .artist-info {
    padding-bottom: 90px;
  }
}
.artist-info .social .social-row {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 34px;
}
.artist-info .social .social-row .social-item {
  padding: 0 4px;
}
.artist-info .social .social-row .social-item .social-link {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #2D393E;
  transition: all 0.25s;
  border-radius: 50%;
  text-align: center;
}
.artist-info .social .social-row .social-item .social-link span {
  color: #ffffff;
  line-height: 46px;
  font-size: 26px;
}
.artist-info .social .social-row .social-item .social-link:hover, .artist-info .social .social-row .social-item .social-link:focus-visible {
  background-color: #EB0048;
}
@media (min-width: 992px) {
  .artist-info .social .social-row {
    margin-bottom: 0;
  }
}

.artist-products {
  padding-top: 55px;
}
.artist-products .listing-heading {
  padding-bottom: 12px;
}

.artist-page.artist-listing {
  padding-top: 122px;
}
.artist-page.artist-listing .listing-heading {
  padding-bottom: 18px;
}
.artist-page.artist-listing .listing-heading h3 {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .artist-page.artist-listing .listing-heading h3 {
    margin-bottom: 0px;
  }
}

.internal-hero.contact-hero {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .internal-hero.contact-hero {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .internal-hero.contact-hero {
    padding-bottom: 90px;
  }
}
.contact-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .contact-info {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .contact-info {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding-bottom: 90px;
  }
}
.contact-info h2 {
  margin-bottom: 30px;
}
.contact-info .location {
  padding-bottom: 50px;
}
.contact-info .location .location-info .copy {
  padding-bottom: 30px;
}
.contact-info .location .location-info .copy .wysiwyg {
  max-width: 300px;
}
.contact-info .location .location-info .map .map-wrapper {
  position: relative;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-info .location .location-info .map .map-wrapper {
    width: 177px;
  }
}
.contact-info .social .social-properties {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-info .social .social-properties .social-col {
  padding: 5px 7px;
}
.contact-info .social .social-properties .social-col a {
  display: block;
  width: 100%;
  border: 1px solid #BAC4C6;
  background-color: transparent;
  line-height: 24px;
  border-radius: 22px;
  padding: 10px 25px 10px 60px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  font-size: 13px;
  font-weight: 700 !important;
}
.contact-info .social .social-properties .social-col a span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  position: absolute;
  left: 25px;
}
.contact-info .social .social-properties .social-col a:hover, .contact-info .social .social-properties .social-col a:focus, .contact-info .social .social-properties .social-col a:focus-visible {
  background-color: #2D393E;
  color: #ffffff;
}
.contact-info .social .social-properties .social-col a:hover span, .contact-info .social .social-properties .social-col a:focus span, .contact-info .social .social-properties .social-col a:focus-visible span {
  color: #ffffff;
}
@media (min-width: 992px) {
  .contact-info .info-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .contact-info .location, .contact-info .social {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-info .location {
    padding-bottom: 0;
  }
  .contact-info .location .location-info .copy {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .contact-info .info-row {
    margin-left: -70px;
    margin-right: -70px;
  }
  .contact-info .location, .contact-info .social {
    padding-left: 70px;
    padding-right: 70px;
  }
}

iframe html body #content {
  padding: 0;
}
iframe html body #content fieldset {
  padding: 0;
}

#airgoods-widget div {
  max-width: 100%;
}
#airgoods-widget > div > div {
  flex-wrap: wrap;
}

section.content-section-wrapper {
  position: relative;
  z-index: 1;
}
section.content-section-wrapper .fc {
  position: relative;
}
section.content-section-wrapper .text-center p {
  margin-left: auto;
  margin-right: auto;
}
section.content-section-wrapper.bg-steel {
  background-color: #2D393E;
}
section.content-section-wrapper.bg-steel p, section.content-section-wrapper.bg-steel a, section.content-section-wrapper.bg-steel span, section.content-section-wrapper.bg-steel h1, section.content-section-wrapper.bg-steel h2, section.content-section-wrapper.bg-steel h3, section.content-section-wrapper.bg-steel h4, section.content-section-wrapper.bg-steel h5, section.content-section-wrapper.bg-steel h6, section.content-section-wrapper.bg-steel b, section.content-section-wrapper.bg-steel i {
  color: #ffffff;
}
section.content-section-wrapper.bg-steel .circle {
  background-color: #ffffff !important;
}
section.content-section-wrapper.bg-steel .circle span {
  color: #2D393E !important;
}
section.content-section-wrapper.bg-white {
  background-color: #ffffff;
}
section.content-section-wrapper.bg-white p, section.content-section-wrapper.bg-white a, section.content-section-wrapper.bg-white span, section.content-section-wrapper.bg-white h1, section.content-section-wrapper.bg-white h2, section.content-section-wrapper.bg-white h3, section.content-section-wrapper.bg-white h4, section.content-section-wrapper.bg-white h5, section.content-section-wrapper.bg-white h6, section.content-section-wrapper.bg-white b, section.content-section-wrapper.bg-white i {
  color: #2D393E;
}
section.content-section-wrapper.bg-off_white {
  background-color: #F0F3F4;
}
section.content-section-wrapper.bg-off_white p, section.content-section-wrapper.bg-off_white a, section.content-section-wrapper.bg-off_white span, section.content-section-wrapper.bg-off_white h1, section.content-section-wrapper.bg-off_white h2, section.content-section-wrapper.bg-off_white h3, section.content-section-wrapper.bg-off_white h4, section.content-section-wrapper.bg-off_white h5, section.content-section-wrapper.bg-off_white h6, section.content-section-wrapper.bg-off_white b, section.content-section-wrapper.bg-off_white i {
  color: #2D393E;
}
section.content-section-wrapper.content_section_heading .fc p {
  max-width: 775px;
  margin-top: 15px;
}
section.content-section-wrapper.content_faqs .fc .faq-section:not(:first-child) {
  padding-top: 50px;
}
section.content-section-wrapper.content_faqs .fc .faq-section:not(:last-child) {
  border-bottom: 1px solid #BAC4C6;
  padding-bottom: 50px;
}
section.content-section-wrapper.content_faqs .fc .faq-section .heading-col h3 {
  margin-bottom: 20px;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  padding: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 25px 85px 25px 25px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-radius: 10px;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button:focus-visible {
  outline-offset: 5px;
  outline-style: dashed;
  outline-width: 1px;
  outline-color: #2D393E;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button:after {
  content: "\e916";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #2D393E;
  background-color: #2D393E;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 36px;
  pointer-events: none;
  z-index: 2;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button.collapsed:after {
  content: "\e914";
  background-color: transparent;
  color: #2D393E;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button:hover:after, section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item button:focus-visible:after {
  background-color: #2D393E;
  color: #ffffff;
}
section.content-section-wrapper.content_faqs .fc .faq-section .faqs-col .accordion-wrapper .accordion-item .accordion-content .wysiwyg {
  padding: 0 45px 30px 25px;
}
@media (min-width: 992px) {
  section.content-section-wrapper.content_faqs .fc .faq-section .heading-col {
    padding-right: 50px;
  }
}
section.content-section-wrapper.content_logo_grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.content-section-wrapper.content_logo_grid .fc .row {
  margin-left: -10px;
  margin-right: -10px;
}
section.content-section-wrapper.content_logo_grid .fc .logo {
  padding: 10px;
}
section.content-section-wrapper.content_logo_grid .fc .logo .logo-wrapper {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 0;
  position: relative;
}
section.content-section-wrapper.content_logo_grid .fc .logo .logo-wrapper img {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  filter: grayscale(100%);
  display: block;
  width: 100%;
}
section.content-section-wrapper.content_logo_grid .fc .logo .logo-inner {
  display: block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
section.content-section-wrapper.content_logo_grid .fc .logo .logo-inner:hover .logo-wrapper, section.content-section-wrapper.content_logo_grid .fc .logo .logo-inner:focus-visible .logo-wrapper {
  margin-top: -10px;
  outline: none !important;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
  top: -10px;
}
section.content-section-wrapper.content_logo_grid .fc .logo .logo-inner:hover .logo-wrapper img, section.content-section-wrapper.content_logo_grid .fc .logo .logo-inner:focus-visible .logo-wrapper img {
  filter: grayscale(0);
}
section.content-section-wrapper.content_two_col_callout .fc .row {
  margin-left: -25px;
  margin-right: -25px;
}
section.content-section-wrapper.content_two_col_callout .fc .callout {
  padding: 25px;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper {
  background-color: #ffffff;
  border: 1px solid #BAC4C6;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  margin: 0;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-top {
  padding: 50px 40px 40px 40px;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-top img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-top h3 {
  margin-top: 15px;
  text-align: center;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-top p {
  margin-top: 15px;
  text-align: center;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-top .btn-wrapper {
  margin-top: 20px;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-bot {
  position: relative;
  z-index: 1;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-bot .bottom-img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  margin-top: 7px !important;
  overflow: hidden;
}
section.content-section-wrapper.content_two_col_callout .fc .callout .callout-wrapper .callout-bot .bottom-img-wrapper .divider-top {
  padding: 0;
  height: 14px !important;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider {
  position: relative;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .callout:first-child {
  padding-bottom: 50px;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .callout:nth-child(2) {
  padding-top: 50px;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider {
  pointer-events: none;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider {
    height: 100px;
  }
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider .circle-spacer {
  background-color: #F0F3F4;
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider .circle-spacer .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2D393E;
  text-align: center;
  display: block;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider .circle-spacer .circle span {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider:after {
  content: "";
  background-color: #BAC4C6;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider {
    margin-left: -50px;
    margin-right: -50px;
  }
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .callout:first-child {
    padding: 25px 50px;
  }
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .callout:nth-child(2) {
    padding: 25px 50px;
  }
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider {
    height: 100%;
    width: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section.content-section-wrapper.content_two_col_callout .fc .row.has-divider .divider:after {
    width: 1px;
    height: calc(100% - 50px);
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
section.content-section-wrapper .documents-box {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 1px solid #BAC4C6;
}
section.content-section-wrapper .documents-box .documents-header {
  background-color: #2D393E;
  padding: 12px 15px;
}
section.content-section-wrapper .documents-box .documents-header > div {
  padding: 0 5px;
}
section.content-section-wrapper .documents-box .documents-header p {
  color: #ffffff;
}
section.content-section-wrapper .documents-box .documents-header .download-col-spacer {
  width: 32px;
}
section.content-section-wrapper .documents-box .document {
  border-left: 1px solid #BAC4C6;
  border-right: 1px solid #BAC4C6;
  border-bottom: 1px solid #D5DCDD;
  padding: 14px 15px;
}
section.content-section-wrapper .documents-box .document:first-of-type {
  border-top: 0;
}
section.content-section-wrapper .documents-box .document:last-of-type {
  border-bottom: 0;
}
section.content-section-wrapper .documents-box .document .title, section.content-section-wrapper .documents-box .document .batch, section.content-section-wrapper .documents-box .document .date-col, section.content-section-wrapper .documents-box .document .download-col {
  padding: 0 5px;
}
section.content-section-wrapper .documents-box .document .title {
  margin-bottom: 10px;
}
section.content-section-wrapper .documents-box .document .title a {
  display: block;
  transition: all 0.25s;
}
section.content-section-wrapper .documents-box .document .title a:hover, section.content-section-wrapper .documents-box .document .title a:focus-visible {
  color: #EB0048;
}
section.content-section-wrapper .documents-box .document .download-col {
  margin-top: 10px;
}
section.content-section-wrapper .documents-box .document .download-col a span {
  color: #1773B0;
  font-size: 22px;
}
@media (min-width: 768px) {
  section.content-section-wrapper .documents-box .document .title {
    margin-bottom: 0px;
  }
  section.content-section-wrapper .documents-box .document .download-col {
    margin-top: 0;
  }
}

.sitemap-section {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .sitemap-section {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .sitemap-section {
    padding-bottom: 90px;
  }
}

.woocommerce-account h3 {
  text-transform: capitalize;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc {
  padding-top: 50px;
  border-top: 1px solid #BAC4C6;
  width: 100%;
  margin: 50px 0 0 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta {
  margin-bottom: 0 !important;
  height: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta .cta-wrapper .cta-inner p {
  text-transform: capitalize;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta .cta-wrapper:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta .cta-wrapper:focus-visible {
  text-decoration: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta.is-active .cta-wrapper .cta-inner {
  background-color: #2D393E;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta.is-active .cta-wrapper .cta-inner p, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.boxed-cta.is-active .cta-wrapper .cta-inner span {
  color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation.fc .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  display: block;
  line-height: 16px;
  text-decoration: none !important;
  font-size: 13px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-size: 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .submit-holder {
  padding-top: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
  border: 1px solid #BAC4C6;
  border-radius: 5px;
  border-color: #BAC4C6;
  color: #2D393E;
  background-color: #ffffff;
  width: 100%;
  margin: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input:focus-visible, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select:focus-visible, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea:focus-visible {
  outline: 1px dotted #A9E0EB !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input::placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select::placeholder, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea::placeholder {
  color: #89959A;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input.input-checkbox, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select.input-checkbox, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea.input-checkbox {
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: bottom;
  margin-right: 5px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input.input-checkbox:after, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select.input-checkbox:after, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea.input-checkbox:after {
  width: 6px;
  height: 11px;
  left: 6px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row input[type=file] {
  font-size: 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row option {
  color: #2D393E;
  opacity: 0.8;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row label {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row label span {
  font-size: 14px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row .select2 {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row > span em {
  font-size: 16px;
}
.woocommerce-account .woocommerce .account-subscription-wrapper .subscription_details {
  margin-bottom: 60px;
}
.woocommerce-account .woocommerce .account-subscription-wrapper .subscription_details a.button {
  margin: 0;
}
@media (min-width: 576px) {
  .woocommerce-account .woocommerce .account-subscription-wrapper .order_details .product-total {
    text-align: right;
  }
  .woocommerce-account .woocommerce .account-subscription-wrapper .order_details .bundled_table_item .product-name {
    padding-bottom: 0;
  }
  .woocommerce-account .woocommerce .account-subscription-wrapper .order_details .totals-row .value {
    text-align: right;
  }
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox, .woocommerce-form-register .woocommerce-form__label-for-checkbox {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox span, .woocommerce-form-register .woocommerce-form__label-for-checkbox span {
  font-size: 14px;
  line-height: 22px;
  padding-left: 5px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox], .woocommerce-form-register .woocommerce-form__label-for-checkbox input[type=checkbox] {
  border: 1px solid #BAC4C6;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox #rememberme, .woocommerce-form-register .woocommerce-form__label-for-checkbox #rememberme {
  vertical-align: -5px;
}
.woocommerce-form.woocommerce-form-login .lost_password, .woocommerce-form-register .lost_password {
  text-align: center;
}
.woocommerce-form.woocommerce-form-login .lost_password a, .woocommerce-form-register .lost_password a {
  font-size: 14px;
}
.woocommerce-form.woocommerce-form-login .form-row, .woocommerce-form-register .form-row {
  width: 100% !important;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce-form-register .woocommerce-form-login__rememberme {
  margin-bottom: 20px;
  margin-top: 0;
}
.woocommerce-form.woocommerce-form-login button, .woocommerce-form-register button {
  width: 100%;
}

.woocommerce-form.woocommerce-form-login p, .woocommerce-form.woocommerce-form-login p a, .woocommerce-form-register p, .woocommerce-form-register p a {
  font-size: 12px !important;
  line-height: 18px !important;
}

#customer_login .login-column, #customer_login .register-column {
  float: none !important;
  width: 100% !important;
}

.register-column {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #BAC4C6;
}
.register-column .form-row button {
  margin-top: 20px;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  display: block !important;
  width: 100% !important;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row #password_strength {
  padding-top: 10px !important;
}

/*# sourceMappingURL=style.css.map */