@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
*,
*::before,
*::after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.filters-active {
  padding: 0 18px;
  position: relative;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #ececec;
  width: 100%;
  height: 41px;
  padding: 7px 15px 0 125px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}
.divcookie {
  padding: 5px 0 5px 0;
  -moz-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" (Opacity=85);
  background-color: #000;
  color: #fff;
  width: 100%;
  z-index: 1000000000;
  bottom: 0px;
  position: fixed;
}
.divcookie a,
.divcookie > p {
  color: #fff;
  font-size: 10px;
}
input.btn.btn-border-w.btn-round.btn_cookies {
  width: 150px;
  margin-top: 2px;
}
.divpopup {
  padding: 20px 0 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  z-index: 1000000000;
  top: 0px;
  position: fixed;
}
.divpopup a,
.divpopup > p {
  color: #fff;
  font-size: 10px;
}
input.btn.btn-border-w.btn-round.btn_popup {
  width: 150px;
  margin-top: 2px;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #6b0505;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}
#mce-success-response {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #2dc867;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .table td,
  .table th {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.footer .newsletter .input-group input.submitfooter {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 500;
  background: #181818;
  width: 100%;
  height: 50px;
  font-size: 0.9em;
  color: white;
  border: none;
  padding: 0;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 800px) {
  .filters-active {
    display: none !important;
  }
}
.filters-active a {
  margin: 0 8px 8px 0px;
  display: inline-block;
  line-height: 1em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
  color: #fff;
  padding: 1px 40px 0 6px;
  position: relative;
  border-radius: 3px;
}
.filters-active a:after,
.filters-active a:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 8px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #fff;
}
.filters-active a:after {
  transform: rotate(-45deg);
}
.filters-active a p {
  color: #fff;
  margin: 0;
}
.filters-active a:hover {
  background: #333;
}
.filters-active a.clear-all {
  background: transparent;
  position: absolute;
  padding: 9px 20px 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin-bottom: 0;
  color: #999;
  border-right: 1px solid #ececec;
  z-index: 5;
  display: block;
}
.filters-active a.clear-all p {
  color: #333;
  line-height: 1.1em;
}
.filters-active a.clear-all p span {
  color: #999;
  border-bottom: 1px solid #999;
}
.text-left {
  text-align: left;
}
@media (max-width: 960px) {
  .filters-active {
    display: none;
  }
}
.filter-wrap .filters-active.fix-pos {
  position: relative;
  top: 60px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template,
[hidden] {
  display: none;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
.no-scroll {
  overflow: hidden;
}
h1,
.rte .h1 {
  font-size: 2.6em;
  margin: 0.67em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  height: 0;
  overflow: visible;
}
nav ol,
nav ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ffff00;
  color: #000000;
}
progress {
  vertical-align: baseline;
}
small {
  font-size: 83.3333%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  color: #aeadae;
  top: -0.5em;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  outline-width: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
  border-radius: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
.no-cssanimations .wow {
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.center-wrapper {
  min-height: 100%;
  height: 100%;
  padding: 0;
  display: table;
  width: 100%;
}
.center-wrapper .center {
  display: table-cell;
  vertical-align: middle;
}
a {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:hover {
  color: #63a3d9;
}
.noscroll {
  overflow: hidden !important;
  height: 100%;
  min-height: 100%;
}
.spr-open-block {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
.spr-open-block a {
  margin-top: 30px;
  float: none;
  text-align: center;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  background: #181818;
  height: 50px;
  font-size: 0.9em;
  color: white;
  padding: 0;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#shopify-product-reviews {
  margin: 0 !important;
}
#shopify-product-reviews .spr-summary-caption {
  display: block;
  margin-top: 50px;
}
#shopify-product-reviews .spr-form {
  background: #fff;
  padding: 30px;
  text-align: left;
  border: 1px solid #eaeaea;
}
#shopify-product-reviews .spr-form-title {
  font-size: 18px;
  margin-bottom: 30px;
}
#shopify-product-reviews .spr-container {
  display: flex;
  flex-direction: column-reverse;
  border: none;
}
#shopify-product-reviews .spr-container .spr-header .spr-header-title {
  display: none;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-starrating {
  display: none;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions-togglereviews {
  display: none;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a {
  margin-top: 30px;
  float: none;
  text-align: center;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  background: #181818;
  height: 50px;
  font-size: 0.9em;
  color: white;
  padding: 0;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:hover,
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:focus,
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:active {
  color: white;
}
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:hover:before,
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:focus:before,
#shopify-product-reviews
  .spr-container
  .spr-header
  .spr-summary
  .spr-summary-actions
  a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#shopify-product-reviews .spr-container .spr-content {
  display: flex;
  flex-direction: column-reverse;
}
#shopify-product-reviews .spr-container .spr-content .spr-reviews {
  margin: 0;
}
#shopify-product-reviews .spr-container .spr-content .spr-reviews .spr-review {
  border: 1px solid #ececec;
  background-color: white;
  margin: 0 0 30px;
  padding: 80px 10%;
  background-color: white;
  text-align: center;
}
#shopify-product-reviews
  .spr-container
  .spr-content
  .spr-reviews
  .spr-review
  .spr-review-header
  .spr-review-header-title {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
  font-size: 2em;
}
#shopify-product-reviews
  .spr-container
  .spr-content
  .spr-reviews
  .spr-review
  .spr-review-content
  .spr-review-content-body {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  color: #6e6d6d;
}
@media screen and (max-width: 800px) {
  #shopify-product-reviews
    .spr-container
    .spr-content
    .spr-reviews
    .spr-review {
    margin-bottom: 0;
    margin-top: -1px;
    padding: 25px;
    text-align: left;
  }
  #shopify-product-reviews
    .spr-container
    .spr-content
    .spr-reviews
    .spr-review
    .spr-review-header
    .spr-review-header-title {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 3px;
  }
  #shopify-product-reviews
    .spr-container
    .spr-content
    .spr-reviews
    .spr-review
    .spr-review-content
    .spr-review-content-body {
    font-size: 14px;
  }
  #shopify-product-reviews .spr-container .spr-header .spr-summary {
    background: #fff;
    border: 1px solid #ececec;
    border-top: none;
    padding: 0 25px;
  }
  #shopify-product-reviews
    .spr-container
    .spr-header
    .spr-summary
    .spr-summary-actions
    a {
    margin: 25px 0;
    font-size: 14px;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  #shopify-product-reviews .spr-container .spr-form-input,
  #shopify-product-reviews
    .spr-container
    .spr-form-actions
    input[type="submit"] {
    font-size: 14px;
  }
  #shopify-product-reviews
    .spr-container
    .spr-form-actions
    input[type="submit"] {
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  #shopify-product-reviews .spr-container .spr-summary-caption {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #shopify-product-reviews .spr-header .spr-summary .spr-summary-actions a {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.spr-form-actions input[type="submit"] {
  padding: 0 25px;
}
.spr-badge-caption {
  display: none;
}
.spr-badge-starrating {
  display: block;
  text-align: center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.columns {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.main-content.main-content-margin,
.main-content.margin-adjust {
  padding-top: 80px;
}
.template-product .main-content.main-content-margin {
  padding-top: 0 !important;
}
@media screen and (max-width: 960px) {
  .main-content.margin-adjust {
    padding-top: 160px;
  }
}
.main-content {
  background: #fff;
  position: relative;
  z-index: 90;
}
.template-index .main-content,
.search-results .main-content {
  padding-top: 0 !important;
}
.section {
  padding: 30px;
}
.hero-image {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section--collection {
  padding: 15px 0;
  background: #f8f9fa;
}
.section--collection h2,
.section--collection .rte .h2,
.rte .section--collection .h2 {
  text-align: center;
  max-width: 550px;
  margin: 50px auto;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
  font-size: 2.2em;
  line-height: 1.5em;
}
.section--collection .columns > * {
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section--collection {
    padding: 25px 15px;
    float: left;
  }
  .section--collection h2,
  .section--collection .rte .h2,
  .rte .section--collection .h2 {
    font-size: 1.3em;
    margin: 0 auto;
  }
  .section--collection .columns > * {
    padding: 15px 0;
    width: 100%;
  }
}
.section--collection .columns-dictionary {
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .section--collection .columns-dictionary {
    padding: 0;
    margin: 0 -15px !important;
  }
}
@media screen and (max-width: 640px) {
  .section--collection .columns-dictionary {
    margin-left: -30px !important;
  }
}
.template-collection .section--collection {
  float: left;
  width: 100%;
}
.template-collection .move .section--collection {
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  .template-collection .section--collection {
    padding-top: 50px;
  }
}
.most-popular {
  background: #f8f9fa;
}
@media screen and (max-width: 960px) {
  .most-popular {
    padding-bottom: 0;
    padding-top: 25px !important;
  }
}
.section--ingredients {
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
.section--ingredients h2,
.section--ingredients .rte .h2,
.rte .section--ingredients .h2 {
  max-width: 450px;
  position: relative;
  z-index: 10;
}
.section--ingredients .ingredients {
  position: relative;
}
.section--ingredients .ingredients--background {
  border-top: none;
  position: relative;
}
.section--ingredients .ingredients--background .columns {
  margin-top: 0;
}
.section--ingredients .ingredients--background img {
  max-height: none;
  max-width: none;
  height: auto;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
}
.section--ingredients .ingredients--background .key-ingredients__clip {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -65px;
  border-radius: 50%;
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
  width: 130px;
  height: 130px;
}
.section--ingredients .ingredients--background .key-ingredients__clip .circle {
  border-radius: 50%;
  background: #333;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
}
.section--ingredients .ingredients--background .key-ingredients__clip img {
  position: relative;
  top: 50%;
  width: 50%;
  margin: 0;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .section--ingredients .ingredients--background .key-ingredients__clip {
    margin-left: 0;
    left: auto;
    right: -70px;
    margin-top: -20px;
  }
}
.section--ingredients .carousel {
  position: relative;
}
.section--ingredients .carousel .carousel-frame {
  width: 100%;
  height: 400px;
  margin: 0;
  padding: 0;
}
.section--ingredients .carousel .carousel-frame .carousel-slide {
  list-style: none;
  position: relative;
  height: 400px;
  width: 100%;
  margin: 0;
  display: none;
}
.section--ingredients
  .carousel
  .carousel-frame
  .carousel-slide
  .carousel-model {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.section--ingredients
  .carousel
  .carousel-frame
  .carousel-slide
  .carousel-model
  .instructions-column:nth-child(1)
  .content:nth-child(2) {
  animation-delay: 0.3s;
}
.section--ingredients
  .carousel
  .carousel-frame
  .carousel-slide
  .carousel-model
  .instructions-column:nth-child(2)
  .content:first-child {
  animation-delay: 0.15s;
}
.section--ingredients
  .carousel
  .carousel-frame
  .carousel-slide
  .carousel-model
  .instructions-column:nth-child(2)
  .content:nth-child(2) {
  animation-delay: 0.45s;
}
.section--ingredients .carousel .carousel-frame .carousel-slide.active {
  display: block;
}
@media screen and (max-width: 640px) {
  .section--ingredients .carousel .carousel-frame {
    height: 370px;
  }
  .section--ingredients .carousel .carousel-frame .carousel-slide {
    height: 370px;
    width: 90%;
  }
  .section--ingredients
    .carousel
    .carousel-frame
    .carousel-slide
    .carousel-model {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
  }
  .section--ingredients
    .carousel
    .carousel-frame
    .carousel-slide
    .carousel-model
    .instructions-column.last {
    margin-top: 140px;
  }
}
.section--ingredients .carousel-controls {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
}
.section--ingredients .carousel-controls .dot {
  display: inline-block;
  border-radius: 50%;
  background: #333;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.section--ingredients .carousel-controls .dot:last-child {
  margin: 0;
}
.section--ingredients .carousel-controls .dot.active {
  background-color: #66cae1;
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .section--ingredients .carousel-controls {
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .section--ingredients {
    padding: 0;
  }
}
.section--product {
  text-align: center;
  padding: 70px 0;
}
.section--product #circle-1,
.section--product #circle-2,
.section--product #circle-3 {
  margin-top: 0px !important;
}
.section--product--white {
  background-color: white;
  padding: 70px 0 0;
  text-align: center;
  border: 1px solid #ececec;
}
.white-block {
  background-color: white;
  border: 1px solid #ececec;
}
.solutions-bar {
  display: flex;
  height: 130px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  z-index: 10;
}
.solutions-bar * {
  font-weight: 500;
}
.template-index .solutions-bar {
  position: fixed;
}
.solutions-bar__home {
  bottom: 0;
}
.solutions-bar__home .mobile-search,
.solutions-bar__home .index__spot__all {
  display: none;
}
.gradient-wrapper {
  display: inline-block;
}
.gradient--bar {
  height: 5px;
  width: 100%;
}
.logo-font {
  font-family: "LogoFont", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal !important;
  left: 50%;
  transform: translateX(-50%); /*font-size:1.6em;line-height:80px;*/
  filter: contrast(0%) brightness(200%);
}
.thin {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 0.8em;
}
.fadein {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein.fadein-active {
  top: 0;
  opacity: 1;
}
.fadein-left {
  opacity: 0;
  position: relative;
  right: 100px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein-left.fadein-active {
  right: 0;
  opacity: 1;
}
.fadein-right {
  opacity: 0;
  position: relative;
  left: 100px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fadein-right.fadein-active {
  left: 0;
  opacity: 1;
}
.custom-fadein {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-fadein.fadein-active {
  top: 0;
  opacity: 1;
}
.light-blue {
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
}
.js-qty {
  display: flex;
}
.js-qty * {
  color: #151515;
}
.js-qty .js-qty__adjust {
  width: 30px;
  height: 30px;
  border: 1px solid #ececec;
  line-height: normal;
  background-color: white;
}
.js-qty .js-qty__adjust .visually-hidden {
  display: none;
}
.js-qty .js-qty__adjust .fallback-text {
  color: #6e6d6d;
  font-size: 1.1em;
}
.js-qty .js-qty__num {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  background-color: #f9f9fa;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
hr {
  border: 0;
  border-top: 1px solid #ddd;
}
h1,
.rte .h1,
h2,
.rte .h2,
h3,
.rte .h3,
h4,
.rte .h4,
h5,
.rte .h5,
h6,
.rte .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-style: normal;
  font-weight: 400;
}
h1,
.rte .h1 {
  line-height: 1.2em;
}
h2,
.rte .h2 {
  font-size: 2em;
  line-height: normal;
}
h6,
.rte .h6 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px;
  color: #999;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  p {
    font-size: 14px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
table {
  width: 100%;
  table-layout: fixed;
}
.fontBody {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
}
.fontHeading {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-weight: 500;
}
.blue {
  color: #63a3d9 !important;
}
.vendor-style {
  color: silver;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
.product__column h2,
.product__column .rte .h2,
.rte .product__column .h2 {
  margin-top: 0px;
}
.product__column h2.title,
.product__column .rte .title.h2,
.rte .product__column .title.h2 {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .product__column h2,
  .product__column .rte .h2,
  .rte .product__column .h2 {
    margin-top: 0px;
  }
  .product__column h2.title,
  .product__column .rte .title.h2,
  .rte .product__column .title.h2 {
    margin-top: 0;
  }
}
.product__column .vendor-style {
  display: none;
}
.product-style {
  color: #999;
}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hvr-underline-reveal:hover {
  transition-delay: 0.15s;
  border-bottom-color: transparent !important;
}
.btn:hover {
  cursor: pointer;
}
.btn,
button {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 500;
  background: #181818;
  width: 100%;
  height: 50px;
  font-size: 0.9em;
  color: white;
  padding: 0;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:before,
button:before {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-100%);
}
.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active {
  color: white;
}
.btn:hover:before,
.btn:focus:before,
.btn:active:before,
button:hover:before,
button:focus:before,
button:active:before {
  transform: translateX(0);
}
.btn--secondary {
  width: auto;
  padding: 0 30px;
}
.btn--text {
  color: #151515;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
}
.btn__group {
  display: flex;
  clear: both;
}
.solution-button {
  flex: 0 0 50%;
  padding: 15px;
}
.btn--hover {
  border: 1px solid #ececec;
  background-color: #f9f9fa;
  width: 100%;
  height: 50px;
  position: relative;
  color: #333;
  padding: 0;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn--hover .content-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.btn--hover .gradient--bar {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn--hover:hover {
  text-transform: uppercase;
  background: #181818;
  color: white;
  border: none;
}
.btn--hover:hover .content-1 {
  opacity: 0;
}
.btn--hover:hover .content-2 {
  opacity: 1;
}
.btn--hover:hover .gradient--bar {
  opacity: 1;
}
form {
  margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
}
input[type="image"] {
  padding-left: 0;
  padding-right: 0;
}
fieldset {
  border: 1px solid #ddd;
  padding: 20px;
}
legend {
  border: 0;
  padding: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input,
textarea,
select {
  border: 1px solid #eae9e8;
  max-width: 100%;
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  margin-bottom: 2px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #999;
  outline: none;
}
input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
  cursor: default;
  background-color: #eee;
  border-color: #eae9e8;
}
input.input-full,
textarea.input-full,
select.input-full {
  width: 100%;
}
textarea {
  min-height: 100px;
}
.ajaxcart__qty {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
  left: 60px;
  max-width: 92px;
  width: 100%;
}
.ajaxcart__qty input.qty {
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  margin: 0;
  max-width: 92px;
  width: 100%;
}
.ajaxcart__qty .qty-plus,
.ajaxcart__qty .qty-minus {
  position: absolute;
  top: 1px;
  border: none;
  line-height: 30px;
  height: 30px;
  width: 30px;
  color: #999;
  margin: 0;
  cursor: pointer;
  padding: 0;
}
.ajaxcart__qty .qty-plus {
  right: 1px;
  border-left: 1px solid #eaeaea;
}
.ajaxcart__qty .qty-minus {
  left: 1px;
  border-right: 1px solid #eaeaea;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  width: auto;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
input[type="image"] {
  padding-left: 0;
  padding-right: 0;
}
.ie9 select,
.lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}
optgroup {
  font-weight: bold;
}
option {
  color: #000;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
.sort-by {
  position: relative;
}
.sort-by button {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  text-transform: none;
}
.sort-by .sort-wrapper {
  background: #282827;
  position: absolute;
  max-width: 200px;
  padding: 5px;
  z-index: 999;
}
.sort-by .sort-wrapper ul {
  margin: 0;
  padding: 0;
}
.sort-by .sort-wrapper ul li {
  display: block;
  font-size: 16px;
  width: 100%;
  line-height: 1em;
  padding: 10px;
  text-align: left;
}
.sort-by .sod_select {
  width: auto;
}
.sort-by .sod_select .sod_list {
  width: 250px;
}
.sort-by select:focus,
.sort-by select:active {
  border: none;
  border-bottom: 2px solid #fff;
}
.hidden-label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.ie9 .hidden-label,
.lt-ie9 .hidden-label {
  position: static;
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
  clip: initial;
}
label[for] {
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
.checkbox-wrapper label[for] {
  margin-bottom: 0;
  display: inline-block;
  color: #999;
}
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px;
}
.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block;
}
input.error,
select.error,
textarea.error {
  border-color: #d02e2e;
  color: #d02e2e;
}
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 200px;
  padding: 15px 10px;
  border: 1px solid #ececec;
  background: #ffffff;
  color: #333;
  font-size: 14px;
  text-align: left;
  outline: 0;
  outline-offset: -1px;
  cursor: pointer;
}
.sod_select:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  font-size: 0;
  line-height: 0;
}
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #333;
}
.sod_select.open {
  color: #919191;
}
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  padding-right: 15px;
  text-align: center;
}
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  height: auto;
  pointer-events: none;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 9;
}
.sod_select.open .sod_list_wrapper {
  opacity: 1;
  pointer-events: initial;
}
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}
.sod_select .sod_option.is-placeholder {
  display: none;
}
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}
.sod_select .sod_option.selected {
  font-weight: 500;
  padding-right: 25px;
}
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}
.sod_select select {
  display: none !important;
}
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.sort-by {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sort-by .sod_select {
  padding: 0 30px 0 0;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  outline-offset: 0px;
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-size: 42px;
  font-style: italic;
  padding-left: 0;
}
.sort-by .sod_select .sod_label {
  line-height: 1.4em;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sort-by .sod_select:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.sort-by .sod_select:hover:after,
.sort-by .sod_select:hover .sod_label {
  opacity: 0.7;
}
.sort-by .sod_select .sod_list_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  border: none;
  transform: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  margin-top: 20px;
}
.sort-by .sod_select .sod_option {
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  transform: translateY(-5px);
  padding-left: 0;
  font-style: normal;
  transition-delay: 0s;
  cursor: pointer;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.sort-by .sod_select .sod_option:hover {
  background: transparent;
  color: #fff;
  transition-delay: 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sort-by .sod_select .sod_option.selected {
  border-bottom: 1px solid #fff;
}
.sort-by .sod_select .sod_option.selected:before {
  height: 12px;
  width: 13px;
}
.sort-by .sod_select .sod_option.active {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sort-by .sod_select.open .sod_option {
  opacity: 1;
  transform: translateY(0);
}
.sort-by .sod_select.open .sod_option:nth-child(2) {
  transition-delay: 0.2s;
}
.sort-by .sod_select.open .sod_option:nth-child(3) {
  transition-delay: 0.25s;
}
.sort-by .sod_select.open .sod_option:nth-child(4) {
  transition-delay: 0.3s;
}
.sort-by .sod_select.open .sod_option:nth-child(5) {
  transition-delay: 0.35s;
}
.sort-by .sod_select.open .sod_option:nth-child(6) {
  transition-delay: 0.4s;
}
.sort-by .sod_select.open .sod_option:nth-child(7) {
  transition-delay: 0.45s;
}
.sort-by .sod_select.open .sod_option:nth-child(8) {
  transition-delay: 0.5s;
}
.sort-by .sod_select.open .sod_option:nth-child(9) {
  transition-delay: 0.55s;
}
.sort-by .sod_select.open .sod_option:nth-child(10) {
  transition-delay: 0.6s;
}
.sort-by .sod_select.open .sod_option:nth-child(11) {
  transition-delay: 0.65s;
}
.sort-by .sod_select.open .sod_option:nth-child(12) {
  transition-delay: 0.7s;
}
.sort-by .sod_select.open .sod_option:hover {
  transition-delay: 0s;
}
@media screen and (max-width: 640px) {
  .sort-by .sod_select {
    font-size: 32px;
  }
  .sort-by .sod_select select {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .sod-overlay {
    display: none;
  }
}
.note,
.errors {
  padding: 6px 12px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
  margin: 0 auto 25px;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
  margin-top: 0;
  margin-bottom: 0;
}
.note li:last-child,
.errors li:last-child {
  margin-bottom: 0;
}
.note p,
.errors p {
  margin-bottom: 0;
}
.note {
  border-color: #ddd;
}
.errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.form-success {
  color: #56ad6a !important;
  background-color: #ecfef0;
  border-color: #56ad6a;
}
.form-success a {
  color: #56ad6a;
  text-decoration: underline;
}
.form-success a:hover {
  text-decoration: none;
}
.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
}
.form-error a,
.errors a {
  color: #d02e2e;
  text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
  text-decoration: none;
}
header.header {
  height: 80px;
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  top: 0;
  font-size: 1.1em;
}
header.header * {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: white;
  font-weight: 400;
}
header.header .header__spot {
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
header.header .header__spot h6,
header.header .header__spot .rte .h6,
.rte header.header .header__spot .h6 {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  font-weight: 700;
}
header.header .header__spot h6 .cart-count,
header.header .header__spot .rte .h6 .cart-count,
.rte header.header .header__spot .h6 .cart-count {
  font-weight: 700;
}
header.header .header__spot h6:after,
header.header .header__spot .rte .h6:after,
.rte header.header .header__spot .h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  height: 2px;
  width: 100%;
  transform: translateX(-100%);
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
}
header.header .header__spot:hover h6:after,
header.header .header__spot:hover .rte .h6:after,
.rte header.header .header__spot:hover .h6:after {
  transform: translateX(0);
}
header.header .header__spot:hover .header-solutions h6,
header.header .header__spot:hover .header-solutions .rte .h6,
.rte header.header .header__spot:hover .header-solutions .h6 {
  padding-bottom: 7px;
}
header.header .header__spot:hover .header-solutions h6:after,
header.header .header__spot:hover .header-solutions .rte .h6:after,
.rte header.header .header__spot:hover .header-solutions .h6:after {
  transform: translateX(-100%);
}
header.header
  .header__spot:hover
  .header-solutions
  .solutions-bar__spot:hover
  h6:after,
header.header
  .header__spot:hover
  .header-solutions
  .solutions-bar__spot:hover
  .rte
  .h6:after,
.rte
  header.header
  .header__spot:hover
  .header-solutions
  .solutions-bar__spot:hover
  .h6:after {
  transform: translateX(0%);
}
@media screen and (max-width: 1150px) {
  header.header .header__spot {
    padding: 0 20px;
  }
}
@media screen and (max-width: 950px) {
  header.header .header__spot {
    border-right: none;
    padding: 0 10px;
  }
}
header.header .active-link:after,
header.header .opened h6:after,
header.header .opened .rte .h6:after,
.rte header.header .opened .h6:after {
  transform: translateX(0) !important;
}
header.header .header__spot--main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 950px) {
  header.header .header__spot--main {
    border-right: none;
  }
}
header.header .header__spot.mobile-nav {
  display: none;
}
@media screen and (max-width: 950px) {
  header.header .header__spot.mobile-nav {
    display: flex;
    border-right: none;
  }
}
@media screen and (max-width: 950px) {
  header.header .header__spot.mobile-not {
    display: none;
  }
}
header.header:hover .header__spot,
header.header:hover .header__spot--main {
  border-color: #eae9e8;
}
header.header:hover .logo-font {
  filter: invert(0%);
}
header.header:hover .header__spot.mobile-nav .navicon--area .navicon:after,
header.header:hover .header__spot.mobile-nav .navicon--area .navicon:before,
header.header:hover .header__spot.mobile-nav .navicon--area .navicon span {
  background: #151515;
}
@media screen and (max-width: 800px) {
  header.header {
    position: fixed;
  }
}
header.header.roll-up {
  transform: translateY(-80px) !important;
}
.reveal-filters {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  right: 0;
  width: 100% !important;
  position: relative;
  top: 20px;
}
.reveal-filters .filters-active {
  top: 81px;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .scroll-down header.header {
    transform: translateY(-80px);
  }
  .scroll-down .filter-wrap.move-me,
  .scroll-down .reveal-filters.move-me,
  .scroll-down progress,
  .scroll-down .filters-wrap .filters-active.move-me {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 960px) {
  .scroll-up header.header {
    transform: translateY(0px);
  }
  .scroll-up progress {
    transform: translateY(80px);
  }
}
.scroll-down.template-article header.header,
.scroll-up.template-article header.header,
.scroll-down.template-index header.header,
.scroll-up.template-index header.header,
.scroll-down.template-index header.header,
.scroll-up.template-index header.header,
.scroll-down.template-cart header.header,
.scroll-up.template-cart header.header,
.no-scroll .scroll-up header.header,
.no-scroll .scroll-down header.header,
.scroll-up.template-customers-login header.header,
.scroll-down.template-customers-login header.header {
  transform: translateY(0px);
}
.template-collection.scroll-down header.header {
  transform: translateY(-80px);
}
.template-collection.scroll-down .filter-wrap {
  top: 0;
}
.template-collection.scroll-up header.header {
  transform: translateY(0px);
}
.header__hover__jquery {
  background-color: white !important;
  box-shadow: 0 0 10px 5px #00000026;
}
.header__hover__jquery *,
.header__hover * {
  color: #151515 !important;
  border-color: #eae9e8 !important;
}
.header__hover__jquery .header__spot.mobile-nav .navicon--area .navicon:after,
.header__hover__jquery .header__spot.mobile-nav .navicon--area .navicon:before,
.header__hover__jquery .header__spot.mobile-nav .navicon--area .navicon span,
.header__hover .header__spot.mobile-nav .navicon--area .navicon:after,
.header__hover .header__spot.mobile-nav .navicon--area .navicon:before,
.header__hover .header__spot.mobile-nav .navicon--area .navicon span {
  background: #151515;
}
.header__hover__jquery .logo-font,
.header__hover .logo-font {
  filter: invert(0%);
}
@media screen and (max-width: 960px) {
  .mob-cart {
    position: relative;
  }
  .cart-count {
    border-radius: 50%;
    width: 15px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: block;
    height: 15px;
    color: #fff !important;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    background: #181818;
    padding-top: 0px;
  }
  header.header:hover .cart-count {
    color: #fff !important;
  }
}
.show-mob {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .all-hide {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .show-mob {
    display: block !important;
  }
  .product-slide-wrapper .show-mob {
    display: none !important;
  }
  .hide-mob {
    display: none;
  }
  .template-index .show-mob:before,
  .template-index .solution-header-btn:before,
  .template-collection .show-mob:before,
  .template-collection .solution-header-btn:before {
    display: none;
  }
  .template-index .show-mob img,
  .template-index .solution-header-btn img,
  .template-collection .show-mob img,
  .template-collection .solution-header-btn img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .template-index .header:hover .show-mob img,
  .template-index .header:hover .solution-header-btn img,
  .template-collection .header:hover .show-mob img,
  .template-collection .header:hover .solution-header-btn img {
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }
}
@media screen and (max-width: 800px) {
  .product-slide-wrapper .show-mob {
    display: block !important;
  }
}

.header:hover .logo-font,
.template-page .header.header .logo-font,
.template-customers-login .header.header .logo-font,
.template-customers-register .header.header .logo-font,
.template-customers-reset_password .header.header .logo-font,
.template-customers-activate_account .header.header .logo-font,
header.header.active .logo-font,
.movable header.header .logo-font {
  filter: contrast(100%) brightness(00%);
}
.header:hover .header__spot.mobile-nav .navicon--area .navicon:after,
.header:hover .header__spot.mobile-nav .navicon--area .navicon:before,
.header:hover .header__spot.mobile-nav .navicon--area .navicon span,
.template-page
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:after,
.template-page
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:before,
.template-page
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon
  span,
.template-customers-login
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:after,
.template-customers-login
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:before,
.template-customers-login
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon
  span,
.template-customers-register
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:after,
.template-customers-register
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:before,
.template-customers-register
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon
  span,
.template-customers-reset_password
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:after,
.template-customers-reset_password
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:before,
.template-customers-reset_password
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon
  span,
.template-customers-activate_account
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:after,
.template-customers-activate_account
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon:before,
.template-customers-activate_account
  .header.header
  .header__spot.mobile-nav
  .navicon--area
  .navicon
  span,
header.header.active .header__spot.mobile-nav .navicon--area .navicon:after,
header.header.active .header__spot.mobile-nav .navicon--area .navicon:before,
header.header.active .header__spot.mobile-nav .navicon--area .navicon span,
.movable header.header .header__spot.mobile-nav .navicon--area .navicon:after,
.movable header.header .header__spot.mobile-nav .navicon--area .navicon:before,
.movable header.header .header__spot.mobile-nav .navicon--area .navicon span {
  background: #151515 !important;
}
.header:hover .solution-header-btn img,
.header:hover .show-mob img,
.template-page .header.header .solution-header-btn img,
.template-page .header.header .show-mob img,
.template-customers-login .header.header .solution-header-btn img,
.template-customers-login .header.header .show-mob img,
.template-customers-register .header.header .solution-header-btn img,
.template-customers-register .header.header .show-mob img,
.template-customers-reset_password .header.header .solution-header-btn img,
.template-customers-reset_password .header.header .show-mob img,
.template-customers-activate_account .header.header .solution-header-btn img,
.template-customers-activate_account .header.header .show-mob img,
header.header.active .solution-header-btn img,
header.header.active .show-mob img,
.movable header.header .solution-header-btn img,
.movable header.header .show-mob img {
  filter: invert(0);
}
.header:hover .mob-cart-count,
.template-page .header.header .mob-cart-count,
.template-customers-login .header.header .mob-cart-count,
.template-customers-register .header.header .mob-cart-count,
.template-customers-reset_password .header.header .mob-cart-count,
.template-customers-activate_account .header.header .mob-cart-count,
header.header.active .mob-cart-count,
.movable header.header .mob-cart-count {
  color: #fff !important;
}
.solutions .header-solutions {
  display: flex;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 79px;
  height: 130px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  border-bottom: 1px solid #eae9e8;
  border-top: 1px solid #eae9e8;
}

.solutions .header-solutions .solutions-bar__spot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  top: 1px; /*pointer-events:none;-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px);opacity:0;-webkit-transition:all 0.4s cubic-bezier(0.77, 0, 0.175, 1);-moz-transition:all 0.4s cubic-bezier(0.77, 0, 0.175, 1);-ms-transition:all 0.4s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.4s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.4s cubic-bezier(0.77, 0, 0.175, 1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;*/
  cursor: pointer;
}

.solutions .header-solutions .solutions-bar__spot img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 25px;
  width: 25px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -ms-filter: invert(1);
}
.solutions .header-solutions .solutions-bar__spot h6,
.solutions .header-solutions .solutions-bar__spot .rte .h6,
.rte .solutions .header-solutions .solutions-bar__spot .h6 {
  padding-top: 20px;
  text-transform: uppercase;
  color: #151515;
  font-weight: 700;
}
.solutions:hover .header-solutions {
  visibility: visible;
  opacity: 1;
}
.solutions:hover .header-solutions .solutions-bar__spot {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(2) {
  transition-delay: 0.1s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(3) {
  transition-delay: 0.2s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(4) {
  transition-delay: 0.3s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(5) {
  transition-delay: 0.4s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(6) {
  transition-delay: 0.5s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(7) {
  transition-delay: 0.6s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(8) {
  transition-delay: 0.7s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(9) {
  transition-delay: 0.8s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(10) {
  transition-delay: 0.9s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(11) {
  transition-delay: 1s;
}
.solutions:hover .header-solutions .solutions-bar__spot:nth-child(12) {
  transition-delay: 1.1s;
}
.mobile-nav-open {
  transform: translateX(-480px);
  overflow: hidden;
  z-index: 999999;
  width: 480px;
  height: 100%;
  position: fixed;
  top: 80px;
  background-color: #242424;
  color: #fff;
  padding-top: 3px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  padding-bottom: 80px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-open .header--mobile-column {
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-self: center;
}
.mobile-nav-open .header--mobile-column ul {
  margin: 0;
  padding: 0 0 15px 0;
}
.mobile-nav-open .header--mobile-column ul li {
  display: block;
  position: relative;
}
.mobile-nav-open a {
  color: #fff;
  padding: 5px 15px;
  display: block;
  width: 100%;
  font-size: 0.9em;
  font-weight: 400;
}
.mobile-nav-open a:hover {
  color: #79d2e4;
}
.mobile-nav-open a.link__heading {
  color: #777;
  font-size: 12px;
  padding-bottom: 0;
  text-transform: uppercase;
  pointer-events: none;
  margin-top: 25px;
}
.mobile-nav-open .secondary__mobile_menu a {
  color: #777;
  font-size: 0.8em;
  border-bottom: none;
  padding: 10px 25px;
}
.mobile-nav-open .secondary__mobile_menu a:hover {
  color: #79d2e4;
}
.mobile-nav-open .mobile-login {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-nav-open .mobile-login a {
  width: auto;
  display: inline-block;
  border: none;
}
.mobile-nav-open .gradient--bar {
  opacity: 1;
  position: absolute;
  top: 0;
  height: 3px;
  left: 0;
  right: 0;
}
.mobile-nav-open .mobile-search {
  padding: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.mobile-nav-open .mobile-search input {
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  background: #3a3a3a;
  color: #fff;
  border: none;
  font-size: 14px;
  width: 100%;
  padding: 14px 20px;
}
.mobile-nav-open .mobile-search .mob-hide {
  display: none;
}
.mobile-nav-open .mobile-search ::-webkit-input-placeholder {
  color: #6a6a6a;
}
.mobile-nav-open .mobile-search ::-moz-placeholder {
  color: #6a6a6a;
}
.mobile-nav-open .mobile-search :-ms-input-placeholder {
  color: #6a6a6a;
}
.mobile-nav-open .mobile-search :-moz-placeholder {
  color: #6a6a6a;
}
@media screen and (max-width: 480px) {
  .mobile-nav-open {
    width: 100%;
  }
}
.mobile-nav-open.move-right {
  transform: translateX(0);
}
.nav--right--item--number {
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}
.navicon--area {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  margin-left: -10px;
}
.navicon {
  height: 12px;
  width: 25px;
  position: relative;
  display: block;
  cursor: pointer;
}
.navicon:after,
.navicon:before,
.navicon span {
  background: white;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
  top: 0px;
  transition: transform 0.3s;
  transform-origin: 1px 1px;
}
.navicon span {
  top: 6px;
  width: 15px;
}
.navicon:after {
  top: 12px;
}
.mobile-nav__toggle {
  position: absolute;
  right: 25px;
  top: 15px;
}
.mobile-nav__toggle button {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: relative;
  background: #333;
}
.mobile-nav__toggle button:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -4px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  font-size: 0;
  line-height: 0;
}
.mobile-nav--expanded .mobile-nav__toggle-open {
  transform: rotate(180deg);
  background: #111;
}
.mobile-nav__sublist {
  margin: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  background-color: #111;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.mobile-nav--expanded + .mobile-nav__sublist {
  visibility: visible;
  max-height: 500px;
  transition: all 500ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}
.mobile-nav__sublist .mobile-nav__item:after {
  top: 0;
  bottom: auto;
  display: none;
}
.mobile-nav__sublist .mobile-nav__link {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
  color: #777;
  border: none;
  font-size: 0.8em;
  font-weight: 400;
}
.animate-hamburger span {
  display: none;
}
.animate-hamburger:after {
  transform: rotate(-45deg);
}
.animate-hamburger:before {
  transform: rotate(45deg);
  top: -1px;
}
.template-search .index__text-block--centered .search-bar,
#search-results .index__text-block--centered .search-bar {
  position: relative;
}
.template-search .index__text-block--centered .search-bar input,
#search-results .index__text-block--centered .search-bar input {
  padding: 0 0 0 0;
  width: 100%;
  max-width: none;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  outline-offset: 0px;
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-size: 42px;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .template-search .index__text-block--centered .search-bar input,
  #search-results .index__text-block--centered .search-bar input {
    font-size: 2em;
    text-align: center;
  }
}
.template-search .index__text-block--centered .search-bar button.btn,
#search-results .index__text-block--centered .search-bar button.btn {
  background: none;
  width: auto;
  max-width: none;
  position: absolute;
  right: 0;
  top: -15px;
}
@media screen and (max-width: 960px) {
  .template-search .index__text-block--centered .search-bar button.btn,
  #search-results .index__text-block--centered .search-bar button.btn {
    margin-top: 5px;
  }
}
.template-search .index__text-block--centered .search-bar button.btn:before,
#search-results .index__text-block--centered .search-bar button.btn:before {
  display: none;
}
.template-search .index__text-block--centered .search-bar button.btn img,
#search-results .index__text-block--centered .search-bar button.btn img {
  width: 25px;
  filter: invert(100%);
}
@media screen and (max-width: 800px) {
  .template-search .section--collection,
  #search-results .section--collection {
    padding-top: 0;
    padding-bottom: 0;
  }
  .template-search input,
  #search-results input {
    width: 100% !important;
  }
}
.template-index #intercom-container,
.template-product #intercom-container,
.template-cart #intercom-container {
  display: none;
}
.site-header__search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 98;
  display: inline-block;
  width: 100%;
  padding: 0px;
  background: #fff;
  transition: all 350ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  -webkit-transform: translateY(-170px);
  -moz-transform: translateY(-170px);
  -ms-transform: translateY(-170px);
  -o-transform: translateY(-170px);
  transform: translateY(-170px);
}
.site-header__search input {
  width: 100%;
  padding: 20px 70px 20px 30px;
  font-size: 36px;
  border: none;
}
.site-header__search .btn {
  padding: 0 40px;
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  position: absolute;
  right: 30px;
  top: 3px;
}
.site-header__search .btn:before {
  display: none;
}
.site-header__search .btn:hover {
  background: #63a3d9;
}
.site-header__search.open {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.search-bar {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
  }
}
.search-overlay,
.sod-overlay,
.md-overlay,
.ingredients_overlay,
.instructions_overlay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
}
.search-overlay.active,
.active.sod-overlay,
.active.md-overlay,
.active.ingredients_overlay,
.active.instructions_overlay {
  opacity: 0.85;
}
#search.opened {
  border-bottom-color: transparent !important;
}
.search-results {
  z-index: 8889;
  list-style-type: none;
  right: 0px;
  margin: 0 0 0 -30px;
  padding: 0 30px;
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
  overflow: hidden;
  border-top: 1px solid #ececec;
  height: 100vh;
}
.search-results li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 30px 0 0 30px;
  text-align: center;
}
.search-results li a {
  display: block;
  color: #999;
  padding: 0;
  background: #fff;
  border: 1px solid #ececec;
  padding: 30px;
  transition: box-shadow 0.3s;
  position: relative;
}
.search-results li a h1,
.search-results li a .rte .h1,
.rte .search-results li a .h1,
.search-results li a h2,
.search-results li a .rte .h2,
.rte .search-results li a .h2,
.search-results li a h3,
.search-results li a .rte .h3,
.rte .search-results li a .h3,
.search-results li a h4,
.search-results li a .rte .h4,
.rte .search-results li a .h4,
.search-results li a h5,
.search-results li a .rte .h5,
.rte .search-results li a .h5,
.search-results li a h6,
.search-results li a .rte .h6,
.rte .search-results li a .h6,
.search-results li a p {
  text-align: center;
}
.search-results li a h6,
.search-results li a .rte .h6,
.rte .search-results li a .h6 {
  font-weight: 400;
  color: silver;
  font-size: 10px;
}
.search-results li a h3,
.search-results li a .rte .h3,
.rte .search-results li a .h3 {
  color: #333;
  font-size: 1em;
}
.search-results li a .grid__image {
  margin-top: 30px;
}
.search-results li a .grid__image img {
  position: static;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-results li a:hover {
  border-color: none;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.search-results li a:hover .grid__image img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-results li.full {
  padding: 0 0 0 30px;
  margin: 0;
  width: 100%;
  float: left;
  clear: both;
}
.search-results li.full a {
  color: #fff;
  padding: 15px 25px;
  width: 100%;
  height: auto;
  line-height: 1em;
  position: static;
  right: auto;
  top: auto;
  background: #333;
  border: none;
}
.search-results li.full a:hover {
  border: none;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 960px) {
  .search-results li {
    width: 50%;
  }
  .search-results li:nth-last-of-type(3),
  .search-results li:nth-last-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #shopify-section-footer {
    display: block;
  }
}
footer.footer {
  background-color: #a20b52;
  text-align: center;
  padding: 120px 30px;
}
footer.footer p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
}
footer.footer .copyright {
  font-size: 0.9em;
  margin-bottom: 0;
}
footer.footer .newsletter {
  margin: 0 auto;
}
footer.footer .newsletter .note,
footer.footer .newsletter .error {
  max-width: 550px;
}
footer.footer .newsletter h2,
footer.footer .newsletter .rte .h2,
.rte footer.footer .newsletter .h2 {
  color: white;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-size: 2.2em;
}
footer.footer .newsletter p {
  margin-top: 0;
}
footer.footer .newsletter .input-group {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 100px;
}
footer.footer .newsletter .input-group input {
  margin: 0;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 23px 30px;
  width: 100%;
  max-width: 550px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer.footer .newsletter .input-group input:focus {
  border-color: #63a3d9;
}
footer.footer .newsletter .input-group button {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  font-size: 44px;
  height: 68px;
  line-height: 78px;
  padding-right: 30px;
}
footer.footer .newsletter .input-group button:before {
  display: none;
}
footer.footer .newsletter .input-group button:hover {
  color: #63a3d9;
}
@media screen and (max-width: 640px) {
  footer.footer {
    padding: 40px 15px;
  }
  footer.footer .newsletter h2,
  footer.footer .newsletter .rte .h2,
  .rte footer.footer .newsletter .h2,
  footer.footer .newsletter .rte h2,
  footer.footer .newsletter .rte .h2,
  footer.footer .newsletter .h2 {
    font-size: 1.3em;
  }
  footer.footer .newsletter .input-group {
    margin-bottom: 40px;
  }
  footer.footer .newsletter .input-group input {
    padding: 13px 20px;
  }
  footer.footer .newsletter .input-group button {
    height: 61px;
    line-height: 61px;
    padding-right: 20px;
  }
  footer.footer .newsletter p {
    margin-bottom: 20px;
  }
  footer.footer .footer-navigation {
    margin-bottom: 40px;
    flex-direction: column;
  }
  footer.footer .footer-navigation li {
    margin: 0 0 10px;
  }
  footer.footer .social-icons {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  footer.footer .social-icons li {
    margin-right: 10px;
  }
  footer.footer p.copyright {
    margin-top: 0;
  }
}
.social-icons {
  margin: 0 auto 30px;
  list-style: none;
  padding: 0;
}
.social-icons li {
  margin-right: 60px;
  display: inline-block;
}
.social-icons li a {
  color: #fff;
}
.social-icons li a i {
  color: #fff;
  font-size: 24px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.social-icons li a:hover i.i-facebook {
  color: #4867aa;
}
.social-icons li a:hover i.i-snapchat {
  color: #fffc00;
}
.social-icons li a:hover i.i-instagram {
  color: #d3416e;
}
.social-icons li a:hover i.i-twitter {
  color: #32a9df;
}
.social-icons li a:hover i.i-youtube {
  color: #cc181e;
}
.social-icons li:last-child {
  margin-right: 0;
}
.footer-navigation {
  margin: 0px 0 90px;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
}
.footer-navigation li {
  margin: 0 30px 20px;
}
.footer-navigation li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05em;
}
.footer-navigation li a:hover {
  color: #63a3d9;
}
#shopify-section-hero {
  position: relative;
  overflow: hidden;
}
section.index * {
  color: white;
}
section.index h3,
section.index .rte .h3,
.rte section.index .h3 {
  position: fixed;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
}
section.index .index__hero-image,
section.index .mobile_image {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #dc0067;
  background-size: cover;
  background-position: top center;
  opacity: 1;
  transition: all 0.3s linear;
}
section.index .mobile_image {
  display: none;
}
section.index .index__hero-image.deblur,
section.index .deblur.mobile_image {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
section.index .menu-back-arrow,
section.index .menu-back-arrow i {
  color: #181818;
}
section.index .spot_titles {
  display: none;
}
section.index .index__spot {
  background-size: 0 0;
}
section.index .index__spot:nth-child(2) {
  animation-delay: 0.3s;
}
section.index .index__spot:nth-child(3) {
  animation-delay: 0.4s;
}
section.index .index__spot:nth-child(4) {
  animation-delay: 0.5s;
}
section.index .index__spot:nth-child(5) {
  animation-delay: 0.6s;
}
section.index .index__spot:nth-child(6) {
  animation-delay: 0.7s;
}
section.index .index__spot:nth-child(7) {
  animation-delay: 0.8s;
}
section.index .index__spot:nth-child(8) {
  animation-delay: 0.9s;
}
section.index .index__spot:nth-child(9) {
  animation-delay: 1s;
}
section.index .index__spot:nth-child(10) {
  animation-delay: 1.1s;
}
section.index .index__spot:nth-child(11) {
  animation-delay: 1.2s;
}
section.index .index__spot:nth-child(12) {
  animation-delay: 1.3s;
}
section.index .solutions-bar__spot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  position: relative;
}
section.index .solutions-bar__spot img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 27px;
  width: 27px;
}
section.index .solutions-bar__spot h6,
section.index .solutions-bar__spot .rte .h6,
.rte section.index .solutions-bar__spot .h6 {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  text-align: center;
}
section.index .solutions-bar__spot .content-1,
section.index .solutions-bar__spot .content-2 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.index .solutions-bar__spot .content-2 {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(4px);
}
section.index a.solutions-bar__spot:hover {
  background-color: white;
}
section.index a.solutions-bar__spot:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.index a.solutions-bar__spot:hover h6,
section.index a.solutions-bar__spot:hover .rte .h6,
.rte section.index a.solutions-bar__spot:hover .h6 {
  color: #151515;
}
section.index a.solutions-bar__spot:hover .content-1 {
  opacity: 0;
}
section.index a.solutions-bar__spot:hover .content-2 {
  opacity: 1;
}
section.index .solutions-bar__spot--hover {
  background-color: #f9f9fa;
}
section.index .solutions-bar__spot--hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
section.index .solutions-bar__spot--hover h6,
section.index .solutions-bar__spot--hover .rte .h6,
.rte section.index .solutions-bar__spot--hover .h6 {
  color: #151515;
}
section.index .index__text-block {
  width: 100%;
  position: fixed;
  top: 50%;
  max-width: 400px;
  padding: 0 25px;
  left: 100px;
  transform: translateY(-50%);
  margin-top: -35px;
  z-index: 10;
}
section.index .index__text-block h1,
section.index .index__text-block .rte .h1,
.rte section.index .index__text-block .h1 {
  max-width: 360px;
  margin: 0 auto 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.index .index__text-block p {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.index .index__text-block h1.move,
section.index .index__text-block .rte .move.h1,
.rte section.index .index__text-block .move.h1,
section.index .index__text-block p.move {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0s;
}
@media screen and (max-width: 960px) {
  section.index .index__text-block .index__text-block {
    left: 50px;
  }
}
@media screen and (max-width: 640px) {
  section.index .index__text-block {
    left: 0px;
    max-width: none;
  }
  section.index .index__text-block h1,
  section.index .index__text-block .rte .h1,
  .rte section.index .index__text-block .h1 {
    font-size: 2em;
  }
}
section.index .index__text-block--centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 90;
  max-width: 600px;
  margin: -30px auto 0;
  font-weight: 500;
}
section.index .index__text-block--centered h1,
section.index .index__text-block--centered .rte .h1,
.rte section.index .index__text-block--centered .h1 {
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  section.index .index__text-block--centered {
    max-width: none;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  section.index h3,
  section.index .rte .h3,
  .rte section.index .h3 {
    bottom: 100px;
    text-align: center;
  }
  section.index .index__hero-image,
  section.index .mobile_image {
    display: none;
  }
  section.index .mobile_image {
    display: block;
  }
}
#all-products section.index .index__text-block--centered {
  z-index: 99;
  margin-top: 40px;
}
section.index.magic-hero-position {
  position: relative;
}
section.index.magic-hero-position .index__hero-image.magic-hero-image,
section.index.magic-hero-position .magic-hero-image.mobile_image {
  height: auto;
  padding-top: 38%;
  position: relative;
}
@media screen and (max-width: 960px) {
  section.index.magic-hero-position {
    height: 50vh;
  }
  section.index.magic-hero-position .index__hero-image.magic-hero-image,
  section.index.magic-hero-position .magic-hero-image.mobile_image {
    height: 50vh;
    padding-top: 0;
  }
  section.index.magic-hero-position #mobile-concern,
  section.index.magic-hero-position .solutions-bar__home {
    display: none;
  }
  section.index.magic-hero-position .index__text-block--centered {
    margin-top: 30px;
  }
  section.index.magic-hero-position .index__text-block--centered h1,
  section.index.magic-hero-position .index__text-block--centered .rte .h1,
  .rte section.index.magic-hero-position .index__text-block--centered .h1 {
    font-size: 27px;
  }
}
#PageContainer {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .template-collection #PageContainer {
    margin-top: 80px;
  }
  .template-collection section.index.magic-hero-position {
    display: none;
  }
  .template-collection header.header {
    background-color: #fff;
  }
  .template-collection header.header * {
    color: #181818;
  }
  .template-collection .logo-font {
    filter: invert(0%);
  }
  .template-collection .navicon:after,
  .template-collection .navicon:before,
  .template-collection .navicon span {
    background: #181818;
  }
  .template-collection .show-mob img,
  .template-collection .solution-header-btn img {
    filter: invert(0);
  }
}
.thin {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 0.8em;
}
.article-item {
  padding: 15px;
  flex: 0 0 33.33%;
  color: #333;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .article-item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .article-item {
    flex: 0 0 100%;
  }
}
.article-item .article-item__image {
  height: 0;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex: 1;
}
.article-item .article-item__content {
  padding: 30px;
  background-color: white;
  text-align: left;
  overflow: hidden;
}
.article-item .article-item__content .tags {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article-item .article-item__content-indented {
  padding: 30px 30px 110px 30px;
  margin: 0 auto;
  transform: translateY(-50px);
  width: 70%;
  background-color: white;
  text-align: center !important;
  overflow: hidden;
  display: flex;
  flex: 1;
  flex-direction: column;
  border: 1px solid #ececec;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.article-item .article-item__content-indented h6,
.article-item .article-item__content-indented .rte .h6,
.rte .article-item .article-item__content-indented .h6 {
  font-weight: 400;
}
.article-item .article-item__content-indented h3,
.article-item .article-item__content-indented .rte .h3,
.rte .article-item .article-item__content-indented .h3 {
  font-weight: 400;
  margin-bottom: 30px;
}
.article-item .article-item__content-indented .btn--text {
  font-size: 0.8em;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
}
.article-item .article-item__content-indented .separator {
  color: #999;
}
@media screen and (max-width: 640px) {
  .article-item .article-item__content-indented {
    width: 90%;
    padding: 20px 20px 80px 20px;
  }
  .article-item .article-item__content-indented .btn--text {
    bottom: 10px;
  }
}
.article-item:hover {
  color: #333;
}
.article-item:hover .article-item__content-indented {
  transform: translateY(-100px);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.article-item-big {
  flex: 0 0 50% !important;
}
.table-of-contents {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.table-of-contents * {
  color: white;
}
.table-of-contents .columns {
  height: 100%;
}
.table-of-contents .columns .alph {
  height: 100%;
  padding: 100px 0 0 0;
  width: 70px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #37699b;
}
.table-of-contents .columns .alph h5,
.table-of-contents .columns .alph .rte .h5,
.rte .table-of-contents .columns .alph .h5 {
  text-align: center;
  padding: 7px 0;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  cursor: pointer;
}
.table-of-contents .columns .dictionary-names {
  padding: 30px 0 0;
  padding-top: 100px;
  height: 100vh;
  width: 349px;
  -webkit-overflow-scrolling: touch;
  background: #63a1d4;
  background: -moz-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: -webkit-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: linear-gradient(to right, #63a1d4 1%, #58afe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a1d4', endColorstr='#58afe1',GradientType=1 );
}
.table-of-contents .columns .dictionary-names input[type="text"] {
  margin-top: 20px;
  background-color: #7dbce7;
  padding: 15px;
  border: none;
  border-bottom: 1px solid white;
  width: 289px;
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.table-of-contents .columns .dictionary-names h2,
.table-of-contents .columns .dictionary-names .rte .h2,
.rte .table-of-contents .columns .dictionary-names .h2 {
  font-size: 2.2em;
  padding: 0 30px;
}
.table-of-contents .columns .dictionary-names li {
  margin-left: 30px;
}
.dictionary-content {
  margin-left: 419px;
  padding-top: 110px;
  margin-top: -80px;
  background-color: #f8f9fa;
}
.dictionary-content .dictionary-content__ingredient {
  margin: 0 30px 30px 30px;
  padding: 80px 130px;
  text-align: center;
}
.dictionary-content .dictionary-content__ingredient h1,
.dictionary-content .dictionary-content__ingredient .rte .h1,
.rte .dictionary-content .dictionary-content__ingredient .h1 {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0;
}
.dictionary-content .dictionary-content__ingredient h5,
.dictionary-content .dictionary-content__ingredient .rte .h5,
.rte .dictionary-content .dictionary-content__ingredient .h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.dictionary-content .dictionary-content__ingredient .columns {
  justify-content: space-between;
}
.dictionary-content
  .dictionary-content__ingredient
  .columns
  .dictionary-content__ingredient__column {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .dictionary-content .dictionary-content__ingredient {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .dictionary-content .dictionary-content__ingredient h1,
  .dictionary-content .dictionary-content__ingredient .rte .h1,
  .rte .dictionary-content .dictionary-content__ingredient .h1 {
    margin-bottom: 15px;
  }
  .dictionary-content .dictionary-content__ingredient h5,
  .dictionary-content .dictionary-content__ingredient .rte .h5,
  .rte .dictionary-content .dictionary-content__ingredient .h5 {
    display: none;
  }
  .dictionary-content
    .dictionary-content__ingredient
    .columns
    .dictionary-content__ingredient__column {
    max-width: none;
    width: 100%;
  }
}
.dictionary-content .related-products--dictionary {
  text-align: center;
  margin: 0 30px;
  padding: 20px;
}
.dictionary-content .related-products--dictionary h3,
.dictionary-content .related-products--dictionary .rte .h3,
.rte .dictionary-content .related-products--dictionary .h3 {
  text-transform: uppercase;
}
.dictionary-list-wrapper {
  height: calc(100% - 200px);
  position: relative;
  padding-top: 43px;
}
@media screen and (max-width: 960px) {
  .dictionary-list-wrapper {
    height: calc(100% - 60px);
    padding-top: 0;
  }
}
#dictionary-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 100%;
}
#dictionary-list li a {
  font-weight: 300;
  text-transform: none;
  font-size: 1em;
  margin-bottom: 15px;
  display: block;
}
#dictionary-list li a:hover {
  color: #79d2e4;
}
#dictionary-list li.current-page {
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  background-color: #7dbce7;
  margin-left: 0px;
  padding: 5px 30px;
  display: inline-block;
  margin-bottom: 15px;
}
#dictionary-list li.current-page a {
  margin-bottom: 0;
}
#dictionary-list li.letter a {
  pointer-events: none;
  font-size: 1.8em;
  font-weight: 500;
  margin: 15px 0;
  position: relative;
}
#dictionary-list li.letter span.pat {
  position: absolute;
  top: 11px;
  left: 30px;
  right: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVQoU4XKQQ4AIAgDQftzfl6jiQYUyl53QNIA2BBhvQ5u1MGLFAyogh/KYIpeWCIPJTpwAmI+I4cHB7USAAAAAElFTkSuQmCC)
    repeat;
  height: 21px;
  display: block;
}
#dictionary-list li.letter:first-of-type a {
  margin-top: 0;
}
#dictionary-list li.letter#A {
  display: none !important;
}
@media screen and (max-width: 960px) {
  #dictionary-list {
    padding-top: 45px;
    position: relative;
  }
}
#sticker {
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  #sticker {
    padding: 0;
  }
}
#sticker a {
  pointer-events: none;
  font-size: 1.8em;
  font-weight: 500;
  margin: 15px 0;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
#sticker span.pat {
  position: absolute;
  top: 11px;
  left: 30px;
  right: 0px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANklEQVQoU4XKQQ4AIAgDQftzfl6jiQYUyl53QNIA2BBhvQ5u1MGLFAyogh/KYIpeWCIPJTpwAmI+I4cHB7USAAAAAElFTkSuQmCC)
    repeat;
  height: 21px;
  display: block;
}
.related-articles {
  float: left;
}
.related-articles .related-articles__header h2,
.related-articles .related-articles__header .rte .h2,
.rte .related-articles .related-articles__header .h2 {
  font-size: 2.2em;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  .related-articles {
    padding-top: 20px;
  }
  .related-articles .related-articles__header {
    padding: 0 20px;
  }
  .related-articles .related-articles__header h2,
  .related-articles .related-articles__header .rte .h2,
  .rte .related-articles .related-articles__header .h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.2em;
  }
}
.rte-alt h1,
.rte-alt .rte .h1,
.rte .rte-alt .h1,
.rte-alt h2,
.rte-alt .rte .h2,
.rte .rte-alt .h2,
.rte-alt h3,
.rte-alt .rte .h3,
.rte .rte-alt .h3,
.rte-alt h4,
.rte-alt .rte .h4,
.rte .rte-alt .h4,
.rte-alt h5,
.rte-alt .rte .h5,
.rte .rte-alt .h5,
.rte-alt h6,
.rte-alt .rte .h6,
.rte .rte-alt .h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rte-alt h1:first-child,
.rte-alt .rte .h1:first-child,
.rte .rte-alt .h1:first-child,
.rte-alt h2:first-child,
.rte-alt .rte .h2:first-child,
.rte .rte-alt .h2:first-child,
.rte-alt h3:first-child,
.rte-alt .rte .h3:first-child,
.rte .rte-alt .h3:first-child,
.rte-alt h4:first-child,
.rte-alt .rte .h4:first-child,
.rte .rte-alt .h4:first-child,
.rte-alt h5:first-child,
.rte-alt .rte .h5:first-child,
.rte .rte-alt .h5:first-child,
.rte-alt h6:first-child,
.rte-alt .rte .h6:first-child,
.rte .rte-alt .h6:first-child {
  margin-top: 0;
}
.rte-alt h1 a,
.rte-alt .rte .h1 a,
.rte .rte-alt .h1 a,
.rte-alt h2 a,
.rte-alt .rte .h2 a,
.rte .rte-alt .h2 a,
.rte-alt h3 a,
.rte-alt .rte .h3 a,
.rte .rte-alt .h3 a,
.rte-alt h4 a,
.rte-alt .rte .h4 a,
.rte .rte-alt .h4 a,
.rte-alt h5 a,
.rte-alt .rte .h5 a,
.rte .rte-alt .h5 a,
.rte-alt h6 a,
.rte-alt .rte .h6 a,
.rte .rte-alt .h6 a {
  text-decoration: none;
}
.ingredients-toggle-btn,
.filters-toggle-btn {
  display: none;
  color: #181818;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  font-size: 14px;
  border-bottom: 1px solid #eae9e8;
  z-index: 2;
}
.ingredients-toggle-btn:hover,
.filters-toggle-btn:hover,
.ingredients-toggle-btn:active,
.filters-toggle-btn:active,
.ingredients-toggle-btn:focus,
.filters-toggle-btn:focus {
  color: #181818;
}
.ingredients-toggle-btn:after,
.filters-toggle-btn:after,
.ingredients-toggle-btn:before,
.filters-toggle-btn:before {
  display: none !important;
}
.ingredients-toggle-btn i,
.filters-toggle-btn i {
  font-size: 18px;
  position: absolute;
  top: 0px;
  line-height: 44px;
  left: 15px;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .option.prices {
    display: none;
  }
}
.filters-toggle-btn {
  position: relative;
}
.filters-toggle-btn:hover {
  color: #181818;
}
.filters-toggle-btn:before {
  display: none;
}
@media screen and (max-width: 960px) {
  .ingredients-toggle-btn,
  .filters-toggle-btn,
  .filters-toggle-btn {
    display: block;
  }
  .table-of-contents {
    width: 100%;
    z-index: 400;
    top: 49px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  .table-of-contents .columns .alph {
    display: none;
  }
  .table-of-contents .columns #dictionary-list {
    padding: 55px 0 0;
  }
  .table-of-contents .columns #dictionary-list li.current-page {
    padding-left: 15px;
  }
  .table-of-contents .columns .dictionary-names {
    width: 100%;
    padding: 0;
  }
  .table-of-contents .columns .dictionary-names h2,
  .table-of-contents .columns .dictionary-names .rte .h2,
  .rte .table-of-contents .columns .dictionary-names .h2 {
    display: none;
  }
  .table-of-contents .columns .dictionary-names input[type="text"] {
    margin: 0 0 15px;
    width: 100%;
  }
  .table-of-contents .columns .dictionary-names li {
    margin-left: 15px;
  }
  .table-of-contents .columns .dictionary-names #sticker {
    left: 15px;
    right: 15px;
  }
  .dictionary-content {
    margin-left: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    padding: 65px 15px 15px;
  }
  .dictionary-content .dictionary-content__ingredient {
    padding: 25px;
    margin: 0 0 10px;
    text-align: left;
  }
  .dictionary-content .dictionary-content__ingredient h1,
  .dictionary-content .dictionary-content__ingredient .rte .h1,
  .rte .dictionary-content .dictionary-content__ingredient .h1 {
    font-size: 1.6em;
  }
  .dictionary-content .related-products--dictionary {
    margin: 0;
    padding: 25px;
  }
  .table-of-contents.move-right {
    transform: translateX(-100%);
  }
}
.grid-item--single {
  width: 33.33%;
}
.grid-item--double {
  width: 66.66%;
}
.grid-item--one-third {
  flex: 0 0 33.33%;
}
.section--collection .columns .grid-item--single {
  width: 33.33%;
}
.section--collection .columns .grid-item--double {
  width: 66.66%;
}
.template-article .section--collection .columns .grid-item--single {
  width: 50%;
}
.template-article .section--collection .columns .grid-item--one-third {
  flex: 0 0 50%;
}
.template-product .you-may-like .grid-item--double {
  width: 33.33%;
}
@media screen and (max-width: 960px) {
  .grid-item--single {
    width: 50%;
  }
  .grid-item--double {
    width: 50%;
  }
  .section--collection .columns .grid-item--single {
    width: 50%;
  }
  .section--collection .columns .grid-item--single:last-child {
    display: block;
  }
  .section--collection .columns .grid-item--double {
    width: 50%;
  }
  .template-product .you-may-like .grid-item--double {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .grid-item--single {
    width: 100%;
  }
  .grid-item--double {
    width: 100%;
  }
  .section--collection .columns .grid-item--single {
    width: 100%;
  }
  .section--collection .columns .grid-item--double {
    width: 100%;
  }
  .template-article .section--collection .columns .grid-item--single {
    width: 100%;
  }
  .template-article .section--collection .columns .grid-item--one-third {
    flex: 0 0 100%;
  }
  .template-product .you-may-like .grid-item--double {
    width: 100%;
  }
}
.product-item {
  font-size: 0.9em;
  overflow: hidden;
  color: #333;
}
.product-item .product-item__img {
  width: 100%;
  height: 310px;
  position: relative;
  margin-top: 30px;
}
.product-item .product-item__img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-item .spr-badge-starrating .spr-icon {
  margin-right: 5px;
  margin-bottom: 10px;
}
.product-item .product-item__bottom {
  border: 1px solid #ececec;
  background: #f8f9fa;
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item .product-item__bottom .price {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding-top: 25px;
  color: #333;
}
.product-item .product-item__bottom .price span,
.product-item .product-item__bottom .price strike {
  padding-left: 5px;
}
.product-item:hover {
  color: #333;
}
@media screen and (max-width: 640px) {
  .product-item {
    padding-left: 15px;
  }
  .product-item .product-item-container {
    height: auto;
    padding-bottom: 71px;
  }
  .product-item .product-item-container .product-item-show-scroll {
    height: auto;
  }
  .product-item
    .product-item-container
    .product-item-show-scroll
    .product-item__img {
    height: auto;
  }
  .product-item
    .product-item-container
    .product-item-show-scroll
    .product-item__img
    img {
    position: static;
    max-height: none;
    max-width: none;
    width: 100%;
    transform: none;
  }
  .product-item .product-item-container .product-item-under-scroll {
    display: none;
  }
  .product-item .product-item-container h3,
  .product-item .product-item-container .rte .h3,
  .rte .product-item .product-item-container .h3,
  .product-item .product-item-container .h3,
  .product-item .product-item-container .rte h3,
  .product-item .product-item-container .rte .h3,
  .product-item .product-item-container .rte .h3 {
    padding: 0;
  }
  .product-item .product-item__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
    overflow: hidden;
    right: 0;
  }
  .product-item .product-item__bottom .price {
    padding-top: 0;
  }
  .product-item .product-item__bottom .product-solution-tags {
    padding-top: 10px;
  }
  .product-item .product-solution-tags img {
    max-width: 80%;
  }
  .product-item .product-solution-tags button.tooltips span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .product-item .product-item__bottom .price {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .section--collection .columns {
    margin-left: -15px;
    padding-top: 20px;
  }
  .section--collection .columns .product {
    padding: 0;
    margin-bottom: 15px;
  }
}
.product-item-container {
  background-color: #fff;
  border: 1px solid #ececec;
  border-bottom: none;
  height: 445px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  position: relative;
}
.product-item-container h1,
.product-item-container .rte .h1,
.rte .product-item-container .h1,
.product-item-container h2,
.product-item-container .rte .h2,
.rte .product-item-container .h2,
.product-item-container h3,
.product-item-container .rte .h3,
.rte .product-item-container .h3,
.product-item-container h4,
.product-item-container .rte .h4,
.rte .product-item-container .h4,
.product-item-container h5,
.product-item-container .rte .h5,
.rte .product-item-container .h5,
.product-item-container h6,
.product-item-container .rte .h6,
.rte .product-item-container .h6,
.product-item-container p {
  text-align: center;
}
.product-item-container h6,
.product-item-container .rte .h6,
.rte .product-item-container .h6 {
  font-weight: 400;
}
.product-item-container h3,
.product-item-container .rte .h3,
.rte .product-item-container .h3 {
  padding: 0 30px;
}
.product-item:hover .product-item-container {
  border-color: none;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.grid-item--single.sold-out {
  pointer-events: none !important;
}
.grid-item--single.sold-out .product-item-container {
  background-color: #fff;
  pointer-events: none;
}
.product-item-show-scroll {
  height: 100%;
  padding: 20px;
  transition: margin-top 0.5s;
}
.product-item-show-scroll a h3,
.product-item-show-scroll a .rte .h3,
.rte .product-item-show-scroll a .h3 {
  padding: 5px 0;
  font-weight: 400;
  color: #333;
}
.product-item-show-scroll a h6,
.product-item-show-scroll a .rte .h6,
.rte .product-item-show-scroll a .h6 {
  font-weight: 400;
  letter-spacing: 1px;
}
.product-item-under-scroll {
  padding: 30px;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0s;
  transform: translateY(20px);
}
.product-item-under-scroll .btn__group a {
  font-weight: 400;
}
.product-item-under-scroll p {
  color: #333;
}
.product-item-under-scroll .btn {
  position: relative;
  margin-top: 0;
}
.product-item-under-scroll .quick-cart {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.product-item-under-scroll .quick-cart:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-item-under-scroll .quick-cart:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.product-item-under-scroll .quick-cart img {
  max-width: 18px;
  position: relative;
  top: -2px;
  margin: 0 auto;
}
.product-item-under-scroll .btn__group {
  position: relative;
  margin-top: 20px;
}
.product-item.active .product-item-under-scroll {
  opacity: 1;
  transition-delay: 0s;
  transform: translateY(0px);
}
.grid-item--double p {
  max-width: 350px;
  width: 100%;
  margin: 1em auto;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 100%;
  margin-top: 40px;
  height: auto;
  z-index: 9050;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-modal .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
}
.md-modal .md-content .one-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.md-modal .md-content .one-half > * {
  display: flex;
  flex-direction: column;
}
.md-modal .md-content .one-half img {
  text-align: center;
  align-items: center;
}
.md-modal .md-content .one-half .product-solution-tags,
.md-modal .md-content .one-half .spr-badge {
  flex-direction: row;
}
.md-modal .md-content .one-half .product-solution-tags button.tooltips {
  flex: initial;
}
.md-modal .md-content .one-half .option {
  padding: 15px 0 20px;
  border-bottom: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}
.md-modal .md-content .one-half .option:last-child {
  border: none;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.md-modal .md-content .one-half .option #active-price {
  display: none;
}
.md-modal .md-content .one-half .option #show-price {
  float: right;
}
.md-modal .md-content .one-half .option .btn {
  margin-top: 25px;
}
.md-modal .md-content .one-half .option .title {
  font-size: 1.2em;
}
.md-modal .md-content .one-half .option .option__name {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  float: left;
  position: relative;
  top: 3px;
}
.md-modal .md-content .one-half .option .option__choices {
  position: absolute;
  left: 90px;
}
.md-modal .md-content .one-half .option .option__choices .value {
  color: #999;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-modal .md-content .one-half .option .option__choices .value:hover {
  color: #151515;
  border-color: #151515;
}
.md-modal .md-content .one-half .option .option__choices .value.active {
  color: #151515;
  border-color: #151515;
}
.md-modal .md-content .one-half .option .option__choices .value:after {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-modal .md-content .one-half .option .option__choices .value.selected {
  color: #000;
  border-bottom: 2px solid #151515;
}
.md-modal .md-content .one-half .option.subscription {
  padding-bottom: 5px;
}
.md-modal .md-content .one-half h3,
.md-modal .md-content .one-half .rte .h3,
.rte .md-modal .md-content .one-half .h3 {
  font-size: 24px;
}
.md-modal .md-content .one-half .spr-badge {
  margin-top: 10px;
  margin-bottom: 15px;
}
.md-modal .md-content .one-half .product-solution-tags {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  padding-top: 15px;
}
.md-modal .md-content .one-half .view-more {
  display: block;
  max-width: 250px;
  margin: 20px auto 0;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: 2px;
}
.md-modal .md-content .product-info {
  padding: 30px;
}
.md-modal .md-content .prices.option {
  border-bottom: none;
}
.md-modal .md-content .prices.option .option__name {
  color: #151515;
  text-transform: none;
  font-size: 16px;
}
.md-modal .md-content .prices.option .h2 {
  font-weight: 400;
}
.md-modal .md-content .prices.option .price-wrap {
  float: right;
}
.md-modal .md-content .prices.option .price-wrap > * {
  float: right;
}
.md-modal .md-content .prices.option .price-wrap #ComparePrice {
  text-decoration: line-through;
  margin-right: 15px;
}
.md-modal .md-content .md-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #222;
}
.md-show {
  visibility: visible;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-overlay {
  pointer-events: none;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-overlay.show {
  opacity: 0.85;
  pointer-events: initial;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.collection__pagination {
  background: #f8f9fa;
}
#more {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.template-product #circle-1,
.template-product #circle-2,
.template-product #circle-3 {
  margin-top: 150px !important;
}
progress {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 5px;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #63a3d9;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
}
progress::-moz-progress-bar {
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
}
.volver {
  display: block;
  text-transform: uppercase;
  color: silver;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  width: 100%;
  height: 50px;
  z-index: 50;
  margin-top: 100px;
  padding-right: 20px;
  text-align: right;
}
.back i {
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 20px;
}
.back {
  display: block;
  text-transform: uppercase;
  color: silver;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 120px;
  left: 100px;
  z-index: 50;
}
.back i {
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .back {
    left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .back {
    left: 19px;
  }
}
@media screen and (max-width: 640px) {
  .back {
    top: 90px;
    color: #333;
  }
  .back span {
    display: none;
  }
}
.product-wrap {
  padding: 80px 100px;
  background-color: #fff;
}
.interior-wrap {
  padding: 80px 100px;
  background-color: #f8f9fa;
}
.padding0 {
  padding: 0;
}
.product-wrap .product__column {
  text-align: left;
}
.product-wrap .product__column .wrapper .product-solution-tags {
  padding: 18px 0 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  float: none;
  margin-bottom: 15px;
  flex-flow: wrap;
}
.product-wrap .product__column .wrapper .product-solution-tags .purpose {
  display: inline-block;
  margin-right: 15px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  flex: none;
  margin-bottom: 15px;
}
.product-wrap .product__column .wrapper .product-solution-tags .purpose img {
  margin-right: 15px;
  width: 20px;
  position: relative;
}
.product-wrap .product__column .wrapper .product-solution-tags .purpose h6,
.product-wrap
  .product__column
  .wrapper
  .product-solution-tags
  .purpose
  .rte
  .h6,
.rte
  .product-wrap
  .product__column
  .wrapper
  .product-solution-tags
  .purpose
  .h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}
.product-wrap
  .product__column
  .wrapper
  .product-solution-tags
  .purpose:last-child {
  margin-right: 0;
}
.product-wrap .product__column .wrapper .product-solution-tags:last-child {
  margin-right: 0;
}
.product-wrap .product__column .wrapper .spr-badge > * {
  text-align: left;
}
.product-wrap .product__column .wrapper .spr-badge {
  padding-top: 15px;
  padding-bottom: 30px;
}
.product-wrap .product__column .wrapper .spr-badge .spr-badge-caption {
  display: none;
}
.product-wrap .product__column .wrapper .vendor-style {
  font-size: 12px;
}
.product-wrap .product__column .wrapper .spr-badge-starrating .spr-icon {
  font-size: 90%;
  margin-right: 5px;
}
.product-wrap
  .product__column
  .wrapper
  .spr-badge-starrating
  .spr-icon:last-of-type {
  margin-right: 0;
}
.product-wrap .product__column.first {
  width: 40%;
  float: left;
  padding-left: 10%;
}
.product-wrap .product__column.whole {
  width: 90%;
  float: left;
  padding-left: 10%;
}
.product-wrap .product__column.first .wrapper .product-description {
  margin: 30px 0;
}
.product-wrap .product__column.second {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-wrap .product__column.second img {
  max-width: 90%;
}
.product-wrap .product__column.third {
  width: 50%;
  float: left;
  padding-right: 0;
}
.product-wrap .columns {
  position: relative;
  justify-content: space-between;
}
.product-wrap .columns .product__column .wrapper .product__options {
  background-color: white;
  border: 1px solid #ececec;
  padding: 30px;
  overflow: hidden;
}
.product-wrap .columns .product__column .wrapper .product__options .option {
  padding: 15px 0 20px;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .close-options {
  display: none;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  #active-price {
  display: none;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  #show-price {
  float: right;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .btn {
  margin-top: 25px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .title {
  font-size: 1.2em;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__name {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  float: left;
  position: relative;
  top: 3px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices {
  position: absolute;
  left: 90px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices
  .value {
  color: #999;
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices
  .value.active {
  color: #151515;
  border-color: #151515;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices
  .value:hover {
  color: #151515;
  border-color: #151515;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices
  .value:after {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .option__choices
  .value.selected {
  color: #000;
  border-bottom: 2px solid #151515;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options {
  position: relative;
  width: 80%;
  left: auto;
  margin-left: 90px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .value {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .walnut {
  background-color: #dcb173;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .coco {
  background-color: #c89b74;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .ebony {
  background-color: #b27f6a;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .mahogany {
  background-color: #95725f;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .opal {
  background-color: #ebd1be;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .almond {
  background-color: #e4b77c;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .beige {
  background-color: #ebc194;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .chakra {
  background-color: #c38f6c;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .creme {
  background-color: #f5cbac;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .honey {
  background-color: #d7ad71;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .tawny {
  background-color: #d19d6f;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .pearl {
  background-color: #f4dac1;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .taupe {
  background-color: #efc7a4;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .ivory {
  background-color: #f5d1b1;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option
  .colour-options
  .value.selected {
  border-color: #000;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option.subscription {
  padding-bottom: 5px;
  overflow: hidden;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option {
  border-bottom: none;
  padding-bottom: 0;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option
  .option__name {
  color: #151515;
  text-transform: none;
  font-size: 16px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option
  .h2 {
  font-weight: 400;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option
  .price-wrap {
  float: right;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option
  .price-wrap
  > * {
  float: right;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option
  .price-wrap
  #ComparePrice {
  text-decoration: line-through;
  margin-right: 15px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option:first-child {
  padding-top: 0;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container,
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .prices.option {
  padding-top: 20px;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  .option:last-child {
  border: none;
  padding-bottom: 0;
  float: left;
  width: 100%;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container {
  display: flex;
  align-items: center;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container
  h5,
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container
  .rte
  .h5,
.rte
  .product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container
  .h5 {
  font-weight: 400;
}
.product-wrap
  .columns
  .product__column
  .wrapper
  .product__options
  #price-responsive--container
  .js-qty {
  position: absolute;
  left: 90px;
}
@media screen and (max-width: 800px) {
  .product-wrap .columns .product__column .wrapper .product__options {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 50px;
    padding-bottom: 170px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9998;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transform: translateY(100%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .product-wrap
    .columns
    .product__column
    .wrapper
    .product__options
    .option
    .close-options {
    position: absolute;
    left: 15px;
    top: 12px;
    display: block;
    z-index: 100000;
  }
  .product-wrap
    .columns
    .product__column
    .wrapper
    .product__options
    .option
    .close-options
    i {
    font-size: 22px;
    font-style: normal;
    line-height: 1em;
  }
  .product-wrap
    .columns
    .product__column
    .wrapper
    .product__options
    .option:first-child {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 47px;
  }
  .product-wrap
    .columns
    .product__column
    .wrapper
    .product__options
    .option
    .title {
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
      Verdana, sans-serif;
    font-size: 14px;
    padding: 16px 25px;
    margin-bottom: 0;
    top: 0;
    position: relative;
  }
  .product-wrap .columns .product__column .wrapper .product__options.active {
    transform: translateY(0);
  }
  .product-wrap .columns .product__column .wrapper h2,
  .product-wrap .columns .product__column .wrapper .rte .h2,
  .rte .product-wrap .columns .product__column .wrapper .h2 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 800px) {
  .product-wrap .product__options.fadein-right {
    opacity: 1 !important;
  }
}
.product-wrap #mob-cart-options {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #f9f9fa;
  padding: 10px 10px 10px 15px;
  border-top: 1px solid #e5e5e5;
  display: none;
}
.product-wrap #mob-cart-options .from-price {
  float: left;
  font-size: 14px;
}
.product-wrap #mob-cart-options .normal-price {
  padding-top: 13px;
  display: block;
}
.product-wrap #mob-cart-options .btn {
  float: right;
  width: auto;
  margin-top: 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  transition: all 0.5s;
}
.product-wrap #mob-cart-options .btn--add {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 10px;
  margin-bottom: -100px;
  display: none;
}
@media screen and (max-width: 800px) {
  .product-wrap #mob-cart-options {
    display: block;
  }
}
.product-wrap .product__image {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .product-wrap {
    padding: 120px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .product-wrap {
    padding: 120px 25px;
  }
  .product-wrap .product__column .wrapper .spr-badge {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .product-wrap {
    padding: 120px 25px 50px;
  }
  .product-wrap .columns {
    justify-content: flex-end;
  }
  .product-wrap .product__column.first,
  .product-wrap .product__column.second,
  .product-wrap .product__column.third {
    width: 50%;
    max-width: none;
  }
  .product-wrap .product__column.first,
  .product-wrap .product__column.third {
    padding-left: 25px;
  }
  .product-wrap .product__column.second {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    order: 1;
    margin-bottom: 25px;
    padding-right: 25px;
  }
  .product-wrap .product__column.first {
    order: 2;
    margin-bottom: 25px;
  }
  .product-wrap .product__column.third {
    order: 3;
  }
}
@media screen and (max-width: 800px) {
  .product-wrap {
    padding: 80px 0 0px;
  }
  .product-wrap .product__column.first,
  .product-wrap .product__column.second,
  .product-wrap .product__column.third {
    width: 100%;
    max-width: none;
  }
  .product-wrap .product__column.second {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    order: 1;
  }
  .product-wrap .product__column.first {
    order: 2;
    background: #fff;
    padding: 25px 15px;
  }
  .product-wrap .product__column.third {
    order: 3;
  }
}
.product-solution-tags {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.product-solution-tags img {
  margin-left: 15px;
  filter: invert(1);
}
.product-solution-tags img:first-child {
  margin-left: 0;
}
.product-solution-tags h6,
.product-solution-tags .rte .h6,
.rte .product-solution-tags .h6 {
  display: inline;
  font-weight: 400;
}
.product-solution-tags .product-solution-tags__new {
  margin: 0;
  margin-left: 15px !important;
  padding: 4px 8px;
  color: white !important;
  display: inline-block !important;
  background-color: #63a3d9;
  text-transform: uppercase;
  float: none !important;
  font-size: 10px;
  font-weight: 400;
}
.product-solution-tags button.tooltips {
  position: relative;
  display: flex;
  flex: 1;
  font-size: 10px;
  font-weight: 400;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  overflow: visible;
}
.product-solution-tags button.tooltips:first-child {
  margin-left: 0;
}
.product-solution-tags button.tooltips:before {
  display: none;
}
.product-solution-tags button.tooltips span {
  position: absolute;
  width: 80px;
  color: #ffffff;
  background: #282827;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 0px;
  opacity: 0;
  bottom: 37px;
  left: 50%;
  margin-left: -40px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.product-solution-tags button.tooltips span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid #282827;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.product-solution-tags button.tooltips:hover span {
  opacity: 1;
  z-index: 999;
}
.overview {
  padding: 70px 20px;
}
.overview .inside {
  max-width: 880px;
  margin: 0 auto;
}
.overview .inside .vendor-style {
  font-size: 12px;
}
.overview .inside h2,
.overview .inside .rte .h2,
.rte .overview .inside .h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
}
.overview .inside img {
  margin: 30px 30px 0 0;
}
.overview .inside img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .overview {
    padding: 25px 15px;
    text-align: left;
  }
  .overview .inside h2,
  .overview .inside .rte .h2,
  .rte .overview .inside .h2 {
    font-size: 1.8em;
  }
  .overview .inside img {
    /*max-width:60px;*/
    margin: 20px 20px 0 0;
  }
}
.instructions-only {
  padding-top: 100px;
  position: relative;
  z-index: 20;
}
.instructions,
.ingredients--background {
  padding-bottom: 180px;
  padding-top: 130px;
  background-color: #f9f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.instructions .inside,
.ingredients--background .inside {
  max-width: 1000px;
  margin: 0 auto;
}
.instructions .inside .vendor-style,
.ingredients--background .inside .vendor-style {
  font-size: 12px;
}
.instructions .inside h2,
.ingredients--background .inside h2,
.instructions .inside .rte .h2,
.rte .instructions .inside .h2,
.ingredients--background .inside .rte .h2,
.rte .ingredients--background .inside .h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .instructions .instructions-column.image.alt.alt-left .product-image-margin,
  .ingredients--background
    .instructions-column.image.alt.alt-left
    .product-image-margin {
    max-width: 80%;
    margin-left: -20%;
    padding-top: 33px;
  }
}
.instructions .columns,
.ingredients--background .columns {
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.instructions .columns .instructions-column,
.ingredients--background .columns .instructions-column {
  max-width: none;
}
.instructions .columns .instructions-column .columns,
.ingredients--background .columns .instructions-column .columns {
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.instructions .columns .instructions-column .columns img,
.ingredients--background .columns .instructions-column .columns img {
  height: 60px;
  width: 60px;
}
.instructions .columns .instructions-column .columns .content,
.ingredients--background .columns .instructions-column .columns .content {
  position: absolute;
  right: 80px;
  top: 0;
  margin: 0px;
}
.instructions .columns .instructions-column .columns .content h4,
.ingredients--background .columns .instructions-column .columns .content h4,
.instructions .columns .instructions-column .columns .content .rte .h4,
.rte .instructions .columns .instructions-column .columns .content .h4,
.ingredients--background
  .columns
  .instructions-column
  .columns
  .content
  .rte
  .h4,
.rte
  .ingredients--background
  .columns
  .instructions-column
  .columns
  .content
  .h4 {
  text-transform: uppercase;
}
.instructions .columns .instructions-column--bottom,
.ingredients--background .columns .instructions-column--bottom {
  padding-top: 100px;
}
.instructions .columns .instructions-column--bottom .columns,
.ingredients--background .columns .instructions-column--bottom .columns {
  justify-content: flex-start;
}
.instructions .line,
.ingredients--background .line {
  width: 100%;
  max-width: 480px;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #ececec;
  clear: both;
  position: absolute;
  display: block;
  left: 25%;
}
.instructions .line-1,
.ingredients--background .line-1 {
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  top: 17%;
}
.instructions .line-2,
.ingredients--background .line-2 {
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
  top: 50%;
}
.instructions .line-3,
.ingredients--background .line-3 {
  -ms-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
  top: 80%;
}
@media screen and (min-width: 800px) and (max-width: 980px) {
  .instructions .columns .instructions-column:first-child,
  .ingredients--background .columns .instructions-column:first-child {
    margin-right: 30%;
  }
  .instructions .columns .line,
  .ingredients--background .columns .line {
    max-width: 330px;
    left: 30%;
  }
  .instructions .columns .line-1,
  .ingredients--background .columns .line-1 {
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    top: 19%;
  }
  .instructions .columns .line-2,
  .ingredients--background .columns .line-2 {
    -ms-transform: rotate(154deg);
    -webkit-transform: rotate(154deg);
    transform: rotate(154deg);
  }
  .instructions .columns .line-3,
  .ingredients--background .columns .line-3 {
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
}
@media screen and (min-width: 920px) and (max-width: 980px) {
  .instructions .columns .line,
  .ingredients--background .columns .line {
    max-width: 400px;
    left: 29%;
  }
}
@media screen and (min-width: 800px) {
  .instructions .instructions-column.image.alt,
  .ingredients--background .instructions-column.image.alt {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .instructions,
  .ingredients--background {
    padding: 25px 15px;
    overflow: hidden;
  }
  .instructions .columns,
  .ingredients--background .columns {
    flex-direction: column;
    padding-left: 25px;
  }
  .instructions .columns .instructions-column,
  .ingredients--background .columns .instructions-column {
    width: 100%;
  }
  .instructions .columns .instructions-column .columns,
  .ingredients--background .columns .instructions-column .columns {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }
  .instructions .columns .instructions-column:first-child,
  .ingredients--background .columns .instructions-column:first-child {
    margin: 0;
  }
  .instructions .line-1,
  .ingredients--background .line-1,
  .instructions .line-2,
  .ingredients--background .line-2,
  .instructions .line-3,
  .ingredients--background .line-3 {
    display: none;
  }
  .instructions .instructions__column--bottom,
  .ingredients--background .instructions__column--bottom {
    margin-top: 0;
  }
  .instructions .columns .instructions-column .columns .content,
  .ingredients--background .columns .instructions-column .columns .content {
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px;
  }
  .instructions .instructions-column .inst,
  .ingredients--background .instructions-column .inst {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
    min-height: 0;
  }
  .instructions .instructions-column .inst .circle-wrap,
  .ingredients--background .instructions-column .inst .circle-wrap {
    right: auto;
    left: 0;
    width: 40px;
    height: 40px;
  }
  .instructions .instructions-column .inst .circle-wrap .circle,
  .ingredients--background .instructions-column .inst .circle-wrap .circle {
    width: 34px;
    height: 34px;
    top: 3px;
    left: 3px;
    font-size: 20px;
  }
  .instructions .instructions-column .inst:last-child,
  .ingredients--background .instructions-column .inst:last-child {
    margin-bottom: 25px;
  }
  .instructions .instructions-column.image,
  .ingredients--background .instructions-column.image {
    left: -50%;
    margin-left: 0;
  }
  .instructions .instructions-column.image.alt,
  .ingredients--background .instructions-column.image.alt {
    left: auto;
    margin-left: 0;
    right: -30%;
    max-width: 80%;
    top: 50%;
    margin-top: -160px;
  }
  .instructions .instructions-column.image.alt.alt-left,
  .ingredients--background .instructions-column.image.alt.alt-left {
    margin-left: 0;
    right: auto;
    max-width: 100%;
    top: 0;
    margin-top: 100px;
  }
  .instructions .instructions-column.image.alt.alt-left-how,
  .ingredients--background .instructions-column.image.alt.alt-left-how {
    left: 0;
    margin-left: -50px;
    right: auto;
    max-width: 50%;
    top: 50%;
    margin-top: -175px;
  }
  .instructions .inside h2,
  .ingredients--background .inside h2,
  .instructions .inside .rte .h2,
  .rte .instructions .inside .h2,
  .ingredients--background .inside .rte .h2,
  .rte .ingredients--background .inside .h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 640px) and (max-width: 800px) {
  .instructions .columns,
  .ingredients--background .columns {
    padding-left: 0;
    align-items: flex-end;
  }
  .instructions .columns .instructions-column,
  .ingredients--background .columns .instructions-column {
    width: 50%;
  }
  .instructions .instructions-column.image,
  .ingredients--background .instructions-column.image {
    left: 0%;
    width: 50%;
  }
  .instructions .instructions-column.image.alt,
  .ingredients--background .instructions-column.image.alt {
    left: auto;
    margin-left: 0;
    right: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .instructions .instructions-column.image.alt.alt-left-how,
  .ingredients--background .instructions-column.image.alt.alt-left-how {
    display: none;
  }
}
.product-slide-wrapper {
  position: relative;
}
.fixed-product-img {
  position: absolute;
  left: 50%;
  margin-left: -270px;
  top: 190px;
  transition: top 0.3s;
}
.fixed-product-img .product-image-margin {
  z-index: 100;
  position: relative;
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .fixed-product-img {
    display: none;
  }
}
body.scroll-down .fixed-product-img.fixed {
  top: 100px !important;
}
.fixed-product-img--circles {
  margin-left: 0;
  margin-top: 150px;
}
.fixed-product-img--circles.fixed {
  z-index: 10 !important;
}
.fixed-product-img.fixed {
  position: fixed;
  top: 150px;
  z-index: 70;
}
.fixed-product-img.stuck {
  position: absolute;
  bottom: 0;
  z-index: 70;
  top: auto;
}
.fixed-product-img--circles.stuck {
  z-index: 10 !important;
}
.fixed-product-img__heading {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -35px;
  z-index: 999;
}
.fixed-product-img__heading h2,
.fixed-product-img__heading .rte .h2,
.rte .fixed-product-img__heading .h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
}
.fixed-product-img__heading-3 {
  margin-top: -25px;
}
#circle-1,
#circle-2,
#circle-3 {
  -webkit-box-shadow: inset 0px 0px 40px 0px #b4e0fe;
  -moz-box-shadow: inset 0px 0px 40px 0px #b4e0fe;
  box-shadow: inset 0px 0px 40px 0px #b4e0fe;
  transition: box-shadow 2s;
  margin-top: 70px !important;
  max-height: none;
  max-width: none;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#circle-1 {
  width: 800px;
  height: 800px;
}
#circle-2 {
  width: 600px;
  height: 600px;
}
#circle-3 {
  width: 400px;
  height: 400px;
}
.ingredients-only:after {
  display: none;
}
.ingredients-only .inside {
  z-index: 2;
  position: relative;
}
.ingredients--background {
  border-bottom: 1px solid #ececec;
  background-color: white;
  text-align: center;
  padding-bottom: 190px;
  overflow: hidden;
}
.ingredients--background .columns {
  padding-top: 200px;
  padding-bottom: 100px;
}
.ingredients--background .full-ingredients-list,
.ingredients--background .mob-full-ingredients-list {
  display: inline-block;
}
.ingredients--background .full-ingredients-list h4,
.ingredients--background .mob-full-ingredients-list h4,
.ingredients--background .full-ingredients-list .rte .h4,
.rte .ingredients--background .full-ingredients-list .h4,
.ingredients--background .mob-full-ingredients-list .rte .h4,
.rte .ingredients--background .mob-full-ingredients-list .h4 {
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.ingredients--background .full-ingredients-list .list__wrapper,
.ingredients--background .mob-full-ingredients-list .list__wrapper {
  display: none;
  padding-left: 0;
  background: white;
  width: 400px;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-top: 20px;
  margin-left: -200px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  max-height: 400px;
  overflow: visible;
}
.ingredients--background .full-ingredients-list .list__wrapper:before,
.ingredients--background .mob-full-ingredients-list .list__wrapper:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  -webkit-transform: rotate(360deg);
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 480px) {
  .ingredients--background .full-ingredients-list .list__wrapper,
  .ingredients--background .mob-full-ingredients-list .list__wrapper {
    left: 0;
    width: 100%;
    margin-left: 0;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    width: auto;
    border: none;
  }
}
.ingredients--background
  .full-ingredients-list
  .list__wrapper
  .full-ingredients-list__list,
.ingredients--background
  .mob-full-ingredients-list
  .list__wrapper
  .full-ingredients-list__list {
  padding-left: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .ingredients--background
    .full-ingredients-list
    .list__wrapper
    .full-ingredients-list__list,
  .ingredients--background
    .mob-full-ingredients-list
    .list__wrapper
    .full-ingredients-list__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ingredients--background
  .full-ingredients-list
  .list__wrapper
  .full-ingredients-list__list
  .element,
.ingredients--background
  .mob-full-ingredients-list
  .list__wrapper
  .full-ingredients-list__list
  .element {
  text-align: left;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .ingredients--background
    .full-ingredients-list
    .list__wrapper
    .full-ingredients-list__list
    .element,
  .ingredients--background
    .mob-full-ingredients-list
    .list__wrapper
    .full-ingredients-list__list
    .element {
    color: #fff;
  }
}
.ingredients--background .full-ingredients-list .list__wrapper h5,
.ingredients--background .mob-full-ingredients-list .list__wrapper h5,
.ingredients--background .full-ingredients-list .list__wrapper .rte .h5,
.rte .ingredients--background .full-ingredients-list .list__wrapper .h5,
.ingredients--background .mob-full-ingredients-list .list__wrapper .rte .h5,
.rte .ingredients--background .mob-full-ingredients-list .list__wrapper .h5 {
  width: 100%;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  display: block;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.ingredients--background .full-ingredients-list .list__wrapper h5 .light-blue,
.ingredients--background
  .mob-full-ingredients-list
  .list__wrapper
  h5
  .light-blue,
.ingredients--background
  .full-ingredients-list
  .list__wrapper
  .rte
  .h5
  .light-blue,
.rte
  .ingredients--background
  .full-ingredients-list
  .list__wrapper
  .h5
  .light-blue,
.ingredients--background
  .mob-full-ingredients-list
  .list__wrapper
  .rte
  .h5
  .light-blue,
.rte
  .ingredients--background
  .mob-full-ingredients-list
  .list__wrapper
  .h5
  .light-blue {
  height: 2px;
  float: left;
  margin-top: 15px;
  width: 100%;
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
}
@media screen and (max-width: 480px) {
  .ingredients--background .full-ingredients-list .list__wrapper h5 .light-blue,
  .ingredients--background
    .mob-full-ingredients-list
    .list__wrapper
    h5
    .light-blue,
  .ingredients--background
    .full-ingredients-list
    .list__wrapper
    .rte
    .h5
    .light-blue,
  .rte
    .ingredients--background
    .full-ingredients-list
    .list__wrapper
    .h5
    .light-blue,
  .ingredients--background
    .mob-full-ingredients-list
    .list__wrapper
    .rte
    .h5
    .light-blue,
  .rte
    .ingredients--background
    .mob-full-ingredients-list
    .list__wrapper
    .h5
    .light-blue {
    margin-top: 5px;
    background: #fff;
    height: 2px;
  }
}
@media screen and (max-width: 480px) {
  .ingredients--background .full-ingredients-list .list__wrapper h5,
  .ingredients--background .mob-full-ingredients-list .list__wrapper h5,
  .ingredients--background .full-ingredients-list .list__wrapper .rte .h5,
  .rte .ingredients--background .full-ingredients-list .list__wrapper .h5,
  .ingredients--background .mob-full-ingredients-list .list__wrapper .rte .h5,
  .rte .ingredients--background .mob-full-ingredients-list .list__wrapper .h5 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ingredients--background .full-ingredients-list .list__wrapper,
  .ingredients--background .mob-full-ingredients-list .list__wrapper {
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #64a3d9;
    background: -moz-linear-gradient(
      left,
      #64a3d9 0%,
      #3ac7f4 50%,
      #6ccce5 100%
    );
    background: -webkit-linear-gradient(
      left,
      #64a3d9 0%,
      #3ac7f4 50%,
      #6ccce5 100%
    );
    background: linear-gradient(
      to right,
      #64a3d9 0%,
      #3ac7f4 50%,
      #6ccce5 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
  }
}
.ingredients--background .full-ingredients-list .full-ingredients-list__button,
.ingredients--background
  .mob-full-ingredients-list
  .full-ingredients-list__button {
  color: silver;
  font-size: 12px;
  height: auto;
  font-weight: 500;
  padding: 0;
  line-height: 1em;
}
.ingredients--background
  .full-ingredients-list
  .full-ingredients-list__button:before,
.ingredients--background
  .mob-full-ingredients-list
  .full-ingredients-list__button:before {
  display: none;
}
.ingredients--background
  .full-ingredients-list
  .full-ingredients-list__button:hover,
.ingredients--background
  .mob-full-ingredients-list
  .full-ingredients-list__button:hover {
  color: #63a3d9;
}
@media screen and (max-width: 480px) {
  .ingredients--background .full-ingredients-list,
  .ingredients--background .mob-full-ingredients-list {
    display: none;
    width: 100%;
  }
}
.ingredients--background .inside {
  max-width: 1000px;
  margin: 0 auto;
}
.ingredients--background .inside .vendor-style {
  font-size: 12px;
}
.ingredients--background .inside h2,
.ingredients--background .inside .rte .h2,
.rte .ingredients--background .inside .h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin-bottom: 0px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .ingredients--background .inside h2,
  .ingredients--background .inside .rte .h2,
  .rte .ingredients--background .inside .h2 {
    font-size: 1.8em;
  }
}
.ingredients--background .mob-full-ingredients-list {
  display: none !important;
  text-align: left;
  margin-bottom: 25px;
}
.ingredients--background
  .mob-full-ingredients-list
  .full-ingredients-list__button {
  text-align: left;
  color: #63a3d9 !important;
}
@media screen and (max-width: 640px) {
  .ingredients--background
    .mob-full-ingredients-list
    .full-ingredients-list__button {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .ingredients--background .mob-full-ingredients-list {
    display: block !important;
  }
}
.ingredients--background .columns {
  margin-top: 70px;
  padding-left: 25px;
  padding-right: 25px;
}
.ingredients--background .columns .show-mob {
  display: none;
}
.ingredients--background .columns .instructions-column:first-child {
  margin-right: 260px;
}
.ingredients--background .columns .instructions-column:last-child {
  margin-left: 260px;
}
.ingredients--background .columns .instructions-column .content {
  margin-bottom: 50px;
}
.ingredients--background .columns .instructions-column .content h3,
.ingredients--background .columns .instructions-column .content .rte .h3,
.rte .ingredients--background .columns .instructions-column .content .h3 {
  border-bottom: 1px solid #5dcae1;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (min-width: 800px) and (max-width: 3000px) {
  .ingredients--background .columns .instructions-column {
    width: 45%;
  }
  .ingredients--background .columns .instructions-column:first-child {
    margin-right: 20%;
  }
  .ingredients--background .columns .instructions-column:last-child {
    margin-left: 20%;
  }
}
.ingredients--background .faded-out {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .ingredients--background {
    display: block;
    border-top: none;
    padding-bottom: 0px;
  }
  .ingredients--background #circle-1,
  .ingredients--background #circle-2,
  .ingredients--background #circle-3 {
    margin-left: 200px;
    margin-top: 50px !important;
  }
  .ingredients--background .columns {
    margin-top: 0px;
    padding: 50px 0;
  }
  .ingredients--background .columns .show-mob {
    display: block;
  }
  .ingredients--background .columns .instructions-column {
    width: 100%;
  }
  .ingredients--background .columns .instructions-column .content {
    margin-bottom: 30px;
  }
  .ingredients--background .columns .instructions-column:first-child,
  .ingredients--background .columns .instructions-column:last-child {
    margin: 0;
  }
  .ingredients--background .fixed-product-section-one {
    align-items: flex-end;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
}
.template-collection .section--ingredients .ingredients--background .columns {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 480px) and (max-width: 1100px) {
  .template-collection .section--ingredients .ingredients--background {
    padding-bottom: 0;
  }
  .template-collection .section--ingredients .ingredients--background .columns {
    padding-left: 25px;
  }
  .template-collection
    .section--ingredients
    .ingredients--background
    .columns
    .instructions-column:first-child {
    margin-right: 15%;
  }
  .template-collection
    .section--ingredients
    .ingredients--background
    .columns
    .instructions-column:last-child {
    margin-left: 15%;
  }
}
@media screen and (max-width: 960px) {
  .template-collection .section--ingredients {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .template-collection .section--ingredients .ingredients--background .columns {
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
  }
  .template-collection
    .section--ingredients
    .ingredients--background
    .columns
    .instructions-column {
    width: 98%;
  }
  .template-collection
    .section--ingredients
    .ingredients--background
    .columns
    .instructions-column:first-child {
    margin-right: 1%;
  }
  .template-collection
    .section--ingredients
    .ingredients--background
    .columns
    .instructions-column:last-child {
    margin-left: 1%;
  }
}
div.tab {
  overflow: hidden;
}
div.tab button {
  color: #333;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  font-size: 16px;
  width: 50%;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  line-height: 1em;
  font-weight: 400;
  border-bottom: 1px solid #ececec;
}
div.tab button:before {
  display: none;
}
div.tab button:hover {
  border-bottom-color: #79d2e4;
}
div.tab button.one-whole {
  width: 100%;
}
div.tab button.active {
  border-bottom-color: #79d2e4;
}
@media screen and (max-width: 640px) {
  div.tab button span {
    display: none;
  }
}
.tabcontent {
  display: none;
  padding: 30px 0;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.expert-review {
  border: 1px solid #ececec;
  background-color: white;
  margin: 0;
  padding: 80px 10%;
  background-color: white;
  text-align: center;
}
.expert-review .expert-header-title {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 30px;
}
.expert-review .expert-content {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
  color: #6e6d6d;
  overflow: hidden;
}
.expert-review .expert-content p {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}
.expert-review .expert-content .avatar-wrap {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.expert-review .expert-content .avatar-wrap .avatar {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
}
.expert-review .expert-content .avatar-wrap .avatar-info {
  margin-left: 30px;
  float: left;
}
.expert-review .expert-content .avatar-wrap .avatar-info span {
  display: block;
  color: #79d2e4;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.expert-review .expert-content .avatar-wrap .avatar-info span:nth-child(2) {
  font-weight: 400;
  color: #333;
}
.expert-review .expert-content .avatar-wrap .avatar-info span:last-child {
  color: #6e6d6d;
  font-weight: 300;
  text-transform: none;
}
@media screen and (max-width: 800px) {
  .expert-review {
    padding: 25px;
    text-align: left;
  }
  .expert-review .expert-content p {
    font-size: 14px;
  }
  .expert-review .expert-content .avatar-wrap {
    margin: 0;
  }
  .expert-review .expert-content .avatar-info {
    font-size: 14px;
  }
  .expert-review .expert-content .avatar-info span {
    font-size: 12px;
  }
  .expert-review .expert-header-title {
    font-size: 1.2em;
    font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
      Verdana, sans-serif;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 800px) {
  div.tab {
    background: #fff;
  }
  div.tab button {
    font-size: 12px;
    border: 1px solid #ececec;
    border-right: none;
  }
  div.tab button:last-child {
    border-left: none;
    border-right: 1px solid #ececec;
  }
  .tabcontent {
    padding: 0;
    margin-top: -1px;
  }
}
.reviews-wrap {
  background-color: #f9f9fa;
  position: relative;
  z-index: 50;
}
.reviews-wrap .inside {
  max-width: 1000px;
  margin: 0 auto;
}
.reviews-wrap .inside .vendor-style {
  font-size: 12px;
}
.reviews-wrap .inside h2,
.reviews-wrap .inside .rte .h2,
.rte .reviews-wrap .inside .h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin-bottom: 0px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  .reviews-wrap {
    padding: 25px 0;
  }
  .reviews-wrap .inside h2,
  .reviews-wrap .inside .rte .h2,
  .rte .reviews-wrap .inside .h2 {
    margin-bottom: 25px;
    font-size: 1.8em;
  }
}
.reviews {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 30px;
}
.reviews .reviews__people {
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.reviews .reviews__people h3,
.reviews .reviews__people .rte .h3,
.rte .reviews .reviews__people .h3 {
  text-transform: uppercase;
  padding-bottom: 30px;
}
.reviews .reviews__review {
  margin: 15px 0;
  padding: 80px 10%;
  background-color: white;
  text-align: center;
  border: 1px solid #ececec;
}
.reviews .reviews__review .columns {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.reviews .reviews__review .columns img {
  height: 70px;
  width: 70px;
}
.reviews .spr-review-header-title {
  color: #333;
  margin-bottom: 15px;
}
.reviews .spr-review-header-byline {
  color: #333;
  margin-bottom: 30px;
  opacity: 1;
}
.reviews .spr-review-content-body {
  font-size: 16px;
  color: #999;
  line-height: 1.7em;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}
.reviews .spr-icon {
  font-size: 100%;
  margin-right: 5px;
}
.reviews .spr-icon:last-of-type {
  margin-right: 0;
}
.reviews .spr-review-reportreview {
  float: none;
  text-align: center;
}
.reviews .spr-review-content {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .reviews {
    margin-top: 0;
    padding: 0 15px;
  }
}
.template-product .section--collection {
  border-top: 1px solid #ececec;
  padding-top: 70px;
}
@media screen and (max-width: 800px) {
  .template-product .section--collection {
    padding-top: 25px;
  }
  .template-product
    .section--collection
    .collection-header
    .collection-header__title {
    padding-top: 0;
  }
  .template-product .section--collection.you-may-like {
    padding-bottom: 70px;
  }
}
.template-product .you-may-like {
  position: relative;
  z-index: 10;
}
.instructions-column {
  text-align: left;
  max-width: 250px;
  opacity: 1;
  transition: opacity 0.5s;
}
.instructions-column:first-child {
  margin-right: 400px;
}
.instructions-column.image {
  position: absolute;
  z-index: 98;
  top: 0;
  transition: top cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.instructions-column:last-child {
  margin-left: 400px;
}
.instructions-column .inst {
  width: 350px;
  position: relative;
  min-height: 70px;
  margin-bottom: 150px;
  text-align: right;
  z-index: 10;
}
.instructions-column .inst .circle-wrap {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background: #dd0067;
  background: -moz-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: -webkit-linear-gradient(left, #dd0067 0%, #eb66a4 100%);
  background: linear-gradient(to right, #dd0067 0%, #eb66a4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0067', endColorstr='#eb66a4',GradientType=1 );
  width: 60px;
  height: 60px;
}
.instructions-column .inst .circle-wrap .circle {
  border-radius: 50%;
  background: #333;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  color: #fff;
  font-size: 28px;
}
.instructions-column .inst:last-child {
  margin-bottom: 0;
}
.instructions__column--bottom {
  margin-top: 70px;
}
.instructions__column--bottom .columns .content {
  left: 80px;
  right: auto;
}
.instructions__column--bottom .inst {
  text-align: left;
}
.instructions__column--bottom .inst .circle-wrap {
  right: auto;
  left: 0;
}
.ajaxified-cart-feedback {
  position: fixed;
  top: 0px;
  right: 0;
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 20px;
  width: 340px;
  line-height: 1.25em;
  font-size: 14px;
  font-weight: 500;
  display: none;
  z-index: 100000000000000;
  transition: top 0.5s;
}
.ajaxified-cart-feedback .light-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ajaxified-cart-feedback a {
  border-bottom: 1px solid;
  color: #999;
  font-size: 12px;
  padding-bottom: 2px;
  font-weight: 300;
}
.ajaxified-cart-feedback .circle {
  border-radius: 50%;
  border: 2px solid #dd0067;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  float: left;
}
.ajaxified-cart-feedback .circle i {
  transform: translateY(7px);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}
.ajaxified-cart-feedback .added-text {
  width: 100%;
  text-align: left;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 640px) {
  .ajaxified-cart-feedback {
    width: 100%;
  }
}
.ajaxified-cart-feedback.open {
  top: 77px;
}
.template-collection .product .ajaxified-cart-feedback {
  display: none;
}
.ajaxified-cart-feedback.success {
  color: #dd0067;
}
.ajaxified-cart-feedback.error {
  color: #ff4136;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes fadeInUpCart {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeInUpCart {
  top: 0;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.add-to-cart-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.add-to-cart-modal .add-to-cart-modal__wrapper {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-cart-modal .add-to-cart-modal__wrapper .add-to-cart-modal__content {
  background: #fff;
  padding: 25px;
}
.bold-ro__one-time-div,
.bold-ro__recurring-div {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  width: 48%;
  float: left;
}
.bold-ro__one-time-div .bold-ro__recurring-lbl,
.bold-ro__recurring-div .bold-ro__recurring-lbl {
  margin-bottom: 0px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border: 2px solid #ececec;
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px;
  min-height: 52px;
  cursor: pointer;
  font-weight: 500;
  color: #999 !important;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.bold-ro__recurring-title,
.bold-ro__order-interval-lbl {
  padding: 0 !important;
  color: #999 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400 !important;
  position: relative;
  top: 3px;
  margin-bottom: 10px;
  display: block;
}
.ro_widget input[type="radio"] {
  display: none !important;
}
.bold-ro__bold-active .bold-ro__recurring-lbl {
  border-color: #222;
  color: #222 !important;
}
.bold-ro__bold-active .bold-ro__frequency-label {
  padding: 0px !important;
  position: relative;
  left: 0;
  bottom: 0;
  width: 298px;
  margin-left: -155px;
  margin-bottom: 20px !important;
}
.bold-ro__bold-active select.bold-ro__frequency-type.bold-ro__order-interval,
.bold-ro__bold-active select.bold-ro__frequency-num {
  width: 48% !important;
  border: 2px solid #222;
  margin-left: 0;
  margin-bottom: 10px !important;
  float: left;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 500;
}
.bold-ro__bold-active select.bold-ro__frequency-type.bold-ro__order-interval {
  margin-left: 4%;
}
.bold-ro__initial-discount-price {
  font-weight: 400;
}
.bold-ro__see-details {
  display: none;
}
.bold-ro__recurring-div {
  margin-left: 4% !important;
}
@media screen and (max-width: 1100px) {
  .bold-ro__frequency-label {
    margin-left: -108% !important;
    width: 288px !important;
  }
}
#shopify-section-hero.overflow-visible {
  overflow: visible;
}
.is_stuck {
  z-index: 98;
}
.filter-wrap {
  position: relative;
  float: left;
  width: 100%;
  transition: top cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
@media (max-width: 960px) {
  .filter-wrap {
    position: fixed;
    z-index: 120;
    background: #fff;
    top: 80px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
  }
}
.filter-wrap .gradient--bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
body.filters--fixed .filter-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  margin-top: 0;
}
body.filters--fixed .main-content {
  padding-top: 75px;
}
.filter-toggle-btn {
  display: none;
  max-width: none;
  width: 50%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  padding-bottom: 50px;
  line-height: 45px;
  float: left;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.filter-toggle-btn:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .filter-toggle-btn {
    display: block;
  }
  .filter-toggle-btn:hover:before,
  .filter-toggle-btn:focus:before {
    display: none;
  }
}
.solution-sort-by {
  padding: 0;
  text-align: left;
}
.solution-sort-by .sod_select {
  color: #fff;
  font-weight: 400;
  line-height: 17px;
  height: 50px;
  border: none;
  width: 100%;
  padding: 15px;
  background: #181818;
  text-transform: uppercase;
}
.solution-sort-by .sod_select .sod_list_wrapper {
  background: #282827;
  border: none;
  width: 100%;
  color: #fff;
  margin: -5px 0 0 0;
}
.solution-sort-by .sod_select .sod_option:hover,
.solution-sort-by .sod_select .sod_option.active {
  background: #181818;
  color: #fff;
}
.solution-sort-by .sod_select:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  right: 48px;
  margin-top: -3px;
}
.filter-toggle-btn.expand .circle {
  background: #111;
}
.filter-toggle-btn.expand .circle:after {
  -webkit-transform: rotate(270deg);
  margin-right: -2px;
  margin-top: -6px;
}
.filter-menu {
  display: block;
  width: 100%;
  float: left;
}
.filter-menu > h3,
.rte .filter-menu > .h3 {
  display: none;
}
.filter-menu #FilterClose {
  display: none;
}
@media screen and (max-width: 960px) {
  .filter-menu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    float: none;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(100%);
    width: 100%;
    background: #282827;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
  .filter-menu > h3,
  .rte .filter-menu > .h3 {
    display: block;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    background: #3a3a3a;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
      Verdana, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .filter-menu > h3 a:hover,
  .rte .filter-menu > .h3 a:hover {
    color: #fff;
  }
  .filter-menu > h3 i,
  .rte .filter-menu > .h3 i {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
  }
  .filter-menu #FilterClose {
    display: block;
    right: 15px;
    position: absolute;
    left: 15px;
    width: auto;
    background: #2098d1;
  }
}
.filter-menu.open {
  transform: translateY(0%);
}
.filters {
  display: flex;
  flex-wrap: wrap;
}
.filters .filter {
  padding: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #343434;
  border-bottom: 1px solid #343434;
  position: relative;
  background-color: #282827;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  cursor: pointer;
}
.filters .filter.d_active .filter__list {
  top: 0px;
}
.filters .filter .circle {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.filters .filter .circle img {
  max-width: 12px;
}
.filters .filter .circle * {
  position: relative;
  top: 6px;
  left: 0px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
@media screen and (max-width: 800px) {
  .filters .filter .circle .gradient--bar {
    display: none;
  }
}
.filters .filter .circle.circle--number {
  color: #fff;
  line-height: 36px;
  background: #3e95c7 !important;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .filters .filter .circle.circle--number {
    line-height: 28px;
  }
}
.filters .filter .filter__container h6,
.filters .filter .filter__container .rte .h6,
.rte .filters .filter .filter__container .h6 {
  color: #6f6f6f;
}
.filters .filter .filter__container h5,
.filters .filter .filter__container .rte .h5,
.rte .filters .filter .filter__container .h5 {
  color: white;
  text-transform: uppercase;
}
.filters .filter .filter__list {
  z-index: 99;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s;
  padding: 30px;
  max-height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.filters .filter .filter__list .btn-wrapper {
  display: none;
}
@media (max-width: 960px) {
  .filters .filter .filter__list {
    display: block !important;
    width: 100%;
    position: fixed !important;
    z-index: 1000;
    right: 0;
    top: 100%;
    transition: top 0.5s !important;
    box-shadow: none !important;
    widows: 100%;
    left: auto;
    padding: 0 !important;
    bottom: 0;
    margin-top: 0px;
    max-height: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .filters .filter .filter__list > span {
    max-height: 90vh;
    overflow: scroll;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 20px;
  }
  .filters .filter .filter__list .btn-wrapper {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
  }
  .filters .filter .filter__list .btn-wrapper .btn {
    width: 100%;
    margin: 0;
    display: block;
  }
}
.filters .filter .filter__list li {
  padding-bottom: 12px;
}
.filters .filter .filter__list li a {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-right: 20px;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.filters .filter .filter__list li a p {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  margin: 0;
  line-height: normal;
}
.filters .filter .filter__list li a .marker {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #151515;
  opacity: 0.2;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.filters .filter .filter__list li a:hover p {
  color: #61b8e7;
}
.filters .filter .filter__list li a:hover .marker {
  opacity: 1;
  background-color: #61b8e7;
}
.filters .filter .filter__list li:last-child {
  padding-bottom: 0;
}
.filters .filter .filter__list li.filter--active a {
  color: #333 !important;
}
.filters .filter .filter__list li.filter--active a p {
  color: #333 !important;
}
.filters .filter .filter__list li.filter--active a .marker {
  opacity: 1;
}
.filters .filter .filter__list.filter__list--open {
  top: 0;
}
@media screen and (min-width: 960px) {
  .filters .filter:hover {
    background-color: #3d3d3c;
  }
  .filters .filter:hover .circle {
    background: #fff;
  }
  .filters .filter:hover .circle img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .filters .filter:hover .filter__list {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
}
@media screen and (max-width: 960px) {
  .filters .filter {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0;
  }
  .filters .filter .circle {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .filters .filter .circle img {
    max-width: 9px;
    top: -1px;
    left: 1px;
    transform: rotate(-90deg);
  }
  .filters .filter .filter__container {
    padding: 17px 15px;
    width: 100%;
  }
  .filters .filter .filter__container h6,
  .filters .filter .filter__container .rte .h6,
  .rte .filters .filter .filter__container .h6 {
    display: none;
  }
  .filters .filter .filter__list {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    padding: 25px 21px 25px 15px;
  }
}
.collection-header {
  padding-bottom: 20px;
}
.collection-header .collection-header__title {
  padding-top: 10px;
}
.collection-header .collection-header__title h2,
.collection-header .collection-header__title .rte .h2,
.rte .collection-header .collection-header__title .h2 {
  color: #333;
  font-size: 2.2em;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 300;
}
.collection-header .collection-header__title .filters {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
}
.collection-header .collection-header__title .filters.visible {
  opacity: 1;
  transition-delay: 0.3s;
}
.collection-header .show-filters {
  color: #333;
  font-size: 14px;
}
.collection-header .show-filters:before {
  display: none;
}
@media screen and (max-width: 960px) {
  .collection-header .show-filters {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .collection-header {
    padding-bottom: 0;
  }
  .collection-header .collection-header__title h2,
  .collection-header .collection-header__title .rte .h2,
  .rte .collection-header .collection-header__title .h2 {
    font-size: 1.3em;
  }
  .collection-header .section--collection {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .collection-header .section--collection .columns {
    padding-top: 0;
  }
}
body.scroll-up
  .collection-header
  .collection-header__title
  .reveal-filters.is_stuck
  .filters {
  top: 80px;
}
.section--wrap {
  background-color: #f8f9fa;
  overflow: hidden;
  float: left;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .section--wrap .section--collection {
    padding-top: 25px;
  }
  .section--wrap .section--collection .collection-header__title {
    padding-top: 0;
  }
  .section--wrap
    .section--collection.collection-header.collection-header--clip {
    padding-top: 70px;
  }
}
.collection-header--clip {
  padding-top: 60px;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
@media screen and (max-width: 640px) {
  .collection-header--clip {
    padding-top: 20px;
  }
}
.collection-header--clip .columns {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
}
.collection-header--clip.move .columns {
  transform: translateY(80px);
}
.key-ingredients {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
}
.key-ingredients .key-ingredients__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 90px 30px 130px;
  text-align: center;
}
.key-ingredients .key-ingredients__content p {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin: 30px 0;
  font-size: 0.9em;
}
.key-ingredients .key-ingredients__content h2,
.key-ingredients .key-ingredients__content .rte .h2,
.rte .key-ingredients .key-ingredients__content .h2 {
  font-size: 2.2em;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 30px;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
}
.key-ingredients .key-ingredients__content .solution-columns {
  margin-top: 20px;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn {
  text-transform: none;
  font-weight: 500;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f9f9fa;
  width: 100%;
  height: 55px;
  position: relative;
  color: #333;
  padding: 0;
  line-height: 50px;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn:before {
  background: #181818;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn
  .content-1 {
  opacity: 1;
  font-weight: 500;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.3s;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn
  .content-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.2s;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn
  .gradient--bar {
  opacity: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(5px);
  left: 0;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn:hover {
  border-color: transparent;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn:hover
  .content-1 {
  opacity: 0;
  transition-delay: 0s;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn:hover
  .content-2 {
  opacity: 1;
  transition-delay: 0;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn:hover
  .gradient--bar {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn--hover
  .content-1 {
  font-weight: 500;
  font-size: 1.3em;
}
.key-ingredients
  .key-ingredients__content
  .solution-columns
  .solution-button
  .btn--hover
  .content-2 {
  font-weight: 400;
  font-size: 1.1em;
}
.empty-collection {
  padding: 50px;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
  margin-top: 50px;
  text-align: center;
}
.empty-collection p {
  margin-bottom: 0;
  max-width: 320px;
  margin: 0 auto;
}
.empty-collection .circle {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  padding-top: 20px;
}
.empty-collection .circle * {
  position: relative;
  top: 4px;
  left: 1px;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.mob-checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #f8f9fb;
  padding: 15px;
  display: none;
  border-top: 1px solid #e5e5e5;
}
.mob-checkout .button {
  width: auto;
  float: right;
}
.mob-checkout .button .btn {
  margin-top: 0;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
}
.mob-checkout .from-price {
  float: left;
  font-size: 16px;
  padding-top: 13px;
  display: block;
}
@media screen and (max-width: 800px) {
  .mob-checkout {
    display: block;
  }
}
.cart--empty {
  height: 100vh;
  text-align: center;
  font-size: 18px;
  color: #aaa;
  width: 100%;
  margin: -80px auto 0;
  background: #f8f9fa;
}
.cart--empty .center-wrapper {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.cart--empty p {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #aaa;
  margin: 0 auto;
}
.cart-table {
  text-align: left;
}
.cart-table td {
  width: 20%;
}
.cart-table .cart-table__img {
  width: 17%;
  padding-right: 30px;
}
.cart-table .cart-table__price {
  width: 10%;
  font-weight: 400;
}
.cart-table .cart-table__price p {
  color: #333;
  font-size: 0.9em;
}
.cart-table .cart-table__price a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 5px;
  width: auto;
  line-height: 1.5em;
  color: #333;
  font-size: 12px;
}
.cart-table .cart-table__price a .gradient--bar {
  height: 3px;
}
.cart-table .cart-table__price a:hover {
  color: #63a3d9;
}
.cart-table .cart-table__qty {
  width: 15%;
}
.cart-table .cart-table__qty p {
  color: #333;
  font-size: 0.9em;
  font-weight: 400;
}
.cart-table .cart-table__sub {
  width: 20%;
  padding-right: 50px;
}
.cart-table .sub-details {
  font-size: 13px;
}
.cart-table .cart-table__content {
  width: 33%;
  padding-right: 25px;
}
.cart-table .bold_ro_frequency_num,
.cart-table .discounted_price_in_cart {
  font-weight: 600;
}
.cart-table .bold_ro_every {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  color: #c0c0c0;
}
.cart-table thead {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background-color: white;
}
.cart-table thead tr th h5,
.cart-table thead tr th .rte .h5,
.rte .cart-table thead tr th .h5 {
  padding: 17px 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 500;
}
.cart-table tbody tr {
  border-bottom: 1px solid #ececec;
}
.cart-table tbody tr:last-child {
  border-bottom: none;
}
.cart-table tbody tr td {
  padding: 20px 0;
}
.cart-table tfoot tr td {
  padding: 20px 0;
}
.cart-table td img {
  display: inline-block;
}
.cart-table .cart-table__add {
  width: 200px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  text-align: right;
}
.cart-table .cart-table__add .gradient-wrapper p {
  margin: 0;
}
.cart-table .cart-table__add .gradient-wrapper .gradient--bar {
  height: 3px;
}
.cart-table .update {
  background: none;
  border: none;
  display: block;
  text-transform: uppercase;
  color: silver;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0;
  margin-top: 5px;
}
.cart-table .update:hover {
  color: #63a3d9;
}
.cart__content {
  display: inline-block;
}
.cart__content .fontBody {
  font-weight: 400;
}
.cart__content .product-solution-tags {
  padding: 10px 0;
}
.cart__content .product-solution-tags button.tooltips {
  margin-left: 7px;
  flex: initial;
  pointer-events: none;
}
.cart__content .product-solution-tags button.tooltips span {
  display: none;
}
.cart__content .product-solution-tags button.tooltips:first-child {
  margin-left: 0px !important;
}
.cart__content .product-solution-tags img,
.cart__content .product-solution-tags button.tooltips {
  width: 18px;
}
.cart__content h4,
.cart__content .rte .h4,
.rte .cart__content .h4 {
  font-weight: 500;
}
.cart-place {
  flex: 0 0 69%;
  padding: 0;
  background: #f8f9fb;
}
.cart-place .inner {
  padding: 0 100px 50px;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.cart-place .cart__title {
  margin: 50px 0 30px;
}
.cart-place .cart__title--mobile {
  display: none;
}
.cart-place .ajaxcart__qty {
  left: 0px;
}
.cart-place .back {
  display: inline-block;
  float: right;
  position: relative;
  top: 6px;
  left: auto;
}
.cart-place h2,
.cart-place .rte .h2,
.rte .cart-place .h2 {
  float: left;
}
.checkout-place {
  flex: 0 0 31%;
  padding: 50px 30px;
  background-color: white;
  border-left: 1px solid #ececec;
}
.checkout-place .cart-table tbody tr {
  border: none;
}
.checkout-place .cart-table tbody tr td {
  padding: 0;
}
.checkout-place .price-breakdown {
  border-top: 1px solid #ececec;
}
.checkout-place .price-breakdown tbody tr {
  border: none;
}
.checkout-place .price-breakdown tbody tr td {
  padding: 8px 0;
}
.checkout-place .price-breakdown tbody tr.subtotal td {
  padding-top: 25px;
}
.checkout-place .price-breakdown tbody tr.vat td {
  padding-bottom: 25px;
}
.checkout-place .price-breakdown .checkout-btn td {
  padding: 0;
}
.checkout-place .price-breakdown th.cart-table__price,
.checkout-place .price-breakdown td.cart-table__price {
  text-align: right;
}
.checkout-place .price-breakdown .btn {
  margin-top: 0;
}
.checkout-place .checkout-title {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.checkout-place .product-style {
  font-size: 0.9em;
}
.checkout-place .cart-table {
  text-transform: uppercase;
}
.checkout-place .cart-table h5,
.checkout-place .cart-table .rte .h5,
.rte .checkout-place .cart-table .h5 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 500;
}
.checkout-place .cart-table h4,
.checkout-place .cart-table .rte .h4,
.rte .checkout-place .cart-table .h4 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  font-weight: 400;
}
.checkout-place h1,
.checkout-place .rte .h1,
.rte .checkout-place .h1 {
  border-bottom: 1px solid #ececec;
}
.checkout-place table tbody {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.cart.columns {
  flex-wrap: nowrap;
}
.cart.columns .payment-icons.columns {
  padding-bottom: 10px;
}
.cart.columns .payment-icons.columns img {
  width: 50px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.cart.columns #recently-viewed-products .cart-table__price {
  text-align: right;
  width: 15%;
}
.cart.columns #recently-viewed-products .cart-table__qty {
  width: 10%;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .cart.columns .cart-place .inner {
    padding: 0 50px 50px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .cart.columns .not-to-late {
    display: none;
  }
  .cart.columns .cart-place,
  .cart.columns .checkout-place {
    flex: 0 0 50%;
  }
  .cart.columns .checkout-place {
    padding: 25px;
  }
  .cart.columns .cart-place .inner {
    padding: 0 25px 25px;
  }
  .cart.columns .cart-place .cart__title {
    margin: 25px 0;
  }
  .cart.columns .cart-place .cart__title .back {
    display: none;
  }
  .cart.columns .cart-place .cart-table tbody tr td {
    float: left;
  }
  .cart.columns .cart-place .cart-table .cart__row {
    border: 1px solid #ececec;
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-table;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__img,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__content,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__qty,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__price {
    width: 50%;
    display: inline-block;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__sub {
    width: 100%;
    padding: 0 0 0 20px;
    clear: both;
    float: left;
    background: #f8f9fb;
    border-top: 1px solid #ececec;
  }
  .cart.columns
    .cart-place
    .cart-table
    .cart__row
    .cart-table__sub
    .bold_recurring_desc {
    padding: 15px 0;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__price {
    font-weight: 500;
    border-top: 1px solid #ececec;
    margin-top: -1px;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__qty {
    padding-left: 20px;
    border-top: 1px solid #ececec;
    margin-top: -1px;
  }
  .cart.columns .cart-place .cart-table .cart__row:last-child {
    margin-bottom: 0;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__content {
    padding-right: 20px;
  }
  .cart.columns .cart-place .cart-table thead.cart__row {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .cart.columns {
    flex-wrap: wrap;
  }
  .cart.columns .not-to-late {
    display: none;
  }
  .cart.columns .checkout-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .cart.columns .cart-place,
  .cart.columns .checkout-place {
    flex: 0 0 100%;
  }
  .cart.columns .checkout-place {
    padding: 25px 15px;
    display: none;
  }
  .cart.columns .cart-place {
    padding-bottom: 80px;
  }
  .cart.columns .cart-place .inner {
    padding: 0 15px 15px;
    border-bottom: none;
  }
  .cart.columns .cart-place .cart__title {
    margin: 25px 0;
    display: none;
  }
  .cart.columns .cart-place .cart__title .back {
    display: none;
  }
  .cart.columns .cart-place .cart-table {
    margin-top: 65px;
  }
  .cart.columns .cart-place .cart__title--mobile {
    display: block;
    padding: 16px 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
  }
  .cart.columns .cart-place .cart__title--mobile a {
    position: absolute;
    left: 15px;
    top: 12px;
  }
  .cart.columns .cart-place .cart__title--mobile a i {
    font-size: 20px;
  }
  .cart.columns .cart-place .cart__title--mobile h2,
  .cart.columns .cart-place .cart__title--mobile .rte .h2,
  .rte .cart.columns .cart-place .cart__title--mobile .h2 {
    text-align: center;
    float: none;
    font-size: 14px;
    font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
      Verdana, sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
  }
  .cart.columns .cart-place .cart-table tbody tr td {
    float: left;
  }
  .cart.columns .cart-place .cart-table .cart__row {
    border: 1px solid #ececec;
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-table;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__img,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__content,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__qty,
  .cart.columns .cart-place .cart-table .cart__row .cart-table__price {
    width: 50%;
    display: inline-block;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__sub {
    width: 100%;
    padding: 0 0 0 20px;
    clear: both;
    float: left;
    background: #f8f9fb;
    border-top: 1px solid #ececec;
  }
  .cart.columns
    .cart-place
    .cart-table
    .cart__row
    .cart-table__sub
    .bold_recurring_desc {
    padding: 15px 0;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__price {
    font-weight: 500;
    border-top: 1px solid #ececec;
    margin-top: -1px;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__qty {
    padding-left: 20px;
    border-top: 1px solid #ececec;
    margin-top: -1px;
  }
  .cart.columns .cart-place .cart-table .cart__row:last-child {
    margin-bottom: 0;
  }
  .cart.columns .cart-place .cart-table .cart__row .cart-table__content {
    padding-right: 20px;
  }
  .cart.columns .cart-place .cart-table thead.cart__row {
    display: none;
  }
}
.template-customers-login .account .columns .wrapper .sign-form {
  float: left;
}
.template-customers-login .account .columns .wrapper:first-child .sign-form {
  float: right;
}
.account {
  background-color: #f8f9fa;
  min-height: 90vh;
  position: relative;
}
.account .btn {
  margin-top: 0;
}
.account .c-2 {
  width: 50%;
  float: left;
}
.account .c-2 p.name {
  color: #333;
}
.account .c-2 a {
  color: #63a3d9;
}
.account .c-2 a:hover {
  opacity: 0.7;
}

.account .account-hero h1,
.account .account-hero .rte .h1,
.rte .account .account-hero .h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.account .one-whole {
  float: left;
  width: 100%;
  clear: both;
}
.account .background {
  background-size: cover;
  background-position: top center;
  opacity: 1;
  width: 100%;
  min-height: inherit;
}
.account .columns {
  min-height: inherit;
}
.account .columns .wrapper {
  flex: 1 1 50%;
  margin-top: 80px;
  padding: 25px 15px;
}
.account .columns .wrapper .sign-form {
  max-width: 540px;
  margin: 0 auto;
  min-height: 460px;
  padding: 50px;
  border: 1px solid #eae9e8;
  overflow: hidden;
  background: #fff;
}
.account .columns .wrapper .sign-form * {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
}
.account .columns .wrapper .sign-form .sign-form__form h1,
.account .columns .wrapper .sign-form .sign-form__form .rte .h1,
.rte .account .columns .wrapper .sign-form .sign-form__form .h1 {
  margin-bottom: 15px;
}
.account .columns .wrapper .sign-form .sign-form__form input {
  margin-bottom: 10px;
}
.account .columns .wrapper .sign-form .sign-form__form table.full {
  width: 100%;
}
.account .columns .wrapper .sign-form .sign-form__form .table-wrap {
  max-width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
}
.account .columns .wrapper .sign-form .sign-form__form .table-wrap th {
  font-weight: 500;
  padding-top: 12px;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 12px;
}
.account .columns .wrapper .sign-form .sign-form__form .table-wrap th,
.account .columns .wrapper .sign-form .sign-form__form .table-wrap td {
  text-align: left;
  padding: 25px;
  border: 1px solid #eae9e8;
}
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  thead
  tr:nth-child(odd),
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  tr:nth-child(even) {
  background: #fafafa;
}
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  tr:nth-child(odd) {
  background: #fff;
}
.account .columns .wrapper .sign-form .sign-form__form .table-wrap table tfoot {
  border-bottom: 2px solid #eae9e8;
}
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  tfoot
  td {
  border: none;
  padding: 5px 15px;
}
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  tfoot
  tr:nth-child(even) {
  background: #fff;
}
.account
  .columns
  .wrapper
  .sign-form
  .sign-form__form
  .table-wrap
  table
  tfoot
  tr:nth-child(odd) {
  background: #fff;
}
.account .columns .wrapper .sign-form .sign-form__form .table-wrap table th,
.account .columns .wrapper .sign-form .sign-form__form .table-wrap table td {
  border: none;
  border-bottom: 2px solid #eae9e8;
  padding: 18px 15px;
  font-size: 14px;
}
.account input {
  width: 100%;
}
.account input.btn {
  background: #333;
  border: none;
  color: #fff;
}
.account select {
  border: 1px solid #e5e5e5;
  background-position: 96% 13px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}
.account input[type="checkbox"] {
  width: auto;
}
.account .set_default {
  display: inline-block;
}
.account h2,
.account .rte .h2,
.rte .account .h2 {
  margin-bottom: 25px;
}
.account .edit-address,
.account .add-address {
  background: #f7f7f7;
  padding: 50px;
  margin-top: 50px;
}
.account .edit-address .one-half,
.account .add-address .one-half {
  width: 48%;
  margin-left: 0;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  vertical-align: top;
}
.account .edit-address .one-half.last,
.account .add-address .one-half.last {
  margin-left: 4%;
}
.account .add-address {
  background: #fff;
  padding: 0;
}
.account .add-address input {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .account {
    min-height: 0;
    padding-top: 0;
  }
  .account h2,
  .account .rte .h2,
  .rte .account .h2 {
    font-size: 24px;
  }
  .account .edit-address,
  .account .add-address {
    padding: 25px;
  }
  .account .columns {
    position: static;
  }
  .account .columns .wrapper {
    flex: 1 1 100%;
    padding: 0;
    margin-top: 54px;
  }
  .account .columns .wrapper .sign-form {
    padding: 25px;
    min-height: 0;
    max-width: none;
    width: 100%;
  }
  .account .columns .wrapper:last-child {
    margin-top: -1px;
  }
  .account .add-address {
    padding: 0 15px;
  }
}
.account-logged {
  background-color: #f9f9fa;
}
.account-logged .add-btn {
  margin-top: 50px;
}
.account-logged .columns {
  background-size: cover;
  background-position: top center;
}
.account-logged .columns .one-third {
  width: 419px;
  padding: 80px 0 0 0 !important;
  margin-top: 0 !important;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  background: #63a1d4;
  background: -moz-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: -webkit-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: linear-gradient(to right, #63a1d4 1%, #58afe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a1d4', endColorstr='#58afe1',GradientType=1 );
}
.account-logged .columns .one-third .sign-form {
  background: transparent;
  border: none !important;
  margin-top: 0px !important;
}
.account-logged .columns .one-third .sign-form .sign-form__form h2,
.account-logged .columns .one-third .sign-form .sign-form__form .rte .h2,
.rte .account-logged .columns .one-third .sign-form .sign-form__form .h2 {
  margin-bottom: 50px;
}
.account-logged .columns .one-third .sign-form .sign-form__form h2 span,
.account-logged .columns .one-third .sign-form .sign-form__form .rte .h2 span,
.rte .account-logged .columns .one-third .sign-form .sign-form__form .h2 span {
  display: block;
}
.account-logged .columns .one-third .sign-form .sign-form__form h3,
.account-logged .columns .one-third .sign-form .sign-form__form .rte .h3,
.rte .account-logged .columns .one-third .sign-form .sign-form__form .h3 {
  margin-top: 30px;
}
.account-logged .columns .one-third .sign-form .customer-menu hr {
  background: rgba(255, 255, 255, 0.2);
  border-top: none;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.account-logged .columns .one-third .sign-form .customer-menu h2,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h2,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h2 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
.account-logged .columns .one-third .sign-form .customer-menu h2 i,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h2 i,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h2 i {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 1px;
}
.account-logged .columns .one-third .sign-form .customer-menu h2 strong,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h2 strong,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h2 strong {
  display: block;
  font-weight: 500;
  opacity: 1;
  font-size: 24px;
  margin-top: 10px;
  color: #fff;
}
.account-logged .columns .one-third .sign-form .customer-menu h3,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h3,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h3 {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0 !important;
  line-height: 1em;
}
.account-logged .columns .one-third .sign-form .customer-menu h3 a,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h3 a,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h3 a {
  color: #fff;
}
.account-logged .columns .one-third .sign-form .customer-menu h3 a i,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h3 a i,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h3 a i {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-right: 15px;
}
.account-logged .columns .one-third .sign-form .customer-menu h3 a:hover,
.account-logged .columns .one-third .sign-form .customer-menu .rte .h3 a:hover,
.rte .account-logged .columns .one-third .sign-form .customer-menu .h3 a:hover {
  opacity: 0.7;
}
.account-logged .columns .one-third .sign-form .customer-menu .active {
  font-weight: 500;
}
.account-logged .columns .wrapper {
  flex: 1 1 50%;
  margin-top: 80px;
  padding: 50px;
}
.account-logged .columns .wrapper .sign-form {
  max-width: none;
  min-height: 0;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #ececec;
}
.account-logged .columns .account-content.wrapper {
  padding: 0;
  margin-left: 419px;
}
.account-logged .columns .account-content.wrapper .sign-form {
  border: none;
}
.account-logged .columns .account-content.wrapper .sign-form .text-right {
  text-align: right !important;
}
.account-logged .columns .account-content.wrapper .sign-form .address-box {
  margin-top: 50px;
}
.account-logged .columns .account-content.wrapper .sign-form h3 span,
.account-logged .columns .account-content.wrapper .sign-form .rte .h3 span,
.rte .account-logged .columns .account-content.wrapper .sign-form .h3 span {
  color: #63a3d9;
}
@media screen and (max-width: 960px) {
  .account-logged .add-btn {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    display: block;
  }
  .account-logged .columns {
    flex-direction: column;
  }
  .account-logged .columns .one-third {
    height: auto;
    bottom: auto;
    position: static;
    width: 100%;
    padding-top: 50px !important;
  }
  .account-logged .columns .one-third .sign-form .customer-menu {
    padding: 0 !important;
  }
  .account-logged .columns .one-third .sign-form .customer-menu .inside {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: hidden;
  }
  .account-logged .columns .one-third .sign-form .customer-menu h3,
  .account-logged .columns .one-third .sign-form .customer-menu .rte .h3,
  .rte .account-logged .columns .one-third .sign-form .customer-menu .h3 {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .account-logged .columns .one-third .sign-form .customer-menu h3 a i,
  .account-logged .columns .one-third .sign-form .customer-menu .rte .h3 a i,
  .rte .account-logged .columns .one-third .sign-form .customer-menu .h3 a i {
    font-size: 16px;
    margin-right: 8px;
  }
  .account-logged .columns .one-third .sign-form .customer-menu h2,
  .account-logged .columns .one-third .sign-form .customer-menu .rte .h2,
  .rte .account-logged .columns .one-third .sign-form .customer-menu .h2,
  .account-logged .columns .one-third .sign-form .customer-menu hr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account-logged .columns .one-third .sign-form .customer-menu h2 strong,
  .account-logged .columns .one-third .sign-form .customer-menu .rte .h2 strong,
  .rte .account-logged .columns .one-third .sign-form .customer-menu .h2 strong,
  .account-logged .columns .one-third .sign-form .customer-menu hr strong {
    font-size: 20px;
  }
  .account-logged .columns .one-third .sign-form .customer-menu hr {
    margin: 10px 0 15px;
  }
  .account-logged .columns .wrapper {
    flex: 0 1 100%;
  }
  .account-logged .columns .wrapper .sign-form {
    padding: 15px 0;
  }
  .account-logged .columns .wrapper .sign-form .sign-form__form {
    padding: 0 15px 15px;
    overflow: hidden;
  }
  .account-logged .columns .wrapper .sign-form .sign-form__form .table-wrap {
    padding-top: 10px;
  }
  .account-logged .columns .account-content.wrapper {
    margin-left: 0;
    padding: 0;
  }
  .account-logged .columns .account-content.wrapper h3,
  .account-logged .columns .account-content.wrapper .rte .h3,
  .rte .account-logged .columns .account-content.wrapper .h3 {
    margin-bottom: 15px;
  }
  .account-logged .columns .account-content.wrapper .account-hero {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .template-customers-account,
  .template-customers-order {
    background: #fff;
  }
  .template-customers-account td:nth-of-type(1):before,
  .template-customers-order td:nth-of-type(1):before {
    content: "Order";
  }
  .template-customers-account td:nth-of-type(2):before,
  .template-customers-order td:nth-of-type(2):before {
    content: "Date";
  }
  .template-customers-account td:nth-of-type(3):before,
  .template-customers-order td:nth-of-type(3):before {
    content: "Payment Status";
  }
  .template-customers-account td:nth-of-type(4):before,
  .template-customers-order td:nth-of-type(4):before {
    content: "Fulfillment Status";
  }
  .template-customers-account td:nth-of-type(5):before,
  .template-customers-order td:nth-of-type(5):before {
    content: "Total";
  }
  .template-customers-account .table-wrap,
  .template-customers-order .table-wrap {
    background: #fafafa;
    overflow: hidden;
    padding: 0 10px !important;
    margin-bottom: 15px;
  }
  .template-customers-account table,
  .template-customers-account thead,
  .template-customers-account tbody,
  .template-customers-account th,
  .template-customers-account td,
  .template-customers-account tr,
  .template-customers-order table,
  .template-customers-order thead,
  .template-customers-order tbody,
  .template-customers-order th,
  .template-customers-order td,
  .template-customers-order tr {
    display: block;
    text-align: right !important;
  }
  .template-customers-account thead tr,
  .template-customers-order thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .template-customers-account tr,
  .template-customers-order tr {
    border: none;
    border-bottom: 2px solid #eae9e8;
    background: #fafafa;
  }
  .template-customers-account tr td,
  .template-customers-order tr td {
    border: none;
    border-bottom: 1px solid #eae9e8;
    position: relative;
    padding-left: 50%;
    background: #fafafa;
  }
  .template-customers-account tr td:before,
  .template-customers-order tr td:before {
    position: absolute;
    top: 18px;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left !important;
    font-weight: 500;
  }
  .template-customers-account tr td:last-of-type,
  .template-customers-order tr td:last-of-type {
    border: none !important;
  }
  .template-customers-account tr:last-of-type,
  .template-customers-order tr:last-of-type {
    border: none;
  }
  .template-customers-order .columns .account-content.wrapper h3,
  .template-customers-order .columns .account-content.wrapper .rte .h3,
  .rte .template-customers-order .columns .account-content.wrapper .h3 {
    font-size: 16px;
  }
  .template-customers-order tbody td:nth-of-type(1):before {
    content: "Product";
  }
  .template-customers-order tbody td:nth-of-type(2):before {
    content: "SKU";
  }
  .template-customers-order tbody td:nth-of-type(3):before {
    content: "Price";
  }
  .template-customers-order tbody td:nth-of-type(4):before {
    content: "Quantity";
  }
  .template-customers-order tbody td:nth-of-type(5):before {
    content: "Total";
  }
  .template-customers-order tfoot {
    margin-top: 25px;
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .template-customers-order tfoot tr:first-child {
    display: none;
  }
  .template-customers-order tfoot tr {
    clear: both;
  }
  .template-customers-order tfoot td {
    padding-left: 0;
    width: 50%;
    float: left;
  }
  .template-customers-order tfoot td:before {
    display: none;
  }
  .template-customers-order
    .account
    .columns
    .wrapper
    .sign-form
    .sign-form__form
    .table-wrap
    table
    tfoot
    td {
    padding-left: 0;
  }
  .template-customers-order
    .account-logged
    .columns
    .account-content.wrapper
    .sign-form
    td.table-title.text-right {
    text-align: left !important;
  }
  .template-customers-order
    .account-logged
    .columns
    .account-content.wrapper
    .sign-form
    .address-box {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .template-customers-account header.header,
  .template-customers-addresses header.header,
  .template-customers-order header.header {
    display: none;
  }
  .template-customers-login .account .columns .wrapper,
  .template-customers-register .account .columns .wrapper {
    margin-top: 79px;
  }
  .template-customers-login .account .columns .wrapper:nth-child(2),
  .template-customers-register .account .columns .wrapper:nth-child(2) {
    margin-top: -1px;
  }
}
.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 1.7em;
  text-transform: uppercase;
  border: none;
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial,
    Verdana, sans-serif;
  margin-bottom: 30px;
}
.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0;
}
.rte h1 a,
.rte .h1 a,
.rte h2 a,
.rte .h2 a,
.rte h3 a,
.rte .h3 a,
.rte h4 a,
.rte .h4 a,
.rte h5 a,
.rte .h5 a,
.rte h6 a,
.rte .h6 a {
  text-decoration: none;
}
.rte h1,
.rte .h1 {
  font-size: 36px;
}
.rte h2,
.rte .h2 {
  font-size: 28px;
}
.rte h3,
.rte .h3 {
  font-size: 22px;
}
.rte h4,
.rte .h4 {
  font-size: 20px;
}
.rte h5,
.rte .h5 {
  font-size: 20px;
}
.rte h6,
.rte .h6 {
  font-size: 20px;
}
.rte ul,
.rte ol {
  margin-bottom: 30px;
  color: #999;
}
.rte ul li,
.rte ol li {
  margin-bottom: 0.4em;
}
.rte p {
  color: #999;
  line-height: 1.7em;
  margin-top: 0;
  margin-bottom: 30px;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte p strong {
  color: #333;
}
.rte img {
  margin-bottom: 30px;
}
.rte hr {
  border: none;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 30px 0;
  background: #64a3d9;
  background: -moz-linear-gradient(left, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  background: -webkit-linear-gradient(
    left,
    #64a3d9 0%,
    #3ac7f4 50%,
    #6ccce5 100%
  );
  background: linear-gradient(to right, #64a3d9 0%, #3ac7f4 50%, #6ccce5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a3d9', endColorstr='#6ccce5',GradientType=1 );
}
.rte table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.rte table.full {
  width: 100%;
}
.rte .table-wrap {
  max-width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.rte th {
  font-weight: 500;
  padding-top: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.rte th,
.rte td {
  text-align: left;
  padding: 25px;
  border: 1px solid #eae9e8;
}
.rte table thead tr:nth-child(odd),
.rte table tr:nth-child(even) {
  background: #fafafa;
}
.rte table tr:nth-child(odd) {
  background: #fff;
}
.rte table tfoot {
  border-bottom: 2px solid #eae9e8;
}
.rte table tfoot td {
  border: none;
  padding: 5px 15px;
}
.rte table tfoot tr:nth-child(even) {
  background: #fff;
}
.rte table tfoot tr:nth-child(odd) {
  background: #fff;
}
.rte table th,
.rte table td {
  border: none;
  border-bottom: 2px solid #eae9e8;
  padding: 18px 15px;
}
.rte #AddAddress {
  background: #fafafa;
  margin-bottom: 50px;
}
.rte .addresses {
  position: relative;
  overflow: hidden;
}
.rte .addresses:before {
  content: "";
  height: 100vh;
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 50%;
}
.rte .addresses .grid__item .edit-address,
.rte .addresses .grid__item .account .add-address,
.account .rte .addresses .grid__item .add-address {
  padding: 50px;
  background: #fafafa;
  margin-bottom: 0 !important;
  margin-right: 50px;
}
.rte .addresses .grid__item:nth-child(2) .edit-address,
.rte .addresses .grid__item:nth-child(2) .account .add-address,
.account .rte .addresses .grid__item:nth-child(2) .add-address {
  margin-right: 0;
}
.rte .edit a {
  color: #999;
}
.rte .btn.move {
  margin-top: 10px;
}
.rte .orders .right-box h2 span,
.rte .orders .right-box .h2 span {
  font-weight: 400;
}
.rte form input,
.rte form textarea {
  border: 1px solid #eae9e8;
  padding: 12px;
}
.rte form input:focus,
.rte form textarea:focus {
  border-color: #63a3d9;
}
.rte form input[type="submit"] {
  border: none;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .rte h1,
  .rte .h1,
  .rte h2,
  .rte .h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 1.3em;
    margin-bottom: 15px;
  }
  .rte h3,
  .rte .h3 {
    font-size: 18px;
  }
  .rte table,
  .rte p,
  .rte ul,
  .rte ol,
  .rte blockquote {
    font-size: 14px;
  }
}
.template-page header.header,
.template-customers-login header.header,
.template-customers-register header.header,
.template-customers-reset_password header.header,
.template-customers-activate_account header.header {
  background: #fff;
  border-color: 1px solid #eae9e8;
}
.page-content {
  overflow: hidden;
  background: #63a1d4;
  background: -moz-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: -webkit-linear-gradient(left, #63a1d4 1%, #58afe1 100%);
  background: linear-gradient(to right, #63a1d4 1%, #58afe1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a1d4', endColorstr='#58afe1',GradientType=1 );
}
#fixed {
  float: left;
  width: 419px;
  padding-top: 130px;
  height: 100vh;
}
#fixed .inside {
  padding: 0 30px 50px;
}
#fixed .inside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#fixed .inside ul li a {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
  display: block;
  color: #fff;
}
#fixed .inside ul li a:hover {
  opacity: 0.7;
}
#fixed .inside ul li.site-nav--active a {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #fixed .inside {
    padding: 0;
  }
  #fixed .inside ul li a {
    font-size: 14px;
  }
}
#fluid {
  overflow: hidden;
  padding: 130px 50px 50px;
  border-left: 1px solid #eae9e8;
  background: #fff;
}
#fluid h1.page-title,
#fluid .rte .page-title.h1,
.rte #fluid .page-title.h1 {
  margin-bottom: 50px;
  line-height: 1em;
}
#white-content .rte h3 img,
#white-content .rte .h3 img {
  position: relative;
  top: -2px;
  margin-bottom: 0;
}
#white-content table {
  margin-bottom: 50px;
}
#white-content table thead tr:nth-child(odd),
#white-content table tr:nth-child(even),
#white-content table tr:nth-child(odd) {
  background: #fafafa;
}
#white-content table tr:nth-of-type(3),
#white-content table tr:nth-of-type(4),
#white-content table tr:nth-of-type(7),
#white-content table tr:nth-of-type(8) {
  background: #fff;
}
#white-content table tr td,
#white-content table tr th {
  border-bottom: 1px solid #eae9e8;
  vertical-align: top;
}
#white-content table tr td strong,
#white-content table tr th strong {
  font-weight: 400;
}
#white-content table tr td em,
#white-content table tr th em {
  display: block;
}
#white-content table tr:last-of-type th,
#white-content table tr:last-of-type td {
  border-bottom: none;
}
#white-content table p {
  color: #999;
}
#white-content table p:last-child {
  margin-bottom: 0;
}
#white-content table tr.desc td,
#white-content table tr.desc th {
  border: none !important;
  padding-bottom: 0;
}
#search-results section.index .index__text-block--centered {
  margin-top: 0 !important;
}
#search-results #white-content {
  background: #f8f9fa;
}
#search-results #white-content #fluid {
  background-color: transparent;
  padding: 50px 50px 0;
}
@media screen and (max-width: 960px) {
  #search-results #white-content #fluid {
    padding: 25px 25px 0;
  }
}
#search-results #white-content #fluid h1.page-title,
#search-results #white-content #fluid .rte .page-title.h1,
.rte #search-results #white-content #fluid .page-title.h1 {
  display: none;
}
@media screen and (max-width: 960px) {
  #search-results section.index .index__text-block--centered {
    margin-top: 30px !important;
  }
  #search-results #white-content #fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .page-content {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .page-content #fixed,
  .page-content #fluid {
    float: none;
    width: 100%;
    padding: 15px;
  }
  .page-content #fixed {
    border-top: 1px solid #eae9e8;
    order: 2;
    padding-bottom: 0;
    height: auto;
    display: none;
  }
  .page-content #fluid {
    order: 1;
    padding: 95px 15px 15px 15px;
  }
  .page-content #fluid h1.page-title,
  .page-content #fluid .rte .page-title.h1,
  .rte .page-content #fluid .page-title.h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .template-article header.header {
    display: none;
  }
  .template-article .main-content.margin-adjust {
    padding-top: 130px;
  }
  .template-article .section--collection {
    padding-top: 0 !important;
  }
  .template-article .section--collection .columns {
    padding-top: 10px !important;
  }
}
.swatch label {
  float: left;
  line-height: 1em;
  margin: 0;
  display: block;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
.swatch label:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #999;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.swatch label:hover:after {
  background: #151515;
}
.swatch label.color {
  border-color: transparent;
}
.swatch label.color:after {
  display: none;
}
.swatch .header {
  margin: 0;
}
.form-vertical .swatch-element input[type="radio"] {
  display: none;
}
.swatch input:checked + label {
  color: #151515;
}
.swatch input:checked + label:after {
  background-color: #151515;
}
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.swatch .swatch-element .crossed-out {
  display: none;
}
.swatch .swatch-element.soldout .crossed-out {
  display: block;
}
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.swatch .tooltip {
  text-align: center;
  background: #151515;
  color: #fff;
  bottom: 100%;
  padding: 2px 5px;
  display: block;
  position: absolute;
  width: 70px;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -35px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.swatch .tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #151515 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}
.swatch.error p {
  margin: 0.7em 0;
}
.swatch.error p:first-child {
  margin-top: 0;
}
.swatch.error p:last-child {
  margin-bottom: 0;
}
.swatch.error code {
  font-family: monospace;
}
#mobile-concern {
  display: none;
  position: fixed;
  background: #282828;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 25px;
  text-align: center;
  line-height: 1em;
  font-size: 0.9em;
  z-index: 9999;
}
#mobile-concern img {
  filter: invert(100%);
  margin-right: 10px;
  max-width: 27px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 960px) {
  .mobile-solution-menu {
    display: none;
  }
}
.mob-show {
  display: none;
}
@media screen and (max-width: 960px) {
  .mob-show {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .mob-hide {
    display: none;
  }
  section.index {
    overflow: hidden;
    height: 100%;
  }
  section.index #mobile-concern {
    display: block;
  }
  section.index .solutions-bar__spot {
    flex: 0 0 50%;
  }
  section.index .solutions-bar.going-up {
    padding-bottom: 75px;
  }
  .solutions-bar__home {
    background: #fff;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #f7f9f9;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    position: fixed;
    z-index: 999;
  }
  .solutions-bar__home .mobile-search {
    width: 100%;
    display: block;
    position: relative;
  }
  .solutions-bar__home .mobile-search input {
    width: 100%;
    color: #999;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 20px 25px 60px;
  }
  .solutions-bar__home .mobile-search .menu-back-arrow {
    position: absolute;
    top: 12px;
    left: 25px;
    font-size: 18px;
    color: #181818;
    width: auto;
  }
  .solutions-bar__home .mobile-search .menu-back-arrow:before {
    display: none;
  }
  .solutions-bar__home .solutions-bar__spot {
    color: #333;
    width: 50%;
    text-align: center;
    flex: 0 0 50%;
    visibility: visible !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ececec;
    padding: 25px;
    border-left: 1px solid #ececec;
  }
  .solutions-bar__home .solutions-bar__spot:first-of-type,
  .solutions-bar__home .solutions-bar__spot:nth-of-type(2),
  .solutions-bar__home .solutions-bar__spot:nth-of-type(4),
  .solutions-bar__home .solutions-bar__spot:nth-of-type(6),
  .solutions-bar__home .solutions-bar__spot:nth-of-type(8) {
    border-left: none;
  }
  .solutions-bar__home .solutions-bar__spot h6,
  .solutions-bar__home .solutions-bar__spot .rte .h6,
  .rte .solutions-bar__home .solutions-bar__spot .h6 {
    color: #333;
    padding: 10px 0 0;
  }
  .solutions-bar__home .solutions-bar__spot .content-2 {
    display: none;
  }
  .solutions-bar__home .solutions-bar__spot .content-1 {
    opacity: 1 !important;
  }
  .solutions-bar__home .solutions-bar__spot img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .solutions-bar__home .solutions-bar__spot:hover {
    background-color: fff;
    color: #333;
  }
  .solutions-bar__home .solutions-bar__spot:hover h6,
  .solutions-bar__home .solutions-bar__spot:hover .rte .h6,
  .rte .solutions-bar__home .solutions-bar__spot:hover .h6 {
    color: #333;
  }
  .solutions-bar__home .solutions-bar__spot:hover .content-1 {
    display: block;
    opacity: 1;
  }
  .solutions-bar__home .solutions-bar__spot.index__spot__all {
    flex: 0 0 100%;
    border-left: none;
    display: flex !important;
  }
  .solutions-bar.going-up {
    transform: translateY(0px);
    padding-top: 0px;
  }
  .template-collection
    section.index.magic-hero-position
    .index__hero-image.magic-hero-image,
  .template-collection
    section.index.magic-hero-position
    .magic-hero-image.mobile_image {
    padding-top: 50%;
  }
  .template-collection section.index.magic-hero-position .solutions-bar__home {
    position: absolute;
    height: 70%;
    z-index: 9999;
  }
  .template-collection
    section.index.magic-hero-position
    .solutions-bar__home
    .solutions-bar__spot:first-of-type,
  .template-collection
    section.index.magic-hero-position
    .solutions-bar__home
    .solutions-bar__spot:nth-of-type(3),
  .template-collection
    section.index.magic-hero-position
    .solutions-bar__home
    .solutions-bar__spot:nth-of-type(5),
  .template-collection
    section.index.magic-hero-position
    .solutions-bar__home
    .solutions-bar__spot:nth-of-type(7),
  .template-collection
    section.index.magic-hero-position
    .solutions-bar__home
    .solutions-bar__spot:nth-of-type(9) {
    border-left: 1px solid #ececec;
  }
}
@media screen and (max-width: 640px) {
  section.index h3,
  section.index .rte .h3,
  .rte section.index .h3 {
    display: none;
  }
  section.index .index__text-block {
    top: auto;
    bottom: 100px;
    transform: none;
    margin-top: 0;
    padding: 0 20px;
  }
  section.index .index__text-block h1,
  section.index .index__text-block .rte .h1,
  .rte section.index .index__text-block .h1,
  section.index .index__text-block p {
    text-align: center;
  }
}
#mobile-concern {
  max-width: calc(100vw - 30px);
  bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.ingredients_overlay,
.instructions_overlay {
  padding: 50px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
}
.ingredients_overlay #close-ingredients,
.instructions_overlay #close-ingredients,
.ingredients_overlay #close-instructions,
.instructions_overlay #close-instructions {
  position: fixed;
  right: 50px;
  top: 50px;
  color: #fff;
  width: auto;
  font-size: 36px;
}
.ingredients_overlay #close-ingredients:before,
.instructions_overlay #close-ingredients:before,
.ingredients_overlay #close-instructions:before,
.instructions_overlay #close-instructions:before {
  display: none;
}
.ingredients_overlay h4,
.instructions_overlay h4,
.ingredients_overlay .rte .h4,
.rte .ingredients_overlay .h4,
.instructions_overlay .rte .h4,
.rte .instructions_overlay .h4 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
}
.ingredients_overlay .full-ingredients-list__list,
.instructions_overlay .full-ingredients-list__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ingredients_overlay .full-ingredients-list__list li,
.instructions_overlay .full-ingredients-list__list li {
  color: #fff;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .ingredients_overlay h4,
  .instructions_overlay h4,
  .ingredients_overlay .rte .h4,
  .rte .ingredients_overlay .h4,
  .instructions_overlay .rte .h4,
  .rte .instructions_overlay .h4 {
    font-size: 24px;
  }
  .ingredients_overlay .full-ingredients-list__list li,
  .instructions_overlay .full-ingredients-list__list li {
    font-size: 14px;
  }
  .ingredients_overlay #close-ingredients,
  .instructions_overlay #close-ingredients {
    top: 15px;
  }
}
.full-instructions-list__button {
  color: silver;
  font-size: 12px;
  height: auto;
  font-weight: 500;
  padding: 0;
  line-height: 1em;
}
.full-instructions-list__button:before {
  display: none;
}
.full-instructions-list__button:hover {
  color: #63a3d9;
}
.instructions_overlay {
  color: #fff;
}
.instructions_overlay p {
  color: #fff;
}
.ingredients_overlay.active,
.active.instructions_overlay,
.instructions_overlay.active {
  opacity: 1;
  pointer-events: initial;
}
.authenticating {
  text-align: center;
  padding: 100px;
}
.authenticating img {
  display: block;
  margin: 0 auto 25px;
}
.section--collection .columns > .con-pad,
.con-pad {
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 1150px) {
  .product-wrap .product__column.third {
    width: 50%;
    float: left;
    padding-right: 10%;
  }
}
.hr {
  padding: 18px 0 0;
  border-bottom: 1px solid #ececec;
  float: none;
  margin-bottom: 15px;
  flex-flow: wrap;
  width: 80%;
}
.text-small {
  font-size: 10px;
}
.pt-50 {
  padding-top: 50px;
  width: 100%;
  float: left;
}
.pb-20 {
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* ----------------------------------------------- Estilos nuevos rediseño ----------------------------------------------- */

/* ------------------ HEADER ------------------ */
.template-index .header-innovador {
  background-color: #aaaaaa00;
  padding: 15px 40px;
  z-index: 1000;
  box-shadow: none;
}

.header-innovador {
  background-color: rgb(255, 255, 255);
  padding: 15px 40px;
  z-index: 1000;
}

.template-index .header-logo-blanco, .template-index .img-white {
  display: block;
}

.template-index .header-logo,
.header-logo-blanco,
.header__hover__jquery .header-logo-blanco, .img-white, .header__hover__jquery .img-white{
  display: none;
}

.header__hover__jquery .header-logo {
  display: block;
  width: 170px;
}

.header__hover {
  box-shadow: 0 0 10px 5px #00000026;
}

.header-logo {
  display: block;
  width: 170px;
}

.template-index .nav-text {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  color: white !important;
}

.header__hover__jquery .nav-text,
.nav-text {
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  color: black !important;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.header__left,
.header__right {
  display: flex;
  gap: 25px;
}

.header__logo {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo-3d {
  position: relative;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.logo-3d img {
  height: 70px;
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.logo-shadow {
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  filter: blur(10px);
  z-index: 1;
  transition: all 0.4s ease;
}

.logo-3d:hover img {
  transform: translateY(-5px);
}

.logo-3d:hover .logo-shadow {
  transform: scale(0.9);
  opacity: 0.7;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff8f0;
  padding: 12px 15px;
  border-radius: 0px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 100px;
}

.nav-item:hover {
  background: #9d114d78;
  transform: translateY(-3px);
}

.nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgb(163 18 80 / 36%),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.nav-item:hover::before {
  transform: translateX(100%);
}

.nav-icon {
  font-size: 24px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-icon {
  transform: scale(1.2);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  padding: 20px;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease;
  z-index: 1000;
}

.dropdown-menu--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  min-width: 500px;
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #2d1e17;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: #fff8f0;
  transform: translateX(5px);
}

.dropdown-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.dropdown-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
  padding: 5px;
}

.nav-arrow {
  margin-left: 8px;
  font-size: 10px;
  transition: transform 0.3s ease;
}

.nav-dropdown:hover .nav-arrow {
  transform: rotate(180deg);
}

/* Mantenemos el menú móvil oculto en PC */
.mobile-nav {
  display: none;
}

@media (min-width: 1100px) {
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 1099px) {
  .header__left,
  .header__right {
    display: none;
  }
  .mobile-nav,
  .header__spot {
    display: block !important;
  }

  .header.header .header__spot.mobile-nav {
    border-right: none;
  }
}

/* ------------------ FOOTER ------------------ */
:root {
  --primary: #1a75bc;
  --secondary: #f8a41c;
  --dark: #2c3e50;
  --light: #f8f9fa;
  --gray: #6c757d;
  --light-blue: #e3f2fd;
}

.container {
  max-width: 100%;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: white;
}

footer.footer {
  padding: 0 !important;
}

/* Estilos del footer */
.footer-container {
  background: var(--dark);
  color: white;
  padding: 60px 0 0;
}

.gradient-bar {
  height: 8px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 40px 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--secondary);
  position: relative !important;
  padding-bottom: 10px;
  text-align: justify !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--secondary);
}

/* Enlaces */
.footer-links {
  display: grid;
  gap: 15px;
}

.footer-links a {
  display: block;
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
  text-align: justify;
}

.footer-links a:hover {
  color: var(--secondary);
  transform: translateX(5px);
}

.footer-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--secondary);
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-links a:hover::before {
  opacity: 1;
}

/* Contacto - Mapa */
.contact-section p {
  margin-bottom: 0 !important;
  text-align: left;
}

/* Redes sociales */
.social-section h3 {
  margin-bottom: 25px;
}

.social-section p {
  text-align: left;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  transform: translateY(-5px);
  background: var(--secondary);
  color: var(--dark);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Copyright */
.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 25px 5%;
  text-align: center;
}
.copyright-div {
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 5%;
}

.copyright {
  color: #aaa;
  font-size: 0.95rem;
  margin-top: 0 !important;
}

.brand {
  color: var(--secondary);
  font-weight: bold;
}

.contact-info {
  color: #bbb;
  line-height: 1.6;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .email-input,
  .subscribe-btn {
    width: 100%;
  }

  .demo-title h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 425px) {
  .copyright-div {
    flex-direction: column;
  }
}

/* ------------------ OBRADOR ------------------ */
section.index.magic-hero-position {
  padding-top: 80px;
  background-color: black;
}

.index__hero-image.magic-hero-image.deblur {
  opacity: 0.7;
}

.section--collection {
  padding-top: 0;
}

.product-item-container {
  border: 1px solid #ececec !important;
}

section.index .index__text-block--centered {
  transform: translate(-50%, calc(-50% + 65px)) !important;
}

.aa-myaccount-register .pt-50, .aa-myaccount-login .pt-50 {
  display: block!important;
}

.inside.fadein-left.fadein-active .pt-50 {
  display: none;
}

@media (max-width: 768px) {
  .section.section--collection.most-popular,
  .section.section--collection.most-popular .con-pad,
  .section.section--collection.most-popular .columns {
    padding-top: 0 !important;
  }

  .section.section--collection.most-popular .columns {
    margin-left: 0 !important;
  }

  .section.section--collection.most-popular h2 {
    margin: 30px auto !important;
  }

  .overview.section.section--product--white.scroll-section {
    padding: 35px 20px;
  }
}

@media (max-width: 425px) {
  .section.section--collection.most-popular .product.grid-item--single {
    width: 100% !important;
  }

  .section.section--collection.most-popular .product-item {
    padding-left: 0 !important;
  }

  .section.section--collection.most-popular .product-item-container {
    padding-bottom: 0 !important;
  }

  .overview.section.section--product--white.scroll-section {
    padding: 30px 15px;
  }

  .fadein-left.fadein-active h3 {
    text-align: center;
  }
  .fadein-left.fadein-active .col-xs-6 {
    width: 100%;
  }

}

@media (min-width: 1200px) {
  .col-lg-4 {
    width: 20%;
  }
}

.fadein-left.fadein-active h3 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial, Verdana, sans-serif;
}

.section--product--white.scroll-section h2 {
  font-family: "Montserrat", "Gotham SSm B", "GothamBook", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}