@font-face {
  font-family: 'Orgon';
  src: url("/static/fonts/orgon-regular.woff2") format("woff2"), url("/static/fonts/orgon-regular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Orgon';
  src: url("/static/fonts/orgon-medium.woff2") format("woff2"), url("/static/fonts/orgon-medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'Orgon';
  src: url("/static/fonts/orgon-bold.woff2") format("woff2"), url("/static/fonts/orgon-bold.woff") format("woff");
  font-weight: 700; }

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border: 0;
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  outline: 0; }

*:focus {
  outline: none; }

html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5rem; }

html {
  font-size: 0.9375rem; }

@media screen and (min-width: 20rem) {
  html {
    font-size: calc(0.9375rem + (15.25vw - 3.05rem)/50); } }

@media screen and (min-width: 70rem) {
  html {
    font-size: 1.09rem; } }

body {
  font-size: 1rem;
  font-weight: 400;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden; }

.site-container {
  position: relative;
  width: 100%;
  max-width: 1370px;
  height: auto;
  margin: 0 auto; }

h1 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 2.5rem; }

.h1 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 2.5rem; }

h2 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem; }

.h2 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem; }

h3 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 2rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.5rem; }

.h3 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 2rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem; }

.h4 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem; }

h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1.1rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem; }

.h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1.1rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #009cde;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none; }

a:hover {
  color: #00b4fe;
  outline: none; }

a:focus {
  color: #00b4fe;
  outline: none; }

::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 1; }

::placeholder {
  color: #b3b3b3;
  opacity: 1; }

:-ms-input-placeholder {
  color: #b3b3b3; }

::-ms-input-placeholder {
  color: #b3b3b3; }

.form-control__input::-ms-clear,
.form-control__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.form-control__input:not(output):-moz-ui-invalid {
  box-shadow: none; }

ol,
ul {
  margin-bottom: 2rem;
  padding-left: 20px; }

ol li + li,
ul li + li {
  margin-top: 1rem; }

ul.checkmark-list {
  list-style: none;
  padding: 0; }

ul.checkmark-list li {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 1.25rem; }

ul.checkmark-list li::before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  margin: auto;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAveSURBVHgB7V3dUhtHFj6nR/LmIuWoaiPv3nn8BFYgqdo7iycwBGdvDU9g8wSIJ4A8Afg2Gxb8BMh3W+XA4idAvtvETq2c2otN0HTnnJ4RFqK75380EvmqsLB6Rmj6dJ//cxqhpugctVqNUaOjGvgQAngAiPeVUj69thBUiy5pTd0yVIBDGhsAvYJSb8GDCxypN6PG6Px8bTiEGgKhJuAJF5fNVfTgEU1klybShwKhFJwjwjk9cT/Ay1dEkAHUADMlAE+6B82nIGGV/tuFatGnpz+YNTFmQoAv//F5Vwnchuon3QI8BgUvTp/8dAwVozICTKz25/RfH+qJAc1I7/Trdy+gIlRCgOWj9jOa+B7cFJx1RWWEKJUAEavZh4wrXtFEIMi+kvgWFA4EqkGjMRrw2L+m+DbvsE+IwKNRw1eoWkphBwU8JOHrI2IHsqF0QpRCAJoM35ONXfr41TT30YQPkXgx0KQHXtAvSnXU7C/wugBiVSE8wvQL4iAQlztlCOvCCbD8z/ZTmsk9SMhuxpOOSh3/8M37PlQAvTMRN1ISo5TdUBgBtB4PzW0MhWw8lOqDQFYDX87SSFo6bG/Qy3ZSQtB1e6NfaDdsFvOdCyFAyHKaJ5DkIWjiacXvVLXakyIlIQbEklaKYEm5CdA5anc8CTz5TpajBarCrVno2mmQghADEcDa67+/O4ccyEWAiN8fxF2HUu2QP2avrv4YE0hO9CJj0Q2EjTxyITMBIt1+z3UNr3opYO18Ld8qmRU6R3/1hQxO4naDArF1tv7jHmSAgAxIMvn0rb6V4vKLeZ18xvnafwb8DKDkt67ryFbZXTr8SzLl48a9KZGE7RDL2SIhm2lF1BWJWFIGdpSKAJHA/bdtnHV6IdVa3TScohBZ9kfgUDhIMH+RRjAnZkGhqglHtvGI368s6uQz+NkEPSM/q+0a6cEJzxUkRKIdoE152eSV75vGw8n3Vphnwi1AAuE8CH4h+ZfAWEu0A9jCBfvkD0NN53ZMPoOf1aNnpl9tE+w37jbjVVhIsAPYMKGL9q0fINVCsx0XIplwYr0ggVB27gDmZTT52/bPV7VzKVQJfnYFast6ATkl4+SBkwBe0OyBjc+Rnv/D+vse3HKcrZO6bbcTSHbe2XXdbyWA9okgPDWNsdANvMse/AENil307JqRWmVWZbvXKgOWD9sXYFn9gfAeLLrQjfh7uAAR+nG8/CuykaTdRhqcrr97YBow7oDII+ibxpjvL/rks6slEq4b+ocs/zhXw2tyuShyOlqGfdv9RgLYBC9vs0Xn+1poGvxc5O95FnevJI+vjRXR/dud/dYNC/oGAZyrH3Vmw8JiIrBkgg8xYHc7KmnTilri08bG9Js3COBa/VXmy8wCNPmODA4KoSbA6ZOfOcnLeC0KvLGLrhFg+fs/r8ItXf1Lh/esmXps7QeisQkJgcouC6Y1ous7ANGqdi7y6mehS8pFzzZOodTNNIqHNk4tu2DapX1FgNBiM+fxLPLqj4RuzzbOWl+WOLZCsC3Y7qQwviKAkM2u8YMWePVPCF2Lf18dZ9X6KJLGRDM66yaF8RUBUJmtXgTzVloEhNl7dhc78f0tyAjWiJSSxoVLwvjx+HdNAL0N0SyAyNu5kKs/FLpmlhu62PPHN4RCG+u6YkOaAC72s4jezuXv7626hC6FVQux9qO5M7Ohu54mviYAsZ+u6aJFZD/hbldWD2XkYi8socDKhkA84ldNAPJpPzRehKLWWWxpEYVWrSmUXEdWtKvFsYi7/I/gL2XLnx99+PUVLBAovsEr2zeN6bi2561BweA0e8uQz3JAcCmoaZRXQ1EZwHWAFrqW+AajrLh2mI6JA9NY49NGR9AfNhIAAd/CgoDNf6elK9VWmRl8UikjJ5HEFQUocz0uCY+5TSmcBAvdqEzKDA6tlpzFR76hgXkA/Qbx//umMeF51gy4eYJT6BLfP3vyLlNOZyooMwsiLuPTDkCzGR4EH2DOsXTUdlq6bGxBBeDiQjB+B3Vf8DYwDY6iasR5hfZwOsqlyNjarCq0Omo0Bqb3ycnZIjtAmXfAEOZWA+IkYlf6fI3ymZgAZk/gvKqgcUnEhIOq49qOndbKVKBRZzSCJk++bxoLPZyXmT2cZWChCMDGFgVCzIblVQZ3vXZ2qQRgNwf/QAVIEFbcqmM+ExPAuCLSFBkY7m0tH7ZPSAf/L//Q7/umnJiiUFZYsSg4FuFQ6PZeBSNyenUn3trw7t7ZhxJQZlixOHxiJwC5HIwEICedD1lhdHqp1ayVhC6UGVYsCo3RyDePqIEgY2BgGpIiV882I1F1el4O1jaNKsKKRYDb55gHxAfaAcrs9ZToQ9Y/KJUjX75ZCCsKK3ccQhfheV2ELvcuMr7PO4C+6cA0SJH7+5ARZ9+87ynuUGhG98vD9i7kQFS54wwr1imVhhtHGQfISyqEtE8U5IBEz1rERuzhuatowYWJsKJlW6t+3TK4uWuX6X3SgM4FNzW13OfnUR15+9MW27F+KfLRZ/n8uLBi4CXP4awCzpDv/0bnwhky++xPjyAHwvopa1A6cSnnGPFhxfrVKoet0m5iHPLVlrA1ZCZlbn954Hm8Iq2siHN0IAHicnnCsGIdK3eELd9Wc54wL0ha8tkdqy0p9KQoaWcLqPbjVNO4XJ4qwoqZgfDI8n6fX8Id0Ly0memtrMJyEmHRgsykmibJ5TmtIqyYAdHc+aaxAD3NdTQBtByw8GqJ6VpP2uAu5YSuvYjN2SahlFyeosCdGS0j/TG7FB8vVi9NlzIbKsKRxkTmMKBt3GQls9B1hRVr36PCyn7wYPzrFQGkGB1YPqblfdZ8DAUgprS/JSiYMiY2hxWdQleXy9a3G5er2HHMfhhXBHCxIXp/AwqCSzWl3dZhr+nSd+0NZ1hxDtokWHtsKHw5uWuvBWQcxWXdIoTxGC7VlL2m6IG1WnEe2iQ4S32nksSuESBkEWZBmaiFY0LEWck21DWsOA1nofvXP16TtYaQpNWT2U1qNCWBZkUULElzT13DipNIW+h+gwCRMDavMDKGigwtBmK06fCaXv/TMw4rJkXaQvcbBNDFZXb24Iu7jcKMHv5bEi9XXH05dctj7so1Bz0qomJv3zRmK/VFsH5Y+8LWlC5ta8Yk4EZ4HgSPyQEVeg4pWlRlS/u8iGLTF6YxnQRsaVdjJUBMP7TEXQFvA+K6Srp6x1nzgsKVZxWSqV3JiwyXu4Rw4IrOOROzoowCqyu5jCyHeYPLXRJmZXhOdfuPtpU5UHrbSgYJjwOnliLw6Kvv2h24ZWBfVdRH2gxylyRJDEiUGxrjSm5JD46KzPepOyZS4I02URp3SSICaH09LOexturloMlt2AlhB3l33Vkad0msDJhETGtGxhBvefv6QECqQytSpafr1owArrSPFgulpaN7C6eiTrSytJ8dAHIzbYwi1Q4YY+nw8+cIuBvzwYWetzUrJD0fLeupIZkIwEhCBCjwvK1ZIDoxxFryNEaeI1syE4ARZyOMQVu3d7b2U2r//6wQrvo7z2hie3HXMtt5vf7zAWRELgIwWDAHtEowZpXADM7qzQId8whzkHzXddHBFSt549K5CcBIet5WhFoSIs0p30Ue2VIIARjRkbE9CnrG9liOMHNCaFYjm6s0CZwB2E10E1m4bGQVFRYtjABjpD2dFEILu8/NASs+znY1SvRNFOFjluOB3MrD700onAAMHVwJgh6kzy0dALf4Uvgy8H4r+EDnO12axm6aSf8Idcye4TLi0aUQYIwMu+EaOO8TEQdKyjeI4hyVHPKR5v+n1ThNnL9Fvig+0lwq9EmQ+lzlowC7FE/2IQOY13M2X5k7s1QCjJGXEFUjOhFwp4qM60oIMEbdCaETAATsBXD5oqrco0oJMIZuk687tReTeZ0bMzzleyYEGCOyH7qo1FMiSBeqBJ9p7+FxlavdhJkSYBIfiQFdbiRrK2zLCs1eQPZVIF5xQUpd0htrQ4BpsOrIPU1VAx9CAA9Iq7lPs9hSYYu1Fk6pkioMFg1pZQ919b/Ct+DBBY7UG64ErWs+6e/pBCAmeLuKmAAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px; }

ul.checkmark-list ul {
  list-style: none;
  padding-left: 15px; }

ul.checkmark-list ul li {
  padding-left: 40px;
  margin-bottom: 0.5rem; }

ul.checkmark-list ul li::before {
  display: none; }

.body--no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.body--lock {
  position: fixed;
  left: 0;
  right: 0; }

@media (max-width: 37.437em) {
  .mobile-hidden {
    display: none !important; } }

@media (min-width: 37.437em) and (max-width: 56.187em) {
  .mobile-hidden {
    display: none !important; } }

@media (min-width: 56.25em) {
  .desktop-hidden {
    display: none !important; } }
.icon {
  display: inline-block;
  vertical-align: middle;
  color: currentColor; }

.price {
  white-space: nowrap; }

.logo {
  display: block; }

.logo__img {
  width: 100%;
  height: auto; }

.iframe--center {
  text-align: center; }

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

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

.google-maps {
  width: 100%;
  height: 100%; }

.google-maps__map {
  width: 100%;
  height: 100%; }

.google-maps__map [title="Toggle fullscreen view"],
.google-maps__map .gm-style-mtc {
  display: none; }

.google-maps__loader {
  height: 100%; }

.image {
  position: relative; }

.image__background-image {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; }

.discount-bar {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  background-color: rgba(254, 80, 0, 0.1);
  text-align: center;
  border-radius: 4px; }

.discount-bar__title {
  color: #fe5000;
  font-weight: 700;
  white-space: nowrap; }

.list {
  list-style: none;
  padding: 0;
  margin: 0; }

.list__item {
  margin-bottom: 1.15rem; }

.list--checkmarks .list__item {
  position: relative;
  padding-left: 40px; }

.list .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  color: #27ae60; }

.is--solaris .list .checkmark {
  color: #fe5000; }

.blog-meta {
  font-size: 0.75rem;
  color: #bdbdbd; }

.blog-meta__date, .blog-meta__minutes {
  padding-right: 5px; }

.blog-meta__minutes {
  font-weight: 700; }

.expandable {
  width: 100%;
  height: auto; }

.expandable__body {
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 400ms cubic-bezier(0, 1, 0, 1);
  transition: max-height 400ms cubic-bezier(0, 1, 0, 1);
  will-change: max-height; }

.expandable._is_expanded .expandable__body {
  max-height: 2000px !important;
  overflow-y: visible;
  -webkit-transition: max-height 600ms ease-in-out;
  transition: max-height 600ms ease-in-out; }

.expandable__button-toggle {
  margin: 20px 0; }

.expandable__toggle {
  display: block;
  max-width: 50%; }

.is--solaris .expandable__toggle {
  color: #fe5000; }

.is--solaris .expandable__toggle:hover {
  color: #ff6800; }

.is--solaris .expandable__toggle:focus {
  color: #ff6800; }

.quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.quantity-selector__amount {
  width: 30px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

@media (min-width: 37.5em) {
  .quantity-selector__amount {
    width: 65px; } }

.loader-screen {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  z-index: 600; }

.loader-screen .loader {
  margin: 10px auto 30px; }

.loader-screen__text {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #333333; }

.alert {
  width: 100%;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 3px; }

.alert--info {
  background-color: rgba(0, 156, 222, 0.1);
  color: #002f72; }

.alert--error {
  background-color: rgba(194, 0, 0, 0.1); }

.alert--success {
  background-color: rgba(51, 173, 21, 0.1); }

.alert__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700; }

.alert--info .alert__title {
  color: #009cde; }

.alert--error .alert__title {
  color: #c20000; }

.alert--success .alert__title {
  color: #33ad15; }

.alert__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.alert__container .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px; }

.alert__text {
  margin-bottom: 0; }

.alert__text + .alert__text {
  margin-top: 0.5rem; }

.banner {
  position: relative;
  width: 100%; }

.banner .site-container {
  margin-bottom: 30px; }

@media (min-width: 56.25em) {
  .banner .site-container {
    margin-top: 30px; } }

.banner__picture {
  display: block; }

.banner__image {
  width: 100%;
  height: auto; }

.banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.banner-carousel {
  width: 100%; }

@media (min-width: 56.25em) {
  .banner-carousel--has-widget {
    margin-bottom: 30px; } }

.banner-carousel .carousel__pagination {
  position: absolute;
  bottom: 20px; }

.banner-carousel .carousel__pagination-indicator {
  border-color: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

.banner-carousel .carousel__pagination-indicator._is_active {
  background-color: white; }

.banner-carousel .carousel__pagination-indicator._is_active::after {
  border-color: white; }

.cart-button {
  display: block;
  position: relative; }

.cart-button__counter {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -15px;
  right: -26px;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid white;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
  background-color: #eb3a2c;
  color: #ffffff;
  text-align: center; }

.color-checkbox {
  position: relative;
  padding: 8px;
  outline: none;
  border: none; }

.color-checkbox__input {
  display: none; }

.color-checkbox, .color-checkbox__label {
  display: block;
  cursor: pointer;
  margin: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  min-height: 10px;
  min-width: 10px; }

.color-checkbox__label::before {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  border: 1px solid #e0e0e0;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out; }

.color-checkbox__label:hover::before, .color-checkbox__label:focus::before {
  border: 2px solid #e0e0e0; }

.color-checkbox__input:checked + .color-checkbox__label::before {
  border: 2px solid #009cde; }

.color-checkbox._is_active .color-checkbox__label::before {
  border: 2px solid #009cde; }

.is--solaris .color-checkbox__input:checked + .color-checkbox__label::before {
  border: 2px solid #fe5000; }

.is--solaris .color-checkbox._is_active .color-checkbox__label::before {
  border: 2px solid #fe5000; }

.loader {
  border-radius: 80%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  -webkit-animation: spin 0.675s linear 0s infinite normal;
  animation: spin 0.675s linear 0s infinite normal;
  background-color: transparent; }

.loader::before, .loader::after {
  content: "";
  display: block;
  position: absolute; }

.loader::before {
  border-radius: 0 90px 90px 0;
  height: 40px;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #009cde;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#009cde));
  background-image: linear-gradient(white, #009cde); }

.loader::after {
  border-radius: 90px;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: white; }

.is--solaris .loader::before {
  background: #fe5000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#fe5000));
  background-image: linear-gradient(white, #fe5000); }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.blog-intro {
  width: 100%;
  max-width: 715px;
  margin: 0 auto 25px;
  padding: 0 25px; }

@media (min-width: 56.25em) {
  .blog-intro {
    padding: 0;
    margin-bottom: 55px; } }

.blog-intro__summary {
  margin-bottom: 15px;
  font-size: 1.3125rem;
  line-height: 1.45;
  color: #828282; }

@media (min-width: 56.25em) {
  .blog-intro__summary {
    font-size: 1.625rem; } }

.blog-intro .blog-meta {
  font-size: 1rem; }

.promotion-banners {
  width: 100%; }

@media (min-width: 56.25em) {
  .promotion-banners {
    margin-bottom: 30px; } }

@media (min-width: 56.25em) {
  .promotion-banners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 20px; } }

@media (min-width: 75em) {
  .promotion-banners__container {
    padding: 0; } }

.color-picker__color-checkbox {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 22px;
  margin-bottom: 22px; }

.color-picker__title-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.color-picker__title-bar .color-checkbox {
  width: 44px;
  height: 44px;
  margin-right: 1rem; }

.color-picker__title-text {
  font-weight: 500; }

.color-picker__accordion .accordion__title-bar, .color-picker__accordion .accordion__body-inner {
  padding-left: 0; }

.color-picker__color-checkbox.lens--polarized {
  position: relative; }

.color-picker__color-checkbox.lens--polarized::after {
  content: "P";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fe5000;
  border-radius: 50%;
  font-size: 8px;
  color: white;
  font-weight: bold;
  text-align: center;
  top: 0;
  right: 0; }

.accordion {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.accordion + .accordion {
  border-top: none; }

.accordion__section:not(:last-child) {
  border-bottom: 1px solid #e0e0e0; }

.accordion__title-bar, .accordion__body-inner {
  padding: 1rem; }

.accordion__title-bar {
  width: 100%;
  min-height: 4.75rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.accordion__title-bar, .accordion__title-bar:hover, .accordion__title-bar:focus {
  border: none;
  outline: none; }

.accordion__title-bar--disabled {
  cursor: default; }

.accordion__title {
  margin: 0; }

.accordion__title-bar-icon {
  pointer-events: none;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #009cde; }

.is--solaris .accordion__title-bar-icon {
  color: #fe5000; }

.accordion__title-bar:hover .accordion__title-bar-icon {
  color: #00b4fe; }

.accordion__title-bar:hover .accordion__title-bar-icon {
  color: #00b4fe; }

.is--solaris .accordion__title-bar:hover .accordion__title-bar-icon {
  color: #ff6800; }

.is--solaris .accordion__title-bar:hover .accordion__title-bar-icon {
  color: #ff6800; }

.accordion__title-bar-icon svg.icon {
  height: 35px;
  width: 35px; }

.accordion__body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  will-change: max-height; }

.accordion__section_is_active .accordion__body {
  max-height: 1000px;
  opacity: 1; }

.dropdown-doublecolumn {
  position: absolute;
  background-color: white;
  top: 0;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 80%;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-height: 370px;
  overflow-y: scroll;
  color: currentColor; }

.dropdown-doublecolumn._is_hidden {
  display: none; }

.dropdown-doublecolumn__list {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0; }

.dropdown-doublecolumn__list-item {
  text-align: center; }

.dropdown-doublecolumn__list-item--value {
  text-align: center;
  margin: 0.2rem 0;
  padding: 0.3rem 0; }

.dropdown-doublecolumn__list-item--value:hover {
  border-radius: 40px;
  background-color: #f2f2f2; }

.dropdown-doublecolumn__list-item.dropdown-doublecolumn__list-item--icon {
  margin: 0 0 1rem; }

.dropdown-doublecolumn__list-item.dropdown-doublecolumn__list-item--icon .icon {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  right: 0; }

.checkbox__input {
  display: none; }

.checkbox__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #333333;
  cursor: pointer;
  margin: 0;
  padding: 8px 0 8px 34px; }

.checkbox__label::before {
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  position: absolute;
  border-radius: 4px;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  top: calc(50% - 12px);
  border: 1px solid #b3b3b3;
  background-color: white; }

.checkbox__label-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox__label .icon--checkmark {
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: calc(50% - 12px);
  margin-top: -2px;
  background-color: #009cde;
  color: white; }

.is--solaris .checkbox__label .icon--checkmark {
  background-color: #fe5000; }

.checkbox__label .icon {
  margin: 0 8px 0 0; }

.checkbox__input:checked + .checkbox__label::before {
  -webkit-transform: scale(0);
  transform: scale(0); }

.checkbox__input:checked + .checkbox__label .icon--checkmark {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 4px; }

.checkbox__input:disabled + .checkbox__label {
  cursor: not-allowed;
  color: #b3b3b3; }

.checkbox__input:disabled + .checkbox__label .icon--checkbox {
  color: #b3b3b3; }

.promotion-banners-item {
  display: block;
  position: relative; }

@media (min-width: 56.25em) {
  .promotion-banners-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px); } }

.promotion-banners-item + .promotion-banners-item {
  margin-top: 10px;
  width: 100%; }

@media (min-width: 56.25em) {
  .promotion-banners-item + .promotion-banners-item {
    margin-top: 0;
    margin-left: 20px; } }

.promotion-banners-item__image {
  display: block;
  width: 100%; }

.promotion-banners-item__image img {
  width: 100%;
  height: auto; }

.promotion-banners-item .button {
  display: none; }

@media (min-width: 56.25em) {
  .promotion-banners-item .button {
    display: inline-block;
    min-width: 250px;
    position: absolute;
    left: 30px;
    bottom: 30px; } }

.icon-list {
  margin: 20px 0; }

.icon-list__title {
  color: #333333;
  text-align: center; }

.icon-list__items {
  color: #009cde;
  list-style: none;
  display: block; }

.icon-list__items .icon-list-item {
  padding: 0 20px 25px;
  text-align: center; }

.icon-list__items .icon-list-item__text {
  font-weight: 500;
  vertical-align: middle; }

.icon-list__items .icon-list-item__link {
  font-weight: 500; }

.icon-list__items .icon-list-item .icon {
  margin-right: 10px; }

.icon-list__items--solaris {
  color: #fe5000; }

.icon-list__items--solaris .icon-list-item__link {
  color: #fe5000; }

@media (min-width: 37.5em) {
  .icon-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .icon-list__items .icon {
    width: 100%; } }

@media (min-width: 56.25em) {
  .icon-list__items .icon {
    width: auto; } }

.category-links__content {
  margin: 40px 0; }

@media (min-width: 37.5em) {
  .category-links__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0; } }

.category-links-item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  cursor: pointer; }

.category-links-item:last-child {
  border-right: none; }

@media (min-width: 56.25em) {
  .category-links-item {
    max-width: 320px; } }

.category-links-item__link {
  width: 100%;
  display: inline-block;
  text-decoration: none; }

.category-links-item__link:hover, .category-links-item__link:focus {
  text-decoration: underline; }

.category-links-item__image {
  display: block;
  margin: 0 auto;
  max-width: 50%; }

.category-links-item__title {
  display: block;
  color: #009cde;
  font-weight: bold;
  padding: 1rem;
  text-align: center; }

.category-links-item:hover .category-links-item__title, .category-links-item:focus .category-links-item__title {
  text-decoration: underline; }

.category-links-item:active .category-links-item__title {
  text-decoration: none;
  opacity: 0.8; }

.icon-button {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
  color: #009cde;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background, color, fill;
  transition-property: background, color, fill; }

@media (min-width: 56.25em) {
  .icon-button {
    width: 40px;
    height: 40px; } }

.icon-button:hover {
  background: #d5ebf8;
  outline: none; }

.icon-button:focus {
  background: #d5ebf8;
  outline: none; }

.icon-button:disabled {
  cursor: default;
  color: #bdbdbd;
  background: #f2f2f2;
  pointer-events: none; }

.icon-button[disabled] {
  cursor: default;
  color: #bdbdbd;
  background: #f2f2f2;
  pointer-events: none; }

.icon-button .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: fill 200ms ease-in-out;
  transition: fill 200ms ease-in-out; }

.blog-related-articles {
  padding: 0 20px;
  margin-bottom: 10px; }

@media (min-width: 56.25em) {
  .blog-related-articles {
    margin-bottom: 70px; } }

.blog-related-articles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 56.25em) {
  .blog-related-articles__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1075px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.blog-related-articles__title {
  margin: 0;
  padding: 40px 0 30px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center; }

@media (min-width: 56.25em) {
  .blog-related-articles__title {
    font-size: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 75px 0 65px 0; } }

.highlighted-content {
  padding: 0 20px;
  margin: 10px 0; }

@media (min-width: 56.25em) {
  .highlighted-content {
    margin: 70px 0; } }

.highlighted-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 56.25em) {
  .highlighted-content__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1075px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.highlighted-content__title {
  margin: 0;
  padding: 40px 0 30px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center; }

@media (min-width: 56.25em) {
  .highlighted-content__title {
    font-size: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 75px 0 65px 0; } }

@media (min-width: 37.5em) {
  .exclusive-brands {
    margin: 0 auto;
    max-width: 1370px;
    padding: 0 15px; } }

.exclusive-brands__brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  margin: 0 auto;
  max-width: 1370px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1305px) {
  .exclusive-brands__brand-list {
    max-width: 645px;
    margin: 0; } }

@media (min-width: 37.5em) {
  .exclusive-brands__brand-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.exclusive-brands__brand-item {
  margin: 30px 0 0 0;
  list-style: none;
  position: relative;
  height: 105px;
  width: 205px;
  border-bottom: 2px solid #f2f2f2; }

.exclusive-brands__brand-item:hover {
  border-bottom: 2px solid #009cde; }

@media (min-width: 37.5em) {
  .exclusive-brands__brand-item {
    margin: 40px 10px 0 0; } }

.exclusive-brands__brand-link {
  position: absolute;
  width: 100%;
  height: 100%; }

.exclusive-brands__brand-image {
  height: 100%;
  width: 100%; }

.blog-card {
  color: transparent;
  /* to counteract standard blue border color in transition */
  overflow: hidden;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration: none; }

.blog-card:hover, .blog-card:focus {
  cursor: pointer;
  text-decoration: none; }

@media (min-width: 37.5em) {
  .blog-card {
    min-height: 430px;
    -webkit-box-shadow: 0 0 40px 0 transparent;
    box-shadow: 0 0 40px 0 transparent; }
  .blog-card:hover, .blog-card:focus {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
    z-index: 1; } }

.blog-card__content {
  margin: 20px; }

@media (min-width: 75em) {
  .blog-card__content {
    margin: 40px; } }

.blog-card__image {
  position: relative;
  width: 100%;
  height: 125px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.blog-card__title {
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 15px; }

.blog-card__intro {
  font-size: 1.3rem;
  font-weight: 500;
  color: #828282;
  line-height: 1.2;
  margin-bottom: 10px; }

.blog-card__paragraph {
  font-size: 1rem;
  font-weight: 400;
  color: #333333; }

.blog-card__details {
  font-size: 0.75rem;
  margin-top: 30px;
  color: #bdbdbd; }

.blog-card__details span {
  padding-right: 5px; }

.brand-list {
  width: 100%;
  margin: 2rem 0 1rem; }

@media (min-width: 37.5em) {
  .brand-list {
    margin: 2.5rem 0 4rem;
    padding: 0 15px; } }

.brand-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 20px 25px;
  margin: 0 auto; }

@media (min-width: 37.5em) {
  .brand-list__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1370px;
    padding: 0;
    margin: 2rem auto; } }

.brand-list__items li + li {
  margin-top: 0; }

.brand-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

@media (min-width: 37.5em) {
  .brand-list__item {
    width: 25%; } }

.brand-list__item-title {
  position: relative;
  margin-top: 1rem; }

.brand-list__item-title::before {
  position: absolute;
  top: 0.7rem;
  left: 20px;
  height: 2px;
  width: calc(100% - 40px);
  border-top: 1px solid #e6e6e6;
  content: ""; }

.brand-list__item-title-empty {
  display: none; }

@media (min-width: 37.5em) {
  .brand-list__item-title-empty {
    display: block;
    height: 1.15rem; }
  .brand-list__item-title-empty::before {
    left: 0px;
    width: calc(100% - 20px); } }

.brand-list__item-link {
  display: block;
  position: relative; }

.blog-detail-header {
  position: relative;
  background-size: cover;
  height: 33vw;
  min-height: 300px;
  background-position: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  margin-bottom: 2.5rem; }

.blog-detail-header::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  opacity: 0.5;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.blog-detail-header__title {
  display: block;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 2.625rem;
  line-height: 1.2;
  overflow: hidden; }

@media (min-width: 56.25em) {
  .blog-detail-header__title {
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 4rem;
    padding: 0; } }

.blog-detail-header__link {
  display: none; }

@media (min-width: 56.25em) {
  .blog-detail-header__link {
    height: 55px;
    width: 55px;
    display: block;
    margin: 0 auto 40px;
    padding: 10px;
    overflow: hidden;
    border: 2px solid white;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .blog-detail-header__link .icon {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2px; }
  .blog-detail-header__link:hover {
    background: #ffffff; }
  .blog-detail-header__link:hover .icon {
    stroke: #333333; } }

.blog-hero {
  position: relative;
  height: 33vw;
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1; }

.blog-hero::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  opacity: 0.35;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

@media (min-width: 56.25em) {
  .blog-hero {
    min-height: 550px; } }

.blog-hero .site-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 300; }

@media (min-width: 56.25em) {
  .blog-hero .site-container {
    left: 150px;
    bottom: 70px; } }

.blog-hero__content {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #ffffff; }

@media (min-width: 37.5em) {
  .blog-hero__content {
    text-align: left; } }

.blog-hero__title {
  margin-bottom: 0;
  font-size: 1.75rem; }

@media (min-width: 56.25em) {
  .blog-hero__title {
    max-width: 80%;
    margin-bottom: 10px;
    line-height: 1.15;
    font-size: 4rem; } }

.blog-hero__intro {
  margin-bottom: 1rem;
  font-size: 1.3rem; }

@media (min-width: 56.25em) {
  .blog-hero__intro {
    margin-bottom: 2.25rem;
    max-width: 65%;
    font-size: 1.75rem;
    line-height: 1.3; } }

.blog-hero__button {
  min-width: 260px; }

.feature-group {
  width: 100%; }

.feature-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0; }

@media (min-width: 56.25em) {
  .feature-group__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.feature-group-item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
  height: 160px;
  display: inline-block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0; }

@media (min-width: 56.25em) {
  .feature-group-item {
    width: 25%; } }

.feature-group-item__imagebox {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.feature-group-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
  margin: 16px 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.feature-group-item__box:hover {
  text-decoration: inherit;
  color: inherit; }

.feature-group-item__box:active, .feature-group-item__box:focus {
  text-decoration: inherit;
  color: inherit;
  outline: #9ecaed auto 2px;
  outline: -webkit-focus-ring-color auto 5px; }

@media (min-width: 75em) {
  .feature-group-item__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 48px 32px; } }

.feature-group-item__title {
  margin-top: 10px;
  height: 30px;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 75em) {
  .feature-group-item__title {
    margin-top: 0;
    margin-left: 24px;
    height: 64px;
    line-height: normal;
    font-size: 18px;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.modal {
  color: #333333;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible; }

@media (min-width: 56.25em) {
  .modal--checkout-shipping .modal__body {
    height: calc(100% - 40px); } }

.modal__backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4); }

.modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 20px 0;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 200;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 56.25em) {
  .modal__body {
    max-width: 90vw;
    width: auto;
    height: auto; } }

.modal__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 5rem 0 1rem;
  margin-bottom: 1.5rem; }

.modal__close {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  color: #333333;
  background-color: white;
  z-index: 300;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear; }

@media (min-width: 56.25em) {
  .modal__close {
    top: 10px; } }

.modal__close:hover {
  background-color: white;
  color: #009cde; }

.modal__close:focus {
  background-color: white;
  color: #009cde; }

.dropdown {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: currentColor;
  height: 50px;
  width: 100%;
  border-radius: 1000px;
  border: 1px solid #e6e6e6;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.dropdown + .dropdown {
  margin-top: 20px; }

.dropdown:hover {
  border-color: #009cde; }

.dropdown:focus-within .dropdown__label {
  color: #009cde;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.dropdown:focus-within .dropdown__select {
  color: #333333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.dropdown__label {
  margin: 0 0 0 27px;
  font-weight: 500;
  pointer-events: none; }

.dropdown__label--disabled {
  color: #b3b3b3; }

.dropdown__placeholder {
  color: #b3b3b3;
  margin-left: 40px; }

.dropdown__placeholder--value_selected {
  color: #333333; }

.dropdown__select {
  cursor: inherit;
  -webkit-appearance: none;
  background: transparent;
  overflow: hidden;
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 12px 0 12px 140px;
  font-size: 16px;
  font-weight: 600;
  -moz-appearance: none;
  color: #b3b3b3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.dropdown__select._is_valid {
  color: #333333; }

.dropdown__select._is_hidden {
  display: none; }

.dropdown__select::-ms-expand {
  display: none; }

.dropdown__option {
  color: #b3b3b3; }

.dropdown__option._is_hidden {
  display: none; }

.dropdown__label + .dropdown__select {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.dropdown .icon {
  pointer-events: none;
  color: #009cde;
  position: absolute;
  top: 13px;
  right: 16px; }

.dropdown--disabled, .dropdown--disabled-single {
  cursor: not-allowed; }

.dropdown--disabled:hover {
  border-color: #e6e6e6; }

.dropdown--disabled-single:hover {
  border-color: #e6e6e6; }

.dropdown--disabled .icon {
  color: #b3b3b3; }

.dropdown--disabled-single .icon {
  color: #b3b3b3; }

.dropdown--disabled:not(.dropdown--disabled-single, .dropdown--disabled-single-single) {
  color: #b3b3b3; }

.dropdown--disabled-single:not(.dropdown--disabled-single, .dropdown--disabled-single-single) {
  color: #b3b3b3; }

.dropdown--disabled ._is_valid {
  color: #b3b3b3; }

.dropdown--disabled-single ._is_valid {
  color: #b3b3b3; }

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  padding: 0.8rem 1.8rem;
  border-radius: 2px;
  color: white;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

.button:hover, .button:focus {
  outline: none;
  text-decoration: none; }

.button--primary {
  background-color: #009cde; }

.is--solaris .button--primary {
  background-color: #fe5000; }

.button--primary:disabled {
  background-color: #b3b3b3;
  color: #292929;
  pointer-events: none; }

.button--primary:hover {
  background-color: #00b4fe;
  color: white; }

.button--primary:focus {
  background-color: #00b4fe;
  color: white; }

.is--solaris .button--primary:hover {
  background-color: #ff6800;
  color: white; }

.is--solaris .button--primary:focus {
  background-color: #ff6800;
  color: white; }

.button--primary.button--outline {
  background-color: transparent;
  color: #009cde;
  border: 2px solid #009cde; }

.is--solaris .button--primary.button--outline {
  border-color: #fe5000;
  color: #fe5000; }

.button--primary.button--outline:hover {
  background-color: transparent;
  border-color: #00b4fe;
  color: #00b4fe; }

.button--primary.button--outline:focus {
  background-color: transparent;
  border-color: #00b4fe;
  color: #00b4fe; }

.is--solaris .button--primary.button--outline:hover {
  border-color: #ff6800;
  color: #ff6800; }

.is--solaris .button--primary.button--outline:focus {
  border-color: #ff6800;
  color: #ff6800; }

.button--secondary {
  background-color: #002f72; }

.button--secondary:hover {
  background-color: #0054cd;
  color: white; }

.button--secondary:focus {
  background-color: #0054cd;
  color: white; }

.button--secondary.button--outline {
  background-color: transparent;
  color: #002f72;
  border: 2px solid #002f72; }

.button--secondary.button--outline:hover {
  background-color: transparent;
  border-color: #0054cd;
  color: #0054cd; }

.button--secondary.button--outline:focus {
  background-color: transparent;
  border-color: #0054cd;
  color: #0054cd; }

.button--tertiary {
  background-color: transparent;
  color: #009cde; }

.button--tertiary:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #009cde; }

.button--tertiary:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #009cde; }

.button--tertiary.button--outline {
  background-color: transparent;
  color: white;
  border: 2px solid white; }

.button--tertiary.button--outline:hover {
  background-color: white;
  color: #333333; }

.button--tertiary.button--outline:focus {
  background-color: white;
  color: #333333; }

.button:disabled {
  background-color: #b3b3b3;
  color: #292929;
  pointer-events: none; }

.button__icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px; }

.button__icon + .button__text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 2px; }

.button__text {
  font-size: 1rem; }

.content-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 330px; }

@media (min-width: 37.5em) {
  .content-banner {
    height: 430px; } }

@media (min-width: 56.25em) {
  .content-banner {
    height: 500px; } }

@media (min-width: 75em) {
  .content-banner {
    height: 600px; } }

.content-banner .site-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 56.25em) {
  .content-banner .site-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.content-banner__body {
  padding: 0 15px 70px 15px;
  text-align: center; }

@media (min-width: 56.25em) {
  .content-banner__body {
    max-width: 550px;
    padding: 0;
    text-align: left; } }

.content-banner__title {
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 1.625rem;
  color: white; }

@media (min-width: 56.25em) {
  .content-banner__title {
    margin-bottom: 15px;
    font-size: 3.5rem; } }

.content-banner__text {
  margin-bottom: 20px;
  font-size: 1.15rem;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  color: white; }

@media (min-width: 56.25em) {
  .content-banner__text {
    margin-bottom: 35px;
    font-size: 1.625rem; } }

.content-banner__button {
  display: block;
  width: 100%; }

@media (min-width: 56.25em) {
  .content-banner__button {
    max-width: 250px; } }

.content-banner__button + .content-banner__button {
  margin-top: 10px; }

.certificates {
  width: 100%; }

.certificates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 60px 0 30px 0;
  padding: 0;
  list-style: none; }

@media (min-width: 56.25em) {
  .certificates__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 75em) {
  .certificates__list {
    margin: 90px 0; } }

.certificates-item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
  margin-bottom: 30px; }

@media (min-width: 56.25em) {
  .certificates-item {
    width: 25%; } }

@media (min-width: 75em) {
  .certificates-item {
    margin-bottom: 0; }
  .certificates-item:last-child {
    width: 10%; }
  .certificates-item:last-child .certificates-item__image {
    margin: auto; } }

.certificates-item__image {
  width: 110px;
  height: 110px; }

@media (min-width: 56.25em) {
  .certificates-item__image {
    width: 150px;
    height: 150px; } }

.certificates-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  background-color: white; }

.certificates-item__link:hover, .certificates-item__link:focus {
  text-decoration: none; }

@media (min-width: 75em) {
  .certificates-item__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.certificates-item__content {
  display: none; }

@media (min-width: 75em) {
  .certificates-item__content {
    display: block;
    max-width: 45%;
    margin-left: 20px;
    color: #002f72; } }

.certificates-item__title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 5px; }

.certificates-item__description {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0; }

.carousel {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  max-width: 100%; }

@media (min-width: 75em) {
  .carousel {
    overflow: hidden;
    max-height: 34vw; } }

.carousel__inner {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.carousel .react-swipeable-view-container {
  height: 100%;
  width: 100%; }

.carousel__item {
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 100%;
  overflow-x: hidden; }

.carousel__navigation-chevron {
  height: 50px;
  position: absolute;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer; }

.carousel__navigation-chevron:hover, .carousel__navigation-chevron:focus {
  outline: 0;
  opacity: 0.8; }

.carousel__navigation-chevron--left {
  left: 0; }

.carousel__navigation-chevron--right {
  right: 0; }

.carousel__navigation-chevron.disabled {
  opacity: 0.25; }

.carousel__navigation-chevron.inversed {
  color: white; }

.carousel__pagination {
  width: 100%;
  height: 2.5em;
  padding-top: 4px;
  margin-top: 16px; }

.carousel__pagination-indicator {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #009cde;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  cursor: pointer; }

.is--solaris .carousel__pagination-indicator {
  border-color: #fe5000; }

.carousel__pagination-indicator::after {
  content: "";
  display: block;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

.carousel__pagination-indicator:not(:last-child) {
  margin-right: 8px; }

.carousel__pagination-indicator._is_active {
  background-color: #009cde;
  border: 1px solid transparent; }

.is--solaris .carousel__pagination-indicator._is_active {
  background-color: #fe5000; }

.carousel__pagination-indicator._is_active::after {
  border: 1px solid #009cde;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.is--solaris .carousel__pagination-indicator._is_active::after {
  border-color: #fe5000; }

.blog-list {
  max-width: 1370px;
  margin: 0 auto; }

.blog-list__title {
  display: block;
  width: 100%;
  font-size: 1.75rem;
  color: #333333;
  margin-bottom: 0;
  margin-top: 3rem;
  padding-left: 30px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 37.5em) {
  .blog-list__title {
    font-size: 2.25rem; } }

.blog-list__wrapper {
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.blog-list__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  margin-left: -1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  border: 2px solid white;
  pointer-events: none; }

.blog-list__show-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 80px;
  padding: 0 20px; }

.blog-list__button {
  width: 100%; }

@media (min-width: 37.5em) {
  .blog-list__button {
    max-width: 220px; } }

.blog-list__message {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  padding: 0 2rem 2rem; }

.blog-list .blog-card {
  position: relative;
  margin-bottom: -1px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% + 1px);
  flex-basis: calc(100% + 1px); }

.blog-list .blog-card::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e6e6e6;
  -webkit-transition: border-color 100ms ease-in-out;
  transition: border-color 100ms ease-in-out; }

@media (min-width: 37.5em) {
  .blog-list .blog-card:hover::after, .blog-list .blog-card:focus::after {
    border: none; } }

@media (min-width: 37.5em) {
  .blog-list .blog-card {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% + 1px);
    flex-basis: calc(50% + 1px);
    margin-left: -1px; } }

@media (min-width: 56.25em) {
  .blog-list .blog-card {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.33333% + 1px);
    flex-basis: calc(33.33333% + 1px); } }

.multiple-selection-group-item {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 75em) {
  .multiple-selection-group-item {
    padding: 0 15px; } }

.multiple-selection-group-item .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  width: 100%; }

.multiple-selection-group-item .checkbox__label {
  width: 100%; }

.multiple-selection-group-item .checkbox__label::before,
.multiple-selection-group-item .checkbox__label .icon--checkmark {
  top: calc(50% - 12px); }

.multiple-selection-group-item .checkbox__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.multiple-selection-group-item + .multiple-selection-group-item {
  border-top: 0; }

.multiple-selection-group-item--disabled {
  color: #e6e6e6;
  cursor: not-allowed; }

.multiple-selection-group-item--disabled::before {
  border: 1px solid #e6e6e6; }

.multiple-selection-group-item--disabled::after {
  background: #e6e6e6; }

.multiple-selection-group-item--disabled:hover, .multiple-selection-group-item--disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.multiple-selection-group-item--disabled .multiple-selection-group-item__aside {
  color: #e6e6e6; }

.multiple-selection-group-item__title {
  display: block;
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-weight: 700; }

@media (min-width: 75em) {
  .multiple-selection-group-item__title + .multiple-selection-group-item__text {
    margin-top: 5px; } }

.multiple-selection-group-item__text {
  display: none; }

@media (min-width: 75em) {
  .multiple-selection-group-item__text {
    display: block;
    color: inherit; } }

.multiple-selection-group-item__main {
  padding: 0 0 0 20px; }

.multiple-selection-group-item__aside {
  margin-left: auto;
  white-space: nowrap;
  color: #009cde;
  font-size: 1.75rem;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 700; }

.multiple-selection-group--plain .multiple-selection-group-item {
  border-top: none;
  border-bottom: none;
  padding: 1rem 0;
  height: auto; }

.multiple-selection-group--plain .multiple-selection-group-item .checkbox {
  min-height: auto; }

.multiple-selection-group--plain .multiple-selection-group-item .checkbox__label {
  height: auto; }

.multiple-selection-group--plain .multiple-selection-group-item__label {
  padding: 0 0 0 45px; }

@media (min-width: 75em) {
  .multiple-selection-group--plain .multiple-selection-group-item__label {
    padding: 0 0 0 35px; } }

.multiple-selection-group--plain .multiple-selection-group-item__label:hover, .multiple-selection-group--plain .multiple-selection-group-item__label:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.multiple-selection-group--plain .multiple-selection-group-item__label::before,
.multiple-selection-group--plain .multiple-selection-group-item__label .icon--checkmark {
  left: 0;
  margin: -2px 0 0 0; }

.multiple-selection-group--plain .multiple-selection-group-item__title {
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0; }

.multiple-selection-group--plain .multiple-selection-group-item__text, .multiple-selection-group--plain .multiple-selection-group-item__aside {
  display: none; }

.notification-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.notification-bar--dark {
  background-color: #002f72;
  color: #ffffff; }

.notification-bar--light {
  background-color: white;
  color: #333333; }

.notification-bar__container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1370px;
  margin-top: 1rem;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

@media (min-width: 56.25em) {
  .notification-bar__container {
    margin: 1rem 0; } }

@media (min-width: 75em) {
  .notification-bar__container {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.notification-bar__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-weight: 500; }

.notification-bar__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-weight: 500; }

.notification-bar__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  font-weight: 500; }

@media (min-width: 75em) {
  .notification-bar__title, .notification-bar__description, .notification-bar__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.notification-bar__title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap; }

@media (min-width: 75em) {
  .notification-bar__title {
    margin-bottom: 0; } }

.notification-bar--dark .notification-bar__title {
  color: #ffc700; }

.notification-bar--dark .notification-bar__link {
  color: #ffc700; }

.notification-bar--light .notification-bar__title {
  color: #009cde; }

.notification-bar--light .notification-bar__link {
  color: #009cde; }

.notification-bar__link {
  display: inline-block;
  margin-left: 0.35rem;
  text-decoration: underline; }

.notification-bar__separator {
  display: none; }

@media (min-width: 75em) {
  .notification-bar__separator {
    display: block;
    margin: 0 8px; } }

.notification-bar__description {
  margin-bottom: 5px; }

@media (min-width: 75em) {
  .notification-bar__description {
    margin-bottom: 0; } }

.notification-bar__close-icon {
  position: absolute;
  height: 100%;
  top: 0;
  color: white;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.summary {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px; }

.summary__aside {
  margin-left: 45px; }

.summary--with-button {
  padding-right: 55px; }

.summary p {
  margin: 0;
  line-height: 1.5; }

.summary p + p {
  margin-top: 1rem; }

.summary p span {
  display: block; }

.summary p span + span {
  margin-top: 0.333rem; }

.summary h3,
.summary h4,
.summary h5 {
  line-height: 1.15;
  margin-bottom: 5px; }

.summary .icon-button {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  color: #009cde; }

.summary .icon-button .icon {
  height: 12px;
  width: 12px; }

.sticky-call-to-action {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 400; }

.sticky-call-to-action .button {
  line-height: 1.25; }

.sticky-call-to-action .price {
  color: #ffffff;
  font-size: 0.8rem; }

.sticky-call-to-action__price .price {
  color: #009cde;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  display: block; }

.is--solaris .sticky-call-to-action__price .price {
  color: #fe5000; }

.sticky-call-to-action__price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sticky-call-to-action__per-box {
  font-size: 0.8rem;
  color: #009cde;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  display: block; }

.tooltip__button {
  color: #009cde; }

.tooltip__button.icon-button {
  width: 18px;
  height: 18px;
  background: #009cde;
  color: #ffffff; }

.tooltip__button.icon-button:hover {
  background: #00b4fe; }

.tooltip__button.icon-button svg.icon {
  width: 18px;
  height: 18px; }

.tooltip__message {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 0.85rem;
  opacity: 1;
  padding: 12px 16px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 999;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07); }

.usp-group {
  position: relative;
  background-color: #002f72;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 3rem; }

.usp-group--solaris {
  background-color: #fe5000; }

@media (min-width: 56.25em) {
  .usp-group {
    padding: 0; } }

.usp-group .carousel {
  position: static;
  width: 100%; }

.usp-group__container {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 15px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.usp-group-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  color: #ffffff; }

.usp-group-item__icon {
  margin-right: 10px; }

.usp-group-item__message {
  font-weight: 500;
  font-size: 0.95rem; }

.support-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 2rem; }

@media (min-width: 56.25em) {
  .support-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.support-footer__title {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #bdbdbd;
  font-size: 1.35rem;
  margin-bottom: 1rem; }

@media (min-width: 56.25em) {
  .support-footer__title {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.support-footer__contact-details {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 56.25em) {
  .support-footer__contact-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right; } }

.support-footer__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
  color: #bdbdbd;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear; }

.support-footer__link:hover {
  color: #009cde; }

.support-footer__link:focus {
  color: #009cde; }

@media (min-width: 56.25em) {
  .support-footer__link {
    display: inline-block; }
  .support-footer__link + .support-footer__link {
    margin-left: 30px; } }

.support-footer__title, .support-footer__link {
  padding: 0.5rem 0; }

.support-footer__link-text {
  margin-left: 10px; }

.cart-slider .support-footer {
  margin-bottom: 40px; }

.video {
  width: 100%;
  max-width: 1010px;
  padding: 0 25px;
  margin: 2rem auto; }

@media (min-width: 75em) {
  .video {
    padding: 0;
    margin-bottom: 3rem; } }

.video__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }

.video__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.video__player {
  width: 100%;
  height: 100%; }

.video__player > div iframe,
.video__player > div object,
.video__player > div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__play-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 122px;
  height: 122px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  z-index: 1;
  pointer-events: none; }

.video__image:hover .video__play-button {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  outline: none;
  fill: color 250ms ease; }

@media (min-width: 37.5em) {
  .video__play-button {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .video__image:hover .video__play-button {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.video__play-button svg.icon--play {
  height: 100px;
  width: 100px; }

.range-slider {
  width: 100%;
  padding-left: 10px; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #bdbdbd;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #009cde; }

.is--solaris .rc-slider-track {
  background-color: #fe5000; }

.rc-slider-handle {
  position: absolute;
  margin-left: -9px;
  margin-top: -7px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  background-color: #009cde;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }

.is--solaris .rc-slider-handle {
  background-color: #fe5000; }

.rc-slider-handle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 1px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 #ffffff, 0 2px 0 0 #ffffff, 0 4px 0 0 #ffffff;
  box-shadow: 0 2px 0 0 #ffffff, 0 2px 0 0 #ffffff, 0 4px 0 0 #ffffff;
  -webkit-transform: rotate(90deg) translate(1px, -8px);
  transform: rotate(90deg) translate(1px, -8px); }

.rc-slider-handle .tooltip {
  position: absolute;
  width: 42px;
  margin-top: 22px;
  margin-left: -15px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #009cde; }

.is--solaris .rc-slider-handle .tooltip {
  color: #fe5000; }

.rc-slider-handle:active {
  -webkit-box-shadow: 0 0 5px #009cde;
  box-shadow: 0 0 5px #009cde;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.is--solaris .rc-slider-handle:active {
  -webkit-box-shadow: 0 0 5px #ff6800;
  box-shadow: 0 0 5px #ff6800; }

.rc-slider-handle:focus {
  -webkit-box-shadow: 0 0 0 5px #009cde;
  box-shadow: 0 0 0 5px #009cde;
  outline: none; }

.is--solaris .rc-slider-handle:focus {
  -webkit-box-shadow: 0 0 5px #ff6800;
  box-shadow: 0 0 5px #ff6800; }

.rc-slider-disabled .rc-slider-track {
  background-color: #cccccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.Toastify__toast-container {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 600;
  max-width: 768px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto; }

.Toastify__toast {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 14px;
  cursor: pointer;
  direction: ltr;
  border-radius: 3px;
  margin: 0 1em 1em; }

.Toastify__toast-body {
  float: left;
  width: 100%; }

.Toastify__toast-icon {
  float: left;
  width: 5%;
  margin-right: 1.5%; }

.Toastify__toast-label {
  float: left;
  width: 93.5%; }

.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
  animation-name: Toastify__slideOutDown; }

.Toastify .icon--close {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__toast--info {
  background-color: #a5caf3;
  color: #0c315a; }

.Toastify__toast--success {
  background-color: #cce5c2;
  color: #26451a; }

.Toastify__toast--error {
  background-color: #ff9999;
  color: #660000; }

.Toastify__toast--warning {
  background-color: #ffe899;
  color: #664f00; }

@-webkit-keyframes Toastify__slideInUp {
  from {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes Toastify__slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

@-webkit-keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 600;
  opacity: 0 !important;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform-origin: left;
  transform-origin: left; }

.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  -webkit-transform-origin: right;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: red; }

.cke_wysiwyg_div {
  max-width: 715px;
  margin: 0 auto;
  padding: 0 25px;
  margin-bottom: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

.rich-text-area {
  max-width: 715px;
  margin: 0 auto;
  padding: 0 25px;
  margin-bottom: 50px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div,
  .rich-text-area {
    padding: 0; } }

.cke_wysiwyg_div h1 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.cke_wysiwyg_div h2 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.cke_wysiwyg_div h3 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.cke_wysiwyg_div h4 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.cke_wysiwyg_div h5 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.rich-text-area h1 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.rich-text-area h2 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.rich-text-area h3 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.rich-text-area h4 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.rich-text-area h5 {
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.cke_wysiwyg_div p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div a:not(.button) {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div span {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div strong {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div em {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div ul {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.cke_wysiwyg_div ol {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area a:not(.button) {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area span {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area strong {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area em {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area ul {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

.rich-text-area ol {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div p,
  .cke_wysiwyg_div a:not(.button),
  .cke_wysiwyg_div span,
  .cke_wysiwyg_div strong,
  .cke_wysiwyg_div em,
  .cke_wysiwyg_div ul,
  .cke_wysiwyg_div ol,
  .rich-text-area p,
  .rich-text-area a:not(.button),
  .rich-text-area span,
  .rich-text-area strong,
  .rich-text-area em,
  .rich-text-area ul,
  .rich-text-area ol {
    font-size: 1.25rem; } }

.cke_wysiwyg_div p,
.rich-text-area p {
  margin-bottom: 1.5rem;
  -webkit-font-kerning: none;
  font-kerning: none; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div p,
  .rich-text-area p {
    margin-bottom: 2.5rem; } }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div p + p,
  .rich-text-area p + p {
    margin-top: -1rem; } }

.cke_wysiwyg_div strong {
  font-weight: 500; }

.rich-text-area strong {
  font-weight: 500; }

.cke_wysiwyg_div ul,
.rich-text-area ul {
  list-style-type: disc; }

.cke_wysiwyg_div ol,
.rich-text-area ol {
  list-style-type: decimal; }

.cke_wysiwyg_div .button,
.rich-text-area .button {
  font-size: 1rem; }

.cke_wysiwyg_div blockquote {
  display: block;
  max-width: 715px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 15px auto; }

.rich-text-area blockquote {
  display: block;
  max-width: 715px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 15px auto; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div blockquote,
  .rich-text-area blockquote {
    padding: 30px 0; } }

.cke_wysiwyg_div blockquote p {
  color: #009cde;
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-bottom: 0; }

.rich-text-area blockquote p {
  color: #009cde;
  font-weight: 500;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-style: italic;
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-bottom: 0; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div blockquote p,
  .rich-text-area blockquote p {
    font-size: 1.75rem; } }

.cke_wysiwyg_div img,
.rich-text-area img {
  max-width: calc(100% + 20px);
  margin: 1rem -10px; }

@media (min-width: 56.25em) {
  .cke_wysiwyg_div img,
  .rich-text-area img {
    max-width: calc(100% + 360px);
    margin: 1rem -180px 2rem -180px; } }

.radio-button {
  position: relative; }

.radio-button__input {
  display: none; }

.radio-button__label {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out; }

.radio-button__label:hover, .radio-button__label:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.radio-button__label::before, .radio-button__label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: white; }

.radio-button__label::before {
  height: 24px;
  width: 24px;
  border: 1px solid #e6e6e6;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }

.radio-button__label::after {
  height: 10px;
  width: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

.radio-button__input:checked + .radio-button__label {
  border: 1px solid #002f72; }

.radio-button__input:checked + .radio-button__label::before {
  border-color: #009cde;
  background-color: #009cde; }

.radio-button__input:checked + .radio-button__label::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.radio-button__input:disabled + .radio-button__label {
  cursor: not-allowed;
  color: #e6e6e6; }

.radio-button__input:disabled + .radio-button__label:hover, .radio-button__input:disabled + .radio-button__label:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.radio-button__input:disabled:checked + .radio-button__label {
  color: #e6e6e6;
  border: 1px solid #e6e6e6; }

.radio-button__input:disabled:checked + .radio-button__label::before {
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.radio-button--left .radio-button__label {
  padding-left: 60px; }

.radio-button--left .radio-button__label::before {
  left: 18px;
  top: calc(50% - 12px); }

.radio-button--left .radio-button__label::after {
  left: 25px;
  top: calc(50% - 5px); }

.radio-button--right .radio-button__label {
  padding-right: 60px; }

.radio-button--right .radio-button__label::before {
  right: 18px;
  top: calc(50% - 12px); }

.radio-button--right .radio-button__label::after {
  right: 25px;
  top: calc(50% - 5px); }

.radio-button--top .radio-button__label {
  padding-top: 60px; }

.radio-button--top .radio-button__label::before {
  top: 18px;
  left: calc(50% - 12px); }

.radio-button--top .radio-button__label::after {
  top: 25px;
  left: calc(50% - 5px); }

.radio-button--bottom .radio-button__label {
  padding-bottom: 60px; }

.radio-button--bottom .radio-button__label::before {
  bottom: 18px;
  left: calc(50% - 12px); }

.radio-button--bottom .radio-button__label::after {
  bottom: 25px;
  left: calc(50% - 5px); }

.radio-button-group {
  margin: 0;
  padding: 0;
  list-style: none; }

.radio-button-group > li {
  margin: 0;
  padding: 0; }

.radio-button-group__caption {
  display: block;
  font-size: 1.3125rem;
  margin-bottom: 20px;
  font-weight: 700; }

.radio-button-group__item {
  background-color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-button-group__item + .radio-button-group__item {
  margin-top: 10px; }

.radio-button-group__input {
  display: none; }

.radio-button-group__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 16px 18px 60px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out; }

@media (min-width: 37.5em) {
  .radio-button-group__label {
    height: 85px;
    padding: 18px 16px 18px 65px; } }

.radio-button-group__label:hover, .radio-button-group__label:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.radio-button-group__label::before, .radio-button-group__label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto; }

.radio-button-group__label::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 23px;
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }

.radio-button-group__label::after {
  height: 10px;
  width: 10px;
  left: 30px;
  background-color: white;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

.radio-button-group__label-subtext {
  display: block;
  font-size: 0.85rem;
  font-weight: normal; }

.radio-button-group__label-aside {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bdbdbd;
  font-size: 1rem;
  font-weight: 400; }

.radio-button-group__label-aside svg + svg {
  margin-left: 10px; }

.radio-button-group__input:checked + .radio-button-group__label::before {
  border-color: #009cde;
  background-color: #009cde; }

.radio-button-group__input:checked + .radio-button-group__label::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.radio-button-group:not(.radio-button-group--compact) .radio-button-group__input:checked + .radio-button-group__label {
  border: 1px solid #009cde;
  -webkit-box-shadow: 0 0 2px rgba(45, 156, 219, 0.3);
  box-shadow: 0 0 2px rgba(45, 156, 219, 0.3); }

.radio-button-group__input:disabled + .radio-button-group__label {
  color: #e6e6e6;
  cursor: not-allowed; }

.radio-button-group__input:disabled + .radio-button-group__label::after {
  background: #e6e6e6; }

.radio-button-group__input:disabled + .radio-button-group__label:hover, .radio-button-group__input:disabled + .radio-button-group__label:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.radio-button-group--compact .radio-button-group__item {
  margin: 0;
  font-weight: 700; }

.radio-button-group--compact .radio-button-group__label {
  font-weight: 700; }

.radio-button-group--compact .radio-button-group__label-aside {
  font-size: 24px; }

.radio-button-group--compact .radio-button-group__item + .radio-button-group__item .radio-button-group__label {
  margin-top: 0;
  border-top: 0; }

.selection-group {
  width: 100%; }

.selection-group-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.selection-group-item + .selection-group-item {
  border-top: 0; }

.selection-group-item__input {
  display: none; }

.selection-group-item__input:checked + .selection-group-item__label {
  font-weight: 500; }

.selection-group-item__input:checked + .selection-group-item__label::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.selection-group-item__input:disabled + .selection-group-item__label {
  color: #e6e6e6;
  cursor: not-allowed; }

.selection-group-item__input:disabled + .selection-group-item__label::after {
  background: #e6e6e6; }

.selection-group-item__input:disabled + .selection-group-item__label:hover, .selection-group-item__input:disabled + .selection-group-item__label:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.selection-group-item__input:disabled + .selection-group-item__label .selection-group-item__aside {
  color: #e6e6e6; }

.selection-group-item__main {
  margin-right: 1rem; }

.selection-group-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #333333;
  font-weight: 500;
  padding: 20px 5px 20px 50px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 200ms ease-in-out;
  transition: -webkit-box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out; }

@media (min-width: 56.25em) {
  .selection-group-item__label {
    padding: 30px 30px 30px 100px; } }

.selection-group-item__label:hover, .selection-group-item__label:focus {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.selection-group-item__label::before, .selection-group-item__label::after {
  position: absolute;
  content: "";
  border-radius: 50%; }

.selection-group-item__label::before {
  height: 38px;
  width: 38px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #e6e6e6; }

@media (min-width: 56.25em) {
  .selection-group-item__label::before {
    left: 35px; } }

.selection-group-item__label::after {
  height: 22px;
  width: 22px;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  background: #009cde;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

@media (min-width: 56.25em) {
  .selection-group-item__label::after {
    left: 43px; } }

.selection-group-item__title {
  display: block;
  padding: 10px 20px 0 0;
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-weight: 700; }

@media (min-width: 56.25em) {
  .selection-group-item__title {
    padding-top: 0;
    margin-bottom: 5px; } }

.selection-group-item__text {
  display: none; }

@media (min-width: 56.25em) {
  .selection-group-item__text {
    display: block;
    color: inherit; } }

.selection-group-item__aside {
  white-space: nowrap;
  margin-left: auto;
  color: #009cde;
  font-size: 1.75rem;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 700; }

.blog-related-article {
  margin-bottom: 30px;
  text-decoration: none;
  cursor: pointer; }

.blog-related-article:hover, .blog-related-article:focus {
  text-decoration: none; }

@media (min-width: 56.25em) {
  .blog-related-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin: 0 10px 40px 10px;
    max-width: 550px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-transition: -webkit-box-shadow 300ms ease-in-out;
    transition: -webkit-box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out; }
  .blog-related-article:hover, .blog-related-article:focus {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18); } }

.blog-related-article__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px; }

.blog-related-article__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  color: #333333; }

@media (min-width: 56.25em) {
  .blog-related-article__text {
    padding-left: 25px; } }

.blog-related-article__title {
  font-size: 1.3125rem;
  font-weight: 600; }

.blog-related-article .blog-meta {
  font-size: 0.82rem; }

.highlighted-content-item {
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
  position: relative; }

@media (min-width: 56.25em) {
  .highlighted-content-item {
    margin: 0 10px 40px 10px; } }

.highlighted-content-item__with-link {
  cursor: pointer;
  text-decoration: none; }

.highlighted-content-item__with-link::before {
  position: absolute;
  bottom: -1px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #e0e0e0;
  z-index: 1;
  content: ""; }

.highlighted-content-item__with-link::after {
  position: absolute;
  bottom: -1px;
  width: 0%;
  border-bottom: 1px solid #000;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ""; }

.highlighted-content-item__with-link:hover:after {
  width: calc(100% - 20px); }

.highlighted-content-item__link {
  text-decoration: none !important; }

.highlighted-content-item__image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 250px;
  max-height: 250px; }

@media (min-width: 56.25em) {
  .highlighted-content-item__image {
    height: 150px;
    max-height: 150px; } }

.highlighted-content-item__content {
  position: relative;
  width: 100%;
  padding-top: 15px;
  color: #333333; }

.highlighted-content-item__title {
  font-size: 1.3125rem;
  font-weight: 600; }

.add-to-cart-notification {
  position: relative;
  width: 100%;
  padding: 80px 30px 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  background-color: white; }

@media (min-width: 37.5em) {
  .add-to-cart-notification {
    width: 535px;
    padding-top: 100px; } }

.add-to-cart-notification__title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.add-to-cart-notification__title {
  margin-right: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  color: #333333; }

@media (min-width: 56.25em) {
  .add-to-cart-notification__title {
    font-size: 1.75rem; } }

.add-to-cart-notification__close-button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer; }

.add-to-cart-notification__close-button:focus {
  color: #009cde;
  outline: none; }

.add-to-cart-notification__close-button:hover {
  color: #009cde;
  outline: none; }

.add-to-cart-notification__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }

@media (min-width: 56.25em) {
  .add-to-cart-notification__product {
    padding: 2rem 0; } }

.add-to-cart-notification__product-image {
  -webkit-box-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
  padding-right: 10px; }

.add-to-cart-notification__product-image img {
  display: block;
  width: 100%; }

.add-to-cart-notification__product-specification {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.add-to-cart-notification__product-title {
  display: block;
  margin: 0 0 0.3rem 0;
  font-size: 1.45rem;
  font-weight: 700;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

.add-to-cart-notification__product-ean {
  display: block;
  margin: 0 0 0.5rem 0; }

.add-to-cart-notification__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  display: inline; }

.add-to-cart-notification__price--original-crossed {
  color: #b3b3b3;
  font-weight: 400;
  text-decoration: line-through; }

.add-to-cart-notification__price + .add-to-cart-notification__price {
  margin-left: 8px; }

.add-to-cart-notification__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2; }

@media (min-width: 37.5em) {
  .add-to-cart-notification__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.add-to-cart-notification .button {
  white-space: nowrap;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

@media (max-width: 37.437em) {
  .add-to-cart-notification .button {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

.add-to-cart-notification .button + .button {
  line-height: 2.15;
  margin: 10px 0 0 0; }

@media (min-width: 37.5em) {
  .add-to-cart-notification .button + .button {
    margin: 0 0 0 10px; } }

.add-to-cart-notification-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 400; }

@media (min-width: 56.25em) {
  .add-to-cart-notification-overlay {
    z-index: 500; } }

.add-to-cart-notification-wrapper {
  position: absolute;
  background: white;
  top: 0;
  right: 0;
  left: 0;
  margin: auto; }

@media (min-width: 37.5em) {
  .add-to-cart-notification-wrapper {
    right: 6vw;
    left: auto;
    margin: initial; } }

.cart {
  position: relative;
  width: 100%;
  margin: 40px 0; }

@media (min-width: 56.25em) {
  .cart {
    min-height: 400px; } }

.cart--read-only {
  margin: 0; }

.cart__discount-form {
  background-color: #fafafa;
  width: 100%;
  padding: 0 15px; }

@media (min-width: 56.25em) {
  .cart__discount-form {
    padding: 0;
    max-height: 90px; } }

.cart .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.cart .loader::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#fe5000));
  background-image: linear-gradient(white, #fe5000); }

.cart__header {
  font-size: 2.15rem;
  margin-bottom: 1.1rem; }

@media (min-width: 56.25em) {
  .cart__header {
    margin-bottom: 2rem; } }

.cart__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 10px; }

@media (min-width: 37.5em) {
  .cart__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.cart__nav .button {
  width: 100%;
  margin-bottom: 1rem; }

@media (min-width: 37.5em) {
  .cart__nav .button {
    min-width: 280px;
    width: auto;
    margin: 0; } }

.cart__empty-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 50px 0; }

@media (min-width: 56.25em) {
  .cart__empty-message {
    margin: 80px 0; } }

.cart__empty-message .button {
  min-width: 250px;
  margin-top: 1rem; }

.pricing-details {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 56.25em) {
  .pricing-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

.pricing-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 10px 0; }

.pricing-details__row--delivery-costs .tooltip {
  margin: auto 5px; }

.pricing-details__row--delivery-costs .tooltip__message {
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: left; }

.pricing-details__discount-description {
  text-align: left;
  width: 100%; }

@media (min-width: 56.25em) {
  .pricing-details__discount-description {
    width: 50%; } }

.pricing-details__box {
  width: 100%; }

.pricing-details__label {
  text-align: left; }

@media (min-width: 56.25em) {
  .pricing-details__label {
    text-align: right; } }

@media (min-width: 56.25em) {
  .pricing-details__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%; } }

.pricing-details__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 5%;
  flex: 1 1 5%; }

.pricing-details__value--discount-code {
  color: #009cde; }

.pricing-details__label {
  display: block;
  font-weight: 500; }

.pricing-details__value {
  display: block;
  font-weight: 500; }

.pricing-details__value:nth-child(2) {
  margin-top: 0; }

.pricing-details__value--alternate {
  color: #b3b3b3; }

.pricing-details__value--totalprice {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700; }

@media (min-width: 37.5em) {
  .pricing-details__value--totalprice {
    font-size: 1.35rem; } }

.cart-slider {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #ffffff;
  z-index: 400; }

.cart-slider-toggle {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #ffffff;
  z-index: 400; }

.cart-slider {
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.cart-slider._is_open {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cart-slider-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  height: 60px;
  border-top: 1px solid #f2f2f2;
  font-weight: 500;
  z-index: 500; }

.cart-slider-toggle._is_open .icon-button {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.cart-slider-toggle__text {
  line-height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333; }

.cart-slider-toggle._is_open .cart-slider-toggle__text {
  color: #009cde; }

.cart-slider-toggle__price {
  margin-right: 50px;
  color: #333333;
  font-size: 1.2rem;
  line-height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cart-slider-toggle .icon-button {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #009cde; }

.cart-line-item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2; }

.cart--read-only .cart-line-item {
  margin: 0; }

.cart-line-item .icon-button:not(:disabled) {
  color: #009cde; }

.cart-line-item__lens-icon {
  text-align: center; }

.cart-line-item__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cart--read-only .cart-line-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 56.25em) {
  .cart-line-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cart--read-only .cart-line-item__content {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset; } }

.cart-line-item__title {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.25;
  margin-bottom: 2px; }

@media (min-width: 37.5em) {
  .cart-line-item__title {
    font-size: 1.75rem; } }

.cart-line-item__image-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333333;
  text-decoration: none; }

.cart-line-item__image-link:hover {
  color: #333333;
  text-decoration: none; }

.cart-line-item__image {
  width: 100%;
  max-height: 100%; }

@media (min-width: 37.5em) {
  .cart-line-item__image {
    max-width: 200px; } }

@media (min-width: 56.25em) {
  .cart-line-item__image {
    max-width: 275px;
    max-height: 140px; } }

.cart-line-item--solutions .cart-line-item__image {
  width: 69px;
  height: auto; }

@media (min-width: 56.25em) {
  .cart-line-item--solutions .cart-line-item__image {
    width: auto;
    height: 140px; } }

.cart-line-item--sunglasses .cart-line-item__image {
  width: 75px;
  height: auto; }

@media (min-width: 56.25em) {
  .cart-line-item--sunglasses .cart-line-item__image {
    width: 245px;
    height: auto; } }

.cart-line-item--contact-lenses .cart-line-item__image {
  width: 69px;
  height: auto; }

@media (min-width: 56.25em) {
  .cart-line-item--contact-lenses .cart-line-item__image {
    width: auto;
    height: 140px; } }

.cart--read-only .cart-line-item__description, .cart--read-only .cart-line-item__quantity-and-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%; }

.cart-line-item__description {
  margin-right: 40px; }

.cart--read-only .cart-line-item__description {
  max-width: 55%; }

@media (min-width: 56.25em) {
  .cart-line-item__description {
    margin-right: 0;
    max-width: calc(50% - 130px); } }

.cart-line-item__quantity-and-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px; }

.cart--read-only .cart-line-item__quantity-and-price {
  margin-top: 0;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 56.25em) {
  .cart-line-item__quantity-and-price {
    margin-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cart--read-only .cart-line-item__quantity-and-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.cart-line-item__article-number {
  font-size: 0.875rem;
  text-transform: uppercase;
  word-break: break-word; }

@media (min-width: 37.5em) {
  .cart-line-item__article-number {
    font-size: 1rem; } }

.cart-line-item__count {
  display: block; }

.cart-line-item__discount {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 0.8rem;
  margin-top: 10px;
  color: #33ad15; }

.cart-line-item__discount-price {
  font-weight: 700; }

.cart--read-only .cart-line-item__discount {
  display: block; }

.cart-line-item__quantity-selector {
  font-weight: 500; }

@media (min-width: 56.25em) {
  .cart-line-item__quantity-selector {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cart--read-only .cart-line-item__quantity-selector {
    display: block; } }

.cart-line-item__price {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: right; }

@media (min-width: 37.5em) {
  .cart-line-item__price {
    min-width: 130px;
    font-size: 1.35rem;
    line-height: 1.2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.cart-line-item__price--discount {
  color: #33ad15; }

@media (min-width: 37.5em) {
  .cart-line-item__price--discount {
    margin-top: 0.5rem;
    margin-left: 1rem; }
  .cart--read-only .cart-line-item__price--discount {
    margin-top: 0; } }

.cart-line-item__discount-amount {
  color: #b3b3b3;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 300;
  text-decoration: line-through; }

.cart--read-only .cart-line-item__discount-amount {
  display: none; }

.cart-line-item__delete-btn {
  position: absolute;
  top: 0;
  right: 0; }

@media (min-width: 56.25em) {
  .cart-line-item__delete-btn {
    position: static;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #f2f2f2; } }

.cart-line-item__delete-btn .icon-button:hover {
  color: #c20000; }

.cart-line-item__delete-btn .icon-button:focus {
  color: #c20000; }

.cart-line-item__delete-btn .icon-button .icon--trash {
  height: 18px;
  width: 18px; }

@media (min-width: 56.25em) {
  .cart-line-item__delete-btn .icon-button .icon--trash {
    height: 22px;
    width: 22px; } }

.cart-line-item__amount-lenses-per-box {
  font-weight: 500;
  line-height: 26px; }

@media (min-width: 56.25em) {
  .cart-line-item__amount-lenses-per-box {
    line-height: 21px; } }

.cart-line-item__spec-box {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cart-line-item__spec-box .cart--read-only {
  min-width: 15.95em; }

@media (min-width: 56.25em) {
  .cart-line-item__spec-box {
    font-size: 16px;
    margin: 20px 0; } }

.cart-line-item__specs {
  font-weight: 500;
  font-size: 0.875rem;
  margin-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 56.25em) {
  .cart-line-item__specs {
    display: inline-block; } }

.cart--read-only .cart-line-item__specs {
  margin-bottom: 5px; }

.cart-line-item__specs-key {
  font-weight: 700;
  margin-right: 3px; }

.cart-line-item__eye-label {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px; }

.discount-code__delete-btn {
  margin-left: 10px;
  position: relative;
  top: -4px; }

@media (min-width: 56.25em) {
  .discount-code__delete-btn {
    top: -8px; } }

.discount-code__delete-btn .icon-button:hover {
  color: #c20000; }

.discount-code__delete-btn .icon-button:focus {
  color: #c20000; }

.discount-code__delete-btn .icon-button .icon--trash {
  height: 18px;
  width: 18px; }

@media (min-width: 56.25em) {
  .discount-code__delete-btn .icon-button .icon--trash {
    height: 22px;
    width: 22px; } }

.discount-code__label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.discount-code__label {
  max-width: 220px;
  overflow: hidden; }

.product-detail-description {
  padding: 0.5rem 0; }

.product-detail-description__title {
  margin-bottom: 0.5rem; }

.product-detail-description .expandable__toggle {
  margin-top: -15px; }

.product-detail-description .expandable._is_expanded .expandable__toggle {
  margin-top: 5px; }

.product-detail-description__ul {
  padding: 0; }

.product-detail-description__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-detail-description__feature {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.product-detail-description__feature-name {
  font-weight: 700;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.cross-sell {
  min-height: 304px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media (min-width: 37.5em) {
  .cross-sell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.product-detail-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vw; }

@media (min-width: 56.25em) {
  .product-detail-image {
    min-height: 38.88889vw;
    padding: 2rem 0; } }

@media (min-width: 75em) {
  .product-detail-image {
    min-height: 550px; } }

.product-detail-image img {
  display: block;
  width: 100%;
  height: auto; }

.product-detail__main--lenses .product-detail-image img {
  width: 70%; }

.product-detail-title {
  margin-bottom: 1rem; }

@media (max-width: 37.437em) {
  .product-discount-label + .product-detail-title {
    padding-right: 100px; } }

.product-detail-title__brand {
  margin-bottom: 0;
  line-height: 1.35;
  font-size: 2.375rem; }

@media (min-width: 56.25em) {
  .product-detail-title__brand {
    font-size: 2.75rem; } }

.product-detail-title__model {
  display: block;
  font-size: 1.25rem; }

.product-detail--lenses .product-detail-title__model {
  text-transform: capitalize; }

.solution {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 16px;
  text-align: center; }

.solution._is_active {
  border: 1px solid #009cde; }

.solution__brand {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 2rem 0 0; }

.solution__type {
  font-size: 0.875rem; }

.solution__price {
  color: #009cde;
  font-size: 1.325rem;
  font-weight: 700;
  white-space: nowrap;
  display: block;
  margin: 3px 0; }

.solution .quantity-selector {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px; }

.solution img {
  width: 100%;
  max-width: 160px; }

.product-detail-optics-features {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.product-detail-optics-features__feature {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 11px;
  line-height: 22px;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 37.5em) {
  .product-detail-optics-features__feature {
    font-size: 14px;
    padding: 0.5rem;
    margin: 0; } }

.product-detail-optics-features__value {
  display: block; }

.product-detail-optics-features .icon {
  color: #27ae60;
  display: inline-block;
  margin-right: 0.5rem; }

.product-detail-features {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.product-detail-features__feature {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 14px;
  line-height: 22px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

@media (min-width: 56.25em) {
  .product-detail-features__feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.product-detail-features__value {
  display: block; }

.product-detail-features .icon {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 56.25em) {
  .product-detail-features .icon {
    display: inline-block;
    margin: 0 0.5rem 0 0; } }

.prescription {
  min-height: 400px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 24px 16px;
  color: #b3b3b3; }

.prescription:first-child {
  margin: 0 0 20px; }

@media (min-width: 75em) {
  .prescription:first-child {
    margin: 0; } }

.prescription .dropdown .icon {
  color: #b3b3b3; }

.prescription._is_active {
  border: 1px solid #009cde;
  color: #333333; }

.prescription._is_active .dropdown .icon {
  color: #009cde; }

.prescription .quantity-selector {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 27px 0 0; }

.prescription__checkbox {
  margin-bottom: 30px;
  text-align: center; }

.prescription__checkbox__label::before {
  top: 12px; }

.prescription__checkbox .icon.icon--checkbox {
  height: 35px; }

.prescription__checkbox .icon.icon--left-eye,
.prescription__checkbox .icon.icon--right-eye {
  width: 48px;
  height: 48px; }

.prescription__checkbox .eye-label {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  vertical-align: middle; }

.prescription .checkbox__input:disabled + .checkbox__label {
  color: #333333; }

.product-banner {
  position: relative;
  min-height: 400px; }

@media (min-width: 56.25em) {
  .product-banner {
    padding-top: 30px; } }

.product-banner .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.product-banner__title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400; }

@media (min-width: 56.25em) {
  .product-banner__title {
    font-size: 3rem; } }

.product-banner__products {
  max-width: 1370px;
  margin: 0 auto;
  padding: 10px 30px 40px 30px; }

@media (min-width: 37.5em) {
  .product-banner__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 30px 40px 30px; } }

.product-banner__products .product-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

@media (min-width: 56.25em) {
  .product-banner__products .product-block {
    max-width: 400px; } }

.product-detail-lenses-features {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.product-detail-lenses-features__feature {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500; }

@media (min-width: 37.5em) {
  .product-detail-lenses-features__feature {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (min-width: 56.25em) {
  .product-detail-lenses-features__feature {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (min-width: 75em) {
  .product-detail-lenses-features__feature {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.product-detail-lenses-features__value {
  display: block; }

.product-detail-lenses-features .icon {
  color: #009cde;
  display: inline-block;
  margin-right: 0.5rem;
  min-width: 38px; }

.lens-packs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 155px 1fr [5];
  grid-template-columns: 155px repeat(5, 1fr);
  border-radius: 4px; }

.lens-packs--has-basic {
  -ms-grid-columns: 155px 1fr [6];
  grid-template-columns: 155px repeat(6, 1fr); }

.lens-packs-cell--label {
  overflow-y: hidden; }

.lens-packs__disclaimer {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  margin-top: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #009cde;
  text-align: center; }

.lens-packs--has-basic .lens-packs__disclaimer {
  -ms-grid-column-span: 8;
  grid-column-end: 8; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .lens-packs {
    display: -ms-grid;
    -ms-grid-columns: 155px 1fr 1fr 1fr 1fr 1fr 1fr; }
  .lens-packs--has-basic {
    -ms-grid-columns: 155px 1fr 1fr 1fr 1fr 1fr 1fr; }
  .lens-packs-column:nth-child(1) {
    -ms-grid-column: 1; }
  .lens-packs-column:nth-child(2) {
    -ms-grid-column: 2; }
  .lens-packs-column:nth-child(3) {
    -ms-grid-column: 3; }
  .lens-packs-column:nth-child(4) {
    -ms-grid-column: 4; }
  .lens-packs-column:nth-child(5) {
    -ms-grid-column: 5; }
  .lens-packs-column:nth-child(6) {
    -ms-grid-column: 6; }
  .lens-packs-column:nth-child(7) {
    -ms-grid-column: 7; }
  .lens-packs-column:nth-child(8) {
    -ms-grid-column: 8; }
  .lens-packs-column:nth-child(9) {
    -ms-grid-column: 9; }
  .lens-packs-column:nth-child(10) {
    -ms-grid-column: 10; } }

.lens-packs-accordion {
  width: 100%; }

.lens-packs-accordion__disclaimer {
  margin-top: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #009cde;
  text-align: center; }

.cross-sell-item {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0 10px 20px;
  padding: 20px 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 110px;
  /* If there is only one or two item(s),
  limit the width of the individual items  */
  /*  If there are exactly 3 items
  limit the width of the individual items */
  /* If there are exactly 4 items,
    make sure only two items per row
    are shown below breakpoint-desktop
  */ }

.cross-sell-item:first-child:nth-last-child(1), .cross-sell-item:first-child:nth-last-child(2), .cross-sell-item:first-child:nth-last-child(2) ~ .cross-sell-item {
  max-width: 180px; }

@media (min-width: 37.5em) {
  .cross-sell-item:first-child:nth-last-child(1), .cross-sell-item:first-child:nth-last-child(2), .cross-sell-item:first-child:nth-last-child(2) ~ .cross-sell-item {
    margin: 0 14px 20px; } }

.cross-sell-item:first-child:nth-last-child(3), .cross-sell-item:first-child:nth-last-child(3) ~ .cross-sell-item {
  max-width: 180px;
  margin: 0 10px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px); }

@media (min-width: 37.5em) {
  .cross-sell-item:first-child:nth-last-child(3), .cross-sell-item:first-child:nth-last-child(3) ~ .cross-sell-item {
    margin: 0 14px 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 28px);
    flex: 0 0 calc(33% - 28px); } }

.cross-sell-item:first-child:nth-last-child(4), .cross-sell-item:first-child:nth-last-child(4) ~ .cross-sell-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(36% - 28px);
  flex: 0 0 calc(36% - 28px); }

@media (min-width: 75em) {
  .cross-sell-item:first-child:nth-last-child(4), .cross-sell-item:first-child:nth-last-child(4) ~ .cross-sell-item {
    max-width: 180px;
    margin: 0 14px 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 28px);
    flex: 0 0 calc(25% - 28px); } }

.cross-sell-item._is_active {
  border: 1px solid #009cde; }

.cross-sell-item__image-holder {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 100%; }

.cross-sell-item__image {
  max-width: 100%;
  max-height: 100%; }

.cross-sell-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 55px;
  max-width: 110px;
  margin: 0 auto; }

@media (min-width: 37.5em) {
  .cross-sell-item__title {
    max-width: 140px; } }

.cross-sell-item__title-heading {
  margin: 0;
  font-size: 1rem; }

.cross-sell-item__subtitle {
  display: block;
  margin: 0 auto;
  height: 50px;
  font-size: 0.9375rem;
  max-width: 110px; }

@media (min-width: 37.5em) {
  .cross-sell-item__subtitle {
    max-width: 140px; } }

.cross-sell-item__price {
  color: #009cde;
  font-size: 1.325rem;
  font-weight: 700;
  margin: 3px 0;
  white-space: nowrap; }

.cross-sell-item__quantity-selector {
  width: 100%;
  max-width: 145px; }

.cross-sell-item__quantity-selector .quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px; }

.cross-sell-item__quantity-selector .quantity-selector__amount {
  width: auto; }

.contact-lens-configurator {
  position: relative;
  width: 100%;
  counter-reset: cl-configurator-steps; }

.contact-lens-configurator__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 30px;
  font-weight: 500;
  counter-increment: cl-configurator-steps;
  font-size: 1.5rem; }

@media (min-width: 37.5em) {
  .contact-lens-configurator__title {
    font-size: 2rem; } }

.contact-lens-configurator__title::before {
  position: relative;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #009cde;
  min-height: 37px;
  min-width: 37px;
  font-weight: 700;
  border-radius: 50%;
  color: #009cde;
  font-size: 1.375rem;
  content: counter(cl-configurator-steps); }

.contact-lens-configurator__pack-size-price {
  color: #009cde;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

@media (min-width: 75em) {
  .contact-lens-configurator__prescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 75em) {
  .contact-lens-configurator__prescription .prescription {
    -ms-flex-preferred-size: calc(50% - 14px);
    flex-basis: calc(50% - 14px);
    max-width: calc(50% - 14px);
    /*IE11 FIX*/
    padding: 34px 50px; } }

.contact-lens-configurator__prescription-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  color: #009cde;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none; }

.contact-lens-configurator__prescription-link:hover {
  color: #00b4fe;
  outline: none; }

.contact-lens-configurator__prescription-link:focus {
  color: #00b4fe;
  outline: none; }

.contact-lens-configurator__prescription-modal {
  text-align: center; }

@media (min-width: 56.25em) {
  .contact-lens-configurator__prescription-modal {
    padding: 40px 60px; } }

.contact-lens-configurator__prescription-modal .rich-text-area {
  margin: 55px 0 0; }

@media (min-width: 56.25em) {
  .contact-lens-configurator__prescription-modal .rich-text-area {
    margin: 0; } }

.contact-lens-configurator__prescription-modal .rich-text-area p {
  font-size: 1rem;
  margin: 0; }

.contact-lens-configurator .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.product-block {
  background: white;
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none; }

@media (min-width: 37.5em) {
  .product-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.product-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 2rem 2rem 2rem; }

.product-block__link {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none; }

.product-block__link:hover, .product-block__link:focus, .product-block:hover .product-block__link, .product-block:focus .product-block__link {
  text-decoration: none; }

.product-block__details {
  margin-top: 120px;
  padding-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.product-block__article-no {
  color: #333333; }

.product-block__brand {
  color: #333333; }

.product-block__article-no {
  font-size: 1rem;
  margin-bottom: 10px; }

.product-block__brand {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 5px; }

.product-block__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: absolute;
  width: 100%;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms; }

.product-block__image--front {
  opacity: 1; }

.product-block--angle-on-hover:hover .product-block__image--front, .product-block--angle-on-hover:focus .product-block__image--front {
  opacity: 0; }

.product-block__image--angle {
  opacity: 0; }

.product-block--angle-on-hover:hover .product-block__image--angle, .product-block--angle-on-hover:focus .product-block__image--angle {
  opacity: 1; }

.product-block__price {
  color: #009cde;
  font-size: 1.75rem;
  font-weight: 700;
  white-space: nowrap; }

.product-block__price--original {
  color: #b3b3b3;
  font-weight: 400;
  text-decoration: line-through; }

.is--solaris .product-block__price:not(.product-block__price--original) {
  color: #fe5000; }

.product-block--solaris .product-block__price:not(.product-block__price--original) {
  color: #fe5000; }

.product-block__price + .product-block__price {
  margin-left: 8px; }

.product-block__icon-bar {
  height: 40px;
  position: absolute;
  top: 15px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 200; }

.product-block__icon {
  border: 0;
  padding: 0;
  background: none;
  width: 28px;
  height: 28px; }

.product-block__icon .icon__image {
  height: 100%; }

.product-block__icon:not(:last-child) {
  margin-right: 10px; }

.product-block__wishlist-icon {
  margin-left: auto; }

.product-block__wishlist-icon .icon {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }

.product-block__wishlist-icon:hover {
  cursor: pointer; }

.product-block__wishlist-icon:hover .icon {
  color: #fe5000; }

.product-block__wishlist-icon_is_active .icon {
  color: red; }

.product-block__promotion-text {
  padding: 1rem; }

.product-block__promotion-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  height: 65px;
  width: 65px;
  font-size: 0.55rem;
  margin: 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background-color: #009cde;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-block--solaris .product-block__promotion-label {
  background-color: #fe5000; }

@media (min-width: 75em) {
  .product-block__promotion-label {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    height: 120px;
    width: 120px;
    font-size: 1rem;
    margin-bottom: 2rem; } }

.product-detail {
  width: 100%;
  margin-bottom: 20px; }

.product-detail__container {
  padding: 0 20px; }

@media (min-width: 56.25em) {
  .product-detail__container {
    padding: 0; } }

.product-detail__main {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%; }

@media (min-width: 56.25em) {
  .product-detail__main {
    -ms-grid-columns: calc(60% - 30px) 1fr;
    grid-template-columns: calc(60% - 30px) 1fr; } }

@media (min-width: 75em) {
  .product-detail__main {
    -ms-grid-columns: calc(70% - 60px) 1fr;
    grid-template-columns: calc(70% - 60px) 1fr; } }

.product-detail__title--mobile {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2; }

.product-detail__visual-switcher {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3; }

@media (min-width: 56.25em) {
  .product-detail__visual-switcher {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2; } }

.product-detail__aside {
  -ms-grid-row: 3;
  grid-row-start: 3; }

@media (min-width: 56.25em) {
  .product-detail__aside {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin-left: 30px; } }

@media (min-width: 75em) {
  .product-detail__aside {
    margin-left: 60px; } }

.product-detail__configuration {
  -ms-grid-row: 4;
  grid-row-start: 4; }

@media (min-width: 56.25em) {
  .product-detail__configuration {
    -ms-grid-row: 2;
    grid-row-start: 2; } }

.product-detail__configuration--frames {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4; }

@media (min-width: 75em) {
  .product-detail__configuration--frames {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2; } }

.product-detail__prices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  text-align: center; }

@media (min-width: 56.25em) {
  .product-detail__prices {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.product-detail__prices--has-discount {
  padding-right: 60px; }

.product-detail__main--lenses .product-detail__prices {
  border-bottom: 1px solid #e6e6e6; }

.product-detail__prices .price {
  display: block;
  width: auto;
  color: #009cde;
  font-weight: bold;
  font-size: 2.85rem;
  letter-spacing: -1pt;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif; }

@media (min-width: 56.25em) {
  .product-detail__prices .price {
    display: inline-block;
    width: auto; } }

.product-detail__prices .price--original {
  color: #b3b3b3;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 2.375rem;
  margin-right: 12px; }

.is--solaris .product-detail__prices .price:not(.price--original) {
  color: #fe5000; }

.product-detail__cart-details {
  padding: 0.5rem 0;
  margin: 1rem 0; }

.product-detail__book-appointment {
  padding: 0.5rem 0;
  margin: 1rem 0; }

.product-detail__book-appointment .button {
  display: block;
  text-decoration: none; }

.product-detail__book-appointment .button:hover {
  color: #ffffff; }

.product-detail__add-to-cart {
  font-weight: bold;
  margin-left: 5px; }

.product-detail__cart-details {
  padding: 0.5rem 0;
  margin: 1rem 0; }

.product-detail__cart-details .button {
  width: 100%; }

.product-detail__color-picker-wrapper {
  margin-bottom: 1rem; }

.product-detail .delivery-info {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3; }

.product-discount-bar {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  background-color: rgba(254, 80, 0, 0.1);
  text-align: center;
  border-radius: 4px; }

.product-discount-bar__title {
  color: #fe5000;
  font-weight: 700; }

.stock-indicator {
  display: block;
  font-weight: 700;
  margin-bottom: 10px; }

.stock-indicator::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle; }

.stock-indicator--in-stock {
  color: #27ae60; }

.stock-indicator--in-stock::before {
  background-color: #27ae60; }

.stock-indicator--out-of-stock {
  color: #b3b3b3; }

.stock-indicator--out-of-stock::before {
  background-color: #b3b3b3; }

.ssp {
  position: relative;
  width: 100%;
  min-height: 100px; }

.ssp .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.ssp .ssp__section-title {
  display: block;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center; }

@media (min-width: 75em) {
  .ssp .ssp__section-title {
    font-size: 38px; } }

.product-sort {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-sort__select {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  top: 0; }

.product-sort__content {
  text-align: right;
  pointer-events: none; }

.product-sort__prefix {
  display: none;
  font-weight: 500; }

@media (min-width: 37.5em) {
  .product-sort__prefix {
    display: inline; } }

.product-sort__sort-by {
  color: #009cde; }

.is--solaris .product-sort__sort-by {
  color: #fe5000; }

.product-sort__icon {
  color: #333333;
  padding: 0 0 0 10px; }

.product-sort__icon .icon {
  height: 20px;
  width: 20px;
  stroke: currentColor; }

.small-promotion-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .small-promotion-block {
    /* IE10+ specific styles go here */
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px); } }

@media (min-width: 37.5em) {
  .small-promotion-block {
    min-height: 300px;
    min-width: 200px; } }

@media screen and (min-width: 37.5em) and (-ms-high-contrast: active), screen and (min-width: 37.5em) and (-ms-high-contrast: none) {
  .small-promotion-block {
    /* IE10+ specific styles go here */
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px); } }

@media screen and (min-width: 56.25em) and (-ms-high-contrast: active), screen and (min-width: 56.25em) and (-ms-high-contrast: none) {
  .small-promotion-block {
    /* IE10+ specific styles go here */
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px); } }

.small-promotion-block img {
  width: 100%;
  height: auto; }

.small-promotion-block__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.product-detail-frame-measurements {
  margin: 35px 0 50px 0; }

@media (min-width: 56.25em) {
  .product-detail-frame-measurements {
    margin: 75px 0; } }

.product-detail-frame-measurements__title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500; }

@media (min-width: 56.25em) {
  .product-detail-frame-measurements__title {
    margin-bottom: 45px;
    font-size: 2.4rem;
    font-weight: 500; } }

.product-detail-frame-measurements__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-detail-frame-measurements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.product-detail-frame-measurements__label, .product-detail-frame-measurements__details {
  display: block;
  text-align: center; }

.product-detail-frame-measurements__label {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem; }

.product-detail-frame-measurements img {
  display: block;
  max-width: 180px;
  height: auto; }

.product-detail-frame-measurements__details {
  font-size: 1rem;
  line-height: 1.5625rem; }

.product-detail-frame-measurements .carousel .react-swipeable-view-container,
.product-detail-frame-measurements .carousel .carousel__inner {
  height: auto; }

.product-visuals {
  position: relative;
  margin-bottom: 30px; }

.product-detail__main--lenses .product-visuals {
  margin-bottom: 0; }

.product-visuals__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem 0; }

@media (min-width: 56.25em) {
  .product-visuals__buttons {
    margin-top: 0; } }

.product-visuals__buttons .button {
  border-radius: 0;
  border-bottom: 4px solid transparent;
  background-color: #ffffff; }

.product-visuals__buttons .button + .product-visuals__buttons .button {
  border-left: 1px solid #e6e6e6; }

.product-visuals__buttons .button--front {
  border-right: 0 none; }

.product-visuals__buttons .button--vto {
  display: none; }

.product-visuals__buttons .button--360 {
  display: none;
  border-right: 0 none; }

@media (min-width: 56.25em) {
  .product-visuals__buttons .button--360 {
    border-right: 1px solid #e6e6e6; } }

.product-visuals__buttons .button--active {
  border-bottom: 4px solid #009cde; }

.is--solaris .product-visuals__buttons .button--active {
  border-bottom: 4px solid #fe5000; }

.product-visuals__buttons .button--disabled {
  color: #b3b3b3;
  cursor: default; }

.product-visuals__buttons .button:last-child {
  border-right: 0; }

.product-visuals__buttons .button:hover, .product-visuals__buttons .button:focus {
  outline: 0; }

.product-visuals__thumb {
  width: 50px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

@media (min-width: 56.25em) {
  .product-visuals__thumb {
    width: 74px;
    height: 29px; } }

.product-discount-label {
  position: relative;
  background-color: #009cde;
  border-radius: 50%;
  width: 56px;
  height: 56px; }

.is--solaris .product-discount-label {
  background-color: #fe5000; }

.product-block--solaris .product-discount-label {
  background-color: #fe5000; }

.product-discount-label__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.6; }

@media (min-width: 56.25em) {
  .product-discount-label__title {
    padding: 0; } }

.product-discount-label--product-detail {
  position: absolute;
  top: -40px;
  right: 0;
  width: 70px;
  height: 70px; }

@media (min-width: 37.5em) {
  .product-discount-label--product-detail {
    top: -90px;
    width: 80px;
    height: 80px; } }

@media (min-width: 56.25em) {
  .product-discount-label--product-detail {
    top: 0;
    width: 90px;
    height: 90px; } }

@media (min-width: 75em) {
  .product-discount-label--product-detail {
    width: 115px;
    height: 115px; } }

.product-discount-label--product-detail .product-discount-label__title {
  width: 70px;
  font-size: 0.7rem; }

@media (min-width: 75em) {
  .product-discount-label--product-detail .product-discount-label__title {
    font-size: 0.8rem;
    line-height: 1.3125; } }

.product-discount-label--product-block {
  margin-left: auto; }

.product-discount-label--product-block-price-per-day {
  margin-left: auto; }

.product-discount-label--product-block-price-per-day .price {
  font-size: 0.75rem; }

.product-discount-label--product-block-price-per-day .label {
  display: block;
  white-space: nowrap;
  font-size: 0.5rem;
  font-weight: 400;
  margin: -0.25rem 0 0; }

.product-discount-label--product-detail-price {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  left: auto; }

.product-discount-label--secondary {
  background-color: #46b1bb; }

.product-discount-label__price-per-day {
  font-size: 0.9375rem; }

@media (min-width: 56.25em) {
  .product-discount-label__price-per-day {
    font-size: 1.0625rem; } }

.product-discount-label__price-per-day-unit {
  font-size: 0.625rem; }

@media (min-width: 56.25em) {
  .product-discount-label__price-per-day-unit {
    font-size: 0.75rem; } }

.promotion-block {
  position: relative;
  min-height: 220px;
  height: 100%;
  margin-top: 16px;
  background-color: #e4f5fc; }

.promotion-block--left {
  margin-right: 16px; }

@media (min-width: 37.5em) {
  .promotion-block--left {
    margin-right: 40px; } }

.promotion-block--right {
  margin-left: 16px; }

@media (min-width: 37.5em) {
  .promotion-block--right {
    margin-left: 40px; } }

.promotion-block__content-page-container {
  display: block;
  margin: 60px auto 20px;
  max-width: 500px;
  padding: 0 20px; }

.promotion-block__link {
  position: absolute;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  bottom: 16px; }

@media (min-width: 37.5em) {
  .promotion-block__link {
    bottom: 40px; } }

.promotion-block--left .promotion-block__link {
  left: 16px; }

@media (min-width: 37.5em) {
  .promotion-block--left .promotion-block__link {
    left: 40px; } }

.promotion-block--right .promotion-block__link {
  right: 16px; }

@media (min-width: 37.5em) {
  .promotion-block--right .promotion-block__link {
    right: 40px; } }

.promotion-block__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  bottom: 15px;
  border-radius: 40px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 2.25rem;
  position: absolute;
  right: 0;
  width: 90%;
  height: auto; }

@media (min-width: 37.5em) {
  .promotion-block__button {
    padding: 20px 20px 20px 3rem;
    width: 70%; } }

.promotion-block__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 56.25em) {
  .promotion-block__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.promotion-block__title {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 1rem 0 0; }

@media (max-width: 37.437em) {
  .promotion-block__title {
    font-size: 1.2rem; } }

.promotion-block__subtitle {
  color: #333333;
  margin: 0; }

@media (min-width: 56.25em) {
  .promotion-block__subtitle {
    line-height: 20px;
    padding-left: 15px;
    vertical-align: baseline; } }

.promotion-block__chevron {
  color: #009cde;
  height: 23px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

@media (min-width: 37.5em) {
  .promotion-block__chevron {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%; } }

.is--solaris .promotion-block__chevron {
  color: #fe5000; }

.product-listing {
  min-height: 100vh;
  padding: 0 1rem 50px 1rem; }

@media (min-width: 37.5em) {
  .product-listing {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto; } }

.product-listing__grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(300px, auto); }

@media (min-width: 37.5em) {
  .product-listing__grid {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 56.25em) {
  .product-listing__grid {
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-listing__grid {
    /* IE10+ specific styles go here */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.product-listing .product-block {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-listing .product-block {
    /* IE10+ specific styles go here */
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 37.5em) {
  .product-listing .product-block {
    min-height: 300px;
    min-width: 200px; } }

@media screen and (min-width: 37.5em) and (-ms-high-contrast: active), screen and (min-width: 37.5em) and (-ms-high-contrast: none) {
  .product-listing .product-block {
    /* IE10+ specific styles go here */
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

@media screen and (min-width: 56.25em) and (-ms-high-contrast: active), screen and (min-width: 56.25em) and (-ms-high-contrast: none) {
  .product-listing .product-block {
    /* IE10+ specific styles go here */
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; } }

.product-listing .product-block__inner {
  padding: 60px 0.5rem 0 0.5rem; }

@media (min-width: 56.25em) {
  .product-listing .product-block__inner {
    padding: 60px 1.5rem 1.5rem 1.5rem; } }

.product-listing__promotion {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 300px;
  margin: 20px 0 40px 0; }

@media (min-width: 37.5em) {
  .product-listing__promotion {
    height: 400px;
    margin: 40px 0; } }

@media (min-width: 56.25em) {
  .product-listing__promotion {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    height: 550px;
    margin: 70px 0 80px 0; } }

@media (min-width: 37.5em) {
  .product-listing__promotion--first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; } }

@media (min-width: 56.25em) {
  .product-listing__promotion--first {
    margin-top: 80px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3; } }

.product-listing__promotion--second {
  -ms-grid-row: 16;
  grid-row-start: 16; }

@media (min-width: 37.5em) {
  .product-listing__promotion--second {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; } }

@media (min-width: 56.25em) {
  .product-listing__promotion--second {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/8; } }

.product-listing__show-more, .product-listing__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem; }

@media (min-width: 56.25em) {
  .product-listing__show-more .button, .product-listing__loader .button {
    min-width: 300px; } }

.product-promotions {
  background-color: #f2f2f2; }

.product-promotions__container {
  position: relative;
  min-height: 300px;
  max-width: 1370px;
  margin: 0 auto;
  padding: 50px 30px 40px; }

@media (min-width: 37.5em) {
  .product-promotions__container {
    position: relative;
    min-height: 600px;
    padding: 60px 20px; } }

@media (min-width: 75em) {
  .product-promotions__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 60px 0; } }

.product-promotions__container .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.product-promotions__container .loader::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#009cde));
  background-image: linear-gradient(#f2f2f2, #009cde); }

.product-promotions__container .loader::after {
  background-color: #f2f2f2; }

.product-promotions__container .carousel__pagination {
  margin-top: 1em; }

.product-promotions__wrapper--standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

@media (min-width: 75em) {
  .product-promotions__wrapper--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 75em) {
  .product-promotions__wrapper--standard, .product-promotions__wrapper--highlighted {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    /* stylelint-disable-line */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; } }

@media (max-width: 37.437em) {
  .product-promotions__block {
    margin-bottom: 0; } }

@media (min-width: 37.5em) {
  .product-promotions__block {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    /* stylelint-disable-line */
    height: calc(50% - 10px); } }

@media (min-width: 75em) {
  .product-promotions__block {
    margin-bottom: 0; } }

.product-promotions__title-block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1.5rem 2rem 2rem;
  text-align: center;
  word-break: break-all; }

@media (min-width: 37.5em) {
  .product-promotions__title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left; } }

.product-promotions__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.5rem; }

@media (min-width: 37.5em) {
  .product-promotions__title {
    text-align: left;
    display: block;
    font-size: 3rem;
    margin-top: 0;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media (min-width: 56.25em) {
  .product-promotions__title {
    font-size: 3.5rem; } }

@media (min-width: 75em) {
  .product-promotions__title {
    font-size: 4rem; } }

.product-promotions__supertitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #bdbdbd;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media (min-width: 75em) {
  .product-promotions__supertitle {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #828282;
    line-height: 1.5; } }

@media (max-width: 37.437em) {
  .product-promotions .product-block.product-promotions__block {
    margin-bottom: 0; } }

@media (min-width: 37.5em) {
  .product-promotions .product-block.product-promotions__block {
    height: calc(50% - 10px);
    margin-bottom: 20px; } }

@media (min-width: 37.5em) {
  .product-promotions .product-block.product-promotions__block--highlighted {
    height: 100%; } }

.product-promotions .product-block.product-promotions__block--highlighted .product-block__inner {
  height: 100%; }

.product-promotions .product-block.product-promotions__block--highlighted .product-block__icon-bar {
  left: 20px;
  right: 20px; }

@media (min-width: 37.5em) {
  .product-promotions .product-block.product-promotions__block--highlighted .product-block__image {
    min-height: 320px; } }

@media (min-width: 37.5em) {
  .product-promotions .product-block.product-promotions__block--highlighted .product-block__details {
    margin-top: 320px; } }

.product-filter__top-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 15px 20px;
  max-width: 1370px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 37.5em) {
  .product-filter__top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.product-filter__top-bar .button {
  position: relative;
  padding: 0.65rem 5rem; }

.product-filter__top-bar .button svg {
  margin: 0 10px 0 0; }

@media (min-width: 37.5em) {
  .product-filter__top-bar .button svg {
    margin: 0 25px 0 0; }
  .product-filter._is_open .product-filter__top-bar .button::after {
    position: absolute;
    bottom: -29px;
    left: calc(50% - 7px);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f7f7f7;
    content: ""; } }

.product-filter__category {
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  font-weight: 500;
  font-size: 2.375rem;
  color: #333333;
  line-height: 1; }

@media (min-width: 56.25em) {
  .product-filter__category {
    width: auto;
    padding: 0 50px 0 0;
    font-size: 2.575rem; } }

.product-filter__sorting {
  margin-top: 1rem; }

@media (min-width: 37.5em) {
  .product-filter__sorting {
    margin-top: 7px;
    margin-left: auto; } }

.product-filter__block {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  background: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  z-index: 9999; }

.product-filter._is_open .product-filter__block {
  visibility: visible;
  opacity: 1; }

@media (min-width: 56.25em) {
  .product-filter__block {
    position: static;
    min-height: auto;
    margin: 14px 0 0 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    opacity: 1;
    height: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    visibility: visible; }
  .product-filter._is_open .product-filter__block {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    height: auto;
    overflow: visible; } }

.product-filter__block-container {
  max-width: 1370px;
  min-height: 300px;
  margin: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in; }

.product-filter._is_open .product-filter__block-container {
  opacity: 1;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms; }

.product-filter__header {
  position: relative;
  padding: 15px 20px;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }

@media (min-width: 56.25em) {
  .product-filter__header {
    padding: 24px 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.product-filter__heading {
  margin-bottom: 0; }

@media (min-width: 56.25em) {
  .product-filter__heading {
    display: none; } }

.product-filter__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: none;
  border: 0 none;
  padding: 0;
  font-size: 0;
  cursor: pointer; }

.product-filter__main {
  display: block;
  padding: 20px 20px 0 20px;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 240px); }

@media (min-width: 56.25em) {
  .product-filter__main {
    overflow-y: auto;
    padding: 0 20px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; } }

.product-filter__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: 100%;
  margin: 0 0.5rem; }

@media (min-width: 56.25em) {
  .product-filter__column {
    height: 100%;
    width: 25%; } }

.product-filter__title {
  margin-bottom: 1em; }

.product-filter__footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
  padding: 12px 20px;
  background: #ffffff; }

@media (min-width: 56.25em) {
  .product-filter__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    margin-top: auto;
    padding: 10px 0 40px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; } }

.product-filter__apply {
  display: block;
  width: 100%; }

@media (max-width: 37.437em) {
  .product-filter__apply {
    padding: 8px 0; } }

@media (min-width: 56.25em) {
  .product-filter__apply {
    display: inline-block;
    width: auto;
    min-width: 180px;
    margin-right: 20px; } }

.product-filter__clear {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px; }

@media (min-width: 56.25em) {
  .product-filter__clear {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 0; } }

.is--solaris .product-filter__clear {
  color: #fe5000; }

.is--solaris .product-filter__clear:hover {
  color: #ff6800; }

.is--solaris .product-filter__clear:focus {
  color: #ff6800; }

.product-detail-unit-info {
  color: #009cde;
  line-height: normal;
  margin-left: 10px; }

.product-detail-unit-info__amount {
  font-weight: bold;
  display: block;
  text-align: left; }

.product-detail-unit-info__unit {
  display: block;
  text-align: left; }

.product-filter-set {
  margin-bottom: 1.3rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /**
   * These selectors are camelCased because
   * we use the value directly from commerce tools.
   *
   * The modifiers are ordered the same as they
   * are ordered by default in the data from commerce tools.
   *
   * The flexbox order here how they are actually displayed on screen
   */ }

.product-filter-set--faceShape {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.product-filter-set--centAmount {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.product-filter-set--gender {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.product-filter-set--frameMaterial {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.product-filter-set--frameColor {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.product-filter-set--frameShape {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.product-filter-set--lensColor {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.product-filter-set--segment {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.product-filter-set--lensType {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.product-filter-set__title {
  font-size: 1rem;
  margin-bottom: 0.5rem; }

.product-filter-set .range-slider {
  width: 80%;
  min-height: 50px; }

.product-filter-set .checkbox {
  text-transform: capitalize;
  font-weight: 300; }

.product-filter-set .color-picker--filter {
  padding-right: 2rem; }

.product-filter-set .color-picker--filter .color-checkbox {
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 8px 8px 0 0;
  padding: 5px; }

.product-filter-set .expandable__toggle {
  margin-top: 10px; }

.lens-packs-column {
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  will-change: box-shadow; }

.lens-packs-column:not(:first-child) {
  cursor: pointer; }

.lens-packs-column:not(:first-child):hover, .lens-packs-column:not(:first-child):focus {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25); }

.lens-packs-column:not(:first-child)::before, .lens-packs-column:not(:first-child)::after {
  position: absolute;
  content: "";
  border-radius: 50%; }

.lens-packs-column:not(:first-child)::before {
  height: 34px;
  width: 34px;
  border: 1px solid #e6e6e6;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto; }

.lens-packs-column:not(:first-child)::after {
  height: 20px;
  width: 20px;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: auto;
  background: #009cde;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

.lens-packs-column:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.lens-packs-column:last-of-type {
  border-right: 1px solid #e0e0e0; }

.lens-packs-column:last-of-type._is_selected {
  border-right: 1px solid #009cde; }

.lens-packs-column._is_selected {
  outline: 5px solid #009cde;
  z-index: 200;
  border-left: 1px solid #009cde; }

.lens-packs-column._is_selected::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.lens-packs-column + .lens-packs-column:not(._is_selected) {
  border-left: 1px solid #e0e0e0; }

.lens-packs-column--labels {
  background-color: rgba(242, 242, 242, 0.7);
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333333; }

.lens-packs-column--labels .lens-packs-cell {
  text-align: left;
  padding: 6px 10px; }

.lens-packs-cell {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 6px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  height: 70px;
  word-break: break-word;
  overflow: hidden; }

.lens-packs-cell--type {
  height: 44px; }

.lens-packs-cell--title {
  height: 70px;
  color: #009cde; }

.ssp--with-visual-field .lens-packs-cell--title {
  height: 90px; }

.lens-packs-cell--title h5 {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 0.5; }

.lens-packs-cell--title small {
  font-size: 12px; }

.lens-packs-cell--footer {
  height: 120px; }

.ssp--with-voucher .lens-packs-cell--footer {
  height: 180px; }

.lens-packs-cell--empty {
  border: 0; }

.lens-packs-cell--empty + .lens-packs-cell--empty {
  border-bottom: 1px solid #e0e0e0; }

.lens-packs-cell--type h4 {
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 23px;
  text-transform: capitalize; }

.lens-packs-cell--basic {
  background-color: #9ac6d9; }

.lens-packs-cell--bronze {
  background-color: #6c5d4b; }

.lens-packs-cell--silver {
  background-color: #555551; }

.lens-packs-cell--gold {
  background-color: #7f6e3f; }

.lens-packs-cell--platinum {
  background-color: #838b83; }

.lens-packs-cell--diamond {
  background-color: #456573; }

.lens-packs-cell--check {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA8CAYAAADxJz2MAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALfSURBVHgB7dpBctMwGIbhX+5MYFhxBOcEtCcg6QkyOQATdtBN4Qa9AWHRYclwgM70BLRwAAgniI9QdsCQCH0ucuK2aW35lyzJfld2mtrOM2riSiHq62szQX2l0neTp8nj5FiuxUjpjK4flQtJYp4dnX26+fwecCuFl4pHexfY3PGUTP5ejbO355l+oAf8XwU8HRAPFOIVdhLqq4OXP50GyRu903nAmnh5gsRzvd1pQBO8vOLDpcOAxng36iRgczy50FudA+QYebgn1Nuduo1h+rPNlkdnQ73TmRHIhSfFarz9QCdGICde9nrzXwiKHtAmHooa0DYeihbQBR6KEtAVHooO0CUeigrQNR6KBrANPBQFYFt4KHjANvFQ0IBt46FgAX3AQ0EC+oKHggP0CQ8FBegbHroFWKzMSzGj4kLlQgg6X/9av9froa7zEQ+VAE1W5l3kKx4qADHy1EV+p2or884QfcZDmyn9QTKhiivzeEF4YWQ53/FQAaiG4jFV7xpxPhmOLk7IRjg2A97SJh7ajEAh9qleqRjsfc5+LNgR85Gnjk3N8Q5t4qGmq3KsiDgG48izjoc2gJIuySwWxPTjjHCMUEaergCUJL+QeY0QgUc/r4LDQ6X7wOHp9Jt6Lzwg8zL5Z3WYPttfXo5PKv1CyHio9B4ok/UUF0Lm1RqJoeOhEiAuABdCDhDznwWOh+6cTEg/qNsImb+wIZm3888ZeCF+YNzVztkYW4gx4aF7p7O4EfOdiPDQg/OBnIj5CTnwEoX3qn08VGlClQtRH47M8woPVZ6RZkJsknd4qNaUfouIXuKh2msiLSB6i4eMFpUcInqNh4xX5Rwgeo+HGi1rWkQMAg81Xhe2gBgMHmJZWGdEDAoPsX0zgQExODzEBogaIAaJh1gBkQFisHiIHRDVQAwaD1kBRFuI6Y7zBI+HrAHq0tPpTJ3mhTpRvnAviRZq/ys9+TvPXrbzTa8+j/oHNXRIRR8sWywAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center; }

.lens-packs-cell__price {
  color: #009cde;
  font-weight: 700;
  line-height: 30px;
  font-size: 1.23rem;
  text-align: center; }

.lens-packs-cell__voucher {
  margin-bottom: 0;
  color: #009cde;
  font-weight: 700;
  line-height: 21px;
  font-size: 16px; }

.lens-packs-cell__voucher small {
  font-size: 11px; }

.lens-packs-cell__radio {
  display: none; }

.lens-packs-accordion-item {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2px;
  border: 6px solid transparent;
  -webkit-transition: border-color 200ms ease-out;
  transition: border-color 200ms ease-out; }

.lens-packs-accordion-item._is_selected {
  border-color: #009cde;
  z-index: 200; }

.lens-packs-accordion-item._is_selected::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.lens-packs-accordion-item::before, .lens-packs-accordion-item::after {
  position: absolute;
  content: "";
  border-radius: 50%; }

.lens-packs-accordion-item::before {
  height: 34px;
  width: 34px;
  border: 1px solid #e6e6e6;
  top: 20px;
  left: 20px;
  background-color: white; }

.lens-packs-accordion-item::after {
  height: 20px;
  width: 20px;
  top: 27px;
  left: 27px;
  background-color: #009cde;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

.lens-packs-accordion-item--basic {
  border-color: #9ac6d9; }

.lens-packs-accordion-item--basic .lens-packs-accordion-item__header {
  background-color: #9ac6d9; }

.lens-packs-accordion-item--bronze {
  border-color: #6c5d4b; }

.lens-packs-accordion-item--bronze .lens-packs-accordion-item__header {
  background-color: #6c5d4b; }

.lens-packs-accordion-item--silver {
  border-color: #555551; }

.lens-packs-accordion-item--silver .lens-packs-accordion-item__header {
  background-color: #555551; }

.lens-packs-accordion-item--gold {
  border-color: #7f6e3f; }

.lens-packs-accordion-item--gold .lens-packs-accordion-item__header {
  background-color: #7f6e3f; }

.lens-packs-accordion-item--platinum {
  border-color: #838b83; }

.lens-packs-accordion-item--platinum .lens-packs-accordion-item__header {
  background-color: #838b83; }

.lens-packs-accordion-item--diamond {
  border-color: #456573; }

.lens-packs-accordion-item--diamond .lens-packs-accordion-item__header {
  background-color: #456573; }

.lens-packs-accordion-item__header {
  padding: 20px 20px 20px 70px;
  cursor: pointer; }

.lens-packs-accordion-item__header h4 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 33px; }

.lens-packs-accordion-item__radio {
  display: none; }

.lens-packs-accordion-item__body {
  height: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms linear;
  transition: max-height 350ms linear;
  will-change: max-height; }

.lens-packs-accordion-item._is_selected .lens-packs-accordion-item__body {
  padding: 15px 20px 30px 20px;
  height: auto;
  max-height: none;
  overflow: visible; }

.lens-packs-accordion-item__body ul {
  display: block;
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none; }

.lens-packs-accordion-item__body ul li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px; }

.lens-packs-accordion-item__body ul li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA8CAYAAADxJz2MAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALfSURBVHgB7dpBctMwGIbhX+5MYFhxBOcEtCcg6QkyOQATdtBN4Qa9AWHRYclwgM70BLRwAAgniI9QdsCQCH0ucuK2aW35lyzJfld2mtrOM2riSiHq62szQX2l0neTp8nj5FiuxUjpjK4flQtJYp4dnX26+fwecCuFl4pHexfY3PGUTP5ejbO355l+oAf8XwU8HRAPFOIVdhLqq4OXP50GyRu903nAmnh5gsRzvd1pQBO8vOLDpcOAxng36iRgczy50FudA+QYebgn1Nuduo1h+rPNlkdnQ73TmRHIhSfFarz9QCdGICde9nrzXwiKHtAmHooa0DYeihbQBR6KEtAVHooO0CUeigrQNR6KBrANPBQFYFt4KHjANvFQ0IBt46FgAX3AQ0EC+oKHggP0CQ8FBegbHroFWKzMSzGj4kLlQgg6X/9av9froa7zEQ+VAE1W5l3kKx4qADHy1EV+p2or884QfcZDmyn9QTKhiivzeEF4YWQ53/FQAaiG4jFV7xpxPhmOLk7IRjg2A97SJh7ajEAh9qleqRjsfc5+LNgR85Gnjk3N8Q5t4qGmq3KsiDgG48izjoc2gJIuySwWxPTjjHCMUEaergCUJL+QeY0QgUc/r4LDQ6X7wOHp9Jt6Lzwg8zL5Z3WYPttfXo5PKv1CyHio9B4ok/UUF0Lm1RqJoeOhEiAuABdCDhDznwWOh+6cTEg/qNsImb+wIZm3888ZeCF+YNzVztkYW4gx4aF7p7O4EfOdiPDQg/OBnIj5CTnwEoX3qn08VGlClQtRH47M8woPVZ6RZkJsknd4qNaUfouIXuKh2msiLSB6i4eMFpUcInqNh4xX5Rwgeo+HGi1rWkQMAg81Xhe2gBgMHmJZWGdEDAoPsX0zgQExODzEBogaIAaJh1gBkQFisHiIHRDVQAwaD1kBRFuI6Y7zBI+HrAHq0tPpTJ3mhTpRvnAviRZq/ys9+TvPXrbzTa8+j/oHNXRIRR8sWywAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: center; }

.lens-packs-accordion-item__price {
  text-align: center;
  color: #009cde;
  font-weight: 700;
  line-height: 30px;
  font-size: 1.3rem; }

.lens-packs-accordion-item__voucher {
  text-align: center;
  color: #009cde;
  margin-bottom: 0; }

.breadcrumbs__link-wrapper {
  display: inline-block;
  padding-right: 0.3rem; }

.breadcrumbs__link-wrapper::after {
  color: #bdbdbd;
  content: " /"; }

.breadcrumbs__link-wrapper:last-child .breadcrumbs__link {
  color: #333333; }

.breadcrumbs__link-wrapper:last-child::after {
  content: none; }

.breadcrumbs__link {
  color: #bdbdbd;
  text-decoration: none; }

.breadcrumbs__link:hover {
  color: #009cde; }

.breadcrumbs__link:focus {
  color: #009cde; }

.is--solaris .breadcrumbs__link:hover {
  color: #fe5000; }

.is--solaris .breadcrumbs__link:focus {
  color: #fe5000; }

.is--solaris .breadcrumbs__link:hover {
  color: #fe5000; }

.breadcrumbs__link:focus {
  color: #fe5000; }

.breadcrumbs__current-page-text {
  white-space: nowrap; }

.cookie-notification {
  min-height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05);
  z-index: 600; }

.cookie-notification__container {
  height: 100%;
  width: 100%;
  max-width: 1370px;
  margin: 1rem 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 56.25em) {
  .cookie-notification__container {
    padding: 0 60px; } }

.cookie-notification__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  margin-bottom: 0; }

.cookie-notification__link {
  display: inline-block; }

.footer {
  position: relative;
  padding: 45px 0 35px 0;
  background-color: #002f72;
  color: #ffffff; }

@media (min-width: 56.25em) {
  .footer {
    padding: 65px 15px 45px 15px; } }

.footer__top {
  display: none; }

@media (min-width: 56.25em) {
  .footer__top {
    display: block;
    width: 100%;
    margin-bottom: 55px; } }

.footer__logo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto; }

.footer__title {
  display: none; }

@media (min-width: 56.25em) {
  .footer__title {
    display: block;
    margin-bottom: 60px;
    font-size: 2.35rem; } }

@media (min-width: 56.25em) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px; } }

.footer__social-title, .footer__accordion-title {
  font-size: 1.4rem; }

@media (min-width: 56.25em) {
  .footer__social-title, .footer__accordion-title {
    font-size: 1.75rem; } }

.footer__social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 40px; }

@media (min-width: 56.25em) {
  .footer__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; } }

.footer__social-title {
  margin-bottom: 25px;
  font-size: 1.4rem;
  text-align: center; }

@media (min-width: 56.25em) {
  .footer__social-title {
    margin-bottom: 35px;
    font-size: 1.75rem;
    text-align: left; } }

.footer__social-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 0 25px 0;
  padding: 0 50px;
  list-style: none; }

@media (min-width: 56.25em) {
  .footer__social-links {
    padding: 0;
    margin-bottom: 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.footer__social-links img {
  height: 28px;
  width: 28px; }

.footer__social-links-item {
  margin: auto 0; }

@media (min-width: 56.25em) {
  .footer__social-links-item + .footer__social-links-item {
    margin-left: 40px; } }

.footer__social-link {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  display: block; }

.footer__social-link:hover {
  color: #ffffff;
  opacity: 0.8; }

.footer__social-link:focus {
  color: #ffffff;
  opacity: 0.8; }

.footer__social-link:active {
  color: #ffffff;
  opacity: 0.6; }

.footer__social-link-text {
  display: none; }

.footer__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 56.25em) {
  .footer__apps {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.footer__apps-item + .footer__apps-item {
  margin-left: 20px; }

.footer__apps-link {
  display: inline-block; }

.footer__apps-link img {
  height: 40px; }

.footer__payment {
  margin-bottom: 20px; }

@media (min-width: 56.25em) {
  .footer__payment {
    position: absolute;
    top: 115px;
    right: 0;
    margin-bottom: 0; } }

.footer__payment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0;
  padding: 0 35px;
  list-style: none; }

@media (min-width: 56.25em) {
  .footer__payment-items {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.footer__payment-item {
  width: 50px;
  margin: auto 0; }

.footer__payment-item img {
  width: 100%;
  height: auto; }

@media (min-width: 56.25em) {
  .footer__payment-item + .footer__payment-item {
    margin-left: 25px; } }

.footer__payment-item-text {
  display: none; }

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 25px;
  text-align: center;
  list-style: none; }

@media (min-width: 56.25em) {
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 80%; } }

.footer__links-item {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 20px 10px 0; }

.footer__link {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none; }

.footer__link:hover {
  color: #ffffff;
  opacity: 0.8; }

.footer__link:focus {
  color: #ffffff;
  opacity: 0.8; }

.footer__link:active {
  color: #ffffff;
  opacity: 0.6; }

.footer__legal {
  text-align: center;
  color: inherit;
  padding: 0 1rem; }

.footer__legal p {
  margin: 0;
  color: inherit; }

.footer__legal a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none; }

.footer__legal a:hover {
  color: #ffffff;
  opacity: 0.8; }

.footer__legal a:focus {
  color: #ffffff;
  opacity: 0.8; }

.footer__legal a:active {
  color: #ffffff;
  opacity: 0.6; }

.error-page {
  padding: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

@media (min-width: 37.5em) {
  .error-page {
    padding: 40px 0 60px; } }

.error-page__header, .error-page__sub-header {
  margin: 0; }

.error-page__header {
  font-size: 1.75rem;
  margin-bottom: 0.35rem; }

.error-page__image {
  color: #bdbdbd;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin: 30px 0; }

@media (min-width: 37.5em) {
  .error-page__image {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 60px 0; } }

.error-page__buttons {
  width: 80vw; }

@media (min-width: 37.5em) {
  .error-page__buttons {
    width: auto; } }

.error-page__button {
  display: block;
  width: 100%;
  margin-bottom: 1rem; }

.split-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

@media (min-width: 56.25em) {
  .split-pane {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100vh; } }

.split-pane__main, .split-pane__aside {
  margin-top: 0;
  height: 100%;
  overflow-y: auto; }

@media (min-width: 56.25em) {
  .split-pane__main, .split-pane__aside {
    -webkit-box-flex: 50vw;
    -ms-flex: 50vw;
    flex: 50vw; }
  .split-pane__main--ratio-25, .split-pane__aside--ratio-25 {
    -webkit-box-flex: 25vw;
    -ms-flex: 25vw;
    flex: 25vw; }
  .split-pane__main--ratio-75, .split-pane__aside--ratio-75 {
    -webkit-box-flex: 75vw;
    -ms-flex: 75vw;
    flex: 75vw; }
  .split-pane__main--ratio-50, .split-pane__aside--ratio-50 {
    -webkit-box-flex: 50vw;
    -ms-flex: 50vw;
    flex: 50vw; }
  .split-pane__main--ratio-50, .split-pane__aside--ratio-50 {
    -webkit-box-flex: 50vw;
    -ms-flex: 50vw;
    flex: 50vw; }
  .split-pane__main--ratio-75, .split-pane__aside--ratio-75 {
    -webkit-box-flex: 75vw;
    -ms-flex: 75vw;
    flex: 75vw; }
  .split-pane__main--ratio-25, .split-pane__aside--ratio-25 {
    -webkit-box-flex: 25vw;
    -ms-flex: 25vw;
    flex: 25vw; } }

.split-pane--first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.submenu {
  display: block;
  position: fixed;
  top: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  background-color: #ffffff;
  color: #333333;
  text-transform: none;
  padding: 30px 30px 80px 30px;
  z-index: 400;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none; }

.submenu._is_closed {
  -webkit-animation: submenu-fade-out 300ms ease;
  animation: submenu-fade-out 300ms ease; }

.submenu._is_open {
  -webkit-animation: submenu-fade-in 300ms ease;
  animation: submenu-fade-in 300ms ease;
  opacity: 1;
  pointer-events: all; }

@media (min-width: 56.25em) {
  .submenu {
    position: absolute;
    height: 500px;
    left: -100vw;
    right: -100vw;
    top: 62px;
    padding: 30px 0 0 0;
    overflow: visible;
    opacity: 1;
    display: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: none !important;
    animation: none !important;
    pointer-events: all;
    width: initial;
    -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.25); }
  .site-nav__item:hover .submenu, .submenu._is_open {
    display: block; } }

@media (min-width: 75em) {
  .submenu {
    top: 64px; } }

.submenu__content {
  position: relative;
  width: 100%;
  height: auto; }

@media (min-width: 56.25em) {
  .submenu__content {
    padding: 0 0 10px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    margin: 0 100vw 0 calc(100vw - 20px);
    max-width: 1000px; } }

@media (min-width: 75em) {
  .submenu__content {
    max-width: 1370px;
    padding: 0 0 10px 40px; } }

.submenu__column {
  margin-bottom: 50px; }

@media (min-width: 56.25em) {
  .submenu__column {
    margin-bottom: 25px;
    width: 25%; }
  .submenu__column:last-of-type {
    width: 50%; } }

.submenu__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.15rem;
  letter-spacing: 0.005em;
  color: #333333; }

@media (min-width: 56.25em) {
  .submenu__title {
    font-size: 1.05rem;
    margin-bottom: 10px; }
  .submenu__title::after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #b3b3b3;
    margin-top: 10px; } }

.submenu__items {
  margin: 0;
  padding: 0;
  list-style: none; }

.submenu__item + .submenu__item {
  margin-top: 1rem; }

.submenu__link {
  text-decoration: none;
  font-weight: 400;
  color: #333333; }

.submenu__link:hover {
  color: #009cde;
  text-decoration: none; }

.submenu__link:focus {
  color: #009cde;
  text-decoration: none; }

@media (min-width: 56.25em) {
  .submenu__link {
    font-size: 0.9375rem; } }

@-webkit-keyframes submenu-fade-in {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes submenu-fade-in {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes submenu-fade-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0.15; }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; } }

@keyframes submenu-fade-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0.15; }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; } }

.header {
  z-index: 500;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 15px;
  background-color: #ffffff;
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out; }

.header--with-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); }

@media (min-width: 56.25em) {
  .header {
    z-index: 600;
    position: relative;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 62px; } }

@media (min-width: 75em) {
  .header {
    margin-bottom: 64px;
    padding: 0; } }

.header--hidden {
  top: -100px; }

.header__search {
  padding: 0 1rem 0.5rem; }

@media (min-width: 56.25em) {
  .header__search {
    padding: 0.5rem 0 0.5rem 1rem;
    width: 25%;
    min-width: 300px; } }

.header__search--mobile {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); }

@media (min-width: 56.25em) {
  .header__search--mobile {
    display: none; } }

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0; }

@media (min-width: 56.25em) {
  .header__container {
    padding: 0; } }

@media (min-width: 75em) {
  .header__container {
    padding: 0 15px;
    max-width: 1400px; } }

.header__hamburger {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  line-height: 1;
  color: #002f72; }

.header__hamburger:focus {
  outline: none;
  color: #0054cd; }

@media (min-width: 56.25em) {
  .header__hamburger {
    display: none; } }

.header__logo-wrapper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

@media (min-width: 56.25em) {
  .header__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial; } }

.header__logo {
  display: inline-block;
  width: auto;
  height: 30px; }

@media (min-width: 56.25em) {
  .header__logo {
    width: 225px;
    height: auto; } }

.header__logo .logo__img {
  height: 100%;
  width: auto; }

@media (min-width: 56.25em) {
  .header__logo .logo__img {
    height: auto;
    width: 100%; } }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto; }

.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.header__icon {
  margin-left: 15px;
  line-height: 1;
  color: #002f72; }

.header__icon:hover {
  color: #0054cd; }

.header__icon:focus {
  color: #0054cd; }

@media (min-width: 56.25em) {
  .header__icon {
    padding: 25px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin-left: -1px; } }

.header__appointment {
  display: none; }

@media (min-width: 56.25em) {
  .header__appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px; } }

.header__appointment .button {
  padding-top: 9px;
  padding-bottom: 12px;
  font-size: 0.95rem; }

.site-nav {
  z-index: 600;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@media (max-width: 37.437em) {
  .site-nav._is_closed {
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; } }

.site-nav._is_open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in; }

@media (min-width: 56.25em) {
  .site-nav {
    z-index: 500;
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    padding-bottom: 0;
    height: auto;
    overflow: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); } }

.site-nav--sticky {
  position: fixed;
  top: 0; }

.site-nav__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 56.25em) {
  .site-nav__container {
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 75em) {
  .site-nav__container {
    max-width: 1400px; } }

.site-nav__top {
  height: 60px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.site-nav--submenu-open .site-nav__top {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

@media (min-width: 56.25em) {
  .site-nav__top {
    display: none; } }

.site-nav__back-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 20px;
  margin-left: -5px;
  border: 0;
  background-color: transparent;
  text-align: left;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: submenu-fade-in 400ms ease;
  animation: submenu-fade-in 400ms ease;
  text-transform: uppercase; }

.site-nav__back-button:empty {
  display: none; }

.site-nav__back-button:hover, .site-nav__back-button:focus, .site-nav__back-button:active {
  outline: none;
  opacity: 0.8; }

.site-nav__back-button svg.icon--chevron-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  height: 24px;
  width: 24px;
  color: #333333; }

.site-nav__icon {
  padding: 0;
  color: #333333; }

.site-nav__icon + .site-nav__icon {
  margin-left: 20px; }

.site-nav__cart {
  margin-top: 2px; }

.site-nav__close {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer; }

.site-nav__close:focus {
  outline: none;
  color: #009cde; }

.site-nav__close:hover {
  outline: none;
  color: #009cde; }

.site-nav__close:active {
  outline: none;
  color: #009cde; }

.site-nav__logo {
  display: none; }

@media (min-width: 75em) {
  .site-nav__logo {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 27px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    pointer-events: none;
    opacity: 0; }
  .site-nav--sticky .site-nav__logo {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms; } }

@media screen and (min-width: 1440px) {
  .site-nav__logo {
    left: 0; } }

.site-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out; }

.site-nav--submenu-open .site-nav__menu {
  overflow-y: hidden; }

@media (min-width: 56.25em) {
  .site-nav--submenu-open .site-nav__menu {
    overflow-y: visible; } }

@media (min-width: 56.25em) {
  .site-nav__menu {
    height: 62px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: visible; } }

@media (min-width: 56.25em) and (min-width: 75em) {
  .site-nav__menu {
    height: 64px; } }

@media (min-width: 75em) {
  .site-nav__menu {
    padding: 0; }
  .site-nav--sticky .site-nav__menu {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@media screen and (min-width: 1415px) {
  .site-nav__menu {
    left: -5px; }
  .site-nav--sticky .site-nav__menu {
    -webkit-transform: translateX(70px);
    transform: translateX(70px); } }

.site-nav__item {
  margin: 0;
  padding: 0;
  position: relative; }

.site-nav__item--my-account {
  margin-top: 1.5rem; }

@media (min-width: 56.25em) {
  .site-nav__item {
    position: static;
    border-bottom: 4px solid transparent; }
  .site-nav__item._is_active {
    border-bottom-color: #009cde; }
  .site-nav.site-nav--solaris .site-nav__item._is_active {
    border-bottom-color: #fe5000; }
  .site-nav__item--my-account {
    display: none; } }

.site-nav__item svg.icon--chevron-right {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  pointer-events: none; }

@media (min-width: 56.25em) {
  .site-nav__item svg.icon--chevron-right {
    display: none; } }

.site-nav__link {
  display: block;
  padding: 22px 10px 15px 10px;
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 56.25em) {
  .site-nav__link {
    font-size: 0.8rem;
    display: inline-block;
    padding: 22px 10px 16px 10px; } }

@media (min-width: 75em) {
  .site-nav__link {
    font-size: 0.85rem;
    padding: 22px 20px 16px 20px; } }

.site-nav__link:hover, .site-nav__link:focus {
  text-decoration: none; }

.site-nav.site-nav--solaris .site-nav__link:hover {
  color: #fe5000; }

.site-nav.site-nav--solaris .site-nav__link:focus {
  color: #fe5000; }

.site-nav__item._is_active .site-nav__link {
  color: #009cde; }

.site-nav__item._is_active .site-nav__link:hover {
  color: #009cde; }

.site-nav__item._is_active .site-nav__link:focus {
  color: #009cde; }

.site-nav.site-nav--solaris .site-nav__item._is_active .site-nav__link {
  color: #fe5000; }

.site-nav__appointment {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 15px; }

@media (min-width: 56.25em) {
  .site-nav__appointment {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0; } }

.site-nav__appointment .button {
  display: block;
  height: 48px;
  padding: 5px 1.8rem; }

@media (min-width: 56.25em) {
  .site-nav__appointment .button {
    display: inline-block; } }

.site-nav__appointment .button__text {
  font-size: 16px;
  display: none;
  margin: 0 10px; }

@media (min-width: 75em) {
  .site-nav__appointment .button__text {
    display: inline-block; }
  .site-nav--sticky .site-nav__appointment .button__text {
    display: none; } }

._is_open .site-nav__appointment .button__text {
  display: inline-block; }

.site-nav__appointment .button__icon {
  margin: 0; }

.footer-accordion {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 55px; }

@media (min-width: 56.25em) {
  .footer-accordion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; } }

.footer-accordion__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

@media (min-width: 56.25em) {
  .footer-accordion__item {
    border-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (min-width: 75em) {
  .footer-accordion__item {
    padding-left: 5%; } }

.footer-accordion__item + .footer-accordion__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

@media (min-width: 56.25em) {
  .footer-accordion__item + .footer-accordion__item {
    border-bottom: 0; } }

.footer-accordion__title {
  display: none; }

@media (min-width: 56.25em) {
  .footer-accordion__title {
    display: inline-block;
    font-size: 1.75rem;
    margin-bottom: 40px; } }

.footer-accordion__button {
  position: relative;
  width: 100%;
  padding: 25px 40px;
  color: #ffffff;
  background: transparent;
  border: 0;
  opacity: 1;
  cursor: pointer; }

.footer-accordion__button:focus {
  outline: none; }

.footer-accordion__button svg.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 24px;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }

.footer-accordion__button--active svg.icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media (min-width: 56.25em) {
  .footer-accordion__button {
    display: none; } }

.footer-accordion__button-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0; }

.footer-accordion__content {
  display: none;
  max-width: 360px;
  margin: 0 auto; }

@media (min-width: 56.25em) {
  .footer-accordion__content {
    margin: 0; } }

.footer-accordion__content ul {
  text-align: center; }

@media (min-width: 56.25em) {
  .footer-accordion__content ul {
    text-align: left; } }

.footer-accordion__content ul.checkmark-list {
  text-align: left; }

.footer-accordion__content--active {
  display: block;
  padding: 10px 25px 30px 25px;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media (min-width: 56.25em) {
  .footer-accordion__content {
    display: block; } }

.footer-accordion__content ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-accordion__content ul.checkmark-list li::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAc8SURBVHgB7V2Ndds4DIZvAm9QdoL2Jqg6QbNBfBOcb4L4Jmg7gXsTpBsonSDpBFQmiG+C78iQaXWuAZISJVGyv/fw4tikRAEQABL8WVGhALA2f94aemPotaFXhpShdYvaOHhq/N9HQ9rQd0MPq9XqQAViRYXAM/zK0DtDFTlm58SDpztD34xAGjp3WKYb+tNQjfFRG7o2pOjcYB66wjRM53Br6IqWDPzUdo1yoQ1d09IAx/gnzAcaIwliUCdsHqIyf/bU3aE25Jzmo//8QnTsROGc+Jp+RkovEZTyn7vef2fu9Q/NCYYZCs6upsK+JZ8MXXmG5mrP2l/zC7qZwD3m4qzhIosUc/PC9IpGAlwQkCoMW7Zc/wCnZR8THqiGE1Y2Te/Y7g3SBPFx6jb/AjiToyMfoMaI2h6LREHYcopKgGnIW8SZHNvo4mPtBEHYMl2de7bGXiMOO5T22gbg2xyDafwCXGxfvpb0AOJN65bGRCTzbWQzK60/Bbjg4lPE844jBMSZnXE1YgQgziQNa47gHK4E64wrWijg+g+hgGMYk4uwPdSYsb2PhVdCHVBCRTkBZwdDzFd0JohUxnz+D3IP9+kcNP8YCPd/PlIOwHVMJFR0poDzCRL6OWWEX7UdnTkMD7YCf/r5A7gRQw6f6IJnQO4n3FIXQDY9GgvoZOUCwkFKRakIXFDRwgFn3/eegrYcch9JUwoC2r+jhQOnh1qCvXvIveX40QHw2p8myRkCLvDo9OyQTZF1yGGzDVn7lzdlowUEor7Ia1wJ/Au/BThv7a8F5tUZrqNDFSXpLV37b4RnT4rnIXfQKqnibSfJzRwI5zeSU6ng34Kaq6CEBixW+/1zS2M6O+oAyL50nVJhsdqP8FBLt14s/YiIOMFuT1WomcJ7Wiggz97T6NnhBD9EUR8XlMxPRQsEMjpd4R6SM163C56V+YEc7Vlky2mDN0Mb+/tvvlzF1L+jhcFrtpQs+Xu1WuUc6eVmVr/78ck06p6R0gdaEBAetbynzBDeNt1uFIdFDTlDzm9oDDDKG+QveEeRXRumBGSnazFYXhv8W1dZH8Dd+JEWArhIbicU+cvY/QcaDt+Y799aASjmxyEbNBq8WZH6Mp8zO91TaJjvlRXAK+bHpZgg2+lRzG+NYf4Y0ygb5vtnAXCO9l+aOeDm5ijm58bQexoHDfP9K8lBKJoxEB7hrGgkQMqyge+pzTYERXgS8Y5GhCCAJ+JaSDMFwiOckwwusnxmf5gpwPfqgQnnM52FACB3tjQm9GuTCACuGz6KxmGAtGLm9rEC4Jywoo7wjK9b19oPKQgMlFbM2D5uPOhpkDAUpwe9Oqf3AvcaLK2YuY2noCWnVVFHgEf2XicGTitmamPFtK+2PeGGqaeoOw7M9zc5GWKudUNunzmuDe8L2RuOHW2wAuBGPRV1x2fiG5IlDodL6e2EItuCNubjRpwbaYVHL0ZBjsd7rZ9C4U73GODN5FayT70S8hFMqqgDEE4rRs/hHAuQ/CwGTElCXj+lu1wfE6QV+yCKv+A1qndSHvKM4yRThHBaUVFhAJ+Uv28X4rSqd6YIYVMU1UPFiHN5ckLg7b5daMMUeqIMCDAvOAsN4c5WsSs2hXZftwtJdqqiDIC8lLMW6o0+lycXIE9NVMeFa6ZgFu2KYOSWqSdtk6BRcOYOvPmpTxXmIpa4xWVxDZI04hdThAnn8uQAYsxPq7BkhrIt0IAcmtp4ee3LFZVWTAXkBRqKq1QzFbJ2biCHprcI71xY/DYJQvu/SpUkE1FRJiAcmkrQKHzCAGTt/xCqrJmKud+CLdKhMYPpMuiz1DfAmKxpPaRv8D1pWjEG6LvQHfLiMo38u5rfRzJ/RzMAcix0h/wW7CgjEN6XU2Mm69Qgh80ntX8lXMxKTDE//557OjecbbcO6iW2t3NTv5r73NEM4NvPabmdBPyaEi9YBbTysmGTB8K9/G79KMhOMs+ugAsA5OGS7plFhOP1IoeAxwSGno2Hy7aVLDD0tpWtG0lRymXj1tPIN1yCy9bF/wPG3rq4ddOnwE0vm3cPqYy4bF9fYart61uNCDllixtaGBB3asiGxgDiRjLLO2+rAxB/Ptro58jECEFjxs4ZYXs/DfNbDYwxRxazMklwWn8T+WwbmhIJWmLLFL/5H9wcppjnKaf/g7SjDHWJgkDaKd/2GRSVBMSft1WMIHybN0g7Xr3s89GQfjqpLbvH+MfZWkamHru7oTkAziR9QTq0F8ZQBzqnMv0Fdlhe0QAY+kjzjfljIyBF3WCzbo2h7/7zwf9/MBmmw9G9lP+oWmS34qmo35Hqf8wlK8cC6WZpati3ZHm5DpQvCA035LDsdCucPU6dEzQkapxjYgnOWaeGgTmZPrm2D+qEUwDnRCtPb4hfW9sVDbmdgO0Ohl+PnfhUKEYAx/CaaYVghWHn1NiIxn6n/N9jzT20qCG3AN3O03mOoEph+DH+A7Mn7r25mWMSAAAAAElFTkSuQmCC");
  top: 1px; }

.footer-accordion__content a {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.footer-accordion__content a:hover, .footer-accordion__content a:focus {
  color: white;
  opacity: 0.8; }

.footer-accordion__content a:active {
  color: white;
  opacity: 0.6; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.store-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.store-list__item {
  margin: 0; }

.preferred-store-finder__input--search, .preferred-store-finder__dropdown--result {
  padding: 0.5rem 0 0.55rem 0; }

@media (min-width: 56.25em) {
  .preferred-store-finder__input--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 56.25em) {
  .preferred-store-finder__input--search > label.form-control, .preferred-store-finder__input--search > button.button.button--secondary {
    width: calc(50% - 0.5rem);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0; } }

.preferred-store-finder__input--search .button {
  margin-top: auto;
  height: 2.75rem;
  width: 100%; }

.preferred-store-finder__input--search label.form-control {
  padding: initial;
  margin-bottom: 1rem; }

@media (min-width: 56.25em) {
  .preferred-store-finder__input--search label.form-control {
    margin: 0; } }

.preferred-store-finder__dropdown--result .dropdown {
  display: block;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  background: #ffffff; }

.preferred-store-finder__dropdown--result .dropdown .dropdown__label {
  display: none; }

.preferred-store-finder__dropdown--result .dropdown .dropdown__select {
  padding: 0.75rem 3.5rem 0.75rem 0.75rem;
  text-overflow: ellipsis; }

.preferred-store-finder .alert__text {
  margin: auto 0.75rem; }

.store-finder {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media screen and (min-width: 1024px) {
  .modal .store-finder {
    width: 90vw; } }

.store-finder__loader {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.store-finder__main {
  position: relative;
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 1024px) {
  .store-finder__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.store-finder__header {
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e6e6e6; }

.store-finder__title {
  margin-bottom: 0;
  font-size: 1.75rem; }

.store-finder .store-list {
  padding: 0 2rem; }

.store-finder__map {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media screen and (min-width: 1024px) {
  .store-finder__map {
    display: block; } }

@media (min-width: 56.25em) {
  .store-finder__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.store-finder__message {
  font-size: 1.1rem;
  margin: 2rem; }

.store-finder__use-my-location.button {
  padding: 0;
  background: none; }

.store-finder__use-my-location .button__icon {
  margin-top: -3px; }

.store-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 1px solid #e6e6e6; }

@media (min-width: 56.25em) {
  .store-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.store-item__link {
  display: block;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none; }

.store-item__link:hover {
  text-decoration: none;
  color: #333333; }

.store-item__link:focus {
  text-decoration: none;
  color: #333333; }

.store-item__title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  -webkit-transition: color 250ms ease-in;
  transition: color 250ms ease-in; }

.store-item__link:hover .store-item__title {
  color: #009cde; }

.store-item__link:focus .store-item__title {
  color: #009cde; }

.store-item--highlight .store-item__title {
  color: #009cde; }

.store-item__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px; }

@media (min-width: 75em) {
  .store-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.store-item__location {
  margin-bottom: 0; }

.store-item__street {
  margin-bottom: 0;
  font-weight: 400; }

.store-item__city {
  margin-bottom: 0;
  font-weight: 400; }

.store-item__phone {
  margin-bottom: 0;
  font-weight: 400; }

.store-item__email {
  margin-bottom: 0;
  font-weight: 400; }

.store-item__phone {
  margin-top: 10px; }

.store-item .button {
  width: 100%;
  margin-top: 25px;
  z-index: 300;
  padding: 0.6rem 1.5rem; }

@media (min-width: 56.25em) {
  .store-item .button {
    width: auto; } }

.store-item .button__text {
  font-size: 0.9rem; }

.store-search-form {
  display: block;
  position: relative;
  margin: 15px 0;
  z-index: 1; }

.store-search-form__submit {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  padding: 0;
  line-height: 1.05;
  background: transparent;
  border: 0;
  color: #b3b3b3;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear; }

.store-search-form__submit:hover {
  color: #009cde;
  outline: 0; }

.store-search-form__submit:focus {
  color: #009cde;
  outline: 0; }

.store-search-form .form-control {
  padding: 0; }

.store-search-form .form-control__optional-tag {
  display: none; }

.store-search-form .form-control__input._is_valid {
  border-color: #b3b3b3;
  background: transparent; }

.store-opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0; }

@media (min-width: 56.25em) {
  .store-opening-hours {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0; } }

@media (min-width: 75em) {
  .store-opening-hours {
    width: auto; } }

.store-opening-hours__times {
  margin-left: 1.15rem; }

.store-opening-hours__day, .store-opening-hours__time {
  white-space: nowrap;
  margin: 0 0 10px 0; }

.store-opening-hours__day {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-weight: 400;
  opacity: 0.7; }

.store-opening-hours__time {
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  word-spacing: 0.6rem; }

.store-opening-hours__time--closed {
  color: #c20000; }

.checkout-section {
  position: relative;
  height: 100%; }

.checkout-section--main {
  background-color: #fafafa;
  height: auto; }

@media (min-width: 56.25em) {
  .checkout-section--main {
    min-height: 100vh; } }

@media (min-width: 56.25em) {
  .checkout-section .cart {
    margin-top: 100px; } }

.checkout-section .support-footer {
  border-top: 0; }

.checkout-section__header {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0 0 0; }

.checkout-section--completed .checkout-section__header {
  border-bottom: 0;
  padding-bottom: 0; }

@media (min-width: 37.5em) {
  .checkout-section__header {
    padding: 15px 25px 0 25px; } }

@media (min-width: 75em) {
  .checkout-section__header {
    padding: 30px 100px 0 100px; } }

.checkout-section__header .logo {
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 15px; }

@media (min-width: 56.25em) {
  .checkout-section__header .logo {
    display: inline-block;
    width: 260px;
    margin: 0 0 30px 0; } }

.checkout-section__body {
  min-height: 100%;
  position: relative;
  padding: 30px 20px; }

@media (min-width: 56.25em) {
  .checkout-section__body {
    padding: 10px 40px; } }

.checkout-section--main .checkout-section__body {
  position: relative;
  padding: 30px 20px 70px 20px; }

@media (min-width: 75em) {
  .checkout-section--main .checkout-section__body {
    padding: 40px 60px 100px 60px; } }

@media screen and (min-width: 1600px) {
  .checkout-section--main .checkout-section__body {
    padding: 40px 100px 100px 100px; } }

.checkout-section--main.checkout-section--completed .checkout-section__body {
  padding-top: 10px; }

.checkout-section__body .alert {
  margin-bottom: 30px; }

.checkout-section__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 300;
  padding-top: 300px; }

@media (min-width: 56.25em) {
  .checkout-section__loader {
    padding-top: 400px; } }

.checkout-section__loader .loader::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#009cde));
  background-image: linear-gradient(#fafafa, #009cde); }

.checkout-section__loader .loader::after {
  background-color: #fafafa; }

.checkout-step__heading {
  margin-bottom: 30px; }

.checkout-step__heading h1 {
  font-size: 2rem;
  color: #33ad15;
  margin-bottom: 5px; }

.checkout-step__heading p {
  margin-bottom: 0; }

.checkout-step__title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem; }

.checkout-step__title:not(:first-of-type) {
  margin-top: 2rem; }

.checkout-step__title + .radio-button-group {
  margin: 20px 0 20px; }

.checkout-step__terms {
  margin-top: 25px;
  margin-bottom: -5px;
  text-align: left;
  font-size: 0.8rem; }

@media (min-width: 56.25em) {
  .checkout-step__terms {
    font-size: 0.95rem;
    margin-bottom: -15px; } }

.checkout-step__terms a {
  font-size: inherit; }

.checkout-step--shipping .form-group:focus {
  outline: none; }

.checkout-step--shipping .modal {
  width: 100vw;
  z-index: 600; }

.checkout-step--shipping .modal__body {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 56.25em) {
  .checkout-step--shipping .modal__body {
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    margin: 20px 0; } }

.checkout-pickup {
  width: 100%;
  position: relative; }

.checkout-pickup__link {
  display: inline-block;
  position: absolute;
  top: -35px;
  right: 0;
  text-decoration: underline; }

.checkout-pickup__no-store {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0; }

.checkout-pickup__no-store-link {
  display: inline-block;
  text-decoration: underline; }

.payment-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 56.25em) {
  .payment-overview--mbway {
    min-height: 60px; } }

.payment-overview__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }

@media (min-width: 56.25em) {
  .payment-overview__logo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .payment-overview__logo .icon {
    -webkit-transform: scale(1.8);
    transform: scale(1.8); } }

.payment-overview__content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.payment-overview__label, .payment-overview__value {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  line-height: 2; }

.payment-overview__label {
  color: #828282; }

.payment--logo {
  -webkit-transform: scale(3);
  transform: scale(3); }

.payment--logo__mbway {
  -webkit-transform: scale(1);
  transform: scale(1); }

.checkout-footer {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media (min-width: 56.25em) {
  .checkout-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0; } }

.checkout-footer .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
  z-index: 5; }

@media (min-width: 56.25em) {
  .checkout-footer .button {
    width: calc(50% - 0.5rem);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0; } }

.checkout-footer--flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.checkout-footer:focus {
  outline: none; }

.checkout-step--payment + .checkout-footer--creditcard .button {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

@media (min-width: 56.25em) {
  .checkout-step--payment + .checkout-footer--creditcard {
    width: 50%; }
  .checkout-step--payment + .checkout-footer--creditcard .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    margin-right: 10px; } }

.checkout-step--payment + .checkout-footer--creditcard .radio-button-group__label-aside img {
  height: 30px; }

@media (min-width: 56.25em) {
  .checkout-step--payment + .checkout-footer--creditcard .radio-button-group__label-aside img {
    height: 50px; } }

.checkout-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.checkout-nav-step {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  margin-bottom: -1px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 56.25em) {
  .checkout-nav-step {
    padding: 15px; } }

.checkout-nav-step:hover, .checkout-nav-step:focus {
  text-decoration: none;
  outline: none; }

.checkout-nav-step--disabled {
  color: #bdbdbd; }

.checkout-nav-step--active {
  border-bottom: 1px solid #009cde;
  color: #009cde; }

.checkout-nav-step--completed {
  pointer-events: all;
  color: #333333; }

.checkout-nav-step__number {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center; }

@media (min-width: 56.25em) {
  .checkout-nav-step__number {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle; } }

.checkout-nav-step--completed .checkout-nav-step__number {
  font-size: 0; }

.checkout-nav-step--completed .checkout-nav-step__number::before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKySURBVHgBzZe7b9NQFMaP4wxsuEhRlGRxpzC6eSxZMF068pAidStdWUr5B5qywMgIU8rCSOjK0IYFISVRPcKEkaI8JiImMiTmO61dpY59bSfN45Ou/LjH9i/33nO+G4nWRBoUi8Wq4/H4iWEYpnM/RmugfD6/J8vyuSRJGh/Bqjp9KwcE3AEOJ2iKfUtlyGKxqPGFRCtULpc7wqhVfLoHaPsyrUgBcKw7aMOVTDHgqgFwhP7jVqv1bKlTjMWvYH3VcKqL4hiu2WxWLs9pSeLMjMfjNcuyNFEc4A4B9/b6mpYghuPMxKnqFwPwAWIOG43GyeT9hQOGhUOBfogCbbj7FgrI7mDDKeQPZ9pwple/7Hqhkk6nXyeTyZ+9Xm9AcwgF+DGsqzYPHEuahMMiPrcXsTkajYQPBsDt0ZU7kADOcPuul2I2HK+Ti4kMu2E3UcQFOAgOqgeNnCMpYBFf2g0K5mcKoRDuwPrABZhCSs5kMp9w3PLpZ7vZTaVSf7PZ7HfTND2DSqWSlEgk2B1ekEC2OwhjpgCREKd4cActJXjxznA4lABZn4TUdZ0URdnAdH1EzK7gOxb6XznuEAkQ2fqv2+2+R/aquNYEkDpDqqr6td1uU7lcpk6ncw+JdUZi62K4l4B7QzPouswA8hTTLYk+xpAYrbuA/NLv9zexdr/h9n2/eCTdH8Q8B9w7mlFThbpQKFTw4qOA5zhpeLRVEsDhx2x7uUMUTe0HMW11eyQfkL/T8KiJCvAvwJXA9oPmlOeGlSGRub8xpY8ooh3acNuzFnm3hB/nQo2PcRJsUAgB7gLxT28LjhU4OlzI4alnGM1NQZiFVoc9MtxcHu5WqOkLgGQ4dod9WoBC/SfhKeN1xevL1WXZ7rAQOFakBOAdjz2SWw4catwxrZuwnaqiXh7QEvQfIgI5YJYw3qwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 8px; }

.checkout-nav-step__name {
  display: block;
  font-weight: 500;
  vertical-align: middle; }

@media (min-width: 56.25em) {
  .checkout-nav-step__name {
    display: inline-block; } }

/**
 * styling for SIBS credit card form, not our own markup
 */
.wpwl-container {
  margin-top: -20px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

@media (min-width: 56.25em) {
  .wpwl-container {
    margin-top: -90px;
    -webkit-transform: translateY(113px);
    transform: translateY(113px); } }

.wpwl-container .wpwl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  max-width: none; }

.wpwl-container .wpwl-group {
  width: auto;
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0.75rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.wpwl-container .wpwl-group-expiry, .wpwl-container .wpwl-group-cvv {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

@media (min-width: 56.25em) {
  .wpwl-container .wpwl-group {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .wpwl-container .wpwl-group-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px; }
  .wpwl-container .wpwl-group-cardNumber {
    width: 75%; }
  .wpwl-container .wpwl-group-cardHolder {
    width: 60%;
    padding-right: 15px; }
  .wpwl-container .wpwl-group-expiry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px; }
  .wpwl-container .wpwl-group-cvv {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .wpwl-container .wpwl-group-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 30px; } }

.wpwl-container .wpwl-group .wpwl-label {
  width: 100%;
  margin-bottom: 3px;
  padding: 0;
  font-size: 0.9rem;
  color: #333333;
  font-weight: 500; }

.wpwl-container .wpwl-wrapper {
  width: 100%; }

.wpwl-container .wpwl-wrapper-brand {
  padding: 0; }

.wpwl-container .wpwl-control {
  display: block;
  font-size: 1rem;
  height: 48px;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in; }

.wpwl-container .wpwl-control:focus {
  outline: none;
  border-color: #009cde; }

.wpwl-container .wpwl-control.wpwl-has-error {
  border-color: #c20000;
  color: #333333; }

.wpwl-container .wpwl-control._is_valid {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAwCAYAAABNPhkJAAABdklEQVR4AeXZwW3DMAwFUI8goKLRY0YQZPueTZIN2g2SDdoN3FuB2LJG8AgZwSN4hLQ8FOCtEOgIokmA9zwgMMXPam/lQ33xsb5UGqqJ8NYEeGDvHt1McPrDUrQa7G7RbrBHCtw12t3ANcGuiPq3JzhpwcpHu29zSMZij/AlFAtLOtbOirBwd9EYBVhlWB9gUYZ9PQggasX2xqjCtiPcFWD1YOnmM6vB+lD36Vi7Eixvx+xu4MrHgttyoV5zoH2EjxKwjxxoDN1SsdjtYI/PTA8WfASUgu3CyznDQk3QCrAM9KZ/4/f86QELzcAGe91m0I900HPQArBYOLT9L4CNTrgK5Mey0SRN6I1JHHUMrAD0dlgBaJzrxWLZ6AlmdlCOPcJnlbu6mPZjSfcEKyooZ6DrKA7LRYu+CrTpHx75QbkPcFaDZaP5VwH5aFGhWzvYqxosRavBUrQaLEWrwVK0GixF868CwgrfwoygXDZaBZaiyVWguPoBTOcsChkFfL4AAAAASUVORK5CYII=") calc(100% - 15px) 50%/15px 12px no-repeat;
  border-color: #33ad15; }

.wpwl-container .wpwl-hint {
  position: absolute;
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: #c20000 !important; }

.wpwl-container .wpwl-button-pay {
  width: 100%;
  padding: 0.8rem 1.8rem;
  color: white;
  border: 0;
  height: 58px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-color: #009cde;
  border-radius: 300px;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color, color, border-color;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

@media (min-width: 56.25em) {
  .wpwl-container .wpwl-button-pay {
    width: calc(50% - 10px); } }

.wpwl-container .wpwl-button-pay:disabled {
  background-color: #b3b3b3;
  color: #292929;
  pointer-events: none; }

.wpwl-container .wpwl-button-pay:hover {
  outline: none;
  background-color: #009cde; }

.wpwl-container .wpwl-button-pay:focus {
  outline: none;
  background-color: #009cde; }

.wpwl-container .wpwl-brand {
  display: none; }

.wpwl-container .wpwl-clearfix::before, .wpwl-container .wpwl-clearfix::after {
  display: none; }

.checkout-summary {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px; }

.checkout-summary h3,
.checkout-summary h4,
.checkout-summary h5 {
  line-height: 1.15;
  margin-bottom: 5px; }

.checkout-summary p {
  line-height: 1.5; }

.checkout-summary p:last-of-type {
  margin-bottom: 0; }

.checkout-summary .icon-button {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  color: #009cde; }

.checkout-summary .icon-button .icon {
  height: 12px;
  width: 12px; }

.input-with-suggestions {
  position: relative; }

.input-with-suggestions__suggestions {
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 2px; }

.select-field {
  position: relative;
  margin: 0.5rem 0 0.55rem 0; }

.select-field__label {
  color: #333333;
  font-weight: 500;
  font-size: 0.9rem; }

.select-field__select {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-appearance: none;
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 0.55rem 0.75rem; }

.select-field__select-wrapper {
  position: relative; }

.select-field__select-wrapper .icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.select-field__placeholder {
  color: #b3b3b3; }

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left; }

@media (min-width: 37.5em) {
  .form-group--half .form-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .form-group--half .form-control + .form-control {
    -ms-flex-preferred-size: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem); }
  .form-group--third .form-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%; }
  .form-group--third .form-control + .form-control {
    -ms-flex-preferred-size: calc(33.333% - 1rem);
    flex-basis: calc(33.333% - 1rem); } }

.discount-code-form {
  height: 100%;
  margin-top: 1rem; }

.discount-code-form__button {
  width: 100%;
  margin-bottom: 1rem; }

.discount-code-form__form-control {
  margin: 5px 0 25px; }

.discount-code-form .form-control__error {
  float: left; }

@media (min-width: 56.25em) {
  .discount-code-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 20px 0;
    margin: 0; }
  .discount-code-form__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 60px; }
  .discount-code-form__form-control {
    width: 30%;
    padding-right: 10px; } }

.radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0; }

.radio-buttons--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.radio-buttons--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.radio-buttons__input {
  display: none; }

.radio-buttons__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px 5px 35px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  cursor: pointer; }

.radio-buttons__label::before, .radio-buttons__label::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto; }

.radio-buttons__label::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }

.radio-buttons__label::after {
  height: 10px;
  width: 10px;
  left: 7px;
  background-color: white;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33);
  transition: transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33), -webkit-transform 200ms cubic-bezier(0.17, 0.67, 0.84, 1.33); }

.radio-buttons__input:checked + .radio-buttons__label::before {
  border-color: #009cde;
  background-color: #009cde; }

.radio-buttons__input:checked + .radio-buttons__label::after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.radio-buttons__input:disabled + .radio-buttons__label {
  color: #e6e6e6;
  cursor: not-allowed; }

.form-control {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0.5rem 0 0.55rem 0; }

.form-control__optional-tag {
  display: inline-block;
  position: absolute;
  color: #828282;
  right: 0;
  top: 10px; }

.form-control__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 3px;
  color: #333333;
  font-weight: 500; }

.form-control__label .tooltip {
  margin-left: 5px;
  padding: 2px 0 0 0; }

.form-control__input {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  background: #ffffff; }

.form-control__input:focus {
  outline: none;
  border-color: #009cde; }

.form-control__input._is_valid {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAwCAYAAABNPhkJAAABdklEQVR4AeXZwW3DMAwFUI8goKLRY0YQZPueTZIN2g2SDdoN3FuB2LJG8AgZwSN4hLQ8FOCtEOgIokmA9zwgMMXPam/lQ33xsb5UGqqJ8NYEeGDvHt1McPrDUrQa7G7RbrBHCtw12t3ANcGuiPq3JzhpwcpHu29zSMZij/AlFAtLOtbOirBwd9EYBVhlWB9gUYZ9PQggasX2xqjCtiPcFWD1YOnmM6vB+lD36Vi7Eixvx+xu4MrHgttyoV5zoH2EjxKwjxxoDN1SsdjtYI/PTA8WfASUgu3CyznDQk3QCrAM9KZ/4/f86QELzcAGe91m0I900HPQArBYOLT9L4CNTrgK5Mey0SRN6I1JHHUMrAD0dlgBaJzrxWLZ6AlmdlCOPcJnlbu6mPZjSfcEKyooZ6DrKA7LRYu+CrTpHx75QbkPcFaDZaP5VwH5aFGhWzvYqxosRavBUrQaLEWrwVK0GixF868CwgrfwoygXDZaBZaiyVWguPoBTOcsChkFfL4AAAAASUVORK5CYII=") calc(100% - 15px) 50%/15px 12px no-repeat;
  border-color: #33ad15; }

.form-control__input._is_invalid {
  border-color: #c20000; }

.form-control__input[disabled] {
  background: #f2f2f2;
  color: #b3b3b3;
  border-color: #b3b3b3;
  cursor: not-allowed; }

.form-control__error {
  font-size: 0.75rem;
  color: #c20000; }

.form-control__wrapper {
  position: relative; }

.form-control__input--with-aside._is_valid {
  background: none; }

.form-control__aside {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.form-control__aside button {
  cursor: pointer;
  background: none;
  padding: 0; }

.book-appointment {
  background: #ffffff;
  padding: 40px 20px 30px 20px;
  max-width: 1150px; }

@media (min-width: 56.25em) {
  .book-appointment {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    min-width: 900px;
    margin: 0 auto;
    padding: 45px 2rem; } }

.book-appointment__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  color: #333333; }

@media (min-width: 56.25em) {
  .book-appointment__title {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0; } }

.book-appointment__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0.5rem 0; }

@media (min-width: 56.25em) {
  .book-appointment__input {
    margin: 0 1.85rem; } }

.book-appointment__input .form-control__input {
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0; }

.book-appointment__input .form-control__input._is_invalid {
  border-color: #b3b3b3; }

.book-appointment__input .form-control__aside {
  color: #bdbdbd; }

.book-appointment__input .form-control__label {
  display: none; }

.book-appointment__button {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 30px;
  font-size: 1rem; }

@media (min-width: 56.25em) {
  .book-appointment__button {
    width: auto;
    margin-top: 0; } }

.suggestions {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1.06rem;
  margin: 0;
  list-style: none; }

.suggestions__item {
  padding: 1.31rem 0;
  margin: 0; }

.suggestions__item + .suggestions__item {
  border-top: 1px solid #f2f2f2; }

.input {
  display: block;
  font-size: 1.05rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in; }

.input:focus {
  outline: none;
  border-color: #009cde; }

.input._is_valid {
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAwCAYAAABNPhkJAAABdklEQVR4AeXZwW3DMAwFUI8goKLRY0YQZPueTZIN2g2SDdoN3FuB2LJG8AgZwSN4hLQ8FOCtEOgIokmA9zwgMMXPam/lQ33xsb5UGqqJ8NYEeGDvHt1McPrDUrQa7G7RbrBHCtw12t3ANcGuiPq3JzhpwcpHu29zSMZij/AlFAtLOtbOirBwd9EYBVhlWB9gUYZ9PQggasX2xqjCtiPcFWD1YOnmM6vB+lD36Vi7Eixvx+xu4MrHgttyoV5zoH2EjxKwjxxoDN1SsdjtYI/PTA8WfASUgu3CyznDQk3QCrAM9KZ/4/f86QELzcAGe91m0I900HPQArBYOLT9L4CNTrgK5Mey0SRN6I1JHHUMrAD0dlgBaJzrxWLZ6AlmdlCOPcJnlbu6mPZjSfcEKyooZ6DrKA7LRYu+CrTpHx75QbkPcFaDZaP5VwH5aFGhWzvYqxosRavBUrQaLEWrwVK0GixF868CwgrfwoygXDZaBZaiyVWguPoBTOcsChkFfL4AAAAASUVORK5CYII=") calc(100% - 15px) 50%/15px 12px no-repeat;
  border-color: #33ad15; }

.input._is_invalid {
  border-color: #c20000; }

.joined-form-fields {
  padding: 0.5rem 0 0.55rem 0; }

.joined-form-fields .form-control {
  padding: 0; }

.joined-form-fields.form-group--half .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.joined-form-fields.form-group--half .form-control + .form-control {
  -ms-flex-preferred-size: calc(50% - 1rem);
  flex-basis: calc(50% - 1rem); }

.joined-form-fields.form-group--third .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }

.joined-form-fields.form-group--third .form-control + .form-control {
  -ms-flex-preferred-size: calc(33.333% - 1rem);
  flex-basis: calc(33.333% - 1rem); }

.joined-form-fields--label .form-control {
  padding-bottom: 0; }

.joined-form-fields--label .form-control__error {
  margin-top: 0.2rem; }

.joined-form-fields--label .form-control__label {
  display: none; }

.joined-form-fields__error {
  font-size: 0.75rem;
  color: #c20000; }

.joined-form-fields__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.joined-form-fields__label .tooltip {
  display: inline-block;
  margin-left: 5px; }

.myaccount-profile {
  padding: 1rem; }

.myaccount-profile__wrapper {
  max-width: 765px;
  margin: 0 auto; }

.myaccount-profile .breadcrumbs {
  margin: 1.25rem 0 3.25rem; }

.myaccount-profile .page-title {
  font-weight: 500; }

.myaccount-profile .accordion__title-bar, .myaccount-profile .accordion__body-inner {
  padding: 0; }

.myaccount-profile .accordion .section__title {
  margin: 0; }

.myaccount-profile .preferred-store__add-store {
  margin: 1rem 0 2rem; }

.myaccount-profile .preferred-store__footer {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media (min-width: 56.25em) {
  .myaccount-profile .preferred-store__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5rem 0; } }

.myaccount-profile .preferred-store__footer .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px; }

@media (min-width: 56.25em) {
  .myaccount-profile .preferred-store__footer .button {
    width: calc(50% - 0.5rem);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0; } }

.myaccount-root {
  margin: 0 auto;
  max-width: 1000px;
  min-height: 50vh;
  padding: 2rem 1rem 6.5rem; }

@media (min-width: 37.5em) {
  .myaccount-root {
    padding: 3rem 1rem 12.5rem; } }

@media (min-width: 56.25em) {
  .myaccount-root {
    padding-top: 3.5rem; } }

@media (min-width: 75em) {
  .myaccount-root {
    padding-top: 5rem; } }

.myaccount-root .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.myaccount__hero {
  height: 220px; }

.myaccount__form-wrapper {
  margin: 0 auto;
  max-width: 450px; }

@media (min-width: 75em) {
  .myaccount__form-wrapper {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.myaccount__section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 450px; }

.myaccount__section + .myaccount__section {
  margin-top: 3.5rem; }

@media (min-width: 75em) {
  .myaccount__section + .myaccount__section {
    margin-top: 0; } }

.myaccount__section .button {
  display: block;
  margin: 0 auto;
  margin-top: 2.5rem; }

.myaccount__section .button:first-child {
  margin-top: 0; }

.myaccount__section .button + a {
  display: block;
  margin-top: 1.5rem;
  text-align: center; }

.myaccount-menu {
  position: relative; }

.myaccount-menu:hover .myaccount-menu__flyout, .myaccount-menu:focus .myaccount-menu__flyout {
  opacity: 1;
  visibility: visible; }

@supports (-webkit-appearance: none) {
  .myaccount-menu:focus-within .myaccount-menu__flyout {
    opacity: 1;
    visibility: visible; } }

.myaccount-menu--with-flyout:hover {
  border-color: #e6e6e6;
  color: #0054cd; }

.myaccount-menu--with-flyout:focus {
  border-color: #e6e6e6;
  color: #0054cd; }

@media (max-width: 37.437em) {
  .myaccount-menu {
    display: none; } }

.myaccount-menu__button {
  cursor: pointer;
  display: none;
  -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, color 200ms ease-in-out; }

@media (min-width: 56.25em) {
  .myaccount-menu__button {
    display: block; } }

.myaccount-menu__flyout {
  cursor: default;
  text-align: left;
  z-index: 600;
  -webkit-transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  margin: 0;
  padding: 1rem 1.5rem;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  left: -1px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  min-width: 225px; }

.myaccount-menu__flyout::after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  top: -12px;
  width: 75px;
  left: -1px;
  border-left: 1px solid #e6e6e6;
  background: #ffffff; }

.site-nav__item--myaccount .submenu__item + .site-nav__item--myaccount .submenu__item,
.site-nav__item--myaccount .submenu__item + .myaccount-menu__flyout .submenu__item,
.myaccount-menu__flyout .submenu__item + .site-nav__item--myaccount .submenu__item,
.myaccount-menu__flyout .submenu__item + .myaccount-menu__flyout .submenu__item {
  margin-top: 1.25rem; }

.site-nav__item--myaccount .submenu__item:last-child,
.myaccount-menu__flyout .submenu__item:last-child {
  margin-top: 2rem; }

.expired-link {
  display: block;
  padding: 40px 20px;
  margin: 0 auto; }

.expired-link__button {
  display: block;
  width: 100%;
  margin-top: 40px; }

.expired-link__text {
  display: block;
  width: 100%;
  margin-top: 24px;
  text-align: center; }

.privacy {
  display: block;
  padding: 40px 20px;
  margin: 0 auto; }

@media (min-width: 75em) {
  .privacy__login-section {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.privacy .myaccount__consent-button {
  width: 100%;
  margin-top: 2.5rem; }

.login #password._is_valid {
  background: none !important;
  border: 1px solid #b3b3b3; }

.login__forgot-password {
  font-weight: 500;
  text-decoration: none; }

.login .button {
  display: block;
  width: 100%;
  margin-top: 30px;
  border-radius: 50px; }

.login .cke_wysiwyg_div,
.login .rich-text-area {
  margin: 0;
  padding: 0; }

.login .cke_wysiwyg_div > *:last-child,
.login .rich-text-area > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.login .password-toggle {
  cursor: pointer;
  color: #333333;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  -webkit-appearance: none; }

.login .password-toggle:disabled {
  cursor: not-allowed;
  color: #b3b3b3; }

.create-account {
  margin: 0 auto; }

.create-account__button {
  width: 100%; }

.create-account .multiple-selection-group {
  margin: 1rem 0; }

.create-account .multiple-selection-group + .button {
  margin-top: 0; }

.signup__terms {
  font-size: 0.875rem;
  text-align: center; }

.signup .link {
  font-weight: 500;
  text-decoration: none; }

.signup .button {
  display: block;
  width: 100%;
  margin-top: 30px;
  border-radius: 50px; }

.order-line-item + .order-line-item {
  margin-top: 2rem; }

.order-line-item__prescription-item + .order-line-item__prescription-item {
  margin-left: 1.25rem; }

.order {
  padding: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.order + .order {
  margin-top: 2rem; }

.order__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e6e6e6; }

.order__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6e6e6;
  text-align: right; }

.order .order-line-item + .order .order-line-item {
  margin-top: 1.5rem; }

.signup-confirmation {
  display: block;
  margin: 0 auto; }

.signup-confirmation__button {
  display: block;
  margin: 30px auto 0; }

.signup-confirmation__text + .signup-confirmation__text {
  margin-top: 30px; }

.line-item-quantity {
  white-space: nowrap;
  text-transform: capitalize; }

.order-header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.order-header__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 37.5em) {
  .order-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; } }

.order-header__term {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5; }

.order-header__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5; }

@media (min-width: 37.5em) {
  .order-header__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.order-header__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 37.5em) {
  .order-header__actions {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; } }

.order-header__action {
  width: 100%; }

.line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.line-item__product-image {
  margin: 0 0 1rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 37.5em) {
  .line-item__product-image {
    margin: 0 3rem 0 0;
    -ms-flex-preferred-size: calc(30% - 3rem);
    flex-basis: calc(30% - 3rem); } }

.line-item__image {
  width: 100%;
  max-height: 100%; }

.line-item__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  font-size: 0.875rem; }

@media (min-width: 37.5em) {
  .line-item__main {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; } }

.line-item__children {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.line-item__main + .line-item__children, .line-item__title + .line-item__children, .line-item__subtitle + .line-item__children {
  margin-top: 1rem; }

.line-item__title, .line-item__subtitle {
  margin: 0;
  line-height: 1.5; }

.line-item__title + .line-item__title, .line-item__title + .line-item__subtitle, .line-item__subtitle + .line-item__title, .line-item__subtitle + .line-item__subtitle {
  margin-top: 0.25rem; }

.line-item__prices {
  margin-left: 1rem;
  -ms-flex-preferred-size: calc(35% - 1rem);
  flex-basis: calc(35% - 1rem); }

@media (min-width: 37.5em) {
  .line-item__prices {
    -ms-flex-preferred-size: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem); } }

.line-item__price {
  margin: 0;
  text-align: right;
  font-weight: 700;
  font-size: 1.325rem; }

.line-item__price--strikethrough {
  color: #b3b3b3;
  text-decoration: line-through;
  font-size: 1rem; }

@media (max-width: 37.437em) {
  .line-item__product-image {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .line-item__main {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .line-item__prices {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .line-item__children {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

.no-results {
  text-align: center;
  padding: 150px 0; }

.product-suggestion__link {
  color: unset;
  -webkit-transition: unset;
  transition: unset;
  color: #333333; }

.product-suggestion__link:hover {
  color: #333333; }

.product-suggestion__brand {
  font-weight: bold;
  color: #333333; }

.product-suggestion__brand-model {
  color: #333333; }

.product-suggestion__image {
  margin-right: 0.6rem;
  max-width: 70px;
  max-height: 40px; }

.product-suggestions {
  margin: 30px 10px 0 20px; }

@media (min-width: 37.5em) {
  .product-suggestions {
    margin: 30px 50px 0 65px; } }

.product-suggestions__header {
  display: inline-block;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 16px; }

.product-suggestions__results {
  list-style: none;
  padding: 0; }

.search-sorting {
  margin: 0 5px;
  border: transparent;
  background: inherit;
  -webkit-appearance: none;
  font-weight: 600; }

.search-sorting::-ms-expand {
  display: none; }

.search-sorting:not(:checked) {
  color: #009cde; }

.search-suggestions {
  margin: 30px 10px 0 20px; }

@media (min-width: 37.5em) {
  .search-suggestions {
    margin: 30px 50px 0 65px; } }

.search-suggestions__header {
  display: inline-block;
  font-family: 'Orgon', 'Helvetica Neue', arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 16px; }

.search-suggestions__results {
  margin: 0;
  list-style: none;
  padding: 0; }

.search-suggestions__result {
  list-style-type: none; }

.search-suggestions__item {
  cursor: pointer; }

.search-bar {
  height: 40px; }

@media (min-width: 37.5em) {
  .search-bar {
    height: 48px; } }

.search-bar__container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.search-bar__box-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.search-bar__content {
  display: none;
  background: #ffffff; }

.search-bar__content-column {
  min-height: 200px;
  padding: 36px 48px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

.search-bar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500; }

.search-bar__overlay--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 250ms, opacity 250ms linear;
  transition: visibility 0s 250ms, opacity 250ms linear; }

.search-bar__overlay--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }

.search-bar--focus {
  position: fixed;
  left: 0;
  top: 0;
  height: 56px;
  width: 100%;
  z-index: 600;
  background-color: white; }

@media (min-width: 37.5em) {
  .search-bar--focus {
    height: 88px; } }

.search-bar--focus .search-bar__box-container {
  height: auto;
  border-bottom: 1px solid #e6e6e6; }

.search-bar--focus .search-bar__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search-bar--focus .search-bar__content-container {
  width: 100%;
  max-width: 1370px; }

.search-box {
  height: 100%;
  width: 100%; }

.search-box__input {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 48px 0 16px;
  font-size: 16px; }

@media (min-width: 37.5em) {
  .search-box__input {
    font-size: 1rem; } }

.search-box__input::-ms-clear {
  display: none; }

.search-box-icons {
  display: inline-block;
  color: #bdbdbd; }

.search-box-icons__search {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
  margin: 0 0 0 -24px; }

.search-box-icons__search--active {
  color: #009cde; }

.search-box-icons__actions {
  display: none; }

.search-box-icons__close {
  padding: 20px;
  color: #002f72;
  cursor: pointer; }

.search-box-icons__clear {
  display: inline;
  color: #009cde;
  visibility: hidden;
  cursor: pointer; }

.search-box-icons__clear--active {
  visibility: visible; }

.search-box--focus {
  height: 56px;
  width: 100%;
  max-width: 1370px;
  z-index: 600; }

@media (min-width: 37.5em) {
  .search-box--focus {
    height: 88px; } }

.search-box--focus .search-box__input {
  position: absolute;
  border: 0; }

@media (min-width: 37.5em) {
  .search-box--focus .search-box__input {
    padding: 0 65px;
    font-size: 1.75rem; } }

.search-box--focus .search-box-icons {
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 1370px; }

.search-box--focus .search-box-icons__search {
  position: absolute;
  top: 32px;
  left: 16px;
  margin: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: none; }

@media (min-width: 37.5em) {
  .search-box--focus .search-box-icons__search {
    display: inline; } }

.search-box--focus .search-box-icons__actions {
  position: absolute;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 16px; }

@media (min-width: 37.5em) {
  .search-box--focus .search-box-icons__actions {
    height: 88px; } }

.search-box--focus .search-box-icons__close {
  padding: 20px 0 20px 10px; }

.search-box--focus .search-box-icons__clear {
  padding: 20px 10px; }

@media (min-width: 37.5em) {
  .search-box--focus .search-box-icons__clear {
    padding: 20px; } }

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.search-results__show-all {
  width: 100%;
  margin: 30px 10px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  color: #009cde;
  cursor: pointer; }

@media (min-width: 37.5em) {
  .search-results__show-all {
    margin: 30px 50px 0 65px; } }

.search-results__show-all--hidden {
  display: none; }

.button {
  border-radius: 300px; }

.breadcrumbs-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 0 20px; }
  @media (min-width: 56.25em) {
    .breadcrumbs-wrapper {
      margin-top: 20px;
      margin-bottom: 0;
      padding: 0; } }

.main--no-nav {
  margin-top: 0; }
  @media (min-width: 56.25em) {
    .main--no-nav {
      margin-top: -64px; } }

.page-layout:not(.page-layout--no-header) {
  margin-top: 56px; }
  @media (min-width: 56.25em) {
    .page-layout:not(.page-layout--no-header) {
      margin-top: 0; } }

@media (min-width: 56.25em) {
  .page-layout--no-nav .site-nav {
    display: none; } }

.page-layout .heading {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  font-size: 2.375rem;
  padding-top: 25px; }
  @media (max-width: 37.437em) {
    .page-layout .heading {
      padding: 20px 25px; } }

@media (max-width: 37.437em) {
  .page-layout .article {
    max-width: 715px;
    padding: 0 25px;
    margin-bottom: 25px; } }

.appointment {
  height: calc(100vh - 120px);
  padding-top: 20px; }
  .appointment__gat-iframe {
    width: 100%;
    height: calc(100% - 60px); }
  .appointment__back-button {
    display: inline-block; }
  .appointment__error {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 40px; }
    @media (min-width: 37.5em) {
      .appointment__error {
        padding: 60px; } }

.article .banner .site-container {
  -webkit-box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  .article .banner .site-container:hover {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2); }

.product-detail-layout .site-container {
  padding: 0 20px; }
  @media (min-width: 75em) {
    .product-detail-layout .site-container {
      padding: 0; } }

.product-detail-layout .pdp-sticky-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1370px;
  margin: 0 auto; }
  .product-detail-layout .pdp-sticky-layout .ssp,
  .product-detail-layout .pdp-sticky-layout .contact-lens-configurator {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 75em) {
      .product-detail-layout .pdp-sticky-layout .ssp,
      .product-detail-layout .pdp-sticky-layout .contact-lens-configurator {
        -ms-flex-preferred-size: calc(70% - 30px);
            flex-basis: calc(70% - 30px); } }

.product-detail-layout .product-discount-label__price-per-day-unit {
  display: block;
  font-weight: 400; }

.product-detail-layout__components .accordion {
  width: calc(100% - 40px);
  padding: 0 10px;
  margin: 60px 20px 40px 20px; }
  @media (min-width: 56.25em) {
    .product-detail-layout__components .accordion {
      width: 100%;
      max-width: 1050px;
      padding: 0 30px;
      margin: 75px auto 60px; } }
  .product-detail-layout__components .accordion__title-bar {
    font-size: 1.3125rem;
    font-weight: 500; }

.stores-layout {
  height: calc(100vh - 150px); }
  @media (min-width: 75em) {
    .stores-layout {
      max-width: 100%; } }
  .stores-layout .store-finder {
    height: 100%; }
    .stores-layout .store-finder__main {
      padding: 2rem 15px; }
      @media (min-width: 75em) {
        .stores-layout .store-finder__main {
          padding: 2rem 2rem 2rem 0;
          margin-left: calc((100vw - 1370px)/2);
          -webkit-box-flex: 0;
              -ms-flex: 0 0 685px;
                  flex: 0 0 685px; } }
    @media (min-width: 75em) {
      .stores-layout .store-finder__map {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; } }

.cart-layout {
  max-width: 1075px;
  min-height: 400px;
  margin: 40px auto 60px;
  padding: 0 20px; }
  @media (min-width: 56.25em) {
    .cart-layout {
      padding: 0;
      margin-top: 0;
      margin-bottom: 80px; } }

.content-layout__title {
  max-width: 715px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.15; }
  @media (max-width: 37.437em) {
    .content-layout__title {
      padding: 25px; } }
  @media (min-width: 56.25em) {
    .content-layout__title {
      padding: 50px 0 20px 0; } }

.content-layout__summary p {
  font-style: italic; }

.error-layout {
  padding: 50px 0; }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.myaccount-createAccount-layout {
  padding: 2rem 1rem 100px; }
  @media (min-width: 56.25em) {
    .myaccount-createAccount-layout {
      padding: 5rem 0 200px; } }
  .myaccount-createAccount-layout .create-account {
    max-width: 425px;
    margin: 0 auto; }
    .myaccount-createAccount-layout .create-account__terms {
      max-width: 425px;
      margin: 0 auto;
      font-size: 0.875rem;
      text-align: center;
      margin-top: 1rem; }

.login .login-layout {
  max-width: 1370px; }

.login__button {
  margin-bottom: 60px; }

.login__form, .login__signup-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (min-width: 37.5em) {
    .login__form, .login__signup-section {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .login__form, .login__signup-section {
      padding: 60px; } }
  @media (min-width: 75em) {
    .login__form, .login__signup-section {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

@media (min-width: 75em) {
  .my-account-privacy__login-section {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.my-account-privacy .my-account__consent-button {
  width: 100%;
  margin-top: 2.5rem; }

.signup-layout {
  max-width: 1370px; }

.signup__form, .signup__login-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 60px; }
  @media (min-width: 37.5em) {
    .signup__form, .signup__login-section {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .signup__form, .signup__login-section {
      padding: 60px;
      margin: 0; } }

@media (min-width: 75em) {
  .signup__login-section {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.signup__terms {
  margin-top: 10px; }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.myaccount-signupConfirmation-layout {
  padding: 2rem 1rem 100px; }
  @media (min-width: 56.25em) {
    .myaccount-signupConfirmation-layout {
      padding: 5rem 0 200px; } }
  .myaccount-signupConfirmation-layout .signup-confirmation {
    max-width: 425px;
    margin: 0 auto; }

.search {
  padding: 30px 0; }
  .search__title {
    font-size: 2.5rem; }
  .search .product-listing__show-more {
    display: none; }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.myaccount-createAccount-layout {
  padding: 2rem 1rem 100px; }
  @media (min-width: 56.25em) {
    .myaccount-createAccount-layout {
      padding: 5rem 0 200px; } }
  .myaccount-createAccount-layout .create-account {
    max-width: 425px;
    margin: 0 auto; }
    .myaccount-createAccount-layout .create-account__terms {
      max-width: 425px;
      margin: 0 auto;
      font-size: 0.875rem;
      text-align: center;
      margin-top: 1rem; }

.login .login-layout {
  max-width: 1370px; }

.login__button {
  margin-bottom: 60px; }

.login__form, .login__signup-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (min-width: 37.5em) {
    .login__form, .login__signup-section {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .login__form, .login__signup-section {
      padding: 60px; } }
  @media (min-width: 75em) {
    .login__form, .login__signup-section {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

@media (min-width: 75em) {
  .my-account-privacy__login-section {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.my-account-privacy .my-account__consent-button {
  width: 100%;
  margin-top: 2.5rem; }

.signup-layout {
  max-width: 1370px; }

.signup__form, .signup__login-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 60px; }
  @media (min-width: 37.5em) {
    .signup__form, .signup__login-section {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .signup__form, .signup__login-section {
      padding: 60px;
      margin: 0; } }

@media (min-width: 75em) {
  .signup__login-section {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.signup__terms {
  margin-top: 10px; }

.my-account__form-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__form-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__wrapper {
  padding: 40px 20px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__wrapper {
      padding: 0; } }

.my-account__layout {
  max-width: 1370px; }

.my-account__page-wrapper {
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 75em) {
    .my-account__page-wrapper {
      max-width: 1200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.my-account__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px); }
  @media (min-width: 37.5em) {
    .my-account__content {
      min-width: 450px; } }
  @media (min-width: 75em) {
    .my-account__content {
      padding: 60px; } }

.myaccount-signupConfirmation-layout {
  padding: 2rem 1rem 100px; }
  @media (min-width: 56.25em) {
    .myaccount-signupConfirmation-layout {
      padding: 5rem 0 200px; } }
  .myaccount-signupConfirmation-layout .signup-confirmation {
    max-width: 425px;
    margin: 0 auto; }

