@charset "UTF-8";

/*===========================================================================
  SCSS
===========================================================================*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendor Prefixes MIXIN - USE - @include vendor-prefix('transition', 'all 0.2s ease-in-out'); */
/* Breakpoints MIXIN - USE - @include breakpoint-max-($tabletScreen); */
/* Centering Mixin */
/* Cross Browser Inline-Block MIXIN */
/* Cross Browser Opactity MIXIN */
/* Letter Spacing MIXIN */
/* Clearfix MIXIN */
/* @include transition(all,2s,ease-out); */
/* Grid */
/*********************
PX TO REM MIXIN (https://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/)
Usage: @include font-size(2.2); // this equals 22px, or 2.2rem
*********************/
/* Variables Colors */
.site-wrapper {
  overflow: hidden;
}

.content-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .content-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  br {
    display: none;
  }
}

body.bg-green {
  background: #eef8fb;
}

body.bg-split {
  background: url("../images/edit-review-bgrnd-repeat.png") top center repeat-y;
}

@media only screen and (max-width: 768px) {
  body.bg-split {
    background: #eef8fb;
  }
}

@media only screen and (max-width: 1130px) {
  body.bg-split {
    background: #eef8fb;
  }
}

body.build-a-pack .site-wrapper,
body.curated-packs .site-wrapper {
  overflow: visible;
}

.the-parcel-cta,
.the-parcel-content,
.thanks-wrapper,
.the-mission-content-wrapper,
.login-wrapper,
.legals-header,
.features,
.the-gift-content-wrapper .gift-content-wrapper .gift-details .free-delivery,
.gift-cta,
.gift-page-wrapper .gift-page-introduction,
.faq-footer,
.faqs-content-wrapper .faqs-content h3,
.contact-wrapper {
  text-align: center;
}

.thanks-wrapper h1,
.thanks-wrapper p,
.the-mission-content-wrapper .the-mission-content p,
.login-wrapper h1,
.login-wrapper p,
.contact-wrapper h1,
.contact-wrapper p {
  color: #62aaba;
}

.legals-content-wrapper .legals-content ol li,
.the-gift-content-wrapper .gift-content-wrapper .gift-details ul li,
.account-wrapper .account-content-panel .helper,
p {
  color: #7b7b7b;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 0;
}

/*
p {
	@include font-size (1.7);
	line-height: 30px;
	color: $bluetext;
	margin: 0 0 35px;
	padding: 0;


	@include breakpoint-max-($tabletScreen) {
		@include font-size (1.5);
		line-height: 22px;
	}
}
*/
h1 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 36px;
  color: #5f8d97;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}

h2 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #5f8d97;
  margin: 0 0 25px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
  }
}

h3 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  letter-spacing: 5px;
  color: #5f8d97;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 5px;
  color: #5f8d97;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

small,
.font_small {
  font-size: 0.8em;
}

blockquote {
  font-size: 1.3em;
  font-style: italic;
  color: #cccccc;
}

strong {
  font-weight: 700;
}

/* List Styles */
ul,
li,
ol {
  padding-left: 0;
  list-style: none;
}

/* List Styles */
ul,
li,
ol {
  padding-left: 0;
  list-style: none;
}

.single .bullets li,
.page .bullets li {
  padding: 0 0 0 1em;
  text-indent: -1.2em;
  font-style: normal;
  font-weight: 400;
  color: #a9a9a9;
}

.single .bullets li:before,
.page .bullets li:before {
  color: #f80347;
  content: "•";
  font-size: 1.5em;
  padding-right: 0.4em;
  position: relative;
  top: 0.15em;
}

/* Page & Post Content Bullet Points */
.hentry ul li {
  padding: 0 0 0 1em;
  text-indent: -1.2em;
  font-style: normal;
  font-weight: 400;
  color: #a9a9a9;
}

.hentry ul li:before {
  color: #f80347;
  content: "•";
  font-size: 1.5em;
  padding-right: 0.4em;
  position: relative;
  top: 0.15em;
}

.build-a-pack-header {
  width: 100%;
  background: url("../images/header-ellipse.png") bottom center no-repeat;
  padding: 175px 0 65px 0;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-header {
    padding: 100px 0 40px 0;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-header h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.build-a-pack-header p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  background: url("../images/icons/icon-subscription.png") 0% 50% no-repeat;
  display: inline-block;
  padding: 20px 0 20px 50px;
}

.build-a-pack-content {
  padding: 80px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content {
    padding: 40px 0 0 0;
  }
}

.build-a-pack-content .build-a-pack-content-filter {
  float: left;
  width: 230px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter {
    width: 25%;
  }
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter {
    width: 100%;
    position: relative !important;
    top: auto;
    float: none;
  }
}

.build-a-pack-content .build-a-pack-content-filter .mobile-toggle {
  display: none;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter .mobile-toggle {
    display: none;
  }
}

.build-a-pack-content .build-a-pack-content-filter .mobile-toggle .category-toggle {
  display: inline-block;
  vertical-align: top;
}

.build-a-pack-content .build-a-pack-content-filter .mobile-toggle .category-toggle-text {
  display: inline-block;
  vertical-align: top;
  color: #5f8d97;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter ul {
    display: none;
  }
}

.build-a-pack-content .build-a-pack-content-filter ul li {
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0 0 35px;
  letter-spacing: 2px;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter ul li {
    margin: 0 0 20px 33px;
  }
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content .build-a-pack-content-filter ul li:first-child {
    display: none;
  }
}

.build-a-pack-content .build-a-pack-content-filter ul li a {
  color: #5f8d97;
}

.build-a-pack-content .build-a-pack-content-filter ul li div {
  position: relative;
  display: inline-block;
}

.build-a-pack-content .build-a-pack-content-filter ul li div span {
  font-weight: 700;
}

.build-a-pack-content .build-a-pack-content-filter ul li.active div:after {
  content: "";
  height: 2px;
  display: block;
  background: #0e5c67;
  width: 100%;
  position: absolute;
  bottom: -5px;
}

.build-a-pack-content .build-a-pack-content-filter ul li.active div span {
  color: #0e5c67;
}

.build-a-pack-content-listings {
  float: right;
  width: 900px;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content-listings {
    width: 75%;
  }
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content-listings {
    float: none;
    width: 100%;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper {
  border-bottom: 2px solid #ddeef3;
  padding: 0;
  margin: 0 0 60px;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper {
    margin: 0 0 30px;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper:last-of-type {
  border: none;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li {
  float: left;
  width: 30%;
  height: 370px;
  position: relative;
  background: #FFF;
  margin: 0 5% 60px 0;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li:nth-of-type(3n+3) {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li:nth-of-type(3n+3) {
    margin: 0 0 4%;
  }
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li:nth-of-type(2n+2) {
    float: right;
  }
}

@media only screen and (max-width: 1130px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li {
    width: 48%;
    margin: 0 0 4% 0;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li {
    float: none !important;
    width: calc(50% - 10px);
    min-width: 130px;
    margin: 0 5px 30px 5px !important;
    height: auto;
    padding-bottom: 30px;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  color: #005c66;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 16px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  display: none;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .new.active {
  display: block;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-image {
  height: 225px;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-image {
    height: auto;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-image a {
  display: block;
  text-align: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-image img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-image img {
    height: 100%;
    object-fit: cover;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content {
  height: 115px;
  text-align: center;
  position: relative;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content h3 {
  margin: 0;
  letter-spacing: 1px;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content {
    padding: 0 10px;
    min-height: 115px;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .delete-container {
    width: 30px;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .delete {
  position: absolute;
  bottom: 19px;
  right: 20px;
  width: 16px;
  height: 36px;
  cursor: pointer;
  background: url("../images/icons/icon-bin.svg") center center no-repeat;
  display: none;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .delete.active {
  display: block;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .delete {
    position: relative;
    left: auto;
    right: auto;
    bottom: initial;
    margin: auto;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-container {
  display: flex;
  flex-direction: row;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add {
  width: 180px;
  margin: auto;
  background: #5f8d97;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #5f8d97;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span {
  position: relative;
  padding: 0 0 0 20px;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span.mobile {
  display: none;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span.desktop {
    display: none;
  }

  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span.mobile {
    display: block;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/icon-plus.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add:hover {
  color: #5f8d97;
  background: #FFF;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add .no-of-items {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #fdca5c;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add .no-of-items.active {
  display: block;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add .no-of-items {
    top: -20px;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add {
    width: 100%;
    margin-left: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content .button-add span {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-content div:not(.button-add) {
    position: relative;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-link {
  border-top: 2px solid #f1f6f7;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-link a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: #5f8d97;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: url("../images/learn-more-arrow.png") 100% 48% no-repeat;
  padding: 0 20px 0 0;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper ul li .product-link:hover {
  background: #f1f6f7;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#cleansing ul li {
  background: #FFF url("../images/product-panel-bgrnd-cleansing.png") top center no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#cleansing ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#moisturising ul li {
  background: #FFF url("../images/product-panel-bgrnd-moisturising.png") top center no-repeat;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#moisturising ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#foaming ul li {
  background: #FFF url("../images/product-panel-bgrnd-foaming.png") top center no-repeat;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#foaming ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#treatment ul li {
  background: #FFF url("../images/product-panel-bgrnd-treatment.png") top center no-repeat;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#treatment ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#conditioning ul li {
  background: #FFF url("../images/product-panel-bgrnd-conditioning.png") top center no-repeat;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#conditioning ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper#kids ul li {
  background: #FFF url("../images/product-panel-bgrnd-kids.png") top center no-repeat;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper#kids ul li {
    background-size: contain;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor-content h2,
.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor-content p {
  color: #FFF;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor-content h2 {
  font-size: 1.3rem;
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor-content h2 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 568px) {
  .build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.cleansing {
  background: url("../images/product-panel-descriptor-cleansing.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.moisturising {
  background: url("../images/product-panel-descriptor-moisturising.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.foaming {
  background: url("../images/product-panel-descriptor-foaming.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.treatment {
  background: url("../images/product-panel-descriptor-treatment.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.conditioning {
  background: url("../images/product-panel-descriptor-conditioning.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-a-pack-content-listings .build-a-pack-content-listings-wrapper .product-descriptor.kids {
  background: url("../images/product-panel-descriptor-kids.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-builder-panel {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #5f8d97;
  height: 140px;
  z-index: 1000;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*** COLLAPSED STYLES ***/
  /*** END ***/
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel {
    height: 30%;
    min-height: 100px;
    max-height: 200px;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel {
    height: 22%;
    min-height: 100px;
    max-height: 200px;
  }
}

.product-builder-panel.initiated {
  bottom: 0;
}

.product-builder-panel .toggler {
  background: #5f8d97;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .toggler {
    display: none;
  }
}

.product-builder-panel .toggler .toggler-arrow {
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/toggle-arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-builder-panel .toggler .toggler-arrow.active {
  transform: rotate(180deg);
}

.product-builder-panel .content-wrapper {
  height: 100%;
  min-height: 100px;
}

.product-builder-panel .product-builder-panel-content {
  text-align: center;
  height: 100%;
  float: left;
  width: 290px;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-content {
    float: none;
    position: absolute;
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-content {
    width: 50%;
  }

  .product-builder-panel .product-builder-panel-content ul {
    padding: 0;
    margin: 0;
  }
}

.product-builder-panel .product-builder-panel-content .centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
}

.product-builder-panel .product-builder-panel-content .centered h3 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
  color: #FFF;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-content .centered h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.product-builder-panel .product-builder-panel-content .centered p {
  color: #FFF;
  margin: 0;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-content .centered p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-content .centered p {
    font-size: 10px;
    margin: 0 0 10px;
  }
}

.product-builder-panel .product-builder-panel-content .centered .desktop-label {
  display: block;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-content .centered .desktop-label {
    display: none;
  }
}

.product-builder-panel .product-builder-panel-content .centered .mobile-buttons,
.product-builder-panel .product-builder-panel-content .centered .mobile-label {
  display: none;
}

@media only screen and (max-width: 1130px) {

  .product-builder-panel .product-builder-panel-content .centered .mobile-buttons,
  .product-builder-panel .product-builder-panel-content .centered .mobile-label {
    display: block;
  }

  .product-builder-panel .product-builder-panel-content .centered .mobile-buttons .mobile-pricing li,
  .product-builder-panel .product-builder-panel-content .centered .mobile-label .mobile-pricing li {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
  }

  .product-builder-panel .product-builder-panel-content .centered .mobile-buttons .mobile-pricing li:nth-child(2),
  .product-builder-panel .product-builder-panel-content .centered .mobile-label .mobile-pricing li:nth-child(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
  }
}

.product-builder-panel .product-builder-panel-content .centered .mobile-buttons .button a,
.product-builder-panel .product-builder-panel-content .centered .mobile-label .button a {
  background: #ccc;
  color: #AAA;
  display: block;
  height: 42px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  width: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 568px) {

  .product-builder-panel .product-builder-panel-content .centered .mobile-buttons .button a,
  .product-builder-panel .product-builder-panel-content .centered .mobile-label .button a {
    font-size: 12px;
  }
}

.product-builder-panel .product-builder-panel-content .centered .mobile-buttons .button.active a,
.product-builder-panel .product-builder-panel-content .centered .mobile-label .button.active a {
  color: #FFF;
  background: #0e5c67;
  border: 1px solid #0e5c67;
  cursor: pointer;
}

.product-builder-panel .product-builder-panel-content .centered .mobile-buttons .button.active a:hover,
.product-builder-panel .product-builder-panel-content .centered .mobile-label .button.active a:hover {
  background: transparent;
}

.product-builder-panel .product-builder-panel-packs {
  height: 100%;
  float: left;
  width: 570px;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-packs {
    width: 35%;
    float: right;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-packs {
    padding: 5px 0 0 0;
  }
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper {
  float: left;
  width: 155px;
  margin: 10px 15px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: calc(100% - 20px);
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 0 5px;
    height: auto;
    display: none;
  }

  .product-builder-panel .product-builder-panel-packs .pack-wrapper.active {
    display: block;
  }
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper.full {
  justify-items: center;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .amount-of-pebbles {
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  font-weight: 700;
  color: #0e5c67;
  display: none;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper .amount-of-pebbles {
    font-size: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper .amount-of-pebbles {
    font-size: 8px;
  }
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box {
  height: 40px;
  border: 1px solid #FFF;
  padding: 2px 0 0 2px;
  margin: 15px auto 0 auto;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box {
    margin: 0 auto;
  }
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box.four-pack {
  width: 52px;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box.eight-pack {
  width: 98px;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box.twelve-pack {
  height: 55px;
  width: 98px;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box .pebble {
  float: left;
  width: 22px;
  height: 15px;
  overflow: hidden;
  background: url("../images/icons/icon-pebble.png") 0px 0px no-repeat;
  background-size: 22px;
  margin: 0 2px 2px 0;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box .pebble:nth-child(2n+2) {
  margin: 0 0 2px 0;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pebble-box .pebble.added {
  background: url("../images/icons/icon-pebble.png") 0px -15px no-repeat;
  background-size: 22px;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value {
  position: relative;
  bottom: 0;
  margin-top: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value .desktop-label {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value {
    font-size: 10px;
    margin-top: 0;
  }
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value.complete span {
  padding: 0 20px 0 0;
  background: url("../images/tick.png") 100% 50% no-repeat;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value em {
  display: block;
  width: 100%;
  text-align: center;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value .strike {
  text-decoration: line-through;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper .pack-value .sale-price {
  margin-left: 1em;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper.active {
  background: #6f9ea9;
}

.product-builder-panel .product-builder-panel-packs .pack-wrapper.active .amount-of-pebbles {
  display: block;
}

.product-builder-panel .product-builder-buttons {
  float: right;
  width: 270px;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel .product-builder-buttons {
    display: none;
  }
}

.product-builder-panel .product-builder-buttons .button a {
  background: #ccc;
  color: #AAA;
  height: 42px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-builder-panel .product-builder-buttons .button.active a {
  color: #FFF;
  background: #0e5c67;
  border: 1px solid #0e5c67;
  cursor: pointer;
}

.product-builder-panel .product-builder-buttons .button.active a:hover {
  background: transparent;
}

.product-builder-panel.collapsed {
  height: 96px;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel.collapsed {
    height: 120px;
  }
}

.product-builder-panel.collapsed .product-builder-panel-content p {
  display: none;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel.collapsed .product-builder-panel-content p {
    display: block;
  }
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel.collapsed .product-builder-panel-packs {
    padding: 10px 0 0 0;
  }
}

.product-builder-panel.collapsed .pack-wrapper {
  margin: 0 15px 0 0;
  height: 100%;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel.collapsed .pack-wrapper {
    height: calc(100% - 10px);
  }
}

.product-builder-panel.collapsed .pack-value {
  display: none;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel.collapsed .pack-value {
    display: block;
  }
}

#lightSlider {
  overflow: hidden;
}

.curated-packs-header {
  width: 100%;
  background: url("../images/header-ellipse.png") bottom center no-repeat;
  padding: 175px 0 65px 0;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .curated-packs-header {
    padding: 95px 0 20px 0;
  }
}

@media only screen and (max-width: 568px) {
  .curated-packs-header h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .curated-packs-header ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.curated-packs-header ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .curated-packs-header ul li {
    width: 50%;
  }
}

.curated-packs-header ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 80%;
  background: #aac3c8;
}

@media screen and (max-width: 511px) {
  .curated-packs-header ul li:after {
    display: none;
  }
}

.curated-packs-header ul li:first-child {
  background: url("../images/icons/icon-gift.svg") 0% 50% no-repeat;
  background-size: 40px;
  padding: 20px 30px 20px 50px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .curated-packs-header ul li:first-child {
    background: url("../images/icons/icon-gift.svg") 50% 0% no-repeat;
    padding: 0;
    padding-top: 60px;
    background-size: 40px;
  }
}

@media screen and (max-width: 511px) {
  .curated-packs-header ul li:first-child {
    margin-right: 0;
  }
}

.curated-packs-header ul li:last-child {
  background: url("../images/icons/icon-delivery.svg") 0% 50% no-repeat;
  background-size: 50px;
  padding: 20px 0 20px 60px;
}

@media only screen and (max-width: 768px) {
  .curated-packs-header ul li:last-child {
    background: url("../images/icons/icon-delivery.svg") 50% 20% no-repeat;
    padding: 0;
    padding-top: 60px;
    background-size: 40px;
  }
}

.curated-packs-header ul li:last-child:after {
  display: none;
}

.curated-packs-header p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  background: url("../images/icons/icon-subscription.png") 0% 50% no-repeat;
  display: inline-block;
  padding: 20px 0 20px 50px;
}

.curated-packs-content {
  padding: 80px 0;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .curated-packs-content {
    padding: 40px 0;
  }
}

.curated-packs-content .curated-packs-content-filter {
  float: left;
  width: 230px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

@media only screen and (max-width: 1130px) {
  .curated-packs-content .curated-packs-content-filter {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .curated-packs-content .curated-packs-content-filter {
    width: 100%;
    position: relative !important;
    top: auto;
    float: none;
  }
}

.curated-packs-content .curated-packs-content-filter .mobile-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .curated-packs-content .curated-packs-content-filter .mobile-toggle {
    display: none;
  }
}

.curated-packs-content .curated-packs-content-filter .mobile-toggle .category-toggle {
  display: inline-block;
  vertical-align: top;
}

.curated-packs-content .curated-packs-content-filter .mobile-toggle .category-toggle-text {
  display: inline-block;
  vertical-align: top;
  color: #5f8d97;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .curated-packs-content .curated-packs-content-filter ul {
    display: none;
  }
}

.curated-packs-content .curated-packs-content-filter ul li {
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0 0 35px;
  letter-spacing: 2px;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .curated-packs-content .curated-packs-content-filter ul li {
    margin: 0 0 20px 33px;
  }
}

@media only screen and (max-width: 768px) {
  .curated-packs-content .curated-packs-content-filter ul li:first-child {
    display: none;
  }
}

.curated-packs-content .curated-packs-content-filter ul li a {
  color: #5f8d97;
}

.curated-packs-content .curated-packs-content-filter ul li div {
  position: relative;
  display: inline-block;
}

.curated-packs-content .curated-packs-content-filter ul li div span {
  font-weight: 700;
}

.curated-packs-content .curated-packs-content-filter ul li.active div:after {
  content: "";
  height: 2px;
  display: block;
  background: #0e5c67;
  width: 100%;
  position: absolute;
  bottom: -5px;
}

.curated-packs-content .curated-packs-content-filter ul li.active div span {
  color: #0e5c67;
}

@media screen and (max-width: 600px) {
  .curated-packs-content .curated-packs-content-filter {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.curated-packs-content-listings {
  float: right;
  width: 900px;
}

@media only screen and (max-width: 1130px) {
  .curated-packs-content-listings {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .curated-packs-content-listings {
    float: none;
    width: 100%;
  }
}

.curated-packs-content-listings .curated-packs-section {
  clear: both;
  text-align: center;
}

.curated-packs-content-listings .curated-packs-section__header.selfcare h2 {
  display: inline-block;
  padding: 20px 0 20px 80px;
  text-transform: uppercase;
  background: url("../images/svg/SelfCare-packs.svg") 0% 50% no-repeat;
}

.curated-packs-content-listings .curated-packs-section__header.family-pack h2,
.curated-packs-content-listings .curated-packs-section__header.family-packs h2 {
  display: inline-block;
  padding: 20px 0 20px 110px;
  text-transform: uppercase;
  background: url("../images/svg/Family-Pack.svg") 0% 50% no-repeat;
}

.curated-packs-content-listings .curated-packs-section__header.kids-packs h2 {
  display: inline-block;
  padding: 20px 0 20px 80px;
  text-transform: uppercase;
  background: url("../images/svg/Kids-packs.svg") 0% 50% no-repeat;
}

.curated-packs-content-listings .curated-packs-section__header.squeaky-clean h2 {
  display: inline-block;
  padding: 20px 0 20px 80px;
  text-transform: uppercase;
  background: url("../images/svg/SqueakyClean-packs.svg") 0% 50% no-repeat;
}

.curated-packs-content-listings .curated-packs-section__content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.curated-packs-content-listings .curated-packs-section__content ul li {
  display: flex;
  flex-direction: column;
  float: left;
  width: 48%;
  position: relative;
  background: #FFF;
  margin: 40px 1%;
  padding-bottom: 30px;
}

.curated-packs-content-listings .curated-packs-section__content ul li:nth-child(even) {
  float: right;
}

@media only screen and (max-width: 768px) {
  .curated-packs-content-listings .curated-packs-section__content ul li {
    margin: 5% 1%;
  }
}

.curated-packs-content-listings .curated-packs-section__content ul li .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  color: #005c66;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 16px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  display: none;
}

.curated-packs-content-listings .curated-packs-section__content ul li .new.active {
  display: block;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-image {
  height: 270px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content {
  text-align: center;
  position: relative;
  padding: 30px 0 0 0;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content h3 {
  margin: 0;
  letter-spacing: 1px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content p {
  margin: 0 0 25px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .price {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #404040;
  margin: 0 0 15px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .price .label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .price .regular-price {
  font-weight: 400;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add-product {
  height: 36px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #5f8d97;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 0 20px 0 50px;
  background: #5f8d97 url("../images/icons/icon-plus.svg") 20px 50% no-repeat;
  background-size: 12px;
  margin: 0 0.5rem 1rem 0.5rem;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add-product:hover {
  color: #5f8d97;
  background: #FFF url("../images/icons/icon-plus.svg") 20px 50% no-repeat;
  background-size: 12px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add-product.gifts {
  background: #fff url("../images/icons/icon-gift.svg") 15px 50% no-repeat;
  color: #5f8d97;
  background-size: 22px;
  margin: 0 0.5rem 1rem 0.5rem;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add-product.gifts:hover {
  background-color: rgba(95, 141, 151, 0.5);
  color: #fff;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .unavailable {
  color: #5f8d97;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  width: 100%;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add {
  width: 180px;
  margin: auto;
  background: #5f8d97;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #5f8d97;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add span {
  position: relative;
  padding: 0 0 0 20px;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add span:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/icon-plus.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-content .button-add:hover {
  color: #5f8d97;
  background: #FFF;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-link {
  border-top: 2px solid #f1f6f7;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-link a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: #5f8d97;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: url("../images/learn-more-arrow.png") 100% 48% no-repeat;
  padding: 0 20px 0 0;
}

.curated-packs-content-listings .curated-packs-section__content ul li .product-link:hover {
  background: #f1f6f7;
}

@media screen and (max-width: 500px) {
  .curated-packs-content-listings .curated-packs-section__content ul li {
    width: 100%;
    margin: 40px 0;
  }
}

.account-wrapper {
  background: #e6f3f7;
  padding: 0 0 0 0;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .account-wrapper {
    padding: 75px 20px 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .account-wrapper {
    padding: 75px 0 0 0;
  }
}

.account-wrapper.short-padding {
  padding: 30px 0 0 0;
}

.account-wrapper .account-nav {
  border-bottom: 1px solid #5f8d97;
  text-align: center;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-nav {
    margin-bottom: 30px;
  }
}

.account-wrapper .account-nav ul {
  margin: 0;
  padding: 0;
}

.account-wrapper .account-nav ul li {
  display: inline-block;
  height: 65px;
  margin: 0 15px;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-nav ul li {
    margin: 0 5px;
    height: auto;
  }
}

.account-wrapper .account-nav ul li a {
  color: #5f8d97;
  height: 100%;
  display: block;
  line-height: 65px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #e6f3f7;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-nav ul li a {
    padding: 0;
    letter-spacing: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: initial;
  }
}

.account-wrapper .account-nav ul li a:hover {
  color: #7ea8b1;
  border-bottom: 2px solid #5f8d97;
}

.account-wrapper .account-nav ul li.active a {
  color: #7ea8b1;
  border-bottom: 2px solid #5f8d97;
}

.account-wrapper .account-content-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 60px auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .account-wrapper .account-content-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.account-wrapper .account-content-wrapper .selections-updated-message {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  background: #fdca5c;
  color: #5f8d97;
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.account-wrapper .account-content-wrapper .plan-details {
  padding: 20px 0;
  text-align: left;
}

.account-wrapper .account-content-wrapper .plan-details ul.spec {
  margin: 0;
  padding: 0;
}

.account-wrapper .account-content-wrapper .plan-details ul.spec li {
  color: #6a6a6a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.account-wrapper .account-content-wrapper .plan-details ul.spec li:before {
  content: "";
  background: url("../images/tick.png") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
}

.account-wrapper .account-form-wrapper {
  position: relative;
  padding-top: 60px;
}

.account-wrapper .account-form-wrapper .account-content-wrapper {
  margin-top: 0;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-form-wrapper {
    padding-top: 0;
  }
}

.account-wrapper .account-form-wrapper #selectionDetails {
  width: 90%;
  margin: 0 auto;
}

.account-wrapper .overlay.cancelled {
  z-index: 8;
  opacity: 0.7;
}

.account-wrapper .dashboard {
  background: #FFF;
  width: 100%;
  padding: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .account-wrapper .dashboard {
    padding: 25px;
  }
}

@media only screen and (max-width: 568px) {
  .account-wrapper .dashboard {
    width: 90%;
    margin: 0 auto;
  }
}

.account-wrapper .dashboard h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.account-wrapper .dashboard h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #787878;
}

.account-wrapper .dashboard input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.account-wrapper .dashboard input[type=submit]:hover {
  background: #7ea8b1;
}

.account-wrapper .dashboard .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .dashboard .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.account-wrapper .dashboard .button a:hover {
  background: #5f8d97;
}

.account-wrapper .dashboard .button a:hover {
  background: #7ea8b1;
}

.account-wrapper .dashboard .btn {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.account-wrapper .dashboard .btn:hover {
  background: #7ea8b1;
}

.account-wrapper .account-content-panel {
  background: #FFF;
  padding: 25px 50px;
  margin: 0 0 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .account-wrapper .account-content-panel {
    padding: 25px !important;
  }
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel {
    width: 90%;
    margin: 1rem auto;
  }
}

.account-wrapper .account-content-panel.header {
  padding: 50px;
}

.account-wrapper .account-content-panel.cancel-plan {
  position: relative;
  top: -10px;
  border-top: 1px solid #EFEFEF;
}

.account-wrapper .account-content-panel.cancel-plan a {
  color: #5f8d97;
}

.account-wrapper .account-content-panel #contactresponse,
.account-wrapper .account-content-panel #deliveryresponse {
  position: relative;
  margin: 0 0 20px;
}

.account-wrapper .account-content-panel #contactresponse p,
.account-wrapper .account-content-panel #deliveryresponse p {
  width: 100%;
  background: #fdca5c;
  color: #5f8d97;
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.account-wrapper .account-content-panel h2 {
  margin: 0;
}

.account-wrapper .account-content-panel h3 {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin: 0 0 15px;
}

.account-wrapper .account-content-panel img {
  margin: 0 0 20px;
}

.account-wrapper .account-content-panel p:last-child {
  margin: 0;
}

.account-wrapper .account-content-panel p strong {
  color: #5f8d97;
}

.account-wrapper .account-content-panel p a {
  color: #5f8d97;
}

.account-wrapper .account-content-panel p a:hover {
  text-decoration: none;
}

.account-wrapper .account-content-panel .current-plan-content {
  background: #f7f9fa;
  padding: 20px 20px 0 20px;
}

.account-wrapper .account-content-panel .current-plan-content__left {
  float: left;
  width: 40%;
}

.account-wrapper .account-content-panel .current-plan-content__left img {
  width: 100%;
  height: auto;
}

.account-wrapper .account-content-panel .current-plan-content__right {
  float: right;
  width: 55%;
}

.account-wrapper .account-content-panel .current-plan-content__right h2 {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.account-wrapper .account-content-panel .current-plan-content__right ul {
  margin: 0;
  padding: 0;
}

.account-wrapper .account-content-panel .current-plan-content__right ul li {
  color: #6a6a6a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.account-wrapper .account-content-panel .current-plan-content__right ul li:before {
  content: "";
  background: url("../images/tick.png") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
}

.account-wrapper .account-content-panel .card-display {
  position: relative;
  background-color: #f9f9f9;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
}

.account-wrapper .account-content-panel .message {
  margin-bottom: 2rem;
}

.account-wrapper .account-content-panel .current-plan-details .row {
  padding: 5px 0;
  font-size: 10px;
  font-size: 1rem;
}

.account-wrapper .account-content-panel .current-plan-details .row.title {
  padding: 20px 0;
  font-weight: 700;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px;
  border-bottom: 1px solid #cfdde0;
}

.account-wrapper .account-content-panel .current-plan-details .row.last {
  margin: 0 0 20px;
}

.account-wrapper .account-content-panel .current-plan-details .row__left {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
}

.account-wrapper .account-content-panel .current-plan-details .row__right {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
}

.account-wrapper .account-content-panel .current-plan-details .row__right span {
  font-size: 20px;
  font-size: 2rem;
}

.account-wrapper .account-content-panel .current-plan-details .row .strike {
  text-decoration: line-through;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency {
  border: solid 1px #cfdde0;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 2rem 0;
  flex-direction: column;
  cursor: pointer;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency:hover {
  cursor: pointer;
  background-color: #f7f9fa;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner {
  display: flex;
  width: 100%;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 480px) {
  .account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details {
    width: calc(100% - 40px);
  }
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details .row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details .row .heading {
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #231f20;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  display: flex;
  line-height: 1;
  align-items: center;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details .row .title {
  width: 50%;
  text-align: right;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details .row h3 {
  margin-bottom: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .details .row.last {
  margin: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon {
  width: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon {
    width: 40px;
  }
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon .down {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon .down.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon .up {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon .up.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-frequency .inner .icon svg {
  color: #5f8d97;
  fill: #5f8d97;
  width: 20px;
  height: 20px;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector {
  border: solid 1px #cfdde0;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 2rem 0;
  flex-direction: column;
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 1rem 0;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2rem;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item:hover {
  background-color: #f7f9fa;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item.selected {
  background-color: #f7f9fa;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item.selected .icon {
  width: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item.selected .icon svg {
  color: #5f8d97;
  fill: #5f8d97;
  width: 20px;
  height: 20px;
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .icon {
  width: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .icon svg {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  cursor: pointer;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner h3 {
  margin-bottom: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1rem;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  color: #231f20;
  font-weight: 600;
  text-transform: uppercase;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon {
  width: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon .down {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon .down.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon .up {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon .up.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.frequency-selector .frequency-item .inner .icon svg {
  color: #5f8d97;
  fill: #5f8d97;
  width: 20px;
  height: 20px;
}

.account-wrapper .account-content-panel .current-plan-details .row.dateSelector {
  margin: 0;
  padding-top: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date {
  border: solid 1px #cfdde0;
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 2rem 0;
  cursor: pointer;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date:hover {
  cursor: pointer;
  background-color: #f7f9fa;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner {
  width: 100%;
  display: flex;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 480px) {
  .account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details {
    width: calc(100% - 40px);
  }
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details .row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details .row .heading {
  width: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #231f20;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  display: flex;
  line-height: 1;
  align-items: center;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details .row .title {
  width: 50%;
  text-align: right;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details .row h3 {
  margin-bottom: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .inner .details .row.last {
  margin: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon {
  width: 70px;
  display: flex;
  justify-content: right;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon {
    width: 40px;
  }
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon .down {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon .down.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon .up {
  display: none;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon .up.active {
  display: block;
}

.account-wrapper .account-content-panel .current-plan-details .row.subscription-date .icon svg {
  color: #5f8d97;
  fill: #5f8d97;
  width: 20px;
  height: 20px;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker {
  border: solid 1px #cfdde0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2rem;
  margin-top: -2.4rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-top: 0;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker p {
  text-align: left;
  margin: 2rem auto;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .calendar {
  position: relative;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .calendar header {
  position: relative;
  background-color: transparent;
  height: auto;
  top: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .calendar .vdp-datepicker__calendar {
  margin: 0 auto;
  border: 0;
  width: 100%;
  min-width: 200px;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .calendar .vdp-datepicker__calendar .cell {
  font-size: 13px;
  font-size: 1.3rem;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .calendar .vdp-datepicker__calendar .cell.selected {
  background-color: #5f8d97;
  color: #ffffff;
  border-radius: 5px;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .button {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 1rem auto;
  background: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .current-plan-details .row .datePicker .button {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .button:hover {
  background: #5f8d97;
}

.account-wrapper .account-content-panel .current-plan-details .row .datePicker .button:hover {
  background: #7ea8b1;
}

.account-wrapper .account-content-panel .radio-wrapper {
  padding: 0 0 0 50px;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .radio-wrapper {
    padding: 0;
  }
}

.account-wrapper .account-content-panel .radio-wrapper label {
  *zoom: 1;
}

.account-wrapper .account-content-panel .radio-wrapper label:before,
.account-wrapper .account-content-panel .radio-wrapper label:after {
  content: " ";
  display: table;
}

.account-wrapper .account-content-panel .radio-wrapper label:after {
  clear: both;
}

.account-wrapper .account-content-panel .radio-wrapper label span {
  float: left;
}

.account-wrapper .account-content-panel .radio-wrapper label h6 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #6a6a6a;
  float: left;
  left: auto;
  position: relative;
  line-height: 25px;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .radio-wrapper label h6 {
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.account-wrapper .account-content-panel .helper {
  background: #f5f5f5;
  padding: 20px 35px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 20px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .account-wrapper .account-content-panel .helper {
    padding: 20px 10px;
  }
}

.account-wrapper .account-content-panel .helper:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
}

.account-wrapper .account-content-panel .helper a {
  color: #5f8d97;
}

.account-wrapper .account-content-panel .helper a:hover {
  text-decoration: none;
}

.account-wrapper .account-content-panel input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-bottom: 1rem;
}

.account-wrapper .account-content-panel input[type=submit]:hover {
  background: #7ea8b1;
}

.account-wrapper .account-content-panel .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.account-wrapper .account-content-panel .button a:hover {
  background: #5f8d97;
}

.account-wrapper .account-content-panel .button a:hover {
  background: #7ea8b1;
}

.account-wrapper .account-content-panel .button.inactive a {
  background: #b1b2b2;
  cursor: none;
}

.account-wrapper .account-content-panel .input-wrapper {
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 55px;
  margin: 0 0 12px;
  position: relative;
  *zoom: 1;
  display: flex;
  flex-direction: row;
}

.account-wrapper .account-content-panel .input-wrapper:before,
.account-wrapper .account-content-panel .input-wrapper:after {
  content: " ";
  display: table;
}

.account-wrapper .account-content-panel .input-wrapper:after {
  clear: both;
}

.account-wrapper .account-content-panel .input-wrapper.last {
  margin: 0 0 24px;
}

.account-wrapper .account-content-panel .input-wrapper.wrapper-dark {
  background-color: #f9f9f9;
  font-size: 1.5rem;
  color: #5f8d97;
}

.account-wrapper .account-content-panel .input-wrapper .ast {
  vertical-align: middle;
  font-size: 2rem;
  padding-top: 0.5rem;
  display: inline-block;
  color: #5f8d97;
}

.account-wrapper .account-content-panel .input-wrapper .placeholder {
  position: relative;
  left: 20px;
  height: 53px;
  text-align: left;
  width: 20%;
  line-height: 53px;
  font-size: 10px;
  font-size: 1rem;
  color: rgba(120, 120, 120, 0.6);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .input-wrapper .placeholder {
    width: 70px;
    text-align: center;
  }
}

.account-wrapper .account-content-panel .input-wrapper div.input {
  width: 100%;
  margin-left: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel .input-wrapper div.input {
    width: calc(100% - 80px);
  }
}

.account-wrapper .account-content-panel .input-wrapper .inline {
  display: inline-block;
}

.account-wrapper .account-content-panel .input-wrapper .inline.mr-1 {
  margin-right: 1rem;
}

.account-wrapper .account-content-panel .input-wrapper .inline.ml-1 {
  margin-left: 1rem;
}

.account-wrapper .account-content-panel .input-wrapper .line {
  position: absolute;
  right: 60px;
  height: 39px;
  top: 7px;
  width: 1px;
  background: #b7b7b7;
  z-index: 2;
}

.account-wrapper .account-content-panel .input-wrapper input {
  border: none;
  height: 53px;
  float: right;
  width: 70%;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  color: #5f8d97;
  background: transparent;
}

.account-wrapper .account-content-panel .input-wrapper input:disabled {
  opacity: 0.9;
  text-transform: uppercase;
}

.account-wrapper .account-content-panel .input-wrapper select {
  width: 80%;
  height: 53px;
  font-size: 15px;
  font-size: 1.5rem;
  float: right;
  border: none;
  color: #5f8d97;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input {
  display: flex;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .placeholder {
  position: relative;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .input {
  width: calc(70% - 50px);
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon {
  display: block;
  width: 50px;
  border-left: 1px solid #d7d7d7;
  border-top-right-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  -moz-border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  -webkit-border-bottom-right-radius: 26px;
  -moz-border-bottom-right-radius: 26px;
  height: 54px;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon svg {
  width: 20px;
  fill: #5f8d97;
  cursor: pointer;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon svg path {
  background-color: #5f8d97;
  color: #5f8d97;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon .show {
  display: none;
  justify-content: center;
  align-items: center;
  height: 54px;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon .show.active {
  display: flex;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon .hide {
  display: none;
  justify-content: center;
  align-items: center;
  height: 54px;
}

.account-wrapper .account-content-panel .input-wrapper.icon-input .icon .hide.active {
  display: flex;
}

.account-wrapper .account-content-panel .alert {
  font-weight: bold;
  margin: 1rem 0 !important;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}

.account-wrapper .account-content-panel .alert.alert-message {
  color: #5f8d97;
  border-color: #62aaba;
  background-color: rgba(92, 141, 151, 0.2);
}

.account-wrapper .account-content-panel .alert.alert-failed {
  color: #ff6666;
  border-color: #ff6666;
  background-color: rgba(255, 102, 102, 0.3);
}

.account-wrapper .account-content-panel ul.billing-history {
  border-top: 1px solid #cccccc;
}

.account-wrapper .account-content-panel ul.billing-history li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel ul.billing-history li {
    flex-wrap: wrap;
  }
}

.account-wrapper .account-content-panel ul.billing-history li:last-of-type {
  margin: 0 0 20px;
}

.account-wrapper .account-content-panel ul.billing-history li .date {
  width: 220px;
  text-align: left;
  color: #5f8d97;
  line-height: 55px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel ul.billing-history li .date {
    display: flex;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    width: 60%;
  }
}

.account-wrapper .account-content-panel ul.billing-history li .value {
  text-align: center;
  width: calc(90% - 120px);
  color: #5f8d97;
  line-height: 55px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel ul.billing-history li .value {
    display: flex;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
}

.account-wrapper .account-content-panel ul.billing-history li .refunded {
  color: #82d572;
}

.account-wrapper .account-content-panel ul.billing-history li .button {
  width: 120px;
  margin-left: auto;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel ul.billing-history li .button {
    margin-top: 1.5rem;
    align-self: center;
    justify-self: center;
    margin-right: auto;
  }
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel ul.billing-history li .button a {
    padding: 10px;
    line-height: 1.1;
    height: auto;
  }
}

.account-wrapper .account-content-panel .ajax-load {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  color: #5f8d97;
}

.account-wrapper .account-content-panel .ajax-load:hover {
  text-decoration: none;
}

.account-wrapper .account-content-panel.cancel {
  position: relative;
  top: -10px;
  border-top: 1px solid #cfdde0;
}

.account-wrapper .account-content-panel.cancel input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.account-wrapper .account-content-panel.cancel input[type=submit]:hover {
  background: #7ea8b1;
}

.account-wrapper .account-content-panel.cancel p {
  padding: 10px 0 0 0;
}

.account-wrapper .account-content-panel.cancel p a {
  font-weight: 700;
  color: #5f8d97;
}

.account-wrapper .account-content-panel.cancel p a:hover {
  text-decoration: none;
}

.account-wrapper .account-content-panel.selections {
  padding: 25px 0;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper {
  border-top: 1px solid #cfdde0;
  border-bottom: 1px solid #cfdde0;
  padding: 35px 25px;
  margin: 0 0 20px;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel.selections .options-selector-wrapper {
    padding: 15px 0 !important;
  }
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector {
  margin: 0 auto 20px auto;
  padding: 0;
  width: 230px;
  position: relative;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li {
  float: left;
  width: 100px;
  margin: 0 0 20px 0;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li:nth-child(even) {
  float: right;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-input {
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 0 0 10px;
  padding: 0px;
  position: relative;
  height: 50px;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-input.error {
  border: 1px solid #ff6666;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-input .minus {
  position: absolute;
  left: 15px;
  height: 48px;
  width: 12px;
  background: url("../images/minus.png") center center no-repeat;
  z-index: 2;
  top: 0;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-input .plus {
  position: absolute;
  right: 15px;
  height: 48px;
  z-index: 2;
  top: 0;
  width: 12px;
  background: url("../images/plus.png") center center no-repeat;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-input input {
  text-align: center;
  padding: 0;
  height: 48px;
  background: transparent;
  line-height: normal;
  margin: 0;
  position: relative;
  z-index: 1;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5f8d97;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector li .selector-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #5f8d97;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .error-helper {
  background: #e6f3f7;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 20px 15px;
  color: #5f8d97;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: -70px;
  width: 350px;
  left: 50%;
  z-index: 2;
  margin-left: -175px;
}

@media only screen and (max-width: 568px) {
  .account-wrapper .account-content-panel.selections .options-selector-wrapper .error-helper {
    width: 300px;
    margin-left: -150px;
  }
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .error-helper:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #e6f3f7;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector-results {
  width: 170px;
  height: auto;
  margin: 0 auto 40px auto;
  border: 2px solid #5f8d97;
  padding: 5px 5px 0px 5px;
  position: relative;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector-results .selector-results-pebble {
  float: left;
  width: 75px;
  border: 1px solid #5f8d97;
  height: 50px;
  margin: 0 0 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector-results .selector-results-pebble:nth-of-type(even) {
  float: right;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper .selector-results .selector-results-pebble.complete {
  background: #cfdde0 url("../images/complete-tick.png") center center no-repeat;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.account-wrapper .account-content-panel.selections .options-selector-wrapper input[type=submit]:hover {
  background: #7ea8b1;
}

.account-wrapper table.transaction-history {
  margin: 0 0 40px;
  border-top: 1px solid #5f8d97;
  border-right: 1px solid #5f8d97;
}

.account-wrapper table.transaction-history tr:nth-child(odd) {
  background: #FFF;
}

.account-wrapper table.transaction-history th {
  background: #5f8d97;
  border-bottom: 1px solid #5f8d97;
  border-left: 1px solid #5f8d97;
  color: #FFF;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 2px;
}

.account-wrapper table.transaction-history td {
  border-bottom: 1px solid #5f8d97;
  border-left: 1px solid #5f8d97;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px;
}

.account-wrapper table.transaction-history td .remove {
  cursor: pointer;
}

.account-wrapper table.transaction-history td .remove svg {
  fill: #565656;
}

@media only screen and (max-width: 568px) {
  .account-wrapper#billing-details .account-content-panel .input-wrapper .placeholder {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .account-wrapper#billing-details .account-content-panel .input-wrapper .input {
    width: 100%;
  }
}

.modal {
  position: fixed !important;
  width: 700px;
  height: auto;
  background: #FFF;
  z-index: 11;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  display: none;
}

.modal .modal-close {
  background: url("../images/modal-close.png") center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal h2 {
  text-align: center;
}

.modal table td {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px 0;
  border-bottom: 1px solid #5f8d97;
}

/*body.your-plan .account-wrapper,*/
body.selections .account-wrapper,
body.transactions .account-wrapper {
  height: 100vh;
}

@media only screen and (max-width: 768px) {

  body.selections .account-wrapper,
  body.transactions .account-wrapper {
    height: auto;
  }
}

/*body.laptop.your-plan .account-wrapper,*/
body.laptop.selections .account-wrapper,
body.laptop.transactions .account-wrapper {
  height: auto;
}

.debit-text {
  display: block;
  text-transform: none;
  clear: both;
  font-size: 11px;
  font-size: 1.1rem;
  color: #5f8d97;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.plan-updated-message {
  width: 500px;
  margin: 0 auto;
  background: #fdca5c;
  color: #5f8d97;
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -250px;
}

.hide {
  display: none;
}

/*** NEW ACCOUNT DASHBOARD LAYOUTS ***/
.account-content-wrapper-new {
  background: #FFF;
  max-width: 670px;
  margin: 0 auto;
}

.account-content-wrapper-new__header {
  text-align: center;
  padding: 50px 20px 30px 20px;
}

.account-content-wrapper-new__header h2 {
  margin: 0 0 10px;
}

.account-content-wrapper-new__header h4 {
  color: #787878;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.account-content-wrapper-new__header input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.account-content-wrapper-new__header input[type=submit]:hover {
  background: #7ea8b1;
}

.account-content-wrapper-new__header .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .account-content-wrapper-new__header .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.account-content-wrapper-new__header .button a:hover {
  background: #5f8d97;
}

.account-content-wrapper-new__header .button a:hover {
  background: #7ea8b1;
}

.account-content-wrapper-new__content {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.account-content-wrapper-new__content .current-plan-content {
  background: #f7f9fa;
  padding: 20px;
  margin: 0 0 40px;
}

.account-content-wrapper-new__content .current-plan-content__left {
  float: left;
  width: 35%;
}

.account-content-wrapper-new__content .current-plan-content__left img {
  width: 100%;
  height: auto;
  display: block;
}

.account-content-wrapper-new__content .current-plan-content__right {
  float: right;
  width: 60%;
}

.account-content-wrapper-new__content .current-plan-content__right h3 {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 10px;
  letter-spacing: 2px;
}

.account-content-wrapper-new__content .current-plan-content__right ul {
  margin: 0;
  padding: 0;
}

.account-content-wrapper-new__content .current-plan-content__right ul li {
  color: #6a6a6a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}

.account-content-wrapper-new__content .current-plan-content__right ul li:before {
  content: "";
  background: url("../images/tick.png") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
}

.account-content-wrapper-new__content .current-plan-details .row {
  border-bottom: 1px solid #cfdde0;
  padding: 20px 0;
}

.account-content-wrapper-new__content .current-plan-details .row:first-of-type {
  padding: 0;
  border: none;
}

.account-content-wrapper-new__content .current-plan-details .row .select-wrapper {
  border: solid 1px #d4d4d4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 48px;
  padding: 0 20px;
}

.account-content-wrapper-new__content .current-plan-details .row .select-wrapper__text {
  float: left;
  width: 100px;
  line-height: 48px;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  color: #5c5c5c;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.account-content-wrapper-new__content .current-plan-details .row .select-wrapper select {
  float: left;
  width: calc(100% - 100px);
  height: 46px;
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #5f8d97;
  font-weight: 700;
  border: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
  background-size: 12px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.account-content-wrapper-new__content .current-plan-details .row.title {
  font-weight: 700;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.account-content-wrapper-new__content .current-plan-details .row.last {
  margin: 0 0 20px;
}

.account-content-wrapper-new__content .current-plan-details .row__left {
  float: left;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  color: #5c5c5c;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.account-content-wrapper-new__content .current-plan-details .row__right {
  float: right;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  color: #777;
}

.account-content-wrapper-new__content .current-plan-details .row__right span {
  color: #5f8d97;
  font-size: 20px;
  font-size: 2rem;
}

.account-content-wrapper-new__buttons {
  margin: 0 0 40px;
}

.account-content-wrapper-new__buttons .button {
  max-width: 260px;
  margin: 0 auto 10px auto;
}

.account-content-wrapper-new__buttons .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  background: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .account-content-wrapper-new__buttons .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.account-content-wrapper-new__buttons .button a:hover {
  background: #5f8d97;
}

.account-content-wrapper-new__buttons .button a:hover {
  background: #7ea8b1;
}

.account-content-wrapper-new__buttons .button:last-of-type a {
  background: #dfe8ea;
  color: #5f8d97;
}

.account-content-wrapper-new__buttons .button:last-of-type a:hover {
  background: #5f8d97;
}

.account-content-wrapper-new__footer {
  position: relative;
  border-top: 1px solid #cfdde0;
  padding: 20px;
  text-align: center;
}

.account-content-wrapper-new__footer a {
  color: #5f8d97;
}

.account-content-wrapper-new__footer a:hover {
  text-decoration: none;
}

/*** END ***/
/*** NEW SELECTIONS STYLES ***/
.selections-wrapper {
  background: #FFF;
  max-width: 670px;
  margin: 0 auto;
}

.selections-wrapper__header {
  text-align: center;
  padding: 50px 20px 30px 20px;
}

.selections-wrapper__header h2 {
  margin: 0 0 10px;
}

.selections-wrapper__header h4 {
  color: #787878;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.selections-wrapper__header .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #5f8d97;
  margin-bottom: 1rem;
}

.selections-wrapper__content {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.selections-wrapper__content .selection-item {
  border: 1px solid #ececec;
  float: left;
  width: 48%;
  min-height: 200px;
  margin: 4% 1%;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  background: url("../images/product-panel-bgrnd-cleansing.png") 50% -60px no-repeat;
}

.selections-wrapper__content .selection-item:nth-of-type(2n+2) {
  float: right;
}

.selections-wrapper__content .selection-item__remove {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #0e5c67;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: rotate(45deg);
  z-index: 2;
  cursor: pointer;
}

.selections-wrapper__content .selection-item__remove:after {
  content: "";
  background: url("../images/icons/icon-close.svg") center center no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

.selections-wrapper__content .selection-item__remove:hover {
  background: #5f8d97;
}

.selections-wrapper__content .selection-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

.selections-wrapper__content .selection-item__content {
  padding: 0 10px 20px 10px;
}

.selections-wrapper__content .selection-item__content .selection-product-type {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #5f8d97;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.selections-wrapper__content .selection-item__content .selection-product-name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #212121;
  font-weight: 400;
}

.selections-wrapper__content .selection-item.incomplete {
  border: 1px dashed #5f8d97;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.selections-wrapper__content .selection-item .incomplete-content h3 {
  margin: 0 0 10px;
  letter-spacing: 0.25em;
}

.selections-wrapper__content .selection-item .incomplete-content h3 a {
  text-decoration: none;
  color: #5f8d97;
}

.selections-wrapper__content .selection-item .incomplete-content h3 a:hover {
  color: #000;
}

.selections-wrapper__content .selection-item .incomplete-content p {
  margin: 0;
  color: #232323;
}

.selections-wrapper__content .selection-item .incomplete-content p a {
  color: #232323;
}

.selections-wrapper__content .selection-item .incomplete-content p a:hover {
  text-decoration: none;
}

.selections-wrapper__content .selection-item .product-link {
  border-top: 2px solid #f1f6f7;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.selections-wrapper__content .selection-item .product-link a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: #5f8d97;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: url(../images/learn-more-arrow.png) 100% 48% no-repeat;
  padding: 0 20px 0 0;
}

.selections-wrapper__content .tooltip {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 0;
  text-align: center;
  background: #FFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: -3px 0px 23px -5px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: -3px 0px 23px -5px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -3px 0px 23px -5px rgba(0, 0, 0, 0.39);
  min-width: 350px;
  z-index: 2;
}

.selections-wrapper__content .tooltip:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
}

.selections-wrapper__content .tooltip h3 {
  letter-spacing: 0.25em;
}

.selections-wrapper__content .tooltip p {
  margin: 0;
}

.selections-wrapper__actions {
  text-align: center;
}

.selections-wrapper__actions input[type=submit] {
  width: auto;
  display: inline-block;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 0 30px;
}

.selections-wrapper__actions input[type=submit]:hover {
  background: #7ea8b1;
}

.selections-wrapper__actions input[type=submit]:disabled {
  background: #dddddd;
}

.selections-wrapper__footer {
  position: relative;
  border-top: 1px solid #cfdde0;
  padding: 20px;
  text-align: center;
}

.selections-wrapper__footer p {
  margin: 0;
}

.selections-wrapper__footer p a {
  color: #5f8d97;
}

.selections-wrapper__footer p a:hover {
  text-decoration: none;
}

.transactions {
  overflow: auto;
}

/*** END ***/
#admin-login {
  height: 100vh;
  background: #f1f9fb url("../images/contact-background.png") center center no-repeat;
  width: 100%;
  position: relative;
}

#admin-login #loginForm {
  width: 376px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 568px) {
  #admin-login #loginForm {
    width: 90%;
  }
}

#admin-login #loginForm #loginresponse {
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  margin: 0 0 12px;
  display: none;
}

#admin-login #loginForm #loginresponse p {
  color: #FFF;
  line-height: 54px;
}

#admin-login #loginForm fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#admin-login #loginForm fieldset label {
  display: none;
}

#admin-login #loginForm fieldset input {
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

#admin-login #loginForm fieldset input:focus {
  color: #5f8d97;
}

#admin-login #loginForm fieldset input[type=submit] {
  background: #5f8d97;
  width: 190px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#admin-login #loginForm fieldset input[type=submit]:hover {
  background: #7ea8b1;
}

.admin-page .content-wrapper {
  max-width: 90%;
}

.admin-page form #response {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.admin-page form #response.success {
  background-color: #679d6e;
  border: solid 1px #527e58;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  margin: 1rem 0;
}

.admin-page form #response.success * {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.admin-page form #response.error {
  background-color: #9d6767;
  border: solid 1px #7e5252;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  margin: 1rem 0;
}

.admin-page form #response.error * {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.admin-tbl {
  border-collapse: collapse;
  margin: 0 0 50px;
}

.admin-tbl th {
  background: #5f8d97;
  border-bottom: 1px solid #5f8d97;
  border-left: 1px solid #5f8d97;
  color: #FFF;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 2px;
}

.admin-tbl th.edit,
.admin-tbl th.view {
  text-align: right;
}

.admin-tbl th.edit a,
.admin-tbl th.view a {
  display: inline-block;
  color: #5f8d97;
  width: 100%;
  max-width: 200px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  background: #FFF;
  border: none;
  margin-right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.admin-tbl th.edit a:hover,
.admin-tbl th.view a:hover {
  background: #7ea8b1;
}

.admin-tbl td {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.admin-tbl td.button-col {
  text-align: right;
}

.admin-tbl td .edit,
.admin-tbl td .view {
  display: inline-block;
}

.admin-tbl td .edit a,
.admin-tbl td .view a {
  display: block;
  color: #FFF;
  width: auto;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  background: #5f8d97;
  border: none;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.admin-tbl td .edit a:hover,
.admin-tbl td .view a:hover {
  background: #7ea8b1;
}

.admin-tbl tr:nth-child(odd) {
  background: #FFF;
}

div.admin-tbl .header {
  background: #5f8d97;
  border-bottom: 1px solid #5f8d97;
  border-left: 1px solid #5f8d97;
  color: #FFF;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 10px;
  letter-spacing: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

div.admin-tbl .header div {
  width: 25%;
}

div.admin-tbl .header div:first-of-type {
  width: 50%;
}

div.admin-tbl .header.edit,
div.admin-tbl .header.view {
  text-align: right;
}

div.admin-tbl .header.edit a,
div.admin-tbl .header.view a {
  display: inline-block;
  color: #5f8d97;
  width: 100%;
  max-width: 200px;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  background: #FFF;
  border: none;
  margin-right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

div.admin-tbl .header.edit a:hover,
div.admin-tbl .header.view a:hover {
  background: #7ea8b1;
}

div.admin-tbl .item {
  cursor: move;
}

div.admin-tbl .button-col {
  text-align: right;
}

div.admin-tbl .edit,
div.admin-tbl .view {
  display: inline-block;
  width: 100%;
}

div.admin-tbl .edit a,
div.admin-tbl .view a {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  background: #5f8d97;
  border: none;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

div.admin-tbl .edit a:hover,
div.admin-tbl .view a:hover {
  background: #7ea8b1;
}

div.admin-tbl .sortable {
  width: 100%;
}

div.admin-tbl .sortable .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  background-color: transparent;
}

div.admin-tbl .sortable .item:nth-child(even) {
  background-color: #FFF;
}

div.admin-tbl .sortable .item div {
  width: 25%;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

div.admin-tbl .sortable .item div:first-of-type {
  width: 50%;
}

div.admin-tbl .sortable .item div .edit,
div.admin-tbl .sortable .item div .view {
  width: 90% !important;
  margin-left: 10%;
}

input[type=button] {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

input[type=button]:hover {
  background: #7ea8b1;
}

#form-details label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 10px;
}

#form-details input {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#form-details input {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#form-details select {
  padding: 0 20px;
  width: 100%;
  height: 54px;
  margin: 0 0 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7b7b7b;
  border: 1px solid #d7d7d7;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-details .cke_chrome {
  margin: 0 0 25px;
}

#form-details textarea {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 300px;
  padding: 20px;
}

#form-details input[type=button],
#form-details input[type=submit] {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#form-details input[type=button]:hover,
#form-details input[type=submit]:hover {
  background: #7ea8b1;
}

#form-images {
  margin: 50px 0;
}

#form-images ul {
  margin: 0;
  padding: 0;
}

#form-images ul li {
  float: left;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
}

#form-images ul li:nth-child(5n+5) {
  margin: 0 0 2.5% 0;
}

#form-images ul li img {
  width: 100%;
  margin: 0 0 20px;
}

#form-images ul li a {
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: 100%;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#form-images ul li a:hover {
  background: #7ea8b1;
}

#form-images label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 10px;
}

#form-images input {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#form-images input[type=button],
#form-images input[type=submit] {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#form-images input[type=button]:hover,
#form-images input[type=submit]:hover {
  background: #7ea8b1;
}

.admin-page .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.admin-page .header h2 {
  width: 80%;
  margin-bottom: 0;
}

.admin-page .header .action {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.admin-page .header .button {
  background-color: #5f8d97;
  border-radius: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem;
  cursor: pointer;
  justify-self: flex-end;
  width: auto;
  display: inline-block;
  font-size: 1.3rem;
}

#howto {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#howto .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: solid 1px #7ea8b1;
  margin-bottom: 0.5rem;
  background-color: #fff;
}

#howto .item * {
  font-size: 1.3rem;
}

#howto .item .icon {
  width: 100px;
}

#howto .item .icon img {
  width: auto;
  height: 50px;
}

#howto .item .name {
  width: calc(80% - 100px);
  color: #231f20;
}

#howto .item .name * {
  color: #231f20;
  margin-bottom: 0;
}

#howto .item .button {
  background-color: #5f8d97;
  border-radius: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 1rem;
  cursor: pointer;
}

#howto .item .action {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}

#howto .item .delete {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#howto .item .delete svg,
#howto .item .delete img {
  width: 15px;
}

#form-howto {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#form-howto .sortable {
  margin-bottom: 3rem;
}

#form-howto .sortable .button {
  background-color: #AC0E11;
  border-radius: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
}

#form-howto .sortable .action {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#form-howto .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: solid 1px #7ea8b1;
  margin-bottom: 0.5rem;
}

#form-howto .item .icon {
  width: 100px;
}

#form-howto .item .icon img {
  width: auto;
  height: 50px;
}

#form-howto .item .name {
  width: calc(80% - 100px);
}

#form-howto .item .action {
  width: 20%;
}

.addnewhowto {
  border: solid 1px #7ea8b1;
  padding: 4rem;
  background: #fff;
  margin: 2rem 0;
  display: none;
  position: relative;
}

.addnewhowto .close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  background-color: #5f8d97;
  border-radius: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: bold;
}

.addnewhowto .button {
  background-color: #5f8d97;
  border-radius: 30px;
  color: #ffffff;
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: center;
}

.addnewhowto .action {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#form-prices {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#form-prices select {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#form-prices input[type=checkbox] {
  display: block;
  height: 30px;
  width: 30px;
}

#form-prices .button {
  margin-top: 3rem;
}

#form-prices .price-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#form-prices .price-row {
  display: flex;
  flex-direction: row;
  width: calc(33.33% - 1rem);
  min-width: 300px;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  margin: 0.5rem;
  padding: 2rem;
}

#form-prices .price-row .price-row-inner {
  width: 100%;
}

#form-prices .price-row .item {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

#form-prices .price-row .group {
  display: flex;
  flex-direction: row;
}

#form-prices .price-row .item.buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#form-prices .price-row .button {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 0.9rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 54px;
  text-align: center;
  width: 45%;
  cursor: pointer;
}

#form-prices .price-row .remove {
  background-color: #AC0E11;
}

#form-new-price {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#form-new-price select {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#form-new-price input[type=checkbox] {
  display: block;
  height: 30px;
  width: 30px;
}

#form-new-price .button {
  margin-top: 3rem;
}

#form-new-price .price-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#form-new-price .new-price-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 300px;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  margin: 0.5rem;
  padding: 2rem;
}

#form-new-price .new-price-row .section {
  width: 49%;
  height: 100%;
  margin: 0 0.5%;
}

#form-new-price .new-price-row .item {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}

#form-new-price .new-price-row .group {
  display: flex;
  flex-direction: row;
}

#form-new-price .new-price-row .item.buttons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#form-new-price .new-price-row .button {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 0.9rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 54px;
  text-align: center;
  width: 45%;
  cursor: pointer;
}

#form-new-price .new-price-row .remove {
  background-color: #AC0E11;
}

#tracking label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 10px;
}

#tracking input[type=file] {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: auto;
  padding: 20px;
  line-height: normal;
}

#tracking input[type=submit] {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#tracking input[type=submit]:hover {
  background: #7ea8b1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
  display: none;
}

.transaction-details {
  position: fixed !important;
  width: 700px;
  height: 500px;
  background: #FFF;
  z-index: 11;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  display: none;
}

.transaction-details .modal-close {
  background: url("../images/modal-close.png") center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.transaction-details h2 {
  text-align: center;
}

.order-details {
  margin: 0 0 50px;
}

.order-details__item {
  margin: 0 0 10px;
  border-bottom: 1px solid #5f8d97;
  padding: 0 0 10px;
}

.order-details__item label {
  float: left;
  width: 25%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.order-details__item span {
  float: left;
  width: 75%;
  font-size: 12px;
  font-size: 1.2rem;
}

.download-button {
  margin: 0 0 30px;
}

.download-button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .download-button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.download-button a:hover {
  background: #5f8d97;
}

.admin-navigation {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 568px) {
  .admin-navigation {
    height: auto;
  }
}

.admin-navigation .content-wrapper {
  width: 1130px;
}

@media only screen and (max-width: 568px) {
  .admin-navigation .content-wrapper {
    width: 100%;
    height: auto;
  }
}

.navigation-card {
  float: left;
  width: 18.4%;
  margin: 0 2% 2% 0;
  background: #7ea8b1;
  text-align: center;
  height: 150px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

@media only screen and (max-width: 568px) {
  .navigation-card {
    float: none;
    width: 100%;
    height: auto;
  }
}

.navigation-card:nth-child(5n+5) {
  margin: 0 0 2% 0;
}

.navigation-card:hover {
  background: #5f8d97;
}

.navigation-card a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #FFF;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}

.navigation-card a .card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 568px) {
  .navigation-card a .card-content {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
  }
}

.navigation-card a .card-content img {
  width: auto;
  height: 50px;
}

#item-details input {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 54px;
  line-height: 52px;
}

#item-details textarea {
  border: 1px solid #d4d4d4;
  background: #FFF;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  height: auto;
}

#item-details label {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin: 0 0 10px;
}

#item-details input[type=button] {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#email-search {
  margin: 0 auto 50px auto;
  *zoom: 1;
}

#email-search:before,
#email-search:after {
  content: " ";
  display: table;
}

#email-search:after {
  clear: both;
}

#email-search input#searchinput {
  width: 100%;
  height: 54px;
  background: #FFF;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}

#email-search input#btn_search {
  position: absolute;
  top: 0;
  right: 0;
}

.load-more {
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  padding: 0 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  width: auto;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.load-more:hover {
  background: #7ea8b1;
}

#form-pebbles,
#form-addons {
  margin-bottom: 3rem;
}

#form-pebbles .pebbles,
#form-addons .pebbles {
  margin-bottom: 2rem;
  text-align: center;
}

#form-pebbles .pebbles .default-pebbles-container,
#form-addons .pebbles .default-pebbles-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

#form-pebbles .pebbles .default-pebbles-container .default-pebble,
#form-addons .pebbles .default-pebbles-container .default-pebble {
  margin: 1rem;
  width: calc(25% - 2rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding: 10px;
  padding-bottom: 65px;
  background-color: #FFF;
  border: solid 1px #ededed;
}

#form-pebbles .pebbles .default-pebbles-container .default-pebble h3,
#form-addons .pebbles .default-pebbles-container .default-pebble h3 {
  margin-top: 1.5rem;
}

#form-pebbles .pebbles .default-pebbles-container .default-pebble select,
#form-addons .pebbles .default-pebbles-container .default-pebble select {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  width: calc(100% - 20px);
  height: 54px;
  margin: 0 0 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7b7b7b;
  border: 1px solid #d7d7d7;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-pebbles .pebbles .default-pebbles-container .default-pebble select:disabled,
#form-addons .pebbles .default-pebbles-container .default-pebble select:disabled {
  opacity: 0.2;
}

#form-pebbles .pebbles .default-pebbles-container .default-pebble.active::before,
#form-addons .pebbles .default-pebbles-container .default-pebble.active::before {
  content: "✓";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: #5f8d97;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
  padding-right: 4px;
}

#toDelete {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

#toDelete .inner {
  background-color: #ffffff;
  width: 40%;
  min-width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 30px;
}

#toDelete .inner .action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#toDelete .inner .action .button {
  background-color: #5f8d97;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  margin: 2rem 1rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  cursor: pointer;
}

#toDelete .inner .action .button.delete {
  background-color: #AC0E11;
}

.checkout-wrapper {
  background: url("../images/checkout-background.png") top center repeat-y;
  padding: 150px 0 50px 0;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper {
    background: #e6f3f7;
    padding: 95px 0 0 0;
  }
}

.checkout-wrapper.have-plan {
  background: #e6f3f7;
  padding: 150px 0;
}

.checkout-wrapper .checkout-plan {
  width: 490px;
  margin: 0 auto;
  background: #FFF;
  padding: 55px;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-plan {
    width: 92%;
  }
}

.checkout-wrapper .checkout-plan .button a {
  background: #5f8d97;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 50px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-plan .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.checkout-wrapper .checkout-plan .button a:hover {
  background: #62aaba;
}

.checkout-wrapper .checkout-content-wrapper {
  width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper {
    float: none;
    display: flex;
    flex-direction: column;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details {
  float: left;
  width: 490px;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details {
    float: none;
    order: 2;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details #payment-method {
  margin: 0 0 30px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper {
  background: #FFF;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper .cta-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper .cta-blocks .cta-block {
  margin: 3rem 1.5rem;
  max-width: 300px;
  text-align: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper .cta-blocks .cta-block * {
  text-align: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper .cta-blocks .cta-block h3 {
  font-size: 1.5rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper .cta-blocks .cta-block a {
  display: inline-block;
  width: auto;
  line-height: 36px;
  border: 1px solid #5f8d97;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.empty {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__header {
  background: #FFF;
  padding: 28px 55px 28px 55px;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__header {
    padding: 20px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__header h2 {
  position: relative;
  margin: 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__header h2 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__header p {
  margin: 5px 0 0 0;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content {
  padding: 0px 55px 28px 55px;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content {
    padding: 0px 20px 20px 20px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .required-disclaimer {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 2rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input {
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 12px;
  padding: 0 20px;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input:focus {
  border: 1px solid #5f8d97;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input:last-of-type {
  margin: 0 0 25px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input.card-number {
  background: 0 0 0 20px;
  padding: 0 20px 0 55px;
  background: url("../images/icons/payments/icon-card.png") 20px 50% no-repeat;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input.expiry {
  float: none;
  width: 100%;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input.cvc {
  float: none;
  width: 100%;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input[type=button] {
  margin: 25px auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input[type=submit] {
  background: #5f8d97;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  border: none;
  font-weight: 700;
  margin: 25px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content input[type=submit]:hover {
  background: #7ea8b1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea {
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 180px;
  resize: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 12px;
  padding: 20px;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea:focus {
  border: 1px solid #5f8d97;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea:last-of-type {
  margin: 0 0 25px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5f8d97;
  opacity: 1;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content select {
  padding: 0 20px;
  width: 100%;
  height: 54px;
  margin: 0 0 12px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f8d97;
  border: 1px solid #d7d7d7;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .delivery-estimate {
  background: url("../images/icons/icon-delivery.png") 0% 50% no-repeat;
  padding: 10px 0 10px 70px;
  color: #7b7b7b;
  margin: 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .delivery-estimate strong {
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper {
  border-top: 1px solid #cfdde0;
  padding: 25px 0 0 0;
  text-align: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper input.form-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 75px 0 50px;
  background-color: #5f8d97;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 45px top 50%;
  background-repeat: no-repeat;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper input.form-button:hover {
  background-color: #7ea8b1;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper p {
  margin: 20px 0 0 0;
  padding: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper p a {
  color: #5f8d97;
  font-weight: 700;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .continue-wrapper p a:hover {
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .divider {
  width: 100%;
  height: 1px;
  background: #cfdde0;
  margin: 13px 0 25px 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content p a {
  font-weight: 700;
  color: inherit;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content p a:hover {
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .giftcard-wrapper__text {
  float: left;
  width: 59%;
  margin: 10px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .giftcard-wrapper__text {
    margin: 0 0 20px 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .giftcard-wrapper__image {
  float: right;
  width: 40%;
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .giftcard-wrapper__image {
    top: auto;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .giftcard-wrapper__image img {
  width: 100%;
  height: auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper {
  width: 100%;
  border: 1px solid #d7d7d7;
  height: 54px;
  position: relative;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper {
    width: 100%;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper label.error {
  position: absolute;
  width: 100%;
  bottom: -54px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper input {
  float: left;
  border: none;
  width: 200px;
  height: 52px;
  margin: 0 0 12px !important;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper input {
    width: 75%;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper input.error {
  margin-bottom: 54px !important;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper .postcode-search-button {
  float: right;
  width: 65px;
  border-left: 1px solid #acacac;
  height: 36px;
  margin: 9px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper .postcode-search-button {
    width: 25%;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content .postcode-input-wrapper .postcode-search-button span {
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  width: 55px;
  height: 36px;
  background: url("../images/icons/icon-seach.png") center center no-repeat;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content ul.payment-icons {
  margin: 0 0 20px 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content ul.payment-icons li {
  float: left;
  background: #f8f8f8;
  width: 18%;
  margin: 0 2.5% 0 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content ul.payment-icons li:last-child {
  margin: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content ul.payment-icons li img {
  width: 100%;
  height: auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper__content #deliveryresponse .alert {
  clear: both;
  background: #ce0003;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.complete {
  margin: 0 0 30px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.inactive {
  margin: 0 0 30px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.inactive__header {
  background: #FFF;
  padding: 28px 55px 28px 55px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.inactive__header h2 {
  position: relative;
  margin: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.complete .checkout-details-section-wrapper__header h2:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 21px;
  height: 16px;
  background: url("../images/checkout-tick.png") center center no-repeat;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .checkout-details-section-wrapper.complete .checkout-details-section-wrapper__content {
  display: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel {
  margin: 0 0 20px;
  margin-bottom: 2rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header_holder {
  text-align: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header_holder h1 {
  color: #055d67;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin: 0 0 2.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header_holder p {
  padding: 1rem;
  color: #5f8d97;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 22px;
  margin: 0 0 2.5rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header {
  background: #5f8d97;
  padding: 15px 0;
  position: relative;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-content {
  float: left;
  width: 65%;
  text-align: left;
  position: relative;
  padding: 15px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-content {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-content h2 {
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  margin-left: 3rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-content h2 span {
  color: #a0dfed;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-content p {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-image {
  float: right;
  width: 35%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-image {
    display: none;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__header-image img {
  display: inline-block;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content {
  background-color: #ffffff;
  padding: 40px 50px;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content {
    padding: 20px 25px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content p {
  color: #5b5858;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content p:last-child {
  margin: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content p a {
  font-weight: 700;
  color: #5b5858;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content p a:hover {
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options {
  text-align: center;
  margin-top: 2rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item {
  width: 32%;
  display: inline-block;
  text-align: center;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border-right: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item:nth-of-type(2) {
  border-left: 1px solid #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item:nth-of-type(3) {
  border-left: 1px solid #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item:last-of-type {
  border: none;
  padding-top: 2rem;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item {
    border-right: 0px;
    border-bottom: 1px solid #5f8d97;
    width: 100%;
    padding: 15px 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__item .options__item-image {
  width: 100%;
  margin: 0 0 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__left {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #5f8d97;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 15px 0 15px 50px;
  background: url("../images/icons/icon-van.png") 0% 50% no-repeat;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__left {
    float: none;
    border-right: 0px;
    border-bottom: 1px solid #5f8d97;
    width: 100%;
    padding: 35px 0 10px 0;
    background: url("../images/icons/icon-van.png") 50% 0% no-repeat;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__right {
  float: right;
  width: 50%;
  text-align: center;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 15px 0 15px 100px;
  background: url("../images/icons/icon-calendar.png") 40px 50% no-repeat;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .options__right {
    float: none;
    width: 100%;
    padding: 60px 0 10px 0;
    background: url("../images/icons/icon-calendar.png") 50% 20px no-repeat;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .thanks-panel-footer {
  margin-top: 30px;
  margin-bottom: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .thanks-panel-footer p:last-of-type {
  margin-bottom: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h1,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h1 *,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h2,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h2 *,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h3,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h3 *,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h4,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h4 *,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h5,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h5 *,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h6,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel__content .item-copy h6 * {
  color: #055d67;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: bold;
  text-transform: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary {
  margin-top: 2rem;
  float: none;
  width: 100%;
  background-color: #ffffff;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary {
    float: none;
    background: #FFF;
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary {
    float: none;
    order: 1;
    width: 100%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-summary-content {
    display: block;
    margin-top: 2rem;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-summary-content.open {
    display: block;
    transition: 0.2s ease-out;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header {
  display: flex;
  padding: 25px 50px 0 50px;
  border-bottom: solid 1px #d7d7d7;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header {
    padding: 25px 0 25px 0;
    text-align: center;
    justify-content: center;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header h2 {
  width: calc(100% - 30px);
  text-transform: unset;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons {
  display: none;
  align-items: flex-end;
  align-self: flex-end;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons {
    display: flex;
    align-content: end;
    width: 30px;
    justify-content: right;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg {
    width: 20px;
    height: 20px;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.up {
    display: none;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.up.active {
    display: block;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.up path {
    fill: rgb(136, 188, 203);
    color: rgb(136, 188, 203);
    background-color: rgb(136, 188, 203);
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.down {
    display: none;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.down.active {
    display: block;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .checkout-header .icons svg.down path {
    fill: rgb(136, 188, 203);
    color: rgb(136, 188, 203);
    background-color: rgb(136, 188, 203);
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary h2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary h2 {
    margin-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper {
  padding: 25px;
  margin: 0;
  padding: 50px 50px 50px 50px;
  border-bottom: solid 1px #d7d7d7;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper {
    padding: 25px 25px 25px 25px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-address {
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-address * {
  text-align: left;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-address:last-child {
    margin-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper:last-of-type {
  margin-bottom: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper h3 {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  color: #5d5e5e;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details {
  padding: 0px;
  margin: 0 0 10px;
  position: relative;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__image {
  float: left;
  width: 47%;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__image img {
  width: 100%;
  height: auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details .label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #5f8d97;
  color: #ffffff;
  padding: 5px;
  border-top-left-radius: 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details .remove {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-close.svg") center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__content {
  float: right;
  width: 47%;
  position: relative;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__content .wrapping-remove,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__content .tray-remove,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__content .remove {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-close.svg") center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper .shipping-product-details__content h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  color: #5f8d97;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary {
  clear: both;
  margin: 10px 0 0 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li {
  border-bottom: 1px solid #cfdde0;
  padding: 20px 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li .summary-left {
  float: left;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li .summary-right {
  float: right;
  color: #5c5c5c;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0px;
  font-weight: 400;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li:last-of-type {
  border: none;
  padding: 20px 0 0 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li:last-of-type .summary-left,
.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li:last-of-type .summary-right {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li.discount .discount-code {
  float: left;
  width: 62%;
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 48px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 0 15px;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li.discount .discount-code:focus {
  border: 1px solid #5f8d97;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.summary li.discount input[type=button] {
  float: right;
  width: 35%;
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 48px;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  transition: all 0.25s ease-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.ongoing {
  clear: both;
  margin: 0 0 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.ongoing li {
  border-bottom: 1px solid #cfdde0;
  padding: 10px 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.ongoing li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.ongoing li .ongoing-summary-left {
  float: left;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .shipping-wrapper ul.ongoing li .ongoing-summary-right {
  float: right;
  color: #5f8d97;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary .addons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .shipping-wrapper {
  padding: 0;
  border: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .shipping-wrapper .shipping-address {
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .shipping-wrapper .shipping-address * {
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .price {
  font-size: 1.2rem;
  color: #5f8d97;
  text-transform: uppercase;
  width: 47%;
  position: relative;
  margin: 0 auto;
  float: right;
  margin-bottom: 1rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .price .strike {
  text-decoration: line-through;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-panel .thanks-checkout-summary#checkout-receipt .chosen-pebbles {
  font-size: 1rem;
  color: #5f8d97;
  text-transform: none;
  width: 47%;
  position: relative;
  margin: 0 auto;
  float: right;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .share-panel {
  background: #FFF;
  padding: 40px 50px;
  margin: 0 0 85px 0;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .share-panel {
    padding: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .share-panel h2 {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel {
  background: #FFF;
  margin: 0 0 0 0;
  text-align: center;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner {
  padding: 40px 50px;
  padding-top: 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner {
    padding: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner h2 {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content {
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content {
    padding: 20px 25px;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content p {
  color: #5b5858;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content p:last-child {
  margin: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content p a {
  font-weight: 700;
  color: #5b5858;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content p a:hover {
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options {
  margin-top: 1rem;
  width: 100%;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border-right: 1px solid #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item a {
  font-weight: 700;
  color: #ffffff;
  width: max-content;
  margin: 0 auto 1rem auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item a:hover {
  color: #5f8d97;
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item a.outline {
  background-color: #e7f4f7;
  color: #5f8d97;
  border: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item a.outline:hover {
  border: solid 2px #5f8d97;
  background-color: #ffffff;
  text-decoration: none;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item:last-of-type {
  border: none;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item {
    border-right: 0px;
    border-bottom: 1px solid #5f8d97;
    width: 100%;
    padding: 15px 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__item .options__item-image {
  width: 100%;
  margin: 0 0 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__left {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #5f8d97;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 15px 0 15px 50px;
  background: url("../images/icons/icon-van.png") 0% 50% no-repeat;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__left {
    float: none;
    border-right: 0px;
    border-bottom: 1px solid #5f8d97;
    width: 100%;
    padding: 35px 0 10px 0;
    background: url("../images/icons/icon-van.png") 50% 0% no-repeat;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__right {
  float: right;
  width: 50%;
  text-align: center;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 15px 0 15px 100px;
  background: url("../images/icons/icon-calendar.png") 40px 50% no-repeat;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .thanks-subscription-panel__content .options__right {
    float: none;
    width: 100%;
    padding: 60px 0 10px 0;
    background: url("../images/icons/icon-calendar.png") 50% 20px no-repeat;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .button {
  display: flex;
  background: #5f8d97;
  height: 54px;
  padding: 0 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #5f8d97;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  margin: 1em 0;
  align-items: center;
  justify-content: center;
  transition: background-color 500ms ease-in-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .button:hover {
  color: #5f8d97;
  border: solid 2px #5f8d97;
  background-color: transparent;
  transition: background-color 500ms ease-in-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .button.outline {
  color: #5f8d97;
  border: solid 2px #5f8d97;
  background-color: transparent;
  transition: background-color 500ms ease-in-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .inner .button.outline:hover {
  color: #fff;
  border: solid 2px #5f8d97;
  background-color: #5f8d97;
  transition: background-color 500ms ease-in-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .footer {
  background-color: rgb(247, 251, 253);
  padding: 20px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .footer {
    padding: 20px;
    margin: 0 0 20px 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .footer .icon img {
  max-width: 134px;
  width: 100%;
  height: auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .footer .text {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: #5f8d97;
  text-align: left;
  margin-left: 1rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-details .thanks-subscription-panel .footer .text span {
  font-weight: normal;
  display: block;
  margin-top: 0.5rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary {
  float: right;
  width: 340px;
  min-height: 80vh;
}

@media only screen and (max-width: 1130px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary {
    float: none;
    background: #FFF;
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .trustpilot-widget {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary {
    float: none;
    order: 1;
    width: calc(100% - 40px);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    min-height: 0;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-summary-content {
    display: none;
    margin-top: 2rem;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-summary-content.open {
    display: block;
    transition: 0.2s ease-out;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header {
  display: flex;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header h2 {
  width: 100%;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons {
  display: none;
  align-items: flex-end;
  align-self: flex-end;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons {
    display: flex;
    align-content: end;
    width: 30px;
    justify-content: right;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg {
    width: 20px;
    height: 20px;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.up {
    display: none;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.up.active {
    display: block;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.up path {
    fill: rgb(136, 188, 203);
    color: rgb(136, 188, 203);
    background-color: rgb(136, 188, 203);
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.down {
    display: none;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.down.active {
    display: block;
  }

  .checkout-wrapper .checkout-content-wrapper .checkout-summary .checkout-header .icons svg.down path {
    fill: rgb(136, 188, 203);
    color: rgb(136, 188, 203);
    background-color: rgb(136, 188, 203);
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary h2 {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary h2 {
    margin-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper {
  border: 1px solid #bfd1d5;
  padding: 25px;
  margin: 0 0 30px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper h3 {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #5d5e5e;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details {
  padding: 20px;
  background: #f7f9fa;
  margin: 0 0 10px;
  position: relative;
  text-align: left;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details {
    margin-bottom: 1rem;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__image {
  float: left;
  width: 47%;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__image img {
  width: 100%;
  height: auto;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details .label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #5f8d97;
  color: #ffffff;
  padding: 5px;
  border-top-left-radius: 10px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details .remove {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-close.svg") center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__content {
  float: right;
  width: 47%;
  position: relative;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__content .wrapping-remove,
.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__content .tray-remove,
.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__content .remove {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 18px;
  height: 18px;
  background: url("../images/icons/icon-close.svg") center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper .shipping-product-details__content h4 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary {
  clear: both;
  margin: 10px 0 0 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li {
  border-bottom: 1px solid #cfdde0;
  padding: 20px 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li {
    padding: 10px 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li .summary-left {
  float: left;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li .summary-left br {
    display: block;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li .summary-right {
  float: right;
  color: #5c5c5c;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0px;
  font-weight: 400;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li:last-of-type {
  border: none;
  padding: 20px 0 0 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li:last-of-type .summary-left,
.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li:last-of-type .summary-right {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li.discount .discount-code {
  float: left;
  width: 62%;
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 48px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  padding: 0 15px;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li.discount .discount-code:focus {
  border: 1px solid #5f8d97;
  color: #5f8d97;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.summary li.discount input[type=button] {
  float: right;
  width: 35%;
  border: 1px solid #d7d7d7;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 48px;
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #5f8d97;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  transition: all 0.25s ease-out;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing {
  clear: both;
  margin: 0 0 10px;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing {
    margin-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing li {
  border-bottom: 1px solid #cfdde0;
  padding: 10px 0;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing li .ongoing-summary-left {
  float: left;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: left;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary .shipping-wrapper ul.ongoing li .ongoing-summary-right {
  float: right;
  color: #5f8d97;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 568px) {
  .checkout-wrapper .checkout-content-wrapper .checkout-summary .addons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary#checkout-receipt .shipping-wrapper {
  padding: 0;
  border: 0;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary#checkout-receipt .price {
  font-size: 1.2rem;
  color: #5f8d97;
  text-transform: uppercase;
  width: 47%;
  position: relative;
  margin: 0 auto;
  float: right;
  margin-bottom: 1rem;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary#checkout-receipt .price .strike {
  text-decoration: line-through;
}

.checkout-wrapper .checkout-content-wrapper .checkout-summary#checkout-receipt .chosen-pebbles {
  font-size: 1rem;
  color: #5f8d97;
  text-transform: none;
  width: 47%;
  position: relative;
  margin: 0 auto;
  float: right;
}

.checkout-wrapper.no-background {
  background: #e6f3f7;
}

.checkout-wrapper.no-background .checkout-content-wrapper .checkout-details {
  width: 100%;
}

/*** AJAX BASKET ***/
.ajax-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.ajax-basket {
  position: fixed;
  right: 0;
  top: 0;
  width: 340px;
  height: 100vh;
  background: #f4fafc;
  z-index: 1001;
  display: none;
  overflow: scroll;
}

@media only screen and (max-width: 568px) {
  .ajax-basket {
    padding-bottom: 100px;
  }
}

.ajax-basket__header {
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 20px;
  text-align: center;
  background: #FFF;
}

.ajax-basket__header h2 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.ajax-basket__header h2:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../images/icons/icon-basket.svg") no-repeat;
}

.ajax-basket__header h2:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url("../images/accordion-arrow.png") no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.ajax-basket__content {
  background: #FFF;
  padding: 60px 50px;
}

.ajax-basket__content .ajax-product-details {
  padding: 0px;
  position: relative;
  margin: 0 0 30px;
}

.ajax-basket__content .ajax-product-details__image {
  float: left;
  width: 47%;
  border: 1px solid #ECECEC;
  position: relative;
}

.ajax-basket__content .ajax-product-details__image img {
  width: 100%;
  height: auto;
  display: block;
}

.ajax-basket__content .ajax-product-details__image.no-border {
  border: none;
}

.ajax-basket__content .ajax-product-details__image .info {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #5f8d97;
  width: 15px;
  height: 15px;
  position: absolute;
  text-align: center;
  line-height: 15px;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
  bottom: -10px;
  left: 0;
}

.ajax-basket__content .ajax-product-details__image .info:hover {
  background: #7ea8b1;
}

.ajax-basket__content .ajax-product-details__image .info span {
  position: absolute;
  background: #5f8d97;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  top: 20px;
  width: 240px;
  left: 0%;
  font-weight: 400;
  text-align: left;
  display: none;
}

.ajax-basket__content .ajax-product-details__content {
  float: right;
  width: 47%;
}

.ajax-basket__content .ajax-product-details__content h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ajax-basket__content .ajax-product-details__content h4.gift-wrapping-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  margin: 20px 0 0 0;
}

.ajax-basket__content .ajax-product-details__content .gift-wrapping-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5f8d97;
  border: 1px solid #EFEFEF;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  top: 6px;
}

.ajax-basket__content .ajax-product-details .remove {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("../images/modal-close.png") center center no-repeat;
  cursor: pointer;
}

.ajax-basket__content .ajax-product-details .add {
  background: #5f8d97;
  padding: 5px 10px;
  color: #FFF;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: auto;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.ajax-basket__content .ajax-product-details .add:hover {
  background: #7ea8b1;
}

.ajax-basket__content .ajax-product-details .selector-input {
  margin: 0;
  padding: 0px;
  position: absolute;
  height: 20px;
  width: 60px;
  bottom: -5px;
  left: 53%;
}

.ajax-basket__content .ajax-product-details .selector-input .minus {
  position: absolute;
  left: 0px;
  height: 20px;
  width: 12px;
  background: url("../images/minus.png") center center no-repeat;
  z-index: 2;
  top: 0;
}

.ajax-basket__content .ajax-product-details .selector-input .plus {
  position: absolute;
  right: 0px;
  height: 20px;
  z-index: 2;
  top: 0;
  width: 12px;
  background: url("../images/plus.png") center center no-repeat;
}

.ajax-basket__content .ajax-product-details .selector-input input {
  text-align: center;
  padding: 0;
  height: 20px;
  background: transparent;
  line-height: normal;
  margin: 0;
  position: relative;
  z-index: 1;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5f8d97;
}

.ajax-basket__content ul.summary {
  clear: both;
}

.ajax-basket__content ul.summary li {
  border-bottom: 1px solid #cfdde0;
  padding: 20px 0;
}

@media only screen and (max-width: 568px) {
  .ajax-basket__content ul.summary li {
    padding: 10px 0;
  }
}

.ajax-basket__content ul.summary li .summary-left {
  float: left;
  color: #5c5c5c;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.ajax-basket__content ul.summary li .summary-right {
  float: right;
  color: #5c5c5c;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0px;
  font-weight: 700;
}

.ajax-basket__content ul.summary li:last-of-type {
  border: none;
  padding: 20px 0 0 0;
}

.ajax-basket__content ul.summary li:last-of-type .summary-left,
.ajax-basket__content ul.summary li:last-of-type .summary-right {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f8d97;
}

.ajax-basket__content ul.summary li input.discount-code {
  float: left;
  width: 75%;
  border: none;
  border: 1px solid #5f8d97;
  height: 35px;
  padding: 10px;
  margin: 0 0 5px;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
}

.ajax-basket__content ul.summary li input.discount-button {
  float: left;
  width: 25%;
  border-radius: 0;
  padding: 0;
  height: 35px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  border: 1px solid #5f8d97;
  margin: 0 0 5px;
}

.ajax-basket__content ul.summary li .error-msg {
  clear: both;
  background: #ce0003;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  padding: 5px 10px;
}

.ajax-basket__button {
  text-align: center;
  padding: 60px 50px;
}

@media only screen and (max-width: 568px) {
  .ajax-basket__button {
    padding: 30px 50px;
  }
}

.ajax-basket__button a {
  background: #5f8d97;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 50px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .ajax-basket__button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.ajax-basket__button a:hover {
  background: #62aaba;
}

/*** END ***/
/*** STRIPE STYLES ***/
.MyCardElement {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.MyCardElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyCardElement--invalid {
  border-color: #fa755a;
}

.MyCardElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*** END ***/
.addons .addons-section {
  float: left;
  width: 50%;
  margin: 0 0 40px;
}

.addons .addons-section__image {
  float: left;
  background: #6e8c95;
  width: 75px;
  height: 75px;
  padding: 10px;
}

.addons .addons-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.addons .addons-section__content {
  float: left;
  width: calc(100% - 75px);
  padding: 0 0 0 10px;
}

.addons .addons-section__content .addon-title {
  font-size: 1.2rem;
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 700;
}

.addons .addons-section__content .addon-price {
  font-size: 1.2rem;
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
}

.addons .addons-section__content .button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 3px 10px;
  background-color: #5f8d97;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 999em;
  transition: all 0.25s ease-out;
}

.addons .addons-section__content .button:hover {
  background-color: #7ea8b1;
}

@media only screen and (max-width: 568px) {
  .free-trial .checkout-wrapper {
    padding: 55px 0 0 0;
  }
}

@media only screen and (max-width: 568px) {
  .free-trial .checkout-wrapper .checkout-summary h2 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 568px) {
  .free-trial .checkout-wrapper #checkout-receipt {
    display: none !important;
  }
}

.contact-wrapper {
  background: #f1f9fb url("../images/contact-background.png") center center no-repeat;
  padding: 150px 0 80px 0;
}

.contact-wrapper h1 a,
.contact-wrapper p a {
  color: #62aaba;
}

.contact-wrapper h1 a:hover,
.contact-wrapper p a:hover {
  text-decoration: none;
}

.contact-wrapper ul.socials {
  margin: 0 0 40px;
  padding: 0;
}

.contact-wrapper ul.socials li {
  display: inline-block;
  margin: 0 12px;
}

.contact-wrapper ul.socials li a {
  color: #62aaba;
  font-size: 24px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact-wrapper ul.socials li a:hover {
  color: #5f8d97;
}

.contact-wrapper .contact-form {
  width: 376px;
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  .contact-wrapper .contact-form {
    width: 100%;
  }
}

.contact-wrapper .contact-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.contact-wrapper .contact-form fieldset ul {
  margin: 0;
  padding: 0;
}

.contact-wrapper .contact-form fieldset ul li label {
  display: none;
}

.contact-wrapper .contact-form fieldset ul li input {
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.3rem;
  margin: 0 0 12px;
  padding: 0 20px;
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
}

.contact-wrapper .contact-form fieldset ul li input:focus {
  color: #5f8d97;
}

.contact-wrapper .contact-form fieldset ul li textarea {
  padding: 20px;
  border: 1px solid #d7d7d7;
  background: #FFF;
  height: 135px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  font-size: 12px;
  font-size: 1.3rem;
  margin: 0 0 12px;
  resize: none;
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
}

.contact-wrapper .contact-form fieldset ul li textarea:focus {
  color: #5f8d97;
}

.contact-wrapper .contact-form fieldset ul li .g-recaptcha {
  margin: 0 0 35px;
}

.contact-wrapper .contact-form fieldset ul li .g-recaptcha div {
  margin: 0 auto;
}

.contact-wrapper .contact-form fieldset ul li .submit {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #5f8d97;
  width: 190px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .contact-wrapper .contact-form fieldset ul li .submit {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.contact-wrapper .contact-form fieldset ul li .submit:hover {
  background: #5f8d97;
}

.contact-wrapper .contact-form fieldset ul li .submit:hover {
  background: #7ea8b1;
}

body.thanks .contact-wrapper {
  padding: 250px 0 150px 0;
}

.edit-review-main {
  padding: 160px 0 100px 0;
}

@media only screen and (max-width: 768px) {
  .edit-review-main {
    padding: 100px 0 0 0;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .edit-review-main .content-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
  .edit-review-main .content-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.edit-review-main h3 {
  margin: 0 0 45px;
}

@media only screen and (max-width: 768px) {
  .edit-review-main h3 {
    margin: 0 0 20px;
  }
}

.edit-review-main .edit-review-selections {
  float: left;
  width: 650px;
  text-align: center;
  padding: 0 60px;
}

@media only screen and (max-width: 1130px) {
  .edit-review-main .edit-review-selections {
    float: none;
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}

@media only screen and (max-width: 568px) {
  .edit-review-main .edit-review-selections {
    order: 2;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 568px) {
  .edit-review-main .edit-review-selections>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.edit-review-main .edit-review-selections .edit-review-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.edit-review-main .edit-review-selections .edit-review-selection-item {
  float: left;
  width: 47%;
  margin: 0 3% 20px 0;
  min-height: 240px;
  background: #FFF url("../images/product-panel-bgrnd-cleansing.png") 50% -40px no-repeat;
  background-size: 100%;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .edit-review-main .edit-review-selections .edit-review-selection-item {
    float: none !important;
    width: 47%;
    padding: 0 0 20px;
    margin: 20px 1.5%;
  }
}

.edit-review-main .edit-review-selections .edit-review-selection-item .remove {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
  background: #0e5c67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 6px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .remove img {
  transform: rotate(45deg);
}

.edit-review-main .edit-review-selections .edit-review-selection-item .remove:hover {
  background: #5f8d97;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .edit-review-selection-item-image {
  width: 100%;
  height: 150px;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .edit-review-selection-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .edit-review-selection-item-content h3 {
  margin: 0 0 5px;
  letter-spacing: 0.25em;
  padding: 0 20px;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .edit-review-selection-item-content p {
  color: #212121;
}

.edit-review-main .edit-review-selections .edit-review-selection-item.incomplete {
  border: 1px dashed #5f8d97;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content h3 {
  margin: 0 0 10px;
  letter-spacing: 0.25em;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content h3 a {
  text-decoration: none;
  color: #5f8d97;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content h3 a:hover {
  color: #000;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content p {
  margin: 0;
  color: #232323;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content p a {
  color: #232323;
}

.edit-review-main .edit-review-selections .edit-review-selection-item .incomplete-content p a:hover {
  text-decoration: none;
}

.edit-review-main .edit-review-selections .tip {
  clear: both;
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
}

.edit-review-main .edit-review-selections .tip p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.edit-review-main .edit-review-selections .tip p strong {
  color: #5f8d97;
}

.edit-review-main .edit-review-selections .tip p a {
  color: #7b7b7b;
}

.edit-review-main .edit-review-selections .tip p a:hover {
  color: #000;
  text-decoration: none;
}

.edit-review-main .edit-review-payment-type {
  float: right;
  width: 480px;
  text-align: center;
  padding: 0 60px;
}

@media only screen and (max-width: 1130px) {
  .edit-review-main .edit-review-payment-type {
    float: none;
    width: 100%;
    padding: 40px 20px;
    background: #FFF;
  }

  .edit-review-main .edit-review-payment-type form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 568px) {
  .edit-review-main .edit-review-payment-type {
    order: 1;
    margin-top: -30px;
  }
}

.edit-review-main .edit-review-payment-type p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  margin: 0 0 40px;
}

.edit-review-main .edit-review-payment-type p a {
  color: #7b7b7b;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options {
  margin: 0 0 30px;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options #single {
  height: 80px;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options #plan {
  height: 200px;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option {
  border: 1px solid #cedfe2;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 0 15px;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-left {
  float: left;
  width: 50px;
  position: relative;
  height: 100%;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-left .radio {
  width: 25px;
  height: 25px;
  border: 1px solid #0e5c67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  background: #FFF;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-left .radio:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right {
  float: left;
  width: calc(100% - 50px);
  padding: 20px;
  border-left: 1px solid #cedfe2;
  text-align: left;
  height: 100%;
  position: relative;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details .option-label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details h4 {
  text-transform: uppercase;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  width: 75%;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details select {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0 0 0 20px;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #656565;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details select option {
  background: #FFF;
}

@media only screen and (max-width: 1130px) {
  .edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details select {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details.warning h4 {
  text-transform: uppercase;
  color: #0e5c67;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details.warning p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  color: #0e5c67;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .details.warning p a {
  color: #0e5c67;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .price {
  width: 25%;
  text-align: right;
  color: #0e5c67;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .price.price-subscriber {
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .price.price-subscriber * {
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .price em.strike {
  display: block;
  text-decoration: line-through;
  margin-bottom: 0.5em;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option-right .best-value {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  background: #0e5c67;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option.selected {
  background: #dbf0f6;
}

.edit-review-main .edit-review-payment-type .build-a-pack-purchase-options .purchase-option.selected .purchase-option-left .radio:before {
  background: #0e5c67;
}

.edit-review-main .edit-review-payment-type input[type=number] {
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #5f8d97;
  font-size: 14px;
  font-size: 1.4rem;
  height: 42px;
  border: 1px solid #cedfe2;
  margin: 0 0 15px;
}

.edit-review-main .edit-review-payment-type input[type=submit] {
  background: #5f8d97 url("../images/button-arrow-white.svg") no-repeat 90% 50%;
  background-size: 15px;
  color: #FFF;
  height: 42px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.edit-review-main .edit-review-payment-type input[type=submit]:hover {
  background: #7ea8b1 url("../images/button-arrow-white.svg") no-repeat 90% 50%;
  background-size: 15px;
}

.edit-review-main .edit-review-payment-type .button a {
  display: block;
  background: #ccc;
  color: #FFF;
  height: 42px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  width: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.edit-review-main .edit-review-payment-type .button a span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 2px;
}

.edit-review-main .edit-review-payment-type .button a span.text {
  line-height: 40px;
}

.edit-review-main .edit-review-payment-type .button a span.icon {
  height: 40px;
  width: 15px;
  position: relative;
}

.edit-review-main .edit-review-payment-type .button a span.icon img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  filter: invert(100%) sepia(25%) saturate(1348%) hue-rotate(195deg) brightness(100%) contrast(110%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  right: 0;
}

.edit-review-main .edit-review-payment-type .button.active a {
  color: #fff;
  background: #5f8d97;
  border: 1px solid #5f8d97;
  cursor: pointer;
}

.edit-review-main .edit-review-payment-type .button.active a:hover {
  background: transparent;
  color: #5f8d97;
}

.edit-review-main .edit-review-payment-type .button.active a:hover span.icon img {
  filter: invert(60%) sepia(26%) saturate(465%) hue-rotate(143deg) brightness(82%) contrast(89%);
  right: -5px;
}

.faqs-content-wrapper .faqs-content {
  padding: 140px 0 0 0;
  width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .faqs-content-wrapper .faqs-content {
    width: 100%;
    padding: 50px 20px;
  }
}

.faqs-content-wrapper .faqs-content .accordion {
  width: 100%;
  border-bottom: 1px solid #cfeff6;
  margin: 0 0 110px;
}

.faqs-content-wrapper .faqs-content .accordion-header {
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 40px 20px 0;
  margin: 0;
  line-height: normal;
  position: relative;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faqs-content-wrapper .faqs-content .active-header {
  color: #5f8d97;
  border-top: solid 1px #cfeff6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faqs-content-wrapper .faqs-content .active-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(../images/accordion-arrow.png) 100% 50% no-repeat;
  background-size: 16px;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faqs-content-wrapper .faqs-content .active-header:hover {
  color: #cfeff6;
}

.faqs-content-wrapper .faqs-content .inactive-header {
  margin: 0;
  color: #5f8d97;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  border-top: solid 1px #cfeff6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faqs-content-wrapper .faqs-content .inactive-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url(../images/accordion-arrow.png) 100% 50% no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.faqs-content-wrapper .faqs-content .inactive-header:hover {
  color: #cfeff6;
}

.faqs-content-wrapper .faqs-content .accordion-content {
  display: none;
  padding: 0px;
  width: 100% !important;
}

.faq-footer {
  background: #f1f9fb;
  padding: 120px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .faq-footer {
    padding: 50px 0;
  }
}

.faq-footer:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.faq-footer .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .faq-footer .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.faq-footer .button a:hover {
  background: #5f8d97;
}

footer {
  padding: 90px 0;
  background: #5f8d97 url("../images/pebble-background.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 568px) {
  footer {
    padding: 110px 0 50px 0;
  }
}

footer .footer-logo {
  float: left;
  width: 184px;
  margin: 0 110px 0 0;
}

@media only screen and (max-width: 1130px) {
  footer .footer-logo {
    display: none;
  }
}

footer .footer-logo svg {
  fill: #a0dfed;
  margin: 0 0 20px;
}

footer .footer-logo p {
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
}

footer .footer-logo p a {
  color: #FFF;
  text-decoration: none;
}

footer .footer-logo p a:hover {
  color: #a0dfed;
}

footer .footer-col {
  float: left;
  width: 180px;
}

@media only screen and (max-width: 1130px) {
  footer .footer-col {
    width: 22%;
  }
}

@media only screen and (max-width: 568px) {
  footer .footer-col {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  footer .footer-col:first-of-type {
    padding: 50px 0 0 0;
  }
}

footer .footer-col:last-of-type {
  float: right;
  text-align: center;
}

footer .footer-col ul {
  margin: 0;
  padding: 0;
}

footer .footer-col ul li {
  width: 100%;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 568px) {
  footer .footer-col ul li {
    text-align: center;
  }

  footer .footer-col ul li.mobile-hide {
    display: none;
  }
}

footer .footer-col ul li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 5px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: normal;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

footer .footer-col ul li a:hover {
  color: #a0dfed;
}

footer .footer-col ul.socials li {
  width: auto;
  display: inline-block;
  margin: 20px 10px 0 10px;
}

footer .footer-col ul.socials li a {
  color: #a0dfed;
  font-size: 24px;
  font-size: 2.4rem;
}

footer .newsletter-btn {
  float: right;
  width: 175px;
}

@media only screen and (max-width: 568px) {
  footer .newsletter-btn {
    float: none;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

footer .newsletter-btn a {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 38px;
  color: #a0dfed;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #a0dfed;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

footer .newsletter-btn a:hover {
  background: #a0dfed;
  color: #5f8d97;
}

body.free-trial-stage footer,
body.free-trial-stage-two footer {
  display: none;
}

/*body.your-plan footer,*/
body.selections footer,
body.transactions footer {
  position: fixed;
  bottom: 90px;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 768px) {

  body.selections footer,
  body.transactions footer {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

body.your-plan.laptop footer,
body.selections.laptop footer,
body.transactions.laptop footer {
  position: relative;
  bottom: auto;
  left: auto;
}

.closing-panel {
  background: #7ea8b1;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.closing-panel ul {
  margin: 0;
  padding: 0;
}

.closing-panel ul li {
  display: inline-block;
  height: 30px;
  padding: 0 55px;
  border-right: 1px solid #FFF;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
}

@media only screen and (max-width: 568px) {
  .closing-panel ul li {
    padding: 10px 20px;
    line-height: 12px;
    height: auto;
  }
}

.closing-panel ul li:last-child {
  border-right: none;
}

.closing-panel ul li br {
  display: none;
}

@media only screen and (max-width: 568px) {
  .closing-panel ul li br {
    display: block;
  }
}

body.free-trial-stage-two .closing-panel,
body.selections .closing-panel,
body.transactions .closing-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 768px) {

  body.free-trial-stage-two .closing-panel,
  body.selections .closing-panel,
  body.transactions .closing-panel {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

body.free-trial-stage-two.laptop .closing-panel,
body.selections.laptop .closing-panel,
body.transactions.laptop .closing-panel {
  position: relative;
  bottom: auto;
  left: auto;
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 30px;
  background: rgba(241, 249, 251, 0.9);
}

.cookie-notice__content {
  float: left;
  width: 60%;
  margin: 8px 0 0 0;
}

@media only screen and (max-width: 1130px) {
  .cookie-notice__content {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}

.cookie-notice__content p {
  color: #7b7b7b;
  margin: 0;
}

.cookie-notice__content p a {
  color: #5f8d97;
}

.cookie-notice__content p a:hover {
  text-decoration: none;
}

.cookie-notice__buttons {
  float: right;
}

@media only screen and (max-width: 1130px) {
  .cookie-notice__buttons {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.cookie-notice__buttons .button {
  float: left;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 1130px) {
  .cookie-notice__buttons .button {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
}

.cookie-notice__buttons .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .cookie-notice__buttons .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.cookie-notice__buttons .button a:hover {
  background: #5f8d97;
}

.cookie-notice__buttons .button:last-child a {
  background: #5f8d97;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 50px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .cookie-notice__buttons .button:last-child a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.cookie-notice__buttons .button:last-child a:hover {
  background: #62aaba;
}

/*** FOOTER FORM STYLES ***/
.contact-block__right .contact-form {
  clear: both;
}

.contact-block__right .contact-form label {
  display: none;
}

.contact-block__right .contact-form input {
  height: 45px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92;
  margin: 0 0 8px;
  padding: 10px;
  color: #FFF;
}

.contact-block__right .contact-form input.fl {
  float: left;
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form input.fl {
    float: none;
  }
}

.contact-block__right .contact-form input.fr {
  float: right;
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form input.fr {
    float: none;
  }
}

.contact-block__right .contact-form input.half {
  width: 290px;
}

@media only screen and (max-width: 1130px) {
  .contact-block__right .contact-form input.half {
    width: 48%;
  }
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form input.half {
    width: 100%;
  }
}

.contact-block__right .contact-form input.full {
  width: 100%;
}

.contact-block__right .contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form textarea {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92;
  margin: 0 0 8px;
  padding: 10px;
  color: #FFF;
}

.contact-block__right .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}

.contact-block__right .contact-form input[type=submit] {
  background: #f80347;
  width: 140px;
  float: right;
  height: 45px;
  line-height: normal;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border: none;
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form input[type=submit] {
    float: left;
    margin: 15px 0 0 0;
  }
}

.contact-block__right .contact-form select {
  padding: 10px;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  /* background: rgba(255, 255, 255, 0.2) url(../img/dropdown-arrow.svg) no-repeat; */
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 8px;
}

.contact-block__right .contact-form select.fl {
  float: left;
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form select.fl {
    float: none;
  }
}

.contact-block__right .contact-form select.fr {
  float: right;
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form select.fr {
    float: none;
  }
}

.contact-block__right .contact-form select.half {
  width: 290px;
}

@media only screen and (max-width: 1130px) {
  .contact-block__right .contact-form select.half {
    width: 48%;
  }
}

@media only screen and (max-width: 568px) {
  .contact-block__right .contact-form select.half {
    width: 100%;
  }
}

.contact-block__right .contact-form select.full {
  width: 100%;
}

.contact-block__right .contact-form select option {
  background: #0a1433;
}

/*** END ***/
/*** POPUP FORM STYLES ***/
.contact-popup .contact-form {
  clear: both;
}

.contact-popup .contact-form label {
  display: none;
}

.contact-popup .contact-form input {
  height: 45px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px #748aa6;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92;
  margin: 0 0 8px;
  padding: 10px;
  color: #748aa6;
}

.contact-popup .contact-form input.fl {
  float: left;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form input.fl {
    float: none;
  }
}

.contact-popup .contact-form input.fr {
  float: right;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form input.fr {
    float: none;
  }
}

.contact-popup .contact-form input.half {
  width: 49%;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form input.half {
    width: 100%;
  }
}

.contact-popup .contact-form input.full {
  width: 100%;
}

.contact-popup .contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form textarea {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px #748aa6;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92;
  margin: 0 0 8px;
  padding: 10px;
  color: #748aa6;
  resize: none;
}

.contact-popup .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #748aa6;
  opacity: 1;
}

.contact-popup .contact-form input[type=submit] {
  background: #f80347;
  width: 140px;
  float: right;
  height: 45px;
  line-height: normal;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border: none;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form input[type=submit] {
    float: left;
    margin: 15px 0 0 0;
  }
}

.contact-popup .contact-form select {
  padding: 10px;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #748aa6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 2px #748aa6;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/dropdown-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0 8px;
}

.contact-popup .contact-form select.fl {
  float: left;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form select.fl {
    float: none;
  }
}

.contact-popup .contact-form select.fr {
  float: right;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form select.fr {
    float: none;
  }
}

.contact-popup .contact-form select.half {
  width: 49%;
}

@media only screen and (max-width: 568px) {
  .contact-popup .contact-form select.half {
    width: 100%;
  }
}

.contact-popup .contact-form select.full {
  width: 100%;
}

.contact-popup .contact-form select option {
  background: #0a1433;
}

/*** END ***/
.radio-list {
  margin: 0;
  padding: 0;
}

.radio-list li {
  width: 100%;
  margin: 0 0 10px;
  *zoom: 1;
}

.radio-list li:before,
.radio-list li:after {
  content: " ";
  display: table;
}

.radio-list li:after {
  clear: both;
}

.radio-list li input[type=radio] {
  display: block;
  float: left;
  width: auto !important;
  height: auto !important;
  margin: 0 10px 0 0 !important;
  position: relative;
  top: 2px;
}

.radio-list li label {
  color: #7b7b7b;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}

#card-errors {
  color: rgb(206, 0, 3);
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

#card-element {
  margin: 0 0 20px !important;
}

input[type=button].addcard {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 75px 0 50px !important;
  background-color: #5f8d97 !important;
  background-image: url("../images/form-button-arrow.png") !important;
  background-position: right 45px top 50% !important;
  background-repeat: no-repeat !important;
  color: #FFF !important;
  font-weight: 700;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

input[type=button].addcard:hover {
  background-color: #7ea8b1 !important;
  background-image: url("../images/form-button-arrow.png") !important;
  background-position: right 40px top 50% !important;
  background-repeat: no-repeat !important;
}

/*** CUSTOM RADIOS ***/
.radio-wrapper,
.checkbox-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
}

.radio-wrapper .radio-text,
.radio-wrapper .checkbox-text,
.checkbox-wrapper .radio-text,
.checkbox-wrapper .checkbox-text {
  color: #5f5f5f;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: normal;
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  font-weight: normal;
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 768px) {

  .radio-wrapper .radio-text,
  .radio-wrapper .checkbox-text,
  .checkbox-wrapper .radio-text,
  .checkbox-wrapper .checkbox-text {
    float: left;
    width: calc(100% - 50px);
    position: relative;
    left: auto;
    top: 0;
  }
}

.radio-wrapper .radio-text a,
.radio-wrapper .checkbox-text a,
.checkbox-wrapper .radio-text a,
.checkbox-wrapper .checkbox-text a {
  color: #5f5f5f;
}

.radio-wrapper .radio-text a:hover,
.radio-wrapper .checkbox-text a:hover,
.checkbox-wrapper .radio-text a:hover,
.checkbox-wrapper .checkbox-text a:hover {
  text-decoration: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]+label span,
input[type=checkbox]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #FFF;
  border: 1px solid #5f8d97;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

@media only screen and (max-width: 768px) {

  input[type=radio]+label span,
  input[type=checkbox]+label span {
    float: left;
  }
}

input[type=radio]:checked+label span,
input[type=checkbox]:checked+label span {
  background: url("../images/radio-checked.png") center center no-repeat;
}

/*** END ***/
.password-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.password-group input {
  width: calc(100% - 50px);
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.password-group .toggle-icon {
  display: block;
  width: 50px;
  border: 1px solid #d7d7d7;
  border-top-right-radius: 26px;
  -webkit-border-top-right-radius: 26px;
  -moz-border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  -webkit-border-bottom-right-radius: 26px;
  -moz-border-bottom-right-radius: 26px;
  height: 54px;
}

.password-group .toggle-icon svg {
  width: 20px;
  fill: #5f8d97;
  cursor: pointer;
}

.password-group .toggle-icon svg path {
  background-color: #5f8d97;
  color: #5f8d97;
}

.password-group .toggle-icon .show {
  display: none;
  justify-content: center;
  align-items: center;
  height: 54px;
}

.password-group .toggle-icon .show.active {
  display: flex;
}

.password-group .toggle-icon .hide {
  display: none;
  justify-content: center;
  align-items: center;
  height: 54px;
}

.password-group .toggle-icon .hide.active {
  display: flex;
}

.gift-page-wrapper {
  width: 100%;
  background: url("../images/mottled-background.jpg") top center no-repeat;
  background-size: cover;
  padding: 150px 0 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 1130px) {
  .gift-page-wrapper {
    padding: 120px 0 0 0;
  }
}

.gift-page-wrapper .gift-page-introduction {
  margin: 0 0 105px;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-page-introduction {
    margin: 0 0 50px;
  }
}

.gift-page-wrapper .gift-page-introduction h1 {
  color: #a0dfed;
  margin: 0 0 25px;
}

.gift-page-wrapper .gift-page-introduction p {
  color: #FFF;
  margin: 0;
}

.gift-page-wrapper .gift-pack-wrapper {
  width: 890px;
  margin: 0 auto 150px auto;
  background: #6999a4;
}

@media only screen and (max-width: 1130px) {
  .gift-page-wrapper .gift-pack-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper {
    margin: 0 auto 50px auto;
  }
}

.gift-page-wrapper .gift-pack-wrapper__header {
  background: #7dafbc;
}

.gift-page-wrapper .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
  padding: 20px 0 20px 40px;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
    padding: 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper__header .gift-pack-wrapper__header-content h2 {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.gift-page-wrapper .gift-pack-wrapper__header .gift-pack-wrapper__header-content p {
  color: #FFF;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 34px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.gift-page-wrapper .gift-pack-wrapper__content {
  padding: 40px 0 40px 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper__content {
    padding: 20px 20px 0 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper__content img.gifts {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper__content img.gifts {
    position: relative;
    right: auto;
    width: 100%;
  }
}

.gift-page-wrapper .gift-pack-wrapper__content img.eight {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 65%;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper__content img.eight {
    position: relative;
    right: auto;
    width: 100%;
  }
}

.gift-page-wrapper .gift-pack-wrapper__content img.twelve {
  position: absolute;
  bottom: 0;
  left: -600px;
  width: 180%;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper__content img.twelve {
    position: relative;
    left: auto;
    width: 100%;
  }
}

.gift-page-wrapper .gift-pack-wrapper__content p {
  color: #FFF;
}

.gift-page-wrapper .gift-pack-wrapper__content .button {
  display: inline-block;
}

@media only screen and (max-width: 568px) {
  .gift-page-wrapper .gift-pack-wrapper__content .button {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper__content .button a {
  display: block;
  border: 1px solid #a0dfed;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0px 67px 0px 45px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #a0dfed;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.gift-page-wrapper .gift-pack-wrapper__content .button a:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 45px;
  height: 12px;
  width: 12px;
  background: url("../images/button-arrows.svg") no-repeat;
  background-size: 20px;
}

.gift-page-wrapper .gift-pack-wrapper__content .button a:hover {
  background: #a0dfed;
  color: #FFF;
}

.gift-page-wrapper .gift-pack-wrapper__content .button a:hover:after {
  background: url("../images/button-arrows.svg") no-repeat;
  background-size: 20px;
  background-position: 0px -15px;
}

.gift-page-wrapper .gift-pack-wrapper:nth-child(3) .gift-pack-wrapper__header {
  background: #7dafbc;
}

.gift-page-wrapper .gift-pack-wrapper:nth-child(3) .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
  float: right;
  width: 330px;
  padding: 20px 0 20px 40px;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper:nth-child(3) .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
    float: none;
    width: 100%;
    padding: 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper:nth-child(3) .gift-pack-wrapper__content {
  float: right;
  width: 330px;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper:nth-child(3) .gift-pack-wrapper__content {
    float: none;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper:last-of-type .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
  float: left;
  width: 280px;
  padding: 20px 0 20px 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper:last-of-type .gift-pack-wrapper__header .gift-pack-wrapper__header-content {
    float: none;
    padding: 20px;
  }
}

.gift-page-wrapper .gift-pack-wrapper:last-of-type .gift-pack-wrapper__content {
  float: left;
  width: 100%;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .gift-page-wrapper .gift-pack-wrapper:last-of-type .gift-pack-wrapper__content {
    float: none;
    width: 100%;
    padding: 20px 20p 0 20px;
  }
}

.gift-cta {
  background: #f1f9fb;
  padding: 90px 0;
  position: relative;
}

.gift-cta:after {
  content: "";
  width: 45px;
  height: 45px;
  background: #5f8d97;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

@media only screen and (max-width: 768px) {
  .gift-cta {
    padding: 50px 0;
  }
}

.gift-cta h2 strong {
  font-weight: 900;
}

.gift-cta .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .gift-cta .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.gift-cta .button a:hover {
  background: #5f8d97;
}

/*** PRODUCT STYLES ***/
.the-gift-content-wrapper {
  background: #e7f5f9;
  padding: 90px 0 0 0;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper {
    padding: 70px 0 0 0;
  }
}

.the-gift-content-wrapper .breadcrumb {
  padding: 15px 0;
  margin: 0 0 60px;
  border-bottom: 1px solid #5f8d97;
}

.the-gift-content-wrapper .breadcrumb ul {
  margin: 0;
  padding: 0;
}

.the-gift-content-wrapper .breadcrumb ul li {
  float: left;
  font-size: 11px;
  font-size: 1.1rem;
  color: #5f8d97;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 6px 0 0;
  padding: 0 12px 0 0;
  position: relative;
}

.the-gift-content-wrapper .breadcrumb ul li:after {
  position: absolute;
  right: 0;
  content: "/";
}

.the-gift-content-wrapper .breadcrumb ul li:last-child {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.the-gift-content-wrapper .breadcrumb ul li:last-child:after {
  display: none;
}

.the-gift-content-wrapper .breadcrumb ul li a {
  color: #5f8d97;
  text-decoration: none;
}

.the-gift-content-wrapper .breadcrumb ul li a:hover {
  font-weight: 700;
}

.the-gift-content-wrapper .gift-content-wrapper {
  width: 1110px;
  margin: 0 auto;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper {
  float: left;
  width: 700px;
  margin: 0 0 75px;
  height: 650px;
  overflow: hidden;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 50px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper .gallery-main {
  background: #7ea8b1;
  float: right;
  width: 610px;
  height: 610px;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper .gallery-main {
    margin: 0 0 10px;
    width: 100%;
    height: 300px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper ul.gallery-thumbs {
  margin: 0;
  padding: 0;
  width: 80px;
  float: left;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper ul.gallery-thumbs {
    float: none;
    width: 100%;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper ul.gallery-thumbs li {
  width: 80px;
  height: 80px;
  background: #a0dfed;
  margin: 0 0 10px;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-gallery-wrapper ul.gallery-thumbs li {
    float: left;
    margin: 0 10px 0 0;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details {
  float: right;
  background: #FFF;
  width: 375px;
  padding: 40px 40px 0px 40px;
  margin: 0 0 75px 0;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-details {
    width: 35%;
  }
}

@media only screen and (max-width: 768px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-details {
    width: 100%;
    float: none;
    padding: 25px 25px 0 25px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details h1 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .price {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  font-weight: 700;
  color: #565656;
  border-bottom: 1px solid #cfdde0;
  padding: 0 0 30px;
  margin: 0 0 15px;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details ul {
  margin: 0 0 40px;
  padding: 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details ul li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details ul li:before {
  content: "";
  width: 13px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/tick.png") 0px 0px no-repeat;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors {
  margin: 0 0 25px;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors select {
  float: left;
  width: 90px;
  height: 50px;
  padding: 0 0 0 35px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors select option {
  background: #FFF;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors select {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=number] {
  float: left;
  width: 90px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  -moz-appearance: textfield;
  margin: 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=number]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=number]:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 1130px) {
  .the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=number] {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors a,
.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=submit] {
  float: right;
  height: 50px;
  background: #5f8d97;
  text-align: center;
  border: none;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 50px;
  width: 200px;
  letter-spacing: 2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}

@media only screen and (max-width: 1130px) {

  .the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors a,
  .the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=submit] {
    float: none;
    width: 100%;
  }
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors a:hover,
.the-gift-content-wrapper .gift-content-wrapper .gift-details .shop-selectors input[type=submit]:hover {
  background: #7ea8b1;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .free-delivery {
  border-top: 1px solid #cfdde0;
  padding: 20px 0;
}

.the-gift-content-wrapper .gift-content-wrapper .gift-details .free-delivery span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  line-height: normal;
  font-weight: 700;
  padding: 8px 0 8px 70px;
  background: url("../images/icons/icon-delivery.png") 0px 50% no-repeat;
}

.features {
  padding: 85px 0 125px 0;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .features {
    padding: 85px 0 50px 0;
  }
}

.features:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #e7f5f9;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.features h2 {
  margin: 0 0 65px;
}

.features ul {
  margin: 0;
  padding: 0;
}

.features ul li {
  float: left;
  width: 25%;
  padding: 0 50px;
}

@media only screen and (max-width: 1130px) {
  .features ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .features ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 1130px) {
  .features ul li:nth-child(3) {
    clear: both;
  }
}

.features ul li .features-icon {
  width: 100%;
  height: 60px;
  margin: 0 0 25px;
}

.features ul li .features-icon img {
  height: 100%;
  width: auto;
}

.features ul li .features-content {
  width: 100%;
}

.features ul li .features-content h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 568px) {
  .features ul li .features-content h3 {
    margin: 0;
  }
}

.features ul li .features-content p {
  color: #62aaba;
}

header {
  background: #FFF;
  height: 90px;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.39);
}

@media only screen and (max-width: 1130px) {
  header {
    height: 60px;
  }
}

header .content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

header.checkout {
  text-align: center;
}

header.checkout .shop-buttons-wrapper ul li:first-child {
  display: block;
}

header.upgrade {
  text-align: center;
}

header.upgrade .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}

header.upgrade .menu-toggle {
  display: none;
}

@media only screen and (max-width: 1130px) {
  header.upgrade .shop-buttons-wrapper {
    display: none;
  }
}

header.upgrade .shop-buttons-wrapper ul li:first-child {
  display: block;
}

@media only screen and (max-width: 1130px) {
  header.upgrade .header-upgrade-buttons {
    text-align: right;
    left: auto;
    right: 20px;
    transform: translate(0%, -50%);
  }

  header.upgrade .header-upgrade-buttons ul li {
    margin: 0;
  }

  header.upgrade .header-upgrade-buttons ul li span.nav-text {
    display: none;
  }
}

header .menu-toggle {
  position: absolute;
  top: 12px;
  left: 20px;
  display: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  z-index: 10;
  height: 20px;
  width: 20px;
  padding: 0 0;
}

@media only screen and (max-width: 1130px) {
  header .menu-toggle {
    display: block;
  }
}

header .logo {
  float: left;
  width: 166px;
  height: 36px;
  margin: 26px 0 0 0;
  position: relative;
  z-index: 2;
  /*
  @include breakpoint-max-($tabletScreen) {
  	width: 140px;
  	margin: 0;
  	height: auto;
  	position: absolute;
  	top: 54%;
  	transform: translateY(-50%);
  }
  */
}

@media only screen and (max-width: 1130px) {
  header .logo {
    float: none;
    margin: 18px auto 0 auto;
  }

  header .logo a svg {
    width: 140px;
    height: auto;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1130px) and (max-width: 350px) {
  header .logo a svg {
    width: 120px;
  }
}

header .logo .st0 {
  fill: #0e5c67;
}

header .header-checkout {
  background: url("../images/icons/icon-checkout.png") 0 50% no-repeat;
  padding: 15px 0 15px 40px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  color: #5f8d97;
  position: relative;
  top: 20px;
}

@media only screen and (max-width: 1130px) {
  header .header-checkout {
    display: none;
  }
}

header .header-upgrade-buttons {
  height: 30px;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header .header-upgrade-buttons {
    top: 47%;
  }
}

header .header-upgrade-buttons ul {
  margin: 0;
  padding: 0;
}

header .header-upgrade-buttons ul li {
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  header .header-upgrade-buttons ul li {
    margin: 0;
  }
}

header .header-upgrade-buttons ul li a {
  color: #adadad;
  text-decoration: none;
}

header .header-upgrade-buttons ul li a:hover {
  color: #5f8d97;
}

header .header-upgrade-buttons ul li a span {
  border: 1px solid #adadad;
  width: 40px;
  display: inline-block;
  text-align: center;
  background: #FFF;
  margin: 0 5px 0 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

@media only screen and (max-width: 768px) {
  header .header-upgrade-buttons ul li a span {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    padding-left: 2px;
    height: 30px;
    width: 30px;
  }
}

header .header-upgrade-buttons ul li a span.nav-text {
  width: auto;
  border: none !important;
  margin: 0;
  color: #adadad !important;
  background: none !important;
}

header .header-upgrade-buttons ul li.active {
  color: #5f8d97;
}

header .header-upgrade-buttons ul li.active span {
  background: #5f8d97;
  border: 1px solid #5f8d97;
  color: #FFF;
}

header .buttons-wrapper {
  float: right;
  margin: 26px 0 0 0;
  /*
  position: absolute;
  top: 26px;
  right: 75px;
  */
}

@media only screen and (max-width: 1130px) {
  header .buttons-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

header .buttons-wrapper ul {
  margin: 0;
  padding: 0;
}

header .buttons-wrapper ul li {
  float: left;
  margin: 0 0 0 15px;
  height: 38px;
}

@media only screen and (max-width: 1130px) {
  header .buttons-wrapper ul li {
    float: none;
    margin: 0 0 20px;
  }
}

header .buttons-wrapper ul li a {
  display: block;
  width: 100%;
  line-height: 36px;
  border: 1px solid #5f8d97;
  color: #5f8d97;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

header .buttons-wrapper ul li a:hover {
  background: #5f8d97;
  color: #FFF;
}

header .buttons-wrapper ul li:last-child a {
  background: #5f8d97;
  color: #FFF;
}

header .buttons-wrapper ul li:last-child a:hover {
  background: #FFF;
  color: #5f8d97;
}

header .shop-buttons-wrapper {
  float: right;
  margin: 35px 0 0 0;
  position: relative;
  z-index: 2;
  /*
  position: absolute;
  top: 35px;
  right: 0;
  */
}

@media only screen and (max-width: 1130px) {
  header .shop-buttons-wrapper {
    float: none;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 10px;
  }
}

header .shop-buttons-wrapper ul {
  margin: 0;
  padding: 0;
}

header .shop-buttons-wrapper ul li {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
}

header .shop-buttons-wrapper ul li.logged-in-as-user {
  width: auto;
}

header .shop-buttons-wrapper ul li.logged-in-as-user button {
  background-color: #5f8d97;
  color: #FFF;
  font-weight: bold;
  border: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

header .shop-buttons-wrapper ul li.basket a {
  position: relative;
}

header .shop-buttons-wrapper ul li.basket a .basket-item-count {
  width: 12px;
  height: 12px;
  display: none;
  color: #FFF;
  background: #365c66;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  position: absolute;
}

header .shop-buttons-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

header .shop-buttons-wrapper ul li a svg {
  fill: #565656;
}

header .shop-buttons-wrapper ul li a svg:hover {
  fill: #5f8d97;
}

header .header-wrapper {
  width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  header .header-wrapper {
    width: 100%;
  }
}

header .header-wrapper .header-buttons {
  float: right;
  margin: 24px 24px 0 0;
}

header .header-wrapper .header-buttons ul {
  margin: 0;
}

header .header-wrapper .header-buttons ul li {
  float: left;
  margin: 0 0 0 8px;
  width: auto;
  height: 30px;
}

header .header-wrapper .header-buttons ul li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 1130px) {
  header .header-wrapper .header-buttons ul li a {
    text-indent: -9999px;
    width: 30px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .header-buttons ul li:first-child {
    margin: 0 40px 0 0;
  }
}

header .header-wrapper .header-buttons ul li:first-child a {
  background: #5c8efe;
  color: #FFF;
  display: block;
}

@media only screen and (max-width: 1130px) {
  header .header-wrapper .header-buttons ul li:first-child a {
    background: #5c8efe url("../img/icons/white/icons-white-mail.svg") center center no-repeat;
    background-size: 20px;
  }
}

@media only screen and (max-width: 1130px) {
  header .header-wrapper .header-buttons ul li:first-child a:hover {
    background: #f80347 url("../img/icons/white/icons-white-mail.svg") center center no-repeat;
    background-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .header-buttons ul li:last-child {
    display: block;
    position: fixed;
    bottom: 20px;
    float: none;
    width: 190px;
    left: 50%;
    margin-left: -95px;
    z-index: 10;
  }
}

header .header-wrapper .header-buttons ul li:last-child a {
  border: 1px solid #748aa6;
  background: #FFF;
  color: #0a1433;
  display: block;
}

@media only screen and (max-width: 1130px) {
  header .header-wrapper .header-buttons ul li:last-child a {
    background: #5c8efe url("../img/icons/white/icons-white-recognise.svg") center center no-repeat;
    background-size: 20px;
    border: 0;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .header-buttons ul li:last-child a {
    background: none;
    border: 1px solid #748aa6;
    color: #0a1433;
    width: auto;
    text-indent: 0;
  }
}

header .header-wrapper .header-buttons ul li:last-child a:hover {
  border: 1px solid #f80347;
  background: #f80347;
  color: #FFF;
}

@media only screen and (max-width: 1130px) {
  header .header-wrapper .header-buttons ul li:last-child a:hover {
    background: #f80347 url("../img/icons/white/icons-white-recognise.svg") center center no-repeat;
    background-size: 20px;
    border: 0;
  }
}

@media only screen and (max-width: 768px) {
  header .header-wrapper .header-buttons ul li:last-child a:hover {
    background: #0a1433;
    border: 0;
  }
}

body.has-promo header {
  top: 30px;
}

@media only screen and (max-width: 568px) {

  body.free-trial .logo a svg,
  body.free-trial-stage-one .logo a svg,
  body.free-trial-stage-two .logo a svg,
  body.free-trial-stage-three .logo a svg,
  body.free-trial-stage-four .logo a svg {
    width: 126px;
  }
}

.home-hero {
  width: 100%;
  height: 610px;
  position: relative;
  overflow: hidden;
  margin: 90px 0 0 0;
  background: #7fa7af;
}

@media only screen and (max-width: 1130px) {
  .home-hero {
    height: auto;
    margin: 70px 0 0 0;
  }
}

.home-hero .hero-slant {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../images/hero-slant-new.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media only screen and (max-width: 568px) {
  .home-hero .hero-slant {
    bottom: -100px;
  }
}

.home-hero .content-wrapper {
  height: 100%;
  position: relative;
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper {
    flex-direction: column;
  }
}

.home-hero .content-wrapper .home-hero__content {
  text-align: center;
  z-index: 2;
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper .home-hero__content {
    padding: 50px 0 0 0;
    width: 60%;
    margin: 0 auto;
    top: auto;
    position: relative;
    transform: translate(0, 0%);
  }
}

@media only screen and (max-width: 768px) {
  .home-hero .content-wrapper .home-hero__content {
    width: 75%;
  }
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .home-hero__content {
    width: 100%;
    margin: 0;
    top: auto;
    position: relative;
    transform: translate(0, 0%);
  }
}

.home-hero .content-wrapper .home-hero__content .tp-widget {
  width: 100%;
  margin: 0 0 30px;
}

.home-hero .content-wrapper .home-hero__content h1 {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  color: #a0dfed;
  font-weight: 700;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 46px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .home-hero__content h1 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 25px;
    margin: 0 0 15px;
  }
}

.home-hero .content-wrapper .home-hero__content h1 br {
  display: block !important;
}

.home-hero .content-wrapper .home-hero__content p {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .home-hero__content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
  }
}

.home-hero .content-wrapper .home-hero__content p br {
  display: block !important;
}

.home-hero .content-wrapper .home-hero__content .button-wrapper .button {
  display: inline-block;
  margin: 0 6px;
  height: 56px;
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper .home-hero__content .button-wrapper .button {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .home-hero__content .button-wrapper .button {
    height: 44px;
    margin: 0.5rem 5px;
  }
}

.home-hero .content-wrapper .home-hero__content .button-wrapper .button a {
  display: block;
  background: #3b626b;
  height: 100%;
  padding: 0 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 54px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #3b626b;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home-hero .content-wrapper .home-hero__content .button-wrapper .button a:hover {
  border: 1px solid #a0dfed;
  background: #ffffff;
  color: #a0dfed;
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .home-hero__content .button-wrapper .button a {
    padding: 0 20px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 44px;
  }
}

.home-hero .content-wrapper .home-hero__content .button-wrapper .button:last-child a {
  border: 1px solid #fdca5c;
  color: #5f8d97;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #fdca5c;
}

.home-hero .content-wrapper .home-hero__content .button-wrapper .button:last-child a:hover {
  border: 1px solid #a0dfed;
  background: #ffffff;
  color: #a0dfed;
}

.home-hero .content-wrapper .home-hero__content .button-wrapper-message {
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: bold;
  color: #3b626b;
}

.home-hero .content-wrapper .derma-stamp {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: -35px;
  width: 100px;
  height: 100px;
  text-align: center;
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper .derma-stamp {
    width: 100%;
    right: auto;
  }
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .derma-stamp {
    bottom: 65px;
  }
}

.home-hero .content-wrapper .derma-stamp img {
  height: 100%;
  width: 100%;
}

.home-hero .content-wrapper .hero-image {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper .hero-image {
    width: 100%;
    height: auto;
    left: auto;
    right: auto;
    margin-left: 0;
    position: relative;
  }
}

@media only screen and (max-width: 568px) {
  .home-hero .content-wrapper .hero-image {
    width: 80%;
    margin: 0 auto;
  }
}

.home-hero .content-wrapper .hero-image img {
  height: auto;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .home-hero .content-wrapper .hero-image img {
    max-width: 50%;
    width: 50%;
    height: auto;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .home-hero .content-wrapper .hero-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
  }
}

.message-bar {
  background: #9acbd0;
  border-top: 1px solid #FFF;
  padding: 30px 0;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .message-bar {
    padding: 15px 0;
  }
}

.message-bar ul {
  margin: 0;
  padding: 0;
}

.message-bar ul li {
  display: inline-block;
  height: 30px;
  padding: 0 55px;
  border-right: 1px solid #FFF;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
}

@media only screen and (max-width: 568px) {
  .message-bar ul li {
    padding: 10px 20px;
    line-height: 12px;
    height: auto;
  }
}

.message-bar ul li:last-child {
  border-right: none;
}

.message-bar ul li br {
  display: none;
}

@media only screen and (max-width: 568px) {
  .message-bar ul li br {
    display: block;
  }
}

.introduction {
  background: #f4fafc;
  position: relative;
  z-index: 2;
  padding: 0 0 160px;
}

@media only screen and (max-width: 768px) {
  .introduction {
    padding: 0 0 50px;
  }
}

.introduction .introduction-content {
  padding: 160px 0;
  background: url("../images/home-intro-pebble-bgrnd.png") center center no-repeat;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .introduction .introduction-content {
    padding: 50px 0;
  }
}

.introduction .introduction-content h2 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 29px;
  color: #2c5b66;
}

@media only screen and (max-width: 568px) {
  .introduction .introduction-content h2 {
    font-size: 1.8rem;
  }
}

.introduction .introduction-content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  color: #62aaba;
  color: #2c5b66;
}

@media only screen and (max-width: 568px) {
  .introduction .introduction-content p {
    font-size: 1.3rem;
  }
}

.introduction .introduction-content .hashtags {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  text-transform: uppercase;
  color: #5f8d97;
  margin: 100px 0 25px 0;
  font-weight: 700;
  padding: 0;
  letter-spacing: 3px;
}

.introduction .home-cta-blocks {
  text-align: center;
}

.introduction .home-cta-blocks .home-cta-block {
  display: inline-block;
  vertical-align: top;
  width: 27%;
  margin: 0 2%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .introduction .home-cta-blocks .home-cta-block {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }
}

.introduction .home-cta-blocks .home-cta-block__illy {
  min-height: 80px;
  position: relative;
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.introduction .home-cta-blocks .home-cta-block__illy img {
  width: 100%;
  max-width: 200px;
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.introduction .home-cta-blocks .home-cta-block__content h3 {
  letter-spacing: 3px;
  color: #2c5b66;
}

.introduction .home-cta-blocks .home-cta-block__content p {
  color: #62aaba;
  color: #2c5b66;
}

.introduction .home-cta-blocks .home-cta-block__cta a {
  display: inline-block;
  width: auto;
  line-height: 36px;
  border: 1px solid #5f8d97;
  background: #5f8d97;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.introduction .home-cta-blocks .home-cta-block__cta a:hover {
  background: transparent;
  color: #5f8d97;
}

.trustpilot-feed {
  padding: 120px 0 100px 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .trustpilot-feed {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (max-width: 568px) {
  .trustpilot-feed {
    padding: 60px 0 40px 0;
  }

  .trustpilot-feed iframe {
    height: 140px !important;
  }
}

.trustpilot-feed:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f4fafc;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  transform: rotate(45deg);
}

.how-it-works {
  background: #f4fafc;
  padding: 150px 0 160px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .how-it-works {
    padding: 80px 0;
  }
}

.how-it-works h2 {
  margin: 0 0 45px;
}

.how-it-works ul {
  margin: 0;
  padding: 0;
}

.how-it-works ul li {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .how-it-works ul li {
    width: 50%;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .how-it-works ul li:nth-child(3) {
    clear: both;
  }
}

.how-it-works ul li .how-it-works__icon {
  width: 100%;
  height: 70px;
  position: relative;
  margin: 0 0 25px;
}

.how-it-works ul li .how-it-works__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 768px) {
  .how-it-works ul li .how-it-works__icon img {
    top: 75%;
  }
}

@media only screen and (max-width: 768px) {
  .how-it-works ul li .how-it-works__content {
    padding: 0 10px;
  }
}

.how-it-works ul li .how-it-works__content h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 4px;
}

.how-it-works ul li .how-it-works__content p {
  color: #7ea8b1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  color: #62aaba;
  padding: 0 35px;
}

@media only screen and (max-width: 768px) {
  .how-it-works ul li .how-it-works__content p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
  }
}

.how-it-works ul li .how-it-works__content p:last-of-type {
  margin: 0;
}

.subscription-plans {
  background: #5f8d97 url("../images/subscription-plans-bgrnd.jpg") 0% 50% no-repeat;
  height: 630px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1130px) {
  .subscription-plans {
    background: #5f8d97 url("../images/subscription-slant.png") 50% 50% repeat;
    height: auto;
  }
}

.subscription-plans .subscription-plans-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media only screen and (max-width: 1130px) {
  .subscription-plans .subscription-plans-image {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .subscription-plans .subscription-plans-image {
    display: block;
  }
}

@media only screen and (max-width: 568px) {
  .subscription-plans .subscription-plans-image {
    display: block;
  }
}

.subscription-plans .subscription-plans-image img {
  height: 120%;
  width: auto;
  position: relative;
  top: -50px;
}

@media only screen and (max-width: 1130px) {
  .subscription-plans .subscription-plans-image img {
    margin-top: 40px;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .subscription-plans .subscription-plans-image img {
    margin-top: 40px;
    width: 100%;
  }
}

@media only screen and (max-width: 1130px) {
  .subscription-plans .subscription-plans-image {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
  }
}

.subscription-plans .content-wrapper {
  height: 100%;
  position: relative;
}

.subscription-plans .content-wrapper .subscription-plans-content {
  width: 430px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  right: 0;
}

@media only screen and (max-width: 1130px) {
  .subscription-plans .content-wrapper .subscription-plans-content {
    width: 600px;
    margin: 0 auto;
    right: auto;
    transform: translate(0, 0);
    top: auto;
    position: relative;
    padding: 50px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .subscription-plans .content-wrapper .subscription-plans-content {
    width: 100%;
    right: auto;
    transform: translate(0, 0);
    top: auto;
    position: relative;
    padding: 50px 0px;
  }
}

.subscription-plans .content-wrapper .subscription-plans-content h2 {
  color: #a0dfed;
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin: 0 0 30px;
}

@media only screen and (max-width: 568px) {
  .subscription-plans .content-wrapper .subscription-plans-content h2 {
    font-size: 1.7rem;
  }
}

.subscription-plans .content-wrapper .subscription-plans-content p {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 0 0 30px;
}

.subscription-plans .content-wrapper .subscription-plans-content ul.subscription-prices {
  margin: 0 0 40px;
}

.subscription-plans .content-wrapper .subscription-plans-content ul.subscription-prices li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  color: #FFF;
  padding: 10px 22px 10px 20px;
  text-transform: uppercase;
  border-right: 1px solid #FFF;
  letter-spacing: 2px;
}

@media only screen and (max-width: 568px) {
  .subscription-plans .content-wrapper .subscription-plans-content ul.subscription-prices li {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0px;
  }
}

.subscription-plans .content-wrapper .subscription-plans-content ul.subscription-prices li:first-child {
  padding: 10px 22px 10px 0px;
}

.subscription-plans .content-wrapper .subscription-plans-content ul.subscription-prices li:last-child {
  border: none;
  padding: 10px 0px 10px 20px;
}

.subscription-plans .content-wrapper .subscription-plans-content .button {
  display: inline-block;
  height: 55px;
}

.subscription-plans .content-wrapper .subscription-plans-content .button a {
  display: block;
  width: auto;
  height: 100%;
  border: 1px solid #a0dfed;
  color: #a0dfed;
  line-height: 55px;
  background: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.subscription-plans .content-wrapper .subscription-plans-content .button a:hover {
  background: #a0dfed;
  color: #FFF;
}

.the-pebbles {
  background: #FFF;
  position: relative;
  padding: 125px 0 0px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 568px) {
  .the-pebbles {
    padding: 55px 0 0 0px;
  }
}

.the-pebbles h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
}

.the-pebbles p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #62aaba;
  margin: 0 0 35px;
}

.the-pebbles ul {
  margin: 0;
  padding: 0;
}

.the-pebbles ul li {
  display: inline-block;
  width: 32%;
}

@media only screen and (max-width: 568px) {
  .the-pebbles ul li {
    float: none;
    width: 100%;
  }
}

.the-pebbles ul li .pebble-description {
  margin: 0 0 70px;
  padding: 0 20px;
}

.the-pebbles ul li .pebble-description h3 {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 4px;
}

.the-pebbles ul li .pebble-description p {
  font-size: 13px !important;
  color: #62aaba;
}

.the-pebbles ul li .pebble-description p a {
  color: #62aaba;
  font-weight: 700;
}

.the-pebbles ul li .pebble-description p a:hover {
  text-decoration: none;
}

.the-pebbles ul li .pebble-image {
  margin: 0 0 25px;
}

@media only screen and (max-width: 1130px) {
  .the-pebbles ul li .pebble-image img {
    width: 100%;
    height: auto;
  }
}

.free-trial {
  background: #f4fafc;
  position: relative;
  z-index: 2;
  padding: 120px 20px;
  text-align: center;
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .free-trial {
    padding: 70px 20px;
  }
}

.free-trial:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #f4fafc;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.free-trial h2 {
  margin: 0 0 25px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  color: #055d67;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 20px;
  font-weight: bold;
  text-transform: none;
}

.free-trial h2 strong {
  font-weight: 900;
}

.free-trial .button {
  display: inline-block;
}

.free-trial .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .free-trial .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.free-trial .button a:hover {
  background: #5f8d97;
}

.luxurious-wash {
  width: 100%;
  height: 575px;
  position: relative;
  background: url("../images/lady-using-soap.jpg") 100% 0% no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .luxurious-wash {
    height: 500px;
  }
}

@media only screen and (max-width: 568px) {
  .luxurious-wash .tint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.luxurious-wash .content-wrapper {
  height: 100%;
}

.luxurious-wash .content-wrapper .luxurious-wash__content {
  text-align: center;
  padding: 200px 0 0 0;
  width: 420px;
}

@media only screen and (max-width: 568px) {
  .luxurious-wash .content-wrapper .luxurious-wash__content {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
    -moz-transform: translate(-50%, -50%);
    /* Mozilla */
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    transform: translate(-50%, -50%);
    /* IE 10, Fx 16+, Op 12.1+ */
  }
}

.luxurious-wash .content-wrapper .luxurious-wash__content h2 {
  color: #FFF;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 31px;
  margin: 0 0 35px;
}

@media only screen and (max-width: 768px) {
  .luxurious-wash .content-wrapper .luxurious-wash__content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
  }
}

.luxurious-wash .content-wrapper .luxurious-wash__content p {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 0;
}

.legals-header {
  background: #f1f9fb;
  padding: 190px 0 0 0;
  border-bottom: 1px solid #5f8d97;
}

@media only screen and (max-width: 568px) {
  .legals-header {
    padding: 120px 0 0 0;
  }
}

.legals-header h1 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 568px) {
  .legals-header h1 {
    margin: 0 0 50px;
  }
}

.legals-header .subnav {
  margin: 0;
  padding: 0;
}

.legals-header .subnav li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 30px;
}

@media only screen and (max-width: 568px) {
  .legals-header .subnav li {
    margin: 0 15px;
  }
}

.legals-header .subnav li a {
  display: block;
  color: #5f8d97;
  text-decoration: none;
  padding: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: 2px solid #f1f9fb;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.legals-header .subnav li a:hover {
  border-bottom: 2px solid #5f8d97;
}

.legals-header .subnav li.current a {
  border-bottom: 2px solid #5f8d97;
}

.legals-content-wrapper .legals-content {
  padding: 80px 0;
  width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .legals-content-wrapper .legals-content {
    width: 100%;
    padding: 50px 20px;
  }
}

.legals-content-wrapper .legals-content p {
  margin: 0 0 40px;
}

.legals-content-wrapper .legals-content p:first-of-type {
  margin: 0 0 50px 0;
}

.legals-content-wrapper .legals-content p a {
  color: #5f8d97;
}

.legals-content-wrapper .legals-content p a:hover {
  text-decoration: none;
}

.legals-content-wrapper .legals-content ol {
  list-style: none;
  counter-reset: item;
}

.legals-content-wrapper .legals-content ol li {
  counter-increment: item;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 0 0 0 20px;
  position: relative;
}

.legals-content-wrapper .legals-content ol li:before {
  content: counter(item);
  color: #5f8d97;
  text-align: center;
  display: inline-block;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.legals-content-wrapper .legals-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #5f8d97;
  margin: 35px 0 10px 0;
}

.login-wrapper {
  background: #f1f9fb url("../images/contact-background.png") center center no-repeat;
  padding: 250px 0 150px 0;
}

@media only screen and (max-width: 568px) {
  .login-wrapper {
    padding: 150px 0 50px 0;
  }
}

.login-wrapper h1 a,
.login-wrapper p a {
  color: #62aaba;
}

.login-wrapper h1 a:hover,
.login-wrapper p a:hover {
  text-decoration: none;
}

.login-wrapper ul.socials {
  margin: 0 0 40px;
  padding: 0;
}

.login-wrapper ul.socials li {
  display: inline-block;
  margin: 0 12px;
}

.login-wrapper ul.socials li a {
  color: #62aaba;
  font-size: 24px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.login-wrapper ul.socials li a:hover {
  color: #5f8d97;
}

.login-wrapper .contact-form {
  width: 376px;
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  .login-wrapper .contact-form {
    width: 100%;
  }
}

.login-wrapper .contact-form #forgot {
  display: none;
}

.login-wrapper .contact-form fieldset {
  margin: 0 0 30px;
  padding: 0;
  border: none;
}

.login-wrapper .contact-form fieldset label {
  display: none;
}

.login-wrapper .contact-form fieldset input {
  border: 1px solid #d7d7d7;
  background: #FFF;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.login-wrapper .contact-form fieldset input:focus {
  color: #5f8d97;
}

.login-wrapper .contact-form fieldset textarea {
  padding: 20px;
  border: 1px solid #d7d7d7;
  background: #FFF;
  height: 135px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 35px;
  resize: none;
  font-weight: 700;
  letter-spacing: 2px;
}

.login-wrapper .contact-form fieldset textarea:focus {
  color: #5f8d97;
}

.login-wrapper .contact-form fieldset input[type=submit] {
  background: #5f8d97;
  width: 190px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.login-wrapper .contact-form fieldset input[type=submit]:hover {
  background: #7ea8b1;
}

.login-wrapper .contact-form fieldset a.submit {
  background: #5f8d97;
  width: 190px;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  background: #5f8d97;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  height: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  text-decoration: none;
  line-height: 54px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.login-wrapper .contact-form fieldset a.submit:hover {
  background: #7ea8b1;
}

.login-wrapper .contact-form p.forgotten {
  text-decoration: underline;
  cursor: pointer;
}

.login-wrapper .contact-form p.forgotten:hover {
  text-decoration: none;
}

.video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
}

.video .player iframe,
.video .player object,
.video .player embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.page-overlay,
.thanks-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(248, 3, 71, 0.85);
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.contact-popup {
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 50px 25px 25px 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-top: -350px;
  margin-left: -300px;
  z-index: 10001;
  text-align: center;
  display: none;
}

.contact-popup h2 {
  margin: 0 0 10px;
}

.resource-download-panel {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #FFF;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(27, 48, 87, 0.2);
}

@media only screen and (max-width: 568px) {
  .resource-download-panel {
    width: 90%;
    height: 90%;
    margin-top: 0;
    margin-left: -45%;
    top: 5%;
  }
}

.resource-download-panel__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
  padding: 20px 50px;
}

.resource-download-panel__content .button {
  margin: 0 0 15px;
}

.resource-download-panel__content .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #FFF;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .resource-download-panel__content .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.resource-download-panel__content .button a:hover {
  background: #5f8d97;
}

.resource-download-panel__content a {
  color: #5c8efe;
}

.resource-download-panel__content a:hover {
  text-decoration: none;
}

.video-close,
.contact-popup-close,
.popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  z-index: 10001;
  display: none;
}

.video-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  top: 0px;
  left: 0px;
  display: none;
  cursor: default;
  background: rgba(248, 3, 71, 0.85);
}

.video-player {
  width: 640px;
  height: 360px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -180px;
  z-index: 10001;
  display: none;
}

.bx-pager-item:first-of-type:last-of-type {
  display: none;
}

.error {
  position: relative;
  margin: 0 0 20px;
  display: block;
  background: rgb(206, 0, 3);
  color: #FFF;
  position: relative;
  padding: 5px 22px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.error-message,
.alert-failed {
  position: relative;
  margin: 0 0 12px;
  background: rgba(206, 0, 3, 0.6);
  color: #FFF;
  font-weight: 700;
  position: relative;
  padding: 10px 22px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid rgb(206, 0, 3);
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
}

.alert-success {
  position: relative;
  margin: 0 0 12px;
  background: rgba(23, 86, 0, 0.5);
  color: #FFF;
  font-weight: 700;
  position: relative;
  padding: 10px 22px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid rgb(23, 86, 0);
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
}

#passwordresponse p {
  color: #FFF;
}

#createresponse {
  position: relative;
  margin: 0 0 12px;
  background: rgba(206, 0, 3, 0.6);
  font-weight: 700;
  position: relative;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
}

#createresponse p {
  padding: 10px 22px;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}

#loginresponse p {
  color: #FFF;
}

.grecaptcha-badge {
  z-index: 9;
}

.cookieinfo {
  padding: 20px !important;
}

@media only screen and (max-width: 568px) {
  .cookieinfo {
    padding: 0 20px 70px 20px !important;
    text-align: center !important;
  }
}

.cookieinfo span {
  padding: 20px 0 !important;
}

.cookieinfo-close {
  text-transform: uppercase !important;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  padding: 20px 50px !important;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px !important;
}

@media only screen and (max-width: 568px) {
  .cookieinfo-close {
    float: none !important;
    display: inline-block !important;
    position: absolute;
    bottom: 20px;
    padding: 16px 0 !important;
    width: 150px !important;
    left: 50% !important;
    margin-left: -75px !important;
  }
}

@media only screen and (max-width: 568px) {
  .lSPager {
    display: none !important;
  }
}

.share-url {
  background: #f5f5f5 url("../images/icons/icon-link.png") 95% 50% no-repeat;
  padding: 20px;
  font-weight: 600;
  color: #7fa4ac;
  text-align: left;
  margin: 0 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .share-url {
    padding: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.share-url .copy-button {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #f5f5f5 url("../images/icons/icon-link.png") 50% 50% no-repeat;
}

input.post-shortlink {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.st-custom-button[data-network] {
  background-color: #FFF;
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #5f8d97;
  font-size: 20px;
  font-size: 2rem;
}

.st-custom-button[data-network]:hover,
.st-custom-button[data-network]:focus {
  color: #7ea8b1;
  text-decoration: none;
}

ul.share-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.share-icons li {
  display: inline-block;
  margin: 0 10px;
}

ul.share-icons li a {
  font-weight: bold;
  color: #5f8d97;
  font-size: 20px;
  font-size: 2rem;
}

ul.share-icons li a:hover,
ul.share-icons li a:focus {
  color: #7ea8b1;
}

.loader-container {
  width: 100%;
  height: 100vh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-container .loader {
  width: 50px;
  height: 50px;
  border: 5px solid;
  color: #5c8efe;
  border-radius: 50%;
  border-top-color: transparent;
  animation: loader 1.2s linear infinite;
}

@keyframes loader {
  25% {
    color: #a0dfed;
  }

  50% {
    color: #f80347;
  }

  75% {
    color: #5c8efe;
  }

  to {
    transform: rotate(360deg);
  }
}

.promo-strip {
  background: #fdca5c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.promo-strip .promo-ticker {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-strip .promo-ticker .ticker-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
  padding: 5px;
  padding-left: 127px;
  width: auto;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .promo-strip .promo-ticker .ticker-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.promo-strip .promo-ticker .ticker-item a {
  display: inline-block;
  color: #5f8d97;
  text-decoration: none;
}

.promo-strip .promo-ticker .ticker-item span {
  font-size: 2rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.promo-strip p {
  margin: 0;
  padding: 5px;
  color: #5f8d97;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .promo-strip p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.promo-strip p a {
  display: block;
  color: #5f8d97;
  text-decoration: none;
}

.rewards-panel {
  position: fixed;
  bottom: 50px;
  left: 50px;
  height: 40px;
  width: 140px;
  z-index: 50;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  background: transparent;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 650px) {
  .rewards-panel {
    left: 20px;
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  .rewards-panel {
    left: 20px;
    display: none;
  }
}

.rewards-panel__header {
  background: #5f8d97;
  height: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.rewards-panel__header h4 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  color: #FFF;
  margin: 0;
  left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  text-transform: uppercase;
}

.rewards-panel__header .close {
  position: absolute;
  right: 25px;
  top: 12px;
  width: 18px;
  height: 18px;
  opacity: 1;
  display: none;
}

.rewards-panel__header .close:hover {
  opacity: 1;
}

.rewards-panel__header .close:before,
.rewards-panel__header .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #FFF;
}

.rewards-panel__header .close:before {
  transform: rotate(45deg);
}

.rewards-panel__header .close:after {
  transform: rotate(-45deg);
}

.rewards-panel__image {
  width: 100%;
  height: 140px;
  background: #EFEFEF;
}

.rewards-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rewards-panel__content {
  padding: 25px 25px 75px 25px;
  background: #FFF;
}

@media only screen and (max-width: 568px) {
  .rewards-panel__content {
    padding: 15px 15px 75px 15px;
  }
}

.rewards-panel__content p {
  color: #446c70;
}

@media only screen and (max-width: 568px) {
  .rewards-panel__content p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    margin: 0 0 10px;
  }
}

.rewards-panel__content .button a {
  padding: 12px 20px;
  display: block;
  background: #a3dfec;
  color: #5f8d97;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.rewards-panel__content .button a:hover {
  background: #5f8d97;
  color: #FFF;
}

.rewards-panel .sharing-url {
  background: #f5f5f5 url("../images/icons/icon-link.png") 95% 50% no-repeat;
  padding: 7px;
  font-weight: 600;
  color: #7fa4ac;
  text-align: left;
  margin: 0 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
}

.rewards-panel .sharing-url .copy-button {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #f5f5f5 url("../images/icons/icon-link.png") 50% 50% no-repeat;
}

.rewards-panel .share-icons {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: none;
}

.rewards-panel .share-icons li.mobile {
  display: none;
}

@media only screen and (max-width: 568px) {
  .rewards-panel .share-icons li.mobile {
    display: inline-block;
  }
}

.rewards-panel .share-icons li.desktop {
  display: inline-block;
}

@media only screen and (max-width: 568px) {
  .rewards-panel .share-icons li.desktop {
    display: none;
  }
}

.rewards-panel.active {
  width: 310px;
  height: 520px;
}

@media only screen and (max-width: 568px) {
  .rewards-panel.active {
    width: calc(100% - 40px);
    height: auto;
  }
}

.rewards-panel.active .rewards-panel__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.rewards-panel.active .close,
.rewards-panel.active .share-icons {
  display: block;
}

@media only screen and (max-width: 568px) {
  .rewards-panel {
    display: none !important;
  }
}

body.hide-rewards .rewards-panel {
  display: none;
}

@media only screen and (max-width: 568px) {
  body.hide-rewards .rewards-panel {
    display: none !important;
  }
}

#snowflakeContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.snowflake {
  position: fixed;
  background: url("../images/snowflake.svg") center center no-repeat;
  background-size: cover;
  user-select: none;
  z-index: 1000;
  pointer-events: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.duration-options {
  margin: 0 auto;
  padding: 0;
  width: 690px;
}

@media only screen and (max-width: 768px) {
  .duration-options {
    width: 92%;
  }
}

.duration-options li {
  margin: 0 0 15px;
  background: #6b99a3;
  height: 100px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
}

@media only screen and (max-width: 568px) {
  .duration-options li {
    height: auto;
  }
}

.duration-options li:hover {
  border: 1px solid #FFF;
}

.duration-options li.selected {
  border: 1px solid #FFF;
}

.duration-options li:last-of-type {
  margin: 0 0 30px;
}

.duration-options li .duration {
  float: left;
  width: 70%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .duration-options li .duration {
    width: 60%;
  }
}

@media only screen and (max-width: 568px) {
  .duration-options li .duration {
    float: none;
    width: 100%;
  }
}

.duration-options li .duration__content {
  padding: 0;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 568px) {
  .duration-options li .duration__content {
    width: calc(100% - 20px);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    padding: 20px;
  }
}

.duration-options li .duration__content h3 {
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 568px) {
  .duration-options li .duration__content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin: 0 0 10px;
  }
}

.duration-options li .duration__content p {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  margin: 0;
}

.duration-options li .value {
  float: right;
  width: 30%;
  height: 100%;
  position: relative;
  background: #80afbb;
}

@media only screen and (max-width: 768px) {
  .duration-options li .value {
    width: 40%;
  }
}

@media only screen and (max-width: 568px) {
  .duration-options li .value {
    float: none;
    width: 100%;
    height: auto;
  }
}

.duration-options li .value__content {
  padding: 0;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: calc(100% - 20px);
}

@media only screen and (max-width: 568px) {
  .duration-options li .value__content {
    transform: translate(0, 0);
    position: relative;
    right: auto;
    padding: 20px;
  }
}

.duration-options li .value__content h3 {
  text-align: right;
  color: #FFF;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 45px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 568px) {
  .duration-options li .value__content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
  }
}

.duration-options li .value__content p {
  text-align: right;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  margin: 0;
}

@media only screen and (max-width: 568px) {
  .duration-options li .value__content p {
    text-align: left;
  }
}

.complete .short-padding {
  padding: 0;
}

.complete .short-padding .account-content-wrapper {
  margin: 0;
}

.trustpilot {
  padding: 50px 0 0 0;
}

.tp-widget-mobile {
  padding: 20px 0;
}

@media only screen and (max-width: 568px) {
  .tp-widget-mobile {
    display: block;
    position: relative;
    z-index: 2;
  }
}

.tp-widget-mobile .trustpilot-widget {
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .tp-widget-mobile .trustpilot-widget {
    display: block;
  }
}

.light-use-message {
  clear: both;
  color: #5f8d97;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  border-bottom: 1px solid #cfdde0;
  padding: 5px 0 10px 0;
}

.noscroll {
  overflow: hidden;
}

.show-section {
  display: block !important;
}

.the-mission-content-wrapper {
  padding: 150px 0;
  background: url("../images/mission-background.png") 50% 150px no-repeat;
}

@media only screen and (max-width: 768px) {
  .the-mission-content-wrapper {
    padding: 100px 20px 100px 20px;
    background-size: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .the-mission-content-wrapper {
    background-size: auto;
  }
}

.the-mission-content-wrapper .the-mission-content {
  width: 640px;
  margin: 0 auto 100px auto;
  color: #2c5b66;
}

@media only screen and (max-width: 768px) {
  .the-mission-content-wrapper .the-mission-content {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}

.the-mission-content-wrapper .the-mission-content h1 {
  color: #7ea8b1;
  color: #2c5b66;
}

@media only screen and (max-width: 568px) {
  .the-mission-content-wrapper .the-mission-content h1 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 28px;
  }
}

.the-mission-content-wrapper .the-mission-content p {
  margin: 0 0 35px;
  color: #2c5b66;
}

.the-mission-content-wrapper .the-mission-content .mission-stats {
  margin: 0 0 35px;
  padding: 0;
  color: #2c5b66;
}

.the-mission-content-wrapper .the-mission-content .mission-stats li {
  float: left;
  padding: 10px 0;
  width: 33.33333%;
  border-right: 1px solid #2c5b66;
  color: #62aaba;
  color: #2c5b66;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.the-mission-content-wrapper .the-mission-content .mission-stats li:last-child {
  border: none;
}

@media only screen and (max-width: 568px) {
  .the-mission-content-wrapper .the-mission-content .mission-stats li {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 0 5px;
  }
}

.the-mission-content-wrapper .the-mission-content .mission-stats li span {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
}

@media only screen and (max-width: 568px) {
  .the-mission-content-wrapper .the-mission-content .mission-stats li span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
}

.the-mission-content-wrapper .the-mission-content .mission-stats li br {
  display: block !important;
}

.the-mission-content-wrapper .the-mission-content .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .the-mission-content-wrapper .the-mission-content .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.the-mission-content-wrapper .the-mission-content .button a:hover {
  background: #5f8d97;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.newsletter-modal {
  background: #f4fafc;
  position: fixed !important;
  width: 750px;
  height: 525px;
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  display: none;
}

@media only screen and (max-width: 768px) {
  .newsletter-modal {
    width: 92%;
    height: auto;
  }
}

.newsletter-modal .modal-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1002;
  background: url("../images/modal-close.png") center center no-repeat;
}

.newsletter-modal__left {
  float: left;
  width: 315px;
  height: 100%;
  position: relative;
  background: url("../images/newsletter-modal-image.jpg") top left no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .newsletter-modal__left {
    float: none;
    width: 100%;
    height: auto;
  }
}

.newsletter-modal__left .newsletter-modal__left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  .newsletter-modal__left .newsletter-modal__left-content {
    position: relative;
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    padding: 40px;
  }
}

.newsletter-modal__left .newsletter-modal__left-content p {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}

.newsletter-modal__left .newsletter-modal__left-content p:last-of-type {
  margin: 0;
}

.newsletter-modal__left .newsletter-modal__left-content cite {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  color: #72c4d6;
  font-style: normal;
}

.newsletter-modal__right {
  float: right;
  width: 435px;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .newsletter-modal__right {
    float: none;
    width: 100%;
    height: auto;
  }
}

.newsletter-modal__right .newsletter-modal__right-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
  text-align: center;
  padding: 0 45px;
}

@media only screen and (max-width: 768px) {
  .newsletter-modal__right .newsletter-modal__right-content {
    position: relative;
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
    padding: 40px;
  }
}

.newsletter-modal__right .newsletter-modal__right-content h2 {
  color: #5f8d97;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 568px) {
  .newsletter-modal__right .newsletter-modal__right-content h2 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: 2px;
  }
}

.newsletter-modal__right .newsletter-modal__right-content input[type=email] {
  background: #FFF;
  height: 55px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-weight: 700;
  color: #787878;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 15px;
  letter-spacing: 2px;
}

.newsletter-modal__right .newsletter-modal__right-content input[type=submit],
.newsletter-modal__right .newsletter-modal__right-content button[type=submit] {
  background: #5f8d97;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 50px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

@media only screen and (max-width: 568px) {

  .newsletter-modal__right .newsletter-modal__right-content input[type=submit],
  .newsletter-modal__right .newsletter-modal__right-content button[type=submit] {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.newsletter-modal__right .newsletter-modal__right-content input[type=submit]:hover,
.newsletter-modal__right .newsletter-modal__right-content button[type=submit]:hover {
  background: #62aaba;
}

.marketing-modal {
  background: url("../images/marketing-pop-up-bgrnd.jpg") center center no-repeat;
  background-size: cover;
  position: fixed !important;
  width: 710px;
  height: 622px;
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  display: none;
}

@media only screen and (max-width: 768px) {
  .marketing-modal {
    width: 92%;
    height: 400px;
  }
}

.marketing-modal .modal-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1002;
  background: url("../images/modal-close.png") center center no-repeat;
}

.marketing-modal__content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marketing-modal__content h2 {
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  text-align: center;
  letter-spacing: 5px;
  padding: 5vh 0 0 0;
}

@media only screen and (max-width: 568px) {
  .marketing-modal__content h2 {
    padding: 7vh 0 0 0;
  }
}

@media only screen and (max-width: 568px) {
  .marketing-modal__content h2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 1px;
  }
}

.marketing-modal__content h2 br {
  display: block !important;
}

.marketing-modal__content .button {
  position: absolute;
  bottom: 5vh;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 568px) {
  .marketing-modal__content .button {
    bottom: 2.5vh;
  }
}

.marketing-modal__content .button a {
  padding: 14px 20px;
  display: block;
  background: #075e68;
  color: #a0dfed;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border: 1px solid #075e68;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.marketing-modal__content .button a:hover {
  background: transparent;
  color: #075e68;
}

body.hide-rewards .marketing-modal {
  display: none !important;
}

body.hide-rewards .modal-overlay {
  display: none !important;
}

#build-a-pack-50-percent-outer {
  position: fixed !important;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal {
  background: #f4fafc;
  position: fixed !important;
  width: 100%;
  min-width: 300px;
  max-width: 700px;
  height: 525px;
  z-index: 1001;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal {
    width: 92%;
    overflow: hidden;
    height: 90vh;
    max-height: 500px;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal .modal-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1002;
  background: url("../images/modal-close.png") center center no-repeat;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__left {
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
  background: url("../images/50-percent-popup.png") top left no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__left {
    background-position: center;
    width: 50%;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__left .build-a-pack-50-modal__left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__left .build-a-pack-50-modal__left-content {
    width: 50%;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__left .build-a-pack-50-modal__left-content p {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__left .build-a-pack-50-modal__left-content p:last-of-type {
  margin: 0;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__left .build-a-pack-50-modal__left-content cite {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  color: #72c4d6;
  font-style: normal;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right {
  float: right;
  width: 40%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right {
    width: 50%;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3rem;
  padding-bottom: 5rem;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content img {
  width: 60%;
  max-width: 500px;
  min-width: 200px;
  margin-bottom: 3rem;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content img {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 568px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content img {
    min-width: 150px;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content h2 {
  color: #5f8d97;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 568px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 2px;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content input[type=email] {
  background: #FFF;
  height: 55px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-weight: 700;
  color: #787878;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 15px;
  letter-spacing: 2px;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content input[type=submit],
#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content button[type=submit] {
  background: #5f8d97;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 50px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

@media only screen and (max-width: 568px) {

  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content input[type=submit],
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content button[type=submit] {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content input[type=submit]:hover,
#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content button[type=submit]:hover {
  background: #62aaba;
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content .button {
  display: block;
  width: fit-content;
  line-height: 36px;
  background-color: #5f8d97;
  border: 1px solid #5f8d97;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 2rem auto;
  cursor: pointer;
}

@media only screen and (max-width: 568px) {
  #build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content .button {
    line-height: 1.3;
    padding: 10px 20px;
  }
}

#build-a-pack-50-percent-outer .build-a-pack-50-modal__right .build-a-pack-50-modal__right-content .footer {
  color: #5f8d97;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.main-navigation {
  float: left;
  margin: 0 0 0 45px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1130px) {
  .main-navigation {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    padding: 30px 0 0 0;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background: #FFF;
    overflow: scroll;
  }
}

@media only screen and (max-width: 568px) {
  .main-navigation {
    min-height: calc(100vh - 90px);
    height: calc(100vh - 90px);
    padding-bottom: 30px;
  }
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul {
    flex-direction: column;
    display: block;
  }
}

.main-navigation ul li {
  float: left;
  margin: 0 20px 0 0;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
    height: auto;
  }
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 10px;
  }
}

.main-navigation ul li:hover {
  color: #7ea8b1;
}

.main-navigation ul li#shop-menu {
  cursor: pointer;
}

.main-navigation ul li a {
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 10px;
  }
}

.main-navigation ul li a:hover {
  color: #7ea8b1;
}

.main-navigation ul li.hide {
  display: none;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li.hide {
    display: block;
  }
}

.main-navigation ul li.active a {
  color: #231f20;
}

.main-navigation ul li ul {
  display: none;
  position: fixed;
  top: 100%;
  background-color: #FFF;
  border-radius: 30px;
  width: 60vw;
  left: 20vw;
  top: 127px;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li ul {
    width: 100%;
    position: relative;
    left: 0;
    top: auto;
    flex-direction: column;
  }
}

@media only screen and (max-width: 568px) {
  .main-navigation ul li ul {
    padding: 0;
  }
}

@media only screen and (max-width: 568px) {
  .main-navigation ul li ul li a {
    padding: 0 10px;
    margin-bottom: 0;
  }
}

.main-navigation ul li ul li div {
  text-align: center;
}

.main-navigation ul li ul li img {
  width: 20vw;
  max-width: 220px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.main-navigation ul li ul li .title {
  color: #5f8d97;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 1rem 0;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li ul li .title {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .main-navigation ul li ul li .title {
    padding: 0 10px;
    margin-bottom: 1rem;
  }
}

.main-navigation ul li ul li .button {
  display: flex;
  background: #5f8d97;
  height: 54px;
  padding: 0 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #5f8d97;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  margin: 1em 0;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1130px) {
  .main-navigation ul li ul li .button {
    width: fit-content;
    margin: 1em auto;
  }
}

@media only screen and (max-width: 568px) {
  .main-navigation ul li ul li .button {
    margin-bottom: 0;
  }
}

.main-navigation ul li ul li .button:hover {
  background-color: #FFF;
  color: #5f8d97;
}

.main-navigation ul li ul.show {
  display: flex;
  align-items: start;
}

.main-navigation ul li.desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .main-navigation ul li.desktop {
    display: none;
  }
}

.main-navigation ul li.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-navigation ul li.mobile {
    display: block;
  }
}

.arrow {
  border: solid #5f8d97;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -3px;
  margin-left: 10px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 3px;
}

@media only screen and (max-width: 1130px) {
  body.has-promo .main-navigation {
    top: 90px;
  }
}

body.admin-page .main-navigation {
  float: right;
  width: calc(100% - 166px);
  margin: 0 0 0 0;
  display: block;
}

@media only screen and (max-width: 1130px) {
  body.admin-page .main-navigation {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation {
    display: none;
  }
}

body.admin-page .main-navigation ul {
  text-align: right;
  margin: 0;
  padding: 0;
  display: block;
}

body.admin-page .main-navigation ul li {
  float: none;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  vertical-align: top;
  position: relative;
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation ul li {
    height: auto;
    line-height: normal;
    text-align: left !important;
  }
}

body.admin-page .main-navigation ul li a {
  color: #231f20;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  height: 100%;
  line-height: 90px;
  display: block;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation ul li a {
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: default;
  }
}

body.admin-page .main-navigation ul li a:hover {
  color: #7ea8b1;
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation ul li a:hover {
    color: #231f20;
  }
}

body.admin-page .main-navigation ul li ul {
  text-align: left;
  position: absolute;
  width: 200px;
  top: 90px;
  left: -10px;
  background: #FFF;
  display: none;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation ul li ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 15px;
  }
}

body.admin-page .main-navigation ul li ul li {
  width: 100%;
  display: block;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #7ea8b1;
}

body.admin-page .main-navigation ul li ul li a {
  display: block;
  height: auto;
  line-height: normal;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  body.admin-page .main-navigation ul li ul li a {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: default;
    font-weight: 400 !important;
    cursor: pointer;
  }
}

body.admin-page .main-navigation ul li.active a {
  color: #5f8d97;
}

.product-detail-top {
  padding: 160px 0 80px 0;
}

@media only screen and (max-width: 1130px) {
  .product-detail-top {
    padding: 100px 20px 60px 20px;
  }
}

.product-detail-top .product-detail-top-wrapper {
  max-width: 1048px;
  margin: 0 auto;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-left {
  float: left;
  width: 600px;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-left {
    width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-left {
    float: none;
    width: 100%;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-left .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #0e5c67;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 16px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  display: none;
  z-index: 2;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-left .new.active {
  display: block;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right {
  float: right;
  width: 350px;
  margin: 50px 0 0 0;
  /*** CURATED PACKS ***/
  /*** END ***/
}

@media only screen and (max-width: 1130px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right {
    float: none;
    width: 100%;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  text-transform: capitalize;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description {
  border-top: 1px solid #c3d8dd;
  padding: 25px 0 40px 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description p:last-child {
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description p a {
  color: #5f8d97;
  font-weight: 700;
  text-decoration: underline;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description p a:hover {
  text-decoration: none;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add {
  width: 330px;
  background: #5f8d97;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #5f8d97;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

@media only screen and (max-width: 568px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add {
    width: 100%;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add span {
  position: relative;
  padding: 0 0 0 20px;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add span:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #a0dfed;
  background: url("../images/icons/icon-plus.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add:hover {
  color: #5f8d97;
  background: #FFF;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add .no-of-items {
  position: absolute;
  top: -20px;
  right: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fdca5c;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: none;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .button-add .no-of-items.active {
  display: block;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .remove {
  text-align: center;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .remove span {
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  background: url("../images/icons/icon-bin.png") 0% 50% no-repeat;
  padding: 0 0 0 25px;
  display: inline-block;
  cursor: pointer;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .remove:hover span {
  color: #000;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer {
  border-top: 1px solid #c3d8dd;
  border-bottom: 1px solid #c3d8dd;
  padding: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5f8d97;
  line-height: 35px;
  text-align: center;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer a {
  color: #5f8d97;
  text-decoration: none;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer a:hover {
  color: #000;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer-left {
  float: left;
  width: 60%;
  position: relative;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #c3d8dd;
}

@media only screen and (max-width: 568px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer-left {
    width: 50%;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer-right {
  float: right;
  width: 40%;
}

@media only screen and (max-width: 568px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer-right {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .product-description-footer a {
    display: block;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options {
  margin: 0 0 30px;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option {
  border: 1px solid #cedfe2;
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 0 15px;
  display: flex;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-left,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-left {
  float: left;
  width: 50px;
  position: relative;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-left .radio,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-left .radio {
  width: 25px;
  height: 25px;
  border: 1px solid #0e5c67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  background: #FFF;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-left .radio:before,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-left .radio:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right {
  float: left;
  width: calc(100% - 50px);
  padding: 20px;
  border-left: 1px solid #cedfe2;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details {
  float: left;
  width: 100%;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details h4,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details h4 {
  text-transform: uppercase;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  width: 75%;
  float: left;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details p,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details select,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details select {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0 0 0 20px;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #656565;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details select option,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details select option {
  background: #FFF;
}

@media only screen and (max-width: 1130px) {

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details select,
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details select {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 568px) {

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .details,
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .details {
    width: 100%;
    float: none;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price {
  float: right;
  width: 25%;
  text-align: right;
  color: #0e5c67;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 568px) {

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price,
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price {
    float: none;
    margin-bottom: 1rem;
    text-align: left;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price s,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price s {
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price-subscriber,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price-subscriber {
  display: flex;
  float: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: normal;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price-subscriber *,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price-subscriber * {
  font-size: 1.2rem;
  font-weight: normal;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price-subscriber s,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price-subscriber s {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1.5rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option-right .price-subscriber span,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option-right .price-subscriber span {
  display: inline-block;
  margin-right: 0.5rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option.selected,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option.selected {
  background: #dbf0f6;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options .purchase-option.selected .purchase-option-left .radio:before,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options .purchase-option.selected .purchase-option-left .radio:before {
  background: #0e5c67;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details {
  float: left;
  width: 100%;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details h4,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details h4 {
  text-transform: uppercase;
  color: #5f8d97;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  width: 75%;
  float: left;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details p,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details select,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details select {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0 0 0 20px;
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #656565;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details select option,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details select option {
  background: #FFF;
}

@media only screen and (max-width: 1130px) {

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details select,
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details select {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 568px) {

  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details,
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details {
    width: 100%;
    float: none;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details .price-subscriber,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details .price-subscriber {
  display: flex;
  float: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details .price-subscriber *,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details .price-subscriber * {
  font-size: 1.2rem;
  font-weight: normal;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details .price-subscriber s,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details .price-subscriber s {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1.5rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .curated-packs-purchase-options #gift .details .price-subscriber span,
.product-detail-top .product-detail-top-wrapper .product-detail-top-right .build-a-pack-purchase-options #gift .details .price-subscriber span {
  display: inline-block;
  margin-right: 0.5rem;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors select {
  float: left;
  width: 90px;
  height: 50px;
  padding: 0 0 0 35px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors select option {
  background: #FFF;
}

@media only screen and (max-width: 1130px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors select {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=number] {
  float: left;
  width: 90px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: solid 1px #d4d4d4;
  background-color: rgb(255, 255, 255);
  -moz-appearance: textfield;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=number]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=number]:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 1130px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=number] {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=submit] {
  float: right;
  height: 50px;
  background: #5f8d97;
  text-align: center;
  border: none;
  color: #FFF;
  font-weight: 700;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 50px;
  width: calc(100% - 100px);
  letter-spacing: 2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 1130px) {
  .product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=submit] {
    float: none;
    width: 100%;
  }
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .shop-selectors input[type=submit]:hover {
  background: #7ea8b1;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .whats-inside {
  border-top: 1px solid #c3d8dd;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .whats-inside h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: rgba(105, 104, 104, 0.9);
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .whats-inside p {
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 -10px;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .whats-inside ul li {
  color: rgba(105, 104, 104, 0.9);
  background: url("../images/tick.png") 0% 50% no-repeat;
  padding: 0 0 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 15px;
}

.product-detail-top .product-detail-top-wrapper .product-detail-top-right .whats-inside ul li * {
  color: rgba(105, 104, 104, 0.9);
}

.product-information {
  background: #FFF;
}

.product-information .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper {
    flex-direction: column;
  }
}

.product-information .content-wrapper .product-information-panel {
  padding: 6rem 4rem;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper .product-information-panel {
    width: 100%;
  }
}

.product-information .content-wrapper .product-information-panel:nth-child(2) {
  border-left: 1px solid #dbe7e8;
  border-right: 0;
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper .product-information-panel:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #dbe7e8;
    border-bottom: 1px solid #dbe7e8;
  }
}

.product-information .content-wrapper .product-information-panel:last-of-type {
  border-left: 1px solid #dbe7e8;
  border-right: 0;
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper .product-information-panel.feats {
    padding: 60px 20px 40px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper .product-information-panel.uses {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product-information .content-wrapper .product-information-panel.whats-in-it {
    padding: 60px 20px 40px 20px;
    border: 0;
  }
}

.product-information .content-wrapper .product-information-panel h2 {
  margin: 0 0 40px;
}

.product-information .content-wrapper .product-information-panel .features-icons {
  width: 190px;
  margin: 0 auto;
  text-align: center;
}

.product-information .content-wrapper .product-information-panel .features-icons .icon {
  width: 70px;
  margin: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
}

.product-information .content-wrapper .product-information-panel .use {
  margin: 0 0 30px;
}

.product-information .content-wrapper .product-information-panel .use:last-of-type {
  margin: 0;
}

.product-information .content-wrapper .product-information-panel .use-icon {
  float: left;
  width: 40px;
  position: relative;
}

.product-information .content-wrapper .product-information-panel .use-icon img {
  width: 100%;
  height: auto;
}

.product-information .content-wrapper .product-information-panel .use-content {
  float: right;
  width: calc(100% - 60px);
  position: relative;
}

.product-information .content-wrapper .product-information-panel .use-content p {
  text-align: left;
  margin: 0;
  color: #5f8d97;
  line-height: 1.5;
}

.product-information .content-wrapper .product-information-panel .use .centered {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

.product-information.curated .content-wrapper .product-information-panel {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .product-information.curated .content-wrapper .product-information-panel {
    width: 100%;
    padding: 60px 0;
  }
}

.product-information.curated .content-wrapper .product-information-panel:nth-child(2) {
  border-left: 1px solid #dbe7e8;
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .product-information.curated .content-wrapper .product-information-panel:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #dbe7e8;
    border-bottom: none;
  }
}

.product-information.curated .content-wrapper .product-information-panel:nth-child(3) {
  border-left: 1px solid #dbe7e8;
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .product-information.curated .content-wrapper .product-information-panel:nth-child(3) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #dbe7e8;
    border-bottom: none;
  }
}

.product-information.curated .content-wrapper .product-information-panel .features-icons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.product-information.curated .content-wrapper .product-information-panel .features-icons .icon {
  width: 70px;
  margin: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
}

.product-information.curated .content-wrapper .product-information-panel .whats-inside {
  font-size: 1.3rem !important;
  color: #5f8d97;
  line-height: 1.5;
}

.product-information.curated .content-wrapper .product-information-panel .whats-inside * {
  font-size: 1.3rem !important;
  color: #5f8d97;
  line-height: 1.5;
}

.related-products {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 768px) {
  .related-products {
    padding: 60px 0 40px 0;
  }
}

.related-products .content-wrapper {
  max-width: 900px;
}

.related-products h2 {
  text-align: center;
  margin: 0 0 45px;
}

.related-products ul li {
  float: left;
  width: 30%;
  height: 370px;
  position: relative;
  background: #FFF url("../images/product-panel-bgrnd-cleansing.png") top center no-repeat;
  background-size: contain;
  margin: 0 5% 60px 0;
}

@media screen and (max-width: 900px) {
  .related-products ul li {
    height: 300px;
  }
}

@media screen and (max-width: 600px) {
  .related-products ul li {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.related-products ul li:nth-of-type(3n+3) {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 600px) {
  .related-products ul li:nth-of-type(3n+3) {
    margin: 0 0 30px;
  }
}

.related-products ul li .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  color: #005c66;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 16px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  display: none;
}

.related-products ul li .new.active {
  display: block;
}

.related-products ul li .product-image {
  height: 225px;
}

.related-products ul li .product-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .related-products ul li .product-image img {
    object-fit: contain;
    height: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .related-products ul li .product-image img {
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 900px) {
  .related-products ul li .product-image {
    height: 150px;
  }
}

.related-products ul li .product-content {
  height: 115px;
  text-align: center;
  position: relative;
}

.related-products ul li .product-content h3 {
  margin: 0;
  letter-spacing: 1px;
}

.related-products ul li .product-content .delete {
  position: absolute;
  bottom: 19px;
  right: 20px;
  width: 16px;
  height: 36px;
  cursor: pointer;
  background: url("../images/icons/icon-bin.png") center center no-repeat;
  display: none;
}

.related-products ul li .product-content .delete.active {
  display: block;
}

.related-products ul li .product-content .button-add {
  width: 180px;
  margin: auto;
  background: #5f8d97;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  height: 36px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #5f8d97;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.related-products ul li .product-content .button-add span {
  position: relative;
  padding: 0 0 0 20px;
}

.related-products ul li .product-content .button-add span:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #a0dfed;
  background: url("../images/icons/icon-plus.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.related-products ul li .product-content .button-add:hover {
  color: #5f8d97;
  background: #FFF;
}

.related-products ul li .product-content .button-add .no-of-items {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background: #fdca5c;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
}

.related-products ul li .product-content .button-add .no-of-items.active {
  display: block;
}

.related-products ul li .product-link {
  border-top: 2px solid #f1f6f7;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.related-products ul li .product-link a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: #5f8d97;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  background: url("../images/learn-more-arrow.png") 100% 48% no-repeat;
  padding: 0 20px 0 0;
}

.related-products ul li .product-link:hover {
  background: #f1f6f7;
}

.related-products-curated {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 768px) {
  .related-products-curated {
    padding: 60px 0 40px 0;
  }
}

.related-products-curated .content-wrapper {
  max-width: 900px;
}

.related-products-curated h2 {
  text-align: center;
  margin: 0 0 45px;
}

.related-products-curated .row {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 568px) {
  .related-products-curated .row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.related-products-curated .curated-packs-panel {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
  background: #FFF;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .related-products-curated .curated-packs-panel {
    float: none;
    min-width: 100%;
  }
}

.related-products-curated .curated-packs-panel:nth-of-type(3n+3) {
  margin: 0 0 5% 0;
}

.related-products-curated .curated-packs-panel .new {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  color: #005c66;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 16px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  display: none;
}

.related-products-curated .curated-packs-panel .new.active {
  display: block;
}

.related-products-curated .curated-packs-panel-image {
  height: 215px;
  background: #EFEFEF;
}

.related-products-curated .curated-packs-panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-products-curated .curated-packs-panel-content {
  padding: 40px 10px;
}

.related-products-curated .curated-packs-panel-content .match {
  margin: 0 0 20px;
}

.related-products-curated .curated-packs-panel-content h3 {
  margin: 0 0 10px;
  letter-spacing: 0.25em;
}

.related-products-curated .curated-packs-panel-content .price {
  font-weight: 700;
  color: #0e5c67;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 20px;
}

.related-products-curated .curated-packs-panel-content .button a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 60px;
  background: #5f8d97;
  border: 1px solid #5f8d97;
  font-weight: 700;
  border-radius: 999em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.related-products-curated .curated-packs-panel-content .button a:hover {
  background: #FFF;
  color: #5f8d97;
}

.product-the-pebbles {
  background: #FFF;
  position: relative;
  padding: 5rem 0 0px;
  text-align: center;
  z-index: 1;
  border-top: solid 1px #dbe7e8;
}

@media only screen and (max-width: 568px) {
  .product-the-pebbles {
    padding: 55px 0 0 0px;
  }
}

.product-the-pebbles h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  margin-bottom: 6rem;
}

.product-the-pebbles p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #62aaba;
  margin: 0 0 35px;
}

.product-the-pebbles ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.product-the-pebbles ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
}

@media only screen and (max-width: 568px) {
  .product-the-pebbles ul li {
    float: none;
    width: 100%;
  }
}

.product-the-pebbles ul li .pebble-description {
  margin: 0 0 70px;
  padding: 0 20px;
}

.product-the-pebbles ul li .pebble-description h3 {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 4px;
}

.product-the-pebbles ul li .pebble-description h3 .category {
  display: block;
  width: 100%;
}

.product-the-pebbles ul li .pebble-description p {
  font-size: 13px !important;
  color: #62aaba;
}

.product-the-pebbles ul li .pebble-description p a {
  color: #62aaba;
  font-weight: 700;
}

.product-the-pebbles ul li .pebble-description p a:hover {
  text-decoration: none;
}

.product-the-pebbles ul li .pebble-image {
  background-image: url("../images/home-intro-pebble-bgrnd-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.product-the-pebbles ul li .pebble-image img {
  width: 110%;
  margin-left: -5%;
  transform: rotate(-13deg);
}

@media only screen and (max-width: 1130px) {
  .product-the-pebbles ul li .pebble-image img {
    width: 100%;
    height: auto;
  }
}

.free-trial-wrapper {
  background: url("../images/mottled-background.jpg") top center no-repeat;
  background-size: cover;
  /*padding: 200px 0 110px 0;*/
  position: relative;
  height: 100vh;
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper {
    padding: 100px 0 240px 0;
    height: 120vh;
  }
}

.free-trial-wrapper .content-wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
}

.free-trial-wrapper .trial-panel-wrapper {
  width: 410px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(0, -50%);
  /* Mozilla */
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  transform: translate(0, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper {
    width: 100%;
    position: relative;
    transform: translate(0, 0);
    top: auto;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel {
  margin: 0 0 35px;
  position: relative;
  z-index: 2;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__header {
  background: #79abb7;
  padding: 35px 20px;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-panel__header {
    padding: 20px;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__header h1 {
  color: #a0dfed;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-panel__header h1 {
    letter-spacing: 2px;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__header h1 span {
  color: #FFF;
  margin: 0 0 0 10px;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__header h1 span span.strike {
  font-weight: 400;
  text-decoration: line-through;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__header p {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content {
  padding: 40px 0;
  background: #6999a4;
  text-align: left;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-panel__content {
    padding: 0;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-left {
  float: left;
  width: 160px;
  text-align: center;
  padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-left {
    width: 50%;
    margin: 1rem auto;
    position: relative;
    float: none;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-left img {
  width: 100%;
  height: auto;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right {
  float: left;
  width: 250px;
  border-left: 1px solid #72c4d6;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right {
    width: 100%;
    border-top: solid 1px #72c4d6;
    padding: 20px;
    border-left: 0;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right h3 {
  color: #FFF;
  letter-spacing: normal;
  text-transform: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 0 0 10px;
  padding: 0;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right ul {
  margin: 0;
  padding: 0;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right ul li {
  background: url("../images/tick.png") 0 50% no-repeat;
  padding: 0 0 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  margin: 0 0 12px;
}

.free-trial-wrapper .trial-panel-wrapper .trial-panel__content .trial-panel__content-right ul li:last-child {
  margin: 0;
}

.free-trial-wrapper .trial-panel-wrapper .trial-continue {
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-continue {
    display: block;
    width: 100%;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-continue a {
  display: block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: transparent;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 45px top 50%;
  background-repeat: no-repeat;
  padding: 0 75px 0 50px;
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-panel-wrapper .trial-continue a {
    display: block;
    width: auto;
    padding: 0px 20px;
    background-color: #0e5c67;
    border: 1px solid #0e5c67;
  }
}

.free-trial-wrapper .trial-panel-wrapper .trial-continue a:hover {
  border: 1px solid #a0dfed;
  background-color: #a0dfed;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}

.free-trial-wrapper .trial-pack {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url("../images/free-trial-with-2-trays.png") 100% 50% no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .free-trial-wrapper .trial-pack {
    width: 100%;
    background: url("../images/free-trial-with-2-trays.png") center center no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 568px) {
  .free-trial-wrapper .trial-pack {
    width: 100%;
    background: url("../images/trial-pack-new.png") 30% 110% no-repeat;
    background-size: 500px;
  }
}

.thanks-wrapper {
  background: #f1f9fb url("../images/contact-background.png") center center no-repeat;
  padding: 400px 0 300px 0;
}

@media only screen and (max-width: 568px) {
  .thanks-wrapper {
    padding: 150px 0 50px 0;
  }
}

.thanks-wrapper h1 a,
.thanks-wrapper p a {
  color: #62aaba;
}

.thanks-wrapper h1 a:hover,
.thanks-wrapper p a:hover {
  text-decoration: none;
}

.thanks-wrapper ul.socials {
  margin: 0 0 40px;
  padding: 0;
}

.thanks-wrapper ul.socials li {
  display: inline-block;
  margin: 0 12px;
}

.thanks-wrapper ul.socials li a {
  color: #62aaba;
  font-size: 24px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.thanks-wrapper ul.socials li a:hover {
  color: #5f8d97;
}

.the-parcel-content {
  background: #5f8e98 url("../images/the-pack-background.jpg") top center no-repeat;
  padding: 150px 0 0 0;
  height: 1903px;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content {
    background: #5f8e98 !important;
    height: auto;
    padding: 100px 0px 0px 0px;
  }
}

.the-parcel-content h1 {
  color: #a0dfed;
  margin: 0 0 30px;
  padding: 0;
}

@media only screen and (max-width: 568px) {
  .the-parcel-content h1 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
  }
}

.the-parcel-content .the-plans {
  margin: 0 0 90px;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .the-plans {
    margin: 0 0 40px;
  }
}

.the-parcel-content .the-plans li {
  display: inline-block;
  padding: 10px 20px;
  border-right: 1px solid #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.the-parcel-content .the-plans li:last-child {
  border: none;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .the-plans li {
    width: 100%;
    border-right: none;
    padding: 5px 20px;
  }
}

.the-parcel-content .the-plans li span {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .the-plans li br {
    display: block;
    line-height: 1px;
  }
}

.the-parcel-content .row1 .row1-wrapper {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row1 .row1-wrapper {
    width: 100%;
    height: auto;
  }
}

.the-parcel-content .row1 .row1-wrapper img.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row1 .row1-wrapper img.mobile {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 20px;
  }
}

.the-parcel-content .row1 .row1-wrapper__content {
  float: left;
  width: 230px;
  margin: 100px 0 0 165px;
}

@media only screen and (max-width: 1130px) {
  .the-parcel-content .row1 .row1-wrapper__content {
    margin: 100px 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row1 .row1-wrapper__content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.the-parcel-content .row1 .row1-wrapper__content h3 {
  color: #a0dfed;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  margin: 0 0 25px;
  letter-spacing: 2px;
}

.the-parcel-content .row1 .row1-wrapper__content p {
  color: #FFF;
  margin: 0 0 40px;
}

.the-parcel-content .row1 .row1-wrapper__content .fsc-logo {
  float: left;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row1 .row1-wrapper__content .fsc-logo {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
}

.the-parcel-content .row1 .row1-wrapper__content .printing-logo {
  float: right;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row1 .row1-wrapper__content .printing-logo {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
}

.the-parcel-content .row2 .row2-wrapper {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1130px) {
  .the-parcel-content .row2 .row2-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row2 .row2-wrapper {
    width: 100%;
    height: auto;
  }
}

.the-parcel-content .row2 .row2-wrapper img.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row2 .row2-wrapper img.mobile {
    height: auto;
    display: inline-block;
    margin: 0 0 20px;
  }
}

.the-parcel-content .row2 .row2-wrapper__content {
  float: right;
  width: 230px;
  margin: 100px 140px 0 0;
}

@media only screen and (max-width: 1130px) {
  .the-parcel-content .row2 .row2-wrapper__content {
    margin: 100px 25px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row2 .row2-wrapper__content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.the-parcel-content .row2 .row2-wrapper__content h3 {
  color: #a0dfed;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  margin: 0 0 25px;
  letter-spacing: 2px;
}

.the-parcel-content .row2 .row2-wrapper__content p {
  color: #FFF;
  margin: 0 0 40px;
}

.the-parcel-content .row3 .row3-wrapper {
  width: 1200px;
  height: 340px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row3 .row3-wrapper {
    width: 100%;
    height: auto;
  }
}

.the-parcel-content .row3 .row3-wrapper img.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row3 .row3-wrapper img.mobile {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 20px;
  }
}

.the-parcel-content .row3 .row3-wrapper__content {
  float: left;
  width: 230px;
  margin: 100px 0 0 165px;
}

@media only screen and (max-width: 768px) {
  .the-parcel-content .row3 .row3-wrapper__content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.the-parcel-content .row3 .row3-wrapper__content h3 {
  color: #a0dfed;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  margin: 0 0 25px;
  letter-spacing: 2px;
}

.the-parcel-content .row3 .row3-wrapper__content p {
  color: #FFF;
  margin: 0 0 40px;
}

.the-parcel-content .row3 .row3-wrapper__content .fsc-logo {
  float: left;
}

.the-parcel-content .row3 .row3-wrapper__content .printing-logo {
  float: right;
  margin: 20px 0 0 0;
}

.the-parcel-cta {
  background: #FFF;
  padding: 120px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .the-parcel-cta {
    padding: 50px 0;
  }
}

.the-parcel-cta:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #619099;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.the-parcel-cta h2 strong {
  font-weight: 900;
}

.the-parcel-cta .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .the-parcel-cta .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.the-parcel-cta .button a:hover {
  background: #5f8d97;
}

.page-hero {
  text-align: center;
  padding: 150px 0 40px 0;
}

@media only screen and (max-width: 768px) {
  .page-hero {
    padding: 100px 20px 10px 20px;
  }
}

.page-hero h1 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 40px;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .page-hero h1 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 28px;
  }
}

.page-hero p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  width: 530px;
  margin: 0 auto;
}

@media only screen and (max-width: 568px) {
  .page-hero p {
    width: 100%;
  }
}

.the-pebbles-list {
  background: #FFF;
  position: relative;
  padding: 0 0 25px;
  text-align: center;
  z-index: 1;
}

.the-pebbles-list ul {
  margin: 0;
  padding: 0;
}

.the-pebbles-list ul li {
  float: left;
  width: 50%;
}

.the-pebbles-list ul li:nth-child(2) {
  margin: 100px 0 0 0;
}

.the-pebbles-list ul li:nth-child(3) {
  clear: both;
}

.the-pebbles-list ul li:nth-child(4) {
  margin: 100px 0 0 0;
}

@media only screen and (max-width: 568px) {
  .the-pebbles-list ul li {
    float: none;
    width: 100%;
    margin: 0 0 50px !important;
  }
}

.the-pebbles-list ul li .pebble-description {
  margin: 0 0 20px;
  padding: 0 100px;
}

@media only screen and (max-width: 768px) {
  .the-pebbles-list ul li .pebble-description {
    padding: 0 20px;
  }
}

.the-pebbles-list ul li .pebble-description h3 {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 4px;
}

.the-pebbles-list ul li .pebble-description p {
  font-size: 13px !important;
  color: #62aaba;
}

.the-pebbles-list ul li .pebble-description p a {
  font-weight: 700;
  color: #62aaba;
}

.the-pebbles-list ul li .pebble-description p a:hover {
  text-decoration: none;
}

.the-pebbles-list ul li .pebble-image {
  margin: 0 0 25px;
}

@media only screen and (max-width: 1130px) {
  .the-pebbles-list ul li .pebble-image img {
    width: 100%;
    height: auto;
  }
}

.the-pebbles-list ul li .pebble-icon {
  width: 80px;
  margin: 0 auto 50px auto;
}

.how-to-use {
  background: #f4fafc;
  padding: 95px 0 85px 0;
  text-align: center;
  position: relative;
}

.how-to-use:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

@media only screen and (max-width: 768px) {
  .how-to-use {
    padding: 60px 0 40px 0;
  }
}

.how-to-use h2 {
  margin: 0 0 45px;
}

.how-to-use ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .how-to-use ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .how-to-use ul li {
    width: 100%;
  }
}

.how-to-use ul li .how-icon {
  width: 100%;
  height: 90px;
  position: relative;
  margin: 0 0 20px;
}

.how-to-use ul li .how-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}

@media only screen and (max-width: 568px) {
  .how-to-use ul li .how-icon {
    margin: 0;
  }
}

.how-to-use ul li h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  margin: 0 0 15px;
  letter-spacing: 2px;
}

.how-to-use ul li p {
  color: #62aaba;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}

.how-to-use ul li p:last-child {
  margin: 0;
}

.how-to-use .button a {
  background: #62aaba;
  display: inline-block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media only screen and (max-width: 568px) {
  .how-to-use .button a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.how-to-use .button a:hover {
  background: #5f8d97;
}

.why-pebble {
  background: #e6f3f7;
  padding: 150px 0 90px 0;
}

@media only screen and (max-width: 768px) {
  .why-pebble {
    padding: 100px 20px 10px 20px;
  }
}

.why-pebble .why-pebble-intro {
  text-align: center;
}

.why-pebble .why-pebble-intro h1 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 40px;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #5f8d97;
}

@media only screen and (max-width: 568px) {
  .why-pebble .why-pebble-intro h1 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 28px;
  }
}

.why-pebble .why-pebble-intro p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #62aaba;
  margin: 0 0 80px;
}

@media only screen and (max-width: 568px) {
  .why-pebble .why-pebble-intro p {
    margin: 0 0 40px;
  }
}

.why-pebble .row {
  width: 100%;
  position: relative;
  margin: 0 0 50px;
}

.why-pebble .row .why-image {
  width: 660px;
}

@media only screen and (max-width: 1130px) {
  .why-pebble .row .why-image {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .why-pebble .row .why-image {
    width: 100%;
    margin: 0 0 40px;
  }
}

.why-pebble .row .why-image.fl {
  float: left;
}

.why-pebble .row .why-image.fr {
  float: right;
}

.why-pebble .row .why-image img {
  width: 100%;
  height: auto;
}

.why-pebble .row .why-text {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 330px;
  text-align: center;
}

@media only screen and (max-width: 1130px) {
  .why-pebble .row .why-text {
    width: 45%;
  }
}

@media only screen and (max-width: 568px) {
  .why-pebble .row .why-text {
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}

.why-pebble .row .why-text.fl {
  left: 0;
}

@media only screen and (max-width: 568px) {
  .why-pebble .row .why-text.fl {
    left: auto;
  }
}

.why-pebble .row .why-text.fr {
  right: 0;
}

@media only screen and (max-width: 568px) {
  .why-pebble .row .why-text.fr {
    right: auto;
  }
}

.why-pebble .row .why-text .why-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -moz-transform: translate(-50%, -50%);
  /* Mozilla */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
  width: 100%;
}

@media only screen and (max-width: 1130px) {
  .why-pebble .row .why-text .why-text-content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  .why-pebble .row .why-text .why-text-content {
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
  }
}

.why-pebble .row .why-text .why-text-content h2 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  padding: 0;
  margin: 0 0 20px;
}

.why-pebble .row .why-text .why-text-content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px;
  color: #62aaba;
}

.why-pebble .row .why-text .why-text-content .button {
  display: inline-block;
  height: 55px;
}

.why-pebble .row .why-text .why-text-content .button a {
  display: block;
  width: auto;
  height: 100%;
  border: 1px solid #5f8d97;
  color: #5f8d97;
  line-height: 55px;
  background: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.why-pebble .row .why-text .why-text-content .button a:hover {
  background: #5f8d97;
  color: #FFF;
}

.why-pebble .why-footer:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.wp-free-trial {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 120px 20px 60px 20px;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  .wp-free-trial {
    padding: 60px 20px;
  }
}

.wp-free-trial:before {
  content: "";
  width: 45px;
  height: 45px;
  background: #e6f3f7;
  transform: rotate(45deg);
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}

.wp-free-trial h2 {
  margin: 0 0 25px;
}

.wp-free-trial h2 strong {
  font-weight: 900;
}

.wp-free-trial .button {
  display: inline-block;
  height: 55px;
}

.wp-free-trial .button a {
  display: block;
  width: auto;
  height: 100%;
  line-height: 55px;
  background: #62aaba;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.wp-free-trial .button a:hover {
  background: #5f8d97;
}

.upgrade-wrapper {
  background: url("../images/mottled-background.jpg") top center no-repeat;
  background-size: cover;
  padding: 150px 0 110px 0;
}

.upgrade-wrapper .upgrade-content-wrapper {
  width: 1130px;
  margin: 0 auto;
  text-align: center;
  /*** NEW PACK CSS ***/
  /*** END ***/
  /*** ORIGINAL PACK CSS ***/
}

@media only screen and (max-width: 1130px) {
  .upgrade-wrapper .upgrade-content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.upgrade-wrapper .upgrade-content-wrapper.full {
  width: 100%;
}

.upgrade-wrapper .upgrade-content-wrapper.full .plan-wrapper {
  width: 18%;
}

@media only screen and (max-width: 1130px) {
  .upgrade-wrapper .upgrade-content-wrapper.full .plan-wrapper {
    width: 45%;
    display: inline-block;
  }
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-content-wrapper.full .plan-wrapper {
    width: 100%;
    display: inline-block;
  }
}

.upgrade-wrapper .upgrade-content-wrapper__introduction {
  margin: 0 0 120px;
  text-align: center;
}

.upgrade-wrapper .upgrade-content-wrapper__introduction h1 {
  color: #a0dfed;
  margin: 0 0 20px;
  padding: 0;
}

.upgrade-wrapper .upgrade-content-wrapper__introduction p {
  color: #FFF;
}

.upgrade-wrapper .upgrade-content-wrapper__introduction #planresponse p {
  color: #5f8d97;
  font-weight: 700;
  display: inline-block;
  background: #FFF;
  text-align: center;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 55px;
  line-height: 55px;
}

.upgrade-wrapper .upgrade-content-wrapper__introduction.stage-three {
  margin: 0 0 60px;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper-wrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .pack-wrapper-wrapper {
    width: 100%;
    margin: 0 0 100px;
  }
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-content-wrapper .pack-wrapper-wrapper {
    flex-direction: column;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 30%;
  margin: 0 1.5% 0 1.5%;
  margin-bottom: 0;
  flex-grow: 1;
  background: #6999a4;
  border: 1px solid transparent;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .pack-wrapper {
    width: 100%;
    margin: 0 0 100px;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper:last-of-type {
  margin: 0 1.5% 0 1.5%;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper:hover {
  border: solid 1px #FFF;
  cursor: pointer;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper.active {
  border: 1px solid #FFF;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper.active:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  background: #FFF url("../images/tick.svg") center center no-repeat;
  background-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 2;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__header {
  height: 90px;
  background: #79abb7;
  position: relative;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__header img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content {
  text-align: left;
  padding: 40px 30px;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content h3 {
  color: #FFF;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content h3 br {
    display: block;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content ul {
  margin: 0;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content ul li {
  margin: 0 0 15px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 20px;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background: url("../images/tick.svg") 0px 0px no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px;
}

.upgrade-wrapper .upgrade-content-wrapper .pack-wrapper__content ul li:last-of-type {
  margin: 0;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper {
  float: none;
  display: inline-block;
  width: 22.5%;
  vertical-align: top;
  margin: 0 1% 45px 0;
  position: relative;
  border: 1px solid transparent;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .plan-wrapper {
    float: none;
    width: 100%;
    margin: 0 0 50px;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__current {
  position: absolute;
  top: -40px;
  height: 40px;
  background: #FFF url("../images/tick.png") 15px 50% no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f8d97;
  font-weight: 700;
  left: -1px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 44px;
  padding: 0 30px 0 35px;
  display: none;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header {
  background: #7dafbc;
  min-height: 90px;
  padding: 15px;
  position: relative;
  text-align: left;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header h2 {
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 600;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .price {
  line-height: 1;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #FFF;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .price span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #FFF;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .price span.strike {
  text-decoration: line-through;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .price span.pm {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .price-desc span {
  margin: 5px 0 0 0;
  color: #FFF;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 400;
  display: block;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__header .illustration {
  position: absolute;
  top: -15px;
  right: 10px;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content {
  background: #6999a4;
  text-align: center;
  padding: 30px 35px;
  position: relative;
  height: 300px;
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content {
    height: auto;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content ul {
  margin: 0 0 25px;
  padding: 0;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content ul li {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
  background: url("../images/tick.png") 0px 2px no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content img {
    margin: 0 0 20px;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content .most-popular {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 2px solid #71b2c0;
  text-align: center;
  text-transform: uppercase;
  color: #a0dfed;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  padding: 10px 0;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper__content.gifts ul li:last-child {
  display: none;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper:hover {
  border: 1px solid #a0dfed;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper.active {
  border: 1px solid #FFF;
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .upgrade-wrapper .upgrade-content-wrapper .plan-wrapper:last-of-type {
    margin: 0 0 50px;
  }
}

.upgrade-wrapper .upgrade-content-wrapper .plan-wrapper.active .plan-wrapper__current {
  display: block;
}

.upgrade-wrapper .upgrade-buttons-wrapper {
  clear: both;
  text-align: center;
  padding: 0 20px;
}

.upgrade-wrapper .upgrade-buttons-wrapper__continue {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-buttons-wrapper__continue {
    display: block;
    margin: 0;
  }
}

.upgrade-wrapper .upgrade-buttons-wrapper__continue input[type=submit] {
  display: block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: transparent;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 45px top 50%;
  background-repeat: no-repeat;
  padding: 0 75px 0 50px;
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-buttons-wrapper__continue input[type=submit] {
    display: block;
    width: 100%;
    padding: 0px 20px;
  }
}

.upgrade-wrapper .upgrade-buttons-wrapper__continue input[type=submit]:hover {
  border: 1px solid #a0dfed;
  background-color: #a0dfed;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}

.upgrade-wrapper .upgrade-buttons-wrapper__continue a {
  display: block;
  width: auto;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0px 30px;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: transparent;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 45px top 50%;
  background-repeat: no-repeat;
  padding: 0 75px 0 50px;
}

@media only screen and (max-width: 568px) {
  .upgrade-wrapper .upgrade-buttons-wrapper__continue a {
    display: block;
    width: auto;
    padding: 0px 20px;
  }
}

.upgrade-wrapper .upgrade-buttons-wrapper__continue a:hover {
  border: 1px solid #a0dfed;
  background-color: #a0dfed;
  background-image: url("../images/form-button-arrow.png");
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}

.upgrade-wrapper .upgrade-buttons-wrapper__cancel {
  display: inline-block;
  margin: 0 10px;
  line-height: 55px;
}

.upgrade-wrapper .upgrade-buttons-wrapper__cancel a {
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

.upgrade-wrapper .upgrade-buttons-wrapper__cancel a:hover {
  text-decoration: none;
}

.ongoing-plan-wrapper {
  background: #6999a4;
  border: 1px solid transparent;
  margin: 0 auto 25px auto;
  max-width: 670px;
  position: relative;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 568px) {
  .ongoing-plan-wrapper {
    flex-direction: column;
  }
}

.ongoing-plan-wrapper:last-of-type {
  margin: 0 auto 50px auto;
}

.ongoing-plan-wrapper:hover {
  border: solid 1px #FFF;
  cursor: pointer;
}

.ongoing-plan-wrapper.active {
  border: 1px solid #FFF;
}

.ongoing-plan-wrapper.active:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  background: #FFF url("../images/tick.svg") center center no-repeat;
  background-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 2;
}

.ongoing-plan-wrapper__left {
  max-width: 100%;
  width: 60%;
  padding: 30px 20px 30px 35px;
  text-align: left;
}

.ongoing-plan-wrapper__left h2 {
  color: #FFF;
  margin: 0 0 15px;
  font-weight: 400;
}

.ongoing-plan-wrapper__left p {
  margin: 0;
  color: #FFF;
}

@media only screen and (max-width: 568px) {
  .ongoing-plan-wrapper__left {
    width: 100%;
  }
}

.ongoing-plan-wrapper__right {
  position: relative;
  width: 40%;
  background: #7dafbc;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 568px) {
  .ongoing-plan-wrapper__right {
    width: 100%;
    height: 100px;
  }
}

.ongoing-plan-wrapper__right .center {
  width: 100%;
}

.ongoing-plan-wrapper__right .center .price {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 568px) {
  .ongoing-plan-wrapper__right .center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
  }
}

.ongoing-plan-wrapper__right:nth-child(2) .center span {
  display: block;
  margin-bottom: 1rem;
}

body.free-trial-stage-two .upgrade-wrapper {
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  body.free-trial-stage-two .upgrade-wrapper {
    height: auto;
  }
}

body.free-trial-stage-two.laptop .upgrade-wrapper {
  height: auto;
}

@media only screen and (max-width: 768px) {
  body.free-trial-stage-two.laptop .upgrade-wrapper {
    height: auto;
  }
}

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

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

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

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

@viewport {
  width: device-width;
}

/* Border-box-sizing for all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================================================
  FIXES & TYPOGRAHY
===========================================================================*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* OLD BROWSERS ALERT - Browse Happy Splash Screen Styles */
.browse-happy {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 100%;
  width: 100%;
  text-align: center;
}

.browse-happy p {
  color: #f80347;
}

.browse-happy p a {
  color: #f80347;
  text-decoration: underline;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*===========================================================================
  TYPEOGRAPHY SCALE
===========================================================================*/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0;
  padding: 0;
  color: #231f20;
  background: #FFFFFF;
  min-width: 330px;
}

body.admin-page {
  padding: 150px 0 0;
  background: #f1f9fb url("../images/contact-background.png") center center no-repeat;
}

body.has-promo {
  padding: 20px 0 0 0;
}

/* Wordpress Core Content Styles */
.alignnone {
  margin: 0 1.5em 1.5em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 1.5em auto;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

a img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

a img.alignnone {
  margin: 0 1.5em 1.5em 0;
}

a img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 1em;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 1.5em 1.5em 1.5em 0;
}

.wp-caption.alignleft {
  margin: 1.5em 1.5em 1.5em 0;
}

.wp-caption.alignright {
  margin: 1.5em 0 1.5em 1.5em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f0f4fc;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  -khtml-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  -o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  ;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 1em;
  line-height: normal;
  padding: 1em;
  text-decoration: none;
  top: 1em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*===========================================================================
  STRUCTURE
===========================================================================*/
.left {
  float: left;
}

.right {
  float: right;
}

.pagination {
  clear: both;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    max-width: 320px;
    margin: 0 auto;
    background: #ffffff;
  }
}

/*===========================================================================
  PAGES
===========================================================================*/
/* Home */
/* About */
/* Blog */
/* Contact */
/*===========================================================================
  RESPONSIVE CONTAINER
===========================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/*===========================================================================
  FORMS
===========================================================================*/
/* Disable Webkit Browser Default Styling */
input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input,
textarea {
  border-radius: 0;
  background: #f0f4fc;
}

input,
textarea,
select {
  outline: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/*===========================================================================
  TWEETS - IF USING TWITTER FETCHER - https://github.com/jasonmayes/Twitter-Post-Fetcher
===========================================================================*/
#latest-tweets ul {
  margin: 0;
}

#latest-tweets ul li .user img[data-scribe="element:avatar"] {
  display: none !important;
}

#latest-tweets ul li .user span[data-scribe="element:screen_name"] {
  text-decoration: none;
  font-weight: 700;
  color: #f80347;
}

#latest-tweets ul li .user span[data-scribe="element:verified_badge"] {
  display: none !important;
}

#latest-tweets ul li .user span[data-scribe="element:name"] {
  text-decoration: none;
  font-weight: 700;
  color: #f80347;
  display: none !important;
}

#latest-tweets ul li .user a[data-scribe="element:user_link"] {
  text-decoration: none;
  font-weight: 700;
  color: #f80347;
}

#latest-tweets ul li .tweet a[data-scribe="element:hashtag"] {
  text-decoration: none;
}

#latest-tweets ul li .timePosted a {
  margin: 0;
}

#latest-tweets ul li .interact {
  *zoom: 1;
  margin: 0;
}

#latest-tweets ul li .interact:before,
#latest-tweets ul li .interact:after {
  content: " ";
  display: table;
}

#latest-tweets ul li .interact:after {
  clear: both;
}

#latest-tweets ul li .interact a {
  color: #f80347;
  text-decoration: none;
  padding: 0.5em;
  float: left;
  display: block;
  text-align: center;
}

/*===========================================================================
  VUEJS - Additional CSS
===========================================================================*/
[v-cloak] {
  display: none;
}

@media only screen and (max-width: 568px) {

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  select {
    font-size: 16px !important;
  }
}

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

.contact-wrapper h1,
.contact-wrapper p {
  color: #5f8d97;
}

.contact-wrapper p {
  font-weight: 500;
}

.home-hero .content-wrapper .home-hero__content {
  max-width: 600px;
}

.introduction-content.mk {
  max-width: 700px;
  margin: 0 auto;
}


/* FOMO Notification */
.fomo-notification {
  position: fixed;
  bottom: 16%;
  left: -300px;
  /* Start hidden off-screen */
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: none;
  box-shadow: 2px 2px 10px 2px hsla(0, 0%, 60%, .2);
  background-color: #fff;

  z-index: 99;
  max-width: 500px;
}

/* Animation for sliding in from the left */
/* Slide in animation */
@keyframes slideIn {
  from {
    left: -300px;
    opacity: 0;
  }

  to {
    left: 20px;
    opacity: 1;
  }
}

/* Slide out animation */
@keyframes slideOut {
  from {
    left: 20px;
    opacity: 1;
  }

  to {
    left: -300px;
    opacity: 0;
  }
}

.fomo-notification .fomo-notification-image-wrapper {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: table-cell !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  vertical-align: middle;
  border-radius: 6px 0 0 6px;
  text-align: center;
}

.fomo-notification .fomo-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 20px;

  border-radius: 0 6px 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: table-cell !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  vertical-align: middle;
}

.fomo-notification .fomo-notification-container {
  display: table !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  height: 80px;
}

.fomo-notification .fomo-notification-image-wrapper {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: table-cell !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  vertical-align: middle;
  border-radius: 6px 0 0 6px;
  text-align: center;
}

.fomo-notification .fomo-notification-image-wrapper-inside {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fomo-notification .fomo-notification-image-wrapper img {
  max-width: 100% !important;
  width: auto;
  height: 100%;
  border-radius: 10px;
}

.fomo-notification .fomo-notification-content-wrapper .fomo-notification-content {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  line-height: 1.1;
}

.fomo-notification .fomo-notification-content-wrapper small {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: 3px !important;
  display: block !important;
  font-size: 9px !important;
}

.fomo-notification-inner {
  max-width: 225px;
}

.fomo-notification-content span {
  color: #5f8d97;
  margin-right: 3px;
  font-weight: 600;
}

.fomo-shopnow {
  font-weight: bold;
  color: #5f8d97;
  display: flex;
  flex-direction: row;
  align-content: space-around;
  flex-wrap: nowrap;
  justify-content: end;
  margin: 0 auto;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.fomo-notification-inner h3 {
  margin: 0px !important;
  letter-spacing: 0 !important;
  font-size: 11px;
  line-height: 1.1;
}

/* FOMO Notification End */
.contact-wrapper .contact-form fieldset ul li textarea,
.contact-wrapper .contact-form fieldset ul li input {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

@media only screen and (max-width: 1200px) {
  .introduction-content.mk {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 568px) {
  .introduction .introduction-content p {
    line-height: 20px;
  }

  .contact-wrapper .contact-form fieldset ul li textarea {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 355px) {
  .home-hero .content-wrapper .home-hero__content h1 {
    font-size: 1.6rem;
  }
}


/* New CSS */
.fomo-notification {
  bottom: 20px;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
}

.fomo-master a {
  text-decoration: none;
}

.fomo-master {
  position: relative;
}

.fomo-master .remove {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 9;
  width: 10px;
  height: 10px;
  background: url(../images/modal-close.png) center center no-repeat;
  cursor: pointer;
}

.fomo-notification .fomo-notification-content-wrapper {
  padding-right: 20px;
}

.fomo-notification-inner {
  max-width: 100%;
}

.rewards-panel {
  display: none !important;
}

.fomo-notification-inner span {
  font-size: 9px;
}

@media only screen and (max-width: 575px) {

  /* .fomo-notification{
    top: 100px;
    bottom: auto;
    max-width: 100%;
    width: calc(100% - 40px);
  } */
  .fomo-notification .fomo-notification-content-wrapper {
    padding-left: 10px;
  }

  .fomo-notification-inner h3 {
    letter-spacing: 0px !important;
  }

  .fomo-notification .fomo-notification-container {
    align-items: center;
    height: auto;
  }

  .fomo-shopnow {
    margin-top: auto;
  }
}

@media only screen and (max-width: 480px) {
  .fomo-notification {
    top: 100px;
    bottom: auto;
    max-width: 100%;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 375px) {
  .fomo-notification .fomo-notification-container {
    flex-wrap: wrap;
  }

  .fomo-notification .fomo-notification-content-wrapper {
    width: calc(100% - 80px);
    flex: unset;
  }

  .fomo-shopnow {
    margin: 0 0 0 auto;
  }
}

/* New CSS */


.mk-custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mk-custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.mk-custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #0b5a6f;
  /* Outer border */
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  position: relative;
}

.mk-custom-checkbox input:checked+.checkmark {
  background-color: #ffffff;
  /* Inner circle when checked */
}

.mk-custom-checkbox input:checked+.checkmark::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: #0b5a6f;
  /* Small circle inside */
  border-radius: 50%;
}

.mk-custom-checkbox .checkbox-label {
  font-size: 1.3rem;
  color: #5f8d97;
}

.checkout-details-section-wrapper__content.padding_zero {
  padding: 0 !important;
}

.checkout-details-section-wrapper__header.padding_zero_lr {
  /* padding-left: 0 !important; */
}

.pcatext.pcanotification.pcavisible {
  display: none !important;
}

.thumbs-up-svgrepo-com {
  width: 25px;
  position: absolute;
  right: 5%;
  top: 25%;
}

.account-wrapper .account-content-panel #contactresponse p,
.account-wrapper .account-content-panel #deliveryresponse p {
  padding: 15px !important;
}


#build-a-pack-50-percent-outer .build-a-pack-50-modal .modal-close {
  top: 11px !important;
  right: 11px !important;
  padding: 15px !important;
}

@media only screen and (max-width: 1130px) {
  .product-builder-panel {
    height: 16%;
    min-height: 100px;
    max-height: 200px;
  }
}

@media only screen and (max-width: 568px) {
  .product-builder-panel {
    height: 14%;    
  }

  .product-builder-panel .product-builder-panel-packs .pack-wrapper {    
    margin: 0;    
  }
}


#faqs .item .button-col.action {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
.transaction-history{
  text-align: left;
}
.transaction-history td{
  padding: 2px !important;
}



/* New build Popup CSS */

img{
  max-width: 100%;
}
#build-a-pack-50-percent-outer .build-a-pack-50-modal {
  background-color: #77BBC4;
  border-radius: 30px;
  /* overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden; */
  height: auto;
  max-height: 100%;
}
#build-a-pack-50-percent-outer .build-a-pack-50-modal .modal-close {
  background: url("../images/modal-close-white.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 15px !important;
  right: 15px !important;
}
.first-time{
  padding: 110px 110px 10px;
}
.first-time h4{
  color: #0E5C67;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.first-time h2{
  color: #FFFFFF;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 9px;
  text-transform: uppercase;
  margin: 6px 0 0;
  text-align: center;
}
.first-time ul{
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.first-time ul li a{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #045E66;
  padding: 22px 20px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.first-time-img{
  position: relative;
  z-index: 9;
}
.first-time-img::after{
  background-color: rgba(255, 255, 255, 0.19);
  border-radius: 30px;
  clip-path: polygon(0 52%, 100% 28%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -9;
}
.first-time-img img{
  display: block;
}

@media only screen and (max-width: 1536px){
  #build-a-pack-50-percent-outer .build-a-pack-50-modal {
    max-width: 530px;
  }
  .first-time {
    padding: 80px 60px 10px;
  }
  .first-time-img img {
    max-height: 360px;
  }
  .first-time h2 {
    font-size: 46px;
    letter-spacing: 8px;
  }
  .first-time h4 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .first-time {
    padding: 80px 80px 10px;
  }
  .first-time h4 {
    font-size: 20px;
  }
  .first-time h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px){
  #build-a-pack-50-percent-outer .build-a-pack-50-modal {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
  .buildpack-popup {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .first-time {
    padding: 120px 20px 50px;
    margin-top: auto;
  }
  .first-time h4 {
    font-size: 18px;
    letter-spacing: 4px;
  }
  .first-time h2 {
    font-size: 34px;
  }
  .first-time-img{
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .first-time-img img {
    width: 150%;
    max-width: 150%;
    margin: 0 auto;
  }
  .first-time-img::after{
    border-radius: 0;
  }
}

/* New build Popup CSS */