/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field; }

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

body {
  margin: 0;
  padding: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

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

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #2B2C2C;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42857;
  font-size: 1.8rem; }

p {
  margin-top: 0; }

p {
  margin-bottom: 3rem; }

abbr[title] {
  border-bottom: 1px dotted #2B2C2C;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: transparent;
  color: black; }

small,
.small {
  font-size: 15px; }

hr {
  border: 0;
  border-top: 4px solid #2B2C2C;
  margin-bottom: 25px;
  margin-top: 25px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2rem; }

h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.4rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

h3 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.6rem; }

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  color: #2B2C2C;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1; }

a,
.alink {
  color: #2B2C2C;
  text-decoration: none; }
  a:visited,
  .alink:visited {
    color: #2B2C2C;
    text-decoration: none; }
  a:hover,
  .alink:hover {
    color: #F6B7BE;
    text-decoration: none; }
  a:active,
  .alink:active {
    color: #F6B7BE;
    text-decoration: none; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: transparent;
  color: #090909;
  padding: 2px 4px;
  font-size: 1.5rem;
  white-space: nowrap; }

kbd {
  background: transparent;
  color: #090909;
  padding: 2px 4px;
  font-size: 1.5rem; }

pre {
  background: transparent;
  border: 4px solid #2B2C2C;
  color: #090909;
  line-height: 1.42857;
  margin: 0 0 16px;
  padding: 16px;
  font-size: 1.5rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid #2B2C2C;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #2B2C2C;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.42857;
  font-size: 1.8rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #2B2C2C;
    line-height: 1.42857;
    font-size: 1.3rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px 16px; }

button {
  background-image: none;
  background: #2B2C2C;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle; }
  button:focus, button:active {
    background: #F6B7BE;
    border: 0;
    color: #fff; }
  button:hover {
    background: #F6B7BE;
    border: 0;
    color: #393939; }
  button.disabled, button[disabled],
  fieldset[disabled] button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #2B2C2C;
  border-radius: 0;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 1.42857;
  padding: 5px 10px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    opacity: 0.5; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #bbb; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #bbb; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="datetime"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder {
    color: #bbb; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="url"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="email"]::placeholder {
    color: #bbb; }

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
            appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #2B2C2C;
  border-radius: 0;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 1.42857;
  padding: 5px 16px 4px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  select:disabled {
    opacity: 0.5; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #2B2C2C;
  border-radius: 0;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 1.42857;
  margin: 0;
  padding: 16px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    opacity: 0.5; }
  textarea::-webkit-input-placeholder {
    color: #bbb; }
  textarea:-ms-input-placeholder {
    color: #bbb; }
  textarea::-ms-input-placeholder {
    color: #bbb; }
  textarea::placeholder {
    color: #bbb; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #F6B7BE; }

div.mage-error[generated] {
  color: #F6B7BE;
  font-size: 1.5rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0; }

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
          box-shadow: 0 0 3px 1px #C9E6E6; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.modals-overlay {
  z-index: 1000; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto; }

.modal-slide {
  left: 14.8rem;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #F6B7BE; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #121212; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup {
  pointer-events: none; }
  .modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 200;
    padding-bottom: 16px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word; }
  .modal-popup .action-close {
    padding: 16px; }

.modal-slide .action-close {
  padding: 1.1rem 2rem; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 14.8rem;
    z-index: 900; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #f4f4f4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.55); } }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 18px;
    font-weight: 700; } }

@media only screen and (min-width: 768px) {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right; } }

.abs-reset-list, .items, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .items > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #2B2C2C;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active {
    background: #F6B7BE;
    border: 0;
    color: #fff; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover {
    background: #F6B7BE;
    border: 0;
    color: #393939; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled],
  .block-bundle-summary .action.towishlist[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 16px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after {
    content: ": "; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 16px 5px 0; }
    .abs-product-options-list-desktop dt:after {
      content: ": "; }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .login-container .block, .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .cart.table-wrapper .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title, .account .block .block-title,
.customer-account-login .block .block-title,
.customer-account-forgotpassword .block .block-title,
.customer-account-index .block .block-title, .cms-contact .block .block-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
  margin-bottom: 30px; }

.abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .block-wishlist .block-title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.6rem;
  margin-bottom: 30px; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 16px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .abs-dropdown-simple:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after {
      color: #F6B7BE; }
    .abs-dropdown-simple .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after {
        color: #F6B7BE; }
      .abs-dropdown-simple .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown {
      display: block; }

.abs-input-qty, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .account .table-return-items .qty .input-text, .cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 2px solid #2B2C2C; }

.abs-margin-for-blocks-and-widgets, .block {
  margin-bottom: 0; }

.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before {
    color: #303030; }

.abs-product-link {
  font-weight: 500; }
  .abs-product-link > a {
    color: #2B2C2C;
    text-decoration: none; }
    .abs-product-link > a:visited {
      color: #2B2C2C;
      text-decoration: none; }
    .abs-product-link > a:hover {
      color: #2B2C2C;
      text-decoration: none; }
    .abs-product-link > a:active {
      color: #2B2C2C;
      text-decoration: none; }

.abs-reset-left-margin, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .wishlist-index-index .main .form-wishlist-items .actions-toolbar, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove {
  left: 16px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove {
    margin-left: 80%;
    top: 6px; } }

.abs-add-fields .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-additional) form .actions-toolbar,
  .column:not(.sidebar-main) form .actions-toolbar, .login-container .fieldset:after, .cms-toy-insurance .login-container .fieldset:after {
    margin-left: 30%; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 30%; } }

.abs-hidden {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .filter-options-content .filter-count-label, .products-grid.wishlist .product-item .comment-box .label, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field .label, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .counter-label, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .toolbar:before, .toolbar-products:before, .fieldset .fullname .field:before, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .item-options:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .toolbar:after, .toolbar-products:after, .fieldset .fullname .field:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .toolbar:after, .toolbar-products:after, .fieldset .fullname .field:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .cart-container:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .cart-container:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .cart-container:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m, .opc-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:hover:after {
    color: #FCE6EA; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: #F6B7BE; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: #F6B7BE; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 2.4rem;
  padding: 5px 10px;
  font-size: 1.4rem; }

.abs-actions-addto-gridlist, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #2B2C2C;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #F6B7BE; }

.abs-button-l, .form-address-edit .actions-toolbar .action.primary, .cart-container .checkout-methods-items .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 2.4rem;
  padding: 12px 20px;
  font-size: 1.8rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show {
  line-height: 1.42857;
  padding: 0;
  color: #2B2C2C;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 500; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .opc-block-shipping-information .shipping-information-title .action-edit:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited {
    color: #2B2C2C;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover {
    color: #F6B7BE;
    text-decoration: none; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active {
    color: #F6B7BE;
    text-decoration: none; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover {
    color: #F6B7BE; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show {
    color: #2B2C2C;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus) {
    -webkit-box-shadow: none;
            box-shadow: none; }

.abs-revert-secondary-color, .cart-summary .actions-toolbar > .primary button, .cart-container .actions-toolbar > .primary button {
  background: #2B2C2C;
  border: 0;
  color: #fff; }
  .abs-revert-secondary-color:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-container .actions-toolbar > .primary button:focus, .abs-revert-secondary-color:active, .cart-summary .actions-toolbar > .primary button:active, .cart-container .actions-toolbar > .primary button:active {
    background: #F6B7BE;
    border: 0;
    color: #fff; }
  .abs-revert-secondary-color:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-container .actions-toolbar > .primary button:hover {
    background: #F6B7BE;
    border: 0;
    color: #393939; }

.abs-revert-secondary-size {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 13px 20px; }

.abs-box-tocart {
  margin: 16px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .cart-summary .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.cart-summary .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after {
    content: ")"; }

.abs-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:hover:after {
    color: #FCE6EA; }
  .abs-tax-total:after {
    position: absolute;
    right: -16px;
    top: 3px; }
  .abs-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child) {
    border-bottom: 4px solid #2B2C2C; }
  .abs-checkout-order-review tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 16px; }
  .abs-checkout-order-review tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .block-minicart .subtotal .label:after, .opc-block-summary .product-item .details-qty .label:after {
  content: ": "; }

.abs-icon-add, .abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-icon-add:hover:before, .abs-dropdown-items-new .action.new:hover:before {
    color: #FCE6EA; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-icon-add-mobile:hover:before {
      color: #FCE6EA; } }

.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile {
    border-bottom: 4px solid #2B2C2C;
    border-top: 4px solid #2B2C2C;
    cursor: pointer;
    margin-bottom: 0;
    padding: 16px 40px 16px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:hover:after {
      color: #FCE6EA; }
    .abs-toggling-title-mobile:after {
      position: absolute;
      right: 16px;
      top: 0; }
    .abs-toggling-title-mobile.active:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .minicart-items .product-item-details .weee[data-label] .label {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper {
    display: none; } }

.abs-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-wishlist .counter {
  color: #747777;
  font-size: 1.2rem;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700; }
  .abs-shopping-cart-items .action.continue:active, .cart-container .form-cart .action.continue:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

@media only screen and (max-width: 767px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 16px; }
  .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue {
    margin-bottom: 20px;
    display: block; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .cart-container .form-cart {
    position: relative; }
    .abs-shopping-cart-items-desktop .actions, .cart-container .form-cart .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .cart-container .form-cart .action.clear, .abs-shopping-cart-items-desktop .action.update, .cart-container .form-cart .action.update {
      margin-left: 16px; }
    .abs-shopping-cart-items-desktop .action.continue, .cart-container .form-cart .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input {
  margin-right: 16px;
  width: calc(100% - 56px); }

.abs-field-tooltip, .field .control._with-tooltip {
  position: relative; }
  .abs-field-tooltip input, .field .control._with-tooltip input {
    margin-right: 16px;
    width: calc( 100% - 42px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -16px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 16px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px; }

@media only screen and (max-width: 767px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 16px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #f4f4f4;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .paypal-express-review .paypal-review .box .box-title, .opc-block-shipping-information .shipping-information-title, .checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 16px;
  color: #2B2C2C;
  font-weight: 700;
  font-size: 3.2rem; }

.abs-sidebar-totals .mark, .cart-totals .mark, .opc-block-summary .table-totals .mark {
  font-weight: 500;
  padding-left: 4px;
  text-transform: uppercase; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 500; }

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
    font-weight: 500; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 16px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #2B2C2C;
  border-bottom: 1px solid #2B2C2C;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:hover:after, .cart-totals .totals-tax-summary .amount .price:hover:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
    color: #FCE6EA; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark, .opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 4px solid #2B2C2C; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title {
  border-top: 4px solid #2B2C2C;
  cursor: pointer;
  font-weight: 500;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:hover:after {
    color: #FCE6EA; }
  .abs-discount-block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong {
    font-size: 1.8rem;
    font-weight: 500; }

.abs-discount-block > .content {
  display: none; }

.abs-discount-block.active > .title:after {
  content: ""; }

.abs-discount-block.active > .content {
  display: block; }

.checkout-success .actions-toolbar .primary {
  margin: 0 auto; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: normal; }
  .fieldset > .legend {
    margin: 0 0 25px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    line-height: 1.2;
    font-size: 2rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      font-weight: 700; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #2B2C2C;
        border-radius: 0;
        font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
        font-size: 18px;
        height: auto;
        line-height: 1.42857;
        padding: 5px 10px;
        vertical-align: baseline;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          opacity: 0.5; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #bbb; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #bbb; }
        .fieldset > .field .addon .addbefore::-ms-input-placeholder,
        .fieldset > .field .addon .addafter::-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-ms-input-placeholder {
          color: #bbb; }
        .fieldset > .field .addon .addbefore::placeholder,
        .fieldset > .field .addon .addafter::placeholder,
        .fieldset > .fields > .field .addon .addbefore::placeholder,
        .fieldset > .fields > .field .addon .addafter::placeholder {
          color: #bbb; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 20px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #F6B7BE;
      line-height: 1;
      font-size: 2.6rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.5rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 15px;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 16px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 16px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 16px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #F6B7BE;
  font-size: 1.5rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #2B2C2C;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #fff;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #bbb;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #747777;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover:before {
    color: #FCE6EA; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 29px; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 6px 15px 0 0;
      width: 30%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: ' ';
      float: left;
      height: 1px; }
    .fieldset > .field .description {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 30%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 30%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: left; }
    .fieldset > .field:not(.choice) > .control {
      width: 70%;
      float: left; } }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    padding-bottom: 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .columns .sidebar-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .columns .sidebar-additional {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px; }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
  .page-main {
    width: 100%;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */ }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px; }
    .page-layout-1column .column.main {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-3columns .column.main {
      width: 66.66667%;
      display: inline-block;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-left .column.main {
      width: 83.33333%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-right .column.main {
      width: 83.33333%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 16.66667%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 16.66667%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 16.66667%;
      float: left;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
    .page-layout-3columns .sidebar-additional {
      width: 16.66667%;
      float: right;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 16.66667%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 16.66667%;
      float: right;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .panel.header {
    padding: 10px 20px; } }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: #F6B7BE; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #F0F0F2 transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.message.info {
  margin: 0 0 16px;
  padding: 16px 20px;
  display: block;
  font-size: 1.8rem;
  background: #FDF4E9;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #B8B4DA; }
    .message.info a:hover {
      color: #F6B7BE; }
    .message.info a:active {
      color: #F6B7BE; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: inherit;
    color: #FCE6EA;
    content: "";
    font-family: "icons-blank-theme";
    margin: -19px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  margin: 0 0 16px;
  padding: 16px 20px;
  display: block;
  font-size: 1.8rem;
  background: #FCE6EA;
  color: #F6B7BE;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #2B2C2C; }
    .message.error a:hover {
      color: #F6B7BE; }
    .message.error a:active {
      color: #F6B7BE; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: inherit;
    color: #b30000;
    content: "";
    font-family: "icons-blank-theme";
    margin: -19px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  margin: 0 0 16px;
  padding: 16px 20px;
  display: block;
  font-size: 1.8rem;
  background: #FDF4E9;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #B8B4DA; }
    .message.warning a:hover {
      color: #F6B7BE; }
    .message.warning a:active {
      color: #F6B7BE; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: inherit;
    color: #FCE6EA;
    content: "";
    font-family: "icons-blank-theme";
    margin: -19px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  margin: 0 0 16px;
  padding: 16px 20px;
  display: block;
  font-size: 1.8rem;
  background: #FDF4E9;
  color: #6f4400;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #B8B4DA; }
    .message.notice a:hover {
      color: #F6B7BE; }
    .message.notice a:active {
      color: #F6B7BE; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: inherit;
    color: #FCE6EA;
    content: "";
    font-family: "icons-blank-theme";
    margin: -19px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  margin: 0 0 16px;
  padding: 16px 20px;
  display: block;
  font-size: 1.8rem;
  background: #C9E6E6;
  color: #006400;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #2B2C2C; }
    .message.success a:hover {
      color: #F6B7BE; }
    .message.success a:active {
      color: #F6B7BE; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: inherit;
    color: #006400;
    content: "";
    font-family: "icons-blank-theme";
    margin: -19px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.pages > .label {
  display: true;
  font-weight: 700;
  font-size: 1.5rem;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 32px; }
  .pages > .label:after {
    content: ': '; }

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700; }

.pages .item {
  font-size: 1.5rem;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  color: #2B2C2C;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #2B2C2C; }
  .pages a.page:hover {
    color: #FCE6EA;
    text-decoration: none; }
  .pages a.page:active {
    color: #F6B7BE; }

.pages strong.page {
  font-size: 1.5rem;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 32px;
  color: #F6B7BE;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px; }

.pages .action {
  border: none;
  color: #747777;
  display: inline-block;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #747777; }
  .pages .action:hover {
    color: #747777;
    text-decoration: none; }
  .pages .action:active {
    color: #747777; }
  .pages .action.next {
    display: inline-block;
    text-decoration: none; }
    .pages .action.next:visited:before {
      color: #747777; }
    .pages .action.next:active:before {
      color: #747777; }
    .pages .action.next > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #747777;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.next:hover:before {
      color: #747777; }
    .pages .action.next:active:before {
      color: #747777; }
  .pages .action.previous {
    display: inline-block;
    text-decoration: none; }
    .pages .action.previous:visited:before {
      color: #747777; }
    .pages .action.previous:active:before {
      color: #747777; }
    .pages .action.previous > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 46px;
      line-height: inherit;
      color: #747777;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -6px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .pages .action.previous:hover:before {
      color: #747777; }
    .pages .action.previous:active:before {
      color: #747777; }

.pages .action {
  width: 34px; }
  .pages .action.previous {
    margin-right: 12px; }
  .pages .action.next {
    margin-left: 12px; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0; }
  .product.data.items > .item.title > .switch {
    background: transparent;
    border-bottom: 0 solid #2B2C2C;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    padding: 5px 0 5px 0;
    color: #2B2C2C;
    font-weight: 500;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #2B2C2C;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:visited {
      color: #2B2C2C;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #2B2C2C;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #2B2C2C;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: transparent;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 20px 0; }

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 25px;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #2B2C2C;
        font-weight: 500;
        line-height: 40px;
        font-size: 1.8rem;
        color: #2B2C2C;
        text-decoration: none;
        background: transparent;
        border: none;
        border-bottom: none;
        height: 48px;
        padding: 5px 20px 5px 20px; }
        .product.data.items > .item.title > .switch:visited {
          color: #2B2C2C;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:hover {
          color: #2B2C2C;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #fff;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: transparent; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: #2B2C2C;
        color: #fff; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: transparent;
      margin-top: 48px;
      padding: 20px 20px 20px 20px;
      border: 0;
      border-top: none; } }

@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0; }
    .product.data.items > .item.title {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: none;
      width: 100%; }
      .product.data.items > .item.title > .switch {
        display: block; }
    .product.data.items > .item.content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0; }
    .product.data.items > .item.title > .switch {
      background: transparent;
      border-bottom: 0 solid #2B2C2C;
      border-left: none;
      border-right: none;
      border-top: none;
      height: auto;
      padding: 5px 0 5px 0;
      color: #2B2C2C;
      font-weight: 500;
      line-height: 2.5;
      font-size: 1.8rem;
      color: #2B2C2C;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:visited {
        color: #2B2C2C;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #2B2C2C;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #2B2C2C;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: transparent; }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
      background: transparent;
      padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: transparent;
      border: none;
      margin: 0;
      padding: 20px 0 20px 0; }
    .product.data.items .data.item {
      display: block; } }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 16px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 16px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../../frontend/Noodoll/default/en_GB/images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Noodoll/default/en_GB/css/${icons-pagebuilder__font-path}.eot");
  src: url("../../frontend/Noodoll/default/en_GB/css/${icons-pagebuilder__font-path}.eot?#iefix") format("embedded-opentype"), url("../../frontend/Noodoll/default/en_GB/css/${icons-pagebuilder__font-path}.woff") format("woff"), url("../../frontend/Noodoll/default/en_GB/css/${icons-pagebuilder__font-path}.ttf") format("truetype"); }

.pagebuilder-icon, .slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none; }

[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle; }

.pagebuilder-icon-down:before {
  content: ""; }

.pagebuilder-icon-next:before {
  content: ""; }

.pagebuilder-icon-prev:before {
  content: ""; }

.pagebuilder-icon-up:before {
  content: ""; }

.product-full-width-section {
  padding: 0.5em 0; }
  .product-full-width-section .block.review-add {
    margin-top: 2.7rem; }

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem; }

.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px; }

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    border: none;
    padding: 5.5px 30px 10px 0; }
  .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    border: none;
    padding: 5.5px 5px 10px; }

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0; }

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev {
  left: 2rem; }
  .slick-prev:before {
    content: "";
    padding-right: 5px; }

.slick-next {
  right: 2rem; }
  .slick-next:before {
    content: "";
    padding-left: 5px; }

.slick-prev,
.slick-next {
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60px;
  z-index: 101; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.2; }
  .slick-prev:hover,
  .slick-next:hover {
    background: #fcfcfc;
    border: none; }
    .slick-prev:hover.slick-disabled,
    .slick-next:hover.slick-disabled {
      opacity: 0.2; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      color: #494949; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    color: #555;
    font-size: 38px;
    opacity: 1; }
  .slick-prev:active, .slick-prev:focus, .slick-prev:not(.primary),
  .slick-next:active,
  .slick-next:focus,
  .slick-next:not(.primary) {
    background: rgba(252, 252, 252, 0.7);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .slick-prev:active:active, .slick-prev:focus:active, .slick-prev:not(.primary):active,
    .slick-next:active:active,
    .slick-next:focus:active,
    .slick-next:not(.primary):active {
      -webkit-box-shadow: none;
              box-shadow: none; }

.slick-dots {
  font-size: 1.8rem;
  font-size: 18px;
  letter-spacing: normal;
  line-height: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 14px; }
    .slick-dots li button {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 10px;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: pointer;
      display: block;
      height: 14px;
      padding: 0;
      text-indent: -99999px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 14px; }
      .slick-dots li button:hover {
        border: 1px solid #b3b3b3; }
      .slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:not(.primary) {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .slick-dots li.slick-active button {
      background: #1c1918; }

[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit; }
  [data-content-type='banner'] > [data-element='link']:hover,
  [data-content-type='banner'] > [data-element='empty_link']:hover {
    color: inherit;
    text-decoration: inherit; }

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word; }
  .pagebuilder-banner-wrapper .pagebuilder-overlay {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-banner-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media only screen and (max-width: 766px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important; }
    .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: none; } }

.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto; }

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0; }

[data-content-type='buttons'] {
  max-width: 100%; }

[data-content-type='button-item'] {
  max-width: 100%; }
  [data-content-type='button-item'] [data-element='link'],
  [data-content-type='button-item'] [data-element='empty_link'] {
    max-width: 100%;
    word-wrap: break-word; }
  [data-content-type='button-item'] [data-element='empty_link'] {
    cursor: default; }

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.4rem;
  padding: 12px 20px;
  font-size: 1.8rem;
  line-height: 1.42857;
  margin: 0 10px 10px 0;
  padding: 12px 20px;
  color: #2B2C2C;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }
  a.pagebuilder-button-link:visited,
  button.pagebuilder-button-link:visited,
  div.pagebuilder-button-link:visited {
    color: #2B2C2C;
    text-decoration: none; }
  a.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:hover,
  div.pagebuilder-button-link:hover {
    color: #F6B7BE;
    text-decoration: none; }
  a.pagebuilder-button-link:active,
  button.pagebuilder-button-link:active,
  div.pagebuilder-button-link:active {
    color: #F6B7BE;
    text-decoration: none; }
  a.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:hover,
  div.pagebuilder-button-link:hover {
    color: #F6B7BE; }
  a.pagebuilder-button-link:hover, a.pagebuilder-button-link:active, a.pagebuilder-button-link:focus,
  button.pagebuilder-button-link:hover,
  button.pagebuilder-button-link:active,
  button.pagebuilder-button-link:focus,
  div.pagebuilder-button-link:hover,
  div.pagebuilder-button-link:active,
  div.pagebuilder-button-link:focus {
    background: none;
    border: 0; }
  a.pagebuilder-button-link.disabled, a.pagebuilder-button-link[disabled],
  fieldset[disabled] a.pagebuilder-button-link,
  button.pagebuilder-button-link.disabled,
  button.pagebuilder-button-link[disabled],
  fieldset[disabled]
  button.pagebuilder-button-link,
  div.pagebuilder-button-link.disabled,
  div.pagebuilder-button-link[disabled],
  fieldset[disabled]
  div.pagebuilder-button-link {
    color: #2B2C2C;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #FCE6EA;
  border: 0;
  color: #2B2C2C;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 12px 20px;
  font-size: 1.8rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  a.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:active, a.pagebuilder-button-primary:focus,
  button.pagebuilder-button-primary:hover,
  button.pagebuilder-button-primary:active,
  button.pagebuilder-button-primary:focus,
  div.pagebuilder-button-primary:hover,
  div.pagebuilder-button-primary:active,
  div.pagebuilder-button-primary:focus {
    text-decoration: none; }
  a.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active,
  button.pagebuilder-button-primary:focus,
  button.pagebuilder-button-primary:active,
  div.pagebuilder-button-primary:focus,
  div.pagebuilder-button-primary:active {
    background: #FCE6EA;
    border: 0;
    color: #2B2C2C; }
  a.pagebuilder-button-primary:hover,
  button.pagebuilder-button-primary:hover,
  div.pagebuilder-button-primary:hover {
    background: #F6B7BE;
    border: 0;
    color: #2B2C2C; }
  a.pagebuilder-button-primary.disabled, a.pagebuilder-button-primary[disabled],
  fieldset[disabled] a.pagebuilder-button-primary,
  button.pagebuilder-button-primary.disabled,
  button.pagebuilder-button-primary[disabled],
  fieldset[disabled]
  button.pagebuilder-button-primary,
  div.pagebuilder-button-primary.disabled,
  div.pagebuilder-button-primary[disabled],
  fieldset[disabled]
  div.pagebuilder-button-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #2B2C2C;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 0 10px 10px 0;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 12px 20px;
  font-size: 1.8rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  a.pagebuilder-button-secondary:hover, a.pagebuilder-button-secondary:active, a.pagebuilder-button-secondary:focus,
  button.pagebuilder-button-secondary:hover,
  button.pagebuilder-button-secondary:active,
  button.pagebuilder-button-secondary:focus,
  div.pagebuilder-button-secondary:hover,
  div.pagebuilder-button-secondary:active,
  div.pagebuilder-button-secondary:focus {
    text-decoration: none; }
  a.pagebuilder-button-secondary:focus, a.pagebuilder-button-secondary:active,
  button.pagebuilder-button-secondary:focus,
  button.pagebuilder-button-secondary:active,
  div.pagebuilder-button-secondary:focus,
  div.pagebuilder-button-secondary:active {
    background: #F6B7BE;
    border: 0;
    color: #fff; }
  a.pagebuilder-button-secondary:hover,
  button.pagebuilder-button-secondary:hover,
  div.pagebuilder-button-secondary:hover {
    background: #F6B7BE;
    border: 0;
    color: #393939; }
  a.pagebuilder-button-secondary.disabled, a.pagebuilder-button-secondary[disabled],
  fieldset[disabled] a.pagebuilder-button-secondary,
  button.pagebuilder-button-secondary.disabled,
  button.pagebuilder-button-secondary[disabled],
  fieldset[disabled]
  button.pagebuilder-button-secondary,
  div.pagebuilder-button-secondary.disabled,
  div.pagebuilder-button-secondary[disabled],
  fieldset[disabled]
  div.pagebuilder-button-secondary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.pagebuilder-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media only screen and (max-width: 766px) {
  .pagebuilder-column-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

[data-content-type='heading'] {
  word-wrap: break-word; }

[data-content-type='html'] {
  word-wrap: break-word; }

figure[data-content-type='image'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  figure[data-content-type='image'] > [data-element='link'],
  figure[data-content-type='image'] > [data-element='link'] img {
    border-radius: inherit; }
  figure[data-content-type='image'] figcaption {
    word-wrap: break-word; }

[data-content-type='map'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 300px; }

.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px; }
  .pagebuilder-column .widget-product-grid .product-item .price-box {
    word-wrap: break-word; }
    .pagebuilder-column .widget-product-grid .product-item .price-box .price {
      white-space: normal; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
    display: inline-block;
    width: auto; }
  .pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
    max-width: 100%;
    white-space: normal; }

.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px; }

[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block; }
  [data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
    visibility: visible; }

[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto; }

[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none; }
  [data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
    display: block;
    visibility: hidden; }

[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  [data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
    opacity: 1; }

[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1; }

[data-content-type='row'][data-appearance='contained'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px; }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important; } }

[data-content-type='row'][data-appearance='full-bleed'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important; } }

[data-content-type='row'][data-appearance='full-width'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    width: 100%; }

@media only screen and (max-width: 766px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important; } }

[data-content-type='slide'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden; }
  [data-content-type='slide'] > [data-element='link'],
  [data-content-type='slide'] > [data-element='empty_link'] {
    color: inherit;
    min-height: inherit;
    text-decoration: inherit; }
    [data-content-type='slide'] > [data-element='link']:hover,
    [data-content-type='slide'] > [data-element='empty_link']:hover {
      color: inherit;
      text-decoration: inherit; }

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    border-radius: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: inherit; }
    .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
      max-width: 540px; }
  .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 50px; }
  .pagebuilder-slide-wrapper .pagebuilder-slide-button {
    margin: 20px 0 0 0;
    max-width: 100%;
    text-align: inherit;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    word-break: break-word; }

@media only screen and (max-width: 766px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none; } }

.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%; }

[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto; }

[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto; }

[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto; }

div[data-content-type='slider'] {
  visibility: hidden; }
  div[data-content-type='slider'].slick-initialized {
    visibility: visible; }
  div[data-content-type='slider'] .slick-list,
  div[data-content-type='slider'] .slick-track,
  div[data-content-type='slider'] .slick-slide {
    min-height: inherit; }
    div[data-content-type='slider'] .slick-list > div,
    div[data-content-type='slider'] .slick-track > div,
    div[data-content-type='slider'] .slick-slide > div {
      line-height: 0;
      min-height: inherit;
      overflow: hidden;
      width: 100%; }

a.button {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none; }

div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0; }
  div[data-content-type='tabs'] .tabs-navigation li:first-child {
    margin-left: 0 !important; }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    word-wrap: break-word;
    z-index: 1; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
      margin-left: -1px; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
      border-right: 0;
      color: #2B2C2C;
      cursor: pointer !important;
      display: block;
      font-size: 14px;
      font-weight: 600;
      padding: 1.4rem 2rem;
      position: relative;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      vertical-align: middle;
      white-space: normal; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
        display: block; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
        text-decoration: none; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
      border-right: 1px solid #ccc; }
    div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
      background: #fff;
      z-index: 19; }
      div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }

div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: inherit; }
    div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
      display: none; }

div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important; }

div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important; }

@media only screen and (max-width: 766px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important; } }

div[data-content-type='text'] {
  word-wrap: break-word; }

div[data-content-type='video'] {
  font-size: 0; }
  div[data-content-type='video'] .pagebuilder-video-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 100%; }
  div[data-content-type='video'] .pagebuilder-video-container {
    border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative; }
  div[data-content-type='video'] iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px; }

.pagebuilder-full-width {
  float: left;
  width: 100%; }

.pagebuilder-content-type {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }

.pagebuilder-accordion {
  margin: 0;
  padding: 0; }
  .pagebuilder-accordion > .item.title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%; }
    .pagebuilder-accordion > .item.title > .switch {
      display: block; }
  .pagebuilder-accordion > .item.content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .pagebuilder-accordion > .item.content:before, .pagebuilder-accordion > .item.content:after {
      content: '';
      display: table; }
    .pagebuilder-accordion > .item.content:after {
      clear: both; }
    .pagebuilder-accordion > .item.content.active {
      display: block; }
  .pagebuilder-accordion > .item.title {
    margin: 0; }
  .pagebuilder-accordion > .item.title > .switch {
    background: transparent;
    border-bottom: 0 solid #2B2C2C;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    padding: 5px 0 5px 0;
    color: #2B2C2C;
    font-weight: 500;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #2B2C2C;
    text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:visited {
      color: #2B2C2C;
      text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:hover {
      color: #2B2C2C;
      text-decoration: none; }
    .pagebuilder-accordion > .item.title > .switch:active {
      color: #2B2C2C;
      text-decoration: none; }
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
    background: transparent; }
  .pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
  .pagebuilder-accordion > .item.title.active > .switch,
  .pagebuilder-accordion > .item.title.active > .switch:focus,
  .pagebuilder-accordion > .item.title.active > .switch:hover {
    background: transparent;
    padding-bottom: 5px; }
  .pagebuilder-accordion > .item.content {
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 20px 0; }

@media only screen and (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important; } }

@media only screen and (max-width: 766px) {
  .pagebuilder-mobile-hidden {
    display: none !important; } }

.font-serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

@media only screen and (min-width: 1200px) {
  .switcher-currency {
    display: none; } }

#switcher-currency-main-nav.switcher-currency {
  display: none; }
  @media only screen and (min-width: 1200px) {
    #switcher-currency-main-nav.switcher-currency {
      display: block;
      border-right: 2px solid #2B2C2C;
      font-size: 13px; }
      #switcher-currency-main-nav.switcher-currency .switcher-label {
        display: none; }
      #switcher-currency-main-nav.switcher-currency strong {
        font-weight: 700; }
      #switcher-currency-main-nav.switcher-currency .switcher-options {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-block;
        position: relative; }
        #switcher-currency-main-nav.switcher-currency .switcher-options:before, #switcher-currency-main-nav.switcher-currency .switcher-options:after {
          content: '';
          display: table; }
        #switcher-currency-main-nav.switcher-currency .switcher-options:after {
          clear: both; }
        #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle {
          cursor: pointer;
          display: inline-block;
          text-decoration: none; }
          #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 8px;
            line-height: 18px;
            color: #2B2C2C;
            content: "";
            font-family: "noodoll-icons";
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle:hover:after {
            color: #F6B7BE; }
          #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle:active:after {
            color: inherit; }
          #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle.active {
            display: inline-block;
            text-decoration: none; }
            #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle.active:after {
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 8px;
              line-height: 18px;
              color: #2B2C2C;
              content: "";
              font-family: "noodoll-icons";
              margin: 0;
              vertical-align: top;
              display: inline-block;
              font-weight: normal;
              overflow: hidden;
              speak: none;
              text-align: center; }
            #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle.active:hover:after {
              color: #F6B7BE; }
            #switcher-currency-main-nav.switcher-currency .switcher-options .action.toggle.active:active:after {
              color: inherit; }
        #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown {
          margin: 0;
          padding: 0;
          list-style: none none;
          background: #fff;
          border: 2px solid #2B2C2C;
          margin-top: 1px;
          min-width: 100%;
          z-index: 100;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: none;
          position: absolute;
          top: 100%;
          left: -4px;
          right: -4px;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown li {
            margin: 0;
            padding: 5px 16px 5px 30px; }
            #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown li:hover {
              background: #2B2C2C;
              cursor: pointer; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:before, #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:after {
            border-bottom-style: solid;
            content: '';
            display: block;
            height: 0;
            position: absolute;
            width: 0; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:before {
            border: 6px solid;
            border-color: transparent transparent #fff transparent;
            z-index: 99; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:after {
            border: 7px solid;
            border-color: transparent transparent #bbb transparent;
            z-index: 98; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:before {
            left: 10px;
            top: -12px; }
          #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:after {
            left: 9px;
            top: -14px; }
        #switcher-currency-main-nav.switcher-currency .switcher-options.active {
          overflow: visible; }
          #switcher-currency-main-nav.switcher-currency .switcher-options.active ul.dropdown {
            display: block; }
        #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:before, #switcher-currency-main-nav.switcher-currency .switcher-options ul.dropdown:after {
          content: none; }
        #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option {
          list-style-type: none; }
          #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option a {
            color: #2B2C2C; }
            #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option a:active, #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option a:visited {
              color: #2B2C2C; }
            #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option a:hover {
              color: #F6B7BE; }
          #switcher-currency-main-nav.switcher-currency .switcher-options li.switcher-option:hover a {
            color: #fff; } }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../../frontend/Noodoll/default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../../frontend/Noodoll/default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/Noodoll/default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../../frontend/Noodoll/default/en_GB/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "noodoll-icons";
  src: url("../../frontend/Noodoll/default/en_GB/fonts/noodoll-icons/icomoon.eot?bt1cif");
  src: url("../../frontend/Noodoll/default/en_GB/fonts/noodoll-icons/icomoon.eot?bt1cif#iefix") format("embedded-opentype"), url("../../frontend/Noodoll/default/en_GB/fonts/noodoll-icons/icomoon.ttf?bt1cif") format("truetype"), url("../../frontend/Noodoll/default/en_GB/fonts/noodoll-icons/icomoon.woff?bt1cif") format("woff"), url("../../frontend/Noodoll/default/en_GB/fonts/noodoll-icons/icomoon.svg?bt1cif#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%; }

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2B2C2C;
  overflow-x: hidden;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

img {
  display: inline-block;
  max-width: 100%; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

svg path {
  fill: inherit; }

.message.global.edge {
  display: none; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.cms-index-index .page-wrapper {
  height: auto; }

.page-main {
  position: relative;
  margin-top: 25px; }
  .page-main .page-title-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding-left: initial;
    width: 100%;
    float: none; }
    @media only screen and (min-width: 768px) {
      .page-main .page-title-wrapper {
        margin-bottom: 16px;
        padding-bottom: 16px; } }
    .page-main .page-title-wrapper .page-title {
      font-weight: 500;
      font-size: 32px; }
      @media only screen and (min-width: 768px) {
        .page-main .page-title-wrapper .page-title {
          font-size: 32px; } }
  @media only screen and (min-width: 1024px) {
    .page-main {
      margin-top: 50px; } }
  @media only screen and (min-width: 1200px) {
    .page-main {
      max-width: 1190px;
      margin-top: 195px; } }

@media only screen and (min-width: 768px) {
  body.page-layout-checkout .page-main {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 1199px) {
  body.page-layout-checkout .page-main {
    padding-left: 0;
    padding-right: 0; } }

body.character-page .page-main {
  margin-top: 0; }
  @media only screen and (min-width: 1200px) {
    body.character-page .page-main {
      margin-top: 200px; } }
  @media only screen and (max-width: 1199px) {
    body.character-page .page-main {
      padding-left: 0;
      padding-right: 0; } }

body.catalog-product-view .page-main {
  margin-top: 0; }
  @media only screen and (min-width: 1200px) {
    body.catalog-product-view .page-main {
      margin-top: 200px; } }
  @media only screen and (max-width: 1199px) {
    body.catalog-product-view .page-main {
      padding-left: 0;
      padding-right: 0; } }

body.cms-home .page-main {
  margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    body.cms-home .page-main {
      margin-top: 10px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1199px) {
    body.cms-home .page-main {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 1200px) {
    body.cms-home .page-main {
      margin-top: 20px;
      margin-bottom: 0;
      padding-bottom: 0; } }

body.cms-home .instagram-widget-container {
  margin-bottom: 50px; }

.page-main-breakout {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 1200px) {
    .page-main-breakout {
      margin-left: auto;
      margin-right: auto;
      max-width: 1400px;
      padding-left: 20px;
      padding-right: 20px;
      width: auto; }
      .page-main-breakout.page-main-breakout--inner {
        padding-left: 0;
        padding-right: 0;
        max-width: 1150px; } }

.cms-page-view .columns iframe {
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .cms-page-view .columns iframe {
      max-height: 400px;
      margin-bottom: 16px; } }
  @media only screen and (max-width: 639px) {
    .cms-page-view .columns iframe {
      max-height: 300px; } }
  @media only screen and (max-width: 479px) {
    .cms-page-view .columns iframe {
      max-height: 220px; } }
  @media only screen and (max-width: 319px) {
    .cms-page-view .columns iframe {
      max-height: 170px; } }

@media only screen and (max-width: 767px) {
  .cms-page-view .columns .cms-left-column img, .cms-page-view .columns .column.main img {
    margin: 10px auto !important; } }

@media only screen and (max-width: 639px) {
  .cms-page-view .columns .cms-left-column img, .cms-page-view .columns .column.main img {
    float: none !important;
    display: block; } }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.is-hidden {
  display: none; }

.home-slider {
  width: 100vw;
  overflow: hidden;
  top: 100px; }
  @media only screen and (max-width: 767px) {
    .home-slider {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .home-slider {
      width: 100%; } }
  .home-slider .flickity-page-dots {
    bottom: 0;
    line-height: 100px;
    height: 100px;
    width: 30%;
    left: 70%; }
  .home-slider .flickity-button {
    background-color: transparent;
    border: 2px solid #fff;
    width: 65px;
    height: 65px; }
    @media only screen and (min-width: 1024px) {
      .home-slider .flickity-button {
        width: 95px;
        height: 95px; } }
    .home-slider .flickity-button .flickity-button-icon {
      fill: #fff;
      stroke: #fff;
      stroke-width: 2px; }
  .home-slider .flickity-prev-next-button {
    top: 80%;
    -webkit-transform: none;
            transform: none; }
  .home-slider .flickity-prev-next-button.previous {
    left: auto;
    right: 95px; }
    @media only screen and (min-width: 1024px) {
      .home-slider .flickity-prev-next-button.previous {
        right: 165px; } }
  .home-slider .flickity-prev-next-button.next {
    right: 10px; }
    @media only screen and (min-width: 1024px) {
      .home-slider .flickity-prev-next-button.next {
        right: 50px; } }

.home-slider-cell {
  position: relative;
  list-style: none;
  width: 100%;
  height: 400px; }
  .home-slider-cell .home-slider-cell__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .home-slider-cell .home-slider-cell__bg-image.home-slider-cell__bg-image--mobile {
      display: block; }
      @media only screen and (min-width: 1024px) {
        .home-slider-cell .home-slider-cell__bg-image.home-slider-cell__bg-image--mobile {
          display: none; } }
    .home-slider-cell .home-slider-cell__bg-image.home-slider-cell__bg-image--desktop {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .home-slider-cell .home-slider-cell__bg-image.home-slider-cell__bg-image--desktop {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .home-slider-cell {
      height: 600px; } }
  @media only screen and (min-width: 1024px) {
    .home-slider-cell {
      height: 750px; } }
  .home-slider-cell.is-selected .inner {
    opacity: 1; }
  .home-slider-cell .inner {
    top: 300px;
    color: #2B2C2C;
    text-shadow: 0 2px 4px rgba(43, 43, 43, 0.06);
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px; }
    .home-slider-cell .inner.inner--right {
      width: 90%;
      margin-left: 5%; }
    .home-slider-cell .inner.inner--left {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; }
    .home-slider-cell .inner.inner--top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 15%; }
    .home-slider-cell .inner.inner--bottom {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .home-slider-cell .inner.inner--top-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 90%;
      margin-left: 5%;
      margin-top: 5%; }
    .home-slider-cell .inner.inner--top-left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 5%; }
    .home-slider-cell .inner.inner--bottom-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 90%;
      margin-left: 5%; }
    .home-slider-cell .inner.inner--bottom-left {
      top: 300px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      padding-left: 5%; }
    @media only screen and (min-width: 768px) {
      .home-slider-cell .inner.inner--bottom-left {
        top: 500px; } }
    @media only screen and (min-width: 1024px) {
      .home-slider-cell .inner.inner--right {
        width: 40%;
        margin-left: 60%; }
      .home-slider-cell .inner.inner--left {
        width: 40%;
        margin-left: 5%;
        margin-right: 50%; }
      .home-slider-cell .inner.inner--top {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 15%; }
      .home-slider-cell .inner.inner--bottom {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .home-slider-cell .inner.inner--top-right {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 40%;
        margin-left: 60%;
        margin-top: 15%; }
      .home-slider-cell .inner.inner--top-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 40%;
        margin-left: 5%;
        margin-right: 50%;
        margin-top: 15%; }
      .home-slider-cell .inner.inner--bottom-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 40%;
        margin-left: 60%; }
      .home-slider-cell .inner.inner--bottom-left {
        top: 650px; } }

a.home-slider-cell__link {
  color: #B8B4DA;
  font-weight: 500; }
  a.home-slider-cell__link:hover {
    text-decoration: underline !important; }

.home-slider-cell__title {
  font-size: 20px;
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .home-slider-cell__title {
      font-size: 26px; } }

.home-slider-cell__subtitle {
  font-size: 2rem;
  font-weight: 400; }

.home-slider__carousel {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin: 0; }
  .home-slider__carousel.flickity-enabled {
    opacity: 1; }

.home-product-sliders {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .home-product-sliders > .item.title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%; }
    .home-product-sliders > .item.title > .switch {
      display: block; }
  .home-product-sliders > .item.content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .home-product-sliders > .item.content:before, .home-product-sliders > .item.content:after {
      content: '';
      display: table; }
    .home-product-sliders > .item.content:after {
      clear: both; }
    .home-product-sliders > .item.content.active {
      display: block; }
  .home-product-sliders > .item.title {
    margin: 0; }
  .home-product-sliders > .item.title > .switch {
    background: transparent;
    border-bottom: 0 solid #2B2C2C;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    padding: 5px 0 5px 0;
    color: #2B2C2C;
    font-weight: 500;
    line-height: 2.5;
    font-size: 1.8rem;
    color: #2B2C2C;
    text-decoration: none; }
    .home-product-sliders > .item.title > .switch:visited {
      color: #2B2C2C;
      text-decoration: none; }
    .home-product-sliders > .item.title > .switch:hover {
      color: #2B2C2C;
      text-decoration: none; }
    .home-product-sliders > .item.title > .switch:active {
      color: #2B2C2C;
      text-decoration: none; }
  .home-product-sliders > .item.title:not(.disabled) > .switch:focus,
  .home-product-sliders > .item.title:not(.disabled) > .switch:hover {
    background: transparent; }
  .home-product-sliders > .item.title:not(.disabled) > .switch:active,
  .home-product-sliders > .item.title.active > .switch,
  .home-product-sliders > .item.title.active > .switch:focus,
  .home-product-sliders > .item.title.active > .switch:hover {
    background: transparent;
    padding-bottom: 5px; }
  .home-product-sliders > .item.content {
    background: transparent;
    border: none;
    margin: 0;
    padding: 20px 0 20px 0; }

.cms-home .related-products-slider-wrapper {
  padding-left: 45px;
  padding-right: 45px; }

@media only screen and (min-width: 768px) {
  .home-product-slider-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    .home-product-slider-tabs .home-product-slider-tab__title {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      font-size: 20px;
      margin-left: 16px;
      margin-right: 16px;
      margin-bottom: 30px;
      line-height: 2; }
      .home-product-slider-tabs .home-product-slider-tab__title.active {
        font-weight: 700;
        border-bottom: 2px solid #2B2C2C; }
      .home-product-slider-tabs .home-product-slider-tab__title a {
        color: #2B2C2C; }
        .home-product-slider-tabs .home-product-slider-tab__title a:active, .home-product-slider-tabs .home-product-slider-tab__title a:visited {
          color: #2B2C2C; }
        .home-product-slider-tabs .home-product-slider-tab__title a:hover {
          color: #F6B7BE; }
    .home-product-slider-tabs .home-product-slider-tab__content {
      width: 100%; }
      .home-product-slider-tabs .home-product-slider-tab__content .product-item-link {
        font-weight: 700;
        display: block;
        z-index: 10;
        cursor: pointer;
        color: #2B2C2C; }
    .home-product-slider-tabs:before, .home-product-slider-tabs:after {
      content: '';
      display: table; }
    .home-product-slider-tabs:after {
      clear: both; }
    .home-product-slider-tabs > .item.title {
      float: left;
      width: auto; }
      .home-product-slider-tabs > .item.title > .switch {
        height: 25px;
        display: block;
        position: relative;
        z-index: 2; }
    .home-product-slider-tabs > .item.content {
      margin-top: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .home-product-slider-tabs > .item.content:before, .home-product-slider-tabs > .item.content:after {
        content: '';
        display: table; }
      .home-product-slider-tabs > .item.content:after {
        clear: both; }
      .home-product-slider-tabs > .item.content.active {
        display: block; }
    .home-product-slider-tabs > .item.title {
      margin: 0 5px 0 0; }
      .home-product-slider-tabs > .item.title > .switch {
        color: #2B2C2C;
        font-weight: 500;
        line-height: 40px;
        font-size: 1.8rem;
        color: #2B2C2C;
        text-decoration: none;
        background: #fff;
        border: none;
        border-bottom: none;
        height: 48px;
        padding: 5px 20px 5px 20px; }
        .home-product-slider-tabs > .item.title > .switch:visited {
          color: #2B2C2C;
          text-decoration: none; }
        .home-product-slider-tabs > .item.title > .switch:hover {
          color: #2B2C2C;
          text-decoration: none; }
        .home-product-slider-tabs > .item.title > .switch:active {
          color: #fff;
          text-decoration: none; }
      .home-product-slider-tabs > .item.title:not(.disabled) > .switch:focus,
      .home-product-slider-tabs > .item.title:not(.disabled) > .switch:hover {
        background: transparent; }
      .home-product-slider-tabs > .item.title:not(.disabled) > .switch:active,
      .home-product-slider-tabs > .item.title.active > .switch,
      .home-product-slider-tabs > .item.title.active > .switch:focus,
      .home-product-slider-tabs > .item.title.active > .switch:hover {
        background: #2B2C2C;
        color: #fff; }
      .home-product-slider-tabs > .item.title.active > .switch,
      .home-product-slider-tabs > .item.title.active > .switch:focus,
      .home-product-slider-tabs > .item.title.active > .switch:hover {
        padding-bottom: 5px; }
    .home-product-slider-tabs > .item.content {
      background: transparent;
      margin-top: 48px;
      padding: 20px 20px 20px 20px;
      border: none; } }

@media only screen and (max-width: 767px) {
  .home-product-slider-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .home-product-slider-tabs > .item.title {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      float: none;
      width: 100%; }
      .home-product-slider-tabs > .item.title > .switch {
        display: block; }
    .home-product-slider-tabs > .item.content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .home-product-slider-tabs > .item.content:before, .home-product-slider-tabs > .item.content:after {
        content: '';
        display: table; }
      .home-product-slider-tabs > .item.content:after {
        clear: both; }
      .home-product-slider-tabs > .item.content.active {
        display: block; }
    .home-product-slider-tabs > .item.title {
      margin: 0; }
    .home-product-slider-tabs > .item.title > .switch {
      background: transparent;
      border-bottom: 0 solid #2B2C2C;
      border-left: none;
      border-right: none;
      border-top: none;
      height: auto;
      padding: 5px 0 5px 0;
      color: #2B2C2C;
      font-weight: 500;
      line-height: 2.5;
      font-size: 1.8rem;
      color: #2B2C2C;
      text-decoration: none; }
      .home-product-slider-tabs > .item.title > .switch:visited {
        color: #2B2C2C;
        text-decoration: none; }
      .home-product-slider-tabs > .item.title > .switch:hover {
        color: #2B2C2C;
        text-decoration: none; }
      .home-product-slider-tabs > .item.title > .switch:active {
        color: #2B2C2C;
        text-decoration: none; }
    .home-product-slider-tabs > .item.title:not(.disabled) > .switch:focus,
    .home-product-slider-tabs > .item.title:not(.disabled) > .switch:hover {
      background: transparent; }
    .home-product-slider-tabs > .item.title:not(.disabled) > .switch:active,
    .home-product-slider-tabs > .item.title.active > .switch,
    .home-product-slider-tabs > .item.title.active > .switch:focus,
    .home-product-slider-tabs > .item.title.active > .switch:hover {
      background: transparent;
      padding-bottom: 5px; }
    .home-product-slider-tabs > .item.content {
      background: transparent;
      border: none;
      margin: 0;
      padding: 20px 0 20px 0; }
    .home-product-slider-tabs .home-product-slider-tab__title {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      font-size: 15px;
      margin-left: 16px;
      margin-right: 16px;
      margin-bottom: 20px;
      line-height: 2; }
      .home-product-slider-tabs .home-product-slider-tab__title a {
        color: #2B2C2C; }
        .home-product-slider-tabs .home-product-slider-tab__title a:active, .home-product-slider-tabs .home-product-slider-tab__title a:visited {
          color: #2B2C2C; }
        .home-product-slider-tabs .home-product-slider-tab__title a:hover {
          color: #F6B7BE; }
      .home-product-slider-tabs .home-product-slider-tab__title.active {
        font-weight: 700;
        border-bottom: 1px solid #2B2C2C; }
    .home-product-slider-tabs .home-product-slider-tab__title,
    .home-product-slider-tabs .home-product-slider-tab__content {
      display: block; }
    .home-product-slider-tabs .home-product-slider-tab__content {
      width: 100%; } }

.home-product-slider-tabs .home-product-slider-tab__content {
  pointer-events: none; }
  .home-product-slider-tabs .home-product-slider-tab__content .block-title {
    display: none; }

.home-product-slider-tabs .home-product-slider-tab__title.active + .home-product-slider-tab__content {
  pointer-events: all; }

.home-product-tabs-wrapper {
  margin-top: 80px; }
  @media only screen and (min-width: 768px) {
    .home-product-tabs-wrapper {
      margin-top: 120px; } }

.nav--home_category_bricks_menu .flickity-viewport {
  width: 100%; }

.nav--home_category_bricks_menu .flickity-button {
  background-color: transparent !important; }

@media only screen and (max-width: 1023px) {
  .nav--home_category_bricks_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.nav--home_category_bricks_menu .nav__item {
  height: 250px;
  width: 250px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .nav--home_category_bricks_menu .nav__item {
      height: 350px;
      width: 350px; } }
  @media only screen and (min-width: 1024px) {
    .nav--home_category_bricks_menu .nav__item {
      height: 450px;
      width: 450px; } }
  .nav--home_category_bricks_menu .nav__item .nav__link {
    width: 250px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 768px) {
      .nav--home_category_bricks_menu .nav__item .nav__link {
        height: 350px;
        width: 350px; } }
    @media only screen and (min-width: 1024px) {
      .nav--home_category_bricks_menu .nav__item .nav__link {
        height: 450px;
        width: 450px; } }
  .nav--home_category_bricks_menu .nav__item .nav__link:hover {
    opacity: .9; }
  .nav--home_category_bricks_menu .nav__item .title {
    z-index: 10;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #2B2C2C;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.7); }
    .nav--home_category_bricks_menu .nav__item .title .title-text {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 30px 0; }
    .nav--home_category_bricks_menu .nav__item .title .description {
      display: none !important; }
  @media only screen and (min-width: 768px) {
    .nav--home_category_bricks_menu .nav__item .title {
      z-index: 10;
      height: 120px;
      width: 120px;
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 18px; }
      .nav--home_category_bricks_menu .nav__item .title .title-text {
        padding: 45px 0; } }
  .nav--home_category_bricks_menu .nav__item .image {
    z-index: 5;
    width: 100%;
    height: 100%;
    max-width: unset; }
    .nav--home_category_bricks_menu .nav__item .image img {
      height: 100%;
      max-width: unset;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.home-meet-our-characters-wrapper {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  font-weight: 500;
  font-size: 32px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .home-meet-our-characters-wrapper {
      height: 750px; } }
  .home-meet-our-characters-wrapper .meet-our-characters {
    max-width: 1400px;
    position: relative;
    width: 100%;
    overflow: hidden; }
  .home-meet-our-characters-wrapper .meet-our-characters__text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-meet-our-characters-wrapper .meet-our-characters__text a {
      color: #2B2C2C;
      font-size: 28px;
      font-weight: 500; }
    .home-meet-our-characters-wrapper .meet-our-characters__text > span {
      max-width: 200px;
      line-height: 1; }
  .home-meet-our-characters-wrapper .monster {
    position: absolute;
    height: auto;
    width: 100px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center;
            transform-origin: center; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster {
        -webkit-transform: scale(1);
                transform: scale(1);
        width: 150px; } }
    .home-meet-our-characters-wrapper .monster > div {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .home-meet-our-characters-wrapper .monster img {
      width: 100%; }
  .home-meet-our-characters-wrapper .monster--frog {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    bottom: -20px;
    left: 10%;
    width: 100px; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--frog {
        bottom: -5%;
        left: 10%;
        width: 150px; } }
  .home-meet-our-characters-wrapper .monster--lido {
    top: 0%;
    left: 0%;
    width: 200px; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--lido {
        width: 300px;
        top: 10%;
        left: 3%; } }
  .home-meet-our-characters-wrapper .monster--noodle {
    width: 270px;
    bottom: 55px;
    right: -7%; }
    @media only screen and (min-width: 640px) {
      .home-meet-our-characters-wrapper .monster--noodle {
        bottom: 8px;
        right: 30%;
        width: 350px; } }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--noodle {
        bottom: 0;
        right: 35%; } }
  .home-meet-our-characters-wrapper .monster--pineapple {
    width: 165px;
    top: 0;
    right: 0; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--pineapple {
        width: 200px;
        right: 15%;
        top: 10%; } }
  .home-meet-our-characters-wrapper .monster--pinkhat {
    bottom: -48px;
    right: 0;
    width: 120px; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--pinkhat {
        width: 150px;
        bottom: 5%;
        right: 10%; } }
  .home-meet-our-characters-wrapper .monster--snorkel {
    bottom: 20%;
    left: 0;
    width: 110px; }
    @media only screen and (min-width: 1024px) {
      .home-meet-our-characters-wrapper .monster--snorkel {
        bottom: 25%;
        left: 1%;
        width: 130px; } }

@-webkit-keyframes bobble-rotate {
  0%,
  100% {
    -webkit-transform: rotate(360deg) translateY(30px);
            transform: rotate(360deg) translateY(30px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-30px);
            transform: rotate(0deg) translateY(-30px); } }

@keyframes bobble-rotate {
  0%,
  100% {
    -webkit-transform: rotate(360deg) translateY(30px);
            transform: rotate(360deg) translateY(30px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-30px);
            transform: rotate(0deg) translateY(-30px); } }

@-webkit-keyframes bobble-a {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes bobble-a {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@-webkit-keyframes bobble-b {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes bobble-b {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes bobble-c {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes bobble-c {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@-webkit-keyframes bobble-d {
  0%,
  100% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px); }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); } }

@keyframes bobble-d {
  0%,
  100% {
    -webkit-transform: translateY(13px);
            transform: translateY(13px); }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); } }

.bobble-rotate {
  -webkit-animation-name: bobble-rotate;
          animation-name: bobble-rotate; }

.bobble-a {
  -webkit-animation-name: bobble-a;
          animation-name: bobble-a; }

.bobble-b {
  -webkit-animation-name: bobble-b;
          animation-name: bobble-b;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.bobble-c {
  -webkit-animation-name: bobble-c;
          animation-name: bobble-c;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.bobble-d {
  -webkit-animation-name: bobble-c;
          animation-name: bobble-c;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }

.top-message-bar {
  position: relative;
  top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 100;
  text-align: center;
  width: 100%;
  background-color: #FCE6EA;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 1200px) {
    .top-message-bar {
      z-index: 110;
      position: fixed;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .top-message-bar .top-message-bar__message {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .top-message-bar .top-message-bar__message {
        display: inline-block;
        margin-left: auto;
        margin-right: auto; } }
  body.search-panel-active .top-message-bar {
    display: none; }

.website-switcher {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 1024px) {
    .website-switcher {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: absolute;
      left: 0; } }
  .website-switcher .website-switcher__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    height: 30px;
    line-height: 1;
    font-weight: 700; }
    .website-switcher .website-switcher__option a {
      color: #2B2C2C; }
      .website-switcher .website-switcher__option a:active, .website-switcher .website-switcher__option a:visited {
        color: #2B2C2C; }
      .website-switcher .website-switcher__option a:hover {
        color: #F6B7BE; }
      .website-switcher .website-switcher__option a:hover {
        color: #2B2C2C; }
  .website-switcher .switcher-noodoll {
    background: #fff; }

.limiter-options,
.sorter-options {
  background-image: url(../../frontend/Noodoll/default/en_GB/images/icon-triangle.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 8px;
  cursor: pointer;
  padding-right: 32px; }

.actions-toolbar .action.create.primary {
  text-decoration: underline; }

.actions-toolbar .secondary .action {
  margin-bottom: 0;
  text-decoration: underline;
  width: auto; }

@media only screen and (min-width: 768px) {
  .cms-toy-insurance .actions-toolbar > .primary {
    float: right; }
    .cms-toy-insurance .actions-toolbar > .primary .action {
      margin-right: 0; } }

button {
  padding: 12px 20px;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease; }
  button.primary-pink {
    width: 100%;
    background-image: none;
    background: #FCE6EA;
    border: 0;
    color: #2B2C2C;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
    button.primary-pink:focus, button.primary-pink:active {
      background: #FCE6EA;
      border: 0;
      color: #2B2C2C; }
    button.primary-pink:hover {
      background: #F6B7BE;
      border: 0;
      color: #2B2C2C; }
    button.primary-pink.disabled, button.primary-pink[disabled],
    fieldset[disabled] button.primary-pink {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.flickity-custom {
  margin: 0;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .flickity-custom {
      overflow: visible;
      margin: 0; } }
  .flickity-custom .flickity-button:hover {
    background: transparent; }
  .flickity-custom .flickity-button {
    background: transparent; }
  .flickity-custom .flickity-prev-next-button {
    width: 70px;
    height: 70px;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%); }
    .flickity-custom .flickity-prev-next-button.previous {
      left: -35px; }
      @media only screen and (min-width: 1200px) {
        .flickity-custom .flickity-prev-next-button.previous {
          left: -65px; } }
      .flickity-custom .flickity-prev-next-button.previous .flickity-button-icon {
        left: unset;
        top: 25%;
        width: 50%;
        height: 50%; }
        @media only screen and (min-width: 1200px) {
          .flickity-custom .flickity-prev-next-button.previous .flickity-button-icon {
            left: 30%;
            top: 30%;
            width: 40%;
            height: 40%; } }
    .flickity-custom .flickity-prev-next-button.next {
      right: -35px; }
      @media only screen and (min-width: 1200px) {
        .flickity-custom .flickity-prev-next-button.next {
          right: -65px; } }
      .flickity-custom .flickity-prev-next-button.next .flickity-button-icon {
        right: 52%;
        top: 25%;
        width: 50%;
        height: 50%;
        left: unset; }
        @media only screen and (min-width: 1200px) {
          .flickity-custom .flickity-prev-next-button.next .flickity-button-icon {
            right: 30%;
            left: unset;
            top: 30%;
            width: 40%;
            height: 40%; } }
  .flickity-custom .flickity-button:disabled {
    display: none; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.cms-home .flickity-custom .flickity-viewport {
  min-height: 450px; }
  @media only screen and (max-width: 320px) {
    .cms-home .flickity-custom .flickity-viewport {
      min-height: 390px; } }
  @media only screen and (min-width: 400px) {
    .cms-home .flickity-custom .flickity-viewport {
      min-height: 500px; } }
  @media only screen and (min-width: 768px) {
    .cms-home .flickity-custom .flickity-viewport {
      min-height: 0; } }

.block.filter {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EFECEB; }
  @media only screen and (min-width: 768px) {
    .block.filter {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 1150px;
      margin: auto; } }
  .block.filter .filter-title {
    background-color: #EFECEB;
    padding: 10px 25px;
    display: block;
    border-bottom: solid #fff 2px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .block.filter .filter-title {
        border: none;
        padding: 10px 25px;
        border-right: solid #fff 2px; } }
    .block.filter .filter-title strong {
      font-weight: 700;
      font-size: 18px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .block.filter .filter-title strong {
          display: inline-block;
          text-decoration: none; }
          .block.filter .filter-title strong:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 18px;
            line-height: inherit;
            color: #2B2C2C;
            content: "";
            font-family: "icons-blank-theme";
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .block.filter .filter-title strong:hover:after {
            color: #2B2C2C; }
          .block.filter .filter-title strong:active:after {
            color: #2B2C2C; }
          body.filter-active .block.filter .filter-title strong {
            display: inline-block;
            text-decoration: none; }
            body.filter-active .block.filter .filter-title strong:after {
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 18px;
              line-height: inherit;
              color: #2B2C2C;
              content: "";
              font-family: "icons-blank-theme";
              margin: 0;
              vertical-align: top;
              display: inline-block;
              font-weight: normal;
              overflow: hidden;
              speak: none;
              text-align: center; }
            body.filter-active .block.filter .filter-title strong:hover:after {
              color: #2B2C2C; }
            body.filter-active .block.filter .filter-title strong:active:after {
              color: #2B2C2C; }
            body.filter-active .block.filter .filter-title strong:after {
              font-weight: 700; }
          .block.filter .filter-title strong:after {
            font-weight: 700;
            float: right; } }
  .block.filter .filter-content {
    background-color: #FCE6EA;
    display: none; }
    @media only screen and (min-width: 768px) {
      .block.filter .filter-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    body.filter-active .block.filter .filter-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.block-subtitle {
  display: inline-block;
  padding: 20px 25px; }

.filter-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1023px) {
    .filter-current {
      background-color: #FCE6EA; } }
  @media only screen and (min-width: 1024px) {
    .filter-current {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: none; } }
  .filter-current .filter-current-subtitle {
    padding-top: 16px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 18px; }
    @media only screen and (min-width: 1024px) {
      .filter-current .filter-current-subtitle {
        padding: 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-left: solid #fff 2px;
        border-right: solid #fff 2px; } }
  .filter-current .items {
    padding-left: 16px;
    padding-right: 16px; }
  .filter-current .filter-options {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .filter-current .filter-label {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize; }
    .filter-current .filter-label:after {
      content: ":"; }
  .filter-current .filter-value {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block; }
  .filter-current + .filter-actions {
    padding: 20px 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .filter-current .item {
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }
    .filter-current .item .action.remove {
      display: inline-block;
      text-decoration: none; }
      .filter-current .item .action.remove > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .filter-current .item .action.remove:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 31px;
        line-height: 20px;
        color: #2B2C2C;
        content: "+";
        font-family: "Quicksand";
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .filter-current .item .action.remove:hover:after {
        color: #2B2C2C; }
      .filter-current .item .action.remove:after {
        overflow: visible;
        font-weight: 500;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .filter-current .item .action.remove a {
        color: #2B2C2C;
        padding-right: 5px; }

.filter-options-content a {
  color: #2B2C2C;
  display: block; }
  .filter-options-content a:active, .filter-options-content a:visited {
    color: #2B2C2C; }
  .filter-options-content a:hover {
    color: #F6B7BE; }
  .filter-options-content a:hover {
    color: #494949; }

.svg-filter {
  display: none; }

.filter-options {
  display: inline-block;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0;
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .filter-options:before, .filter-options:after {
    content: '';
    display: table; }
  .filter-options:after {
    clear: both; }
  .filter-options .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .filter-options .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: 18px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 -5px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .filter-options .action.toggle:hover:after {
      color: #F6B7BE; }
    .filter-options .action.toggle:active:after {
      color: inherit; }
    .filter-options .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .filter-options .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: 18px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 -5px;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .filter-options .action.toggle.active:hover:after {
        color: #F6B7BE; }
      .filter-options .action.toggle.active:active:after {
        color: inherit; }
  .filter-options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 2px solid #2B2C2C;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    left: -4px;
    right: -4px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .filter-options ul.dropdown li {
      margin: 0;
      padding: 0.5rem 1rem; }
      .filter-options ul.dropdown li:hover {
        background: #2B2C2C;
        cursor: pointer; }
    .filter-options ul.dropdown:before, .filter-options ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .filter-options ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .filter-options ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .filter-options ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .filter-options ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .filter-options.active {
    overflow: visible; }
    .filter-options.active ul.dropdown {
      display: block; }
  body.filter-active .filter-options {
    background-color: #EFECEB; }
    @media only screen and (min-width: 768px) {
      body.filter-active .filter-options {
        background-color: #EFECEB; } }
  @media only screen and (min-width: 768px) {
    .filter-options {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      background-color: #EFECEB;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .filter-options .filter-options-item {
    position: relative;
    margin: 0 25px;
    border-bottom: solid #2B2C2C 2px; }
    @media only screen and (min-width: 768px) {
      .filter-options .filter-options-item {
        border: none;
        margin: 0; }
        .filter-options .filter-options-item:last-of-type .filter-options-title {
          padding-right: 150px; } }
    .filter-options .filter-options-item.active .filter-options-title:after, .filter-options .filter-options-item._active .filter-options-title:after {
      content: ""; }
    @media only screen and (min-width: 768px) {
      .filter-options .filter-options-item.active .filter-options-title:after, .filter-options .filter-options-item._active .filter-options-title:after {
        content: ""; } }
    .filter-options .filter-options-item.active .filter-options-content, .filter-options .filter-options-item._active .filter-options-content {
      z-index: 999;
      left: 0; }
      .filter-options .filter-options-item.active .filter-options-content .item, .filter-options .filter-options-item._active .filter-options-content .item {
        opacity: 1; }
  .filter-options .filter-options-title {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 16px 0;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    word-break: break-all; }
    .filter-options .filter-options-title.filter-options-title--active-filter {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .filter-options .filter-options-title.filter-options-title--active-filter {
          display: inline-block;
          cursor: none;
          width: auto;
          text-transform: uppercase;
          font-weight: 500; }
          .filter-options .filter-options-title.filter-options-title--active-filter:after {
            display: none; } }
    .filter-options .filter-options-title.filter-options-title--clear-all {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .filter-options .filter-options-title.filter-options-title--clear-all {
          display: inline-block;
          width: auto;
          display: inline-block;
          text-decoration: none; }
          .filter-options .filter-options-title.filter-options-title--clear-all:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 26px;
            line-height: 14px;
            color: #2B2C2C;
            content: "+";
            font-family: "Quicksand";
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .filter-options .filter-options-title.filter-options-title--clear-all:hover:after {
            color: #2B2C2C; }
          .filter-options .filter-options-title.filter-options-title--clear-all:after {
            overflow: visible;
            font-weight: 500;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .filter-options .filter-options-title.filter-options-title--clear-all a {
            color: #2B2C2C;
            padding-right: 5px; } }
    @media only screen and (max-width: 1023px) {
      .filter-options .filter-options-title {
        display: inline-block;
        text-decoration: none; }
        .filter-options .filter-options-title:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 32px;
          line-height: 18px;
          color: #2B2C2C;
          content: "";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .filter-options .filter-options-title:hover:after {
          color: #F6B7BE; }
        .filter-options .filter-options-title:active:after {
          color: inherit; } }
    @media only screen and (min-width: 768px) {
      .filter-options .filter-options-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        text-transform: capitalize;
        padding: 15px 15px;
        display: inline-block;
        text-decoration: none; }
        .filter-options .filter-options-title:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 32px;
          line-height: 16px;
          color: #2B2C2C;
          content: "";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .filter-options .filter-options-title:hover:after {
          color: #2B2C2C; }
        .filter-options .filter-options-title:active:after {
          color: inherit; } }
    .filter-options .filter-options-title:after {
      float: right; }
  .filter-options .filter-options-content {
    padding: 5px 16px;
    padding-left: 16px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      .filter-options .filter-options-content {
        padding: 25px;
        padding-bottom: 0px;
        padding-top: 16px;
        background-color: #EFECEB;
        position: absolute;
        left: -1000000px; } }
    .filter-options .filter-options-content .item {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0;
      margin-bottom: 16px;
      font-size: 15px;
      text-transform: uppercase;
      white-space: nowrap; }
  .filter-options .count {
    color: #747777; }
    .filter-options .count:before {
      content: "("; }
    .filter-options .count:after {
      content: ")"; }

@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.page-products .columns {
  clear: both;
  position: relative;
  z-index: 1; }

.toolbar {
  font-weight: 700; }

.toolbar-amount {
  display: inline-block;
  line-height: 26px;
  font-size: 15px;
  margin: 0;
  padding: 8px; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }
  @media only screen and (min-width: 480px) {
    .toolbar-amount {
      padding: 8px 8px 0;
      float: left; } }

.toolbar-products {
  margin-bottom: 16px;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .toolbar-products {
      padding: 20px 0;
      margin: auto;
      max-width: 1150px; } }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block;
      float: right; }
  .products.wrapper ~ .toolbar .toolbar-products {
    border-top: 2px solid #2B2C2C; }

.toolbar-sorter {
  font-size: 15px;
  padding: 4px 0 0; }
  @media only screen and (min-width: 480px) {
    .toolbar-sorter {
      float: right; } }
  .toolbar-sorter .sort-desc:before {
    content: ""; }
  .products.wrapper ~ .toolbar .toolbar-sorter {
    display: none; }

.sorter-options,
.limiter-options {
  font-size: 15px;
  margin: 0 0 0 7px;
  width: auto;
  min-width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 32px;
  border: 1px solid #C9E6E6;
  padding: 5px 30px 4px 6px; }

.sorter-action {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #2B2C2C;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #F6B7BE; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 700; }

.limiter {
  font-size: 15px;
  float: left; }
  .limiter .label {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .limiter .label {
        display: inline-block; } }
  .limiter .control {
    display: inline-block; }
  .page-products .toolbar .limiter {
    display: none; }
  .products.wrapper ~ .toolbar .limiter {
    display: block; }

.toolbar-grid-col-switch {
  display: none;
  line-height: 26px;
  font-size: 15px;
  margin: 0;
  padding: 8px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .toolbar-grid-col-switch {
      display: inline-block;
      float: left; } }
  .products.wrapper ~ .toolbar .toolbar-grid-col-switch {
    display: none; }

.product-grid-col-switch {
  display: inline-block; }
  .product-grid-col-switch .product-grid-col-switch__button {
    display: inline-block;
    text-decoration: none; }
    .product-grid-col-switch .product-grid-col-switch__button > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .product-grid-col-switch .product-grid-col-switch__button:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      line-height: 18px;
      color: #FCE6EA;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .product-grid-col-switch .product-grid-col-switch__button:hover:before {
      color: #FCE6EA; }
    .product-grid-col-switch .product-grid-col-switch__button:active:before {
      color: inherit; }
    .product-grid-col-switch .product-grid-col-switch__button.product-grid-col-switch__button--4 {
      display: inline-block;
      text-decoration: none; }
      .product-grid-col-switch .product-grid-col-switch__button.product-grid-col-switch__button--4 > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .product-grid-col-switch .product-grid-col-switch__button.product-grid-col-switch__button--4:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        line-height: 18px;
        color: #FCE6EA;
        content: "";
        font-family: "noodoll-icons";
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .product-grid-col-switch .product-grid-col-switch__button.product-grid-col-switch__button--4:hover:before {
        color: #FCE6EA; }
      .product-grid-col-switch .product-grid-col-switch__button.product-grid-col-switch__button--4:active:before {
        color: inherit; }
    .product-grid-col-switch .product-grid-col-switch__button.active:before {
      color: #C9E6E6; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar-products {
    border-top: 2px solid #2B2C2C; }
  .products.wrapper ~ .toolbar .pages {
    float: right; }
  .limiter {
    float: left; }
    .products.wrapper ~ .toolbar .limiter {
      display: block; } }

.catalog-category-view .page-title-wrapper {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .catalog-category-view .page-title-wrapper {
      float: left;
      width: 50%;
      text-align: center;
      padding-bottom: 30px; }
      .catalog-category-view .page-title-wrapper:before, .catalog-category-view .page-title-wrapper:after {
        content: '';
        display: table; }
      .catalog-category-view .page-title-wrapper:after {
        clear: both; } }
  .catalog-category-view .page-title-wrapper .page-title {
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .catalog-category-view .page-title-wrapper .page-title {
        font-size: 32px; } }

@media only screen and (min-width: 1200px) {
  .catalog-category-view.character-page .page-title-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.category-description {
  text-align: center;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .category-description {
      text-align: left; } }

@media only screen and (min-width: 1200px) {
  .category-view {
    width: 50%;
    float: right; } }

.products-grid {
  max-width: 1600px;
  margin: auto; }
  .products-grid .product-item-info {
    position: relative;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (min-width: 1024px) {
      .products-grid .product-item-info {
        padding-left: 16px;
        padding-right: 16px; } }
  .products-grid .product-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .products-grid .product-item {
        margin-bottom: 25px; } }
  .products-grid .product-item-link {
    color: #2B2C2C; }
    .products-grid .product-item-link:active, .products-grid .product-item-link:visited {
      color: #2B2C2C; }
    .products-grid .product-item-link:hover {
      color: #F6B7BE; }
  .products-grid .product-item-details {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px; }
  .products-grid .product-item-name {
    font-size: 13px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 1200px) {
      .products-grid .product-item-name {
        font-size: 18px; } }
  .products-grid .product-item-inner {
    width: 100%;
    position: relative;
    margin-top: -63px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .products-grid .price-box.price-final_price {
    background-color: #EFECEB;
    border-radius: 100%;
    height: 58px;
    width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 13px; }
    @media only screen and (min-width: 1200px) {
      .products-grid .price-box.price-final_price {
        height: 63px;
        width: 63px;
        font-size: 15px; } }
  .products-grid .product-item-sale .price-label {
    display: none; }
  .products-grid .product-item-sale .old-price {
    font-size: smaller;
    text-decoration: line-through; }
  .products-grid .product-item-sale .price-box.price-final_price {
    -ms-flex-line-pack: center;
        align-content: center;
    color: #fff;
    background-color: #2B2C2C; }
  .products-grid .product-item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .products-grid .product-item-actions .actions-primary {
      margin-left: 29px; }
    .products-grid .product-item-actions .actions-secondary {
      margin-right: 48.33333px; }

.products-grid:not(.wishlist) .product-item button.action.tocart.primary,
.products-grid:not(.wishlist) .product-item .stock.unavailable,
.products-grid:not(.wishlist) .product-item .action.towishlist {
  background-image: none;
  background: none;
  border: none;
  color: #2B2C2C;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 5px 10px;
  font-size: 1.4rem;
  background-image: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary:focus, .products-grid:not(.wishlist) .product-item button.action.tocart.primary:active,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:focus,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:active,
  .products-grid:not(.wishlist) .product-item .action.towishlist:focus,
  .products-grid:not(.wishlist) .product-item .action.towishlist:active {
    background: #F6B7BE;
    border: 0;
    color: #2B2C2C; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary:hover,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:hover,
  .products-grid:not(.wishlist) .product-item .action.towishlist:hover {
    background: #F6B7BE;
    border: 0;
    color: #393939; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary.disabled, .products-grid:not(.wishlist) .product-item button.action.tocart.primary[disabled],
  fieldset[disabled] .products-grid:not(.wishlist) .product-item button.action.tocart.primary,
  .products-grid:not(.wishlist) .product-item .stock.unavailable.disabled,
  .products-grid:not(.wishlist) .product-item .stock.unavailable[disabled],
  fieldset[disabled]
  .products-grid:not(.wishlist) .product-item .stock.unavailable,
  .products-grid:not(.wishlist) .product-item .action.towishlist.disabled,
  .products-grid:not(.wishlist) .product-item .action.towishlist[disabled],
  fieldset[disabled]
  .products-grid:not(.wishlist) .product-item .action.towishlist {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.tocart.primary,
  .products-grid:not(.wishlist) .product-item .stock.unavailable.action.tocart.primary,
  .products-grid:not(.wishlist) .product-item .action.towishlist.action.tocart.primary {
    display: inline-block;
    text-decoration: none; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.tocart.primary > span,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.tocart.primary > span,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.tocart.primary > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.tocart.primary:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.tocart.primary:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.tocart.primary:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.tocart.primary:hover:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.tocart.primary:hover:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.tocart.primary:hover:before {
      color: #F6B7BE; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.tocart.primary:active:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.tocart.primary:active:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.tocart.primary:active:before {
      color: inherit; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary.stock.unavailable,
  .products-grid:not(.wishlist) .product-item .stock.unavailable.stock.unavailable,
  .products-grid:not(.wishlist) .product-item .action.towishlist.stock.unavailable {
    display: inline-block;
    text-decoration: none; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.stock.unavailable > span,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.stock.unavailable > span,
    .products-grid:not(.wishlist) .product-item .action.towishlist.stock.unavailable > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.stock.unavailable:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.stock.unavailable:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.stock.unavailable:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.stock.unavailable:hover:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.stock.unavailable:hover:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.stock.unavailable:hover:before {
      color: #F6B7BE; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.stock.unavailable:active:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.stock.unavailable:active:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.stock.unavailable:active:before {
      color: inherit; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist,
  .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist,
  .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist {
    display: inline-block;
    text-decoration: none; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist > span,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist > span,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 20px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: bottom;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist:hover:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist:hover:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist:hover:before {
      color: #FCE6EA; }
    .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist:active:before,
    .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist:active:before,
    .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist:active:before {
      color: inherit; }
    @media only screen and (max-width: 639px) {
      .products-grid:not(.wishlist) .product-item button.action.tocart.primary.action.towishlist:before,
      .products-grid:not(.wishlist) .product-item .stock.unavailable.action.towishlist:before,
      .products-grid:not(.wishlist) .product-item .action.towishlist.action.towishlist:before {
        overflow: visible; } }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary:focus, .products-grid:not(.wishlist) .product-item button.action.tocart.primary:active,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:focus,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:active,
  .products-grid:not(.wishlist) .product-item .action.towishlist:focus,
  .products-grid:not(.wishlist) .product-item .action.towishlist:active {
    background: none;
    border: none; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary:hover,
  .products-grid:not(.wishlist) .product-item .stock.unavailable:hover,
  .products-grid:not(.wishlist) .product-item .action.towishlist:hover {
    background: none;
    border: none; }
  .products-grid:not(.wishlist) .product-item button.action.tocart.primary.disabled, .products-grid:not(.wishlist) .product-item button.action.tocart.primary[disabled],
  fieldset[disabled] .products-grid:not(.wishlist) .product-item button.action.tocart.primary,
  .products-grid:not(.wishlist) .product-item .stock.unavailable.disabled,
  .products-grid:not(.wishlist) .product-item .stock.unavailable[disabled],
  fieldset[disabled]
  .products-grid:not(.wishlist) .product-item .stock.unavailable,
  .products-grid:not(.wishlist) .product-item .action.towishlist.disabled,
  .products-grid:not(.wishlist) .product-item .action.towishlist[disabled],
  fieldset[disabled]
  .products-grid:not(.wishlist) .product-item .action.towishlist {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.product-tag-wrapper {
  position: relative;
  width: 100%; }

.product-top .product-tag-wrapper {
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .product-top .product-tag-wrapper {
      width: 50%; } }

.product-tag {
  position: absolute;
  top: 0px;
  right: 5px;
  margin: 5px;
  z-index: 1;
  color: #2B2C2C;
  background-color: #FCE6EA;
  border: none;
  border-radius: 10%;
  height: 25px;
  width: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1200px) {
    .product-tag {
      right: 16px;
      margin: 20px; } }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #747777;
  font-size: 1.5rem;
  margin: 16px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

@media only screen and (min-width: 1024px) {
  .product-title-sku-price-wrapper,
  .product-info-wrapper,
  .product-info-main {
    float: right;
    width: 45%;
    clear: right;
    margin-right: 5%; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .product-title-sku-price-wrapper,
    .product-info-wrapper,
    .product-info-main {
      width: 40%;
      margin-right: 5%;
      margin-left: 5%; } }
  @media only screen and (min-width: 1024px) and (min-width: 1200px) {
    .product-title-sku-price-wrapper,
    .product-info-wrapper,
    .product-info-main {
      margin-right: 0;
      margin-left: 5%; } }

.product.media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px; }
  @media only screen and (min-width: 1024px) {
    .product.media {
      width: 50%;
      float: left;
      max-width: unset; } }

@media only screen and (max-width: 1023px) {
  .product-info-main {
    padding-left: 16px;
    padding-right: 16px; } }

.product-title-sku-price-wrapper {
  margin-top: 16px;
  margin-bottom: 16px; }

.catalog-product-view .column.main {
  padding-top: 0; }
  @media only screen and (max-width: 1023px) {
    .catalog-product-view .column.main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .catalog-product-view .column.main .payment-request-button {
    width: 100% important; }

.product-top {
  position: relative; }

.product-info-stock-sku {
  text-align: center;
  font-size: 13px; }
  @media only screen and (min-width: 1024px) {
    .product-info-stock-sku {
      margin-top: none;
      text-align: left;
      margin-bottom: 16px; } }
  .product-info-stock-sku .stock.available {
    display: none; }
  .product-info-stock-sku .product.attribute.sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 1024px) {
      .product-info-stock-sku .product.attribute.sku {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .product-info-stock-sku .product.attribute.sku strong.type:after {
      content: ":"; }

.page-title-wrapper.product {
  margin-bottom: 16px;
  margin-top: 5px; }
  @media only screen and (min-width: 640px) {
    .page-title-wrapper.product {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 1024px) {
    .page-title-wrapper.product {
      text-align: left;
      margin-bottom: 5px;
      padding-bottom: 5px; } }
  .page-title-wrapper.product .page-title {
    font-size: 26px; }
    @media only screen and (min-width: 1024px) {
      .page-title-wrapper.product .page-title {
        font-size: 32px; } }

.product-info-price {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px; }
  @media only screen and (min-width: 1024px) {
    .product-info-price {
      font-size: 26px;
      text-align: left; } }
  .product-info-price .product-reviews-summary {
    display: none; }

.special-price.old-price,
.old-price.old-price {
  text-decoration: line-through;
  font-size: 18px; }

.special-price .price-label,
.old-price .price-label {
  display: none; }

.product.attribute.overview {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 1024px) {
    .product.attribute.overview {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 20px;
      text-align: left; } }

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

.box-tocart .actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .box-tocart .actions .action.primary.tocart {
    width: 100%;
    background-image: none;
    background: #FCE6EA;
    border: 0;
    color: #2B2C2C;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
    .box-tocart .actions .action.primary.tocart:focus, .box-tocart .actions .action.primary.tocart:active {
      background: #FCE6EA;
      border: 0;
      color: #2B2C2C; }
    .box-tocart .actions .action.primary.tocart:hover {
      background: #F6B7BE;
      border: 0;
      color: #2B2C2C; }
    .box-tocart .actions .action.primary.tocart.disabled, .box-tocart .actions .action.primary.tocart[disabled],
    fieldset[disabled] .box-tocart .actions .action.primary.tocart {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
  .box-tocart .actions .availability {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    color: #ff5501; }

.box-tocart .field.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px; }
  .box-tocart .field.qty .label {
    text-transform: uppercase;
    padding: 0 16px 0 0;
    font-size: 13px;
    width: auto; }
    @media only screen and (max-width: 1023px) {
      .box-tocart .field.qty .label:after {
        display: block;
        content: "Qty"; } }
    .box-tocart .field.qty .label span {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .box-tocart .field.qty .label span {
          display: inline-block; } }
  .box-tocart .field.qty .control {
    margin-right: 16px; }
  .box-tocart .field.qty input {
    border: 2px solid #2B2C2C;
    width: 50px;
    text-align: center; }

.product-add-form {
  margin-bottom: 16px; }

.product-addto-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid #2B2C2C 4px; }
  .product-addto-links .action.tocompare {
    display: none; }
  .product-addto-links .action.towishlist {
    background-image: none;
    background: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    display: inline-block;
    text-decoration: none; }
    .product-addto-links .action.towishlist span {
      font-size: 13px;
      text-transform: uppercase;
      padding-left: 5px;
      color: #2B2C2C; }
    .product-addto-links .action.towishlist:hover span {
      color: #FCE6EA; }
    .product-addto-links .action.towishlist:focus, .product-addto-links .action.towishlist:active {
      background: none;
      border: none; }
    .product-addto-links .action.towishlist:hover {
      background: none;
      border: none; }
    .product-addto-links .action.towishlist.disabled, .product-addto-links .action.towishlist[disabled],
    fieldset[disabled] .product-addto-links .action.towishlist {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .product-addto-links .action.towishlist:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: 28px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .product-addto-links .action.towishlist:hover:before {
      color: #FCE6EA; }
    .product-addto-links .action.towishlist:active:before {
      color: inherit; }
  .product-addto-links .action.mailto.friend {
    color: #2B2C2C;
    display: inline-block;
    text-decoration: none; }
    .product-addto-links .action.mailto.friend span {
      font-size: 13px;
      text-transform: uppercase;
      padding-left: 5px; }
    .product-addto-links .action.mailto.friend:hover {
      color: #FCE6EA; }
    .product-addto-links .action.mailto.friend:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: 26px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .product-addto-links .action.mailto.friend:hover:before {
      color: #FCE6EA; }

@media only screen and (max-width: 767px) {
  .product.info.detailed {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px; }
  .product.data.items .item.title a {
    margin: 0 20px;
    border-bottom: solid 2px #2B2C2C !important;
    display: inline-block;
    text-decoration: none; }
    .product.data.items .item.title a:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 2;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .product.data.items .item.title a:hover:after {
      color: #2B2C2C; }
    .product.data.items .item.title a:after {
      font-weight: bold;
      float: right; }
  .product.data.items .item.title.active a {
    border-bottom: none; }
    .product.data.items .item.title.active a:after {
      content: ""; }
  .product.data.items > .item.content {
    margin: 20px 20px 0 20px;
    border-bottom: solid 4px #2B2C2C;
    border-bottom: solid 4px #2B2C2C; }
    .product.data.items > .item.content p {
      margin-top: 16px;
      font-size: 15px; }
    .product.data.items > .item.content h1,
    .product.data.items > .item.content h2,
    .product.data.items > .item.content h3,
    .product.data.items > .item.content h4,
    .product.data.items > .item.content h5,
    .product.data.items > .item.content h6 {
      font-size: 18px; }
    .product.data.items > .item.content h3 {
      margin-bottom: 30px; }
    .product.data.items > .item.content ul {
      font-weight: inherit;
      margin-bottom: 30px;
      margin-left: 20px; }
    .product.data.items > .item.content a {
      color: #2B2C2C; }
      .product.data.items > .item.content a:hover {
        text-decoration: underline; }
    .product.data.items > .item.content ul li {
      margin-bottom: 16px;
      font-size: 15px; } }

.additional-attributes {
  margin-left: -16px;
  margin-right: -16px; }
  .additional-attributes .table-caption {
    display: none; }
  .additional-attributes .col.label {
    text-transform: capitalize; }

.product.data.items > .item.content a {
  text-decoration: underline !important; }
  .product.data.items > .item.content a:hover {
    color: #F6B7BE !important; }

@media only screen and (min-width: 768px) {
  .product.data.items > .item.content {
    padding: 40px 0;
    border-top: solid 4px #2B2C2C;
    font-weight: 500; }
    .product.data.items > .item.content h1,
    .product.data.items > .item.content h2,
    .product.data.items > .item.content h3,
    .product.data.items > .item.content h4,
    .product.data.items > .item.content h5,
    .product.data.items > .item.content h6,
    .product.data.items > .item.content p,
    .product.data.items > .item.content dl,
    .product.data.items > .item.content dt,
    .product.data.items > .item.content dd {
      -webkit-column-break-inside: avoid;
              break-inside: avoid-column; }
    .product.data.items > .item.content h3 {
      margin-bottom: 30px; }
    .product.data.items > .item.content ul {
      font-weight: inherit;
      margin-bottom: 30px;
      margin-left: 20px; }
    .product.data.items > .item.content a {
      color: #2B2C2C; }
      .product.data.items > .item.content a:hover {
        text-decoration: underline; }
    .product.data.items > .item.content ul li {
      margin-bottom: 16px; }
    .product.data.items > .item.content dt {
      font-size: 26px; }
    .product.data.items > .item.content table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
    @media only screen and (min-width: 768px) and (min-width: 1024px) {
      .product.data.items > .item.content table tr {
        display: table-row; } }

.product-details-surgery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .product-details-surgery-wrapper {
      padding: 67px 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .product-details-surgery-wrapper .product.info.detailed {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (min-width: 768px) {
      .product-details-surgery-wrapper .product.info.detailed {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 65%;
                flex: 0 1 65%; } }
    @media only screen and (min-width: 1024px) {
      .product-details-surgery-wrapper .product.info.detailed {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%; } }
    @media only screen and (min-width: 1200px) {
      .product-details-surgery-wrapper .product.info.detailed {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; } }
  .product-details-surgery-wrapper .product-surgery-wrapper {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%; }
    .product-details-surgery-wrapper .product-surgery-wrapper img {
      max-width: 280px; }
      @media only screen and (min-width: 768px) {
        .product-details-surgery-wrapper .product-surgery-wrapper img {
          max-width: 280px; } }
      @media only screen and (min-width: 1024px) {
        .product-details-surgery-wrapper .product-surgery-wrapper img {
          max-width: unset; } }
    @media only screen and (min-width: 768px) {
      .product-details-surgery-wrapper .product-surgery-wrapper {
        padding-left: 67px;
        margin-left: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        padding-right: 0; } }
    @media only screen and (min-width: 1024px) {
      .product-details-surgery-wrapper .product-surgery-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%; } }
    .product-details-surgery-wrapper .product-surgery-wrapper .widget.block.block-cms-link a {
      color: #2B2C2C; }
      .product-details-surgery-wrapper .product-surgery-wrapper .widget.block.block-cms-link a:hover {
        color: #2B2C2C;
        text-decoration: underline; }
    .product-details-surgery-wrapper .product-surgery-wrapper > div > a {
      display: inline-block; }
      .product-details-surgery-wrapper .product-surgery-wrapper > div > a img {
        display: block; }

.product-details-surgery-container {
  background-color: #F0F0F2; }

.product-related-wrapper,
.product-details-surgery-wrapper {
  margin-bottom: 40px; }

.catalog-product-view .products-grid .field.choice.related {
  display: none; }

.block.related .block-title.title {
  margin: 25px;
  text-align: center; }
  .block.related .block-title.title strong {
    font-size: 26px; }
  @media only screen and (min-width: 1024px) {
    .block.related .block-title.title {
      margin: 67px 25px 40px; }
      .block.related .block-title.title strong {
        font-size: 32px !important;
        font-weight: 500; } }

.related-products-slider-items .item.product.product-item {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px; }
  .related-products-slider-items .item.product.product-item .product-item-info {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 640px) {
    .related-products-slider-items .item.product.product-item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .related-products-slider-items .item.product.product-item {
      width: 33%; } }
  @media only screen and (min-width: 768px) {
    .related-products-slider-items .item.product.product-item {
      padding-left: 0;
      padding-right: 0; } }
  .related-products-slider-items .item.product.product-item .product-item-name {
    font-size: 14px; }
    @media only screen and (min-width: 1200px) {
      .related-products-slider-items .item.product.product-item .product-item-name {
        font-size: 18px; } }
  .related-products-slider-items .item.product.product-item .product.details {
    text-align: center; }
  .related-products-slider-items .item.product.product-item img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%; }

.product-giftwrap-note-wrapper {
  margin-bottom: 16px; }
  .product-giftwrap-note-wrapper p {
    text-align: center;
    margin: 0;
    font-size: 15px; }
    @media only screen and (min-width: 1024px) {
      .product-giftwrap-note-wrapper p {
        text-align: right; } }

.fotorama-stretch, .fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after, .fotorama__html, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fotorama-grab-cursor, .fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fotorama-grabbing-cursor, .fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fotorama-gpu, .fotorama__caption, .fotorama--fullscreen, .fotorama__wrap--css3 .fotorama__html, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full, .fotorama__wrap--css3 .fotorama__nav, .fotorama__nav:before, .fotorama__nav:after, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__stage:before, .fotorama__stage:after, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fotorama-focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame, .fotorama__zoom-in:focus,
.fotorama__zoom-out:focus {
  outline: 0; }

.fotorama-focus-overlay:after, .fotorama__nav__frame:focus:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: ''; }

.fotorama-transform-disabled, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
          transform: none !important; }

.fotorama-transition-for-slide, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-duration: unset;
          transition-duration: unset;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.fotorama-select, .fotorama__select {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }

.fotorama-hidden, .fotorama--hidden, .fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: auto; }

.fotorama-no-tap, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.transitionDuration {
  -webkit-transition-duration: 333ms;
          transition-duration: 333ms; }

.transitionDurationZero {
  -webkit-transition-duration: unset;
          transition-duration: unset; }

.fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out {
  background-image: url("../../frontend/Noodoll/default/en_GB/images/gallery.png");
  background-repeat: no-repeat; }

@media print {
  .fotorama-print-background, .fotorama-sprite, .fotorama__arr .fotorama__arr__arr, .fotorama__fullscreen-icon, .fotorama__thumb--icon, .fotorama__video-close, .fotorama__video-play, .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama__zoom-out, .fotorama__thumb-border {
    background: none !important; } }

.fotorama__active {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__arr {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 900;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .fotorama__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__arr:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__arr:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__arr--prev {
    left: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
      -webkit-transform: translate3d(-120px, 0, 0);
              transform: translate3d(-120px, 0, 0); }
  .fotorama__arr--next {
    right: 0; }
    .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
    .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
      -webkit-transform: translate3d(120px, 0, 0);
              transform: translate3d(120px, 0, 0); }
  .fotorama__arr--disabled {
    display: none;
    opacity: 0.1;
    pointer-events: none;
    cursor: default; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__arr {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr {
    display: none !important; }
  .fotorama__wrap--css3 .fotorama__arr:not(:focus) {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__stage .fotorama__arr--shown {
    display: block !important; }
  .fotorama__stage .fotorama__arr--hidden {
    display: none !important; }

.fotorama__arr .fotorama__arr__arr {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .ie9 .fotorama__arr .fotorama__arr__arr {
    margin: -40px 0 0 -40px; }

.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px; }

.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px; }

.fotorama__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #2B2C2C;
  font-size: 14px;
  line-height: 1.5;
  z-index: 12; }
  .fotorama__caption a {
    color: #2B2C2C;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: fade(#2B2C2C, 0.5); }
    .fotorama__caption a:hover {
      color: #2B2C2C;
      border-color: fade(#2B2C2C, 0.5); }
  .fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0; }
  .fotorama__wrap--video .fotorama__caption,
  .fotorama__wrap--no-captions .fotorama__caption {
    display: none; }

.fotorama__caption__wrap {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 12px;
  left: 6px;
  width: 25px;
  height: 25px;
  border: 3px solid #FCE6EA;
  border-radius: 50%; }
  .fotorama__nav__frame--dot:focus .fotorama__dot {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__nav__frame--dot:focus .fotorama__dot:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__dot:after,
  .fotorama__nav__frame--dot:focus .fotorama__dot:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .fotorama__active .fotorama__dot {
    background-color: #FCE6EA;
    border-color: #FCE6EA; }

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama {
  min-width: 1px;
  overflow: hidden; }
  .fotorama--fullscreen {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    z-index: 1000 !important; }

.fotorama__fullscreen {
  overflow: hidden;
  position: relative; }

.fotorama__fullscreen-icon {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1000; }
  .fotorama__fullscreen-icon:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__fullscreen-icon:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama--fullscreen-icons .fotorama__fullscreen-icon {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: inline-block;
    background-position: -80px 0; }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0; }
    .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      opacity: 1; }
  .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important; }
  .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none; }
    .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
      display: block; }
  .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important; }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(80px, -80px, 0);
            transform: translate3d(80px, -80px, 0); }
  .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(80px, -80px, 0) !important;
            transform: translate3d(80px, -80px, 0) !important; }
  .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active {
      background-color: rgba(213, 213, 213, 0.5); }

.gallery-placeholder .loading-mask {
  position: static;
  padding: 0 0 50%; }

.gallery-placeholder .loader img {
  position: absolute; }

.fotorama__wrap--css3 .fotorama__html {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0; }

.fotorama__img {
  max-width: inherit;
  opacity: 0;
  border: none !important; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }
  .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0; }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    position: absolute;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width, height, top, left;
    transition-property: width, height, top, left; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    max-height: inherit; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
      display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
      max-width: none;
      max-height: none;
      cursor: pointer;
      -webkit-transition-property: width, height, bottom, right, top, left;
      transition-property: width, height, bottom, right, top, left; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
      cursor: move;
      -webkit-transition-property: none;
      transition-property: none; }
  .fotorama__product-video--loaded .fotorama__img,
  .fotorama__product-video--loaded .fotorama__img--full {
    display: none !important; }

.magnifier-thumb-wrapper {
  position: relative;
  display: block;
  top: 0;
  left: 0; }

.magnifier-lens {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border: solid 1px #bbb;
  z-index: 800; }

.magnifier-loader-text {
  margin-top: 10px; }

.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100; }

.magnifier-preview {
  position: absolute;
  top: 215px;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0; }
  .magnifier-preview:not(.hidden) {
    background-color: #fff; }
  .magnifier-preview img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit; }

.magnify-lens {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  z-index: 1000; }

.magnify-opaque {
  opacity: 0.5; }

.magnify-hidden {
  display: none; }

.magnify-fullimage {
  display: none; }
  .fotorama__fullscreen .magnify-fullimage {
    display: inline-block; }

.fotorama__nav {
  position: relative;
  display: none;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center; }
  .fotorama__nav--thumbs {
    display: block; }
  .fotorama__nav:before, .fotorama__nav:after {
    position: absolute;
    display: block;
    content: '';
    text-decoration: none;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none; }
  .fotorama__nav:before {
    left: -10px;
    top: -10px; }
  .fotorama__nav:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after,
  .fotorama__wrap--no-shadows .fotorama__nav:before,
  .fotorama__wrap--no-shadows .fotorama__nav:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__nav {
    max-width: 99999px !important; }

.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0; }

.fotorama__nav__frame {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .fotorama__nav--dots .fotorama__nav__frame {
    width: 30px;
    height: 60px; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb {
      display: none; }
  .fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
      padding-right: 0 !important; }
    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
      display: none; }
  .fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
    width: 0;
    height: 0;
    border-width: 3px; }
    .fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
      top: -3px;
      left: -3px;
      padding: 3px; }
  .fotorama__nav__frame:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__nav__frame:focus :after {
      top: -1px;
      left: -1px;
      padding: 1px; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    display: block;
    padding-bottom: inherit !important; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }
  .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__select {
  cursor: auto; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav.fotorama__shadows--top:before, .fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after {
  left: 0;
  right: 0;
  width: auto;
  height: 10px;
  background-size: 100% 1px, 100% 5px; }

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
  background-position: 0 0, 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
  background-position: 100% 0, 100% 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--top:before {
  top: 0;
  background-position: 0 0, 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__nav.fotorama__shadows--bottom:after,
.fotorama__stage.fotorama__shadows--bottom:after {
  bottom: 0;
  background-position: 0 100%, 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent); }

.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0); }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
  display: none;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  margin: auto;
  background-image: url("../../frontend/Noodoll/default/en_GB/images/loader-1.gif");
  z-index: 100; }
  .fotorama__spinner--show {
    display: block; }
  .fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
            animation: spinner 24s infinite linear; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fotorama__stage {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__stage:before, .fotorama__stage:after {
    position: absolute;
    display: block;
    content: '';
    background-repeat: no-repeat;
    pointer-events: none;
    text-decoration: none;
    z-index: 10; }
  .fotorama__stage:before {
    left: -10px;
    top: -10px; }
  .fotorama__stage:after {
    right: -10px;
    bottom: -10px; }
  .fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after,
  .fotorama__wrap--no-shadows .fotorama__stage:before,
  .fotorama__wrap--no-shadows .fotorama__stage:after,
  .fotorama__wrap--fade .fotorama__stage:before,
  .fotorama__wrap--fade .fotorama__stage:after {
    display: none; }
  .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center; }
  .fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl; }
  .fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }

.fotorama__stage__shaft {
  position: relative; }
  .fotorama__stage__shaft:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__stage__shaft:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }

.fotorama__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ebebeb; }
  .fotorama__nav__frame:focus .fotorama__thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 2; }
    .fotorama__nav__frame:focus .fotorama__thumb:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      border-radius: inherit;
      content: '';
      z-index: 1000; }
  .fotorama__nav__frame--thumb:focus .fotorama__thumb,
  .fotorama__nav__frame--dot:focus .fotorama__thumb {
    overflow: inherit; }
  .fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
    left: 1px; }
  .fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
    right: 1px; }
  .fotorama__thumb--icon {
    padding-bottom: 30px;
    font-size: 0.001px; }
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
      .ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, .ie9
      .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
        margin: -15px 0 0 -15px; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      margin: auto;
      width: 30px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .fotorama__thumb__arr--left .fotorama__thumb--icon {
      background-position: -25px -265px; }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
      background-position: -25px -350px; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff5501;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 9; }
  .fotorama__nav--dots .fotorama__thumb-border {
    display: none; }

.fotorama__thumb__arr {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .fotorama__thumb__arr:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  .fotorama__thumb__arr:active {
    background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 1000;
    cursor: pointer; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: 0; }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    cursor: pointer;
    z-index: 1000; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px; }

.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px; }

.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px; }

.fotorama__video {
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.fotorama__video-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
  background-position: -80px 0;
  -webkit-transform: translate3d(80px, -80px, 0);
          transform: translate3d(80px, -80px, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .fotorama__fullscreen .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
    display: none; }
  .fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
    top: 97px;
    right: 93px;
    opacity: 1; }
  .fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }
  @media all and (max-width: 768px) {
    .fotorama__video-close {
      top: 10px;
      width: 40px;
      height: 40px;
      background-position: -100px -20px; } }

.fotorama__video-play {
  width: 160px;
  height: 160px;
  background-position: -80px -160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .fotorama__wrap--css2 .fotorama__video-play,
  .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none; }
  .fotorama__loaded .fotorama__video-play,
  .fotorama__error .fotorama__video-play,
  .fotorama__nav__frame .fotorama__video-play {
    display: block;
    opacity: 1; }
  .fotorama__nav__frame .fotorama__video-play {
    width: 80px;
    height: 80px;
    background-position: 0 -240px; }
  .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform; }

.fotorama__wrap {
  position: relative;
  direction: ltr;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  z-index: 0; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }

.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
  z-index: 1000; }
  .fotorama__zoom-in:focus,
  .fotorama__zoom-out:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .fotorama__zoom-in:focus:after,
    .fotorama__zoom-out:focus:after {
      border-radius: inherit;
      bottom: 3px;
      -webkit-box-shadow: 0 0 3px 1px #C9E6E6;
              box-shadow: 0 0 3px 1px #C9E6E6;
      content: '';
      left: 3px;
      position: absolute;
      right: 3px;
      top: 3px;
      z-index: 1000; }
  .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__zoom-out {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active, .fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
    .fotorama__zoom-out:active {
      background-color: rgba(213, 213, 213, 0.5); }
  .fotorama__fullscreen .fotorama__zoom-in, .fotorama__fullscreen
  .fotorama__zoom-out {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer; }
    .fotorama__fullscreen .fotorama__zoom-in--disabled, .fotorama__fullscreen
    .fotorama__zoom-out--disabled {
      display: none; }

.fotorama__fullscreen .fotorama__zoom-out {
  top: 80px;
  background-position: 0 -80px !important; }

.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0; }

.action-skip-wrapper {
  display: none; }

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.block-bundle-summary .title {
  display: none; }

.block-bundle-summary .product-image-container {
  display: none; }

.block-bundle-summary .price-configured_price {
  display: none; }

.page-product-bundle p.price-from {
  margin-bottom: 0;
  margin-top: 10px; }

.page-product-bundle p.price-to {
  margin-bottom: 16px; }

.page-product-bundle .action.back.customization {
  cursor: pointer;
  font-size: 14px;
  display: none;
  margin-bottom: 25px; }

.page-product-bundle .bundle-options-wrapper .bundle-summary .subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  display: block; }

.page-product-bundle .bundle-options-wrapper .fieldset legend.title {
  font-size: 26px; }

.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options {
  margin-bottom: 0; }
  .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options > .field:not(.choice) > .label {
    width: 100%;
    padding: 0;
    margin-bottom: 16px; }
  .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .choice input, .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .choice label {
    vertical-align: middle;
    font-size: 15px; }
  .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .field {
    margin: 0 0 16px; }
    .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .field .bundle-option-select {
      font-size: 15px; }
  .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .qty {
    display: none;
    margin-top: 16px;
    margin-bottom: 0; }
    .page-product-bundle .bundle-options-wrapper .fieldset-bundle-options .qty .control input[type="number"] {
      width: 75px;
      text-align: center;
      margin-top: 5px; }

.page-product-bundle .bundle-options-wrapper p.required {
  font-size: 13px; }

.page-product-bundle .product-add-form {
  padding-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 1024px) {
    .page-product-bundle .product-add-form {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 20px; } }

.category-characters li[title="Characters"] {
  background-color: #F6B7BE; }

.page-main.page-main--character-list .page-title-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: initial;
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .page-main.page-main--character-list .page-title-wrapper {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  .page-main.page-main--character-list .page-title-wrapper .page-title {
    font-weight: 500;
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .page-main.page-main--character-list .page-title-wrapper .page-title {
        font-size: 32px; } }
  @media only screen and (min-width: 1200px) {
    .page-main.page-main--character-list .page-title-wrapper {
      padding-bottom: 20px; } }

.page-main.page-main--character-list .category-view {
  width: 100%;
  float: none; }
  .page-main.page-main--character-list .category-view .category-description {
    text-align: center;
    margin: 0 auto;
    max-width: 768px; }

.characters-list .character-items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .characters-list .character-items.character-items--best-friends {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.characters-list .character-item {
  width: 50%; }
  @media only screen and (min-width: 640px) {
    .characters-list .character-item {
      width: 33.3333%; } }
  @media only screen and (min-width: 768px) {
    .characters-list .character-item {
      width: 25%; } }

.characters-list .character-item__name {
  font-weight: 700; }

.characters-list .character-item__details {
  margin: 16px 0;
  text-align: center; }

.characters-list .character-item__photo-link,
.characters-list .character-item__name-link {
  color: #2B2C2C; }
  .characters-list .character-item__photo-link:active, .characters-list .character-item__photo-link:visited,
  .characters-list .character-item__name-link:active,
  .characters-list .character-item__name-link:visited {
    color: #2B2C2C; }
  .characters-list .character-item__photo-link:hover,
  .characters-list .character-item__name-link:hover {
    color: #F6B7BE; }

.characters-list .character-item__photo {
  width: 100%;
  display: block;
  max-width: 340px; }
  .characters-list .character-item__photo.character-item__photo--animated {
    display: none; }
    .characters-list .character-item__photo.character-item__photo--animated.visible {
      display: block; }

.character-page li[title="Characters"] {
  background-color: #C9E6E6; }

.character-page .page-wrapper {
  overflow-x: hidden; }

@media only screen and (max-width: 1023px) {
  .character-page .page-title-wrapper,
  .character-page .category-view {
    padding-left: 16px;
    padding-right: 16px; }
  .character-page .character-best-friends {
    margin-left: 16px;
    margin-right: 16px; } }

.character-page .character-subtitle {
  padding-top: 20px; }

.page-main.page-main--character .page-title-wrapper,
.page-main.page-main--character .category-view {
  text-align: center;
  width: 100%;
  float: none; }
  .page-main.page-main--character .page-title-wrapper .category-image,
  .page-main.page-main--character .category-view .category-image {
    margin-left: -16px;
    margin-right: -16px; }
    .page-main.page-main--character .page-title-wrapper .category-image .image,
    .page-main.page-main--character .category-view .category-image .image {
      width: 100%;
      max-width: unset;
      display: block; }
      .page-main.page-main--character .page-title-wrapper .category-image .image:not(:only-child),
      .page-main.page-main--character .category-view .category-image .image:not(:only-child) {
        display: none; }
        @media only screen and (min-width: 768px) {
          .page-main.page-main--character .page-title-wrapper .category-image .image:not(:only-child),
          .page-main.page-main--character .category-view .category-image .image:not(:only-child) {
            display: block; } }
      .page-main.page-main--character .page-title-wrapper .category-image .image.image--mobile,
      .page-main.page-main--character .category-view .category-image .image.image--mobile {
        display: block; }
        @media only screen and (min-width: 768px) {
          .page-main.page-main--character .page-title-wrapper .category-image .image.image--mobile,
          .page-main.page-main--character .category-view .category-image .image.image--mobile {
            display: none; } }
    @media only screen and (min-width: 768px) {
      .page-main.page-main--character .page-title-wrapper .category-image,
      .page-main.page-main--character .category-view .category-image {
        margin-left: initial;
        margin-right: initial; } }

.page-main.page-main--character .page-title-wrapper {
  padding-bottom: 0;
  margin-bottom: 20px; }

.page-main.page-main--character .category-description {
  max-width: 735px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .page-main.page-main--character .category-description {
      font-size: 26px; } }

.category-cms.category-cms--character {
  position: relative;
  margin-right: -20px;
  margin-left: -20px; }
  .category-cms.category-cms--character .character-story-block {
    padding: 100px 10000px;
    margin: 0 -10000px;
    background: #C9E6E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .category-cms.category-cms--character .character-story-block section {
      width: 300px;
      padding: 16px;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-weight: 500;
      font-size: 18px; }
      .category-cms.category-cms--character .character-story-block section p {
        margin-bottom: 30px; }
        @media only screen and (min-width: 768px) {
          .category-cms.category-cms--character .character-story-block section p {
            margin-bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .category-cms.category-cms--character .character-story-block section {
          padding: initial; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(1n + 1) {
            text-align: left; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(2n) {
            text-align: right; } }
      @media only screen and (min-width: 768px) {
        .category-cms.category-cms--character .character-story-block section {
          font-size: 20px;
          width: 330px; }
          .category-cms.category-cms--character .character-story-block section:not(:nth-child(2)) {
            margin-top: -140px; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(1n + 1) {
            margin-right: 8%;
            margin-left: auto; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(2n) {
            margin-left: 8%;
            margin-right: auto; } }
      @media only screen and (min-width: 1024px) {
        .category-cms.category-cms--character .character-story-block section {
          width: 390px; }
          .category-cms.category-cms--character .character-story-block section:not(:nth-child(2)) {
            margin-top: -140px; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(1n + 1) {
            margin-right: 13%;
            margin-left: auto; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(2n) {
            margin-left: 13%;
            margin-right: auto; } }
      @media only screen and (min-width: 1200px) {
        .category-cms.category-cms--character .character-story-block section {
          width: 440px;
          padding: initial;
          font-size: 26px; }
          .category-cms.category-cms--character .character-story-block section:not(:nth-child(2)) {
            margin-top: -240px; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(1n + 1) {
            margin-right: 13%;
            margin-left: auto; }
          .category-cms.category-cms--character .character-story-block section:nth-of-type(2n) {
            margin-left: 13%;
            margin-right: auto; } }
      .category-cms.category-cms--character .character-story-block section p {
        max-width: 440px; }
      .category-cms.category-cms--character .character-story-block section img {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 250px;
        width: 250px;
        border-radius: 50%;
        border: #fff solid 5px;
        overflow: visible;
        margin-bottom: 16px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media only screen and (min-width: 1024px) {
          .category-cms.category-cms--character .character-story-block section img {
            height: 350px;
            width: 350px;
            margin-bottom: 30px; } }
        @media only screen and (min-width: 1200px) {
          .category-cms.category-cms--character .character-story-block section img {
            height: 450px;
            width: 450px;
            margin-bottom: 40px; } }
  .category-cms.category-cms--character .character-path {
    background-image: url(../../frontend/Noodoll/default/en_GB/images/character-path-mobile.svg);
    background-position: center 200px;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media only screen and (min-width: 768px) {
      .category-cms.category-cms--character .character-path {
        background-image: url(../../frontend/Noodoll/default/en_GB/images/character-path.svg);
        background-position: center 270px;
        background-size: 62%; } }
    @media only screen and (min-width: 1024px) {
      .category-cms.category-cms--character .character-path {
        background-image: url(../../frontend/Noodoll/default/en_GB/images/character-path.svg);
        background-position: center 270px;
        background-size: 58%; } }
    @media only screen and (min-width: 1200px) {
      .category-cms.category-cms--character .character-path {
        background-image: url(../../frontend/Noodoll/default/en_GB/images/character-path.svg);
        background-position: center 200px;
        background-size: 50%; } }
  .category-cms.category-cms--character .character-background {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.character-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.character-filter-options {
  padding: 20px 0; }
  .character-filter-options .items .item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px; }
    .character-filter-options .items .item > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .character-filter-options .items .item:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: sub;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .character-filter-options .items .item:hover:before {
      color: #F6B7BE; }
    .character-filter-options .items .item:active:before {
      color: inherit; }
    .character-filter-options .items .item a:hover {
      color: #F6B7BE; }

.scout-badges {
  list-style: none;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 1024px) {
    .scout-badges {
      margin-bottom: 80px; } }
  .scout-badges .scout-badges__badge {
    margin: 5px; }

.character-product-list .items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.character-product-list__header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 500; }

.character-best-friends {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px #C9E6E6 solid; }

.character-best-friends__title {
  font-size: 26px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 500; }
  @media only screen and (min-width: 1024px) {
    .character-best-friends__title {
      font-weight: 700;
      line-height: 1.1;
      font-size: 3.4rem;
      margin-top: 2.5rem;
      margin-bottom: 2rem; } }

.cloud {
  position: relative;
  margin-bottom: 4rem;
  width: 175px; }
  .cloud img {
    width: 100%;
    height: auto; }
  .cloud:nth-of-type(1n + 1) {
    margin-left: 5%; }
  .cloud:nth-of-type(2n + 1) {
    margin-left: 10%;
    margin-right: auto; }
  .cloud:nth-of-type(3n + 1) {
    margin-right: 11%;
    margin-left: auto; }
  .cloud:nth-of-type(4n + 1) {
    margin-left: 30%; }
  .cloud:nth-of-type(5n + 1) {
    margin-right: 37%;
    margin-left: auto; }
  .cloud:nth-of-type(6n + 1) {
    margin-right: 15%;
    margin-left: auto; }
  .cloud:nth-of-type(7n + 1) {
    margin-right: 80%;
    margin-left: auto; }
  .cloud:nth-of-type(8n + 1) {
    margin-right: 45%;
    margin-left: auto; }
  .cloud:nth-of-type(9n + 1) {
    margin-right: 5%;
    margin-left: auto; }
  .cloud.cloud--s {
    width: 70px; }
  .cloud.cloud--m {
    width: 100px; }
  @media only screen and (min-width: 768px) {
    .cloud {
      width: 300px; }
      .cloud.cloud--s {
        width: 139px; }
      .cloud.cloud--m {
        width: 231px; } }

body.search-panel-active .header.content {
  -webkit-transform: none;
          transform: none; }

.block-search {
  margin-bottom: 0; }
  .block-search .block-title {
    display: none; }
  .block-search .search-panel {
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    position: relative; }
  .block-search .search-panel__inner {
    max-width: 650px;
    margin: 0 16px;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #2B2C2C; }
    @media only screen and (min-width: 1024px) {
      .block-search .search-panel__inner {
        margin: 0 auto; } }
  .block-search .block-content {
    margin-bottom: 0; }
  .block-search .search-close {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    text-decoration: none; }
    .block-search .search-close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .search-close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 35px;
      line-height: 33px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .search-close:hover:before {
      color: #FCE6EA; }
    .block-search .search-close:active:before {
      color: #FCE6EA; }
  .block-search .label {
    font-size: 12px;
    text-align: center;
    color: #2B2C2C;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    float: left; }
    .block-search .label:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 21px;
      line-height: 33px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .label:hover:before {
      color: #FCE6EA; }
    .block-search .label:active:before {
      color: #FCE6EA; }
    .block-search .label:before {
      overflow: visible; }
    .block-search .label > span {
      opacity: 0;
      font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .block-search .label {
        display: inline-block;
        text-decoration: none;
        margin-top: 0px; }
        .block-search .label:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 32px;
          line-height: 33px;
          color: #2B2C2C;
          content: "";
          font-family: "noodoll-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .block-search .label:hover:before {
          color: #FCE6EA; }
        .block-search .label:active:before {
          color: #FCE6EA; }
        .block-search .label:hover {
          margin-top: -5px; }
          .block-search .label:hover > span {
            opacity: 1; } }
    .block-search .label.active + .control {
      visibility: visible;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0; }
      .block-search .label.active + .control input {
        border: 2px solid #2B2C2C;
        height: 60px;
        line-height: 60px;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 0;
        padding: 0;
        font-size: 26px;
        width: calc(100% - 50px); }
      .block-search .label.active + .control .action.search {
        display: inline-block;
        text-decoration: none;
        background: none;
        border: 0;
        position: absolute;
        bottom: 16px;
        right: 0;
        line-height: 1em;
        padding: 0;
        opacity: 1;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: inline-block;
        text-decoration: none; }
        .block-search .label.active + .control .action.search > span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .block-search .label.active + .control .action.search:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 32px;
          line-height: 33px;
          color: #2B2C2C;
          content: "";
          font-family: "noodoll-icons";
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .block-search .label.active + .control .action.search:hover:before {
          color: #FCE6EA; }
        .block-search .label.active + .control .action.search:active:before {
          color: #FCE6EA; }
  .block-search .action.search {
    display: none; }
  .block-search .control {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    right: 0;
    border: solid #ccc;
    border-width: 1px 0;
    clear: both;
    margin: 0;
    background: #fff;
    z-index: 999;
    padding: 10px;
    padding: 0 15px; }
  .block-search .nested {
    display: none; }

.search-autocomplete {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  max-width: 650px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      border-top: 1px solid #e5e5e5;
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 16px;
      position: relative;
      text-align: left;
      white-space: normal;
      font-size: 26px; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #2B2C2C;
        background: #fff; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
        background: #e8e8e8; }
      .search-autocomplete ul li .amount {
        color: #999;
        position: absolute;
        right: 7px;
        top: 5px; }

.form.search.advanced .fields.range .field:first-child {
  position: relative; }
  .form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
    .form.search.advanced .fields.range .field:first-child .control:after {
      content: " \2013 ";
      display: inline-block;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 25px; }

.form.search.advanced .fields.range .field:last-child {
  position: relative; }
  .form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0; }

.search.summary {
  margin-bottom: 16px; }

@media only screen and (max-width: 1199px) {
  .block-search .block-content {
    margin-bottom: 0; } }

.block-products-list-widget {
  padding-top: 30px;
  margin-bottom: 0; }
  .block-products-list-widget .block-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px; }

.list-widget .list-widget__list {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .list-widget .list-widget__list .item.product.product-item {
    width: 25%; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: ""; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 4px solid #2B2C2C; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 4px solid #2B2C2C; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #2B2C2C; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 16px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 16px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 16px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 16px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-items {
  border-bottom: 2px solid #2B2C2C;
  margin-bottom: 30px; }

.products-grid.wishlist .product-item-inner {
  margin-top: initial;
  height: initial;
  display: block; }
  .products-grid.wishlist .product-item-inner .box-tocart .field.qty {
    padding-right: 0; }
  .products-grid.wishlist .product-item-inner .box-tocart .field .control {
    margin-right: 0;
    text-align: right; }

.products-grid.wishlist .product-item-info {
  padding-bottom: 16px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 0; }

.products-grid.wishlist .product-item-name {
  margin-top: 0;
  text-align: center;
  display: block; }

.products-grid.wishlist .product-item .price-box {
  margin: 0;
  text-align: center; }
  .products-grid.wishlist .product-item .price-box .old-price {
    font-size: 15px; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 16px 0; }

.products-grid.wishlist .product-item-actions {
  display: block; }
  .products-grid.wishlist .product-item-actions a {
    color: #2B2C2C; }
    .products-grid.wishlist .product-item-actions a:hover {
      text-decoration: underline; }
  .products-grid.wishlist .product-item-actions > * {
    margin-right: 15px; }
    .products-grid.wishlist .product-item-actions > *:last-child {
      margin-right: 0; }
  .products-grid.wishlist .product-item-actions .edit {
    display: none; }

.products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .qty {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .qty .control,
  .products-grid.wishlist .product-item .box-tocart .fieldset .field.qty .qty .label {
    float: none;
    width: auto; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 50px; }

.products-grid.wishlist .product-item .box-tocart .unavailable.stock {
  margin-top: 16px;
  text-align: center;
  background-image: none;
  background: #FCE6EA;
  border: 0;
  color: #2B2C2C;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }
  .products-grid.wishlist .product-item .box-tocart .unavailable.stock:focus, .products-grid.wishlist .product-item .box-tocart .unavailable.stock:active {
    background: #FCE6EA;
    border: 0;
    color: #2B2C2C; }
  .products-grid.wishlist .product-item .box-tocart .unavailable.stock:hover {
    background: #F6B7BE;
    border: 0;
    color: #2B2C2C; }
  .products-grid.wishlist .product-item .box-tocart .unavailable.stock.disabled, .products-grid.wishlist .product-item .box-tocart .unavailable.stock[disabled],
  fieldset[disabled] .products-grid.wishlist .product-item .box-tocart .unavailable.stock {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

.products-grid.wishlist .product-item .action.tocart.primary {
  background-image: none;
  background: #FCE6EA;
  border: 0;
  color: #2B2C2C;
  cursor: pointer;
  display: inline-block;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-weight: bold;
  padding: 13px 20px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 100%; }
  .products-grid.wishlist .product-item .action.tocart.primary:focus, .products-grid.wishlist .product-item .action.tocart.primary:active {
    background: #FCE6EA;
    border: 0;
    color: #2B2C2C; }
  .products-grid.wishlist .product-item .action.tocart.primary:hover {
    background: #F6B7BE;
    border: 0;
    color: #2B2C2C; }
  .products-grid.wishlist .product-item .action.tocart.primary.disabled, .products-grid.wishlist .product-item .action.tocart.primary[disabled],
  fieldset[disabled] .products-grid.wishlist .product-item .action.tocart.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }

@media only screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #F6B7BE; }
    .products-grid.wishlist .product-item:first-child {
      border-top: 1px solid #F6B7BE; } }

@media only screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -16px; }
    .products-grid.wishlist .product-item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .products-grid.wishlist .product-item {
      padding: 20px 16px 20px 20px;
      position: relative; }
      .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px; }
      .products-grid.wishlist .product-item-name {
        font-size: 1.6rem;
        display: block;
        text-align: left; }
      .products-grid.wishlist .product-item-actions {
        display: block;
        text-align: center;
        margin-top: 0; }
        .products-grid.wishlist .product-item-actions .action {
          margin-right: 15px; }
          .products-grid.wishlist .product-item-actions .action:last-child {
            margin-right: 0; }
          .products-grid.wishlist .product-item-actions .action.edit {
            float: left; }
          .products-grid.wishlist .product-item-actions .action.delete {
            float: none;
            margin-top: 12px;
            display: block; }
          .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
            margin-top: 7px; }
      .products-grid.wishlist .product-item .price-box {
        text-align: left; }
      .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description,
      .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px; }
      .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px; }
        .products-grid.wishlist .product-item .box-tocart .stock {
          margin-top: 7px; }
      .products-grid.wishlist .product-item .giftregisty-dropdown,
      .products-grid.wishlist .product-item .field.qty {
        display: none; }
    .products-grid.wishlist .product-image-container {
      max-width: 80px; }
  .wishlist-index-index .product-item {
    width: 100%; }
    .wishlist-index-index .product-item-info {
      width: 100%; } }

@media only screen and (min-width: 640px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px; }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .products-grid.wishlist .product-item {
    -webkit-box-shadow: 0 0 3px rgba(43, 44, 44, 0.3);
            box-shadow: 0 0 3px rgba(43, 44, 44, 0.3);
    float: none; }
    .products-grid.wishlist .product-item-tooltip {
      display: none; }
    .products-grid.wishlist .product-item-actions {
      margin: 16px 0 0;
      text-align: center; }
    .products-grid.wishlist .product-item .fieldset .field.qty {
      margin-bottom: 16px; }
      .products-grid.wishlist .product-item .fieldset .field.qty .label {
        width: auto; }
    .products-grid.wishlist .product-item .product-item-actions {
      background: #fff; }
    .products-grid.wishlist .product-item .box-tocart {
      background: #fff; }
      .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0; }
      .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0; }
  .wishlist-index-index .product-item-info {
    width: 260px; } }

@media only screen and (min-width: 1024px) {
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
    margin-bottom: 16px; }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 16px;
    padding: 0;
    width: auto; }
    .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .fieldset:after {
  margin: 16px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #F6B7BE;
  font-size: 1.5rem; }

.login-container .fieldset:after {
  margin-top: 35px; }

@media only screen and (min-width: 768px) {
  .login-container .actions-toolbar .secondary {
    float: left;
    margin-left: 16px;
    margin-top: 5px; } }

.login-container .field-recaptcha .g-recaptcha {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .login-container .field-recaptcha .g-recaptcha {
      padding-left: 82px; } }
  .login-container .field-recaptcha .g-recaptcha > div {
    margin: 0 auto; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account.sales-order-view .page-main .order-links {
  display: none; }

.account.sales-order-view .page-main .order-details-items .order-title {
  font-size: 18px;
  margin-bottom: 16px;
  border-bottom: 2px solid #2B2C2C; }

.account.sales-order-view .page-main .order-items .table-order-items > .table-caption {
  display: none; }

.account.sales-order-view .page-main .order-items .table-order-items tr td ul {
  list-style-type: none; }

.account.sales-order-view .page-main .order-items .table-order-items tfoot tr td {
  text-align: center; }

.account.sales-order-view .page-main .order-items .actions-toolbar {
  margin: 25px 0; }

.account.newsletter-manage-index .form-newsletter-manage .fieldset > .legend {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 32px; }

.account.newsletter-manage-index .form-newsletter-manage .fieldset > .field.choice:before {
  display: none; }

.account.newsletter-manage-index .form-newsletter-manage .fieldset .field {
  padding: 16px;
  border-bottom: 1px solid #cecece; }

.account.newsletter-manage-index .form-newsletter-manage .actions-toolbar {
  margin-left: 0; }

.collapse {
  display: none !important; }

.account-nav .title {
  text-align: center; }
  .account-nav .title .nav-toggle {
    position: relative;
    left: initial;
    top: initial; }

.account-nav .content {
  border: 2px solid #2B2C2C;
  background: #fff;
  padding: 15px 0; }

.account-nav .item {
  margin: 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    color: #000000;
    font-weight: 500; }
  .account-nav .item.current a {
    border-color: #2B2C2C; }
  .account-nav .item .delimiter {
    border-top: 4px solid #2B2C2C;
    display: block;
    margin: 16px 1.8rem; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 16px; }
  .block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.6rem; }
    .column.main .block .title strong {
      font-size: 24px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }
  .block .box-actions .action {
    text-decoration: underline;
    color: #B8B4DA; }

.field.password .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .field.password .control .mage-error {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .field.password .control .input-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    z-index: 2; }

.password-strength-meter {
  background-color: #f4f4f4;
  height: auto;
  line-height: auto;
  padding: 5px 10px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
  margin-top: 16px; }
  .control.captcha-image .captcha-img {
    vertical-align: middle; }

.account .page-title-wrapper,
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-index .page-title-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: initial;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 768px) {
    .account .page-title-wrapper,
    .customer-account-login .page-title-wrapper,
    .customer-account-forgotpassword .page-title-wrapper,
    .customer-account-index .page-title-wrapper {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  .account .page-title-wrapper .page-title,
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-index .page-title-wrapper .page-title {
    font-weight: 500;
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .account .page-title-wrapper .page-title,
      .customer-account-login .page-title-wrapper .page-title,
      .customer-account-forgotpassword .page-title-wrapper .page-title,
      .customer-account-index .page-title-wrapper .page-title {
        font-size: 32px; } }

.field-recaptcha input.required-captcha.checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute; }

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .control.captcha-image .captcha-img {
    margin-bottom: 16px;
    display: block; } }

@media only screen and (min-width: 768px) {
  .account .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main,
  .customer-account-index .page-main {
    max-width: 1190px; }
  .account .page-title-wrapper,
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-index .page-title-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding-left: initial;
    width: 100%;
    float: none; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .account .page-title-wrapper,
    .customer-account-login .page-title-wrapper,
    .customer-account-forgotpassword .page-title-wrapper,
    .customer-account-index .page-title-wrapper {
      margin-bottom: 16px;
      padding-bottom: 16px; } }

@media only screen and (min-width: 768px) {
    .account .page-title-wrapper .page-title,
    .customer-account-login .page-title-wrapper .page-title,
    .customer-account-forgotpassword .page-title-wrapper .page-title,
    .customer-account-index .page-title-wrapper .page-title {
      font-weight: 500;
      font-size: 32px; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      .account .page-title-wrapper .page-title,
      .customer-account-login .page-title-wrapper .page-title,
      .customer-account-forgotpassword .page-title-wrapper .page-title,
      .customer-account-index .page-title-wrapper .page-title {
        font-size: 32px; } }

@media only screen and (min-width: 768px) {
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px; }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left; }
  .login-container .fieldset > .field > .control {
    width: 55%; }
  .cms-toy-insurance .login-container .fieldset > .field:not(.choice) > .label {
    width: 50%;
    padding-right: 0; }
  .cms-toy-insurance .login-container .fieldset > .field > .control {
    width: 50%; }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left; }
  .fieldset .fullname .field .control {
    width: 70%;
    float: left; }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
    margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .form.password.reset .field-recaptcha .g-recaptcha,
    .form.send.confirmation .field-recaptcha .g-recaptcha,
    .form.password.forget .field-recaptcha .g-recaptcha,
    .form.create.account .field-recaptcha .g-recaptcha {
      padding-left: 32px; } }

@media only screen and (min-width: 768px) {
    .form.password.reset .field-recaptcha .g-recaptcha > div,
    .form.send.confirmation .field-recaptcha .g-recaptcha > div,
    .form.password.forget .field-recaptcha .g-recaptcha > div,
    .form.create.account .field-recaptcha .g-recaptcha > div {
      margin: 0 auto; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .account .block-dashboard-addresses .action.edit {
    display: none; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      font-size: 18px;
      margin-bottom: 20px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%; }
  .control.captcha-image .captcha-img {
    margin: 0 16px 16px 0; } }

html.nav-open {
  overflow: hidden; }

@media only screen and (min-width: 1024px) {
  body.nav-up .top-message-bar {
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    top: -50px; }
  body.nav-up .page-header .logo.logo--Noodoll img {
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    width: 120px; }
  body.nav-up .page-header {
    -webkit-transition: height 0.5s ease, top 0.5s ease;
    transition: height 0.5s ease, top 0.5s ease;
    height: 86px;
    top: -23px; }
  body.nav-up .nav-sections {
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
    top: 59px; }
  body.nav-up .customer-menu {
    margin-top: -1px; }
  body.nav-up .block-minicart {
    margin-top: -1px; } }

.page-header {
  z-index: 100;
  border-bottom: 2px solid #2B2C2C;
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 100px;
  top: 0; }
  @media only screen and (min-width: 1200px) {
    .page-header {
      padding-top: initial;
      height: 109px;
      position: fixed;
      min-height: 59px !important;
      max-height: 109px !important; } }
  .page-header .panel.wrapper {
    display: none; }

.header-logo-container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wishlist-custom {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  margin-top: 0px; }
  .wishlist-custom:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: #2B2C2C;
    content: "";
    font-family: "noodoll-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .wishlist-custom:hover:before {
    color: #FCE6EA; }
  .wishlist-custom:active:before {
    color: inherit; }
  .wishlist-custom:focus, .wishlist-custom:active {
    background: none;
    border: none; }
  .wishlist-custom:hover {
    background: none;
    border: none; }
  .wishlist-custom.disabled, .wishlist-custom[disabled],
  fieldset[disabled] .wishlist-custom {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .wishlist-custom .text {
    opacity: 0;
    font-size: 12px; }
  .wishlist-custom .counter.qty {
    display: none; }
  .wishlist-custom:hover {
    margin-top: -5px; }
    .wishlist-custom:hover .text {
      opacity: 1; }

.nav-sections-item-content[id="store.settings"],
.nav-sections-item-content[id="store.links"] {
  border: none; }

.cookie-status-message {
  display: none; }

.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px; }

.header.content {
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .header.content {
      top: 16px;
      padding-top: 16px; } }
  @media only screen and (min-width: 1200px) {
    .header.content {
      padding-top: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: auto;
      max-width: 1150px;
      padding-left: 0;
      padding-right: 0; } }
  .header.content .header-account-links {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .header.content .header-account-links {
        display: inline-block;
        float: right;
        width: 50px; } }
  .header.content .text {
    color: #2B2C2C; }
  .header.content .wishlist-custom-link {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header.content .wishlist-custom-link {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (min-width: 1200px) {
      .header.content .wishlist-custom-link {
        display: inline-block;
        float: left;
        padding-left: 0;
        width: 32px;
        margin-right: 20px;
        text-align: left; } }
  .header.content .block-search {
    position: relative;
    float: right;
    width: 50px; }
    @media only screen and (max-width: 1199px) {
      .header.content .block-search {
        top: 30%; } }
    @media only screen and (min-width: 1200px) {
      .header.content .block-search {
        float: left; } }
  @media only screen and (max-width: 1199px) {
    .header.content .nav-toggle {
      top: 45%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      html.nav-open .header.content .nav-toggle {
        top: 30px;
        -webkit-transform: none;
                transform: none; } }
  @media only screen and (max-width: 1199px) {
    .header.content .minicart-wrapper {
      top: 55%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .header.content .logo {
    position: relative;
    z-index: 5;
    left: 44px;
    top: 22px; }
    @media only screen and (max-width: 1199px) {
      .header.content .logo {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: inline-block; } }
    @media only screen and (min-width: 1200px) {
      .header.content .logo {
        top: initial; } }
    @media only screen and (min-width: 1200px) {
      .header.content .logo {
        left: 0; } }
    .header.content .logo img {
      height: 26px; }
      @media only screen and (min-width: 768px) {
        .header.content .logo img {
          height: 32px; } }
      @media only screen and (min-width: 1024px) {
        .header.content .logo img {
          height: 38px; } }
    .page-print .header.content .logo {
      float: none; }

.page-header-top {
  background-color: #f5f5f5;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .page-header-top .top-message-desktop {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .page-header-top .top-message-desktop {
        display: block; } }
  .page-header-top .top-message-mobile {
    display: block; }
    @media only screen and (min-width: 1200px) {
      .page-header-top .top-message-mobile {
        display: none; } }

.header-account-links > .customer-welcome + .authorization-link {
  display: none; }

.header-account-links .greet.welcome {
  display: none; }

.page-footer {
  background-color: #292828;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .footer-content__columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      margin-top: 25px; } }

.footer.content {
  padding-top: 20px; }

.block.newsletter {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media only screen and (min-width: 768px) {
    .block.newsletter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .block.newsletter .content {
    width: 100%;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media only screen and (min-width: 768px) {
      .block.newsletter .content {
        max-width: 1150px; } }
  .block.newsletter p {
    color: #fff; }
  .block.newsletter .form.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .block.newsletter .form.subscribe {
        min-height: 60px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .block.newsletter .form.subscribe .field-recaptcha {
      display: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .block.newsletter .field.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .block.newsletter .field.newsletter {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 0; } }
    .block.newsletter .field.newsletter .label {
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .block.newsletter .field.newsletter .label {
          border: 2px solid #2B2C2C;
          margin-right: -2px;
          font-size: 18px;
          font-weight: 700;
          padding-bottom: unset; } }
    .block.newsletter .field.newsletter .control {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media only screen and (min-width: 768px) {
        .block.newsletter .field.newsletter .control {
          border-right: none; } }
      .block.newsletter .field.newsletter .control .mage-error {
        text-align: center;
        color: #fff; }
        @media only screen and (min-width: 768px) {
          .block.newsletter .field.newsletter .control .mage-error {
            text-align: left; } }
    .block.newsletter .field.newsletter input {
      padding: 12px 10px;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      border: none; }
      @media only screen and (min-width: 768px) {
        .block.newsletter .field.newsletter input {
          text-align: left; } }
  .block.newsletter .actions .action.subscribe {
    width: 100%;
    background-image: none;
    background: #FDF4E9;
    border: none;
    color: #2B2C2C;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
    .block.newsletter .actions .action.subscribe:focus, .block.newsletter .actions .action.subscribe:active {
      background: #F6B7BE;
      border: 0;
      color: #fff; }
    .block.newsletter .actions .action.subscribe:hover {
      background: #F6B7BE;
      border: none;
      color: #2B2C2C; }
    .block.newsletter .actions .action.subscribe.disabled, .block.newsletter .actions .action.subscribe[disabled],
    fieldset[disabled] .block.newsletter .actions .action.subscribe {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
  .block.newsletter .title {
    color: #fff; }

.footer-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .footer-top-section {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      border-top: 1px solid white;
      border-bottom: 1px solid white; } }
  .footer-top-section .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-top-section .social-icons .social-icons-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (min-width: 768px) {
        .footer-top-section .social-icons .social-icons-container {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start; } }
  .footer-top-section .stay-connected-title {
    display: none;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .footer-top-section .stay-connected-title {
        display: block; } }
  .footer-top-section .find-your-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid white; }
    @media only screen and (min-width: 768px) {
      .footer-top-section .find-your-match {
        border-bottom: none; } }
    .footer-top-section .find-your-match .fym-desktop {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .footer-top-section .find-your-match .fym-desktop {
          display: block; } }
    .footer-top-section .find-your-match .fym-mobile {
      display: block;
      max-width: 350px;
      padding: 12px 0; }
      @media only screen and (min-width: 1024px) {
        .footer-top-section .find-your-match .fym-mobile {
          display: none; } }
  .footer-top-section .review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .footer-top-section .review-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer-top-section .review-container .review-link {
      color: #fff;
      font-size: 14px; }
  .footer-top-section .footer-menus {
    border-bottom: 1px solid white; }
    @media only screen and (min-width: 1024px) {
      .footer-top-section .footer-menus {
        border-bottom: none; } }
    .footer-top-section .footer-menus .footer-menu {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .footer-top-section .footer-menus .footer-menu {
          text-align: left; }
          .footer-top-section .footer-menus .footer-menu:first-child {
            border-left: none; } }
      .footer-top-section .footer-menus .footer-menu.active h4::after {
        content: "-"; }
      .footer-top-section .footer-menus .footer-menu h4 {
        border-top: 1px solid white;
        color: #fff; }
        .footer-top-section .footer-menus .footer-menu h4::after {
          content: "+";
          float: right; }
          @media only screen and (min-width: 768px) {
            .footer-top-section .footer-menus .footer-menu h4::after {
              content: "";
              float: none; } }
        @media only screen and (min-width: 768px) {
          .footer-top-section .footer-menus .footer-menu h4 {
            border-top: none; } }
    .footer-top-section .footer-menus .nav {
      list-style: none; }
      .footer-top-section .footer-menus .nav a {
        color: #fff; }
      .footer-top-section .footer-menus .nav .nav__item {
        font-size: 15px;
        padding: 5px 0; }
        @media only screen and (min-width: 768px) {
          .footer-top-section .footer-menus .nav .nav__item {
            font-size: 18px;
            padding: 2px 0px; } }

.footer-signoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-top: 1px solid white; }
  @media only screen and (min-width: 768px) {
    .footer-signoff {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0 auto;
      border-top: none; } }
  .footer-signoff .footer-payment-icons {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .footer-signoff .footer-payment-icons .payment-cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (min-width: 768px) {
        .footer-signoff .footer-payment-icons .payment-cards {
          -webkit-box-pack: right;
              -ms-flex-pack: right;
                  justify-content: right; } }
      .footer-signoff .footer-payment-icons .payment-cards .payment-cards__item {
        padding-left: 10px; }
  .footer-signoff .footer-copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 768px) {
      .footer-signoff .footer-copyright {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .footer-signoff .footer-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media only screen and (min-width: 768px) {
      .footer-signoff .footer-links-block {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; } }
    .footer-signoff .footer-links-block a {
      font-size: 1.4rem;
      color: #fff; }
    .footer-signoff .footer-links-block .footer-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.footer-back-to-top {
  padding-top: 60px;
  margin-bottom: 60px; }
  .footer-back-to-top .footer-back-to-top__button {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-name: bounce;
            animation-name: bounce; }
    .footer-back-to-top .footer-back-to-top__button:hover {
      cursor: pointer;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

.nav-sections {
  background: #fff; }

@media only screen and (max-width: 1199px) {
  .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14; }
    .nav-toggle:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .nav-toggle:hover:before {
      color: #2B2C2C; }
    .nav-toggle span {
      display: inline-block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px; }
    .nav-open .nav-toggle {
      display: inline-block;
      text-decoration: none; }
      .nav-open .nav-toggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .nav-open .nav-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        line-height: 40px;
        color: #FCE6EA;
        content: "+";
        font-family: "Quicksand";
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-open .nav-toggle:hover:before {
        color: #2B2C2C; }
      .nav-open .nav-toggle:before {
        overflow: visible;
        font-weight: 500;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-open .nav-toggle:before {
        color: transparent;
        text-shadow: 0 0 0 #2B2C2C; }
      .nav-open .nav-toggle > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }

@media only screen and (min-width: 1200px) {
  .nav-toggle {
    display: none; } }

.navigation.mobile-navigation {
  display: block; }
  @media only screen and (min-width: 1200px) {
    .navigation.mobile-navigation {
      display: none; } }

@media only screen and (max-width: 1199px) {
  .customer-name,
  .customer-welcome + .authorization-link {
    margin-left: 16px;
    margin-right: 16px;
    display: none; }
  .navigation.mobile-navigation {
    padding: 0; }
    .navigation.mobile-navigation .switcher-currency {
      display: none; }
    .navigation.mobile-navigation ul.ui-menu {
      font-size: 20px; }
    .navigation.mobile-navigation .submenu:not(:first-child) {
      top: auto !important;
      overflow-x: visible; }
    .navigation.mobile-navigation .parent.ui-menu-item.level1 > a {
      text-transform: uppercase; }
    .navigation.mobile-navigation li.nav__item--level0 a {
      border: 0;
      margin-left: 16px;
      margin-right: 16px; }
    .navigation.mobile-navigation li.nav__item--level0 > a {
      border-top: 1px solid #2B2C2C; }
    .navigation.mobile-navigation li.nav__item--level0:first-child > a {
      border-top: 0; }
    .navigation.mobile-navigation li.nav__item--level0:last-child {
      border-bottom: 0; }
    .navigation.mobile-navigation .submenu--level0.submenu {
      padding-top: 0;
      padding-bottom: 16px; }
    .navigation.mobile-navigation .parent .ui-menu-item.all-category a {
      font-size: 18px; }
    .navigation.mobile-navigation .parent .nav__item--level1.ui-menu-item a {
      font-size: 18px; }
    .navigation.mobile-navigation .parent .level-top {
      position: relative;
      display: block;
      text-decoration: none; }
      .navigation.mobile-navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #2B2C2C;
        content: "+";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .navigation.mobile-navigation .parent .level-top:hover:after {
        color: #2B2C2C; }
      .navigation.mobile-navigation .parent .level-top:after {
        position: absolute;
        right: 5px;
        top: 5px; }
      .navigation.mobile-navigation .parent .level-top.ui-state-active:after {
        content: "-"; }
  .nav-sections {
    -webkit-transition: left 0.3s 1;
    transition: left 0.3s 1;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 25px;
    width: 80%;
    width: calc(100% - 54px); }
    .nav-sections .switcher {
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      padding: 0;
      margin-left: 16px;
      margin-right: 16px; }
      .nav-sections .switcher .label {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        padding: 16px; }
    .nav-sections .switcher-label--available {
      margin-top: 30px;
      border-top: 2px solid #2B2C2C; }
    .nav-sections .switcher-trigger {
      text-align: center; }
      .nav-sections .switcher-trigger strong {
        position: relative; }
    .nav-sections .switcher-dropdown {
      margin: 0;
      padding: 0;
      list-style: none none; }
      .nav-sections .switcher-dropdown li {
        border-top: 1px solid #2B2C2C;
        font-size: 20px;
        text-align: center; }
        .nav-sections .switcher-dropdown li a {
          display: inline-block;
          margin: 15px 0; }
    .nav-sections .header-account-links,
    .nav-sections .header.links {
      list-style: none; }
    .nav-sections .header-account-links {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none none; }
      .nav-sections .header-account-links .customer-name {
        display: block;
        text-align: center; }
        .nav-sections .header-account-links .customer-name .text {
          font-size: 20px;
          display: none;
          padding-bottom: 15px;
          font-weight: 700; }
      .nav-sections .header-account-links li {
        font-size: 20px;
        margin: 0; }
        .nav-sections .header-account-links li.greet.welcome {
          font-weight: 700;
          padding: 15px 40px 15px 0px; }
        .nav-sections .header-account-links li > a {
          margin-left: 16px;
          margin-right: 16px;
          border-top: 1px solid #2B2C2C; }
        .nav-sections .header-account-links li:last-of-type > a {
          border-bottom: 1px solid #2B2C2C; }
      .nav-sections .header-account-links a,
      .nav-sections .header-account-links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 10px 40px 10px 0px; }
      .nav-sections .header-account-links .header.links {
        border: 0; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      -webkit-transition: left 0.3s;
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px); }
  .nav-open .nav-sections {
    left: 0;
    z-index: 100; }
  .nav-open .page-header {
    height: 100%; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .nav-open .top-message-bar {
    position: fixed;
    left: 0;
    z-index: 999; }
  .nav-sections-items {
    position: relative;
    z-index: 1; }
    .nav-sections-items:before, .nav-sections-items:after {
      content: '';
      display: table; }
    .nav-sections-items:after {
      clear: both; }
  .nav-sections-item-title {
    background: #fff;
    border: 2px solid #2B2C2C;
    border-style: none;
    border-bottom-style: solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    height: 63px;
    padding-top: 10px;
    text-align: center;
    width: 33.3%;
    line-height: 2; }
    .nav-sections-item-title:nth-child(3) {
      border-right-style: solid;
      border-left-style: solid; }
    .nav-sections-item-title[aria-controls="store.links"] {
      position: relative;
      display: inline-block;
      text-decoration: none; }
      .nav-sections-item-title[aria-controls="store.links"]:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: #2B2C2C;
        content: "";
        font-family: "noodoll-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-sections-item-title[aria-controls="store.links"]:hover:before {
        color: #FCE6EA; }
      .nav-sections-item-title[aria-controls="store.links"] > a {
        display: none; }
    .nav-sections-item-title[aria-controls="store.settings"] {
      display: block;
      text-decoration: none; }
      .nav-sections-item-title[aria-controls="store.settings"]:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 38px;
        line-height: 1;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .nav-sections-item-title[aria-controls="store.settings"]:hover:before {
        color: #2B2C2C; }
      .nav-sections-item-title[aria-controls="store.settings"] > a {
        display: none; }
    .nav-sections-item-title.active {
      background: transparent;
      border-bottom-style: none; }
    .nav-sections-item-title .nav-sections-item-switch:hover {
      text-decoration: none; }
  .nav-sections-item-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0; }
    .nav-sections-item-content:before, .nav-sections-item-content:after {
      content: '';
      display: table; }
    .nav-sections-item-content:after {
      clear: both; }
    .nav-sections-item-content.active {
      display: block; }
  .navigation {
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .navigation ul {
      margin: 0;
      padding: 0; }
    .navigation li {
      margin: 0; }
    .navigation a {
      display: block;
      padding: 10px 0 10px 0px; }
    .navigation a,
    .navigation a:hover {
      color: #575757;
      text-decoration: none; }
    .navigation .level0 {
      font-size: 2rem; }
      .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 12px 40px 12px 0px;
        text-transform: caplitalize;
        word-wrap: break-word; }
      .navigation .level0.active .all-category .ui-state-focus {
        padding-left: 0;
        display: inline-block; }
      .navigation .level0 > .level1 {
        font-weight: 500; }
      .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0; }
    .navigation .submenu > li {
      word-wrap: break-word; }
    .navigation .submenu:not(:first-child) {
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative;
      top: auto !important;
      -webkit-transition: left 0.3s ease-out;
      transition: left 0.3s ease-out; }
      .navigation .submenu:not(:first-child) > li > a {
        padding-left: 0; }
      .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0; }
      .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 0; }
        .navigation .submenu:not(:first-child) ul > li {
          margin: 0; }
          .navigation .submenu:not(:first-child) ul > li a {
            color: #575757;
            display: block;
            line-height: normal; }
      .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important; }
      .navigation .submenu:not(:first-child) .active > a {
        border-color: #F6B7BE;
        border-style: none;
        border-width: 0 0 0 0;
        padding-left: 0; }
      .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .navigation.mobile-navigation .nav__item .nav__link {
    font-size: 20px; }
    .navigation.mobile-navigation .nav__item .nav__link .image {
      display: none; }
  .navigation.mobile-navigation .all-category a {
    font-weight: bold; }
  .navigation.mobile-navigation .nav__item--level1.parent > .nav__link {
    display: none; } }

nav.navigation {
  display: none; }
  @media only screen and (min-width: 1200px) {
    nav.navigation {
      display: block;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto; }
      nav.navigation.navigation--right {
        margin-left: 0;
        margin-right: 0; } }
  nav.navigation > ul {
    margin: 0; }

@media only screen and (min-width: 1200px) {
  .panel.header .links {
    display: inline-block; }
  .nav--main_menu .nav__item,
  .navigation--right .nav__item {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    text-transform: capitalize; }
  .nav--main_menu .nav__item--level0,
  .navigation--right .nav__item--level0 {
    display: inline-block; }
    .nav--main_menu .nav__item--level0 > a,
    .navigation--right .nav__item--level0 > a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .nav--main_menu .nav__item--level0 a,
    .navigation--right .nav__item--level0 a {
      color: #2B2C2C; }
      .nav--main_menu .nav__item--level0 a:active, .nav--main_menu .nav__item--level0 a:visited,
      .navigation--right .nav__item--level0 a:active,
      .navigation--right .nav__item--level0 a:visited {
        color: #2B2C2C; }
      .nav--main_menu .nav__item--level0 a:hover,
      .navigation--right .nav__item--level0 a:hover {
        color: #F6B7BE; }
    .nav--main_menu .nav__item--level0.active > .level-top, .nav--main_menu .nav__item--level0.has-active > .level-top,
    .navigation--right .nav__item--level0.active > .level-top,
    .navigation--right .nav__item--level0.has-active > .level-top {
      color: #F6B7BE; }
    .nav--main_menu .nav__item--level0 .nav__item,
    .navigation--right .nav__item--level0 .nav__item {
      padding: 0; }
  .nav--main_menu .nav__item--level0:hover .nav__link--level0,
  .navigation--right .nav__item--level0:hover .nav__link--level0 {
    color: #F6B7BE; }
  .nav--main_menu .nav__item--level0:hover .submenu-wrapper--level0,
  .navigation--right .nav__item--level0:hover .submenu-wrapper--level0 {
    height: auto;
    overflow: visible; }
  .nav--main_menu .nav__item--level0:hover .submenu--level0,
  .navigation--right .nav__item--level0:hover .submenu--level0 {
    height: auto; }
  .nav--main_menu .submenu-wrapper--level0,
  .navigation--right .submenu-wrapper--level0 {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1000;
    top: 44px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s, margin 0.4s, padding 0.4s;
    transition: height 0.4s, margin 0.4s, padding 0.4s;
    pointer-events: none; }
    .nav--main_menu .submenu-wrapper--level0 .submenu--level0,
    .navigation--right .submenu-wrapper--level0 .submenu--level0 {
      height: 0;
      overflow: hidden;
      width: 1150px;
      margin: 0 auto;
      background-color: #fff;
      -webkit-transition: height 0.4s, margin 0.4s, padding 0.4s;
      transition: height 0.4s, margin 0.4s, padding 0.4s;
      border-top: 2px solid #2B2C2C;
      border-right: 2px solid #2B2C2C;
      border-left: 2px solid #2B2C2C;
      border-bottom: 2px solid #2B2C2C;
      pointer-events: auto; }
  .nav--main_menu .submenu-wrapper--level1 .nav__item,
  .navigation--right .submenu-wrapper--level1 .nav__item {
    font-weight: 500; } }

@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .nav--main_menu .nav__item:not(:last-child) .nav__link--level0,
  .navigation--right .nav__item:not(:last-child) .nav__link--level0 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); } }

@media only screen and (min-width: 1200px) {
  .nav--main_menu .nav__item--level1.parent,
  .navigation--right .nav__item--level1.parent {
    margin-right: 4rem;
    margin-left: 4rem;
    border-right: 2px solid #2B2C2C; }
    .nav--main_menu .nav__item--level1.parent > .nav__link,
    .navigation--right .nav__item--level1.parent > .nav__link {
      display: inline-block;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 12px;
      margin-bottom: 12px;
      pointer-events: none; }
    .nav--main_menu .nav__item--level1.parent .nav__link:hover,
    .navigation--right .nav__item--level1.parent .nav__link:hover {
      color: #F6B7BE; }
  .nav--main_menu .submenu .nav__item--level2 .title,
  .navigation--right .submenu .nav__item--level2 .title {
    font-size: 18px;
    text-transform: capitalize; }
  .nav--main_menu .submenu--level0,
  .navigation--right .submenu--level0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem; }
  .nav--main_menu .nav__item--level1,
  .navigation--right .nav__item--level1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .nav--main_menu .nav__item.has-image,
  .navigation--right .nav__item.has-image {
    margin-right: 3rem;
    margin-left: 1rem; }
    .nav--main_menu .nav__item.has-image a,
    .navigation--right .nav__item.has-image a {
      position: relative;
      font-weight: 700; }
    .nav--main_menu .nav__item.has-image .title,
    .navigation--right .nav__item.has-image .title {
      background-color: white;
      text-align: left;
      text-transform: uppercase;
      font-size: 13px;
      margin-top: 12px;
      margin-bottom: 12px; }
      .nav--main_menu .nav__item.has-image .title .description,
      .navigation--right .nav__item.has-image .title .description {
        font-size: 18px;
        display: block; }
    .nav--main_menu .nav__item.has-image .image img,
    .navigation--right .nav__item.has-image .image img {
      display: block;
      margin-top: 12px;
      margin-bottom: 12px; }
  .navigation--right {
    margin-right: 0;
    margin-left: 0; }
    .navigation--right li.nav__item--level0:hover {
      background-color: #F6B7BE; }
      .navigation--right li.nav__item--level0:hover a {
        color: #2B2C2C !important; }
    .navigation--right li.nav__item--level0 {
      border-left: 2px solid #2B2C2C; }
      .navigation--right li.nav__item--level0.active > .level-top, .navigation--right li.nav__item--level0.has-active > .level-top {
        color: #2B2C2C !important; }
  .customer-welcome {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1; }
    .customer-welcome:before, .customer-welcome:after {
      content: '';
      display: table; }
    .customer-welcome:after {
      clear: both; }
    .customer-welcome .action.customer-name {
      cursor: pointer;
      display: inline-block;
      text-decoration: none; }
      .customer-welcome .action.customer-name:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 35px;
        line-height: 33px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .customer-welcome .action.customer-name:hover:before {
        color: #FCE6EA; }
      .customer-welcome .action.customer-name:active:before {
        color: #2B2C2C; }
      .customer-welcome .action.customer-name.active {
        display: inline-block;
        text-decoration: none; }
        .customer-welcome .action.customer-name.active:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 35px;
          line-height: 33px;
          color: #2B2C2C;
          content: "";
          font-family: "icons-blank-theme";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .customer-welcome .action.customer-name.active:hover:before {
          color: #FCE6EA; }
        .customer-welcome .action.customer-name.active:active:before {
          color: #2B2C2C; }
    .customer-welcome .customer-menu {
      margin: 0;
      padding: 0;
      list-style: none none;
      background: #fff;
      border: 1px solid #bbb;
      margin-top: 4px;
      min-width: 100%;
      z-index: 100;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: none;
      position: absolute;
      top: 100%;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
      .customer-welcome .customer-menu li {
        margin: 0;
        padding: 12px 20px;
        border-top: #2B2C2C; }
        .customer-welcome .customer-menu li:first-child {
          border: none; }
        .customer-welcome .customer-menu li:hover {
          background: #C9E6E6;
          cursor: pointer; }
    .customer-welcome.active {
      overflow: visible; }
      .customer-welcome.active .customer-menu {
        display: block; }
    .customer-welcome .customer-menu {
      margin-top: 10px; }
      .customer-welcome .customer-menu a {
        color: #2B2C2C; }
        .customer-welcome .customer-menu a:active, .customer-welcome .customer-menu a:visited {
          color: #2B2C2C; }
        .customer-welcome .customer-menu a:hover {
          color: #F6B7BE; }
        .customer-welcome .customer-menu a:hover {
          color: #2B2C2C; }
    .customer-welcome .customer-name {
      display: inline-block;
      text-decoration: none;
      background-image: none;
      background: none;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      line-height: inherit;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-shadow: none;
      font-weight: 500;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-top: 0px;
      padding-bottom: 0px; }
      .customer-welcome .customer-name:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        color: #2B2C2C;
        content: "";
        font-family: "noodoll-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .customer-welcome .customer-name:hover:before {
        color: #F6B7BE; }
      .customer-welcome .customer-name:active:before {
        color: inherit; }
      .customer-welcome .customer-name:focus, .customer-welcome .customer-name:active {
        background: none;
        border: none; }
      .customer-welcome .customer-name:hover {
        background: none;
        border: none; }
      .customer-welcome .customer-name.disabled, .customer-welcome .customer-name[disabled],
      fieldset[disabled] .customer-welcome .customer-name {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
      .customer-welcome .customer-name .text {
        opacity: 0;
        font-size: 12px; }
      .customer-welcome .customer-name:hover {
        padding-bottom: 5px;
        margin-top: -5px; }
        .customer-welcome .customer-name:hover .text {
          opacity: 1; }
      .customer-welcome .customer-name button.action.switch {
        display: none; }
    .customer-welcome .customer-name {
      cursor: pointer; }
    .customer-welcome .customer-menu {
      display: none; }
    .customer-welcome .action.switch {
      background-image: none;
      background: none;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      line-height: inherit;
      margin: 0;
      padding: 0;
      text-decoration: none;
      text-shadow: none;
      font-weight: 500;
      color: #fff; }
      .customer-welcome .action.switch:focus, .customer-welcome .action.switch:active {
        background: none;
        border: none; }
      .customer-welcome .action.switch:hover {
        background: none;
        border: none; }
      .customer-welcome .action.switch.disabled, .customer-welcome .action.switch[disabled],
      fieldset[disabled] .customer-welcome .action.switch {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5; }
    .customer-welcome .header-account-links,
    .customer-welcome .header.links {
      min-width: 175px;
      list-style: none; }
    .customer-welcome.active .action.switch:after {
      content: ""; }
    .customer-welcome.active .customer-menu {
      border: 2px solid #2B2C2C;
      right: 0;
      z-index: 101; }
    .customer-welcome .greet {
      display: none; } }

.sections.nav-sections {
  background-color: #fff; }
  @media only screen and (min-width: 1200px) {
    .sections.nav-sections {
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 99;
      position: fixed;
      top: 105px;
      width: 100%; }
      .sections.nav-sections .nav-sections-item-switch {
        display: none; } }

@media only screen and (min-width: 1200px) {
  .cms-home .nav-sections-item-content {
    background-color: rgba(255, 255, 255, 0); }
    .cms-home .nav-sections-item-content:hover {
      background-color: white; } }

.nav-sections-items {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  background-color: rgba(255, 255, 255, 0); }
  .nav-sections-items.show-background {
    background-color: white; }

@media only screen and (min-width: 1200px) {
  .nav-sections-item-content {
    background-color: white;
    width: 1150px;
    border-bottom: 2px solid #2B2C2C;
    border-left: 2px solid #2B2C2C;
    border-right: 2px solid #2B2C2C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .nav-sections-item-content:hover {
      background-color: white; } }

.page.messages {
  pointer-events: none;
  left: 0;
  top: 35px;
  margin: 0 auto;
  position: fixed;
  z-index: 99999;
  width: 100%; }
  .page.messages .messages {
    pointer-events: all;
    width: auto;
    max-width: 575px;
    margin: 0 auto; }
    .page.messages .messages .message {
      -webkit-animation: bounceInDown 1s;
              animation: bounceInDown 1s; }
    .page.messages .messages .success, .page.messages .messages .error {
      color: #2B2C2C; }

.message {
  border: 2px solid #2B2C2C;
  position: relative; }
  .message a {
    text-decoration: underline; }
  .message div:before {
    margin: 0 auto; }
  .message .hide-message-button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .message .hide-message-button > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .message .hide-message-button:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: 22px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .message .hide-message-button:hover:before {
      color: #F6B7BE; }
    .message .hide-message-button:active:before {
      color: inherit; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.checkout-cart-index .page-main,
.checkout-index-index .page-main,
.paypal-express-review .page-main {
  max-width: 1190px; }

.checkout-cart-index h1.cart-title,
.checkout-index-index h1.cart-title,
.paypal-express-review h1.cart-title {
  line-height: 2.4rem;
  padding: 0 10px; }

.checkout-cart-index .page-title-wrapper,
.checkout-index-index .page-title-wrapper,
.paypal-express-review .page-title-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: initial;
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .checkout-cart-index .page-title-wrapper,
    .checkout-index-index .page-title-wrapper,
    .paypal-express-review .page-title-wrapper {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  .checkout-cart-index .page-title-wrapper .page-title,
  .checkout-index-index .page-title-wrapper .page-title,
  .paypal-express-review .page-title-wrapper .page-title {
    font-weight: 500;
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .checkout-cart-index .page-title-wrapper .page-title,
      .checkout-index-index .page-title-wrapper .page-title,
      .paypal-express-review .page-title-wrapper .page-title {
        font-size: 32px; } }

.cart-summary {
  background: transparent;
  margin-bottom: 25px; }
  .cart-summary > .title {
    display: none; }
  .cart-summary div[name="shippingAddress.region"] {
    display: none; }
  .cart-summary .block {
    margin-bottom: 0; }
    .cart-summary .block .title {
      margin: 5px 0;
      border-top: 1px solid #2B2C2C; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 16px; }
      .cart-summary .block .fieldset .field.note {
        font-size: 15px; }
    .cart-summary .block .fieldset .methods .field > .label {
      display: inline; }

.cart-totals {
  border-top: 1px solid #2B2C2C; }
  .cart-totals .table-wrapper {
    font-size: 15px;
    margin-bottom: 0;
    overflow: inherit; }
  .cart-totals .totals-tax {
    display: none; }
    .cart-totals .totals-tax .mark,
    .cart-totals .totals-tax .amount {
      padding-bottom: 40px; }
  .cart-totals .grand.totals .mark,
  .cart-totals .grand.totals .amount {
    margin-top: 40px;
    border-top: 1px solid #2B2C2C;
    text-transform: capitalize;
    font-size: 20px; }
  .cart-totals .mark {
    text-transform: none !important; }
  .cart-totals .shipping .mark span.value {
    display: none !important; }

.cart.table-wrapper .table-caption {
  display: none; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #2B2C2C; }
  @media only screen and (min-width: 1024px) {
    .cart.table-wrapper .items thead + .item {
      border-top: none; } }

.cart.table-wrapper .items > .item {
  position: relative;
  border-bottom: 1px solid #2B2C2C; }
  @media only screen and (min-width: 1024px) {
    .cart.table-wrapper .items > .item {
      border-bottom: 1px solid #2B2C2C; } }

.cart.table-wrapper .col {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: solid 2px #fff; }
  .cart.table-wrapper .col:last-child {
    border-right: none; }
  .cart.table-wrapper .col.item {
    padding-left: 25px; }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: -5px; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 16px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 16px;
  margin-right: 16px; }
  .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
    text-decoration: none; }
  .cart.table-wrapper .actions-toolbar > .action:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .cart.table-wrapper .actions-toolbar > .action.action-edit {
      display: none; }
    .cart.table-wrapper .actions-toolbar > .action.action-delete {
      margin-left: -16px; } }

.cart.table-wrapper .action.help.map {
  font-weight: 500; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 500;
  margin-top: -6px; }
  .cart.table-wrapper .product-item-name a {
    color: #2B2C2C; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ":"; }

.cart.table-wrapper .item-options {
  font-size: 15px;
  margin-bottom: 16px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 16px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart.table-wrapper .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .cart.table-wrapper .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .cart.table-wrapper .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #2B2C2C;
    content: "";
    font-family: "noodoll-icons";
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart.table-wrapper .action.towishlist:hover:before {
    color: #FCE6EA; }
  .cart.table-wrapper .action.towishlist:active:before {
    color: inherit; }
  @media only screen and (max-width: 639px) {
    .cart.table-wrapper .action.towishlist:before {
      overflow: visible; } }

.cart.table-wrapper .action.delete {
  display: inline-block;
  text-decoration: none; }
  .cart.table-wrapper .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .cart.table-wrapper .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart.table-wrapper .action.delete:hover:before {
    color: #303030; }
  .cart.table-wrapper .action.delete:active:before {
    color: #303030; }

.cart.table-wrapper .action.delete {
  display: inline-block;
  text-decoration: none; }
  .cart.table-wrapper .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    line-height: inherit;
    color: #2B2C2C;
    content: "";
    font-family: "noodoll-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .cart.table-wrapper .action.delete:hover:before {
    color: #FCE6EA; }

.cart-container .form-cart .actions {
  margin-top: 25px; }

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 20px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid #2B2C2C; }

.block.crosssell {
  margin-top: 40px; }
  .block.crosssell .block-title {
    font-size: 20px;
    text-align: center; }
    .block.crosssell .block-title strong {
      font-size: 20px !important; }
  .block.crosssell a.product-item-photo {
    display: block;
    text-align: center; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: center; }

.cart-empty {
  text-align: center; }
  .cart-empty .cart-empty__header {
    font-size: 26px; }

@media only screen and (max-width: 767px) {
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead .col:not(.item) {
      display: none; }
    .cart.table-wrapper thead .col.item {
      display: none; }
    .cart.table-wrapper .field.qty input {
      height: auto;
      padding: initial; }
    .cart.table-wrapper .item .col.item {
      padding-bottom: 0; }
  .cart-container .form-cart .action.clear {
    display: none; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none; }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 16px; }
    .cart-summary .block .fieldset .field:not(.choice) > .label {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .cart-summary .block .fieldset .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .cart-summary .block .fieldset .field > .label {
      margin: 0 0 5px;
      display: inline-block; }
    .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
      display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col {
    vertical-align: middle; }
    .cart.table-wrapper .item .col.item {
      padding: 27px 8px 16px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper .product-item-photo {
    display: block; }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left; }
  .cart .action {
    margin-bottom: 16px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; } }

.block.discount .content {
  width: 100%; }

.block.discount form .fieldset.coupon {
  background-color: #eeecec; }

.block.discount .field {
  margin: 0; }
  .block.discount .field .label {
    font-size: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 1024px) {
      .block.discount .field .label {
        display: none;
        border: 1px solid #2B2C2C;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
        width: auto; } }
  .block.discount .field .control {
    border: 2px solid #2B2C2C; }
    .block.discount .field .control .mage-error {
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        .block.discount .field .control .mage-error {
          text-align: left; } }
  .block.discount .field input {
    height: auto;
    font-size: 18px;
    border: none; }
    @media only screen and (min-width: 1024px) {
      .block.discount .field input {
        text-align: left; } }

.block.discount .actions {
  border: 1px solid #2B2C2C;
  border-left-style: none; }
  .block.discount .actions .action.apply {
    width: 100%;
    background-image: none;
    background: #2B2C2C;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
    .block.discount .actions .action.apply:focus, .block.discount .actions .action.apply:active {
      background: #F6B7BE;
      border: 0;
      color: #fff; }
    .block.discount .actions .action.apply:hover {
      background: #FCE6EA;
      border: 0;
      color: #fff; }
    .block.discount .actions .action.apply.disabled, .block.discount .actions .action.apply[disabled],
    fieldset[disabled] .block.discount .actions .action.apply {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 1024px) {
      .block.discount .actions .action.apply {
        height: 100%; } }

.checkout-cart-index .form-cart .gift-options-cart-item .gift-content {
  display: none; }
  .checkout-cart-index .form-cart .gift-options-cart-item .gift-content._active {
    display: block; }

.checkout-cart-index .form-cart .gift-options-cart-item .actions-toolbar button.action {
  text-decoration: none; }

.checkout-cart-index .form-cart .gift-options-cart-item .actions-toolbar .action-cancel {
  margin-right: 16px; }

.checkout-cart-index .cart-gift-item .content {
  background-color: #eeecec; }

.checkout-cart-index .cart-gift-item .gift-options .actions-toolbar button.action {
  text-decoration: none; }

.checkout-cart-index .cart-gift-item .gift-options .actions-toolbar .action-cancel {
  margin-right: 16px; }

.block-minicart .items-total {
  float: left;
  margin: 0; }
  .block-minicart .items-total .count {
    font-weight: 700; }

.block-minicart .subtotal {
  margin: 0 16px 16px;
  text-align: right; }

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 26px;
  font-weight: 700; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center; }
  .block-minicart .block-content > .actions > .primary {
    margin: 0; }
    .block-minicart .block-content > .actions > .primary .action.primary {
      line-height: initial;
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .block-minicart .block-content > .actions > .primary .action.primary:last-child {
        margin-bottom: 0; }
  .block-minicart .block-content > .actions > .secondary {
    margin: 0; }
    .block-minicart .block-content > .actions > .secondary a.action.viewcart {
      -webkit-appearance: button;
         -moz-appearance: button;
              appearance: button;
      display: block;
      width: 100%;
      background: #2B2C2C;
      color: #fff;
      font-size: 18px;
      padding: 12px 20px;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px; }
      .block-minicart .block-content > .actions > .secondary a.action.viewcart:hover {
        background: #F6B7BE;
        color: #2B2C2C; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right; }
  .minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table; }
  .minicart-wrapper:after {
    clear: both; }
  .minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 21px;
      line-height: 34px;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.showcart:hover:before {
      color: #FCE6EA; }
    .minicart-wrapper .action.showcart:active:before {
      color: #2B2C2C; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
      .minicart-wrapper .action.showcart.active:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 21px;
        line-height: 34px;
        color: #2B2C2C;
        content: "";
        font-family: "noodoll-icons";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .minicart-wrapper .action.showcart.active:hover:before {
        color: #FCE6EA; }
      .minicart-wrapper .action.showcart.active:active:before {
        color: #2B2C2C; }
  .minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .minicart-wrapper .block-minicart li {
      margin: 0; }
      .minicart-wrapper .block-minicart li:hover {
        cursor: pointer; }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .block-minicart {
      display: block; }
  @media only screen and (min-width: 768px) {
    .minicart-wrapper {
      display: inline-block;
      position: relative; }
      .minicart-wrapper:before, .minicart-wrapper:after {
        content: '';
        display: table; }
      .minicart-wrapper:after {
        clear: both; }
      .minicart-wrapper .action.showcart {
        cursor: pointer;
        display: inline-block;
        text-decoration: none; }
        .minicart-wrapper .action.showcart:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 30px;
          line-height: 34px;
          color: #2B2C2C;
          content: "";
          font-family: "noodoll-icons";
          margin: 0;
          vertical-align: top;
          display: inline-block;
          font-weight: normal;
          overflow: hidden;
          speak: none;
          text-align: center; }
        .minicart-wrapper .action.showcart:hover:before {
          color: #FCE6EA; }
        .minicart-wrapper .action.showcart:active:before {
          color: #2B2C2C; }
        .minicart-wrapper .action.showcart.active {
          display: inline-block;
          text-decoration: none; }
          .minicart-wrapper .action.showcart.active:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 30px;
            line-height: 34px;
            color: #2B2C2C;
            content: "";
            font-family: "noodoll-icons";
            margin: 0;
            vertical-align: top;
            display: inline-block;
            font-weight: normal;
            overflow: hidden;
            speak: none;
            text-align: center; }
          .minicart-wrapper .action.showcart.active:hover:before {
            color: #FCE6EA; }
          .minicart-wrapper .action.showcart.active:active:before {
            color: #2B2C2C; }
      .minicart-wrapper .block-minicart {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 100;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
        .minicart-wrapper .block-minicart li {
          margin: 0; }
          .minicart-wrapper .block-minicart li:hover {
            cursor: pointer; }
      .minicart-wrapper.active {
        overflow: visible; }
        .minicart-wrapper.active .block-minicart {
          display: block; } }
  .minicart-wrapper .block-minicart {
    margin-top: 10px;
    border: 2px solid #2B2C2C;
    padding: 25px 20px;
    text-align: left;
    right: 0;
    width: 320px;
    z-index: 101;
    top: 69px; }
    @media only screen and (min-width: 1024px) {
      .minicart-wrapper .block-minicart {
        top: 100%; } }
    .minicart-wrapper .block-minicart .block-title {
      display: none; }
    .minicart-wrapper .block-minicart:after {
      left: auto;
      right: 25px; }
    .minicart-wrapper .block-minicart:before {
      left: auto;
      right: 26px; }
  .minicart-wrapper .product {
    position: relative; }
    .minicart-wrapper .product .actions {
      position: absolute;
      right: 0;
      margin: -24px 0 0;
      text-align: right; }
      .minicart-wrapper .product .actions > .primary,
      .minicart-wrapper .product .actions > .secondary {
        display: inline; }
  .minicart-wrapper .action.close {
    background-image: none;
    background: #2B2C2C;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: #F6B7BE;
      border: 0;
      color: #fff; }
    .minicart-wrapper .action.close:hover {
      background: #F6B7BE;
      border: 0;
      color: #393939; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
    .minicart-wrapper .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.close:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 31px;
      line-height: 20px;
      color: #2B2C2C;
      content: "+";
      font-family: "Quicksand";
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-wrapper .action.close:hover:after {
      color: #FCE6EA; }
    .minicart-wrapper .action.close:after {
      overflow: visible;
      font-weight: 700;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
      background: none;
      border: none; }
    .minicart-wrapper .action.close:hover {
      background: none;
      border: none; }
    .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
    fieldset[disabled] .minicart-wrapper .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .minicart-wrapper .action.showcart {
    white-space: nowrap;
    text-align: center;
    -webkit-transition: margin 0.5s ease;
    transition: margin 0.5s ease;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: block; }
    .minicart-wrapper .action.showcart .text {
      display: block;
      opacity: 0;
      font-size: 12px; }
    .minicart-wrapper .action.showcart.active {
      display: block; }
    @media only screen and (min-width: 768px) {
      .minicart-wrapper .action.showcart:hover {
        margin-bottom: 5px;
        margin-top: -5px; }
        .minicart-wrapper .action.showcart:hover .text {
          opacity: 1; } }
    .minicart-wrapper .action.showcart .counter.qty {
      background: #C9E6E6;
      color: #2B2C2C;
      line-height: 34px;
      height: 30px;
      min-width: 30px;
      border-radius: 50px;
      display: inline-block;
      overflow: hidden;
      padding: 0 3px;
      text-align: center;
      white-space: normal;
      position: absolute;
      right: -10px;
      top: -7px; }
      @media only screen and (min-width: 1024px) {
        .minicart-wrapper .action.showcart .counter.qty {
          right: -19px;
          height: 34px;
          min-width: 34px; } }
      .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none; }
      .minicart-wrapper .action.showcart .counter.qty .loader > img {
        max-width: 34px; }
  .minicart-wrapper .minicart-widgets {
    margin-top: 15px; }

.minicart-items-wrapper {
  border-bottom: 1px solid #2B2C2C;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  max-height: 500px; }

.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .minicart-items .product-item {
    padding: 10px 0;
    display: inline-block;
    height: auto;
    width: 100%; }
    .minicart-items .product-item:not(:first-child) {
      border-top: 1px solid #2B2C2C; }
    .minicart-items .product-item:first-child {
      padding-top: 0; }
  .minicart-items .product-item-pricing {
    margin-right: -88px; }
    .minicart-items .product-item-pricing .label {
      display: inline-block;
      width: 4.5rem; }
  .minicart-items .price-minicart {
    margin-bottom: 5px; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: right; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:hover:after {
      color: #FCE6EA; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .product.active > .toggle:after {
    content: ""; }
  .minicart-items .product-item-name {
    font-weight: 500;
    margin: 0 0 16px; }
    .minicart-items .product-item-name a {
      color: #2B2C2C; }
      .minicart-items .product-item-name a:active, .minicart-items .product-item-name a:visited {
        color: #2B2C2C; }
      .minicart-items .product-item-name a:hover {
        color: #F6B7BE; }
  .minicart-items .product-item-details {
    padding-right: 88px; }
    .minicart-items .product-item-details .price {
      font-weight: 700; }
    .minicart-items .product-item-details .price-including-tax,
    .minicart-items .product-item-details .price-excluding-tax {
      margin: 5px 0 0; }
    .minicart-items .product-item-details .weee[data-label] {
      font-size: 1.1rem; }
    .minicart-items .product-item-details .details-qty {
      margin-top: 16px; }
  .minicart-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .product.options .tooltip.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .product.options .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: -3px 0 0 7px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product.options .tooltip.toggle:hover:after {
      color: #FCE6EA; }
    .minicart-items .product.options .tooltip.toggle .details {
      display: none; }
  .minicart-items .details-qty .label,
  .minicart-items .price-minicart .label {
    display: none; }
  .minicart-items .item-qty {
    text-align: center;
    width: 50px;
    border: 1px solid #2B2C2C; }
  .minicart-items .update-cart-item {
    background-image: none;
    background: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    vertical-align: top; }
    .minicart-items .update-cart-item:focus, .minicart-items .update-cart-item:active {
      background: none;
      border: none; }
    .minicart-items .update-cart-item:hover {
      background: none;
      border: none; }
    .minicart-items .update-cart-item.disabled, .minicart-items .update-cart-item[disabled],
    fieldset[disabled] .minicart-items .update-cart-item {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .minicart-items .update-cart-item > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .update-cart-item:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 56px;
      line-height: 56px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .update-cart-item:hover:before {
      color: #303030; }
    .minicart-items .update-cart-item:active:before {
      color: #303030; }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.edit > span, .minicart-items .action.delete > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
      color: #303030; }
    .minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
      color: #303030; }
  .minicart-items .action.edit {
    display: none; }
  .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      line-height: inherit;
      color: #2B2C2C;
      content: "";
      font-family: "noodoll-icons";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.delete:hover:before {
      color: #FCE6EA; }

@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px; } }

@media only screen and (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px; }
    .minicart-wrapper .block-minicart {
      right: -15px;
      width: 390px; } }

.page-layout-checkout .checkout-page-header {
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  position: relative; }
  .page-layout-checkout .checkout-page-header .logo {
    margin: 0 auto; }
    .page-layout-checkout .checkout-page-header .logo.logo--stacked {
      display: none; }

.page-layout-checkout .page-main {
  top: 0px; }

.checkout-index-index .page-title-wrapper {
  margin: 25px 0 25px;
  text-align: center; }
  .checkout-index-index .page-title-wrapper .page-title {
    font-weight: 500;
    font-size: 26px; }

.checkout-index-index #msp-recaptcha-checkout-inline-login-wrapper .g-recaptcha {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    .checkout-index-index #msp-recaptcha-checkout-inline-login-wrapper .g-recaptcha {
      padding-left: 65px; } }
  .checkout-index-index #msp-recaptcha-checkout-inline-login-wrapper .g-recaptcha > div {
    margin: 0 auto; }

.checkout-index-index #msp-recaptcha-checkout-inline-login-wrapper .g-recaptcha ~ .field {
  opacity: 0;
  position: absolute; }

.checkout-container {
  margin: 16px; }

.opc-wrapper {
  margin: 0 0 16px; }
  .opc-wrapper .step-content {
    margin: 0 0 40px; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-onepage-success .print {
  display: none; }

.paypal-express-review .paypal-review .box .box-title {
  font-size: 18px;
  border-bottom: 0;
  background-color: #DCDEDF;
  padding: 5px 10px;
  line-height: 2.4rem; }
  .paypal-express-review .paypal-review .box .box-title a.edit {
    float: right; }

.paypal-express-review .paypal-review .box .box-content {
  margin: 15px 10px; }

.paypal-express-review .paypal-review .table-wrapper table.table-paypal-review-items .col {
  padding: 5px !important;
  border-bottom: none;
  border-right: none; }

.paypal-express-review .paypal-review .table-wrapper table.table-paypal-review-items thead tr th, .paypal-express-review .paypal-review .table-wrapper table.table-paypal-review-items tbody tr th, .paypal-express-review .paypal-review .table-wrapper table.table-paypal-review-items tfoot tr th {
  padding: 5px !important; }

.paypal-express-review .paypal-review #review-button {
  width: 100% !important; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .opc-wrapper {
    width: 66.66667%;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 25px; }
  .checkout-onepage-success .checkout-success {
    margin-top: 40px;
    margin-bottom: 40px; }
  .checkout-onepage-success .page-main {
    text-align: center; }
    .checkout-onepage-success .page-main .actions-toolbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .checkout-onepage-success .action.primary.continue {
    font-weight: 700; }
  .checkout-onepage-success #registration .action.primary {
    background-image: none;
    background: #2B2C2C;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle; }
    .checkout-onepage-success #registration .action.primary:focus, .checkout-onepage-success #registration .action.primary:active {
      background: #F6B7BE;
      border: 0;
      color: #fff; }
    .checkout-onepage-success #registration .action.primary:hover {
      background: #F6B7BE;
      border: 0;
      color: #393939; }
    .checkout-onepage-success #registration .action.primary.disabled, .checkout-onepage-success #registration .action.primary[disabled],
    fieldset[disabled] .checkout-onepage-success #registration .action.primary {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }
  .checkout-onepage-success .footer-back-to-top__button {
    display: none; }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    float: left; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      display: block;
      margin: 0 0 5px; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background-color: transparent; }
    .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
      color: #2B2C2C; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: i;
  font-size: 0; }

.opc-progress-bar-item {
  margin: 0 0 16px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%; }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 21px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%; }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px; }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0; }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 700;
    font-size: 1.8rem; }
    .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after {
      background: #e4e4e4;
      height: 42px;
      margin-left: -21px;
      width: 42px;
      border-radius: 50%;
      content: '';
      left: 50%;
      position: absolute;
      top: 0; }
    .opc-progress-bar-item > span:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      border: solid #fff 8px;
      height: 30px;
      margin-left: -15px;
      top: 6px;
      width: 30px;
      content: ' '; }
  .opc-progress-bar-item._active:before {
    background: #2B2C2C; }
  .opc-progress-bar-item._active > span {
    color: #2B2C2C; }
    .opc-progress-bar-item._active > span:before {
      background: #2B2C2C; }
    .opc-progress-bar-item._active > span:after {
      background-color: #2B2C2C;
      border: solid #fff 9px;
      content: " "; }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #2B2C2C; }
      .opc-progress-bar-item._complete > span:after {
        content: " "; }

@media only screen and (min-width: 768px) {
  .opc-progress-bar-item {
    width: 185px; } }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #F6B7BE; }

.opc-wrapper .fieldset > .field > .label {
  font-weight: 700; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 16px;
        position: absolute;
        top: 9px; } }

@media only screen and (min-width: 768px) {
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 750px; }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 16px; } }

@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip #tooltip-label {
    display: none !important; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #2B2C2C; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none; }
    .field-tooltip .field-tooltip-action > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 33px;
      line-height: inherit;
      color: #bbb;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .field-tooltip .field-tooltip-action:hover:before {
      color: #2B2C2C; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
        color: #2B2C2C; }
  .field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 18px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #f4f4f4;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #666666; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #f4f4f4;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

.opc-wrapper .step-title {
  padding: 10px 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  border-bottom: 2px solid #2B2C2C; }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 15px;
    margin-top: 3px; }
    .opc-wrapper .form-login .fieldset .note:before,
    .opc-wrapper .form-shipping-address .fieldset .note:before {
      display: none; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 18px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word; }
  .opc-wrapper .shipping-address-item.selected-item {
    border-color: #2B2C2C; }
    .opc-wrapper .shipping-address-item.selected-item:after {
      background: #2B2C2C;
      color: #fff;
      content: "";
      font-family: "icons-blank-theme";
      height: 27px;
      width: 29px;
      font-size: 27px;
      line-height: 21px;
      padding-top: 2px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
      visibility: hidden; }

.opc-wrapper .action-show-popup {
  margin: 0 0 20px; }
  .opc-wrapper .action-show-popup > span:before {
    content: "+";
    padding-right: 5px; }

.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

div.checkout-shipping-method {
  margin-top: 40px; }
  div.checkout-shipping-method .step-title {
    padding: 10px 0;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    border-bottom: 2px solid #2B2C2C; }
  div.checkout-shipping-method .no-quotes-block {
    margin: 20px 0; }

.column:not(.sidebar-main) form.methods-shipping .actions-toolbar {
  margin-left: 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
  width: 100%; }

.table-checkout-shipping-method [type="radio"]:checked,
.table-checkout-shipping-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.table-checkout-shipping-method [type="radio"]:checked + label,
.table-checkout-shipping-method [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  padding-top: 35px;
  cursor: pointer;
  line-height: 35px;
  display: inline-block; }

.table-checkout-shipping-method [type="radio"]:checked + label:before,
.table-checkout-shipping-method [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border: 1px solid #2B2C2C;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto;
  right: 0; }

.table-checkout-shipping-method [type="radio"]:checked + label,
.table-checkout-shipping-method [type="radio"]:not(:checked) + label {
  content: ""; }
  .table-checkout-shipping-method [type="radio"]:checked + label:after,
  .table-checkout-shipping-method [type="radio"]:not(:checked) + label:after {
    position: absolute;
    content: "";
    top: 13px;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    margin: 0 auto;
    background: #2B2C2C;
    right: 0; }

.table-checkout-shipping-method [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.table-checkout-shipping-method [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.table-checkout-shipping-method thead th {
  display: none; }

.table-checkout-shipping-method tbody {
  font-size: 15px; }
  .table-checkout-shipping-method tbody td {
    border-top: none;
    padding-bottom: 20px;
    padding-top: 20px; }
    .table-checkout-shipping-method tbody td:first-child {
      padding-top: 10px;
      padding-left: 0;
      padding-right: 0;
      width: 50px; }
  .table-checkout-shipping-method tbody tr:first-child td {
    border-top: none; }
  .table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 16px;
    padding-top: 0; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%; }
    .opc-wrapper .shipping-address-item.selected-item {
      padding: 15px 35px 15px 18px;
      border-bottom-width: 2px; }
      .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 45px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px; }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 16px;
    width: 100%; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    width: 100%; }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 750px; }
  .table-checkout-shipping-method {
    width: auto; } }

@media only screen and (min-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 33.33333%; }
    .opc-wrapper .shipping-address-item:before {
      background: #ccc;
      height: calc(100% - 20px);
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item:before {
      display: none; }
    .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
      display: none; }
  .table-checkout-shipping-method {
    min-width: 500px;
    width: 100%;
    margin-bottom: 30px; } }

.checkout-shipping-method {
  position: relative; }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #2B2C2C;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    width: 33.33333%;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.opc-block-shipping-information {
  padding: 5px 10px; }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 2px solid #ccc;
    margin: 0 0 20px;
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    padding-bottom: 5px; }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 2px;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      position: absolute;
      right: 0; }
      .opc-block-shipping-information .shipping-information-title .action-edit > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-shipping-information .shipping-information-title .action-edit:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: 28px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
        color: #2B2C2C; }
      .opc-block-shipping-information .shipping-information-title .action-edit:active:before {
        color: #2B2C2C; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 27px; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  background: #fff; }
  .opc-block-summary > .title {
    display: block;
    padding: 10px 0;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    border-bottom: 2px solid #2B2C2C; }
  .opc-block-summary .table-totals .mark {
    text-transform: none !important;
    padding: 8px 10px; }
  .opc-block-summary .table-totals .amount {
    padding: 8px 10px; }
  .opc-block-summary .table-totals .totals-tax {
    display: none; }
  .opc-block-summary .shipping .mark span.value {
    display: none !important; }
  .opc-block-summary .mark span.title {
    text-transform: none !important; }
  .opc-block-summary .mark .value {
    color: #999;
    display: block; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 500; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .items-in-cart {
    padding: 5px 10px;
    margin-bottom: 10px; }
    .opc-block-summary .items-in-cart > .title {
      border-bottom: 1px solid #2B2C2C;
      padding: 10px 0;
      cursor: pointer;
      display: block;
      text-decoration: none;
      margin-right: 0;
      margin-bottom: 0;
      position: relative; }
      .opc-block-summary .items-in-cart > .title > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .opc-block-summary .items-in-cart > .title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 12px;
        color: #2B2C2C;
        content: "";
        font-family: "icons-blank-theme";
        margin: 3px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .opc-block-summary .items-in-cart > .title:hover:after {
        color: #FCE6EA; }
      .opc-block-summary .items-in-cart > .title:after {
        position: absolute;
        right: 0;
        top: 16px; }
      .opc-block-summary .items-in-cart > .title strong {
        font-size: 1.8rem !important;
        margin: 0; }
    .opc-block-summary .items-in-cart.active > .title:after {
      content: ""; }
    .opc-block-summary .items-in-cart .product {
      position: relative; }
  .opc-block-summary .minicart-items-wrapper {
    padding: 10px 0;
    border: 0; }
  .column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0; }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 16px;
    width: 100%; }
  .opc-block-summary .product-item .details-qty {
    margin-top: 5px;
    font-size: 14px; }
    .opc-block-summary .product-item .details-qty .label {
      display: inline-block; }
  .opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left; }
  .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right; }
  .opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 500; }
  .opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
    margin: 0; }
    .opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
      font-size: 1rem; }
  .opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid #2B2C2C;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.authentication-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 200; }

.block-authentication .field .label {
  font-weight: 500; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px;
  margin-left: 0; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 16px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }
  .block-authentication .block[class] + .block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative; }
    .block-authentication .block[class] + .block::before {
      height: 36px;
      line-height: 34px;
      margin: -19px 0 -18px;
      min-width: 36px;
      background: #fff;
      border: 1px solid #c1c1c1;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #c1c1c1;
      content: attr(data-label);
      display: inline-block;
      left: 50%;
      letter-spacing: normal;
      padding: 0 0.2rem;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0; }

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: solid 4px #DCDEDF;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    transition: transform linear 0.1s, visibility 0s linear 0.1s, -webkit-transform linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: visibility 0s linear 0s, -webkit-transform linear 0.1s;
      transition: transform linear 0.1s, visibility 0s linear 0s;
      transition: transform linear 0.1s, visibility 0s linear 0s, -webkit-transform linear 0.1s;
      visibility: visible; }
  .authentication-wrapper {
    width: 33.33333%;
    text-align: right; }
  .block-authentication .block-title {
    font-size: 3.4rem;
    border-bottom: 0;
    margin-bottom: 25px; }
  .block-authentication .actions-toolbar {
    margin-left: 0 !important; }
    .block-authentication .actions-toolbar > .primary {
      display: inline;
      float: right;
      margin-right: 0; }
      .block-authentication .actions-toolbar > .primary .action {
        margin-right: 0; }
    .block-authentication .actions-toolbar > .secondary {
      float: left;
      margin-right: 2rem;
      padding-top: 1rem; }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%; }
  .popup-authentication .block-authentication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #c1c1c1; }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .popup-authentication .block[class] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 16px 30px 0 0;
    width: 50%; }
    .popup-authentication .block[class] + .block {
      border-left: 1px solid #c1c1c1;
      border-top: 0;
      margin: 0;
      padding: 16px 0 0 40px; }
      .popup-authentication .block[class] + .block::before {
        left: 0;
        top: 50%; }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto; } }

.checkout-payment-method #co-payment-form hr {
  display: none; }

.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0; }

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 2px solid #ccc; }

.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: none; }
  .checkout-payment-method .payment-method-title .action-help {
    display: none; }

.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 750px; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 16px; }

.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px; }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-right: 0; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .step-title {
    margin-left: 15px; }
  .checkout-payment-method .payment-methods {
    margin: -15px; }
  .checkout-payment-method .payment-method-title {
    padding: 15px; }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 16px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar {
    margin-left: 0 !important; }
    .checkout-payment-method .actions-toolbar .primary {
      width: 100%;
      float: right;
      margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; } }

.checkout-payment-method .fieldset br {
  display: none; }

.checkout-payment-method .payment-methods .payment-group .payment-method {
  padding: 5px 10px; }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer; }

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none; }

.checkout-payment-method .payment-option-title {
  border-top: 2px solid #ccc;
  padding: 20px 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #2B2C2C;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #2B2C2C; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #2B2C2C; }

.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px; }

.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: -15px; }
    .checkout-payment-method .payment-option .payment-option-title {
      padding: 15px; }
    .checkout-payment-method .payment-option .payment-option-content {
      padding: 0 15px 20px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .payment-option-title {
    padding-left: 22px; }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0; } }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

.post-list {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .post-list .post-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .post-list .post-holder {
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .post-list .post-holder {
        width: 33%; } }

.post-content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  @media only screen and (min-width: 1024px) {
    .post-content {
      margin-left: 5px;
      margin-right: 5px; } }

.post-info {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.5; }
  .post-info a {
    color: #2B2C2C; }
    .post-info a:active, .post-info a:visited {
      color: #2B2C2C; }
    .post-info a:hover {
      color: #F6B7BE; }
  @media only screen and (min-width: 640px) {
    .post-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .post-info .dash {
    display: none; }
    @media only screen and (min-width: 640px) {
      .post-info .dash {
        display: block;
        margin: 0 5px; } }

@media only screen and (min-width: 1024px) {
  .post-header,
  .post-description {
    padding-left: 20px;
    padding-right: 20px; } }

.post-title {
  margin: 30px 0 16px;
  font-size: 26px; }
  .post-title a {
    color: #2B2C2C; }
    .post-title a:active, .post-title a:visited {
      color: #2B2C2C; }
    .post-title a:hover {
      color: #F6B7BE; }

.post-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-bottom: 40px; }

.post-text-hld {
  font-size: 18px; }

.post-read-more-holder {
  bottom: 0;
  position: absolute;
  text-transform: lowercase; }
  .post-read-more-holder a {
    color: #2B2C2C; }
    .post-read-more-holder a:hover {
      text-decoration: underline; }

.post-short-content {
  font-size: 20px;
  font-weight: 700; }

.blog-post-view .post-view .page-title-wrapper {
  margin-bottom: 5px;
  padding-bottom: 5px; }
  @media only screen and (min-width: 1024px) {
    .blog-post-view .post-view .page-title-wrapper {
      margin-bottom: 5px;
      padding-bottom: 5px; } }

.post-view a {
  text-decoration: underline !important; }
  .post-view a:hover {
    color: #F6B7BE !important; }

.post-view .post-header {
  text-align: center; }

.post-view .post-info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5; }
  @media only screen and (min-width: 640px) {
    .post-view .post-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .post-view .post-info .dash {
    display: none; }
    @media only screen and (min-width: 640px) {
      .post-view .post-info .dash {
        display: block;
        margin: 0 5px; } }

.post-view .post-ftimg-hld {
  padding-bottom: 16px;
  text-align: center; }
  .post-view .post-ftimg-hld img {
    width: 100%; }

.post-view .post-short-content {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .post-view .post-short-content {
      margin-left: 100px;
      margin-right: 100px; } }

.post-view .post-text-hld a {
  color: #2B2C2C; }
  .post-view .post-text-hld a:hover {
    text-decoration: underline; }

.post-view .post-text-hld h1 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 2rem; }

.post-view .post-text-hld h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 3.4rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.post-view .post-text-hld h3 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.6rem; }

.post-view .post-text-hld h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.post-view .post-text-hld h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.post-view .post-text-hld h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.post-view .post-text-hld h1 small,
.post-view .post-text-hld h1 .small,
.post-view .post-text-hld h2 small,
.post-view .post-text-hld h2 .small,
.post-view .post-text-hld h3 small,
.post-view .post-text-hld h3 .small,
.post-view .post-text-hld h4 small,
.post-view .post-text-hld h4 .small,
.post-view .post-text-hld h5 small,
.post-view .post-text-hld h5 .small,
.post-view .post-text-hld h6 small,
.post-view .post-text-hld h6 .small {
  color: #2B2C2C;
  font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1; }

.post-view .post-text-hld img {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100%; }

.post-view .post-text-hld ul,
.post-view .post-text-hld ol {
  font-weight: inherit;
  margin-bottom: 30px;
  padding-left: 20px; }

.post-view .block.related {
  height: auto;
  overflow: auto;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .post-view .block.related {
      padding-top: 25px; } }

.post-view .blog-two-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .post-view .blog-two-images {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .post-view .blog-two-images img {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .post-view .blog-two-images img {
        max-width: 50%;
        padding-top: 16px;
        padding-bottom: 16px; }
        .post-view .blog-two-images img:first-child {
          padding-right: 16px; }
        .post-view .blog-two-images img:last-child {
          padding-left: 16px; } }

.post-bottom .post-nextprev-hld {
  position: relative;
  font-size: 26px;
  text-transform: lowercase; }

.post-bottom .prev-link {
  left: 0; }

.post-bottom .next-link {
  right: 0;
  position: absolute; }

.blog-page.page-layout-2columns-left .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .blog-page.page-layout-2columns-left .columns .column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.blog-page.page-layout-2columns-left .sidebar.sidebar-additional {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .blog-page.page-layout-2columns-left .sidebar.sidebar-additional {
      margin-bottom: 20px; } }
  .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-title {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    display: inline-block;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-title {
        display: none; } }
    .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-title > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-title:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 32px;
      color: #2B2C2C;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-title:hover:before {
      color: #2B2C2C; }
  .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    max-width: 80%;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    margin: 0;
    padding: 0;
    list-style: none none;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion {
        display: block;
        position: relative;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        opacity: 1;
        margin: 0 auto; } }
    .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li {
      display: block; }
      .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li a {
        font-size: 20px;
        color: #2B2C2C; }
        .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li a:active, .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li a:visited {
          color: #2B2C2C; }
        .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li a:hover {
          color: #F6B7BE; }
        .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li a.active {
          font-weight: 700;
          border-bottom: 2px solid #2B2C2C; }
      @media only screen and (min-width: 768px) {
        .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .accordion li {
          display: inline-block;
          padding: 0 15px; } }
  .blog-page.page-layout-2columns-left .sidebar.sidebar-additional .block-categories.active .accordion {
    display: block;
    top: 120px;
    opacity: 1;
    padding-bottom: 15px;
    margin: 0 auto; }

.cms-page-view .page-main,
.blog-post-view .page-main,
.wholesale-index-index .page-main,
.toyinsurance-index-index .page-main,
.contact-index-index .page-main,
.cms-no-route .page-main {
  max-width: 1190px; }

.cms-page-view .page-title-wrapper,
.blog-post-view .page-title-wrapper,
.wholesale-index-index .page-title-wrapper,
.toyinsurance-index-index .page-title-wrapper,
.contact-index-index .page-title-wrapper,
.cms-no-route .page-title-wrapper {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding-left: initial;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 768px) {
    .cms-page-view .page-title-wrapper,
    .blog-post-view .page-title-wrapper,
    .wholesale-index-index .page-title-wrapper,
    .toyinsurance-index-index .page-title-wrapper,
    .contact-index-index .page-title-wrapper,
    .cms-no-route .page-title-wrapper {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  .cms-page-view .page-title-wrapper .page-title,
  .blog-post-view .page-title-wrapper .page-title,
  .wholesale-index-index .page-title-wrapper .page-title,
  .toyinsurance-index-index .page-title-wrapper .page-title,
  .contact-index-index .page-title-wrapper .page-title,
  .cms-no-route .page-title-wrapper .page-title {
    font-weight: 500;
    font-size: 32px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .page-title-wrapper .page-title,
      .blog-post-view .page-title-wrapper .page-title,
      .wholesale-index-index .page-title-wrapper .page-title,
      .toyinsurance-index-index .page-title-wrapper .page-title,
      .contact-index-index .page-title-wrapper .page-title,
      .cms-no-route .page-title-wrapper .page-title {
        font-size: 32px; } }

.cms-index-index .page-wrapper .page-main {
  max-width: 2000px;
  padding-left: 0;
  padding-right: 0; }
  .cms-index-index .page-wrapper .page-main .columns .column.main {
    padding-bottom: 0; }

.cms-index-index .page-wrapper .love-noodoll {
  color: #546E70;
  background-color: #FDF4E9; }
  .cms-index-index .page-wrapper .love-noodoll .love-noodoll-reasons {
    max-width: 1350px; }

.cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main,
.cms-no-route .column.main {
  font-weight: 500;
  margin-bottom: 40px;
  border-bottom: 2px solid #2B2C2C; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h1,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h2,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h3,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h4,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h5,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h6,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main p,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main dl,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main dt,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main dd,
  .cms-no-route .column.main h1,
  .cms-no-route .column.main h2,
  .cms-no-route .column.main h3,
  .cms-no-route .column.main h4,
  .cms-no-route .column.main h5,
  .cms-no-route .column.main h6,
  .cms-no-route .column.main p,
  .cms-no-route .column.main dl,
  .cms-no-route .column.main dt,
  .cms-no-route .column.main dd {
    -webkit-column-break-inside: avoid;
            break-inside: avoid-column; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h3,
  .cms-no-route .column.main h3 {
    margin-bottom: 30px; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main ul,
  .cms-no-route .column.main ul {
    font-weight: inherit;
    margin-bottom: 30px;
    margin-left: 20px; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main a,
  .cms-no-route .column.main a {
    color: #2B2C2C; }
    .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main a:hover,
    .cms-no-route .column.main a:hover {
      text-decoration: underline; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main ul li,
  .cms-no-route .column.main ul li {
    margin-bottom: 16px; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main dt,
  .cms-no-route .column.main dt {
    font-size: 26px; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main table tr,
  .cms-no-route .column.main table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main table tr,
      .cms-no-route .column.main table tr {
        display: table-row; } }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h1,
  .cms-no-route .column.main h1 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 2rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h2,
  .cms-no-route .column.main h2 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 3.4rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h3,
  .cms-no-route .column.main h3 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.6rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h4,
  .cms-no-route .column.main h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h5,
  .cms-no-route .column.main h5 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h6,
  .cms-no-route .column.main h6 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h1 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h1 .small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h2 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h2 .small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h3 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h3 .small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h4 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h4 .small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h5 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h5 .small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h6 small,
  .cms-page-view:not(.cms-stockists)not(.cms-faq) .column.main h6 .small,
  .cms-no-route .column.main h1 small,
  .cms-no-route .column.main h1 .small,
  .cms-no-route .column.main h2 small,
  .cms-no-route .column.main h2 .small,
  .cms-no-route .column.main h3 small,
  .cms-no-route .column.main h3 .small,
  .cms-no-route .column.main h4 small,
  .cms-no-route .column.main h4 .small,
  .cms-no-route .column.main h5 small,
  .cms-no-route .column.main h5 .small,
  .cms-no-route .column.main h6 small,
  .cms-no-route .column.main h6 .small {
    color: #2B2C2C;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1; }

.cms-max-width {
  max-width: 20em;
  line-height: 1.5;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .cms-max-width {
      max-width: 50em; } }

.cms-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .cms-columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .cms-columns .cms-left-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .cms-columns .cms-left-column {
        margin-right: 80px; } }
  .cms-columns .cms-right-column {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

@media only screen and (min-width: 1024px) {
  .wholesale-index-index .field-recaptcha .g-recaptcha {
    padding-right: 157px; } }

.wholesale-index-index .field-recaptcha .g-recaptcha > div {
  margin: 0 auto; }

.stockists-wrapper {
  font-weight: 500; }

.stockists__section {
  border-bottom: 2px solid #2B2C2C; }

.stockists__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .stockists__header {
      padding: 30px 0; } }
  .stockists__header:hover {
    color: #F6B7BE; }

.stockists__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .stockists__title {
      font-size: 32px; } }
  .stockists__title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 1;
    color: #2B2C2C;
    content: "+";
    font-family: "Quicksand";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .stockists__title:hover:after {
    color: #F6B7BE; }
  .stockists__title:active:after {
    color: inherit; }
  .stockists__title:after {
    font-weight: 500; }
  .stockists__section.active .stockists__title {
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .stockists__section.active .stockists__title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 1;
      color: #2B2C2C;
      content: "–";
      font-family: "Quicksand";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .stockists__section.active .stockists__title:hover:after {
      color: #F6B7BE; }
    .stockists__section.active .stockists__title:active:after {
      color: inherit; }
    .stockists__section.active .stockists__title:after {
      font-weight: 500; }

.stockists {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.stockists__city {
  border-bottom: 1px solid #2B2C2C;
  padding-bottom: 20px; }
  .stockists__city:last-of-type {
    border-bottom: none; }

.stockists__city-title {
  font-size: 20px;
  padding: 20px 0 20px; }

.stockist {
  margin-bottom: 20px;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }
  @media only screen and (min-width: 480px) {
    .stockist {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .stockist {
      width: 33%;
      max-width: 33%; } }
  @media only screen and (min-width: 1024px) {
    .stockist {
      width: 25%;
      max-width: 25%; } }

@media only screen and (max-width: 639px) {
  .stockist__city {
    display: inline-block; }
  .stockist__postcode {
    display: inline-block; } }

.stockist__link a {
  color: #2B2C2C; }
  .stockist__link a:hover {
    text-decoration: underline; }

.stockist__title {
  font-weight: 700; }

.faq {
  border-top: 2px solid #2B2C2C; }
  .faq:last-child {
    border-bottom: 2px solid #2B2C2C; }

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .faq__question {
      padding: 30px 0; } }
  .faq__question:hover {
    color: #F6B7BE; }

.faq__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 20px;
  margin-right: 30px;
  display: inline-block;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .faq__title {
      font-size: 32px; } }
  .faq__title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 1;
    color: #2B2C2C;
    content: "+";
    font-family: "Quicksand";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .faq__title:hover:after {
    color: #F6B7BE; }
  .faq__title:active:after {
    color: inherit; }
  .faq__title:after {
    position: absolute;
    right: 20px;
    font-weight: 500; }
  .faq.active .faq__title {
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .faq.active .faq__title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 1;
      color: #2B2C2C;
      content: "–";
      font-family: "Quicksand";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .faq.active .faq__title:hover:after {
      color: #F6B7BE; }
    .faq.active .faq__title:active:after {
      color: inherit; }
    .faq.active .faq__title:after {
      font-weight: 500; }

.faq__answer p {
  margin-top: 16px; }

.block-static-block.widget,
.block-cms-link.widget {
  line-height: 1; }
  .block-static-block.widget a,
  .block-cms-link.widget a {
    color: #2B2C2C; }
    .block-static-block.widget a:hover,
    .block-cms-link.widget a:hover {
      text-decoration: underline; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.widget.block.block-category-link {
  text-align: center; }
  .widget.block.block-category-link a {
    background-image: none;
    background: #2B2C2C;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Quicksand", sans-serif, "Source Sans Pro", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 13px 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    line-height: 2.4rem;
    padding: 5px 10px;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .widget.block.block-category-link a:focus, .widget.block.block-category-link a:active {
      background: #F6B7BE;
      border: 0;
      color: #fff; }
    .widget.block.block-category-link a:hover {
      background: #FCE6EA;
      border: 0;
      color: #2B2C2C; }
    .widget.block.block-category-link a.disabled, .widget.block.block-category-link a[disabled],
    fieldset[disabled] .widget.block.block-category-link a {
      opacity: 0.5;
      cursor: default;
      pointer-events: none; }

.form.contact .fieldset:after {
  margin: 16px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #F6B7BE;
  font-size: 1.5rem; }

.amcard-checkbox-container {
  position: relative; }

.amcard-checkbox-container:first-child {
  margin-right: 30px; }

.amcard-checkbox-container > .amcard-checkbox {
  display: none; }

.amcard-checkbox-container > .amcard-name {
  margin-left: 23px;
  line-height: 20px; }

.amcard-checkbox-container > .amcard-label {
  padding-left: 21px;
  cursor: pointer; }

.amcard-checkbox-container > .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  content: ''; }

.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") no-repeat left;
  background-size: 16px; }

.amcard-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.amcard-flex-container.-checkbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.amcard-form-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1; }

.amcard-form-container.-interior {
  border: none; }

.amcard-form-container .amcard-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px; }

.amcard-form-container > .amcard-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }

.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  -webkit-box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
          box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff; }

.amcard-form-container .amcard-radio {
  display: none; }

.amcard-form-container .amcard-input.-hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0; }

.amcard-field-container {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left; }

.amcard-field-block {
  background-color: #eeecec; }
  .amcard-field-block > .amcard-button {
    padding: 7px 17px;
    border: 1px solid #d4d4d4;
    border-left: none;
    border-radius: 0 2px 2px 0; }
  .amcard-field-block.-datepicker .amcard-label {
    position: relative; }
  .amcard-field-block.-datepicker .amcard-label:before {
    position: absolute;
    top: 2px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=");
    content: ''; }
  .amcard-field-block.-datepicker {
    margin-bottom: 20px; }
  .amcard-field-block > .amcard-field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background: #fff; }
  .amcard-field-block > .amcard-field::-webkit-input-placeholder {
    color: #d4d4d4; }
  .amcard-field-block > .amcard-field:-ms-input-placeholder {
    color: #d4d4d4; }
  .amcard-field-block > .amcard-field::-ms-input-placeholder {
    color: #d4d4d4; }
  .amcard-field-block > .amcard-field::placeholder {
    color: #d4d4d4; }
  .amcard-field-block > .amcard-field:focus {
    z-index: 5; }
  .amcard-field-block > .amcard-field.mage-error {
    border-color: #ed8380; }
  .amcard-field-block.-datepicker .amcard-field {
    padding-left: 36px;
    height: 32px; }
  .amcard-field-block.-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .amcard-field-block.-double > .amcard-field {
    border-radius: 2px 0 0 2px; }

.amcard-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0; }

.amcard-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer; }

.amcard-label-block > .amcard-name {
  margin-left: 25px; }

.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+"); }

.amcard-label-block > .amcard-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer; }

.amcard-label-block.-price {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  -webkit-transition: background-color .3s ease, border .3s ease;
  transition: background-color .3s ease, border .3s ease; }

.amcard-label-block.-price.-active, .amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  -webkit-box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
          box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff; }

.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px; }

.amcard-upload-container .amcard-label-block {
  padding: 5px 13px 5px 38px;
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }

.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5; }

.amcard-upload-container .amcard-label-block:before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat center;
  content: ''; }

.amcard-customer-image > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-container,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer; }

.amcard-customer-image > .amcard-container.-active, .amcard-customer-image > .amcard-container:hover,
.amcard-customer-image > .amcard-image.-active,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-container.-active,
.amcard-image-container > .amcard-container:hover,
.amcard-image-container > .amcard-image.-active,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 4px #e2f0fb;
          box-shadow: 0 4px 4px #e2f0fb; }

.amcard-upload-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0; }

.amcard-upload-container .amcard-input {
  display: none; }

.amcard-customer-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: #e8f6ff; }

.amcard-customer-image > .amcard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer; }

.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%; }

.amcard-image-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0; }

.amcard-image-information > .amcard-delete {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1787e0;
  cursor: pointer; }

.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline; }

.amcard-image-information > .amcard-delete:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+") no-repeat center;
  content: ''; }

.amcard-preview-container {
  margin-top: 15px; }

.amcard-preview-container > .amcard-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }

.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff; }

.amcard-general-container {
  display: none;
  margin-bottom: 20px; }

.amcard-general-container.-visible {
  display: block; }

.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px; }

.amcard-tooltip-container {
  position: absolute;
  bottom: 25px;
  left: 98px;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); }

.amcard-question-container:hover .amcard-tooltip-container {
  display: block; }

.amcard-tooltip-container:after {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px; }

.amcard-question-container {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 20px;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat center; }

.amcard-carousel-container .slick-arrow {
  z-index: 10; }

.amcard-page-product .modal-inner-wrap {
  max-width: 900px; }

.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px; }

.amcard-page-product .amcard-preview .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important; }

.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

.amcard-page-product .amcard-preview .logo {
  margin: 0; }

.amcard-page-product .product-info-main .product-reviews-summary {
  float: none; }

.amcard-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0; }

.amcard-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0; }

.gallery-placeholder.-amcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ammodal-aside-container {
  pointer-events: auto; }

.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0; }

.amcard-codes-list .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-check,
.amcard-field-container .amcard-delete {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1787e0;
  cursor: pointer; }

.amcard-codes-list .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-check:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline; }

.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px; }

.amcard-field-block .amcard-button {
  font-weight: 600;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.amcard-field-block .amcard-button:hover {
  opacity: .9; }

.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff; }

.amcard-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff; }

.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px; }

.amcardacc-messages-container {
  display: none; }

.amcardacc-messages-container.-visible {
  display: block; }

.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0; }

.checkout-index-index .amcard-codes-list.block {
  margin-bottom: 0; }
  .checkout-index-index .amcard-codes-list.block .title {
    border-top: 2px solid #ccc;
    margin-bottom: 0; }

.checkout-index-index .amcard-field-container.block {
  margin-bottom: 0; }
  .checkout-index-index .amcard-field-container.block .amcard-field-block {
    padding: 5px 10px; }
  .checkout-index-index .amcard-field-container.block .title {
    border-top: 2px solid #ccc; }
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}