@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0;
  line-height: 1em;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  color: #1e1343;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

li {
  font-size: 1.6rem;
  line-height: 1.4em;
  margin: 0.7em 0;
}

a {
  color: #1e1343;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.2rem;
  line-height: 1.4em;
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 600;
}

hr {
  margin: 3rem 0;
  height: 0.3rem;
  width: 30%;
  border: 0;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li {
  color: #fff;
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }
  h2 span {
    font-size: 2rem;
  }

  h3 {
    font-size: 2.2rem;
    font-weight: normal;
  }
  h3 span {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.4rem;
  }

  #logo {
    padding-right: 7.5vw;
  }
}
.container {
  max-width: calc(138rem + 4vw);
  margin: 0 auto;
  width: 100%;
  padding: 0 4vw;
  box-sizing: border-box;
}

.ctn {
  padding: 0 4vw;
  box-sizing: border-box;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.border-button {
  border: 1px solid #1e1343;
  font-size: 1.6rem;
  padding: 1.3rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}
.border-button:hover {
  background-color: #1e1343;
  color: #fff;
}

.solid-button {
  border: 1px solid #1e1343;
  background-color: #1e1343;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.3rem 2.5rem;
  border-radius: 0.5rem;
}
.solid-button:hover {
  background-color: #8e88a1;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

.elementor-button {
  text-decoration: none !important;
}

#main .elementor-field-group .elementor-select-wrapper select {
  font-size: 1.5rem;
  font-weight: bold;
}

#main .elementor-posts-container .elementor-post__text a {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4em;
  font-family: "Source Sans Pro", sans-serif;
}
#main .elementor-posts-container .elementor-post__text .elementor-post__meta-data {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  color: #1e1343;
}
#main .elementor-posts-container .elementor-post__text .elementor-post__excerpt p {
  font: normal 1.4rem/1.4em "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #1e1343;
}
#main .elementor-posts-container .elementor-post__thumbnail {
  border-radius: 900px;
  overflow: hidden;
}

main .elementor a {
  color: #1e1343;
  text-decoration: underline;
}
main .elementor a:hover {
  text-decoration: none;
}

.elementor-widget-netrf-custom .block-link {
  background-size: cover;
  background-position: center center;
}

#rest .elementor-post__card .elementor-post__badge {
  background-color: #8e88a1;
  border-radius: 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  right: auto;
  left: 0;
  width: auto;
  display: inline-block;
}
#rest .elementor-post__card .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
#rest .elementor-post__card .elementor-post__text {
  position: absolute;
  bottom: 30px;
  z-index: 3;
}
#rest .elementor-post__card .elementor-post__text h3 {
  margin-bottom: 0;
}
#rest .elementor-post__card .elementor-post__text h3 a {
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rest .elementor-post__card .elementor-post__meta-data {
  position: absolute;
  bottom: 55px;
  border: 0;
}
#rest .elementor-post__card .elementor-post__meta-data .elementor-post-date {
  color: #fff;
}
#rest .elementor-post-date {
  font-size: 1.4rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#rest .elementor-posts--skin-classic .elementor-post {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#rest .elementor-posts--skin-classic .elementor-post__thumbnail__link {
  margin-right: 4rem;
}
#rest .elementor-posts--skin-classic .elementor-post__thumbnail {
  border-radius: 90rem;
  overflow: hidden;
}
#rest .elementor-posts--skin-classic p {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}
#rest .elementor-posts--skin-classic h3 a {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  display: block;
}
#rest .elementor-widget-wp-widget-categories h5, #rest .elementor-widget-wp-widget-nav_menu h5 {
  display: none;
}
#rest .elementor-widget-wp-widget-categories ul, #rest .elementor-widget-wp-widget-nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#rest .elementor-widget-wp-widget-categories ul > li, #rest .elementor-widget-wp-widget-nav_menu ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#rest .elementor-widget-wp-widget-categories ul > li:before, #rest .elementor-widget-wp-widget-nav_menu ul > li:before {
  display: none;
}
#rest .elementor-widget-wp-widget-categories ul a, #rest .elementor-widget-wp-widget-nav_menu ul a {
  font-size: 2.8rem;
  padding: 3rem 0;
  text-decoration: none;
  display: block;
}
#rest .elementor-widget-wp-widget-categories ul a:hover, #rest .elementor-widget-wp-widget-nav_menu ul a:hover {
  color: #8e88a1;
}
#rest .elementor-widget-wp-widget-categories ul .current_page_item a, #rest .elementor-widget-wp-widget-nav_menu ul .current_page_item a {
  font-weight: 400;
}
#rest .elementor-accordion .elementor-accordion-item {
  border: 0;
}
#rest .elementor-accordion .elementor-tab-content {
  border: 0;
  padding: 2rem 2rem 4rem 2.7rem;
}
#rest .elementor-accordion .elementor-tab-title {
  padding: 2rem 0 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 27px;
  position: relative;
  line-height: 1.5em;
}
#rest .elementor-accordion .elementor-tab-title a {
  text-decoration: none;
}
#rest .elementor-accordion .elementor-tab-title i {
  position: absolute;
  top: 2rem;
  left: 0;
}

.search-form {
  margin-top: 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.search-form input[type=search] {
  border: 1px solid #dadce9;
  font-size: 1.6rem;
  padding: 1.5rem;
  border-radius: 0.3rem;
  width: 100%;
}
.search-form input[type=submit] {
  position: absolute;
  top: 50%;
  right: 2rem;
  border: 0;
  background: transparent url(../img/search.svg) no-repeat center center;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    order: 2;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    width: 90px;
    -webkit-box-flex: 0 0 90px;
    -moz-box-flex: 0 0 90px;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    order: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: -100px;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery li {
    float: none;
    width: 100%;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery li img {
    width: 100%;
    height: auto;
  }
}

.elementor-tabs-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.elementor-tabs-wrapper > div {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

html body.woocommerce div.product.elementor form.cart table.variations {
  vertical-align: middle;
  margin-bottom: 50px;
}
html body.woocommerce div.product.elementor form.cart table.variations label {
  font: normal 1.3rem/1em "Source Sans Pro", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 14px;
}
html body.woocommerce div.product.elementor form.cart table.variations * {
  height: auto;
}
html body.woocommerce div.product.elementor form.cart table.variations td, html body.woocommerce div.product.elementor form.cart table.variations tr {
  height: 40px;
  vertical-align: middle;
}
html body.woocommerce div.product.elementor form.cart table.variations td.value select {
  border: 2px solid #dadce9;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 0 1rem;
  color: #8e88a1;
  margin: 1rem 0;
  width: 100%;
  display: block;
  height: 4rem;
  line-height: 2em;
}
html body.woocommerce .single_variation_wrap {
  display: flex !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
html body.woocommerce .single_variation_wrap > * {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
html body.woocommerce .reset_variations, html body.woocommerce .quantity {
  display: none !important;
}
html body.woocommerce .woocommerce-Price-amount {
  font-size: 3rem;
  color: #1e1343;
}
html body.woocommerce form.cart .button {
  background-color: #1e1343;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 35px;
  font-weight: normal;
  margin-left: 0 !important;
}

.elementor .elementor-tabs .elementor-tab-content {
  padding: 25px 0;
}
.elementor .elementor-tabs .elementor-tab-title {
  font-size: 1.6rem;
  color: #1e1343;
  font-weight: normal;
  border-bottom: 2px solid #dadce9 !important;
}
.elementor .elementor-tabs .elementor-tab-title.elementor-active {
  border-bottom: 2px solid #8e88a1 !important;
  color: #1e1343;
}

#animation-container {
  display: block;
}
#animation-container section {
  position: relative;
  z-index: 999;
}
#animation-container section:last-child {
  pointer-events: none;
}
#animation-container section .content {
  position: sticky;
  top: 0;
}
#animation-container section .content span {
  display: inline-block;
  font: normal 600 18px/1em "Source Sans Pro", sans-serif;
  color: #1e1343;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#animation-container section .content h2 {
  font: normal 300 60px/1em "Raleway", sans-serif;
  color: #1e1343;
  margin: 0;
}
#animation-container section .content a {
  margin-top: 15px;
  font: normal 900 18px/1em "Source Sans Pro", sans-serif;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #A46497;
  color: #fff;
}
#animation-container section .content a:hover {
  background-color: #1e1343;
}
#animation-container section .content ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  color: #1e1343;
}
#animation-container section .content ul li {
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  font: normal 500 24px/1.3em "Source Sans Pro", sans-serif;
  padding-left: 35px;
  display: inline-block;
}
#animation-container section .content ul li:before {
  content: " ";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #8e88a1;
  position: absolute;
  top: 14px;
  left: 0;
}
#animation-container section:first-child {
  height: 10%;
}
#animation-container section:first-child .content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, white 70%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#animation-container section:first-child .content > div {
  max-width: 750px;
}
#animation-container section:first-child .content .scroll {
  position: relative;
  margin-bottom: 15px;
}
#animation-container section:first-child .content .scroll:after {
  content: "";
  display: block;
  width: 25px;
  height: 40px;
  border-radius: 50px;
  border: 3px solid #1e1343;
  margin: 30px auto 0;
}
#animation-container section:first-child .content .scroll:before {
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  border-radius: 50px;
  background-color: #1e1343;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  animation: up-down 1s linear infinite;
}
#animation-container section:nth-child(2) {
  height: 19%;
}
#animation-container section:nth-child(2) .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 40vw;
  max-width: 500px;
  box-sizing: border-box;
  padding: 50px;
}
#animation-container section:nth-child(3) {
  height: 16%;
}
#animation-container section:nth-child(3) .content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px;
}
#animation-container section:nth-child(3) .content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#animation-container section:nth-child(3) .content > div li {
  margin: 0 15px 10px;
}
#animation-container section:nth-child(3) .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 65px;
  width: 400px;
  flex: 0 0 400px;
}
#animation-container section:nth-child(3) .title img {
  width: 220px;
  margin-right: 25px;
}
#animation-container section:nth-child(4) {
  height: 19%;
}
#animation-container section:nth-child(4) .content {
  height: 80vh;
  width: 40%;
  left: 60%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 50px;
}
#animation-container section:nth-child(5) {
  height: 20%;
}
#animation-container section:nth-child(5) .content {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#animation-container section:nth-child(6) {
  height: 16.1%;
}
#animation-container section:nth-child(6) .content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  padding: 100px 50px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#animation-container section:nth-child(6) a {
  opacity: 1 !important;
}
#animation-container section:nth-child(7) {
  height: 1%;
  margin-top: 400px;
}
#animation-container section .content span {
  position: relative;
  opacity: 0;
  left: -20px;
  transition: opacity 0.6s 0.5s, left 0.6s 0.5s;
}
#animation-container section .content ul li {
  position: relative;
  opacity: 0;
  top: 15px;
}
#animation-container section .content a {
  opacity: 0;
  transition: opacity 0.5s 2s;
}
#animation-container section.future .content span {
  opacity: 0;
  left: -20px;
}
#animation-container section.future .content img {
  opacity: 0;
  transition: opacity 0.6s 0.6s;
}
#animation-container section.future .content ul li {
  transition-delay: 0 !important;
}
#animation-container section.future .content a {
  opacity: 0;
}
#animation-container section.active:not(:nth-child(6)) .content span {
  opacity: 1;
  left: 0;
}
#animation-container section.active:not(:nth-child(6)) .content a {
  opacity: 1;
}
#animation-container section.active:not(:nth-child(6)) .content img {
  animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.6s;
}
#animation-container section.active:not(:nth-child(6)) .content h2 {
  animation: focus-in-contract 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 1s;
}
#animation-container section.active:not(:nth-child(6)) .content ul li {
  opacity: 1;
  top: 0;
}
#animation-container section.active:not(:nth-child(6)) .content ul li:first-child {
  transition: opacity 0.4s 1s, top 0.4s 1s;
}
#animation-container section.active:not(:nth-child(6)) .content ul li:nth-child(2) {
  transition: opacity 0.4s 1.3s, top 0.4s 1.3s;
}
#animation-container section.active:not(:nth-child(6)) .content ul li:nth-child(3) {
  transition: opacity 0.4s 1.6s, top 0.4s 1.6s;
}
#animation-container section.active:not(:nth-child(6)) .content ul li:nth-child(4) {
  transition: opacity 0.4s 1.9s, top 0.4s 1.9s;
}
#animation-container section.active:nth-child(6) .content span {
  opacity: 1;
  left: 0;
}
#animation-container section.active:nth-child(6) .content a {
  opacity: 1;
}
#animation-container section.past .content h2 {
  animation: text-blur-out 1.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
#animation-container section.past .content a {
  opacity: 0;
}
#animation-container section.past .content img {
  opacity: 0;
  animation: flip-out-hor-top 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
#animation-container section.past .content ul li {
  transition-delay: 0 !important;
  opacity: 0;
}
#animation-container section.past:nth-child(6) .content h2, #animation-container section.past:nth-child(6) .content img, #animation-container section.past:nth-child(6) .content ul, #animation-container section.past:nth-child(6) .content li, #animation-container section.past:nth-child(6) .content span {
  animation: none;
  opacity: 1;
  left: 0;
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 0.1em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-blur-out {
  40% {
    -webkit-filter: blur(0.01);
    filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
    filter: blur(12px) opacity(0%);
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-out-hor-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    opacity: 0;
  }
}
@keyframes up-down {
  0%, 100% {
    bottom: 20px;
  }
  75% {
    bottom: 25px;
  }
}
#video-element {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  transition: top 1s, opacity 1s, width 1s, left 1s, height 1s;
  max-width: none;
  pointer-events: none;
}
#video-element.explore {
  top: 20%;
  width: 100%;
  left: 0%;
  height: 100%;
}
#video-element.skin {
  left: 20%;
  top: 0%;
  height: 100%;
  width: 100%;
}
#video-element.purple {
  left: 5%;
  top: -5%;
  height: 90%;
  width: 90%;
}
#video-element.sense {
  left: -20%;
  top: 0%;
  height: 100%;
  width: 90%;
}
#video-element.chambers {
  left: -10%;
  top: 25%;
  height: 90%;
  width: 120%;
}
#video-element.outro {
  left: -10%;
  top: -15%;
  height: 100%;
  width: 120%;
}
#video-element.hide {
  opacity: 0;
  position: absolute;
}

html, body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #ffffff;
  font-smoothing: antialiased;
  min-height: 100vh;
  color: #1e1343;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

#utility {
  background-color: #1e1343;
  position: relative;
  z-index: 996;
}
#utility ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -2.5rem;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#utility ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#utility ul > li:before {
  display: none;
}
#utility ul a {
  padding: 1rem 2.5rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.3rem;
  display: block;
}

#header {
  position: relative;
  border-bottom: 1px solid #dadce9;
  z-index: 997;
}
#header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#header .container .custom-logo-link {
  display: block;
  width: 11rem;
  padding: 2vw 0;
}
#header .container .custom-logo-link img {
  width: 100%;
  height: auto !important;
}

#menu-primary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#menu-primary-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#menu-primary-nav > li:before {
  display: none;
}
@media only screen and (min-width: 1000px) {
  #menu-primary-nav > li {
    position: relative;
  }
  #menu-primary-nav > li.border-button {
    margin-left: 1.5rem;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  #menu-primary-nav > li.border-button a {
    padding: 1.3rem 2.5rem;
  }
  #menu-primary-nav > li.border-button a:hover {
    color: #fff;
  }
  #menu-primary-nav > li.solid-button {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-left: 3rem;
  }
  #menu-primary-nav > li.solid-button a {
    padding: 1.3rem 2.5rem;
    color: #fff;
    height: auto;
  }
  #menu-primary-nav > li.solid-button a:hover {
    border-bottom: none;
  }
  #menu-primary-nav > li > a {
    font: normal 1.8rem/1.2rem "Poppins", sans-serif;
    text-decoration: none;
    color: #1e1343;
    display: block;
    padding: 0 2.5rem;
    height: 112px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #menu-primary-nav > li > ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 1.5rem 0;
    display: none;
  }
  #menu-primary-nav > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  #menu-primary-nav > li > ul > li:before {
    display: none;
  }
  #menu-primary-nav > li > ul a {
    display: block;
    font: normal 1.6rem/1.2em "Source Sans Pro", sans-serif;
    color: #1e1343;
    white-space: nowrap;
    padding: 1rem 2.5rem;
    text-decoration: none;
  }
  #menu-primary-nav > li > ul a:hover {
    text-decoration: underline;
  }

  #menu-primary-nav > li:hover > ul {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #menu-primary-nav > li > a {
    padding: 2vw 1.5rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  #menu-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 1.5rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 53px 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  #menu-primary-nav > li > a {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    padding: 1.5rem 4rem;
  }
  #menu-primary-nav > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
  }
  #menu-primary-nav > li > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  #menu-primary-nav > li > ul > li:before {
    display: none;
  }
  #menu-primary-nav > li > ul a {
    display: block;
    padding: 1rem 0 1rem 6rem;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
  }
  #menu-primary-nav > li > ul a:before {
    content: " ";
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #8e88a1;
    position: absolute;
    top: 2rem;
    left: 3rem;
  }
  #menu-primary-nav .border-button {
    border: 0;
    border-radius: 0;
    font-weight: bold;
  }
  #menu-primary-nav .border-button a {
    background-color: #8e88a1;
    color: #fff;
  }
  #menu-primary-nav .solid-button {
    border: 0;
    border-radius: 0;
    font-weight: bold;
  }
  #menu-primary-nav .solid-button a {
    background-color: #1e1343;
    color: #fff;
  }
}

.open-menu #menu-primary-nav {
  display: block;
}

#mobile-menu {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #mobile-menu {
    display: block;
    position: relative;
    width: 60px;
    height: 26px;
  }
  #mobile-menu strong, #mobile-menu:before, #mobile-menu:after {
    content: " ";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #8e88a1;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mobile-menu strong {
    top: 12px;
  }
  #mobile-menu:after {
    top: 24px;
  }
  #mobile-menu:hover {
    cursor: pointer;
  }
  #mobile-menu:hover strong, #mobile-menu:hover:before, #mobile-menu:hover:after {
    background-color: #1e1343;
  }
}

/***********************
** Icon Font
***********************/
@font-face {
  font-family: 'icons';
  src:  url('../fonts/rest.eot?2oqusq');
  src:  url('../fonts/rest.eot?2oqusq#iefix') format('embedded-opentype'),
    url('../fonts/rest.ttf?2oqusq') format('truetype'),
    url('../fonts/rest.woff?2oqusq') format('woff'),
    url('../fonts/rest.svg?2oqusq#rest') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stack:before {
  content: "\e900";
  color: #606375;
}
.icon-3-cell:before {
  content: "\e901";
}
.icon-5-cell:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-calendar:before {
  content: "\e907";
}
.icon-cart:before {
  content: "\e908";
}
.icon-check:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.icon-collection:before {
  content: "\e90b";
}
.icon-credit-card:before {
  content: "\e90c";
}
.icon-grid:before {
  content: "\e90d";
}
.icon-email:before {
  content: "\e90e";
}
.icon-moon:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e910";
}
.icon-seal:before {
  content: "\e911";
}
.icon-send:before {
  content: "\e912";
}
.icon-gear:before {
  content: "\e913";
}
.icon-shipping:before {
  content: "\e914";
}
.icon-menu:before {
  content: "\e915";
}

/***********************
** ACF Header
***********************/
.page-header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.page-header .container {
  width: 1400px;
  max-width: calc(100% - 40px);
  margin: auto;
}

.page-header-top {
  background-color: #1E1343;
}

.page-header-top .container {
  height: 34px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.page-header-top-item {
  color: #fff;
  margin-left: 40px;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-header-top-item:first-child {
  margin-left: 0;
}

.page-header-top-item .icon {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .page-header-top .container {
    justify-content: space-between;
  }

  .page-header-top-item {
    margin-left: 30px;
  }
}

.page-header-main {
  box-shadow: 0px 2px 4px 0px rgb(0 9 18 / 7%);
  transform: scale(1, 1);
}

.page-header-main .container {
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

@media (max-width: 767px) {
  .page-header-main .container {
    height: 72px;
  }
}

.page-header-main-logo img {
  width: 93px;
}

.main-nav-toggle,
.main-nav-close {
  display: none;
}

.main-nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}


.main-nav-list li {
  margin: 0;
  padding: 0 2.5rem;
  position: relative;
}

.main-nav-list li:last-child {
  padding-right: 0;
}

.main-nav-item:not(.button) {
  font: normal 1.8rem/1 "Poppins", sans-serif;
  text-decoration: none;
  color: #1e1343;
  display: block;
  height: 112px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.main-nav-item:not(.button):after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
}

.main-nav-list li:hover .main-nav-item:not(.button):after {
  background-color: #1E1343;
}

.main-nav-item-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.main-nav-item.button {
  font: normal 1.8rem/1.2rem "Poppins", sans-serif;
  text-decoration: none;
  background-color: #1E1343;
  display: block;
  padding: 0 2.5rem;
  height: 112px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.3rem 2.5rem;
  color: #fff;
  height: auto;
  border-radius: 0.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  html.scroll-locked {
    overflow: hidden;
  }

  html.scroll-locked .page-header {
    margin-top: 34px;
  }

  html.scroll-locked .page-header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  html.scroll-locked #attentive_overlay {
    display: none;
  }

  .main-nav-toggle {
    display: block;
    font-size: 25px;
    background: none;
    border: none;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: calc(100vh - 34px);
    background: #FFF;
    z-index: 20;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px;
    transition: transform .3s ease-in-out;
  }

  .main-nav.open {
    transform: translateX(100%);
  }

  .main-nav-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    background: none;
    border: none;
    z-index: 10;
  }

  .main-nav-list {
    flex-direction: column;
  }

  .main-nav-list li {
    margin-bottom: 10px;
    padding: 0;
  }

  .main-nav-list li:last-child {
    margin-bottom: 0;
  }

  .main-nav-item:not(.button) {
    height: auto;

  }

  .main-nav-item:not(.button):after {
    display: none;
  }
}

.main-nav-subnav {
  position: absolute;
  top: 100%;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 0px 53px 0px rgb(0 0 0 / 10%);
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

.main-nav-list li:hover .main-nav-subnav {
  opacity: 1;
  pointer-events: all;
}

.main-nav-subnav li {
  padding: 0;
}

.main-nav-subnav-item {
  display: block;
  font: normal 1.6rem/1.2em "Source Sans Pro", sans-serif;
  color: #1e1343;
  white-space: nowrap;
  padding: 1rem 2.5rem;
  text-decoration: none;
}

.main-nav-subnav-item:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .main-nav-subnav {
    position: static;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    pointer-events: all;
    padding: 5px 0;
  }

  .main-nav-subnav li {
    margin-bottom: 0;
  }
}

.mega-menu {
  background-color: #fff;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
  box-shadow: inset -4px 2px 4px 0px rgb(0 9 18 / 7%), 0px 2px 4px 0px rgb(0 9 18 / 7%);
}

.main-nav-list li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
}

.mega-menu .container {
  height: auto;
  padding: 40px 0;
  align-items: flex-start;
}

.mega-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

.mega-menu-content.active {
  position: static;
  opacity: 1;
}

.main-nav-list li:hover .mega-menu-content.active {
  pointer-events: all;
}

.mega-menu-nav {
  min-width: 300px;
  padding-right: 40px;
}

.mega-menu-item {
  display: block;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px
}

.mega-menu-info {
  position: relative;
}

.mega-menu-features {
  margin-top: 40px;
  position: relative;
  color: #6e6e6e;
  padding-left: 28px;
}

.mega-menu-features-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 70px;
}

.mega-menu-feature-title {
  font-weight: 700;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.mega-menu-feature-title .icon {
  vertical-align: middle;
  display: inline-block;
  margin-left: -32px;
  margin-right: 4px;
  width: 25px;
  text-align: right;
}

.mega-menu-feature-description {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .mega-menu {
    position: static;
    opacity: 1;
    pointer-events: all;
    box-shadow: none;
    margin-top: 10px;
  }

  .mega-menu .container {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .mega-menu-item {
    display: block;
    font: normal 1.6rem/1.2em "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #1e1343;
    white-space: nowrap;
    padding: 1rem 2.5rem;
    margin-bottom: 0;
  }

  .mega-menu .mega-menu-info,
  .mega-menu .page-header-info {
    display: none;
  }
}

.full-width-image {
  display: block;
  max-width: 100%;
}

.main-nav-item.button:hover {
  background-color: #8e88a1;
}

.page-header-info {
  border-top: 1px solid #EFEBF9;
  border-bottom: 1px solid #EFEBF9;
}

.page-header-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
}

.page-header-features {
  display: flex;
}

.page-header-feature {
  color: #B3B3B3;
  margin-right: 20px;
}

.page-header-feature .icon {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

.page-header-promo {
  color: #1E1343;
}

.page-header-promo strong {
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .page-header-info .container {
    height: auto;
    padding: 10px 0;
  }

  .page-header-features {
    display: none;
  }

  .page-header-promo {
    text-align: center;
  }
}

/***********************
** Site Footer
***********************/
#site-footer {
  background-color: #fff;
}
#site-footer .nav {
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#site-footer .nav h6 {
  margin-bottom: 2.5rem;
}
#site-footer .nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .nav .menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#site-footer .nav .menu > li:before {
  display: none;
}
#site-footer .nav .menu a {
  display: block;
  font: normal 1.6rem/1.4em "Source Sans Pro", sans-serif;
  text-decoration: none;
  padding: 0.55rem 0;
  color: #1e1343;
}
#site-footer .nav .menu a:hover {
  text-decoration: underline;
}
#site-footer .search form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#site-footer .search form ::-webkit-input-placeholder {
  color: #8e88a1;
}
#site-footer .search form :-moz-placeholder {
  color: #8e88a1;
}
#site-footer .search form ::-moz-placeholder {
  color: #8e88a1;
}
#site-footer .search form :-ms-input-placeholder {
  color: #8e88a1;
}
#site-footer .search form input[type=text] {
  border: 1px solid #8e88a1;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 1.4rem;
}
#site-footer .search form input[type=submit] {
  background-color: #1e1343;
  color: #fff;
  font-size: 1.4rem;
  border: 0;
  margin-left: 1rem;
  border-radius: 0.5rem;
  padding: 0 2rem;
}
#site-footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.5rem;
}
#site-footer .social > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#site-footer .social > li:before {
  display: none;
}
#site-footer .social a {
  display: block;
  padding: 1rem 0.5rem;
}
#site-footer .social img {
  width: 3rem;
}
#site-footer .copyright {
  background-color: #191a26;
}
#site-footer .copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -2rem;
}
#site-footer .copyright ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#site-footer .copyright ul > li:before {
  display: none;
}
#site-footer .copyright ul a {
  color: #fff;
  display: block;
  padding: 1.5vw 2rem;
  text-decoration: none;
}
#site-footer .copyright ul a:hover {
  text-decoration: underline;
}
#site-footer .copyright p {
  color: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #site-footer .nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #site-footer .nav div {
    text-align: center;
    margin: 0 2rem;
  }
  #site-footer .nav h6 {
    width: 100%;
    text-align: center;
    margin: 4rem 0 1rem;
  }
  #site-footer .search {
    width: 100%;
  }
  #site-footer .search form {
    width: 280px;
    margin: 0 auto;
  }
  #site-footer .social {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #site-footer .copyright .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1rem;
  }
  #site-footer .copyright .row a, #site-footer .copyright .row p {
    font-size: 1.1rem;
  }
  #site-footer .copyright .row a {
    padding: 1.5vw 1rem;
  }
}
@media only screen and (max-width: 600px) {
  #site-footer .nav > div:not(.search) {
    display: none;
  }
}

.home #header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}

#home-hero {
  position: relative;
  z-index: 2;
}

#home-slider {
  position: relative;
  height: calc(100vh - 42px);
  z-index: 1;
}
#home-slider .the-slide {
  height: calc(100vh - 42px);
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#home-slider .the-slide h1 {
  margin-bottom: 0.75em;
}
#home-slider .the-slide .text {
  max-width: 50%;
}
#home-slider .slick-dots {
  position: absolute;
  bottom: 5vh;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  z-index: 999;
}
#home-slider .slick-dots > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#home-slider .slick-dots > li:before {
  display: none;
}
#home-slider .slick-dots li {
  width: 30px;
}
#home-slider .slick-dots li button {
  border: 0;
  background-color: transparent;
  border-radius: 5rem;
  text-indent: -999px;
  overflow: hidden;
  width: 1rem;
  margin: 0;
  padding: 0;
  height: 1rem;
  display: block;
  border: 1px solid #1e1343;
}
#home-slider .slick-dots li.slick-active button {
  background-color: #1e1343;
}
#home-slider .slick-arrow {
  position: absolute;
  bottom: 5vh;
  left: 5vh;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 10px;
  height: 20px;
  z-index: 999;
  background: url(../img/arrow-left.svg) no-repeat center center;
  background-size: contain;
}
#home-slider .slick-arrow.slick-next {
  background: url(../img/arrow-right.svg) no-repeat center center;
  left: auto;
  right: 5vh;
}
@media only screen and (max-width: 700px) {
  #home-slider {
    height: auto;
  }
  #home-slider .the-slide {
    height: auto;
    min-height: 70vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#meet-rest-bed:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  background: url(../img/sleeping-kid.jpg) no-repeat bottom center;
  background-size: contain;
}

#main.page {
  padding-top: 5%;
}
#main .pull-up {
  margin-top: -5%;
}

.block-link {
  display: block;
  background-size: cover;
}
.block-link > span {
  display: block;
  height: 30vw;
  background-color: rgba(30, 19, 67, 0.4);
}
.block-link h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 3rem;
  letter-spacing: 0.1em;
}
.block-link h3 span {
  font-size: 1.6rem;
  text-transform: none;
  font-weight: normal;
  display: block;
  margin-top: 1rem;
  max-width: 40rem;
  letter-spacing: 0;
}
.block-link:hover > span {
  background-color: rgba(30, 19, 67, 0.9);
}

.page-template-page-with-header #main.page {
  padding-top: 0;
}
.page-template-page-with-header #header {
  position: relative;
}
.page-template-page-with-header #header:before {
  content: " ";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: -1px;
  opacity: 0.7;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1343+0,1e1343+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #1e1343 0%, rgba(30, 19, 67, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e1343 0%, rgba(30, 19, 67, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e1343 0%, rgba(30, 19, 67, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e1343", endColorstr="#001e1343",GradientType=0 );
  /* IE6-9 */
}
.page-template-page-with-header #header .custom-logo-link img {
  filter: brightness(100);
}


#hero {
  margin-top: calc(-66px - 4vw);
  padding-top: calc(66px + 4vw + 7%);
  padding-bottom: 7%;
  background-size: cover;
  background-position: center center;
}
#hero h1 {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #hero {
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 800px) {
  #hero {
    margin-top: -82px;
    padding-top: 300px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .woocommerce-checkout #hero {
    margin-top: -82px;
    padding-top: 122px;
    padding-bottom: 50px;
  }
}

/* Woocommerce Styles */
/*

A couple things to note...
1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
   I have it here mostly to share with anyone who might be looking to do the same thing I was.
2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it
   so that it enqueues after the default WooCommerce Stylesheets

*/
.woocommerce-message {
  display: none;
}

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}

.woocommerce-cart .entry-content form {
  width: 60%;
  float: left;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  float: right;
}

.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
  color: #8e88a1;
  font-size: 14px;
  font-size: 1.4rem;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
}

.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #8e88a1;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #1e1343 !important;
  border-radius: 5px !important;
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px 0.5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
  border-right: 1px solid #e6e6e6;
}

body .woocommerce #payment {
  padding: 25px;
  background-color: #dadce9;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #e6e6e6;
}

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #1e1343 !important;
  font-weight: 500;
  border-radius: 5px;
  font: normal 1.3rem/1em "Source Sans Pro", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 25px;
  margin-top: 30px;
  display: block;
  float: none;
  width: 100%;
  box-sizing: border-box;
}

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
  background: #8e88a1 !important;
}

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
  border-radius: 5px;
  color: #fff;
  background-color: #1e1343;
  font: normal 1.3rem/1em "Source Sans Pro", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
  width: 49%;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
  background: #ccc;
}

body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px;
}

body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}

body .woocommerce table.shop_table td {
  padding: 15px;
}

body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #e6e6e6;
  border-top: 0;
}

.woocommerce a.remove {
  margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  background: #fff;
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}

.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding 0.1s ease-in;
  -moz-transition: padding 0.1s ease-in;
  -o-transition: padding 0.1s ease-in;
  -ms-transition: padding 0.1s ease-in;
  transition: padding 0.1s ease-in;
}

.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
  max-width: 100%;
}

body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}

@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }

  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: None;
    margin: auto;
  }

  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }

  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }

  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
.woocommerce-checkout #header, .woocommerce-checkout #site-footer .nav {
  display: none;
}
.woocommerce-checkout input:not([type=submit]), .woocommerce-checkout select, .woocommerce-checkout textarea, .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 2px solid #dadce9;
  padding: 10px;
  border-radius: 4px;
  color: #8e88a1;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 41px;
  line-height: 41px;
  padding: 5px 10px;
}
.woocommerce-checkout label {
  font: normal 1.3rem/1em "Source Sans Pro", sans-serif;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}
.woocommerce-checkout .woocommerce-info {
  font-size: 1.4rem;
  border-top-color: #8e88a1;
}
.woocommerce-checkout .woocommerce-info:before {
  color: #1e1343;
}
.woocommerce-checkout .woocommerce table.shop_table * {
  border-color: #dadce9 !important;
  border-radius: 5px;
  color: #1e1343;
}
.woocommerce-checkout h3 {
  margin: 0 0 30px !important;
}

.woocommerce-info {
  font-size: 1.4rem;
  border-top-color: #8e88a1;
}
.woocommerce-info:before {
  color: #1e1343;
}

.wpsl-search {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 35px;
}

#main #wpsl-search-wrap form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#main #wpsl-search-wrap form .wpsl-input, #main #wpsl-search-wrap form .wpsl-select-wrap, #main #wpsl-search-wrap form div {
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#main #wpsl-search-wrap form label {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-right: 20px;
  display: block;
}
#main #wpsl-search-wrap form .wpsl-dropdown, #main #wpsl-search-wrap form select {
  font-size: 1.5rem;
}
#main #wpsl-search-wrap form #wpsl-radius, #main #wpsl-search-wrap form #wpsl-results, #main #wpsl-search-wrap form .wpsl-input {
  padding-right: 40px;
}
#main #wpsl-search-wrap form .wpsl-input {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#main #wpsl-search-wrap form .wpsl-input input {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
}
#main #wpsl-search-btn {
  background-color: #1e1343;
  background-image: none;
  color: #fff;
  font: normal 1.6rem/1.2rem "Source Sans Pro", sans-serif;
  padding: 1.3rem 2.5rem;
  border-radius: 5px;
}
#main .wpsl-store-location span {
  color: #8e88a1;
}
#main .wpsl-store-location strong {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 1em;
}
#main .wpsl-store-location strong a {
  text-decoration: none;
  border-bottom: 1px solid #dadce9;
}
#main .wpsl-store-location strong a:hover {
  border-bottom: 0;
}
#main #wpsl-result-list ul li {
  border-bottom: 0;
  padding: 45px 30px;
}
#main #wpsl-result-list ul li:nth-child(2n) {
  background-color: #f5f5f5;
}
#main #wpsl-result-list ul li .wpsl-direction-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#main #wpsl-result-list ul li .wpsl-direction-wrap a {
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #1e1343 !important;
  border-radius: 5px;
  margin-left: 20px;
}
#main .gm-style .gm-style-iw-c {
  padding: 30px !important;
}
#main .gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
}

.woocommerce-thankyou-order-received {
  font-size: 2.8rem;
  text-align: center;
}

.woocommerce ul.order_details {
  background-color: #dadce9;
  padding: 4rem;
}
.woocommerce ul.order_details li {
  font-size: 1.8rem;
  margin: 2rem 0 !important;
  border-right: 0;
}

.woocommerce .woocommerce-customer-details address {
  font-size: 1.8rem;
  padding: 4rem;
}

.wpcr3_show_btn, .wpcr3_button_1 {
  border: 1px solid #1e1343;
  color: #1e1343;
  background-image: none;
  font-size: 1.6rem;
  padding: 1rem 2rem;
}
.wpcr3_show_btn:hover, .wpcr3_button_1:hover {
  background-image: none;
  background-color: #1e1343;
  color: #fff;
}

.wpcr3_leave_text {
  font-size: 2rem;
}

.wpcr3_respond_3 {
  text-align: center;
}

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline {
  border-bottom: none !important;
}

.wpcr3_table_2 {
  background-color: #dadce9;
  padding: 3rem;
  border-radius: 5px;
  width: 100%;
}
.wpcr3_table_2 label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: right;
  display: block;
}
.wpcr3_table_2 td {
  padding: 0.5rem;
}
.wpcr3_table_2 input, .wpcr3_table_2 textarea {
  border: 2px solid #8e88a1;
  font-size: 1.6rem;
  background-color: transparent;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  color: #8e88a1;
}

.wpcr3_div_2 {
  margin: 0 auto;
}

.wpcr3_item_name {
  display: none;
}

.wpcr3_item {
  font-size: 1.6rem;
}

.wpcr3_rating_stars {
  font-size: 3rem;
}

.wpcr3_aggregateRating {
  text-align: center;
  padding-bottom: 4rem;
}

.wpcr3_aggregateRating_overallText {
  font-size: 2rem;
  font-weight: bold;
}

div.wpcr3_review div.wpcr3_review_title {
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
  margin: 1rem 0 2rem;
}

div.wpcr3_review blockquote.wpcr3_content p {
  font-size: 1.6rem;
  line-height: 1.4em !important;
}

div.wpcr3_review blockquote.wpcr3_content {
  margin: 0 0 5.5rem;
  padding: 0;
}

.wpcr3_pagination {
  font-size: 1.4rem;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {
  background-color: #1e1343;
}

.wpcr3_pagination .wpcr3_a {
  background-color: #8e88a1;
}
.wpcr3_pagination .wpcr3_a:hover {
  background-color: #1e1343;
  color: #fff;
}

.woocommerce .woocommerce-variation-add-to-cart {
  width: 170px;
  margin-left: 20px;
}
.woocommerce div.product span.price {
  font-size: 1.4rem;
  color: #1e1343;
  font-weight: bold;
}
.woocommerce div.product span.price del {
  display: block;
  margin-bottom: 10px;
}
.woocommerce div.product span.price del span {
  font-size: 18px;
}
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product span.price .amount {
  display: block;
}
.woocommerce .single_variation_wrap {
  position: relative;
  padding-top: 20px;
}
.woocommerce .woocommerce-variation-description {
  width: 100%;
  position: absolute;
  top: -15px;
  font-size: 1.4rem;
  opacity: 0.7;
  font-style: italic;
  left: 0;
}
.woocommerce .woocommerce-variation-description br {
  display: none;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce table.my_account_orders {
  margin-top: 4%;
  font-size: 1.4rem;
}

#rest-bed-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 10px;
}
#rest-bed-reviews > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#rest-bed-reviews > li:before {
  display: none;
}
#rest-bed-reviews > li {
  width: 49%;
  display: block;
  box-sizing: border-box;
  padding: 40px;
  background-color: #f1f1f1;
  border-radius: 15px;
  margin-bottom: 2%;
  transition: all 0.5s;
  max-height: 40rem;
  overflow: hidden;
  position: relative;
}
#rest-bed-reviews > li h2 {
  font-size: 2rem;
  font-weight: 800;
}
#rest-bed-reviews > li h2 img {
  position: relative;
  top: 2px;
  left: 5px;
}
#rest-bed-reviews > li .review-content {
  position: relative;
  transition: all 0.5s;
}
#rest-bed-reviews > li .location {
  display: block;
  margin-top: 0;
  opacity: 0.7;
}
#rest-bed-reviews > li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0 10px;
}
#rest-bed-reviews > li p {
  font-size: 1.4rem;
  font-weight: 400;
}
#rest-bed-reviews > li.open {
  width: 100%;
}
#rest-bed-reviews > li.long-review:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(241, 241, 241, 0) 0%, #f1f1f1 80%);
  z-index: 2;
  transition: all 0.3s;
}
#rest-bed-reviews > li.long-review:hover {
  cursor: pointer;
}
#rest-bed-reviews > li.long-review:hover:after {
  height: 3rem;
}
#rest-bed-reviews > li.long-review:hover h3 {
  text-decoration: underline;
}
#rest-bed-reviews > li.open {
  width: 100%;
  max-height: none;
  overflow: visible;
}
#rest-bed-reviews > li.open:after {
  display: none;
}
@media only screen and (max-width: 1030px) {
  #rest-bed-reviews li {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #rest-bed-reviews li {
    padding: 40px 20px;
  }
}
#rest-bed-reviews.media-press > li {
  max-height: none;
}
#rest-bed-reviews.media-press > li img {
  display: block;
  height: 40px;
  max-width: 60%;
  width: auto;
  object-fit: contain;
  filter: brightness(-1000%);
  opacity: 0.2;
  margin-bottom: 0.5rem;
}
#rest-bed-reviews.media-press > li h2 {
  font-size: 2.5rem;
  margin-top: 0;
}
#rest-bed-reviews.media-press > li .location {
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
#rest-bed-reviews.media-press > li .review-content {
  margin-top: 3rem;
}
#rest-bed-reviews.media-press > li.long-review:after {
  display: none;
}
#rest-bed-reviews.media-press > li .solid-button {
  margin-top: 1rem;
  display: inline-block;
}

.review-stars {
  width: 15rem;
  height: 2.8rem;
  position: relative;
  display: block;
  font-size: 0;
  margin: 20px 0 30px;
  text-indent: -999px;
  overflow: hidden;
}
.review-stars:after, .review-stars:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.review-stars:after {
  background: url(../img/stars-trans.png) no-repeat center center;
  background-size: contain;
}
.review-stars:before {
  background-color: #8e88a1;
}
.review-stars.stars-1:before {
  width: 20%;
}
.review-stars.stars-2:before {
  width: 40%;
}
.review-stars.stars-3:before {
  width: 60%;
}
.review-stars.stars-4:before {
  width: 80%;
}
.review-stars.stars-5:before {
  width: 100%;
}

#review-average {
  color: #1e1343;
  font-size: 8rem;
  display: flex;
  align-items: center;
  font-family: "Arial";
  font-weight: bold;
}
#review-average img {
  width: 17rem;
  margin-left: 15px;
}

#reviews-nav {
  font: normal 800 1.5rem/1em "Source Sans Pro", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1.5rem;
}
#reviews-nav a {
  text-decoration: none;
  background-color: #8e88a1;
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
}
#reviews-nav a:hover {
  background-color: #1e1343;
}

#new-with-options .single_variation_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container {
  width: 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container .wc-pao-addon-name {
  display: none;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p {
  padding: 5px 15px;
  border: 2px solid #dadce9;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #8e88a1;
  display: block;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p:before, #new-with-options .single_variation_wrap .wc-pao-addon-container > p:after {
  display: none;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p:before {
  content: "Optional:";
  display: inline-block;
  font-weight: 400;
  color: #1e1343;
  margin-right: 18px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p.not-available {
  pointer-events: none;
  background-color: #dadce9;
  opacity: 0.3;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p label {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#new-with-options .single_variation_wrap .wc-pao-addon-container > p label span {
  font-size: 14px;
  font-weight: 800;
}
#new-with-options .single_variation_wrap .product-addon-totals {
  margin: 0;
  padding: 0;
  border: 0;
}
#new-with-options .single_variation_wrap .product-addon-totals ul {
  margin: 0;
  border: 0;
  padding: 0;
}
#new-with-options .single_variation_wrap .product-addon-totals li {
  display: none;
  margin: 0;
  border: 0;
  padding: 0;
}
#new-with-options .single_variation_wrap .product-addon-totals li.wc-pao-subtotal-line {
  display: block;
  border: 0;
  padding: 0;
}
#new-with-options .single_variation_wrap .product-addon-totals li.wc-pao-subtotal-line .price {
  font-weight: 800;
}
#new-with-options .single_variation_wrap .button {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #new-with-options .single_variation_wrap {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #new-with-options .single_variation_wrap .variations_button {
    margin: 0 auto;
  }
  #new-with-options .single_variation_wrap .affirm-as-low-as, #new-with-options .single_variation_wrap .splitit-as-low-as {
    margin: 15px auto 20px;
  }
}

#bedmodels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#bedmodels > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-flex: 0 0 calc(33.333% - 10px);
  -moz-box-flex: 0 0 calc(33.333% - 10px);
  -webkit-flex: 0 0 calc(33.333% - 10px);
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  margin: 5px 0;
  border: 2px solid #dadce9;
  border-radius: 5px;
  padding: 15px 10px 15px 63px;
  position: relative;
  font-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 70px;
  transition: all 0.3s;
  font-weight: bold;
  background-size: 30px auto;
}
#bedmodels > div span {
  display: block;
  font-weight: normal;
}
#bedmodels > div .size {
  opacity: 0.5;
  font-size: 1.4rem;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#bedmodels > div strong {
  font: normal bold 18px/1em "Source Sans Pro", sans-serif;
}
#bedmodels > div .fas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
}
#bedmodels > div:hover {
  cursor: pointer;
}
#bedmodels > div.hide {
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  transition-delay: 0s;
  pointer-events: none;
  visibility: hidden;
}
#bedmodels > div.show {
  transition-delay: 0.4s;
}
#bedmodels > div:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 16px;
  color: #1e1343;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#bedmodels > div.selected {
  background-color: #dadce9;
  border-color: #dadce9;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px 20px 20px 95px;
  background-position: 20px center;
  font-size: 1.8rem;
  background-size: auto 62px;
}
#bedmodels > div.selected .fas {
  transform: rotate(90deg) translateX(-50%);
}
#bedmodels > div.selected:after {
  content: "";
}
#bedmodels > div.selected:hover:after {
  content: "";
}
#bedmodels > div.selected::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 30px;
  color: green;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

#bedicons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -5px 18px;
  transition: all 0.5s;
  display: flex;
}
#bedicons > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-flex: 0 0 calc(33.333% - 10px);
  -moz-box-flex: 0 0 calc(33.333% - 10px);
  -webkit-flex: 0 0 calc(33.333% - 10px);
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  width: calc(33.333% - 10px);
  margin: 5px;
  border: 2px solid #dadce9;
  border-radius: 5px;
  padding: 10px 10px 10px 63px;
  position: relative;
  font-size: 1.3rem;
  background-repeat: no-repeat;
  background-position-y: 35px;
  background-position-x: 10px;
  min-height: 90px;
  transition: all 0.3s;
  font-weight: bold;
}
@media only screen and (max-width: 1250px) {
  #bedicons > div {
    -webkit-box-flex: 0 0 calc(50% - 10px);
    -moz-box-flex: 0 0 calc(50% - 10px);
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1000px) {
  #bedicons > div {
    -webkit-box-flex: 0 0 calc(20% - 10px);
    -moz-box-flex: 0 0 calc(20% - 10px);
    -webkit-flex: 0 0 calc(20% - 10px);
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
  }
}
@media only screen and (max-width: 850px) {
  #bedicons > div {
    -webkit-box-flex: 0 0 calc(25% - 10px);
    -moz-box-flex: 0 0 calc(25% - 10px);
    -webkit-flex: 0 0 calc(25% - 10px);
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 700px) {
  #bedicons > div {
    -webkit-box-flex: 0 0 calc(33% - 10px);
    -moz-box-flex: 0 0 calc(33% - 10px);
    -webkit-flex: 0 0 calc(33% - 10px);
    -ms-flex: 0 0 calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
    width: calc(33% - 10px);
  }
}
@media only screen and (max-width: 500px) {
  #bedicons > div {
    -webkit-box-flex: 0 0 calc(50% - 10px);
    -moz-box-flex: 0 0 calc(50% - 10px);
    -webkit-flex: 0 0 calc(50% - 10px);
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
#bedicons > div span {
  display: block;
  font-weight: normal;
}
#bedicons > div .size {
  opacity: 0.5;
  font-size: 1.1rem;
  margin-bottom: 10px;
  transition: all 0.3s;
}
#bedicons > div:hover {
  background-color: #dadce9;
  border-color: #dadce9;
  cursor: pointer;
}
#bedicons > div.hide {
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  transition-delay: 0s;
  pointer-events: none;
  visibility: hidden;
}
#bedicons > div.show {
  transition-delay: 0.4s;
}
#bedicons > div.selected {
  background-color: #dadce9;
  border-color: #dadce9;
}

#bedicons > div:before {
  content: "○";
  display: block;
  position: absolute;
  font-size: 45px;
  color: #1E1343;
  top: 12px;
  left: 16px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 500px) {
  #bedicons > div:before {
    font-size: 20px;
    /*top: 16px;
    left: 23px;*/
  }
}

#bedicons > div.selected:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 20px;
  color: #1E1343;
  font-family: "Font Awesome 5 Free";
  top: 15px;
  left: 20px;
  transform: translateY(-50%);
}

/*@media only screen and (max-width: 500px) {
  #bedicons > div.selected:before {
    font-size: 10px;
    top: 17px;
    left: 24px;
  }
} */

#bedicons > [data-size="twinxl"] {
  background-position-x: 20px !important;
}

#new-with-options.bedsizes {
  margin-top: -10px;
}
#new-with-options.bedsizes .woocommerce-Price-amount {
  margin: -5px 0;
}
#new-with-options.bedsizes .single_variation_wrap {
  margin-top: 0;
  padding-top: 0;
}

table.variations {
  display: none !important;
}

#rest-modes {
  position: relative;
  background: #F9F9FB;
  border: 1px solid #EFEBF9;
  border-radius: 15px;
  padding: 30px;
}
#rest-modes .modes > div {
  visibility: hidden;
  margin-left: -10000px;
  position: absolute;
}
#rest-modes .modes > div.active {
  display: block;
  visibility: visible;
  position: relative;
  margin: 2% 0 0 0;
}

#rest-modes .modes .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#rest-modes .modes .flex .flex-col-6 {
  flex: 1 1 50%;
  text-align: center;
}

@media (max-width: 767px) {
  #rest-modes .modes .flex .flex-col-6 {
    flex: 1 1 100%;
  }
}

#rest-modes .modes > div#manual .description {
  margin-left: 5%;
}
#rest-modes .modes > div#manual .description:after {
  content: " ";
  display: block;
  width: 2px;
  position: absolute;
  height: calc(70% - 150px);
  background-color: #1e1343;
  bottom: 0;
  left: calc(5% + 34px);
  z-index: 3;
  top: 66px;
}
#rest-modes .modes > div#position .description {
  margin-left: 5%;
}
#rest-modes .modes > div#position .description p:last-child {
  margin-left: 20px;
}
#rest-modes .modes > div#position .description p {
  opacity: 0.5;
}
#rest-modes .modes > div#position .description p.show {
  opacity: 1;
  border-bottom: 1px solid #1e1343;
}
#rest-modes .modes > div#position .description p:hover {
  opacity: 1;
  cursor: pointer;
}
#rest-modes .modes > div#position .bed img {
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  left: -10000px;
}
#rest-modes .modes > div#position .bed img.show {
  display: block;
  opacity: 1;
  position: relative;
  left: 0;
}
#rest-modes .modes > div#auto .description {
  margin-left: 5%;
}
#rest-modes .modes > div#auto .description img {
  margin-right: 15px;
  max-height: 65px;
}
#rest-modes .modes > div#auto img.down {
  position: absolute;
  top: 36%;
  left: 43%;
  z-index: 2;
}
#rest-modes .modes > div#auto img.up {
  position: absolute;
  top: 31%;
  left: 59.2%;
  z-index: 2;
}
#rest-modes .modes .description {
  min-height: 67px;
  position: absolute;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#rest-modes .modes .description .img {
  display: block;
  padding: 15px;
  border-radius: 100px;
  margin-right: 15px;
  border: 2px solid #1e1343;
}
#rest-modes .modes .description .img img {
  display: block;
}
#rest-modes .modes .description p {
  font-size: 18px;
  margin: 0;
  font: normal bold 20px/1.1em "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 350px;
}
#rest-modes .modes .bed {
  position: relative;
}
#rest-modes .modes .bed img {
  width: 100%;
  display: block;
}
#rest-modes .modes .bed .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rest-modes .modes .bed .text span {
  font-size: 18px;
  position: absolute;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#rest-modes .modes .bed .text span.legs {
  width: 32%;
  top: 40%;
  height: 15%;
  left: 5%;
  transition-delay: 0.1s;
}
#rest-modes .modes .bed .text span.hips {
  width: 17%;
  top: 44%;
  height: 11%;
  left: 38%;
  transition-delay: 0.2s;
}
#rest-modes .modes .bed .text span.lumbar {
  width: 12%;
  top: 40%;
  height: 15%;
  left: 56%;
  transition-delay: 0.3s;
}
#rest-modes .modes .bed .text span.shoulders {
  width: 14.5%;
  top: 42%;
  height: 13%;
  left: 68.5%;
  transition-delay: 0.4s;
}
#rest-modes .modes .bed .text span.head {
  width: 10.5%;
  top: 37%;
  height: 18%;
  left: 84%;
  transition-delay: 0.5s;
}
#rest-modes .modes .bed .text.back span.hips {
  top: 43%;
}
#rest-modes .modes .bed .text.back span.lumbar {
  top: 38%;
  height: 17%;
}
#rest-modes .modes .bed .text.back span.shoulders {
  height: 14%;
  top: 41%;
}
#rest-modes .modes .bed .text.back span.head {
  top: 38%;
}
#rest-modes .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #1E1343;
  max-width: 45%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  #rest-modes .tabs {
    max-width: 100%;
  }
}

#rest-modes .tabs > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  align-content: space-around;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#rest-modes .tabs > div img {
  width: 25px;
}
#rest-modes .tabs > div span {
  font: normal normal 18px/1em "Source Sans Pro", sans-serif;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
}
#rest-modes .tabs > div.active {
  opacity: 1;
}
#rest-modes .tabs > div.active span {
  font-weight: bold;
}
#rest-modes .tabs > div:hover {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  #rest-modes .modes .description p {
    font-size: 16px;
    max-width: 60%;
  }
  #rest-modes .modes .bed .text span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  #rest-modes .modes .description {
    min-height: 40px;
  }
  #rest-modes .modes .description p {
    font-size: 14px;
  }
  #rest-modes .modes .description img {
    max-height: 45px !important;
  }
  #rest-modes .modes .description .img {
    padding: 10px;
  }
  #rest-modes .modes .description .img img {
    height: 20px;
  }
  #rest-modes .modes .bed .text span {
    font-size: 12px;
    font-weight: bold;
  }
  #rest-modes .tabs > div {
    padding: 5px 10px;
    margin: 0;
  }
  #rest-modes .tabs > div img {
    width: 15px;
  }
  #rest-modes .tabs > div span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 475px) {
  #rest-modes .modes .description p {
    font-size: 12px;
  }
  #rest-modes .modes .bed .text span {
    font-size: 10px;
  }
}

#rest-modes .modes > div .bed .text span {
  margin-top: 15px;
  opacity: 0;
  transition: all 0.3s;
}
#rest-modes .modes > div#auto img.up {
  top: 38%;
  opacity: 0;
  transition: all 0.7s 0.3s;
  width: 5%;
}
#rest-modes .modes > div#auto img.down {
  top: 30%;
  opacity: 0;
  width: 7%;
  transition: all 0.7s 0.2s;
}
#rest-modes .modes > div#manual .description:after {
  height: 0;
  transition: height 0.5s 0.1s;
}
#rest-modes .modes > div.active .bed .text span {
  opacity: 1;
  margin-top: 0;
}
#rest-modes .modes > div.active#manual .description:after {
  height: calc(70% - 150px);
}
#rest-modes .modes > div.active#auto img.up {
  top: 31%;
  opacity: 1;
}
#rest-modes .modes > div.active#auto img.down {
  top: 36%;
  opacity: 1;
}

.single-product .elementor-widget-wrap {
  align-content: flex-start !important;
}

#single-product {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #single-product {
    overflow: hidden;
  }
}
#single-product .mobile-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (max-width: 700px) {
  #single-product .mobile-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
#single-product .more {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 0 5px;
  font: normal 600 17px/1em "Source Sans Pro", sans-serif;
  color: #A46497;
  border-bottom: 2px solid #dadce9;
}
#single-product .more:hover {
  color: #1e1343;
  border-bottom: 2px solid #dadce9;
  border-color: #1e1343;
}
#single-product .product {
  display: block;
  margin: 0 15px;
  border: 4px solid #dadce9;
  padding: 0 75px 50px;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1100px) {
  #single-product .product {
    padding: 0 45px 35px;
    min-width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  #single-product .product {
    padding: 0 20px 25px;
  }
  #single-product .product img {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  #single-product .product {
    width: 75vw;
    min-width: 0;
  }
}
#single-product .product .title {
  background-color: #fff;
  padding: 20px;
  margin-top: -36px;
}
#single-product .product .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
#single-product .product .title strong {
  display: block;
  text-align: center;
  font: normal 400 20px/1em "Source Sans Pro", sans-serif;
  margin-top: 15px;
  font-weight: 700;
}
#single-product .product .title img {
  width: 80px;
}
#single-product .product .title h2 {
  font: normal 600 26px/1em "Source Sans Pro", sans-serif;
  margin: 0 10px;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  color: #1e1343;
}
@media only screen and (max-width: 1100px) {
  #single-product .product .title h2 {
    font-size: 22px;
  }
  #single-product .product .title strong {
    font-size: 18px;
  }
  #single-product .product .title img {
    width: 70px;
  }
}
@media only screen and (max-width: 900px) {
  #single-product .product .title h2 {
    font-size: 20px;
  }
  #single-product .product .title strong {
    font-size: 16px;
  }
  #single-product .product .title img {
    width: 60px;
  }
}
@media only screen and (max-width: 500px) {
  #single-product .product .title > div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #single-product .product .title h2 {
    font-size: 22px;
  }
  #single-product .product .title h2:first-child {
    width: 100%;
    margin-bottom: 3px;
  }
  #single-product .product .title strong {
    font-size: 18px;
  }
  #single-product .product .title img {
    width: 70px;
    top: 3px;
  }
}
#single-product .product > img {
  width: 90%;
  display: block;
  margin: -12% auto 0;
}
#single-product .product .button {
  display: inline-block;
  font: normal 600 24px/1em "Source Sans Pro", sans-serif;
  background-color: #1e1343;
  color: #fff;
  border-radius: 90px;
  padding: 10px 25px;
  transition: all 0.3s 0.1s;
  margin: 20px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #single-product .product .button {
    font-size: 20px;
  }
}
#single-product .product:hover {
  transform: scale(1.05);
  border-color: #1e1343;
}
#single-product .product:hover .button {
  background-color: #A46497;
}


#split-product {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #split-product {
    overflow: hidden;
  }
}
#split-product .mobile-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #split-product .mobile-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-left: 50px;

  }
}

@media only screen and (max-width: 700px) {
  #split-product .mobile-scroll {
display:inline-block;
padding-left: 0px;

  }
}
#split-product .more {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 0 5px;
  font: normal 600 17px/1em "Source Sans Pro", sans-serif;
  color: #A46497;
  border-bottom: 2px solid #dadce9;
}
#split-product .more:hover {
  color: #1e1343;
  border-bottom: 2px solid #dadce9;
  border-color: #1e1343;
}
#split-product .product {
  display: block;
  margin: 0 15px;
  border: 4px solid #dadce9;
  padding: 0px;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1100px) {
  #split-product .product {
    padding: 0 45px 35px;
    min-width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  #split-product .product {
    padding: 0 20px 25px;
  }
  #split-product .product img {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  #split-product .product {
    width: auto;
    min-width: 0;
  }
}
#split-product .product .title {
  background-color: #fff;
  padding: 20px;
  margin-top: -36px;
}
#split-product .product .title > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
#split-product .product .title strong {
  display: block;
  text-align: center;
  font: normal 400 20px/1em "Source Sans Pro", sans-serif;
  margin-top: 15px;
  font-weight: 700;
}
#split-product .product .title img {
  width: 80px;
}
#split-product .product .title h2 {
  font: normal 600 26px/1em "Source Sans Pro", sans-serif;
  margin: 0 10px;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  color: #1e1343;
}
@media only screen and (max-width: 1100px) {
  #split-product .product .title h2 {
    font-size: 22px;
  }
  #split-product .product .title strong {
    font-size: 18px;
  }
  #split-product .product .title img {
    width: 70px;
  }
}
@media only screen and (max-width: 900px) {
  #split-product .product .title h2 {
    font-size: 20px;
  }
  #split-product .product .title strong {
    font-size: 16px;
  }
  #split-product .product .title img {
    width: 60px;
  }
}
@media only screen and (max-width: 500px) {
  #split-product .product .title > div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #split-product .product .title h2 {
    font-size: 22px;
  }
  #split-product .product .title h2:first-child {
    width: 100%;
    margin-bottom: 3px;
  }
  #split-product .product .title strong {
    font-size: 18px;
  }
  #split-product .product .title img {
    width: 70px;
    top: 3px;
  }
}
#split-product .product > img {
  width: 90%;
  display: block;
  margin: -12% auto 0;
}
#split-product .product .button {
  display: inline-block;
  font: normal 600 24px/1em "Source Sans Pro", sans-serif;
  background-color: #1e1343;
  color: #fff;
  border-radius: 90px;
  padding: 10px 25px;
  transition: all 0.3s 0.1s;
  margin: 20px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #split-product .product .button {
    font-size: 20px;
  }
}
#split-product .product:hover {
  transform: scale(1.05);
  border-color: #1e1343;
}
#split-product .product:hover .button {
  background-color: #A46497;
}

#new-icons-container .affirm-site-modal {
  font: normal bold 14px/1em "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #A46497;
  text-decoration: none;
  transition: color 0.3s;
  padding: 5px 8px;
}
#new-icons-container .affirm-site-modal:hover {
  color: #1e1343;
}

/*
body > .woocommerce-error {
  display: none;
  position: absolute;
  width: 300px;
  padding: 25px;
  z-index: 999;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
  &:before {
    font-size: 20px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  li {
    font: normal bold 18px/1.2em $font;
  }
}
*/
.affirm-as-low-as, .splitit-as-low-as {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font: normal 400 14px/1em "Source Sans Pro", sans-serif;
  margin-top: 5px;
  letter-spacing: 0.1em;
  color: #191a26;
  text-transform: uppercase;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 1;
  transition: all 0.3s;
  display: flex !important;
}
.affirm-as-low-as .__affirm-logo, .affirm-as-low-as img, .splitit-as-low-as .__affirm-logo, .splitit-as-low-as img {
  font-size: 20px;
  position: relative;
  top: 0;
  margin: 2px 0 0 5px;
  width: 50px !important;
  max-width: 50px !important;
  display: block;
}
.affirm-as-low-as .affirm-ala-price, .splitit-as-low-as .affirm-ala-price {
  border-bottom: 1px solid #1e1343;
}

.affirm-as-low-as:hover {
  color: #A46497;
  opacity: 1;
}

.shop_table .affirm-as-low-as {
  display: block;
}

h2.addons-header {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 10px auto;
}

#custom-addons-container {
  transition: all 0.3s;
  opacity: 0;
}
#custom-addons-container.show {
  opacity: 1;
}

#custom-addons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#custom-addons .addon-container {
  -webkit-box-flex: 1 0 33.333%;
  -moz-box-flex: 1 0 33.333%;
  -webkit-flex: 1 0 33.333%;
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
  border: 2px solid #dadce9;
  border-radius: 5px;
  margin: 5px auto;
}
#custom-addons .addon-container#addon-bed-removal {
  margin-right: 15px;
  -webkit-box-flex: 1 0 calc(33.333% - 15px);
  -moz-box-flex: 1 0 calc(33.333% - 15px);
  -webkit-flex: 1 0 calc(33.333% - 15px);
  -ms-flex: 1 0 calc(33.333% - 15px);
  flex: 1 0 calc(33.333% - 15px);
}
#custom-addons .addon-container#addon-bedjet-3 {
  margin-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 0;
}
#custom-addons .addon-container#addon-dual-zone-bedjet-3 {
  margin-top: 0 !important;
  border-radius: 0 0 5px 5px !important;
}
#custom-addons .addon-button {
  text-align: left;
  display: block;
  background-color: transparent;
  position: relative;
  border-radius: 0;
  transition: background-color 0.3s;
  height: 100%;
  min-height: 125px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#custom-addons .addon-button::before,
#new-addons a::before,
#new-addons-base a::before,
#new-addons-smart-base a::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 22px;
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  top: 10%;
  right: 15px;
}

#custom-addons .addon-button.added::before,
#new-addons a.added::before,
#new-addons-base a.added::before,
#new-addons-smart-base a.added::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 22px;
  color: #1E1542;
  font-family: "Font Awesome 5 Free";
  top: 10%;
  right: 15px;
}

#custom-addons .addon-button:first-child {
  border-left: 0;
}
#custom-addons .addon-button .addon {
  display: block;
  font: normal normal 14px/1em "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
}

#custom-addons .addon-button .image {
  max-width: 125px;
  margin: 2px 2px auto 2px;
}

#custom-addons .addon-button .info,
#new-addons a .info,
#new-addons-base a .info,
#new-addons-smart-base a .info {
  margin-left: 15px;
}

#new-addons-base.not-available .image,
#new-addons-base.not-available .info,
#new-addons-smart-base.not-available .image,
#new-addons-smart-base.not-available .info {
  opacity: 0.2;
  pointer-events: none;
}

#new-addons-base.not-available a:hover,
#new-addons-smart-base.not-available a:hover {
  background: none;
  cursor: default;
}

#custom-addons .addon-button .name {
  font: normal bold 16px/1em "Source Sans Pro", sans-serif;
  display: block;
  margin: 5px 0;
  color: #000;
}

.desc {
  font: normal normal 12px/1em "Source Sans Pro", sans-serif;
  display: block;
  margin: 5px 0;
  color: #999;
}

#custom-addons .addon-button .price,
.sale-price {
  display: inline-block;
  font: normal normal 18px/1em "Source Sans Pro", sans-serif;
  color: #999;
}
#custom-addons .addon-button:hover {
  background-color: #dadce9;
}
#custom-addons .addon-button.added {
  background-color: #dadce9;
}
#custom-addons .addon-button.added:after {
  font-size: 14px;
  color: #1e1343;
  position: absolute;
  top: 10px;
  left: 10px;
}
#custom-addons .addon-button.not-available {
  opacity: 0.2;
  pointer-events: none;
}

#custom-addons .addon-button.not-available .price-strike,
#custom-addons .addon-button.not-available .price,
#new-addons-base.not-available [data-show-sale-price],
#new-addons-smart-base.not-available [data-show-sale-price] {
  display: none;
}

#custom-addons .added_to_cart {
  display: none;
  font: normal bold 14px/1em "Source Sans Pro", sans-serif;
}

.addon-note {
  text-align: right;
  font: normal normal 13px/1em "Source Sans Pro", sans-serif;
}
.addon-note a {
  border-bottom: 1px solid #A46497;
}

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.payment_method_splitit .payment-title-checkout img {
  display: none !important;
}
.payment_method_splitit .payment-title-checkout:before {
  content: "SplitIt";
}
.payment_method_splitit .payment_method_splitit img {
  display: none;
}
.payment_method_splitit .payment_method_splitit:after {
  content: "Works with your existing card. No credit check. Never any late fees. You will be redirected to SplitIt to fill out your payment information.";
}

@media only screen and (max-width: 800px){
#single-product .product {
    width: 94vw ;
}
}

.announcement {
    position: absolute;
    padding: 5% 1% 0% 1%;
    border-radius: 50%;
    color: #fff;
    left: -50px;
    top: -50px;
    font-size: 16px;
    background-image: linear-gradient(270deg, #6D38A2 0%, #A46497 62%);
    box-shadow: 0px 0px 15px #39393936;
    -webkit-box-shadow: 0px 0px 15px #39393936;
    font-weight: 900;
    width: 76px;
    height: 76px;
}

@media only screen and (max-width: 800px) {
.announcement {
 transform: scale(0.9);
 left: -20px;
}
}


.payement-layout .col-sidebar {
    margin-top: 30px;
}

.payement-layout .shop_table {
  width: 100%;
  text-align: left;
  font-size: 18px;
}

@media (min-width: 768px) {
  .payement-layout {
    display: flex;
    margin: auto;
    max-width: 1200px;
    justify-content: space-between;
  }

  .payement-layout .col-main {
    width: 65%;
  }

  .payement-layout .col-sidebar {
    width: 30%;
  }
}


.clicktoshow{
cursor: pointer;
}
.showclick{
  display: none;
}


/* Sleep Tech Sticky Side Menu */

.sleep-tech-menu {
  background: #1E1343;
  max-width: 100px;
  border-radius: 15px;
  position: fixed;
  z-index: 9999999;
  bottom: 20%;
  left: 2%;
  padding: 10px;
}

@media (max-width: 767px) {
  .sleep-tech-menu {
    display: none;
  }
}

.sleep-tech-menu span {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  white-space: nowrap;
  margin-top: 10px;
  display: block;
}

.sleep-tech-menu .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
}

.sleep-tech-menu .flex .flex-col {
  padding: 15px 20px;
  text-align: center;
}

.sleep-tech-menu img {
    max-width: 90% !important;
}
